AWS Data Pipeline is a web service that you can use to automate the movement and transformation of data. With AWS Data Pipeline, you can define data-driven workflows, so that tasks can be dependent on the successful completion of previous tasks. You define the parameters of your data transformations and AWSDataPipeline enforces the logic that you’ve set up.
Below are the cmdlets which are available with AWS Data Pipeline
CmdletName | ServiceOperation |
Add-DPResourceTag | AddTags |
Disable-DPPipeline | DeactivatePipeline |
Enable-DPPipeline | ActivatePipeline |
Find-DPObject | QueryObjects |
Get-DPObject | DescribeObjects |
Get-DPPipeline | ListPipelines |
Get-DPPipelineDefinition | GetPipelineDefinition |
Get-DPPipelineDescription | DescribePipelines |
Get-DPTask | PollForTask |
Invoke-DPExpression | EvaluateExpression |
New-DPPipeline | CreatePipeline |
Remove-DPPipeline | DeletePipeline |
Remove-DPResourceTag | RemoveTags |
Set-DPStatus | SetStatus |
Set-DPTaskStatus | SetTaskStatus |
Test-DPPipelineDefinition | ValidatePipelineDefinition |
Update-DPTaskProgress | ReportTaskProgress |
Update-DPTaskRunnerHeartbeat | ReportTaskRunnerHeartbeat |
Write-DPPipelineDefinition | PutPipelineDefinition |
You can also check other AWS Services, and each services cmdlets we are providing.