@aws-sdk/client-iotsitewise 3.278.0 → 3.281.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 +587 -0
- package/dist-types/commands/AssociateAssetsCommand.d.ts +6 -0
- package/dist-types/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +6 -0
- package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +6 -0
- package/dist-types/commands/BatchDisassociateProjectAssetsCommand.d.ts +6 -0
- package/dist-types/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +6 -0
- package/dist-types/commands/BatchGetAssetPropertyValueCommand.d.ts +6 -0
- package/dist-types/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +6 -0
- package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +6 -0
- package/dist-types/commands/CreateAccessPolicyCommand.d.ts +6 -0
- package/dist-types/commands/CreateAssetCommand.d.ts +6 -0
- package/dist-types/commands/CreateAssetModelCommand.d.ts +6 -0
- package/dist-types/commands/CreateBulkImportJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +6 -0
- package/dist-types/commands/CreateGatewayCommand.d.ts +6 -0
- package/dist-types/commands/CreatePortalCommand.d.ts +6 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAssetCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAssetModelCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +6 -0
- package/dist-types/commands/DeleteGatewayCommand.d.ts +6 -0
- package/dist-types/commands/DeletePortalCommand.d.ts +6 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +6 -0
- package/dist-types/commands/DeleteTimeSeriesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeAccessPolicyCommand.d.ts +6 -0
- package/dist-types/commands/DescribeAssetCommand.d.ts +6 -0
- package/dist-types/commands/DescribeAssetModelCommand.d.ts +6 -0
- package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +6 -0
- package/dist-types/commands/DescribeBulkImportJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/DescribeGatewayCommand.d.ts +6 -0
- package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +6 -0
- package/dist-types/commands/DescribePortalCommand.d.ts +6 -0
- package/dist-types/commands/DescribeProjectCommand.d.ts +6 -0
- package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTimeSeriesCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateAssetsCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +6 -0
- package/dist-types/commands/GetAssetPropertyAggregatesCommand.d.ts +6 -0
- package/dist-types/commands/GetAssetPropertyValueCommand.d.ts +6 -0
- package/dist-types/commands/GetAssetPropertyValueHistoryCommand.d.ts +6 -0
- package/dist-types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +6 -0
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +6 -0
- package/dist-types/commands/ListAssetModelPropertiesCommand.d.ts +6 -0
- package/dist-types/commands/ListAssetModelsCommand.d.ts +6 -0
- package/dist-types/commands/ListAssetPropertiesCommand.d.ts +6 -0
- package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +6 -0
- package/dist-types/commands/ListAssetsCommand.d.ts +6 -0
- package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +6 -0
- package/dist-types/commands/ListBulkImportJobsCommand.d.ts +6 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +6 -0
- package/dist-types/commands/ListGatewaysCommand.d.ts +6 -0
- package/dist-types/commands/ListPortalsCommand.d.ts +6 -0
- package/dist-types/commands/ListProjectAssetsCommand.d.ts +6 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +6 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/ListTimeSeriesCommand.d.ts +6 -0
- package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +6 -0
- package/dist-types/commands/PutStorageConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAssetCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAssetModelCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAssetPropertyCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +6 -0
- package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateGatewayCommand.d.ts +6 -0
- package/dist-types/commands/UpdatePortalCommand.d.ts +6 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +6 -0
- package/package.json +6 -6
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { BatchAssociateProjectAssetsRequest, BatchAssociateProjectAssetsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link BatchAssociateProjectAssetsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface BatchAssociateProjectAssetsCommandInput extends BatchAssociateProjectAssetsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link BatchAssociateProjectAssetsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface BatchAssociateProjectAssetsCommandOutput extends BatchAssociateProjectAssetsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { BatchDisassociateProjectAssetsRequest, BatchDisassociateProjectAssetsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link BatchDisassociateProjectAssetsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface BatchDisassociateProjectAssetsCommandInput extends BatchDisassociateProjectAssetsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link BatchDisassociateProjectAssetsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface BatchDisassociateProjectAssetsCommandOutput extends BatchDisassociateProjectAssetsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { BatchGetAssetPropertyAggregatesRequest, BatchGetAssetPropertyAggregatesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link BatchGetAssetPropertyAggregatesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface BatchGetAssetPropertyAggregatesCommandInput extends BatchGetAssetPropertyAggregatesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link BatchGetAssetPropertyAggregatesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface BatchGetAssetPropertyAggregatesCommandOutput extends BatchGetAssetPropertyAggregatesResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { BatchGetAssetPropertyValueRequest, BatchGetAssetPropertyValueResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link BatchGetAssetPropertyValueCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface BatchGetAssetPropertyValueCommandInput extends BatchGetAssetPropertyValueRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link BatchGetAssetPropertyValueCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface BatchGetAssetPropertyValueCommandOutput extends BatchGetAssetPropertyValueResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { BatchGetAssetPropertyValueHistoryRequest, BatchGetAssetPropertyValueHistoryResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link BatchGetAssetPropertyValueHistoryCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface BatchGetAssetPropertyValueHistoryCommandInput extends BatchGetAssetPropertyValueHistoryRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link BatchGetAssetPropertyValueHistoryCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface BatchGetAssetPropertyValueHistoryCommandOutput extends BatchGetAssetPropertyValueHistoryResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { BatchPutAssetPropertyValueRequest, BatchPutAssetPropertyValueResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link BatchPutAssetPropertyValueCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface BatchPutAssetPropertyValueCommandInput extends BatchPutAssetPropertyValueRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link BatchPutAssetPropertyValueCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface BatchPutAssetPropertyValueCommandOutput extends BatchPutAssetPropertyValueResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { CreateAccessPolicyRequest, CreateAccessPolicyResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateAccessPolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateAccessPolicyCommandInput extends CreateAccessPolicyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateAccessPolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateAccessPolicyCommandOutput extends CreateAccessPolicyResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { CreateAssetRequest, CreateAssetResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateAssetCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateAssetCommandInput extends CreateAssetRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateAssetCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateAssetCommandOutput extends CreateAssetResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { CreateAssetModelRequest, CreateAssetModelResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateAssetModelCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateAssetModelCommandInput extends CreateAssetModelRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateAssetModelCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateAssetModelCommandOutput extends CreateAssetModelResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { CreateBulkImportJobRequest, CreateBulkImportJobResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateBulkImportJobCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateBulkImportJobCommandInput extends CreateBulkImportJobRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateBulkImportJobCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateBulkImportJobCommandOutput extends CreateBulkImportJobResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { CreateDashboardRequest, CreateDashboardResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateDashboardCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateDashboardCommandInput extends CreateDashboardRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateDashboardCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateDashboardCommandOutput extends CreateDashboardResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { CreateGatewayRequest, CreateGatewayResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateGatewayCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateGatewayCommandInput extends CreateGatewayRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateGatewayCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateGatewayCommandOutput extends CreateGatewayResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { CreatePortalRequest, CreatePortalResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreatePortalCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreatePortalCommandInput extends CreatePortalRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreatePortalCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreatePortalCommandOutput extends CreatePortalResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { CreateProjectRequest, CreateProjectResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateProjectCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateProjectCommandInput extends CreateProjectRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateProjectCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateProjectCommandOutput extends CreateProjectResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DeleteAccessPolicyRequest, DeleteAccessPolicyResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteAccessPolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteAccessPolicyCommandInput extends DeleteAccessPolicyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteAccessPolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteAccessPolicyCommandOutput extends DeleteAccessPolicyResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DeleteAssetRequest, DeleteAssetResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteAssetCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteAssetCommandInput extends DeleteAssetRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteAssetCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteAssetCommandOutput extends DeleteAssetResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DeleteAssetModelRequest, DeleteAssetModelResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteAssetModelCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteAssetModelCommandInput extends DeleteAssetModelRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteAssetModelCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteAssetModelCommandOutput extends DeleteAssetModelResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DeleteDashboardRequest, DeleteDashboardResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteDashboardCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteDashboardCommandInput extends DeleteDashboardRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteDashboardCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteDashboardCommandOutput extends DeleteDashboardResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DeleteGatewayRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteGatewayCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteGatewayCommandInput extends DeleteGatewayRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteGatewayCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteGatewayCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DeletePortalRequest, DeletePortalResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeletePortalCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeletePortalCommandInput extends DeletePortalRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeletePortalCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeletePortalCommandOutput extends DeletePortalResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DeleteProjectRequest, DeleteProjectResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteProjectCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteProjectCommandInput extends DeleteProjectRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteProjectCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteProjectCommandOutput extends DeleteProjectResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DeleteTimeSeriesRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteTimeSeriesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteTimeSeriesCommandInput extends DeleteTimeSeriesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteTimeSeriesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteTimeSeriesCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DescribeAccessPolicyRequest, DescribeAccessPolicyResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeAccessPolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeAccessPolicyCommandInput extends DescribeAccessPolicyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeAccessPolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeAccessPolicyCommandOutput extends DescribeAccessPolicyResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DescribeAssetRequest, DescribeAssetResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeAssetCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeAssetCommandInput extends DescribeAssetRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeAssetCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeAssetCommandOutput extends DescribeAssetResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DescribeAssetModelRequest, DescribeAssetModelResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeAssetModelCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeAssetModelCommandInput extends DescribeAssetModelRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeAssetModelCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeAssetModelCommandOutput extends DescribeAssetModelResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DescribeAssetPropertyRequest, DescribeAssetPropertyResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeAssetPropertyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeAssetPropertyCommandInput extends DescribeAssetPropertyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeAssetPropertyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeAssetPropertyCommandOutput extends DescribeAssetPropertyResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DescribeBulkImportJobRequest, DescribeBulkImportJobResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeBulkImportJobCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeBulkImportJobCommandInput extends DescribeBulkImportJobRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeBulkImportJobCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeBulkImportJobCommandOutput extends DescribeBulkImportJobResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DescribeDashboardRequest, DescribeDashboardResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeDashboardCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeDashboardCommandInput extends DescribeDashboardRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeDashboardCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeDashboardCommandOutput extends DescribeDashboardResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DescribeDefaultEncryptionConfigurationRequest, DescribeDefaultEncryptionConfigurationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeDefaultEncryptionConfigurationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeDefaultEncryptionConfigurationCommandInput extends DescribeDefaultEncryptionConfigurationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeDefaultEncryptionConfigurationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeDefaultEncryptionConfigurationCommandOutput extends DescribeDefaultEncryptionConfigurationResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DescribeGatewayCapabilityConfigurationRequest, DescribeGatewayCapabilityConfigurationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeGatewayCapabilityConfigurationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeGatewayCapabilityConfigurationCommandInput extends DescribeGatewayCapabilityConfigurationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeGatewayCapabilityConfigurationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeGatewayCapabilityConfigurationCommandOutput extends DescribeGatewayCapabilityConfigurationResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DescribeGatewayRequest, DescribeGatewayResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeGatewayCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeGatewayCommandInput extends DescribeGatewayRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeGatewayCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeGatewayCommandOutput extends DescribeGatewayResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DescribeLoggingOptionsRequest, DescribeLoggingOptionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeLoggingOptionsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeLoggingOptionsCommandInput extends DescribeLoggingOptionsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeLoggingOptionsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeLoggingOptionsCommandOutput extends DescribeLoggingOptionsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DescribePortalRequest, DescribePortalResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribePortalCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribePortalCommandInput extends DescribePortalRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribePortalCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribePortalCommandOutput extends DescribePortalResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DescribeProjectRequest, DescribeProjectResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeProjectCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeProjectCommandInput extends DescribeProjectRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeProjectCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeProjectCommandOutput extends DescribeProjectResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DescribeStorageConfigurationRequest, DescribeStorageConfigurationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeStorageConfigurationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeStorageConfigurationCommandInput extends DescribeStorageConfigurationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeStorageConfigurationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeStorageConfigurationCommandOutput extends DescribeStorageConfigurationResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DescribeTimeSeriesRequest, DescribeTimeSeriesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeTimeSeriesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeTimeSeriesCommandInput extends DescribeTimeSeriesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeTimeSeriesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeTimeSeriesCommandOutput extends DescribeTimeSeriesResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DisassociateAssetsRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DisassociateAssetsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DisassociateAssetsCommandInput extends DisassociateAssetsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DisassociateAssetsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DisassociateAssetsCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { DisassociateTimeSeriesFromAssetPropertyRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DisassociateTimeSeriesFromAssetPropertyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DisassociateTimeSeriesFromAssetPropertyCommandInput extends DisassociateTimeSeriesFromAssetPropertyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DisassociateTimeSeriesFromAssetPropertyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DisassociateTimeSeriesFromAssetPropertyCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
5
5
|
import { GetAssetPropertyAggregatesRequest, GetAssetPropertyAggregatesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetAssetPropertyAggregatesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetAssetPropertyAggregatesCommandInput extends GetAssetPropertyAggregatesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetAssetPropertyAggregatesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetAssetPropertyAggregatesCommandOutput extends GetAssetPropertyAggregatesResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|