amazonka-iotsitewise-2.0: Amazon IoT SiteWise 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.IoTSiteWise.BatchGetAssetPropertyValue

Description

Gets the current value for one or more asset properties. For more information, see Querying current values in the IoT SiteWise User Guide.

Synopsis

Creating a Request

data BatchGetAssetPropertyValue Source #

See: newBatchGetAssetPropertyValue smart constructor.

Constructors

BatchGetAssetPropertyValue' 

Fields

Instances

Instances details
ToJSON BatchGetAssetPropertyValue Source # 
Instance details

Defined in Amazonka.IoTSiteWise.BatchGetAssetPropertyValue

ToHeaders BatchGetAssetPropertyValue Source # 
Instance details

Defined in Amazonka.IoTSiteWise.BatchGetAssetPropertyValue

ToPath BatchGetAssetPropertyValue Source # 
Instance details

Defined in Amazonka.IoTSiteWise.BatchGetAssetPropertyValue

ToQuery BatchGetAssetPropertyValue Source # 
Instance details

Defined in Amazonka.IoTSiteWise.BatchGetAssetPropertyValue

AWSRequest BatchGetAssetPropertyValue Source # 
Instance details

Defined in Amazonka.IoTSiteWise.BatchGetAssetPropertyValue

Generic BatchGetAssetPropertyValue Source # 
Instance details

Defined in Amazonka.IoTSiteWise.BatchGetAssetPropertyValue

Associated Types

type Rep BatchGetAssetPropertyValue :: Type -> Type #

Read BatchGetAssetPropertyValue Source # 
Instance details

Defined in Amazonka.IoTSiteWise.BatchGetAssetPropertyValue

Show BatchGetAssetPropertyValue Source # 
Instance details

Defined in Amazonka.IoTSiteWise.BatchGetAssetPropertyValue

NFData BatchGetAssetPropertyValue Source # 
Instance details

Defined in Amazonka.IoTSiteWise.BatchGetAssetPropertyValue

Eq BatchGetAssetPropertyValue Source # 
Instance details

Defined in Amazonka.IoTSiteWise.BatchGetAssetPropertyValue

Hashable BatchGetAssetPropertyValue Source # 
Instance details

Defined in Amazonka.IoTSiteWise.BatchGetAssetPropertyValue

type AWSResponse BatchGetAssetPropertyValue Source # 
Instance details

Defined in Amazonka.IoTSiteWise.BatchGetAssetPropertyValue

type Rep BatchGetAssetPropertyValue Source # 
Instance details

Defined in Amazonka.IoTSiteWise.BatchGetAssetPropertyValue

type Rep BatchGetAssetPropertyValue = D1 ('MetaData "BatchGetAssetPropertyValue" "Amazonka.IoTSiteWise.BatchGetAssetPropertyValue" "amazonka-iotsitewise-2.0-AK8rDlpQ5oPJsrLUUxJgY" 'False) (C1 ('MetaCons "BatchGetAssetPropertyValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "entries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [BatchGetAssetPropertyValueEntry])))

newBatchGetAssetPropertyValue :: BatchGetAssetPropertyValue Source #

Create a value of BatchGetAssetPropertyValue 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:

BatchGetAssetPropertyValue, batchGetAssetPropertyValue_nextToken - The token to be used for the next set of paginated results.

$sel:entries:BatchGetAssetPropertyValue', batchGetAssetPropertyValue_entries - The list of asset property value entries for the batch get request. You can specify up to 16 entries per request.

Request Lenses

batchGetAssetPropertyValue_nextToken :: Lens' BatchGetAssetPropertyValue (Maybe Text) Source #

The token to be used for the next set of paginated results.

batchGetAssetPropertyValue_entries :: Lens' BatchGetAssetPropertyValue [BatchGetAssetPropertyValueEntry] Source #

The list of asset property value entries for the batch get request. You can specify up to 16 entries per request.

Destructuring the Response

data BatchGetAssetPropertyValueResponse Source #

Constructors

BatchGetAssetPropertyValueResponse' 

Fields

Instances

Instances details
Generic BatchGetAssetPropertyValueResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.BatchGetAssetPropertyValue

Associated Types

type Rep BatchGetAssetPropertyValueResponse :: Type -> Type #

Read BatchGetAssetPropertyValueResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.BatchGetAssetPropertyValue

Show BatchGetAssetPropertyValueResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.BatchGetAssetPropertyValue

NFData BatchGetAssetPropertyValueResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.BatchGetAssetPropertyValue

Eq BatchGetAssetPropertyValueResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.BatchGetAssetPropertyValue

type Rep BatchGetAssetPropertyValueResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.BatchGetAssetPropertyValue

type Rep BatchGetAssetPropertyValueResponse = D1 ('MetaData "BatchGetAssetPropertyValueResponse" "Amazonka.IoTSiteWise.BatchGetAssetPropertyValue" "amazonka-iotsitewise-2.0-AK8rDlpQ5oPJsrLUUxJgY" 'False) (C1 ('MetaCons "BatchGetAssetPropertyValueResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "errorEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [BatchGetAssetPropertyValueErrorEntry]) :*: (S1 ('MetaSel ('Just "successEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [BatchGetAssetPropertyValueSuccessEntry]) :*: S1 ('MetaSel ('Just "skippedEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [BatchGetAssetPropertyValueSkippedEntry])))))

newBatchGetAssetPropertyValueResponse Source #

Create a value of BatchGetAssetPropertyValueResponse 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:

BatchGetAssetPropertyValue, batchGetAssetPropertyValueResponse_nextToken - The token for the next set of results, or null if there are no additional results.

$sel:httpStatus:BatchGetAssetPropertyValueResponse', batchGetAssetPropertyValueResponse_httpStatus - The response's http status code.

$sel:errorEntries:BatchGetAssetPropertyValueResponse', batchGetAssetPropertyValueResponse_errorEntries - A list of the errors (if any) associated with the batch request. Each error entry contains the entryId of the entry that failed.

$sel:successEntries:BatchGetAssetPropertyValueResponse', batchGetAssetPropertyValueResponse_successEntries - A list of entries that were processed successfully by this batch request. Each success entry contains the entryId of the entry that succeeded and the latest query result.

$sel:skippedEntries:BatchGetAssetPropertyValueResponse', batchGetAssetPropertyValueResponse_skippedEntries - A list of entries that were not processed by this batch request. because these entries had been completely processed by previous paginated requests. Each skipped entry contains the entryId of the entry that skipped.

Response Lenses

batchGetAssetPropertyValueResponse_nextToken :: Lens' BatchGetAssetPropertyValueResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no additional results.

batchGetAssetPropertyValueResponse_errorEntries :: Lens' BatchGetAssetPropertyValueResponse [BatchGetAssetPropertyValueErrorEntry] Source #

A list of the errors (if any) associated with the batch request. Each error entry contains the entryId of the entry that failed.

batchGetAssetPropertyValueResponse_successEntries :: Lens' BatchGetAssetPropertyValueResponse [BatchGetAssetPropertyValueSuccessEntry] Source #

A list of entries that were processed successfully by this batch request. Each success entry contains the entryId of the entry that succeeded and the latest query result.

batchGetAssetPropertyValueResponse_skippedEntries :: Lens' BatchGetAssetPropertyValueResponse [BatchGetAssetPropertyValueSkippedEntry] Source #

A list of entries that were not processed by this batch request. because these entries had been completely processed by previous paginated requests. Each skipped entry contains the entryId of the entry that skipped.