@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,36 @@
|
|
|
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
|
+
CreateBulkImportJobRequest,
|
|
15
|
+
CreateBulkImportJobResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateBulkImportJobCommandInput
|
|
18
|
+
extends CreateBulkImportJobRequest {}
|
|
19
|
+
export interface CreateBulkImportJobCommandOutput
|
|
20
|
+
extends CreateBulkImportJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateBulkImportJobCommand extends $Command<
|
|
23
|
+
CreateBulkImportJobCommandInput,
|
|
24
|
+
CreateBulkImportJobCommandOutput,
|
|
25
|
+
IoTSiteWiseClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateBulkImportJobCommandInput;
|
|
28
|
+
constructor(input: CreateBulkImportJobCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateBulkImportJobCommandInput, CreateBulkImportJobCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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
|
+
CreateDashboardRequest,
|
|
15
|
+
CreateDashboardResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDashboardCommandInput extends CreateDashboardRequest {}
|
|
18
|
+
export interface CreateDashboardCommandOutput
|
|
19
|
+
extends CreateDashboardResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateDashboardCommand extends $Command<
|
|
22
|
+
CreateDashboardCommandInput,
|
|
23
|
+
CreateDashboardCommandOutput,
|
|
24
|
+
IoTSiteWiseClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateDashboardCommandInput;
|
|
27
|
+
constructor(input: CreateDashboardCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateDashboardCommandInput, CreateDashboardCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
CreateGatewayRequest,
|
|
15
|
+
CreateGatewayResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateGatewayCommandInput extends CreateGatewayRequest {}
|
|
18
|
+
export interface CreateGatewayCommandOutput
|
|
19
|
+
extends CreateGatewayResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateGatewayCommand extends $Command<
|
|
22
|
+
CreateGatewayCommandInput,
|
|
23
|
+
CreateGatewayCommandOutput,
|
|
24
|
+
IoTSiteWiseClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateGatewayCommandInput;
|
|
27
|
+
constructor(input: CreateGatewayCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateGatewayCommandInput, CreateGatewayCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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 { CreatePortalRequest, CreatePortalResponse } from "../models/models_0";
|
|
14
|
+
export interface CreatePortalCommandInput extends CreatePortalRequest {}
|
|
15
|
+
export interface CreatePortalCommandOutput
|
|
16
|
+
extends CreatePortalResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreatePortalCommand extends $Command<
|
|
19
|
+
CreatePortalCommandInput,
|
|
20
|
+
CreatePortalCommandOutput,
|
|
21
|
+
IoTSiteWiseClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreatePortalCommandInput;
|
|
24
|
+
constructor(input: CreatePortalCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreatePortalCommandInput, CreatePortalCommandOutput>;
|
|
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
|
+
CreateProjectRequest,
|
|
15
|
+
CreateProjectResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateProjectCommandInput extends CreateProjectRequest {}
|
|
18
|
+
export interface CreateProjectCommandOutput
|
|
19
|
+
extends CreateProjectResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateProjectCommand extends $Command<
|
|
22
|
+
CreateProjectCommandInput,
|
|
23
|
+
CreateProjectCommandOutput,
|
|
24
|
+
IoTSiteWiseClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateProjectCommandInput;
|
|
27
|
+
constructor(input: CreateProjectCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateProjectCommandInput, CreateProjectCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
DeleteAccessPolicyRequest,
|
|
15
|
+
DeleteAccessPolicyResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteAccessPolicyCommandInput
|
|
18
|
+
extends DeleteAccessPolicyRequest {}
|
|
19
|
+
export interface DeleteAccessPolicyCommandOutput
|
|
20
|
+
extends DeleteAccessPolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteAccessPolicyCommand extends $Command<
|
|
23
|
+
DeleteAccessPolicyCommandInput,
|
|
24
|
+
DeleteAccessPolicyCommandOutput,
|
|
25
|
+
IoTSiteWiseClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteAccessPolicyCommandInput;
|
|
28
|
+
constructor(input: DeleteAccessPolicyCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DeleteAccessPolicyCommandInput, DeleteAccessPolicyCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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 { DeleteAssetRequest, DeleteAssetResponse } from "../models/models_0";
|
|
14
|
+
export interface DeleteAssetCommandInput extends DeleteAssetRequest {}
|
|
15
|
+
export interface DeleteAssetCommandOutput
|
|
16
|
+
extends DeleteAssetResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DeleteAssetCommand extends $Command<
|
|
19
|
+
DeleteAssetCommandInput,
|
|
20
|
+
DeleteAssetCommandOutput,
|
|
21
|
+
IoTSiteWiseClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteAssetCommandInput;
|
|
24
|
+
constructor(input: DeleteAssetCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteAssetCommandInput, DeleteAssetCommandOutput>;
|
|
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
|
+
DeleteAssetModelRequest,
|
|
15
|
+
DeleteAssetModelResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteAssetModelCommandInput extends DeleteAssetModelRequest {}
|
|
18
|
+
export interface DeleteAssetModelCommandOutput
|
|
19
|
+
extends DeleteAssetModelResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteAssetModelCommand extends $Command<
|
|
22
|
+
DeleteAssetModelCommandInput,
|
|
23
|
+
DeleteAssetModelCommandOutput,
|
|
24
|
+
IoTSiteWiseClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteAssetModelCommandInput;
|
|
27
|
+
constructor(input: DeleteAssetModelCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteAssetModelCommandInput, DeleteAssetModelCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
DeleteDashboardRequest,
|
|
15
|
+
DeleteDashboardResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteDashboardCommandInput extends DeleteDashboardRequest {}
|
|
18
|
+
export interface DeleteDashboardCommandOutput
|
|
19
|
+
extends DeleteDashboardResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteDashboardCommand extends $Command<
|
|
22
|
+
DeleteDashboardCommandInput,
|
|
23
|
+
DeleteDashboardCommandOutput,
|
|
24
|
+
IoTSiteWiseClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteDashboardCommandInput;
|
|
27
|
+
constructor(input: DeleteDashboardCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteDashboardCommandInput, DeleteDashboardCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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 { DeleteGatewayRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteGatewayCommandInput extends DeleteGatewayRequest {}
|
|
15
|
+
export interface DeleteGatewayCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class DeleteGatewayCommand extends $Command<
|
|
17
|
+
DeleteGatewayCommandInput,
|
|
18
|
+
DeleteGatewayCommandOutput,
|
|
19
|
+
IoTSiteWiseClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: DeleteGatewayCommandInput;
|
|
22
|
+
constructor(input: DeleteGatewayCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<DeleteGatewayCommandInput, DeleteGatewayCommandOutput>;
|
|
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 { DeletePortalRequest, DeletePortalResponse } from "../models/models_0";
|
|
14
|
+
export interface DeletePortalCommandInput extends DeletePortalRequest {}
|
|
15
|
+
export interface DeletePortalCommandOutput
|
|
16
|
+
extends DeletePortalResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DeletePortalCommand extends $Command<
|
|
19
|
+
DeletePortalCommandInput,
|
|
20
|
+
DeletePortalCommandOutput,
|
|
21
|
+
IoTSiteWiseClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeletePortalCommandInput;
|
|
24
|
+
constructor(input: DeletePortalCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeletePortalCommandInput, DeletePortalCommandOutput>;
|
|
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
|
+
DeleteProjectRequest,
|
|
15
|
+
DeleteProjectResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteProjectCommandInput extends DeleteProjectRequest {}
|
|
18
|
+
export interface DeleteProjectCommandOutput
|
|
19
|
+
extends DeleteProjectResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteProjectCommand extends $Command<
|
|
22
|
+
DeleteProjectCommandInput,
|
|
23
|
+
DeleteProjectCommandOutput,
|
|
24
|
+
IoTSiteWiseClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteProjectCommandInput;
|
|
27
|
+
constructor(input: DeleteProjectCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: IoTSiteWiseClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteProjectCommandInput, DeleteProjectCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|