@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,360 +1,1330 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AssociateAssetsCommandInput, AssociateAssetsCommandOutput } from "./commands/AssociateAssetsCommand";
3
- import { AssociateTimeSeriesToAssetPropertyCommandInput, AssociateTimeSeriesToAssetPropertyCommandOutput } from "./commands/AssociateTimeSeriesToAssetPropertyCommand";
4
- import { BatchAssociateProjectAssetsCommandInput, BatchAssociateProjectAssetsCommandOutput } from "./commands/BatchAssociateProjectAssetsCommand";
5
- import { BatchDisassociateProjectAssetsCommandInput, BatchDisassociateProjectAssetsCommandOutput } from "./commands/BatchDisassociateProjectAssetsCommand";
6
- import { BatchGetAssetPropertyAggregatesCommandInput, BatchGetAssetPropertyAggregatesCommandOutput } from "./commands/BatchGetAssetPropertyAggregatesCommand";
7
- import { BatchGetAssetPropertyValueCommandInput, BatchGetAssetPropertyValueCommandOutput } from "./commands/BatchGetAssetPropertyValueCommand";
8
- import { BatchGetAssetPropertyValueHistoryCommandInput, BatchGetAssetPropertyValueHistoryCommandOutput } from "./commands/BatchGetAssetPropertyValueHistoryCommand";
9
- import { BatchPutAssetPropertyValueCommandInput, BatchPutAssetPropertyValueCommandOutput } from "./commands/BatchPutAssetPropertyValueCommand";
10
- import { CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput } from "./commands/CreateAccessPolicyCommand";
11
- import { CreateAssetCommandInput, CreateAssetCommandOutput } from "./commands/CreateAssetCommand";
12
- import { CreateAssetModelCommandInput, CreateAssetModelCommandOutput } from "./commands/CreateAssetModelCommand";
13
- import { CreateBulkImportJobCommandInput, CreateBulkImportJobCommandOutput } from "./commands/CreateBulkImportJobCommand";
14
- import { CreateDashboardCommandInput, CreateDashboardCommandOutput } from "./commands/CreateDashboardCommand";
15
- import { CreateGatewayCommandInput, CreateGatewayCommandOutput } from "./commands/CreateGatewayCommand";
16
- import { CreatePortalCommandInput, CreatePortalCommandOutput } from "./commands/CreatePortalCommand";
17
- import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
18
- import { DeleteAccessPolicyCommandInput, DeleteAccessPolicyCommandOutput } from "./commands/DeleteAccessPolicyCommand";
19
- import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "./commands/DeleteAssetCommand";
20
- import { DeleteAssetModelCommandInput, DeleteAssetModelCommandOutput } from "./commands/DeleteAssetModelCommand";
21
- import { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "./commands/DeleteDashboardCommand";
22
- import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "./commands/DeleteGatewayCommand";
23
- import { DeletePortalCommandInput, DeletePortalCommandOutput } from "./commands/DeletePortalCommand";
24
- import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
25
- import { DeleteTimeSeriesCommandInput, DeleteTimeSeriesCommandOutput } from "./commands/DeleteTimeSeriesCommand";
26
- import { DescribeAccessPolicyCommandInput, DescribeAccessPolicyCommandOutput } from "./commands/DescribeAccessPolicyCommand";
27
- import { DescribeAssetCommandInput, DescribeAssetCommandOutput } from "./commands/DescribeAssetCommand";
28
- import { DescribeAssetModelCommandInput, DescribeAssetModelCommandOutput } from "./commands/DescribeAssetModelCommand";
29
- import { DescribeAssetPropertyCommandInput, DescribeAssetPropertyCommandOutput } from "./commands/DescribeAssetPropertyCommand";
30
- import { DescribeBulkImportJobCommandInput, DescribeBulkImportJobCommandOutput } from "./commands/DescribeBulkImportJobCommand";
31
- import { DescribeDashboardCommandInput, DescribeDashboardCommandOutput } from "./commands/DescribeDashboardCommand";
32
- import { DescribeDefaultEncryptionConfigurationCommandInput, DescribeDefaultEncryptionConfigurationCommandOutput } from "./commands/DescribeDefaultEncryptionConfigurationCommand";
33
- import { DescribeGatewayCapabilityConfigurationCommandInput, DescribeGatewayCapabilityConfigurationCommandOutput } from "./commands/DescribeGatewayCapabilityConfigurationCommand";
34
- import { DescribeGatewayCommandInput, DescribeGatewayCommandOutput } from "./commands/DescribeGatewayCommand";
35
- import { DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput } from "./commands/DescribeLoggingOptionsCommand";
36
- import { DescribePortalCommandInput, DescribePortalCommandOutput } from "./commands/DescribePortalCommand";
37
- import { DescribeProjectCommandInput, DescribeProjectCommandOutput } from "./commands/DescribeProjectCommand";
38
- import { DescribeStorageConfigurationCommandInput, DescribeStorageConfigurationCommandOutput } from "./commands/DescribeStorageConfigurationCommand";
39
- import { DescribeTimeSeriesCommandInput, DescribeTimeSeriesCommandOutput } from "./commands/DescribeTimeSeriesCommand";
40
- import { DisassociateAssetsCommandInput, DisassociateAssetsCommandOutput } from "./commands/DisassociateAssetsCommand";
41
- import { DisassociateTimeSeriesFromAssetPropertyCommandInput, DisassociateTimeSeriesFromAssetPropertyCommandOutput } from "./commands/DisassociateTimeSeriesFromAssetPropertyCommand";
42
- import { GetAssetPropertyAggregatesCommandInput, GetAssetPropertyAggregatesCommandOutput } from "./commands/GetAssetPropertyAggregatesCommand";
43
- import { GetAssetPropertyValueCommandInput, GetAssetPropertyValueCommandOutput } from "./commands/GetAssetPropertyValueCommand";
44
- import { GetAssetPropertyValueHistoryCommandInput, GetAssetPropertyValueHistoryCommandOutput } from "./commands/GetAssetPropertyValueHistoryCommand";
45
- import { GetInterpolatedAssetPropertyValuesCommandInput, GetInterpolatedAssetPropertyValuesCommandOutput } from "./commands/GetInterpolatedAssetPropertyValuesCommand";
46
- import { ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput } from "./commands/ListAccessPoliciesCommand";
47
- import { ListAssetModelsCommandInput, ListAssetModelsCommandOutput } from "./commands/ListAssetModelsCommand";
48
- import { ListAssetRelationshipsCommandInput, ListAssetRelationshipsCommandOutput } from "./commands/ListAssetRelationshipsCommand";
49
- import { ListAssetsCommandInput, ListAssetsCommandOutput } from "./commands/ListAssetsCommand";
50
- import { ListAssociatedAssetsCommandInput, ListAssociatedAssetsCommandOutput } from "./commands/ListAssociatedAssetsCommand";
51
- import { ListBulkImportJobsCommandInput, ListBulkImportJobsCommandOutput } from "./commands/ListBulkImportJobsCommand";
52
- import { ListDashboardsCommandInput, ListDashboardsCommandOutput } from "./commands/ListDashboardsCommand";
53
- import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
54
- import { ListPortalsCommandInput, ListPortalsCommandOutput } from "./commands/ListPortalsCommand";
55
- import { ListProjectAssetsCommandInput, ListProjectAssetsCommandOutput } from "./commands/ListProjectAssetsCommand";
56
- import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
57
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
58
- import { ListTimeSeriesCommandInput, ListTimeSeriesCommandOutput } from "./commands/ListTimeSeriesCommand";
59
- import { PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput } from "./commands/PutDefaultEncryptionConfigurationCommand";
60
- import { PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput } from "./commands/PutLoggingOptionsCommand";
61
- import { PutStorageConfigurationCommandInput, PutStorageConfigurationCommandOutput } from "./commands/PutStorageConfigurationCommand";
62
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
63
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
64
- import { UpdateAccessPolicyCommandInput, UpdateAccessPolicyCommandOutput } from "./commands/UpdateAccessPolicyCommand";
65
- import { UpdateAssetCommandInput, UpdateAssetCommandOutput } from "./commands/UpdateAssetCommand";
66
- import { UpdateAssetModelCommandInput, UpdateAssetModelCommandOutput } from "./commands/UpdateAssetModelCommand";
67
- import { UpdateAssetPropertyCommandInput, UpdateAssetPropertyCommandOutput } from "./commands/UpdateAssetPropertyCommand";
68
- import { UpdateDashboardCommandInput, UpdateDashboardCommandOutput } from "./commands/UpdateDashboardCommand";
69
- import { UpdateGatewayCapabilityConfigurationCommandInput, UpdateGatewayCapabilityConfigurationCommandOutput } from "./commands/UpdateGatewayCapabilityConfigurationCommand";
70
- import { UpdateGatewayCommandInput, UpdateGatewayCommandOutput } from "./commands/UpdateGatewayCommand";
71
- import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "./commands/UpdatePortalCommand";
72
- import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
73
- import { IoTSiteWiseClient } from "./IoTSiteWiseClient";
74
-
75
- export declare class IoTSiteWise extends IoTSiteWiseClient {
76
-
77
- associateAssets(args: AssociateAssetsCommandInput, options?: __HttpHandlerOptions): Promise<AssociateAssetsCommandOutput>;
78
- associateAssets(args: AssociateAssetsCommandInput, cb: (err: any, data?: AssociateAssetsCommandOutput) => void): void;
79
- associateAssets(args: AssociateAssetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateAssetsCommandOutput) => void): void;
80
-
81
- associateTimeSeriesToAssetProperty(args: AssociateTimeSeriesToAssetPropertyCommandInput, options?: __HttpHandlerOptions): Promise<AssociateTimeSeriesToAssetPropertyCommandOutput>;
82
- associateTimeSeriesToAssetProperty(args: AssociateTimeSeriesToAssetPropertyCommandInput, cb: (err: any, data?: AssociateTimeSeriesToAssetPropertyCommandOutput) => void): void;
83
- associateTimeSeriesToAssetProperty(args: AssociateTimeSeriesToAssetPropertyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateTimeSeriesToAssetPropertyCommandOutput) => void): void;
84
-
85
- batchAssociateProjectAssets(args: BatchAssociateProjectAssetsCommandInput, options?: __HttpHandlerOptions): Promise<BatchAssociateProjectAssetsCommandOutput>;
86
- batchAssociateProjectAssets(args: BatchAssociateProjectAssetsCommandInput, cb: (err: any, data?: BatchAssociateProjectAssetsCommandOutput) => void): void;
87
- batchAssociateProjectAssets(args: BatchAssociateProjectAssetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchAssociateProjectAssetsCommandOutput) => void): void;
88
-
89
- batchDisassociateProjectAssets(args: BatchDisassociateProjectAssetsCommandInput, options?: __HttpHandlerOptions): Promise<BatchDisassociateProjectAssetsCommandOutput>;
90
- batchDisassociateProjectAssets(args: BatchDisassociateProjectAssetsCommandInput, cb: (err: any, data?: BatchDisassociateProjectAssetsCommandOutput) => void): void;
91
- batchDisassociateProjectAssets(args: BatchDisassociateProjectAssetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDisassociateProjectAssetsCommandOutput) => void): void;
92
-
93
- batchGetAssetPropertyAggregates(args: BatchGetAssetPropertyAggregatesCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetAssetPropertyAggregatesCommandOutput>;
94
- batchGetAssetPropertyAggregates(args: BatchGetAssetPropertyAggregatesCommandInput, cb: (err: any, data?: BatchGetAssetPropertyAggregatesCommandOutput) => void): void;
95
- batchGetAssetPropertyAggregates(args: BatchGetAssetPropertyAggregatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetAssetPropertyAggregatesCommandOutput) => void): void;
96
-
97
- batchGetAssetPropertyValue(args: BatchGetAssetPropertyValueCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetAssetPropertyValueCommandOutput>;
98
- batchGetAssetPropertyValue(args: BatchGetAssetPropertyValueCommandInput, cb: (err: any, data?: BatchGetAssetPropertyValueCommandOutput) => void): void;
99
- batchGetAssetPropertyValue(args: BatchGetAssetPropertyValueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetAssetPropertyValueCommandOutput) => void): void;
100
-
101
- batchGetAssetPropertyValueHistory(args: BatchGetAssetPropertyValueHistoryCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetAssetPropertyValueHistoryCommandOutput>;
102
- batchGetAssetPropertyValueHistory(args: BatchGetAssetPropertyValueHistoryCommandInput, cb: (err: any, data?: BatchGetAssetPropertyValueHistoryCommandOutput) => void): void;
103
- batchGetAssetPropertyValueHistory(args: BatchGetAssetPropertyValueHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetAssetPropertyValueHistoryCommandOutput) => void): void;
104
-
105
- batchPutAssetPropertyValue(args: BatchPutAssetPropertyValueCommandInput, options?: __HttpHandlerOptions): Promise<BatchPutAssetPropertyValueCommandOutput>;
106
- batchPutAssetPropertyValue(args: BatchPutAssetPropertyValueCommandInput, cb: (err: any, data?: BatchPutAssetPropertyValueCommandOutput) => void): void;
107
- batchPutAssetPropertyValue(args: BatchPutAssetPropertyValueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchPutAssetPropertyValueCommandOutput) => void): void;
108
-
109
- createAccessPolicy(args: CreateAccessPolicyCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccessPolicyCommandOutput>;
110
- createAccessPolicy(args: CreateAccessPolicyCommandInput, cb: (err: any, data?: CreateAccessPolicyCommandOutput) => void): void;
111
- createAccessPolicy(args: CreateAccessPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccessPolicyCommandOutput) => void): void;
112
-
113
- createAsset(args: CreateAssetCommandInput, options?: __HttpHandlerOptions): Promise<CreateAssetCommandOutput>;
114
- createAsset(args: CreateAssetCommandInput, cb: (err: any, data?: CreateAssetCommandOutput) => void): void;
115
- createAsset(args: CreateAssetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAssetCommandOutput) => void): void;
116
-
117
- createAssetModel(args: CreateAssetModelCommandInput, options?: __HttpHandlerOptions): Promise<CreateAssetModelCommandOutput>;
118
- createAssetModel(args: CreateAssetModelCommandInput, cb: (err: any, data?: CreateAssetModelCommandOutput) => void): void;
119
- createAssetModel(args: CreateAssetModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAssetModelCommandOutput) => void): void;
120
-
121
- createBulkImportJob(args: CreateBulkImportJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateBulkImportJobCommandOutput>;
122
- createBulkImportJob(args: CreateBulkImportJobCommandInput, cb: (err: any, data?: CreateBulkImportJobCommandOutput) => void): void;
123
- createBulkImportJob(args: CreateBulkImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBulkImportJobCommandOutput) => void): void;
124
-
125
- createDashboard(args: CreateDashboardCommandInput, options?: __HttpHandlerOptions): Promise<CreateDashboardCommandOutput>;
126
- createDashboard(args: CreateDashboardCommandInput, cb: (err: any, data?: CreateDashboardCommandOutput) => void): void;
127
- createDashboard(args: CreateDashboardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDashboardCommandOutput) => void): void;
128
-
129
- createGateway(args: CreateGatewayCommandInput, options?: __HttpHandlerOptions): Promise<CreateGatewayCommandOutput>;
130
- createGateway(args: CreateGatewayCommandInput, cb: (err: any, data?: CreateGatewayCommandOutput) => void): void;
131
- createGateway(args: CreateGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGatewayCommandOutput) => void): void;
132
-
133
- createPortal(args: CreatePortalCommandInput, options?: __HttpHandlerOptions): Promise<CreatePortalCommandOutput>;
134
- createPortal(args: CreatePortalCommandInput, cb: (err: any, data?: CreatePortalCommandOutput) => void): void;
135
- createPortal(args: CreatePortalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePortalCommandOutput) => void): void;
136
-
137
- createProject(args: CreateProjectCommandInput, options?: __HttpHandlerOptions): Promise<CreateProjectCommandOutput>;
138
- createProject(args: CreateProjectCommandInput, cb: (err: any, data?: CreateProjectCommandOutput) => void): void;
139
- createProject(args: CreateProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProjectCommandOutput) => void): void;
140
-
141
- deleteAccessPolicy(args: DeleteAccessPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccessPolicyCommandOutput>;
142
- deleteAccessPolicy(args: DeleteAccessPolicyCommandInput, cb: (err: any, data?: DeleteAccessPolicyCommandOutput) => void): void;
143
- deleteAccessPolicy(args: DeleteAccessPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessPolicyCommandOutput) => void): void;
144
-
145
- deleteAsset(args: DeleteAssetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAssetCommandOutput>;
146
- deleteAsset(args: DeleteAssetCommandInput, cb: (err: any, data?: DeleteAssetCommandOutput) => void): void;
147
- deleteAsset(args: DeleteAssetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAssetCommandOutput) => void): void;
148
-
149
- deleteAssetModel(args: DeleteAssetModelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAssetModelCommandOutput>;
150
- deleteAssetModel(args: DeleteAssetModelCommandInput, cb: (err: any, data?: DeleteAssetModelCommandOutput) => void): void;
151
- deleteAssetModel(args: DeleteAssetModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAssetModelCommandOutput) => void): void;
152
-
153
- deleteDashboard(args: DeleteDashboardCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDashboardCommandOutput>;
154
- deleteDashboard(args: DeleteDashboardCommandInput, cb: (err: any, data?: DeleteDashboardCommandOutput) => void): void;
155
- deleteDashboard(args: DeleteDashboardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDashboardCommandOutput) => void): void;
156
-
157
- deleteGateway(args: DeleteGatewayCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGatewayCommandOutput>;
158
- deleteGateway(args: DeleteGatewayCommandInput, cb: (err: any, data?: DeleteGatewayCommandOutput) => void): void;
159
- deleteGateway(args: DeleteGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGatewayCommandOutput) => void): void;
160
-
161
- deletePortal(args: DeletePortalCommandInput, options?: __HttpHandlerOptions): Promise<DeletePortalCommandOutput>;
162
- deletePortal(args: DeletePortalCommandInput, cb: (err: any, data?: DeletePortalCommandOutput) => void): void;
163
- deletePortal(args: DeletePortalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePortalCommandOutput) => void): void;
164
-
165
- deleteProject(args: DeleteProjectCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProjectCommandOutput>;
166
- deleteProject(args: DeleteProjectCommandInput, cb: (err: any, data?: DeleteProjectCommandOutput) => void): void;
167
- deleteProject(args: DeleteProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProjectCommandOutput) => void): void;
168
-
169
- deleteTimeSeries(args: DeleteTimeSeriesCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTimeSeriesCommandOutput>;
170
- deleteTimeSeries(args: DeleteTimeSeriesCommandInput, cb: (err: any, data?: DeleteTimeSeriesCommandOutput) => void): void;
171
- deleteTimeSeries(args: DeleteTimeSeriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTimeSeriesCommandOutput) => void): void;
172
-
173
- describeAccessPolicy(args: DescribeAccessPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccessPolicyCommandOutput>;
174
- describeAccessPolicy(args: DescribeAccessPolicyCommandInput, cb: (err: any, data?: DescribeAccessPolicyCommandOutput) => void): void;
175
- describeAccessPolicy(args: DescribeAccessPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccessPolicyCommandOutput) => void): void;
176
-
177
- describeAsset(args: DescribeAssetCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAssetCommandOutput>;
178
- describeAsset(args: DescribeAssetCommandInput, cb: (err: any, data?: DescribeAssetCommandOutput) => void): void;
179
- describeAsset(args: DescribeAssetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAssetCommandOutput) => void): void;
180
-
181
- describeAssetModel(args: DescribeAssetModelCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAssetModelCommandOutput>;
182
- describeAssetModel(args: DescribeAssetModelCommandInput, cb: (err: any, data?: DescribeAssetModelCommandOutput) => void): void;
183
- describeAssetModel(args: DescribeAssetModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAssetModelCommandOutput) => void): void;
184
-
185
- describeAssetProperty(args: DescribeAssetPropertyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAssetPropertyCommandOutput>;
186
- describeAssetProperty(args: DescribeAssetPropertyCommandInput, cb: (err: any, data?: DescribeAssetPropertyCommandOutput) => void): void;
187
- describeAssetProperty(args: DescribeAssetPropertyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAssetPropertyCommandOutput) => void): void;
188
-
189
- describeBulkImportJob(args: DescribeBulkImportJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBulkImportJobCommandOutput>;
190
- describeBulkImportJob(args: DescribeBulkImportJobCommandInput, cb: (err: any, data?: DescribeBulkImportJobCommandOutput) => void): void;
191
- describeBulkImportJob(args: DescribeBulkImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBulkImportJobCommandOutput) => void): void;
192
-
193
- describeDashboard(args: DescribeDashboardCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDashboardCommandOutput>;
194
- describeDashboard(args: DescribeDashboardCommandInput, cb: (err: any, data?: DescribeDashboardCommandOutput) => void): void;
195
- describeDashboard(args: DescribeDashboardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDashboardCommandOutput) => void): void;
196
-
197
- describeDefaultEncryptionConfiguration(args: DescribeDefaultEncryptionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDefaultEncryptionConfigurationCommandOutput>;
198
- describeDefaultEncryptionConfiguration(args: DescribeDefaultEncryptionConfigurationCommandInput, cb: (err: any, data?: DescribeDefaultEncryptionConfigurationCommandOutput) => void): void;
199
- describeDefaultEncryptionConfiguration(args: DescribeDefaultEncryptionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDefaultEncryptionConfigurationCommandOutput) => void): void;
200
-
201
- describeGateway(args: DescribeGatewayCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGatewayCommandOutput>;
202
- describeGateway(args: DescribeGatewayCommandInput, cb: (err: any, data?: DescribeGatewayCommandOutput) => void): void;
203
- describeGateway(args: DescribeGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGatewayCommandOutput) => void): void;
204
-
205
- describeGatewayCapabilityConfiguration(args: DescribeGatewayCapabilityConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGatewayCapabilityConfigurationCommandOutput>;
206
- describeGatewayCapabilityConfiguration(args: DescribeGatewayCapabilityConfigurationCommandInput, cb: (err: any, data?: DescribeGatewayCapabilityConfigurationCommandOutput) => void): void;
207
- describeGatewayCapabilityConfiguration(args: DescribeGatewayCapabilityConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGatewayCapabilityConfigurationCommandOutput) => void): void;
208
-
209
- describeLoggingOptions(args: DescribeLoggingOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoggingOptionsCommandOutput>;
210
- describeLoggingOptions(args: DescribeLoggingOptionsCommandInput, cb: (err: any, data?: DescribeLoggingOptionsCommandOutput) => void): void;
211
- describeLoggingOptions(args: DescribeLoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoggingOptionsCommandOutput) => void): void;
212
-
213
- describePortal(args: DescribePortalCommandInput, options?: __HttpHandlerOptions): Promise<DescribePortalCommandOutput>;
214
- describePortal(args: DescribePortalCommandInput, cb: (err: any, data?: DescribePortalCommandOutput) => void): void;
215
- describePortal(args: DescribePortalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePortalCommandOutput) => void): void;
216
-
217
- describeProject(args: DescribeProjectCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProjectCommandOutput>;
218
- describeProject(args: DescribeProjectCommandInput, cb: (err: any, data?: DescribeProjectCommandOutput) => void): void;
219
- describeProject(args: DescribeProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProjectCommandOutput) => void): void;
220
-
221
- describeStorageConfiguration(args: DescribeStorageConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStorageConfigurationCommandOutput>;
222
- describeStorageConfiguration(args: DescribeStorageConfigurationCommandInput, cb: (err: any, data?: DescribeStorageConfigurationCommandOutput) => void): void;
223
- describeStorageConfiguration(args: DescribeStorageConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStorageConfigurationCommandOutput) => void): void;
224
-
225
- describeTimeSeries(args: DescribeTimeSeriesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTimeSeriesCommandOutput>;
226
- describeTimeSeries(args: DescribeTimeSeriesCommandInput, cb: (err: any, data?: DescribeTimeSeriesCommandOutput) => void): void;
227
- describeTimeSeries(args: DescribeTimeSeriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTimeSeriesCommandOutput) => void): void;
228
-
229
- disassociateAssets(args: DisassociateAssetsCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateAssetsCommandOutput>;
230
- disassociateAssets(args: DisassociateAssetsCommandInput, cb: (err: any, data?: DisassociateAssetsCommandOutput) => void): void;
231
- disassociateAssets(args: DisassociateAssetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateAssetsCommandOutput) => void): void;
232
-
233
- disassociateTimeSeriesFromAssetProperty(args: DisassociateTimeSeriesFromAssetPropertyCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateTimeSeriesFromAssetPropertyCommandOutput>;
234
- disassociateTimeSeriesFromAssetProperty(args: DisassociateTimeSeriesFromAssetPropertyCommandInput, cb: (err: any, data?: DisassociateTimeSeriesFromAssetPropertyCommandOutput) => void): void;
235
- disassociateTimeSeriesFromAssetProperty(args: DisassociateTimeSeriesFromAssetPropertyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateTimeSeriesFromAssetPropertyCommandOutput) => void): void;
236
-
237
- getAssetPropertyAggregates(args: GetAssetPropertyAggregatesCommandInput, options?: __HttpHandlerOptions): Promise<GetAssetPropertyAggregatesCommandOutput>;
238
- getAssetPropertyAggregates(args: GetAssetPropertyAggregatesCommandInput, cb: (err: any, data?: GetAssetPropertyAggregatesCommandOutput) => void): void;
239
- getAssetPropertyAggregates(args: GetAssetPropertyAggregatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAssetPropertyAggregatesCommandOutput) => void): void;
240
-
241
- getAssetPropertyValue(args: GetAssetPropertyValueCommandInput, options?: __HttpHandlerOptions): Promise<GetAssetPropertyValueCommandOutput>;
242
- getAssetPropertyValue(args: GetAssetPropertyValueCommandInput, cb: (err: any, data?: GetAssetPropertyValueCommandOutput) => void): void;
243
- getAssetPropertyValue(args: GetAssetPropertyValueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAssetPropertyValueCommandOutput) => void): void;
244
-
245
- getAssetPropertyValueHistory(args: GetAssetPropertyValueHistoryCommandInput, options?: __HttpHandlerOptions): Promise<GetAssetPropertyValueHistoryCommandOutput>;
246
- getAssetPropertyValueHistory(args: GetAssetPropertyValueHistoryCommandInput, cb: (err: any, data?: GetAssetPropertyValueHistoryCommandOutput) => void): void;
247
- getAssetPropertyValueHistory(args: GetAssetPropertyValueHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAssetPropertyValueHistoryCommandOutput) => void): void;
248
-
249
- getInterpolatedAssetPropertyValues(args: GetInterpolatedAssetPropertyValuesCommandInput, options?: __HttpHandlerOptions): Promise<GetInterpolatedAssetPropertyValuesCommandOutput>;
250
- getInterpolatedAssetPropertyValues(args: GetInterpolatedAssetPropertyValuesCommandInput, cb: (err: any, data?: GetInterpolatedAssetPropertyValuesCommandOutput) => void): void;
251
- getInterpolatedAssetPropertyValues(args: GetInterpolatedAssetPropertyValuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInterpolatedAssetPropertyValuesCommandOutput) => void): void;
252
-
253
- listAccessPolicies(args: ListAccessPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessPoliciesCommandOutput>;
254
- listAccessPolicies(args: ListAccessPoliciesCommandInput, cb: (err: any, data?: ListAccessPoliciesCommandOutput) => void): void;
255
- listAccessPolicies(args: ListAccessPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessPoliciesCommandOutput) => void): void;
256
-
257
- listAssetModels(args: ListAssetModelsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssetModelsCommandOutput>;
258
- listAssetModels(args: ListAssetModelsCommandInput, cb: (err: any, data?: ListAssetModelsCommandOutput) => void): void;
259
- listAssetModels(args: ListAssetModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssetModelsCommandOutput) => void): void;
260
-
261
- listAssetRelationships(args: ListAssetRelationshipsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssetRelationshipsCommandOutput>;
262
- listAssetRelationships(args: ListAssetRelationshipsCommandInput, cb: (err: any, data?: ListAssetRelationshipsCommandOutput) => void): void;
263
- listAssetRelationships(args: ListAssetRelationshipsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssetRelationshipsCommandOutput) => void): void;
264
-
265
- listAssets(args: ListAssetsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssetsCommandOutput>;
266
- listAssets(args: ListAssetsCommandInput, cb: (err: any, data?: ListAssetsCommandOutput) => void): void;
267
- listAssets(args: ListAssetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssetsCommandOutput) => void): void;
268
-
269
- listAssociatedAssets(args: ListAssociatedAssetsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssociatedAssetsCommandOutput>;
270
- listAssociatedAssets(args: ListAssociatedAssetsCommandInput, cb: (err: any, data?: ListAssociatedAssetsCommandOutput) => void): void;
271
- listAssociatedAssets(args: ListAssociatedAssetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssociatedAssetsCommandOutput) => void): void;
272
-
273
- listBulkImportJobs(args: ListBulkImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListBulkImportJobsCommandOutput>;
274
- listBulkImportJobs(args: ListBulkImportJobsCommandInput, cb: (err: any, data?: ListBulkImportJobsCommandOutput) => void): void;
275
- listBulkImportJobs(args: ListBulkImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBulkImportJobsCommandOutput) => void): void;
276
-
277
- listDashboards(args: ListDashboardsCommandInput, options?: __HttpHandlerOptions): Promise<ListDashboardsCommandOutput>;
278
- listDashboards(args: ListDashboardsCommandInput, cb: (err: any, data?: ListDashboardsCommandOutput) => void): void;
279
- listDashboards(args: ListDashboardsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDashboardsCommandOutput) => void): void;
280
-
281
- listGateways(args: ListGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<ListGatewaysCommandOutput>;
282
- listGateways(args: ListGatewaysCommandInput, cb: (err: any, data?: ListGatewaysCommandOutput) => void): void;
283
- listGateways(args: ListGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGatewaysCommandOutput) => void): void;
284
-
285
- listPortals(args: ListPortalsCommandInput, options?: __HttpHandlerOptions): Promise<ListPortalsCommandOutput>;
286
- listPortals(args: ListPortalsCommandInput, cb: (err: any, data?: ListPortalsCommandOutput) => void): void;
287
- listPortals(args: ListPortalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPortalsCommandOutput) => void): void;
288
-
289
- listProjectAssets(args: ListProjectAssetsCommandInput, options?: __HttpHandlerOptions): Promise<ListProjectAssetsCommandOutput>;
290
- listProjectAssets(args: ListProjectAssetsCommandInput, cb: (err: any, data?: ListProjectAssetsCommandOutput) => void): void;
291
- listProjectAssets(args: ListProjectAssetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProjectAssetsCommandOutput) => void): void;
292
-
293
- listProjects(args: ListProjectsCommandInput, options?: __HttpHandlerOptions): Promise<ListProjectsCommandOutput>;
294
- listProjects(args: ListProjectsCommandInput, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
295
- listProjects(args: ListProjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
296
-
297
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
298
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
299
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
300
-
301
- listTimeSeries(args: ListTimeSeriesCommandInput, options?: __HttpHandlerOptions): Promise<ListTimeSeriesCommandOutput>;
302
- listTimeSeries(args: ListTimeSeriesCommandInput, cb: (err: any, data?: ListTimeSeriesCommandOutput) => void): void;
303
- listTimeSeries(args: ListTimeSeriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTimeSeriesCommandOutput) => void): void;
304
-
305
- putDefaultEncryptionConfiguration(args: PutDefaultEncryptionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutDefaultEncryptionConfigurationCommandOutput>;
306
- putDefaultEncryptionConfiguration(args: PutDefaultEncryptionConfigurationCommandInput, cb: (err: any, data?: PutDefaultEncryptionConfigurationCommandOutput) => void): void;
307
- putDefaultEncryptionConfiguration(args: PutDefaultEncryptionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDefaultEncryptionConfigurationCommandOutput) => void): void;
308
-
309
- putLoggingOptions(args: PutLoggingOptionsCommandInput, options?: __HttpHandlerOptions): Promise<PutLoggingOptionsCommandOutput>;
310
- putLoggingOptions(args: PutLoggingOptionsCommandInput, cb: (err: any, data?: PutLoggingOptionsCommandOutput) => void): void;
311
- putLoggingOptions(args: PutLoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutLoggingOptionsCommandOutput) => void): void;
312
-
313
- putStorageConfiguration(args: PutStorageConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutStorageConfigurationCommandOutput>;
314
- putStorageConfiguration(args: PutStorageConfigurationCommandInput, cb: (err: any, data?: PutStorageConfigurationCommandOutput) => void): void;
315
- putStorageConfiguration(args: PutStorageConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutStorageConfigurationCommandOutput) => void): void;
316
-
317
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
318
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
319
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
320
-
321
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
322
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
323
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
324
-
325
- updateAccessPolicy(args: UpdateAccessPolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccessPolicyCommandOutput>;
326
- updateAccessPolicy(args: UpdateAccessPolicyCommandInput, cb: (err: any, data?: UpdateAccessPolicyCommandOutput) => void): void;
327
- updateAccessPolicy(args: UpdateAccessPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccessPolicyCommandOutput) => void): void;
328
-
329
- updateAsset(args: UpdateAssetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssetCommandOutput>;
330
- updateAsset(args: UpdateAssetCommandInput, cb: (err: any, data?: UpdateAssetCommandOutput) => void): void;
331
- updateAsset(args: UpdateAssetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssetCommandOutput) => void): void;
332
-
333
- updateAssetModel(args: UpdateAssetModelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssetModelCommandOutput>;
334
- updateAssetModel(args: UpdateAssetModelCommandInput, cb: (err: any, data?: UpdateAssetModelCommandOutput) => void): void;
335
- updateAssetModel(args: UpdateAssetModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssetModelCommandOutput) => void): void;
336
-
337
- updateAssetProperty(args: UpdateAssetPropertyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssetPropertyCommandOutput>;
338
- updateAssetProperty(args: UpdateAssetPropertyCommandInput, cb: (err: any, data?: UpdateAssetPropertyCommandOutput) => void): void;
339
- updateAssetProperty(args: UpdateAssetPropertyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssetPropertyCommandOutput) => void): void;
340
-
341
- updateDashboard(args: UpdateDashboardCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDashboardCommandOutput>;
342
- updateDashboard(args: UpdateDashboardCommandInput, cb: (err: any, data?: UpdateDashboardCommandOutput) => void): void;
343
- updateDashboard(args: UpdateDashboardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDashboardCommandOutput) => void): void;
344
-
345
- updateGateway(args: UpdateGatewayCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGatewayCommandOutput>;
346
- updateGateway(args: UpdateGatewayCommandInput, cb: (err: any, data?: UpdateGatewayCommandOutput) => void): void;
347
- updateGateway(args: UpdateGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGatewayCommandOutput) => void): void;
348
-
349
- updateGatewayCapabilityConfiguration(args: UpdateGatewayCapabilityConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGatewayCapabilityConfigurationCommandOutput>;
350
- updateGatewayCapabilityConfiguration(args: UpdateGatewayCapabilityConfigurationCommandInput, cb: (err: any, data?: UpdateGatewayCapabilityConfigurationCommandOutput) => void): void;
351
- updateGatewayCapabilityConfiguration(args: UpdateGatewayCapabilityConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGatewayCapabilityConfigurationCommandOutput) => void): void;
352
-
353
- updatePortal(args: UpdatePortalCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePortalCommandOutput>;
354
- updatePortal(args: UpdatePortalCommandInput, cb: (err: any, data?: UpdatePortalCommandOutput) => void): void;
355
- updatePortal(args: UpdatePortalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePortalCommandOutput) => void): void;
356
-
357
- updateProject(args: UpdateProjectCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProjectCommandOutput>;
358
- updateProject(args: UpdateProjectCommandInput, cb: (err: any, data?: UpdateProjectCommandOutput) => void): void;
359
- updateProject(args: UpdateProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProjectCommandOutput) => void): void;
360
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AssociateAssetsCommandInput,
4
+ AssociateAssetsCommandOutput,
5
+ } from "./commands/AssociateAssetsCommand";
6
+ import {
7
+ AssociateTimeSeriesToAssetPropertyCommandInput,
8
+ AssociateTimeSeriesToAssetPropertyCommandOutput,
9
+ } from "./commands/AssociateTimeSeriesToAssetPropertyCommand";
10
+ import {
11
+ BatchAssociateProjectAssetsCommandInput,
12
+ BatchAssociateProjectAssetsCommandOutput,
13
+ } from "./commands/BatchAssociateProjectAssetsCommand";
14
+ import {
15
+ BatchDisassociateProjectAssetsCommandInput,
16
+ BatchDisassociateProjectAssetsCommandOutput,
17
+ } from "./commands/BatchDisassociateProjectAssetsCommand";
18
+ import {
19
+ BatchGetAssetPropertyAggregatesCommandInput,
20
+ BatchGetAssetPropertyAggregatesCommandOutput,
21
+ } from "./commands/BatchGetAssetPropertyAggregatesCommand";
22
+ import {
23
+ BatchGetAssetPropertyValueCommandInput,
24
+ BatchGetAssetPropertyValueCommandOutput,
25
+ } from "./commands/BatchGetAssetPropertyValueCommand";
26
+ import {
27
+ BatchGetAssetPropertyValueHistoryCommandInput,
28
+ BatchGetAssetPropertyValueHistoryCommandOutput,
29
+ } from "./commands/BatchGetAssetPropertyValueHistoryCommand";
30
+ import {
31
+ BatchPutAssetPropertyValueCommandInput,
32
+ BatchPutAssetPropertyValueCommandOutput,
33
+ } from "./commands/BatchPutAssetPropertyValueCommand";
34
+ import {
35
+ CreateAccessPolicyCommandInput,
36
+ CreateAccessPolicyCommandOutput,
37
+ } from "./commands/CreateAccessPolicyCommand";
38
+ import {
39
+ CreateAssetCommandInput,
40
+ CreateAssetCommandOutput,
41
+ } from "./commands/CreateAssetCommand";
42
+ import {
43
+ CreateAssetModelCommandInput,
44
+ CreateAssetModelCommandOutput,
45
+ } from "./commands/CreateAssetModelCommand";
46
+ import {
47
+ CreateBulkImportJobCommandInput,
48
+ CreateBulkImportJobCommandOutput,
49
+ } from "./commands/CreateBulkImportJobCommand";
50
+ import {
51
+ CreateDashboardCommandInput,
52
+ CreateDashboardCommandOutput,
53
+ } from "./commands/CreateDashboardCommand";
54
+ import {
55
+ CreateGatewayCommandInput,
56
+ CreateGatewayCommandOutput,
57
+ } from "./commands/CreateGatewayCommand";
58
+ import {
59
+ CreatePortalCommandInput,
60
+ CreatePortalCommandOutput,
61
+ } from "./commands/CreatePortalCommand";
62
+ import {
63
+ CreateProjectCommandInput,
64
+ CreateProjectCommandOutput,
65
+ } from "./commands/CreateProjectCommand";
66
+ import {
67
+ DeleteAccessPolicyCommandInput,
68
+ DeleteAccessPolicyCommandOutput,
69
+ } from "./commands/DeleteAccessPolicyCommand";
70
+ import {
71
+ DeleteAssetCommandInput,
72
+ DeleteAssetCommandOutput,
73
+ } from "./commands/DeleteAssetCommand";
74
+ import {
75
+ DeleteAssetModelCommandInput,
76
+ DeleteAssetModelCommandOutput,
77
+ } from "./commands/DeleteAssetModelCommand";
78
+ import {
79
+ DeleteDashboardCommandInput,
80
+ DeleteDashboardCommandOutput,
81
+ } from "./commands/DeleteDashboardCommand";
82
+ import {
83
+ DeleteGatewayCommandInput,
84
+ DeleteGatewayCommandOutput,
85
+ } from "./commands/DeleteGatewayCommand";
86
+ import {
87
+ DeletePortalCommandInput,
88
+ DeletePortalCommandOutput,
89
+ } from "./commands/DeletePortalCommand";
90
+ import {
91
+ DeleteProjectCommandInput,
92
+ DeleteProjectCommandOutput,
93
+ } from "./commands/DeleteProjectCommand";
94
+ import {
95
+ DeleteTimeSeriesCommandInput,
96
+ DeleteTimeSeriesCommandOutput,
97
+ } from "./commands/DeleteTimeSeriesCommand";
98
+ import {
99
+ DescribeAccessPolicyCommandInput,
100
+ DescribeAccessPolicyCommandOutput,
101
+ } from "./commands/DescribeAccessPolicyCommand";
102
+ import {
103
+ DescribeAssetCommandInput,
104
+ DescribeAssetCommandOutput,
105
+ } from "./commands/DescribeAssetCommand";
106
+ import {
107
+ DescribeAssetModelCommandInput,
108
+ DescribeAssetModelCommandOutput,
109
+ } from "./commands/DescribeAssetModelCommand";
110
+ import {
111
+ DescribeAssetPropertyCommandInput,
112
+ DescribeAssetPropertyCommandOutput,
113
+ } from "./commands/DescribeAssetPropertyCommand";
114
+ import {
115
+ DescribeBulkImportJobCommandInput,
116
+ DescribeBulkImportJobCommandOutput,
117
+ } from "./commands/DescribeBulkImportJobCommand";
118
+ import {
119
+ DescribeDashboardCommandInput,
120
+ DescribeDashboardCommandOutput,
121
+ } from "./commands/DescribeDashboardCommand";
122
+ import {
123
+ DescribeDefaultEncryptionConfigurationCommandInput,
124
+ DescribeDefaultEncryptionConfigurationCommandOutput,
125
+ } from "./commands/DescribeDefaultEncryptionConfigurationCommand";
126
+ import {
127
+ DescribeGatewayCapabilityConfigurationCommandInput,
128
+ DescribeGatewayCapabilityConfigurationCommandOutput,
129
+ } from "./commands/DescribeGatewayCapabilityConfigurationCommand";
130
+ import {
131
+ DescribeGatewayCommandInput,
132
+ DescribeGatewayCommandOutput,
133
+ } from "./commands/DescribeGatewayCommand";
134
+ import {
135
+ DescribeLoggingOptionsCommandInput,
136
+ DescribeLoggingOptionsCommandOutput,
137
+ } from "./commands/DescribeLoggingOptionsCommand";
138
+ import {
139
+ DescribePortalCommandInput,
140
+ DescribePortalCommandOutput,
141
+ } from "./commands/DescribePortalCommand";
142
+ import {
143
+ DescribeProjectCommandInput,
144
+ DescribeProjectCommandOutput,
145
+ } from "./commands/DescribeProjectCommand";
146
+ import {
147
+ DescribeStorageConfigurationCommandInput,
148
+ DescribeStorageConfigurationCommandOutput,
149
+ } from "./commands/DescribeStorageConfigurationCommand";
150
+ import {
151
+ DescribeTimeSeriesCommandInput,
152
+ DescribeTimeSeriesCommandOutput,
153
+ } from "./commands/DescribeTimeSeriesCommand";
154
+ import {
155
+ DisassociateAssetsCommandInput,
156
+ DisassociateAssetsCommandOutput,
157
+ } from "./commands/DisassociateAssetsCommand";
158
+ import {
159
+ DisassociateTimeSeriesFromAssetPropertyCommandInput,
160
+ DisassociateTimeSeriesFromAssetPropertyCommandOutput,
161
+ } from "./commands/DisassociateTimeSeriesFromAssetPropertyCommand";
162
+ import {
163
+ GetAssetPropertyAggregatesCommandInput,
164
+ GetAssetPropertyAggregatesCommandOutput,
165
+ } from "./commands/GetAssetPropertyAggregatesCommand";
166
+ import {
167
+ GetAssetPropertyValueCommandInput,
168
+ GetAssetPropertyValueCommandOutput,
169
+ } from "./commands/GetAssetPropertyValueCommand";
170
+ import {
171
+ GetAssetPropertyValueHistoryCommandInput,
172
+ GetAssetPropertyValueHistoryCommandOutput,
173
+ } from "./commands/GetAssetPropertyValueHistoryCommand";
174
+ import {
175
+ GetInterpolatedAssetPropertyValuesCommandInput,
176
+ GetInterpolatedAssetPropertyValuesCommandOutput,
177
+ } from "./commands/GetInterpolatedAssetPropertyValuesCommand";
178
+ import {
179
+ ListAccessPoliciesCommandInput,
180
+ ListAccessPoliciesCommandOutput,
181
+ } from "./commands/ListAccessPoliciesCommand";
182
+ import {
183
+ ListAssetModelsCommandInput,
184
+ ListAssetModelsCommandOutput,
185
+ } from "./commands/ListAssetModelsCommand";
186
+ import {
187
+ ListAssetRelationshipsCommandInput,
188
+ ListAssetRelationshipsCommandOutput,
189
+ } from "./commands/ListAssetRelationshipsCommand";
190
+ import {
191
+ ListAssetsCommandInput,
192
+ ListAssetsCommandOutput,
193
+ } from "./commands/ListAssetsCommand";
194
+ import {
195
+ ListAssociatedAssetsCommandInput,
196
+ ListAssociatedAssetsCommandOutput,
197
+ } from "./commands/ListAssociatedAssetsCommand";
198
+ import {
199
+ ListBulkImportJobsCommandInput,
200
+ ListBulkImportJobsCommandOutput,
201
+ } from "./commands/ListBulkImportJobsCommand";
202
+ import {
203
+ ListDashboardsCommandInput,
204
+ ListDashboardsCommandOutput,
205
+ } from "./commands/ListDashboardsCommand";
206
+ import {
207
+ ListGatewaysCommandInput,
208
+ ListGatewaysCommandOutput,
209
+ } from "./commands/ListGatewaysCommand";
210
+ import {
211
+ ListPortalsCommandInput,
212
+ ListPortalsCommandOutput,
213
+ } from "./commands/ListPortalsCommand";
214
+ import {
215
+ ListProjectAssetsCommandInput,
216
+ ListProjectAssetsCommandOutput,
217
+ } from "./commands/ListProjectAssetsCommand";
218
+ import {
219
+ ListProjectsCommandInput,
220
+ ListProjectsCommandOutput,
221
+ } from "./commands/ListProjectsCommand";
222
+ import {
223
+ ListTagsForResourceCommandInput,
224
+ ListTagsForResourceCommandOutput,
225
+ } from "./commands/ListTagsForResourceCommand";
226
+ import {
227
+ ListTimeSeriesCommandInput,
228
+ ListTimeSeriesCommandOutput,
229
+ } from "./commands/ListTimeSeriesCommand";
230
+ import {
231
+ PutDefaultEncryptionConfigurationCommandInput,
232
+ PutDefaultEncryptionConfigurationCommandOutput,
233
+ } from "./commands/PutDefaultEncryptionConfigurationCommand";
234
+ import {
235
+ PutLoggingOptionsCommandInput,
236
+ PutLoggingOptionsCommandOutput,
237
+ } from "./commands/PutLoggingOptionsCommand";
238
+ import {
239
+ PutStorageConfigurationCommandInput,
240
+ PutStorageConfigurationCommandOutput,
241
+ } from "./commands/PutStorageConfigurationCommand";
242
+ import {
243
+ TagResourceCommandInput,
244
+ TagResourceCommandOutput,
245
+ } from "./commands/TagResourceCommand";
246
+ import {
247
+ UntagResourceCommandInput,
248
+ UntagResourceCommandOutput,
249
+ } from "./commands/UntagResourceCommand";
250
+ import {
251
+ UpdateAccessPolicyCommandInput,
252
+ UpdateAccessPolicyCommandOutput,
253
+ } from "./commands/UpdateAccessPolicyCommand";
254
+ import {
255
+ UpdateAssetCommandInput,
256
+ UpdateAssetCommandOutput,
257
+ } from "./commands/UpdateAssetCommand";
258
+ import {
259
+ UpdateAssetModelCommandInput,
260
+ UpdateAssetModelCommandOutput,
261
+ } from "./commands/UpdateAssetModelCommand";
262
+ import {
263
+ UpdateAssetPropertyCommandInput,
264
+ UpdateAssetPropertyCommandOutput,
265
+ } from "./commands/UpdateAssetPropertyCommand";
266
+ import {
267
+ UpdateDashboardCommandInput,
268
+ UpdateDashboardCommandOutput,
269
+ } from "./commands/UpdateDashboardCommand";
270
+ import {
271
+ UpdateGatewayCapabilityConfigurationCommandInput,
272
+ UpdateGatewayCapabilityConfigurationCommandOutput,
273
+ } from "./commands/UpdateGatewayCapabilityConfigurationCommand";
274
+ import {
275
+ UpdateGatewayCommandInput,
276
+ UpdateGatewayCommandOutput,
277
+ } from "./commands/UpdateGatewayCommand";
278
+ import {
279
+ UpdatePortalCommandInput,
280
+ UpdatePortalCommandOutput,
281
+ } from "./commands/UpdatePortalCommand";
282
+ import {
283
+ UpdateProjectCommandInput,
284
+ UpdateProjectCommandOutput,
285
+ } from "./commands/UpdateProjectCommand";
286
+ import { IoTSiteWiseClient } from "./IoTSiteWiseClient";
287
+
288
+ export declare class IoTSiteWise extends IoTSiteWiseClient {
289
+ associateAssets(
290
+ args: AssociateAssetsCommandInput,
291
+ options?: __HttpHandlerOptions
292
+ ): Promise<AssociateAssetsCommandOutput>;
293
+ associateAssets(
294
+ args: AssociateAssetsCommandInput,
295
+ cb: (err: any, data?: AssociateAssetsCommandOutput) => void
296
+ ): void;
297
+ associateAssets(
298
+ args: AssociateAssetsCommandInput,
299
+ options: __HttpHandlerOptions,
300
+ cb: (err: any, data?: AssociateAssetsCommandOutput) => void
301
+ ): void;
302
+
303
+ associateTimeSeriesToAssetProperty(
304
+ args: AssociateTimeSeriesToAssetPropertyCommandInput,
305
+ options?: __HttpHandlerOptions
306
+ ): Promise<AssociateTimeSeriesToAssetPropertyCommandOutput>;
307
+ associateTimeSeriesToAssetProperty(
308
+ args: AssociateTimeSeriesToAssetPropertyCommandInput,
309
+ cb: (
310
+ err: any,
311
+ data?: AssociateTimeSeriesToAssetPropertyCommandOutput
312
+ ) => void
313
+ ): void;
314
+ associateTimeSeriesToAssetProperty(
315
+ args: AssociateTimeSeriesToAssetPropertyCommandInput,
316
+ options: __HttpHandlerOptions,
317
+ cb: (
318
+ err: any,
319
+ data?: AssociateTimeSeriesToAssetPropertyCommandOutput
320
+ ) => void
321
+ ): void;
322
+
323
+ batchAssociateProjectAssets(
324
+ args: BatchAssociateProjectAssetsCommandInput,
325
+ options?: __HttpHandlerOptions
326
+ ): Promise<BatchAssociateProjectAssetsCommandOutput>;
327
+ batchAssociateProjectAssets(
328
+ args: BatchAssociateProjectAssetsCommandInput,
329
+ cb: (err: any, data?: BatchAssociateProjectAssetsCommandOutput) => void
330
+ ): void;
331
+ batchAssociateProjectAssets(
332
+ args: BatchAssociateProjectAssetsCommandInput,
333
+ options: __HttpHandlerOptions,
334
+ cb: (err: any, data?: BatchAssociateProjectAssetsCommandOutput) => void
335
+ ): void;
336
+
337
+ batchDisassociateProjectAssets(
338
+ args: BatchDisassociateProjectAssetsCommandInput,
339
+ options?: __HttpHandlerOptions
340
+ ): Promise<BatchDisassociateProjectAssetsCommandOutput>;
341
+ batchDisassociateProjectAssets(
342
+ args: BatchDisassociateProjectAssetsCommandInput,
343
+ cb: (err: any, data?: BatchDisassociateProjectAssetsCommandOutput) => void
344
+ ): void;
345
+ batchDisassociateProjectAssets(
346
+ args: BatchDisassociateProjectAssetsCommandInput,
347
+ options: __HttpHandlerOptions,
348
+ cb: (err: any, data?: BatchDisassociateProjectAssetsCommandOutput) => void
349
+ ): void;
350
+
351
+ batchGetAssetPropertyAggregates(
352
+ args: BatchGetAssetPropertyAggregatesCommandInput,
353
+ options?: __HttpHandlerOptions
354
+ ): Promise<BatchGetAssetPropertyAggregatesCommandOutput>;
355
+ batchGetAssetPropertyAggregates(
356
+ args: BatchGetAssetPropertyAggregatesCommandInput,
357
+ cb: (err: any, data?: BatchGetAssetPropertyAggregatesCommandOutput) => void
358
+ ): void;
359
+ batchGetAssetPropertyAggregates(
360
+ args: BatchGetAssetPropertyAggregatesCommandInput,
361
+ options: __HttpHandlerOptions,
362
+ cb: (err: any, data?: BatchGetAssetPropertyAggregatesCommandOutput) => void
363
+ ): void;
364
+
365
+ batchGetAssetPropertyValue(
366
+ args: BatchGetAssetPropertyValueCommandInput,
367
+ options?: __HttpHandlerOptions
368
+ ): Promise<BatchGetAssetPropertyValueCommandOutput>;
369
+ batchGetAssetPropertyValue(
370
+ args: BatchGetAssetPropertyValueCommandInput,
371
+ cb: (err: any, data?: BatchGetAssetPropertyValueCommandOutput) => void
372
+ ): void;
373
+ batchGetAssetPropertyValue(
374
+ args: BatchGetAssetPropertyValueCommandInput,
375
+ options: __HttpHandlerOptions,
376
+ cb: (err: any, data?: BatchGetAssetPropertyValueCommandOutput) => void
377
+ ): void;
378
+
379
+ batchGetAssetPropertyValueHistory(
380
+ args: BatchGetAssetPropertyValueHistoryCommandInput,
381
+ options?: __HttpHandlerOptions
382
+ ): Promise<BatchGetAssetPropertyValueHistoryCommandOutput>;
383
+ batchGetAssetPropertyValueHistory(
384
+ args: BatchGetAssetPropertyValueHistoryCommandInput,
385
+ cb: (
386
+ err: any,
387
+ data?: BatchGetAssetPropertyValueHistoryCommandOutput
388
+ ) => void
389
+ ): void;
390
+ batchGetAssetPropertyValueHistory(
391
+ args: BatchGetAssetPropertyValueHistoryCommandInput,
392
+ options: __HttpHandlerOptions,
393
+ cb: (
394
+ err: any,
395
+ data?: BatchGetAssetPropertyValueHistoryCommandOutput
396
+ ) => void
397
+ ): void;
398
+
399
+ batchPutAssetPropertyValue(
400
+ args: BatchPutAssetPropertyValueCommandInput,
401
+ options?: __HttpHandlerOptions
402
+ ): Promise<BatchPutAssetPropertyValueCommandOutput>;
403
+ batchPutAssetPropertyValue(
404
+ args: BatchPutAssetPropertyValueCommandInput,
405
+ cb: (err: any, data?: BatchPutAssetPropertyValueCommandOutput) => void
406
+ ): void;
407
+ batchPutAssetPropertyValue(
408
+ args: BatchPutAssetPropertyValueCommandInput,
409
+ options: __HttpHandlerOptions,
410
+ cb: (err: any, data?: BatchPutAssetPropertyValueCommandOutput) => void
411
+ ): void;
412
+
413
+ createAccessPolicy(
414
+ args: CreateAccessPolicyCommandInput,
415
+ options?: __HttpHandlerOptions
416
+ ): Promise<CreateAccessPolicyCommandOutput>;
417
+ createAccessPolicy(
418
+ args: CreateAccessPolicyCommandInput,
419
+ cb: (err: any, data?: CreateAccessPolicyCommandOutput) => void
420
+ ): void;
421
+ createAccessPolicy(
422
+ args: CreateAccessPolicyCommandInput,
423
+ options: __HttpHandlerOptions,
424
+ cb: (err: any, data?: CreateAccessPolicyCommandOutput) => void
425
+ ): void;
426
+
427
+ createAsset(
428
+ args: CreateAssetCommandInput,
429
+ options?: __HttpHandlerOptions
430
+ ): Promise<CreateAssetCommandOutput>;
431
+ createAsset(
432
+ args: CreateAssetCommandInput,
433
+ cb: (err: any, data?: CreateAssetCommandOutput) => void
434
+ ): void;
435
+ createAsset(
436
+ args: CreateAssetCommandInput,
437
+ options: __HttpHandlerOptions,
438
+ cb: (err: any, data?: CreateAssetCommandOutput) => void
439
+ ): void;
440
+
441
+ createAssetModel(
442
+ args: CreateAssetModelCommandInput,
443
+ options?: __HttpHandlerOptions
444
+ ): Promise<CreateAssetModelCommandOutput>;
445
+ createAssetModel(
446
+ args: CreateAssetModelCommandInput,
447
+ cb: (err: any, data?: CreateAssetModelCommandOutput) => void
448
+ ): void;
449
+ createAssetModel(
450
+ args: CreateAssetModelCommandInput,
451
+ options: __HttpHandlerOptions,
452
+ cb: (err: any, data?: CreateAssetModelCommandOutput) => void
453
+ ): void;
454
+
455
+ createBulkImportJob(
456
+ args: CreateBulkImportJobCommandInput,
457
+ options?: __HttpHandlerOptions
458
+ ): Promise<CreateBulkImportJobCommandOutput>;
459
+ createBulkImportJob(
460
+ args: CreateBulkImportJobCommandInput,
461
+ cb: (err: any, data?: CreateBulkImportJobCommandOutput) => void
462
+ ): void;
463
+ createBulkImportJob(
464
+ args: CreateBulkImportJobCommandInput,
465
+ options: __HttpHandlerOptions,
466
+ cb: (err: any, data?: CreateBulkImportJobCommandOutput) => void
467
+ ): void;
468
+
469
+ createDashboard(
470
+ args: CreateDashboardCommandInput,
471
+ options?: __HttpHandlerOptions
472
+ ): Promise<CreateDashboardCommandOutput>;
473
+ createDashboard(
474
+ args: CreateDashboardCommandInput,
475
+ cb: (err: any, data?: CreateDashboardCommandOutput) => void
476
+ ): void;
477
+ createDashboard(
478
+ args: CreateDashboardCommandInput,
479
+ options: __HttpHandlerOptions,
480
+ cb: (err: any, data?: CreateDashboardCommandOutput) => void
481
+ ): void;
482
+
483
+ createGateway(
484
+ args: CreateGatewayCommandInput,
485
+ options?: __HttpHandlerOptions
486
+ ): Promise<CreateGatewayCommandOutput>;
487
+ createGateway(
488
+ args: CreateGatewayCommandInput,
489
+ cb: (err: any, data?: CreateGatewayCommandOutput) => void
490
+ ): void;
491
+ createGateway(
492
+ args: CreateGatewayCommandInput,
493
+ options: __HttpHandlerOptions,
494
+ cb: (err: any, data?: CreateGatewayCommandOutput) => void
495
+ ): void;
496
+
497
+ createPortal(
498
+ args: CreatePortalCommandInput,
499
+ options?: __HttpHandlerOptions
500
+ ): Promise<CreatePortalCommandOutput>;
501
+ createPortal(
502
+ args: CreatePortalCommandInput,
503
+ cb: (err: any, data?: CreatePortalCommandOutput) => void
504
+ ): void;
505
+ createPortal(
506
+ args: CreatePortalCommandInput,
507
+ options: __HttpHandlerOptions,
508
+ cb: (err: any, data?: CreatePortalCommandOutput) => void
509
+ ): void;
510
+
511
+ createProject(
512
+ args: CreateProjectCommandInput,
513
+ options?: __HttpHandlerOptions
514
+ ): Promise<CreateProjectCommandOutput>;
515
+ createProject(
516
+ args: CreateProjectCommandInput,
517
+ cb: (err: any, data?: CreateProjectCommandOutput) => void
518
+ ): void;
519
+ createProject(
520
+ args: CreateProjectCommandInput,
521
+ options: __HttpHandlerOptions,
522
+ cb: (err: any, data?: CreateProjectCommandOutput) => void
523
+ ): void;
524
+
525
+ deleteAccessPolicy(
526
+ args: DeleteAccessPolicyCommandInput,
527
+ options?: __HttpHandlerOptions
528
+ ): Promise<DeleteAccessPolicyCommandOutput>;
529
+ deleteAccessPolicy(
530
+ args: DeleteAccessPolicyCommandInput,
531
+ cb: (err: any, data?: DeleteAccessPolicyCommandOutput) => void
532
+ ): void;
533
+ deleteAccessPolicy(
534
+ args: DeleteAccessPolicyCommandInput,
535
+ options: __HttpHandlerOptions,
536
+ cb: (err: any, data?: DeleteAccessPolicyCommandOutput) => void
537
+ ): void;
538
+
539
+ deleteAsset(
540
+ args: DeleteAssetCommandInput,
541
+ options?: __HttpHandlerOptions
542
+ ): Promise<DeleteAssetCommandOutput>;
543
+ deleteAsset(
544
+ args: DeleteAssetCommandInput,
545
+ cb: (err: any, data?: DeleteAssetCommandOutput) => void
546
+ ): void;
547
+ deleteAsset(
548
+ args: DeleteAssetCommandInput,
549
+ options: __HttpHandlerOptions,
550
+ cb: (err: any, data?: DeleteAssetCommandOutput) => void
551
+ ): void;
552
+
553
+ deleteAssetModel(
554
+ args: DeleteAssetModelCommandInput,
555
+ options?: __HttpHandlerOptions
556
+ ): Promise<DeleteAssetModelCommandOutput>;
557
+ deleteAssetModel(
558
+ args: DeleteAssetModelCommandInput,
559
+ cb: (err: any, data?: DeleteAssetModelCommandOutput) => void
560
+ ): void;
561
+ deleteAssetModel(
562
+ args: DeleteAssetModelCommandInput,
563
+ options: __HttpHandlerOptions,
564
+ cb: (err: any, data?: DeleteAssetModelCommandOutput) => void
565
+ ): void;
566
+
567
+ deleteDashboard(
568
+ args: DeleteDashboardCommandInput,
569
+ options?: __HttpHandlerOptions
570
+ ): Promise<DeleteDashboardCommandOutput>;
571
+ deleteDashboard(
572
+ args: DeleteDashboardCommandInput,
573
+ cb: (err: any, data?: DeleteDashboardCommandOutput) => void
574
+ ): void;
575
+ deleteDashboard(
576
+ args: DeleteDashboardCommandInput,
577
+ options: __HttpHandlerOptions,
578
+ cb: (err: any, data?: DeleteDashboardCommandOutput) => void
579
+ ): void;
580
+
581
+ deleteGateway(
582
+ args: DeleteGatewayCommandInput,
583
+ options?: __HttpHandlerOptions
584
+ ): Promise<DeleteGatewayCommandOutput>;
585
+ deleteGateway(
586
+ args: DeleteGatewayCommandInput,
587
+ cb: (err: any, data?: DeleteGatewayCommandOutput) => void
588
+ ): void;
589
+ deleteGateway(
590
+ args: DeleteGatewayCommandInput,
591
+ options: __HttpHandlerOptions,
592
+ cb: (err: any, data?: DeleteGatewayCommandOutput) => void
593
+ ): void;
594
+
595
+ deletePortal(
596
+ args: DeletePortalCommandInput,
597
+ options?: __HttpHandlerOptions
598
+ ): Promise<DeletePortalCommandOutput>;
599
+ deletePortal(
600
+ args: DeletePortalCommandInput,
601
+ cb: (err: any, data?: DeletePortalCommandOutput) => void
602
+ ): void;
603
+ deletePortal(
604
+ args: DeletePortalCommandInput,
605
+ options: __HttpHandlerOptions,
606
+ cb: (err: any, data?: DeletePortalCommandOutput) => void
607
+ ): void;
608
+
609
+ deleteProject(
610
+ args: DeleteProjectCommandInput,
611
+ options?: __HttpHandlerOptions
612
+ ): Promise<DeleteProjectCommandOutput>;
613
+ deleteProject(
614
+ args: DeleteProjectCommandInput,
615
+ cb: (err: any, data?: DeleteProjectCommandOutput) => void
616
+ ): void;
617
+ deleteProject(
618
+ args: DeleteProjectCommandInput,
619
+ options: __HttpHandlerOptions,
620
+ cb: (err: any, data?: DeleteProjectCommandOutput) => void
621
+ ): void;
622
+
623
+ deleteTimeSeries(
624
+ args: DeleteTimeSeriesCommandInput,
625
+ options?: __HttpHandlerOptions
626
+ ): Promise<DeleteTimeSeriesCommandOutput>;
627
+ deleteTimeSeries(
628
+ args: DeleteTimeSeriesCommandInput,
629
+ cb: (err: any, data?: DeleteTimeSeriesCommandOutput) => void
630
+ ): void;
631
+ deleteTimeSeries(
632
+ args: DeleteTimeSeriesCommandInput,
633
+ options: __HttpHandlerOptions,
634
+ cb: (err: any, data?: DeleteTimeSeriesCommandOutput) => void
635
+ ): void;
636
+
637
+ describeAccessPolicy(
638
+ args: DescribeAccessPolicyCommandInput,
639
+ options?: __HttpHandlerOptions
640
+ ): Promise<DescribeAccessPolicyCommandOutput>;
641
+ describeAccessPolicy(
642
+ args: DescribeAccessPolicyCommandInput,
643
+ cb: (err: any, data?: DescribeAccessPolicyCommandOutput) => void
644
+ ): void;
645
+ describeAccessPolicy(
646
+ args: DescribeAccessPolicyCommandInput,
647
+ options: __HttpHandlerOptions,
648
+ cb: (err: any, data?: DescribeAccessPolicyCommandOutput) => void
649
+ ): void;
650
+
651
+ describeAsset(
652
+ args: DescribeAssetCommandInput,
653
+ options?: __HttpHandlerOptions
654
+ ): Promise<DescribeAssetCommandOutput>;
655
+ describeAsset(
656
+ args: DescribeAssetCommandInput,
657
+ cb: (err: any, data?: DescribeAssetCommandOutput) => void
658
+ ): void;
659
+ describeAsset(
660
+ args: DescribeAssetCommandInput,
661
+ options: __HttpHandlerOptions,
662
+ cb: (err: any, data?: DescribeAssetCommandOutput) => void
663
+ ): void;
664
+
665
+ describeAssetModel(
666
+ args: DescribeAssetModelCommandInput,
667
+ options?: __HttpHandlerOptions
668
+ ): Promise<DescribeAssetModelCommandOutput>;
669
+ describeAssetModel(
670
+ args: DescribeAssetModelCommandInput,
671
+ cb: (err: any, data?: DescribeAssetModelCommandOutput) => void
672
+ ): void;
673
+ describeAssetModel(
674
+ args: DescribeAssetModelCommandInput,
675
+ options: __HttpHandlerOptions,
676
+ cb: (err: any, data?: DescribeAssetModelCommandOutput) => void
677
+ ): void;
678
+
679
+ describeAssetProperty(
680
+ args: DescribeAssetPropertyCommandInput,
681
+ options?: __HttpHandlerOptions
682
+ ): Promise<DescribeAssetPropertyCommandOutput>;
683
+ describeAssetProperty(
684
+ args: DescribeAssetPropertyCommandInput,
685
+ cb: (err: any, data?: DescribeAssetPropertyCommandOutput) => void
686
+ ): void;
687
+ describeAssetProperty(
688
+ args: DescribeAssetPropertyCommandInput,
689
+ options: __HttpHandlerOptions,
690
+ cb: (err: any, data?: DescribeAssetPropertyCommandOutput) => void
691
+ ): void;
692
+
693
+ describeBulkImportJob(
694
+ args: DescribeBulkImportJobCommandInput,
695
+ options?: __HttpHandlerOptions
696
+ ): Promise<DescribeBulkImportJobCommandOutput>;
697
+ describeBulkImportJob(
698
+ args: DescribeBulkImportJobCommandInput,
699
+ cb: (err: any, data?: DescribeBulkImportJobCommandOutput) => void
700
+ ): void;
701
+ describeBulkImportJob(
702
+ args: DescribeBulkImportJobCommandInput,
703
+ options: __HttpHandlerOptions,
704
+ cb: (err: any, data?: DescribeBulkImportJobCommandOutput) => void
705
+ ): void;
706
+
707
+ describeDashboard(
708
+ args: DescribeDashboardCommandInput,
709
+ options?: __HttpHandlerOptions
710
+ ): Promise<DescribeDashboardCommandOutput>;
711
+ describeDashboard(
712
+ args: DescribeDashboardCommandInput,
713
+ cb: (err: any, data?: DescribeDashboardCommandOutput) => void
714
+ ): void;
715
+ describeDashboard(
716
+ args: DescribeDashboardCommandInput,
717
+ options: __HttpHandlerOptions,
718
+ cb: (err: any, data?: DescribeDashboardCommandOutput) => void
719
+ ): void;
720
+
721
+ describeDefaultEncryptionConfiguration(
722
+ args: DescribeDefaultEncryptionConfigurationCommandInput,
723
+ options?: __HttpHandlerOptions
724
+ ): Promise<DescribeDefaultEncryptionConfigurationCommandOutput>;
725
+ describeDefaultEncryptionConfiguration(
726
+ args: DescribeDefaultEncryptionConfigurationCommandInput,
727
+ cb: (
728
+ err: any,
729
+ data?: DescribeDefaultEncryptionConfigurationCommandOutput
730
+ ) => void
731
+ ): void;
732
+ describeDefaultEncryptionConfiguration(
733
+ args: DescribeDefaultEncryptionConfigurationCommandInput,
734
+ options: __HttpHandlerOptions,
735
+ cb: (
736
+ err: any,
737
+ data?: DescribeDefaultEncryptionConfigurationCommandOutput
738
+ ) => void
739
+ ): void;
740
+
741
+ describeGateway(
742
+ args: DescribeGatewayCommandInput,
743
+ options?: __HttpHandlerOptions
744
+ ): Promise<DescribeGatewayCommandOutput>;
745
+ describeGateway(
746
+ args: DescribeGatewayCommandInput,
747
+ cb: (err: any, data?: DescribeGatewayCommandOutput) => void
748
+ ): void;
749
+ describeGateway(
750
+ args: DescribeGatewayCommandInput,
751
+ options: __HttpHandlerOptions,
752
+ cb: (err: any, data?: DescribeGatewayCommandOutput) => void
753
+ ): void;
754
+
755
+ describeGatewayCapabilityConfiguration(
756
+ args: DescribeGatewayCapabilityConfigurationCommandInput,
757
+ options?: __HttpHandlerOptions
758
+ ): Promise<DescribeGatewayCapabilityConfigurationCommandOutput>;
759
+ describeGatewayCapabilityConfiguration(
760
+ args: DescribeGatewayCapabilityConfigurationCommandInput,
761
+ cb: (
762
+ err: any,
763
+ data?: DescribeGatewayCapabilityConfigurationCommandOutput
764
+ ) => void
765
+ ): void;
766
+ describeGatewayCapabilityConfiguration(
767
+ args: DescribeGatewayCapabilityConfigurationCommandInput,
768
+ options: __HttpHandlerOptions,
769
+ cb: (
770
+ err: any,
771
+ data?: DescribeGatewayCapabilityConfigurationCommandOutput
772
+ ) => void
773
+ ): void;
774
+
775
+ describeLoggingOptions(
776
+ args: DescribeLoggingOptionsCommandInput,
777
+ options?: __HttpHandlerOptions
778
+ ): Promise<DescribeLoggingOptionsCommandOutput>;
779
+ describeLoggingOptions(
780
+ args: DescribeLoggingOptionsCommandInput,
781
+ cb: (err: any, data?: DescribeLoggingOptionsCommandOutput) => void
782
+ ): void;
783
+ describeLoggingOptions(
784
+ args: DescribeLoggingOptionsCommandInput,
785
+ options: __HttpHandlerOptions,
786
+ cb: (err: any, data?: DescribeLoggingOptionsCommandOutput) => void
787
+ ): void;
788
+
789
+ describePortal(
790
+ args: DescribePortalCommandInput,
791
+ options?: __HttpHandlerOptions
792
+ ): Promise<DescribePortalCommandOutput>;
793
+ describePortal(
794
+ args: DescribePortalCommandInput,
795
+ cb: (err: any, data?: DescribePortalCommandOutput) => void
796
+ ): void;
797
+ describePortal(
798
+ args: DescribePortalCommandInput,
799
+ options: __HttpHandlerOptions,
800
+ cb: (err: any, data?: DescribePortalCommandOutput) => void
801
+ ): void;
802
+
803
+ describeProject(
804
+ args: DescribeProjectCommandInput,
805
+ options?: __HttpHandlerOptions
806
+ ): Promise<DescribeProjectCommandOutput>;
807
+ describeProject(
808
+ args: DescribeProjectCommandInput,
809
+ cb: (err: any, data?: DescribeProjectCommandOutput) => void
810
+ ): void;
811
+ describeProject(
812
+ args: DescribeProjectCommandInput,
813
+ options: __HttpHandlerOptions,
814
+ cb: (err: any, data?: DescribeProjectCommandOutput) => void
815
+ ): void;
816
+
817
+ describeStorageConfiguration(
818
+ args: DescribeStorageConfigurationCommandInput,
819
+ options?: __HttpHandlerOptions
820
+ ): Promise<DescribeStorageConfigurationCommandOutput>;
821
+ describeStorageConfiguration(
822
+ args: DescribeStorageConfigurationCommandInput,
823
+ cb: (err: any, data?: DescribeStorageConfigurationCommandOutput) => void
824
+ ): void;
825
+ describeStorageConfiguration(
826
+ args: DescribeStorageConfigurationCommandInput,
827
+ options: __HttpHandlerOptions,
828
+ cb: (err: any, data?: DescribeStorageConfigurationCommandOutput) => void
829
+ ): void;
830
+
831
+ describeTimeSeries(
832
+ args: DescribeTimeSeriesCommandInput,
833
+ options?: __HttpHandlerOptions
834
+ ): Promise<DescribeTimeSeriesCommandOutput>;
835
+ describeTimeSeries(
836
+ args: DescribeTimeSeriesCommandInput,
837
+ cb: (err: any, data?: DescribeTimeSeriesCommandOutput) => void
838
+ ): void;
839
+ describeTimeSeries(
840
+ args: DescribeTimeSeriesCommandInput,
841
+ options: __HttpHandlerOptions,
842
+ cb: (err: any, data?: DescribeTimeSeriesCommandOutput) => void
843
+ ): void;
844
+
845
+ disassociateAssets(
846
+ args: DisassociateAssetsCommandInput,
847
+ options?: __HttpHandlerOptions
848
+ ): Promise<DisassociateAssetsCommandOutput>;
849
+ disassociateAssets(
850
+ args: DisassociateAssetsCommandInput,
851
+ cb: (err: any, data?: DisassociateAssetsCommandOutput) => void
852
+ ): void;
853
+ disassociateAssets(
854
+ args: DisassociateAssetsCommandInput,
855
+ options: __HttpHandlerOptions,
856
+ cb: (err: any, data?: DisassociateAssetsCommandOutput) => void
857
+ ): void;
858
+
859
+ disassociateTimeSeriesFromAssetProperty(
860
+ args: DisassociateTimeSeriesFromAssetPropertyCommandInput,
861
+ options?: __HttpHandlerOptions
862
+ ): Promise<DisassociateTimeSeriesFromAssetPropertyCommandOutput>;
863
+ disassociateTimeSeriesFromAssetProperty(
864
+ args: DisassociateTimeSeriesFromAssetPropertyCommandInput,
865
+ cb: (
866
+ err: any,
867
+ data?: DisassociateTimeSeriesFromAssetPropertyCommandOutput
868
+ ) => void
869
+ ): void;
870
+ disassociateTimeSeriesFromAssetProperty(
871
+ args: DisassociateTimeSeriesFromAssetPropertyCommandInput,
872
+ options: __HttpHandlerOptions,
873
+ cb: (
874
+ err: any,
875
+ data?: DisassociateTimeSeriesFromAssetPropertyCommandOutput
876
+ ) => void
877
+ ): void;
878
+
879
+ getAssetPropertyAggregates(
880
+ args: GetAssetPropertyAggregatesCommandInput,
881
+ options?: __HttpHandlerOptions
882
+ ): Promise<GetAssetPropertyAggregatesCommandOutput>;
883
+ getAssetPropertyAggregates(
884
+ args: GetAssetPropertyAggregatesCommandInput,
885
+ cb: (err: any, data?: GetAssetPropertyAggregatesCommandOutput) => void
886
+ ): void;
887
+ getAssetPropertyAggregates(
888
+ args: GetAssetPropertyAggregatesCommandInput,
889
+ options: __HttpHandlerOptions,
890
+ cb: (err: any, data?: GetAssetPropertyAggregatesCommandOutput) => void
891
+ ): void;
892
+
893
+ getAssetPropertyValue(
894
+ args: GetAssetPropertyValueCommandInput,
895
+ options?: __HttpHandlerOptions
896
+ ): Promise<GetAssetPropertyValueCommandOutput>;
897
+ getAssetPropertyValue(
898
+ args: GetAssetPropertyValueCommandInput,
899
+ cb: (err: any, data?: GetAssetPropertyValueCommandOutput) => void
900
+ ): void;
901
+ getAssetPropertyValue(
902
+ args: GetAssetPropertyValueCommandInput,
903
+ options: __HttpHandlerOptions,
904
+ cb: (err: any, data?: GetAssetPropertyValueCommandOutput) => void
905
+ ): void;
906
+
907
+ getAssetPropertyValueHistory(
908
+ args: GetAssetPropertyValueHistoryCommandInput,
909
+ options?: __HttpHandlerOptions
910
+ ): Promise<GetAssetPropertyValueHistoryCommandOutput>;
911
+ getAssetPropertyValueHistory(
912
+ args: GetAssetPropertyValueHistoryCommandInput,
913
+ cb: (err: any, data?: GetAssetPropertyValueHistoryCommandOutput) => void
914
+ ): void;
915
+ getAssetPropertyValueHistory(
916
+ args: GetAssetPropertyValueHistoryCommandInput,
917
+ options: __HttpHandlerOptions,
918
+ cb: (err: any, data?: GetAssetPropertyValueHistoryCommandOutput) => void
919
+ ): void;
920
+
921
+ getInterpolatedAssetPropertyValues(
922
+ args: GetInterpolatedAssetPropertyValuesCommandInput,
923
+ options?: __HttpHandlerOptions
924
+ ): Promise<GetInterpolatedAssetPropertyValuesCommandOutput>;
925
+ getInterpolatedAssetPropertyValues(
926
+ args: GetInterpolatedAssetPropertyValuesCommandInput,
927
+ cb: (
928
+ err: any,
929
+ data?: GetInterpolatedAssetPropertyValuesCommandOutput
930
+ ) => void
931
+ ): void;
932
+ getInterpolatedAssetPropertyValues(
933
+ args: GetInterpolatedAssetPropertyValuesCommandInput,
934
+ options: __HttpHandlerOptions,
935
+ cb: (
936
+ err: any,
937
+ data?: GetInterpolatedAssetPropertyValuesCommandOutput
938
+ ) => void
939
+ ): void;
940
+
941
+ listAccessPolicies(
942
+ args: ListAccessPoliciesCommandInput,
943
+ options?: __HttpHandlerOptions
944
+ ): Promise<ListAccessPoliciesCommandOutput>;
945
+ listAccessPolicies(
946
+ args: ListAccessPoliciesCommandInput,
947
+ cb: (err: any, data?: ListAccessPoliciesCommandOutput) => void
948
+ ): void;
949
+ listAccessPolicies(
950
+ args: ListAccessPoliciesCommandInput,
951
+ options: __HttpHandlerOptions,
952
+ cb: (err: any, data?: ListAccessPoliciesCommandOutput) => void
953
+ ): void;
954
+
955
+ listAssetModels(
956
+ args: ListAssetModelsCommandInput,
957
+ options?: __HttpHandlerOptions
958
+ ): Promise<ListAssetModelsCommandOutput>;
959
+ listAssetModels(
960
+ args: ListAssetModelsCommandInput,
961
+ cb: (err: any, data?: ListAssetModelsCommandOutput) => void
962
+ ): void;
963
+ listAssetModels(
964
+ args: ListAssetModelsCommandInput,
965
+ options: __HttpHandlerOptions,
966
+ cb: (err: any, data?: ListAssetModelsCommandOutput) => void
967
+ ): void;
968
+
969
+ listAssetRelationships(
970
+ args: ListAssetRelationshipsCommandInput,
971
+ options?: __HttpHandlerOptions
972
+ ): Promise<ListAssetRelationshipsCommandOutput>;
973
+ listAssetRelationships(
974
+ args: ListAssetRelationshipsCommandInput,
975
+ cb: (err: any, data?: ListAssetRelationshipsCommandOutput) => void
976
+ ): void;
977
+ listAssetRelationships(
978
+ args: ListAssetRelationshipsCommandInput,
979
+ options: __HttpHandlerOptions,
980
+ cb: (err: any, data?: ListAssetRelationshipsCommandOutput) => void
981
+ ): void;
982
+
983
+ listAssets(
984
+ args: ListAssetsCommandInput,
985
+ options?: __HttpHandlerOptions
986
+ ): Promise<ListAssetsCommandOutput>;
987
+ listAssets(
988
+ args: ListAssetsCommandInput,
989
+ cb: (err: any, data?: ListAssetsCommandOutput) => void
990
+ ): void;
991
+ listAssets(
992
+ args: ListAssetsCommandInput,
993
+ options: __HttpHandlerOptions,
994
+ cb: (err: any, data?: ListAssetsCommandOutput) => void
995
+ ): void;
996
+
997
+ listAssociatedAssets(
998
+ args: ListAssociatedAssetsCommandInput,
999
+ options?: __HttpHandlerOptions
1000
+ ): Promise<ListAssociatedAssetsCommandOutput>;
1001
+ listAssociatedAssets(
1002
+ args: ListAssociatedAssetsCommandInput,
1003
+ cb: (err: any, data?: ListAssociatedAssetsCommandOutput) => void
1004
+ ): void;
1005
+ listAssociatedAssets(
1006
+ args: ListAssociatedAssetsCommandInput,
1007
+ options: __HttpHandlerOptions,
1008
+ cb: (err: any, data?: ListAssociatedAssetsCommandOutput) => void
1009
+ ): void;
1010
+
1011
+ listBulkImportJobs(
1012
+ args: ListBulkImportJobsCommandInput,
1013
+ options?: __HttpHandlerOptions
1014
+ ): Promise<ListBulkImportJobsCommandOutput>;
1015
+ listBulkImportJobs(
1016
+ args: ListBulkImportJobsCommandInput,
1017
+ cb: (err: any, data?: ListBulkImportJobsCommandOutput) => void
1018
+ ): void;
1019
+ listBulkImportJobs(
1020
+ args: ListBulkImportJobsCommandInput,
1021
+ options: __HttpHandlerOptions,
1022
+ cb: (err: any, data?: ListBulkImportJobsCommandOutput) => void
1023
+ ): void;
1024
+
1025
+ listDashboards(
1026
+ args: ListDashboardsCommandInput,
1027
+ options?: __HttpHandlerOptions
1028
+ ): Promise<ListDashboardsCommandOutput>;
1029
+ listDashboards(
1030
+ args: ListDashboardsCommandInput,
1031
+ cb: (err: any, data?: ListDashboardsCommandOutput) => void
1032
+ ): void;
1033
+ listDashboards(
1034
+ args: ListDashboardsCommandInput,
1035
+ options: __HttpHandlerOptions,
1036
+ cb: (err: any, data?: ListDashboardsCommandOutput) => void
1037
+ ): void;
1038
+
1039
+ listGateways(
1040
+ args: ListGatewaysCommandInput,
1041
+ options?: __HttpHandlerOptions
1042
+ ): Promise<ListGatewaysCommandOutput>;
1043
+ listGateways(
1044
+ args: ListGatewaysCommandInput,
1045
+ cb: (err: any, data?: ListGatewaysCommandOutput) => void
1046
+ ): void;
1047
+ listGateways(
1048
+ args: ListGatewaysCommandInput,
1049
+ options: __HttpHandlerOptions,
1050
+ cb: (err: any, data?: ListGatewaysCommandOutput) => void
1051
+ ): void;
1052
+
1053
+ listPortals(
1054
+ args: ListPortalsCommandInput,
1055
+ options?: __HttpHandlerOptions
1056
+ ): Promise<ListPortalsCommandOutput>;
1057
+ listPortals(
1058
+ args: ListPortalsCommandInput,
1059
+ cb: (err: any, data?: ListPortalsCommandOutput) => void
1060
+ ): void;
1061
+ listPortals(
1062
+ args: ListPortalsCommandInput,
1063
+ options: __HttpHandlerOptions,
1064
+ cb: (err: any, data?: ListPortalsCommandOutput) => void
1065
+ ): void;
1066
+
1067
+ listProjectAssets(
1068
+ args: ListProjectAssetsCommandInput,
1069
+ options?: __HttpHandlerOptions
1070
+ ): Promise<ListProjectAssetsCommandOutput>;
1071
+ listProjectAssets(
1072
+ args: ListProjectAssetsCommandInput,
1073
+ cb: (err: any, data?: ListProjectAssetsCommandOutput) => void
1074
+ ): void;
1075
+ listProjectAssets(
1076
+ args: ListProjectAssetsCommandInput,
1077
+ options: __HttpHandlerOptions,
1078
+ cb: (err: any, data?: ListProjectAssetsCommandOutput) => void
1079
+ ): void;
1080
+
1081
+ listProjects(
1082
+ args: ListProjectsCommandInput,
1083
+ options?: __HttpHandlerOptions
1084
+ ): Promise<ListProjectsCommandOutput>;
1085
+ listProjects(
1086
+ args: ListProjectsCommandInput,
1087
+ cb: (err: any, data?: ListProjectsCommandOutput) => void
1088
+ ): void;
1089
+ listProjects(
1090
+ args: ListProjectsCommandInput,
1091
+ options: __HttpHandlerOptions,
1092
+ cb: (err: any, data?: ListProjectsCommandOutput) => void
1093
+ ): void;
1094
+
1095
+ listTagsForResource(
1096
+ args: ListTagsForResourceCommandInput,
1097
+ options?: __HttpHandlerOptions
1098
+ ): Promise<ListTagsForResourceCommandOutput>;
1099
+ listTagsForResource(
1100
+ args: ListTagsForResourceCommandInput,
1101
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1102
+ ): void;
1103
+ listTagsForResource(
1104
+ args: ListTagsForResourceCommandInput,
1105
+ options: __HttpHandlerOptions,
1106
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1107
+ ): void;
1108
+
1109
+ listTimeSeries(
1110
+ args: ListTimeSeriesCommandInput,
1111
+ options?: __HttpHandlerOptions
1112
+ ): Promise<ListTimeSeriesCommandOutput>;
1113
+ listTimeSeries(
1114
+ args: ListTimeSeriesCommandInput,
1115
+ cb: (err: any, data?: ListTimeSeriesCommandOutput) => void
1116
+ ): void;
1117
+ listTimeSeries(
1118
+ args: ListTimeSeriesCommandInput,
1119
+ options: __HttpHandlerOptions,
1120
+ cb: (err: any, data?: ListTimeSeriesCommandOutput) => void
1121
+ ): void;
1122
+
1123
+ putDefaultEncryptionConfiguration(
1124
+ args: PutDefaultEncryptionConfigurationCommandInput,
1125
+ options?: __HttpHandlerOptions
1126
+ ): Promise<PutDefaultEncryptionConfigurationCommandOutput>;
1127
+ putDefaultEncryptionConfiguration(
1128
+ args: PutDefaultEncryptionConfigurationCommandInput,
1129
+ cb: (
1130
+ err: any,
1131
+ data?: PutDefaultEncryptionConfigurationCommandOutput
1132
+ ) => void
1133
+ ): void;
1134
+ putDefaultEncryptionConfiguration(
1135
+ args: PutDefaultEncryptionConfigurationCommandInput,
1136
+ options: __HttpHandlerOptions,
1137
+ cb: (
1138
+ err: any,
1139
+ data?: PutDefaultEncryptionConfigurationCommandOutput
1140
+ ) => void
1141
+ ): void;
1142
+
1143
+ putLoggingOptions(
1144
+ args: PutLoggingOptionsCommandInput,
1145
+ options?: __HttpHandlerOptions
1146
+ ): Promise<PutLoggingOptionsCommandOutput>;
1147
+ putLoggingOptions(
1148
+ args: PutLoggingOptionsCommandInput,
1149
+ cb: (err: any, data?: PutLoggingOptionsCommandOutput) => void
1150
+ ): void;
1151
+ putLoggingOptions(
1152
+ args: PutLoggingOptionsCommandInput,
1153
+ options: __HttpHandlerOptions,
1154
+ cb: (err: any, data?: PutLoggingOptionsCommandOutput) => void
1155
+ ): void;
1156
+
1157
+ putStorageConfiguration(
1158
+ args: PutStorageConfigurationCommandInput,
1159
+ options?: __HttpHandlerOptions
1160
+ ): Promise<PutStorageConfigurationCommandOutput>;
1161
+ putStorageConfiguration(
1162
+ args: PutStorageConfigurationCommandInput,
1163
+ cb: (err: any, data?: PutStorageConfigurationCommandOutput) => void
1164
+ ): void;
1165
+ putStorageConfiguration(
1166
+ args: PutStorageConfigurationCommandInput,
1167
+ options: __HttpHandlerOptions,
1168
+ cb: (err: any, data?: PutStorageConfigurationCommandOutput) => void
1169
+ ): void;
1170
+
1171
+ tagResource(
1172
+ args: TagResourceCommandInput,
1173
+ options?: __HttpHandlerOptions
1174
+ ): Promise<TagResourceCommandOutput>;
1175
+ tagResource(
1176
+ args: TagResourceCommandInput,
1177
+ cb: (err: any, data?: TagResourceCommandOutput) => void
1178
+ ): void;
1179
+ tagResource(
1180
+ args: TagResourceCommandInput,
1181
+ options: __HttpHandlerOptions,
1182
+ cb: (err: any, data?: TagResourceCommandOutput) => void
1183
+ ): void;
1184
+
1185
+ untagResource(
1186
+ args: UntagResourceCommandInput,
1187
+ options?: __HttpHandlerOptions
1188
+ ): Promise<UntagResourceCommandOutput>;
1189
+ untagResource(
1190
+ args: UntagResourceCommandInput,
1191
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
1192
+ ): void;
1193
+ untagResource(
1194
+ args: UntagResourceCommandInput,
1195
+ options: __HttpHandlerOptions,
1196
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
1197
+ ): void;
1198
+
1199
+ updateAccessPolicy(
1200
+ args: UpdateAccessPolicyCommandInput,
1201
+ options?: __HttpHandlerOptions
1202
+ ): Promise<UpdateAccessPolicyCommandOutput>;
1203
+ updateAccessPolicy(
1204
+ args: UpdateAccessPolicyCommandInput,
1205
+ cb: (err: any, data?: UpdateAccessPolicyCommandOutput) => void
1206
+ ): void;
1207
+ updateAccessPolicy(
1208
+ args: UpdateAccessPolicyCommandInput,
1209
+ options: __HttpHandlerOptions,
1210
+ cb: (err: any, data?: UpdateAccessPolicyCommandOutput) => void
1211
+ ): void;
1212
+
1213
+ updateAsset(
1214
+ args: UpdateAssetCommandInput,
1215
+ options?: __HttpHandlerOptions
1216
+ ): Promise<UpdateAssetCommandOutput>;
1217
+ updateAsset(
1218
+ args: UpdateAssetCommandInput,
1219
+ cb: (err: any, data?: UpdateAssetCommandOutput) => void
1220
+ ): void;
1221
+ updateAsset(
1222
+ args: UpdateAssetCommandInput,
1223
+ options: __HttpHandlerOptions,
1224
+ cb: (err: any, data?: UpdateAssetCommandOutput) => void
1225
+ ): void;
1226
+
1227
+ updateAssetModel(
1228
+ args: UpdateAssetModelCommandInput,
1229
+ options?: __HttpHandlerOptions
1230
+ ): Promise<UpdateAssetModelCommandOutput>;
1231
+ updateAssetModel(
1232
+ args: UpdateAssetModelCommandInput,
1233
+ cb: (err: any, data?: UpdateAssetModelCommandOutput) => void
1234
+ ): void;
1235
+ updateAssetModel(
1236
+ args: UpdateAssetModelCommandInput,
1237
+ options: __HttpHandlerOptions,
1238
+ cb: (err: any, data?: UpdateAssetModelCommandOutput) => void
1239
+ ): void;
1240
+
1241
+ updateAssetProperty(
1242
+ args: UpdateAssetPropertyCommandInput,
1243
+ options?: __HttpHandlerOptions
1244
+ ): Promise<UpdateAssetPropertyCommandOutput>;
1245
+ updateAssetProperty(
1246
+ args: UpdateAssetPropertyCommandInput,
1247
+ cb: (err: any, data?: UpdateAssetPropertyCommandOutput) => void
1248
+ ): void;
1249
+ updateAssetProperty(
1250
+ args: UpdateAssetPropertyCommandInput,
1251
+ options: __HttpHandlerOptions,
1252
+ cb: (err: any, data?: UpdateAssetPropertyCommandOutput) => void
1253
+ ): void;
1254
+
1255
+ updateDashboard(
1256
+ args: UpdateDashboardCommandInput,
1257
+ options?: __HttpHandlerOptions
1258
+ ): Promise<UpdateDashboardCommandOutput>;
1259
+ updateDashboard(
1260
+ args: UpdateDashboardCommandInput,
1261
+ cb: (err: any, data?: UpdateDashboardCommandOutput) => void
1262
+ ): void;
1263
+ updateDashboard(
1264
+ args: UpdateDashboardCommandInput,
1265
+ options: __HttpHandlerOptions,
1266
+ cb: (err: any, data?: UpdateDashboardCommandOutput) => void
1267
+ ): void;
1268
+
1269
+ updateGateway(
1270
+ args: UpdateGatewayCommandInput,
1271
+ options?: __HttpHandlerOptions
1272
+ ): Promise<UpdateGatewayCommandOutput>;
1273
+ updateGateway(
1274
+ args: UpdateGatewayCommandInput,
1275
+ cb: (err: any, data?: UpdateGatewayCommandOutput) => void
1276
+ ): void;
1277
+ updateGateway(
1278
+ args: UpdateGatewayCommandInput,
1279
+ options: __HttpHandlerOptions,
1280
+ cb: (err: any, data?: UpdateGatewayCommandOutput) => void
1281
+ ): void;
1282
+
1283
+ updateGatewayCapabilityConfiguration(
1284
+ args: UpdateGatewayCapabilityConfigurationCommandInput,
1285
+ options?: __HttpHandlerOptions
1286
+ ): Promise<UpdateGatewayCapabilityConfigurationCommandOutput>;
1287
+ updateGatewayCapabilityConfiguration(
1288
+ args: UpdateGatewayCapabilityConfigurationCommandInput,
1289
+ cb: (
1290
+ err: any,
1291
+ data?: UpdateGatewayCapabilityConfigurationCommandOutput
1292
+ ) => void
1293
+ ): void;
1294
+ updateGatewayCapabilityConfiguration(
1295
+ args: UpdateGatewayCapabilityConfigurationCommandInput,
1296
+ options: __HttpHandlerOptions,
1297
+ cb: (
1298
+ err: any,
1299
+ data?: UpdateGatewayCapabilityConfigurationCommandOutput
1300
+ ) => void
1301
+ ): void;
1302
+
1303
+ updatePortal(
1304
+ args: UpdatePortalCommandInput,
1305
+ options?: __HttpHandlerOptions
1306
+ ): Promise<UpdatePortalCommandOutput>;
1307
+ updatePortal(
1308
+ args: UpdatePortalCommandInput,
1309
+ cb: (err: any, data?: UpdatePortalCommandOutput) => void
1310
+ ): void;
1311
+ updatePortal(
1312
+ args: UpdatePortalCommandInput,
1313
+ options: __HttpHandlerOptions,
1314
+ cb: (err: any, data?: UpdatePortalCommandOutput) => void
1315
+ ): void;
1316
+
1317
+ updateProject(
1318
+ args: UpdateProjectCommandInput,
1319
+ options?: __HttpHandlerOptions
1320
+ ): Promise<UpdateProjectCommandOutput>;
1321
+ updateProject(
1322
+ args: UpdateProjectCommandInput,
1323
+ cb: (err: any, data?: UpdateProjectCommandOutput) => void
1324
+ ): void;
1325
+ updateProject(
1326
+ args: UpdateProjectCommandInput,
1327
+ options: __HttpHandlerOptions,
1328
+ cb: (err: any, data?: UpdateProjectCommandOutput) => void
1329
+ ): void;
1330
+ }