
set-status
**********


DESCRIPTION
===========

Requests that the --status of an array of physical or logical pipeline
objects be updated in the pipeline. This update may not occur
immediately, but is eventually consistent. The --status that can be
set depends on the type of object.


SYNOPSIS
========

   aws datapipeline set-status
     --object-ids <value>
     --status <value>
     --pipeline-id <value>


REQUIRED PARAMETERS
===================

"--object-ids"  (list of string)
   Identifies an array of objects. The corresponding objects can be
   either physical or components, but not a mix of both types.

   *Parameter Syntax*

      ["string", ...]

"--status"  (string)
   Specifies the --status to be set on all the objects in objectIds.
   For components, this can be either "PAUSE" or "RESUME" . For
   instances, this can be either "CANCEL" , "RERUN" , or
   "MARK_FINISHED" .

"--pipeline-id"  (string)
   Identifies the pipeline that contains the objects.


OPTIONAL PARAMETERS
===================

None
