@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.
Files changed (113) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/IoTSiteWise.d.ts +1259 -360
  3. package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +530 -144
  4. package/dist-types/ts3.4/commands/AssociateAssetsCommand.d.ts +30 -17
  5. package/dist-types/ts3.4/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/BatchAssociateProjectAssetsCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/BatchDisassociateProjectAssetsCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/BatchGetAssetPropertyValueCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/BatchPutAssetPropertyValueCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/CreateAssetModelCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/CreateBulkImportJobCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DeleteAssetModelCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +30 -17
  25. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/DeleteTimeSeriesCommand.d.ts +30 -17
  28. package/dist-types/ts3.4/commands/DescribeAccessPolicyCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/DescribeAssetModelCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/DescribeAssetPropertyCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/DescribeBulkImportJobCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/DescribePortalCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/DescribeStorageConfigurationCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/DescribeTimeSeriesCommand.d.ts +36 -17
  42. package/dist-types/ts3.4/commands/DisassociateAssetsCommand.d.ts +31 -17
  43. package/dist-types/ts3.4/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/GetAssetPropertyAggregatesCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/GetAssetPropertyValueCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/GetAssetPropertyValueHistoryCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +36 -17
  49. package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +35 -17
  50. package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +32 -17
  52. package/dist-types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/ListBulkImportJobsCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +35 -17
  55. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +32 -17
  56. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +32 -17
  57. package/dist-types/ts3.4/commands/ListProjectAssetsCommand.d.ts +36 -17
  58. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  60. package/dist-types/ts3.4/commands/ListTimeSeriesCommand.d.ts +35 -17
  61. package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +36 -17
  63. package/dist-types/ts3.4/commands/PutStorageConfigurationCommand.d.ts +39 -17
  64. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  65. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  66. package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +36 -17
  67. package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +32 -17
  68. package/dist-types/ts3.4/commands/UpdateAssetModelCommand.d.ts +35 -17
  69. package/dist-types/ts3.4/commands/UpdateAssetPropertyCommand.d.ts +31 -17
  70. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +35 -17
  71. package/dist-types/ts3.4/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +39 -17
  72. package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +30 -17
  73. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +32 -17
  74. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +35 -17
  75. package/dist-types/ts3.4/commands/index.d.ts +71 -71
  76. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  77. package/dist-types/ts3.4/index.d.ts +7 -7
  78. package/dist-types/ts3.4/models/IoTSiteWiseServiceException.d.ts +7 -6
  79. package/dist-types/ts3.4/models/index.d.ts +1 -1
  80. package/dist-types/ts3.4/models/models_0.d.ts +2072 -2724
  81. package/dist-types/ts3.4/pagination/BatchGetAssetPropertyAggregatesPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/BatchGetAssetPropertyValueHistoryPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/BatchGetAssetPropertyValuePaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/GetAssetPropertyAggregatesPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  88. package/dist-types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListAssetModelsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListAssetRelationshipsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListAssociatedAssetsPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/ListBulkImportJobsPaginator.d.ts +11 -4
  94. package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +11 -4
  95. package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +11 -4
  96. package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +11 -4
  97. package/dist-types/ts3.4/pagination/ListProjectAssetsPaginator.d.ts +11 -4
  98. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
  99. package/dist-types/ts3.4/pagination/ListTimeSeriesPaginator.d.ts +11 -4
  100. package/dist-types/ts3.4/pagination/index.d.ts +19 -19
  101. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +857 -215
  102. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  103. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  104. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  105. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  106. package/dist-types/ts3.4/waiters/index.d.ts +6 -6
  107. package/dist-types/ts3.4/waiters/waitForAssetActive.d.ts +11 -7
  108. package/dist-types/ts3.4/waiters/waitForAssetModelActive.d.ts +11 -7
  109. package/dist-types/ts3.4/waiters/waitForAssetModelNotExists.d.ts +11 -7
  110. package/dist-types/ts3.4/waiters/waitForAssetNotExists.d.ts +11 -7
  111. package/dist-types/ts3.4/waiters/waitForPortalActive.d.ts +11 -7
  112. package/dist-types/ts3.4/waiters/waitForPortalNotExists.d.ts +11 -7
  113. package/package.json +35 -35
@@ -1,17 +1,30 @@
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 { AssociateAssetsRequest } from "../models/models_0";
5
- export interface AssociateAssetsCommandInput extends AssociateAssetsRequest {
6
- }
7
- export interface AssociateAssetsCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateAssetsCommand extends $Command<AssociateAssetsCommandInput, AssociateAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: AssociateAssetsCommandInput;
12
- constructor(input: AssociateAssetsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateAssetsCommandInput, AssociateAssetsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { AssociateAssetsRequest } from "../models/models_0";
14
+ export interface AssociateAssetsCommandInput extends AssociateAssetsRequest {}
15
+ export interface AssociateAssetsCommandOutput extends __MetadataBearer {}
16
+ export declare class AssociateAssetsCommand extends $Command<
17
+ AssociateAssetsCommandInput,
18
+ AssociateAssetsCommandOutput,
19
+ IoTSiteWiseClientResolvedConfig
20
+ > {
21
+ readonly input: AssociateAssetsCommandInput;
22
+ constructor(input: AssociateAssetsCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: IoTSiteWiseClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<AssociateAssetsCommandInput, AssociateAssetsCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,35 @@
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 { AssociateTimeSeriesToAssetPropertyRequest } from "../models/models_0";
5
- export interface AssociateTimeSeriesToAssetPropertyCommandInput extends AssociateTimeSeriesToAssetPropertyRequest {
6
- }
7
- export interface AssociateTimeSeriesToAssetPropertyCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateTimeSeriesToAssetPropertyCommand extends $Command<AssociateTimeSeriesToAssetPropertyCommandInput, AssociateTimeSeriesToAssetPropertyCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: AssociateTimeSeriesToAssetPropertyCommandInput;
12
- constructor(input: AssociateTimeSeriesToAssetPropertyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateTimeSeriesToAssetPropertyCommandInput, AssociateTimeSeriesToAssetPropertyCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { AssociateTimeSeriesToAssetPropertyRequest } from "../models/models_0";
14
+ export interface AssociateTimeSeriesToAssetPropertyCommandInput
15
+ extends AssociateTimeSeriesToAssetPropertyRequest {}
16
+ export interface AssociateTimeSeriesToAssetPropertyCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class AssociateTimeSeriesToAssetPropertyCommand extends $Command<
19
+ AssociateTimeSeriesToAssetPropertyCommandInput,
20
+ AssociateTimeSeriesToAssetPropertyCommandOutput,
21
+ IoTSiteWiseClientResolvedConfig
22
+ > {
23
+ readonly input: AssociateTimeSeriesToAssetPropertyCommandInput;
24
+ constructor(input: AssociateTimeSeriesToAssetPropertyCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: IoTSiteWiseClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ AssociateTimeSeriesToAssetPropertyCommandInput,
31
+ AssociateTimeSeriesToAssetPropertyCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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 { BatchAssociateProjectAssetsRequest, BatchAssociateProjectAssetsResponse } from "../models/models_0";
5
- export interface BatchAssociateProjectAssetsCommandInput extends BatchAssociateProjectAssetsRequest {
6
- }
7
- export interface BatchAssociateProjectAssetsCommandOutput extends BatchAssociateProjectAssetsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchAssociateProjectAssetsCommand extends $Command<BatchAssociateProjectAssetsCommandInput, BatchAssociateProjectAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: BatchAssociateProjectAssetsCommandInput;
12
- constructor(input: BatchAssociateProjectAssetsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchAssociateProjectAssetsCommandInput, BatchAssociateProjectAssetsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ BatchAssociateProjectAssetsRequest,
15
+ BatchAssociateProjectAssetsResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchAssociateProjectAssetsCommandInput
18
+ extends BatchAssociateProjectAssetsRequest {}
19
+ export interface BatchAssociateProjectAssetsCommandOutput
20
+ extends BatchAssociateProjectAssetsResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchAssociateProjectAssetsCommand extends $Command<
23
+ BatchAssociateProjectAssetsCommandInput,
24
+ BatchAssociateProjectAssetsCommandOutput,
25
+ IoTSiteWiseClientResolvedConfig
26
+ > {
27
+ readonly input: BatchAssociateProjectAssetsCommandInput;
28
+ constructor(input: BatchAssociateProjectAssetsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTSiteWiseClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchAssociateProjectAssetsCommandInput,
35
+ BatchAssociateProjectAssetsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { BatchDisassociateProjectAssetsRequest, BatchDisassociateProjectAssetsResponse } from "../models/models_0";
5
- export interface BatchDisassociateProjectAssetsCommandInput extends BatchDisassociateProjectAssetsRequest {
6
- }
7
- export interface BatchDisassociateProjectAssetsCommandOutput extends BatchDisassociateProjectAssetsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchDisassociateProjectAssetsCommand extends $Command<BatchDisassociateProjectAssetsCommandInput, BatchDisassociateProjectAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: BatchDisassociateProjectAssetsCommandInput;
12
- constructor(input: BatchDisassociateProjectAssetsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDisassociateProjectAssetsCommandInput, BatchDisassociateProjectAssetsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ BatchDisassociateProjectAssetsRequest,
15
+ BatchDisassociateProjectAssetsResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchDisassociateProjectAssetsCommandInput
18
+ extends BatchDisassociateProjectAssetsRequest {}
19
+ export interface BatchDisassociateProjectAssetsCommandOutput
20
+ extends BatchDisassociateProjectAssetsResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchDisassociateProjectAssetsCommand extends $Command<
23
+ BatchDisassociateProjectAssetsCommandInput,
24
+ BatchDisassociateProjectAssetsCommandOutput,
25
+ IoTSiteWiseClientResolvedConfig
26
+ > {
27
+ readonly input: BatchDisassociateProjectAssetsCommandInput;
28
+ constructor(input: BatchDisassociateProjectAssetsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTSiteWiseClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchDisassociateProjectAssetsCommandInput,
35
+ BatchDisassociateProjectAssetsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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
- }
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
+ BatchGetAssetPropertyAggregatesRequest,
15
+ BatchGetAssetPropertyAggregatesResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchGetAssetPropertyAggregatesCommandInput
18
+ extends BatchGetAssetPropertyAggregatesRequest {}
19
+ export interface BatchGetAssetPropertyAggregatesCommandOutput
20
+ extends BatchGetAssetPropertyAggregatesResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchGetAssetPropertyAggregatesCommand extends $Command<
23
+ BatchGetAssetPropertyAggregatesCommandInput,
24
+ BatchGetAssetPropertyAggregatesCommandOutput,
25
+ IoTSiteWiseClientResolvedConfig
26
+ > {
27
+ readonly input: BatchGetAssetPropertyAggregatesCommandInput;
28
+ constructor(input: BatchGetAssetPropertyAggregatesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTSiteWiseClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchGetAssetPropertyAggregatesCommandInput,
35
+ BatchGetAssetPropertyAggregatesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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
- }
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
+ BatchGetAssetPropertyValueRequest,
15
+ BatchGetAssetPropertyValueResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchGetAssetPropertyValueCommandInput
18
+ extends BatchGetAssetPropertyValueRequest {}
19
+ export interface BatchGetAssetPropertyValueCommandOutput
20
+ extends BatchGetAssetPropertyValueResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchGetAssetPropertyValueCommand extends $Command<
23
+ BatchGetAssetPropertyValueCommandInput,
24
+ BatchGetAssetPropertyValueCommandOutput,
25
+ IoTSiteWiseClientResolvedConfig
26
+ > {
27
+ readonly input: BatchGetAssetPropertyValueCommandInput;
28
+ constructor(input: BatchGetAssetPropertyValueCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTSiteWiseClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchGetAssetPropertyValueCommandInput,
35
+ BatchGetAssetPropertyValueCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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
- }
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
+ BatchGetAssetPropertyValueHistoryRequest,
15
+ BatchGetAssetPropertyValueHistoryResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchGetAssetPropertyValueHistoryCommandInput
18
+ extends BatchGetAssetPropertyValueHistoryRequest {}
19
+ export interface BatchGetAssetPropertyValueHistoryCommandOutput
20
+ extends BatchGetAssetPropertyValueHistoryResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchGetAssetPropertyValueHistoryCommand extends $Command<
23
+ BatchGetAssetPropertyValueHistoryCommandInput,
24
+ BatchGetAssetPropertyValueHistoryCommandOutput,
25
+ IoTSiteWiseClientResolvedConfig
26
+ > {
27
+ readonly input: BatchGetAssetPropertyValueHistoryCommandInput;
28
+ constructor(input: BatchGetAssetPropertyValueHistoryCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTSiteWiseClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchGetAssetPropertyValueHistoryCommandInput,
35
+ BatchGetAssetPropertyValueHistoryCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { BatchPutAssetPropertyValueRequest, BatchPutAssetPropertyValueResponse } from "../models/models_0";
5
- export interface BatchPutAssetPropertyValueCommandInput extends BatchPutAssetPropertyValueRequest {
6
- }
7
- export interface BatchPutAssetPropertyValueCommandOutput extends BatchPutAssetPropertyValueResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchPutAssetPropertyValueCommand extends $Command<BatchPutAssetPropertyValueCommandInput, BatchPutAssetPropertyValueCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: BatchPutAssetPropertyValueCommandInput;
12
- constructor(input: BatchPutAssetPropertyValueCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchPutAssetPropertyValueCommandInput, BatchPutAssetPropertyValueCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ BatchPutAssetPropertyValueRequest,
15
+ BatchPutAssetPropertyValueResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchPutAssetPropertyValueCommandInput
18
+ extends BatchPutAssetPropertyValueRequest {}
19
+ export interface BatchPutAssetPropertyValueCommandOutput
20
+ extends BatchPutAssetPropertyValueResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchPutAssetPropertyValueCommand extends $Command<
23
+ BatchPutAssetPropertyValueCommandInput,
24
+ BatchPutAssetPropertyValueCommandOutput,
25
+ IoTSiteWiseClientResolvedConfig
26
+ > {
27
+ readonly input: BatchPutAssetPropertyValueCommandInput;
28
+ constructor(input: BatchPutAssetPropertyValueCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTSiteWiseClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchPutAssetPropertyValueCommandInput,
35
+ BatchPutAssetPropertyValueCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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 { CreateAccessPolicyRequest, CreateAccessPolicyResponse } from "../models/models_0";
5
- export interface CreateAccessPolicyCommandInput extends CreateAccessPolicyRequest {
6
- }
7
- export interface CreateAccessPolicyCommandOutput extends CreateAccessPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAccessPolicyCommand extends $Command<CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: CreateAccessPolicyCommandInput;
12
- constructor(input: CreateAccessPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ CreateAccessPolicyRequest,
15
+ CreateAccessPolicyResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateAccessPolicyCommandInput
18
+ extends CreateAccessPolicyRequest {}
19
+ export interface CreateAccessPolicyCommandOutput
20
+ extends CreateAccessPolicyResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateAccessPolicyCommand extends $Command<
23
+ CreateAccessPolicyCommandInput,
24
+ CreateAccessPolicyCommandOutput,
25
+ IoTSiteWiseClientResolvedConfig
26
+ > {
27
+ readonly input: CreateAccessPolicyCommandInput;
28
+ constructor(input: CreateAccessPolicyCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTSiteWiseClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,32 @@
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 { CreateAssetRequest, CreateAssetResponse } from "../models/models_0";
5
- export interface CreateAssetCommandInput extends CreateAssetRequest {
6
- }
7
- export interface CreateAssetCommandOutput extends CreateAssetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAssetCommand extends $Command<CreateAssetCommandInput, CreateAssetCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: CreateAssetCommandInput;
12
- constructor(input: CreateAssetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAssetCommandInput, CreateAssetCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { CreateAssetRequest, CreateAssetResponse } from "../models/models_0";
14
+ export interface CreateAssetCommandInput extends CreateAssetRequest {}
15
+ export interface CreateAssetCommandOutput
16
+ extends CreateAssetResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateAssetCommand extends $Command<
19
+ CreateAssetCommandInput,
20
+ CreateAssetCommandOutput,
21
+ IoTSiteWiseClientResolvedConfig
22
+ > {
23
+ readonly input: CreateAssetCommandInput;
24
+ constructor(input: CreateAssetCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: IoTSiteWiseClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateAssetCommandInput, CreateAssetCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
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 { CreateAssetModelRequest, CreateAssetModelResponse } from "../models/models_0";
5
- export interface CreateAssetModelCommandInput extends CreateAssetModelRequest {
6
- }
7
- export interface CreateAssetModelCommandOutput extends CreateAssetModelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAssetModelCommand extends $Command<CreateAssetModelCommandInput, CreateAssetModelCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: CreateAssetModelCommandInput;
12
- constructor(input: CreateAssetModelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAssetModelCommandInput, CreateAssetModelCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ CreateAssetModelRequest,
15
+ CreateAssetModelResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateAssetModelCommandInput extends CreateAssetModelRequest {}
18
+ export interface CreateAssetModelCommandOutput
19
+ extends CreateAssetModelResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreateAssetModelCommand extends $Command<
22
+ CreateAssetModelCommandInput,
23
+ CreateAssetModelCommandOutput,
24
+ IoTSiteWiseClientResolvedConfig
25
+ > {
26
+ readonly input: CreateAssetModelCommandInput;
27
+ constructor(input: CreateAssetModelCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: IoTSiteWiseClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateAssetModelCommandInput, CreateAssetModelCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }