@aws-sdk/client-iotsitewise 3.74.0 → 3.75.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 +11 -0
- package/dist-cjs/IoTSiteWise.js +45 -0
- package/dist-cjs/commands/BatchGetAssetPropertyAggregatesCommand.js +36 -0
- package/dist-cjs/commands/BatchGetAssetPropertyValueCommand.js +36 -0
- package/dist-cjs/commands/BatchGetAssetPropertyValueHistoryCommand.js +36 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +172 -22
- package/dist-cjs/pagination/BatchGetAssetPropertyAggregatesPaginator.js +35 -0
- package/dist-cjs/pagination/BatchGetAssetPropertyValueHistoryPaginator.js +35 -0
- package/dist-cjs/pagination/BatchGetAssetPropertyValuePaginator.js +34 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +563 -3
- package/dist-es/IoTSiteWise.js +45 -0
- package/dist-es/commands/BatchGetAssetPropertyAggregatesCommand.js +39 -0
- package/dist-es/commands/BatchGetAssetPropertyValueCommand.js +39 -0
- package/dist-es/commands/BatchGetAssetPropertyValueHistoryCommand.js +39 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +124 -17
- package/dist-es/pagination/BatchGetAssetPropertyAggregatesPaginator.js +74 -0
- package/dist-es/pagination/BatchGetAssetPropertyValueHistoryPaginator.js +74 -0
- package/dist-es/pagination/BatchGetAssetPropertyValuePaginator.js +73 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +611 -0
- package/dist-types/IoTSiteWise.d.ts +25 -0
- package/dist-types/IoTSiteWiseClient.d.ts +5 -2
- package/dist-types/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +37 -0
- package/dist-types/commands/BatchGetAssetPropertyValueCommand.d.ts +36 -0
- package/dist-types/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +36 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +627 -15
- package/dist-types/pagination/BatchGetAssetPropertyAggregatesPaginator.d.ts +4 -0
- package/dist-types/pagination/BatchGetAssetPropertyValueHistoryPaginator.d.ts +4 -0
- package/dist-types/pagination/BatchGetAssetPropertyValuePaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/IoTSiteWise.d.ts +15 -0
- package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +5 -2
- package/dist-types/ts3.4/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetAssetPropertyValueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +315 -11
- package/dist-types/ts3.4/pagination/BatchGetAssetPropertyAggregatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/BatchGetAssetPropertyValueHistoryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/BatchGetAssetPropertyValuePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +9 -0
- package/package.json +8 -8
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
export * from "./BatchGetAssetPropertyAggregatesPaginator";
|
|
2
|
+
export * from "./BatchGetAssetPropertyValueHistoryPaginator";
|
|
3
|
+
export * from "./BatchGetAssetPropertyValuePaginator";
|
|
1
4
|
export * from "./GetAssetPropertyAggregatesPaginator";
|
|
2
5
|
export * from "./GetAssetPropertyValueHistoryPaginator";
|
|
3
6
|
export * from "./GetInterpolatedAssetPropertyValuesPaginator";
|
|
@@ -4,6 +4,9 @@ import { AssociateAssetsCommandInput, AssociateAssetsCommandOutput } from "../co
|
|
|
4
4
|
import { AssociateTimeSeriesToAssetPropertyCommandInput, AssociateTimeSeriesToAssetPropertyCommandOutput } from "../commands/AssociateTimeSeriesToAssetPropertyCommand";
|
|
5
5
|
import { BatchAssociateProjectAssetsCommandInput, BatchAssociateProjectAssetsCommandOutput } from "../commands/BatchAssociateProjectAssetsCommand";
|
|
6
6
|
import { BatchDisassociateProjectAssetsCommandInput, BatchDisassociateProjectAssetsCommandOutput } from "../commands/BatchDisassociateProjectAssetsCommand";
|
|
7
|
+
import { BatchGetAssetPropertyAggregatesCommandInput, BatchGetAssetPropertyAggregatesCommandOutput } from "../commands/BatchGetAssetPropertyAggregatesCommand";
|
|
8
|
+
import { BatchGetAssetPropertyValueCommandInput, BatchGetAssetPropertyValueCommandOutput } from "../commands/BatchGetAssetPropertyValueCommand";
|
|
9
|
+
import { BatchGetAssetPropertyValueHistoryCommandInput, BatchGetAssetPropertyValueHistoryCommandOutput } from "../commands/BatchGetAssetPropertyValueHistoryCommand";
|
|
7
10
|
import { BatchPutAssetPropertyValueCommandInput, BatchPutAssetPropertyValueCommandOutput } from "../commands/BatchPutAssetPropertyValueCommand";
|
|
8
11
|
import { CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput } from "../commands/CreateAccessPolicyCommand";
|
|
9
12
|
import { CreateAssetCommandInput, CreateAssetCommandOutput } from "../commands/CreateAssetCommand";
|
|
@@ -69,6 +72,9 @@ export declare const serializeAws_restJson1AssociateAssetsCommand: (input: Assoc
|
|
|
69
72
|
export declare const serializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand: (input: AssociateTimeSeriesToAssetPropertyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
73
|
export declare const serializeAws_restJson1BatchAssociateProjectAssetsCommand: (input: BatchAssociateProjectAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
74
|
export declare const serializeAws_restJson1BatchDisassociateProjectAssetsCommand: (input: BatchDisassociateProjectAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
+
export declare const serializeAws_restJson1BatchGetAssetPropertyAggregatesCommand: (input: BatchGetAssetPropertyAggregatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
export declare const serializeAws_restJson1BatchGetAssetPropertyValueCommand: (input: BatchGetAssetPropertyValueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
export declare const serializeAws_restJson1BatchGetAssetPropertyValueHistoryCommand: (input: BatchGetAssetPropertyValueHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
78
|
export declare const serializeAws_restJson1BatchPutAssetPropertyValueCommand: (input: BatchPutAssetPropertyValueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
79
|
export declare const serializeAws_restJson1CreateAccessPolicyCommand: (input: CreateAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
80
|
export declare const serializeAws_restJson1CreateAssetCommand: (input: CreateAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -134,6 +140,9 @@ export declare const deserializeAws_restJson1AssociateAssetsCommand: (output: __
|
|
|
134
140
|
export declare const deserializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTimeSeriesToAssetPropertyCommandOutput>;
|
|
135
141
|
export declare const deserializeAws_restJson1BatchAssociateProjectAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAssociateProjectAssetsCommandOutput>;
|
|
136
142
|
export declare const deserializeAws_restJson1BatchDisassociateProjectAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisassociateProjectAssetsCommandOutput>;
|
|
143
|
+
export declare const deserializeAws_restJson1BatchGetAssetPropertyAggregatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetAssetPropertyAggregatesCommandOutput>;
|
|
144
|
+
export declare const deserializeAws_restJson1BatchGetAssetPropertyValueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetAssetPropertyValueCommandOutput>;
|
|
145
|
+
export declare const deserializeAws_restJson1BatchGetAssetPropertyValueHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetAssetPropertyValueHistoryCommandOutput>;
|
|
137
146
|
export declare const deserializeAws_restJson1BatchPutAssetPropertyValueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchPutAssetPropertyValueCommandOutput>;
|
|
138
147
|
export declare const deserializeAws_restJson1CreateAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessPolicyCommandOutput>;
|
|
139
148
|
export declare const deserializeAws_restJson1CreateAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssetCommandOutput>;
|
|
@@ -3,6 +3,9 @@ import { AssociateAssetsCommandInput, AssociateAssetsCommandOutput } from "./com
|
|
|
3
3
|
import { AssociateTimeSeriesToAssetPropertyCommandInput, AssociateTimeSeriesToAssetPropertyCommandOutput } from "./commands/AssociateTimeSeriesToAssetPropertyCommand";
|
|
4
4
|
import { BatchAssociateProjectAssetsCommandInput, BatchAssociateProjectAssetsCommandOutput } from "./commands/BatchAssociateProjectAssetsCommand";
|
|
5
5
|
import { BatchDisassociateProjectAssetsCommandInput, BatchDisassociateProjectAssetsCommandOutput } from "./commands/BatchDisassociateProjectAssetsCommand";
|
|
6
|
+
import { BatchGetAssetPropertyAggregatesCommandInput, BatchGetAssetPropertyAggregatesCommandOutput } from "./commands/BatchGetAssetPropertyAggregatesCommand";
|
|
7
|
+
import { BatchGetAssetPropertyValueCommandInput, BatchGetAssetPropertyValueCommandOutput } from "./commands/BatchGetAssetPropertyValueCommand";
|
|
8
|
+
import { BatchGetAssetPropertyValueHistoryCommandInput, BatchGetAssetPropertyValueHistoryCommandOutput } from "./commands/BatchGetAssetPropertyValueHistoryCommand";
|
|
6
9
|
import { BatchPutAssetPropertyValueCommandInput, BatchPutAssetPropertyValueCommandOutput } from "./commands/BatchPutAssetPropertyValueCommand";
|
|
7
10
|
import { CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput } from "./commands/CreateAccessPolicyCommand";
|
|
8
11
|
import { CreateAssetCommandInput, CreateAssetCommandOutput } from "./commands/CreateAssetCommand";
|
|
@@ -84,6 +87,18 @@ export declare class IoTSiteWise extends IoTSiteWiseClient {
|
|
|
84
87
|
batchDisassociateProjectAssets(args: BatchDisassociateProjectAssetsCommandInput, cb: (err: any, data?: BatchDisassociateProjectAssetsCommandOutput) => void): void;
|
|
85
88
|
batchDisassociateProjectAssets(args: BatchDisassociateProjectAssetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDisassociateProjectAssetsCommandOutput) => void): void;
|
|
86
89
|
|
|
90
|
+
batchGetAssetPropertyAggregates(args: BatchGetAssetPropertyAggregatesCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetAssetPropertyAggregatesCommandOutput>;
|
|
91
|
+
batchGetAssetPropertyAggregates(args: BatchGetAssetPropertyAggregatesCommandInput, cb: (err: any, data?: BatchGetAssetPropertyAggregatesCommandOutput) => void): void;
|
|
92
|
+
batchGetAssetPropertyAggregates(args: BatchGetAssetPropertyAggregatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetAssetPropertyAggregatesCommandOutput) => void): void;
|
|
93
|
+
|
|
94
|
+
batchGetAssetPropertyValue(args: BatchGetAssetPropertyValueCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetAssetPropertyValueCommandOutput>;
|
|
95
|
+
batchGetAssetPropertyValue(args: BatchGetAssetPropertyValueCommandInput, cb: (err: any, data?: BatchGetAssetPropertyValueCommandOutput) => void): void;
|
|
96
|
+
batchGetAssetPropertyValue(args: BatchGetAssetPropertyValueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetAssetPropertyValueCommandOutput) => void): void;
|
|
97
|
+
|
|
98
|
+
batchGetAssetPropertyValueHistory(args: BatchGetAssetPropertyValueHistoryCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetAssetPropertyValueHistoryCommandOutput>;
|
|
99
|
+
batchGetAssetPropertyValueHistory(args: BatchGetAssetPropertyValueHistoryCommandInput, cb: (err: any, data?: BatchGetAssetPropertyValueHistoryCommandOutput) => void): void;
|
|
100
|
+
batchGetAssetPropertyValueHistory(args: BatchGetAssetPropertyValueHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetAssetPropertyValueHistoryCommandOutput) => void): void;
|
|
101
|
+
|
|
87
102
|
batchPutAssetPropertyValue(args: BatchPutAssetPropertyValueCommandInput, options?: __HttpHandlerOptions): Promise<BatchPutAssetPropertyValueCommandOutput>;
|
|
88
103
|
batchPutAssetPropertyValue(args: BatchPutAssetPropertyValueCommandInput, cb: (err: any, data?: BatchPutAssetPropertyValueCommandOutput) => void): void;
|
|
89
104
|
batchPutAssetPropertyValue(args: BatchPutAssetPropertyValueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchPutAssetPropertyValueCommandOutput) => void): void;
|
|
@@ -10,6 +10,9 @@ import { AssociateAssetsCommandInput, AssociateAssetsCommandOutput } from "./com
|
|
|
10
10
|
import { AssociateTimeSeriesToAssetPropertyCommandInput, AssociateTimeSeriesToAssetPropertyCommandOutput } from "./commands/AssociateTimeSeriesToAssetPropertyCommand";
|
|
11
11
|
import { BatchAssociateProjectAssetsCommandInput, BatchAssociateProjectAssetsCommandOutput } from "./commands/BatchAssociateProjectAssetsCommand";
|
|
12
12
|
import { BatchDisassociateProjectAssetsCommandInput, BatchDisassociateProjectAssetsCommandOutput } from "./commands/BatchDisassociateProjectAssetsCommand";
|
|
13
|
+
import { BatchGetAssetPropertyAggregatesCommandInput, BatchGetAssetPropertyAggregatesCommandOutput } from "./commands/BatchGetAssetPropertyAggregatesCommand";
|
|
14
|
+
import { BatchGetAssetPropertyValueCommandInput, BatchGetAssetPropertyValueCommandOutput } from "./commands/BatchGetAssetPropertyValueCommand";
|
|
15
|
+
import { BatchGetAssetPropertyValueHistoryCommandInput, BatchGetAssetPropertyValueHistoryCommandOutput } from "./commands/BatchGetAssetPropertyValueHistoryCommand";
|
|
13
16
|
import { BatchPutAssetPropertyValueCommandInput, BatchPutAssetPropertyValueCommandOutput } from "./commands/BatchPutAssetPropertyValueCommand";
|
|
14
17
|
import { CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput } from "./commands/CreateAccessPolicyCommand";
|
|
15
18
|
import { CreateAssetCommandInput, CreateAssetCommandOutput } from "./commands/CreateAssetCommand";
|
|
@@ -71,8 +74,8 @@ import { UpdateGatewayCapabilityConfigurationCommandInput, UpdateGatewayCapabili
|
|
|
71
74
|
import { UpdateGatewayCommandInput, UpdateGatewayCommandOutput } from "./commands/UpdateGatewayCommand";
|
|
72
75
|
import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "./commands/UpdatePortalCommand";
|
|
73
76
|
import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
|
|
74
|
-
export declare type ServiceInputTypes = AssociateAssetsCommandInput | AssociateTimeSeriesToAssetPropertyCommandInput | BatchAssociateProjectAssetsCommandInput | BatchDisassociateProjectAssetsCommandInput | BatchPutAssetPropertyValueCommandInput | CreateAccessPolicyCommandInput | CreateAssetCommandInput | CreateAssetModelCommandInput | CreateDashboardCommandInput | CreateGatewayCommandInput | CreatePortalCommandInput | CreateProjectCommandInput | DeleteAccessPolicyCommandInput | DeleteAssetCommandInput | DeleteAssetModelCommandInput | DeleteDashboardCommandInput | DeleteGatewayCommandInput | DeletePortalCommandInput | DeleteProjectCommandInput | DeleteTimeSeriesCommandInput | DescribeAccessPolicyCommandInput | DescribeAssetCommandInput | DescribeAssetModelCommandInput | DescribeAssetPropertyCommandInput | DescribeDashboardCommandInput | DescribeDefaultEncryptionConfigurationCommandInput | DescribeGatewayCapabilityConfigurationCommandInput | DescribeGatewayCommandInput | DescribeLoggingOptionsCommandInput | DescribePortalCommandInput | DescribeProjectCommandInput | DescribeStorageConfigurationCommandInput | DescribeTimeSeriesCommandInput | DisassociateAssetsCommandInput | DisassociateTimeSeriesFromAssetPropertyCommandInput | GetAssetPropertyAggregatesCommandInput | GetAssetPropertyValueCommandInput | GetAssetPropertyValueHistoryCommandInput | GetInterpolatedAssetPropertyValuesCommandInput | ListAccessPoliciesCommandInput | ListAssetModelsCommandInput | ListAssetRelationshipsCommandInput | ListAssetsCommandInput | ListAssociatedAssetsCommandInput | ListDashboardsCommandInput | ListGatewaysCommandInput | ListPortalsCommandInput | ListProjectAssetsCommandInput | ListProjectsCommandInput | ListTagsForResourceCommandInput | ListTimeSeriesCommandInput | PutDefaultEncryptionConfigurationCommandInput | PutLoggingOptionsCommandInput | PutStorageConfigurationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccessPolicyCommandInput | UpdateAssetCommandInput | UpdateAssetModelCommandInput | UpdateAssetPropertyCommandInput | UpdateDashboardCommandInput | UpdateGatewayCapabilityConfigurationCommandInput | UpdateGatewayCommandInput | UpdatePortalCommandInput | UpdateProjectCommandInput;
|
|
75
|
-
export declare type ServiceOutputTypes = AssociateAssetsCommandOutput | AssociateTimeSeriesToAssetPropertyCommandOutput | BatchAssociateProjectAssetsCommandOutput | BatchDisassociateProjectAssetsCommandOutput | BatchPutAssetPropertyValueCommandOutput | CreateAccessPolicyCommandOutput | CreateAssetCommandOutput | CreateAssetModelCommandOutput | CreateDashboardCommandOutput | CreateGatewayCommandOutput | CreatePortalCommandOutput | CreateProjectCommandOutput | DeleteAccessPolicyCommandOutput | DeleteAssetCommandOutput | DeleteAssetModelCommandOutput | DeleteDashboardCommandOutput | DeleteGatewayCommandOutput | DeletePortalCommandOutput | DeleteProjectCommandOutput | DeleteTimeSeriesCommandOutput | DescribeAccessPolicyCommandOutput | DescribeAssetCommandOutput | DescribeAssetModelCommandOutput | DescribeAssetPropertyCommandOutput | DescribeDashboardCommandOutput | DescribeDefaultEncryptionConfigurationCommandOutput | DescribeGatewayCapabilityConfigurationCommandOutput | DescribeGatewayCommandOutput | DescribeLoggingOptionsCommandOutput | DescribePortalCommandOutput | DescribeProjectCommandOutput | DescribeStorageConfigurationCommandOutput | DescribeTimeSeriesCommandOutput | DisassociateAssetsCommandOutput | DisassociateTimeSeriesFromAssetPropertyCommandOutput | GetAssetPropertyAggregatesCommandOutput | GetAssetPropertyValueCommandOutput | GetAssetPropertyValueHistoryCommandOutput | GetInterpolatedAssetPropertyValuesCommandOutput | ListAccessPoliciesCommandOutput | ListAssetModelsCommandOutput | ListAssetRelationshipsCommandOutput | ListAssetsCommandOutput | ListAssociatedAssetsCommandOutput | ListDashboardsCommandOutput | ListGatewaysCommandOutput | ListPortalsCommandOutput | ListProjectAssetsCommandOutput | ListProjectsCommandOutput | ListTagsForResourceCommandOutput | ListTimeSeriesCommandOutput | PutDefaultEncryptionConfigurationCommandOutput | PutLoggingOptionsCommandOutput | PutStorageConfigurationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccessPolicyCommandOutput | UpdateAssetCommandOutput | UpdateAssetModelCommandOutput | UpdateAssetPropertyCommandOutput | UpdateDashboardCommandOutput | UpdateGatewayCapabilityConfigurationCommandOutput | UpdateGatewayCommandOutput | UpdatePortalCommandOutput | UpdateProjectCommandOutput;
|
|
77
|
+
export declare type ServiceInputTypes = AssociateAssetsCommandInput | AssociateTimeSeriesToAssetPropertyCommandInput | BatchAssociateProjectAssetsCommandInput | BatchDisassociateProjectAssetsCommandInput | BatchGetAssetPropertyAggregatesCommandInput | BatchGetAssetPropertyValueCommandInput | BatchGetAssetPropertyValueHistoryCommandInput | BatchPutAssetPropertyValueCommandInput | CreateAccessPolicyCommandInput | CreateAssetCommandInput | CreateAssetModelCommandInput | CreateDashboardCommandInput | CreateGatewayCommandInput | CreatePortalCommandInput | CreateProjectCommandInput | DeleteAccessPolicyCommandInput | DeleteAssetCommandInput | DeleteAssetModelCommandInput | DeleteDashboardCommandInput | DeleteGatewayCommandInput | DeletePortalCommandInput | DeleteProjectCommandInput | DeleteTimeSeriesCommandInput | DescribeAccessPolicyCommandInput | DescribeAssetCommandInput | DescribeAssetModelCommandInput | DescribeAssetPropertyCommandInput | DescribeDashboardCommandInput | DescribeDefaultEncryptionConfigurationCommandInput | DescribeGatewayCapabilityConfigurationCommandInput | DescribeGatewayCommandInput | DescribeLoggingOptionsCommandInput | DescribePortalCommandInput | DescribeProjectCommandInput | DescribeStorageConfigurationCommandInput | DescribeTimeSeriesCommandInput | DisassociateAssetsCommandInput | DisassociateTimeSeriesFromAssetPropertyCommandInput | GetAssetPropertyAggregatesCommandInput | GetAssetPropertyValueCommandInput | GetAssetPropertyValueHistoryCommandInput | GetInterpolatedAssetPropertyValuesCommandInput | ListAccessPoliciesCommandInput | ListAssetModelsCommandInput | ListAssetRelationshipsCommandInput | ListAssetsCommandInput | ListAssociatedAssetsCommandInput | ListDashboardsCommandInput | ListGatewaysCommandInput | ListPortalsCommandInput | ListProjectAssetsCommandInput | ListProjectsCommandInput | ListTagsForResourceCommandInput | ListTimeSeriesCommandInput | PutDefaultEncryptionConfigurationCommandInput | PutLoggingOptionsCommandInput | PutStorageConfigurationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccessPolicyCommandInput | UpdateAssetCommandInput | UpdateAssetModelCommandInput | UpdateAssetPropertyCommandInput | UpdateDashboardCommandInput | UpdateGatewayCapabilityConfigurationCommandInput | UpdateGatewayCommandInput | UpdatePortalCommandInput | UpdateProjectCommandInput;
|
|
78
|
+
export declare type ServiceOutputTypes = AssociateAssetsCommandOutput | AssociateTimeSeriesToAssetPropertyCommandOutput | BatchAssociateProjectAssetsCommandOutput | BatchDisassociateProjectAssetsCommandOutput | BatchGetAssetPropertyAggregatesCommandOutput | BatchGetAssetPropertyValueCommandOutput | BatchGetAssetPropertyValueHistoryCommandOutput | BatchPutAssetPropertyValueCommandOutput | CreateAccessPolicyCommandOutput | CreateAssetCommandOutput | CreateAssetModelCommandOutput | CreateDashboardCommandOutput | CreateGatewayCommandOutput | CreatePortalCommandOutput | CreateProjectCommandOutput | DeleteAccessPolicyCommandOutput | DeleteAssetCommandOutput | DeleteAssetModelCommandOutput | DeleteDashboardCommandOutput | DeleteGatewayCommandOutput | DeletePortalCommandOutput | DeleteProjectCommandOutput | DeleteTimeSeriesCommandOutput | DescribeAccessPolicyCommandOutput | DescribeAssetCommandOutput | DescribeAssetModelCommandOutput | DescribeAssetPropertyCommandOutput | DescribeDashboardCommandOutput | DescribeDefaultEncryptionConfigurationCommandOutput | DescribeGatewayCapabilityConfigurationCommandOutput | DescribeGatewayCommandOutput | DescribeLoggingOptionsCommandOutput | DescribePortalCommandOutput | DescribeProjectCommandOutput | DescribeStorageConfigurationCommandOutput | DescribeTimeSeriesCommandOutput | DisassociateAssetsCommandOutput | DisassociateTimeSeriesFromAssetPropertyCommandOutput | GetAssetPropertyAggregatesCommandOutput | GetAssetPropertyValueCommandOutput | GetAssetPropertyValueHistoryCommandOutput | GetInterpolatedAssetPropertyValuesCommandOutput | ListAccessPoliciesCommandOutput | ListAssetModelsCommandOutput | ListAssetRelationshipsCommandOutput | ListAssetsCommandOutput | ListAssociatedAssetsCommandOutput | ListDashboardsCommandOutput | ListGatewaysCommandOutput | ListPortalsCommandOutput | ListProjectAssetsCommandOutput | ListProjectsCommandOutput | ListTagsForResourceCommandOutput | ListTimeSeriesCommandOutput | PutDefaultEncryptionConfigurationCommandOutput | PutLoggingOptionsCommandOutput | PutStorageConfigurationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccessPolicyCommandOutput | UpdateAssetCommandOutput | UpdateAssetModelCommandOutput | UpdateAssetPropertyCommandOutput | UpdateDashboardCommandOutput | UpdateGatewayCapabilityConfigurationCommandOutput | UpdateGatewayCommandOutput | UpdatePortalCommandOutput | UpdateProjectCommandOutput;
|
|
76
79
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
77
80
|
|
|
78
81
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
4
|
+
import { BatchGetAssetPropertyAggregatesRequest, BatchGetAssetPropertyAggregatesResponse } from "../models/models_0";
|
|
5
|
+
export interface BatchGetAssetPropertyAggregatesCommandInput extends BatchGetAssetPropertyAggregatesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface BatchGetAssetPropertyAggregatesCommandOutput extends BatchGetAssetPropertyAggregatesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class BatchGetAssetPropertyAggregatesCommand extends $Command<BatchGetAssetPropertyAggregatesCommandInput, BatchGetAssetPropertyAggregatesCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
11
|
+
readonly input: BatchGetAssetPropertyAggregatesCommandInput;
|
|
12
|
+
constructor(input: BatchGetAssetPropertyAggregatesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetAssetPropertyAggregatesCommandInput, BatchGetAssetPropertyAggregatesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
4
|
+
import { BatchGetAssetPropertyValueRequest, BatchGetAssetPropertyValueResponse } from "../models/models_0";
|
|
5
|
+
export interface BatchGetAssetPropertyValueCommandInput extends BatchGetAssetPropertyValueRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface BatchGetAssetPropertyValueCommandOutput extends BatchGetAssetPropertyValueResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class BatchGetAssetPropertyValueCommand extends $Command<BatchGetAssetPropertyValueCommandInput, BatchGetAssetPropertyValueCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
11
|
+
readonly input: BatchGetAssetPropertyValueCommandInput;
|
|
12
|
+
constructor(input: BatchGetAssetPropertyValueCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetAssetPropertyValueCommandInput, BatchGetAssetPropertyValueCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
|
|
4
|
+
import { BatchGetAssetPropertyValueHistoryRequest, BatchGetAssetPropertyValueHistoryResponse } from "../models/models_0";
|
|
5
|
+
export interface BatchGetAssetPropertyValueHistoryCommandInput extends BatchGetAssetPropertyValueHistoryRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface BatchGetAssetPropertyValueHistoryCommandOutput extends BatchGetAssetPropertyValueHistoryResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class BatchGetAssetPropertyValueHistoryCommand extends $Command<BatchGetAssetPropertyValueHistoryCommandInput, BatchGetAssetPropertyValueHistoryCommandOutput, IoTSiteWiseClientResolvedConfig> {
|
|
11
|
+
readonly input: BatchGetAssetPropertyValueHistoryCommandInput;
|
|
12
|
+
constructor(input: BatchGetAssetPropertyValueHistoryCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetAssetPropertyValueHistoryCommandInput, BatchGetAssetPropertyValueHistoryCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -2,6 +2,9 @@ export * from "./AssociateAssetsCommand";
|
|
|
2
2
|
export * from "./AssociateTimeSeriesToAssetPropertyCommand";
|
|
3
3
|
export * from "./BatchAssociateProjectAssetsCommand";
|
|
4
4
|
export * from "./BatchDisassociateProjectAssetsCommand";
|
|
5
|
+
export * from "./BatchGetAssetPropertyAggregatesCommand";
|
|
6
|
+
export * from "./BatchGetAssetPropertyValueCommand";
|
|
7
|
+
export * from "./BatchGetAssetPropertyValueHistoryCommand";
|
|
5
8
|
export * from "./BatchPutAssetPropertyValueCommand";
|
|
6
9
|
export * from "./CreateAccessPolicyCommand";
|
|
7
10
|
export * from "./CreateAssetCommand";
|
|
@@ -801,6 +801,321 @@ export declare namespace BatchDisassociateProjectAssetsResponse {
|
|
|
801
801
|
|
|
802
802
|
const filterSensitiveLog: (obj: BatchDisassociateProjectAssetsResponse) => any;
|
|
803
803
|
}
|
|
804
|
+
export declare enum TimeOrdering {
|
|
805
|
+
ASCENDING = "ASCENDING",
|
|
806
|
+
DESCENDING = "DESCENDING"
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
export interface BatchGetAssetPropertyAggregatesEntry {
|
|
810
|
+
|
|
811
|
+
entryId: string | undefined;
|
|
812
|
+
|
|
813
|
+
assetId?: string;
|
|
814
|
+
|
|
815
|
+
propertyId?: string;
|
|
816
|
+
|
|
817
|
+
propertyAlias?: string;
|
|
818
|
+
|
|
819
|
+
aggregateTypes: (AggregateType | string)[] | undefined;
|
|
820
|
+
|
|
821
|
+
resolution: string | undefined;
|
|
822
|
+
|
|
823
|
+
startDate: Date | undefined;
|
|
824
|
+
|
|
825
|
+
endDate: Date | undefined;
|
|
826
|
+
|
|
827
|
+
qualities?: (Quality | string)[];
|
|
828
|
+
|
|
829
|
+
timeOrdering?: TimeOrdering | string;
|
|
830
|
+
}
|
|
831
|
+
export declare namespace BatchGetAssetPropertyAggregatesEntry {
|
|
832
|
+
|
|
833
|
+
const filterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesEntry) => any;
|
|
834
|
+
}
|
|
835
|
+
export interface BatchGetAssetPropertyAggregatesRequest {
|
|
836
|
+
|
|
837
|
+
entries: BatchGetAssetPropertyAggregatesEntry[] | undefined;
|
|
838
|
+
|
|
839
|
+
nextToken?: string;
|
|
840
|
+
|
|
841
|
+
maxResults?: number;
|
|
842
|
+
}
|
|
843
|
+
export declare namespace BatchGetAssetPropertyAggregatesRequest {
|
|
844
|
+
|
|
845
|
+
const filterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesRequest) => any;
|
|
846
|
+
}
|
|
847
|
+
export declare enum BatchGetAssetPropertyAggregatesErrorCode {
|
|
848
|
+
AccessDeniedException = "AccessDeniedException",
|
|
849
|
+
InvalidRequestException = "InvalidRequestException",
|
|
850
|
+
ResourceNotFoundException = "ResourceNotFoundException"
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
export interface BatchGetAssetPropertyAggregatesErrorEntry {
|
|
854
|
+
|
|
855
|
+
errorCode: BatchGetAssetPropertyAggregatesErrorCode | string | undefined;
|
|
856
|
+
|
|
857
|
+
errorMessage: string | undefined;
|
|
858
|
+
|
|
859
|
+
entryId: string | undefined;
|
|
860
|
+
}
|
|
861
|
+
export declare namespace BatchGetAssetPropertyAggregatesErrorEntry {
|
|
862
|
+
|
|
863
|
+
const filterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesErrorEntry) => any;
|
|
864
|
+
}
|
|
865
|
+
export declare enum BatchEntryCompletionStatus {
|
|
866
|
+
ERROR = "ERROR",
|
|
867
|
+
SUCCESS = "SUCCESS"
|
|
868
|
+
}
|
|
869
|
+
|
|
870
|
+
export interface BatchGetAssetPropertyAggregatesErrorInfo {
|
|
871
|
+
|
|
872
|
+
errorCode: BatchGetAssetPropertyAggregatesErrorCode | string | undefined;
|
|
873
|
+
|
|
874
|
+
errorTimestamp: Date | undefined;
|
|
875
|
+
}
|
|
876
|
+
export declare namespace BatchGetAssetPropertyAggregatesErrorInfo {
|
|
877
|
+
|
|
878
|
+
const filterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesErrorInfo) => any;
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
export interface BatchGetAssetPropertyAggregatesSkippedEntry {
|
|
882
|
+
|
|
883
|
+
entryId: string | undefined;
|
|
884
|
+
|
|
885
|
+
completionStatus: BatchEntryCompletionStatus | string | undefined;
|
|
886
|
+
|
|
887
|
+
errorInfo?: BatchGetAssetPropertyAggregatesErrorInfo;
|
|
888
|
+
}
|
|
889
|
+
export declare namespace BatchGetAssetPropertyAggregatesSkippedEntry {
|
|
890
|
+
|
|
891
|
+
const filterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesSkippedEntry) => any;
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
export interface BatchGetAssetPropertyAggregatesSuccessEntry {
|
|
895
|
+
|
|
896
|
+
entryId: string | undefined;
|
|
897
|
+
|
|
898
|
+
aggregatedValues: AggregatedValue[] | undefined;
|
|
899
|
+
}
|
|
900
|
+
export declare namespace BatchGetAssetPropertyAggregatesSuccessEntry {
|
|
901
|
+
|
|
902
|
+
const filterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesSuccessEntry) => any;
|
|
903
|
+
}
|
|
904
|
+
export interface BatchGetAssetPropertyAggregatesResponse {
|
|
905
|
+
|
|
906
|
+
errorEntries: BatchGetAssetPropertyAggregatesErrorEntry[] | undefined;
|
|
907
|
+
|
|
908
|
+
successEntries: BatchGetAssetPropertyAggregatesSuccessEntry[] | undefined;
|
|
909
|
+
|
|
910
|
+
skippedEntries: BatchGetAssetPropertyAggregatesSkippedEntry[] | undefined;
|
|
911
|
+
|
|
912
|
+
nextToken?: string;
|
|
913
|
+
}
|
|
914
|
+
export declare namespace BatchGetAssetPropertyAggregatesResponse {
|
|
915
|
+
|
|
916
|
+
const filterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesResponse) => any;
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
920
|
+
readonly name: "ServiceUnavailableException";
|
|
921
|
+
readonly $fault: "server";
|
|
922
|
+
|
|
923
|
+
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
export interface BatchGetAssetPropertyValueEntry {
|
|
927
|
+
|
|
928
|
+
entryId: string | undefined;
|
|
929
|
+
|
|
930
|
+
assetId?: string;
|
|
931
|
+
|
|
932
|
+
propertyId?: string;
|
|
933
|
+
|
|
934
|
+
propertyAlias?: string;
|
|
935
|
+
}
|
|
936
|
+
export declare namespace BatchGetAssetPropertyValueEntry {
|
|
937
|
+
|
|
938
|
+
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueEntry) => any;
|
|
939
|
+
}
|
|
940
|
+
export interface BatchGetAssetPropertyValueRequest {
|
|
941
|
+
|
|
942
|
+
entries: BatchGetAssetPropertyValueEntry[] | undefined;
|
|
943
|
+
|
|
944
|
+
nextToken?: string;
|
|
945
|
+
}
|
|
946
|
+
export declare namespace BatchGetAssetPropertyValueRequest {
|
|
947
|
+
|
|
948
|
+
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueRequest) => any;
|
|
949
|
+
}
|
|
950
|
+
export declare enum BatchGetAssetPropertyValueErrorCode {
|
|
951
|
+
AccessDeniedException = "AccessDeniedException",
|
|
952
|
+
InvalidRequestException = "InvalidRequestException",
|
|
953
|
+
ResourceNotFoundException = "ResourceNotFoundException"
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
export interface BatchGetAssetPropertyValueErrorEntry {
|
|
957
|
+
|
|
958
|
+
errorCode: BatchGetAssetPropertyValueErrorCode | string | undefined;
|
|
959
|
+
|
|
960
|
+
errorMessage: string | undefined;
|
|
961
|
+
|
|
962
|
+
entryId: string | undefined;
|
|
963
|
+
}
|
|
964
|
+
export declare namespace BatchGetAssetPropertyValueErrorEntry {
|
|
965
|
+
|
|
966
|
+
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueErrorEntry) => any;
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
export interface BatchGetAssetPropertyValueErrorInfo {
|
|
970
|
+
|
|
971
|
+
errorCode: BatchGetAssetPropertyValueErrorCode | string | undefined;
|
|
972
|
+
|
|
973
|
+
errorTimestamp: Date | undefined;
|
|
974
|
+
}
|
|
975
|
+
export declare namespace BatchGetAssetPropertyValueErrorInfo {
|
|
976
|
+
|
|
977
|
+
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueErrorInfo) => any;
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
export interface BatchGetAssetPropertyValueSkippedEntry {
|
|
981
|
+
|
|
982
|
+
entryId: string | undefined;
|
|
983
|
+
|
|
984
|
+
completionStatus: BatchEntryCompletionStatus | string | undefined;
|
|
985
|
+
|
|
986
|
+
errorInfo?: BatchGetAssetPropertyValueErrorInfo;
|
|
987
|
+
}
|
|
988
|
+
export declare namespace BatchGetAssetPropertyValueSkippedEntry {
|
|
989
|
+
|
|
990
|
+
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueSkippedEntry) => any;
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
export interface BatchGetAssetPropertyValueSuccessEntry {
|
|
994
|
+
|
|
995
|
+
entryId: string | undefined;
|
|
996
|
+
|
|
997
|
+
assetPropertyValue?: AssetPropertyValue;
|
|
998
|
+
}
|
|
999
|
+
export declare namespace BatchGetAssetPropertyValueSuccessEntry {
|
|
1000
|
+
|
|
1001
|
+
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueSuccessEntry) => any;
|
|
1002
|
+
}
|
|
1003
|
+
export interface BatchGetAssetPropertyValueResponse {
|
|
1004
|
+
|
|
1005
|
+
errorEntries: BatchGetAssetPropertyValueErrorEntry[] | undefined;
|
|
1006
|
+
|
|
1007
|
+
successEntries: BatchGetAssetPropertyValueSuccessEntry[] | undefined;
|
|
1008
|
+
|
|
1009
|
+
skippedEntries: BatchGetAssetPropertyValueSkippedEntry[] | undefined;
|
|
1010
|
+
|
|
1011
|
+
nextToken?: string;
|
|
1012
|
+
}
|
|
1013
|
+
export declare namespace BatchGetAssetPropertyValueResponse {
|
|
1014
|
+
|
|
1015
|
+
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueResponse) => any;
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
export interface BatchGetAssetPropertyValueHistoryEntry {
|
|
1019
|
+
|
|
1020
|
+
entryId: string | undefined;
|
|
1021
|
+
|
|
1022
|
+
assetId?: string;
|
|
1023
|
+
|
|
1024
|
+
propertyId?: string;
|
|
1025
|
+
|
|
1026
|
+
propertyAlias?: string;
|
|
1027
|
+
|
|
1028
|
+
startDate?: Date;
|
|
1029
|
+
|
|
1030
|
+
endDate?: Date;
|
|
1031
|
+
|
|
1032
|
+
qualities?: (Quality | string)[];
|
|
1033
|
+
|
|
1034
|
+
timeOrdering?: TimeOrdering | string;
|
|
1035
|
+
}
|
|
1036
|
+
export declare namespace BatchGetAssetPropertyValueHistoryEntry {
|
|
1037
|
+
|
|
1038
|
+
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryEntry) => any;
|
|
1039
|
+
}
|
|
1040
|
+
export interface BatchGetAssetPropertyValueHistoryRequest {
|
|
1041
|
+
|
|
1042
|
+
entries: BatchGetAssetPropertyValueHistoryEntry[] | undefined;
|
|
1043
|
+
|
|
1044
|
+
nextToken?: string;
|
|
1045
|
+
|
|
1046
|
+
maxResults?: number;
|
|
1047
|
+
}
|
|
1048
|
+
export declare namespace BatchGetAssetPropertyValueHistoryRequest {
|
|
1049
|
+
|
|
1050
|
+
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryRequest) => any;
|
|
1051
|
+
}
|
|
1052
|
+
export declare enum BatchGetAssetPropertyValueHistoryErrorCode {
|
|
1053
|
+
AccessDeniedException = "AccessDeniedException",
|
|
1054
|
+
InvalidRequestException = "InvalidRequestException",
|
|
1055
|
+
ResourceNotFoundException = "ResourceNotFoundException"
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
export interface BatchGetAssetPropertyValueHistoryErrorEntry {
|
|
1059
|
+
|
|
1060
|
+
errorCode: BatchGetAssetPropertyValueHistoryErrorCode | string | undefined;
|
|
1061
|
+
|
|
1062
|
+
errorMessage: string | undefined;
|
|
1063
|
+
|
|
1064
|
+
entryId: string | undefined;
|
|
1065
|
+
}
|
|
1066
|
+
export declare namespace BatchGetAssetPropertyValueHistoryErrorEntry {
|
|
1067
|
+
|
|
1068
|
+
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryErrorEntry) => any;
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
export interface BatchGetAssetPropertyValueHistoryErrorInfo {
|
|
1072
|
+
|
|
1073
|
+
errorCode: BatchGetAssetPropertyValueHistoryErrorCode | string | undefined;
|
|
1074
|
+
|
|
1075
|
+
errorTimestamp: Date | undefined;
|
|
1076
|
+
}
|
|
1077
|
+
export declare namespace BatchGetAssetPropertyValueHistoryErrorInfo {
|
|
1078
|
+
|
|
1079
|
+
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryErrorInfo) => any;
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
export interface BatchGetAssetPropertyValueHistorySkippedEntry {
|
|
1083
|
+
|
|
1084
|
+
entryId: string | undefined;
|
|
1085
|
+
|
|
1086
|
+
completionStatus: BatchEntryCompletionStatus | string | undefined;
|
|
1087
|
+
|
|
1088
|
+
errorInfo?: BatchGetAssetPropertyValueHistoryErrorInfo;
|
|
1089
|
+
}
|
|
1090
|
+
export declare namespace BatchGetAssetPropertyValueHistorySkippedEntry {
|
|
1091
|
+
|
|
1092
|
+
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueHistorySkippedEntry) => any;
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
export interface BatchGetAssetPropertyValueHistorySuccessEntry {
|
|
1096
|
+
|
|
1097
|
+
entryId: string | undefined;
|
|
1098
|
+
|
|
1099
|
+
assetPropertyValueHistory: AssetPropertyValue[] | undefined;
|
|
1100
|
+
}
|
|
1101
|
+
export declare namespace BatchGetAssetPropertyValueHistorySuccessEntry {
|
|
1102
|
+
|
|
1103
|
+
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueHistorySuccessEntry) => any;
|
|
1104
|
+
}
|
|
1105
|
+
export interface BatchGetAssetPropertyValueHistoryResponse {
|
|
1106
|
+
|
|
1107
|
+
errorEntries: BatchGetAssetPropertyValueHistoryErrorEntry[] | undefined;
|
|
1108
|
+
|
|
1109
|
+
successEntries: BatchGetAssetPropertyValueHistorySuccessEntry[] | undefined;
|
|
1110
|
+
|
|
1111
|
+
skippedEntries: BatchGetAssetPropertyValueHistorySkippedEntry[] | undefined;
|
|
1112
|
+
|
|
1113
|
+
nextToken?: string;
|
|
1114
|
+
}
|
|
1115
|
+
export declare namespace BatchGetAssetPropertyValueHistoryResponse {
|
|
1116
|
+
|
|
1117
|
+
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryResponse) => any;
|
|
1118
|
+
}
|
|
804
1119
|
|
|
805
1120
|
export interface PutAssetPropertyValueEntry {
|
|
806
1121
|
|
|
@@ -869,13 +1184,6 @@ export declare namespace BatchPutAssetPropertyValueResponse {
|
|
|
869
1184
|
|
|
870
1185
|
const filterSensitiveLog: (obj: BatchPutAssetPropertyValueResponse) => any;
|
|
871
1186
|
}
|
|
872
|
-
|
|
873
|
-
export declare class ServiceUnavailableException extends __BaseException {
|
|
874
|
-
readonly name: "ServiceUnavailableException";
|
|
875
|
-
readonly $fault: "server";
|
|
876
|
-
|
|
877
|
-
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
878
|
-
}
|
|
879
1187
|
export interface CreateAccessPolicyRequest {
|
|
880
1188
|
|
|
881
1189
|
accessPolicyIdentity: Identity | undefined;
|
|
@@ -1844,10 +2152,6 @@ export declare namespace DisassociateTimeSeriesFromAssetPropertyRequest {
|
|
|
1844
2152
|
|
|
1845
2153
|
const filterSensitiveLog: (obj: DisassociateTimeSeriesFromAssetPropertyRequest) => any;
|
|
1846
2154
|
}
|
|
1847
|
-
export declare enum TimeOrdering {
|
|
1848
|
-
ASCENDING = "ASCENDING",
|
|
1849
|
-
DESCENDING = "DESCENDING"
|
|
1850
|
-
}
|
|
1851
2155
|
export interface GetAssetPropertyAggregatesRequest {
|
|
1852
2156
|
|
|
1853
2157
|
assetId?: string;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { BatchGetAssetPropertyAggregatesCommandInput, BatchGetAssetPropertyAggregatesCommandOutput } from "../commands/BatchGetAssetPropertyAggregatesCommand";
|
|
3
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateBatchGetAssetPropertyAggregates(config: IoTSiteWisePaginationConfiguration, input: BatchGetAssetPropertyAggregatesCommandInput, ...additionalArguments: any): Paginator<BatchGetAssetPropertyAggregatesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { BatchGetAssetPropertyValueHistoryCommandInput, BatchGetAssetPropertyValueHistoryCommandOutput } from "../commands/BatchGetAssetPropertyValueHistoryCommand";
|
|
3
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateBatchGetAssetPropertyValueHistory(config: IoTSiteWisePaginationConfiguration, input: BatchGetAssetPropertyValueHistoryCommandInput, ...additionalArguments: any): Paginator<BatchGetAssetPropertyValueHistoryCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { BatchGetAssetPropertyValueCommandInput, BatchGetAssetPropertyValueCommandOutput } from "../commands/BatchGetAssetPropertyValueCommand";
|
|
3
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateBatchGetAssetPropertyValue(config: IoTSiteWisePaginationConfiguration, input: BatchGetAssetPropertyValueCommandInput, ...additionalArguments: any): Paginator<BatchGetAssetPropertyValueCommandOutput>;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
export * from "./BatchGetAssetPropertyAggregatesPaginator";
|
|
2
|
+
export * from "./BatchGetAssetPropertyValueHistoryPaginator";
|
|
3
|
+
export * from "./BatchGetAssetPropertyValuePaginator";
|
|
1
4
|
export * from "./GetAssetPropertyAggregatesPaginator";
|
|
2
5
|
export * from "./GetAssetPropertyValueHistoryPaginator";
|
|
3
6
|
export * from "./GetInterpolatedAssetPropertyValuesPaginator";
|
|
@@ -4,6 +4,9 @@ import { AssociateAssetsCommandInput, AssociateAssetsCommandOutput } from "../co
|
|
|
4
4
|
import { AssociateTimeSeriesToAssetPropertyCommandInput, AssociateTimeSeriesToAssetPropertyCommandOutput } from "../commands/AssociateTimeSeriesToAssetPropertyCommand";
|
|
5
5
|
import { BatchAssociateProjectAssetsCommandInput, BatchAssociateProjectAssetsCommandOutput } from "../commands/BatchAssociateProjectAssetsCommand";
|
|
6
6
|
import { BatchDisassociateProjectAssetsCommandInput, BatchDisassociateProjectAssetsCommandOutput } from "../commands/BatchDisassociateProjectAssetsCommand";
|
|
7
|
+
import { BatchGetAssetPropertyAggregatesCommandInput, BatchGetAssetPropertyAggregatesCommandOutput } from "../commands/BatchGetAssetPropertyAggregatesCommand";
|
|
8
|
+
import { BatchGetAssetPropertyValueCommandInput, BatchGetAssetPropertyValueCommandOutput } from "../commands/BatchGetAssetPropertyValueCommand";
|
|
9
|
+
import { BatchGetAssetPropertyValueHistoryCommandInput, BatchGetAssetPropertyValueHistoryCommandOutput } from "../commands/BatchGetAssetPropertyValueHistoryCommand";
|
|
7
10
|
import { BatchPutAssetPropertyValueCommandInput, BatchPutAssetPropertyValueCommandOutput } from "../commands/BatchPutAssetPropertyValueCommand";
|
|
8
11
|
import { CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput } from "../commands/CreateAccessPolicyCommand";
|
|
9
12
|
import { CreateAssetCommandInput, CreateAssetCommandOutput } from "../commands/CreateAssetCommand";
|
|
@@ -69,6 +72,9 @@ export declare const serializeAws_restJson1AssociateAssetsCommand: (input: Assoc
|
|
|
69
72
|
export declare const serializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand: (input: AssociateTimeSeriesToAssetPropertyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
73
|
export declare const serializeAws_restJson1BatchAssociateProjectAssetsCommand: (input: BatchAssociateProjectAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
74
|
export declare const serializeAws_restJson1BatchDisassociateProjectAssetsCommand: (input: BatchDisassociateProjectAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
+
export declare const serializeAws_restJson1BatchGetAssetPropertyAggregatesCommand: (input: BatchGetAssetPropertyAggregatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
export declare const serializeAws_restJson1BatchGetAssetPropertyValueCommand: (input: BatchGetAssetPropertyValueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
export declare const serializeAws_restJson1BatchGetAssetPropertyValueHistoryCommand: (input: BatchGetAssetPropertyValueHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
78
|
export declare const serializeAws_restJson1BatchPutAssetPropertyValueCommand: (input: BatchPutAssetPropertyValueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
79
|
export declare const serializeAws_restJson1CreateAccessPolicyCommand: (input: CreateAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
80
|
export declare const serializeAws_restJson1CreateAssetCommand: (input: CreateAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -134,6 +140,9 @@ export declare const deserializeAws_restJson1AssociateAssetsCommand: (output: __
|
|
|
134
140
|
export declare const deserializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTimeSeriesToAssetPropertyCommandOutput>;
|
|
135
141
|
export declare const deserializeAws_restJson1BatchAssociateProjectAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAssociateProjectAssetsCommandOutput>;
|
|
136
142
|
export declare const deserializeAws_restJson1BatchDisassociateProjectAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisassociateProjectAssetsCommandOutput>;
|
|
143
|
+
export declare const deserializeAws_restJson1BatchGetAssetPropertyAggregatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetAssetPropertyAggregatesCommandOutput>;
|
|
144
|
+
export declare const deserializeAws_restJson1BatchGetAssetPropertyValueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetAssetPropertyValueCommandOutput>;
|
|
145
|
+
export declare const deserializeAws_restJson1BatchGetAssetPropertyValueHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetAssetPropertyValueHistoryCommandOutput>;
|
|
137
146
|
export declare const deserializeAws_restJson1BatchPutAssetPropertyValueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchPutAssetPropertyValueCommandOutput>;
|
|
138
147
|
export declare const deserializeAws_restJson1CreateAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessPolicyCommandOutput>;
|
|
139
148
|
export declare const deserializeAws_restJson1CreateAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssetCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iotsitewise",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotsitewise Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.75.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,21 +18,21 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.75.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.75.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.75.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.58.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.55.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.55.0",
|
|
27
27
|
"@aws-sdk/middleware-content-length": "3.58.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.58.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.55.0",
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.75.0",
|
|
31
31
|
"@aws-sdk/middleware-serde": "3.55.0",
|
|
32
32
|
"@aws-sdk/middleware-signing": "3.58.0",
|
|
33
33
|
"@aws-sdk/middleware-stack": "3.55.0",
|
|
34
34
|
"@aws-sdk/middleware-user-agent": "3.58.0",
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.75.0",
|
|
36
36
|
"@aws-sdk/node-http-handler": "3.74.0",
|
|
37
37
|
"@aws-sdk/protocol-http": "3.58.0",
|
|
38
38
|
"@aws-sdk/smithy-client": "3.72.0",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-defaults-mode-browser": "3.72.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.75.0",
|
|
47
47
|
"@aws-sdk/util-user-agent-browser": "3.58.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.75.0",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.55.0",
|
|
50
50
|
"@aws-sdk/util-utf8-node": "3.55.0",
|
|
51
51
|
"@aws-sdk/util-waiter": "3.55.0",
|