Expand description
Data structures used by operation inputs/outputs.
Modules§
Structs§
- Batch
PutProperty Error An error returned by the
BatchPutProperty
action.- Batch
PutProperty Error Entry An object that contains information about errors returned by the
BatchPutProperty
action.- Bundle
Information Information about the pricing bundle.
- Column
Description A description of the column in the query results.
- Component
Property Group Request The component property group request.
- Component
Property Group Response The component property group response.
- Component
Request An object that sets information about a component type create or update request.
- Component
Response An object that returns information about a component type create or update request.
- Component
Summary An object that returns information about a component summary.
- Component
Type Summary An object that contains information about a component type.
- Component
Update Request The component update request.
- Composite
Component Request An object that sets information about the composite component update request.
- Composite
Component Type Request An object that sets information about the composite component types of a component type.
- Composite
Component Type Response An object that returns information about the composite component types of a component type.
- Composite
Component Update Request An object that sets information about the composite component update request.
- Data
Connector The data connector.
- Data
Type An object that specifies the data type of a property.
- Data
Value An object that specifies a value for a property.
- Destination
Configuration The \[link to action\] metadata transfer job destination configuration.
- Entity
Property Reference An object that uniquely identifies an entity property.
- Entity
Summary An object that contains information about an entity.
- Error
Details The error details.
- Filter
ByAsset Filter by asset. \[TwinMaker asset\]
- Filter
ByAsset Model Filter by asset model.
- Filter
ByComponent Type Filter by component type.
- Filter
ByEntity Vilter by entity.
- Function
Request The function request body.
- Function
Response The function response.
- Interpolation
Parameters An object that specifies how to interpolate data in a list.
- IotSite
Wise Source Configuration The metadata transfer job AWS IoT SiteWise source configuration.
- IotTwin
Maker Destination Configuration The metadata transfer job AWS IoT TwinMaker destination configuration.
- IotTwin
Maker Source Configuration The metadata transfer job AWS IoT TwinMaker source configuration.
- Lambda
Function The Lambda function.
- Metadata
Transfer JobProgress The metadata transfer job's progress.
- Metadata
Transfer JobStatus The metadata transfer job status.
- Metadata
Transfer JobSummary The metadata transfer job summary.
- OrderBy
Filter criteria that orders the return output. It can be sorted in ascending or descending order.
- Parent
Entity Update Request The parent entity update request.
- Pricing
Plan The pricing plan.
- Property
Definition Request An object that sets information about a property.
- Property
Definition Response An object that contains response data from a property definition request.
- Property
Filter An object that filters items returned by a property request.
- Property
Group Request - Property
Group Response The property group response
- Property
Latest Value The latest value of the property.
- Property
Request An object that sets information about a property.
- Property
Response An object that contains information about a property response.
- Property
Summary This is an object that contains the information of a property.
- Property
Value An object that contains information about a value for a time series property.
- Property
Value Entry An object that specifies information about time series property values. This object is used and consumed by the BatchPutPropertyValues action.
- Property
Value History The history of values for a time series property.
- Relationship
An object that specifies a relationship with another component type.
- Relationship
Value A value that associates a component and an entity.
- Row
Represents a single row in the query results.
- S3Destination
Configuration The S3 destination configuration.
- S3Source
Configuration The S3 destination source configuration.
- Scene
Error The scene error.
- Scene
Summary An object that contains information about a scene.
- Source
Configuration The source configuration.
- Status
An object that represents the status of an entity, component, component type, or workspace.
- Sync
JobStatus The SyncJob status.
- Sync
JobSummary The SyncJob summary.
- Sync
Resource Status The sync resource status.
- Sync
Resource Summary The sync resource summary.
- Tabular
Conditions The tabular conditions.
- Workspace
Summary An object that contains information about a workspace.
Enums§
- Column
Type - When writing a match expression against
ColumnType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Component
Update Type - When writing a match expression against
ComponentUpdateType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Destination
Type - When writing a match expression against
DestinationType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Error
Code - When writing a match expression against
ErrorCode
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Group
Type - When writing a match expression against
GroupType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Interpolation
Type - When writing a match expression against
InterpolationType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - IotSite
Wise Source Configuration Filter The AWS IoT SiteWise soucre configuration filter.\[need held with desc here\]
- IotTwin
Maker Source Configuration Filter The metadata transfer job AWS IoT TwinMaker source configuration filter.
- List
Component Types Filter An object that filters items in a list of component types.
Only one object is accepted as a valid input.
- List
Entities Filter An object that filters items in a list of entities.
- List
Metadata Transfer Jobs Filter The ListMetadataTransferJobs filter.
- Metadata
Transfer JobState - When writing a match expression against
MetadataTransferJobState
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Order
- When writing a match expression against
Order
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Order
ByTime - When writing a match expression against
OrderByTime
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Parent
Entity Update Type - When writing a match expression against
ParentEntityUpdateType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Pricing
Mode - When writing a match expression against
PricingMode
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Pricing
Tier - When writing a match expression against
PricingTier
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Property
Group Update Type - When writing a match expression against
PropertyGroupUpdateType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Property
Update Type - When writing a match expression against
PropertyUpdateType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Scene
Error Code - When writing a match expression against
SceneErrorCode
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Scope
- When writing a match expression against
Scope
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Source
Type - When writing a match expression against
SourceType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - State
- When writing a match expression against
State
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Sync
JobState - When writing a match expression against
SyncJobState
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Sync
Resource Filter The sync resource filter.
- Sync
Resource State - When writing a match expression against
SyncResourceState
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Sync
Resource Type - When writing a match expression against
SyncResourceType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Type
- When writing a match expression against
Type
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Update
Reason - When writing a match expression against
UpdateReason
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.