amazonka-datapipeline-0.3.6: Amazon Data Pipeline SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.DataPipeline.DescribeObjects

Contents

Description

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.

http://docs.aws.amazon.com/datapipeline/latest/APIReference/API_DescribeObjects.html

Synopsis

Request

Request constructor

describeObjects Source

DescribeObjects constructor.

The fields accessible through corresponding lenses are:

Request lenses

doEvaluateExpressions :: Lens' DescribeObjects (Maybe Bool) Source

Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.

doMarker :: Lens' DescribeObjects (Maybe Text) Source

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

doObjectIds :: Lens' DescribeObjects [Text] Source

The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.

doPipelineId :: Lens' DescribeObjects Text Source

The ID of the pipeline that contains the object definitions.

Response

Response constructor

Response lenses

dorHasMoreResults :: Lens' DescribeObjectsResponse (Maybe Bool) Source

Indicates whether there are more results to return.

dorMarker :: Lens' DescribeObjectsResponse (Maybe Text) Source

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.