@aws-sdk/client-iotsitewise 3.533.0 → 3.540.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 (180) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/IoTSiteWise.d.ts +15 -1
  6. package/dist-types/IoTSiteWiseClient.d.ts +1 -1
  7. package/dist-types/commands/AssociateAssetsCommand.d.ts +2 -1
  8. package/dist-types/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +2 -1
  10. package/dist-types/commands/BatchDisassociateProjectAssetsCommand.d.ts +2 -1
  11. package/dist-types/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +2 -1
  12. package/dist-types/commands/BatchGetAssetPropertyValueCommand.d.ts +2 -1
  13. package/dist-types/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +2 -1
  14. package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateAccessPolicyCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateAssetCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateAssetModelCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateAssetModelCompositeModelCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateBulkImportJobCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateDashboardCommand.d.ts +2 -1
  21. package/dist-types/commands/CreateGatewayCommand.d.ts +2 -1
  22. package/dist-types/commands/CreatePortalCommand.d.ts +2 -1
  23. package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteAssetCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteAssetModelCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteAssetModelCompositeModelCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteDashboardCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteGatewayCommand.d.ts +2 -1
  30. package/dist-types/commands/DeletePortalCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteProjectCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteTimeSeriesCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeAccessPolicyCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeActionCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeAssetCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeAssetCompositeModelCommand.d.ts +2 -1
  37. package/dist-types/commands/DescribeAssetModelCommand.d.ts +2 -1
  38. package/dist-types/commands/DescribeAssetModelCompositeModelCommand.d.ts +2 -1
  39. package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +2 -1
  40. package/dist-types/commands/DescribeBulkImportJobCommand.d.ts +2 -1
  41. package/dist-types/commands/DescribeDashboardCommand.d.ts +2 -1
  42. package/dist-types/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +2 -1
  43. package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +2 -1
  44. package/dist-types/commands/DescribeGatewayCommand.d.ts +2 -1
  45. package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +2 -1
  46. package/dist-types/commands/DescribePortalCommand.d.ts +2 -1
  47. package/dist-types/commands/DescribeProjectCommand.d.ts +2 -1
  48. package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +2 -1
  49. package/dist-types/commands/DescribeTimeSeriesCommand.d.ts +2 -1
  50. package/dist-types/commands/DisassociateAssetsCommand.d.ts +2 -1
  51. package/dist-types/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +2 -1
  52. package/dist-types/commands/ExecuteActionCommand.d.ts +2 -1
  53. package/dist-types/commands/ExecuteQueryCommand.d.ts +2 -1
  54. package/dist-types/commands/GetAssetPropertyAggregatesCommand.d.ts +2 -1
  55. package/dist-types/commands/GetAssetPropertyValueCommand.d.ts +2 -1
  56. package/dist-types/commands/GetAssetPropertyValueHistoryCommand.d.ts +2 -1
  57. package/dist-types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +2 -1
  58. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +2 -1
  59. package/dist-types/commands/ListActionsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListAssetModelCompositeModelsCommand.d.ts +2 -1
  61. package/dist-types/commands/ListAssetModelPropertiesCommand.d.ts +2 -1
  62. package/dist-types/commands/ListAssetModelsCommand.d.ts +2 -1
  63. package/dist-types/commands/ListAssetPropertiesCommand.d.ts +2 -1
  64. package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +2 -1
  65. package/dist-types/commands/ListAssetsCommand.d.ts +2 -1
  66. package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +2 -1
  67. package/dist-types/commands/ListBulkImportJobsCommand.d.ts +2 -1
  68. package/dist-types/commands/ListCompositionRelationshipsCommand.d.ts +2 -1
  69. package/dist-types/commands/ListDashboardsCommand.d.ts +2 -1
  70. package/dist-types/commands/ListGatewaysCommand.d.ts +2 -1
  71. package/dist-types/commands/ListPortalsCommand.d.ts +2 -1
  72. package/dist-types/commands/ListProjectAssetsCommand.d.ts +2 -1
  73. package/dist-types/commands/ListProjectsCommand.d.ts +2 -1
  74. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  75. package/dist-types/commands/ListTimeSeriesCommand.d.ts +2 -1
  76. package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +2 -1
  77. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +2 -1
  78. package/dist-types/commands/PutStorageConfigurationCommand.d.ts +2 -1
  79. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  80. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  81. package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +2 -1
  82. package/dist-types/commands/UpdateAssetCommand.d.ts +2 -1
  83. package/dist-types/commands/UpdateAssetModelCommand.d.ts +2 -1
  84. package/dist-types/commands/UpdateAssetModelCompositeModelCommand.d.ts +2 -1
  85. package/dist-types/commands/UpdateAssetPropertyCommand.d.ts +2 -1
  86. package/dist-types/commands/UpdateDashboardCommand.d.ts +2 -1
  87. package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +2 -1
  88. package/dist-types/commands/UpdateGatewayCommand.d.ts +2 -1
  89. package/dist-types/commands/UpdatePortalCommand.d.ts +2 -1
  90. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -1
  91. package/dist-types/index.d.ts +0 -1
  92. package/dist-types/models/models_0.d.ts +961 -961
  93. package/dist-types/models/models_1.d.ts +99 -99
  94. package/dist-types/ts3.4/IoTSiteWise.d.ts +14 -0
  95. package/dist-types/ts3.4/commands/AssociateAssetsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/BatchAssociateProjectAssetsCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/BatchDisassociateProjectAssetsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/BatchGetAssetPropertyValueCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/BatchPutAssetPropertyValueCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/CreateAssetModelCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/CreateAssetModelCompositeModelCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/CreateBulkImportJobCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/DeleteAssetModelCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/DeleteAssetModelCompositeModelCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/DeleteTimeSeriesCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/DescribeAccessPolicyCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/DescribeActionCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/DescribeAssetCompositeModelCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/DescribeAssetModelCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/DescribeAssetModelCompositeModelCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/DescribeAssetPropertyCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/DescribeBulkImportJobCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/DescribePortalCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/DescribeStorageConfigurationCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/DescribeTimeSeriesCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/DisassociateAssetsCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/ExecuteActionCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/ExecuteQueryCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/GetAssetPropertyAggregatesCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/GetAssetPropertyValueCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/GetAssetPropertyValueHistoryCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/ListAssetModelCompositeModelsCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/ListAssetModelPropertiesCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/ListAssetPropertiesCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/ListBulkImportJobsCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/ListCompositionRelationshipsCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/ListProjectAssetsCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +9 -0
  162. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  163. package/dist-types/ts3.4/commands/ListTimeSeriesCommand.d.ts +9 -0
  164. package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +9 -0
  165. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +9 -0
  166. package/dist-types/ts3.4/commands/PutStorageConfigurationCommand.d.ts +9 -0
  167. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  168. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  169. package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +9 -0
  170. package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +9 -0
  171. package/dist-types/ts3.4/commands/UpdateAssetModelCommand.d.ts +9 -0
  172. package/dist-types/ts3.4/commands/UpdateAssetModelCompositeModelCommand.d.ts +9 -0
  173. package/dist-types/ts3.4/commands/UpdateAssetPropertyCommand.d.ts +9 -0
  174. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +9 -0
  175. package/dist-types/ts3.4/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +9 -0
  176. package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +9 -0
  177. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +9 -0
  178. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +9 -0
  179. package/dist-types/ts3.4/index.d.ts +0 -1
  180. package/package.json +41 -41
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -6583,9 +6583,6 @@ var waitUntilPortalNotExists = /* @__PURE__ */ __name(async (params, input) => {
6583
6583
  const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState6);
6584
6584
  return (0, import_util_waiter.checkExceptions)(result);
6585
6585
  }, "waitUntilPortalNotExists");
6586
-
6587
- // src/index.ts
6588
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
6589
6586
  // Annotate the CommonJS export names for ESM import in node:
6590
6587
 
6591
6588
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -4,5 +4,4 @@ export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./waiters";
6
6
  export * from "./models";
7
- import "@aws-sdk/util-endpoints";
8
7
  export { IoTSiteWiseServiceException } from "./models/IoTSiteWiseServiceException";
@@ -238,6 +238,7 @@ export interface IoTSiteWise {
238
238
  /**
239
239
  * @see {@link DeleteTimeSeriesCommand}
240
240
  */
241
+ deleteTimeSeries(): Promise<DeleteTimeSeriesCommandOutput>;
241
242
  deleteTimeSeries(args: DeleteTimeSeriesCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTimeSeriesCommandOutput>;
242
243
  deleteTimeSeries(args: DeleteTimeSeriesCommandInput, cb: (err: any, data?: DeleteTimeSeriesCommandOutput) => void): void;
243
244
  deleteTimeSeries(args: DeleteTimeSeriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTimeSeriesCommandOutput) => void): void;
@@ -298,6 +299,7 @@ export interface IoTSiteWise {
298
299
  /**
299
300
  * @see {@link DescribeDefaultEncryptionConfigurationCommand}
300
301
  */
302
+ describeDefaultEncryptionConfiguration(): Promise<DescribeDefaultEncryptionConfigurationCommandOutput>;
301
303
  describeDefaultEncryptionConfiguration(args: DescribeDefaultEncryptionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDefaultEncryptionConfigurationCommandOutput>;
302
304
  describeDefaultEncryptionConfiguration(args: DescribeDefaultEncryptionConfigurationCommandInput, cb: (err: any, data?: DescribeDefaultEncryptionConfigurationCommandOutput) => void): void;
303
305
  describeDefaultEncryptionConfiguration(args: DescribeDefaultEncryptionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDefaultEncryptionConfigurationCommandOutput) => void): void;
@@ -316,6 +318,7 @@ export interface IoTSiteWise {
316
318
  /**
317
319
  * @see {@link DescribeLoggingOptionsCommand}
318
320
  */
321
+ describeLoggingOptions(): Promise<DescribeLoggingOptionsCommandOutput>;
319
322
  describeLoggingOptions(args: DescribeLoggingOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoggingOptionsCommandOutput>;
320
323
  describeLoggingOptions(args: DescribeLoggingOptionsCommandInput, cb: (err: any, data?: DescribeLoggingOptionsCommandOutput) => void): void;
321
324
  describeLoggingOptions(args: DescribeLoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoggingOptionsCommandOutput) => void): void;
@@ -334,12 +337,14 @@ export interface IoTSiteWise {
334
337
  /**
335
338
  * @see {@link DescribeStorageConfigurationCommand}
336
339
  */
340
+ describeStorageConfiguration(): Promise<DescribeStorageConfigurationCommandOutput>;
337
341
  describeStorageConfiguration(args: DescribeStorageConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStorageConfigurationCommandOutput>;
338
342
  describeStorageConfiguration(args: DescribeStorageConfigurationCommandInput, cb: (err: any, data?: DescribeStorageConfigurationCommandOutput) => void): void;
339
343
  describeStorageConfiguration(args: DescribeStorageConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStorageConfigurationCommandOutput) => void): void;
340
344
  /**
341
345
  * @see {@link DescribeTimeSeriesCommand}
342
346
  */
347
+ describeTimeSeries(): Promise<DescribeTimeSeriesCommandOutput>;
343
348
  describeTimeSeries(args: DescribeTimeSeriesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTimeSeriesCommandOutput>;
344
349
  describeTimeSeries(args: DescribeTimeSeriesCommandInput, cb: (err: any, data?: DescribeTimeSeriesCommandOutput) => void): void;
345
350
  describeTimeSeries(args: DescribeTimeSeriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTimeSeriesCommandOutput) => void): void;
@@ -376,12 +381,14 @@ export interface IoTSiteWise {
376
381
  /**
377
382
  * @see {@link GetAssetPropertyValueCommand}
378
383
  */
384
+ getAssetPropertyValue(): Promise<GetAssetPropertyValueCommandOutput>;
379
385
  getAssetPropertyValue(args: GetAssetPropertyValueCommandInput, options?: __HttpHandlerOptions): Promise<GetAssetPropertyValueCommandOutput>;
380
386
  getAssetPropertyValue(args: GetAssetPropertyValueCommandInput, cb: (err: any, data?: GetAssetPropertyValueCommandOutput) => void): void;
381
387
  getAssetPropertyValue(args: GetAssetPropertyValueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAssetPropertyValueCommandOutput) => void): void;
382
388
  /**
383
389
  * @see {@link GetAssetPropertyValueHistoryCommand}
384
390
  */
391
+ getAssetPropertyValueHistory(): Promise<GetAssetPropertyValueHistoryCommandOutput>;
385
392
  getAssetPropertyValueHistory(args: GetAssetPropertyValueHistoryCommandInput, options?: __HttpHandlerOptions): Promise<GetAssetPropertyValueHistoryCommandOutput>;
386
393
  getAssetPropertyValueHistory(args: GetAssetPropertyValueHistoryCommandInput, cb: (err: any, data?: GetAssetPropertyValueHistoryCommandOutput) => void): void;
387
394
  getAssetPropertyValueHistory(args: GetAssetPropertyValueHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAssetPropertyValueHistoryCommandOutput) => void): void;
@@ -394,6 +401,7 @@ export interface IoTSiteWise {
394
401
  /**
395
402
  * @see {@link ListAccessPoliciesCommand}
396
403
  */
404
+ listAccessPolicies(): Promise<ListAccessPoliciesCommandOutput>;
397
405
  listAccessPolicies(args: ListAccessPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessPoliciesCommandOutput>;
398
406
  listAccessPolicies(args: ListAccessPoliciesCommandInput, cb: (err: any, data?: ListAccessPoliciesCommandOutput) => void): void;
399
407
  listAccessPolicies(args: ListAccessPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessPoliciesCommandOutput) => void): void;
@@ -418,6 +426,7 @@ export interface IoTSiteWise {
418
426
  /**
419
427
  * @see {@link ListAssetModelsCommand}
420
428
  */
429
+ listAssetModels(): Promise<ListAssetModelsCommandOutput>;
421
430
  listAssetModels(args: ListAssetModelsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssetModelsCommandOutput>;
422
431
  listAssetModels(args: ListAssetModelsCommandInput, cb: (err: any, data?: ListAssetModelsCommandOutput) => void): void;
423
432
  listAssetModels(args: ListAssetModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssetModelsCommandOutput) => void): void;
@@ -436,6 +445,7 @@ export interface IoTSiteWise {
436
445
  /**
437
446
  * @see {@link ListAssetsCommand}
438
447
  */
448
+ listAssets(): Promise<ListAssetsCommandOutput>;
439
449
  listAssets(args: ListAssetsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssetsCommandOutput>;
440
450
  listAssets(args: ListAssetsCommandInput, cb: (err: any, data?: ListAssetsCommandOutput) => void): void;
441
451
  listAssets(args: ListAssetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssetsCommandOutput) => void): void;
@@ -448,6 +458,7 @@ export interface IoTSiteWise {
448
458
  /**
449
459
  * @see {@link ListBulkImportJobsCommand}
450
460
  */
461
+ listBulkImportJobs(): Promise<ListBulkImportJobsCommandOutput>;
451
462
  listBulkImportJobs(args: ListBulkImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListBulkImportJobsCommandOutput>;
452
463
  listBulkImportJobs(args: ListBulkImportJobsCommandInput, cb: (err: any, data?: ListBulkImportJobsCommandOutput) => void): void;
453
464
  listBulkImportJobs(args: ListBulkImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBulkImportJobsCommandOutput) => void): void;
@@ -466,12 +477,14 @@ export interface IoTSiteWise {
466
477
  /**
467
478
  * @see {@link ListGatewaysCommand}
468
479
  */
480
+ listGateways(): Promise<ListGatewaysCommandOutput>;
469
481
  listGateways(args: ListGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<ListGatewaysCommandOutput>;
470
482
  listGateways(args: ListGatewaysCommandInput, cb: (err: any, data?: ListGatewaysCommandOutput) => void): void;
471
483
  listGateways(args: ListGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGatewaysCommandOutput) => void): void;
472
484
  /**
473
485
  * @see {@link ListPortalsCommand}
474
486
  */
487
+ listPortals(): Promise<ListPortalsCommandOutput>;
475
488
  listPortals(args: ListPortalsCommandInput, options?: __HttpHandlerOptions): Promise<ListPortalsCommandOutput>;
476
489
  listPortals(args: ListPortalsCommandInput, cb: (err: any, data?: ListPortalsCommandOutput) => void): void;
477
490
  listPortals(args: ListPortalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPortalsCommandOutput) => void): void;
@@ -496,6 +509,7 @@ export interface IoTSiteWise {
496
509
  /**
497
510
  * @see {@link ListTimeSeriesCommand}
498
511
  */
512
+ listTimeSeries(): Promise<ListTimeSeriesCommandOutput>;
499
513
  listTimeSeries(args: ListTimeSeriesCommandInput, options?: __HttpHandlerOptions): Promise<ListTimeSeriesCommandOutput>;
500
514
  listTimeSeries(args: ListTimeSeriesCommandInput, cb: (err: any, data?: ListTimeSeriesCommandOutput) => void): void;
501
515
  listTimeSeries(args: ListTimeSeriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTimeSeriesCommandOutput) => void): void;
@@ -591,9 +605,9 @@ export interface IoTSiteWise {
591
605
  updateProject(args: UpdateProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProjectCommandOutput) => void): void;
592
606
  }
593
607
  /**
594
- * @public
595
608
  * <p>Welcome to the IoT SiteWise API Reference. IoT SiteWise is an Amazon Web Services service that connects <a href="https://en.wikipedia.org/wiki/Internet_of_things#Industrial_applications">Industrial Internet of Things (IIoT)</a> devices to the power of the Amazon Web Services Cloud. For more information, see the
596
609
  * <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/">IoT SiteWise User Guide</a>. For information about IoT SiteWise quotas, 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>
610
+ * @public
597
611
  */
598
612
  export declare class IoTSiteWise extends IoTSiteWiseClient implements IoTSiteWise {
599
613
  }
@@ -235,9 +235,9 @@ export type IoTSiteWiseClientResolvedConfigType = __SmithyResolvedConfiguration<
235
235
  export interface IoTSiteWiseClientResolvedConfig extends IoTSiteWiseClientResolvedConfigType {
236
236
  }
237
237
  /**
238
- * @public
239
238
  * <p>Welcome to the IoT SiteWise API Reference. IoT SiteWise is an Amazon Web Services service that connects <a href="https://en.wikipedia.org/wiki/Internet_of_things#Industrial_applications">Industrial Internet of Things (IIoT)</a> devices to the power of the Amazon Web Services Cloud. For more information, see the
240
239
  * <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/">IoT SiteWise User Guide</a>. For information about IoT SiteWise quotas, 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>
240
+ * @public
241
241
  */
242
242
  export declare class IoTSiteWiseClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IoTSiteWiseClientResolvedConfig> {
243
243
  /**
@@ -22,10 +22,10 @@ export interface AssociateAssetsCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const AssociateAssetsCommand_base: {
24
24
  new (input: AssociateAssetsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateAssetsCommandInput, AssociateAssetsCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateAssetsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateAssetsCommandInput, AssociateAssetsCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates a child asset with the given parent asset through a hierarchy defined in the
30
30
  * parent asset's model. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/add-associated-assets.html">Associating assets</a> in the
31
31
  * <i>IoT SiteWise User Guide</i>.</p>
@@ -85,6 +85,7 @@ declare const AssociateAssetsCommand_base: {
85
85
  * @throws {@link IoTSiteWiseServiceException}
86
86
  * <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class AssociateAssetsCommand extends AssociateAssetsCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface AssociateTimeSeriesToAssetPropertyCommandOutput extends __Metad
22
22
  }
23
23
  declare const AssociateTimeSeriesToAssetPropertyCommand_base: {
24
24
  new (input: AssociateTimeSeriesToAssetPropertyCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateTimeSeriesToAssetPropertyCommandInput, AssociateTimeSeriesToAssetPropertyCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateTimeSeriesToAssetPropertyCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateTimeSeriesToAssetPropertyCommandInput, AssociateTimeSeriesToAssetPropertyCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates a time series (data stream) with an asset property.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const AssociateTimeSeriesToAssetPropertyCommand_base: {
74
74
  * @throws {@link IoTSiteWiseServiceException}
75
75
  * <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class AssociateTimeSeriesToAssetPropertyCommand extends AssociateTimeSeriesToAssetPropertyCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface BatchAssociateProjectAssetsCommandOutput extends BatchAssociate
22
22
  }
23
23
  declare const BatchAssociateProjectAssetsCommand_base: {
24
24
  new (input: BatchAssociateProjectAssetsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchAssociateProjectAssetsCommandInput, BatchAssociateProjectAssetsCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchAssociateProjectAssetsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchAssociateProjectAssetsCommandInput, BatchAssociateProjectAssetsCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates a group (batch) of assets with an IoT SiteWise Monitor project.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -85,6 +85,7 @@ declare const BatchAssociateProjectAssetsCommand_base: {
85
85
  * @throws {@link IoTSiteWiseServiceException}
86
86
  * <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class BatchAssociateProjectAssetsCommand extends BatchAssociateProjectAssetsCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface BatchDisassociateProjectAssetsCommandOutput extends BatchDisass
22
22
  }
23
23
  declare const BatchDisassociateProjectAssetsCommand_base: {
24
24
  new (input: BatchDisassociateProjectAssetsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDisassociateProjectAssetsCommandInput, BatchDisassociateProjectAssetsCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchDisassociateProjectAssetsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDisassociateProjectAssetsCommandInput, BatchDisassociateProjectAssetsCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociates a group (batch) of assets from an IoT SiteWise Monitor project.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const BatchDisassociateProjectAssetsCommand_base: {
79
79
  * @throws {@link IoTSiteWiseServiceException}
80
80
  * <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class BatchDisassociateProjectAssetsCommand extends BatchDisassociateProjectAssetsCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface BatchGetAssetPropertyAggregatesCommandOutput extends BatchGetAs
22
22
  }
23
23
  declare const BatchGetAssetPropertyAggregatesCommand_base: {
24
24
  new (input: BatchGetAssetPropertyAggregatesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetAssetPropertyAggregatesCommandInput, BatchGetAssetPropertyAggregatesCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetAssetPropertyAggregatesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetAssetPropertyAggregatesCommandInput, BatchGetAssetPropertyAggregatesCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets aggregated values (for example, average, minimum, and maximum) for one or more asset
30
30
  * properties. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/query-industrial-data.html#aggregates">Querying aggregates</a> in the
31
31
  * <i>IoT SiteWise User Guide</i>.</p>
@@ -126,6 +126,7 @@ declare const BatchGetAssetPropertyAggregatesCommand_base: {
126
126
  * @throws {@link IoTSiteWiseServiceException}
127
127
  * <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
128
128
  *
129
+ * @public
129
130
  */
130
131
  export declare class BatchGetAssetPropertyAggregatesCommand extends BatchGetAssetPropertyAggregatesCommand_base {
131
132
  }
@@ -22,10 +22,10 @@ export interface BatchGetAssetPropertyValueCommandOutput extends BatchGetAssetPr
22
22
  }
23
23
  declare const BatchGetAssetPropertyValueCommand_base: {
24
24
  new (input: BatchGetAssetPropertyValueCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetAssetPropertyValueCommandInput, BatchGetAssetPropertyValueCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetAssetPropertyValueCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetAssetPropertyValueCommandInput, BatchGetAssetPropertyValueCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the current value for one or more asset properties. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/query-industrial-data.html#current-values">Querying
30
30
  * current values</a> in the <i>IoT SiteWise User Guide</i>.</p>
31
31
  * @example
@@ -113,6 +113,7 @@ declare const BatchGetAssetPropertyValueCommand_base: {
113
113
  * @throws {@link IoTSiteWiseServiceException}
114
114
  * <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
115
115
  *
116
+ * @public
116
117
  */
117
118
  export declare class BatchGetAssetPropertyValueCommand extends BatchGetAssetPropertyValueCommand_base {
118
119
  }
@@ -22,10 +22,10 @@ export interface BatchGetAssetPropertyValueHistoryCommandOutput extends BatchGet
22
22
  }
23
23
  declare const BatchGetAssetPropertyValueHistoryCommand_base: {
24
24
  new (input: BatchGetAssetPropertyValueHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetAssetPropertyValueHistoryCommandInput, BatchGetAssetPropertyValueHistoryCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetAssetPropertyValueHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetAssetPropertyValueHistoryCommandInput, BatchGetAssetPropertyValueHistoryCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the historical values for one or more asset properties. For more information, see
30
30
  * <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/query-industrial-data.html#historical-values">Querying historical values</a> in the <i>IoT SiteWise User Guide</i>.</p>
31
31
  * @example
@@ -122,6 +122,7 @@ declare const BatchGetAssetPropertyValueHistoryCommand_base: {
122
122
  * @throws {@link IoTSiteWiseServiceException}
123
123
  * <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
124
124
  *
125
+ * @public
125
126
  */
126
127
  export declare class BatchGetAssetPropertyValueHistoryCommand extends BatchGetAssetPropertyValueHistoryCommand_base {
127
128
  }
@@ -22,10 +22,10 @@ export interface BatchPutAssetPropertyValueCommandOutput extends BatchPutAssetPr
22
22
  }
23
23
  declare const BatchPutAssetPropertyValueCommand_base: {
24
24
  new (input: BatchPutAssetPropertyValueCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutAssetPropertyValueCommandInput, BatchPutAssetPropertyValueCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchPutAssetPropertyValueCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutAssetPropertyValueCommandInput, BatchPutAssetPropertyValueCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Sends a list of asset property values to IoT SiteWise. Each value is a timestamp-quality-value
30
30
  * (TQV) data point. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/ingest-api.html">Ingesting data using the API</a> in the
31
31
  * <i>IoT SiteWise User Guide</i>.</p>
@@ -144,6 +144,7 @@ declare const BatchPutAssetPropertyValueCommand_base: {
144
144
  * @throws {@link IoTSiteWiseServiceException}
145
145
  * <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
146
146
  *
147
+ * @public
147
148
  */
148
149
  export declare class BatchPutAssetPropertyValueCommand extends BatchPutAssetPropertyValueCommand_base {
149
150
  }
@@ -22,10 +22,10 @@ export interface CreateAccessPolicyCommandOutput extends CreateAccessPolicyRespo
22
22
  }
23
23
  declare const CreateAccessPolicyCommand_base: {
24
24
  new (input: CreateAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or
30
30
  * IAM user) access to the specified IoT SiteWise Monitor portal or project resource.</p>
31
31
  * @example
@@ -103,6 +103,7 @@ declare const CreateAccessPolicyCommand_base: {
103
103
  * @throws {@link IoTSiteWiseServiceException}
104
104
  * <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class CreateAccessPolicyCommand extends CreateAccessPolicyCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface CreateAssetCommandOutput extends CreateAssetResponse, __Metadat
22
22
  }
23
23
  declare const CreateAssetCommand_base: {
24
24
  new (input: CreateAssetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssetCommandInput, CreateAssetCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAssetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssetCommandInput, CreateAssetCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an asset from an existing asset model. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/create-assets.html">Creating assets</a> in the
30
30
  * <i>IoT SiteWise User Guide</i>.</p>
31
31
  * @example
@@ -105,6 +105,7 @@ declare const CreateAssetCommand_base: {
105
105
  * @throws {@link IoTSiteWiseServiceException}
106
106
  * <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class CreateAssetCommand extends CreateAssetCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface CreateAssetModelCommandOutput extends CreateAssetModelResponse,
22
22
  }
23
23
  declare const CreateAssetModelCommand_base: {
24
24
  new (input: CreateAssetModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssetModelCommandInput, CreateAssetModelCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAssetModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssetModelCommandInput, CreateAssetModelCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an asset model from specified property and hierarchy definitions. You create
30
30
  * assets from asset models. With asset models, you can easily create assets of the same type
31
31
  * that have standardized definitions. Each asset created from a model inherits the asset model's
@@ -284,6 +284,7 @@ declare const CreateAssetModelCommand_base: {
284
284
  * @throws {@link IoTSiteWiseServiceException}
285
285
  * <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
286
286
  *
287
+ * @public
287
288
  */
288
289
  export declare class CreateAssetModelCommand extends CreateAssetModelCommand_base {
289
290
  }
@@ -22,10 +22,10 @@ export interface CreateAssetModelCompositeModelCommandOutput extends CreateAsset
22
22
  }
23
23
  declare const CreateAssetModelCompositeModelCommand_base: {
24
24
  new (input: CreateAssetModelCompositeModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssetModelCompositeModelCommandInput, CreateAssetModelCompositeModelCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAssetModelCompositeModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssetModelCompositeModelCommandInput, CreateAssetModelCompositeModelCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a custom composite model from specified property and hierarchy definitions. There are two types of custom composite models,
30
30
  * <code>inline</code> and <code>component-model-based</code>. </p>
31
31
  * <p>Use component-model-based custom composite models to define standard, reusable components. A component-model-based custom composite model consists of a name,
@@ -192,6 +192,7 @@ declare const CreateAssetModelCompositeModelCommand_base: {
192
192
  * @throws {@link IoTSiteWiseServiceException}
193
193
  * <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
194
194
  *
195
+ * @public
195
196
  */
196
197
  export declare class CreateAssetModelCompositeModelCommand extends CreateAssetModelCompositeModelCommand_base {
197
198
  }
@@ -22,10 +22,10 @@ export interface CreateBulkImportJobCommandOutput extends CreateBulkImportJobRes
22
22
  }
23
23
  declare const CreateBulkImportJobCommand_base: {
24
24
  new (input: CreateBulkImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBulkImportJobCommandInput, CreateBulkImportJobCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateBulkImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBulkImportJobCommandInput, CreateBulkImportJobCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Defines a job to ingest data to IoT SiteWise from Amazon S3. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/CreateBulkImportJob.html">Create a
30
30
  * bulk import job (CLI)</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p>
31
31
  * <important>
@@ -115,6 +115,7 @@ declare const CreateBulkImportJobCommand_base: {
115
115
  * @throws {@link IoTSiteWiseServiceException}
116
116
  * <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
117
117
  *
118
+ * @public
118
119
  */
119
120
  export declare class CreateBulkImportJobCommand extends CreateBulkImportJobCommand_base {
120
121
  }
@@ -22,10 +22,10 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
22
22
  }
23
23
  declare const CreateDashboardCommand_base: {
24
24
  new (input: CreateDashboardCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDashboardCommandInput, CreateDashboardCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDashboardCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDashboardCommandInput, CreateDashboardCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a dashboard in an IoT SiteWise Monitor project.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const CreateDashboardCommand_base: {
83
83
  * @throws {@link IoTSiteWiseServiceException}
84
84
  * <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class CreateDashboardCommand extends CreateDashboardCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface CreateGatewayCommandOutput extends CreateGatewayResponse, __Met
22
22
  }
23
23
  declare const CreateGatewayCommand_base: {
24
24
  new (input: CreateGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGatewayCommandInput, CreateGatewayCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGatewayCommandInput, CreateGatewayCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a gateway, which is a virtual or edge device that delivers industrial data streams
30
30
  * from local servers to IoT SiteWise. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/gateway-connector.html">Ingesting data using a gateway</a> in the
31
31
  * <i>IoT SiteWise User Guide</i>.</p>
@@ -89,6 +89,7 @@ declare const CreateGatewayCommand_base: {
89
89
  * @throws {@link IoTSiteWiseServiceException}
90
90
  * <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class CreateGatewayCommand extends CreateGatewayCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface CreatePortalCommandOutput extends CreatePortalResponse, __Metad
22
22
  }
23
23
  declare const CreatePortalCommand_base: {
24
24
  new (input: CreatePortalCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePortalCommandInput, CreatePortalCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreatePortalCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePortalCommandInput, CreatePortalCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a portal, which can contain projects and dashboards. IoT SiteWise Monitor uses IAM Identity Center or IAM
30
30
  * to authenticate portal users and manage user permissions.</p>
31
31
  * <note>
@@ -108,6 +108,7 @@ declare const CreatePortalCommand_base: {
108
108
  * @throws {@link IoTSiteWiseServiceException}
109
109
  * <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class CreatePortalCommand extends CreatePortalCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface CreateProjectCommandOutput extends CreateProjectResponse, __Met
22
22
  }
23
23
  declare const CreateProjectCommand_base: {
24
24
  new (input: CreateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a project in the specified portal.</p>
30
30
  * <note>
31
31
  * <p>Make sure that the project name and description don't contain confidential
@@ -86,6 +86,7 @@ declare const CreateProjectCommand_base: {
86
86
  * @throws {@link IoTSiteWiseServiceException}
87
87
  * <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class CreateProjectCommand extends CreateProjectCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface DeleteAccessPolicyCommandOutput extends DeleteAccessPolicyRespo
22
22
  }
23
23
  declare const DeleteAccessPolicyCommand_base: {
24
24
  new (input: DeleteAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessPolicyCommandInput, DeleteAccessPolicyCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessPolicyCommandInput, DeleteAccessPolicyCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an access policy that grants the specified identity access to the specified
30
30
  * IoT SiteWise Monitor resource. You can use this operation to revoke access to an IoT SiteWise Monitor
31
31
  * resource.</p>
@@ -70,6 +70,7 @@ declare const DeleteAccessPolicyCommand_base: {
70
70
  * @throws {@link IoTSiteWiseServiceException}
71
71
  * <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DeleteAccessPolicyCommand extends DeleteAccessPolicyCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DeleteAssetCommandOutput extends DeleteAssetResponse, __Metadat
22
22
  }
23
23
  declare const DeleteAssetCommand_base: {
24
24
  new (input: DeleteAssetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssetCommandInput, DeleteAssetCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAssetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssetCommandInput, DeleteAssetCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an asset. This action can't be undone. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/delete-assets-and-models.html">Deleting assets and
30
30
  * models</a> in the <i>IoT SiteWise User Guide</i>.</p>
31
31
  * <note>
@@ -91,6 +91,7 @@ declare const DeleteAssetCommand_base: {
91
91
  * @throws {@link IoTSiteWiseServiceException}
92
92
  * <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class DeleteAssetCommand extends DeleteAssetCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface DeleteAssetModelCommandOutput extends DeleteAssetModelResponse,
22
22
  }
23
23
  declare const DeleteAssetModelCommand_base: {
24
24
  new (input: DeleteAssetModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssetModelCommandInput, DeleteAssetModelCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAssetModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssetModelCommandInput, DeleteAssetModelCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an asset model. This action can't be undone. You must delete all assets created
30
30
  * from an asset model before you can delete the model. Also, you can't delete an asset model if
31
31
  * a parent asset model exists that contains a property formula expression that depends on the
@@ -90,6 +90,7 @@ declare const DeleteAssetModelCommand_base: {
90
90
  * @throws {@link IoTSiteWiseServiceException}
91
91
  * <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class DeleteAssetModelCommand extends DeleteAssetModelCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface DeleteAssetModelCompositeModelCommandOutput extends DeleteAsset
22
22
  }
23
23
  declare const DeleteAssetModelCompositeModelCommand_base: {
24
24
  new (input: DeleteAssetModelCompositeModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssetModelCompositeModelCommandInput, DeleteAssetModelCompositeModelCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAssetModelCompositeModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssetModelCompositeModelCommandInput, DeleteAssetModelCompositeModelCommandOutput, IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a composite model. This action can't be undone. You must delete all assets created
30
30
  * from a composite model before you can delete the model. Also, you can't delete a composite model if
31
31
  * a parent asset model exists that contains a property formula expression that depends on the
@@ -91,6 +91,7 @@ declare const DeleteAssetModelCompositeModelCommand_base: {
91
91
  * @throws {@link IoTSiteWiseServiceException}
92
92
  * <p>Base exception class for all service exceptions from IoTSiteWise service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class DeleteAssetModelCompositeModelCommand extends DeleteAssetModelCompositeModelCommand_base {
96
97
  }