@aws-sdk/client-iotsitewise 3.848.0 → 3.855.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +80 -0
- package/dist-cjs/index.js +749 -35
- package/dist-es/IoTSiteWise.js +20 -0
- package/dist-es/commands/CreateComputationModelCommand.js +22 -0
- package/dist-es/commands/DeleteComputationModelCommand.js +22 -0
- package/dist-es/commands/DescribeComputationModelCommand.js +22 -0
- package/dist-es/commands/DescribeComputationModelExecutionSummaryCommand.js +22 -0
- package/dist-es/commands/DescribeExecutionCommand.js +22 -0
- package/dist-es/commands/ListComputationModelDataBindingUsagesCommand.js +22 -0
- package/dist-es/commands/ListComputationModelResolveToResourcesCommand.js +22 -0
- package/dist-es/commands/ListComputationModelsCommand.js +22 -0
- package/dist-es/commands/ListExecutionsCommand.js +22 -0
- package/dist-es/commands/UpdateComputationModelCommand.js +22 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +15 -27
- package/dist-es/models/models_1.js +31 -0
- package/dist-es/pagination/ListComputationModelDataBindingUsagesPaginator.js +4 -0
- package/dist-es/pagination/ListComputationModelResolveToResourcesPaginator.js +4 -0
- package/dist-es/pagination/ListComputationModelsPaginator.js +4 -0
- package/dist-es/pagination/ListExecutionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +482 -0
- package/dist-types/IoTSiteWise.d.ts +71 -0
- package/dist-types/IoTSiteWiseClient.d.ts +12 -2
- package/dist-types/commands/AssociateAssetsCommand.d.ts +1 -1
- package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +1 -1
- package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssetCommand.d.ts +3 -3
- package/dist-types/commands/CreateAssetModelCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssetModelCompositeModelCommand.d.ts +1 -1
- package/dist-types/commands/CreateBulkImportJobCommand.d.ts +14 -3
- package/dist-types/commands/CreateComputationModelCommand.d.ts +154 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/commands/CreateDatasetCommand.d.ts +1 -1
- package/dist-types/commands/CreateGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreatePortalCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteComputationModelCommand.d.ts +105 -0
- package/dist-types/commands/DescribeActionCommand.d.ts +5 -1
- package/dist-types/commands/DescribeAssetCommand.d.ts +4 -4
- package/dist-types/commands/DescribeAssetCompositeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +3 -3
- package/dist-types/commands/DescribeComputationModelCommand.d.ts +148 -0
- package/dist-types/commands/DescribeComputationModelExecutionSummaryCommand.d.ts +96 -0
- package/dist-types/commands/DescribeExecutionCommand.d.ts +109 -0
- package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +18 -5
- package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ExecuteActionCommand.d.ts +6 -2
- package/dist-types/commands/InvokeAssistantCommand.d.ts +1 -1
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListActionsCommand.d.ts +8 -2
- package/dist-types/commands/ListAssetModelCompositeModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetModelPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetsCommand.d.ts +3 -4
- package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +2 -2
- package/dist-types/commands/ListComputationModelDataBindingUsagesCommand.d.ts +126 -0
- package/dist-types/commands/ListComputationModelResolveToResourcesCommand.d.ts +97 -0
- package/dist-types/commands/ListComputationModelsCommand.d.ts +112 -0
- package/dist-types/commands/ListExecutionsCommand.d.ts +114 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutStorageConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetModelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetModelCompositeModelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateComputationModelCommand.d.ts +149 -0
- package/dist-types/commands/UpdateDatasetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +21 -6
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +521 -596
- package/dist-types/models/models_1.d.ts +1095 -45
- package/dist-types/pagination/ListComputationModelDataBindingUsagesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListComputationModelResolveToResourcesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListComputationModelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListExecutionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +90 -0
- package/dist-types/ts3.4/IoTSiteWise.d.ts +189 -0
- package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +60 -0
- package/dist-types/ts3.4/commands/CreateComputationModelCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteComputationModelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeComputationModelCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeComputationModelExecutionSummaryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetModelCompositeModelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetModelPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListComputationModelDataBindingUsagesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListComputationModelResolveToResourcesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListComputationModelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateComputationModelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +116 -131
- package/dist-types/ts3.4/models/models_1.d.ts +279 -1
- package/dist-types/ts3.4/pagination/ListComputationModelDataBindingUsagesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListComputationModelResolveToResourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListComputationModelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListExecutionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +120 -0
- package/package.json +5 -5
|
@@ -65,7 +65,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
65
65
|
* unsupported characters. Check your request and try again.</p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link LimitExceededException} (client fault)
|
|
68
|
-
* <p>You've reached the
|
|
68
|
+
* <p>You've reached the quota for a resource. For example, this can occur if you're trying to
|
|
69
69
|
* associate more than the allowed number of child assets or attempting to create more than the
|
|
70
70
|
* allowed number of properties for an asset model.</p>
|
|
71
71
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
|
|
@@ -74,7 +74,7 @@ declare const PutDefaultEncryptionConfigurationCommand_base: {
|
|
|
74
74
|
* unsupported characters. Check your request and try again.</p>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link LimitExceededException} (client fault)
|
|
77
|
-
* <p>You've reached the
|
|
77
|
+
* <p>You've reached the quota for a resource. For example, this can occur if you're trying to
|
|
78
78
|
* associate more than the allowed number of child assets or attempting to create more than the
|
|
79
79
|
* allowed number of properties for an asset model.</p>
|
|
80
80
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
|
|
@@ -104,7 +104,7 @@ declare const PutStorageConfigurationCommand_base: {
|
|
|
104
104
|
* unsupported characters. Check your request and try again.</p>
|
|
105
105
|
*
|
|
106
106
|
* @throws {@link LimitExceededException} (client fault)
|
|
107
|
-
* <p>You've reached the
|
|
107
|
+
* <p>You've reached the quota for a resource. For example, this can occur if you're trying to
|
|
108
108
|
* associate more than the allowed number of child assets or attempting to create more than the
|
|
109
109
|
* allowed number of properties for an asset model.</p>
|
|
110
110
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
|
|
@@ -65,7 +65,7 @@ declare const TagResourceCommand_base: {
|
|
|
65
65
|
* unsupported characters. Check your request and try again.</p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link LimitExceededException} (client fault)
|
|
68
|
-
* <p>You've reached the
|
|
68
|
+
* <p>You've reached the quota for a resource. For example, this can occur if you're trying to
|
|
69
69
|
* associate more than the allowed number of child assets or attempting to create more than the
|
|
70
70
|
* allowed number of properties for an asset model.</p>
|
|
71
71
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
|
|
@@ -80,7 +80,7 @@ declare const TagResourceCommand_base: {
|
|
|
80
80
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link TooManyTagsException} (client fault)
|
|
83
|
-
* <p>You've reached the
|
|
83
|
+
* <p>You've reached the quota for the number of tags allowed for a resource. For more
|
|
84
84
|
* information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html#tag-conventions">Tag naming limits and
|
|
85
85
|
* requirements</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
86
86
|
*
|
|
@@ -64,7 +64,7 @@ declare const UntagResourceCommand_base: {
|
|
|
64
64
|
* unsupported characters. Check your request and try again.</p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link LimitExceededException} (client fault)
|
|
67
|
-
* <p>You've reached the
|
|
67
|
+
* <p>You've reached the quota for a resource. For example, this can occur if you're trying to
|
|
68
68
|
* associate more than the allowed number of child assets or attempting to create more than the
|
|
69
69
|
* allowed number of properties for an asset model.</p>
|
|
70
70
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
|
|
@@ -37,10 +37,10 @@ declare const UpdateAssetCommand_base: {
|
|
|
37
37
|
* const client = new IoTSiteWiseClient(config);
|
|
38
38
|
* const input = { // UpdateAssetRequest
|
|
39
39
|
* assetId: "STRING_VALUE", // required
|
|
40
|
+
* assetExternalId: "STRING_VALUE",
|
|
40
41
|
* assetName: "STRING_VALUE", // required
|
|
41
42
|
* clientToken: "STRING_VALUE",
|
|
42
43
|
* assetDescription: "STRING_VALUE",
|
|
43
|
-
* assetExternalId: "STRING_VALUE",
|
|
44
44
|
* };
|
|
45
45
|
* const command = new UpdateAssetCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
@@ -262,7 +262,7 @@ declare const UpdateAssetModelCommand_base: {
|
|
|
262
262
|
* unsupported characters. Check your request and try again.</p>
|
|
263
263
|
*
|
|
264
264
|
* @throws {@link LimitExceededException} (client fault)
|
|
265
|
-
* <p>You've reached the
|
|
265
|
+
* <p>You've reached the quota for a resource. For example, this can occur if you're trying to
|
|
266
266
|
* associate more than the allowed number of child assets or attempting to create more than the
|
|
267
267
|
* allowed number of properties for an asset model.</p>
|
|
268
268
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
|
|
@@ -188,7 +188,7 @@ declare const UpdateAssetModelCompositeModelCommand_base: {
|
|
|
188
188
|
* unsupported characters. Check your request and try again.</p>
|
|
189
189
|
*
|
|
190
190
|
* @throws {@link LimitExceededException} (client fault)
|
|
191
|
-
* <p>You've reached the
|
|
191
|
+
* <p>You've reached the quota for a resource. For example, this can occur if you're trying to
|
|
192
192
|
* associate more than the allowed number of child assets or attempting to create more than the
|
|
193
193
|
* allowed number of properties for an asset model.</p>
|
|
194
194
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
4
|
+
import { UpdateComputationModelRequest, UpdateComputationModelResponse } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateComputationModelCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateComputationModelCommandInput extends UpdateComputationModelRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateComputationModelCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateComputationModelCommandOutput extends UpdateComputationModelResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateComputationModelCommand_base: {
|
|
25
|
+
new (input: UpdateComputationModelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComputationModelCommandInput, UpdateComputationModelCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateComputationModelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComputationModelCommandInput, UpdateComputationModelCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Updates the computation model.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { IoTSiteWiseClient, UpdateComputationModelCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
35
|
+
* // const { IoTSiteWiseClient, UpdateComputationModelCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
36
|
+
* const client = new IoTSiteWiseClient(config);
|
|
37
|
+
* const input = { // UpdateComputationModelRequest
|
|
38
|
+
* computationModelId: "STRING_VALUE", // required
|
|
39
|
+
* computationModelName: "STRING_VALUE", // required
|
|
40
|
+
* computationModelDescription: "STRING_VALUE",
|
|
41
|
+
* computationModelConfiguration: { // ComputationModelConfiguration
|
|
42
|
+
* anomalyDetection: { // ComputationModelAnomalyDetectionConfiguration
|
|
43
|
+
* inputProperties: "STRING_VALUE", // required
|
|
44
|
+
* resultProperty: "STRING_VALUE", // required
|
|
45
|
+
* },
|
|
46
|
+
* },
|
|
47
|
+
* computationModelDataBinding: { // ComputationModelDataBinding // required
|
|
48
|
+
* "<keys>": { // ComputationModelDataBindingValue
|
|
49
|
+
* assetModelProperty: { // AssetModelPropertyBindingValue
|
|
50
|
+
* assetModelId: "STRING_VALUE", // required
|
|
51
|
+
* propertyId: "STRING_VALUE", // required
|
|
52
|
+
* },
|
|
53
|
+
* assetProperty: { // AssetPropertyBindingValue
|
|
54
|
+
* assetId: "STRING_VALUE", // required
|
|
55
|
+
* propertyId: "STRING_VALUE", // required
|
|
56
|
+
* },
|
|
57
|
+
* list: [ // BindingValueList
|
|
58
|
+
* {
|
|
59
|
+
* assetModelProperty: {
|
|
60
|
+
* assetModelId: "STRING_VALUE", // required
|
|
61
|
+
* propertyId: "STRING_VALUE", // required
|
|
62
|
+
* },
|
|
63
|
+
* assetProperty: {
|
|
64
|
+
* assetId: "STRING_VALUE", // required
|
|
65
|
+
* propertyId: "STRING_VALUE", // required
|
|
66
|
+
* },
|
|
67
|
+
* list: [
|
|
68
|
+
* "<ComputationModelDataBindingValue>",
|
|
69
|
+
* ],
|
|
70
|
+
* },
|
|
71
|
+
* ],
|
|
72
|
+
* },
|
|
73
|
+
* },
|
|
74
|
+
* clientToken: "STRING_VALUE",
|
|
75
|
+
* };
|
|
76
|
+
* const command = new UpdateComputationModelCommand(input);
|
|
77
|
+
* const response = await client.send(command);
|
|
78
|
+
* // { // UpdateComputationModelResponse
|
|
79
|
+
* // computationModelStatus: { // ComputationModelStatus
|
|
80
|
+
* // state: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "FAILED", // required
|
|
81
|
+
* // error: { // ErrorDetails
|
|
82
|
+
* // code: "VALIDATION_ERROR" || "INTERNAL_FAILURE", // required
|
|
83
|
+
* // message: "STRING_VALUE", // required
|
|
84
|
+
* // details: [ // DetailedErrors
|
|
85
|
+
* // { // DetailedError
|
|
86
|
+
* // code: "INCOMPATIBLE_COMPUTE_LOCATION" || "INCOMPATIBLE_FORWARDING_CONFIGURATION", // required
|
|
87
|
+
* // message: "STRING_VALUE", // required
|
|
88
|
+
* // },
|
|
89
|
+
* // ],
|
|
90
|
+
* // },
|
|
91
|
+
* // },
|
|
92
|
+
* // };
|
|
93
|
+
*
|
|
94
|
+
* ```
|
|
95
|
+
*
|
|
96
|
+
* @param UpdateComputationModelCommandInput - {@link UpdateComputationModelCommandInput}
|
|
97
|
+
* @returns {@link UpdateComputationModelCommandOutput}
|
|
98
|
+
* @see {@link UpdateComputationModelCommandInput} for command's `input` shape.
|
|
99
|
+
* @see {@link UpdateComputationModelCommandOutput} for command's `response` shape.
|
|
100
|
+
* @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link ConflictingOperationException} (client fault)
|
|
103
|
+
* <p>Your request has conflicting operations. This can occur if you're trying to perform more
|
|
104
|
+
* than one operation on the same resource at the same time.</p>
|
|
105
|
+
*
|
|
106
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
107
|
+
* <p>IoT SiteWise can't process your request right now. Try again later.</p>
|
|
108
|
+
*
|
|
109
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
110
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
111
|
+
* unsupported characters. Check your request and try again.</p>
|
|
112
|
+
*
|
|
113
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
114
|
+
* <p>You've reached the quota for a resource. For example, this can occur if you're trying to
|
|
115
|
+
* associate more than the allowed number of child assets or attempting to create more than the
|
|
116
|
+
* allowed number of properties for an asset model.</p>
|
|
117
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
|
|
118
|
+
*
|
|
119
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
120
|
+
* <p>The resource already exists.</p>
|
|
121
|
+
*
|
|
122
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
123
|
+
* <p>The requested resource can't be found.</p>
|
|
124
|
+
*
|
|
125
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
126
|
+
* <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
|
|
127
|
+
* IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so
|
|
128
|
+
* on.</p>
|
|
129
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
|
|
130
|
+
*
|
|
131
|
+
* @throws {@link IoTSiteWiseServiceException}
|
|
132
|
+
* <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
|
|
133
|
+
*
|
|
134
|
+
*
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
export declare class UpdateComputationModelCommand extends UpdateComputationModelCommand_base {
|
|
138
|
+
/** @internal type navigation helper, not in runtime. */
|
|
139
|
+
protected static __types: {
|
|
140
|
+
api: {
|
|
141
|
+
input: UpdateComputationModelRequest;
|
|
142
|
+
output: UpdateComputationModelResponse;
|
|
143
|
+
};
|
|
144
|
+
sdk: {
|
|
145
|
+
input: UpdateComputationModelCommandInput;
|
|
146
|
+
output: UpdateComputationModelCommandOutput;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
}
|
|
@@ -90,7 +90,7 @@ declare const UpdateDatasetCommand_base: {
|
|
|
90
90
|
* unsupported characters. Check your request and try again.</p>
|
|
91
91
|
*
|
|
92
92
|
* @throws {@link LimitExceededException} (client fault)
|
|
93
|
-
* <p>You've reached the
|
|
93
|
+
* <p>You've reached the quota for a resource. For example, this can occur if you're trying to
|
|
94
94
|
* associate more than the allowed number of child assets or attempting to create more than the
|
|
95
95
|
* allowed number of properties for an asset model.</p>
|
|
96
96
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
|
|
@@ -27,11 +27,26 @@ declare const UpdateGatewayCapabilityConfigurationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates a gateway capability configuration or defines a new capability configuration.
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
30
|
+
* <p>Updates a gateway capability configuration or defines a new capability configuration. Each gateway capability defines data sources for a gateway.</p>
|
|
31
|
+
* <p>Important workflow notes:</p>
|
|
32
|
+
* <p>Each gateway capability defines data sources for a gateway. This is the namespace of the gateway capability.</p>
|
|
33
|
+
* <p>. The namespace follows the format <code>service:capability:version</code>, where:</p>
|
|
34
|
+
* <ul>
|
|
35
|
+
* <li>
|
|
36
|
+
* <p>
|
|
37
|
+
* <code>service</code> - The service providing the capability, or <code>iotsitewise</code>.</p>
|
|
38
|
+
* </li>
|
|
39
|
+
* <li>
|
|
40
|
+
* <p>
|
|
41
|
+
* <code>capability</code> - The specific capability type. Options include: <code>opcuacollector</code> for the OPC UA data source collector, or <code>publisher</code> for data publisher capability.</p>
|
|
42
|
+
* </li>
|
|
43
|
+
* <li>
|
|
44
|
+
* <p>
|
|
45
|
+
* <code>version</code> - The version number of the capability. Option include <code>2</code> for Classic streams, V2 gateways, and <code>3</code> for MQTT-enabled, V3 gateways.</p>
|
|
46
|
+
* </li>
|
|
47
|
+
* </ul>
|
|
48
|
+
* <p>After updating a capability configuration, the sync status becomes <code>OUT_OF_SYNC</code> until the gateway processes the configuration.Use <code>DescribeGatewayCapabilityConfiguration</code> to check the sync status and verify the configuration was applied.</p>
|
|
49
|
+
* <p>A gateway can have multiple capability configurations with different namespaces.</p>
|
|
35
50
|
* @example
|
|
36
51
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
52
|
* ```javascript
|
|
@@ -70,7 +85,7 @@ declare const UpdateGatewayCapabilityConfigurationCommand_base: {
|
|
|
70
85
|
* unsupported characters. Check your request and try again.</p>
|
|
71
86
|
*
|
|
72
87
|
* @throws {@link LimitExceededException} (client fault)
|
|
73
|
-
* <p>You've reached the
|
|
88
|
+
* <p>You've reached the quota for a resource. For example, this can occur if you're trying to
|
|
74
89
|
* associate more than the allowed number of child assets or attempting to create more than the
|
|
75
90
|
* allowed number of properties for an asset model.</p>
|
|
76
91
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
|
|
@@ -11,6 +11,7 @@ export * from "./CreateAssetCommand";
|
|
|
11
11
|
export * from "./CreateAssetModelCommand";
|
|
12
12
|
export * from "./CreateAssetModelCompositeModelCommand";
|
|
13
13
|
export * from "./CreateBulkImportJobCommand";
|
|
14
|
+
export * from "./CreateComputationModelCommand";
|
|
14
15
|
export * from "./CreateDashboardCommand";
|
|
15
16
|
export * from "./CreateDatasetCommand";
|
|
16
17
|
export * from "./CreateGatewayCommand";
|
|
@@ -20,6 +21,7 @@ export * from "./DeleteAccessPolicyCommand";
|
|
|
20
21
|
export * from "./DeleteAssetCommand";
|
|
21
22
|
export * from "./DeleteAssetModelCommand";
|
|
22
23
|
export * from "./DeleteAssetModelCompositeModelCommand";
|
|
24
|
+
export * from "./DeleteComputationModelCommand";
|
|
23
25
|
export * from "./DeleteDashboardCommand";
|
|
24
26
|
export * from "./DeleteDatasetCommand";
|
|
25
27
|
export * from "./DeleteGatewayCommand";
|
|
@@ -34,9 +36,12 @@ export * from "./DescribeAssetModelCommand";
|
|
|
34
36
|
export * from "./DescribeAssetModelCompositeModelCommand";
|
|
35
37
|
export * from "./DescribeAssetPropertyCommand";
|
|
36
38
|
export * from "./DescribeBulkImportJobCommand";
|
|
39
|
+
export * from "./DescribeComputationModelCommand";
|
|
40
|
+
export * from "./DescribeComputationModelExecutionSummaryCommand";
|
|
37
41
|
export * from "./DescribeDashboardCommand";
|
|
38
42
|
export * from "./DescribeDatasetCommand";
|
|
39
43
|
export * from "./DescribeDefaultEncryptionConfigurationCommand";
|
|
44
|
+
export * from "./DescribeExecutionCommand";
|
|
40
45
|
export * from "./DescribeGatewayCapabilityConfigurationCommand";
|
|
41
46
|
export * from "./DescribeGatewayCommand";
|
|
42
47
|
export * from "./DescribeLoggingOptionsCommand";
|
|
@@ -64,8 +69,12 @@ export * from "./ListAssetsCommand";
|
|
|
64
69
|
export * from "./ListAssociatedAssetsCommand";
|
|
65
70
|
export * from "./ListBulkImportJobsCommand";
|
|
66
71
|
export * from "./ListCompositionRelationshipsCommand";
|
|
72
|
+
export * from "./ListComputationModelDataBindingUsagesCommand";
|
|
73
|
+
export * from "./ListComputationModelResolveToResourcesCommand";
|
|
74
|
+
export * from "./ListComputationModelsCommand";
|
|
67
75
|
export * from "./ListDashboardsCommand";
|
|
68
76
|
export * from "./ListDatasetsCommand";
|
|
77
|
+
export * from "./ListExecutionsCommand";
|
|
69
78
|
export * from "./ListGatewaysCommand";
|
|
70
79
|
export * from "./ListPortalsCommand";
|
|
71
80
|
export * from "./ListProjectAssetsCommand";
|
|
@@ -82,6 +91,7 @@ export * from "./UpdateAssetCommand";
|
|
|
82
91
|
export * from "./UpdateAssetModelCommand";
|
|
83
92
|
export * from "./UpdateAssetModelCompositeModelCommand";
|
|
84
93
|
export * from "./UpdateAssetPropertyCommand";
|
|
94
|
+
export * from "./UpdateComputationModelCommand";
|
|
85
95
|
export * from "./UpdateDashboardCommand";
|
|
86
96
|
export * from "./UpdateDatasetCommand";
|
|
87
97
|
export * from "./UpdateGatewayCapabilityConfigurationCommand";
|