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

models.datapipeline-2012-10-29-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS Data Pipeline module holds the client classes that are used for communicating with AWS Data Pipeline Service

There is a newer version: 1.11.7
Show newest version
{
  "metadata" : {
    "apiVersion" : "2012-10-29",
    "protocol" : "json",
    "checksumFormat" : null,
    "documentation" : "

AWS Data Pipeline configures and manages a data-driven workflow called a pipeline. AWS Data Pipeline handles the details of scheduling and ensuring that data dependencies are met so that your application can focus on processing the data.

AWS Data Pipeline provides a JAR implementation of a task runner called AWS Data Pipeline Task Runner. AWS Data Pipeline Task Runner provides logic for common data management scenarios, such as performing database queries and running data analysis using Amazon Elastic MapReduce (Amazon EMR). You can use AWS Data Pipeline Task Runner as your task runner, or you can write your own task runner to provide custom data management.

AWS Data Pipeline implements two main sets of functionality. Use the first set to create a pipeline and define data sources, schedules, dependencies, and the transforms to be performed on the data. Use the second set in your task runner application to receive the next task ready for processing. The logic for performing the task, such as querying the data, running data analysis, or converting the data from one format to another, is contained within the task runner. The task runner performs the task assigned to it by the web service, reporting progress to the web service as it does so. When the task is done, the task runner reports the final success or failure of the task to the web service.

", "defaultEndpoint" : "datapipeline.us-east-1.amazonaws.com", "defaultEndpointWithoutHttpProtocol" : "datapipeline.us-east-1.amazonaws.com", "syncInterface" : "DataPipeline", "syncClient" : "DataPipelineClient", "asyncInterface" : "DataPipelineAsync", "asyncClient" : "DataPipelineAsyncClient", "packageName" : "com.amazonaws.services.datapipeline", "packagePath" : "com/amazonaws/services/datapipeline", "serviceAbbreviation" : null, "serviceFullName" : "AWS Data Pipeline", "hasApiWithStreamInput" : false, "contentType" : null, "jsonVersion" : "1.1", "endpointPrefix" : "datapipeline", "signingName" : "datapipeline", "protocolDefaultExceptionUmarshallerImpl" : null, "cborProtocol" : false, "xmlProtocol" : false, "unmarshallerContextClassName" : "JsonUnmarshallerContext", "unmarshallerClassSuffix" : "JsonUnmarshaller", "jsonProtocol" : true, "syncClientBuilderClassName" : "DataPipelineClientBuilder", "asyncClientBuilderClassName" : "DataPipelineAsyncClientBuilder", "cucumberModuleInjectorClassName" : "DataPipelineModuleInjector", "smokeTestsPackageName" : "com.amazonaws.services.datapipeline.smoketests", "serviceName" : "AWS Data Pipeline" }, "operations" : { "ActivatePipeline" : { "documentation" : "

Validates the specified pipeline and starts processing pipeline tasks. If the pipeline does not pass validation, activation fails.

If you need to pause the pipeline to investigate an issue with a component, such as a data source or script, call DeactivatePipeline.

To activate a finished pipeline, modify the end date for the pipeline and then activate it.

", "operationName" : "ActivatePipeline", "deprecated" : false, "input" : { "variableName" : "activatePipelineRequest", "variableType" : "ActivatePipelineRequest", "variableDeclarationType" : "ActivatePipelineRequest", "documentation" : "

Contains the parameters for ActivatePipeline.

", "variableSetterType" : "ActivatePipelineRequest", "simpleType" : "ActivatePipelineRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ActivatePipelineResult", "documentation" : "

Contains the output of ActivatePipeline.

" }, "exceptions" : [ { "exceptionName" : "PipelineNotFoundException", "documentation" : "

The specified pipeline was not found. Verify that you used the correct user and account identifiers.

" }, { "exceptionName" : "PipelineDeletedException", "documentation" : "

The specified pipeline has been deleted.

" }, { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal service error occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "activatePipeline", "authenticated" : true, "syncReturnType" : "ActivatePipelineResult", "asyncReturnType" : "ActivatePipelineResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "AddTags" : { "documentation" : "

Adds or modifies tags for the specified pipeline.

", "operationName" : "AddTags", "deprecated" : false, "input" : { "variableName" : "addTagsRequest", "variableType" : "AddTagsRequest", "variableDeclarationType" : "AddTagsRequest", "documentation" : "

Contains the parameters for AddTags.

", "variableSetterType" : "AddTagsRequest", "simpleType" : "AddTagsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "AddTagsResult", "documentation" : "

Contains the output of AddTags.

" }, "exceptions" : [ { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal service error occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.

" }, { "exceptionName" : "PipelineNotFoundException", "documentation" : "

The specified pipeline was not found. Verify that you used the correct user and account identifiers.

" }, { "exceptionName" : "PipelineDeletedException", "documentation" : "

The specified pipeline has been deleted.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "addTags", "authenticated" : true, "syncReturnType" : "AddTagsResult", "asyncReturnType" : "AddTagsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "CreatePipeline" : { "documentation" : "

Creates a new, empty pipeline. Use PutPipelineDefinition to populate the pipeline.

", "operationName" : "CreatePipeline", "deprecated" : false, "input" : { "variableName" : "createPipelineRequest", "variableType" : "CreatePipelineRequest", "variableDeclarationType" : "CreatePipelineRequest", "documentation" : "

Contains the parameters for CreatePipeline.

", "variableSetterType" : "CreatePipelineRequest", "simpleType" : "CreatePipelineRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreatePipelineResult", "documentation" : "

Contains the output of CreatePipeline.

" }, "exceptions" : [ { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal service error occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "createPipeline", "authenticated" : true, "syncReturnType" : "CreatePipelineResult", "asyncReturnType" : "CreatePipelineResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DeactivatePipeline" : { "documentation" : "

Deactivates the specified running pipeline. The pipeline is set to the DEACTIVATING state until the deactivation process completes.

To resume a deactivated pipeline, use ActivatePipeline. By default, the pipeline resumes from the last completed execution. Optionally, you can specify the date and time to resume the pipeline.

", "operationName" : "DeactivatePipeline", "deprecated" : false, "input" : { "variableName" : "deactivatePipelineRequest", "variableType" : "DeactivatePipelineRequest", "variableDeclarationType" : "DeactivatePipelineRequest", "documentation" : "

Contains the parameters for DeactivatePipeline.

", "variableSetterType" : "DeactivatePipelineRequest", "simpleType" : "DeactivatePipelineRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeactivatePipelineResult", "documentation" : "

Contains the output of DeactivatePipeline.

" }, "exceptions" : [ { "exceptionName" : "PipelineNotFoundException", "documentation" : "

The specified pipeline was not found. Verify that you used the correct user and account identifiers.

" }, { "exceptionName" : "PipelineDeletedException", "documentation" : "

The specified pipeline has been deleted.

" }, { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal service error occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deactivatePipeline", "authenticated" : true, "syncReturnType" : "DeactivatePipelineResult", "asyncReturnType" : "DeactivatePipelineResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DeletePipeline" : { "documentation" : "

Deletes a pipeline, its pipeline definition, and its run history. AWS Data Pipeline attempts to cancel instances associated with the pipeline that are currently being processed by task runners.

Deleting a pipeline cannot be undone. You cannot query or restore a deleted pipeline. To temporarily pause a pipeline instead of deleting it, call SetStatus with the status set to PAUSE on individual components. Components that are paused by SetStatus can be resumed.

", "operationName" : "DeletePipeline", "deprecated" : false, "input" : { "variableName" : "deletePipelineRequest", "variableType" : "DeletePipelineRequest", "variableDeclarationType" : "DeletePipelineRequest", "documentation" : "

Contains the parameters for DeletePipeline.

", "variableSetterType" : "DeletePipelineRequest", "simpleType" : "DeletePipelineRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeletePipelineResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "PipelineNotFoundException", "documentation" : "

The specified pipeline was not found. Verify that you used the correct user and account identifiers.

" }, { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal service error occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deletePipeline", "authenticated" : true, "syncReturnType" : "DeletePipelineResult", "asyncReturnType" : "DeletePipelineResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DescribeObjects" : { "documentation" : "

Gets the object definitions for a set of objects associated with the pipeline. Object definitions are composed of a set of fields that define the properties of the object.

", "operationName" : "DescribeObjects", "deprecated" : false, "input" : { "variableName" : "describeObjectsRequest", "variableType" : "DescribeObjectsRequest", "variableDeclarationType" : "DescribeObjectsRequest", "documentation" : "

Contains the parameters for DescribeObjects.

", "variableSetterType" : "DescribeObjectsRequest", "simpleType" : "DescribeObjectsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeObjectsResult", "documentation" : "

Contains the output of DescribeObjects.

" }, "exceptions" : [ { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal service error occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.

" }, { "exceptionName" : "PipelineNotFoundException", "documentation" : "

The specified pipeline was not found. Verify that you used the correct user and account identifiers.

" }, { "exceptionName" : "PipelineDeletedException", "documentation" : "

The specified pipeline has been deleted.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeObjects", "authenticated" : true, "syncReturnType" : "DescribeObjectsResult", "asyncReturnType" : "DescribeObjectsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "DescribePipelines" : { "documentation" : "

Retrieves metadata about one or more pipelines. The information retrieved includes the name of the pipeline, the pipeline identifier, its current state, and the user account that owns the pipeline. Using account credentials, you can retrieve metadata about pipelines that you or your IAM users have created. If you are using an IAM user account, you can retrieve metadata about only those pipelines for which you have read permissions.

To retrieve the full pipeline definition instead of metadata about the pipeline, call GetPipelineDefinition.

", "operationName" : "DescribePipelines", "deprecated" : false, "input" : { "variableName" : "describePipelinesRequest", "variableType" : "DescribePipelinesRequest", "variableDeclarationType" : "DescribePipelinesRequest", "documentation" : "

Contains the parameters for DescribePipelines.

", "variableSetterType" : "DescribePipelinesRequest", "simpleType" : "DescribePipelinesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribePipelinesResult", "documentation" : "

Contains the output of DescribePipelines.

" }, "exceptions" : [ { "exceptionName" : "PipelineNotFoundException", "documentation" : "

The specified pipeline was not found. Verify that you used the correct user and account identifiers.

" }, { "exceptionName" : "PipelineDeletedException", "documentation" : "

The specified pipeline has been deleted.

" }, { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal service error occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describePipelines", "authenticated" : true, "syncReturnType" : "DescribePipelinesResult", "asyncReturnType" : "DescribePipelinesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "EvaluateExpression" : { "documentation" : "

Task runners call EvaluateExpression to evaluate a string in the context of the specified object. For example, a task runner can evaluate SQL queries stored in Amazon S3.

", "operationName" : "EvaluateExpression", "deprecated" : false, "input" : { "variableName" : "evaluateExpressionRequest", "variableType" : "EvaluateExpressionRequest", "variableDeclarationType" : "EvaluateExpressionRequest", "documentation" : "

Contains the parameters for EvaluateExpression.

", "variableSetterType" : "EvaluateExpressionRequest", "simpleType" : "EvaluateExpressionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "EvaluateExpressionResult", "documentation" : "

Contains the output of EvaluateExpression.

" }, "exceptions" : [ { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal service error occurred.

" }, { "exceptionName" : "TaskNotFoundException", "documentation" : "

The specified task was not found.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.

" }, { "exceptionName" : "PipelineNotFoundException", "documentation" : "

The specified pipeline was not found. Verify that you used the correct user and account identifiers.

" }, { "exceptionName" : "PipelineDeletedException", "documentation" : "

The specified pipeline has been deleted.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "evaluateExpression", "authenticated" : true, "syncReturnType" : "EvaluateExpressionResult", "asyncReturnType" : "EvaluateExpressionResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "GetPipelineDefinition" : { "documentation" : "

Gets the definition of the specified pipeline. You can call GetPipelineDefinition to retrieve the pipeline definition that you provided using PutPipelineDefinition.

", "operationName" : "GetPipelineDefinition", "deprecated" : false, "input" : { "variableName" : "getPipelineDefinitionRequest", "variableType" : "GetPipelineDefinitionRequest", "variableDeclarationType" : "GetPipelineDefinitionRequest", "documentation" : "

Contains the parameters for GetPipelineDefinition.

", "variableSetterType" : "GetPipelineDefinitionRequest", "simpleType" : "GetPipelineDefinitionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetPipelineDefinitionResult", "documentation" : "

Contains the output of GetPipelineDefinition.

" }, "exceptions" : [ { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal service error occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.

" }, { "exceptionName" : "PipelineNotFoundException", "documentation" : "

The specified pipeline was not found. Verify that you used the correct user and account identifiers.

" }, { "exceptionName" : "PipelineDeletedException", "documentation" : "

The specified pipeline has been deleted.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "getPipelineDefinition", "authenticated" : true, "syncReturnType" : "GetPipelineDefinitionResult", "asyncReturnType" : "GetPipelineDefinitionResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "ListPipelines" : { "documentation" : "

Lists the pipeline identifiers for all active pipelines that you have permission to access.

", "operationName" : "ListPipelines", "deprecated" : false, "input" : { "variableName" : "listPipelinesRequest", "variableType" : "ListPipelinesRequest", "variableDeclarationType" : "ListPipelinesRequest", "documentation" : "

Contains the parameters for ListPipelines.

", "variableSetterType" : "ListPipelinesRequest", "simpleType" : "ListPipelinesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListPipelinesResult", "documentation" : "

Contains the output of ListPipelines.

" }, "exceptions" : [ { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal service error occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "listPipelines", "authenticated" : true, "syncReturnType" : "ListPipelinesResult", "asyncReturnType" : "ListPipelinesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "PollForTask" : { "documentation" : "

Task runners call PollForTask to receive a task to perform from AWS Data Pipeline. The task runner specifies which tasks it can perform by setting a value for the workerGroup parameter. The task returned can come from any of the pipelines that match the workerGroup value passed in by the task runner and that was launched using the IAM user credentials specified by the task runner.

If tasks are ready in the work queue, PollForTask returns a response immediately. If no tasks are available in the queue, PollForTask uses long-polling and holds on to a poll connection for up to a 90 seconds, during which time the first newly scheduled task is handed to the task runner. To accomodate this, set the socket timeout in your task runner to 90 seconds. The task runner should not call PollForTask again on the same workerGroup until it receives a response, and this can take up to 90 seconds.

", "operationName" : "PollForTask", "deprecated" : false, "input" : { "variableName" : "pollForTaskRequest", "variableType" : "PollForTaskRequest", "variableDeclarationType" : "PollForTaskRequest", "documentation" : "

Contains the parameters for PollForTask.

", "variableSetterType" : "PollForTaskRequest", "simpleType" : "PollForTaskRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "PollForTaskResult", "documentation" : "

Contains the output of PollForTask.

" }, "exceptions" : [ { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal service error occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.

" }, { "exceptionName" : "TaskNotFoundException", "documentation" : "

The specified task was not found.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "pollForTask", "authenticated" : true, "syncReturnType" : "PollForTaskResult", "asyncReturnType" : "PollForTaskResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "PutPipelineDefinition" : { "documentation" : "

Adds tasks, schedules, and preconditions to the specified pipeline. You can use PutPipelineDefinition to populate a new pipeline.

PutPipelineDefinition also validates the configuration as it adds it to the pipeline. Changes to the pipeline are saved unless one of the following three validation errors exists in the pipeline.

  1. An object is missing a name or identifier field.
  2. A string or reference field is empty.
  3. The number of objects in the pipeline exceeds the maximum allowed objects.
  4. The pipeline is in a FINISHED state.

Pipeline object definitions are passed to the PutPipelineDefinition action and returned by the GetPipelineDefinition action.

", "operationName" : "PutPipelineDefinition", "deprecated" : false, "input" : { "variableName" : "putPipelineDefinitionRequest", "variableType" : "PutPipelineDefinitionRequest", "variableDeclarationType" : "PutPipelineDefinitionRequest", "documentation" : "

Contains the parameters for PutPipelineDefinition.

", "variableSetterType" : "PutPipelineDefinitionRequest", "simpleType" : "PutPipelineDefinitionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "PutPipelineDefinitionResult", "documentation" : "

Contains the output of PutPipelineDefinition.

" }, "exceptions" : [ { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal service error occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.

" }, { "exceptionName" : "PipelineNotFoundException", "documentation" : "

The specified pipeline was not found. Verify that you used the correct user and account identifiers.

" }, { "exceptionName" : "PipelineDeletedException", "documentation" : "

The specified pipeline has been deleted.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "putPipelineDefinition", "authenticated" : true, "syncReturnType" : "PutPipelineDefinitionResult", "asyncReturnType" : "PutPipelineDefinitionResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "QueryObjects" : { "documentation" : "

Queries the specified pipeline for the names of objects that match the specified set of conditions.

", "operationName" : "QueryObjects", "deprecated" : false, "input" : { "variableName" : "queryObjectsRequest", "variableType" : "QueryObjectsRequest", "variableDeclarationType" : "QueryObjectsRequest", "documentation" : "

Contains the parameters for QueryObjects.

", "variableSetterType" : "QueryObjectsRequest", "simpleType" : "QueryObjectsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "QueryObjectsResult", "documentation" : "

Contains the output of QueryObjects.

" }, "exceptions" : [ { "exceptionName" : "PipelineNotFoundException", "documentation" : "

The specified pipeline was not found. Verify that you used the correct user and account identifiers.

" }, { "exceptionName" : "PipelineDeletedException", "documentation" : "

The specified pipeline has been deleted.

" }, { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal service error occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "queryObjects", "authenticated" : true, "syncReturnType" : "QueryObjectsResult", "asyncReturnType" : "QueryObjectsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "RemoveTags" : { "documentation" : "

Removes existing tags from the specified pipeline.

", "operationName" : "RemoveTags", "deprecated" : false, "input" : { "variableName" : "removeTagsRequest", "variableType" : "RemoveTagsRequest", "variableDeclarationType" : "RemoveTagsRequest", "documentation" : "

Contains the parameters for RemoveTags.

", "variableSetterType" : "RemoveTagsRequest", "simpleType" : "RemoveTagsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RemoveTagsResult", "documentation" : "

Contains the output of RemoveTags.

" }, "exceptions" : [ { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal service error occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.

" }, { "exceptionName" : "PipelineNotFoundException", "documentation" : "

The specified pipeline was not found. Verify that you used the correct user and account identifiers.

" }, { "exceptionName" : "PipelineDeletedException", "documentation" : "

The specified pipeline has been deleted.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "removeTags", "authenticated" : true, "syncReturnType" : "RemoveTagsResult", "asyncReturnType" : "RemoveTagsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "ReportTaskProgress" : { "documentation" : "

Task runners call ReportTaskProgress when assigned a task to acknowledge that it has the task. If the web service does not receive this acknowledgement within 2 minutes, it assigns the task in a subsequent PollForTask call. After this initial acknowledgement, the task runner only needs to report progress every 15 minutes to maintain its ownership of the task. You can change this reporting time from 15 minutes by specifying a reportProgressTimeout field in your pipeline.

If a task runner does not report its status after 5 minutes, AWS Data Pipeline assumes that the task runner is unable to process the task and reassigns the task in a subsequent response to PollForTask. Task runners should call ReportTaskProgress every 60 seconds.

", "operationName" : "ReportTaskProgress", "deprecated" : false, "input" : { "variableName" : "reportTaskProgressRequest", "variableType" : "ReportTaskProgressRequest", "variableDeclarationType" : "ReportTaskProgressRequest", "documentation" : "

Contains the parameters for ReportTaskProgress.

", "variableSetterType" : "ReportTaskProgressRequest", "simpleType" : "ReportTaskProgressRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ReportTaskProgressResult", "documentation" : "

Contains the output of ReportTaskProgress.

" }, "exceptions" : [ { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal service error occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.

" }, { "exceptionName" : "TaskNotFoundException", "documentation" : "

The specified task was not found.

" }, { "exceptionName" : "PipelineNotFoundException", "documentation" : "

The specified pipeline was not found. Verify that you used the correct user and account identifiers.

" }, { "exceptionName" : "PipelineDeletedException", "documentation" : "

The specified pipeline has been deleted.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "reportTaskProgress", "authenticated" : true, "syncReturnType" : "ReportTaskProgressResult", "asyncReturnType" : "ReportTaskProgressResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "ReportTaskRunnerHeartbeat" : { "documentation" : "

Task runners call ReportTaskRunnerHeartbeat every 15 minutes to indicate that they are operational. If the AWS Data Pipeline Task Runner is launched on a resource managed by AWS Data Pipeline, the web service can use this call to detect when the task runner application has failed and restart a new instance.

", "operationName" : "ReportTaskRunnerHeartbeat", "deprecated" : false, "input" : { "variableName" : "reportTaskRunnerHeartbeatRequest", "variableType" : "ReportTaskRunnerHeartbeatRequest", "variableDeclarationType" : "ReportTaskRunnerHeartbeatRequest", "documentation" : "

Contains the parameters for ReportTaskRunnerHeartbeat.

", "variableSetterType" : "ReportTaskRunnerHeartbeatRequest", "simpleType" : "ReportTaskRunnerHeartbeatRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ReportTaskRunnerHeartbeatResult", "documentation" : "

Contains the output of ReportTaskRunnerHeartbeat.

" }, "exceptions" : [ { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal service error occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "reportTaskRunnerHeartbeat", "authenticated" : true, "syncReturnType" : "ReportTaskRunnerHeartbeatResult", "asyncReturnType" : "ReportTaskRunnerHeartbeatResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "SetStatus" : { "documentation" : "

Requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline. This update might not occur immediately, but is eventually consistent. The status that can be set depends on the type of object (for example, DataNode or Activity). You cannot perform this operation on FINISHED pipelines and attempting to do so returns InvalidRequestException.

", "operationName" : "SetStatus", "deprecated" : false, "input" : { "variableName" : "setStatusRequest", "variableType" : "SetStatusRequest", "variableDeclarationType" : "SetStatusRequest", "documentation" : "

Contains the parameters for SetStatus.

", "variableSetterType" : "SetStatusRequest", "simpleType" : "SetStatusRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SetStatusResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "PipelineNotFoundException", "documentation" : "

The specified pipeline was not found. Verify that you used the correct user and account identifiers.

" }, { "exceptionName" : "PipelineDeletedException", "documentation" : "

The specified pipeline has been deleted.

" }, { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal service error occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "setStatus", "authenticated" : true, "syncReturnType" : "SetStatusResult", "asyncReturnType" : "SetStatusResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "SetTaskStatus" : { "documentation" : "

Task runners call SetTaskStatus to notify AWS Data Pipeline that a task is completed and provide information about the final status. A task runner makes this call regardless of whether the task was sucessful. A task runner does not need to call SetTaskStatus for tasks that are canceled by the web service during a call to ReportTaskProgress.

", "operationName" : "SetTaskStatus", "deprecated" : false, "input" : { "variableName" : "setTaskStatusRequest", "variableType" : "SetTaskStatusRequest", "variableDeclarationType" : "SetTaskStatusRequest", "documentation" : "

Contains the parameters for SetTaskStatus.

", "variableSetterType" : "SetTaskStatusRequest", "simpleType" : "SetTaskStatusRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SetTaskStatusResult", "documentation" : "

Contains the output of SetTaskStatus.

" }, "exceptions" : [ { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal service error occurred.

" }, { "exceptionName" : "TaskNotFoundException", "documentation" : "

The specified task was not found.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.

" }, { "exceptionName" : "PipelineNotFoundException", "documentation" : "

The specified pipeline was not found. Verify that you used the correct user and account identifiers.

" }, { "exceptionName" : "PipelineDeletedException", "documentation" : "

The specified pipeline has been deleted.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "setTaskStatus", "authenticated" : true, "syncReturnType" : "SetTaskStatusResult", "asyncReturnType" : "SetTaskStatusResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" }, "ValidatePipelineDefinition" : { "documentation" : "

Validates the specified pipeline definition to ensure that it is well formed and can be run without error.

", "operationName" : "ValidatePipelineDefinition", "deprecated" : false, "input" : { "variableName" : "validatePipelineDefinitionRequest", "variableType" : "ValidatePipelineDefinitionRequest", "variableDeclarationType" : "ValidatePipelineDefinitionRequest", "documentation" : "

Contains the parameters for ValidatePipelineDefinition.

", "variableSetterType" : "ValidatePipelineDefinitionRequest", "simpleType" : "ValidatePipelineDefinitionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ValidatePipelineDefinitionResult", "documentation" : "

Contains the output of ValidatePipelineDefinition.

" }, "exceptions" : [ { "exceptionName" : "InternalServiceErrorException", "documentation" : "

An internal service error occurred.

" }, { "exceptionName" : "InvalidRequestException", "documentation" : "

The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.

" }, { "exceptionName" : "PipelineNotFoundException", "documentation" : "

The specified pipeline was not found. Verify that you used the correct user and account identifiers.

" }, { "exceptionName" : "PipelineDeletedException", "documentation" : "

The specified pipeline has been deleted.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "validatePipelineDefinition", "authenticated" : true, "syncReturnType" : "ValidatePipelineDefinitionResult", "asyncReturnType" : "ValidatePipelineDefinitionResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler" } }, "shapes" : { "DeletePipelineRequest" : { "c2jName" : "DeletePipelineInput", "documentation" : "

Contains the parameters for DeletePipeline.

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

The ID of the pipeline.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.*/", "getterDocumentation" : "/**

The ID of the pipeline.

\n@return The ID of the pipeline.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deletePipelineRequest", "variableType" : "DeletePipelineRequest", "variableDeclarationType" : "DeletePipelineRequest", "documentation" : null, "variableSetterType" : "DeletePipelineRequest", "simpleType" : "DeletePipelineRequest" }, "marshaller" : { "action" : "DeletePipeline", "verb" : "POST", "target" : "DataPipeline.DeletePipeline", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PipelineId" : { "documentation" : "

The ID of the pipeline.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.*/", "getterDocumentation" : "/**

The ID of the pipeline.

\n@return The ID of the pipeline.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Query" : { "c2jName" : "Query", "documentation" : "

Defines the query to run against an object.

", "shapeName" : "Query", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

List of selectors that define the query. An object must satisfy all of the selectors to match the query.

", "name" : "Selectors", "c2jName" : "selectors", "c2jShape" : "SelectorList", "variable" : { "variableName" : "selectors", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

List of selectors that define the query. An object must satisfy all of the selectors to match the query.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "selectors", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "selectors", "marshallLocationName" : "selectors", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Selector", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Selector", "variable" : { "variableName" : "member", "variableType" : "Selector", "variableDeclarationType" : "Selector", "documentation" : "", "variableSetterType" : "Selector", "simpleType" : "Selector" }, "setterModel" : { "variableName" : "member", "variableType" : "Selector", "variableDeclarationType" : "Selector", "documentation" : "", "variableSetterType" : "Selector", "simpleType" : "Selector" }, "getterModel" : { "returnType" : "Selector", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Selector", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

List of selectors that define the query. An object must satisfy all of the selectors to match the query.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSelectors(java.util.Collection)} or {@link #withSelectors(java.util.Collection)} if you want to override the existing values.

\n@param selectors List of selectors that define the query. An object must satisfy all of the selectors to match the query.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

List of selectors that define the query. An object must satisfy all of the selectors to match the query.

\n@param selectors List of selectors that define the query. An object must satisfy all of the selectors to match the query.*/", "getterDocumentation" : "/**

List of selectors that define the query. An object must satisfy all of the selectors to match the query.

\n@return List of selectors that define the query. An object must satisfy all of the selectors to match the query.*/", "fluentSetterDocumentation" : "/**

List of selectors that define the query. An object must satisfy all of the selectors to match the query.

\n@param selectors List of selectors that define the query. An object must satisfy all of the selectors to match the query.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "query", "variableType" : "Query", "variableDeclarationType" : "Query", "documentation" : null, "variableSetterType" : "Query", "simpleType" : "Query" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Selectors" : { "documentation" : "

List of selectors that define the query. An object must satisfy all of the selectors to match the query.

", "name" : "Selectors", "c2jName" : "selectors", "c2jShape" : "SelectorList", "variable" : { "variableName" : "selectors", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

List of selectors that define the query. An object must satisfy all of the selectors to match the query.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "selectors", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "selectors", "marshallLocationName" : "selectors", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Selector", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Selector", "variable" : { "variableName" : "member", "variableType" : "Selector", "variableDeclarationType" : "Selector", "documentation" : "", "variableSetterType" : "Selector", "simpleType" : "Selector" }, "setterModel" : { "variableName" : "member", "variableType" : "Selector", "variableDeclarationType" : "Selector", "documentation" : "", "variableSetterType" : "Selector", "simpleType" : "Selector" }, "getterModel" : { "returnType" : "Selector", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Selector", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

List of selectors that define the query. An object must satisfy all of the selectors to match the query.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSelectors(java.util.Collection)} or {@link #withSelectors(java.util.Collection)} if you want to override the existing values.

\n@param selectors List of selectors that define the query. An object must satisfy all of the selectors to match the query.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

List of selectors that define the query. An object must satisfy all of the selectors to match the query.

\n@param selectors List of selectors that define the query. An object must satisfy all of the selectors to match the query.*/", "getterDocumentation" : "/**

List of selectors that define the query. An object must satisfy all of the selectors to match the query.

\n@return List of selectors that define the query. An object must satisfy all of the selectors to match the query.*/", "fluentSetterDocumentation" : "/**

List of selectors that define the query. An object must satisfy all of the selectors to match the query.

\n@param selectors List of selectors that define the query. An object must satisfy all of the selectors to match the query.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribePipelinesRequest" : { "c2jName" : "DescribePipelinesInput", "documentation" : "

Contains the parameters for DescribePipelines.

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

The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

", "name" : "PipelineIds", "c2jName" : "pipelineIds", "c2jShape" : "idList", "variable" : { "variableName" : "pipelineIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "pipelineIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineIds", "marshallLocationName" : "pipelineIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "id", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPipelineIds(java.util.Collection)} or {@link #withPipelineIds(java.util.Collection)} if you want to override the existing values.

\n@param pipelineIds The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

\n@param pipelineIds The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.*/", "getterDocumentation" : "/**

The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

\n@return The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.*/", "fluentSetterDocumentation" : "/**

The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

\n@param pipelineIds The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describePipelinesRequest", "variableType" : "DescribePipelinesRequest", "variableDeclarationType" : "DescribePipelinesRequest", "documentation" : null, "variableSetterType" : "DescribePipelinesRequest", "simpleType" : "DescribePipelinesRequest" }, "marshaller" : { "action" : "DescribePipelines", "verb" : "POST", "target" : "DataPipeline.DescribePipelines", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PipelineIds" : { "documentation" : "

The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

", "name" : "PipelineIds", "c2jName" : "pipelineIds", "c2jShape" : "idList", "variable" : { "variableName" : "pipelineIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "pipelineIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineIds", "marshallLocationName" : "pipelineIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "id", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPipelineIds(java.util.Collection)} or {@link #withPipelineIds(java.util.Collection)} if you want to override the existing values.

\n@param pipelineIds The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

\n@param pipelineIds The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.*/", "getterDocumentation" : "/**

The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

\n@return The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.*/", "fluentSetterDocumentation" : "/**

The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

\n@param pipelineIds The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeObjectsResult" : { "c2jName" : "DescribeObjectsOutput", "documentation" : "

Contains the output of DescribeObjects.

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

An array of object definitions.

", "name" : "PipelineObjects", "c2jName" : "pipelineObjects", "c2jShape" : "PipelineObjectList", "variable" : { "variableName" : "pipelineObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

An array of object definitions.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "pipelineObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineObjects", "marshallLocationName" : "pipelineObjects", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PipelineObject", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PipelineObject", "variable" : { "variableName" : "member", "variableType" : "PipelineObject", "variableDeclarationType" : "PipelineObject", "documentation" : "", "variableSetterType" : "PipelineObject", "simpleType" : "PipelineObject" }, "setterModel" : { "variableName" : "member", "variableType" : "PipelineObject", "variableDeclarationType" : "PipelineObject", "documentation" : "", "variableSetterType" : "PipelineObject", "simpleType" : "PipelineObject" }, "getterModel" : { "returnType" : "PipelineObject", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "PipelineObject", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

An array of object definitions.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPipelineObjects(java.util.Collection)} or {@link #withPipelineObjects(java.util.Collection)} if you want to override the existing values.

\n@param pipelineObjects An array of object definitions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of object definitions.

\n@param pipelineObjects An array of object definitions.*/", "getterDocumentation" : "/**

An array of object definitions.

\n@return An array of object definitions.*/", "fluentSetterDocumentation" : "/**

An array of object definitions.

\n@param pipelineObjects An array of object definitions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.

\n@param marker The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.

\n@param marker The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.*/", "getterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.

\n@return The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.*/", "fluentSetterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.

\n@param marker The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Indicates whether there are more results to return.

", "name" : "HasMoreResults", "c2jName" : "hasMoreResults", "c2jShape" : "boolean", "variable" : { "variableName" : "hasMoreResults", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether there are more results to return.

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

Indicates whether there are more results to return.

\n@param hasMoreResults Indicates whether there are more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether there are more results to return.

\n@param hasMoreResults Indicates whether there are more results to return.*/", "getterDocumentation" : "/**

Indicates whether there are more results to return.

\n@return Indicates whether there are more results to return.*/", "fluentSetterDocumentation" : "/**

Indicates whether there are more results to return.

\n@param hasMoreResults Indicates whether there are more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeObjectsResult", "variableType" : "DescribeObjectsResult", "variableDeclarationType" : "DescribeObjectsResult", "documentation" : null, "variableSetterType" : "DescribeObjectsResult", "simpleType" : "DescribeObjectsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PipelineObjects" : { "documentation" : "

An array of object definitions.

", "name" : "PipelineObjects", "c2jName" : "pipelineObjects", "c2jShape" : "PipelineObjectList", "variable" : { "variableName" : "pipelineObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

An array of object definitions.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "pipelineObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineObjects", "marshallLocationName" : "pipelineObjects", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PipelineObject", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PipelineObject", "variable" : { "variableName" : "member", "variableType" : "PipelineObject", "variableDeclarationType" : "PipelineObject", "documentation" : "", "variableSetterType" : "PipelineObject", "simpleType" : "PipelineObject" }, "setterModel" : { "variableName" : "member", "variableType" : "PipelineObject", "variableDeclarationType" : "PipelineObject", "documentation" : "", "variableSetterType" : "PipelineObject", "simpleType" : "PipelineObject" }, "getterModel" : { "returnType" : "PipelineObject", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "PipelineObject", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

An array of object definitions.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPipelineObjects(java.util.Collection)} or {@link #withPipelineObjects(java.util.Collection)} if you want to override the existing values.

\n@param pipelineObjects An array of object definitions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of object definitions.

\n@param pipelineObjects An array of object definitions.*/", "getterDocumentation" : "/**

An array of object definitions.

\n@return An array of object definitions.*/", "fluentSetterDocumentation" : "/**

An array of object definitions.

\n@param pipelineObjects An array of object definitions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.

\n@param marker The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.

\n@param marker The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.*/", "getterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.

\n@return The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.*/", "fluentSetterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.

\n@param marker The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HasMoreResults" : { "documentation" : "

Indicates whether there are more results to return.

", "name" : "HasMoreResults", "c2jName" : "hasMoreResults", "c2jShape" : "boolean", "variable" : { "variableName" : "hasMoreResults", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether there are more results to return.

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

Indicates whether there are more results to return.

\n@param hasMoreResults Indicates whether there are more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether there are more results to return.

\n@param hasMoreResults Indicates whether there are more results to return.*/", "getterDocumentation" : "/**

Indicates whether there are more results to return.

\n@return Indicates whether there are more results to return.*/", "fluentSetterDocumentation" : "/**

Indicates whether there are more results to return.

\n@param hasMoreResults Indicates whether there are more results to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TaskObject" : { "c2jName" : "TaskObject", "documentation" : "

Contains information about a pipeline task that is assigned to a task runner.

", "shapeName" : "TaskObject", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.

", "name" : "TaskId", "c2jName" : "taskId", "c2jShape" : "taskId", "variable" : { "variableName" : "taskId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "taskId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "taskId", "marshallLocationName" : "taskId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.

\n@param taskId An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.

\n@param taskId An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.*/", "getterDocumentation" : "/**

An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.

\n@return An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.*/", "fluentSetterDocumentation" : "/**

An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.

\n@param taskId An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ID of the pipeline that provided the task.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline that provided the task.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline that provided the task.

\n@param pipelineId The ID of the pipeline that provided the task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline that provided the task.

\n@param pipelineId The ID of the pipeline that provided the task.*/", "getterDocumentation" : "/**

The ID of the pipeline that provided the task.

\n@return The ID of the pipeline that provided the task.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline that provided the task.

\n@param pipelineId The ID of the pipeline that provided the task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.

", "name" : "AttemptId", "c2jName" : "attemptId", "c2jShape" : "id", "variable" : { "variableName" : "attemptId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "attemptId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "attemptId", "marshallLocationName" : "attemptId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.

\n@param attemptId The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.

\n@param attemptId The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.*/", "getterDocumentation" : "/**

The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.

\n@return The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.

\n@param attemptId The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Connection information for the location where the task runner will publish the output of the task.

", "name" : "Objects", "c2jName" : "objects", "c2jShape" : "PipelineObjectMap", "variable" : { "variableName" : "objects", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Connection information for the location where the task runner will publish the output of the task.

", "variableSetterType" : "java.util.Map", "simpleType" : "Map" }, "setterModel" : { "variableName" : "objects", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "variableSetterType" : "java.util.Map", "simpleType" : "Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "objects", "marshallLocationName" : "objects", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "PipelineObject", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "PipelineObject", "variable" : { "variableName" : "value", "variableType" : "PipelineObject", "variableDeclarationType" : "PipelineObject", "documentation" : "", "variableSetterType" : "PipelineObject", "simpleType" : "PipelineObject" }, "setterModel" : { "variableName" : "value", "variableType" : "PipelineObject", "variableDeclarationType" : "PipelineObject", "documentation" : "", "variableSetterType" : "PipelineObject", "simpleType" : "PipelineObject" }, "getterModel" : { "returnType" : "PipelineObject", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "keySimple" : true, "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

Connection information for the location where the task runner will publish the output of the task.

\n@param objects Connection information for the location where the task runner will publish the output of the task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Connection information for the location where the task runner will publish the output of the task.

\n@param objects Connection information for the location where the task runner will publish the output of the task.*/", "getterDocumentation" : "/**

Connection information for the location where the task runner will publish the output of the task.

\n@return Connection information for the location where the task runner will publish the output of the task.*/", "fluentSetterDocumentation" : "/**

Connection information for the location where the task runner will publish the output of the task.

\n@param objects Connection information for the location where the task runner will publish the output of the task.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "taskObject", "variableType" : "TaskObject", "variableDeclarationType" : "TaskObject", "documentation" : null, "variableSetterType" : "TaskObject", "simpleType" : "TaskObject" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AttemptId" : { "documentation" : "

The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.

", "name" : "AttemptId", "c2jName" : "attemptId", "c2jShape" : "id", "variable" : { "variableName" : "attemptId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "attemptId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "attemptId", "marshallLocationName" : "attemptId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.

\n@param attemptId The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.

\n@param attemptId The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.*/", "getterDocumentation" : "/**

The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.

\n@return The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.

\n@param attemptId The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TaskId" : { "documentation" : "

An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.

", "name" : "TaskId", "c2jName" : "taskId", "c2jShape" : "taskId", "variable" : { "variableName" : "taskId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "taskId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "taskId", "marshallLocationName" : "taskId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.

\n@param taskId An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.

\n@param taskId An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.*/", "getterDocumentation" : "/**

An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.

\n@return An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.*/", "fluentSetterDocumentation" : "/**

An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.

\n@param taskId An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Objects" : { "documentation" : "

Connection information for the location where the task runner will publish the output of the task.

", "name" : "Objects", "c2jName" : "objects", "c2jShape" : "PipelineObjectMap", "variable" : { "variableName" : "objects", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Connection information for the location where the task runner will publish the output of the task.

", "variableSetterType" : "java.util.Map", "simpleType" : "Map" }, "setterModel" : { "variableName" : "objects", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "variableSetterType" : "java.util.Map", "simpleType" : "Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "objects", "marshallLocationName" : "objects", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "PipelineObject", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "PipelineObject", "variable" : { "variableName" : "value", "variableType" : "PipelineObject", "variableDeclarationType" : "PipelineObject", "documentation" : "", "variableSetterType" : "PipelineObject", "simpleType" : "PipelineObject" }, "setterModel" : { "variableName" : "value", "variableType" : "PipelineObject", "variableDeclarationType" : "PipelineObject", "documentation" : "", "variableSetterType" : "PipelineObject", "simpleType" : "PipelineObject" }, "getterModel" : { "returnType" : "PipelineObject", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "keySimple" : true, "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

Connection information for the location where the task runner will publish the output of the task.

\n@param objects Connection information for the location where the task runner will publish the output of the task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Connection information for the location where the task runner will publish the output of the task.

\n@param objects Connection information for the location where the task runner will publish the output of the task.*/", "getterDocumentation" : "/**

Connection information for the location where the task runner will publish the output of the task.

\n@return Connection information for the location where the task runner will publish the output of the task.*/", "fluentSetterDocumentation" : "/**

Connection information for the location where the task runner will publish the output of the task.

\n@param objects Connection information for the location where the task runner will publish the output of the task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PipelineId" : { "documentation" : "

The ID of the pipeline that provided the task.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline that provided the task.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline that provided the task.

\n@param pipelineId The ID of the pipeline that provided the task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline that provided the task.

\n@param pipelineId The ID of the pipeline that provided the task.*/", "getterDocumentation" : "/**

The ID of the pipeline that provided the task.

\n@return The ID of the pipeline that provided the task.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline that provided the task.

\n@param pipelineId The ID of the pipeline that provided the task.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetStatusResult" : { "c2jName" : "SetStatusResult", "documentation" : null, "shapeName" : "SetStatusResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "setStatusResult", "variableType" : "SetStatusResult", "variableDeclarationType" : "SetStatusResult", "documentation" : null, "variableSetterType" : "SetStatusResult", "simpleType" : "SetStatusResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ValidationWarning" : { "c2jName" : "ValidationWarning", "documentation" : "

Defines a validation warning. Validation warnings do not prevent pipeline activation. The set of validation warnings that can be returned are defined by AWS Data Pipeline.

", "shapeName" : "ValidationWarning", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the object that contains the validation warning.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the object that contains the validation warning.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The identifier of the object that contains the validation warning.

\n@param id The identifier of the object that contains the validation warning.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the object that contains the validation warning.

\n@param id The identifier of the object that contains the validation warning.*/", "getterDocumentation" : "/**

The identifier of the object that contains the validation warning.

\n@return The identifier of the object that contains the validation warning.*/", "fluentSetterDocumentation" : "/**

The identifier of the object that contains the validation warning.

\n@param id The identifier of the object that contains the validation warning.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A description of the validation warning.

", "name" : "Warnings", "c2jName" : "warnings", "c2jShape" : "validationMessages", "variable" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A description of the validation warning.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "warnings", "marshallLocationName" : "warnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "validationMessage", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

A description of the validation warning.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setWarnings(java.util.Collection)} or {@link #withWarnings(java.util.Collection)} if you want to override the existing values.

\n@param warnings A description of the validation warning.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A description of the validation warning.

\n@param warnings A description of the validation warning.*/", "getterDocumentation" : "/**

A description of the validation warning.

\n@return A description of the validation warning.*/", "fluentSetterDocumentation" : "/**

A description of the validation warning.

\n@param warnings A description of the validation warning.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "validationWarning", "variableType" : "ValidationWarning", "variableDeclarationType" : "ValidationWarning", "documentation" : null, "variableSetterType" : "ValidationWarning", "simpleType" : "ValidationWarning" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "

The identifier of the object that contains the validation warning.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the object that contains the validation warning.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The identifier of the object that contains the validation warning.

\n@param id The identifier of the object that contains the validation warning.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the object that contains the validation warning.

\n@param id The identifier of the object that contains the validation warning.*/", "getterDocumentation" : "/**

The identifier of the object that contains the validation warning.

\n@return The identifier of the object that contains the validation warning.*/", "fluentSetterDocumentation" : "/**

The identifier of the object that contains the validation warning.

\n@param id The identifier of the object that contains the validation warning.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Warnings" : { "documentation" : "

A description of the validation warning.

", "name" : "Warnings", "c2jName" : "warnings", "c2jShape" : "validationMessages", "variable" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A description of the validation warning.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "warnings", "marshallLocationName" : "warnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "validationMessage", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

A description of the validation warning.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setWarnings(java.util.Collection)} or {@link #withWarnings(java.util.Collection)} if you want to override the existing values.

\n@param warnings A description of the validation warning.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A description of the validation warning.

\n@param warnings A description of the validation warning.*/", "getterDocumentation" : "/**

A description of the validation warning.

\n@return A description of the validation warning.*/", "fluentSetterDocumentation" : "/**

A description of the validation warning.

\n@param warnings A description of the validation warning.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AddTagsRequest" : { "c2jName" : "AddTagsInput", "documentation" : "

Contains the parameters for AddTags.

", "shapeName" : "AddTagsRequest", "deprecated" : false, "required" : [ "pipelineId", "tags" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the pipeline.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.*/", "getterDocumentation" : "/**

The ID of the pipeline.

\n@return The ID of the pipeline.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline.

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

The tags to add, as key/value pairs.

", "name" : "Tags", "c2jName" : "tags", "c2jShape" : "tagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The tags to add, as key/value pairs.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "tags", "marshallLocationName" : "tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The tags to add, as key/value pairs.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

\n@param tags The tags to add, as key/value pairs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The tags to add, as key/value pairs.

\n@param tags The tags to add, as key/value pairs.*/", "getterDocumentation" : "/**

The tags to add, as key/value pairs.

\n@return The tags to add, as key/value pairs.*/", "fluentSetterDocumentation" : "/**

The tags to add, as key/value pairs.

\n@param tags The tags to add, as key/value pairs.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "addTagsRequest", "variableType" : "AddTagsRequest", "variableDeclarationType" : "AddTagsRequest", "documentation" : null, "variableSetterType" : "AddTagsRequest", "simpleType" : "AddTagsRequest" }, "marshaller" : { "action" : "AddTags", "verb" : "POST", "target" : "DataPipeline.AddTags", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PipelineId" : { "documentation" : "

The ID of the pipeline.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.*/", "getterDocumentation" : "/**

The ID of the pipeline.

\n@return The ID of the pipeline.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Tags" : { "documentation" : "

The tags to add, as key/value pairs.

", "name" : "Tags", "c2jName" : "tags", "c2jShape" : "tagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The tags to add, as key/value pairs.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "tags", "marshallLocationName" : "tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The tags to add, as key/value pairs.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

\n@param tags The tags to add, as key/value pairs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The tags to add, as key/value pairs.

\n@param tags The tags to add, as key/value pairs.*/", "getterDocumentation" : "/**

The tags to add, as key/value pairs.

\n@return The tags to add, as key/value pairs.*/", "fluentSetterDocumentation" : "/**

The tags to add, as key/value pairs.

\n@param tags The tags to add, as key/value pairs.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InstanceIdentity" : { "c2jName" : "InstanceIdentity", "documentation" : "

Identity information for the EC2 instance that is hosting the task runner. You can get this value by calling a metadata URI from the EC2 instance. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.

", "shapeName" : "InstanceIdentity", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.

", "name" : "Document", "c2jName" : "document", "c2jShape" : "string", "variable" : { "variableName" : "document", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "document", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "document", "marshallLocationName" : "document", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.

\n@param document A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.

\n@param document A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.*/", "getterDocumentation" : "/**

A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.

\n@return A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.*/", "fluentSetterDocumentation" : "/**

A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.

\n@param document A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.

", "name" : "Signature", "c2jName" : "signature", "c2jShape" : "string", "variable" : { "variableName" : "signature", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "signature", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "signature", "marshallLocationName" : "signature", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.

\n@param signature A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.

\n@param signature A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.*/", "getterDocumentation" : "/**

A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.

\n@return A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.*/", "fluentSetterDocumentation" : "/**

A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.

\n@param signature A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "instanceIdentity", "variableType" : "InstanceIdentity", "variableDeclarationType" : "InstanceIdentity", "documentation" : null, "variableSetterType" : "InstanceIdentity", "simpleType" : "InstanceIdentity" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Signature" : { "documentation" : "

A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.

", "name" : "Signature", "c2jName" : "signature", "c2jShape" : "string", "variable" : { "variableName" : "signature", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "signature", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "signature", "marshallLocationName" : "signature", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.

\n@param signature A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.

\n@param signature A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.*/", "getterDocumentation" : "/**

A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.

\n@return A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.*/", "fluentSetterDocumentation" : "/**

A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.

\n@param signature A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Document" : { "documentation" : "

A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.

", "name" : "Document", "c2jName" : "document", "c2jShape" : "string", "variable" : { "variableName" : "document", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "document", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "document", "marshallLocationName" : "document", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.

\n@param document A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.

\n@param document A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.*/", "getterDocumentation" : "/**

A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.

\n@return A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.*/", "fluentSetterDocumentation" : "/**

A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.

\n@param document A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeactivatePipelineRequest" : { "c2jName" : "DeactivatePipelineInput", "documentation" : "

Contains the parameters for DeactivatePipeline.

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

The ID of the pipeline.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.*/", "getterDocumentation" : "/**

The ID of the pipeline.

\n@return The ID of the pipeline.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline.

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

Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.

", "name" : "CancelActive", "c2jName" : "cancelActive", "c2jShape" : "cancelActive", "variable" : { "variableName" : "cancelActive", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.

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

Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.

\n@param cancelActive Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.

\n@param cancelActive Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.*/", "getterDocumentation" : "/**

Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.

\n@return Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.*/", "fluentSetterDocumentation" : "/**

Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.

\n@param cancelActive Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deactivatePipelineRequest", "variableType" : "DeactivatePipelineRequest", "variableDeclarationType" : "DeactivatePipelineRequest", "documentation" : null, "variableSetterType" : "DeactivatePipelineRequest", "simpleType" : "DeactivatePipelineRequest" }, "marshaller" : { "action" : "DeactivatePipeline", "verb" : "POST", "target" : "DataPipeline.DeactivatePipeline", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CancelActive" : { "documentation" : "

Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.

", "name" : "CancelActive", "c2jName" : "cancelActive", "c2jShape" : "cancelActive", "variable" : { "variableName" : "cancelActive", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.

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

Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.

\n@param cancelActive Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.

\n@param cancelActive Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.*/", "getterDocumentation" : "/**

Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.

\n@return Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.*/", "fluentSetterDocumentation" : "/**

Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.

\n@param cancelActive Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PipelineId" : { "documentation" : "

The ID of the pipeline.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.*/", "getterDocumentation" : "/**

The ID of the pipeline.

\n@return The ID of the pipeline.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "QueryObjectsResult" : { "c2jName" : "QueryObjectsOutput", "documentation" : "

Contains the output of QueryObjects.

", "shapeName" : "QueryObjectsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifiers that match the query selectors.

", "name" : "Ids", "c2jName" : "ids", "c2jShape" : "idList", "variable" : { "variableName" : "ids", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The identifiers that match the query selectors.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "ids", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ids", "marshallLocationName" : "ids", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "id", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The identifiers that match the query selectors.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setIds(java.util.Collection)} or {@link #withIds(java.util.Collection)} if you want to override the existing values.

\n@param ids The identifiers that match the query selectors.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The identifiers that match the query selectors.

\n@param ids The identifiers that match the query selectors.*/", "getterDocumentation" : "/**

The identifiers that match the query selectors.

\n@return The identifiers that match the query selectors.*/", "fluentSetterDocumentation" : "/**

The identifiers that match the query selectors.

\n@param ids The identifiers that match the query selectors.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.

\n@param marker The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.

\n@param marker The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.*/", "getterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.

\n@return The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.*/", "fluentSetterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.

\n@param marker The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Indicates whether there are more results that can be obtained by a subsequent call.

", "name" : "HasMoreResults", "c2jName" : "hasMoreResults", "c2jShape" : "boolean", "variable" : { "variableName" : "hasMoreResults", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether there are more results that can be obtained by a subsequent call.

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

Indicates whether there are more results that can be obtained by a subsequent call.

\n@param hasMoreResults Indicates whether there are more results that can be obtained by a subsequent call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether there are more results that can be obtained by a subsequent call.

\n@param hasMoreResults Indicates whether there are more results that can be obtained by a subsequent call.*/", "getterDocumentation" : "/**

Indicates whether there are more results that can be obtained by a subsequent call.

\n@return Indicates whether there are more results that can be obtained by a subsequent call.*/", "fluentSetterDocumentation" : "/**

Indicates whether there are more results that can be obtained by a subsequent call.

\n@param hasMoreResults Indicates whether there are more results that can be obtained by a subsequent call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "queryObjectsResult", "variableType" : "QueryObjectsResult", "variableDeclarationType" : "QueryObjectsResult", "documentation" : null, "variableSetterType" : "QueryObjectsResult", "simpleType" : "QueryObjectsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Ids" : { "documentation" : "

The identifiers that match the query selectors.

", "name" : "Ids", "c2jName" : "ids", "c2jShape" : "idList", "variable" : { "variableName" : "ids", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The identifiers that match the query selectors.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "ids", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ids", "marshallLocationName" : "ids", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "id", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The identifiers that match the query selectors.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setIds(java.util.Collection)} or {@link #withIds(java.util.Collection)} if you want to override the existing values.

\n@param ids The identifiers that match the query selectors.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The identifiers that match the query selectors.

\n@param ids The identifiers that match the query selectors.*/", "getterDocumentation" : "/**

The identifiers that match the query selectors.

\n@return The identifiers that match the query selectors.*/", "fluentSetterDocumentation" : "/**

The identifiers that match the query selectors.

\n@param ids The identifiers that match the query selectors.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.

\n@param marker The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.

\n@param marker The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.*/", "getterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.

\n@return The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.*/", "fluentSetterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.

\n@param marker The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HasMoreResults" : { "documentation" : "

Indicates whether there are more results that can be obtained by a subsequent call.

", "name" : "HasMoreResults", "c2jName" : "hasMoreResults", "c2jShape" : "boolean", "variable" : { "variableName" : "hasMoreResults", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether there are more results that can be obtained by a subsequent call.

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

Indicates whether there are more results that can be obtained by a subsequent call.

\n@param hasMoreResults Indicates whether there are more results that can be obtained by a subsequent call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether there are more results that can be obtained by a subsequent call.

\n@param hasMoreResults Indicates whether there are more results that can be obtained by a subsequent call.*/", "getterDocumentation" : "/**

Indicates whether there are more results that can be obtained by a subsequent call.

\n@return Indicates whether there are more results that can be obtained by a subsequent call.*/", "fluentSetterDocumentation" : "/**

Indicates whether there are more results that can be obtained by a subsequent call.

\n@param hasMoreResults Indicates whether there are more results that can be obtained by a subsequent call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidRequestException" : { "c2jName" : "InvalidRequestException", "documentation" : "

The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.

", "shapeName" : "InvalidRequestException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidRequestException", "variableType" : "InvalidRequestException", "variableDeclarationType" : "InvalidRequestException", "documentation" : null, "variableSetterType" : "InvalidRequestException", "simpleType" : "InvalidRequestException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidRequestException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ValidationError" : { "c2jName" : "ValidationError", "documentation" : "

Defines a validation error. Validation errors prevent pipeline activation. The set of validation errors that can be returned are defined by AWS Data Pipeline.

", "shapeName" : "ValidationError", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the object that contains the validation error.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the object that contains the validation error.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The identifier of the object that contains the validation error.

\n@param id The identifier of the object that contains the validation error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the object that contains the validation error.

\n@param id The identifier of the object that contains the validation error.*/", "getterDocumentation" : "/**

The identifier of the object that contains the validation error.

\n@return The identifier of the object that contains the validation error.*/", "fluentSetterDocumentation" : "/**

The identifier of the object that contains the validation error.

\n@param id The identifier of the object that contains the validation error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A description of the validation error.

", "name" : "Errors", "c2jName" : "errors", "c2jShape" : "validationMessages", "variable" : { "variableName" : "errors", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A description of the validation error.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "errors", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "errors", "marshallLocationName" : "errors", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "validationMessage", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

A description of the validation error.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setErrors(java.util.Collection)} or {@link #withErrors(java.util.Collection)} if you want to override the existing values.

\n@param errors A description of the validation error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A description of the validation error.

\n@param errors A description of the validation error.*/", "getterDocumentation" : "/**

A description of the validation error.

\n@return A description of the validation error.*/", "fluentSetterDocumentation" : "/**

A description of the validation error.

\n@param errors A description of the validation error.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "validationError", "variableType" : "ValidationError", "variableDeclarationType" : "ValidationError", "documentation" : null, "variableSetterType" : "ValidationError", "simpleType" : "ValidationError" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Errors" : { "documentation" : "

A description of the validation error.

", "name" : "Errors", "c2jName" : "errors", "c2jShape" : "validationMessages", "variable" : { "variableName" : "errors", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A description of the validation error.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "errors", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "errors", "marshallLocationName" : "errors", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "validationMessage", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

A description of the validation error.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setErrors(java.util.Collection)} or {@link #withErrors(java.util.Collection)} if you want to override the existing values.

\n@param errors A description of the validation error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A description of the validation error.

\n@param errors A description of the validation error.*/", "getterDocumentation" : "/**

A description of the validation error.

\n@return A description of the validation error.*/", "fluentSetterDocumentation" : "/**

A description of the validation error.

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

The identifier of the object that contains the validation error.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the object that contains the validation error.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The identifier of the object that contains the validation error.

\n@param id The identifier of the object that contains the validation error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the object that contains the validation error.

\n@param id The identifier of the object that contains the validation error.*/", "getterDocumentation" : "/**

The identifier of the object that contains the validation error.

\n@return The identifier of the object that contains the validation error.*/", "fluentSetterDocumentation" : "/**

The identifier of the object that contains the validation error.

\n@param id The identifier of the object that contains the validation error.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "QueryObjectsRequest" : { "c2jName" : "QueryObjectsInput", "documentation" : "

Contains the parameters for QueryObjects.

", "shapeName" : "QueryObjectsRequest", "deprecated" : false, "required" : [ "pipelineId", "sphere" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the pipeline.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.*/", "getterDocumentation" : "/**

The ID of the pipeline.

\n@return The ID of the pipeline.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline.

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

The query that defines the objects to be returned. The Query object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.

", "name" : "Query", "c2jName" : "query", "c2jShape" : "Query", "variable" : { "variableName" : "query", "variableType" : "Query", "variableDeclarationType" : "Query", "documentation" : "

The query that defines the objects to be returned. The Query object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.

", "variableSetterType" : "Query", "simpleType" : "Query" }, "setterModel" : { "variableName" : "query", "variableType" : "Query", "variableDeclarationType" : "Query", "documentation" : "", "variableSetterType" : "Query", "simpleType" : "Query" }, "getterModel" : { "returnType" : "Query", "documentation" : null }, "http" : { "unmarshallLocationName" : "query", "marshallLocationName" : "query", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The query that defines the objects to be returned. The Query object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.

\n@param query The query that defines the objects to be returned. The Query object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The query that defines the objects to be returned. The Query object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.

\n@param query The query that defines the objects to be returned. The Query object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.*/", "getterDocumentation" : "/**

The query that defines the objects to be returned. The Query object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.

\n@return The query that defines the objects to be returned. The Query object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.*/", "fluentSetterDocumentation" : "/**

The query that defines the objects to be returned. The Query object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.

\n@param query The query that defines the objects to be returned. The Query object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Indicates whether the query applies to components or instances. The possible values are: COMPONENT, INSTANCE, and ATTEMPT.

", "name" : "Sphere", "c2jName" : "sphere", "c2jShape" : "string", "variable" : { "variableName" : "sphere", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Indicates whether the query applies to components or instances. The possible values are: COMPONENT, INSTANCE, and ATTEMPT.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sphere", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "sphere", "marshallLocationName" : "sphere", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

Indicates whether the query applies to components or instances. The possible values are: COMPONENT, INSTANCE, and ATTEMPT.

\n@param sphere Indicates whether the query applies to components or instances. The possible values are: COMPONENT, INSTANCE, and ATTEMPT.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether the query applies to components or instances. The possible values are: COMPONENT, INSTANCE, and ATTEMPT.

\n@param sphere Indicates whether the query applies to components or instances. The possible values are: COMPONENT, INSTANCE, and ATTEMPT.*/", "getterDocumentation" : "/**

Indicates whether the query applies to components or instances. The possible values are: COMPONENT, INSTANCE, and ATTEMPT.

\n@return Indicates whether the query applies to components or instances. The possible values are: COMPONENT, INSTANCE, and ATTEMPT.*/", "fluentSetterDocumentation" : "/**

Indicates whether the query applies to components or instances. The possible values are: COMPONENT, INSTANCE, and ATTEMPT.

\n@param sphere Indicates whether the query applies to components or instances. The possible values are: COMPONENT, INSTANCE, and ATTEMPT.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call QueryObjects with the marker value from the previous call to retrieve the next set of results.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call QueryObjects with the marker value from the previous call to retrieve the next set of results.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call QueryObjects with the marker value from the previous call to retrieve the next set of results.

\n@param marker The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call QueryObjects with the marker value from the previous call to retrieve the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call QueryObjects with the marker value from the previous call to retrieve the next set of results.

\n@param marker The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call QueryObjects with the marker value from the previous call to retrieve the next set of results.*/", "getterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call QueryObjects with the marker value from the previous call to retrieve the next set of results.

\n@return The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call QueryObjects with the marker value from the previous call to retrieve the next set of results.*/", "fluentSetterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call QueryObjects with the marker value from the previous call to retrieve the next set of results.

\n@param marker The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call QueryObjects with the marker value from the previous call to retrieve the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of object names that QueryObjects will return in a single call. The default value is 100.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "int", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of object names that QueryObjects will return in a single call. The default value is 100.

", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The maximum number of object names that QueryObjects will return in a single call. The default value is 100.

\n@param limit The maximum number of object names that QueryObjects will return in a single call. The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of object names that QueryObjects will return in a single call. The default value is 100.

\n@param limit The maximum number of object names that QueryObjects will return in a single call. The default value is 100.*/", "getterDocumentation" : "/**

The maximum number of object names that QueryObjects will return in a single call. The default value is 100.

\n@return The maximum number of object names that QueryObjects will return in a single call. The default value is 100.*/", "fluentSetterDocumentation" : "/**

The maximum number of object names that QueryObjects will return in a single call. The default value is 100.

\n@param limit The maximum number of object names that QueryObjects will return in a single call. The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "queryObjectsRequest", "variableType" : "QueryObjectsRequest", "variableDeclarationType" : "QueryObjectsRequest", "documentation" : null, "variableSetterType" : "QueryObjectsRequest", "simpleType" : "QueryObjectsRequest" }, "marshaller" : { "action" : "QueryObjects", "verb" : "POST", "target" : "DataPipeline.QueryObjects", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Sphere" : { "documentation" : "

Indicates whether the query applies to components or instances. The possible values are: COMPONENT, INSTANCE, and ATTEMPT.

", "name" : "Sphere", "c2jName" : "sphere", "c2jShape" : "string", "variable" : { "variableName" : "sphere", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Indicates whether the query applies to components or instances. The possible values are: COMPONENT, INSTANCE, and ATTEMPT.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sphere", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "sphere", "marshallLocationName" : "sphere", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

Indicates whether the query applies to components or instances. The possible values are: COMPONENT, INSTANCE, and ATTEMPT.

\n@param sphere Indicates whether the query applies to components or instances. The possible values are: COMPONENT, INSTANCE, and ATTEMPT.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether the query applies to components or instances. The possible values are: COMPONENT, INSTANCE, and ATTEMPT.

\n@param sphere Indicates whether the query applies to components or instances. The possible values are: COMPONENT, INSTANCE, and ATTEMPT.*/", "getterDocumentation" : "/**

Indicates whether the query applies to components or instances. The possible values are: COMPONENT, INSTANCE, and ATTEMPT.

\n@return Indicates whether the query applies to components or instances. The possible values are: COMPONENT, INSTANCE, and ATTEMPT.*/", "fluentSetterDocumentation" : "/**

Indicates whether the query applies to components or instances. The possible values are: COMPONENT, INSTANCE, and ATTEMPT.

\n@param sphere Indicates whether the query applies to components or instances. The possible values are: COMPONENT, INSTANCE, and ATTEMPT.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Query" : { "documentation" : "

The query that defines the objects to be returned. The Query object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.

", "name" : "Query", "c2jName" : "query", "c2jShape" : "Query", "variable" : { "variableName" : "query", "variableType" : "Query", "variableDeclarationType" : "Query", "documentation" : "

The query that defines the objects to be returned. The Query object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.

", "variableSetterType" : "Query", "simpleType" : "Query" }, "setterModel" : { "variableName" : "query", "variableType" : "Query", "variableDeclarationType" : "Query", "documentation" : "", "variableSetterType" : "Query", "simpleType" : "Query" }, "getterModel" : { "returnType" : "Query", "documentation" : null }, "http" : { "unmarshallLocationName" : "query", "marshallLocationName" : "query", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The query that defines the objects to be returned. The Query object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.

\n@param query The query that defines the objects to be returned. The Query object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The query that defines the objects to be returned. The Query object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.

\n@param query The query that defines the objects to be returned. The Query object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.*/", "getterDocumentation" : "/**

The query that defines the objects to be returned. The Query object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.

\n@return The query that defines the objects to be returned. The Query object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.*/", "fluentSetterDocumentation" : "/**

The query that defines the objects to be returned. The Query object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.

\n@param query The query that defines the objects to be returned. The Query object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PipelineId" : { "documentation" : "

The ID of the pipeline.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.*/", "getterDocumentation" : "/**

The ID of the pipeline.

\n@return The ID of the pipeline.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call QueryObjects with the marker value from the previous call to retrieve the next set of results.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call QueryObjects with the marker value from the previous call to retrieve the next set of results.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call QueryObjects with the marker value from the previous call to retrieve the next set of results.

\n@param marker The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call QueryObjects with the marker value from the previous call to retrieve the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call QueryObjects with the marker value from the previous call to retrieve the next set of results.

\n@param marker The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call QueryObjects with the marker value from the previous call to retrieve the next set of results.*/", "getterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call QueryObjects with the marker value from the previous call to retrieve the next set of results.

\n@return The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call QueryObjects with the marker value from the previous call to retrieve the next set of results.*/", "fluentSetterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call QueryObjects with the marker value from the previous call to retrieve the next set of results.

\n@param marker The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call QueryObjects with the marker value from the previous call to retrieve the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

The maximum number of object names that QueryObjects will return in a single call. The default value is 100.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "int", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of object names that QueryObjects will return in a single call. The default value is 100.

", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The maximum number of object names that QueryObjects will return in a single call. The default value is 100.

\n@param limit The maximum number of object names that QueryObjects will return in a single call. The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of object names that QueryObjects will return in a single call. The default value is 100.

\n@param limit The maximum number of object names that QueryObjects will return in a single call. The default value is 100.*/", "getterDocumentation" : "/**

The maximum number of object names that QueryObjects will return in a single call. The default value is 100.

\n@return The maximum number of object names that QueryObjects will return in a single call. The default value is 100.*/", "fluentSetterDocumentation" : "/**

The maximum number of object names that QueryObjects will return in a single call. The default value is 100.

\n@param limit The maximum number of object names that QueryObjects will return in a single call. The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetPipelineDefinitionRequest" : { "c2jName" : "GetPipelineDefinitionInput", "documentation" : "

Contains the parameters for GetPipelineDefinition.

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

The ID of the pipeline.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.*/", "getterDocumentation" : "/**

The ID of the pipeline.

\n@return The ID of the pipeline.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline.

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

The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.

", "name" : "Version", "c2jName" : "version", "c2jShape" : "string", "variable" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "version", "marshallLocationName" : "version", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.

\n@param version The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.

\n@param version The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.*/", "getterDocumentation" : "/**

The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.

\n@return The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.*/", "fluentSetterDocumentation" : "/**

The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.

\n@param version The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getPipelineDefinitionRequest", "variableType" : "GetPipelineDefinitionRequest", "variableDeclarationType" : "GetPipelineDefinitionRequest", "documentation" : null, "variableSetterType" : "GetPipelineDefinitionRequest", "simpleType" : "GetPipelineDefinitionRequest" }, "marshaller" : { "action" : "GetPipelineDefinition", "verb" : "POST", "target" : "DataPipeline.GetPipelineDefinition", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Version" : { "documentation" : "

The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.

", "name" : "Version", "c2jName" : "version", "c2jShape" : "string", "variable" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "version", "marshallLocationName" : "version", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.

\n@param version The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.

\n@param version The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.*/", "getterDocumentation" : "/**

The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.

\n@return The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.*/", "fluentSetterDocumentation" : "/**

The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.

\n@param version The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PipelineId" : { "documentation" : "

The ID of the pipeline.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.*/", "getterDocumentation" : "/**

The ID of the pipeline.

\n@return The ID of the pipeline.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Selector" : { "c2jName" : "Selector", "documentation" : "

A comparision that is used to determine whether a query should return this object.

", "shapeName" : "Selector", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the field that the operator will be applied to. The field name is the \"key\" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.

", "name" : "FieldName", "c2jName" : "fieldName", "c2jShape" : "string", "variable" : { "variableName" : "fieldName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the field that the operator will be applied to. The field name is the \"key\" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "fieldName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "fieldName", "marshallLocationName" : "fieldName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The name of the field that the operator will be applied to. The field name is the \"key\" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.

\n@param fieldName The name of the field that the operator will be applied to. The field name is the \"key\" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the field that the operator will be applied to. The field name is the \"key\" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.

\n@param fieldName The name of the field that the operator will be applied to. The field name is the \"key\" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.*/", "getterDocumentation" : "/**

The name of the field that the operator will be applied to. The field name is the \"key\" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.

\n@return The name of the field that the operator will be applied to. The field name is the \"key\" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.*/", "fluentSetterDocumentation" : "/**

The name of the field that the operator will be applied to. The field name is the \"key\" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.

\n@param fieldName The name of the field that the operator will be applied to. The field name is the \"key\" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Operator", "c2jName" : "operator", "c2jShape" : "Operator", "variable" : { "variableName" : "operator", "variableType" : "Operator", "variableDeclarationType" : "Operator", "documentation" : "", "variableSetterType" : "Operator", "simpleType" : "Operator" }, "setterModel" : { "variableName" : "operator", "variableType" : "Operator", "variableDeclarationType" : "Operator", "documentation" : "", "variableSetterType" : "Operator", "simpleType" : "Operator" }, "getterModel" : { "returnType" : "Operator", "documentation" : null }, "http" : { "unmarshallLocationName" : "operator", "marshallLocationName" : "operator", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param operator \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param operator */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param operator \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "selector", "variableType" : "Selector", "variableDeclarationType" : "Selector", "documentation" : null, "variableSetterType" : "Selector", "simpleType" : "Selector" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Operator" : { "documentation" : "", "name" : "Operator", "c2jName" : "operator", "c2jShape" : "Operator", "variable" : { "variableName" : "operator", "variableType" : "Operator", "variableDeclarationType" : "Operator", "documentation" : "", "variableSetterType" : "Operator", "simpleType" : "Operator" }, "setterModel" : { "variableName" : "operator", "variableType" : "Operator", "variableDeclarationType" : "Operator", "documentation" : "", "variableSetterType" : "Operator", "simpleType" : "Operator" }, "getterModel" : { "returnType" : "Operator", "documentation" : null }, "http" : { "unmarshallLocationName" : "operator", "marshallLocationName" : "operator", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param operator \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param operator */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param operator \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "FieldName" : { "documentation" : "

The name of the field that the operator will be applied to. The field name is the \"key\" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.

", "name" : "FieldName", "c2jName" : "fieldName", "c2jShape" : "string", "variable" : { "variableName" : "fieldName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the field that the operator will be applied to. The field name is the \"key\" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "fieldName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "fieldName", "marshallLocationName" : "fieldName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The name of the field that the operator will be applied to. The field name is the \"key\" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.

\n@param fieldName The name of the field that the operator will be applied to. The field name is the \"key\" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the field that the operator will be applied to. The field name is the \"key\" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.

\n@param fieldName The name of the field that the operator will be applied to. The field name is the \"key\" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.*/", "getterDocumentation" : "/**

The name of the field that the operator will be applied to. The field name is the \"key\" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.

\n@return The name of the field that the operator will be applied to. The field name is the \"key\" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.*/", "fluentSetterDocumentation" : "/**

The name of the field that the operator will be applied to. The field name is the \"key\" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.

\n@param fieldName The name of the field that the operator will be applied to. The field name is the \"key\" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ReportTaskRunnerHeartbeatRequest" : { "c2jName" : "ReportTaskRunnerHeartbeatInput", "documentation" : "

Contains the parameters for ReportTaskRunnerHeartbeat.

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

The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.

", "name" : "TaskrunnerId", "c2jName" : "taskrunnerId", "c2jShape" : "id", "variable" : { "variableName" : "taskrunnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "taskrunnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "taskrunnerId", "marshallLocationName" : "taskrunnerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.

\n@param taskrunnerId The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.

\n@param taskrunnerId The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.*/", "getterDocumentation" : "/**

The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.

\n@return The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.*/", "fluentSetterDocumentation" : "/**

The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.

\n@param taskrunnerId The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

", "name" : "WorkerGroup", "c2jName" : "workerGroup", "c2jShape" : "string", "variable" : { "variableName" : "workerGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "workerGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "workerGroup", "marshallLocationName" : "workerGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

\n@param workerGroup The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

\n@param workerGroup The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.*/", "getterDocumentation" : "/**

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

\n@return The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.*/", "fluentSetterDocumentation" : "/**

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

\n@param workerGroup The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The public DNS name of the task runner.

", "name" : "Hostname", "c2jName" : "hostname", "c2jShape" : "id", "variable" : { "variableName" : "hostname", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The public DNS name of the task runner.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hostname", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "hostname", "marshallLocationName" : "hostname", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The public DNS name of the task runner.

\n@param hostname The public DNS name of the task runner.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The public DNS name of the task runner.

\n@param hostname The public DNS name of the task runner.*/", "getterDocumentation" : "/**

The public DNS name of the task runner.

\n@return The public DNS name of the task runner.*/", "fluentSetterDocumentation" : "/**

The public DNS name of the task runner.

\n@param hostname The public DNS name of the task runner.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "reportTaskRunnerHeartbeatRequest", "variableType" : "ReportTaskRunnerHeartbeatRequest", "variableDeclarationType" : "ReportTaskRunnerHeartbeatRequest", "documentation" : null, "variableSetterType" : "ReportTaskRunnerHeartbeatRequest", "simpleType" : "ReportTaskRunnerHeartbeatRequest" }, "marshaller" : { "action" : "ReportTaskRunnerHeartbeat", "verb" : "POST", "target" : "DataPipeline.ReportTaskRunnerHeartbeat", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "WorkerGroup" : { "documentation" : "

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

", "name" : "WorkerGroup", "c2jName" : "workerGroup", "c2jShape" : "string", "variable" : { "variableName" : "workerGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "workerGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "workerGroup", "marshallLocationName" : "workerGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

\n@param workerGroup The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

\n@param workerGroup The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.*/", "getterDocumentation" : "/**

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

\n@return The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.*/", "fluentSetterDocumentation" : "/**

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

\n@param workerGroup The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Hostname" : { "documentation" : "

The public DNS name of the task runner.

", "name" : "Hostname", "c2jName" : "hostname", "c2jShape" : "id", "variable" : { "variableName" : "hostname", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The public DNS name of the task runner.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hostname", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "hostname", "marshallLocationName" : "hostname", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The public DNS name of the task runner.

\n@param hostname The public DNS name of the task runner.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The public DNS name of the task runner.

\n@param hostname The public DNS name of the task runner.*/", "getterDocumentation" : "/**

The public DNS name of the task runner.

\n@return The public DNS name of the task runner.*/", "fluentSetterDocumentation" : "/**

The public DNS name of the task runner.

\n@param hostname The public DNS name of the task runner.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TaskrunnerId" : { "documentation" : "

The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.

", "name" : "TaskrunnerId", "c2jName" : "taskrunnerId", "c2jShape" : "id", "variable" : { "variableName" : "taskrunnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "taskrunnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "taskrunnerId", "marshallLocationName" : "taskrunnerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.

\n@param taskrunnerId The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.

\n@param taskrunnerId The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.*/", "getterDocumentation" : "/**

The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.

\n@return The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.*/", "fluentSetterDocumentation" : "/**

The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.

\n@param taskrunnerId The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreatePipelineRequest" : { "c2jName" : "CreatePipelineInput", "documentation" : "

Contains the parameters for CreatePipeline.

", "shapeName" : "CreatePipelineRequest", "deprecated" : false, "required" : [ "name", "uniqueId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "id", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.

\n@param name The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.

\n@param name The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.*/", "getterDocumentation" : "/**

The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.

\n@return The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.*/", "fluentSetterDocumentation" : "/**

The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.

\n@param name The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to CreatePipeline. For example, if the first call to CreatePipeline does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to CreatePipeline. CreatePipeline ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.

", "name" : "UniqueId", "c2jName" : "uniqueId", "c2jShape" : "id", "variable" : { "variableName" : "uniqueId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to CreatePipeline. For example, if the first call to CreatePipeline does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to CreatePipeline. CreatePipeline ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "uniqueId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "uniqueId", "marshallLocationName" : "uniqueId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to CreatePipeline. For example, if the first call to CreatePipeline does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to CreatePipeline. CreatePipeline ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.

\n@param uniqueId A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to CreatePipeline. For example, if the first call to CreatePipeline does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to CreatePipeline. CreatePipeline ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to CreatePipeline. For example, if the first call to CreatePipeline does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to CreatePipeline. CreatePipeline ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.

\n@param uniqueId A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to CreatePipeline. For example, if the first call to CreatePipeline does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to CreatePipeline. CreatePipeline ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.*/", "getterDocumentation" : "/**

A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to CreatePipeline. For example, if the first call to CreatePipeline does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to CreatePipeline. CreatePipeline ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.

\n@return A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to CreatePipeline. For example, if the first call to CreatePipeline does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to CreatePipeline. CreatePipeline ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.*/", "fluentSetterDocumentation" : "/**

A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to CreatePipeline. For example, if the first call to CreatePipeline does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to CreatePipeline. CreatePipeline ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.

\n@param uniqueId A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to CreatePipeline. For example, if the first call to CreatePipeline does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to CreatePipeline. CreatePipeline ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description for the pipeline.

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

The description for the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The description for the pipeline.

\n@param description The description for the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description for the pipeline.

\n@param description The description for the pipeline.*/", "getterDocumentation" : "/**

The description for the pipeline.

\n@return The description for the pipeline.*/", "fluentSetterDocumentation" : "/**

The description for the pipeline.

\n@param description The description for the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

", "name" : "Tags", "c2jName" : "tags", "c2jShape" : "tagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "tags", "marshallLocationName" : "tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

\n@param tags A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@param tags A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.*/", "getterDocumentation" : "/**

A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@return A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.*/", "fluentSetterDocumentation" : "/**

A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@param tags A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createPipelineRequest", "variableType" : "CreatePipelineRequest", "variableDeclarationType" : "CreatePipelineRequest", "documentation" : null, "variableSetterType" : "CreatePipelineRequest", "simpleType" : "CreatePipelineRequest" }, "marshaller" : { "action" : "CreatePipeline", "verb" : "POST", "target" : "DataPipeline.CreatePipeline", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "UniqueId" : { "documentation" : "

A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to CreatePipeline. For example, if the first call to CreatePipeline does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to CreatePipeline. CreatePipeline ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.

", "name" : "UniqueId", "c2jName" : "uniqueId", "c2jShape" : "id", "variable" : { "variableName" : "uniqueId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to CreatePipeline. For example, if the first call to CreatePipeline does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to CreatePipeline. CreatePipeline ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "uniqueId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "uniqueId", "marshallLocationName" : "uniqueId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to CreatePipeline. For example, if the first call to CreatePipeline does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to CreatePipeline. CreatePipeline ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.

\n@param uniqueId A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to CreatePipeline. For example, if the first call to CreatePipeline does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to CreatePipeline. CreatePipeline ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to CreatePipeline. For example, if the first call to CreatePipeline does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to CreatePipeline. CreatePipeline ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.

\n@param uniqueId A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to CreatePipeline. For example, if the first call to CreatePipeline does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to CreatePipeline. CreatePipeline ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.*/", "getterDocumentation" : "/**

A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to CreatePipeline. For example, if the first call to CreatePipeline does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to CreatePipeline. CreatePipeline ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.

\n@return A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to CreatePipeline. For example, if the first call to CreatePipeline does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to CreatePipeline. CreatePipeline ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.*/", "fluentSetterDocumentation" : "/**

A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to CreatePipeline. For example, if the first call to CreatePipeline does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to CreatePipeline. CreatePipeline ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.

\n@param uniqueId A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to CreatePipeline. For example, if the first call to CreatePipeline does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to CreatePipeline. CreatePipeline ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

The description for the pipeline.

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

The description for the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The description for the pipeline.

\n@param description The description for the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description for the pipeline.

\n@param description The description for the pipeline.*/", "getterDocumentation" : "/**

The description for the pipeline.

\n@return The description for the pipeline.*/", "fluentSetterDocumentation" : "/**

The description for the pipeline.

\n@param description The description for the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Tags" : { "documentation" : "

A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

", "name" : "Tags", "c2jName" : "tags", "c2jShape" : "tagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "tags", "marshallLocationName" : "tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

\n@param tags A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@param tags A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.*/", "getterDocumentation" : "/**

A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@return A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.*/", "fluentSetterDocumentation" : "/**

A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@param tags A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "id", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.

\n@param name The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.

\n@param name The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.*/", "getterDocumentation" : "/**

The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.

\n@return The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.*/", "fluentSetterDocumentation" : "/**

The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.

\n@param name The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetStatusRequest" : { "c2jName" : "SetStatusInput", "documentation" : "

Contains the parameters for SetStatus.

", "shapeName" : "SetStatusRequest", "deprecated" : false, "required" : [ "pipelineId", "objectIds", "status" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the pipeline that contains the objects.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline that contains the objects.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline that contains the objects.

\n@param pipelineId The ID of the pipeline that contains the objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline that contains the objects.

\n@param pipelineId The ID of the pipeline that contains the objects.*/", "getterDocumentation" : "/**

The ID of the pipeline that contains the objects.

\n@return The ID of the pipeline that contains the objects.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline that contains the objects.

\n@param pipelineId The ID of the pipeline that contains the objects.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.

", "name" : "ObjectIds", "c2jName" : "objectIds", "c2jShape" : "idList", "variable" : { "variableName" : "objectIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "objectIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "objectIds", "marshallLocationName" : "objectIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "id", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setObjectIds(java.util.Collection)} or {@link #withObjectIds(java.util.Collection)} if you want to override the existing values.

\n@param objectIds The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.

\n@param objectIds The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.*/", "getterDocumentation" : "/**

The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.

\n@return The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.*/", "fluentSetterDocumentation" : "/**

The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.

\n@param objectIds The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.

", "name" : "Status", "c2jName" : "status", "c2jShape" : "string", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.

\n@param status The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.

\n@param status The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.*/", "getterDocumentation" : "/**

The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.

\n@return The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.*/", "fluentSetterDocumentation" : "/**

The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.

\n@param status The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "setStatusRequest", "variableType" : "SetStatusRequest", "variableDeclarationType" : "SetStatusRequest", "documentation" : null, "variableSetterType" : "SetStatusRequest", "simpleType" : "SetStatusRequest" }, "marshaller" : { "action" : "SetStatus", "verb" : "POST", "target" : "DataPipeline.SetStatus", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.

", "name" : "Status", "c2jName" : "status", "c2jShape" : "string", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.

\n@param status The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.

\n@param status The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.*/", "getterDocumentation" : "/**

The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.

\n@return The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.*/", "fluentSetterDocumentation" : "/**

The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.

\n@param status The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ObjectIds" : { "documentation" : "

The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.

", "name" : "ObjectIds", "c2jName" : "objectIds", "c2jShape" : "idList", "variable" : { "variableName" : "objectIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "objectIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "objectIds", "marshallLocationName" : "objectIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "id", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setObjectIds(java.util.Collection)} or {@link #withObjectIds(java.util.Collection)} if you want to override the existing values.

\n@param objectIds The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.

\n@param objectIds The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.*/", "getterDocumentation" : "/**

The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.

\n@return The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.*/", "fluentSetterDocumentation" : "/**

The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.

\n@param objectIds The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PipelineId" : { "documentation" : "

The ID of the pipeline that contains the objects.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline that contains the objects.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline that contains the objects.

\n@param pipelineId The ID of the pipeline that contains the objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline that contains the objects.

\n@param pipelineId The ID of the pipeline that contains the objects.*/", "getterDocumentation" : "/**

The ID of the pipeline that contains the objects.

\n@return The ID of the pipeline that contains the objects.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline that contains the objects.

\n@param pipelineId The ID of the pipeline that contains the objects.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ParameterValue" : { "c2jName" : "ParameterValue", "documentation" : "

A value or list of parameter values.

", "shapeName" : "ParameterValue", "deprecated" : false, "required" : [ "id", "stringValue" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the parameter value.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "fieldNameString", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the parameter value.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the parameter value.

\n@param id The ID of the parameter value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the parameter value.

\n@param id The ID of the parameter value.*/", "getterDocumentation" : "/**

The ID of the parameter value.

\n@return The ID of the parameter value.*/", "fluentSetterDocumentation" : "/**

The ID of the parameter value.

\n@param id The ID of the parameter value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The field value, expressed as a String.

", "name" : "StringValue", "c2jName" : "stringValue", "c2jShape" : "fieldStringValue", "variable" : { "variableName" : "stringValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The field value, expressed as a String.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "stringValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stringValue", "marshallLocationName" : "stringValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The field value, expressed as a String.

\n@param stringValue The field value, expressed as a String.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The field value, expressed as a String.

\n@param stringValue The field value, expressed as a String.*/", "getterDocumentation" : "/**

The field value, expressed as a String.

\n@return The field value, expressed as a String.*/", "fluentSetterDocumentation" : "/**

The field value, expressed as a String.

\n@param stringValue The field value, expressed as a String.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "parameterValue", "variableType" : "ParameterValue", "variableDeclarationType" : "ParameterValue", "documentation" : null, "variableSetterType" : "ParameterValue", "simpleType" : "ParameterValue" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "

The ID of the parameter value.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "fieldNameString", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the parameter value.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the parameter value.

\n@param id The ID of the parameter value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the parameter value.

\n@param id The ID of the parameter value.*/", "getterDocumentation" : "/**

The ID of the parameter value.

\n@return The ID of the parameter value.*/", "fluentSetterDocumentation" : "/**

The ID of the parameter value.

\n@param id The ID of the parameter value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StringValue" : { "documentation" : "

The field value, expressed as a String.

", "name" : "StringValue", "c2jName" : "stringValue", "c2jShape" : "fieldStringValue", "variable" : { "variableName" : "stringValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The field value, expressed as a String.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "stringValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stringValue", "marshallLocationName" : "stringValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The field value, expressed as a String.

\n@param stringValue The field value, expressed as a String.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The field value, expressed as a String.

\n@param stringValue The field value, expressed as a String.*/", "getterDocumentation" : "/**

The field value, expressed as a String.

\n@return The field value, expressed as a String.*/", "fluentSetterDocumentation" : "/**

The field value, expressed as a String.

\n@param stringValue The field value, expressed as a String.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListPipelinesRequest" : { "c2jName" : "ListPipelinesInput", "documentation" : "

Contains the parameters for ListPipelines.

", "shapeName" : "ListPipelinesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.

\n@param marker The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.

\n@param marker The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.*/", "getterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.

\n@return The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.*/", "fluentSetterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.

\n@param marker The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listPipelinesRequest", "variableType" : "ListPipelinesRequest", "variableDeclarationType" : "ListPipelinesRequest", "documentation" : null, "variableSetterType" : "ListPipelinesRequest", "simpleType" : "ListPipelinesRequest" }, "marshaller" : { "action" : "ListPipelines", "verb" : "POST", "target" : "DataPipeline.ListPipelines", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Marker" : { "documentation" : "

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.

\n@param marker The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.

\n@param marker The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.*/", "getterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.

\n@return The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.*/", "fluentSetterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.

\n@param marker The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PipelineDescription" : { "c2jName" : "PipelineDescription", "documentation" : "

Contains pipeline metadata.

", "shapeName" : "PipelineDescription", "deprecated" : false, "required" : [ "pipelineId", "name", "fields" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

\n@param pipelineId The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

\n@param pipelineId The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.*/", "getterDocumentation" : "/**

The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

\n@return The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.*/", "fluentSetterDocumentation" : "/**

The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

\n@param pipelineId The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the pipeline.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "id", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The name of the pipeline.

\n@param name The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the pipeline.

\n@param name The name of the pipeline.*/", "getterDocumentation" : "/**

The name of the pipeline.

\n@return The name of the pipeline.*/", "fluentSetterDocumentation" : "/**

The name of the pipeline.

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

A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.

", "name" : "Fields", "c2jName" : "fields", "c2jShape" : "fieldList", "variable" : { "variableName" : "fields", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "fields", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "fields", "marshallLocationName" : "fields", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Field", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Field", "variable" : { "variableName" : "member", "variableType" : "Field", "variableDeclarationType" : "Field", "documentation" : "", "variableSetterType" : "Field", "simpleType" : "Field" }, "setterModel" : { "variableName" : "member", "variableType" : "Field", "variableDeclarationType" : "Field", "documentation" : "", "variableSetterType" : "Field", "simpleType" : "Field" }, "getterModel" : { "returnType" : "Field", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Field", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFields(java.util.Collection)} or {@link #withFields(java.util.Collection)} if you want to override the existing values.

\n@param fields A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.

\n@param fields A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.*/", "getterDocumentation" : "/**

A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.

\n@return A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.*/", "fluentSetterDocumentation" : "/**

A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.

\n@param fields A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Description of the pipeline.

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

Description of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

Description of the pipeline.

\n@param description Description of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Description of the pipeline.

\n@param description Description of the pipeline.*/", "getterDocumentation" : "/**

Description of the pipeline.

\n@return Description of the pipeline.*/", "fluentSetterDocumentation" : "/**

Description of the pipeline.

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

A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

", "name" : "Tags", "c2jName" : "tags", "c2jShape" : "tagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "tags", "marshallLocationName" : "tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

\n@param tags A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@param tags A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.*/", "getterDocumentation" : "/**

A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@return A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.*/", "fluentSetterDocumentation" : "/**

A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@param tags A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "pipelineDescription", "variableType" : "PipelineDescription", "variableDeclarationType" : "PipelineDescription", "documentation" : null, "variableSetterType" : "PipelineDescription", "simpleType" : "PipelineDescription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Fields" : { "documentation" : "

A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.

", "name" : "Fields", "c2jName" : "fields", "c2jShape" : "fieldList", "variable" : { "variableName" : "fields", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "fields", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "fields", "marshallLocationName" : "fields", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Field", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Field", "variable" : { "variableName" : "member", "variableType" : "Field", "variableDeclarationType" : "Field", "documentation" : "", "variableSetterType" : "Field", "simpleType" : "Field" }, "setterModel" : { "variableName" : "member", "variableType" : "Field", "variableDeclarationType" : "Field", "documentation" : "", "variableSetterType" : "Field", "simpleType" : "Field" }, "getterModel" : { "returnType" : "Field", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Field", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFields(java.util.Collection)} or {@link #withFields(java.util.Collection)} if you want to override the existing values.

\n@param fields A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.

\n@param fields A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.*/", "getterDocumentation" : "/**

A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.

\n@return A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.*/", "fluentSetterDocumentation" : "/**

A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.

\n@param fields A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

Description of the pipeline.

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

Description of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

Description of the pipeline.

\n@param description Description of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Description of the pipeline.

\n@param description Description of the pipeline.*/", "getterDocumentation" : "/**

Description of the pipeline.

\n@return Description of the pipeline.*/", "fluentSetterDocumentation" : "/**

Description of the pipeline.

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

The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

\n@param pipelineId The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

\n@param pipelineId The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.*/", "getterDocumentation" : "/**

The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

\n@return The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.*/", "fluentSetterDocumentation" : "/**

The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

\n@param pipelineId The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Tags" : { "documentation" : "

A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

", "name" : "Tags", "c2jName" : "tags", "c2jShape" : "tagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "tags", "marshallLocationName" : "tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

\n@param tags A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@param tags A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.*/", "getterDocumentation" : "/**

A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@return A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.*/", "fluentSetterDocumentation" : "/**

A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@param tags A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The name of the pipeline.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "id", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The name of the pipeline.

\n@param name The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the pipeline.

\n@param name The name of the pipeline.*/", "getterDocumentation" : "/**

The name of the pipeline.

\n@return The name of the pipeline.*/", "fluentSetterDocumentation" : "/**

The name of the pipeline.

\n@param name The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ReportTaskRunnerHeartbeatResult" : { "c2jName" : "ReportTaskRunnerHeartbeatOutput", "documentation" : "

Contains the output of ReportTaskRunnerHeartbeat.

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

Indicates whether the calling task runner should terminate.

", "name" : "Terminate", "c2jName" : "terminate", "c2jShape" : "boolean", "variable" : { "variableName" : "terminate", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether the calling task runner should terminate.

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

Indicates whether the calling task runner should terminate.

\n@param terminate Indicates whether the calling task runner should terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether the calling task runner should terminate.

\n@param terminate Indicates whether the calling task runner should terminate.*/", "getterDocumentation" : "/**

Indicates whether the calling task runner should terminate.

\n@return Indicates whether the calling task runner should terminate.*/", "fluentSetterDocumentation" : "/**

Indicates whether the calling task runner should terminate.

\n@param terminate Indicates whether the calling task runner should terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "reportTaskRunnerHeartbeatResult", "variableType" : "ReportTaskRunnerHeartbeatResult", "variableDeclarationType" : "ReportTaskRunnerHeartbeatResult", "documentation" : null, "variableSetterType" : "ReportTaskRunnerHeartbeatResult", "simpleType" : "ReportTaskRunnerHeartbeatResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Terminate" : { "documentation" : "

Indicates whether the calling task runner should terminate.

", "name" : "Terminate", "c2jName" : "terminate", "c2jShape" : "boolean", "variable" : { "variableName" : "terminate", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether the calling task runner should terminate.

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

Indicates whether the calling task runner should terminate.

\n@param terminate Indicates whether the calling task runner should terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether the calling task runner should terminate.

\n@param terminate Indicates whether the calling task runner should terminate.*/", "getterDocumentation" : "/**

Indicates whether the calling task runner should terminate.

\n@return Indicates whether the calling task runner should terminate.*/", "fluentSetterDocumentation" : "/**

Indicates whether the calling task runner should terminate.

\n@param terminate Indicates whether the calling task runner should terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PipelineObject" : { "c2jName" : "PipelineObject", "documentation" : "

Contains information about a pipeline object. This can be a logical, physical, or physical attempt pipeline object. The complete set of components of a pipeline defines the pipeline.

", "shapeName" : "PipelineObject", "deprecated" : false, "required" : [ "id", "name", "fields" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the object.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the object.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the object.

\n@param id The ID of the object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the object.

\n@param id The ID of the object.*/", "getterDocumentation" : "/**

The ID of the object.

\n@return The ID of the object.*/", "fluentSetterDocumentation" : "/**

The ID of the object.

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

The name of the object.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "id", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the object.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The name of the object.

\n@param name The name of the object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the object.

\n@param name The name of the object.*/", "getterDocumentation" : "/**

The name of the object.

\n@return The name of the object.*/", "fluentSetterDocumentation" : "/**

The name of the object.

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

Key-value pairs that define the properties of the object.

", "name" : "Fields", "c2jName" : "fields", "c2jShape" : "fieldList", "variable" : { "variableName" : "fields", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Key-value pairs that define the properties of the object.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "fields", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "fields", "marshallLocationName" : "fields", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Field", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Field", "variable" : { "variableName" : "member", "variableType" : "Field", "variableDeclarationType" : "Field", "documentation" : "", "variableSetterType" : "Field", "simpleType" : "Field" }, "setterModel" : { "variableName" : "member", "variableType" : "Field", "variableDeclarationType" : "Field", "documentation" : "", "variableSetterType" : "Field", "simpleType" : "Field" }, "getterModel" : { "returnType" : "Field", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Field", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

Key-value pairs that define the properties of the object.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFields(java.util.Collection)} or {@link #withFields(java.util.Collection)} if you want to override the existing values.

\n@param fields Key-value pairs that define the properties of the object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Key-value pairs that define the properties of the object.

\n@param fields Key-value pairs that define the properties of the object.*/", "getterDocumentation" : "/**

Key-value pairs that define the properties of the object.

\n@return Key-value pairs that define the properties of the object.*/", "fluentSetterDocumentation" : "/**

Key-value pairs that define the properties of the object.

\n@param fields Key-value pairs that define the properties of the object.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "pipelineObject", "variableType" : "PipelineObject", "variableDeclarationType" : "PipelineObject", "documentation" : null, "variableSetterType" : "PipelineObject", "simpleType" : "PipelineObject" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Fields" : { "documentation" : "

Key-value pairs that define the properties of the object.

", "name" : "Fields", "c2jName" : "fields", "c2jShape" : "fieldList", "variable" : { "variableName" : "fields", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Key-value pairs that define the properties of the object.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "fields", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "fields", "marshallLocationName" : "fields", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Field", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Field", "variable" : { "variableName" : "member", "variableType" : "Field", "variableDeclarationType" : "Field", "documentation" : "", "variableSetterType" : "Field", "simpleType" : "Field" }, "setterModel" : { "variableName" : "member", "variableType" : "Field", "variableDeclarationType" : "Field", "documentation" : "", "variableSetterType" : "Field", "simpleType" : "Field" }, "getterModel" : { "returnType" : "Field", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Field", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

Key-value pairs that define the properties of the object.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFields(java.util.Collection)} or {@link #withFields(java.util.Collection)} if you want to override the existing values.

\n@param fields Key-value pairs that define the properties of the object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Key-value pairs that define the properties of the object.

\n@param fields Key-value pairs that define the properties of the object.*/", "getterDocumentation" : "/**

Key-value pairs that define the properties of the object.

\n@return Key-value pairs that define the properties of the object.*/", "fluentSetterDocumentation" : "/**

Key-value pairs that define the properties of the object.

\n@param fields Key-value pairs that define the properties of the object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The ID of the object.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the object.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the object.

\n@param id The ID of the object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the object.

\n@param id The ID of the object.*/", "getterDocumentation" : "/**

The ID of the object.

\n@return The ID of the object.*/", "fluentSetterDocumentation" : "/**

The ID of the object.

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

The name of the object.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "id", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the object.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The name of the object.

\n@param name The name of the object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the object.

\n@param name The name of the object.*/", "getterDocumentation" : "/**

The name of the object.

\n@return The name of the object.*/", "fluentSetterDocumentation" : "/**

The name of the object.

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

Contains the parameters for PollForTask.

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

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup in the call to PollForTask. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

", "name" : "WorkerGroup", "c2jName" : "workerGroup", "c2jShape" : "string", "variable" : { "variableName" : "workerGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup in the call to PollForTask. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "workerGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "workerGroup", "marshallLocationName" : "workerGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup in the call to PollForTask. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

\n@param workerGroup The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup in the call to PollForTask. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup in the call to PollForTask. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

\n@param workerGroup The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup in the call to PollForTask. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.*/", "getterDocumentation" : "/**

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup in the call to PollForTask. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

\n@return The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup in the call to PollForTask. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.*/", "fluentSetterDocumentation" : "/**

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup in the call to PollForTask. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

\n@param workerGroup The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup in the call to PollForTask. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The public DNS name of the calling task runner.

", "name" : "Hostname", "c2jName" : "hostname", "c2jShape" : "id", "variable" : { "variableName" : "hostname", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The public DNS name of the calling task runner.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hostname", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "hostname", "marshallLocationName" : "hostname", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The public DNS name of the calling task runner.

\n@param hostname The public DNS name of the calling task runner.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The public DNS name of the calling task runner.

\n@param hostname The public DNS name of the calling task runner.*/", "getterDocumentation" : "/**

The public DNS name of the calling task runner.

\n@return The public DNS name of the calling task runner.*/", "fluentSetterDocumentation" : "/**

The public DNS name of the calling task runner.

\n@param hostname The public DNS name of the calling task runner.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using http://169.254.169.254/latest/meta-data/instance-id. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.

", "name" : "InstanceIdentity", "c2jName" : "instanceIdentity", "c2jShape" : "InstanceIdentity", "variable" : { "variableName" : "instanceIdentity", "variableType" : "InstanceIdentity", "variableDeclarationType" : "InstanceIdentity", "documentation" : "

Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using http://169.254.169.254/latest/meta-data/instance-id. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.

", "variableSetterType" : "InstanceIdentity", "simpleType" : "InstanceIdentity" }, "setterModel" : { "variableName" : "instanceIdentity", "variableType" : "InstanceIdentity", "variableDeclarationType" : "InstanceIdentity", "documentation" : "", "variableSetterType" : "InstanceIdentity", "simpleType" : "InstanceIdentity" }, "getterModel" : { "returnType" : "InstanceIdentity", "documentation" : null }, "http" : { "unmarshallLocationName" : "instanceIdentity", "marshallLocationName" : "instanceIdentity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using http://169.254.169.254/latest/meta-data/instance-id. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.

\n@param instanceIdentity Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using http://169.254.169.254/latest/meta-data/instance-id. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using http://169.254.169.254/latest/meta-data/instance-id. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.

\n@param instanceIdentity Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using http://169.254.169.254/latest/meta-data/instance-id. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.*/", "getterDocumentation" : "/**

Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using http://169.254.169.254/latest/meta-data/instance-id. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.

\n@return Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using http://169.254.169.254/latest/meta-data/instance-id. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.*/", "fluentSetterDocumentation" : "/**

Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using http://169.254.169.254/latest/meta-data/instance-id. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.

\n@param instanceIdentity Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using http://169.254.169.254/latest/meta-data/instance-id. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "pollForTaskRequest", "variableType" : "PollForTaskRequest", "variableDeclarationType" : "PollForTaskRequest", "documentation" : null, "variableSetterType" : "PollForTaskRequest", "simpleType" : "PollForTaskRequest" }, "marshaller" : { "action" : "PollForTask", "verb" : "POST", "target" : "DataPipeline.PollForTask", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "WorkerGroup" : { "documentation" : "

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup in the call to PollForTask. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

", "name" : "WorkerGroup", "c2jName" : "workerGroup", "c2jShape" : "string", "variable" : { "variableName" : "workerGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup in the call to PollForTask. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "workerGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "workerGroup", "marshallLocationName" : "workerGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup in the call to PollForTask. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

\n@param workerGroup The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup in the call to PollForTask. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup in the call to PollForTask. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

\n@param workerGroup The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup in the call to PollForTask. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.*/", "getterDocumentation" : "/**

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup in the call to PollForTask. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

\n@return The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup in the call to PollForTask. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.*/", "fluentSetterDocumentation" : "/**

The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup in the call to PollForTask. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

\n@param workerGroup The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup in the call to PollForTask. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Hostname" : { "documentation" : "

The public DNS name of the calling task runner.

", "name" : "Hostname", "c2jName" : "hostname", "c2jShape" : "id", "variable" : { "variableName" : "hostname", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The public DNS name of the calling task runner.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hostname", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "hostname", "marshallLocationName" : "hostname", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The public DNS name of the calling task runner.

\n@param hostname The public DNS name of the calling task runner.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The public DNS name of the calling task runner.

\n@param hostname The public DNS name of the calling task runner.*/", "getterDocumentation" : "/**

The public DNS name of the calling task runner.

\n@return The public DNS name of the calling task runner.*/", "fluentSetterDocumentation" : "/**

The public DNS name of the calling task runner.

\n@param hostname The public DNS name of the calling task runner.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceIdentity" : { "documentation" : "

Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using http://169.254.169.254/latest/meta-data/instance-id. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.

", "name" : "InstanceIdentity", "c2jName" : "instanceIdentity", "c2jShape" : "InstanceIdentity", "variable" : { "variableName" : "instanceIdentity", "variableType" : "InstanceIdentity", "variableDeclarationType" : "InstanceIdentity", "documentation" : "

Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using http://169.254.169.254/latest/meta-data/instance-id. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.

", "variableSetterType" : "InstanceIdentity", "simpleType" : "InstanceIdentity" }, "setterModel" : { "variableName" : "instanceIdentity", "variableType" : "InstanceIdentity", "variableDeclarationType" : "InstanceIdentity", "documentation" : "", "variableSetterType" : "InstanceIdentity", "simpleType" : "InstanceIdentity" }, "getterModel" : { "returnType" : "InstanceIdentity", "documentation" : null }, "http" : { "unmarshallLocationName" : "instanceIdentity", "marshallLocationName" : "instanceIdentity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using http://169.254.169.254/latest/meta-data/instance-id. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.

\n@param instanceIdentity Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using http://169.254.169.254/latest/meta-data/instance-id. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using http://169.254.169.254/latest/meta-data/instance-id. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.

\n@param instanceIdentity Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using http://169.254.169.254/latest/meta-data/instance-id. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.*/", "getterDocumentation" : "/**

Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using http://169.254.169.254/latest/meta-data/instance-id. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.

\n@return Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using http://169.254.169.254/latest/meta-data/instance-id. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.*/", "fluentSetterDocumentation" : "/**

Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using http://169.254.169.254/latest/meta-data/instance-id. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.

\n@param instanceIdentity Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using http://169.254.169.254/latest/meta-data/instance-id. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutPipelineDefinitionRequest" : { "c2jName" : "PutPipelineDefinitionInput", "documentation" : "

Contains the parameters for PutPipelineDefinition.

", "shapeName" : "PutPipelineDefinitionRequest", "deprecated" : false, "required" : [ "pipelineId", "pipelineObjects" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the pipeline.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.*/", "getterDocumentation" : "/**

The ID of the pipeline.

\n@return The ID of the pipeline.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline.

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

The objects that define the pipeline. These objects overwrite the existing pipeline definition.

", "name" : "PipelineObjects", "c2jName" : "pipelineObjects", "c2jShape" : "PipelineObjectList", "variable" : { "variableName" : "pipelineObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The objects that define the pipeline. These objects overwrite the existing pipeline definition.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "pipelineObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineObjects", "marshallLocationName" : "pipelineObjects", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PipelineObject", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PipelineObject", "variable" : { "variableName" : "member", "variableType" : "PipelineObject", "variableDeclarationType" : "PipelineObject", "documentation" : "", "variableSetterType" : "PipelineObject", "simpleType" : "PipelineObject" }, "setterModel" : { "variableName" : "member", "variableType" : "PipelineObject", "variableDeclarationType" : "PipelineObject", "documentation" : "", "variableSetterType" : "PipelineObject", "simpleType" : "PipelineObject" }, "getterModel" : { "returnType" : "PipelineObject", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "PipelineObject", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The objects that define the pipeline. These objects overwrite the existing pipeline definition.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPipelineObjects(java.util.Collection)} or {@link #withPipelineObjects(java.util.Collection)} if you want to override the existing values.

\n@param pipelineObjects The objects that define the pipeline. These objects overwrite the existing pipeline definition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The objects that define the pipeline. These objects overwrite the existing pipeline definition.

\n@param pipelineObjects The objects that define the pipeline. These objects overwrite the existing pipeline definition.*/", "getterDocumentation" : "/**

The objects that define the pipeline. These objects overwrite the existing pipeline definition.

\n@return The objects that define the pipeline. These objects overwrite the existing pipeline definition.*/", "fluentSetterDocumentation" : "/**

The objects that define the pipeline. These objects overwrite the existing pipeline definition.

\n@param pipelineObjects The objects that define the pipeline. These objects overwrite the existing pipeline definition.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The parameter objects used with the pipeline.

", "name" : "ParameterObjects", "c2jName" : "parameterObjects", "c2jShape" : "ParameterObjectList", "variable" : { "variableName" : "parameterObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The parameter objects used with the pipeline.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameterObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameterObjects", "marshallLocationName" : "parameterObjects", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ParameterObject", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ParameterObject", "variable" : { "variableName" : "member", "variableType" : "ParameterObject", "variableDeclarationType" : "ParameterObject", "documentation" : "", "variableSetterType" : "ParameterObject", "simpleType" : "ParameterObject" }, "setterModel" : { "variableName" : "member", "variableType" : "ParameterObject", "variableDeclarationType" : "ParameterObject", "documentation" : "", "variableSetterType" : "ParameterObject", "simpleType" : "ParameterObject" }, "getterModel" : { "returnType" : "ParameterObject", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ParameterObject", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The parameter objects used with the pipeline.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setParameterObjects(java.util.Collection)} or {@link #withParameterObjects(java.util.Collection)} if you want to override the existing values.

\n@param parameterObjects The parameter objects used with the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The parameter objects used with the pipeline.

\n@param parameterObjects The parameter objects used with the pipeline.*/", "getterDocumentation" : "/**

The parameter objects used with the pipeline.

\n@return The parameter objects used with the pipeline.*/", "fluentSetterDocumentation" : "/**

The parameter objects used with the pipeline.

\n@param parameterObjects The parameter objects used with the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The parameter values used with the pipeline.

", "name" : "ParameterValues", "c2jName" : "parameterValues", "c2jShape" : "ParameterValueList", "variable" : { "variableName" : "parameterValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The parameter values used with the pipeline.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameterValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameterValues", "marshallLocationName" : "parameterValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ParameterValue", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ParameterValue", "variable" : { "variableName" : "member", "variableType" : "ParameterValue", "variableDeclarationType" : "ParameterValue", "documentation" : "", "variableSetterType" : "ParameterValue", "simpleType" : "ParameterValue" }, "setterModel" : { "variableName" : "member", "variableType" : "ParameterValue", "variableDeclarationType" : "ParameterValue", "documentation" : "", "variableSetterType" : "ParameterValue", "simpleType" : "ParameterValue" }, "getterModel" : { "returnType" : "ParameterValue", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ParameterValue", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The parameter values used with the pipeline.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setParameterValues(java.util.Collection)} or {@link #withParameterValues(java.util.Collection)} if you want to override the existing values.

\n@param parameterValues The parameter values used with the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The parameter values used with the pipeline.

\n@param parameterValues The parameter values used with the pipeline.*/", "getterDocumentation" : "/**

The parameter values used with the pipeline.

\n@return The parameter values used with the pipeline.*/", "fluentSetterDocumentation" : "/**

The parameter values used with the pipeline.

\n@param parameterValues The parameter values used with the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "putPipelineDefinitionRequest", "variableType" : "PutPipelineDefinitionRequest", "variableDeclarationType" : "PutPipelineDefinitionRequest", "documentation" : null, "variableSetterType" : "PutPipelineDefinitionRequest", "simpleType" : "PutPipelineDefinitionRequest" }, "marshaller" : { "action" : "PutPipelineDefinition", "verb" : "POST", "target" : "DataPipeline.PutPipelineDefinition", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ParameterObjects" : { "documentation" : "

The parameter objects used with the pipeline.

", "name" : "ParameterObjects", "c2jName" : "parameterObjects", "c2jShape" : "ParameterObjectList", "variable" : { "variableName" : "parameterObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The parameter objects used with the pipeline.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameterObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameterObjects", "marshallLocationName" : "parameterObjects", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ParameterObject", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ParameterObject", "variable" : { "variableName" : "member", "variableType" : "ParameterObject", "variableDeclarationType" : "ParameterObject", "documentation" : "", "variableSetterType" : "ParameterObject", "simpleType" : "ParameterObject" }, "setterModel" : { "variableName" : "member", "variableType" : "ParameterObject", "variableDeclarationType" : "ParameterObject", "documentation" : "", "variableSetterType" : "ParameterObject", "simpleType" : "ParameterObject" }, "getterModel" : { "returnType" : "ParameterObject", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ParameterObject", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The parameter objects used with the pipeline.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setParameterObjects(java.util.Collection)} or {@link #withParameterObjects(java.util.Collection)} if you want to override the existing values.

\n@param parameterObjects The parameter objects used with the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The parameter objects used with the pipeline.

\n@param parameterObjects The parameter objects used with the pipeline.*/", "getterDocumentation" : "/**

The parameter objects used with the pipeline.

\n@return The parameter objects used with the pipeline.*/", "fluentSetterDocumentation" : "/**

The parameter objects used with the pipeline.

\n@param parameterObjects The parameter objects used with the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PipelineObjects" : { "documentation" : "

The objects that define the pipeline. These objects overwrite the existing pipeline definition.

", "name" : "PipelineObjects", "c2jName" : "pipelineObjects", "c2jShape" : "PipelineObjectList", "variable" : { "variableName" : "pipelineObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The objects that define the pipeline. These objects overwrite the existing pipeline definition.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "pipelineObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineObjects", "marshallLocationName" : "pipelineObjects", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PipelineObject", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PipelineObject", "variable" : { "variableName" : "member", "variableType" : "PipelineObject", "variableDeclarationType" : "PipelineObject", "documentation" : "", "variableSetterType" : "PipelineObject", "simpleType" : "PipelineObject" }, "setterModel" : { "variableName" : "member", "variableType" : "PipelineObject", "variableDeclarationType" : "PipelineObject", "documentation" : "", "variableSetterType" : "PipelineObject", "simpleType" : "PipelineObject" }, "getterModel" : { "returnType" : "PipelineObject", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "PipelineObject", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The objects that define the pipeline. These objects overwrite the existing pipeline definition.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPipelineObjects(java.util.Collection)} or {@link #withPipelineObjects(java.util.Collection)} if you want to override the existing values.

\n@param pipelineObjects The objects that define the pipeline. These objects overwrite the existing pipeline definition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The objects that define the pipeline. These objects overwrite the existing pipeline definition.

\n@param pipelineObjects The objects that define the pipeline. These objects overwrite the existing pipeline definition.*/", "getterDocumentation" : "/**

The objects that define the pipeline. These objects overwrite the existing pipeline definition.

\n@return The objects that define the pipeline. These objects overwrite the existing pipeline definition.*/", "fluentSetterDocumentation" : "/**

The objects that define the pipeline. These objects overwrite the existing pipeline definition.

\n@param pipelineObjects The objects that define the pipeline. These objects overwrite the existing pipeline definition.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PipelineId" : { "documentation" : "

The ID of the pipeline.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.*/", "getterDocumentation" : "/**

The ID of the pipeline.

\n@return The ID of the pipeline.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ParameterValues" : { "documentation" : "

The parameter values used with the pipeline.

", "name" : "ParameterValues", "c2jName" : "parameterValues", "c2jShape" : "ParameterValueList", "variable" : { "variableName" : "parameterValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The parameter values used with the pipeline.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameterValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameterValues", "marshallLocationName" : "parameterValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ParameterValue", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ParameterValue", "variable" : { "variableName" : "member", "variableType" : "ParameterValue", "variableDeclarationType" : "ParameterValue", "documentation" : "", "variableSetterType" : "ParameterValue", "simpleType" : "ParameterValue" }, "setterModel" : { "variableName" : "member", "variableType" : "ParameterValue", "variableDeclarationType" : "ParameterValue", "documentation" : "", "variableSetterType" : "ParameterValue", "simpleType" : "ParameterValue" }, "getterModel" : { "returnType" : "ParameterValue", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ParameterValue", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The parameter values used with the pipeline.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setParameterValues(java.util.Collection)} or {@link #withParameterValues(java.util.Collection)} if you want to override the existing values.

\n@param parameterValues The parameter values used with the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The parameter values used with the pipeline.

\n@param parameterValues The parameter values used with the pipeline.*/", "getterDocumentation" : "/**

The parameter values used with the pipeline.

\n@return The parameter values used with the pipeline.*/", "fluentSetterDocumentation" : "/**

The parameter values used with the pipeline.

\n@param parameterValues The parameter values used with the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeactivatePipelineResult" : { "c2jName" : "DeactivatePipelineOutput", "documentation" : "

Contains the output of DeactivatePipeline.

", "shapeName" : "DeactivatePipelineResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deactivatePipelineResult", "variableType" : "DeactivatePipelineResult", "variableDeclarationType" : "DeactivatePipelineResult", "documentation" : null, "variableSetterType" : "DeactivatePipelineResult", "simpleType" : "DeactivatePipelineResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TaskNotFoundException" : { "c2jName" : "TaskNotFoundException", "documentation" : "

The specified task was not found.

", "shapeName" : "TaskNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "taskNotFoundException", "variableType" : "TaskNotFoundException", "variableDeclarationType" : "TaskNotFoundException", "documentation" : null, "variableSetterType" : "TaskNotFoundException", "simpleType" : "TaskNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TaskNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "EvaluateExpressionRequest" : { "c2jName" : "EvaluateExpressionInput", "documentation" : "

Contains the parameters for EvaluateExpression.

", "shapeName" : "EvaluateExpressionRequest", "deprecated" : false, "required" : [ "pipelineId", "objectId", "expression" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the pipeline.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.*/", "getterDocumentation" : "/**

The ID of the pipeline.

\n@return The ID of the pipeline.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline.

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

The ID of the object.

", "name" : "ObjectId", "c2jName" : "objectId", "c2jShape" : "id", "variable" : { "variableName" : "objectId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the object.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "objectId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "objectId", "marshallLocationName" : "objectId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the object.

\n@param objectId The ID of the object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the object.

\n@param objectId The ID of the object.*/", "getterDocumentation" : "/**

The ID of the object.

\n@return The ID of the object.*/", "fluentSetterDocumentation" : "/**

The ID of the object.

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

The expression to evaluate.

", "name" : "Expression", "c2jName" : "expression", "c2jShape" : "longString", "variable" : { "variableName" : "expression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The expression to evaluate.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "expression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "expression", "marshallLocationName" : "expression", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The expression to evaluate.

\n@param expression The expression to evaluate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The expression to evaluate.

\n@param expression The expression to evaluate.*/", "getterDocumentation" : "/**

The expression to evaluate.

\n@return The expression to evaluate.*/", "fluentSetterDocumentation" : "/**

The expression to evaluate.

\n@param expression The expression to evaluate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "evaluateExpressionRequest", "variableType" : "EvaluateExpressionRequest", "variableDeclarationType" : "EvaluateExpressionRequest", "documentation" : null, "variableSetterType" : "EvaluateExpressionRequest", "simpleType" : "EvaluateExpressionRequest" }, "marshaller" : { "action" : "EvaluateExpression", "verb" : "POST", "target" : "DataPipeline.EvaluateExpression", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ObjectId" : { "documentation" : "

The ID of the object.

", "name" : "ObjectId", "c2jName" : "objectId", "c2jShape" : "id", "variable" : { "variableName" : "objectId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the object.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "objectId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "objectId", "marshallLocationName" : "objectId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the object.

\n@param objectId The ID of the object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the object.

\n@param objectId The ID of the object.*/", "getterDocumentation" : "/**

The ID of the object.

\n@return The ID of the object.*/", "fluentSetterDocumentation" : "/**

The ID of the object.

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

The expression to evaluate.

", "name" : "Expression", "c2jName" : "expression", "c2jShape" : "longString", "variable" : { "variableName" : "expression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The expression to evaluate.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "expression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "expression", "marshallLocationName" : "expression", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The expression to evaluate.

\n@param expression The expression to evaluate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The expression to evaluate.

\n@param expression The expression to evaluate.*/", "getterDocumentation" : "/**

The expression to evaluate.

\n@return The expression to evaluate.*/", "fluentSetterDocumentation" : "/**

The expression to evaluate.

\n@param expression The expression to evaluate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PipelineId" : { "documentation" : "

The ID of the pipeline.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.*/", "getterDocumentation" : "/**

The ID of the pipeline.

\n@return The ID of the pipeline.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetPipelineDefinitionResult" : { "c2jName" : "GetPipelineDefinitionOutput", "documentation" : "

Contains the output of GetPipelineDefinition.

", "shapeName" : "GetPipelineDefinitionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The objects defined in the pipeline.

", "name" : "PipelineObjects", "c2jName" : "pipelineObjects", "c2jShape" : "PipelineObjectList", "variable" : { "variableName" : "pipelineObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The objects defined in the pipeline.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "pipelineObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineObjects", "marshallLocationName" : "pipelineObjects", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PipelineObject", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PipelineObject", "variable" : { "variableName" : "member", "variableType" : "PipelineObject", "variableDeclarationType" : "PipelineObject", "documentation" : "", "variableSetterType" : "PipelineObject", "simpleType" : "PipelineObject" }, "setterModel" : { "variableName" : "member", "variableType" : "PipelineObject", "variableDeclarationType" : "PipelineObject", "documentation" : "", "variableSetterType" : "PipelineObject", "simpleType" : "PipelineObject" }, "getterModel" : { "returnType" : "PipelineObject", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "PipelineObject", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The objects defined in the pipeline.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPipelineObjects(java.util.Collection)} or {@link #withPipelineObjects(java.util.Collection)} if you want to override the existing values.

\n@param pipelineObjects The objects defined in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The objects defined in the pipeline.

\n@param pipelineObjects The objects defined in the pipeline.*/", "getterDocumentation" : "/**

The objects defined in the pipeline.

\n@return The objects defined in the pipeline.*/", "fluentSetterDocumentation" : "/**

The objects defined in the pipeline.

\n@param pipelineObjects The objects defined in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The parameter objects used in the pipeline definition.

", "name" : "ParameterObjects", "c2jName" : "parameterObjects", "c2jShape" : "ParameterObjectList", "variable" : { "variableName" : "parameterObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The parameter objects used in the pipeline definition.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameterObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameterObjects", "marshallLocationName" : "parameterObjects", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ParameterObject", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ParameterObject", "variable" : { "variableName" : "member", "variableType" : "ParameterObject", "variableDeclarationType" : "ParameterObject", "documentation" : "", "variableSetterType" : "ParameterObject", "simpleType" : "ParameterObject" }, "setterModel" : { "variableName" : "member", "variableType" : "ParameterObject", "variableDeclarationType" : "ParameterObject", "documentation" : "", "variableSetterType" : "ParameterObject", "simpleType" : "ParameterObject" }, "getterModel" : { "returnType" : "ParameterObject", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ParameterObject", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The parameter objects used in the pipeline definition.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setParameterObjects(java.util.Collection)} or {@link #withParameterObjects(java.util.Collection)} if you want to override the existing values.

\n@param parameterObjects The parameter objects used in the pipeline definition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The parameter objects used in the pipeline definition.

\n@param parameterObjects The parameter objects used in the pipeline definition.*/", "getterDocumentation" : "/**

The parameter objects used in the pipeline definition.

\n@return The parameter objects used in the pipeline definition.*/", "fluentSetterDocumentation" : "/**

The parameter objects used in the pipeline definition.

\n@param parameterObjects The parameter objects used in the pipeline definition.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The parameter values used in the pipeline definition.

", "name" : "ParameterValues", "c2jName" : "parameterValues", "c2jShape" : "ParameterValueList", "variable" : { "variableName" : "parameterValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The parameter values used in the pipeline definition.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameterValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameterValues", "marshallLocationName" : "parameterValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ParameterValue", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ParameterValue", "variable" : { "variableName" : "member", "variableType" : "ParameterValue", "variableDeclarationType" : "ParameterValue", "documentation" : "", "variableSetterType" : "ParameterValue", "simpleType" : "ParameterValue" }, "setterModel" : { "variableName" : "member", "variableType" : "ParameterValue", "variableDeclarationType" : "ParameterValue", "documentation" : "", "variableSetterType" : "ParameterValue", "simpleType" : "ParameterValue" }, "getterModel" : { "returnType" : "ParameterValue", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ParameterValue", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The parameter values used in the pipeline definition.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setParameterValues(java.util.Collection)} or {@link #withParameterValues(java.util.Collection)} if you want to override the existing values.

\n@param parameterValues The parameter values used in the pipeline definition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The parameter values used in the pipeline definition.

\n@param parameterValues The parameter values used in the pipeline definition.*/", "getterDocumentation" : "/**

The parameter values used in the pipeline definition.

\n@return The parameter values used in the pipeline definition.*/", "fluentSetterDocumentation" : "/**

The parameter values used in the pipeline definition.

\n@param parameterValues The parameter values used in the pipeline definition.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getPipelineDefinitionResult", "variableType" : "GetPipelineDefinitionResult", "variableDeclarationType" : "GetPipelineDefinitionResult", "documentation" : null, "variableSetterType" : "GetPipelineDefinitionResult", "simpleType" : "GetPipelineDefinitionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ParameterObjects" : { "documentation" : "

The parameter objects used in the pipeline definition.

", "name" : "ParameterObjects", "c2jName" : "parameterObjects", "c2jShape" : "ParameterObjectList", "variable" : { "variableName" : "parameterObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The parameter objects used in the pipeline definition.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameterObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameterObjects", "marshallLocationName" : "parameterObjects", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ParameterObject", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ParameterObject", "variable" : { "variableName" : "member", "variableType" : "ParameterObject", "variableDeclarationType" : "ParameterObject", "documentation" : "", "variableSetterType" : "ParameterObject", "simpleType" : "ParameterObject" }, "setterModel" : { "variableName" : "member", "variableType" : "ParameterObject", "variableDeclarationType" : "ParameterObject", "documentation" : "", "variableSetterType" : "ParameterObject", "simpleType" : "ParameterObject" }, "getterModel" : { "returnType" : "ParameterObject", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ParameterObject", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The parameter objects used in the pipeline definition.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setParameterObjects(java.util.Collection)} or {@link #withParameterObjects(java.util.Collection)} if you want to override the existing values.

\n@param parameterObjects The parameter objects used in the pipeline definition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The parameter objects used in the pipeline definition.

\n@param parameterObjects The parameter objects used in the pipeline definition.*/", "getterDocumentation" : "/**

The parameter objects used in the pipeline definition.

\n@return The parameter objects used in the pipeline definition.*/", "fluentSetterDocumentation" : "/**

The parameter objects used in the pipeline definition.

\n@param parameterObjects The parameter objects used in the pipeline definition.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PipelineObjects" : { "documentation" : "

The objects defined in the pipeline.

", "name" : "PipelineObjects", "c2jName" : "pipelineObjects", "c2jShape" : "PipelineObjectList", "variable" : { "variableName" : "pipelineObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The objects defined in the pipeline.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "pipelineObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineObjects", "marshallLocationName" : "pipelineObjects", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PipelineObject", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PipelineObject", "variable" : { "variableName" : "member", "variableType" : "PipelineObject", "variableDeclarationType" : "PipelineObject", "documentation" : "", "variableSetterType" : "PipelineObject", "simpleType" : "PipelineObject" }, "setterModel" : { "variableName" : "member", "variableType" : "PipelineObject", "variableDeclarationType" : "PipelineObject", "documentation" : "", "variableSetterType" : "PipelineObject", "simpleType" : "PipelineObject" }, "getterModel" : { "returnType" : "PipelineObject", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "PipelineObject", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The objects defined in the pipeline.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPipelineObjects(java.util.Collection)} or {@link #withPipelineObjects(java.util.Collection)} if you want to override the existing values.

\n@param pipelineObjects The objects defined in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The objects defined in the pipeline.

\n@param pipelineObjects The objects defined in the pipeline.*/", "getterDocumentation" : "/**

The objects defined in the pipeline.

\n@return The objects defined in the pipeline.*/", "fluentSetterDocumentation" : "/**

The objects defined in the pipeline.

\n@param pipelineObjects The objects defined in the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ParameterValues" : { "documentation" : "

The parameter values used in the pipeline definition.

", "name" : "ParameterValues", "c2jName" : "parameterValues", "c2jShape" : "ParameterValueList", "variable" : { "variableName" : "parameterValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The parameter values used in the pipeline definition.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameterValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameterValues", "marshallLocationName" : "parameterValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ParameterValue", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ParameterValue", "variable" : { "variableName" : "member", "variableType" : "ParameterValue", "variableDeclarationType" : "ParameterValue", "documentation" : "", "variableSetterType" : "ParameterValue", "simpleType" : "ParameterValue" }, "setterModel" : { "variableName" : "member", "variableType" : "ParameterValue", "variableDeclarationType" : "ParameterValue", "documentation" : "", "variableSetterType" : "ParameterValue", "simpleType" : "ParameterValue" }, "getterModel" : { "returnType" : "ParameterValue", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ParameterValue", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The parameter values used in the pipeline definition.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setParameterValues(java.util.Collection)} or {@link #withParameterValues(java.util.Collection)} if you want to override the existing values.

\n@param parameterValues The parameter values used in the pipeline definition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The parameter values used in the pipeline definition.

\n@param parameterValues The parameter values used in the pipeline definition.*/", "getterDocumentation" : "/**

The parameter values used in the pipeline definition.

\n@return The parameter values used in the pipeline definition.*/", "fluentSetterDocumentation" : "/**

The parameter values used in the pipeline definition.

\n@param parameterValues The parameter values used in the pipeline definition.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreatePipelineResult" : { "c2jName" : "CreatePipelineOutput", "documentation" : "

Contains the output of CreatePipeline.

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

The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.

\n@param pipelineId The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.

\n@param pipelineId The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.*/", "getterDocumentation" : "/**

The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.

\n@return The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.*/", "fluentSetterDocumentation" : "/**

The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.

\n@param pipelineId The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createPipelineResult", "variableType" : "CreatePipelineResult", "variableDeclarationType" : "CreatePipelineResult", "documentation" : null, "variableSetterType" : "CreatePipelineResult", "simpleType" : "CreatePipelineResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PipelineId" : { "documentation" : "

The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.

\n@param pipelineId The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.

\n@param pipelineId The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.*/", "getterDocumentation" : "/**

The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.

\n@return The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.*/", "fluentSetterDocumentation" : "/**

The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.

\n@param pipelineId The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RemoveTagsResult" : { "c2jName" : "RemoveTagsOutput", "documentation" : "

Contains the output of RemoveTags.

", "shapeName" : "RemoveTagsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "removeTagsResult", "variableType" : "RemoveTagsResult", "variableDeclarationType" : "RemoveTagsResult", "documentation" : null, "variableSetterType" : "RemoveTagsResult", "simpleType" : "RemoveTagsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ActivatePipelineResult" : { "c2jName" : "ActivatePipelineOutput", "documentation" : "

Contains the output of ActivatePipeline.

", "shapeName" : "ActivatePipelineResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "activatePipelineResult", "variableType" : "ActivatePipelineResult", "variableDeclarationType" : "ActivatePipelineResult", "documentation" : null, "variableSetterType" : "ActivatePipelineResult", "simpleType" : "ActivatePipelineResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ParameterAttribute" : { "c2jName" : "ParameterAttribute", "documentation" : "

The attributes allowed or specified with a parameter object.

", "shapeName" : "ParameterAttribute", "deprecated" : false, "required" : [ "key", "stringValue" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The field identifier.

", "name" : "Key", "c2jName" : "key", "c2jShape" : "attributeNameString", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The field identifier.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "key", "marshallLocationName" : "key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The field identifier.

\n@param key The field identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The field identifier.

\n@param key The field identifier.*/", "getterDocumentation" : "/**

The field identifier.

\n@return The field identifier.*/", "fluentSetterDocumentation" : "/**

The field identifier.

\n@param key The field identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The field value, expressed as a String.

", "name" : "StringValue", "c2jName" : "stringValue", "c2jShape" : "attributeValueString", "variable" : { "variableName" : "stringValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The field value, expressed as a String.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "stringValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stringValue", "marshallLocationName" : "stringValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The field value, expressed as a String.

\n@param stringValue The field value, expressed as a String.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The field value, expressed as a String.

\n@param stringValue The field value, expressed as a String.*/", "getterDocumentation" : "/**

The field value, expressed as a String.

\n@return The field value, expressed as a String.*/", "fluentSetterDocumentation" : "/**

The field value, expressed as a String.

\n@param stringValue The field value, expressed as a String.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "parameterAttribute", "variableType" : "ParameterAttribute", "variableDeclarationType" : "ParameterAttribute", "documentation" : null, "variableSetterType" : "ParameterAttribute", "simpleType" : "ParameterAttribute" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StringValue" : { "documentation" : "

The field value, expressed as a String.

", "name" : "StringValue", "c2jName" : "stringValue", "c2jShape" : "attributeValueString", "variable" : { "variableName" : "stringValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The field value, expressed as a String.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "stringValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stringValue", "marshallLocationName" : "stringValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The field value, expressed as a String.

\n@param stringValue The field value, expressed as a String.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The field value, expressed as a String.

\n@param stringValue The field value, expressed as a String.*/", "getterDocumentation" : "/**

The field value, expressed as a String.

\n@return The field value, expressed as a String.*/", "fluentSetterDocumentation" : "/**

The field value, expressed as a String.

\n@param stringValue The field value, expressed as a String.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

The field identifier.

", "name" : "Key", "c2jName" : "key", "c2jShape" : "attributeNameString", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The field identifier.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "key", "marshallLocationName" : "key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The field identifier.

\n@param key The field identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The field identifier.

\n@param key The field identifier.*/", "getterDocumentation" : "/**

The field identifier.

\n@return The field identifier.*/", "fluentSetterDocumentation" : "/**

The field identifier.

\n@param key The field identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Operator" : { "c2jName" : "Operator", "documentation" : "

Contains a logical operation for comparing the value of a field with a specified value.

", "shapeName" : "Operator", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). Equal reference (REF_EQ) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below.

The comparison operators EQ and REF_EQ act on the following fields:

  • name
  • @sphere
  • parent
  • @componentParent
  • @instanceParent
  • @status
  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

The comparison operators GE, LE, and BETWEEN act on the following fields:

  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string \"my\".

", "name" : "Type", "c2jName" : "type", "c2jShape" : "OperatorType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). Equal reference (REF_EQ) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below.

The comparison operators EQ and REF_EQ act on the following fields:

  • name
  • @sphere
  • parent
  • @componentParent
  • @instanceParent
  • @status
  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

The comparison operators GE, LE, and BETWEEN act on the following fields:

  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string \"my\".

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "OperatorType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). Equal reference (REF_EQ) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below.

The comparison operators EQ and REF_EQ act on the following fields:

  • name
  • @sphere
  • parent
  • @componentParent
  • @instanceParent
  • @status
  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

The comparison operators GE, LE, and BETWEEN act on the following fields:

  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string \"my\".

\n@param type The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). Equal reference (REF_EQ) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below.

The comparison operators EQ and REF_EQ act on the following fields:

  • name
  • @sphere
  • parent
  • @componentParent
  • @instanceParent
  • @status
  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

The comparison operators GE, LE, and BETWEEN act on the following fields:

  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string \"my\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperatorType*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). Equal reference (REF_EQ) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below.

The comparison operators EQ and REF_EQ act on the following fields:

  • name
  • @sphere
  • parent
  • @componentParent
  • @instanceParent
  • @status
  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

The comparison operators GE, LE, and BETWEEN act on the following fields:

  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string \"my\".

\n@param type The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). Equal reference (REF_EQ) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below.

The comparison operators EQ and REF_EQ act on the following fields:

  • name
  • @sphere
  • parent
  • @componentParent
  • @instanceParent
  • @status
  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

The comparison operators GE, LE, and BETWEEN act on the following fields:

  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string \"my\".\n@see OperatorType*/", "getterDocumentation" : "/**

The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). Equal reference (REF_EQ) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below.

The comparison operators EQ and REF_EQ act on the following fields:

  • name
  • @sphere
  • parent
  • @componentParent
  • @instanceParent
  • @status
  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

The comparison operators GE, LE, and BETWEEN act on the following fields:

  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string \"my\".

\n@return The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). Equal reference (REF_EQ) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below.

The comparison operators EQ and REF_EQ act on the following fields:

  • name
  • @sphere
  • parent
  • @componentParent
  • @instanceParent
  • @status
  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

The comparison operators GE, LE, and BETWEEN act on the following fields:

  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string \"my\".\n@see OperatorType*/", "fluentSetterDocumentation" : "/**

The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). Equal reference (REF_EQ) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below.

The comparison operators EQ and REF_EQ act on the following fields:

  • name
  • @sphere
  • parent
  • @componentParent
  • @instanceParent
  • @status
  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

The comparison operators GE, LE, and BETWEEN act on the following fields:

  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string \"my\".

\n@param type The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). Equal reference (REF_EQ) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below.

The comparison operators EQ and REF_EQ act on the following fields:

  • name
  • @sphere
  • parent
  • @componentParent
  • @instanceParent
  • @status
  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

The comparison operators GE, LE, and BETWEEN act on the following fields:

  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string \"my\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperatorType*/" }, { "documentation" : "

The value that the actual field value will be compared with.

", "name" : "Values", "c2jName" : "values", "c2jShape" : "stringList", "variable" : { "variableName" : "values", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The value that the actual field value will be compared with.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "values", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "values", "marshallLocationName" : "values", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "string", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The value that the actual field value will be compared with.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setValues(java.util.Collection)} or {@link #withValues(java.util.Collection)} if you want to override the existing values.

\n@param values The value that the actual field value will be compared with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The value that the actual field value will be compared with.

\n@param values The value that the actual field value will be compared with.*/", "getterDocumentation" : "/**

The value that the actual field value will be compared with.

\n@return The value that the actual field value will be compared with.*/", "fluentSetterDocumentation" : "/**

The value that the actual field value will be compared with.

\n@param values The value that the actual field value will be compared with.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "operator", "variableType" : "Operator", "variableDeclarationType" : "Operator", "documentation" : null, "variableSetterType" : "Operator", "simpleType" : "Operator" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Type" : { "documentation" : "

The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). Equal reference (REF_EQ) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below.

The comparison operators EQ and REF_EQ act on the following fields:

  • name
  • @sphere
  • parent
  • @componentParent
  • @instanceParent
  • @status
  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

The comparison operators GE, LE, and BETWEEN act on the following fields:

  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string \"my\".

", "name" : "Type", "c2jName" : "type", "c2jShape" : "OperatorType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). Equal reference (REF_EQ) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below.

The comparison operators EQ and REF_EQ act on the following fields:

  • name
  • @sphere
  • parent
  • @componentParent
  • @instanceParent
  • @status
  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

The comparison operators GE, LE, and BETWEEN act on the following fields:

  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string \"my\".

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "OperatorType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). Equal reference (REF_EQ) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below.

The comparison operators EQ and REF_EQ act on the following fields:

  • name
  • @sphere
  • parent
  • @componentParent
  • @instanceParent
  • @status
  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

The comparison operators GE, LE, and BETWEEN act on the following fields:

  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string \"my\".

\n@param type The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). Equal reference (REF_EQ) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below.

The comparison operators EQ and REF_EQ act on the following fields:

  • name
  • @sphere
  • parent
  • @componentParent
  • @instanceParent
  • @status
  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

The comparison operators GE, LE, and BETWEEN act on the following fields:

  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string \"my\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperatorType*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). Equal reference (REF_EQ) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below.

The comparison operators EQ and REF_EQ act on the following fields:

  • name
  • @sphere
  • parent
  • @componentParent
  • @instanceParent
  • @status
  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

The comparison operators GE, LE, and BETWEEN act on the following fields:

  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string \"my\".

\n@param type The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). Equal reference (REF_EQ) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below.

The comparison operators EQ and REF_EQ act on the following fields:

  • name
  • @sphere
  • parent
  • @componentParent
  • @instanceParent
  • @status
  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

The comparison operators GE, LE, and BETWEEN act on the following fields:

  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string \"my\".\n@see OperatorType*/", "getterDocumentation" : "/**

The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). Equal reference (REF_EQ) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below.

The comparison operators EQ and REF_EQ act on the following fields:

  • name
  • @sphere
  • parent
  • @componentParent
  • @instanceParent
  • @status
  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

The comparison operators GE, LE, and BETWEEN act on the following fields:

  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string \"my\".

\n@return The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). Equal reference (REF_EQ) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below.

The comparison operators EQ and REF_EQ act on the following fields:

  • name
  • @sphere
  • parent
  • @componentParent
  • @instanceParent
  • @status
  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

The comparison operators GE, LE, and BETWEEN act on the following fields:

  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string \"my\".\n@see OperatorType*/", "fluentSetterDocumentation" : "/**

The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). Equal reference (REF_EQ) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below.

The comparison operators EQ and REF_EQ act on the following fields:

  • name
  • @sphere
  • parent
  • @componentParent
  • @instanceParent
  • @status
  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

The comparison operators GE, LE, and BETWEEN act on the following fields:

  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string \"my\".

\n@param type The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). Equal reference (REF_EQ) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below.

The comparison operators EQ and REF_EQ act on the following fields:

  • name
  • @sphere
  • parent
  • @componentParent
  • @instanceParent
  • @status
  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

The comparison operators GE, LE, and BETWEEN act on the following fields:

  • @scheduledStartTime
  • @scheduledEndTime
  • @actualStartTime
  • @actualEndTime

Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string \"my\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperatorType*/" }, "Values" : { "documentation" : "

The value that the actual field value will be compared with.

", "name" : "Values", "c2jName" : "values", "c2jShape" : "stringList", "variable" : { "variableName" : "values", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The value that the actual field value will be compared with.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "values", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "values", "marshallLocationName" : "values", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "string", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The value that the actual field value will be compared with.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setValues(java.util.Collection)} or {@link #withValues(java.util.Collection)} if you want to override the existing values.

\n@param values The value that the actual field value will be compared with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The value that the actual field value will be compared with.

\n@param values The value that the actual field value will be compared with.*/", "getterDocumentation" : "/**

The value that the actual field value will be compared with.

\n@return The value that the actual field value will be compared with.*/", "fluentSetterDocumentation" : "/**

The value that the actual field value will be compared with.

\n@param values The value that the actual field value will be compared with.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PollForTaskResult" : { "c2jName" : "PollForTaskOutput", "documentation" : "

Contains the output of PollForTask.

", "shapeName" : "PollForTaskResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.

", "name" : "TaskObject", "c2jName" : "taskObject", "c2jShape" : "TaskObject", "variable" : { "variableName" : "taskObject", "variableType" : "TaskObject", "variableDeclarationType" : "TaskObject", "documentation" : "

The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.

", "variableSetterType" : "TaskObject", "simpleType" : "TaskObject" }, "setterModel" : { "variableName" : "taskObject", "variableType" : "TaskObject", "variableDeclarationType" : "TaskObject", "documentation" : "", "variableSetterType" : "TaskObject", "simpleType" : "TaskObject" }, "getterModel" : { "returnType" : "TaskObject", "documentation" : null }, "http" : { "unmarshallLocationName" : "taskObject", "marshallLocationName" : "taskObject", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.

\n@param taskObject The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.

\n@param taskObject The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.*/", "getterDocumentation" : "/**

The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.

\n@return The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.*/", "fluentSetterDocumentation" : "/**

The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.

\n@param taskObject The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "pollForTaskResult", "variableType" : "PollForTaskResult", "variableDeclarationType" : "PollForTaskResult", "documentation" : null, "variableSetterType" : "PollForTaskResult", "simpleType" : "PollForTaskResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TaskObject" : { "documentation" : "

The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.

", "name" : "TaskObject", "c2jName" : "taskObject", "c2jShape" : "TaskObject", "variable" : { "variableName" : "taskObject", "variableType" : "TaskObject", "variableDeclarationType" : "TaskObject", "documentation" : "

The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.

", "variableSetterType" : "TaskObject", "simpleType" : "TaskObject" }, "setterModel" : { "variableName" : "taskObject", "variableType" : "TaskObject", "variableDeclarationType" : "TaskObject", "documentation" : "", "variableSetterType" : "TaskObject", "simpleType" : "TaskObject" }, "getterModel" : { "returnType" : "TaskObject", "documentation" : null }, "http" : { "unmarshallLocationName" : "taskObject", "marshallLocationName" : "taskObject", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.

\n@param taskObject The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.

\n@param taskObject The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.*/", "getterDocumentation" : "/**

The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.

\n@return The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.*/", "fluentSetterDocumentation" : "/**

The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.

\n@param taskObject The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AddTagsResult" : { "c2jName" : "AddTagsOutput", "documentation" : "

Contains the output of AddTags.

", "shapeName" : "AddTagsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "addTagsResult", "variableType" : "AddTagsResult", "variableDeclarationType" : "AddTagsResult", "documentation" : null, "variableSetterType" : "AddTagsResult", "simpleType" : "AddTagsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ParameterObject" : { "c2jName" : "ParameterObject", "documentation" : "

Contains information about a parameter object.

", "shapeName" : "ParameterObject", "deprecated" : false, "required" : [ "id", "attributes" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the parameter object.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "fieldNameString", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the parameter object.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the parameter object.

\n@param id The ID of the parameter object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the parameter object.

\n@param id The ID of the parameter object.*/", "getterDocumentation" : "/**

The ID of the parameter object.

\n@return The ID of the parameter object.*/", "fluentSetterDocumentation" : "/**

The ID of the parameter object.

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

The attributes of the parameter object.

", "name" : "Attributes", "c2jName" : "attributes", "c2jShape" : "ParameterAttributeList", "variable" : { "variableName" : "attributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The attributes of the parameter object.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "attributes", "marshallLocationName" : "attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ParameterAttribute", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ParameterAttribute", "variable" : { "variableName" : "member", "variableType" : "ParameterAttribute", "variableDeclarationType" : "ParameterAttribute", "documentation" : "", "variableSetterType" : "ParameterAttribute", "simpleType" : "ParameterAttribute" }, "setterModel" : { "variableName" : "member", "variableType" : "ParameterAttribute", "variableDeclarationType" : "ParameterAttribute", "documentation" : "", "variableSetterType" : "ParameterAttribute", "simpleType" : "ParameterAttribute" }, "getterModel" : { "returnType" : "ParameterAttribute", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ParameterAttribute", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The attributes of the parameter object.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributes(java.util.Collection)} or {@link #withAttributes(java.util.Collection)} if you want to override the existing values.

\n@param attributes The attributes of the parameter object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The attributes of the parameter object.

\n@param attributes The attributes of the parameter object.*/", "getterDocumentation" : "/**

The attributes of the parameter object.

\n@return The attributes of the parameter object.*/", "fluentSetterDocumentation" : "/**

The attributes of the parameter object.

\n@param attributes The attributes of the parameter object.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "parameterObject", "variableType" : "ParameterObject", "variableDeclarationType" : "ParameterObject", "documentation" : null, "variableSetterType" : "ParameterObject", "simpleType" : "ParameterObject" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Attributes" : { "documentation" : "

The attributes of the parameter object.

", "name" : "Attributes", "c2jName" : "attributes", "c2jShape" : "ParameterAttributeList", "variable" : { "variableName" : "attributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The attributes of the parameter object.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "attributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "attributes", "marshallLocationName" : "attributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ParameterAttribute", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ParameterAttribute", "variable" : { "variableName" : "member", "variableType" : "ParameterAttribute", "variableDeclarationType" : "ParameterAttribute", "documentation" : "", "variableSetterType" : "ParameterAttribute", "simpleType" : "ParameterAttribute" }, "setterModel" : { "variableName" : "member", "variableType" : "ParameterAttribute", "variableDeclarationType" : "ParameterAttribute", "documentation" : "", "variableSetterType" : "ParameterAttribute", "simpleType" : "ParameterAttribute" }, "getterModel" : { "returnType" : "ParameterAttribute", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ParameterAttribute", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The attributes of the parameter object.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributes(java.util.Collection)} or {@link #withAttributes(java.util.Collection)} if you want to override the existing values.

\n@param attributes The attributes of the parameter object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The attributes of the parameter object.

\n@param attributes The attributes of the parameter object.*/", "getterDocumentation" : "/**

The attributes of the parameter object.

\n@return The attributes of the parameter object.*/", "fluentSetterDocumentation" : "/**

The attributes of the parameter object.

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

The ID of the parameter object.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "fieldNameString", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the parameter object.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the parameter object.

\n@param id The ID of the parameter object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the parameter object.

\n@param id The ID of the parameter object.*/", "getterDocumentation" : "/**

The ID of the parameter object.

\n@return The ID of the parameter object.*/", "fluentSetterDocumentation" : "/**

The ID of the parameter object.

\n@param id The ID of the parameter object.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ValidatePipelineDefinitionResult" : { "c2jName" : "ValidatePipelineDefinitionOutput", "documentation" : "

Contains the output of ValidatePipelineDefinition.

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

Any validation errors that were found.

", "name" : "ValidationErrors", "c2jName" : "validationErrors", "c2jShape" : "ValidationErrors", "variable" : { "variableName" : "validationErrors", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Any validation errors that were found.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "validationErrors", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "validationErrors", "marshallLocationName" : "validationErrors", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ValidationError", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ValidationError", "variable" : { "variableName" : "member", "variableType" : "ValidationError", "variableDeclarationType" : "ValidationError", "documentation" : "", "variableSetterType" : "ValidationError", "simpleType" : "ValidationError" }, "setterModel" : { "variableName" : "member", "variableType" : "ValidationError", "variableDeclarationType" : "ValidationError", "documentation" : "", "variableSetterType" : "ValidationError", "simpleType" : "ValidationError" }, "getterModel" : { "returnType" : "ValidationError", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ValidationError", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

Any validation errors that were found.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setValidationErrors(java.util.Collection)} or {@link #withValidationErrors(java.util.Collection)} if you want to override the existing values.

\n@param validationErrors Any validation errors that were found.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Any validation errors that were found.

\n@param validationErrors Any validation errors that were found.*/", "getterDocumentation" : "/**

Any validation errors that were found.

\n@return Any validation errors that were found.*/", "fluentSetterDocumentation" : "/**

Any validation errors that were found.

\n@param validationErrors Any validation errors that were found.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Any validation warnings that were found.

", "name" : "ValidationWarnings", "c2jName" : "validationWarnings", "c2jShape" : "ValidationWarnings", "variable" : { "variableName" : "validationWarnings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Any validation warnings that were found.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "validationWarnings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "validationWarnings", "marshallLocationName" : "validationWarnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ValidationWarning", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ValidationWarning", "variable" : { "variableName" : "member", "variableType" : "ValidationWarning", "variableDeclarationType" : "ValidationWarning", "documentation" : "", "variableSetterType" : "ValidationWarning", "simpleType" : "ValidationWarning" }, "setterModel" : { "variableName" : "member", "variableType" : "ValidationWarning", "variableDeclarationType" : "ValidationWarning", "documentation" : "", "variableSetterType" : "ValidationWarning", "simpleType" : "ValidationWarning" }, "getterModel" : { "returnType" : "ValidationWarning", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ValidationWarning", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

Any validation warnings that were found.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setValidationWarnings(java.util.Collection)} or {@link #withValidationWarnings(java.util.Collection)} if you want to override the existing values.

\n@param validationWarnings Any validation warnings that were found.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Any validation warnings that were found.

\n@param validationWarnings Any validation warnings that were found.*/", "getterDocumentation" : "/**

Any validation warnings that were found.

\n@return Any validation warnings that were found.*/", "fluentSetterDocumentation" : "/**

Any validation warnings that were found.

\n@param validationWarnings Any validation warnings that were found.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Indicates whether there were validation errors.

", "name" : "Errored", "c2jName" : "errored", "c2jShape" : "boolean", "variable" : { "variableName" : "errored", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether there were validation errors.

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

Indicates whether there were validation errors.

\n@param errored Indicates whether there were validation errors.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether there were validation errors.

\n@param errored Indicates whether there were validation errors.*/", "getterDocumentation" : "/**

Indicates whether there were validation errors.

\n@return Indicates whether there were validation errors.*/", "fluentSetterDocumentation" : "/**

Indicates whether there were validation errors.

\n@param errored Indicates whether there were validation errors.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "validatePipelineDefinitionResult", "variableType" : "ValidatePipelineDefinitionResult", "variableDeclarationType" : "ValidatePipelineDefinitionResult", "documentation" : null, "variableSetterType" : "ValidatePipelineDefinitionResult", "simpleType" : "ValidatePipelineDefinitionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ValidationErrors" : { "documentation" : "

Any validation errors that were found.

", "name" : "ValidationErrors", "c2jName" : "validationErrors", "c2jShape" : "ValidationErrors", "variable" : { "variableName" : "validationErrors", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Any validation errors that were found.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "validationErrors", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "validationErrors", "marshallLocationName" : "validationErrors", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ValidationError", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ValidationError", "variable" : { "variableName" : "member", "variableType" : "ValidationError", "variableDeclarationType" : "ValidationError", "documentation" : "", "variableSetterType" : "ValidationError", "simpleType" : "ValidationError" }, "setterModel" : { "variableName" : "member", "variableType" : "ValidationError", "variableDeclarationType" : "ValidationError", "documentation" : "", "variableSetterType" : "ValidationError", "simpleType" : "ValidationError" }, "getterModel" : { "returnType" : "ValidationError", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ValidationError", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

Any validation errors that were found.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setValidationErrors(java.util.Collection)} or {@link #withValidationErrors(java.util.Collection)} if you want to override the existing values.

\n@param validationErrors Any validation errors that were found.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Any validation errors that were found.

\n@param validationErrors Any validation errors that were found.*/", "getterDocumentation" : "/**

Any validation errors that were found.

\n@return Any validation errors that were found.*/", "fluentSetterDocumentation" : "/**

Any validation errors that were found.

\n@param validationErrors Any validation errors that were found.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ValidationWarnings" : { "documentation" : "

Any validation warnings that were found.

", "name" : "ValidationWarnings", "c2jName" : "validationWarnings", "c2jShape" : "ValidationWarnings", "variable" : { "variableName" : "validationWarnings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Any validation warnings that were found.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "validationWarnings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "validationWarnings", "marshallLocationName" : "validationWarnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ValidationWarning", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ValidationWarning", "variable" : { "variableName" : "member", "variableType" : "ValidationWarning", "variableDeclarationType" : "ValidationWarning", "documentation" : "", "variableSetterType" : "ValidationWarning", "simpleType" : "ValidationWarning" }, "setterModel" : { "variableName" : "member", "variableType" : "ValidationWarning", "variableDeclarationType" : "ValidationWarning", "documentation" : "", "variableSetterType" : "ValidationWarning", "simpleType" : "ValidationWarning" }, "getterModel" : { "returnType" : "ValidationWarning", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ValidationWarning", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

Any validation warnings that were found.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setValidationWarnings(java.util.Collection)} or {@link #withValidationWarnings(java.util.Collection)} if you want to override the existing values.

\n@param validationWarnings Any validation warnings that were found.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Any validation warnings that were found.

\n@param validationWarnings Any validation warnings that were found.*/", "getterDocumentation" : "/**

Any validation warnings that were found.

\n@return Any validation warnings that were found.*/", "fluentSetterDocumentation" : "/**

Any validation warnings that were found.

\n@param validationWarnings Any validation warnings that were found.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Errored" : { "documentation" : "

Indicates whether there were validation errors.

", "name" : "Errored", "c2jName" : "errored", "c2jShape" : "boolean", "variable" : { "variableName" : "errored", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether there were validation errors.

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

Indicates whether there were validation errors.

\n@param errored Indicates whether there were validation errors.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether there were validation errors.

\n@param errored Indicates whether there were validation errors.*/", "getterDocumentation" : "/**

Indicates whether there were validation errors.

\n@return Indicates whether there were validation errors.*/", "fluentSetterDocumentation" : "/**

Indicates whether there were validation errors.

\n@param errored Indicates whether there were validation errors.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListPipelinesResult" : { "c2jName" : "ListPipelinesOutput", "documentation" : "

Contains the output of ListPipelines.

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

The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.

", "name" : "PipelineIdList", "c2jName" : "pipelineIdList", "c2jShape" : "pipelineList", "variable" : { "variableName" : "pipelineIdList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "pipelineIdList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineIdList", "marshallLocationName" : "pipelineIdList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PipelineIdName", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PipelineIdName", "variable" : { "variableName" : "member", "variableType" : "PipelineIdName", "variableDeclarationType" : "PipelineIdName", "documentation" : "", "variableSetterType" : "PipelineIdName", "simpleType" : "PipelineIdName" }, "setterModel" : { "variableName" : "member", "variableType" : "PipelineIdName", "variableDeclarationType" : "PipelineIdName", "documentation" : "", "variableSetterType" : "PipelineIdName", "simpleType" : "PipelineIdName" }, "getterModel" : { "returnType" : "PipelineIdName", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "PipelineIdName", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPipelineIdList(java.util.Collection)} or {@link #withPipelineIdList(java.util.Collection)} if you want to override the existing values.

\n@param pipelineIdList The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.

\n@param pipelineIdList The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.*/", "getterDocumentation" : "/**

The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.

\n@return The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.*/", "fluentSetterDocumentation" : "/**

The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.

\n@param pipelineIdList The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.

\n@param marker The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.

\n@param marker The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.*/", "getterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.

\n@return The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.*/", "fluentSetterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.

\n@param marker The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Indicates whether there are more results that can be obtained by a subsequent call.

", "name" : "HasMoreResults", "c2jName" : "hasMoreResults", "c2jShape" : "boolean", "variable" : { "variableName" : "hasMoreResults", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether there are more results that can be obtained by a subsequent call.

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

Indicates whether there are more results that can be obtained by a subsequent call.

\n@param hasMoreResults Indicates whether there are more results that can be obtained by a subsequent call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether there are more results that can be obtained by a subsequent call.

\n@param hasMoreResults Indicates whether there are more results that can be obtained by a subsequent call.*/", "getterDocumentation" : "/**

Indicates whether there are more results that can be obtained by a subsequent call.

\n@return Indicates whether there are more results that can be obtained by a subsequent call.*/", "fluentSetterDocumentation" : "/**

Indicates whether there are more results that can be obtained by a subsequent call.

\n@param hasMoreResults Indicates whether there are more results that can be obtained by a subsequent call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listPipelinesResult", "variableType" : "ListPipelinesResult", "variableDeclarationType" : "ListPipelinesResult", "documentation" : null, "variableSetterType" : "ListPipelinesResult", "simpleType" : "ListPipelinesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PipelineIdList" : { "documentation" : "

The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.

", "name" : "PipelineIdList", "c2jName" : "pipelineIdList", "c2jShape" : "pipelineList", "variable" : { "variableName" : "pipelineIdList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "pipelineIdList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineIdList", "marshallLocationName" : "pipelineIdList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PipelineIdName", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PipelineIdName", "variable" : { "variableName" : "member", "variableType" : "PipelineIdName", "variableDeclarationType" : "PipelineIdName", "documentation" : "", "variableSetterType" : "PipelineIdName", "simpleType" : "PipelineIdName" }, "setterModel" : { "variableName" : "member", "variableType" : "PipelineIdName", "variableDeclarationType" : "PipelineIdName", "documentation" : "", "variableSetterType" : "PipelineIdName", "simpleType" : "PipelineIdName" }, "getterModel" : { "returnType" : "PipelineIdName", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "PipelineIdName", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPipelineIdList(java.util.Collection)} or {@link #withPipelineIdList(java.util.Collection)} if you want to override the existing values.

\n@param pipelineIdList The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.

\n@param pipelineIdList The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.*/", "getterDocumentation" : "/**

The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.

\n@return The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.*/", "fluentSetterDocumentation" : "/**

The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.

\n@param pipelineIdList The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.

\n@param marker The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.

\n@param marker The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.*/", "getterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.

\n@return The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.*/", "fluentSetterDocumentation" : "/**

The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.

\n@param marker The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HasMoreResults" : { "documentation" : "

Indicates whether there are more results that can be obtained by a subsequent call.

", "name" : "HasMoreResults", "c2jName" : "hasMoreResults", "c2jShape" : "boolean", "variable" : { "variableName" : "hasMoreResults", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether there are more results that can be obtained by a subsequent call.

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

Indicates whether there are more results that can be obtained by a subsequent call.

\n@param hasMoreResults Indicates whether there are more results that can be obtained by a subsequent call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether there are more results that can be obtained by a subsequent call.

\n@param hasMoreResults Indicates whether there are more results that can be obtained by a subsequent call.*/", "getterDocumentation" : "/**

Indicates whether there are more results that can be obtained by a subsequent call.

\n@return Indicates whether there are more results that can be obtained by a subsequent call.*/", "fluentSetterDocumentation" : "/**

Indicates whether there are more results that can be obtained by a subsequent call.

\n@param hasMoreResults Indicates whether there are more results that can be obtained by a subsequent call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ReportTaskProgressResult" : { "c2jName" : "ReportTaskProgressOutput", "documentation" : "

Contains the output of ReportTaskProgress.

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

If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.

", "name" : "Canceled", "c2jName" : "canceled", "c2jShape" : "boolean", "variable" : { "variableName" : "canceled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.

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

If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.

\n@param canceled If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.

\n@param canceled If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.*/", "getterDocumentation" : "/**

If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.

\n@return If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.*/", "fluentSetterDocumentation" : "/**

If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.

\n@param canceled If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "reportTaskProgressResult", "variableType" : "ReportTaskProgressResult", "variableDeclarationType" : "ReportTaskProgressResult", "documentation" : null, "variableSetterType" : "ReportTaskProgressResult", "simpleType" : "ReportTaskProgressResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Canceled" : { "documentation" : "

If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.

", "name" : "Canceled", "c2jName" : "canceled", "c2jShape" : "boolean", "variable" : { "variableName" : "canceled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.

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

If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.

\n@param canceled If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.

\n@param canceled If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.*/", "getterDocumentation" : "/**

If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.

\n@return If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.*/", "fluentSetterDocumentation" : "/**

If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.

\n@param canceled If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribePipelinesResult" : { "c2jName" : "DescribePipelinesOutput", "documentation" : "

Contains the output of DescribePipelines.

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

An array of descriptions for the specified pipelines.

", "name" : "PipelineDescriptionList", "c2jName" : "pipelineDescriptionList", "c2jShape" : "PipelineDescriptionList", "variable" : { "variableName" : "pipelineDescriptionList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

An array of descriptions for the specified pipelines.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "pipelineDescriptionList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineDescriptionList", "marshallLocationName" : "pipelineDescriptionList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PipelineDescription", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PipelineDescription", "variable" : { "variableName" : "member", "variableType" : "PipelineDescription", "variableDeclarationType" : "PipelineDescription", "documentation" : "", "variableSetterType" : "PipelineDescription", "simpleType" : "PipelineDescription" }, "setterModel" : { "variableName" : "member", "variableType" : "PipelineDescription", "variableDeclarationType" : "PipelineDescription", "documentation" : "", "variableSetterType" : "PipelineDescription", "simpleType" : "PipelineDescription" }, "getterModel" : { "returnType" : "PipelineDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "PipelineDescription", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

An array of descriptions for the specified pipelines.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPipelineDescriptionList(java.util.Collection)} or {@link #withPipelineDescriptionList(java.util.Collection)} if you want to override the existing values.

\n@param pipelineDescriptionList An array of descriptions for the specified pipelines.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of descriptions for the specified pipelines.

\n@param pipelineDescriptionList An array of descriptions for the specified pipelines.*/", "getterDocumentation" : "/**

An array of descriptions for the specified pipelines.

\n@return An array of descriptions for the specified pipelines.*/", "fluentSetterDocumentation" : "/**

An array of descriptions for the specified pipelines.

\n@param pipelineDescriptionList An array of descriptions for the specified pipelines.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describePipelinesResult", "variableType" : "DescribePipelinesResult", "variableDeclarationType" : "DescribePipelinesResult", "documentation" : null, "variableSetterType" : "DescribePipelinesResult", "simpleType" : "DescribePipelinesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PipelineDescriptionList" : { "documentation" : "

An array of descriptions for the specified pipelines.

", "name" : "PipelineDescriptionList", "c2jName" : "pipelineDescriptionList", "c2jShape" : "PipelineDescriptionList", "variable" : { "variableName" : "pipelineDescriptionList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

An array of descriptions for the specified pipelines.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "pipelineDescriptionList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineDescriptionList", "marshallLocationName" : "pipelineDescriptionList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PipelineDescription", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PipelineDescription", "variable" : { "variableName" : "member", "variableType" : "PipelineDescription", "variableDeclarationType" : "PipelineDescription", "documentation" : "", "variableSetterType" : "PipelineDescription", "simpleType" : "PipelineDescription" }, "setterModel" : { "variableName" : "member", "variableType" : "PipelineDescription", "variableDeclarationType" : "PipelineDescription", "documentation" : "", "variableSetterType" : "PipelineDescription", "simpleType" : "PipelineDescription" }, "getterModel" : { "returnType" : "PipelineDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "PipelineDescription", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

An array of descriptions for the specified pipelines.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPipelineDescriptionList(java.util.Collection)} or {@link #withPipelineDescriptionList(java.util.Collection)} if you want to override the existing values.

\n@param pipelineDescriptionList An array of descriptions for the specified pipelines.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of descriptions for the specified pipelines.

\n@param pipelineDescriptionList An array of descriptions for the specified pipelines.*/", "getterDocumentation" : "/**

An array of descriptions for the specified pipelines.

\n@return An array of descriptions for the specified pipelines.*/", "fluentSetterDocumentation" : "/**

An array of descriptions for the specified pipelines.

\n@param pipelineDescriptionList An array of descriptions for the specified pipelines.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "OperatorType" : { "c2jName" : "OperatorType", "documentation" : "", "shapeName" : "OperatorType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "EQ", "value" : "EQ" }, { "name" : "REF_EQ", "value" : "REF_EQ" }, { "name" : "LE", "value" : "LE" }, { "name" : "GE", "value" : "GE" }, { "name" : "BETWEEN", "value" : "BETWEEN" } ], "variable" : { "variableName" : "operatorType", "variableType" : "OperatorType", "variableDeclarationType" : "OperatorType", "documentation" : null, "variableSetterType" : "OperatorType", "simpleType" : "OperatorType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeletePipelineResult" : { "c2jName" : "DeletePipelineResult", "documentation" : null, "shapeName" : "DeletePipelineResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deletePipelineResult", "variableType" : "DeletePipelineResult", "variableDeclarationType" : "DeletePipelineResult", "documentation" : null, "variableSetterType" : "DeletePipelineResult", "simpleType" : "DeletePipelineResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "PipelineDeletedException" : { "c2jName" : "PipelineDeletedException", "documentation" : "

The specified pipeline has been deleted.

", "shapeName" : "PipelineDeletedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "pipelineDeletedException", "variableType" : "PipelineDeletedException", "variableDeclarationType" : "PipelineDeletedException", "documentation" : null, "variableSetterType" : "PipelineDeletedException", "simpleType" : "PipelineDeletedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "PipelineDeletedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "Field" : { "c2jName" : "Field", "documentation" : "

A key-value pair that describes a property of a pipeline object. The value is specified as either a string value (StringValue) or a reference to another object (RefValue) but not as both.

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

The field identifier.

", "name" : "Key", "c2jName" : "key", "c2jShape" : "fieldNameString", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The field identifier.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "key", "marshallLocationName" : "key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The field identifier.

\n@param key The field identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The field identifier.

\n@param key The field identifier.*/", "getterDocumentation" : "/**

The field identifier.

\n@return The field identifier.*/", "fluentSetterDocumentation" : "/**

The field identifier.

\n@param key The field identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The field value, expressed as a String.

", "name" : "StringValue", "c2jName" : "stringValue", "c2jShape" : "fieldStringValue", "variable" : { "variableName" : "stringValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The field value, expressed as a String.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "stringValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stringValue", "marshallLocationName" : "stringValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The field value, expressed as a String.

\n@param stringValue The field value, expressed as a String.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The field value, expressed as a String.

\n@param stringValue The field value, expressed as a String.*/", "getterDocumentation" : "/**

The field value, expressed as a String.

\n@return The field value, expressed as a String.*/", "fluentSetterDocumentation" : "/**

The field value, expressed as a String.

\n@param stringValue The field value, expressed as a String.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The field value, expressed as the identifier of another object.

", "name" : "RefValue", "c2jName" : "refValue", "c2jShape" : "fieldNameString", "variable" : { "variableName" : "refValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The field value, expressed as the identifier of another object.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "refValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "refValue", "marshallLocationName" : "refValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The field value, expressed as the identifier of another object.

\n@param refValue The field value, expressed as the identifier of another object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The field value, expressed as the identifier of another object.

\n@param refValue The field value, expressed as the identifier of another object.*/", "getterDocumentation" : "/**

The field value, expressed as the identifier of another object.

\n@return The field value, expressed as the identifier of another object.*/", "fluentSetterDocumentation" : "/**

The field value, expressed as the identifier of another object.

\n@param refValue The field value, expressed as the identifier of another object.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "field", "variableType" : "Field", "variableDeclarationType" : "Field", "documentation" : null, "variableSetterType" : "Field", "simpleType" : "Field" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RefValue" : { "documentation" : "

The field value, expressed as the identifier of another object.

", "name" : "RefValue", "c2jName" : "refValue", "c2jShape" : "fieldNameString", "variable" : { "variableName" : "refValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The field value, expressed as the identifier of another object.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "refValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "refValue", "marshallLocationName" : "refValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The field value, expressed as the identifier of another object.

\n@param refValue The field value, expressed as the identifier of another object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The field value, expressed as the identifier of another object.

\n@param refValue The field value, expressed as the identifier of another object.*/", "getterDocumentation" : "/**

The field value, expressed as the identifier of another object.

\n@return The field value, expressed as the identifier of another object.*/", "fluentSetterDocumentation" : "/**

The field value, expressed as the identifier of another object.

\n@param refValue The field value, expressed as the identifier of another object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StringValue" : { "documentation" : "

The field value, expressed as a String.

", "name" : "StringValue", "c2jName" : "stringValue", "c2jShape" : "fieldStringValue", "variable" : { "variableName" : "stringValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The field value, expressed as a String.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "stringValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stringValue", "marshallLocationName" : "stringValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The field value, expressed as a String.

\n@param stringValue The field value, expressed as a String.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The field value, expressed as a String.

\n@param stringValue The field value, expressed as a String.*/", "getterDocumentation" : "/**

The field value, expressed as a String.

\n@return The field value, expressed as a String.*/", "fluentSetterDocumentation" : "/**

The field value, expressed as a String.

\n@param stringValue The field value, expressed as a String.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

The field identifier.

", "name" : "Key", "c2jName" : "key", "c2jShape" : "fieldNameString", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The field identifier.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "key", "marshallLocationName" : "key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The field identifier.

\n@param key The field identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The field identifier.

\n@param key The field identifier.*/", "getterDocumentation" : "/**

The field identifier.

\n@return The field identifier.*/", "fluentSetterDocumentation" : "/**

The field identifier.

\n@param key The field identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ValidatePipelineDefinitionRequest" : { "c2jName" : "ValidatePipelineDefinitionInput", "documentation" : "

Contains the parameters for ValidatePipelineDefinition.

", "shapeName" : "ValidatePipelineDefinitionRequest", "deprecated" : false, "required" : [ "pipelineId", "pipelineObjects" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the pipeline.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.*/", "getterDocumentation" : "/**

The ID of the pipeline.

\n@return The ID of the pipeline.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline.

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

The objects that define the pipeline changes to validate against the pipeline.

", "name" : "PipelineObjects", "c2jName" : "pipelineObjects", "c2jShape" : "PipelineObjectList", "variable" : { "variableName" : "pipelineObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The objects that define the pipeline changes to validate against the pipeline.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "pipelineObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineObjects", "marshallLocationName" : "pipelineObjects", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PipelineObject", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PipelineObject", "variable" : { "variableName" : "member", "variableType" : "PipelineObject", "variableDeclarationType" : "PipelineObject", "documentation" : "", "variableSetterType" : "PipelineObject", "simpleType" : "PipelineObject" }, "setterModel" : { "variableName" : "member", "variableType" : "PipelineObject", "variableDeclarationType" : "PipelineObject", "documentation" : "", "variableSetterType" : "PipelineObject", "simpleType" : "PipelineObject" }, "getterModel" : { "returnType" : "PipelineObject", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "PipelineObject", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The objects that define the pipeline changes to validate against the pipeline.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPipelineObjects(java.util.Collection)} or {@link #withPipelineObjects(java.util.Collection)} if you want to override the existing values.

\n@param pipelineObjects The objects that define the pipeline changes to validate against the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The objects that define the pipeline changes to validate against the pipeline.

\n@param pipelineObjects The objects that define the pipeline changes to validate against the pipeline.*/", "getterDocumentation" : "/**

The objects that define the pipeline changes to validate against the pipeline.

\n@return The objects that define the pipeline changes to validate against the pipeline.*/", "fluentSetterDocumentation" : "/**

The objects that define the pipeline changes to validate against the pipeline.

\n@param pipelineObjects The objects that define the pipeline changes to validate against the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The parameter objects used with the pipeline.

", "name" : "ParameterObjects", "c2jName" : "parameterObjects", "c2jShape" : "ParameterObjectList", "variable" : { "variableName" : "parameterObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The parameter objects used with the pipeline.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameterObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameterObjects", "marshallLocationName" : "parameterObjects", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ParameterObject", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ParameterObject", "variable" : { "variableName" : "member", "variableType" : "ParameterObject", "variableDeclarationType" : "ParameterObject", "documentation" : "", "variableSetterType" : "ParameterObject", "simpleType" : "ParameterObject" }, "setterModel" : { "variableName" : "member", "variableType" : "ParameterObject", "variableDeclarationType" : "ParameterObject", "documentation" : "", "variableSetterType" : "ParameterObject", "simpleType" : "ParameterObject" }, "getterModel" : { "returnType" : "ParameterObject", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ParameterObject", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The parameter objects used with the pipeline.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setParameterObjects(java.util.Collection)} or {@link #withParameterObjects(java.util.Collection)} if you want to override the existing values.

\n@param parameterObjects The parameter objects used with the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The parameter objects used with the pipeline.

\n@param parameterObjects The parameter objects used with the pipeline.*/", "getterDocumentation" : "/**

The parameter objects used with the pipeline.

\n@return The parameter objects used with the pipeline.*/", "fluentSetterDocumentation" : "/**

The parameter objects used with the pipeline.

\n@param parameterObjects The parameter objects used with the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The parameter values used with the pipeline.

", "name" : "ParameterValues", "c2jName" : "parameterValues", "c2jShape" : "ParameterValueList", "variable" : { "variableName" : "parameterValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The parameter values used with the pipeline.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameterValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameterValues", "marshallLocationName" : "parameterValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ParameterValue", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ParameterValue", "variable" : { "variableName" : "member", "variableType" : "ParameterValue", "variableDeclarationType" : "ParameterValue", "documentation" : "", "variableSetterType" : "ParameterValue", "simpleType" : "ParameterValue" }, "setterModel" : { "variableName" : "member", "variableType" : "ParameterValue", "variableDeclarationType" : "ParameterValue", "documentation" : "", "variableSetterType" : "ParameterValue", "simpleType" : "ParameterValue" }, "getterModel" : { "returnType" : "ParameterValue", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ParameterValue", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The parameter values used with the pipeline.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setParameterValues(java.util.Collection)} or {@link #withParameterValues(java.util.Collection)} if you want to override the existing values.

\n@param parameterValues The parameter values used with the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The parameter values used with the pipeline.

\n@param parameterValues The parameter values used with the pipeline.*/", "getterDocumentation" : "/**

The parameter values used with the pipeline.

\n@return The parameter values used with the pipeline.*/", "fluentSetterDocumentation" : "/**

The parameter values used with the pipeline.

\n@param parameterValues The parameter values used with the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "validatePipelineDefinitionRequest", "variableType" : "ValidatePipelineDefinitionRequest", "variableDeclarationType" : "ValidatePipelineDefinitionRequest", "documentation" : null, "variableSetterType" : "ValidatePipelineDefinitionRequest", "simpleType" : "ValidatePipelineDefinitionRequest" }, "marshaller" : { "action" : "ValidatePipelineDefinition", "verb" : "POST", "target" : "DataPipeline.ValidatePipelineDefinition", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ParameterObjects" : { "documentation" : "

The parameter objects used with the pipeline.

", "name" : "ParameterObjects", "c2jName" : "parameterObjects", "c2jShape" : "ParameterObjectList", "variable" : { "variableName" : "parameterObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The parameter objects used with the pipeline.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameterObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameterObjects", "marshallLocationName" : "parameterObjects", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ParameterObject", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ParameterObject", "variable" : { "variableName" : "member", "variableType" : "ParameterObject", "variableDeclarationType" : "ParameterObject", "documentation" : "", "variableSetterType" : "ParameterObject", "simpleType" : "ParameterObject" }, "setterModel" : { "variableName" : "member", "variableType" : "ParameterObject", "variableDeclarationType" : "ParameterObject", "documentation" : "", "variableSetterType" : "ParameterObject", "simpleType" : "ParameterObject" }, "getterModel" : { "returnType" : "ParameterObject", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ParameterObject", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The parameter objects used with the pipeline.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setParameterObjects(java.util.Collection)} or {@link #withParameterObjects(java.util.Collection)} if you want to override the existing values.

\n@param parameterObjects The parameter objects used with the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The parameter objects used with the pipeline.

\n@param parameterObjects The parameter objects used with the pipeline.*/", "getterDocumentation" : "/**

The parameter objects used with the pipeline.

\n@return The parameter objects used with the pipeline.*/", "fluentSetterDocumentation" : "/**

The parameter objects used with the pipeline.

\n@param parameterObjects The parameter objects used with the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PipelineObjects" : { "documentation" : "

The objects that define the pipeline changes to validate against the pipeline.

", "name" : "PipelineObjects", "c2jName" : "pipelineObjects", "c2jShape" : "PipelineObjectList", "variable" : { "variableName" : "pipelineObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The objects that define the pipeline changes to validate against the pipeline.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "pipelineObjects", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineObjects", "marshallLocationName" : "pipelineObjects", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PipelineObject", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PipelineObject", "variable" : { "variableName" : "member", "variableType" : "PipelineObject", "variableDeclarationType" : "PipelineObject", "documentation" : "", "variableSetterType" : "PipelineObject", "simpleType" : "PipelineObject" }, "setterModel" : { "variableName" : "member", "variableType" : "PipelineObject", "variableDeclarationType" : "PipelineObject", "documentation" : "", "variableSetterType" : "PipelineObject", "simpleType" : "PipelineObject" }, "getterModel" : { "returnType" : "PipelineObject", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "PipelineObject", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The objects that define the pipeline changes to validate against the pipeline.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPipelineObjects(java.util.Collection)} or {@link #withPipelineObjects(java.util.Collection)} if you want to override the existing values.

\n@param pipelineObjects The objects that define the pipeline changes to validate against the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The objects that define the pipeline changes to validate against the pipeline.

\n@param pipelineObjects The objects that define the pipeline changes to validate against the pipeline.*/", "getterDocumentation" : "/**

The objects that define the pipeline changes to validate against the pipeline.

\n@return The objects that define the pipeline changes to validate against the pipeline.*/", "fluentSetterDocumentation" : "/**

The objects that define the pipeline changes to validate against the pipeline.

\n@param pipelineObjects The objects that define the pipeline changes to validate against the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PipelineId" : { "documentation" : "

The ID of the pipeline.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.*/", "getterDocumentation" : "/**

The ID of the pipeline.

\n@return The ID of the pipeline.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ParameterValues" : { "documentation" : "

The parameter values used with the pipeline.

", "name" : "ParameterValues", "c2jName" : "parameterValues", "c2jShape" : "ParameterValueList", "variable" : { "variableName" : "parameterValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The parameter values used with the pipeline.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameterValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameterValues", "marshallLocationName" : "parameterValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ParameterValue", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ParameterValue", "variable" : { "variableName" : "member", "variableType" : "ParameterValue", "variableDeclarationType" : "ParameterValue", "documentation" : "", "variableSetterType" : "ParameterValue", "simpleType" : "ParameterValue" }, "setterModel" : { "variableName" : "member", "variableType" : "ParameterValue", "variableDeclarationType" : "ParameterValue", "documentation" : "", "variableSetterType" : "ParameterValue", "simpleType" : "ParameterValue" }, "getterModel" : { "returnType" : "ParameterValue", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ParameterValue", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The parameter values used with the pipeline.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setParameterValues(java.util.Collection)} or {@link #withParameterValues(java.util.Collection)} if you want to override the existing values.

\n@param parameterValues The parameter values used with the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The parameter values used with the pipeline.

\n@param parameterValues The parameter values used with the pipeline.*/", "getterDocumentation" : "/**

The parameter values used with the pipeline.

\n@return The parameter values used with the pipeline.*/", "fluentSetterDocumentation" : "/**

The parameter values used with the pipeline.

\n@param parameterValues The parameter values used with the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PipelineNotFoundException" : { "c2jName" : "PipelineNotFoundException", "documentation" : "

The specified pipeline was not found. Verify that you used the correct user and account identifiers.

", "shapeName" : "PipelineNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "pipelineNotFoundException", "variableType" : "PipelineNotFoundException", "variableDeclarationType" : "PipelineNotFoundException", "documentation" : null, "variableSetterType" : "PipelineNotFoundException", "simpleType" : "PipelineNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "PipelineNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InternalServiceErrorException" : { "c2jName" : "InternalServiceError", "documentation" : "

An internal service error occurred.

", "shapeName" : "InternalServiceErrorException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "internalServiceErrorException", "variableType" : "InternalServiceErrorException", "variableDeclarationType" : "InternalServiceErrorException", "documentation" : null, "variableSetterType" : "InternalServiceErrorException", "simpleType" : "InternalServiceErrorException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InternalServiceError", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ActivatePipelineRequest" : { "c2jName" : "ActivatePipelineInput", "documentation" : "

Contains the parameters for ActivatePipeline.

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

The ID of the pipeline.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.*/", "getterDocumentation" : "/**

The ID of the pipeline.

\n@return The ID of the pipeline.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline.

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

A list of parameter values to pass to the pipeline at activation.

", "name" : "ParameterValues", "c2jName" : "parameterValues", "c2jShape" : "ParameterValueList", "variable" : { "variableName" : "parameterValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of parameter values to pass to the pipeline at activation.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameterValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameterValues", "marshallLocationName" : "parameterValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ParameterValue", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ParameterValue", "variable" : { "variableName" : "member", "variableType" : "ParameterValue", "variableDeclarationType" : "ParameterValue", "documentation" : "", "variableSetterType" : "ParameterValue", "simpleType" : "ParameterValue" }, "setterModel" : { "variableName" : "member", "variableType" : "ParameterValue", "variableDeclarationType" : "ParameterValue", "documentation" : "", "variableSetterType" : "ParameterValue", "simpleType" : "ParameterValue" }, "getterModel" : { "returnType" : "ParameterValue", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ParameterValue", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

A list of parameter values to pass to the pipeline at activation.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setParameterValues(java.util.Collection)} or {@link #withParameterValues(java.util.Collection)} if you want to override the existing values.

\n@param parameterValues A list of parameter values to pass to the pipeline at activation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of parameter values to pass to the pipeline at activation.

\n@param parameterValues A list of parameter values to pass to the pipeline at activation.*/", "getterDocumentation" : "/**

A list of parameter values to pass to the pipeline at activation.

\n@return A list of parameter values to pass to the pipeline at activation.*/", "fluentSetterDocumentation" : "/**

A list of parameter values to pass to the pipeline at activation.

\n@param parameterValues A list of parameter values to pass to the pipeline at activation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.

", "name" : "StartTimestamp", "c2jName" : "startTimestamp", "c2jShape" : "timestamp", "variable" : { "variableName" : "startTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.

", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "startTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "startTimestamp", "marshallLocationName" : "startTimestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.

\n@param startTimestamp The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.

\n@param startTimestamp The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.*/", "getterDocumentation" : "/**

The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.

\n@return The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.*/", "fluentSetterDocumentation" : "/**

The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.

\n@param startTimestamp The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "activatePipelineRequest", "variableType" : "ActivatePipelineRequest", "variableDeclarationType" : "ActivatePipelineRequest", "documentation" : null, "variableSetterType" : "ActivatePipelineRequest", "simpleType" : "ActivatePipelineRequest" }, "marshaller" : { "action" : "ActivatePipeline", "verb" : "POST", "target" : "DataPipeline.ActivatePipeline", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StartTimestamp" : { "documentation" : "

The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.

", "name" : "StartTimestamp", "c2jName" : "startTimestamp", "c2jShape" : "timestamp", "variable" : { "variableName" : "startTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.

", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "startTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "startTimestamp", "marshallLocationName" : "startTimestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.

\n@param startTimestamp The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.

\n@param startTimestamp The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.*/", "getterDocumentation" : "/**

The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.

\n@return The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.*/", "fluentSetterDocumentation" : "/**

The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.

\n@param startTimestamp The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PipelineId" : { "documentation" : "

The ID of the pipeline.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.*/", "getterDocumentation" : "/**

The ID of the pipeline.

\n@return The ID of the pipeline.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ParameterValues" : { "documentation" : "

A list of parameter values to pass to the pipeline at activation.

", "name" : "ParameterValues", "c2jName" : "parameterValues", "c2jShape" : "ParameterValueList", "variable" : { "variableName" : "parameterValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of parameter values to pass to the pipeline at activation.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameterValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameterValues", "marshallLocationName" : "parameterValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ParameterValue", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ParameterValue", "variable" : { "variableName" : "member", "variableType" : "ParameterValue", "variableDeclarationType" : "ParameterValue", "documentation" : "", "variableSetterType" : "ParameterValue", "simpleType" : "ParameterValue" }, "setterModel" : { "variableName" : "member", "variableType" : "ParameterValue", "variableDeclarationType" : "ParameterValue", "documentation" : "", "variableSetterType" : "ParameterValue", "simpleType" : "ParameterValue" }, "getterModel" : { "returnType" : "ParameterValue", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ParameterValue", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

A list of parameter values to pass to the pipeline at activation.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setParameterValues(java.util.Collection)} or {@link #withParameterValues(java.util.Collection)} if you want to override the existing values.

\n@param parameterValues A list of parameter values to pass to the pipeline at activation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of parameter values to pass to the pipeline at activation.

\n@param parameterValues A list of parameter values to pass to the pipeline at activation.*/", "getterDocumentation" : "/**

A list of parameter values to pass to the pipeline at activation.

\n@return A list of parameter values to pass to the pipeline at activation.*/", "fluentSetterDocumentation" : "/**

A list of parameter values to pass to the pipeline at activation.

\n@param parameterValues A list of parameter values to pass to the pipeline at activation.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeObjectsRequest" : { "c2jName" : "DescribeObjectsInput", "documentation" : "

Contains the parameters for DescribeObjects.

", "shapeName" : "DescribeObjectsRequest", "deprecated" : false, "required" : [ "pipelineId", "objectIds" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the pipeline that contains the object definitions.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline that contains the object definitions.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline that contains the object definitions.

\n@param pipelineId The ID of the pipeline that contains the object definitions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline that contains the object definitions.

\n@param pipelineId The ID of the pipeline that contains the object definitions.*/", "getterDocumentation" : "/**

The ID of the pipeline that contains the object definitions.

\n@return The ID of the pipeline that contains the object definitions.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline that contains the object definitions.

\n@param pipelineId The ID of the pipeline that contains the object definitions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.

", "name" : "ObjectIds", "c2jName" : "objectIds", "c2jShape" : "idList", "variable" : { "variableName" : "objectIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "objectIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "objectIds", "marshallLocationName" : "objectIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "id", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setObjectIds(java.util.Collection)} or {@link #withObjectIds(java.util.Collection)} if you want to override the existing values.

\n@param objectIds The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.

\n@param objectIds The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.*/", "getterDocumentation" : "/**

The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.

\n@return The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.*/", "fluentSetterDocumentation" : "/**

The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.

\n@param objectIds The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.

", "name" : "EvaluateExpressions", "c2jName" : "evaluateExpressions", "c2jShape" : "boolean", "variable" : { "variableName" : "evaluateExpressions", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.

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

Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.

\n@param evaluateExpressions Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.

\n@param evaluateExpressions Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.*/", "getterDocumentation" : "/**

Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.

\n@return Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.*/", "fluentSetterDocumentation" : "/**

Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.

\n@param evaluateExpressions Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.

\n@param marker The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.

\n@param marker The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.*/", "getterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.

\n@return The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.*/", "fluentSetterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.

\n@param marker The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeObjectsRequest", "variableType" : "DescribeObjectsRequest", "variableDeclarationType" : "DescribeObjectsRequest", "documentation" : null, "variableSetterType" : "DescribeObjectsRequest", "simpleType" : "DescribeObjectsRequest" }, "marshaller" : { "action" : "DescribeObjects", "verb" : "POST", "target" : "DataPipeline.DescribeObjects", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ObjectIds" : { "documentation" : "

The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.

", "name" : "ObjectIds", "c2jName" : "objectIds", "c2jShape" : "idList", "variable" : { "variableName" : "objectIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "objectIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "objectIds", "marshallLocationName" : "objectIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "id", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setObjectIds(java.util.Collection)} or {@link #withObjectIds(java.util.Collection)} if you want to override the existing values.

\n@param objectIds The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.

\n@param objectIds The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.*/", "getterDocumentation" : "/**

The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.

\n@return The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.*/", "fluentSetterDocumentation" : "/**

The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.

\n@param objectIds The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EvaluateExpressions" : { "documentation" : "

Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.

", "name" : "EvaluateExpressions", "c2jName" : "evaluateExpressions", "c2jShape" : "boolean", "variable" : { "variableName" : "evaluateExpressions", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.

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

Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.

\n@param evaluateExpressions Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.

\n@param evaluateExpressions Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.*/", "getterDocumentation" : "/**

Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.

\n@return Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.*/", "fluentSetterDocumentation" : "/**

Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.

\n@param evaluateExpressions Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PipelineId" : { "documentation" : "

The ID of the pipeline that contains the object definitions.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline that contains the object definitions.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline that contains the object definitions.

\n@param pipelineId The ID of the pipeline that contains the object definitions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline that contains the object definitions.

\n@param pipelineId The ID of the pipeline that contains the object definitions.*/", "getterDocumentation" : "/**

The ID of the pipeline that contains the object definitions.

\n@return The ID of the pipeline that contains the object definitions.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline that contains the object definitions.

\n@param pipelineId The ID of the pipeline that contains the object definitions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.

\n@param marker The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.

\n@param marker The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.*/", "getterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.

\n@return The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.*/", "fluentSetterDocumentation" : "/**

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.

\n@param marker The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutPipelineDefinitionResult" : { "c2jName" : "PutPipelineDefinitionOutput", "documentation" : "

Contains the output of PutPipelineDefinition.

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

The validation errors that are associated with the objects defined in pipelineObjects.

", "name" : "ValidationErrors", "c2jName" : "validationErrors", "c2jShape" : "ValidationErrors", "variable" : { "variableName" : "validationErrors", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The validation errors that are associated with the objects defined in pipelineObjects.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "validationErrors", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "validationErrors", "marshallLocationName" : "validationErrors", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ValidationError", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ValidationError", "variable" : { "variableName" : "member", "variableType" : "ValidationError", "variableDeclarationType" : "ValidationError", "documentation" : "", "variableSetterType" : "ValidationError", "simpleType" : "ValidationError" }, "setterModel" : { "variableName" : "member", "variableType" : "ValidationError", "variableDeclarationType" : "ValidationError", "documentation" : "", "variableSetterType" : "ValidationError", "simpleType" : "ValidationError" }, "getterModel" : { "returnType" : "ValidationError", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ValidationError", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The validation errors that are associated with the objects defined in pipelineObjects.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setValidationErrors(java.util.Collection)} or {@link #withValidationErrors(java.util.Collection)} if you want to override the existing values.

\n@param validationErrors The validation errors that are associated with the objects defined in pipelineObjects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The validation errors that are associated with the objects defined in pipelineObjects.

\n@param validationErrors The validation errors that are associated with the objects defined in pipelineObjects.*/", "getterDocumentation" : "/**

The validation errors that are associated with the objects defined in pipelineObjects.

\n@return The validation errors that are associated with the objects defined in pipelineObjects.*/", "fluentSetterDocumentation" : "/**

The validation errors that are associated with the objects defined in pipelineObjects.

\n@param validationErrors The validation errors that are associated with the objects defined in pipelineObjects.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The validation warnings that are associated with the objects defined in pipelineObjects.

", "name" : "ValidationWarnings", "c2jName" : "validationWarnings", "c2jShape" : "ValidationWarnings", "variable" : { "variableName" : "validationWarnings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The validation warnings that are associated with the objects defined in pipelineObjects.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "validationWarnings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "validationWarnings", "marshallLocationName" : "validationWarnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ValidationWarning", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ValidationWarning", "variable" : { "variableName" : "member", "variableType" : "ValidationWarning", "variableDeclarationType" : "ValidationWarning", "documentation" : "", "variableSetterType" : "ValidationWarning", "simpleType" : "ValidationWarning" }, "setterModel" : { "variableName" : "member", "variableType" : "ValidationWarning", "variableDeclarationType" : "ValidationWarning", "documentation" : "", "variableSetterType" : "ValidationWarning", "simpleType" : "ValidationWarning" }, "getterModel" : { "returnType" : "ValidationWarning", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ValidationWarning", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The validation warnings that are associated with the objects defined in pipelineObjects.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setValidationWarnings(java.util.Collection)} or {@link #withValidationWarnings(java.util.Collection)} if you want to override the existing values.

\n@param validationWarnings The validation warnings that are associated with the objects defined in pipelineObjects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The validation warnings that are associated with the objects defined in pipelineObjects.

\n@param validationWarnings The validation warnings that are associated with the objects defined in pipelineObjects.*/", "getterDocumentation" : "/**

The validation warnings that are associated with the objects defined in pipelineObjects.

\n@return The validation warnings that are associated with the objects defined in pipelineObjects.*/", "fluentSetterDocumentation" : "/**

The validation warnings that are associated with the objects defined in pipelineObjects.

\n@param validationWarnings The validation warnings that are associated with the objects defined in pipelineObjects.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

", "name" : "Errored", "c2jName" : "errored", "c2jShape" : "boolean", "variable" : { "variableName" : "errored", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

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

Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

\n@param errored Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

\n@param errored Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.*/", "getterDocumentation" : "/**

Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

\n@return Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.*/", "fluentSetterDocumentation" : "/**

Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

\n@param errored Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "putPipelineDefinitionResult", "variableType" : "PutPipelineDefinitionResult", "variableDeclarationType" : "PutPipelineDefinitionResult", "documentation" : null, "variableSetterType" : "PutPipelineDefinitionResult", "simpleType" : "PutPipelineDefinitionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ValidationErrors" : { "documentation" : "

The validation errors that are associated with the objects defined in pipelineObjects.

", "name" : "ValidationErrors", "c2jName" : "validationErrors", "c2jShape" : "ValidationErrors", "variable" : { "variableName" : "validationErrors", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The validation errors that are associated with the objects defined in pipelineObjects.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "validationErrors", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "validationErrors", "marshallLocationName" : "validationErrors", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ValidationError", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ValidationError", "variable" : { "variableName" : "member", "variableType" : "ValidationError", "variableDeclarationType" : "ValidationError", "documentation" : "", "variableSetterType" : "ValidationError", "simpleType" : "ValidationError" }, "setterModel" : { "variableName" : "member", "variableType" : "ValidationError", "variableDeclarationType" : "ValidationError", "documentation" : "", "variableSetterType" : "ValidationError", "simpleType" : "ValidationError" }, "getterModel" : { "returnType" : "ValidationError", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ValidationError", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The validation errors that are associated with the objects defined in pipelineObjects.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setValidationErrors(java.util.Collection)} or {@link #withValidationErrors(java.util.Collection)} if you want to override the existing values.

\n@param validationErrors The validation errors that are associated with the objects defined in pipelineObjects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The validation errors that are associated with the objects defined in pipelineObjects.

\n@param validationErrors The validation errors that are associated with the objects defined in pipelineObjects.*/", "getterDocumentation" : "/**

The validation errors that are associated with the objects defined in pipelineObjects.

\n@return The validation errors that are associated with the objects defined in pipelineObjects.*/", "fluentSetterDocumentation" : "/**

The validation errors that are associated with the objects defined in pipelineObjects.

\n@param validationErrors The validation errors that are associated with the objects defined in pipelineObjects.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ValidationWarnings" : { "documentation" : "

The validation warnings that are associated with the objects defined in pipelineObjects.

", "name" : "ValidationWarnings", "c2jName" : "validationWarnings", "c2jShape" : "ValidationWarnings", "variable" : { "variableName" : "validationWarnings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The validation warnings that are associated with the objects defined in pipelineObjects.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "validationWarnings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "validationWarnings", "marshallLocationName" : "validationWarnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ValidationWarning", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ValidationWarning", "variable" : { "variableName" : "member", "variableType" : "ValidationWarning", "variableDeclarationType" : "ValidationWarning", "documentation" : "", "variableSetterType" : "ValidationWarning", "simpleType" : "ValidationWarning" }, "setterModel" : { "variableName" : "member", "variableType" : "ValidationWarning", "variableDeclarationType" : "ValidationWarning", "documentation" : "", "variableSetterType" : "ValidationWarning", "simpleType" : "ValidationWarning" }, "getterModel" : { "returnType" : "ValidationWarning", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ValidationWarning", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The validation warnings that are associated with the objects defined in pipelineObjects.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setValidationWarnings(java.util.Collection)} or {@link #withValidationWarnings(java.util.Collection)} if you want to override the existing values.

\n@param validationWarnings The validation warnings that are associated with the objects defined in pipelineObjects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The validation warnings that are associated with the objects defined in pipelineObjects.

\n@param validationWarnings The validation warnings that are associated with the objects defined in pipelineObjects.*/", "getterDocumentation" : "/**

The validation warnings that are associated with the objects defined in pipelineObjects.

\n@return The validation warnings that are associated with the objects defined in pipelineObjects.*/", "fluentSetterDocumentation" : "/**

The validation warnings that are associated with the objects defined in pipelineObjects.

\n@param validationWarnings The validation warnings that are associated with the objects defined in pipelineObjects.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Errored" : { "documentation" : "

Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

", "name" : "Errored", "c2jName" : "errored", "c2jShape" : "boolean", "variable" : { "variableName" : "errored", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

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

Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

\n@param errored Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

\n@param errored Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.*/", "getterDocumentation" : "/**

Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

\n@return Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.*/", "fluentSetterDocumentation" : "/**

Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

\n@param errored Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ReportTaskProgressRequest" : { "c2jName" : "ReportTaskProgressInput", "documentation" : "

Contains the parameters for ReportTaskProgress.

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

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

", "name" : "TaskId", "c2jName" : "taskId", "c2jShape" : "taskId", "variable" : { "variableName" : "taskId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "taskId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "taskId", "marshallLocationName" : "taskId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

\n@param taskId The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

\n@param taskId The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.*/", "getterDocumentation" : "/**

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

\n@return The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.*/", "fluentSetterDocumentation" : "/**

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

\n@param taskId The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Key-value pairs that define the properties of the ReportTaskProgressInput object.

", "name" : "Fields", "c2jName" : "fields", "c2jShape" : "fieldList", "variable" : { "variableName" : "fields", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Key-value pairs that define the properties of the ReportTaskProgressInput object.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "fields", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "fields", "marshallLocationName" : "fields", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Field", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Field", "variable" : { "variableName" : "member", "variableType" : "Field", "variableDeclarationType" : "Field", "documentation" : "", "variableSetterType" : "Field", "simpleType" : "Field" }, "setterModel" : { "variableName" : "member", "variableType" : "Field", "variableDeclarationType" : "Field", "documentation" : "", "variableSetterType" : "Field", "simpleType" : "Field" }, "getterModel" : { "returnType" : "Field", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Field", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

Key-value pairs that define the properties of the ReportTaskProgressInput object.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFields(java.util.Collection)} or {@link #withFields(java.util.Collection)} if you want to override the existing values.

\n@param fields Key-value pairs that define the properties of the ReportTaskProgressInput object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Key-value pairs that define the properties of the ReportTaskProgressInput object.

\n@param fields Key-value pairs that define the properties of the ReportTaskProgressInput object.*/", "getterDocumentation" : "/**

Key-value pairs that define the properties of the ReportTaskProgressInput object.

\n@return Key-value pairs that define the properties of the ReportTaskProgressInput object.*/", "fluentSetterDocumentation" : "/**

Key-value pairs that define the properties of the ReportTaskProgressInput object.

\n@param fields Key-value pairs that define the properties of the ReportTaskProgressInput object.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "reportTaskProgressRequest", "variableType" : "ReportTaskProgressRequest", "variableDeclarationType" : "ReportTaskProgressRequest", "documentation" : null, "variableSetterType" : "ReportTaskProgressRequest", "simpleType" : "ReportTaskProgressRequest" }, "marshaller" : { "action" : "ReportTaskProgress", "verb" : "POST", "target" : "DataPipeline.ReportTaskProgress", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TaskId" : { "documentation" : "

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

", "name" : "TaskId", "c2jName" : "taskId", "c2jShape" : "taskId", "variable" : { "variableName" : "taskId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "taskId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "taskId", "marshallLocationName" : "taskId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

\n@param taskId The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

\n@param taskId The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.*/", "getterDocumentation" : "/**

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

\n@return The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.*/", "fluentSetterDocumentation" : "/**

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

\n@param taskId The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Fields" : { "documentation" : "

Key-value pairs that define the properties of the ReportTaskProgressInput object.

", "name" : "Fields", "c2jName" : "fields", "c2jShape" : "fieldList", "variable" : { "variableName" : "fields", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Key-value pairs that define the properties of the ReportTaskProgressInput object.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "fields", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "fields", "marshallLocationName" : "fields", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Field", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Field", "variable" : { "variableName" : "member", "variableType" : "Field", "variableDeclarationType" : "Field", "documentation" : "", "variableSetterType" : "Field", "simpleType" : "Field" }, "setterModel" : { "variableName" : "member", "variableType" : "Field", "variableDeclarationType" : "Field", "documentation" : "", "variableSetterType" : "Field", "simpleType" : "Field" }, "getterModel" : { "returnType" : "Field", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Field", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

Key-value pairs that define the properties of the ReportTaskProgressInput object.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFields(java.util.Collection)} or {@link #withFields(java.util.Collection)} if you want to override the existing values.

\n@param fields Key-value pairs that define the properties of the ReportTaskProgressInput object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Key-value pairs that define the properties of the ReportTaskProgressInput object.

\n@param fields Key-value pairs that define the properties of the ReportTaskProgressInput object.*/", "getterDocumentation" : "/**

Key-value pairs that define the properties of the ReportTaskProgressInput object.

\n@return Key-value pairs that define the properties of the ReportTaskProgressInput object.*/", "fluentSetterDocumentation" : "/**

Key-value pairs that define the properties of the ReportTaskProgressInput object.

\n@param fields Key-value pairs that define the properties of the ReportTaskProgressInput object.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TaskStatus" : { "c2jName" : "TaskStatus", "documentation" : "", "shapeName" : "TaskStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "FINISHED", "value" : "FINISHED" }, { "name" : "FAILED", "value" : "FAILED" }, { "name" : "FALSE", "value" : "FALSE" } ], "variable" : { "variableName" : "taskStatus", "variableType" : "TaskStatus", "variableDeclarationType" : "TaskStatus", "documentation" : null, "variableSetterType" : "TaskStatus", "simpleType" : "TaskStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RemoveTagsRequest" : { "c2jName" : "RemoveTagsInput", "documentation" : "

Contains the parameters for RemoveTags.

", "shapeName" : "RemoveTagsRequest", "deprecated" : false, "required" : [ "pipelineId", "tagKeys" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the pipeline.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.*/", "getterDocumentation" : "/**

The ID of the pipeline.

\n@return The ID of the pipeline.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline.

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

The keys of the tags to remove.

", "name" : "TagKeys", "c2jName" : "tagKeys", "c2jShape" : "stringList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The keys of the tags to remove.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "tagKeys", "marshallLocationName" : "tagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "string", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The keys of the tags to remove.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

\n@param tagKeys The keys of the tags to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The keys of the tags to remove.

\n@param tagKeys The keys of the tags to remove.*/", "getterDocumentation" : "/**

The keys of the tags to remove.

\n@return The keys of the tags to remove.*/", "fluentSetterDocumentation" : "/**

The keys of the tags to remove.

\n@param tagKeys The keys of the tags to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "removeTagsRequest", "variableType" : "RemoveTagsRequest", "variableDeclarationType" : "RemoveTagsRequest", "documentation" : null, "variableSetterType" : "RemoveTagsRequest", "simpleType" : "RemoveTagsRequest" }, "marshaller" : { "action" : "RemoveTags", "verb" : "POST", "target" : "DataPipeline.RemoveTags", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PipelineId" : { "documentation" : "

The ID of the pipeline.

", "name" : "PipelineId", "c2jName" : "pipelineId", "c2jShape" : "id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pipelineId", "marshallLocationName" : "pipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.*/", "getterDocumentation" : "/**

The ID of the pipeline.

\n@return The ID of the pipeline.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline.

\n@param pipelineId The ID of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TagKeys" : { "documentation" : "

The keys of the tags to remove.

", "name" : "TagKeys", "c2jName" : "tagKeys", "c2jShape" : "stringList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The keys of the tags to remove.

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "tagKeys", "marshallLocationName" : "tagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "string", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The keys of the tags to remove.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

\n@param tagKeys The keys of the tags to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The keys of the tags to remove.

\n@param tagKeys The keys of the tags to remove.*/", "getterDocumentation" : "/**

The keys of the tags to remove.

\n@return The keys of the tags to remove.*/", "fluentSetterDocumentation" : "/**

The keys of the tags to remove.

\n@param tagKeys The keys of the tags to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PipelineIdName" : { "c2jName" : "PipelineIdName", "documentation" : "

Contains the name and identifier of a pipeline.

", "shapeName" : "PipelineIdName", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

\n@param id The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

\n@param id The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.*/", "getterDocumentation" : "/**

The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

\n@return The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

\n@param id The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the pipeline.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "id", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The name of the pipeline.

\n@param name The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the pipeline.

\n@param name The name of the pipeline.*/", "getterDocumentation" : "/**

The name of the pipeline.

\n@return The name of the pipeline.*/", "fluentSetterDocumentation" : "/**

The name of the pipeline.

\n@param name The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "pipelineIdName", "variableType" : "PipelineIdName", "variableDeclarationType" : "PipelineIdName", "documentation" : null, "variableSetterType" : "PipelineIdName", "simpleType" : "PipelineIdName" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "

The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

\n@param id The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

\n@param id The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.*/", "getterDocumentation" : "/**

The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

\n@return The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.*/", "fluentSetterDocumentation" : "/**

The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

\n@param id The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The name of the pipeline.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "id", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the pipeline.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The name of the pipeline.

\n@param name The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the pipeline.

\n@param name The name of the pipeline.*/", "getterDocumentation" : "/**

The name of the pipeline.

\n@return The name of the pipeline.*/", "fluentSetterDocumentation" : "/**

The name of the pipeline.

\n@param name The name of the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetTaskStatusResult" : { "c2jName" : "SetTaskStatusOutput", "documentation" : "

Contains the output of SetTaskStatus.

", "shapeName" : "SetTaskStatusResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "setTaskStatusResult", "variableType" : "SetTaskStatusResult", "variableDeclarationType" : "SetTaskStatusResult", "documentation" : null, "variableSetterType" : "SetTaskStatusResult", "simpleType" : "SetTaskStatusResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SetTaskStatusRequest" : { "c2jName" : "SetTaskStatusInput", "documentation" : "

Contains the parameters for SetTaskStatus.

", "shapeName" : "SetTaskStatusRequest", "deprecated" : false, "required" : [ "taskId", "taskStatus" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

", "name" : "TaskId", "c2jName" : "taskId", "c2jShape" : "taskId", "variable" : { "variableName" : "taskId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "taskId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "taskId", "marshallLocationName" : "taskId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

\n@param taskId The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

\n@param taskId The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.*/", "getterDocumentation" : "/**

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

\n@return The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.*/", "fluentSetterDocumentation" : "/**

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

\n@param taskId The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If FINISHED, the task successfully completed. If FAILED, the task ended unsuccessfully. Preconditions use false.

", "name" : "TaskStatus", "c2jName" : "taskStatus", "c2jShape" : "TaskStatus", "variable" : { "variableName" : "taskStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If FINISHED, the task successfully completed. If FAILED, the task ended unsuccessfully. Preconditions use false.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "taskStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "taskStatus", "marshallLocationName" : "taskStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TaskStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

If FINISHED, the task successfully completed. If FAILED, the task ended unsuccessfully. Preconditions use false.

\n@param taskStatus If FINISHED, the task successfully completed. If FAILED, the task ended unsuccessfully. Preconditions use false.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TaskStatus*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If FINISHED, the task successfully completed. If FAILED, the task ended unsuccessfully. Preconditions use false.

\n@param taskStatus If FINISHED, the task successfully completed. If FAILED, the task ended unsuccessfully. Preconditions use false.\n@see TaskStatus*/", "getterDocumentation" : "/**

If FINISHED, the task successfully completed. If FAILED, the task ended unsuccessfully. Preconditions use false.

\n@return If FINISHED, the task successfully completed. If FAILED, the task ended unsuccessfully. Preconditions use false.\n@see TaskStatus*/", "fluentSetterDocumentation" : "/**

If FINISHED, the task successfully completed. If FAILED, the task ended unsuccessfully. Preconditions use false.

\n@param taskStatus If FINISHED, the task successfully completed. If FAILED, the task ended unsuccessfully. Preconditions use false.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TaskStatus*/" }, { "documentation" : "

If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string \"Service_\" which is reserved by the system.

", "name" : "ErrorId", "c2jName" : "errorId", "c2jShape" : "string", "variable" : { "variableName" : "errorId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string \"Service_\" which is reserved by the system.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "errorId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "errorId", "marshallLocationName" : "errorId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string \"Service_\" which is reserved by the system.

\n@param errorId If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string \"Service_\" which is reserved by the system.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string \"Service_\" which is reserved by the system.

\n@param errorId If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string \"Service_\" which is reserved by the system.*/", "getterDocumentation" : "/**

If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string \"Service_\" which is reserved by the system.

\n@return If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string \"Service_\" which is reserved by the system.*/", "fluentSetterDocumentation" : "/**

If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string \"Service_\" which is reserved by the system.

\n@param errorId If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string \"Service_\" which is reserved by the system.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

", "name" : "ErrorMessage", "c2jName" : "errorMessage", "c2jShape" : "errorMessage", "variable" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "errorMessage", "marshallLocationName" : "errorMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

\n@param errorMessage If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

\n@param errorMessage If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.*/", "getterDocumentation" : "/**

If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

\n@return If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.*/", "fluentSetterDocumentation" : "/**

If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

\n@param errorMessage If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

", "name" : "ErrorStackTrace", "c2jName" : "errorStackTrace", "c2jShape" : "string", "variable" : { "variableName" : "errorStackTrace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "errorStackTrace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "errorStackTrace", "marshallLocationName" : "errorStackTrace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

\n@param errorStackTrace If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

\n@param errorStackTrace If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.*/", "getterDocumentation" : "/**

If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

\n@return If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.*/", "fluentSetterDocumentation" : "/**

If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

\n@param errorStackTrace If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "setTaskStatusRequest", "variableType" : "SetTaskStatusRequest", "variableDeclarationType" : "SetTaskStatusRequest", "documentation" : null, "variableSetterType" : "SetTaskStatusRequest", "simpleType" : "SetTaskStatusRequest" }, "marshaller" : { "action" : "SetTaskStatus", "verb" : "POST", "target" : "DataPipeline.SetTaskStatus", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ErrorId" : { "documentation" : "

If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string \"Service_\" which is reserved by the system.

", "name" : "ErrorId", "c2jName" : "errorId", "c2jShape" : "string", "variable" : { "variableName" : "errorId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string \"Service_\" which is reserved by the system.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "errorId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "errorId", "marshallLocationName" : "errorId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string \"Service_\" which is reserved by the system.

\n@param errorId If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string \"Service_\" which is reserved by the system.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string \"Service_\" which is reserved by the system.

\n@param errorId If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string \"Service_\" which is reserved by the system.*/", "getterDocumentation" : "/**

If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string \"Service_\" which is reserved by the system.

\n@return If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string \"Service_\" which is reserved by the system.*/", "fluentSetterDocumentation" : "/**

If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string \"Service_\" which is reserved by the system.

\n@param errorId If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string \"Service_\" which is reserved by the system.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ErrorStackTrace" : { "documentation" : "

If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

", "name" : "ErrorStackTrace", "c2jName" : "errorStackTrace", "c2jShape" : "string", "variable" : { "variableName" : "errorStackTrace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "errorStackTrace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "errorStackTrace", "marshallLocationName" : "errorStackTrace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

\n@param errorStackTrace If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

\n@param errorStackTrace If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.*/", "getterDocumentation" : "/**

If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

\n@return If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.*/", "fluentSetterDocumentation" : "/**

If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

\n@param errorStackTrace If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TaskId" : { "documentation" : "

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

", "name" : "TaskId", "c2jName" : "taskId", "c2jShape" : "taskId", "variable" : { "variableName" : "taskId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "taskId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "taskId", "marshallLocationName" : "taskId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

\n@param taskId The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

\n@param taskId The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.*/", "getterDocumentation" : "/**

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

\n@return The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.*/", "fluentSetterDocumentation" : "/**

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

\n@param taskId The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TaskStatus" : { "documentation" : "

If FINISHED, the task successfully completed. If FAILED, the task ended unsuccessfully. Preconditions use false.

", "name" : "TaskStatus", "c2jName" : "taskStatus", "c2jShape" : "TaskStatus", "variable" : { "variableName" : "taskStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If FINISHED, the task successfully completed. If FAILED, the task ended unsuccessfully. Preconditions use false.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "taskStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "taskStatus", "marshallLocationName" : "taskStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TaskStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

If FINISHED, the task successfully completed. If FAILED, the task ended unsuccessfully. Preconditions use false.

\n@param taskStatus If FINISHED, the task successfully completed. If FAILED, the task ended unsuccessfully. Preconditions use false.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TaskStatus*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If FINISHED, the task successfully completed. If FAILED, the task ended unsuccessfully. Preconditions use false.

\n@param taskStatus If FINISHED, the task successfully completed. If FAILED, the task ended unsuccessfully. Preconditions use false.\n@see TaskStatus*/", "getterDocumentation" : "/**

If FINISHED, the task successfully completed. If FAILED, the task ended unsuccessfully. Preconditions use false.

\n@return If FINISHED, the task successfully completed. If FAILED, the task ended unsuccessfully. Preconditions use false.\n@see TaskStatus*/", "fluentSetterDocumentation" : "/**

If FINISHED, the task successfully completed. If FAILED, the task ended unsuccessfully. Preconditions use false.

\n@param taskStatus If FINISHED, the task successfully completed. If FAILED, the task ended unsuccessfully. Preconditions use false.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TaskStatus*/" }, "ErrorMessage" : { "documentation" : "

If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

", "name" : "ErrorMessage", "c2jName" : "errorMessage", "c2jShape" : "errorMessage", "variable" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "errorMessage", "marshallLocationName" : "errorMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

\n@param errorMessage If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

\n@param errorMessage If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.*/", "getterDocumentation" : "/**

If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

\n@return If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.*/", "fluentSetterDocumentation" : "/**

If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

\n@param errorMessage If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Tag" : { "c2jName" : "Tag", "documentation" : "

Tags are key/value pairs defined by a user and associated with a pipeline to control access. AWS Data Pipeline allows you to associate ten tags per pipeline. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

", "shapeName" : "Tag", "deprecated" : false, "required" : [ "key", "value" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The key name of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

", "name" : "Key", "c2jName" : "key", "c2jShape" : "tagKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The key name of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "key", "marshallLocationName" : "key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The key name of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@param key The key name of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The key name of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@param key The key name of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.*/", "getterDocumentation" : "/**

The key name of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@return The key name of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.*/", "fluentSetterDocumentation" : "/**

The key name of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@param key The key name of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The optional value portion of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

", "name" : "Value", "c2jName" : "value", "c2jShape" : "tagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The optional value portion of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The optional value portion of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@param value The optional value portion of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The optional value portion of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@param value The optional value portion of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.*/", "getterDocumentation" : "/**

The optional value portion of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@return The optional value portion of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.*/", "fluentSetterDocumentation" : "/**

The optional value portion of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@param value The optional value portion of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "tag", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : null, "variableSetterType" : "Tag", "simpleType" : "Tag" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

The optional value portion of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

", "name" : "Value", "c2jName" : "value", "c2jShape" : "tagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The optional value portion of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The optional value portion of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@param value The optional value portion of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The optional value portion of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@param value The optional value portion of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.*/", "getterDocumentation" : "/**

The optional value portion of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@return The optional value portion of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.*/", "fluentSetterDocumentation" : "/**

The optional value portion of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@param value The optional value portion of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

The key name of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

", "name" : "Key", "c2jName" : "key", "c2jShape" : "tagKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The key name of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "key", "marshallLocationName" : "key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The key name of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@param key The key name of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The key name of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@param key The key name of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.*/", "getterDocumentation" : "/**

The key name of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@return The key name of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.*/", "fluentSetterDocumentation" : "/**

The key name of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

\n@param key The key name of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EvaluateExpressionResult" : { "c2jName" : "EvaluateExpressionOutput", "documentation" : "

Contains the output of EvaluateExpression.

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

The evaluated expression.

", "name" : "EvaluatedExpression", "c2jName" : "evaluatedExpression", "c2jShape" : "longString", "variable" : { "variableName" : "evaluatedExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The evaluated expression.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "evaluatedExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "evaluatedExpression", "marshallLocationName" : "evaluatedExpression", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The evaluated expression.

\n@param evaluatedExpression The evaluated expression.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The evaluated expression.

\n@param evaluatedExpression The evaluated expression.*/", "getterDocumentation" : "/**

The evaluated expression.

\n@return The evaluated expression.*/", "fluentSetterDocumentation" : "/**

The evaluated expression.

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

The evaluated expression.

", "name" : "EvaluatedExpression", "c2jName" : "evaluatedExpression", "c2jShape" : "longString", "variable" : { "variableName" : "evaluatedExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The evaluated expression.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "evaluatedExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "evaluatedExpression", "marshallLocationName" : "evaluatedExpression", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "varargSetterDocumentation" : "/**

The evaluated expression.

\n@param evaluatedExpression The evaluated expression.\n@return Returns a reference to this object so that method calls can be chained together.*/", "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The evaluated expression.

\n@param evaluatedExpression The evaluated expression.*/", "getterDocumentation" : "/**

The evaluated expression.

\n@return The evaluated expression.*/", "fluentSetterDocumentation" : "/**

The evaluated expression.

\n@param evaluatedExpression The evaluated expression.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : true, "useAutoConstructMap" : false, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : null, "simpleMethods" : { "ListPipelines" : { "methodForms" : [ [ ] ] } }, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "sendExplicitlyEmptyListsForQuery" : false, "authPolicyActions" : { "skip" : true, "actionPrefix" : null, "fileNamePrefix" : null }, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : null, "customErrorCodeFieldName" : null, "sdkModeledExceptionBaseClassName" : null, "customSignerProvider" : null, "calculateCRC32FromCompressedData" : false, "customFileHeader" : null, "convenienceTypeOverloads" : [ ], "skipSmokeTests" : false }, "examples" : { "examples" : { }, "version" : "1.0" }, "fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * 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 */", "clientConfigFactory" : "ClientConfigurationFactory", "exceptionUnmarshallerImpl" : null, "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.datapipeline.model.DataPipelineException", "hasWaiters" : false, "sdkModeledExceptionBaseClassName" : "DataPipelineException" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy