@aws-sdk/client-iotsitewise 3.295.0 → 3.297.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 (104) hide show
  1. package/dist-cjs/endpoint/ruleset.js +3 -3
  2. package/dist-cjs/protocols/Aws_restJson1.js +4 -0
  3. package/dist-es/endpoint/ruleset.js +3 -3
  4. package/dist-es/protocols/Aws_restJson1.js +4 -0
  5. package/dist-types/IoTSiteWise.d.ts +76 -2
  6. package/dist-types/IoTSiteWiseClient.d.ts +24 -4
  7. package/dist-types/commands/AssociateAssetsCommand.d.ts +16 -0
  8. package/dist-types/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +16 -0
  9. package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +16 -0
  10. package/dist-types/commands/BatchDisassociateProjectAssetsCommand.d.ts +16 -0
  11. package/dist-types/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +16 -0
  12. package/dist-types/commands/BatchGetAssetPropertyValueCommand.d.ts +16 -0
  13. package/dist-types/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +16 -0
  14. package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +18 -2
  15. package/dist-types/commands/CreateAccessPolicyCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateAssetCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateAssetModelCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateBulkImportJobCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateDashboardCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateGatewayCommand.d.ts +16 -0
  21. package/dist-types/commands/CreatePortalCommand.d.ts +16 -0
  22. package/dist-types/commands/CreateProjectCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteAssetCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteAssetModelCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteDashboardCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteGatewayCommand.d.ts +16 -0
  28. package/dist-types/commands/DeletePortalCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteProjectCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteTimeSeriesCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeAccessPolicyCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeAssetCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeAssetModelCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +16 -0
  35. package/dist-types/commands/DescribeBulkImportJobCommand.d.ts +16 -0
  36. package/dist-types/commands/DescribeDashboardCommand.d.ts +16 -0
  37. package/dist-types/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribeGatewayCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +16 -0
  41. package/dist-types/commands/DescribePortalCommand.d.ts +16 -0
  42. package/dist-types/commands/DescribeProjectCommand.d.ts +16 -0
  43. package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +16 -0
  44. package/dist-types/commands/DescribeTimeSeriesCommand.d.ts +16 -0
  45. package/dist-types/commands/DisassociateAssetsCommand.d.ts +16 -0
  46. package/dist-types/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +16 -0
  47. package/dist-types/commands/GetAssetPropertyAggregatesCommand.d.ts +16 -0
  48. package/dist-types/commands/GetAssetPropertyValueCommand.d.ts +16 -0
  49. package/dist-types/commands/GetAssetPropertyValueHistoryCommand.d.ts +16 -0
  50. package/dist-types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +16 -0
  51. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +16 -0
  52. package/dist-types/commands/ListAssetModelPropertiesCommand.d.ts +16 -0
  53. package/dist-types/commands/ListAssetModelsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListAssetPropertiesCommand.d.ts +16 -0
  55. package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +16 -0
  56. package/dist-types/commands/ListAssetsCommand.d.ts +16 -0
  57. package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +16 -0
  58. package/dist-types/commands/ListBulkImportJobsCommand.d.ts +16 -0
  59. package/dist-types/commands/ListDashboardsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListGatewaysCommand.d.ts +16 -0
  61. package/dist-types/commands/ListPortalsCommand.d.ts +16 -0
  62. package/dist-types/commands/ListProjectAssetsCommand.d.ts +16 -0
  63. package/dist-types/commands/ListProjectsCommand.d.ts +16 -0
  64. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  65. package/dist-types/commands/ListTimeSeriesCommand.d.ts +16 -0
  66. package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +16 -0
  67. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +16 -0
  68. package/dist-types/commands/PutStorageConfigurationCommand.d.ts +16 -0
  69. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  70. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateAssetCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateAssetModelCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdateAssetPropertyCommand.d.ts +16 -0
  75. package/dist-types/commands/UpdateDashboardCommand.d.ts +16 -0
  76. package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +16 -0
  77. package/dist-types/commands/UpdateGatewayCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdatePortalCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateProjectCommand.d.ts +16 -0
  80. package/dist-types/models/IoTSiteWiseServiceException.d.ts +2 -0
  81. package/dist-types/models/models_0.d.ts +690 -35
  82. package/dist-types/pagination/BatchGetAssetPropertyAggregatesPaginator.d.ts +3 -0
  83. package/dist-types/pagination/BatchGetAssetPropertyValueHistoryPaginator.d.ts +3 -0
  84. package/dist-types/pagination/BatchGetAssetPropertyValuePaginator.d.ts +3 -0
  85. package/dist-types/pagination/GetAssetPropertyAggregatesPaginator.d.ts +3 -0
  86. package/dist-types/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +3 -0
  87. package/dist-types/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +3 -0
  88. package/dist-types/pagination/Interfaces.d.ts +3 -0
  89. package/dist-types/pagination/ListAccessPoliciesPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListAssetModelPropertiesPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListAssetModelsPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListAssetPropertiesPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListAssetRelationshipsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListAssetsPaginator.d.ts +3 -0
  95. package/dist-types/pagination/ListAssociatedAssetsPaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListBulkImportJobsPaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListDashboardsPaginator.d.ts +3 -0
  98. package/dist-types/pagination/ListGatewaysPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ListPortalsPaginator.d.ts +3 -0
  100. package/dist-types/pagination/ListProjectAssetsPaginator.d.ts +3 -0
  101. package/dist-types/pagination/ListProjectsPaginator.d.ts +3 -0
  102. package/dist-types/pagination/ListTimeSeriesPaginator.d.ts +3 -0
  103. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  104. package/package.json +30 -30
@@ -81,15 +81,24 @@ import { UpdateGatewayCommandInput, UpdateGatewayCommandOutput } from "./command
81
81
  import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "./commands/UpdatePortalCommand";
82
82
  import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
83
83
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
84
+ /**
85
+ * @public
86
+ */
84
87
  export type ServiceInputTypes = AssociateAssetsCommandInput | AssociateTimeSeriesToAssetPropertyCommandInput | BatchAssociateProjectAssetsCommandInput | BatchDisassociateProjectAssetsCommandInput | BatchGetAssetPropertyAggregatesCommandInput | BatchGetAssetPropertyValueCommandInput | BatchGetAssetPropertyValueHistoryCommandInput | BatchPutAssetPropertyValueCommandInput | CreateAccessPolicyCommandInput | CreateAssetCommandInput | CreateAssetModelCommandInput | CreateBulkImportJobCommandInput | CreateDashboardCommandInput | CreateGatewayCommandInput | CreatePortalCommandInput | CreateProjectCommandInput | DeleteAccessPolicyCommandInput | DeleteAssetCommandInput | DeleteAssetModelCommandInput | DeleteDashboardCommandInput | DeleteGatewayCommandInput | DeletePortalCommandInput | DeleteProjectCommandInput | DeleteTimeSeriesCommandInput | DescribeAccessPolicyCommandInput | DescribeAssetCommandInput | DescribeAssetModelCommandInput | DescribeAssetPropertyCommandInput | DescribeBulkImportJobCommandInput | DescribeDashboardCommandInput | DescribeDefaultEncryptionConfigurationCommandInput | DescribeGatewayCapabilityConfigurationCommandInput | DescribeGatewayCommandInput | DescribeLoggingOptionsCommandInput | DescribePortalCommandInput | DescribeProjectCommandInput | DescribeStorageConfigurationCommandInput | DescribeTimeSeriesCommandInput | DisassociateAssetsCommandInput | DisassociateTimeSeriesFromAssetPropertyCommandInput | GetAssetPropertyAggregatesCommandInput | GetAssetPropertyValueCommandInput | GetAssetPropertyValueHistoryCommandInput | GetInterpolatedAssetPropertyValuesCommandInput | ListAccessPoliciesCommandInput | ListAssetModelPropertiesCommandInput | ListAssetModelsCommandInput | ListAssetPropertiesCommandInput | ListAssetRelationshipsCommandInput | ListAssetsCommandInput | ListAssociatedAssetsCommandInput | ListBulkImportJobsCommandInput | ListDashboardsCommandInput | ListGatewaysCommandInput | ListPortalsCommandInput | ListProjectAssetsCommandInput | ListProjectsCommandInput | ListTagsForResourceCommandInput | ListTimeSeriesCommandInput | PutDefaultEncryptionConfigurationCommandInput | PutLoggingOptionsCommandInput | PutStorageConfigurationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccessPolicyCommandInput | UpdateAssetCommandInput | UpdateAssetModelCommandInput | UpdateAssetPropertyCommandInput | UpdateDashboardCommandInput | UpdateGatewayCapabilityConfigurationCommandInput | UpdateGatewayCommandInput | UpdatePortalCommandInput | UpdateProjectCommandInput;
88
+ /**
89
+ * @public
90
+ */
85
91
  export type ServiceOutputTypes = AssociateAssetsCommandOutput | AssociateTimeSeriesToAssetPropertyCommandOutput | BatchAssociateProjectAssetsCommandOutput | BatchDisassociateProjectAssetsCommandOutput | BatchGetAssetPropertyAggregatesCommandOutput | BatchGetAssetPropertyValueCommandOutput | BatchGetAssetPropertyValueHistoryCommandOutput | BatchPutAssetPropertyValueCommandOutput | CreateAccessPolicyCommandOutput | CreateAssetCommandOutput | CreateAssetModelCommandOutput | CreateBulkImportJobCommandOutput | CreateDashboardCommandOutput | CreateGatewayCommandOutput | CreatePortalCommandOutput | CreateProjectCommandOutput | DeleteAccessPolicyCommandOutput | DeleteAssetCommandOutput | DeleteAssetModelCommandOutput | DeleteDashboardCommandOutput | DeleteGatewayCommandOutput | DeletePortalCommandOutput | DeleteProjectCommandOutput | DeleteTimeSeriesCommandOutput | DescribeAccessPolicyCommandOutput | DescribeAssetCommandOutput | DescribeAssetModelCommandOutput | DescribeAssetPropertyCommandOutput | DescribeBulkImportJobCommandOutput | DescribeDashboardCommandOutput | DescribeDefaultEncryptionConfigurationCommandOutput | DescribeGatewayCapabilityConfigurationCommandOutput | DescribeGatewayCommandOutput | DescribeLoggingOptionsCommandOutput | DescribePortalCommandOutput | DescribeProjectCommandOutput | DescribeStorageConfigurationCommandOutput | DescribeTimeSeriesCommandOutput | DisassociateAssetsCommandOutput | DisassociateTimeSeriesFromAssetPropertyCommandOutput | GetAssetPropertyAggregatesCommandOutput | GetAssetPropertyValueCommandOutput | GetAssetPropertyValueHistoryCommandOutput | GetInterpolatedAssetPropertyValuesCommandOutput | ListAccessPoliciesCommandOutput | ListAssetModelPropertiesCommandOutput | ListAssetModelsCommandOutput | ListAssetPropertiesCommandOutput | ListAssetRelationshipsCommandOutput | ListAssetsCommandOutput | ListAssociatedAssetsCommandOutput | ListBulkImportJobsCommandOutput | ListDashboardsCommandOutput | ListGatewaysCommandOutput | ListPortalsCommandOutput | ListProjectAssetsCommandOutput | ListProjectsCommandOutput | ListTagsForResourceCommandOutput | ListTimeSeriesCommandOutput | PutDefaultEncryptionConfigurationCommandOutput | PutLoggingOptionsCommandOutput | PutStorageConfigurationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccessPolicyCommandOutput | UpdateAssetCommandOutput | UpdateAssetModelCommandOutput | UpdateAssetPropertyCommandOutput | UpdateDashboardCommandOutput | UpdateGatewayCapabilityConfigurationCommandOutput | UpdateGatewayCommandOutput | UpdatePortalCommandOutput | UpdateProjectCommandOutput;
92
+ /**
93
+ * @public
94
+ */
86
95
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
87
96
  /**
88
97
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
89
98
  */
90
99
  requestHandler?: __HttpHandler;
91
100
  /**
92
- * A constructor for a class implementing the {@link __Checksum} interface
101
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
93
102
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
94
103
  * @internal
95
104
  */
@@ -179,23 +188,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
179
188
  */
180
189
  logger?: __Logger;
181
190
  /**
182
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
191
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
183
192
  */
184
193
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
185
194
  }
195
+ /**
196
+ * @public
197
+ */
186
198
  type IoTSiteWiseClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
187
199
  /**
188
- * The configuration interface of IoTSiteWiseClient class constructor that set the region, credentials and other options.
200
+ * @public
201
+ *
202
+ * The configuration interface of IoTSiteWiseClient class constructor that set the region, credentials and other options.
189
203
  */
190
204
  export interface IoTSiteWiseClientConfig extends IoTSiteWiseClientConfigType {
191
205
  }
206
+ /**
207
+ * @public
208
+ */
192
209
  type IoTSiteWiseClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
193
210
  /**
194
- * The resolved configuration interface of IoTSiteWiseClient class. This is resolved and normalized from the {@link IoTSiteWiseClientConfig | constructor configuration interface}.
211
+ * @public
212
+ *
213
+ * The resolved configuration interface of IoTSiteWiseClient class. This is resolved and normalized from the {@link IoTSiteWiseClientConfig | constructor configuration interface}.
195
214
  */
196
215
  export interface IoTSiteWiseClientResolvedConfig extends IoTSiteWiseClientResolvedConfigType {
197
216
  }
198
217
  /**
218
+ * @public
199
219
  * <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
200
220
  * <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>
201
221
  */
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { AssociateAssetsRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateAssetsCommand}.
8
10
  */
9
11
  export interface AssociateAssetsCommandInput extends AssociateAssetsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateAssetsCommand}.
13
17
  */
14
18
  export interface AssociateAssetsCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associates a child asset with the given parent asset through a hierarchy defined in the
18
23
  * 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
19
24
  * <i>IoT SiteWise User Guide</i>.</p>
@@ -27,6 +32,8 @@ export interface AssociateAssetsCommandOutput extends __MetadataBearer {
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param AssociateAssetsCommandInput - {@link AssociateAssetsCommandInput}
36
+ * @returns {@link AssociateAssetsCommandOutput}
30
37
  * @see {@link AssociateAssetsCommandInput} for command's `input` shape.
31
38
  * @see {@link AssociateAssetsCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
@@ -65,11 +72,20 @@ export interface AssociateAssetsCommandOutput extends __MetadataBearer {
65
72
  export declare class AssociateAssetsCommand extends $Command<AssociateAssetsCommandInput, AssociateAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
66
73
  readonly input: AssociateAssetsCommandInput;
67
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
68
78
  constructor(input: AssociateAssetsCommandInput);
69
79
  /**
70
80
  * @internal
71
81
  */
72
82
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateAssetsCommandInput, AssociateAssetsCommandOutput>;
83
+ /**
84
+ * @internal
85
+ */
73
86
  private serialize;
87
+ /**
88
+ * @internal
89
+ */
74
90
  private deserialize;
75
91
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { AssociateTimeSeriesToAssetPropertyRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateTimeSeriesToAssetPropertyCommand}.
8
10
  */
9
11
  export interface AssociateTimeSeriesToAssetPropertyCommandInput extends AssociateTimeSeriesToAssetPropertyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateTimeSeriesToAssetPropertyCommand}.
13
17
  */
14
18
  export interface AssociateTimeSeriesToAssetPropertyCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associates a time series (data stream) with an asset property.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface AssociateTimeSeriesToAssetPropertyCommandOutput extends __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param AssociateTimeSeriesToAssetPropertyCommandInput - {@link AssociateTimeSeriesToAssetPropertyCommandInput}
34
+ * @returns {@link AssociateTimeSeriesToAssetPropertyCommandOutput}
28
35
  * @see {@link AssociateTimeSeriesToAssetPropertyCommandInput} for command's `input` shape.
29
36
  * @see {@link AssociateTimeSeriesToAssetPropertyCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
@@ -54,11 +61,20 @@ export interface AssociateTimeSeriesToAssetPropertyCommandOutput extends __Metad
54
61
  export declare class AssociateTimeSeriesToAssetPropertyCommand extends $Command<AssociateTimeSeriesToAssetPropertyCommandInput, AssociateTimeSeriesToAssetPropertyCommandOutput, IoTSiteWiseClientResolvedConfig> {
55
62
  readonly input: AssociateTimeSeriesToAssetPropertyCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: AssociateTimeSeriesToAssetPropertyCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateTimeSeriesToAssetPropertyCommandInput, AssociateTimeSeriesToAssetPropertyCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { BatchAssociateProjectAssetsRequest, BatchAssociateProjectAssetsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchAssociateProjectAssetsCommand}.
8
10
  */
9
11
  export interface BatchAssociateProjectAssetsCommandInput extends BatchAssociateProjectAssetsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchAssociateProjectAssetsCommand}.
13
17
  */
14
18
  export interface BatchAssociateProjectAssetsCommandOutput extends BatchAssociateProjectAssetsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associates a group (batch) of assets with an IoT SiteWise Monitor project.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface BatchAssociateProjectAssetsCommandOutput extends BatchAssociate
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param BatchAssociateProjectAssetsCommandInput - {@link BatchAssociateProjectAssetsCommandInput}
34
+ * @returns {@link BatchAssociateProjectAssetsCommandOutput}
28
35
  * @see {@link BatchAssociateProjectAssetsCommandInput} for command's `input` shape.
29
36
  * @see {@link BatchAssociateProjectAssetsCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
@@ -56,11 +63,20 @@ export interface BatchAssociateProjectAssetsCommandOutput extends BatchAssociate
56
63
  export declare class BatchAssociateProjectAssetsCommand extends $Command<BatchAssociateProjectAssetsCommandInput, BatchAssociateProjectAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
57
64
  readonly input: BatchAssociateProjectAssetsCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: BatchAssociateProjectAssetsCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchAssociateProjectAssetsCommandInput, BatchAssociateProjectAssetsCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { BatchDisassociateProjectAssetsRequest, BatchDisassociateProjectAssetsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchDisassociateProjectAssetsCommand}.
8
10
  */
9
11
  export interface BatchDisassociateProjectAssetsCommandInput extends BatchDisassociateProjectAssetsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchDisassociateProjectAssetsCommand}.
13
17
  */
14
18
  export interface BatchDisassociateProjectAssetsCommandOutput extends BatchDisassociateProjectAssetsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates a group (batch) of assets from an IoT SiteWise Monitor project.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface BatchDisassociateProjectAssetsCommandOutput extends BatchDisass
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param BatchDisassociateProjectAssetsCommandInput - {@link BatchDisassociateProjectAssetsCommandInput}
34
+ * @returns {@link BatchDisassociateProjectAssetsCommandOutput}
28
35
  * @see {@link BatchDisassociateProjectAssetsCommandInput} for command's `input` shape.
29
36
  * @see {@link BatchDisassociateProjectAssetsCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
@@ -50,11 +57,20 @@ export interface BatchDisassociateProjectAssetsCommandOutput extends BatchDisass
50
57
  export declare class BatchDisassociateProjectAssetsCommand extends $Command<BatchDisassociateProjectAssetsCommandInput, BatchDisassociateProjectAssetsCommandOutput, IoTSiteWiseClientResolvedConfig> {
51
58
  readonly input: BatchDisassociateProjectAssetsCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: BatchDisassociateProjectAssetsCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDisassociateProjectAssetsCommandInput, BatchDisassociateProjectAssetsCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { BatchGetAssetPropertyAggregatesRequest, BatchGetAssetPropertyAggregatesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchGetAssetPropertyAggregatesCommand}.
8
10
  */
9
11
  export interface BatchGetAssetPropertyAggregatesCommandInput extends BatchGetAssetPropertyAggregatesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchGetAssetPropertyAggregatesCommand}.
13
17
  */
14
18
  export interface BatchGetAssetPropertyAggregatesCommandOutput extends BatchGetAssetPropertyAggregatesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets aggregated values (for example, average, minimum, and maximum) for one or more asset
18
23
  * 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
19
24
  * <i>IoT SiteWise User Guide</i>.</p>
@@ -27,6 +32,8 @@ export interface BatchGetAssetPropertyAggregatesCommandOutput extends BatchGetAs
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param BatchGetAssetPropertyAggregatesCommandInput - {@link BatchGetAssetPropertyAggregatesCommandInput}
36
+ * @returns {@link BatchGetAssetPropertyAggregatesCommandOutput}
30
37
  * @see {@link BatchGetAssetPropertyAggregatesCommandInput} for command's `input` shape.
31
38
  * @see {@link BatchGetAssetPropertyAggregatesCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
@@ -52,11 +59,20 @@ export interface BatchGetAssetPropertyAggregatesCommandOutput extends BatchGetAs
52
59
  export declare class BatchGetAssetPropertyAggregatesCommand extends $Command<BatchGetAssetPropertyAggregatesCommandInput, BatchGetAssetPropertyAggregatesCommandOutput, IoTSiteWiseClientResolvedConfig> {
53
60
  readonly input: BatchGetAssetPropertyAggregatesCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: BatchGetAssetPropertyAggregatesCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetAssetPropertyAggregatesCommandInput, BatchGetAssetPropertyAggregatesCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { BatchGetAssetPropertyValueRequest, BatchGetAssetPropertyValueResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchGetAssetPropertyValueCommand}.
8
10
  */
9
11
  export interface BatchGetAssetPropertyValueCommandInput extends BatchGetAssetPropertyValueRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchGetAssetPropertyValueCommand}.
13
17
  */
14
18
  export interface BatchGetAssetPropertyValueCommandOutput extends BatchGetAssetPropertyValueResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <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
18
23
  * current values</a> in the <i>IoT SiteWise User Guide</i>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface BatchGetAssetPropertyValueCommandOutput extends BatchGetAssetPr
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param BatchGetAssetPropertyValueCommandInput - {@link BatchGetAssetPropertyValueCommandInput}
35
+ * @returns {@link BatchGetAssetPropertyValueCommandOutput}
29
36
  * @see {@link BatchGetAssetPropertyValueCommandInput} for command's `input` shape.
30
37
  * @see {@link BatchGetAssetPropertyValueCommandOutput} for command's `response` shape.
31
38
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
@@ -51,11 +58,20 @@ export interface BatchGetAssetPropertyValueCommandOutput extends BatchGetAssetPr
51
58
  export declare class BatchGetAssetPropertyValueCommand extends $Command<BatchGetAssetPropertyValueCommandInput, BatchGetAssetPropertyValueCommandOutput, IoTSiteWiseClientResolvedConfig> {
52
59
  readonly input: BatchGetAssetPropertyValueCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: BatchGetAssetPropertyValueCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetAssetPropertyValueCommandInput, BatchGetAssetPropertyValueCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { BatchGetAssetPropertyValueHistoryRequest, BatchGetAssetPropertyValueHistoryResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchGetAssetPropertyValueHistoryCommand}.
8
10
  */
9
11
  export interface BatchGetAssetPropertyValueHistoryCommandInput extends BatchGetAssetPropertyValueHistoryRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchGetAssetPropertyValueHistoryCommand}.
13
17
  */
14
18
  export interface BatchGetAssetPropertyValueHistoryCommandOutput extends BatchGetAssetPropertyValueHistoryResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the historical values for one or more asset properties. For more information, see
18
23
  * <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>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface BatchGetAssetPropertyValueHistoryCommandOutput extends BatchGet
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param BatchGetAssetPropertyValueHistoryCommandInput - {@link BatchGetAssetPropertyValueHistoryCommandInput}
35
+ * @returns {@link BatchGetAssetPropertyValueHistoryCommandOutput}
29
36
  * @see {@link BatchGetAssetPropertyValueHistoryCommandInput} for command's `input` shape.
30
37
  * @see {@link BatchGetAssetPropertyValueHistoryCommandOutput} for command's `response` shape.
31
38
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
@@ -51,11 +58,20 @@ export interface BatchGetAssetPropertyValueHistoryCommandOutput extends BatchGet
51
58
  export declare class BatchGetAssetPropertyValueHistoryCommand extends $Command<BatchGetAssetPropertyValueHistoryCommandInput, BatchGetAssetPropertyValueHistoryCommandOutput, IoTSiteWiseClientResolvedConfig> {
52
59
  readonly input: BatchGetAssetPropertyValueHistoryCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: BatchGetAssetPropertyValueHistoryCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetAssetPropertyValueHistoryCommandInput, BatchGetAssetPropertyValueHistoryCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { BatchPutAssetPropertyValueRequest, BatchPutAssetPropertyValueResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchPutAssetPropertyValueCommand}.
8
10
  */
9
11
  export interface BatchPutAssetPropertyValueCommandInput extends BatchPutAssetPropertyValueRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchPutAssetPropertyValueCommand}.
13
17
  */
14
18
  export interface BatchPutAssetPropertyValueCommandOutput extends BatchPutAssetPropertyValueResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Sends a list of asset property values to IoT SiteWise. Each value is a timestamp-quality-value
18
23
  * (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
19
24
  * <i>IoT SiteWise User Guide</i>.</p>
@@ -33,8 +38,8 @@ export interface BatchPutAssetPropertyValueCommandOutput extends BatchPutAssetPr
33
38
  * outside of the inclusive range of [-7 days, +10 minutes] and returns a
34
39
  * <code>TimestampOutOfRangeException</code> error.</p>
35
40
  * <p>For each asset property, IoT SiteWise overwrites TQVs with duplicate timestamps unless the newer
36
- * TQV has a different quality. For example, if you store a TQV <code>{T1, GOOD, V1}</code>,
37
- * then storing <code>{T1, GOOD, V2}</code> replaces the existing TQV.</p>
41
+ * TQV has a different quality. For example, if you store a TQV <code>\{T1, GOOD, V1\}</code>,
42
+ * then storing <code>\{T1, GOOD, V2\}</code> replaces the existing TQV.</p>
38
43
  * </important>
39
44
  * <p>IoT SiteWise authorizes access to each <code>BatchPutAssetPropertyValue</code> entry individually.
40
45
  * For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-batchputassetpropertyvalue-action">BatchPutAssetPropertyValue authorization</a> in the
@@ -49,6 +54,8 @@ export interface BatchPutAssetPropertyValueCommandOutput extends BatchPutAssetPr
49
54
  * const response = await client.send(command);
50
55
  * ```
51
56
  *
57
+ * @param BatchPutAssetPropertyValueCommandInput - {@link BatchPutAssetPropertyValueCommandInput}
58
+ * @returns {@link BatchPutAssetPropertyValueCommandOutput}
52
59
  * @see {@link BatchPutAssetPropertyValueCommandInput} for command's `input` shape.
53
60
  * @see {@link BatchPutAssetPropertyValueCommandOutput} for command's `response` shape.
54
61
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
@@ -87,11 +94,20 @@ export interface BatchPutAssetPropertyValueCommandOutput extends BatchPutAssetPr
87
94
  export declare class BatchPutAssetPropertyValueCommand extends $Command<BatchPutAssetPropertyValueCommandInput, BatchPutAssetPropertyValueCommandOutput, IoTSiteWiseClientResolvedConfig> {
88
95
  readonly input: BatchPutAssetPropertyValueCommandInput;
89
96
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
+ /**
98
+ * @public
99
+ */
90
100
  constructor(input: BatchPutAssetPropertyValueCommandInput);
91
101
  /**
92
102
  * @internal
93
103
  */
94
104
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchPutAssetPropertyValueCommandInput, BatchPutAssetPropertyValueCommandOutput>;
105
+ /**
106
+ * @internal
107
+ */
95
108
  private serialize;
109
+ /**
110
+ * @internal
111
+ */
96
112
  private deserialize;
97
113
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { CreateAccessPolicyRequest, CreateAccessPolicyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateAccessPolicyCommand}.
8
10
  */
9
11
  export interface CreateAccessPolicyCommandInput extends CreateAccessPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateAccessPolicyCommand}.
13
17
  */
14
18
  export interface CreateAccessPolicyCommandOutput extends CreateAccessPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or
18
23
  * IAM user) access to the specified IoT SiteWise Monitor portal or project resource.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateAccessPolicyCommandOutput extends CreateAccessPolicyRespo
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateAccessPolicyCommandInput - {@link CreateAccessPolicyCommandInput}
35
+ * @returns {@link CreateAccessPolicyCommandOutput}
29
36
  * @see {@link CreateAccessPolicyCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateAccessPolicyCommandOutput} for command's `response` shape.
31
38
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
@@ -57,11 +64,20 @@ export interface CreateAccessPolicyCommandOutput extends CreateAccessPolicyRespo
57
64
  export declare class CreateAccessPolicyCommand extends $Command<CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput, IoTSiteWiseClientResolvedConfig> {
58
65
  readonly input: CreateAccessPolicyCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: CreateAccessPolicyCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { CreateAssetRequest, CreateAssetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateAssetCommand}.
8
10
  */
9
11
  export interface CreateAssetCommandInput extends CreateAssetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateAssetCommand}.
13
17
  */
14
18
  export interface CreateAssetCommandOutput extends CreateAssetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <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
18
23
  * <i>IoT SiteWise User Guide</i>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateAssetCommandOutput extends CreateAssetResponse, __Metadat
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateAssetCommandInput - {@link CreateAssetCommandInput}
35
+ * @returns {@link CreateAssetCommandOutput}
29
36
  * @see {@link CreateAssetCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateAssetCommandOutput} for command's `response` shape.
31
38
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
@@ -64,11 +71,20 @@ export interface CreateAssetCommandOutput extends CreateAssetResponse, __Metadat
64
71
  export declare class CreateAssetCommand extends $Command<CreateAssetCommandInput, CreateAssetCommandOutput, IoTSiteWiseClientResolvedConfig> {
65
72
  readonly input: CreateAssetCommandInput;
66
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
67
77
  constructor(input: CreateAssetCommandInput);
68
78
  /**
69
79
  * @internal
70
80
  */
71
81
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAssetCommandInput, CreateAssetCommandOutput>;
82
+ /**
83
+ * @internal
84
+ */
72
85
  private serialize;
86
+ /**
87
+ * @internal
88
+ */
73
89
  private deserialize;
74
90
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
5
5
  import { CreateAssetModelRequest, CreateAssetModelResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateAssetModelCommand}.
8
10
  */
9
11
  export interface CreateAssetModelCommandInput extends CreateAssetModelRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateAssetModelCommand}.
13
17
  */
14
18
  export interface CreateAssetModelCommandOutput extends CreateAssetModelResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an asset model from specified property and hierarchy definitions. You create
18
23
  * assets from asset models. With asset models, you can easily create assets of the same type
19
24
  * that have standardized definitions. Each asset created from a model inherits the asset model's
@@ -29,6 +34,8 @@ export interface CreateAssetModelCommandOutput extends CreateAssetModelResponse,
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param CreateAssetModelCommandInput - {@link CreateAssetModelCommandInput}
38
+ * @returns {@link CreateAssetModelCommandOutput}
32
39
  * @see {@link CreateAssetModelCommandInput} for command's `input` shape.
33
40
  * @see {@link CreateAssetModelCommandOutput} for command's `response` shape.
34
41
  * @see {@link IoTSiteWiseClientResolvedConfig | config} for IoTSiteWiseClient's `config` shape.
@@ -67,11 +74,20 @@ export interface CreateAssetModelCommandOutput extends CreateAssetModelResponse,
67
74
  export declare class CreateAssetModelCommand extends $Command<CreateAssetModelCommandInput, CreateAssetModelCommandOutput, IoTSiteWiseClientResolvedConfig> {
68
75
  readonly input: CreateAssetModelCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: CreateAssetModelCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTSiteWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAssetModelCommandInput, CreateAssetModelCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }