@aws-sdk/client-iotsitewise 3.50.0 → 3.53.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 (114) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/IoTSiteWiseServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +140 -4
  5. package/dist-cjs/protocols/Aws_restJson1.js +685 -2595
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/IoTSiteWiseServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +127 -1
  9. package/dist-es/protocols/Aws_restJson1.js +1493 -2866
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/IoTSiteWiseServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +72 -41
  13. package/dist-types/ts3.4/IoTSiteWise.d.ts +330 -0
  14. package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +138 -0
  15. package/dist-types/ts3.4/commands/AssociateAssetsCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/BatchAssociateProjectAssetsCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/BatchDisassociateProjectAssetsCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/BatchPutAssetPropertyValueCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateAssetModelCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteAssetModelCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DeleteTimeSeriesCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DescribeAccessPolicyCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DescribeAssetModelCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DescribeAssetPropertyCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DescribePortalCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DescribeStorageConfigurationCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DescribeTimeSeriesCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DisassociateAssetsCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/GetAssetPropertyAggregatesCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/GetAssetPropertyValueCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/GetAssetPropertyValueHistoryCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/ListProjectAssetsCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/ListTimeSeriesCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/PutStorageConfigurationCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/UpdateAssetModelCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/UpdateAssetPropertyCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/index.d.ts +65 -0
  81. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  82. package/dist-types/ts3.4/index.d.ts +7 -0
  83. package/dist-types/ts3.4/models/IoTSiteWiseServiceException.d.ts +6 -0
  84. package/dist-types/ts3.4/models/index.d.ts +1 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +2711 -0
  86. package/dist-types/ts3.4/pagination/GetAssetPropertyAggregatesPaginator.d.ts +4 -0
  87. package/dist-types/ts3.4/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +4 -0
  88. package/dist-types/ts3.4/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +4 -0
  89. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  90. package/dist-types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +4 -0
  91. package/dist-types/ts3.4/pagination/ListAssetModelsPaginator.d.ts +4 -0
  92. package/dist-types/ts3.4/pagination/ListAssetRelationshipsPaginator.d.ts +4 -0
  93. package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +4 -0
  94. package/dist-types/ts3.4/pagination/ListAssociatedAssetsPaginator.d.ts +4 -0
  95. package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +4 -0
  96. package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +4 -0
  97. package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +4 -0
  98. package/dist-types/ts3.4/pagination/ListProjectAssetsPaginator.d.ts +4 -0
  99. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +4 -0
  100. package/dist-types/ts3.4/pagination/ListTimeSeriesPaginator.d.ts +4 -0
  101. package/dist-types/ts3.4/pagination/index.d.ts +15 -0
  102. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +197 -0
  103. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  104. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  105. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  106. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  107. package/dist-types/ts3.4/waiters/index.d.ts +6 -0
  108. package/dist-types/ts3.4/waiters/waitForAssetActive.d.ts +7 -0
  109. package/dist-types/ts3.4/waiters/waitForAssetModelActive.d.ts +7 -0
  110. package/dist-types/ts3.4/waiters/waitForAssetModelNotExists.d.ts +7 -0
  111. package/dist-types/ts3.4/waiters/waitForAssetNotExists.d.ts +7 -0
  112. package/dist-types/ts3.4/waiters/waitForPortalActive.d.ts +7 -0
  113. package/dist-types/ts3.4/waiters/waitForPortalNotExists.d.ts +7 -0
  114. package/package.json +34 -34
@@ -4,3 +4,4 @@ export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
6
  export * from "./waiters";
7
+ export { IoTSiteWiseServiceException } from "./models/IoTSiteWiseServiceException";
@@ -0,0 +1,10 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ /**
3
+ * Base exception class for all service exceptions from IoTSiteWise service.
4
+ */
5
+ export declare class IoTSiteWiseServiceException extends __ServiceException {
6
+ /**
7
+ * @internal
8
+ */
9
+ constructor(options: __ServiceExceptionOptions);
10
+ }
@@ -1,4 +1,5 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { IoTSiteWiseServiceException as __BaseException } from "./IoTSiteWiseServiceException";
2
3
  /**
3
4
  * <p>Contains information for a group identity in an access policy.</p>
4
5
  */
@@ -1338,10 +1339,9 @@ export declare namespace AssociateAssetsRequest {
1338
1339
  * <p>Your request has conflicting operations. This can occur if you're trying to perform more
1339
1340
  * than one operation on the same resource at the same time.</p>
1340
1341
  */
1341
- export interface ConflictingOperationException extends __SmithyException, $MetadataBearer {
1342
- name: "ConflictingOperationException";
1343
- $fault: "client";
1344
- message: string | undefined;
1342
+ export declare class ConflictingOperationException extends __BaseException {
1343
+ readonly name: "ConflictingOperationException";
1344
+ readonly $fault: "client";
1345
1345
  /**
1346
1346
  * <p>The ID of the resource that conflicts with this operation.</p>
1347
1347
  */
@@ -1350,23 +1350,33 @@ export interface ConflictingOperationException extends __SmithyException, $Metad
1350
1350
  * <p>The ARN of the resource that conflicts with this operation.</p>
1351
1351
  */
1352
1352
  resourceArn: string | undefined;
1353
+ /**
1354
+ * @internal
1355
+ */
1356
+ constructor(opts: __ExceptionOptionType<ConflictingOperationException, __BaseException>);
1353
1357
  }
1354
1358
  /**
1355
1359
  * <p>IoT SiteWise can't process your request right now. Try again later.</p>
1356
1360
  */
1357
- export interface InternalFailureException extends __SmithyException, $MetadataBearer {
1358
- name: "InternalFailureException";
1359
- $fault: "server";
1360
- message: string | undefined;
1361
+ export declare class InternalFailureException extends __BaseException {
1362
+ readonly name: "InternalFailureException";
1363
+ readonly $fault: "server";
1364
+ /**
1365
+ * @internal
1366
+ */
1367
+ constructor(opts: __ExceptionOptionType<InternalFailureException, __BaseException>);
1361
1368
  }
1362
1369
  /**
1363
1370
  * <p>The request isn't valid. This can occur if your request contains malformed JSON or
1364
1371
  * unsupported characters. Check your request and try again.</p>
1365
1372
  */
1366
- export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
1367
- name: "InvalidRequestException";
1368
- $fault: "client";
1369
- message: string | undefined;
1373
+ export declare class InvalidRequestException extends __BaseException {
1374
+ readonly name: "InvalidRequestException";
1375
+ readonly $fault: "client";
1376
+ /**
1377
+ * @internal
1378
+ */
1379
+ constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
1370
1380
  }
1371
1381
  /**
1372
1382
  * <p>You've reached the limit for a resource. For example, this can occur if you're trying to
@@ -1374,18 +1384,24 @@ export interface InvalidRequestException extends __SmithyException, $MetadataBea
1374
1384
  * allowed number of properties for an asset model.</p>
1375
1385
  * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
1376
1386
  */
1377
- export interface LimitExceededException extends __SmithyException, $MetadataBearer {
1378
- name: "LimitExceededException";
1379
- $fault: "client";
1380
- message: string | undefined;
1387
+ export declare class LimitExceededException extends __BaseException {
1388
+ readonly name: "LimitExceededException";
1389
+ readonly $fault: "client";
1390
+ /**
1391
+ * @internal
1392
+ */
1393
+ constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
1381
1394
  }
1382
1395
  /**
1383
1396
  * <p>The requested resource can't be found.</p>
1384
1397
  */
1385
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
1386
- name: "ResourceNotFoundException";
1387
- $fault: "client";
1388
- message: string | undefined;
1398
+ export declare class ResourceNotFoundException extends __BaseException {
1399
+ readonly name: "ResourceNotFoundException";
1400
+ readonly $fault: "client";
1401
+ /**
1402
+ * @internal
1403
+ */
1404
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
1389
1405
  }
1390
1406
  /**
1391
1407
  * <p>Your request exceeded a rate limit. For example, you might have exceeded the number of
@@ -1393,10 +1409,13 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
1393
1409
  * on.</p>
1394
1410
  * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
1395
1411
  */
1396
- export interface ThrottlingException extends __SmithyException, $MetadataBearer {
1397
- name: "ThrottlingException";
1398
- $fault: "client";
1399
- message: string | undefined;
1412
+ export declare class ThrottlingException extends __BaseException {
1413
+ readonly name: "ThrottlingException";
1414
+ readonly $fault: "client";
1415
+ /**
1416
+ * @internal
1417
+ */
1418
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
1400
1419
  }
1401
1420
  /**
1402
1421
  * <p>Contains a summary of an associated asset.</p>
@@ -1657,10 +1676,13 @@ export declare namespace BatchPutAssetPropertyValueResponse {
1657
1676
  /**
1658
1677
  * <p>The requested service is unavailable.</p>
1659
1678
  */
1660
- export interface ServiceUnavailableException extends __SmithyException, $MetadataBearer {
1661
- name: "ServiceUnavailableException";
1662
- $fault: "server";
1663
- message: string | undefined;
1679
+ export declare class ServiceUnavailableException extends __BaseException {
1680
+ readonly name: "ServiceUnavailableException";
1681
+ readonly $fault: "server";
1682
+ /**
1683
+ * @internal
1684
+ */
1685
+ constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
1664
1686
  }
1665
1687
  export interface CreateAccessPolicyRequest {
1666
1688
  /**
@@ -1769,10 +1791,9 @@ export declare namespace CreateAssetResponse {
1769
1791
  /**
1770
1792
  * <p>The resource already exists.</p>
1771
1793
  */
1772
- export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
1773
- name: "ResourceAlreadyExistsException";
1774
- $fault: "client";
1775
- message: string | undefined;
1794
+ export declare class ResourceAlreadyExistsException extends __BaseException {
1795
+ readonly name: "ResourceAlreadyExistsException";
1796
+ readonly $fault: "client";
1776
1797
  /**
1777
1798
  * <p>The ID of the resource that already exists.</p>
1778
1799
  */
@@ -1781,6 +1802,10 @@ export interface ResourceAlreadyExistsException extends __SmithyException, $Meta
1781
1802
  * <p>The ARN of the resource that already exists.</p>
1782
1803
  */
1783
1804
  resourceArn: string | undefined;
1805
+ /**
1806
+ * @internal
1807
+ */
1808
+ constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
1784
1809
  }
1785
1810
  export interface CreateAssetModelRequest {
1786
1811
  /**
@@ -4456,10 +4481,13 @@ export declare namespace ListTagsForResourceResponse {
4456
4481
  /**
4457
4482
  * <p>You are not authorized.</p>
4458
4483
  */
4459
- export interface UnauthorizedException extends __SmithyException, $MetadataBearer {
4460
- name: "UnauthorizedException";
4461
- $fault: "client";
4462
- message: string | undefined;
4484
+ export declare class UnauthorizedException extends __BaseException {
4485
+ readonly name: "UnauthorizedException";
4486
+ readonly $fault: "client";
4487
+ /**
4488
+ * @internal
4489
+ */
4490
+ constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
4463
4491
  }
4464
4492
  export declare enum ListTimeSeriesType {
4465
4493
  ASSOCIATED = "ASSOCIATED",
@@ -4774,14 +4802,17 @@ export declare namespace TagResourceResponse {
4774
4802
  * information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html#tag-conventions">Tag naming limits and
4775
4803
  * requirements</a> in the <i>Amazon Web Services General Reference</i>.</p>
4776
4804
  */
4777
- export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
4778
- name: "TooManyTagsException";
4779
- $fault: "client";
4780
- message?: string;
4805
+ export declare class TooManyTagsException extends __BaseException {
4806
+ readonly name: "TooManyTagsException";
4807
+ readonly $fault: "client";
4781
4808
  /**
4782
4809
  * <p>The name of the resource with too many tags.</p>
4783
4810
  */
4784
4811
  resourceName?: string;
4812
+ /**
4813
+ * @internal
4814
+ */
4815
+ constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
4785
4816
  }
4786
4817
  export interface UntagResourceRequest {
4787
4818
  /**
@@ -0,0 +1,330 @@
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 { BatchPutAssetPropertyValueCommandInput, BatchPutAssetPropertyValueCommandOutput } from "./commands/BatchPutAssetPropertyValueCommand";
7
+ import { CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput } from "./commands/CreateAccessPolicyCommand";
8
+ import { CreateAssetCommandInput, CreateAssetCommandOutput } from "./commands/CreateAssetCommand";
9
+ import { CreateAssetModelCommandInput, CreateAssetModelCommandOutput } from "./commands/CreateAssetModelCommand";
10
+ import { CreateDashboardCommandInput, CreateDashboardCommandOutput } from "./commands/CreateDashboardCommand";
11
+ import { CreateGatewayCommandInput, CreateGatewayCommandOutput } from "./commands/CreateGatewayCommand";
12
+ import { CreatePortalCommandInput, CreatePortalCommandOutput } from "./commands/CreatePortalCommand";
13
+ import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
14
+ import { DeleteAccessPolicyCommandInput, DeleteAccessPolicyCommandOutput } from "./commands/DeleteAccessPolicyCommand";
15
+ import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "./commands/DeleteAssetCommand";
16
+ import { DeleteAssetModelCommandInput, DeleteAssetModelCommandOutput } from "./commands/DeleteAssetModelCommand";
17
+ import { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "./commands/DeleteDashboardCommand";
18
+ import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "./commands/DeleteGatewayCommand";
19
+ import { DeletePortalCommandInput, DeletePortalCommandOutput } from "./commands/DeletePortalCommand";
20
+ import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
21
+ import { DeleteTimeSeriesCommandInput, DeleteTimeSeriesCommandOutput } from "./commands/DeleteTimeSeriesCommand";
22
+ import { DescribeAccessPolicyCommandInput, DescribeAccessPolicyCommandOutput } from "./commands/DescribeAccessPolicyCommand";
23
+ import { DescribeAssetCommandInput, DescribeAssetCommandOutput } from "./commands/DescribeAssetCommand";
24
+ import { DescribeAssetModelCommandInput, DescribeAssetModelCommandOutput } from "./commands/DescribeAssetModelCommand";
25
+ import { DescribeAssetPropertyCommandInput, DescribeAssetPropertyCommandOutput } from "./commands/DescribeAssetPropertyCommand";
26
+ import { DescribeDashboardCommandInput, DescribeDashboardCommandOutput } from "./commands/DescribeDashboardCommand";
27
+ import { DescribeDefaultEncryptionConfigurationCommandInput, DescribeDefaultEncryptionConfigurationCommandOutput } from "./commands/DescribeDefaultEncryptionConfigurationCommand";
28
+ import { DescribeGatewayCapabilityConfigurationCommandInput, DescribeGatewayCapabilityConfigurationCommandOutput } from "./commands/DescribeGatewayCapabilityConfigurationCommand";
29
+ import { DescribeGatewayCommandInput, DescribeGatewayCommandOutput } from "./commands/DescribeGatewayCommand";
30
+ import { DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput } from "./commands/DescribeLoggingOptionsCommand";
31
+ import { DescribePortalCommandInput, DescribePortalCommandOutput } from "./commands/DescribePortalCommand";
32
+ import { DescribeProjectCommandInput, DescribeProjectCommandOutput } from "./commands/DescribeProjectCommand";
33
+ import { DescribeStorageConfigurationCommandInput, DescribeStorageConfigurationCommandOutput } from "./commands/DescribeStorageConfigurationCommand";
34
+ import { DescribeTimeSeriesCommandInput, DescribeTimeSeriesCommandOutput } from "./commands/DescribeTimeSeriesCommand";
35
+ import { DisassociateAssetsCommandInput, DisassociateAssetsCommandOutput } from "./commands/DisassociateAssetsCommand";
36
+ import { DisassociateTimeSeriesFromAssetPropertyCommandInput, DisassociateTimeSeriesFromAssetPropertyCommandOutput } from "./commands/DisassociateTimeSeriesFromAssetPropertyCommand";
37
+ import { GetAssetPropertyAggregatesCommandInput, GetAssetPropertyAggregatesCommandOutput } from "./commands/GetAssetPropertyAggregatesCommand";
38
+ import { GetAssetPropertyValueCommandInput, GetAssetPropertyValueCommandOutput } from "./commands/GetAssetPropertyValueCommand";
39
+ import { GetAssetPropertyValueHistoryCommandInput, GetAssetPropertyValueHistoryCommandOutput } from "./commands/GetAssetPropertyValueHistoryCommand";
40
+ import { GetInterpolatedAssetPropertyValuesCommandInput, GetInterpolatedAssetPropertyValuesCommandOutput } from "./commands/GetInterpolatedAssetPropertyValuesCommand";
41
+ import { ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput } from "./commands/ListAccessPoliciesCommand";
42
+ import { ListAssetModelsCommandInput, ListAssetModelsCommandOutput } from "./commands/ListAssetModelsCommand";
43
+ import { ListAssetRelationshipsCommandInput, ListAssetRelationshipsCommandOutput } from "./commands/ListAssetRelationshipsCommand";
44
+ import { ListAssetsCommandInput, ListAssetsCommandOutput } from "./commands/ListAssetsCommand";
45
+ import { ListAssociatedAssetsCommandInput, ListAssociatedAssetsCommandOutput } from "./commands/ListAssociatedAssetsCommand";
46
+ import { ListDashboardsCommandInput, ListDashboardsCommandOutput } from "./commands/ListDashboardsCommand";
47
+ import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
48
+ import { ListPortalsCommandInput, ListPortalsCommandOutput } from "./commands/ListPortalsCommand";
49
+ import { ListProjectAssetsCommandInput, ListProjectAssetsCommandOutput } from "./commands/ListProjectAssetsCommand";
50
+ import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
51
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
52
+ import { ListTimeSeriesCommandInput, ListTimeSeriesCommandOutput } from "./commands/ListTimeSeriesCommand";
53
+ import { PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput } from "./commands/PutDefaultEncryptionConfigurationCommand";
54
+ import { PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput } from "./commands/PutLoggingOptionsCommand";
55
+ import { PutStorageConfigurationCommandInput, PutStorageConfigurationCommandOutput } from "./commands/PutStorageConfigurationCommand";
56
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
57
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
58
+ import { UpdateAccessPolicyCommandInput, UpdateAccessPolicyCommandOutput } from "./commands/UpdateAccessPolicyCommand";
59
+ import { UpdateAssetCommandInput, UpdateAssetCommandOutput } from "./commands/UpdateAssetCommand";
60
+ import { UpdateAssetModelCommandInput, UpdateAssetModelCommandOutput } from "./commands/UpdateAssetModelCommand";
61
+ import { UpdateAssetPropertyCommandInput, UpdateAssetPropertyCommandOutput } from "./commands/UpdateAssetPropertyCommand";
62
+ import { UpdateDashboardCommandInput, UpdateDashboardCommandOutput } from "./commands/UpdateDashboardCommand";
63
+ import { UpdateGatewayCapabilityConfigurationCommandInput, UpdateGatewayCapabilityConfigurationCommandOutput } from "./commands/UpdateGatewayCapabilityConfigurationCommand";
64
+ import { UpdateGatewayCommandInput, UpdateGatewayCommandOutput } from "./commands/UpdateGatewayCommand";
65
+ import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "./commands/UpdatePortalCommand";
66
+ import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
67
+ import { IoTSiteWiseClient } from "./IoTSiteWiseClient";
68
+
69
+ export declare class IoTSiteWise extends IoTSiteWiseClient {
70
+
71
+ associateAssets(args: AssociateAssetsCommandInput, options?: __HttpHandlerOptions): Promise<AssociateAssetsCommandOutput>;
72
+ associateAssets(args: AssociateAssetsCommandInput, cb: (err: any, data?: AssociateAssetsCommandOutput) => void): void;
73
+ associateAssets(args: AssociateAssetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateAssetsCommandOutput) => void): void;
74
+
75
+ associateTimeSeriesToAssetProperty(args: AssociateTimeSeriesToAssetPropertyCommandInput, options?: __HttpHandlerOptions): Promise<AssociateTimeSeriesToAssetPropertyCommandOutput>;
76
+ associateTimeSeriesToAssetProperty(args: AssociateTimeSeriesToAssetPropertyCommandInput, cb: (err: any, data?: AssociateTimeSeriesToAssetPropertyCommandOutput) => void): void;
77
+ associateTimeSeriesToAssetProperty(args: AssociateTimeSeriesToAssetPropertyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateTimeSeriesToAssetPropertyCommandOutput) => void): void;
78
+
79
+ batchAssociateProjectAssets(args: BatchAssociateProjectAssetsCommandInput, options?: __HttpHandlerOptions): Promise<BatchAssociateProjectAssetsCommandOutput>;
80
+ batchAssociateProjectAssets(args: BatchAssociateProjectAssetsCommandInput, cb: (err: any, data?: BatchAssociateProjectAssetsCommandOutput) => void): void;
81
+ batchAssociateProjectAssets(args: BatchAssociateProjectAssetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchAssociateProjectAssetsCommandOutput) => void): void;
82
+
83
+ batchDisassociateProjectAssets(args: BatchDisassociateProjectAssetsCommandInput, options?: __HttpHandlerOptions): Promise<BatchDisassociateProjectAssetsCommandOutput>;
84
+ batchDisassociateProjectAssets(args: BatchDisassociateProjectAssetsCommandInput, cb: (err: any, data?: BatchDisassociateProjectAssetsCommandOutput) => void): void;
85
+ batchDisassociateProjectAssets(args: BatchDisassociateProjectAssetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDisassociateProjectAssetsCommandOutput) => void): void;
86
+
87
+ batchPutAssetPropertyValue(args: BatchPutAssetPropertyValueCommandInput, options?: __HttpHandlerOptions): Promise<BatchPutAssetPropertyValueCommandOutput>;
88
+ batchPutAssetPropertyValue(args: BatchPutAssetPropertyValueCommandInput, cb: (err: any, data?: BatchPutAssetPropertyValueCommandOutput) => void): void;
89
+ batchPutAssetPropertyValue(args: BatchPutAssetPropertyValueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchPutAssetPropertyValueCommandOutput) => void): void;
90
+
91
+ createAccessPolicy(args: CreateAccessPolicyCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccessPolicyCommandOutput>;
92
+ createAccessPolicy(args: CreateAccessPolicyCommandInput, cb: (err: any, data?: CreateAccessPolicyCommandOutput) => void): void;
93
+ createAccessPolicy(args: CreateAccessPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccessPolicyCommandOutput) => void): void;
94
+
95
+ createAsset(args: CreateAssetCommandInput, options?: __HttpHandlerOptions): Promise<CreateAssetCommandOutput>;
96
+ createAsset(args: CreateAssetCommandInput, cb: (err: any, data?: CreateAssetCommandOutput) => void): void;
97
+ createAsset(args: CreateAssetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAssetCommandOutput) => void): void;
98
+
99
+ createAssetModel(args: CreateAssetModelCommandInput, options?: __HttpHandlerOptions): Promise<CreateAssetModelCommandOutput>;
100
+ createAssetModel(args: CreateAssetModelCommandInput, cb: (err: any, data?: CreateAssetModelCommandOutput) => void): void;
101
+ createAssetModel(args: CreateAssetModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAssetModelCommandOutput) => void): void;
102
+
103
+ createDashboard(args: CreateDashboardCommandInput, options?: __HttpHandlerOptions): Promise<CreateDashboardCommandOutput>;
104
+ createDashboard(args: CreateDashboardCommandInput, cb: (err: any, data?: CreateDashboardCommandOutput) => void): void;
105
+ createDashboard(args: CreateDashboardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDashboardCommandOutput) => void): void;
106
+
107
+ createGateway(args: CreateGatewayCommandInput, options?: __HttpHandlerOptions): Promise<CreateGatewayCommandOutput>;
108
+ createGateway(args: CreateGatewayCommandInput, cb: (err: any, data?: CreateGatewayCommandOutput) => void): void;
109
+ createGateway(args: CreateGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGatewayCommandOutput) => void): void;
110
+
111
+ createPortal(args: CreatePortalCommandInput, options?: __HttpHandlerOptions): Promise<CreatePortalCommandOutput>;
112
+ createPortal(args: CreatePortalCommandInput, cb: (err: any, data?: CreatePortalCommandOutput) => void): void;
113
+ createPortal(args: CreatePortalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePortalCommandOutput) => void): void;
114
+
115
+ createProject(args: CreateProjectCommandInput, options?: __HttpHandlerOptions): Promise<CreateProjectCommandOutput>;
116
+ createProject(args: CreateProjectCommandInput, cb: (err: any, data?: CreateProjectCommandOutput) => void): void;
117
+ createProject(args: CreateProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProjectCommandOutput) => void): void;
118
+
119
+ deleteAccessPolicy(args: DeleteAccessPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccessPolicyCommandOutput>;
120
+ deleteAccessPolicy(args: DeleteAccessPolicyCommandInput, cb: (err: any, data?: DeleteAccessPolicyCommandOutput) => void): void;
121
+ deleteAccessPolicy(args: DeleteAccessPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessPolicyCommandOutput) => void): void;
122
+
123
+ deleteAsset(args: DeleteAssetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAssetCommandOutput>;
124
+ deleteAsset(args: DeleteAssetCommandInput, cb: (err: any, data?: DeleteAssetCommandOutput) => void): void;
125
+ deleteAsset(args: DeleteAssetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAssetCommandOutput) => void): void;
126
+
127
+ deleteAssetModel(args: DeleteAssetModelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAssetModelCommandOutput>;
128
+ deleteAssetModel(args: DeleteAssetModelCommandInput, cb: (err: any, data?: DeleteAssetModelCommandOutput) => void): void;
129
+ deleteAssetModel(args: DeleteAssetModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAssetModelCommandOutput) => void): void;
130
+
131
+ deleteDashboard(args: DeleteDashboardCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDashboardCommandOutput>;
132
+ deleteDashboard(args: DeleteDashboardCommandInput, cb: (err: any, data?: DeleteDashboardCommandOutput) => void): void;
133
+ deleteDashboard(args: DeleteDashboardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDashboardCommandOutput) => void): void;
134
+
135
+ deleteGateway(args: DeleteGatewayCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGatewayCommandOutput>;
136
+ deleteGateway(args: DeleteGatewayCommandInput, cb: (err: any, data?: DeleteGatewayCommandOutput) => void): void;
137
+ deleteGateway(args: DeleteGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGatewayCommandOutput) => void): void;
138
+
139
+ deletePortal(args: DeletePortalCommandInput, options?: __HttpHandlerOptions): Promise<DeletePortalCommandOutput>;
140
+ deletePortal(args: DeletePortalCommandInput, cb: (err: any, data?: DeletePortalCommandOutput) => void): void;
141
+ deletePortal(args: DeletePortalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePortalCommandOutput) => void): void;
142
+
143
+ deleteProject(args: DeleteProjectCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProjectCommandOutput>;
144
+ deleteProject(args: DeleteProjectCommandInput, cb: (err: any, data?: DeleteProjectCommandOutput) => void): void;
145
+ deleteProject(args: DeleteProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProjectCommandOutput) => void): void;
146
+
147
+ deleteTimeSeries(args: DeleteTimeSeriesCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTimeSeriesCommandOutput>;
148
+ deleteTimeSeries(args: DeleteTimeSeriesCommandInput, cb: (err: any, data?: DeleteTimeSeriesCommandOutput) => void): void;
149
+ deleteTimeSeries(args: DeleteTimeSeriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTimeSeriesCommandOutput) => void): void;
150
+
151
+ describeAccessPolicy(args: DescribeAccessPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccessPolicyCommandOutput>;
152
+ describeAccessPolicy(args: DescribeAccessPolicyCommandInput, cb: (err: any, data?: DescribeAccessPolicyCommandOutput) => void): void;
153
+ describeAccessPolicy(args: DescribeAccessPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccessPolicyCommandOutput) => void): void;
154
+
155
+ describeAsset(args: DescribeAssetCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAssetCommandOutput>;
156
+ describeAsset(args: DescribeAssetCommandInput, cb: (err: any, data?: DescribeAssetCommandOutput) => void): void;
157
+ describeAsset(args: DescribeAssetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAssetCommandOutput) => void): void;
158
+
159
+ describeAssetModel(args: DescribeAssetModelCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAssetModelCommandOutput>;
160
+ describeAssetModel(args: DescribeAssetModelCommandInput, cb: (err: any, data?: DescribeAssetModelCommandOutput) => void): void;
161
+ describeAssetModel(args: DescribeAssetModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAssetModelCommandOutput) => void): void;
162
+
163
+ describeAssetProperty(args: DescribeAssetPropertyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAssetPropertyCommandOutput>;
164
+ describeAssetProperty(args: DescribeAssetPropertyCommandInput, cb: (err: any, data?: DescribeAssetPropertyCommandOutput) => void): void;
165
+ describeAssetProperty(args: DescribeAssetPropertyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAssetPropertyCommandOutput) => void): void;
166
+
167
+ describeDashboard(args: DescribeDashboardCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDashboardCommandOutput>;
168
+ describeDashboard(args: DescribeDashboardCommandInput, cb: (err: any, data?: DescribeDashboardCommandOutput) => void): void;
169
+ describeDashboard(args: DescribeDashboardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDashboardCommandOutput) => void): void;
170
+
171
+ describeDefaultEncryptionConfiguration(args: DescribeDefaultEncryptionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDefaultEncryptionConfigurationCommandOutput>;
172
+ describeDefaultEncryptionConfiguration(args: DescribeDefaultEncryptionConfigurationCommandInput, cb: (err: any, data?: DescribeDefaultEncryptionConfigurationCommandOutput) => void): void;
173
+ describeDefaultEncryptionConfiguration(args: DescribeDefaultEncryptionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDefaultEncryptionConfigurationCommandOutput) => void): void;
174
+
175
+ describeGateway(args: DescribeGatewayCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGatewayCommandOutput>;
176
+ describeGateway(args: DescribeGatewayCommandInput, cb: (err: any, data?: DescribeGatewayCommandOutput) => void): void;
177
+ describeGateway(args: DescribeGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGatewayCommandOutput) => void): void;
178
+
179
+ describeGatewayCapabilityConfiguration(args: DescribeGatewayCapabilityConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGatewayCapabilityConfigurationCommandOutput>;
180
+ describeGatewayCapabilityConfiguration(args: DescribeGatewayCapabilityConfigurationCommandInput, cb: (err: any, data?: DescribeGatewayCapabilityConfigurationCommandOutput) => void): void;
181
+ describeGatewayCapabilityConfiguration(args: DescribeGatewayCapabilityConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGatewayCapabilityConfigurationCommandOutput) => void): void;
182
+
183
+ describeLoggingOptions(args: DescribeLoggingOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoggingOptionsCommandOutput>;
184
+ describeLoggingOptions(args: DescribeLoggingOptionsCommandInput, cb: (err: any, data?: DescribeLoggingOptionsCommandOutput) => void): void;
185
+ describeLoggingOptions(args: DescribeLoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoggingOptionsCommandOutput) => void): void;
186
+
187
+ describePortal(args: DescribePortalCommandInput, options?: __HttpHandlerOptions): Promise<DescribePortalCommandOutput>;
188
+ describePortal(args: DescribePortalCommandInput, cb: (err: any, data?: DescribePortalCommandOutput) => void): void;
189
+ describePortal(args: DescribePortalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePortalCommandOutput) => void): void;
190
+
191
+ describeProject(args: DescribeProjectCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProjectCommandOutput>;
192
+ describeProject(args: DescribeProjectCommandInput, cb: (err: any, data?: DescribeProjectCommandOutput) => void): void;
193
+ describeProject(args: DescribeProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProjectCommandOutput) => void): void;
194
+
195
+ describeStorageConfiguration(args: DescribeStorageConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStorageConfigurationCommandOutput>;
196
+ describeStorageConfiguration(args: DescribeStorageConfigurationCommandInput, cb: (err: any, data?: DescribeStorageConfigurationCommandOutput) => void): void;
197
+ describeStorageConfiguration(args: DescribeStorageConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStorageConfigurationCommandOutput) => void): void;
198
+
199
+ describeTimeSeries(args: DescribeTimeSeriesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTimeSeriesCommandOutput>;
200
+ describeTimeSeries(args: DescribeTimeSeriesCommandInput, cb: (err: any, data?: DescribeTimeSeriesCommandOutput) => void): void;
201
+ describeTimeSeries(args: DescribeTimeSeriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTimeSeriesCommandOutput) => void): void;
202
+
203
+ disassociateAssets(args: DisassociateAssetsCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateAssetsCommandOutput>;
204
+ disassociateAssets(args: DisassociateAssetsCommandInput, cb: (err: any, data?: DisassociateAssetsCommandOutput) => void): void;
205
+ disassociateAssets(args: DisassociateAssetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateAssetsCommandOutput) => void): void;
206
+
207
+ disassociateTimeSeriesFromAssetProperty(args: DisassociateTimeSeriesFromAssetPropertyCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateTimeSeriesFromAssetPropertyCommandOutput>;
208
+ disassociateTimeSeriesFromAssetProperty(args: DisassociateTimeSeriesFromAssetPropertyCommandInput, cb: (err: any, data?: DisassociateTimeSeriesFromAssetPropertyCommandOutput) => void): void;
209
+ disassociateTimeSeriesFromAssetProperty(args: DisassociateTimeSeriesFromAssetPropertyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateTimeSeriesFromAssetPropertyCommandOutput) => void): void;
210
+
211
+ getAssetPropertyAggregates(args: GetAssetPropertyAggregatesCommandInput, options?: __HttpHandlerOptions): Promise<GetAssetPropertyAggregatesCommandOutput>;
212
+ getAssetPropertyAggregates(args: GetAssetPropertyAggregatesCommandInput, cb: (err: any, data?: GetAssetPropertyAggregatesCommandOutput) => void): void;
213
+ getAssetPropertyAggregates(args: GetAssetPropertyAggregatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAssetPropertyAggregatesCommandOutput) => void): void;
214
+
215
+ getAssetPropertyValue(args: GetAssetPropertyValueCommandInput, options?: __HttpHandlerOptions): Promise<GetAssetPropertyValueCommandOutput>;
216
+ getAssetPropertyValue(args: GetAssetPropertyValueCommandInput, cb: (err: any, data?: GetAssetPropertyValueCommandOutput) => void): void;
217
+ getAssetPropertyValue(args: GetAssetPropertyValueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAssetPropertyValueCommandOutput) => void): void;
218
+
219
+ getAssetPropertyValueHistory(args: GetAssetPropertyValueHistoryCommandInput, options?: __HttpHandlerOptions): Promise<GetAssetPropertyValueHistoryCommandOutput>;
220
+ getAssetPropertyValueHistory(args: GetAssetPropertyValueHistoryCommandInput, cb: (err: any, data?: GetAssetPropertyValueHistoryCommandOutput) => void): void;
221
+ getAssetPropertyValueHistory(args: GetAssetPropertyValueHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAssetPropertyValueHistoryCommandOutput) => void): void;
222
+
223
+ getInterpolatedAssetPropertyValues(args: GetInterpolatedAssetPropertyValuesCommandInput, options?: __HttpHandlerOptions): Promise<GetInterpolatedAssetPropertyValuesCommandOutput>;
224
+ getInterpolatedAssetPropertyValues(args: GetInterpolatedAssetPropertyValuesCommandInput, cb: (err: any, data?: GetInterpolatedAssetPropertyValuesCommandOutput) => void): void;
225
+ getInterpolatedAssetPropertyValues(args: GetInterpolatedAssetPropertyValuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInterpolatedAssetPropertyValuesCommandOutput) => void): void;
226
+
227
+ listAccessPolicies(args: ListAccessPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessPoliciesCommandOutput>;
228
+ listAccessPolicies(args: ListAccessPoliciesCommandInput, cb: (err: any, data?: ListAccessPoliciesCommandOutput) => void): void;
229
+ listAccessPolicies(args: ListAccessPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessPoliciesCommandOutput) => void): void;
230
+
231
+ listAssetModels(args: ListAssetModelsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssetModelsCommandOutput>;
232
+ listAssetModels(args: ListAssetModelsCommandInput, cb: (err: any, data?: ListAssetModelsCommandOutput) => void): void;
233
+ listAssetModels(args: ListAssetModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssetModelsCommandOutput) => void): void;
234
+
235
+ listAssetRelationships(args: ListAssetRelationshipsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssetRelationshipsCommandOutput>;
236
+ listAssetRelationships(args: ListAssetRelationshipsCommandInput, cb: (err: any, data?: ListAssetRelationshipsCommandOutput) => void): void;
237
+ listAssetRelationships(args: ListAssetRelationshipsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssetRelationshipsCommandOutput) => void): void;
238
+
239
+ listAssets(args: ListAssetsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssetsCommandOutput>;
240
+ listAssets(args: ListAssetsCommandInput, cb: (err: any, data?: ListAssetsCommandOutput) => void): void;
241
+ listAssets(args: ListAssetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssetsCommandOutput) => void): void;
242
+
243
+ listAssociatedAssets(args: ListAssociatedAssetsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssociatedAssetsCommandOutput>;
244
+ listAssociatedAssets(args: ListAssociatedAssetsCommandInput, cb: (err: any, data?: ListAssociatedAssetsCommandOutput) => void): void;
245
+ listAssociatedAssets(args: ListAssociatedAssetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssociatedAssetsCommandOutput) => void): void;
246
+
247
+ listDashboards(args: ListDashboardsCommandInput, options?: __HttpHandlerOptions): Promise<ListDashboardsCommandOutput>;
248
+ listDashboards(args: ListDashboardsCommandInput, cb: (err: any, data?: ListDashboardsCommandOutput) => void): void;
249
+ listDashboards(args: ListDashboardsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDashboardsCommandOutput) => void): void;
250
+
251
+ listGateways(args: ListGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<ListGatewaysCommandOutput>;
252
+ listGateways(args: ListGatewaysCommandInput, cb: (err: any, data?: ListGatewaysCommandOutput) => void): void;
253
+ listGateways(args: ListGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGatewaysCommandOutput) => void): void;
254
+
255
+ listPortals(args: ListPortalsCommandInput, options?: __HttpHandlerOptions): Promise<ListPortalsCommandOutput>;
256
+ listPortals(args: ListPortalsCommandInput, cb: (err: any, data?: ListPortalsCommandOutput) => void): void;
257
+ listPortals(args: ListPortalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPortalsCommandOutput) => void): void;
258
+
259
+ listProjectAssets(args: ListProjectAssetsCommandInput, options?: __HttpHandlerOptions): Promise<ListProjectAssetsCommandOutput>;
260
+ listProjectAssets(args: ListProjectAssetsCommandInput, cb: (err: any, data?: ListProjectAssetsCommandOutput) => void): void;
261
+ listProjectAssets(args: ListProjectAssetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProjectAssetsCommandOutput) => void): void;
262
+
263
+ listProjects(args: ListProjectsCommandInput, options?: __HttpHandlerOptions): Promise<ListProjectsCommandOutput>;
264
+ listProjects(args: ListProjectsCommandInput, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
265
+ listProjects(args: ListProjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
266
+
267
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
268
+ listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
269
+ listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
270
+
271
+ listTimeSeries(args: ListTimeSeriesCommandInput, options?: __HttpHandlerOptions): Promise<ListTimeSeriesCommandOutput>;
272
+ listTimeSeries(args: ListTimeSeriesCommandInput, cb: (err: any, data?: ListTimeSeriesCommandOutput) => void): void;
273
+ listTimeSeries(args: ListTimeSeriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTimeSeriesCommandOutput) => void): void;
274
+
275
+ putDefaultEncryptionConfiguration(args: PutDefaultEncryptionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutDefaultEncryptionConfigurationCommandOutput>;
276
+ putDefaultEncryptionConfiguration(args: PutDefaultEncryptionConfigurationCommandInput, cb: (err: any, data?: PutDefaultEncryptionConfigurationCommandOutput) => void): void;
277
+ putDefaultEncryptionConfiguration(args: PutDefaultEncryptionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDefaultEncryptionConfigurationCommandOutput) => void): void;
278
+
279
+ putLoggingOptions(args: PutLoggingOptionsCommandInput, options?: __HttpHandlerOptions): Promise<PutLoggingOptionsCommandOutput>;
280
+ putLoggingOptions(args: PutLoggingOptionsCommandInput, cb: (err: any, data?: PutLoggingOptionsCommandOutput) => void): void;
281
+ putLoggingOptions(args: PutLoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutLoggingOptionsCommandOutput) => void): void;
282
+
283
+ putStorageConfiguration(args: PutStorageConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutStorageConfigurationCommandOutput>;
284
+ putStorageConfiguration(args: PutStorageConfigurationCommandInput, cb: (err: any, data?: PutStorageConfigurationCommandOutput) => void): void;
285
+ putStorageConfiguration(args: PutStorageConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutStorageConfigurationCommandOutput) => void): void;
286
+
287
+ tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
288
+ tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
289
+ tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
290
+
291
+ untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
292
+ untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
293
+ untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
294
+
295
+ updateAccessPolicy(args: UpdateAccessPolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccessPolicyCommandOutput>;
296
+ updateAccessPolicy(args: UpdateAccessPolicyCommandInput, cb: (err: any, data?: UpdateAccessPolicyCommandOutput) => void): void;
297
+ updateAccessPolicy(args: UpdateAccessPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccessPolicyCommandOutput) => void): void;
298
+
299
+ updateAsset(args: UpdateAssetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssetCommandOutput>;
300
+ updateAsset(args: UpdateAssetCommandInput, cb: (err: any, data?: UpdateAssetCommandOutput) => void): void;
301
+ updateAsset(args: UpdateAssetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssetCommandOutput) => void): void;
302
+
303
+ updateAssetModel(args: UpdateAssetModelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssetModelCommandOutput>;
304
+ updateAssetModel(args: UpdateAssetModelCommandInput, cb: (err: any, data?: UpdateAssetModelCommandOutput) => void): void;
305
+ updateAssetModel(args: UpdateAssetModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssetModelCommandOutput) => void): void;
306
+
307
+ updateAssetProperty(args: UpdateAssetPropertyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssetPropertyCommandOutput>;
308
+ updateAssetProperty(args: UpdateAssetPropertyCommandInput, cb: (err: any, data?: UpdateAssetPropertyCommandOutput) => void): void;
309
+ updateAssetProperty(args: UpdateAssetPropertyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssetPropertyCommandOutput) => void): void;
310
+
311
+ updateDashboard(args: UpdateDashboardCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDashboardCommandOutput>;
312
+ updateDashboard(args: UpdateDashboardCommandInput, cb: (err: any, data?: UpdateDashboardCommandOutput) => void): void;
313
+ updateDashboard(args: UpdateDashboardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDashboardCommandOutput) => void): void;
314
+
315
+ updateGateway(args: UpdateGatewayCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGatewayCommandOutput>;
316
+ updateGateway(args: UpdateGatewayCommandInput, cb: (err: any, data?: UpdateGatewayCommandOutput) => void): void;
317
+ updateGateway(args: UpdateGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGatewayCommandOutput) => void): void;
318
+
319
+ updateGatewayCapabilityConfiguration(args: UpdateGatewayCapabilityConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGatewayCapabilityConfigurationCommandOutput>;
320
+ updateGatewayCapabilityConfiguration(args: UpdateGatewayCapabilityConfigurationCommandInput, cb: (err: any, data?: UpdateGatewayCapabilityConfigurationCommandOutput) => void): void;
321
+ updateGatewayCapabilityConfiguration(args: UpdateGatewayCapabilityConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGatewayCapabilityConfigurationCommandOutput) => void): void;
322
+
323
+ updatePortal(args: UpdatePortalCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePortalCommandOutput>;
324
+ updatePortal(args: UpdatePortalCommandInput, cb: (err: any, data?: UpdatePortalCommandOutput) => void): void;
325
+ updatePortal(args: UpdatePortalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePortalCommandOutput) => void): void;
326
+
327
+ updateProject(args: UpdateProjectCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProjectCommandOutput>;
328
+ updateProject(args: UpdateProjectCommandInput, cb: (err: any, data?: UpdateProjectCommandOutput) => void): void;
329
+ updateProject(args: UpdateProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProjectCommandOutput) => void): void;
330
+ }