@aws-sdk/client-iotsitewise 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/IoTSiteWise.d.ts +1259 -360
- package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +530 -144
- package/dist-types/ts3.4/commands/AssociateAssetsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchAssociateProjectAssetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDisassociateProjectAssetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetAssetPropertyValueCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchPutAssetPropertyValueCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateAssetModelCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateBulkImportJobCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAssetModelCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteTimeSeriesCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DescribeAccessPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAssetModelCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeAssetPropertyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeBulkImportJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePortalCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeStorageConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTimeSeriesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisassociateAssetsCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetAssetPropertyAggregatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAssetPropertyValueCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAssetPropertyValueHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBulkImportJobsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListProjectAssetsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTimeSeriesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutStorageConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAssetModelCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateAssetPropertyCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +71 -71
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/IoTSiteWiseServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2072 -2724
- package/dist-types/ts3.4/pagination/BatchGetAssetPropertyAggregatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/BatchGetAssetPropertyValueHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/BatchGetAssetPropertyValuePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetAssetPropertyAggregatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssetModelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssetRelationshipsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssociatedAssetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBulkImportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProjectAssetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTimeSeriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +19 -19
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +857 -215
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +6 -6
- package/dist-types/ts3.4/waiters/waitForAssetActive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForAssetModelActive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForAssetModelNotExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForAssetNotExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForPortalActive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForPortalNotExists.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTSiteWiseClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTSiteWiseClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateGatewayCapabilityConfigurationRequest,
|
|
15
|
+
UpdateGatewayCapabilityConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateGatewayCapabilityConfigurationCommandInput
|
|
18
|
+
extends UpdateGatewayCapabilityConfigurationRequest {}
|
|
19
|
+
export interface UpdateGatewayCapabilityConfigurationCommandOutput
|
|
20
|
+
extends UpdateGatewayCapabilityConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateGatewayCapabilityConfigurationCommand extends $Command<
|
|
23
|
+
UpdateGatewayCapabilityConfigurationCommandInput,
|
|
24
|
+
UpdateGatewayCapabilityConfigurationCommandOutput,
|
|
25
|
+
IoTSiteWiseClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateGatewayCapabilityConfigurationCommandInput;
|
|
28
|
+
constructor(input: UpdateGatewayCapabilityConfigurationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateGatewayCapabilityConfigurationCommandInput,
|
|
35
|
+
UpdateGatewayCapabilityConfigurationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTSiteWiseClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTSiteWiseClient";
|
|
13
|
+
import { UpdateGatewayRequest } from "../models/models_0";
|
|
14
|
+
export interface UpdateGatewayCommandInput extends UpdateGatewayRequest {}
|
|
15
|
+
export interface UpdateGatewayCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class UpdateGatewayCommand extends $Command<
|
|
17
|
+
UpdateGatewayCommandInput,
|
|
18
|
+
UpdateGatewayCommandOutput,
|
|
19
|
+
IoTSiteWiseClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: UpdateGatewayCommandInput;
|
|
22
|
+
constructor(input: UpdateGatewayCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<UpdateGatewayCommandInput, UpdateGatewayCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTSiteWiseClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTSiteWiseClient";
|
|
13
|
+
import { UpdatePortalRequest, UpdatePortalResponse } from "../models/models_0";
|
|
14
|
+
export interface UpdatePortalCommandInput extends UpdatePortalRequest {}
|
|
15
|
+
export interface UpdatePortalCommandOutput
|
|
16
|
+
extends UpdatePortalResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class UpdatePortalCommand extends $Command<
|
|
19
|
+
UpdatePortalCommandInput,
|
|
20
|
+
UpdatePortalCommandOutput,
|
|
21
|
+
IoTSiteWiseClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UpdatePortalCommandInput;
|
|
24
|
+
constructor(input: UpdatePortalCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<UpdatePortalCommandInput, UpdatePortalCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTSiteWiseClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTSiteWiseClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateProjectRequest,
|
|
15
|
+
UpdateProjectResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateProjectCommandInput extends UpdateProjectRequest {}
|
|
18
|
+
export interface UpdateProjectCommandOutput
|
|
19
|
+
extends UpdateProjectResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class UpdateProjectCommand extends $Command<
|
|
22
|
+
UpdateProjectCommandInput,
|
|
23
|
+
UpdateProjectCommandOutput,
|
|
24
|
+
IoTSiteWiseClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: UpdateProjectCommandInput;
|
|
27
|
+
constructor(input: UpdateProjectCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UpdateProjectCommandInput, UpdateProjectCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,71 +1,71 @@
|
|
|
1
|
-
export * from "./AssociateAssetsCommand";
|
|
2
|
-
export * from "./AssociateTimeSeriesToAssetPropertyCommand";
|
|
3
|
-
export * from "./BatchAssociateProjectAssetsCommand";
|
|
4
|
-
export * from "./BatchDisassociateProjectAssetsCommand";
|
|
5
|
-
export * from "./BatchGetAssetPropertyAggregatesCommand";
|
|
6
|
-
export * from "./BatchGetAssetPropertyValueCommand";
|
|
7
|
-
export * from "./BatchGetAssetPropertyValueHistoryCommand";
|
|
8
|
-
export * from "./BatchPutAssetPropertyValueCommand";
|
|
9
|
-
export * from "./CreateAccessPolicyCommand";
|
|
10
|
-
export * from "./CreateAssetCommand";
|
|
11
|
-
export * from "./CreateAssetModelCommand";
|
|
12
|
-
export * from "./CreateBulkImportJobCommand";
|
|
13
|
-
export * from "./CreateDashboardCommand";
|
|
14
|
-
export * from "./CreateGatewayCommand";
|
|
15
|
-
export * from "./CreatePortalCommand";
|
|
16
|
-
export * from "./CreateProjectCommand";
|
|
17
|
-
export * from "./DeleteAccessPolicyCommand";
|
|
18
|
-
export * from "./DeleteAssetCommand";
|
|
19
|
-
export * from "./DeleteAssetModelCommand";
|
|
20
|
-
export * from "./DeleteDashboardCommand";
|
|
21
|
-
export * from "./DeleteGatewayCommand";
|
|
22
|
-
export * from "./DeletePortalCommand";
|
|
23
|
-
export * from "./DeleteProjectCommand";
|
|
24
|
-
export * from "./DeleteTimeSeriesCommand";
|
|
25
|
-
export * from "./DescribeAccessPolicyCommand";
|
|
26
|
-
export * from "./DescribeAssetCommand";
|
|
27
|
-
export * from "./DescribeAssetModelCommand";
|
|
28
|
-
export * from "./DescribeAssetPropertyCommand";
|
|
29
|
-
export * from "./DescribeBulkImportJobCommand";
|
|
30
|
-
export * from "./DescribeDashboardCommand";
|
|
31
|
-
export * from "./DescribeDefaultEncryptionConfigurationCommand";
|
|
32
|
-
export * from "./DescribeGatewayCapabilityConfigurationCommand";
|
|
33
|
-
export * from "./DescribeGatewayCommand";
|
|
34
|
-
export * from "./DescribeLoggingOptionsCommand";
|
|
35
|
-
export * from "./DescribePortalCommand";
|
|
36
|
-
export * from "./DescribeProjectCommand";
|
|
37
|
-
export * from "./DescribeStorageConfigurationCommand";
|
|
38
|
-
export * from "./DescribeTimeSeriesCommand";
|
|
39
|
-
export * from "./DisassociateAssetsCommand";
|
|
40
|
-
export * from "./DisassociateTimeSeriesFromAssetPropertyCommand";
|
|
41
|
-
export * from "./GetAssetPropertyAggregatesCommand";
|
|
42
|
-
export * from "./GetAssetPropertyValueCommand";
|
|
43
|
-
export * from "./GetAssetPropertyValueHistoryCommand";
|
|
44
|
-
export * from "./GetInterpolatedAssetPropertyValuesCommand";
|
|
45
|
-
export * from "./ListAccessPoliciesCommand";
|
|
46
|
-
export * from "./ListAssetModelsCommand";
|
|
47
|
-
export * from "./ListAssetRelationshipsCommand";
|
|
48
|
-
export * from "./ListAssetsCommand";
|
|
49
|
-
export * from "./ListAssociatedAssetsCommand";
|
|
50
|
-
export * from "./ListBulkImportJobsCommand";
|
|
51
|
-
export * from "./ListDashboardsCommand";
|
|
52
|
-
export * from "./ListGatewaysCommand";
|
|
53
|
-
export * from "./ListPortalsCommand";
|
|
54
|
-
export * from "./ListProjectAssetsCommand";
|
|
55
|
-
export * from "./ListProjectsCommand";
|
|
56
|
-
export * from "./ListTagsForResourceCommand";
|
|
57
|
-
export * from "./ListTimeSeriesCommand";
|
|
58
|
-
export * from "./PutDefaultEncryptionConfigurationCommand";
|
|
59
|
-
export * from "./PutLoggingOptionsCommand";
|
|
60
|
-
export * from "./PutStorageConfigurationCommand";
|
|
61
|
-
export * from "./TagResourceCommand";
|
|
62
|
-
export * from "./UntagResourceCommand";
|
|
63
|
-
export * from "./UpdateAccessPolicyCommand";
|
|
64
|
-
export * from "./UpdateAssetCommand";
|
|
65
|
-
export * from "./UpdateAssetModelCommand";
|
|
66
|
-
export * from "./UpdateAssetPropertyCommand";
|
|
67
|
-
export * from "./UpdateDashboardCommand";
|
|
68
|
-
export * from "./UpdateGatewayCapabilityConfigurationCommand";
|
|
69
|
-
export * from "./UpdateGatewayCommand";
|
|
70
|
-
export * from "./UpdatePortalCommand";
|
|
71
|
-
export * from "./UpdateProjectCommand";
|
|
1
|
+
export * from "./AssociateAssetsCommand";
|
|
2
|
+
export * from "./AssociateTimeSeriesToAssetPropertyCommand";
|
|
3
|
+
export * from "./BatchAssociateProjectAssetsCommand";
|
|
4
|
+
export * from "./BatchDisassociateProjectAssetsCommand";
|
|
5
|
+
export * from "./BatchGetAssetPropertyAggregatesCommand";
|
|
6
|
+
export * from "./BatchGetAssetPropertyValueCommand";
|
|
7
|
+
export * from "./BatchGetAssetPropertyValueHistoryCommand";
|
|
8
|
+
export * from "./BatchPutAssetPropertyValueCommand";
|
|
9
|
+
export * from "./CreateAccessPolicyCommand";
|
|
10
|
+
export * from "./CreateAssetCommand";
|
|
11
|
+
export * from "./CreateAssetModelCommand";
|
|
12
|
+
export * from "./CreateBulkImportJobCommand";
|
|
13
|
+
export * from "./CreateDashboardCommand";
|
|
14
|
+
export * from "./CreateGatewayCommand";
|
|
15
|
+
export * from "./CreatePortalCommand";
|
|
16
|
+
export * from "./CreateProjectCommand";
|
|
17
|
+
export * from "./DeleteAccessPolicyCommand";
|
|
18
|
+
export * from "./DeleteAssetCommand";
|
|
19
|
+
export * from "./DeleteAssetModelCommand";
|
|
20
|
+
export * from "./DeleteDashboardCommand";
|
|
21
|
+
export * from "./DeleteGatewayCommand";
|
|
22
|
+
export * from "./DeletePortalCommand";
|
|
23
|
+
export * from "./DeleteProjectCommand";
|
|
24
|
+
export * from "./DeleteTimeSeriesCommand";
|
|
25
|
+
export * from "./DescribeAccessPolicyCommand";
|
|
26
|
+
export * from "./DescribeAssetCommand";
|
|
27
|
+
export * from "./DescribeAssetModelCommand";
|
|
28
|
+
export * from "./DescribeAssetPropertyCommand";
|
|
29
|
+
export * from "./DescribeBulkImportJobCommand";
|
|
30
|
+
export * from "./DescribeDashboardCommand";
|
|
31
|
+
export * from "./DescribeDefaultEncryptionConfigurationCommand";
|
|
32
|
+
export * from "./DescribeGatewayCapabilityConfigurationCommand";
|
|
33
|
+
export * from "./DescribeGatewayCommand";
|
|
34
|
+
export * from "./DescribeLoggingOptionsCommand";
|
|
35
|
+
export * from "./DescribePortalCommand";
|
|
36
|
+
export * from "./DescribeProjectCommand";
|
|
37
|
+
export * from "./DescribeStorageConfigurationCommand";
|
|
38
|
+
export * from "./DescribeTimeSeriesCommand";
|
|
39
|
+
export * from "./DisassociateAssetsCommand";
|
|
40
|
+
export * from "./DisassociateTimeSeriesFromAssetPropertyCommand";
|
|
41
|
+
export * from "./GetAssetPropertyAggregatesCommand";
|
|
42
|
+
export * from "./GetAssetPropertyValueCommand";
|
|
43
|
+
export * from "./GetAssetPropertyValueHistoryCommand";
|
|
44
|
+
export * from "./GetInterpolatedAssetPropertyValuesCommand";
|
|
45
|
+
export * from "./ListAccessPoliciesCommand";
|
|
46
|
+
export * from "./ListAssetModelsCommand";
|
|
47
|
+
export * from "./ListAssetRelationshipsCommand";
|
|
48
|
+
export * from "./ListAssetsCommand";
|
|
49
|
+
export * from "./ListAssociatedAssetsCommand";
|
|
50
|
+
export * from "./ListBulkImportJobsCommand";
|
|
51
|
+
export * from "./ListDashboardsCommand";
|
|
52
|
+
export * from "./ListGatewaysCommand";
|
|
53
|
+
export * from "./ListPortalsCommand";
|
|
54
|
+
export * from "./ListProjectAssetsCommand";
|
|
55
|
+
export * from "./ListProjectsCommand";
|
|
56
|
+
export * from "./ListTagsForResourceCommand";
|
|
57
|
+
export * from "./ListTimeSeriesCommand";
|
|
58
|
+
export * from "./PutDefaultEncryptionConfigurationCommand";
|
|
59
|
+
export * from "./PutLoggingOptionsCommand";
|
|
60
|
+
export * from "./PutStorageConfigurationCommand";
|
|
61
|
+
export * from "./TagResourceCommand";
|
|
62
|
+
export * from "./UntagResourceCommand";
|
|
63
|
+
export * from "./UpdateAccessPolicyCommand";
|
|
64
|
+
export * from "./UpdateAssetCommand";
|
|
65
|
+
export * from "./UpdateAssetModelCommand";
|
|
66
|
+
export * from "./UpdateAssetPropertyCommand";
|
|
67
|
+
export * from "./UpdateDashboardCommand";
|
|
68
|
+
export * from "./UpdateGatewayCapabilityConfigurationCommand";
|
|
69
|
+
export * from "./UpdateGatewayCommand";
|
|
70
|
+
export * from "./UpdatePortalCommand";
|
|
71
|
+
export * from "./UpdateProjectCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./IoTSiteWise";
|
|
2
|
-
export * from "./IoTSiteWiseClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export * from "./waiters";
|
|
7
|
-
export { IoTSiteWiseServiceException } from "./models/IoTSiteWiseServiceException";
|
|
1
|
+
export * from "./IoTSiteWise";
|
|
2
|
+
export * from "./IoTSiteWiseClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
7
|
+
export { IoTSiteWiseServiceException } from "./models/IoTSiteWiseServiceException";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class IoTSiteWiseServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|