@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,215 +1,857 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AssociateAssetsCommandInput, AssociateAssetsCommandOutput } from "../commands/AssociateAssetsCommand";
4
- import { AssociateTimeSeriesToAssetPropertyCommandInput, AssociateTimeSeriesToAssetPropertyCommandOutput } from "../commands/AssociateTimeSeriesToAssetPropertyCommand";
5
- import { BatchAssociateProjectAssetsCommandInput, BatchAssociateProjectAssetsCommandOutput } from "../commands/BatchAssociateProjectAssetsCommand";
6
- import { BatchDisassociateProjectAssetsCommandInput, BatchDisassociateProjectAssetsCommandOutput } from "../commands/BatchDisassociateProjectAssetsCommand";
7
- import { BatchGetAssetPropertyAggregatesCommandInput, BatchGetAssetPropertyAggregatesCommandOutput } from "../commands/BatchGetAssetPropertyAggregatesCommand";
8
- import { BatchGetAssetPropertyValueCommandInput, BatchGetAssetPropertyValueCommandOutput } from "../commands/BatchGetAssetPropertyValueCommand";
9
- import { BatchGetAssetPropertyValueHistoryCommandInput, BatchGetAssetPropertyValueHistoryCommandOutput } from "../commands/BatchGetAssetPropertyValueHistoryCommand";
10
- import { BatchPutAssetPropertyValueCommandInput, BatchPutAssetPropertyValueCommandOutput } from "../commands/BatchPutAssetPropertyValueCommand";
11
- import { CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput } from "../commands/CreateAccessPolicyCommand";
12
- import { CreateAssetCommandInput, CreateAssetCommandOutput } from "../commands/CreateAssetCommand";
13
- import { CreateAssetModelCommandInput, CreateAssetModelCommandOutput } from "../commands/CreateAssetModelCommand";
14
- import { CreateBulkImportJobCommandInput, CreateBulkImportJobCommandOutput } from "../commands/CreateBulkImportJobCommand";
15
- import { CreateDashboardCommandInput, CreateDashboardCommandOutput } from "../commands/CreateDashboardCommand";
16
- import { CreateGatewayCommandInput, CreateGatewayCommandOutput } from "../commands/CreateGatewayCommand";
17
- import { CreatePortalCommandInput, CreatePortalCommandOutput } from "../commands/CreatePortalCommand";
18
- import { CreateProjectCommandInput, CreateProjectCommandOutput } from "../commands/CreateProjectCommand";
19
- import { DeleteAccessPolicyCommandInput, DeleteAccessPolicyCommandOutput } from "../commands/DeleteAccessPolicyCommand";
20
- import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "../commands/DeleteAssetCommand";
21
- import { DeleteAssetModelCommandInput, DeleteAssetModelCommandOutput } from "../commands/DeleteAssetModelCommand";
22
- import { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "../commands/DeleteDashboardCommand";
23
- import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "../commands/DeleteGatewayCommand";
24
- import { DeletePortalCommandInput, DeletePortalCommandOutput } from "../commands/DeletePortalCommand";
25
- import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "../commands/DeleteProjectCommand";
26
- import { DeleteTimeSeriesCommandInput, DeleteTimeSeriesCommandOutput } from "../commands/DeleteTimeSeriesCommand";
27
- import { DescribeAccessPolicyCommandInput, DescribeAccessPolicyCommandOutput } from "../commands/DescribeAccessPolicyCommand";
28
- import { DescribeAssetCommandInput, DescribeAssetCommandOutput } from "../commands/DescribeAssetCommand";
29
- import { DescribeAssetModelCommandInput, DescribeAssetModelCommandOutput } from "../commands/DescribeAssetModelCommand";
30
- import { DescribeAssetPropertyCommandInput, DescribeAssetPropertyCommandOutput } from "../commands/DescribeAssetPropertyCommand";
31
- import { DescribeBulkImportJobCommandInput, DescribeBulkImportJobCommandOutput } from "../commands/DescribeBulkImportJobCommand";
32
- import { DescribeDashboardCommandInput, DescribeDashboardCommandOutput } from "../commands/DescribeDashboardCommand";
33
- import { DescribeDefaultEncryptionConfigurationCommandInput, DescribeDefaultEncryptionConfigurationCommandOutput } from "../commands/DescribeDefaultEncryptionConfigurationCommand";
34
- import { DescribeGatewayCapabilityConfigurationCommandInput, DescribeGatewayCapabilityConfigurationCommandOutput } from "../commands/DescribeGatewayCapabilityConfigurationCommand";
35
- import { DescribeGatewayCommandInput, DescribeGatewayCommandOutput } from "../commands/DescribeGatewayCommand";
36
- import { DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput } from "../commands/DescribeLoggingOptionsCommand";
37
- import { DescribePortalCommandInput, DescribePortalCommandOutput } from "../commands/DescribePortalCommand";
38
- import { DescribeProjectCommandInput, DescribeProjectCommandOutput } from "../commands/DescribeProjectCommand";
39
- import { DescribeStorageConfigurationCommandInput, DescribeStorageConfigurationCommandOutput } from "../commands/DescribeStorageConfigurationCommand";
40
- import { DescribeTimeSeriesCommandInput, DescribeTimeSeriesCommandOutput } from "../commands/DescribeTimeSeriesCommand";
41
- import { DisassociateAssetsCommandInput, DisassociateAssetsCommandOutput } from "../commands/DisassociateAssetsCommand";
42
- import { DisassociateTimeSeriesFromAssetPropertyCommandInput, DisassociateTimeSeriesFromAssetPropertyCommandOutput } from "../commands/DisassociateTimeSeriesFromAssetPropertyCommand";
43
- import { GetAssetPropertyAggregatesCommandInput, GetAssetPropertyAggregatesCommandOutput } from "../commands/GetAssetPropertyAggregatesCommand";
44
- import { GetAssetPropertyValueCommandInput, GetAssetPropertyValueCommandOutput } from "../commands/GetAssetPropertyValueCommand";
45
- import { GetAssetPropertyValueHistoryCommandInput, GetAssetPropertyValueHistoryCommandOutput } from "../commands/GetAssetPropertyValueHistoryCommand";
46
- import { GetInterpolatedAssetPropertyValuesCommandInput, GetInterpolatedAssetPropertyValuesCommandOutput } from "../commands/GetInterpolatedAssetPropertyValuesCommand";
47
- import { ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput } from "../commands/ListAccessPoliciesCommand";
48
- import { ListAssetModelsCommandInput, ListAssetModelsCommandOutput } from "../commands/ListAssetModelsCommand";
49
- import { ListAssetRelationshipsCommandInput, ListAssetRelationshipsCommandOutput } from "../commands/ListAssetRelationshipsCommand";
50
- import { ListAssetsCommandInput, ListAssetsCommandOutput } from "../commands/ListAssetsCommand";
51
- import { ListAssociatedAssetsCommandInput, ListAssociatedAssetsCommandOutput } from "../commands/ListAssociatedAssetsCommand";
52
- import { ListBulkImportJobsCommandInput, ListBulkImportJobsCommandOutput } from "../commands/ListBulkImportJobsCommand";
53
- import { ListDashboardsCommandInput, ListDashboardsCommandOutput } from "../commands/ListDashboardsCommand";
54
- import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "../commands/ListGatewaysCommand";
55
- import { ListPortalsCommandInput, ListPortalsCommandOutput } from "../commands/ListPortalsCommand";
56
- import { ListProjectAssetsCommandInput, ListProjectAssetsCommandOutput } from "../commands/ListProjectAssetsCommand";
57
- import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand";
58
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
59
- import { ListTimeSeriesCommandInput, ListTimeSeriesCommandOutput } from "../commands/ListTimeSeriesCommand";
60
- import { PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput } from "../commands/PutDefaultEncryptionConfigurationCommand";
61
- import { PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput } from "../commands/PutLoggingOptionsCommand";
62
- import { PutStorageConfigurationCommandInput, PutStorageConfigurationCommandOutput } from "../commands/PutStorageConfigurationCommand";
63
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
64
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
65
- import { UpdateAccessPolicyCommandInput, UpdateAccessPolicyCommandOutput } from "../commands/UpdateAccessPolicyCommand";
66
- import { UpdateAssetCommandInput, UpdateAssetCommandOutput } from "../commands/UpdateAssetCommand";
67
- import { UpdateAssetModelCommandInput, UpdateAssetModelCommandOutput } from "../commands/UpdateAssetModelCommand";
68
- import { UpdateAssetPropertyCommandInput, UpdateAssetPropertyCommandOutput } from "../commands/UpdateAssetPropertyCommand";
69
- import { UpdateDashboardCommandInput, UpdateDashboardCommandOutput } from "../commands/UpdateDashboardCommand";
70
- import { UpdateGatewayCapabilityConfigurationCommandInput, UpdateGatewayCapabilityConfigurationCommandOutput } from "../commands/UpdateGatewayCapabilityConfigurationCommand";
71
- import { UpdateGatewayCommandInput, UpdateGatewayCommandOutput } from "../commands/UpdateGatewayCommand";
72
- import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "../commands/UpdatePortalCommand";
73
- import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "../commands/UpdateProjectCommand";
74
- export declare const serializeAws_restJson1AssociateAssetsCommand: (input: AssociateAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand: (input: AssociateTimeSeriesToAssetPropertyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1BatchAssociateProjectAssetsCommand: (input: BatchAssociateProjectAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1BatchDisassociateProjectAssetsCommand: (input: BatchDisassociateProjectAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1BatchGetAssetPropertyAggregatesCommand: (input: BatchGetAssetPropertyAggregatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1BatchGetAssetPropertyValueCommand: (input: BatchGetAssetPropertyValueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1BatchGetAssetPropertyValueHistoryCommand: (input: BatchGetAssetPropertyValueHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1BatchPutAssetPropertyValueCommand: (input: BatchPutAssetPropertyValueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1CreateAccessPolicyCommand: (input: CreateAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1CreateAssetCommand: (input: CreateAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1CreateAssetModelCommand: (input: CreateAssetModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1CreateBulkImportJobCommand: (input: CreateBulkImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1CreateDashboardCommand: (input: CreateDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1CreateGatewayCommand: (input: CreateGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1CreatePortalCommand: (input: CreatePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1CreateProjectCommand: (input: CreateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1DeleteAccessPolicyCommand: (input: DeleteAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_restJson1DeleteAssetCommand: (input: DeleteAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_restJson1DeleteAssetModelCommand: (input: DeleteAssetModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_restJson1DeleteDashboardCommand: (input: DeleteDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1DeleteGatewayCommand: (input: DeleteGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_restJson1DeletePortalCommand: (input: DeletePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_restJson1DeleteProjectCommand: (input: DeleteProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_restJson1DeleteTimeSeriesCommand: (input: DeleteTimeSeriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1DescribeAccessPolicyCommand: (input: DescribeAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_restJson1DescribeAssetCommand: (input: DescribeAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_restJson1DescribeAssetModelCommand: (input: DescribeAssetModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_restJson1DescribeAssetPropertyCommand: (input: DescribeAssetPropertyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1DescribeBulkImportJobCommand: (input: DescribeBulkImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_restJson1DescribeDashboardCommand: (input: DescribeDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_restJson1DescribeDefaultEncryptionConfigurationCommand: (input: DescribeDefaultEncryptionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_restJson1DescribeGatewayCommand: (input: DescribeGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1DescribeGatewayCapabilityConfigurationCommand: (input: DescribeGatewayCapabilityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_restJson1DescribeLoggingOptionsCommand: (input: DescribeLoggingOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_restJson1DescribePortalCommand: (input: DescribePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_restJson1DescribeProjectCommand: (input: DescribeProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1DescribeStorageConfigurationCommand: (input: DescribeStorageConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_restJson1DescribeTimeSeriesCommand: (input: DescribeTimeSeriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_restJson1DisassociateAssetsCommand: (input: DisassociateAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_restJson1DisassociateTimeSeriesFromAssetPropertyCommand: (input: DisassociateTimeSeriesFromAssetPropertyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1GetAssetPropertyAggregatesCommand: (input: GetAssetPropertyAggregatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_restJson1GetAssetPropertyValueCommand: (input: GetAssetPropertyValueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_restJson1GetAssetPropertyValueHistoryCommand: (input: GetAssetPropertyValueHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_restJson1GetInterpolatedAssetPropertyValuesCommand: (input: GetInterpolatedAssetPropertyValuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1ListAccessPoliciesCommand: (input: ListAccessPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_restJson1ListAssetModelsCommand: (input: ListAssetModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_restJson1ListAssetRelationshipsCommand: (input: ListAssetRelationshipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_restJson1ListAssetsCommand: (input: ListAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1ListAssociatedAssetsCommand: (input: ListAssociatedAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_restJson1ListBulkImportJobsCommand: (input: ListBulkImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_restJson1ListDashboardsCommand: (input: ListDashboardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_restJson1ListGatewaysCommand: (input: ListGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1ListPortalsCommand: (input: ListPortalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_restJson1ListProjectAssetsCommand: (input: ListProjectAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_restJson1ListProjectsCommand: (input: ListProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1ListTimeSeriesCommand: (input: ListTimeSeriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_restJson1PutDefaultEncryptionConfigurationCommand: (input: PutDefaultEncryptionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_restJson1PutLoggingOptionsCommand: (input: PutLoggingOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const serializeAws_restJson1PutStorageConfigurationCommand: (input: PutStorageConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- export declare const serializeAws_restJson1UpdateAccessPolicyCommand: (input: UpdateAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- export declare const serializeAws_restJson1UpdateAssetCommand: (input: UpdateAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1UpdateAssetModelCommand: (input: UpdateAssetModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- export declare const serializeAws_restJson1UpdateAssetPropertyCommand: (input: UpdateAssetPropertyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- export declare const serializeAws_restJson1UpdateDashboardCommand: (input: UpdateDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- export declare const serializeAws_restJson1UpdateGatewayCommand: (input: UpdateGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1UpdateGatewayCapabilityConfigurationCommand: (input: UpdateGatewayCapabilityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- export declare const serializeAws_restJson1UpdatePortalCommand: (input: UpdatePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- export declare const serializeAws_restJson1UpdateProjectCommand: (input: UpdateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- export declare const deserializeAws_restJson1AssociateAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAssetsCommandOutput>;
146
- export declare const deserializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTimeSeriesToAssetPropertyCommandOutput>;
147
- export declare const deserializeAws_restJson1BatchAssociateProjectAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAssociateProjectAssetsCommandOutput>;
148
- export declare const deserializeAws_restJson1BatchDisassociateProjectAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisassociateProjectAssetsCommandOutput>;
149
- export declare const deserializeAws_restJson1BatchGetAssetPropertyAggregatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetAssetPropertyAggregatesCommandOutput>;
150
- export declare const deserializeAws_restJson1BatchGetAssetPropertyValueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetAssetPropertyValueCommandOutput>;
151
- export declare const deserializeAws_restJson1BatchGetAssetPropertyValueHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetAssetPropertyValueHistoryCommandOutput>;
152
- export declare const deserializeAws_restJson1BatchPutAssetPropertyValueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchPutAssetPropertyValueCommandOutput>;
153
- export declare const deserializeAws_restJson1CreateAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessPolicyCommandOutput>;
154
- export declare const deserializeAws_restJson1CreateAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssetCommandOutput>;
155
- export declare const deserializeAws_restJson1CreateAssetModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssetModelCommandOutput>;
156
- export declare const deserializeAws_restJson1CreateBulkImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBulkImportJobCommandOutput>;
157
- export declare const deserializeAws_restJson1CreateDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDashboardCommandOutput>;
158
- export declare const deserializeAws_restJson1CreateGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGatewayCommandOutput>;
159
- export declare const deserializeAws_restJson1CreatePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePortalCommandOutput>;
160
- export declare const deserializeAws_restJson1CreateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProjectCommandOutput>;
161
- export declare const deserializeAws_restJson1DeleteAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessPolicyCommandOutput>;
162
- export declare const deserializeAws_restJson1DeleteAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssetCommandOutput>;
163
- export declare const deserializeAws_restJson1DeleteAssetModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssetModelCommandOutput>;
164
- export declare const deserializeAws_restJson1DeleteDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDashboardCommandOutput>;
165
- export declare const deserializeAws_restJson1DeleteGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGatewayCommandOutput>;
166
- export declare const deserializeAws_restJson1DeletePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePortalCommandOutput>;
167
- export declare const deserializeAws_restJson1DeleteProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProjectCommandOutput>;
168
- export declare const deserializeAws_restJson1DeleteTimeSeriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTimeSeriesCommandOutput>;
169
- export declare const deserializeAws_restJson1DescribeAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccessPolicyCommandOutput>;
170
- export declare const deserializeAws_restJson1DescribeAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAssetCommandOutput>;
171
- export declare const deserializeAws_restJson1DescribeAssetModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAssetModelCommandOutput>;
172
- export declare const deserializeAws_restJson1DescribeAssetPropertyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAssetPropertyCommandOutput>;
173
- export declare const deserializeAws_restJson1DescribeBulkImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBulkImportJobCommandOutput>;
174
- export declare const deserializeAws_restJson1DescribeDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDashboardCommandOutput>;
175
- export declare const deserializeAws_restJson1DescribeDefaultEncryptionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDefaultEncryptionConfigurationCommandOutput>;
176
- export declare const deserializeAws_restJson1DescribeGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGatewayCommandOutput>;
177
- export declare const deserializeAws_restJson1DescribeGatewayCapabilityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGatewayCapabilityConfigurationCommandOutput>;
178
- export declare const deserializeAws_restJson1DescribeLoggingOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoggingOptionsCommandOutput>;
179
- export declare const deserializeAws_restJson1DescribePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePortalCommandOutput>;
180
- export declare const deserializeAws_restJson1DescribeProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProjectCommandOutput>;
181
- export declare const deserializeAws_restJson1DescribeStorageConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStorageConfigurationCommandOutput>;
182
- export declare const deserializeAws_restJson1DescribeTimeSeriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTimeSeriesCommandOutput>;
183
- export declare const deserializeAws_restJson1DisassociateAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateAssetsCommandOutput>;
184
- export declare const deserializeAws_restJson1DisassociateTimeSeriesFromAssetPropertyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTimeSeriesFromAssetPropertyCommandOutput>;
185
- export declare const deserializeAws_restJson1GetAssetPropertyAggregatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssetPropertyAggregatesCommandOutput>;
186
- export declare const deserializeAws_restJson1GetAssetPropertyValueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssetPropertyValueCommandOutput>;
187
- export declare const deserializeAws_restJson1GetAssetPropertyValueHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssetPropertyValueHistoryCommandOutput>;
188
- export declare const deserializeAws_restJson1GetInterpolatedAssetPropertyValuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInterpolatedAssetPropertyValuesCommandOutput>;
189
- export declare const deserializeAws_restJson1ListAccessPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessPoliciesCommandOutput>;
190
- export declare const deserializeAws_restJson1ListAssetModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssetModelsCommandOutput>;
191
- export declare const deserializeAws_restJson1ListAssetRelationshipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssetRelationshipsCommandOutput>;
192
- export declare const deserializeAws_restJson1ListAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssetsCommandOutput>;
193
- export declare const deserializeAws_restJson1ListAssociatedAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssociatedAssetsCommandOutput>;
194
- export declare const deserializeAws_restJson1ListBulkImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBulkImportJobsCommandOutput>;
195
- export declare const deserializeAws_restJson1ListDashboardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDashboardsCommandOutput>;
196
- export declare const deserializeAws_restJson1ListGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGatewaysCommandOutput>;
197
- export declare const deserializeAws_restJson1ListPortalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPortalsCommandOutput>;
198
- export declare const deserializeAws_restJson1ListProjectAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProjectAssetsCommandOutput>;
199
- export declare const deserializeAws_restJson1ListProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProjectsCommandOutput>;
200
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
201
- export declare const deserializeAws_restJson1ListTimeSeriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTimeSeriesCommandOutput>;
202
- export declare const deserializeAws_restJson1PutDefaultEncryptionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDefaultEncryptionConfigurationCommandOutput>;
203
- export declare const deserializeAws_restJson1PutLoggingOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLoggingOptionsCommandOutput>;
204
- export declare const deserializeAws_restJson1PutStorageConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutStorageConfigurationCommandOutput>;
205
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
206
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
207
- export declare const deserializeAws_restJson1UpdateAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccessPolicyCommandOutput>;
208
- export declare const deserializeAws_restJson1UpdateAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAssetCommandOutput>;
209
- export declare const deserializeAws_restJson1UpdateAssetModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAssetModelCommandOutput>;
210
- export declare const deserializeAws_restJson1UpdateAssetPropertyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAssetPropertyCommandOutput>;
211
- export declare const deserializeAws_restJson1UpdateDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDashboardCommandOutput>;
212
- export declare const deserializeAws_restJson1UpdateGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGatewayCommandOutput>;
213
- export declare const deserializeAws_restJson1UpdateGatewayCapabilityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGatewayCapabilityConfigurationCommandOutput>;
214
- export declare const deserializeAws_restJson1UpdatePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePortalCommandOutput>;
215
- export declare const deserializeAws_restJson1UpdateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProjectCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AssociateAssetsCommandInput,
8
+ AssociateAssetsCommandOutput,
9
+ } from "../commands/AssociateAssetsCommand";
10
+ import {
11
+ AssociateTimeSeriesToAssetPropertyCommandInput,
12
+ AssociateTimeSeriesToAssetPropertyCommandOutput,
13
+ } from "../commands/AssociateTimeSeriesToAssetPropertyCommand";
14
+ import {
15
+ BatchAssociateProjectAssetsCommandInput,
16
+ BatchAssociateProjectAssetsCommandOutput,
17
+ } from "../commands/BatchAssociateProjectAssetsCommand";
18
+ import {
19
+ BatchDisassociateProjectAssetsCommandInput,
20
+ BatchDisassociateProjectAssetsCommandOutput,
21
+ } from "../commands/BatchDisassociateProjectAssetsCommand";
22
+ import {
23
+ BatchGetAssetPropertyAggregatesCommandInput,
24
+ BatchGetAssetPropertyAggregatesCommandOutput,
25
+ } from "../commands/BatchGetAssetPropertyAggregatesCommand";
26
+ import {
27
+ BatchGetAssetPropertyValueCommandInput,
28
+ BatchGetAssetPropertyValueCommandOutput,
29
+ } from "../commands/BatchGetAssetPropertyValueCommand";
30
+ import {
31
+ BatchGetAssetPropertyValueHistoryCommandInput,
32
+ BatchGetAssetPropertyValueHistoryCommandOutput,
33
+ } from "../commands/BatchGetAssetPropertyValueHistoryCommand";
34
+ import {
35
+ BatchPutAssetPropertyValueCommandInput,
36
+ BatchPutAssetPropertyValueCommandOutput,
37
+ } from "../commands/BatchPutAssetPropertyValueCommand";
38
+ import {
39
+ CreateAccessPolicyCommandInput,
40
+ CreateAccessPolicyCommandOutput,
41
+ } from "../commands/CreateAccessPolicyCommand";
42
+ import {
43
+ CreateAssetCommandInput,
44
+ CreateAssetCommandOutput,
45
+ } from "../commands/CreateAssetCommand";
46
+ import {
47
+ CreateAssetModelCommandInput,
48
+ CreateAssetModelCommandOutput,
49
+ } from "../commands/CreateAssetModelCommand";
50
+ import {
51
+ CreateBulkImportJobCommandInput,
52
+ CreateBulkImportJobCommandOutput,
53
+ } from "../commands/CreateBulkImportJobCommand";
54
+ import {
55
+ CreateDashboardCommandInput,
56
+ CreateDashboardCommandOutput,
57
+ } from "../commands/CreateDashboardCommand";
58
+ import {
59
+ CreateGatewayCommandInput,
60
+ CreateGatewayCommandOutput,
61
+ } from "../commands/CreateGatewayCommand";
62
+ import {
63
+ CreatePortalCommandInput,
64
+ CreatePortalCommandOutput,
65
+ } from "../commands/CreatePortalCommand";
66
+ import {
67
+ CreateProjectCommandInput,
68
+ CreateProjectCommandOutput,
69
+ } from "../commands/CreateProjectCommand";
70
+ import {
71
+ DeleteAccessPolicyCommandInput,
72
+ DeleteAccessPolicyCommandOutput,
73
+ } from "../commands/DeleteAccessPolicyCommand";
74
+ import {
75
+ DeleteAssetCommandInput,
76
+ DeleteAssetCommandOutput,
77
+ } from "../commands/DeleteAssetCommand";
78
+ import {
79
+ DeleteAssetModelCommandInput,
80
+ DeleteAssetModelCommandOutput,
81
+ } from "../commands/DeleteAssetModelCommand";
82
+ import {
83
+ DeleteDashboardCommandInput,
84
+ DeleteDashboardCommandOutput,
85
+ } from "../commands/DeleteDashboardCommand";
86
+ import {
87
+ DeleteGatewayCommandInput,
88
+ DeleteGatewayCommandOutput,
89
+ } from "../commands/DeleteGatewayCommand";
90
+ import {
91
+ DeletePortalCommandInput,
92
+ DeletePortalCommandOutput,
93
+ } from "../commands/DeletePortalCommand";
94
+ import {
95
+ DeleteProjectCommandInput,
96
+ DeleteProjectCommandOutput,
97
+ } from "../commands/DeleteProjectCommand";
98
+ import {
99
+ DeleteTimeSeriesCommandInput,
100
+ DeleteTimeSeriesCommandOutput,
101
+ } from "../commands/DeleteTimeSeriesCommand";
102
+ import {
103
+ DescribeAccessPolicyCommandInput,
104
+ DescribeAccessPolicyCommandOutput,
105
+ } from "../commands/DescribeAccessPolicyCommand";
106
+ import {
107
+ DescribeAssetCommandInput,
108
+ DescribeAssetCommandOutput,
109
+ } from "../commands/DescribeAssetCommand";
110
+ import {
111
+ DescribeAssetModelCommandInput,
112
+ DescribeAssetModelCommandOutput,
113
+ } from "../commands/DescribeAssetModelCommand";
114
+ import {
115
+ DescribeAssetPropertyCommandInput,
116
+ DescribeAssetPropertyCommandOutput,
117
+ } from "../commands/DescribeAssetPropertyCommand";
118
+ import {
119
+ DescribeBulkImportJobCommandInput,
120
+ DescribeBulkImportJobCommandOutput,
121
+ } from "../commands/DescribeBulkImportJobCommand";
122
+ import {
123
+ DescribeDashboardCommandInput,
124
+ DescribeDashboardCommandOutput,
125
+ } from "../commands/DescribeDashboardCommand";
126
+ import {
127
+ DescribeDefaultEncryptionConfigurationCommandInput,
128
+ DescribeDefaultEncryptionConfigurationCommandOutput,
129
+ } from "../commands/DescribeDefaultEncryptionConfigurationCommand";
130
+ import {
131
+ DescribeGatewayCapabilityConfigurationCommandInput,
132
+ DescribeGatewayCapabilityConfigurationCommandOutput,
133
+ } from "../commands/DescribeGatewayCapabilityConfigurationCommand";
134
+ import {
135
+ DescribeGatewayCommandInput,
136
+ DescribeGatewayCommandOutput,
137
+ } from "../commands/DescribeGatewayCommand";
138
+ import {
139
+ DescribeLoggingOptionsCommandInput,
140
+ DescribeLoggingOptionsCommandOutput,
141
+ } from "../commands/DescribeLoggingOptionsCommand";
142
+ import {
143
+ DescribePortalCommandInput,
144
+ DescribePortalCommandOutput,
145
+ } from "../commands/DescribePortalCommand";
146
+ import {
147
+ DescribeProjectCommandInput,
148
+ DescribeProjectCommandOutput,
149
+ } from "../commands/DescribeProjectCommand";
150
+ import {
151
+ DescribeStorageConfigurationCommandInput,
152
+ DescribeStorageConfigurationCommandOutput,
153
+ } from "../commands/DescribeStorageConfigurationCommand";
154
+ import {
155
+ DescribeTimeSeriesCommandInput,
156
+ DescribeTimeSeriesCommandOutput,
157
+ } from "../commands/DescribeTimeSeriesCommand";
158
+ import {
159
+ DisassociateAssetsCommandInput,
160
+ DisassociateAssetsCommandOutput,
161
+ } from "../commands/DisassociateAssetsCommand";
162
+ import {
163
+ DisassociateTimeSeriesFromAssetPropertyCommandInput,
164
+ DisassociateTimeSeriesFromAssetPropertyCommandOutput,
165
+ } from "../commands/DisassociateTimeSeriesFromAssetPropertyCommand";
166
+ import {
167
+ GetAssetPropertyAggregatesCommandInput,
168
+ GetAssetPropertyAggregatesCommandOutput,
169
+ } from "../commands/GetAssetPropertyAggregatesCommand";
170
+ import {
171
+ GetAssetPropertyValueCommandInput,
172
+ GetAssetPropertyValueCommandOutput,
173
+ } from "../commands/GetAssetPropertyValueCommand";
174
+ import {
175
+ GetAssetPropertyValueHistoryCommandInput,
176
+ GetAssetPropertyValueHistoryCommandOutput,
177
+ } from "../commands/GetAssetPropertyValueHistoryCommand";
178
+ import {
179
+ GetInterpolatedAssetPropertyValuesCommandInput,
180
+ GetInterpolatedAssetPropertyValuesCommandOutput,
181
+ } from "../commands/GetInterpolatedAssetPropertyValuesCommand";
182
+ import {
183
+ ListAccessPoliciesCommandInput,
184
+ ListAccessPoliciesCommandOutput,
185
+ } from "../commands/ListAccessPoliciesCommand";
186
+ import {
187
+ ListAssetModelsCommandInput,
188
+ ListAssetModelsCommandOutput,
189
+ } from "../commands/ListAssetModelsCommand";
190
+ import {
191
+ ListAssetRelationshipsCommandInput,
192
+ ListAssetRelationshipsCommandOutput,
193
+ } from "../commands/ListAssetRelationshipsCommand";
194
+ import {
195
+ ListAssetsCommandInput,
196
+ ListAssetsCommandOutput,
197
+ } from "../commands/ListAssetsCommand";
198
+ import {
199
+ ListAssociatedAssetsCommandInput,
200
+ ListAssociatedAssetsCommandOutput,
201
+ } from "../commands/ListAssociatedAssetsCommand";
202
+ import {
203
+ ListBulkImportJobsCommandInput,
204
+ ListBulkImportJobsCommandOutput,
205
+ } from "../commands/ListBulkImportJobsCommand";
206
+ import {
207
+ ListDashboardsCommandInput,
208
+ ListDashboardsCommandOutput,
209
+ } from "../commands/ListDashboardsCommand";
210
+ import {
211
+ ListGatewaysCommandInput,
212
+ ListGatewaysCommandOutput,
213
+ } from "../commands/ListGatewaysCommand";
214
+ import {
215
+ ListPortalsCommandInput,
216
+ ListPortalsCommandOutput,
217
+ } from "../commands/ListPortalsCommand";
218
+ import {
219
+ ListProjectAssetsCommandInput,
220
+ ListProjectAssetsCommandOutput,
221
+ } from "../commands/ListProjectAssetsCommand";
222
+ import {
223
+ ListProjectsCommandInput,
224
+ ListProjectsCommandOutput,
225
+ } from "../commands/ListProjectsCommand";
226
+ import {
227
+ ListTagsForResourceCommandInput,
228
+ ListTagsForResourceCommandOutput,
229
+ } from "../commands/ListTagsForResourceCommand";
230
+ import {
231
+ ListTimeSeriesCommandInput,
232
+ ListTimeSeriesCommandOutput,
233
+ } from "../commands/ListTimeSeriesCommand";
234
+ import {
235
+ PutDefaultEncryptionConfigurationCommandInput,
236
+ PutDefaultEncryptionConfigurationCommandOutput,
237
+ } from "../commands/PutDefaultEncryptionConfigurationCommand";
238
+ import {
239
+ PutLoggingOptionsCommandInput,
240
+ PutLoggingOptionsCommandOutput,
241
+ } from "../commands/PutLoggingOptionsCommand";
242
+ import {
243
+ PutStorageConfigurationCommandInput,
244
+ PutStorageConfigurationCommandOutput,
245
+ } from "../commands/PutStorageConfigurationCommand";
246
+ import {
247
+ TagResourceCommandInput,
248
+ TagResourceCommandOutput,
249
+ } from "../commands/TagResourceCommand";
250
+ import {
251
+ UntagResourceCommandInput,
252
+ UntagResourceCommandOutput,
253
+ } from "../commands/UntagResourceCommand";
254
+ import {
255
+ UpdateAccessPolicyCommandInput,
256
+ UpdateAccessPolicyCommandOutput,
257
+ } from "../commands/UpdateAccessPolicyCommand";
258
+ import {
259
+ UpdateAssetCommandInput,
260
+ UpdateAssetCommandOutput,
261
+ } from "../commands/UpdateAssetCommand";
262
+ import {
263
+ UpdateAssetModelCommandInput,
264
+ UpdateAssetModelCommandOutput,
265
+ } from "../commands/UpdateAssetModelCommand";
266
+ import {
267
+ UpdateAssetPropertyCommandInput,
268
+ UpdateAssetPropertyCommandOutput,
269
+ } from "../commands/UpdateAssetPropertyCommand";
270
+ import {
271
+ UpdateDashboardCommandInput,
272
+ UpdateDashboardCommandOutput,
273
+ } from "../commands/UpdateDashboardCommand";
274
+ import {
275
+ UpdateGatewayCapabilityConfigurationCommandInput,
276
+ UpdateGatewayCapabilityConfigurationCommandOutput,
277
+ } from "../commands/UpdateGatewayCapabilityConfigurationCommand";
278
+ import {
279
+ UpdateGatewayCommandInput,
280
+ UpdateGatewayCommandOutput,
281
+ } from "../commands/UpdateGatewayCommand";
282
+ import {
283
+ UpdatePortalCommandInput,
284
+ UpdatePortalCommandOutput,
285
+ } from "../commands/UpdatePortalCommand";
286
+ import {
287
+ UpdateProjectCommandInput,
288
+ UpdateProjectCommandOutput,
289
+ } from "../commands/UpdateProjectCommand";
290
+ export declare const serializeAws_restJson1AssociateAssetsCommand: (
291
+ input: AssociateAssetsCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand: (
295
+ input: AssociateTimeSeriesToAssetPropertyCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_restJson1BatchAssociateProjectAssetsCommand: (
299
+ input: BatchAssociateProjectAssetsCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_restJson1BatchDisassociateProjectAssetsCommand: (
303
+ input: BatchDisassociateProjectAssetsCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_restJson1BatchGetAssetPropertyAggregatesCommand: (
307
+ input: BatchGetAssetPropertyAggregatesCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_restJson1BatchGetAssetPropertyValueCommand: (
311
+ input: BatchGetAssetPropertyValueCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_restJson1BatchGetAssetPropertyValueHistoryCommand: (
315
+ input: BatchGetAssetPropertyValueHistoryCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_restJson1BatchPutAssetPropertyValueCommand: (
319
+ input: BatchPutAssetPropertyValueCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_restJson1CreateAccessPolicyCommand: (
323
+ input: CreateAccessPolicyCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_restJson1CreateAssetCommand: (
327
+ input: CreateAssetCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_restJson1CreateAssetModelCommand: (
331
+ input: CreateAssetModelCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_restJson1CreateBulkImportJobCommand: (
335
+ input: CreateBulkImportJobCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_restJson1CreateDashboardCommand: (
339
+ input: CreateDashboardCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_restJson1CreateGatewayCommand: (
343
+ input: CreateGatewayCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_restJson1CreatePortalCommand: (
347
+ input: CreatePortalCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_restJson1CreateProjectCommand: (
351
+ input: CreateProjectCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_restJson1DeleteAccessPolicyCommand: (
355
+ input: DeleteAccessPolicyCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_restJson1DeleteAssetCommand: (
359
+ input: DeleteAssetCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_restJson1DeleteAssetModelCommand: (
363
+ input: DeleteAssetModelCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_restJson1DeleteDashboardCommand: (
367
+ input: DeleteDashboardCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_restJson1DeleteGatewayCommand: (
371
+ input: DeleteGatewayCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_restJson1DeletePortalCommand: (
375
+ input: DeletePortalCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_restJson1DeleteProjectCommand: (
379
+ input: DeleteProjectCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_restJson1DeleteTimeSeriesCommand: (
383
+ input: DeleteTimeSeriesCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_restJson1DescribeAccessPolicyCommand: (
387
+ input: DescribeAccessPolicyCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_restJson1DescribeAssetCommand: (
391
+ input: DescribeAssetCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_restJson1DescribeAssetModelCommand: (
395
+ input: DescribeAssetModelCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_restJson1DescribeAssetPropertyCommand: (
399
+ input: DescribeAssetPropertyCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_restJson1DescribeBulkImportJobCommand: (
403
+ input: DescribeBulkImportJobCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_restJson1DescribeDashboardCommand: (
407
+ input: DescribeDashboardCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_restJson1DescribeDefaultEncryptionConfigurationCommand: (
411
+ input: DescribeDefaultEncryptionConfigurationCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_restJson1DescribeGatewayCommand: (
415
+ input: DescribeGatewayCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_restJson1DescribeGatewayCapabilityConfigurationCommand: (
419
+ input: DescribeGatewayCapabilityConfigurationCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_restJson1DescribeLoggingOptionsCommand: (
423
+ input: DescribeLoggingOptionsCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_restJson1DescribePortalCommand: (
427
+ input: DescribePortalCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_restJson1DescribeProjectCommand: (
431
+ input: DescribeProjectCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_restJson1DescribeStorageConfigurationCommand: (
435
+ input: DescribeStorageConfigurationCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_restJson1DescribeTimeSeriesCommand: (
439
+ input: DescribeTimeSeriesCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_restJson1DisassociateAssetsCommand: (
443
+ input: DisassociateAssetsCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_restJson1DisassociateTimeSeriesFromAssetPropertyCommand: (
447
+ input: DisassociateTimeSeriesFromAssetPropertyCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_restJson1GetAssetPropertyAggregatesCommand: (
451
+ input: GetAssetPropertyAggregatesCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_restJson1GetAssetPropertyValueCommand: (
455
+ input: GetAssetPropertyValueCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_restJson1GetAssetPropertyValueHistoryCommand: (
459
+ input: GetAssetPropertyValueHistoryCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_restJson1GetInterpolatedAssetPropertyValuesCommand: (
463
+ input: GetInterpolatedAssetPropertyValuesCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_restJson1ListAccessPoliciesCommand: (
467
+ input: ListAccessPoliciesCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_restJson1ListAssetModelsCommand: (
471
+ input: ListAssetModelsCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_restJson1ListAssetRelationshipsCommand: (
475
+ input: ListAssetRelationshipsCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_restJson1ListAssetsCommand: (
479
+ input: ListAssetsCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_restJson1ListAssociatedAssetsCommand: (
483
+ input: ListAssociatedAssetsCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const serializeAws_restJson1ListBulkImportJobsCommand: (
487
+ input: ListBulkImportJobsCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_restJson1ListDashboardsCommand: (
491
+ input: ListDashboardsCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_restJson1ListGatewaysCommand: (
495
+ input: ListGatewaysCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_restJson1ListPortalsCommand: (
499
+ input: ListPortalsCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_restJson1ListProjectAssetsCommand: (
503
+ input: ListProjectAssetsCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_restJson1ListProjectsCommand: (
507
+ input: ListProjectsCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
511
+ input: ListTagsForResourceCommandInput,
512
+ context: __SerdeContext
513
+ ) => Promise<__HttpRequest>;
514
+ export declare const serializeAws_restJson1ListTimeSeriesCommand: (
515
+ input: ListTimeSeriesCommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
518
+ export declare const serializeAws_restJson1PutDefaultEncryptionConfigurationCommand: (
519
+ input: PutDefaultEncryptionConfigurationCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
522
+ export declare const serializeAws_restJson1PutLoggingOptionsCommand: (
523
+ input: PutLoggingOptionsCommandInput,
524
+ context: __SerdeContext
525
+ ) => Promise<__HttpRequest>;
526
+ export declare const serializeAws_restJson1PutStorageConfigurationCommand: (
527
+ input: PutStorageConfigurationCommandInput,
528
+ context: __SerdeContext
529
+ ) => Promise<__HttpRequest>;
530
+ export declare const serializeAws_restJson1TagResourceCommand: (
531
+ input: TagResourceCommandInput,
532
+ context: __SerdeContext
533
+ ) => Promise<__HttpRequest>;
534
+ export declare const serializeAws_restJson1UntagResourceCommand: (
535
+ input: UntagResourceCommandInput,
536
+ context: __SerdeContext
537
+ ) => Promise<__HttpRequest>;
538
+ export declare const serializeAws_restJson1UpdateAccessPolicyCommand: (
539
+ input: UpdateAccessPolicyCommandInput,
540
+ context: __SerdeContext
541
+ ) => Promise<__HttpRequest>;
542
+ export declare const serializeAws_restJson1UpdateAssetCommand: (
543
+ input: UpdateAssetCommandInput,
544
+ context: __SerdeContext
545
+ ) => Promise<__HttpRequest>;
546
+ export declare const serializeAws_restJson1UpdateAssetModelCommand: (
547
+ input: UpdateAssetModelCommandInput,
548
+ context: __SerdeContext
549
+ ) => Promise<__HttpRequest>;
550
+ export declare const serializeAws_restJson1UpdateAssetPropertyCommand: (
551
+ input: UpdateAssetPropertyCommandInput,
552
+ context: __SerdeContext
553
+ ) => Promise<__HttpRequest>;
554
+ export declare const serializeAws_restJson1UpdateDashboardCommand: (
555
+ input: UpdateDashboardCommandInput,
556
+ context: __SerdeContext
557
+ ) => Promise<__HttpRequest>;
558
+ export declare const serializeAws_restJson1UpdateGatewayCommand: (
559
+ input: UpdateGatewayCommandInput,
560
+ context: __SerdeContext
561
+ ) => Promise<__HttpRequest>;
562
+ export declare const serializeAws_restJson1UpdateGatewayCapabilityConfigurationCommand: (
563
+ input: UpdateGatewayCapabilityConfigurationCommandInput,
564
+ context: __SerdeContext
565
+ ) => Promise<__HttpRequest>;
566
+ export declare const serializeAws_restJson1UpdatePortalCommand: (
567
+ input: UpdatePortalCommandInput,
568
+ context: __SerdeContext
569
+ ) => Promise<__HttpRequest>;
570
+ export declare const serializeAws_restJson1UpdateProjectCommand: (
571
+ input: UpdateProjectCommandInput,
572
+ context: __SerdeContext
573
+ ) => Promise<__HttpRequest>;
574
+ export declare const deserializeAws_restJson1AssociateAssetsCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<AssociateAssetsCommandOutput>;
578
+ export declare const deserializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand: (
579
+ output: __HttpResponse,
580
+ context: __SerdeContext
581
+ ) => Promise<AssociateTimeSeriesToAssetPropertyCommandOutput>;
582
+ export declare const deserializeAws_restJson1BatchAssociateProjectAssetsCommand: (
583
+ output: __HttpResponse,
584
+ context: __SerdeContext
585
+ ) => Promise<BatchAssociateProjectAssetsCommandOutput>;
586
+ export declare const deserializeAws_restJson1BatchDisassociateProjectAssetsCommand: (
587
+ output: __HttpResponse,
588
+ context: __SerdeContext
589
+ ) => Promise<BatchDisassociateProjectAssetsCommandOutput>;
590
+ export declare const deserializeAws_restJson1BatchGetAssetPropertyAggregatesCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<BatchGetAssetPropertyAggregatesCommandOutput>;
594
+ export declare const deserializeAws_restJson1BatchGetAssetPropertyValueCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<BatchGetAssetPropertyValueCommandOutput>;
598
+ export declare const deserializeAws_restJson1BatchGetAssetPropertyValueHistoryCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<BatchGetAssetPropertyValueHistoryCommandOutput>;
602
+ export declare const deserializeAws_restJson1BatchPutAssetPropertyValueCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<BatchPutAssetPropertyValueCommandOutput>;
606
+ export declare const deserializeAws_restJson1CreateAccessPolicyCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<CreateAccessPolicyCommandOutput>;
610
+ export declare const deserializeAws_restJson1CreateAssetCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<CreateAssetCommandOutput>;
614
+ export declare const deserializeAws_restJson1CreateAssetModelCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<CreateAssetModelCommandOutput>;
618
+ export declare const deserializeAws_restJson1CreateBulkImportJobCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<CreateBulkImportJobCommandOutput>;
622
+ export declare const deserializeAws_restJson1CreateDashboardCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<CreateDashboardCommandOutput>;
626
+ export declare const deserializeAws_restJson1CreateGatewayCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<CreateGatewayCommandOutput>;
630
+ export declare const deserializeAws_restJson1CreatePortalCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<CreatePortalCommandOutput>;
634
+ export declare const deserializeAws_restJson1CreateProjectCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<CreateProjectCommandOutput>;
638
+ export declare const deserializeAws_restJson1DeleteAccessPolicyCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<DeleteAccessPolicyCommandOutput>;
642
+ export declare const deserializeAws_restJson1DeleteAssetCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<DeleteAssetCommandOutput>;
646
+ export declare const deserializeAws_restJson1DeleteAssetModelCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<DeleteAssetModelCommandOutput>;
650
+ export declare const deserializeAws_restJson1DeleteDashboardCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<DeleteDashboardCommandOutput>;
654
+ export declare const deserializeAws_restJson1DeleteGatewayCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<DeleteGatewayCommandOutput>;
658
+ export declare const deserializeAws_restJson1DeletePortalCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<DeletePortalCommandOutput>;
662
+ export declare const deserializeAws_restJson1DeleteProjectCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<DeleteProjectCommandOutput>;
666
+ export declare const deserializeAws_restJson1DeleteTimeSeriesCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<DeleteTimeSeriesCommandOutput>;
670
+ export declare const deserializeAws_restJson1DescribeAccessPolicyCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<DescribeAccessPolicyCommandOutput>;
674
+ export declare const deserializeAws_restJson1DescribeAssetCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<DescribeAssetCommandOutput>;
678
+ export declare const deserializeAws_restJson1DescribeAssetModelCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<DescribeAssetModelCommandOutput>;
682
+ export declare const deserializeAws_restJson1DescribeAssetPropertyCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<DescribeAssetPropertyCommandOutput>;
686
+ export declare const deserializeAws_restJson1DescribeBulkImportJobCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<DescribeBulkImportJobCommandOutput>;
690
+ export declare const deserializeAws_restJson1DescribeDashboardCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<DescribeDashboardCommandOutput>;
694
+ export declare const deserializeAws_restJson1DescribeDefaultEncryptionConfigurationCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<DescribeDefaultEncryptionConfigurationCommandOutput>;
698
+ export declare const deserializeAws_restJson1DescribeGatewayCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<DescribeGatewayCommandOutput>;
702
+ export declare const deserializeAws_restJson1DescribeGatewayCapabilityConfigurationCommand: (
703
+ output: __HttpResponse,
704
+ context: __SerdeContext
705
+ ) => Promise<DescribeGatewayCapabilityConfigurationCommandOutput>;
706
+ export declare const deserializeAws_restJson1DescribeLoggingOptionsCommand: (
707
+ output: __HttpResponse,
708
+ context: __SerdeContext
709
+ ) => Promise<DescribeLoggingOptionsCommandOutput>;
710
+ export declare const deserializeAws_restJson1DescribePortalCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<DescribePortalCommandOutput>;
714
+ export declare const deserializeAws_restJson1DescribeProjectCommand: (
715
+ output: __HttpResponse,
716
+ context: __SerdeContext
717
+ ) => Promise<DescribeProjectCommandOutput>;
718
+ export declare const deserializeAws_restJson1DescribeStorageConfigurationCommand: (
719
+ output: __HttpResponse,
720
+ context: __SerdeContext
721
+ ) => Promise<DescribeStorageConfigurationCommandOutput>;
722
+ export declare const deserializeAws_restJson1DescribeTimeSeriesCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<DescribeTimeSeriesCommandOutput>;
726
+ export declare const deserializeAws_restJson1DisassociateAssetsCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<DisassociateAssetsCommandOutput>;
730
+ export declare const deserializeAws_restJson1DisassociateTimeSeriesFromAssetPropertyCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<DisassociateTimeSeriesFromAssetPropertyCommandOutput>;
734
+ export declare const deserializeAws_restJson1GetAssetPropertyAggregatesCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<GetAssetPropertyAggregatesCommandOutput>;
738
+ export declare const deserializeAws_restJson1GetAssetPropertyValueCommand: (
739
+ output: __HttpResponse,
740
+ context: __SerdeContext
741
+ ) => Promise<GetAssetPropertyValueCommandOutput>;
742
+ export declare const deserializeAws_restJson1GetAssetPropertyValueHistoryCommand: (
743
+ output: __HttpResponse,
744
+ context: __SerdeContext
745
+ ) => Promise<GetAssetPropertyValueHistoryCommandOutput>;
746
+ export declare const deserializeAws_restJson1GetInterpolatedAssetPropertyValuesCommand: (
747
+ output: __HttpResponse,
748
+ context: __SerdeContext
749
+ ) => Promise<GetInterpolatedAssetPropertyValuesCommandOutput>;
750
+ export declare const deserializeAws_restJson1ListAccessPoliciesCommand: (
751
+ output: __HttpResponse,
752
+ context: __SerdeContext
753
+ ) => Promise<ListAccessPoliciesCommandOutput>;
754
+ export declare const deserializeAws_restJson1ListAssetModelsCommand: (
755
+ output: __HttpResponse,
756
+ context: __SerdeContext
757
+ ) => Promise<ListAssetModelsCommandOutput>;
758
+ export declare const deserializeAws_restJson1ListAssetRelationshipsCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<ListAssetRelationshipsCommandOutput>;
762
+ export declare const deserializeAws_restJson1ListAssetsCommand: (
763
+ output: __HttpResponse,
764
+ context: __SerdeContext
765
+ ) => Promise<ListAssetsCommandOutput>;
766
+ export declare const deserializeAws_restJson1ListAssociatedAssetsCommand: (
767
+ output: __HttpResponse,
768
+ context: __SerdeContext
769
+ ) => Promise<ListAssociatedAssetsCommandOutput>;
770
+ export declare const deserializeAws_restJson1ListBulkImportJobsCommand: (
771
+ output: __HttpResponse,
772
+ context: __SerdeContext
773
+ ) => Promise<ListBulkImportJobsCommandOutput>;
774
+ export declare const deserializeAws_restJson1ListDashboardsCommand: (
775
+ output: __HttpResponse,
776
+ context: __SerdeContext
777
+ ) => Promise<ListDashboardsCommandOutput>;
778
+ export declare const deserializeAws_restJson1ListGatewaysCommand: (
779
+ output: __HttpResponse,
780
+ context: __SerdeContext
781
+ ) => Promise<ListGatewaysCommandOutput>;
782
+ export declare const deserializeAws_restJson1ListPortalsCommand: (
783
+ output: __HttpResponse,
784
+ context: __SerdeContext
785
+ ) => Promise<ListPortalsCommandOutput>;
786
+ export declare const deserializeAws_restJson1ListProjectAssetsCommand: (
787
+ output: __HttpResponse,
788
+ context: __SerdeContext
789
+ ) => Promise<ListProjectAssetsCommandOutput>;
790
+ export declare const deserializeAws_restJson1ListProjectsCommand: (
791
+ output: __HttpResponse,
792
+ context: __SerdeContext
793
+ ) => Promise<ListProjectsCommandOutput>;
794
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
795
+ output: __HttpResponse,
796
+ context: __SerdeContext
797
+ ) => Promise<ListTagsForResourceCommandOutput>;
798
+ export declare const deserializeAws_restJson1ListTimeSeriesCommand: (
799
+ output: __HttpResponse,
800
+ context: __SerdeContext
801
+ ) => Promise<ListTimeSeriesCommandOutput>;
802
+ export declare const deserializeAws_restJson1PutDefaultEncryptionConfigurationCommand: (
803
+ output: __HttpResponse,
804
+ context: __SerdeContext
805
+ ) => Promise<PutDefaultEncryptionConfigurationCommandOutput>;
806
+ export declare const deserializeAws_restJson1PutLoggingOptionsCommand: (
807
+ output: __HttpResponse,
808
+ context: __SerdeContext
809
+ ) => Promise<PutLoggingOptionsCommandOutput>;
810
+ export declare const deserializeAws_restJson1PutStorageConfigurationCommand: (
811
+ output: __HttpResponse,
812
+ context: __SerdeContext
813
+ ) => Promise<PutStorageConfigurationCommandOutput>;
814
+ export declare const deserializeAws_restJson1TagResourceCommand: (
815
+ output: __HttpResponse,
816
+ context: __SerdeContext
817
+ ) => Promise<TagResourceCommandOutput>;
818
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
819
+ output: __HttpResponse,
820
+ context: __SerdeContext
821
+ ) => Promise<UntagResourceCommandOutput>;
822
+ export declare const deserializeAws_restJson1UpdateAccessPolicyCommand: (
823
+ output: __HttpResponse,
824
+ context: __SerdeContext
825
+ ) => Promise<UpdateAccessPolicyCommandOutput>;
826
+ export declare const deserializeAws_restJson1UpdateAssetCommand: (
827
+ output: __HttpResponse,
828
+ context: __SerdeContext
829
+ ) => Promise<UpdateAssetCommandOutput>;
830
+ export declare const deserializeAws_restJson1UpdateAssetModelCommand: (
831
+ output: __HttpResponse,
832
+ context: __SerdeContext
833
+ ) => Promise<UpdateAssetModelCommandOutput>;
834
+ export declare const deserializeAws_restJson1UpdateAssetPropertyCommand: (
835
+ output: __HttpResponse,
836
+ context: __SerdeContext
837
+ ) => Promise<UpdateAssetPropertyCommandOutput>;
838
+ export declare const deserializeAws_restJson1UpdateDashboardCommand: (
839
+ output: __HttpResponse,
840
+ context: __SerdeContext
841
+ ) => Promise<UpdateDashboardCommandOutput>;
842
+ export declare const deserializeAws_restJson1UpdateGatewayCommand: (
843
+ output: __HttpResponse,
844
+ context: __SerdeContext
845
+ ) => Promise<UpdateGatewayCommandOutput>;
846
+ export declare const deserializeAws_restJson1UpdateGatewayCapabilityConfigurationCommand: (
847
+ output: __HttpResponse,
848
+ context: __SerdeContext
849
+ ) => Promise<UpdateGatewayCapabilityConfigurationCommandOutput>;
850
+ export declare const deserializeAws_restJson1UpdatePortalCommand: (
851
+ output: __HttpResponse,
852
+ context: __SerdeContext
853
+ ) => Promise<UpdatePortalCommandOutput>;
854
+ export declare const deserializeAws_restJson1UpdateProjectCommand: (
855
+ output: __HttpResponse,
856
+ context: __SerdeContext
857
+ ) => Promise<UpdateProjectCommandOutput>;