@aws-sdk/client-iotsitewise 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/CHANGELOG.md +8 -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,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 { ListAccessPoliciesRequest, ListAccessPoliciesResponse } from "../models/models_0";
5
- export interface ListAccessPoliciesCommandInput extends ListAccessPoliciesRequest {
6
- }
7
- export interface ListAccessPoliciesCommandOutput extends ListAccessPoliciesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAccessPoliciesCommand extends $Command<ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: ListAccessPoliciesCommandInput;
12
- constructor(input: ListAccessPoliciesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput>;
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
+ ListAccessPoliciesRequest,
15
+ ListAccessPoliciesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListAccessPoliciesCommandInput
18
+ extends ListAccessPoliciesRequest {}
19
+ export interface ListAccessPoliciesCommandOutput
20
+ extends ListAccessPoliciesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListAccessPoliciesCommand extends $Command<
24
+ ListAccessPoliciesCommandInput,
25
+ ListAccessPoliciesCommandOutput,
26
+ IoTSiteWiseClientResolvedConfig
27
+ > {
28
+ readonly input: ListAccessPoliciesCommandInput;
29
+ constructor(input: ListAccessPoliciesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: IoTSiteWiseClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { ListAssetModelsRequest, ListAssetModelsResponse } from "../models/models_0";
5
- export interface ListAssetModelsCommandInput extends ListAssetModelsRequest {
6
- }
7
- export interface ListAssetModelsCommandOutput extends ListAssetModelsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAssetModelsCommand extends $Command<ListAssetModelsCommandInput, ListAssetModelsCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: ListAssetModelsCommandInput;
12
- constructor(input: ListAssetModelsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssetModelsCommandInput, ListAssetModelsCommandOutput>;
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
+ ListAssetModelsRequest,
15
+ ListAssetModelsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListAssetModelsCommandInput extends ListAssetModelsRequest {}
18
+ export interface ListAssetModelsCommandOutput
19
+ extends ListAssetModelsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListAssetModelsCommand extends $Command<
23
+ ListAssetModelsCommandInput,
24
+ ListAssetModelsCommandOutput,
25
+ IoTSiteWiseClientResolvedConfig
26
+ > {
27
+ readonly input: ListAssetModelsCommandInput;
28
+ constructor(input: ListAssetModelsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: IoTSiteWiseClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListAssetModelsCommandInput, ListAssetModelsCommandOutput>;
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 { ListAssetRelationshipsRequest, ListAssetRelationshipsResponse } from "../models/models_0";
5
- export interface ListAssetRelationshipsCommandInput extends ListAssetRelationshipsRequest {
6
- }
7
- export interface ListAssetRelationshipsCommandOutput extends ListAssetRelationshipsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAssetRelationshipsCommand extends $Command<ListAssetRelationshipsCommandInput, ListAssetRelationshipsCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: ListAssetRelationshipsCommandInput;
12
- constructor(input: ListAssetRelationshipsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssetRelationshipsCommandInput, ListAssetRelationshipsCommandOutput>;
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
+ ListAssetRelationshipsRequest,
15
+ ListAssetRelationshipsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListAssetRelationshipsCommandInput
18
+ extends ListAssetRelationshipsRequest {}
19
+ export interface ListAssetRelationshipsCommandOutput
20
+ extends ListAssetRelationshipsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListAssetRelationshipsCommand extends $Command<
24
+ ListAssetRelationshipsCommandInput,
25
+ ListAssetRelationshipsCommandOutput,
26
+ IoTSiteWiseClientResolvedConfig
27
+ > {
28
+ readonly input: ListAssetRelationshipsCommandInput;
29
+ constructor(input: ListAssetRelationshipsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: IoTSiteWiseClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListAssetRelationshipsCommandInput,
37
+ ListAssetRelationshipsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
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 { ListAssetsRequest, ListAssetsResponse } from "../models/models_0";
5
- export interface ListAssetsCommandInput extends ListAssetsRequest {
6
- }
7
- export interface ListAssetsCommandOutput extends ListAssetsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAssetsCommand extends $Command<ListAssetsCommandInput, ListAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: ListAssetsCommandInput;
12
- constructor(input: ListAssetsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssetsCommandInput, ListAssetsCommandOutput>;
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 { ListAssetsRequest, ListAssetsResponse } from "../models/models_0";
14
+ export interface ListAssetsCommandInput extends ListAssetsRequest {}
15
+ export interface ListAssetsCommandOutput
16
+ extends ListAssetsResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListAssetsCommand extends $Command<
20
+ ListAssetsCommandInput,
21
+ ListAssetsCommandOutput,
22
+ IoTSiteWiseClientResolvedConfig
23
+ > {
24
+ readonly input: ListAssetsCommandInput;
25
+ constructor(input: ListAssetsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: IoTSiteWiseClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListAssetsCommandInput, ListAssetsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { ListAssociatedAssetsRequest, ListAssociatedAssetsResponse } from "../models/models_0";
5
- export interface ListAssociatedAssetsCommandInput extends ListAssociatedAssetsRequest {
6
- }
7
- export interface ListAssociatedAssetsCommandOutput extends ListAssociatedAssetsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAssociatedAssetsCommand extends $Command<ListAssociatedAssetsCommandInput, ListAssociatedAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: ListAssociatedAssetsCommandInput;
12
- constructor(input: ListAssociatedAssetsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssociatedAssetsCommandInput, ListAssociatedAssetsCommandOutput>;
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
+ ListAssociatedAssetsRequest,
15
+ ListAssociatedAssetsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListAssociatedAssetsCommandInput
18
+ extends ListAssociatedAssetsRequest {}
19
+ export interface ListAssociatedAssetsCommandOutput
20
+ extends ListAssociatedAssetsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListAssociatedAssetsCommand extends $Command<
24
+ ListAssociatedAssetsCommandInput,
25
+ ListAssociatedAssetsCommandOutput,
26
+ IoTSiteWiseClientResolvedConfig
27
+ > {
28
+ readonly input: ListAssociatedAssetsCommandInput;
29
+ constructor(input: ListAssociatedAssetsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: IoTSiteWiseClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListAssociatedAssetsCommandInput,
37
+ ListAssociatedAssetsCommandOutput
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 { ListBulkImportJobsRequest, ListBulkImportJobsResponse } from "../models/models_0";
5
- export interface ListBulkImportJobsCommandInput extends ListBulkImportJobsRequest {
6
- }
7
- export interface ListBulkImportJobsCommandOutput extends ListBulkImportJobsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListBulkImportJobsCommand extends $Command<ListBulkImportJobsCommandInput, ListBulkImportJobsCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: ListBulkImportJobsCommandInput;
12
- constructor(input: ListBulkImportJobsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBulkImportJobsCommandInput, ListBulkImportJobsCommandOutput>;
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
+ ListBulkImportJobsRequest,
15
+ ListBulkImportJobsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListBulkImportJobsCommandInput
18
+ extends ListBulkImportJobsRequest {}
19
+ export interface ListBulkImportJobsCommandOutput
20
+ extends ListBulkImportJobsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListBulkImportJobsCommand extends $Command<
24
+ ListBulkImportJobsCommandInput,
25
+ ListBulkImportJobsCommandOutput,
26
+ IoTSiteWiseClientResolvedConfig
27
+ > {
28
+ readonly input: ListBulkImportJobsCommandInput;
29
+ constructor(input: ListBulkImportJobsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: IoTSiteWiseClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListBulkImportJobsCommandInput, ListBulkImportJobsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { ListDashboardsRequest, ListDashboardsResponse } from "../models/models_0";
5
- export interface ListDashboardsCommandInput extends ListDashboardsRequest {
6
- }
7
- export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDashboardsCommand extends $Command<ListDashboardsCommandInput, ListDashboardsCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: ListDashboardsCommandInput;
12
- constructor(input: ListDashboardsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDashboardsCommandInput, ListDashboardsCommandOutput>;
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
+ ListDashboardsRequest,
15
+ ListDashboardsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListDashboardsCommandInput extends ListDashboardsRequest {}
18
+ export interface ListDashboardsCommandOutput
19
+ extends ListDashboardsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListDashboardsCommand extends $Command<
23
+ ListDashboardsCommandInput,
24
+ ListDashboardsCommandOutput,
25
+ IoTSiteWiseClientResolvedConfig
26
+ > {
27
+ readonly input: ListDashboardsCommandInput;
28
+ constructor(input: ListDashboardsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: IoTSiteWiseClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListDashboardsCommandInput, ListDashboardsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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 { ListGatewaysRequest, ListGatewaysResponse } from "../models/models_0";
5
- export interface ListGatewaysCommandInput extends ListGatewaysRequest {
6
- }
7
- export interface ListGatewaysCommandOutput extends ListGatewaysResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListGatewaysCommand extends $Command<ListGatewaysCommandInput, ListGatewaysCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: ListGatewaysCommandInput;
12
- constructor(input: ListGatewaysCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGatewaysCommandInput, ListGatewaysCommandOutput>;
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 { ListGatewaysRequest, ListGatewaysResponse } from "../models/models_0";
14
+ export interface ListGatewaysCommandInput extends ListGatewaysRequest {}
15
+ export interface ListGatewaysCommandOutput
16
+ extends ListGatewaysResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListGatewaysCommand extends $Command<
20
+ ListGatewaysCommandInput,
21
+ ListGatewaysCommandOutput,
22
+ IoTSiteWiseClientResolvedConfig
23
+ > {
24
+ readonly input: ListGatewaysCommandInput;
25
+ constructor(input: ListGatewaysCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: IoTSiteWiseClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListGatewaysCommandInput, ListGatewaysCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
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 { ListPortalsRequest, ListPortalsResponse } from "../models/models_0";
5
- export interface ListPortalsCommandInput extends ListPortalsRequest {
6
- }
7
- export interface ListPortalsCommandOutput extends ListPortalsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListPortalsCommand extends $Command<ListPortalsCommandInput, ListPortalsCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: ListPortalsCommandInput;
12
- constructor(input: ListPortalsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPortalsCommandInput, ListPortalsCommandOutput>;
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 { ListPortalsRequest, ListPortalsResponse } from "../models/models_0";
14
+ export interface ListPortalsCommandInput extends ListPortalsRequest {}
15
+ export interface ListPortalsCommandOutput
16
+ extends ListPortalsResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListPortalsCommand extends $Command<
20
+ ListPortalsCommandInput,
21
+ ListPortalsCommandOutput,
22
+ IoTSiteWiseClientResolvedConfig
23
+ > {
24
+ readonly input: ListPortalsCommandInput;
25
+ constructor(input: ListPortalsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: IoTSiteWiseClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListPortalsCommandInput, ListPortalsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { ListProjectAssetsRequest, ListProjectAssetsResponse } from "../models/models_0";
5
- export interface ListProjectAssetsCommandInput extends ListProjectAssetsRequest {
6
- }
7
- export interface ListProjectAssetsCommandOutput extends ListProjectAssetsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListProjectAssetsCommand extends $Command<ListProjectAssetsCommandInput, ListProjectAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: ListProjectAssetsCommandInput;
12
- constructor(input: ListProjectAssetsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProjectAssetsCommandInput, ListProjectAssetsCommandOutput>;
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
+ ListProjectAssetsRequest,
15
+ ListProjectAssetsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListProjectAssetsCommandInput
18
+ extends ListProjectAssetsRequest {}
19
+ export interface ListProjectAssetsCommandOutput
20
+ extends ListProjectAssetsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListProjectAssetsCommand extends $Command<
24
+ ListProjectAssetsCommandInput,
25
+ ListProjectAssetsCommandOutput,
26
+ IoTSiteWiseClientResolvedConfig
27
+ > {
28
+ readonly input: ListProjectAssetsCommandInput;
29
+ constructor(input: ListProjectAssetsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: IoTSiteWiseClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListProjectAssetsCommandInput, ListProjectAssetsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,34 @@
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 { ListProjectsRequest, ListProjectsResponse } from "../models/models_0";
5
- export interface ListProjectsCommandInput extends ListProjectsRequest {
6
- }
7
- export interface ListProjectsCommandOutput extends ListProjectsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListProjectsCommand extends $Command<ListProjectsCommandInput, ListProjectsCommandOutput, IoTSiteWiseClientResolvedConfig> {
11
- readonly input: ListProjectsCommandInput;
12
- constructor(input: ListProjectsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProjectsCommandInput, ListProjectsCommandOutput>;
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 { ListProjectsRequest, ListProjectsResponse } from "../models/models_0";
14
+ export interface ListProjectsCommandInput extends ListProjectsRequest {}
15
+ export interface ListProjectsCommandOutput
16
+ extends ListProjectsResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListProjectsCommand extends $Command<
20
+ ListProjectsCommandInput,
21
+ ListProjectsCommandOutput,
22
+ IoTSiteWiseClientResolvedConfig
23
+ > {
24
+ readonly input: ListProjectsCommandInput;
25
+ constructor(input: ListProjectsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: IoTSiteWiseClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListProjectsCommandInput, ListProjectsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }