amazonka-datapipeline-2.0: Amazon Data Pipeline SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DataPipeline.DescribeObjects

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.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeObjects Source #

Contains the parameters for DescribeObjects.

See: newDescribeObjects smart constructor.

Constructors

DescribeObjects' 

Fields

  • evaluateExpressions :: Maybe Bool

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

  • marker :: Maybe Text

    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.

  • pipelineId :: Text

    The ID of the pipeline that contains the object definitions.

  • objectIds :: [Text]

    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.

Instances

Instances details
ToJSON DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

ToHeaders DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

ToPath DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

ToQuery DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

AWSPager DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

AWSRequest DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

Associated Types

type AWSResponse DescribeObjects #

Generic DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

Associated Types

type Rep DescribeObjects :: Type -> Type #

Read DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

Show DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

NFData DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

Methods

rnf :: DescribeObjects -> () #

Eq DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

Hashable DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

type AWSResponse DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

type Rep DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

type Rep DescribeObjects = D1 ('MetaData "DescribeObjects" "Amazonka.DataPipeline.DescribeObjects" "amazonka-datapipeline-2.0-1cySuAk2jmdDRpZSxMUuos" 'False) (C1 ('MetaCons "DescribeObjects'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "evaluateExpressions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "pipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "objectIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))

newDescribeObjects Source #

Create a value of DescribeObjects with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:evaluateExpressions:DescribeObjects', describeObjects_evaluateExpressions - Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.

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

DescribeObjects, describeObjects_pipelineId - The ID of the pipeline that contains the object definitions.

$sel:objectIds:DescribeObjects', describeObjects_objectIds - The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.

Request Lenses

describeObjects_evaluateExpressions :: Lens' DescribeObjects (Maybe Bool) Source #

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

describeObjects_marker :: 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.

describeObjects_pipelineId :: Lens' DescribeObjects Text Source #

The ID of the pipeline that contains the object definitions.

describeObjects_objectIds :: 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.

Destructuring the Response

data DescribeObjectsResponse Source #

Contains the output of DescribeObjects.

See: newDescribeObjectsResponse smart constructor.

Constructors

DescribeObjectsResponse' 

Fields

Instances

Instances details
Generic DescribeObjectsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

Associated Types

type Rep DescribeObjectsResponse :: Type -> Type #

Read DescribeObjectsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

Show DescribeObjectsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

NFData DescribeObjectsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

Methods

rnf :: DescribeObjectsResponse -> () #

Eq DescribeObjectsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

type Rep DescribeObjectsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

type Rep DescribeObjectsResponse = D1 ('MetaData "DescribeObjectsResponse" "Amazonka.DataPipeline.DescribeObjects" "amazonka-datapipeline-2.0-1cySuAk2jmdDRpZSxMUuos" 'False) (C1 ('MetaCons "DescribeObjectsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hasMoreResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "pipelineObjects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [PipelineObject]))))

newDescribeObjectsResponse Source #

Create a value of DescribeObjectsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hasMoreResults:DescribeObjectsResponse', describeObjectsResponse_hasMoreResults - Indicates whether there are more results to return.

DescribeObjects, describeObjectsResponse_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.

$sel:httpStatus:DescribeObjectsResponse', describeObjectsResponse_httpStatus - The response's http status code.

$sel:pipelineObjects:DescribeObjectsResponse', describeObjectsResponse_pipelineObjects - An array of object definitions.

Response Lenses

describeObjectsResponse_hasMoreResults :: Lens' DescribeObjectsResponse (Maybe Bool) Source #

Indicates whether there are more results to return.

describeObjectsResponse_marker :: 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.