@aws-sdk/client-iotsitewise 3.321.1 → 3.326.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/dist-types/commands/AssociateAssetsCommand.d.ts +4 -0
- package/dist-types/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +4 -0
- package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +12 -0
- package/dist-types/commands/BatchDisassociateProjectAssetsCommand.d.ts +12 -0
- package/dist-types/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +42 -0
- package/dist-types/commands/BatchGetAssetPropertyValueCommand.d.ts +41 -0
- package/dist-types/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +43 -0
- package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +22 -0
- package/dist-types/commands/CreateAccessPolicyCommand.d.ts +7 -0
- package/dist-types/commands/CreateAssetCommand.d.ts +20 -0
- package/dist-types/commands/CreateAssetModelCommand.d.ts +20 -0
- package/dist-types/commands/CreateBulkImportJobCommand.d.ts +8 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +7 -0
- package/dist-types/commands/CreateGatewayCommand.d.ts +7 -0
- package/dist-types/commands/CreatePortalCommand.d.ts +16 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +7 -0
- package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAssetCommand.d.ts +18 -0
- package/dist-types/commands/DeleteAssetModelCommand.d.ts +18 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +4 -0
- package/dist-types/commands/DeleteGatewayCommand.d.ts +4 -0
- package/dist-types/commands/DeletePortalCommand.d.ts +12 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTimeSeriesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAccessPolicyCommand.d.ts +32 -0
- package/dist-types/commands/DescribeAssetCommand.d.ts +67 -0
- package/dist-types/commands/DescribeAssetModelCommand.d.ts +159 -0
- package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +137 -0
- package/dist-types/commands/DescribeBulkImportJobCommand.d.ts +31 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +13 -0
- package/dist-types/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +14 -0
- package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +9 -0
- package/dist-types/commands/DescribeGatewayCommand.d.ts +24 -0
- package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +8 -0
- package/dist-types/commands/DescribePortalCommand.d.ts +32 -0
- package/dist-types/commands/DescribeProjectCommand.d.ts +12 -0
- package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +25 -0
- package/dist-types/commands/DescribeTimeSeriesCommand.d.ts +14 -0
- package/dist-types/commands/DisassociateAssetsCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +4 -0
- package/dist-types/commands/GetAssetPropertyAggregatesCommand.d.ts +20 -0
- package/dist-types/commands/GetAssetPropertyValueCommand.d.ts +18 -0
- package/dist-types/commands/GetAssetPropertyValueHistoryCommand.d.ts +21 -0
- package/dist-types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +20 -0
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +36 -0
- package/dist-types/commands/ListAssetModelPropertiesCommand.d.ts +67 -0
- package/dist-types/commands/ListAssetModelsCommand.d.ts +29 -0
- package/dist-types/commands/ListAssetPropertiesCommand.d.ts +18 -0
- package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +15 -0
- package/dist-types/commands/ListAssetsCommand.d.ts +36 -0
- package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +36 -0
- package/dist-types/commands/ListBulkImportJobsCommand.d.ts +13 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +15 -0
- package/dist-types/commands/ListGatewaysCommand.d.ts +28 -0
- package/dist-types/commands/ListPortalsCommand.d.ts +24 -0
- package/dist-types/commands/ListProjectAssetsCommand.d.ts +9 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +15 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
- package/dist-types/commands/ListTimeSeriesCommand.d.ts +19 -0
- package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +14 -0
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +4 -0
- package/dist-types/commands/PutStorageConfigurationCommand.d.ts +24 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAssetCommand.d.ts +18 -0
- package/dist-types/commands/UpdateAssetModelCommand.d.ts +18 -0
- package/dist-types/commands/UpdateAssetPropertyCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +4 -0
- package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +7 -0
- package/dist-types/commands/UpdateGatewayCommand.d.ts +4 -0
- package/dist-types/commands/UpdatePortalCommand.d.ts +12 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +4 -0
- package/package.json +16 -16
|
@@ -46,6 +46,40 @@ export interface ListAssetsCommandOutput extends ListAssetsResponse, __MetadataB
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new ListAssetsCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // ListAssetsResponse
|
|
50
|
+
* // assetSummaries: [ // AssetSummaries // required
|
|
51
|
+
* // { // AssetSummary
|
|
52
|
+
* // id: "STRING_VALUE", // required
|
|
53
|
+
* // arn: "STRING_VALUE", // required
|
|
54
|
+
* // name: "STRING_VALUE", // required
|
|
55
|
+
* // assetModelId: "STRING_VALUE", // required
|
|
56
|
+
* // creationDate: new Date("TIMESTAMP"), // required
|
|
57
|
+
* // lastUpdateDate: new Date("TIMESTAMP"), // required
|
|
58
|
+
* // status: { // AssetStatus
|
|
59
|
+
* // state: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "FAILED", // required
|
|
60
|
+
* // error: { // ErrorDetails
|
|
61
|
+
* // code: "VALIDATION_ERROR" || "INTERNAL_FAILURE", // required
|
|
62
|
+
* // message: "STRING_VALUE", // required
|
|
63
|
+
* // details: [ // DetailedErrors
|
|
64
|
+
* // { // DetailedError
|
|
65
|
+
* // code: "INCOMPATIBLE_COMPUTE_LOCATION" || "INCOMPATIBLE_FORWARDING_CONFIGURATION", // required
|
|
66
|
+
* // message: "STRING_VALUE", // required
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
69
|
+
* // },
|
|
70
|
+
* // },
|
|
71
|
+
* // hierarchies: [ // AssetHierarchies // required
|
|
72
|
+
* // { // AssetHierarchy
|
|
73
|
+
* // id: "STRING_VALUE",
|
|
74
|
+
* // name: "STRING_VALUE", // required
|
|
75
|
+
* // },
|
|
76
|
+
* // ],
|
|
77
|
+
* // description: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
79
|
+
* // ],
|
|
80
|
+
* // nextToken: "STRING_VALUE",
|
|
81
|
+
* // };
|
|
82
|
+
*
|
|
49
83
|
* ```
|
|
50
84
|
*
|
|
51
85
|
* @param ListAssetsCommandInput - {@link ListAssetsCommandInput}
|
|
@@ -70,6 +104,8 @@ export interface ListAssetsCommandOutput extends ListAssetsResponse, __MetadataB
|
|
|
70
104
|
* on.</p>
|
|
71
105
|
* <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>
|
|
72
106
|
*
|
|
107
|
+
* @throws {@link IoTSiteWiseServiceException}
|
|
108
|
+
* <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
|
|
73
109
|
*
|
|
74
110
|
*/
|
|
75
111
|
export declare class ListAssetsCommand extends $Command<ListAssetsCommandInput, ListAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
@@ -44,6 +44,40 @@ export interface ListAssociatedAssetsCommandOutput extends ListAssociatedAssetsR
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new ListAssociatedAssetsCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // { // ListAssociatedAssetsResponse
|
|
48
|
+
* // assetSummaries: [ // AssociatedAssetsSummaries // required
|
|
49
|
+
* // { // AssociatedAssetsSummary
|
|
50
|
+
* // id: "STRING_VALUE", // required
|
|
51
|
+
* // arn: "STRING_VALUE", // required
|
|
52
|
+
* // name: "STRING_VALUE", // required
|
|
53
|
+
* // assetModelId: "STRING_VALUE", // required
|
|
54
|
+
* // creationDate: new Date("TIMESTAMP"), // required
|
|
55
|
+
* // lastUpdateDate: new Date("TIMESTAMP"), // required
|
|
56
|
+
* // status: { // AssetStatus
|
|
57
|
+
* // state: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "FAILED", // required
|
|
58
|
+
* // error: { // ErrorDetails
|
|
59
|
+
* // code: "VALIDATION_ERROR" || "INTERNAL_FAILURE", // required
|
|
60
|
+
* // message: "STRING_VALUE", // required
|
|
61
|
+
* // details: [ // DetailedErrors
|
|
62
|
+
* // { // DetailedError
|
|
63
|
+
* // code: "INCOMPATIBLE_COMPUTE_LOCATION" || "INCOMPATIBLE_FORWARDING_CONFIGURATION", // required
|
|
64
|
+
* // message: "STRING_VALUE", // required
|
|
65
|
+
* // },
|
|
66
|
+
* // ],
|
|
67
|
+
* // },
|
|
68
|
+
* // },
|
|
69
|
+
* // hierarchies: [ // AssetHierarchies // required
|
|
70
|
+
* // { // AssetHierarchy
|
|
71
|
+
* // id: "STRING_VALUE",
|
|
72
|
+
* // name: "STRING_VALUE", // required
|
|
73
|
+
* // },
|
|
74
|
+
* // ],
|
|
75
|
+
* // description: "STRING_VALUE",
|
|
76
|
+
* // },
|
|
77
|
+
* // ],
|
|
78
|
+
* // nextToken: "STRING_VALUE",
|
|
79
|
+
* // };
|
|
80
|
+
*
|
|
47
81
|
* ```
|
|
48
82
|
*
|
|
49
83
|
* @param ListAssociatedAssetsCommandInput - {@link ListAssociatedAssetsCommandInput}
|
|
@@ -68,6 +102,8 @@ export interface ListAssociatedAssetsCommandOutput extends ListAssociatedAssetsR
|
|
|
68
102
|
* on.</p>
|
|
69
103
|
* <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>
|
|
70
104
|
*
|
|
105
|
+
* @throws {@link IoTSiteWiseServiceException}
|
|
106
|
+
* <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
|
|
71
107
|
*
|
|
72
108
|
*/
|
|
73
109
|
export declare class ListAssociatedAssetsCommand extends $Command<ListAssociatedAssetsCommandInput, ListAssociatedAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
@@ -34,6 +34,17 @@ export interface ListBulkImportJobsCommandOutput extends ListBulkImportJobsRespo
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListBulkImportJobsCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListBulkImportJobsResponse
|
|
38
|
+
* // jobSummaries: [ // JobSummaries // required
|
|
39
|
+
* // { // JobSummary
|
|
40
|
+
* // id: "STRING_VALUE", // required
|
|
41
|
+
* // name: "STRING_VALUE", // required
|
|
42
|
+
* // status: "PENDING" || "CANCELLED" || "RUNNING" || "COMPLETED" || "FAILED" || "COMPLETED_WITH_FAILURES", // required
|
|
43
|
+
* // },
|
|
44
|
+
* // ],
|
|
45
|
+
* // nextToken: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
37
48
|
* ```
|
|
38
49
|
*
|
|
39
50
|
* @param ListBulkImportJobsCommandInput - {@link ListBulkImportJobsCommandInput}
|
|
@@ -58,6 +69,8 @@ export interface ListBulkImportJobsCommandOutput extends ListBulkImportJobsRespo
|
|
|
58
69
|
* on.</p>
|
|
59
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>
|
|
60
71
|
*
|
|
72
|
+
* @throws {@link IoTSiteWiseServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
|
|
61
74
|
*
|
|
62
75
|
*/
|
|
63
76
|
export declare class ListBulkImportJobsCommand extends $Command<ListBulkImportJobsCommandInput, ListBulkImportJobsCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
@@ -33,6 +33,19 @@ export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __M
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListDashboardsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ListDashboardsResponse
|
|
37
|
+
* // dashboardSummaries: [ // DashboardSummaries // required
|
|
38
|
+
* // { // DashboardSummary
|
|
39
|
+
* // id: "STRING_VALUE", // required
|
|
40
|
+
* // name: "STRING_VALUE", // required
|
|
41
|
+
* // description: "STRING_VALUE",
|
|
42
|
+
* // creationDate: new Date("TIMESTAMP"),
|
|
43
|
+
* // lastUpdateDate: new Date("TIMESTAMP"),
|
|
44
|
+
* // },
|
|
45
|
+
* // ],
|
|
46
|
+
* // nextToken: "STRING_VALUE",
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
36
49
|
* ```
|
|
37
50
|
*
|
|
38
51
|
* @param ListDashboardsCommandInput - {@link ListDashboardsCommandInput}
|
|
@@ -54,6 +67,8 @@ export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __M
|
|
|
54
67
|
* on.</p>
|
|
55
68
|
* <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>
|
|
56
69
|
*
|
|
70
|
+
* @throws {@link IoTSiteWiseServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
|
|
57
72
|
*
|
|
58
73
|
*/
|
|
59
74
|
export declare class ListDashboardsCommand extends $Command<ListDashboardsCommandInput, ListDashboardsCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
@@ -32,6 +32,32 @@ export interface ListGatewaysCommandOutput extends ListGatewaysResponse, __Metad
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new ListGatewaysCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // ListGatewaysResponse
|
|
36
|
+
* // gatewaySummaries: [ // GatewaySummaries // required
|
|
37
|
+
* // { // GatewaySummary
|
|
38
|
+
* // gatewayId: "STRING_VALUE", // required
|
|
39
|
+
* // gatewayName: "STRING_VALUE", // required
|
|
40
|
+
* // gatewayPlatform: { // GatewayPlatform
|
|
41
|
+
* // greengrass: { // Greengrass
|
|
42
|
+
* // groupArn: "STRING_VALUE", // required
|
|
43
|
+
* // },
|
|
44
|
+
* // greengrassV2: { // GreengrassV2
|
|
45
|
+
* // coreDeviceThingName: "STRING_VALUE", // required
|
|
46
|
+
* // },
|
|
47
|
+
* // },
|
|
48
|
+
* // gatewayCapabilitySummaries: [ // GatewayCapabilitySummaries
|
|
49
|
+
* // { // GatewayCapabilitySummary
|
|
50
|
+
* // capabilityNamespace: "STRING_VALUE", // required
|
|
51
|
+
* // capabilitySyncStatus: "IN_SYNC" || "OUT_OF_SYNC" || "SYNC_FAILED" || "UNKNOWN", // required
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // creationDate: new Date("TIMESTAMP"), // required
|
|
55
|
+
* // lastUpdateDate: new Date("TIMESTAMP"), // required
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // nextToken: "STRING_VALUE",
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
35
61
|
* ```
|
|
36
62
|
*
|
|
37
63
|
* @param ListGatewaysCommandInput - {@link ListGatewaysCommandInput}
|
|
@@ -53,6 +79,8 @@ export interface ListGatewaysCommandOutput extends ListGatewaysResponse, __Metad
|
|
|
53
79
|
* on.</p>
|
|
54
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>
|
|
55
81
|
*
|
|
82
|
+
* @throws {@link IoTSiteWiseServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
|
|
56
84
|
*
|
|
57
85
|
*/
|
|
58
86
|
export declare class ListGatewaysCommand extends $Command<ListGatewaysCommandInput, ListGatewaysCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
@@ -32,6 +32,28 @@ export interface ListPortalsCommandOutput extends ListPortalsResponse, __Metadat
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new ListPortalsCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // ListPortalsResponse
|
|
36
|
+
* // portalSummaries: [ // PortalSummaries
|
|
37
|
+
* // { // PortalSummary
|
|
38
|
+
* // id: "STRING_VALUE", // required
|
|
39
|
+
* // name: "STRING_VALUE", // required
|
|
40
|
+
* // description: "STRING_VALUE",
|
|
41
|
+
* // startUrl: "STRING_VALUE", // required
|
|
42
|
+
* // creationDate: new Date("TIMESTAMP"),
|
|
43
|
+
* // lastUpdateDate: new Date("TIMESTAMP"),
|
|
44
|
+
* // roleArn: "STRING_VALUE",
|
|
45
|
+
* // status: { // PortalStatus
|
|
46
|
+
* // state: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "FAILED", // required
|
|
47
|
+
* // error: { // MonitorErrorDetails
|
|
48
|
+
* // code: "INTERNAL_FAILURE" || "VALIDATION_ERROR" || "LIMIT_EXCEEDED",
|
|
49
|
+
* // message: "STRING_VALUE",
|
|
50
|
+
* // },
|
|
51
|
+
* // },
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // nextToken: "STRING_VALUE",
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
35
57
|
* ```
|
|
36
58
|
*
|
|
37
59
|
* @param ListPortalsCommandInput - {@link ListPortalsCommandInput}
|
|
@@ -53,6 +75,8 @@ export interface ListPortalsCommandOutput extends ListPortalsResponse, __Metadat
|
|
|
53
75
|
* on.</p>
|
|
54
76
|
* <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>
|
|
55
77
|
*
|
|
78
|
+
* @throws {@link IoTSiteWiseServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
|
|
56
80
|
*
|
|
57
81
|
*/
|
|
58
82
|
export declare class ListPortalsCommand extends $Command<ListPortalsCommandInput, ListPortalsCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
@@ -33,6 +33,13 @@ export interface ListProjectAssetsCommandOutput extends ListProjectAssetsRespons
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListProjectAssetsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ListProjectAssetsResponse
|
|
37
|
+
* // assetIds: [ // AssetIDs // required
|
|
38
|
+
* // "STRING_VALUE",
|
|
39
|
+
* // ],
|
|
40
|
+
* // nextToken: "STRING_VALUE",
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
36
43
|
* ```
|
|
37
44
|
*
|
|
38
45
|
* @param ListProjectAssetsCommandInput - {@link ListProjectAssetsCommandInput}
|
|
@@ -54,6 +61,8 @@ export interface ListProjectAssetsCommandOutput extends ListProjectAssetsRespons
|
|
|
54
61
|
* on.</p>
|
|
55
62
|
* <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>
|
|
56
63
|
*
|
|
64
|
+
* @throws {@link IoTSiteWiseServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
|
|
57
66
|
*
|
|
58
67
|
*/
|
|
59
68
|
export declare class ListProjectAssetsCommand extends $Command<ListProjectAssetsCommandInput, ListProjectAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
@@ -33,6 +33,19 @@ export interface ListProjectsCommandOutput extends ListProjectsResponse, __Metad
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListProjectsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ListProjectsResponse
|
|
37
|
+
* // projectSummaries: [ // ProjectSummaries // required
|
|
38
|
+
* // { // ProjectSummary
|
|
39
|
+
* // id: "STRING_VALUE", // required
|
|
40
|
+
* // name: "STRING_VALUE", // required
|
|
41
|
+
* // description: "STRING_VALUE",
|
|
42
|
+
* // creationDate: new Date("TIMESTAMP"),
|
|
43
|
+
* // lastUpdateDate: new Date("TIMESTAMP"),
|
|
44
|
+
* // },
|
|
45
|
+
* // ],
|
|
46
|
+
* // nextToken: "STRING_VALUE",
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
36
49
|
* ```
|
|
37
50
|
*
|
|
38
51
|
* @param ListProjectsCommandInput - {@link ListProjectsCommandInput}
|
|
@@ -54,6 +67,8 @@ export interface ListProjectsCommandOutput extends ListProjectsResponse, __Metad
|
|
|
54
67
|
* on.</p>
|
|
55
68
|
* <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>
|
|
56
69
|
*
|
|
70
|
+
* @throws {@link IoTSiteWiseServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
|
|
57
72
|
*
|
|
58
73
|
*/
|
|
59
74
|
export declare class ListProjectsCommand extends $Command<ListProjectsCommandInput, ListProjectsCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
@@ -31,6 +31,12 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // ListTagsForResourceResponse
|
|
35
|
+
* // tags: { // TagMap
|
|
36
|
+
* // "<keys>": "STRING_VALUE",
|
|
37
|
+
* // },
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
34
40
|
* ```
|
|
35
41
|
*
|
|
36
42
|
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
@@ -68,6 +74,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
68
74
|
* @throws {@link UnauthorizedException} (client fault)
|
|
69
75
|
* <p>You are not authorized.</p>
|
|
70
76
|
*
|
|
77
|
+
* @throws {@link IoTSiteWiseServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
|
|
71
79
|
*
|
|
72
80
|
*/
|
|
73
81
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
@@ -35,6 +35,23 @@ export interface ListTimeSeriesCommandOutput extends ListTimeSeriesResponse, __M
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new ListTimeSeriesCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // ListTimeSeriesResponse
|
|
39
|
+
* // TimeSeriesSummaries: [ // TimeSeriesSummaries // required
|
|
40
|
+
* // { // TimeSeriesSummary
|
|
41
|
+
* // assetId: "STRING_VALUE",
|
|
42
|
+
* // propertyId: "STRING_VALUE",
|
|
43
|
+
* // alias: "STRING_VALUE",
|
|
44
|
+
* // timeSeriesId: "STRING_VALUE", // required
|
|
45
|
+
* // dataType: "STRING" || "INTEGER" || "DOUBLE" || "BOOLEAN" || "STRUCT", // required
|
|
46
|
+
* // dataTypeSpec: "STRING_VALUE",
|
|
47
|
+
* // timeSeriesCreationDate: new Date("TIMESTAMP"), // required
|
|
48
|
+
* // timeSeriesLastUpdateDate: new Date("TIMESTAMP"), // required
|
|
49
|
+
* // timeSeriesArn: "STRING_VALUE", // required
|
|
50
|
+
* // },
|
|
51
|
+
* // ],
|
|
52
|
+
* // nextToken: "STRING_VALUE",
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
38
55
|
* ```
|
|
39
56
|
*
|
|
40
57
|
* @param ListTimeSeriesCommandInput - {@link ListTimeSeriesCommandInput}
|
|
@@ -59,6 +76,8 @@ export interface ListTimeSeriesCommandOutput extends ListTimeSeriesResponse, __M
|
|
|
59
76
|
* on.</p>
|
|
60
77
|
* <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>
|
|
61
78
|
*
|
|
79
|
+
* @throws {@link IoTSiteWiseServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
|
|
62
81
|
*
|
|
63
82
|
*/
|
|
64
83
|
export declare class ListTimeSeriesCommand extends $Command<ListTimeSeriesCommandInput, ListTimeSeriesCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
@@ -34,6 +34,18 @@ export interface PutDefaultEncryptionConfigurationCommandOutput extends PutDefau
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new PutDefaultEncryptionConfigurationCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // PutDefaultEncryptionConfigurationResponse
|
|
38
|
+
* // encryptionType: "SITEWISE_DEFAULT_ENCRYPTION" || "KMS_BASED_ENCRYPTION", // required
|
|
39
|
+
* // kmsKeyArn: "STRING_VALUE",
|
|
40
|
+
* // configurationStatus: { // ConfigurationStatus
|
|
41
|
+
* // state: "ACTIVE" || "UPDATE_IN_PROGRESS" || "UPDATE_FAILED", // required
|
|
42
|
+
* // error: { // ConfigurationErrorDetails
|
|
43
|
+
* // code: "VALIDATION_ERROR" || "INTERNAL_FAILURE", // required
|
|
44
|
+
* // message: "STRING_VALUE", // required
|
|
45
|
+
* // },
|
|
46
|
+
* // },
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
37
49
|
* ```
|
|
38
50
|
*
|
|
39
51
|
* @param PutDefaultEncryptionConfigurationCommandInput - {@link PutDefaultEncryptionConfigurationCommandInput}
|
|
@@ -65,6 +77,8 @@ export interface PutDefaultEncryptionConfigurationCommandOutput extends PutDefau
|
|
|
65
77
|
* on.</p>
|
|
66
78
|
* <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>
|
|
67
79
|
*
|
|
80
|
+
* @throws {@link IoTSiteWiseServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
|
|
68
82
|
*
|
|
69
83
|
*/
|
|
70
84
|
export declare class PutDefaultEncryptionConfigurationCommand extends $Command<PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface PutLoggingOptionsCommandOutput extends PutLoggingOptionsRespons
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new PutLoggingOptionsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param PutLoggingOptionsCommandInput - {@link PutLoggingOptionsCommandInput}
|
|
@@ -61,6 +63,8 @@ export interface PutLoggingOptionsCommandOutput extends PutLoggingOptionsRespons
|
|
|
61
63
|
* on.</p>
|
|
62
64
|
* <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>
|
|
63
65
|
*
|
|
66
|
+
* @throws {@link IoTSiteWiseServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
|
|
64
68
|
*
|
|
65
69
|
*/
|
|
66
70
|
export declare class PutLoggingOptionsCommand extends $Command<PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
@@ -42,6 +42,28 @@ export interface PutStorageConfigurationCommandOutput extends PutStorageConfigur
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new PutStorageConfigurationCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // PutStorageConfigurationResponse
|
|
46
|
+
* // storageType: "SITEWISE_DEFAULT_STORAGE" || "MULTI_LAYER_STORAGE", // required
|
|
47
|
+
* // multiLayerStorage: { // MultiLayerStorage
|
|
48
|
+
* // customerManagedS3Storage: { // CustomerManagedS3Storage
|
|
49
|
+
* // s3ResourceArn: "STRING_VALUE", // required
|
|
50
|
+
* // roleArn: "STRING_VALUE", // required
|
|
51
|
+
* // },
|
|
52
|
+
* // },
|
|
53
|
+
* // disassociatedDataStorage: "ENABLED" || "DISABLED",
|
|
54
|
+
* // retentionPeriod: { // RetentionPeriod
|
|
55
|
+
* // numberOfDays: Number("int"),
|
|
56
|
+
* // unlimited: true || false,
|
|
57
|
+
* // },
|
|
58
|
+
* // configurationStatus: { // ConfigurationStatus
|
|
59
|
+
* // state: "ACTIVE" || "UPDATE_IN_PROGRESS" || "UPDATE_FAILED", // required
|
|
60
|
+
* // error: { // ConfigurationErrorDetails
|
|
61
|
+
* // code: "VALIDATION_ERROR" || "INTERNAL_FAILURE", // required
|
|
62
|
+
* // message: "STRING_VALUE", // required
|
|
63
|
+
* // },
|
|
64
|
+
* // },
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
45
67
|
* ```
|
|
46
68
|
*
|
|
47
69
|
* @param PutStorageConfigurationCommandInput - {@link PutStorageConfigurationCommandInput}
|
|
@@ -79,6 +101,8 @@ export interface PutStorageConfigurationCommandOutput extends PutStorageConfigur
|
|
|
79
101
|
* on.</p>
|
|
80
102
|
* <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
103
|
*
|
|
104
|
+
* @throws {@link IoTSiteWiseServiceException}
|
|
105
|
+
* <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
|
|
82
106
|
*
|
|
83
107
|
*/
|
|
84
108
|
export declare class PutStorageConfigurationCommand extends $Command<PutStorageConfigurationCommandInput, PutStorageConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
@@ -35,6 +35,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new TagResourceCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
38
40
|
* ```
|
|
39
41
|
*
|
|
40
42
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -77,6 +79,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
77
79
|
* @throws {@link UnauthorizedException} (client fault)
|
|
78
80
|
* <p>You are not authorized.</p>
|
|
79
81
|
*
|
|
82
|
+
* @throws {@link IoTSiteWiseServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
|
|
80
84
|
*
|
|
81
85
|
*/
|
|
82
86
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UntagResourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -71,6 +73,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
71
73
|
* @throws {@link UnauthorizedException} (client fault)
|
|
72
74
|
* <p>You are not authorized.</p>
|
|
73
75
|
*
|
|
76
|
+
* @throws {@link IoTSiteWiseServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
|
|
74
78
|
*
|
|
75
79
|
*/
|
|
76
80
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
@@ -56,6 +56,8 @@ export interface UpdateAccessPolicyCommandOutput extends UpdateAccessPolicyRespo
|
|
|
56
56
|
* };
|
|
57
57
|
* const command = new UpdateAccessPolicyCommand(input);
|
|
58
58
|
* const response = await client.send(command);
|
|
59
|
+
* // {};
|
|
60
|
+
*
|
|
59
61
|
* ```
|
|
60
62
|
*
|
|
61
63
|
* @param UpdateAccessPolicyCommandInput - {@link UpdateAccessPolicyCommandInput}
|
|
@@ -80,6 +82,8 @@ export interface UpdateAccessPolicyCommandOutput extends UpdateAccessPolicyRespo
|
|
|
80
82
|
* on.</p>
|
|
81
83
|
* <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>
|
|
82
84
|
*
|
|
85
|
+
* @throws {@link IoTSiteWiseServiceException}
|
|
86
|
+
* <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
|
|
83
87
|
*
|
|
84
88
|
*/
|
|
85
89
|
export declare class UpdateAccessPolicyCommand extends $Command<UpdateAccessPolicyCommandInput, UpdateAccessPolicyCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
@@ -35,6 +35,22 @@ export interface UpdateAssetCommandOutput extends UpdateAssetResponse, __Metadat
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new UpdateAssetCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // UpdateAssetResponse
|
|
39
|
+
* // assetStatus: { // AssetStatus
|
|
40
|
+
* // state: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "FAILED", // required
|
|
41
|
+
* // error: { // ErrorDetails
|
|
42
|
+
* // code: "VALIDATION_ERROR" || "INTERNAL_FAILURE", // required
|
|
43
|
+
* // message: "STRING_VALUE", // required
|
|
44
|
+
* // details: [ // DetailedErrors
|
|
45
|
+
* // { // DetailedError
|
|
46
|
+
* // code: "INCOMPATIBLE_COMPUTE_LOCATION" || "INCOMPATIBLE_FORWARDING_CONFIGURATION", // required
|
|
47
|
+
* // message: "STRING_VALUE", // required
|
|
48
|
+
* // },
|
|
49
|
+
* // ],
|
|
50
|
+
* // },
|
|
51
|
+
* // },
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
38
54
|
* ```
|
|
39
55
|
*
|
|
40
56
|
* @param UpdateAssetCommandInput - {@link UpdateAssetCommandInput}
|
|
@@ -66,6 +82,8 @@ export interface UpdateAssetCommandOutput extends UpdateAssetResponse, __Metadat
|
|
|
66
82
|
* on.</p>
|
|
67
83
|
* <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>
|
|
68
84
|
*
|
|
85
|
+
* @throws {@link IoTSiteWiseServiceException}
|
|
86
|
+
* <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
|
|
69
87
|
*
|
|
70
88
|
*/
|
|
71
89
|
export declare class UpdateAssetCommand extends $Command<UpdateAssetCommandInput, UpdateAssetCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
@@ -181,6 +181,22 @@ export interface UpdateAssetModelCommandOutput extends UpdateAssetModelResponse,
|
|
|
181
181
|
* };
|
|
182
182
|
* const command = new UpdateAssetModelCommand(input);
|
|
183
183
|
* const response = await client.send(command);
|
|
184
|
+
* // { // UpdateAssetModelResponse
|
|
185
|
+
* // assetModelStatus: { // AssetModelStatus
|
|
186
|
+
* // state: "CREATING" || "ACTIVE" || "UPDATING" || "PROPAGATING" || "DELETING" || "FAILED", // required
|
|
187
|
+
* // error: { // ErrorDetails
|
|
188
|
+
* // code: "VALIDATION_ERROR" || "INTERNAL_FAILURE", // required
|
|
189
|
+
* // message: "STRING_VALUE", // required
|
|
190
|
+
* // details: [ // DetailedErrors
|
|
191
|
+
* // { // DetailedError
|
|
192
|
+
* // code: "INCOMPATIBLE_COMPUTE_LOCATION" || "INCOMPATIBLE_FORWARDING_CONFIGURATION", // required
|
|
193
|
+
* // message: "STRING_VALUE", // required
|
|
194
|
+
* // },
|
|
195
|
+
* // ],
|
|
196
|
+
* // },
|
|
197
|
+
* // },
|
|
198
|
+
* // };
|
|
199
|
+
*
|
|
184
200
|
* ```
|
|
185
201
|
*
|
|
186
202
|
* @param UpdateAssetModelCommandInput - {@link UpdateAssetModelCommandInput}
|
|
@@ -218,6 +234,8 @@ export interface UpdateAssetModelCommandOutput extends UpdateAssetModelResponse,
|
|
|
218
234
|
* on.</p>
|
|
219
235
|
* <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>
|
|
220
236
|
*
|
|
237
|
+
* @throws {@link IoTSiteWiseServiceException}
|
|
238
|
+
* <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
|
|
221
239
|
*
|
|
222
240
|
*/
|
|
223
241
|
export declare class UpdateAssetModelCommand extends $Command<UpdateAssetModelCommandInput, UpdateAssetModelCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
@@ -41,6 +41,8 @@ export interface UpdateAssetPropertyCommandOutput extends __MetadataBearer {
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new UpdateAssetPropertyCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // {};
|
|
45
|
+
*
|
|
44
46
|
* ```
|
|
45
47
|
*
|
|
46
48
|
* @param UpdateAssetPropertyCommandInput - {@link UpdateAssetPropertyCommandInput}
|
|
@@ -69,6 +71,8 @@ export interface UpdateAssetPropertyCommandOutput extends __MetadataBearer {
|
|
|
69
71
|
* on.</p>
|
|
70
72
|
* <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>
|
|
71
73
|
*
|
|
74
|
+
* @throws {@link IoTSiteWiseServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
|
|
72
76
|
*
|
|
73
77
|
*/
|
|
74
78
|
export declare class UpdateAssetPropertyCommand extends $Command<UpdateAssetPropertyCommandInput, UpdateAssetPropertyCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
@@ -35,6 +35,8 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new UpdateDashboardCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
38
40
|
* ```
|
|
39
41
|
*
|
|
40
42
|
* @param UpdateDashboardCommandInput - {@link UpdateDashboardCommandInput}
|
|
@@ -59,6 +61,8 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
59
61
|
* on.</p>
|
|
60
62
|
* <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>
|
|
61
63
|
*
|
|
64
|
+
* @throws {@link IoTSiteWiseServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
|
|
62
66
|
*
|
|
63
67
|
*/
|
|
64
68
|
export declare class UpdateDashboardCommand extends $Command<UpdateDashboardCommandInput, UpdateDashboardCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
@@ -37,6 +37,11 @@ export interface UpdateGatewayCapabilityConfigurationCommandOutput extends Updat
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new UpdateGatewayCapabilityConfigurationCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // UpdateGatewayCapabilityConfigurationResponse
|
|
41
|
+
* // capabilityNamespace: "STRING_VALUE", // required
|
|
42
|
+
* // capabilitySyncStatus: "IN_SYNC" || "OUT_OF_SYNC" || "SYNC_FAILED" || "UNKNOWN", // required
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
40
45
|
* ```
|
|
41
46
|
*
|
|
42
47
|
* @param UpdateGatewayCapabilityConfigurationCommandInput - {@link UpdateGatewayCapabilityConfigurationCommandInput}
|
|
@@ -71,6 +76,8 @@ export interface UpdateGatewayCapabilityConfigurationCommandOutput extends Updat
|
|
|
71
76
|
* on.</p>
|
|
72
77
|
* <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>
|
|
73
78
|
*
|
|
79
|
+
* @throws {@link IoTSiteWiseServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
|
|
74
81
|
*
|
|
75
82
|
*/
|
|
76
83
|
export declare class UpdateGatewayCapabilityConfigurationCommand extends $Command<UpdateGatewayCapabilityConfigurationCommandInput, UpdateGatewayCapabilityConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface UpdateGatewayCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new UpdateGatewayCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param UpdateGatewayCommandInput - {@link UpdateGatewayCommandInput}
|
|
@@ -60,6 +62,8 @@ export interface UpdateGatewayCommandOutput extends __MetadataBearer {
|
|
|
60
62
|
* on.</p>
|
|
61
63
|
* <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>
|
|
62
64
|
*
|
|
65
|
+
* @throws {@link IoTSiteWiseServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
|
|
63
67
|
*
|
|
64
68
|
*/
|
|
65
69
|
export declare class UpdateGatewayCommand extends $Command<UpdateGatewayCommandInput, UpdateGatewayCommandOutput, IoTSiteWiseClientResolvedConfig> {
|