@aws-sdk/client-iotsitewise 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/IoTSiteWise.d.ts +1330 -360
- package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +555 -144
- package/dist-types/ts3.4/commands/AssociateAssetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchAssociateProjectAssetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDisassociateProjectAssetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetAssetPropertyValueCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchPutAssetPropertyValueCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateAssetModelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateBulkImportJobCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteAssetModelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTimeSeriesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAccessPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAssetModelCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeAssetPropertyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBulkImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePortalCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeStorageConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTimeSeriesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateAssetsCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAssetPropertyAggregatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAssetPropertyValueCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAssetPropertyValueHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBulkImportJobsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListProjectAssetsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTimeSeriesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutStorageConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateAssetModelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAssetPropertyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +37 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2921 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +6 -6
- package/dist-types/ts3.4/waiters/waitForAssetActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForAssetModelActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForAssetModelNotExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForAssetNotExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForPortalActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForPortalNotExists.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
DeleteProjectRequest,
|
|
15
|
+
DeleteProjectResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteProjectCommandInput extends DeleteProjectRequest {}
|
|
18
|
+
export interface DeleteProjectCommandOutput
|
|
19
|
+
extends DeleteProjectResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteProjectCommand extends $Command<
|
|
23
|
+
DeleteProjectCommandInput,
|
|
24
|
+
DeleteProjectCommandOutput,
|
|
25
|
+
IoTSiteWiseClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteProjectCommandInput;
|
|
28
|
+
constructor(input: DeleteProjectCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteProjectCommandInput, DeleteProjectCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { DeleteTimeSeriesRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteTimeSeriesCommandInput extends DeleteTimeSeriesRequest {}
|
|
15
|
+
export interface DeleteTimeSeriesCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteTimeSeriesCommand extends $Command<
|
|
18
|
+
DeleteTimeSeriesCommandInput,
|
|
19
|
+
DeleteTimeSeriesCommandOutput,
|
|
20
|
+
IoTSiteWiseClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteTimeSeriesCommandInput;
|
|
23
|
+
constructor(input: DeleteTimeSeriesCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteTimeSeriesCommandInput, DeleteTimeSeriesCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DescribeAccessPolicyRequest,
|
|
15
|
+
DescribeAccessPolicyResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAccessPolicyCommandInput
|
|
18
|
+
extends DescribeAccessPolicyRequest {}
|
|
19
|
+
export interface DescribeAccessPolicyCommandOutput
|
|
20
|
+
extends DescribeAccessPolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAccessPolicyCommand extends $Command<
|
|
24
|
+
DescribeAccessPolicyCommandInput,
|
|
25
|
+
DescribeAccessPolicyCommandOutput,
|
|
26
|
+
IoTSiteWiseClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAccessPolicyCommandInput;
|
|
29
|
+
constructor(input: DescribeAccessPolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAccessPolicyCommandInput,
|
|
37
|
+
DescribeAccessPolicyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
DescribeAssetRequest,
|
|
15
|
+
DescribeAssetResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAssetCommandInput extends DescribeAssetRequest {}
|
|
18
|
+
export interface DescribeAssetCommandOutput
|
|
19
|
+
extends DescribeAssetResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeAssetCommand extends $Command<
|
|
23
|
+
DescribeAssetCommandInput,
|
|
24
|
+
DescribeAssetCommandOutput,
|
|
25
|
+
IoTSiteWiseClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeAssetCommandInput;
|
|
28
|
+
constructor(input: DescribeAssetCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeAssetCommandInput, DescribeAssetCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
DescribeAssetModelRequest,
|
|
15
|
+
DescribeAssetModelResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAssetModelCommandInput
|
|
18
|
+
extends DescribeAssetModelRequest {}
|
|
19
|
+
export interface DescribeAssetModelCommandOutput
|
|
20
|
+
extends DescribeAssetModelResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAssetModelCommand extends $Command<
|
|
24
|
+
DescribeAssetModelCommandInput,
|
|
25
|
+
DescribeAssetModelCommandOutput,
|
|
26
|
+
IoTSiteWiseClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAssetModelCommandInput;
|
|
29
|
+
constructor(input: DescribeAssetModelCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeAssetModelCommandInput, DescribeAssetModelCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DescribeAssetPropertyRequest,
|
|
15
|
+
DescribeAssetPropertyResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAssetPropertyCommandInput
|
|
18
|
+
extends DescribeAssetPropertyRequest {}
|
|
19
|
+
export interface DescribeAssetPropertyCommandOutput
|
|
20
|
+
extends DescribeAssetPropertyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAssetPropertyCommand extends $Command<
|
|
24
|
+
DescribeAssetPropertyCommandInput,
|
|
25
|
+
DescribeAssetPropertyCommandOutput,
|
|
26
|
+
IoTSiteWiseClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAssetPropertyCommandInput;
|
|
29
|
+
constructor(input: DescribeAssetPropertyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAssetPropertyCommandInput,
|
|
37
|
+
DescribeAssetPropertyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DescribeBulkImportJobRequest,
|
|
15
|
+
DescribeBulkImportJobResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeBulkImportJobCommandInput
|
|
18
|
+
extends DescribeBulkImportJobRequest {}
|
|
19
|
+
export interface DescribeBulkImportJobCommandOutput
|
|
20
|
+
extends DescribeBulkImportJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeBulkImportJobCommand extends $Command<
|
|
24
|
+
DescribeBulkImportJobCommandInput,
|
|
25
|
+
DescribeBulkImportJobCommandOutput,
|
|
26
|
+
IoTSiteWiseClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeBulkImportJobCommandInput;
|
|
29
|
+
constructor(input: DescribeBulkImportJobCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeBulkImportJobCommandInput,
|
|
37
|
+
DescribeBulkImportJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
DescribeDashboardRequest,
|
|
15
|
+
DescribeDashboardResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDashboardCommandInput
|
|
18
|
+
extends DescribeDashboardRequest {}
|
|
19
|
+
export interface DescribeDashboardCommandOutput
|
|
20
|
+
extends DescribeDashboardResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeDashboardCommand extends $Command<
|
|
24
|
+
DescribeDashboardCommandInput,
|
|
25
|
+
DescribeDashboardCommandOutput,
|
|
26
|
+
IoTSiteWiseClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDashboardCommandInput;
|
|
29
|
+
constructor(input: DescribeDashboardCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeDashboardCommandInput, DescribeDashboardCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DescribeDefaultEncryptionConfigurationRequest,
|
|
15
|
+
DescribeDefaultEncryptionConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDefaultEncryptionConfigurationCommandInput
|
|
18
|
+
extends DescribeDefaultEncryptionConfigurationRequest {}
|
|
19
|
+
export interface DescribeDefaultEncryptionConfigurationCommandOutput
|
|
20
|
+
extends DescribeDefaultEncryptionConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeDefaultEncryptionConfigurationCommand extends $Command<
|
|
24
|
+
DescribeDefaultEncryptionConfigurationCommandInput,
|
|
25
|
+
DescribeDefaultEncryptionConfigurationCommandOutput,
|
|
26
|
+
IoTSiteWiseClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDefaultEncryptionConfigurationCommandInput;
|
|
29
|
+
constructor(input: DescribeDefaultEncryptionConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeDefaultEncryptionConfigurationCommandInput,
|
|
37
|
+
DescribeDefaultEncryptionConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DescribeGatewayCapabilityConfigurationRequest,
|
|
15
|
+
DescribeGatewayCapabilityConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeGatewayCapabilityConfigurationCommandInput
|
|
18
|
+
extends DescribeGatewayCapabilityConfigurationRequest {}
|
|
19
|
+
export interface DescribeGatewayCapabilityConfigurationCommandOutput
|
|
20
|
+
extends DescribeGatewayCapabilityConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeGatewayCapabilityConfigurationCommand extends $Command<
|
|
24
|
+
DescribeGatewayCapabilityConfigurationCommandInput,
|
|
25
|
+
DescribeGatewayCapabilityConfigurationCommandOutput,
|
|
26
|
+
IoTSiteWiseClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeGatewayCapabilityConfigurationCommandInput;
|
|
29
|
+
constructor(input: DescribeGatewayCapabilityConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeGatewayCapabilityConfigurationCommandInput,
|
|
37
|
+
DescribeGatewayCapabilityConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
DescribeGatewayRequest,
|
|
15
|
+
DescribeGatewayResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeGatewayCommandInput extends DescribeGatewayRequest {}
|
|
18
|
+
export interface DescribeGatewayCommandOutput
|
|
19
|
+
extends DescribeGatewayResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeGatewayCommand extends $Command<
|
|
23
|
+
DescribeGatewayCommandInput,
|
|
24
|
+
DescribeGatewayCommandOutput,
|
|
25
|
+
IoTSiteWiseClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeGatewayCommandInput;
|
|
28
|
+
constructor(input: DescribeGatewayCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeGatewayCommandInput, DescribeGatewayCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|