@aws-sdk/client-iotsitewise 3.39.0 → 3.43.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 (120) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/IoTSiteWise.js +75 -0
  3. package/dist-cjs/commands/AssociateTimeSeriesToAssetPropertyCommand.js +36 -0
  4. package/dist-cjs/commands/DeleteTimeSeriesCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeTimeSeriesCommand.js +36 -0
  6. package/dist-cjs/commands/DisassociateTimeSeriesFromAssetPropertyCommand.js +36 -0
  7. package/dist-cjs/commands/ListTimeSeriesCommand.js +36 -0
  8. package/dist-cjs/commands/index.js +5 -0
  9. package/dist-cjs/endpoints.js +74 -5
  10. package/dist-cjs/models/models_0.js +62 -4
  11. package/dist-cjs/pagination/ListTimeSeriesPaginator.js +35 -0
  12. package/dist-cjs/pagination/index.js +1 -0
  13. package/dist-cjs/protocols/Aws_restJson1.js +613 -8
  14. package/dist-cjs/runtimeConfig.browser.js +6 -3
  15. package/dist-cjs/runtimeConfig.js +5 -3
  16. package/dist-es/IoTSiteWise.js +75 -0
  17. package/dist-es/commands/AssociateTimeSeriesToAssetPropertyCommand.js +39 -0
  18. package/dist-es/commands/DeleteTimeSeriesCommand.js +39 -0
  19. package/dist-es/commands/DescribeTimeSeriesCommand.js +39 -0
  20. package/dist-es/commands/DisassociateTimeSeriesFromAssetPropertyCommand.js +39 -0
  21. package/dist-es/commands/ListTimeSeriesCommand.js +39 -0
  22. package/dist-es/commands/index.js +5 -0
  23. package/dist-es/endpoints.js +74 -5
  24. package/dist-es/models/models_0.js +42 -0
  25. package/dist-es/pagination/ListTimeSeriesPaginator.js +74 -0
  26. package/dist-es/pagination/index.js +1 -0
  27. package/dist-es/protocols/Aws_restJson1.js +790 -109
  28. package/dist-es/runtimeConfig.browser.js +3 -2
  29. package/dist-es/runtimeConfig.js +3 -3
  30. package/dist-types/IoTSiteWise.d.ts +81 -2
  31. package/dist-types/IoTSiteWiseClient.d.ts +15 -2
  32. package/dist-types/commands/AssociateAssetsCommand.d.ts +1 -1
  33. package/dist-types/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +35 -0
  34. package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +1 -1
  35. package/dist-types/commands/BatchDisassociateProjectAssetsCommand.d.ts +1 -1
  36. package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateAccessPolicyCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateAssetCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateAssetModelCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateDashboardCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateGatewayCommand.d.ts +1 -1
  42. package/dist-types/commands/CreatePortalCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateProjectCommand.d.ts +5 -1
  44. package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +1 -1
  45. package/dist-types/commands/DeleteAssetCommand.d.ts +1 -1
  46. package/dist-types/commands/DeleteAssetModelCommand.d.ts +1 -1
  47. package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteGatewayCommand.d.ts +1 -1
  49. package/dist-types/commands/DeletePortalCommand.d.ts +1 -1
  50. package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
  51. package/dist-types/commands/DeleteTimeSeriesCommand.d.ts +56 -0
  52. package/dist-types/commands/DescribeAccessPolicyCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeAssetCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeAssetModelCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeGatewayCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribePortalCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeProjectCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeTimeSeriesCommand.d.ts +54 -0
  65. package/dist-types/commands/DisassociateAssetsCommand.d.ts +1 -1
  66. package/dist-types/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +35 -0
  67. package/dist-types/commands/GetAssetPropertyAggregatesCommand.d.ts +1 -1
  68. package/dist-types/commands/GetAssetPropertyValueCommand.d.ts +1 -1
  69. package/dist-types/commands/GetAssetPropertyValueHistoryCommand.d.ts +1 -1
  70. package/dist-types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +3 -3
  71. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +1 -1
  72. package/dist-types/commands/ListAssetModelsCommand.d.ts +1 -1
  73. package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +1 -1
  74. package/dist-types/commands/ListAssetsCommand.d.ts +1 -1
  75. package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +1 -1
  76. package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
  77. package/dist-types/commands/ListGatewaysCommand.d.ts +1 -1
  78. package/dist-types/commands/ListPortalsCommand.d.ts +1 -1
  79. package/dist-types/commands/ListProjectAssetsCommand.d.ts +1 -1
  80. package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
  81. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  82. package/dist-types/commands/ListTimeSeriesCommand.d.ts +35 -0
  83. package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +1 -1
  84. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +1 -1
  85. package/dist-types/commands/PutStorageConfigurationCommand.d.ts +1 -1
  86. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  87. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  88. package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +1 -1
  89. package/dist-types/commands/UpdateAssetCommand.d.ts +1 -1
  90. package/dist-types/commands/UpdateAssetModelCommand.d.ts +1 -1
  91. package/dist-types/commands/UpdateAssetPropertyCommand.d.ts +1 -1
  92. package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
  93. package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +1 -1
  94. package/dist-types/commands/UpdateGatewayCommand.d.ts +1 -1
  95. package/dist-types/commands/UpdatePortalCommand.d.ts +1 -1
  96. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
  97. package/dist-types/commands/index.d.ts +5 -0
  98. package/dist-types/models/models_0.d.ts +393 -73
  99. package/dist-types/pagination/ListTimeSeriesPaginator.d.ts +4 -0
  100. package/dist-types/pagination/index.d.ts +1 -0
  101. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  102. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  103. package/dist-types/runtimeConfig.d.ts +2 -0
  104. package/dist-types/runtimeConfig.native.d.ts +2 -0
  105. package/dist-types/ts3.4/IoTSiteWise.d.ts +25 -0
  106. package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +11 -2
  107. package/dist-types/ts3.4/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/DeleteTimeSeriesCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/DescribeTimeSeriesCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/ListTimeSeriesCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  113. package/dist-types/ts3.4/models/models_0.d.ts +139 -0
  114. package/dist-types/ts3.4/pagination/ListTimeSeriesPaginator.d.ts +4 -0
  115. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  116. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +15 -0
  117. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  118. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  119. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  120. package/package.json +24 -24
@@ -20,7 +20,7 @@ export interface DescribeAssetCommandOutput extends DescribeAssetResponse, __Met
20
20
  *
21
21
  * @see {@link DescribeAssetCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeAssetCommandOutput} for command's `response` shape.
23
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeAssetCommand extends $Command<DescribeAssetCommandInput, DescribeAssetCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeAssetModelCommandOutput extends DescribeAssetModelRespo
20
20
  *
21
21
  * @see {@link DescribeAssetModelCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeAssetModelCommandOutput} for command's `response` shape.
23
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeAssetModelCommand extends $Command<DescribeAssetModelCommandInput, DescribeAssetModelCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface DescribeAssetPropertyCommandOutput extends DescribeAssetPropert
27
27
  *
28
28
  * @see {@link DescribeAssetPropertyCommandInput} for command's `input` shape.
29
29
  * @see {@link DescribeAssetPropertyCommandOutput} for command's `response` shape.
30
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class DescribeAssetPropertyCommand extends $Command<DescribeAssetPropertyCommandInput, DescribeAssetPropertyCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDashboardCommandOutput extends DescribeDashboardRespons
20
20
  *
21
21
  * @see {@link DescribeDashboardCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDashboardCommandOutput} for command's `response` shape.
23
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeDashboardCommand extends $Command<DescribeDashboardCommandInput, DescribeDashboardCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeDefaultEncryptionConfigurationCommandOutput extends Des
22
22
  *
23
23
  * @see {@link DescribeDefaultEncryptionConfigurationCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeDefaultEncryptionConfigurationCommandOutput} for command's `response` shape.
25
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeDefaultEncryptionConfigurationCommand extends $Command<DescribeDefaultEncryptionConfigurationCommandInput, DescribeDefaultEncryptionConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DescribeGatewayCapabilityConfigurationCommandOutput extends Des
24
24
  *
25
25
  * @see {@link DescribeGatewayCapabilityConfigurationCommandInput} for command's `input` shape.
26
26
  * @see {@link DescribeGatewayCapabilityConfigurationCommandOutput} for command's `response` shape.
27
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DescribeGatewayCapabilityConfigurationCommand extends $Command<DescribeGatewayCapabilityConfigurationCommandInput, DescribeGatewayCapabilityConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeGatewayCommandOutput extends DescribeGatewayResponse, _
20
20
  *
21
21
  * @see {@link DescribeGatewayCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeGatewayCommandOutput} for command's `response` shape.
23
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeGatewayCommand extends $Command<DescribeGatewayCommandInput, DescribeGatewayCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeLoggingOptionsCommandOutput extends DescribeLoggingOpti
20
20
  *
21
21
  * @see {@link DescribeLoggingOptionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeLoggingOptionsCommandOutput} for command's `response` shape.
23
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeLoggingOptionsCommand extends $Command<DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribePortalCommandOutput extends DescribePortalResponse, __M
20
20
  *
21
21
  * @see {@link DescribePortalCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribePortalCommandOutput} for command's `response` shape.
23
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribePortalCommand extends $Command<DescribePortalCommandInput, DescribePortalCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeProjectCommandOutput extends DescribeProjectResponse, _
20
20
  *
21
21
  * @see {@link DescribeProjectCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeProjectCommandOutput} for command's `response` shape.
23
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeProjectCommand extends $Command<DescribeProjectCommandInput, DescribeProjectCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeStorageConfigurationCommandOutput extends DescribeStora
20
20
  *
21
21
  * @see {@link DescribeStorageConfigurationCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeStorageConfigurationCommandOutput} for command's `response` shape.
23
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeStorageConfigurationCommand extends $Command<DescribeStorageConfigurationCommandInput, DescribeStorageConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -0,0 +1,54 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { DescribeTimeSeriesRequest, DescribeTimeSeriesResponse } from "../models/models_0";
5
+ export interface DescribeTimeSeriesCommandInput extends DescribeTimeSeriesRequest {
6
+ }
7
+ export interface DescribeTimeSeriesCommandOutput extends DescribeTimeSeriesResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Retrieves information about a time series (data stream).</p>
11
+ * <p>To identify a time series, do one of the following:</p>
12
+ * <ul>
13
+ * <li>
14
+ * <p>If the time series isn't associated with an asset property,
15
+ * specify the <code>alias</code> of the time series.</p>
16
+ * </li>
17
+ * <li>
18
+ * <p>If the time series is associated with an asset property,
19
+ * specify one of the following: </p>
20
+ * <ul>
21
+ * <li>
22
+ * <p>The <code>alias</code> of the time series.</p>
23
+ * </li>
24
+ * <li>
25
+ * <p>The <code>assetId</code> and <code>propertyId</code> that identifies the asset property.</p>
26
+ * </li>
27
+ * </ul>
28
+ * </li>
29
+ * </ul>
30
+ * @example
31
+ * Use a bare-bones client and the command you need to make an API call.
32
+ * ```javascript
33
+ * import { IoTSiteWiseClient, DescribeTimeSeriesCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
34
+ * // const { IoTSiteWiseClient, DescribeTimeSeriesCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
35
+ * const client = new IoTSiteWiseClient(config);
36
+ * const command = new DescribeTimeSeriesCommand(input);
37
+ * const response = await client.send(command);
38
+ * ```
39
+ *
40
+ * @see {@link DescribeTimeSeriesCommandInput} for command's `input` shape.
41
+ * @see {@link DescribeTimeSeriesCommandOutput} for command's `response` shape.
42
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
43
+ *
44
+ */
45
+ export declare class DescribeTimeSeriesCommand extends $Command<DescribeTimeSeriesCommandInput, DescribeTimeSeriesCommandOutput, IoTSiteWiseClientResolvedConfig> {
46
+ readonly input: DescribeTimeSeriesCommandInput;
47
+ constructor(input: DescribeTimeSeriesCommandInput);
48
+ /**
49
+ * @internal
50
+ */
51
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTimeSeriesCommandInput, DescribeTimeSeriesCommandOutput>;
52
+ private serialize;
53
+ private deserialize;
54
+ }
@@ -21,7 +21,7 @@ export interface DisassociateAssetsCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link DisassociateAssetsCommandInput} for command's `input` shape.
23
23
  * @see {@link DisassociateAssetsCommandOutput} for command's `response` shape.
24
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DisassociateAssetsCommand extends $Command<DisassociateAssetsCommandInput, DisassociateAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { DisassociateTimeSeriesFromAssetPropertyRequest } from "../models/models_0";
5
+ export interface DisassociateTimeSeriesFromAssetPropertyCommandInput extends DisassociateTimeSeriesFromAssetPropertyRequest {
6
+ }
7
+ export interface DisassociateTimeSeriesFromAssetPropertyCommandOutput extends __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Disassociates a time series (data stream) from an asset property.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { IoTSiteWiseClient, DisassociateTimeSeriesFromAssetPropertyCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
15
+ * // const { IoTSiteWiseClient, DisassociateTimeSeriesFromAssetPropertyCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
16
+ * const client = new IoTSiteWiseClient(config);
17
+ * const command = new DisassociateTimeSeriesFromAssetPropertyCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DisassociateTimeSeriesFromAssetPropertyCommandInput} for command's `input` shape.
22
+ * @see {@link DisassociateTimeSeriesFromAssetPropertyCommandOutput} for command's `response` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DisassociateTimeSeriesFromAssetPropertyCommand extends $Command<DisassociateTimeSeriesFromAssetPropertyCommandInput, DisassociateTimeSeriesFromAssetPropertyCommandOutput, IoTSiteWiseClientResolvedConfig> {
27
+ readonly input: DisassociateTimeSeriesFromAssetPropertyCommandInput;
28
+ constructor(input: DisassociateTimeSeriesFromAssetPropertyCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateTimeSeriesFromAssetPropertyCommandInput, DisassociateTimeSeriesFromAssetPropertyCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -31,7 +31,7 @@ export interface GetAssetPropertyAggregatesCommandOutput extends GetAssetPropert
31
31
  *
32
32
  * @see {@link GetAssetPropertyAggregatesCommandInput} for command's `input` shape.
33
33
  * @see {@link GetAssetPropertyAggregatesCommandOutput} for command's `response` shape.
34
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
35
35
  *
36
36
  */
37
37
  export declare class GetAssetPropertyAggregatesCommand extends $Command<GetAssetPropertyAggregatesCommandInput, GetAssetPropertyAggregatesCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -31,7 +31,7 @@ export interface GetAssetPropertyValueCommandOutput extends GetAssetPropertyValu
31
31
  *
32
32
  * @see {@link GetAssetPropertyValueCommandInput} for command's `input` shape.
33
33
  * @see {@link GetAssetPropertyValueCommandOutput} for command's `response` shape.
34
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
35
35
  *
36
36
  */
37
37
  export declare class GetAssetPropertyValueCommand extends $Command<GetAssetPropertyValueCommandInput, GetAssetPropertyValueCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -31,7 +31,7 @@ export interface GetAssetPropertyValueHistoryCommandOutput extends GetAssetPrope
31
31
  *
32
32
  * @see {@link GetAssetPropertyValueHistoryCommandInput} for command's `input` shape.
33
33
  * @see {@link GetAssetPropertyValueHistoryCommandOutput} for command's `response` shape.
34
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
35
35
  *
36
36
  */
37
37
  export declare class GetAssetPropertyValueHistoryCommand extends $Command<GetAssetPropertyValueHistoryCommandInput, GetAssetPropertyValueHistoryCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -10,8 +10,8 @@ export interface GetInterpolatedAssetPropertyValuesCommandOutput extends GetInte
10
10
  * <p>Get interpolated values for an asset property for a specified time interval, during a
11
11
  * period of time. If your time series is missing data points during the specified time interval,
12
12
  * you can use interpolation to estimate the missing data.</p>
13
- * <p>For example, you can use this operation to return the interpolated
14
- * temperature values for a wind turbine every 24 hours over a duration of 7 days.</p>
13
+ * <p>For example, you can use this operation to return the interpolated temperature values for
14
+ * a wind turbine every 24 hours over a duration of 7 days.</p>
15
15
  * <p>To identify an asset property, you must specify one of the following:</p>
16
16
  * <ul>
17
17
  * <li>
@@ -34,7 +34,7 @@ export interface GetInterpolatedAssetPropertyValuesCommandOutput extends GetInte
34
34
  *
35
35
  * @see {@link GetInterpolatedAssetPropertyValuesCommandInput} for command's `input` shape.
36
36
  * @see {@link GetInterpolatedAssetPropertyValuesCommandOutput} for command's `response` shape.
37
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
37
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
38
38
  *
39
39
  */
40
40
  export declare class GetInterpolatedAssetPropertyValuesCommand extends $Command<GetInterpolatedAssetPropertyValuesCommandInput, GetInterpolatedAssetPropertyValuesCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListAccessPoliciesCommandOutput extends ListAccessPoliciesRespo
21
21
  *
22
22
  * @see {@link ListAccessPoliciesCommandInput} for command's `input` shape.
23
23
  * @see {@link ListAccessPoliciesCommandOutput} for command's `response` shape.
24
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListAccessPoliciesCommand extends $Command<ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListAssetModelsCommandOutput extends ListAssetModelsResponse, _
20
20
  *
21
21
  * @see {@link ListAssetModelsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListAssetModelsCommandOutput} for command's `response` shape.
23
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListAssetModelsCommand extends $Command<ListAssetModelsCommandInput, ListAssetModelsCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListAssetRelationshipsCommandOutput extends ListAssetRelationsh
22
22
  *
23
23
  * @see {@link ListAssetRelationshipsCommandInput} for command's `input` shape.
24
24
  * @see {@link ListAssetRelationshipsCommandOutput} for command's `response` shape.
25
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListAssetRelationshipsCommand extends $Command<ListAssetRelationshipsCommandInput, ListAssetRelationshipsCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface ListAssetsCommandOutput extends ListAssetsResponse, __MetadataB
32
32
  *
33
33
  * @see {@link ListAssetsCommandInput} for command's `input` shape.
34
34
  * @see {@link ListAssetsCommandOutput} for command's `response` shape.
35
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class ListAssetsCommand extends $Command<ListAssetsCommandInput, ListAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface ListAssociatedAssetsCommandOutput extends ListAssociatedAssetsR
29
29
  *
30
30
  * @see {@link ListAssociatedAssetsCommandInput} for command's `input` shape.
31
31
  * @see {@link ListAssociatedAssetsCommandOutput} for command's `response` shape.
32
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class ListAssociatedAssetsCommand extends $Command<ListAssociatedAssetsCommandInput, ListAssociatedAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __M
20
20
  *
21
21
  * @see {@link ListDashboardsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListDashboardsCommandOutput} for command's `response` shape.
23
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListDashboardsCommand extends $Command<ListDashboardsCommandInput, ListDashboardsCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListGatewaysCommandOutput extends ListGatewaysResponse, __Metad
20
20
  *
21
21
  * @see {@link ListGatewaysCommandInput} for command's `input` shape.
22
22
  * @see {@link ListGatewaysCommandOutput} for command's `response` shape.
23
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListGatewaysCommand extends $Command<ListGatewaysCommandInput, ListGatewaysCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListPortalsCommandOutput extends ListPortalsResponse, __Metadat
20
20
  *
21
21
  * @see {@link ListPortalsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListPortalsCommandOutput} for command's `response` shape.
23
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListPortalsCommand extends $Command<ListPortalsCommandInput, ListPortalsCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListProjectAssetsCommandOutput extends ListProjectAssetsRespons
20
20
  *
21
21
  * @see {@link ListProjectAssetsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListProjectAssetsCommandOutput} for command's `response` shape.
23
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListProjectAssetsCommand extends $Command<ListProjectAssetsCommandInput, ListProjectAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListProjectsCommandOutput extends ListProjectsResponse, __Metad
20
20
  *
21
21
  * @see {@link ListProjectsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListProjectsCommandOutput} for command's `response` shape.
23
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListProjectsCommand extends $Command<ListProjectsCommandInput, ListProjectsCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
20
20
  *
21
21
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
23
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
4
+ import { ListTimeSeriesRequest, ListTimeSeriesResponse } from "../models/models_0";
5
+ export interface ListTimeSeriesCommandInput extends ListTimeSeriesRequest {
6
+ }
7
+ export interface ListTimeSeriesCommandOutput extends ListTimeSeriesResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Retrieves a paginated list of time series (data streams).</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { IoTSiteWiseClient, ListTimeSeriesCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
15
+ * // const { IoTSiteWiseClient, ListTimeSeriesCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
16
+ * const client = new IoTSiteWiseClient(config);
17
+ * const command = new ListTimeSeriesCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListTimeSeriesCommandInput} for command's `input` shape.
22
+ * @see {@link ListTimeSeriesCommandOutput} for command's `response` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class ListTimeSeriesCommand extends $Command<ListTimeSeriesCommandInput, ListTimeSeriesCommandOutput, IoTSiteWiseClientResolvedConfig> {
27
+ readonly input: ListTimeSeriesCommandInput;
28
+ constructor(input: ListTimeSeriesCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTimeSeriesCommandInput, ListTimeSeriesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -22,7 +22,7 @@ export interface PutDefaultEncryptionConfigurationCommandOutput extends PutDefau
22
22
  *
23
23
  * @see {@link PutDefaultEncryptionConfigurationCommandInput} for command's `input` shape.
24
24
  * @see {@link PutDefaultEncryptionConfigurationCommandOutput} for command's `response` shape.
25
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class PutDefaultEncryptionConfigurationCommand extends $Command<PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutLoggingOptionsCommandOutput extends PutLoggingOptionsRespons
20
20
  *
21
21
  * @see {@link PutLoggingOptionsCommandInput} for command's `input` shape.
22
22
  * @see {@link PutLoggingOptionsCommandOutput} for command's `response` shape.
23
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutLoggingOptionsCommand extends $Command<PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutStorageConfigurationCommandOutput extends PutStorageConfigur
20
20
  *
21
21
  * @see {@link PutStorageConfigurationCommandInput} for command's `input` shape.
22
22
  * @see {@link PutStorageConfigurationCommandOutput} for command's `response` shape.
23
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutStorageConfigurationCommand extends $Command<PutStorageConfigurationCommandInput, PutStorageConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
21
21
  *
22
22
  * @see {@link TagResourceCommandInput} for command's `input` shape.
23
23
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
24
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
20
20
  *
21
21
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdateAccessPolicyCommandOutput extends UpdateAccessPolicyRespo
21
21
  *
22
22
  * @see {@link UpdateAccessPolicyCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdateAccessPolicyCommandOutput} for command's `response` shape.
24
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdateAccessPolicyCommand extends $Command<UpdateAccessPolicyCommandInput, UpdateAccessPolicyCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdateAssetCommandOutput extends UpdateAssetResponse, __Metadat
21
21
  *
22
22
  * @see {@link UpdateAssetCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdateAssetCommandOutput} for command's `response` shape.
24
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdateAssetCommand extends $Command<UpdateAssetCommandInput, UpdateAssetCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface UpdateAssetModelCommandOutput extends UpdateAssetModelResponse,
32
32
  *
33
33
  * @see {@link UpdateAssetModelCommandInput} for command's `input` shape.
34
34
  * @see {@link UpdateAssetModelCommandOutput} for command's `response` shape.
35
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class UpdateAssetModelCommand extends $Command<UpdateAssetModelCommandInput, UpdateAssetModelCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface UpdateAssetPropertyCommandOutput extends __MetadataBearer {
25
25
  *
26
26
  * @see {@link UpdateAssetPropertyCommandInput} for command's `input` shape.
27
27
  * @see {@link UpdateAssetPropertyCommandOutput} for command's `response` shape.
28
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class UpdateAssetPropertyCommand extends $Command<UpdateAssetPropertyCommandInput, UpdateAssetPropertyCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
20
20
  *
21
21
  * @see {@link UpdateDashboardCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateDashboardCommandOutput} for command's `response` shape.
23
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateDashboardCommand extends $Command<UpdateDashboardCommandInput, UpdateDashboardCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface UpdateGatewayCapabilityConfigurationCommandOutput extends Updat
24
24
  *
25
25
  * @see {@link UpdateGatewayCapabilityConfigurationCommandInput} for command's `input` shape.
26
26
  * @see {@link UpdateGatewayCapabilityConfigurationCommandOutput} for command's `response` shape.
27
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class UpdateGatewayCapabilityConfigurationCommand extends $Command<UpdateGatewayCapabilityConfigurationCommandInput, UpdateGatewayCapabilityConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateGatewayCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link UpdateGatewayCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateGatewayCommandOutput} for command's `response` shape.
23
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateGatewayCommand extends $Command<UpdateGatewayCommandInput, UpdateGatewayCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdatePortalCommandOutput extends UpdatePortalResponse, __Metad
20
20
  *
21
21
  * @see {@link UpdatePortalCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdatePortalCommandOutput} for command's `response` shape.
23
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdatePortalCommand extends $Command<UpdatePortalCommandInput, UpdatePortalCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateProjectCommandOutput extends UpdateProjectResponse, __Met
20
20
  *
21
21
  * @see {@link UpdateProjectCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateProjectCommandOutput} for command's `response` shape.
23
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateProjectCommand extends $Command<UpdateProjectCommandInput, UpdateProjectCommandOutput, IoTSiteWiseClientResolvedConfig> {
@@ -1,4 +1,5 @@
1
1
  export * from "./AssociateAssetsCommand";
2
+ export * from "./AssociateTimeSeriesToAssetPropertyCommand";
2
3
  export * from "./BatchAssociateProjectAssetsCommand";
3
4
  export * from "./BatchDisassociateProjectAssetsCommand";
4
5
  export * from "./BatchPutAssetPropertyValueCommand";
@@ -16,6 +17,7 @@ export * from "./DeleteDashboardCommand";
16
17
  export * from "./DeleteGatewayCommand";
17
18
  export * from "./DeletePortalCommand";
18
19
  export * from "./DeleteProjectCommand";
20
+ export * from "./DeleteTimeSeriesCommand";
19
21
  export * from "./DescribeAccessPolicyCommand";
20
22
  export * from "./DescribeAssetCommand";
21
23
  export * from "./DescribeAssetModelCommand";
@@ -28,7 +30,9 @@ export * from "./DescribeLoggingOptionsCommand";
28
30
  export * from "./DescribePortalCommand";
29
31
  export * from "./DescribeProjectCommand";
30
32
  export * from "./DescribeStorageConfigurationCommand";
33
+ export * from "./DescribeTimeSeriesCommand";
31
34
  export * from "./DisassociateAssetsCommand";
35
+ export * from "./DisassociateTimeSeriesFromAssetPropertyCommand";
32
36
  export * from "./GetAssetPropertyAggregatesCommand";
33
37
  export * from "./GetAssetPropertyValueCommand";
34
38
  export * from "./GetAssetPropertyValueHistoryCommand";
@@ -44,6 +48,7 @@ export * from "./ListPortalsCommand";
44
48
  export * from "./ListProjectAssetsCommand";
45
49
  export * from "./ListProjectsCommand";
46
50
  export * from "./ListTagsForResourceCommand";
51
+ export * from "./ListTimeSeriesCommand";
47
52
  export * from "./PutDefaultEncryptionConfigurationCommand";
48
53
  export * from "./PutLoggingOptionsCommand";
49
54
  export * from "./PutStorageConfigurationCommand";