@aws-sdk/client-iotsitewise 3.168.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.
Files changed (113) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/IoTSiteWise.d.ts +1330 -360
  3. package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +555 -144
  4. package/dist-types/ts3.4/commands/AssociateAssetsCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/BatchAssociateProjectAssetsCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchDisassociateProjectAssetsCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/BatchGetAssetPropertyValueCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/BatchPutAssetPropertyValueCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/CreateAssetModelCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateBulkImportJobCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/DeleteAssetModelCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/DeleteTimeSeriesCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/DescribeAccessPolicyCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/DescribeAssetModelCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/DescribeAssetPropertyCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DescribeBulkImportJobCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/DescribePortalCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/DescribeStorageConfigurationCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/DescribeTimeSeriesCommand.d.ts +38 -17
  42. package/dist-types/ts3.4/commands/DisassociateAssetsCommand.d.ts +33 -17
  43. package/dist-types/ts3.4/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/GetAssetPropertyAggregatesCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/GetAssetPropertyValueCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/GetAssetPropertyValueHistoryCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +38 -17
  49. package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +37 -17
  50. package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +34 -17
  52. package/dist-types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/ListBulkImportJobsCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +37 -17
  55. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +34 -17
  56. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +34 -17
  57. package/dist-types/ts3.4/commands/ListProjectAssetsCommand.d.ts +38 -17
  58. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  60. package/dist-types/ts3.4/commands/ListTimeSeriesCommand.d.ts +37 -17
  61. package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/PutStorageConfigurationCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  65. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +38 -17
  67. package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +34 -17
  68. package/dist-types/ts3.4/commands/UpdateAssetModelCommand.d.ts +37 -17
  69. package/dist-types/ts3.4/commands/UpdateAssetPropertyCommand.d.ts +33 -17
  70. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +37 -17
  71. package/dist-types/ts3.4/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +41 -17
  72. package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +32 -17
  73. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +34 -17
  74. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +37 -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 +8 -6
  79. package/dist-types/ts3.4/models/index.d.ts +1 -1
  80. package/dist-types/ts3.4/models/models_0.d.ts +2921 -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 +66 -38
  103. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  104. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  105. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  106. package/dist-types/ts3.4/waiters/index.d.ts +6 -6
  107. package/dist-types/ts3.4/waiters/waitForAssetActive.d.ts +13 -7
  108. package/dist-types/ts3.4/waiters/waitForAssetModelActive.d.ts +13 -7
  109. package/dist-types/ts3.4/waiters/waitForAssetModelNotExists.d.ts +13 -7
  110. package/dist-types/ts3.4/waiters/waitForAssetNotExists.d.ts +13 -7
  111. package/dist-types/ts3.4/waiters/waitForPortalActive.d.ts +13 -7
  112. package/dist-types/ts3.4/waiters/waitForPortalNotExists.d.ts +13 -7
  113. package/package.json +35 -35
@@ -1,17 +1,41 @@
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 { DescribeLoggingOptionsRequest, DescribeLoggingOptionsResponse } from "../models/models_0";
5
- export interface DescribeLoggingOptionsCommandInput extends DescribeLoggingOptionsRequest {
6
- }
7
- export interface DescribeLoggingOptionsCommandOutput extends DescribeLoggingOptionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeLoggingOptionsCommand extends $Command<DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: DescribeLoggingOptionsCommandInput;
12
- constructor(input: DescribeLoggingOptionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput>;
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
+ DescribeLoggingOptionsRequest,
15
+ DescribeLoggingOptionsResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeLoggingOptionsCommandInput
18
+ extends DescribeLoggingOptionsRequest {}
19
+ export interface DescribeLoggingOptionsCommandOutput
20
+ extends DescribeLoggingOptionsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeLoggingOptionsCommand extends $Command<
24
+ DescribeLoggingOptionsCommandInput,
25
+ DescribeLoggingOptionsCommandOutput,
26
+ IoTSiteWiseClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeLoggingOptionsCommandInput;
29
+ constructor(input: DescribeLoggingOptionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: IoTSiteWiseClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeLoggingOptionsCommandInput,
37
+ DescribeLoggingOptionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { DescribePortalRequest, DescribePortalResponse } from "../models/models_0";
5
- export interface DescribePortalCommandInput extends DescribePortalRequest {
6
- }
7
- export interface DescribePortalCommandOutput extends DescribePortalResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribePortalCommand extends $Command<DescribePortalCommandInput, DescribePortalCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: DescribePortalCommandInput;
12
- constructor(input: DescribePortalCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePortalCommandInput, DescribePortalCommandOutput>;
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
+ DescribePortalRequest,
15
+ DescribePortalResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribePortalCommandInput extends DescribePortalRequest {}
18
+ export interface DescribePortalCommandOutput
19
+ extends DescribePortalResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribePortalCommand extends $Command<
23
+ DescribePortalCommandInput,
24
+ DescribePortalCommandOutput,
25
+ IoTSiteWiseClientResolvedConfig
26
+ > {
27
+ readonly input: DescribePortalCommandInput;
28
+ constructor(input: DescribePortalCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: IoTSiteWiseClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribePortalCommandInput, DescribePortalCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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 { DescribeProjectRequest, DescribeProjectResponse } from "../models/models_0";
5
- export interface DescribeProjectCommandInput extends DescribeProjectRequest {
6
- }
7
- export interface DescribeProjectCommandOutput extends DescribeProjectResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeProjectCommand extends $Command<DescribeProjectCommandInput, DescribeProjectCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: DescribeProjectCommandInput;
12
- constructor(input: DescribeProjectCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProjectCommandInput, DescribeProjectCommandOutput>;
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
+ DescribeProjectRequest,
15
+ DescribeProjectResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeProjectCommandInput extends DescribeProjectRequest {}
18
+ export interface DescribeProjectCommandOutput
19
+ extends DescribeProjectResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeProjectCommand extends $Command<
23
+ DescribeProjectCommandInput,
24
+ DescribeProjectCommandOutput,
25
+ IoTSiteWiseClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeProjectCommandInput;
28
+ constructor(input: DescribeProjectCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: IoTSiteWiseClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeProjectCommandInput, DescribeProjectCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { DescribeStorageConfigurationRequest, DescribeStorageConfigurationResponse } from "../models/models_0";
5
- export interface DescribeStorageConfigurationCommandInput extends DescribeStorageConfigurationRequest {
6
- }
7
- export interface DescribeStorageConfigurationCommandOutput extends DescribeStorageConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeStorageConfigurationCommand extends $Command<DescribeStorageConfigurationCommandInput, DescribeStorageConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: DescribeStorageConfigurationCommandInput;
12
- constructor(input: DescribeStorageConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStorageConfigurationCommandInput, DescribeStorageConfigurationCommandOutput>;
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
+ DescribeStorageConfigurationRequest,
15
+ DescribeStorageConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeStorageConfigurationCommandInput
18
+ extends DescribeStorageConfigurationRequest {}
19
+ export interface DescribeStorageConfigurationCommandOutput
20
+ extends DescribeStorageConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeStorageConfigurationCommand extends $Command<
24
+ DescribeStorageConfigurationCommandInput,
25
+ DescribeStorageConfigurationCommandOutput,
26
+ IoTSiteWiseClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeStorageConfigurationCommandInput;
29
+ constructor(input: DescribeStorageConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: IoTSiteWiseClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeStorageConfigurationCommandInput,
37
+ DescribeStorageConfigurationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
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 { DescribeTimeSeriesRequest, DescribeTimeSeriesResponse } from "../models/models_0";
5
- export interface DescribeTimeSeriesCommandInput extends DescribeTimeSeriesRequest {
6
- }
7
- export interface DescribeTimeSeriesCommandOutput extends DescribeTimeSeriesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeTimeSeriesCommand extends $Command<DescribeTimeSeriesCommandInput, DescribeTimeSeriesCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: DescribeTimeSeriesCommandInput;
12
- constructor(input: DescribeTimeSeriesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTimeSeriesCommandInput, DescribeTimeSeriesCommandOutput>;
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
+ DescribeTimeSeriesRequest,
15
+ DescribeTimeSeriesResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeTimeSeriesCommandInput
18
+ extends DescribeTimeSeriesRequest {}
19
+ export interface DescribeTimeSeriesCommandOutput
20
+ extends DescribeTimeSeriesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeTimeSeriesCommand extends $Command<
24
+ DescribeTimeSeriesCommandInput,
25
+ DescribeTimeSeriesCommandOutput,
26
+ IoTSiteWiseClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeTimeSeriesCommandInput;
29
+ constructor(input: DescribeTimeSeriesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: IoTSiteWiseClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DescribeTimeSeriesCommandInput, DescribeTimeSeriesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,33 @@
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 { DisassociateAssetsRequest } from "../models/models_0";
5
- export interface DisassociateAssetsCommandInput extends DisassociateAssetsRequest {
6
- }
7
- export interface DisassociateAssetsCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateAssetsCommand extends $Command<DisassociateAssetsCommandInput, DisassociateAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: DisassociateAssetsCommandInput;
12
- constructor(input: DisassociateAssetsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateAssetsCommandInput, DisassociateAssetsCommandOutput>;
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 { DisassociateAssetsRequest } from "../models/models_0";
14
+ export interface DisassociateAssetsCommandInput
15
+ extends DisassociateAssetsRequest {}
16
+ export interface DisassociateAssetsCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class DisassociateAssetsCommand extends $Command<
19
+ DisassociateAssetsCommandInput,
20
+ DisassociateAssetsCommandOutput,
21
+ IoTSiteWiseClientResolvedConfig
22
+ > {
23
+ readonly input: DisassociateAssetsCommandInput;
24
+ constructor(input: DisassociateAssetsCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: IoTSiteWiseClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<DisassociateAssetsCommandInput, DisassociateAssetsCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }
@@ -1,17 +1,37 @@
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 { DisassociateTimeSeriesFromAssetPropertyRequest } from "../models/models_0";
5
- export interface DisassociateTimeSeriesFromAssetPropertyCommandInput extends DisassociateTimeSeriesFromAssetPropertyRequest {
6
- }
7
- export interface DisassociateTimeSeriesFromAssetPropertyCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateTimeSeriesFromAssetPropertyCommand extends $Command<DisassociateTimeSeriesFromAssetPropertyCommandInput, DisassociateTimeSeriesFromAssetPropertyCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: DisassociateTimeSeriesFromAssetPropertyCommandInput;
12
- constructor(input: DisassociateTimeSeriesFromAssetPropertyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateTimeSeriesFromAssetPropertyCommandInput, DisassociateTimeSeriesFromAssetPropertyCommandOutput>;
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 { DisassociateTimeSeriesFromAssetPropertyRequest } from "../models/models_0";
14
+ export interface DisassociateTimeSeriesFromAssetPropertyCommandInput
15
+ extends DisassociateTimeSeriesFromAssetPropertyRequest {}
16
+ export interface DisassociateTimeSeriesFromAssetPropertyCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class DisassociateTimeSeriesFromAssetPropertyCommand extends $Command<
20
+ DisassociateTimeSeriesFromAssetPropertyCommandInput,
21
+ DisassociateTimeSeriesFromAssetPropertyCommandOutput,
22
+ IoTSiteWiseClientResolvedConfig
23
+ > {
24
+ readonly input: DisassociateTimeSeriesFromAssetPropertyCommandInput;
25
+ constructor(input: DisassociateTimeSeriesFromAssetPropertyCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: IoTSiteWiseClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DisassociateTimeSeriesFromAssetPropertyCommandInput,
33
+ DisassociateTimeSeriesFromAssetPropertyCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { GetAssetPropertyAggregatesRequest, GetAssetPropertyAggregatesResponse } from "../models/models_0";
5
- export interface GetAssetPropertyAggregatesCommandInput extends GetAssetPropertyAggregatesRequest {
6
- }
7
- export interface GetAssetPropertyAggregatesCommandOutput extends GetAssetPropertyAggregatesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetAssetPropertyAggregatesCommand extends $Command<GetAssetPropertyAggregatesCommandInput, GetAssetPropertyAggregatesCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: GetAssetPropertyAggregatesCommandInput;
12
- constructor(input: GetAssetPropertyAggregatesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAssetPropertyAggregatesCommandInput, GetAssetPropertyAggregatesCommandOutput>;
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
+ GetAssetPropertyAggregatesRequest,
15
+ GetAssetPropertyAggregatesResponse,
16
+ } from "../models/models_0";
17
+ export interface GetAssetPropertyAggregatesCommandInput
18
+ extends GetAssetPropertyAggregatesRequest {}
19
+ export interface GetAssetPropertyAggregatesCommandOutput
20
+ extends GetAssetPropertyAggregatesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetAssetPropertyAggregatesCommand extends $Command<
24
+ GetAssetPropertyAggregatesCommandInput,
25
+ GetAssetPropertyAggregatesCommandOutput,
26
+ IoTSiteWiseClientResolvedConfig
27
+ > {
28
+ readonly input: GetAssetPropertyAggregatesCommandInput;
29
+ constructor(input: GetAssetPropertyAggregatesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: IoTSiteWiseClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetAssetPropertyAggregatesCommandInput,
37
+ GetAssetPropertyAggregatesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { GetAssetPropertyValueRequest, GetAssetPropertyValueResponse } from "../models/models_0";
5
- export interface GetAssetPropertyValueCommandInput extends GetAssetPropertyValueRequest {
6
- }
7
- export interface GetAssetPropertyValueCommandOutput extends GetAssetPropertyValueResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetAssetPropertyValueCommand extends $Command<GetAssetPropertyValueCommandInput, GetAssetPropertyValueCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: GetAssetPropertyValueCommandInput;
12
- constructor(input: GetAssetPropertyValueCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAssetPropertyValueCommandInput, GetAssetPropertyValueCommandOutput>;
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
+ GetAssetPropertyValueRequest,
15
+ GetAssetPropertyValueResponse,
16
+ } from "../models/models_0";
17
+ export interface GetAssetPropertyValueCommandInput
18
+ extends GetAssetPropertyValueRequest {}
19
+ export interface GetAssetPropertyValueCommandOutput
20
+ extends GetAssetPropertyValueResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetAssetPropertyValueCommand extends $Command<
24
+ GetAssetPropertyValueCommandInput,
25
+ GetAssetPropertyValueCommandOutput,
26
+ IoTSiteWiseClientResolvedConfig
27
+ > {
28
+ readonly input: GetAssetPropertyValueCommandInput;
29
+ constructor(input: GetAssetPropertyValueCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: IoTSiteWiseClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetAssetPropertyValueCommandInput,
37
+ GetAssetPropertyValueCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { GetAssetPropertyValueHistoryRequest, GetAssetPropertyValueHistoryResponse } from "../models/models_0";
5
- export interface GetAssetPropertyValueHistoryCommandInput extends GetAssetPropertyValueHistoryRequest {
6
- }
7
- export interface GetAssetPropertyValueHistoryCommandOutput extends GetAssetPropertyValueHistoryResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetAssetPropertyValueHistoryCommand extends $Command<GetAssetPropertyValueHistoryCommandInput, GetAssetPropertyValueHistoryCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: GetAssetPropertyValueHistoryCommandInput;
12
- constructor(input: GetAssetPropertyValueHistoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAssetPropertyValueHistoryCommandInput, GetAssetPropertyValueHistoryCommandOutput>;
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
+ GetAssetPropertyValueHistoryRequest,
15
+ GetAssetPropertyValueHistoryResponse,
16
+ } from "../models/models_0";
17
+ export interface GetAssetPropertyValueHistoryCommandInput
18
+ extends GetAssetPropertyValueHistoryRequest {}
19
+ export interface GetAssetPropertyValueHistoryCommandOutput
20
+ extends GetAssetPropertyValueHistoryResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetAssetPropertyValueHistoryCommand extends $Command<
24
+ GetAssetPropertyValueHistoryCommandInput,
25
+ GetAssetPropertyValueHistoryCommandOutput,
26
+ IoTSiteWiseClientResolvedConfig
27
+ > {
28
+ readonly input: GetAssetPropertyValueHistoryCommandInput;
29
+ constructor(input: GetAssetPropertyValueHistoryCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: IoTSiteWiseClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetAssetPropertyValueHistoryCommandInput,
37
+ GetAssetPropertyValueHistoryCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { GetInterpolatedAssetPropertyValuesRequest, GetInterpolatedAssetPropertyValuesResponse } from "../models/models_0";
5
- export interface GetInterpolatedAssetPropertyValuesCommandInput extends GetInterpolatedAssetPropertyValuesRequest {
6
- }
7
- export interface GetInterpolatedAssetPropertyValuesCommandOutput extends GetInterpolatedAssetPropertyValuesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetInterpolatedAssetPropertyValuesCommand extends $Command<GetInterpolatedAssetPropertyValuesCommandInput, GetInterpolatedAssetPropertyValuesCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: GetInterpolatedAssetPropertyValuesCommandInput;
12
- constructor(input: GetInterpolatedAssetPropertyValuesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInterpolatedAssetPropertyValuesCommandInput, GetInterpolatedAssetPropertyValuesCommandOutput>;
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
+ GetInterpolatedAssetPropertyValuesRequest,
15
+ GetInterpolatedAssetPropertyValuesResponse,
16
+ } from "../models/models_0";
17
+ export interface GetInterpolatedAssetPropertyValuesCommandInput
18
+ extends GetInterpolatedAssetPropertyValuesRequest {}
19
+ export interface GetInterpolatedAssetPropertyValuesCommandOutput
20
+ extends GetInterpolatedAssetPropertyValuesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetInterpolatedAssetPropertyValuesCommand extends $Command<
24
+ GetInterpolatedAssetPropertyValuesCommandInput,
25
+ GetInterpolatedAssetPropertyValuesCommandOutput,
26
+ IoTSiteWiseClientResolvedConfig
27
+ > {
28
+ readonly input: GetInterpolatedAssetPropertyValuesCommandInput;
29
+ constructor(input: GetInterpolatedAssetPropertyValuesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: IoTSiteWiseClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetInterpolatedAssetPropertyValuesCommandInput,
37
+ GetInterpolatedAssetPropertyValuesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }