
models.datapipeline-2012-10-29-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-osgi Show documentation
{
"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,
"syncClientBuilderClassName" : "DataPipelineClientBuilder",
"asyncClientBuilderClassName" : "DataPipelineAsyncClientBuilder",
"serviceName" : "AWS Data Pipeline",
"cborProtocol" : false,
"xmlProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"jsonProtocol" : true
},
"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.
",
"simpleType" : "ActivatePipelineRequest",
"variableSetterType" : "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,
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"syncReturnType" : "ActivatePipelineResult",
"asyncReturnType" : "ActivatePipelineResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"authenticated" : true,
"methodName" : "activatePipeline"
},
"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.
",
"simpleType" : "AddTagsRequest",
"variableSetterType" : "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,
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"syncReturnType" : "AddTagsResult",
"asyncReturnType" : "AddTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"authenticated" : true,
"methodName" : "addTags"
},
"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.
",
"simpleType" : "CreatePipelineRequest",
"variableSetterType" : "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,
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"syncReturnType" : "CreatePipelineResult",
"asyncReturnType" : "CreatePipelineResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"authenticated" : true,
"methodName" : "createPipeline"
},
"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.
",
"simpleType" : "DeactivatePipelineRequest",
"variableSetterType" : "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,
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"syncReturnType" : "DeactivatePipelineResult",
"asyncReturnType" : "DeactivatePipelineResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"authenticated" : true,
"methodName" : "deactivatePipeline"
},
"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.
",
"simpleType" : "DeletePipelineRequest",
"variableSetterType" : "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,
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"syncReturnType" : "DeletePipelineResult",
"asyncReturnType" : "DeletePipelineResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"authenticated" : true,
"methodName" : "deletePipeline"
},
"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.
",
"simpleType" : "DescribeObjectsRequest",
"variableSetterType" : "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,
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"syncReturnType" : "DescribeObjectsResult",
"asyncReturnType" : "DescribeObjectsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"authenticated" : true,
"methodName" : "describeObjects"
},
"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.
",
"simpleType" : "DescribePipelinesRequest",
"variableSetterType" : "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,
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"syncReturnType" : "DescribePipelinesResult",
"asyncReturnType" : "DescribePipelinesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"authenticated" : true,
"methodName" : "describePipelines"
},
"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.
",
"simpleType" : "EvaluateExpressionRequest",
"variableSetterType" : "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,
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"syncReturnType" : "EvaluateExpressionResult",
"asyncReturnType" : "EvaluateExpressionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"authenticated" : true,
"methodName" : "evaluateExpression"
},
"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.
",
"simpleType" : "GetPipelineDefinitionRequest",
"variableSetterType" : "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,
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"syncReturnType" : "GetPipelineDefinitionResult",
"asyncReturnType" : "GetPipelineDefinitionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"authenticated" : true,
"methodName" : "getPipelineDefinition"
},
"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.
",
"simpleType" : "ListPipelinesRequest",
"variableSetterType" : "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,
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"syncReturnType" : "ListPipelinesResult",
"asyncReturnType" : "ListPipelinesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"authenticated" : true,
"methodName" : "listPipelines"
},
"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.
",
"simpleType" : "PollForTaskRequest",
"variableSetterType" : "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,
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"syncReturnType" : "PollForTaskResult",
"asyncReturnType" : "PollForTaskResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"authenticated" : true,
"methodName" : "pollForTask"
},
"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.
- An object is missing a name or identifier field.
- A string or reference field is empty.
- The number of objects in the pipeline exceeds the maximum allowed objects.
- 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.
",
"simpleType" : "PutPipelineDefinitionRequest",
"variableSetterType" : "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,
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"syncReturnType" : "PutPipelineDefinitionResult",
"asyncReturnType" : "PutPipelineDefinitionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"authenticated" : true,
"methodName" : "putPipelineDefinition"
},
"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.
",
"simpleType" : "QueryObjectsRequest",
"variableSetterType" : "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,
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"syncReturnType" : "QueryObjectsResult",
"asyncReturnType" : "QueryObjectsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"authenticated" : true,
"methodName" : "queryObjects"
},
"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.
",
"simpleType" : "RemoveTagsRequest",
"variableSetterType" : "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,
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"syncReturnType" : "RemoveTagsResult",
"asyncReturnType" : "RemoveTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"authenticated" : true,
"methodName" : "removeTags"
},
"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.
",
"simpleType" : "ReportTaskProgressRequest",
"variableSetterType" : "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,
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"syncReturnType" : "ReportTaskProgressResult",
"asyncReturnType" : "ReportTaskProgressResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"authenticated" : true,
"methodName" : "reportTaskProgress"
},
"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.
",
"simpleType" : "ReportTaskRunnerHeartbeatRequest",
"variableSetterType" : "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,
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"syncReturnType" : "ReportTaskRunnerHeartbeatResult",
"asyncReturnType" : "ReportTaskRunnerHeartbeatResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"authenticated" : true,
"methodName" : "reportTaskRunnerHeartbeat"
},
"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.
",
"simpleType" : "SetStatusRequest",
"variableSetterType" : "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,
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"syncReturnType" : "SetStatusResult",
"asyncReturnType" : "SetStatusResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"authenticated" : true,
"methodName" : "setStatus"
},
"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.
",
"simpleType" : "SetTaskStatusRequest",
"variableSetterType" : "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,
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"syncReturnType" : "SetTaskStatusResult",
"asyncReturnType" : "SetTaskStatusResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"authenticated" : true,
"methodName" : "setTaskStatus"
},
"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.
",
"simpleType" : "ValidatePipelineDefinitionRequest",
"variableSetterType" : "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,
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"syncReturnType" : "ValidatePipelineDefinitionResult",
"asyncReturnType" : "ValidatePipelineDefinitionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"authenticated" : true,
"methodName" : "validatePipelineDefinition"
}
},
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "pipelineId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deletePipelineRequest",
"variableType" : "DeletePipelineRequest",
"variableDeclarationType" : "DeletePipelineRequest",
"documentation" : null,
"simpleType" : "DeletePipelineRequest",
"variableSetterType" : "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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "pipelineId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}
}
},
"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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "selectors",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"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" : "",
"simpleType" : "Selector",
"variableSetterType" : "Selector"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Selector",
"variableDeclarationType" : "Selector",
"documentation" : "",
"simpleType" : "Selector",
"variableSetterType" : "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,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "Selector",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"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.*/",
"varargSetterDocumentation" : "/**List of selectors that define the query. An object must satisfy all of the selectors to match the query.
\nNOTE: 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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "query",
"variableType" : "Query",
"variableDeclarationType" : "Query",
"documentation" : null,
"simpleType" : "Query",
"variableSetterType" : "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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "selectors",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"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" : "",
"simpleType" : "Selector",
"variableSetterType" : "Selector"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Selector",
"variableDeclarationType" : "Selector",
"documentation" : "",
"simpleType" : "Selector",
"variableSetterType" : "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,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "Selector",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"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.*/",
"varargSetterDocumentation" : "/**List of selectors that define the query. An object must satisfy all of the selectors to match the query.
\nNOTE: 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.*/"
}
}
},
"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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "pipelineIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"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" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"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.*/",
"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.
\nNOTE: 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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describePipelinesRequest",
"variableType" : "DescribePipelinesRequest",
"variableDeclarationType" : "DescribePipelinesRequest",
"documentation" : null,
"simpleType" : "DescribePipelinesRequest",
"variableSetterType" : "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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "pipelineIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"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" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"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.*/",
"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.
\nNOTE: 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.*/"
}
}
},
"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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "pipelineObjects",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"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" : "",
"simpleType" : "PipelineObject",
"variableSetterType" : "PipelineObject"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "PipelineObject",
"variableDeclarationType" : "PipelineObject",
"documentation" : "",
"simpleType" : "PipelineObject",
"variableSetterType" : "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,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "PipelineObject",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"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.*/",
"varargSetterDocumentation" : "/**An array of object definitions.
\nNOTE: 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.*/"
}, {
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}, {
"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.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "hasMoreResults",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "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,
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeObjectsResult",
"variableType" : "DescribeObjectsResult",
"variableDeclarationType" : "DescribeObjectsResult",
"documentation" : null,
"simpleType" : "DescribeObjectsResult",
"variableSetterType" : "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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "pipelineObjects",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"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" : "",
"simpleType" : "PipelineObject",
"variableSetterType" : "PipelineObject"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "PipelineObject",
"variableDeclarationType" : "PipelineObject",
"documentation" : "",
"simpleType" : "PipelineObject",
"variableSetterType" : "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,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "PipelineObject",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"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.*/",
"varargSetterDocumentation" : "/**An array of object definitions.
\nNOTE: 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.*/"
},
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
},
"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.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "hasMoreResults",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}
}
},
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "taskId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}, {
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "pipelineId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}, {
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "attemptId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}, {
"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.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"setterModel" : {
"variableName" : "objects",
"variableType" : "java.util.Map",
"variableDeclarationType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.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" : "",
"simpleType" : "PipelineObject",
"variableSetterType" : "PipelineObject"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "PipelineObject",
"variableDeclarationType" : "PipelineObject",
"documentation" : "",
"simpleType" : "PipelineObject",
"variableSetterType" : "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,
"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.*/",
"varargSetterDocumentation" : "/**\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,
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "taskObject",
"variableType" : "TaskObject",
"variableDeclarationType" : "TaskObject",
"documentation" : null,
"simpleType" : "TaskObject",
"variableSetterType" : "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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "attemptId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
},
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "taskId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
},
"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.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"setterModel" : {
"variableName" : "objects",
"variableType" : "java.util.Map",
"variableDeclarationType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.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" : "",
"simpleType" : "PipelineObject",
"variableSetterType" : "PipelineObject"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "PipelineObject",
"variableDeclarationType" : "PipelineObject",
"documentation" : "",
"simpleType" : "PipelineObject",
"variableSetterType" : "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,
"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.*/",
"varargSetterDocumentation" : "/**\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,
"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.*/",
"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.*/"
},
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "pipelineId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}
}
},
"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,
"simpleType" : "SetStatusResult",
"variableSetterType" : "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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "id",
"marshallLocationName" : "id",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"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.*/",
"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.*/"
}, {
"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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "warnings",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"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" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"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.*/",
"varargSetterDocumentation" : "/**A description of the validation warning.
\nNOTE: 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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "validationWarning",
"variableType" : "ValidationWarning",
"variableDeclarationType" : "ValidationWarning",
"documentation" : null,
"simpleType" : "ValidationWarning",
"variableSetterType" : "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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "id",
"marshallLocationName" : "id",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"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.*/",
"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.*/"
},
"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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "warnings",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"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" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"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.*/",
"varargSetterDocumentation" : "/**A description of the validation warning.
\nNOTE: 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.*/"
}
}
},
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "pipelineId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}, {
"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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"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" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "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,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "Tag",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"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.*/",
"varargSetterDocumentation" : "/**The tags to add, as key/value pairs.
\nNOTE: 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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "addTagsRequest",
"variableType" : "AddTagsRequest",
"variableDeclarationType" : "AddTagsRequest",
"documentation" : null,
"simpleType" : "AddTagsRequest",
"variableSetterType" : "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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "pipelineId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
},
"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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"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" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "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,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "Tag",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"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.*/",
"varargSetterDocumentation" : "/**The tags to add, as key/value pairs.
\nNOTE: 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.*/"
}
}
},
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "document",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}, {
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "signature",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "instanceIdentity",
"variableType" : "InstanceIdentity",
"variableDeclarationType" : "InstanceIdentity",
"documentation" : null,
"simpleType" : "InstanceIdentity",
"variableSetterType" : "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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "signature",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
},
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "document",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}
}
},
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "pipelineId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}, {
"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.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "cancelActive",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "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,
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deactivatePipelineRequest",
"variableType" : "DeactivatePipelineRequest",
"variableDeclarationType" : "DeactivatePipelineRequest",
"documentation" : null,
"simpleType" : "DeactivatePipelineRequest",
"variableSetterType" : "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.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "cancelActive",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "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,
"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.*/",
"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.*/"
},
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "pipelineId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}
}
},
"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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "ids",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"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" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"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.*/",
"varargSetterDocumentation" : "/**The identifiers that match the query selectors.
\nNOTE: 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.*/"
}, {
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}, {
"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.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "hasMoreResults",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "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,
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "queryObjectsResult",
"variableType" : "QueryObjectsResult",
"variableDeclarationType" : "QueryObjectsResult",
"documentation" : null,
"simpleType" : "QueryObjectsResult",
"variableSetterType" : "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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "ids",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"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" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"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.*/",
"varargSetterDocumentation" : "/**The identifiers that match the query selectors.
\nNOTE: 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.*/"
},
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
},
"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.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "hasMoreResults",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}
}
},
"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,
"simpleType" : "InvalidRequestException",
"variableSetterType" : "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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "id",
"marshallLocationName" : "id",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"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.*/",
"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.*/"
}, {
"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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "errors",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"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" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"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.*/",
"varargSetterDocumentation" : "/**A description of the validation error.
\nNOTE: 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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "validationError",
"variableType" : "ValidationError",
"variableDeclarationType" : "ValidationError",
"documentation" : null,
"simpleType" : "ValidationError",
"variableSetterType" : "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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "errors",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"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" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"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.*/",
"varargSetterDocumentation" : "/**A description of the validation error.
\nNOTE: 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.*/"
},
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "id",
"marshallLocationName" : "id",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"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.*/",
"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.*/"
}
}
},
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "pipelineId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}, {
"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.
",
"simpleType" : "Query",
"variableSetterType" : "Query"
},
"setterModel" : {
"variableName" : "query",
"variableType" : "Query",
"variableDeclarationType" : "Query",
"documentation" : "",
"simpleType" : "Query",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}, {
"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
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sphere",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}, {
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}, {
"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.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "limit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "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,
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "queryObjectsRequest",
"variableType" : "QueryObjectsRequest",
"variableDeclarationType" : "QueryObjectsRequest",
"documentation" : null,
"simpleType" : "QueryObjectsRequest",
"variableSetterType" : "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
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sphere",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
},
"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.
",
"simpleType" : "Query",
"variableSetterType" : "Query"
},
"setterModel" : {
"variableName" : "query",
"variableType" : "Query",
"variableDeclarationType" : "Query",
"documentation" : "",
"simpleType" : "Query",
"variableSetterType" : "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,
"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.*/",
"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.*/"
},
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "pipelineId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
},
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
},
"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.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "limit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}
}
},
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "pipelineId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}, {
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "version",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "version",
"marshallLocationName" : "version",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The version of the 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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getPipelineDefinitionRequest",
"variableType" : "GetPipelineDefinitionRequest",
"variableDeclarationType" : "GetPipelineDefinitionRequest",
"documentation" : null,
"simpleType" : "GetPipelineDefinitionRequest",
"variableSetterType" : "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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "version",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "version",
"marshallLocationName" : "version",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The version of the 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.*/",
"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.*/"
},
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "pipelineId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}
}
},
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "fieldName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}, {
"documentation" : "",
"name" : "Operator",
"c2jName" : "operator",
"c2jShape" : "Operator",
"variable" : {
"variableName" : "operator",
"variableType" : "Operator",
"variableDeclarationType" : "Operator",
"documentation" : "",
"simpleType" : "Operator",
"variableSetterType" : "Operator"
},
"setterModel" : {
"variableName" : "operator",
"variableType" : "Operator",
"variableDeclarationType" : "Operator",
"documentation" : "",
"simpleType" : "Operator",
"variableSetterType" : "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,
"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.*/",
"varargSetterDocumentation" : "/**\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,
"simpleType" : "Selector",
"variableSetterType" : "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" : "",
"simpleType" : "Operator",
"variableSetterType" : "Operator"
},
"setterModel" : {
"variableName" : "operator",
"variableType" : "Operator",
"variableDeclarationType" : "Operator",
"documentation" : "",
"simpleType" : "Operator",
"variableSetterType" : "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,
"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.*/",
"varargSetterDocumentation" : "/**\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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "fieldName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}
}
},
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "taskrunnerId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}, {
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "workerGroup",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}, {
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "hostname",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "reportTaskRunnerHeartbeatRequest",
"variableType" : "ReportTaskRunnerHeartbeatRequest",
"variableDeclarationType" : "ReportTaskRunnerHeartbeatRequest",
"documentation" : null,
"simpleType" : "ReportTaskRunnerHeartbeatRequest",
"variableSetterType" : "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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "workerGroup",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
},
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "hostname",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
},
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "taskrunnerId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}
}
},
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "name",
"marshallLocationName" : "name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name 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.*/",
"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.*/"
}, {
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "uniqueId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
}, {
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "description",
"marshallLocationName" : "description",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The description 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.*/",
"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.*/"
}, {
"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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"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" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "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,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "Tag",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"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.*/",
"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.
\nNOTE: 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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createPipelineRequest",
"variableType" : "CreatePipelineRequest",
"variableDeclarationType" : "CreatePipelineRequest",
"documentation" : null,
"simpleType" : "CreatePipelineRequest",
"variableSetterType" : "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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "uniqueId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "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,
"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.*/",
"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.*/"
},
"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.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "description",
"marshallLocationName" : "description",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The description 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.*/",
"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.*/"
},
"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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "tags",
"variableType" : "java.util.List