@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSIoTSiteWise
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSIoTSiteWise
instead.
Welcome to the AWS IoT SiteWise API Reference. AWS IoT SiteWise is an AWS service that connects Industrial Internet of Things (IIoT) devices to the power of the AWS Cloud. For more information, see the AWS IoT SiteWise User Guide. For information about AWS IoT SiteWise quotas, see Quotas in the AWS IoT SiteWise User Guide.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
AssociateAssetsResult |
associateAssets(AssociateAssetsRequest associateAssetsRequest)
Associates a child asset with the given parent asset through a hierarchy defined in the parent asset's model.
|
BatchAssociateProjectAssetsResult |
batchAssociateProjectAssets(BatchAssociateProjectAssetsRequest batchAssociateProjectAssetsRequest)
Associates a group (batch) of assets with an AWS IoT SiteWise Monitor project.
|
BatchDisassociateProjectAssetsResult |
batchDisassociateProjectAssets(BatchDisassociateProjectAssetsRequest batchDisassociateProjectAssetsRequest)
Disassociates a group (batch) of assets from an AWS IoT SiteWise Monitor project.
|
BatchPutAssetPropertyValueResult |
batchPutAssetPropertyValue(BatchPutAssetPropertyValueRequest batchPutAssetPropertyValueRequest)
Sends a list of asset property values to AWS IoT SiteWise.
|
CreateAccessPolicyResult |
createAccessPolicy(CreateAccessPolicyRequest createAccessPolicyRequest)
Creates an access policy that grants the specified AWS Single Sign-On user or group access to the specified AWS
IoT SiteWise Monitor portal or project resource.
|
CreateAssetResult |
createAsset(CreateAssetRequest createAssetRequest)
Creates an asset from an existing asset model.
|
CreateAssetModelResult |
createAssetModel(CreateAssetModelRequest createAssetModelRequest)
Creates an asset model from specified property and hierarchy definitions.
|
CreateDashboardResult |
createDashboard(CreateDashboardRequest createDashboardRequest)
Creates a dashboard in an AWS IoT SiteWise Monitor project.
|
CreateGatewayResult |
createGateway(CreateGatewayRequest createGatewayRequest)
Creates a gateway, which is a virtual or edge device that delivers industrial data streams from local servers to
AWS IoT SiteWise.
|
CreatePortalResult |
createPortal(CreatePortalRequest createPortalRequest)
Creates a portal, which can contain projects and dashboards.
|
CreateProjectResult |
createProject(CreateProjectRequest createProjectRequest)
Creates a project in the specified portal.
|
DeleteAccessPolicyResult |
deleteAccessPolicy(DeleteAccessPolicyRequest deleteAccessPolicyRequest)
Deletes an access policy that grants the specified AWS Single Sign-On identity access to the specified AWS IoT
SiteWise Monitor resource.
|
DeleteAssetResult |
deleteAsset(DeleteAssetRequest deleteAssetRequest)
Deletes an asset.
|
DeleteAssetModelResult |
deleteAssetModel(DeleteAssetModelRequest deleteAssetModelRequest)
Deletes an asset model.
|
DeleteDashboardResult |
deleteDashboard(DeleteDashboardRequest deleteDashboardRequest)
Deletes a dashboard from AWS IoT SiteWise Monitor.
|
DeleteGatewayResult |
deleteGateway(DeleteGatewayRequest deleteGatewayRequest)
Deletes a gateway from AWS IoT SiteWise.
|
DeletePortalResult |
deletePortal(DeletePortalRequest deletePortalRequest)
Deletes a portal from AWS IoT SiteWise Monitor.
|
DeleteProjectResult |
deleteProject(DeleteProjectRequest deleteProjectRequest)
Deletes a project from AWS IoT SiteWise Monitor.
|
DescribeAccessPolicyResult |
describeAccessPolicy(DescribeAccessPolicyRequest describeAccessPolicyRequest)
Describes an access policy, which specifies an AWS SSO user or group's access to an AWS IoT SiteWise Monitor
portal or project.
|
DescribeAssetResult |
describeAsset(DescribeAssetRequest describeAssetRequest)
Retrieves information about an asset.
|
DescribeAssetModelResult |
describeAssetModel(DescribeAssetModelRequest describeAssetModelRequest)
Retrieves information about an asset model.
|
DescribeAssetPropertyResult |
describeAssetProperty(DescribeAssetPropertyRequest describeAssetPropertyRequest)
Retrieves information about an asset's property.
|
DescribeDashboardResult |
describeDashboard(DescribeDashboardRequest describeDashboardRequest)
Retrieves information about a dashboard.
|
DescribeGatewayResult |
describeGateway(DescribeGatewayRequest describeGatewayRequest)
Retrieves information about a gateway.
|
DescribeGatewayCapabilityConfigurationResult |
describeGatewayCapabilityConfiguration(DescribeGatewayCapabilityConfigurationRequest describeGatewayCapabilityConfigurationRequest)
Retrieves information about a gateway capability configuration.
|
DescribeLoggingOptionsResult |
describeLoggingOptions(DescribeLoggingOptionsRequest describeLoggingOptionsRequest)
Retrieves the current AWS IoT SiteWise logging options.
|
DescribePortalResult |
describePortal(DescribePortalRequest describePortalRequest)
Retrieves information about a portal.
|
DescribeProjectResult |
describeProject(DescribeProjectRequest describeProjectRequest)
Retrieves information about a project.
|
DisassociateAssetsResult |
disassociateAssets(DisassociateAssetsRequest disassociateAssetsRequest)
Disassociates a child asset from the given parent asset through a hierarchy defined in the parent asset's model.
|
GetAssetPropertyAggregatesResult |
getAssetPropertyAggregates(GetAssetPropertyAggregatesRequest getAssetPropertyAggregatesRequest)
Gets aggregated values for an asset property.
|
GetAssetPropertyValueResult |
getAssetPropertyValue(GetAssetPropertyValueRequest getAssetPropertyValueRequest)
Gets an asset property's current value.
|
GetAssetPropertyValueHistoryResult |
getAssetPropertyValueHistory(GetAssetPropertyValueHistoryRequest getAssetPropertyValueHistoryRequest)
Gets the history of an asset property's values.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListAccessPoliciesResult |
listAccessPolicies(ListAccessPoliciesRequest listAccessPoliciesRequest)
Retrieves a paginated list of access policies for an AWS SSO identity (a user or group) or an AWS IoT SiteWise
Monitor resource (a portal or project).
|
ListAssetModelsResult |
listAssetModels(ListAssetModelsRequest listAssetModelsRequest)
Retrieves a paginated list of summaries of all asset models.
|
ListAssetsResult |
listAssets(ListAssetsRequest listAssetsRequest)
Retrieves a paginated list of asset summaries.
|
ListAssociatedAssetsResult |
listAssociatedAssets(ListAssociatedAssetsRequest listAssociatedAssetsRequest)
Retrieves a paginated list of the assets associated to a parent asset (
assetId ) by a given hierarchy
(hierarchyId ). |
ListDashboardsResult |
listDashboards(ListDashboardsRequest listDashboardsRequest)
Retrieves a paginated list of dashboards for an AWS IoT SiteWise Monitor project.
|
ListGatewaysResult |
listGateways(ListGatewaysRequest listGatewaysRequest)
Retrieves a paginated list of gateways.
|
ListPortalsResult |
listPortals(ListPortalsRequest listPortalsRequest)
Retrieves a paginated list of AWS IoT SiteWise Monitor portals.
|
ListProjectAssetsResult |
listProjectAssets(ListProjectAssetsRequest listProjectAssetsRequest)
Retrieves a paginated list of assets associated with an AWS IoT SiteWise Monitor project.
|
ListProjectsResult |
listProjects(ListProjectsRequest listProjectsRequest)
Retrieves a paginated list of projects for an AWS IoT SiteWise Monitor portal.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves the list of tags for an AWS IoT SiteWise resource.
|
PutLoggingOptionsResult |
putLoggingOptions(PutLoggingOptionsRequest putLoggingOptionsRequest)
Sets logging options for AWS IoT SiteWise.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest tagResourceRequest)
Adds tags to an AWS IoT SiteWise resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest untagResourceRequest)
Removes a tag from an AWS IoT SiteWise resource.
|
UpdateAccessPolicyResult |
updateAccessPolicy(UpdateAccessPolicyRequest updateAccessPolicyRequest)
Updates an existing access policy that specifies an AWS SSO user or group's access to an AWS IoT SiteWise Monitor
portal or project resource.
|
UpdateAssetResult |
updateAsset(UpdateAssetRequest updateAssetRequest)
Updates an asset's name.
|
UpdateAssetModelResult |
updateAssetModel(UpdateAssetModelRequest updateAssetModelRequest)
Updates an asset model and all of the assets that were created from the model.
|
UpdateAssetPropertyResult |
updateAssetProperty(UpdateAssetPropertyRequest updateAssetPropertyRequest)
Updates an asset property's alias and notification state.
|
UpdateDashboardResult |
updateDashboard(UpdateDashboardRequest updateDashboardRequest)
Updates an AWS IoT SiteWise Monitor dashboard.
|
UpdateGatewayResult |
updateGateway(UpdateGatewayRequest updateGatewayRequest)
Updates a gateway's name.
|
UpdateGatewayCapabilityConfigurationResult |
updateGatewayCapabilityConfiguration(UpdateGatewayCapabilityConfigurationRequest updateGatewayCapabilityConfigurationRequest)
Updates a gateway capability configuration or defines a new capability configuration.
|
UpdatePortalResult |
updatePortal(UpdatePortalRequest updatePortalRequest)
Updates an AWS IoT SiteWise Monitor portal.
|
UpdateProjectResult |
updateProject(UpdateProjectRequest updateProjectRequest)
Updates an AWS IoT SiteWise Monitor project.
|
AWSIoTSiteWiseWaiters |
waiters() |
static final String ENDPOINT_PREFIX
AssociateAssetsResult associateAssets(AssociateAssetsRequest associateAssetsRequest)
Associates a child asset with the given parent asset through a hierarchy defined in the parent asset's model. For more information, see Associating Assets in the AWS IoT SiteWise User Guide.
associateAssetsRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.LimitExceededException
- You've reached the limit for a resource. For example, this can occur if you're trying to associate more
than the allowed number of child assets or attempting to create more than the allowed number of
properties for an asset model.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ConflictingOperationException
- Your request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.BatchAssociateProjectAssetsResult batchAssociateProjectAssets(BatchAssociateProjectAssetsRequest batchAssociateProjectAssetsRequest)
Associates a group (batch) of assets with an AWS IoT SiteWise Monitor project.
batchAssociateProjectAssetsRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
LimitExceededException
- You've reached the limit for a resource. For example, this can occur if you're trying to associate more
than the allowed number of child assets or attempting to create more than the allowed number of
properties for an asset model.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
BatchDisassociateProjectAssetsResult batchDisassociateProjectAssets(BatchDisassociateProjectAssetsRequest batchDisassociateProjectAssetsRequest)
Disassociates a group (batch) of assets from an AWS IoT SiteWise Monitor project.
batchDisassociateProjectAssetsRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
BatchPutAssetPropertyValueResult batchPutAssetPropertyValue(BatchPutAssetPropertyValueRequest batchPutAssetPropertyValueRequest)
Sends a list of asset property values to AWS IoT SiteWise. Each value is a timestamp-quality-value (TQV) data point. For more information, see Ingesting Data Using the API in the AWS IoT SiteWise User Guide.
To identify an asset property, you must specify one of the following:
The assetId
and propertyId
of an asset property.
A propertyAlias
, which is a data stream alias (for example,
/company/windfarm/3/turbine/7/temperature
). To define an asset property's alias, see UpdateAssetProperty.
With respect to Unix epoch time, AWS IoT SiteWise accepts only TQVs that have a timestamp of no more than 15
minutes in the past and no more than 5 minutes in the future. AWS IoT SiteWise rejects timestamps outside of the
inclusive range of [-15, +5] minutes and returns a TimestampOutOfRangeException
error.
For each asset property, AWS IoT SiteWise overwrites TQVs with duplicate timestamps unless the newer TQV has a
different quality. For example, if you store a TQV {T1, GOOD, V1}
, then storing
{T1, GOOD, V2}
replaces the existing TQV.
batchPutAssetPropertyValueRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
LimitExceededException
- You've reached the limit for a resource. For example, this can occur if you're trying to associate more
than the allowed number of child assets or attempting to create more than the allowed number of
properties for an asset model.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ServiceUnavailableException
- The requested service is unavailable.ConflictingOperationException
- Your request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.CreateAccessPolicyResult createAccessPolicy(CreateAccessPolicyRequest createAccessPolicyRequest)
Creates an access policy that grants the specified AWS Single Sign-On user or group access to the specified AWS IoT SiteWise Monitor portal or project resource.
createAccessPolicyRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
LimitExceededException
- You've reached the limit for a resource. For example, this can occur if you're trying to associate more
than the allowed number of child assets or attempting to create more than the allowed number of
properties for an asset model.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
CreateAssetResult createAsset(CreateAssetRequest createAssetRequest)
Creates an asset from an existing asset model. For more information, see Creating Assets in the AWS IoT SiteWise User Guide.
createAssetRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceAlreadyExistsException
- The resource already exists.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
LimitExceededException
- You've reached the limit for a resource. For example, this can occur if you're trying to associate more
than the allowed number of child assets or attempting to create more than the allowed number of
properties for an asset model.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ConflictingOperationException
- Your request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.CreateAssetModelResult createAssetModel(CreateAssetModelRequest createAssetModelRequest)
Creates an asset model from specified property and hierarchy definitions. You create assets from asset models. With asset models, you can easily create assets of the same type that have standardized definitions. Each asset created from a model inherits the asset model's property and hierarchy definitions. For more information, see Defining Asset Models in the AWS IoT SiteWise User Guide.
createAssetModelRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceAlreadyExistsException
- The resource already exists.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
LimitExceededException
- You've reached the limit for a resource. For example, this can occur if you're trying to associate more
than the allowed number of child assets or attempting to create more than the allowed number of
properties for an asset model.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ConflictingOperationException
- Your request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.CreateDashboardResult createDashboard(CreateDashboardRequest createDashboardRequest)
Creates a dashboard in an AWS IoT SiteWise Monitor project.
createDashboardRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
LimitExceededException
- You've reached the limit for a resource. For example, this can occur if you're trying to associate more
than the allowed number of child assets or attempting to create more than the allowed number of
properties for an asset model.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
CreateGatewayResult createGateway(CreateGatewayRequest createGatewayRequest)
Creates a gateway, which is a virtual or edge device that delivers industrial data streams from local servers to AWS IoT SiteWise. For more information, see Ingesting data using a gateway in the AWS IoT SiteWise User Guide.
createGatewayRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceAlreadyExistsException
- The resource already exists.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
LimitExceededException
- You've reached the limit for a resource. For example, this can occur if you're trying to associate more
than the allowed number of child assets or attempting to create more than the allowed number of
properties for an asset model.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
CreatePortalResult createPortal(CreatePortalRequest createPortalRequest)
Creates a portal, which can contain projects and dashboards. Before you can create a portal, you must configure AWS Single Sign-On in the current Region. AWS IoT SiteWise Monitor uses AWS SSO to manage user permissions. For more information, see Enabling AWS SSO in the AWS IoT SiteWise User Guide.
Before you can sign in to a new portal, you must add at least one AWS SSO user or group to that portal. For more information, see Adding or Removing Portal Administrators in the AWS IoT SiteWise User Guide.
createPortalRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
LimitExceededException
- You've reached the limit for a resource. For example, this can occur if you're trying to associate more
than the allowed number of child assets or attempting to create more than the allowed number of
properties for an asset model.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
CreateProjectResult createProject(CreateProjectRequest createProjectRequest)
Creates a project in the specified portal.
createProjectRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
LimitExceededException
- You've reached the limit for a resource. For example, this can occur if you're trying to associate more
than the allowed number of child assets or attempting to create more than the allowed number of
properties for an asset model.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
DeleteAccessPolicyResult deleteAccessPolicy(DeleteAccessPolicyRequest deleteAccessPolicyRequest)
Deletes an access policy that grants the specified AWS Single Sign-On identity access to the specified AWS IoT SiteWise Monitor resource. You can use this operation to revoke access to an AWS IoT SiteWise Monitor resource.
deleteAccessPolicyRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
DeleteAssetResult deleteAsset(DeleteAssetRequest deleteAssetRequest)
Deletes an asset. This action can't be undone. For more information, see Deleting Assets and Models in the AWS IoT SiteWise User Guide.
You can't delete an asset that's associated to another asset. For more information, see DisassociateAssets.
deleteAssetRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ConflictingOperationException
- Your request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.DeleteAssetModelResult deleteAssetModel(DeleteAssetModelRequest deleteAssetModelRequest)
Deletes an asset model. This action can't be undone. You must delete all assets created from an asset model before you can delete the model. Also, you can't delete an asset model if a parent asset model exists that contains a property formula expression that depends on the asset model that you want to delete. For more information, see Deleting Assets and Models in the AWS IoT SiteWise User Guide.
deleteAssetModelRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ConflictingOperationException
- Your request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.DeleteDashboardResult deleteDashboard(DeleteDashboardRequest deleteDashboardRequest)
Deletes a dashboard from AWS IoT SiteWise Monitor.
deleteDashboardRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
DeleteGatewayResult deleteGateway(DeleteGatewayRequest deleteGatewayRequest)
Deletes a gateway from AWS IoT SiteWise. When you delete a gateway, some of the gateway's files remain in your gateway's file system. For more information, see Data retention in the AWS IoT SiteWise User Guide.
deleteGatewayRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
DeletePortalResult deletePortal(DeletePortalRequest deletePortalRequest)
Deletes a portal from AWS IoT SiteWise Monitor.
deletePortalRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ConflictingOperationException
- Your request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.DeleteProjectResult deleteProject(DeleteProjectRequest deleteProjectRequest)
Deletes a project from AWS IoT SiteWise Monitor.
deleteProjectRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
DescribeAccessPolicyResult describeAccessPolicy(DescribeAccessPolicyRequest describeAccessPolicyRequest)
Describes an access policy, which specifies an AWS SSO user or group's access to an AWS IoT SiteWise Monitor portal or project.
describeAccessPolicyRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
DescribeAssetResult describeAsset(DescribeAssetRequest describeAssetRequest)
Retrieves information about an asset.
describeAssetRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
DescribeAssetModelResult describeAssetModel(DescribeAssetModelRequest describeAssetModelRequest)
Retrieves information about an asset model.
describeAssetModelRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
DescribeAssetPropertyResult describeAssetProperty(DescribeAssetPropertyRequest describeAssetPropertyRequest)
Retrieves information about an asset's property.
describeAssetPropertyRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
DescribeDashboardResult describeDashboard(DescribeDashboardRequest describeDashboardRequest)
Retrieves information about a dashboard.
describeDashboardRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
DescribeGatewayResult describeGateway(DescribeGatewayRequest describeGatewayRequest)
Retrieves information about a gateway.
describeGatewayRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
DescribeGatewayCapabilityConfigurationResult describeGatewayCapabilityConfiguration(DescribeGatewayCapabilityConfigurationRequest describeGatewayCapabilityConfigurationRequest)
Retrieves information about a gateway capability configuration. Each gateway capability defines data sources for a gateway. A capability configuration can contain multiple data source configurations. If you define OPC-UA sources for a gateway in the AWS IoT SiteWise console, all of your OPC-UA sources are stored in one capability configuration. To list all capability configurations for a gateway, use DescribeGateway.
describeGatewayCapabilityConfigurationRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
DescribeLoggingOptionsResult describeLoggingOptions(DescribeLoggingOptionsRequest describeLoggingOptionsRequest)
Retrieves the current AWS IoT SiteWise logging options.
describeLoggingOptionsRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ResourceNotFoundException
- The requested resource can't be found.DescribePortalResult describePortal(DescribePortalRequest describePortalRequest)
Retrieves information about a portal.
describePortalRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
DescribeProjectResult describeProject(DescribeProjectRequest describeProjectRequest)
Retrieves information about a project.
describeProjectRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
DisassociateAssetsResult disassociateAssets(DisassociateAssetsRequest disassociateAssetsRequest)
Disassociates a child asset from the given parent asset through a hierarchy defined in the parent asset's model.
disassociateAssetsRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ConflictingOperationException
- Your request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.GetAssetPropertyAggregatesResult getAssetPropertyAggregates(GetAssetPropertyAggregatesRequest getAssetPropertyAggregatesRequest)
Gets aggregated values for an asset property. For more information, see Querying Aggregated Property Values in the AWS IoT SiteWise User Guide.
To identify an asset property, you must specify one of the following:
The assetId
and propertyId
of an asset property.
A propertyAlias
, which is a data stream alias (for example,
/company/windfarm/3/turbine/7/temperature
). To define an asset property's alias, see UpdateAssetProperty.
getAssetPropertyAggregatesRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ServiceUnavailableException
- The requested service is unavailable.GetAssetPropertyValueResult getAssetPropertyValue(GetAssetPropertyValueRequest getAssetPropertyValueRequest)
Gets an asset property's current value. For more information, see Querying Current Property Values in the AWS IoT SiteWise User Guide.
To identify an asset property, you must specify one of the following:
The assetId
and propertyId
of an asset property.
A propertyAlias
, which is a data stream alias (for example,
/company/windfarm/3/turbine/7/temperature
). To define an asset property's alias, see UpdateAssetProperty.
getAssetPropertyValueRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ServiceUnavailableException
- The requested service is unavailable.GetAssetPropertyValueHistoryResult getAssetPropertyValueHistory(GetAssetPropertyValueHistoryRequest getAssetPropertyValueHistoryRequest)
Gets the history of an asset property's values. For more information, see Querying Historical Property Values in the AWS IoT SiteWise User Guide.
To identify an asset property, you must specify one of the following:
The assetId
and propertyId
of an asset property.
A propertyAlias
, which is a data stream alias (for example,
/company/windfarm/3/turbine/7/temperature
). To define an asset property's alias, see UpdateAssetProperty.
getAssetPropertyValueHistoryRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ServiceUnavailableException
- The requested service is unavailable.ListAccessPoliciesResult listAccessPolicies(ListAccessPoliciesRequest listAccessPoliciesRequest)
Retrieves a paginated list of access policies for an AWS SSO identity (a user or group) or an AWS IoT SiteWise Monitor resource (a portal or project).
listAccessPoliciesRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ListAssetModelsResult listAssetModels(ListAssetModelsRequest listAssetModelsRequest)
Retrieves a paginated list of summaries of all asset models.
listAssetModelsRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ListAssetsResult listAssets(ListAssetsRequest listAssetsRequest)
Retrieves a paginated list of asset summaries.
You can use this operation to do the following:
List assets based on a specific asset model.
List top-level assets.
You can't use this operation to list all assets. To retrieve summaries for all of your assets, use ListAssetModels to get all of your asset model IDs. Then, use ListAssets to get all assets for each asset model.
listAssetsRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ResourceNotFoundException
- The requested resource can't be found.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ListAssociatedAssetsResult listAssociatedAssets(ListAssociatedAssetsRequest listAssociatedAssetsRequest)
Retrieves a paginated list of the assets associated to a parent asset (assetId
) by a given hierarchy
(hierarchyId
).
listAssociatedAssetsRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ResourceNotFoundException
- The requested resource can't be found.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ListDashboardsResult listDashboards(ListDashboardsRequest listDashboardsRequest)
Retrieves a paginated list of dashboards for an AWS IoT SiteWise Monitor project.
listDashboardsRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ListGatewaysResult listGateways(ListGatewaysRequest listGatewaysRequest)
Retrieves a paginated list of gateways.
listGatewaysRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ListPortalsResult listPortals(ListPortalsRequest listPortalsRequest)
Retrieves a paginated list of AWS IoT SiteWise Monitor portals.
listPortalsRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ListProjectAssetsResult listProjectAssets(ListProjectAssetsRequest listProjectAssetsRequest)
Retrieves a paginated list of assets associated with an AWS IoT SiteWise Monitor project.
listProjectAssetsRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ListProjectsResult listProjects(ListProjectsRequest listProjectsRequest)
Retrieves a paginated list of projects for an AWS IoT SiteWise Monitor portal.
listProjectsRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves the list of tags for an AWS IoT SiteWise resource.
listTagsForResourceRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ResourceNotFoundException
- The requested resource can't be found.PutLoggingOptionsResult putLoggingOptions(PutLoggingOptionsRequest putLoggingOptionsRequest)
Sets logging options for AWS IoT SiteWise.
putLoggingOptionsRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ConflictingOperationException
- Your request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.ResourceNotFoundException
- The requested resource can't be found.TagResourceResult tagResource(TagResourceRequest tagResourceRequest)
Adds tags to an AWS IoT SiteWise resource. If a tag already exists for the resource, this operation updates the tag's value.
tagResourceRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ResourceNotFoundException
- The requested resource can't be found.TooManyTagsException
- You've reached the limit for the number of tags allowed for a resource. For more information, see Tag naming limits
and requirements in the AWS General Reference.UntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
Removes a tag from an AWS IoT SiteWise resource.
untagResourceRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ResourceNotFoundException
- The requested resource can't be found.UpdateAccessPolicyResult updateAccessPolicy(UpdateAccessPolicyRequest updateAccessPolicyRequest)
Updates an existing access policy that specifies an AWS SSO user or group's access to an AWS IoT SiteWise Monitor portal or project resource.
updateAccessPolicyRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
UpdateAssetResult updateAsset(UpdateAssetRequest updateAssetRequest)
Updates an asset's name. For more information, see Updating Assets and Models in the AWS IoT SiteWise User Guide.
updateAssetRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceAlreadyExistsException
- The resource already exists.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ConflictingOperationException
- Your request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.UpdateAssetModelResult updateAssetModel(UpdateAssetModelRequest updateAssetModelRequest)
Updates an asset model and all of the assets that were created from the model. Each asset created from the model inherits the updated asset model's property and hierarchy definitions. For more information, see Updating Assets and Models in the AWS IoT SiteWise User Guide.
This operation overwrites the existing model with the provided model. To avoid deleting your asset model's properties or hierarchies, you must include their IDs and definitions in the updated asset model payload. For more information, see DescribeAssetModel.
If you remove a property from an asset model or update a property's formula expression, AWS IoT SiteWise deletes all previous data for that property. If you remove a hierarchy definition from an asset model, AWS IoT SiteWise disassociates every asset associated with that hierarchy. You can't change the type or data type of an existing property.
updateAssetModelRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceAlreadyExistsException
- The resource already exists.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.LimitExceededException
- You've reached the limit for a resource. For example, this can occur if you're trying to associate more
than the allowed number of child assets or attempting to create more than the allowed number of
properties for an asset model.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ConflictingOperationException
- Your request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.UpdateAssetPropertyResult updateAssetProperty(UpdateAssetPropertyRequest updateAssetPropertyRequest)
Updates an asset property's alias and notification state.
This operation overwrites the property's existing alias and notification state. To keep your existing property's alias or notification state, you must include the existing values in the UpdateAssetProperty request. For more information, see DescribeAssetProperty.
updateAssetPropertyRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ConflictingOperationException
- Your request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.UpdateDashboardResult updateDashboard(UpdateDashboardRequest updateDashboardRequest)
Updates an AWS IoT SiteWise Monitor dashboard.
updateDashboardRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
UpdateGatewayResult updateGateway(UpdateGatewayRequest updateGatewayRequest)
Updates a gateway's name.
updateGatewayRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.ConflictingOperationException
- Your request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
UpdateGatewayCapabilityConfigurationResult updateGatewayCapabilityConfiguration(UpdateGatewayCapabilityConfigurationRequest updateGatewayCapabilityConfigurationRequest)
Updates a gateway capability configuration or defines a new capability configuration. Each gateway capability defines data sources for a gateway. A capability configuration can contain multiple data source configurations. If you define OPC-UA sources for a gateway in the AWS IoT SiteWise console, all of your OPC-UA sources are stored in one capability configuration. To list all capability configurations for a gateway, use DescribeGateway.
updateGatewayCapabilityConfigurationRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.ConflictingOperationException
- Your request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
LimitExceededException
- You've reached the limit for a resource. For example, this can occur if you're trying to associate more
than the allowed number of child assets or attempting to create more than the allowed number of
properties for an asset model.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
UpdatePortalResult updatePortal(UpdatePortalRequest updatePortalRequest)
Updates an AWS IoT SiteWise Monitor portal.
updatePortalRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
ConflictingOperationException
- Your request has conflicting operations. This can occur if you're trying to perform more than one
operation on the same resource at the same time.UpdateProjectResult updateProject(UpdateProjectRequest updateProjectRequest)
Updates an AWS IoT SiteWise Monitor project.
updateProjectRequest
- InvalidRequestException
- The request isn't valid. This can occur if your request contains malformed JSON or unsupported
characters. Check your request and try again.ResourceNotFoundException
- The requested resource can't be found.InternalFailureException
- AWS IoT SiteWise can't process your request right now. Try again later.ThrottlingException
- Your request exceeded a rate limit. For example, you might have exceeded the number of AWS IoT SiteWise
assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see Quotas in the AWS IoT SiteWise User Guide.
void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request
- The originally executed request.AWSIoTSiteWiseWaiters waiters()