You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-iotsitewise): This release adds the ListAssetModelProperties and ListAssetProperties APIs. You can list all properties that belong to a single asset model or asset using these two new APIs.
@@ -470,9 +480,9 @@ export class IoTSiteWise extends IoTSiteWiseClient {
470
480
}
471
481
472
482
/**
473
-
* <p>Gets aggregated values (for example, average, minimum, and maximum) for one or more asset properties.
474
-
* For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/query-industrial-data.html#aggregates">Querying
475
-
* aggregates</a> in the <i>IoT SiteWise User Guide</i>.</p>
483
+
* <p>Gets aggregated values (for example, average, minimum, and maximum) for one or more asset
484
+
* 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
@@ -505,7 +515,7 @@ export class IoTSiteWise extends IoTSiteWiseClient {
505
515
506
516
/**
507
517
* <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
508
-
* current values</a> in the <i>IoT SiteWise User Guide</i>.</p>
518
+
* current values</a> in the <i>IoT SiteWise User Guide</i>.</p>
509
519
*/
510
520
publicbatchGetAssetPropertyValue(
511
521
args: BatchGetAssetPropertyValueCommandInput,
@@ -537,8 +547,8 @@ export class IoTSiteWise extends IoTSiteWiseClient {
537
547
}
538
548
539
549
/**
540
-
* <p>Gets the historical values 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#historical-values">Querying
541
-
* historical values</a> in the <i>IoT SiteWise User Guide</i>.</p>
550
+
* <p>Gets the historical values for one or more asset properties. For more information, see
551
+
* <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>
@@ -626,7 +636,7 @@ export class IoTSiteWise extends IoTSiteWiseClient {
626
636
}
627
637
628
638
/**
629
-
* <p>Creates an access policy that grants the specified identity (Amazon Web Services SSO user, Amazon Web Services SSO group, or
639
+
* <p>Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or
630
640
* IAM user) access to the specified IoT SiteWise Monitor portal or project resource.</p>
631
641
*/
632
642
publiccreateAccessPolicy(
@@ -722,13 +732,11 @@ export class IoTSiteWise extends IoTSiteWiseClient {
722
732
}
723
733
724
734
/**
725
-
* <p>Defines a job to ingest data to IoT SiteWise from Amazon S3. For more information,
726
-
* see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/CreateBulkImportJob.html">Create a bulk import job (CLI)</a>
727
-
* in the <i>Amazon Simple Storage Service User Guide</i>.</p>
735
+
* <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
736
+
* bulk import job (CLI)</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p>
728
737
* <important>
729
-
* <p>You must enable IoT SiteWise to export data to Amazon S3 before you create a bulk import job.
730
-
* For more information about how to configure storage settings,
731
-
* see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_PutStorageConfiguration.html">PutStorageConfiguration</a>.</p>
738
+
* <p>You must enable IoT SiteWise to export data to Amazon S3 before you create a bulk import job. For
739
+
* more information about how to configure storage settings, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_PutStorageConfiguration.html">PutStorageConfiguration</a>.</p>
732
740
* </important>
733
741
*/
734
742
publiccreateBulkImportJob(
@@ -827,7 +835,7 @@ export class IoTSiteWise extends IoTSiteWiseClient {
827
835
}
828
836
829
837
/**
830
-
* <p>Creates a portal, which can contain projects and dashboards. IoT SiteWise Monitor uses Amazon Web Services SSO or IAM
838
+
* <p>Creates a portal, which can contain projects and dashboards. IoT SiteWise Monitor uses IAM Identity Center or IAM
831
839
* to authenticate portal users and manage user permissions.</p>
832
840
* <note>
833
841
* <p>Before you can sign in to a new portal, you must add at least one identity to that
@@ -1314,9 +1322,8 @@ export class IoTSiteWise extends IoTSiteWiseClient {
1314
1322
}
1315
1323
1316
1324
/**
1317
-
* <p>Retrieves information about a bulk import job request. For more information,
1318
-
* see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/DescribeBulkImportJob.html">Describe a bulk import job (CLI)</a>
1319
-
* in the <i>Amazon Simple Storage Service User Guide</i>.</p>
1325
+
* <p>Retrieves information about a bulk import job request. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/DescribeBulkImportJob.html">Describe
1326
+
* a bulk import job (CLI)</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p>
1320
1327
*/
1321
1328
publicdescribeBulkImportJob(
1322
1329
args: DescribeBulkImportJobCommandInput,
@@ -1907,7 +1914,7 @@ export class IoTSiteWise extends IoTSiteWiseClient {
1907
1914
}
1908
1915
1909
1916
/**
1910
-
* <p>Retrieves a paginated list of access policies for an identity (an Amazon Web Services SSO user, an Amazon Web Services SSO
1917
+
* <p>Retrieves a paginated list of access policies for an identity (an IAM Identity Center user, an IAM Identity Center
1911
1918
* group, or an IAM user) or an IoT SiteWise Monitor resource (a portal or project).</p>
1912
1919
*/
1913
1920
publiclistAccessPolicies(
@@ -1939,6 +1946,40 @@ export class IoTSiteWise extends IoTSiteWiseClient {
1939
1946
}
1940
1947
}
1941
1948
1949
+
/**
1950
+
* <p>Retrieves a paginated list of properties associated with an asset model.
1951
+
* If you update properties associated with the model before you finish listing all the properties,
if(typeofoptionsOrCb!=="object")thrownewError(`Expect http options but get ${typeofoptionsOrCb}`);
2043
+
this.send(command,optionsOrCb||{},cb);
2044
+
}else{
2045
+
returnthis.send(command,optionsOrCb);
2046
+
}
2047
+
}
2048
+
1974
2049
/**
1975
2050
* <p>Retrieves a paginated list of asset relationships for an asset. You can use this operation
1976
2051
* to identify an asset's root asset and all associated assets between that asset and its
@@ -2085,9 +2160,8 @@ export class IoTSiteWise extends IoTSiteWiseClient {
2085
2160
}
2086
2161
2087
2162
/**
2088
-
* <p>Retrieves a paginated list of bulk import job requests. For more information,
2089
-
* see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/ListBulkImportJobs.html">List bulk import jobs (CLI)</a>
2090
-
* in the <i>IoT SiteWise User Guide</i>.</p>
2163
+
* <p>Retrieves a paginated list of bulk import job requests. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/ListBulkImportJobs.html">List bulk
2164
+
* import jobs (CLI)</a> in the <i>IoT SiteWise User Guide</i>.</p>
* <p>Gets aggregated values (for example, average, minimum, and maximum) for one or more asset properties.
35
-
* For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/query-industrial-data.html#aggregates">Querying
36
-
* aggregates</a> in the <i>IoT SiteWise User Guide</i>.</p>
34
+
* <p>Gets aggregated values (for example, average, minimum, and maximum) for one or more asset
35
+
* 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
36
+
* <i>IoT SiteWise User Guide</i>.</p>
37
37
* @example
38
38
* Use a bare-bones client and the command you need to make an API call.
* <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
33
-
* current values</a> in the <i>IoT SiteWise User Guide</i>.</p>
33
+
* current values</a> in the <i>IoT SiteWise User Guide</i>.</p>
34
34
* @example
35
35
* Use a bare-bones client and the command you need to make an API call.
* <p>Gets the historical values 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#historical-values">Querying
35
-
* historical values</a> in the <i>IoT SiteWise User Guide</i>.</p>
34
+
* <p>Gets the historical values for one or more asset properties. For more information, see
35
+
* <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>
36
36
* @example
37
37
* Use a bare-bones client and the command you need to make an API call.
* <p>Defines a job to ingest data to IoT SiteWise from Amazon S3. For more information,
33
-
* see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/CreateBulkImportJob.html">Create a bulk import job (CLI)</a>
34
-
* in the <i>Amazon Simple Storage Service User Guide</i>.</p>
32
+
* <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
33
+
* bulk import job (CLI)</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p>
35
34
* <important>
36
-
* <p>You must enable IoT SiteWise to export data to Amazon S3 before you create a bulk import job.
37
-
* For more information about how to configure storage settings,
38
-
* see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_PutStorageConfiguration.html">PutStorageConfiguration</a>.</p>
35
+
* <p>You must enable IoT SiteWise to export data to Amazon S3 before you create a bulk import job. For
36
+
* more information about how to configure storage settings, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_PutStorageConfiguration.html">PutStorageConfiguration</a>.</p>
39
37
* </important>
40
38
* @example
41
39
* Use a bare-bones client and the command you need to make an API call.
* <p>Retrieves information about a bulk import job request. For more information,
33
-
* see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/DescribeBulkImportJob.html">Describe a bulk import job (CLI)</a>
34
-
* in the <i>Amazon Simple Storage Service User Guide</i>.</p>
32
+
* <p>Retrieves information about a bulk import job request. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/DescribeBulkImportJob.html">Describe
33
+
* a bulk import job (CLI)</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p>
35
34
* @example
36
35
* Use a bare-bones client and the command you need to make an API call.
0 commit comments