amazonka-iottwinmaker-2.0: Amazon IoT TwinMaker 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.IotTwinMaker.BatchPutPropertyValues

Description

Sets values for multiple time series properties.

Synopsis

Creating a Request

data BatchPutPropertyValues Source #

See: newBatchPutPropertyValues smart constructor.

Constructors

BatchPutPropertyValues' 

Fields

  • workspaceId :: Text

    The ID of the workspace that contains the properties to set.

  • entries :: NonEmpty PropertyValueEntry

    An object that maps strings to the property value entries to set. Each string in the mapping must be unique to this object.

Instances

Instances details
ToJSON BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

ToHeaders BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

ToPath BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

ToQuery BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

AWSRequest BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

Associated Types

type AWSResponse BatchPutPropertyValues #

Generic BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

Associated Types

type Rep BatchPutPropertyValues :: Type -> Type #

Read BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

Show BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

NFData BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

Methods

rnf :: BatchPutPropertyValues -> () #

Eq BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

Hashable BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

type AWSResponse BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

type Rep BatchPutPropertyValues Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

type Rep BatchPutPropertyValues = D1 ('MetaData "BatchPutPropertyValues" "Amazonka.IotTwinMaker.BatchPutPropertyValues" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "BatchPutPropertyValues'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "entries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty PropertyValueEntry))))

newBatchPutPropertyValues Source #

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

BatchPutPropertyValues, batchPutPropertyValues_workspaceId - The ID of the workspace that contains the properties to set.

$sel:entries:BatchPutPropertyValues', batchPutPropertyValues_entries - An object that maps strings to the property value entries to set. Each string in the mapping must be unique to this object.

Request Lenses

batchPutPropertyValues_workspaceId :: Lens' BatchPutPropertyValues Text Source #

The ID of the workspace that contains the properties to set.

batchPutPropertyValues_entries :: Lens' BatchPutPropertyValues (NonEmpty PropertyValueEntry) Source #

An object that maps strings to the property value entries to set. Each string in the mapping must be unique to this object.

Destructuring the Response

data BatchPutPropertyValuesResponse Source #

See: newBatchPutPropertyValuesResponse smart constructor.

Constructors

BatchPutPropertyValuesResponse' 

Fields

Instances

Instances details
Generic BatchPutPropertyValuesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

Associated Types

type Rep BatchPutPropertyValuesResponse :: Type -> Type #

Read BatchPutPropertyValuesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

Show BatchPutPropertyValuesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

NFData BatchPutPropertyValuesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

Eq BatchPutPropertyValuesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

type Rep BatchPutPropertyValuesResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.BatchPutPropertyValues

type Rep BatchPutPropertyValuesResponse = D1 ('MetaData "BatchPutPropertyValuesResponse" "Amazonka.IotTwinMaker.BatchPutPropertyValues" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "BatchPutPropertyValuesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "errorEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty BatchPutPropertyErrorEntry))))

newBatchPutPropertyValuesResponse Source #

Create a value of BatchPutPropertyValuesResponse 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:httpStatus:BatchPutPropertyValuesResponse', batchPutPropertyValuesResponse_httpStatus - The response's http status code.

$sel:errorEntries:BatchPutPropertyValuesResponse', batchPutPropertyValuesResponse_errorEntries - Entries that caused errors in the batch put operation.

Response Lenses