@aws-sdk/client-iotsitewise 3.300.0 → 3.301.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.
- package/dist-types/commands/AssociateAssetsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +1 -1
- package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +2 -2
- package/dist-types/commands/BatchDisassociateProjectAssetsCommand.d.ts +2 -2
- package/dist-types/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +5 -5
- package/dist-types/commands/BatchGetAssetPropertyValueCommand.d.ts +3 -3
- package/dist-types/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +4 -4
- package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +7 -7
- package/dist-types/commands/CreateAccessPolicyCommand.d.ts +10 -10
- package/dist-types/commands/CreateAssetCommand.d.ts +2 -2
- package/dist-types/commands/CreateAssetModelCommand.d.ts +22 -22
- package/dist-types/commands/CreateBulkImportJobCommand.d.ts +8 -8
- package/dist-types/commands/CreateDashboardCommand.d.ts +2 -2
- package/dist-types/commands/CreateGatewayCommand.d.ts +5 -5
- package/dist-types/commands/CreatePortalCommand.d.ts +4 -4
- package/dist-types/commands/CreateProjectCommand.d.ts +2 -2
- package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssetModelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeletePortalCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTimeSeriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBulkImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DescribePortalCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProjectCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTimeSeriesCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAssetsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +1 -1
- package/dist-types/commands/GetAssetPropertyAggregatesCommand.d.ts +3 -3
- package/dist-types/commands/GetAssetPropertyValueCommand.d.ts +1 -1
- package/dist-types/commands/GetAssetPropertyValueHistoryCommand.d.ts +2 -2
- package/dist-types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +1 -1
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetModelPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +1 -1
- package/dist-types/commands/ListBulkImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/ListPortalsCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectAssetsCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTimeSeriesCommand.d.ts +1 -1
- package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +2 -2
- package/dist-types/commands/PutStorageConfigurationCommand.d.ts +4 -4
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +9 -9
- package/dist-types/commands/UpdateAssetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetModelCommand.d.ts +21 -21
- package/dist-types/commands/UpdateAssetPropertyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGatewayCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePortalCommand.d.ts +4 -4
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
- package/package.json +3 -3
|
@@ -28,7 +28,7 @@ export interface AssociateAssetsCommandOutput extends __MetadataBearer {
|
|
|
28
28
|
* import { IoTSiteWiseClient, AssociateAssetsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
29
29
|
* // const { IoTSiteWiseClient, AssociateAssetsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
30
30
|
* const client = new IoTSiteWiseClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // AssociateAssetsRequest
|
|
32
32
|
* assetId: "STRING_VALUE", // required
|
|
33
33
|
* hierarchyId: "STRING_VALUE", // required
|
|
34
34
|
* childAssetId: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface AssociateTimeSeriesToAssetPropertyCommandOutput extends __Metad
|
|
|
26
26
|
* import { IoTSiteWiseClient, AssociateTimeSeriesToAssetPropertyCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
27
27
|
* // const { IoTSiteWiseClient, AssociateTimeSeriesToAssetPropertyCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
28
28
|
* const client = new IoTSiteWiseClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // AssociateTimeSeriesToAssetPropertyRequest
|
|
30
30
|
* alias: "STRING_VALUE", // required
|
|
31
31
|
* assetId: "STRING_VALUE", // required
|
|
32
32
|
* propertyId: "STRING_VALUE", // required
|
|
@@ -26,9 +26,9 @@ export interface BatchAssociateProjectAssetsCommandOutput extends BatchAssociate
|
|
|
26
26
|
* import { IoTSiteWiseClient, BatchAssociateProjectAssetsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
27
27
|
* // const { IoTSiteWiseClient, BatchAssociateProjectAssetsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
28
28
|
* const client = new IoTSiteWiseClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // BatchAssociateProjectAssetsRequest
|
|
30
30
|
* projectId: "STRING_VALUE", // required
|
|
31
|
-
* assetIds: [ // required
|
|
31
|
+
* assetIds: [ // IDs // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* clientToken: "STRING_VALUE",
|
|
@@ -26,9 +26,9 @@ export interface BatchDisassociateProjectAssetsCommandOutput extends BatchDisass
|
|
|
26
26
|
* import { IoTSiteWiseClient, BatchDisassociateProjectAssetsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
27
27
|
* // const { IoTSiteWiseClient, BatchDisassociateProjectAssetsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
28
28
|
* const client = new IoTSiteWiseClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // BatchDisassociateProjectAssetsRequest
|
|
30
30
|
* projectId: "STRING_VALUE", // required
|
|
31
|
-
* assetIds: [ // required
|
|
31
|
+
* assetIds: [ // IDs // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* clientToken: "STRING_VALUE",
|
|
@@ -28,20 +28,20 @@ export interface BatchGetAssetPropertyAggregatesCommandOutput extends BatchGetAs
|
|
|
28
28
|
* import { IoTSiteWiseClient, BatchGetAssetPropertyAggregatesCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
29
29
|
* // const { IoTSiteWiseClient, BatchGetAssetPropertyAggregatesCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
30
30
|
* const client = new IoTSiteWiseClient(config);
|
|
31
|
-
* const input = {
|
|
32
|
-
* entries: [ // required
|
|
33
|
-
* {
|
|
31
|
+
* const input = { // BatchGetAssetPropertyAggregatesRequest
|
|
32
|
+
* entries: [ // BatchGetAssetPropertyAggregatesEntries // required
|
|
33
|
+
* { // BatchGetAssetPropertyAggregatesEntry
|
|
34
34
|
* entryId: "STRING_VALUE", // required
|
|
35
35
|
* assetId: "STRING_VALUE",
|
|
36
36
|
* propertyId: "STRING_VALUE",
|
|
37
37
|
* propertyAlias: "STRING_VALUE",
|
|
38
|
-
* aggregateTypes: [ // required
|
|
38
|
+
* aggregateTypes: [ // AggregateTypes // required
|
|
39
39
|
* "AVERAGE" || "COUNT" || "MAXIMUM" || "MINIMUM" || "SUM" || "STANDARD_DEVIATION",
|
|
40
40
|
* ],
|
|
41
41
|
* resolution: "STRING_VALUE", // required
|
|
42
42
|
* startDate: new Date("TIMESTAMP"), // required
|
|
43
43
|
* endDate: new Date("TIMESTAMP"), // required
|
|
44
|
-
* qualities: [
|
|
44
|
+
* qualities: [ // Qualities
|
|
45
45
|
* "GOOD" || "BAD" || "UNCERTAIN",
|
|
46
46
|
* ],
|
|
47
47
|
* timeOrdering: "ASCENDING" || "DESCENDING",
|
|
@@ -27,9 +27,9 @@ export interface BatchGetAssetPropertyValueCommandOutput extends BatchGetAssetPr
|
|
|
27
27
|
* import { IoTSiteWiseClient, BatchGetAssetPropertyValueCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
28
28
|
* // const { IoTSiteWiseClient, BatchGetAssetPropertyValueCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
29
29
|
* const client = new IoTSiteWiseClient(config);
|
|
30
|
-
* const input = {
|
|
31
|
-
* entries: [ // required
|
|
32
|
-
* {
|
|
30
|
+
* const input = { // BatchGetAssetPropertyValueRequest
|
|
31
|
+
* entries: [ // BatchGetAssetPropertyValueEntries // required
|
|
32
|
+
* { // BatchGetAssetPropertyValueEntry
|
|
33
33
|
* entryId: "STRING_VALUE", // required
|
|
34
34
|
* assetId: "STRING_VALUE",
|
|
35
35
|
* propertyId: "STRING_VALUE",
|
|
@@ -27,16 +27,16 @@ export interface BatchGetAssetPropertyValueHistoryCommandOutput extends BatchGet
|
|
|
27
27
|
* import { IoTSiteWiseClient, BatchGetAssetPropertyValueHistoryCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
28
28
|
* // const { IoTSiteWiseClient, BatchGetAssetPropertyValueHistoryCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
29
29
|
* const client = new IoTSiteWiseClient(config);
|
|
30
|
-
* const input = {
|
|
31
|
-
* entries: [ // required
|
|
32
|
-
* {
|
|
30
|
+
* const input = { // BatchGetAssetPropertyValueHistoryRequest
|
|
31
|
+
* entries: [ // BatchGetAssetPropertyValueHistoryEntries // required
|
|
32
|
+
* { // BatchGetAssetPropertyValueHistoryEntry
|
|
33
33
|
* entryId: "STRING_VALUE", // required
|
|
34
34
|
* assetId: "STRING_VALUE",
|
|
35
35
|
* propertyId: "STRING_VALUE",
|
|
36
36
|
* propertyAlias: "STRING_VALUE",
|
|
37
37
|
* startDate: new Date("TIMESTAMP"),
|
|
38
38
|
* endDate: new Date("TIMESTAMP"),
|
|
39
|
-
* qualities: [
|
|
39
|
+
* qualities: [ // Qualities
|
|
40
40
|
* "GOOD" || "BAD" || "UNCERTAIN",
|
|
41
41
|
* ],
|
|
42
42
|
* timeOrdering: "ASCENDING" || "DESCENDING",
|
|
@@ -50,22 +50,22 @@ export interface BatchPutAssetPropertyValueCommandOutput extends BatchPutAssetPr
|
|
|
50
50
|
* import { IoTSiteWiseClient, BatchPutAssetPropertyValueCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
51
51
|
* // const { IoTSiteWiseClient, BatchPutAssetPropertyValueCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
52
52
|
* const client = new IoTSiteWiseClient(config);
|
|
53
|
-
* const input = {
|
|
54
|
-
* entries: [ // required
|
|
55
|
-
* {
|
|
53
|
+
* const input = { // BatchPutAssetPropertyValueRequest
|
|
54
|
+
* entries: [ // PutAssetPropertyValueEntries // required
|
|
55
|
+
* { // PutAssetPropertyValueEntry
|
|
56
56
|
* entryId: "STRING_VALUE", // required
|
|
57
57
|
* assetId: "STRING_VALUE",
|
|
58
58
|
* propertyId: "STRING_VALUE",
|
|
59
59
|
* propertyAlias: "STRING_VALUE",
|
|
60
|
-
* propertyValues: [ // required
|
|
61
|
-
* {
|
|
62
|
-
* value: {
|
|
60
|
+
* propertyValues: [ // AssetPropertyValues // required
|
|
61
|
+
* { // AssetPropertyValue
|
|
62
|
+
* value: { // Variant
|
|
63
63
|
* stringValue: "STRING_VALUE",
|
|
64
64
|
* integerValue: Number("int"),
|
|
65
65
|
* doubleValue: Number("double"),
|
|
66
66
|
* booleanValue: true || false,
|
|
67
67
|
* },
|
|
68
|
-
* timestamp: {
|
|
68
|
+
* timestamp: { // TimeInNanos
|
|
69
69
|
* timeInSeconds: Number("long"), // required
|
|
70
70
|
* offsetInNanos: Number("int"),
|
|
71
71
|
* },
|
|
@@ -27,32 +27,32 @@ export interface CreateAccessPolicyCommandOutput extends CreateAccessPolicyRespo
|
|
|
27
27
|
* import { IoTSiteWiseClient, CreateAccessPolicyCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
28
28
|
* // const { IoTSiteWiseClient, CreateAccessPolicyCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
29
29
|
* const client = new IoTSiteWiseClient(config);
|
|
30
|
-
* const input = {
|
|
31
|
-
* accessPolicyIdentity: {
|
|
32
|
-
* user: {
|
|
30
|
+
* const input = { // CreateAccessPolicyRequest
|
|
31
|
+
* accessPolicyIdentity: { // Identity
|
|
32
|
+
* user: { // UserIdentity
|
|
33
33
|
* id: "STRING_VALUE", // required
|
|
34
34
|
* },
|
|
35
|
-
* group: {
|
|
35
|
+
* group: { // GroupIdentity
|
|
36
36
|
* id: "STRING_VALUE", // required
|
|
37
37
|
* },
|
|
38
|
-
* iamUser: {
|
|
38
|
+
* iamUser: { // IAMUserIdentity
|
|
39
39
|
* arn: "STRING_VALUE", // required
|
|
40
40
|
* },
|
|
41
|
-
* iamRole: {
|
|
41
|
+
* iamRole: { // IAMRoleIdentity
|
|
42
42
|
* arn: "STRING_VALUE", // required
|
|
43
43
|
* },
|
|
44
44
|
* },
|
|
45
|
-
* accessPolicyResource: {
|
|
46
|
-
* portal: {
|
|
45
|
+
* accessPolicyResource: { // Resource
|
|
46
|
+
* portal: { // PortalResource
|
|
47
47
|
* id: "STRING_VALUE", // required
|
|
48
48
|
* },
|
|
49
|
-
* project: {
|
|
49
|
+
* project: { // ProjectResource
|
|
50
50
|
* id: "STRING_VALUE", // required
|
|
51
51
|
* },
|
|
52
52
|
* },
|
|
53
53
|
* accessPolicyPermission: "ADMINISTRATOR" || "VIEWER", // required
|
|
54
54
|
* clientToken: "STRING_VALUE",
|
|
55
|
-
* tags: {
|
|
55
|
+
* tags: { // TagMap
|
|
56
56
|
* "<keys>": "STRING_VALUE",
|
|
57
57
|
* },
|
|
58
58
|
* };
|
|
@@ -27,11 +27,11 @@ export interface CreateAssetCommandOutput extends CreateAssetResponse, __Metadat
|
|
|
27
27
|
* import { IoTSiteWiseClient, CreateAssetCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
28
28
|
* // const { IoTSiteWiseClient, CreateAssetCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
29
29
|
* const client = new IoTSiteWiseClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateAssetRequest
|
|
31
31
|
* assetName: "STRING_VALUE", // required
|
|
32
32
|
* assetModelId: "STRING_VALUE", // required
|
|
33
33
|
* clientToken: "STRING_VALUE",
|
|
34
|
-
* tags: {
|
|
34
|
+
* tags: { // TagMap
|
|
35
35
|
* "<keys>": "STRING_VALUE",
|
|
36
36
|
* },
|
|
37
37
|
* assetDescription: "STRING_VALUE",
|
|
@@ -30,45 +30,45 @@ export interface CreateAssetModelCommandOutput extends CreateAssetModelResponse,
|
|
|
30
30
|
* import { IoTSiteWiseClient, CreateAssetModelCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
31
31
|
* // const { IoTSiteWiseClient, CreateAssetModelCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
32
32
|
* const client = new IoTSiteWiseClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // CreateAssetModelRequest
|
|
34
34
|
* assetModelName: "STRING_VALUE", // required
|
|
35
35
|
* assetModelDescription: "STRING_VALUE",
|
|
36
|
-
* assetModelProperties: [
|
|
37
|
-
* {
|
|
36
|
+
* assetModelProperties: [ // AssetModelPropertyDefinitions
|
|
37
|
+
* { // AssetModelPropertyDefinition
|
|
38
38
|
* name: "STRING_VALUE", // required
|
|
39
39
|
* dataType: "STRING" || "INTEGER" || "DOUBLE" || "BOOLEAN" || "STRUCT", // required
|
|
40
40
|
* dataTypeSpec: "STRING_VALUE",
|
|
41
41
|
* unit: "STRING_VALUE",
|
|
42
|
-
* type: {
|
|
43
|
-
* attribute: {
|
|
42
|
+
* type: { // PropertyType
|
|
43
|
+
* attribute: { // Attribute
|
|
44
44
|
* defaultValue: "STRING_VALUE",
|
|
45
45
|
* },
|
|
46
|
-
* measurement: {
|
|
47
|
-
* processingConfig: {
|
|
48
|
-
* forwardingConfig: {
|
|
46
|
+
* measurement: { // Measurement
|
|
47
|
+
* processingConfig: { // MeasurementProcessingConfig
|
|
48
|
+
* forwardingConfig: { // ForwardingConfig
|
|
49
49
|
* state: "DISABLED" || "ENABLED", // required
|
|
50
50
|
* },
|
|
51
51
|
* },
|
|
52
52
|
* },
|
|
53
|
-
* transform: {
|
|
53
|
+
* transform: { // Transform
|
|
54
54
|
* expression: "STRING_VALUE", // required
|
|
55
|
-
* variables: [ // required
|
|
56
|
-
* {
|
|
55
|
+
* variables: [ // ExpressionVariables // required
|
|
56
|
+
* { // ExpressionVariable
|
|
57
57
|
* name: "STRING_VALUE", // required
|
|
58
|
-
* value: {
|
|
58
|
+
* value: { // VariableValue
|
|
59
59
|
* propertyId: "STRING_VALUE", // required
|
|
60
60
|
* hierarchyId: "STRING_VALUE",
|
|
61
61
|
* },
|
|
62
62
|
* },
|
|
63
63
|
* ],
|
|
64
|
-
* processingConfig: {
|
|
64
|
+
* processingConfig: { // TransformProcessingConfig
|
|
65
65
|
* computeLocation: "EDGE" || "CLOUD", // required
|
|
66
66
|
* forwardingConfig: {
|
|
67
67
|
* state: "DISABLED" || "ENABLED", // required
|
|
68
68
|
* },
|
|
69
69
|
* },
|
|
70
70
|
* },
|
|
71
|
-
* metric: {
|
|
71
|
+
* metric: { // Metric
|
|
72
72
|
* expression: "STRING_VALUE", // required
|
|
73
73
|
* variables: [ // required
|
|
74
74
|
* {
|
|
@@ -79,27 +79,27 @@ export interface CreateAssetModelCommandOutput extends CreateAssetModelResponse,
|
|
|
79
79
|
* },
|
|
80
80
|
* },
|
|
81
81
|
* ],
|
|
82
|
-
* window: {
|
|
83
|
-
* tumbling: {
|
|
82
|
+
* window: { // MetricWindow
|
|
83
|
+
* tumbling: { // TumblingWindow
|
|
84
84
|
* interval: "STRING_VALUE", // required
|
|
85
85
|
* offset: "STRING_VALUE",
|
|
86
86
|
* },
|
|
87
87
|
* },
|
|
88
|
-
* processingConfig: {
|
|
88
|
+
* processingConfig: { // MetricProcessingConfig
|
|
89
89
|
* computeLocation: "EDGE" || "CLOUD", // required
|
|
90
90
|
* },
|
|
91
91
|
* },
|
|
92
92
|
* },
|
|
93
93
|
* },
|
|
94
94
|
* ],
|
|
95
|
-
* assetModelHierarchies: [
|
|
96
|
-
* {
|
|
95
|
+
* assetModelHierarchies: [ // AssetModelHierarchyDefinitions
|
|
96
|
+
* { // AssetModelHierarchyDefinition
|
|
97
97
|
* name: "STRING_VALUE", // required
|
|
98
98
|
* childAssetModelId: "STRING_VALUE", // required
|
|
99
99
|
* },
|
|
100
100
|
* ],
|
|
101
|
-
* assetModelCompositeModels: [
|
|
102
|
-
* {
|
|
101
|
+
* assetModelCompositeModels: [ // AssetModelCompositeModelDefinitions
|
|
102
|
+
* { // AssetModelCompositeModelDefinition
|
|
103
103
|
* name: "STRING_VALUE", // required
|
|
104
104
|
* description: "STRING_VALUE",
|
|
105
105
|
* type: "STRING_VALUE", // required
|
|
@@ -165,7 +165,7 @@ export interface CreateAssetModelCommandOutput extends CreateAssetModelResponse,
|
|
|
165
165
|
* },
|
|
166
166
|
* ],
|
|
167
167
|
* clientToken: "STRING_VALUE",
|
|
168
|
-
* tags: {
|
|
168
|
+
* tags: { // TagMap
|
|
169
169
|
* "<keys>": "STRING_VALUE",
|
|
170
170
|
* },
|
|
171
171
|
* };
|
|
@@ -31,24 +31,24 @@ export interface CreateBulkImportJobCommandOutput extends CreateBulkImportJobRes
|
|
|
31
31
|
* import { IoTSiteWiseClient, CreateBulkImportJobCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
32
32
|
* // const { IoTSiteWiseClient, CreateBulkImportJobCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
33
33
|
* const client = new IoTSiteWiseClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // CreateBulkImportJobRequest
|
|
35
35
|
* jobName: "STRING_VALUE", // required
|
|
36
36
|
* jobRoleArn: "STRING_VALUE", // required
|
|
37
|
-
* files: [ // required
|
|
38
|
-
* {
|
|
37
|
+
* files: [ // Files // required
|
|
38
|
+
* { // File
|
|
39
39
|
* bucket: "STRING_VALUE", // required
|
|
40
40
|
* key: "STRING_VALUE", // required
|
|
41
41
|
* versionId: "STRING_VALUE",
|
|
42
42
|
* },
|
|
43
43
|
* ],
|
|
44
|
-
* errorReportLocation: {
|
|
44
|
+
* errorReportLocation: { // ErrorReportLocation
|
|
45
45
|
* bucket: "STRING_VALUE", // required
|
|
46
46
|
* prefix: "STRING_VALUE", // required
|
|
47
47
|
* },
|
|
48
|
-
* jobConfiguration: {
|
|
49
|
-
* fileFormat: {
|
|
50
|
-
* csv: {
|
|
51
|
-
* columnNames: [
|
|
48
|
+
* jobConfiguration: { // JobConfiguration
|
|
49
|
+
* fileFormat: { // FileFormat
|
|
50
|
+
* csv: { // Csv
|
|
51
|
+
* columnNames: [ // ColumnNames
|
|
52
52
|
* "ALIAS" || "ASSET_ID" || "PROPERTY_ID" || "DATA_TYPE" || "TIMESTAMP_SECONDS" || "TIMESTAMP_NANO_OFFSET" || "QUALITY" || "VALUE",
|
|
53
53
|
* ],
|
|
54
54
|
* },
|
|
@@ -26,13 +26,13 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
|
|
|
26
26
|
* import { IoTSiteWiseClient, CreateDashboardCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
27
27
|
* // const { IoTSiteWiseClient, CreateDashboardCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
28
28
|
* const client = new IoTSiteWiseClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateDashboardRequest
|
|
30
30
|
* projectId: "STRING_VALUE", // required
|
|
31
31
|
* dashboardName: "STRING_VALUE", // required
|
|
32
32
|
* dashboardDescription: "STRING_VALUE",
|
|
33
33
|
* dashboardDefinition: "STRING_VALUE", // required
|
|
34
34
|
* clientToken: "STRING_VALUE",
|
|
35
|
-
* tags: {
|
|
35
|
+
* tags: { // TagMap
|
|
36
36
|
* "<keys>": "STRING_VALUE",
|
|
37
37
|
* },
|
|
38
38
|
* };
|
|
@@ -28,17 +28,17 @@ export interface CreateGatewayCommandOutput extends CreateGatewayResponse, __Met
|
|
|
28
28
|
* import { IoTSiteWiseClient, CreateGatewayCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
29
29
|
* // const { IoTSiteWiseClient, CreateGatewayCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
30
30
|
* const client = new IoTSiteWiseClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // CreateGatewayRequest
|
|
32
32
|
* gatewayName: "STRING_VALUE", // required
|
|
33
|
-
* gatewayPlatform: {
|
|
34
|
-
* greengrass: {
|
|
33
|
+
* gatewayPlatform: { // GatewayPlatform
|
|
34
|
+
* greengrass: { // Greengrass
|
|
35
35
|
* groupArn: "STRING_VALUE", // required
|
|
36
36
|
* },
|
|
37
|
-
* greengrassV2: {
|
|
37
|
+
* greengrassV2: { // GreengrassV2
|
|
38
38
|
* coreDeviceThingName: "STRING_VALUE", // required
|
|
39
39
|
* },
|
|
40
40
|
* },
|
|
41
|
-
* tags: {
|
|
41
|
+
* tags: { // TagMap
|
|
42
42
|
* "<keys>": "STRING_VALUE",
|
|
43
43
|
* },
|
|
44
44
|
* };
|
|
@@ -32,22 +32,22 @@ export interface CreatePortalCommandOutput extends CreatePortalResponse, __Metad
|
|
|
32
32
|
* import { IoTSiteWiseClient, CreatePortalCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
33
33
|
* // const { IoTSiteWiseClient, CreatePortalCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
34
34
|
* const client = new IoTSiteWiseClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // CreatePortalRequest
|
|
36
36
|
* portalName: "STRING_VALUE", // required
|
|
37
37
|
* portalDescription: "STRING_VALUE",
|
|
38
38
|
* portalContactEmail: "STRING_VALUE", // required
|
|
39
39
|
* clientToken: "STRING_VALUE",
|
|
40
|
-
* portalLogoImageFile: {
|
|
40
|
+
* portalLogoImageFile: { // ImageFile
|
|
41
41
|
* data: "BLOB_VALUE", // required
|
|
42
42
|
* type: "PNG", // required
|
|
43
43
|
* },
|
|
44
44
|
* roleArn: "STRING_VALUE", // required
|
|
45
|
-
* tags: {
|
|
45
|
+
* tags: { // TagMap
|
|
46
46
|
* "<keys>": "STRING_VALUE",
|
|
47
47
|
* },
|
|
48
48
|
* portalAuthMode: "IAM" || "SSO",
|
|
49
49
|
* notificationSenderEmail: "STRING_VALUE",
|
|
50
|
-
* alarms: {
|
|
50
|
+
* alarms: { // Alarms
|
|
51
51
|
* alarmRoleArn: "STRING_VALUE", // required
|
|
52
52
|
* notificationLambdaArn: "STRING_VALUE",
|
|
53
53
|
* },
|
|
@@ -30,12 +30,12 @@ export interface CreateProjectCommandOutput extends CreateProjectResponse, __Met
|
|
|
30
30
|
* import { IoTSiteWiseClient, CreateProjectCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
31
31
|
* // const { IoTSiteWiseClient, CreateProjectCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
32
32
|
* const client = new IoTSiteWiseClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // CreateProjectRequest
|
|
34
34
|
* portalId: "STRING_VALUE", // required
|
|
35
35
|
* projectName: "STRING_VALUE", // required
|
|
36
36
|
* projectDescription: "STRING_VALUE",
|
|
37
37
|
* clientToken: "STRING_VALUE",
|
|
38
|
-
* tags: {
|
|
38
|
+
* tags: { // TagMap
|
|
39
39
|
* "<keys>": "STRING_VALUE",
|
|
40
40
|
* },
|
|
41
41
|
* };
|
|
@@ -28,7 +28,7 @@ export interface DeleteAccessPolicyCommandOutput extends DeleteAccessPolicyRespo
|
|
|
28
28
|
* import { IoTSiteWiseClient, DeleteAccessPolicyCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
29
29
|
* // const { IoTSiteWiseClient, DeleteAccessPolicyCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
30
30
|
* const client = new IoTSiteWiseClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteAccessPolicyRequest
|
|
32
32
|
* accessPolicyId: "STRING_VALUE", // required
|
|
33
33
|
* clientToken: "STRING_VALUE",
|
|
34
34
|
* };
|
|
@@ -31,7 +31,7 @@ export interface DeleteAssetCommandOutput extends DeleteAssetResponse, __Metadat
|
|
|
31
31
|
* import { IoTSiteWiseClient, DeleteAssetCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
32
32
|
* // const { IoTSiteWiseClient, DeleteAssetCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
33
33
|
* const client = new IoTSiteWiseClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // DeleteAssetRequest
|
|
35
35
|
* assetId: "STRING_VALUE", // required
|
|
36
36
|
* clientToken: "STRING_VALUE",
|
|
37
37
|
* };
|
|
@@ -30,7 +30,7 @@ export interface DeleteAssetModelCommandOutput extends DeleteAssetModelResponse,
|
|
|
30
30
|
* import { IoTSiteWiseClient, DeleteAssetModelCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
31
31
|
* // const { IoTSiteWiseClient, DeleteAssetModelCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
32
32
|
* const client = new IoTSiteWiseClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // DeleteAssetModelRequest
|
|
34
34
|
* assetModelId: "STRING_VALUE", // required
|
|
35
35
|
* clientToken: "STRING_VALUE",
|
|
36
36
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteDashboardCommandOutput extends DeleteDashboardResponse, _
|
|
|
26
26
|
* import { IoTSiteWiseClient, DeleteDashboardCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
27
27
|
* // const { IoTSiteWiseClient, DeleteDashboardCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
28
28
|
* const client = new IoTSiteWiseClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteDashboardRequest
|
|
30
30
|
* dashboardId: "STRING_VALUE", // required
|
|
31
31
|
* clientToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DeleteGatewayCommandOutput extends __MetadataBearer {
|
|
|
27
27
|
* import { IoTSiteWiseClient, DeleteGatewayCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
28
28
|
* // const { IoTSiteWiseClient, DeleteGatewayCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
29
29
|
* const client = new IoTSiteWiseClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteGatewayRequest
|
|
31
31
|
* gatewayId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteGatewayCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeletePortalCommandOutput extends DeletePortalResponse, __Metad
|
|
|
26
26
|
* import { IoTSiteWiseClient, DeletePortalCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
27
27
|
* // const { IoTSiteWiseClient, DeletePortalCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
28
28
|
* const client = new IoTSiteWiseClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeletePortalRequest
|
|
30
30
|
* portalId: "STRING_VALUE", // required
|
|
31
31
|
* clientToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResponse, __Met
|
|
|
26
26
|
* import { IoTSiteWiseClient, DeleteProjectCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
27
27
|
* // const { IoTSiteWiseClient, DeleteProjectCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
28
28
|
* const client = new IoTSiteWiseClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteProjectRequest
|
|
30
30
|
* projectId: "STRING_VALUE", // required
|
|
31
31
|
* clientToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -47,7 +47,7 @@ export interface DeleteTimeSeriesCommandOutput extends __MetadataBearer {
|
|
|
47
47
|
* import { IoTSiteWiseClient, DeleteTimeSeriesCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
48
48
|
* // const { IoTSiteWiseClient, DeleteTimeSeriesCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
49
49
|
* const client = new IoTSiteWiseClient(config);
|
|
50
|
-
* const input = {
|
|
50
|
+
* const input = { // DeleteTimeSeriesRequest
|
|
51
51
|
* alias: "STRING_VALUE",
|
|
52
52
|
* assetId: "STRING_VALUE",
|
|
53
53
|
* propertyId: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ export interface DescribeAccessPolicyCommandOutput extends DescribeAccessPolicyR
|
|
|
27
27
|
* import { IoTSiteWiseClient, DescribeAccessPolicyCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
28
28
|
* // const { IoTSiteWiseClient, DescribeAccessPolicyCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
29
29
|
* const client = new IoTSiteWiseClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeAccessPolicyRequest
|
|
31
31
|
* accessPolicyId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeAccessPolicyCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeAssetCommandOutput extends DescribeAssetResponse, __Met
|
|
|
26
26
|
* import { IoTSiteWiseClient, DescribeAssetCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
27
27
|
* // const { IoTSiteWiseClient, DescribeAssetCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
28
28
|
* const client = new IoTSiteWiseClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeAssetRequest
|
|
30
30
|
* assetId: "STRING_VALUE", // required
|
|
31
31
|
* excludeProperties: true || false,
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeAssetModelCommandOutput extends DescribeAssetModelRespo
|
|
|
26
26
|
* import { IoTSiteWiseClient, DescribeAssetModelCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
27
27
|
* // const { IoTSiteWiseClient, DescribeAssetModelCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
28
28
|
* const client = new IoTSiteWiseClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeAssetModelRequest
|
|
30
30
|
* assetModelId: "STRING_VALUE", // required
|
|
31
31
|
* excludeProperties: true || false,
|
|
32
32
|
* };
|
|
@@ -33,7 +33,7 @@ export interface DescribeAssetPropertyCommandOutput extends DescribeAssetPropert
|
|
|
33
33
|
* import { IoTSiteWiseClient, DescribeAssetPropertyCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
34
34
|
* // const { IoTSiteWiseClient, DescribeAssetPropertyCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
35
35
|
* const client = new IoTSiteWiseClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // DescribeAssetPropertyRequest
|
|
37
37
|
* assetId: "STRING_VALUE", // required
|
|
38
38
|
* propertyId: "STRING_VALUE", // required
|
|
39
39
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DescribeBulkImportJobCommandOutput extends DescribeBulkImportJo
|
|
|
27
27
|
* import { IoTSiteWiseClient, DescribeBulkImportJobCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
28
28
|
* // const { IoTSiteWiseClient, DescribeBulkImportJobCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
29
29
|
* const client = new IoTSiteWiseClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeBulkImportJobRequest
|
|
31
31
|
* jobId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeBulkImportJobCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeDashboardCommandOutput extends DescribeDashboardRespons
|
|
|
26
26
|
* import { IoTSiteWiseClient, DescribeDashboardCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
27
27
|
* // const { IoTSiteWiseClient, DescribeDashboardCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
28
28
|
* const client = new IoTSiteWiseClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeDashboardRequest
|
|
30
30
|
* dashboardId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeDashboardCommand(input);
|
|
@@ -30,7 +30,7 @@ export interface DescribeGatewayCapabilityConfigurationCommandOutput extends Des
|
|
|
30
30
|
* import { IoTSiteWiseClient, DescribeGatewayCapabilityConfigurationCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
31
31
|
* // const { IoTSiteWiseClient, DescribeGatewayCapabilityConfigurationCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
32
32
|
* const client = new IoTSiteWiseClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // DescribeGatewayCapabilityConfigurationRequest
|
|
34
34
|
* gatewayId: "STRING_VALUE", // required
|
|
35
35
|
* capabilityNamespace: "STRING_VALUE", // required
|
|
36
36
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeGatewayCommandOutput extends DescribeGatewayResponse, _
|
|
|
26
26
|
* import { IoTSiteWiseClient, DescribeGatewayCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
27
27
|
* // const { IoTSiteWiseClient, DescribeGatewayCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
28
28
|
* const client = new IoTSiteWiseClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeGatewayRequest
|
|
30
30
|
* gatewayId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeGatewayCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribePortalCommandOutput extends DescribePortalResponse, __M
|
|
|
26
26
|
* import { IoTSiteWiseClient, DescribePortalCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
27
27
|
* // const { IoTSiteWiseClient, DescribePortalCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
28
28
|
* const client = new IoTSiteWiseClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribePortalRequest
|
|
30
30
|
* portalId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribePortalCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeProjectCommandOutput extends DescribeProjectResponse, _
|
|
|
26
26
|
* import { IoTSiteWiseClient, DescribeProjectCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
27
27
|
* // const { IoTSiteWiseClient, DescribeProjectCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
28
28
|
* const client = new IoTSiteWiseClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeProjectRequest
|
|
30
30
|
* projectId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeProjectCommand(input);
|
|
@@ -45,7 +45,7 @@ export interface DescribeTimeSeriesCommandOutput extends DescribeTimeSeriesRespo
|
|
|
45
45
|
* import { IoTSiteWiseClient, DescribeTimeSeriesCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
46
46
|
* // const { IoTSiteWiseClient, DescribeTimeSeriesCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
47
47
|
* const client = new IoTSiteWiseClient(config);
|
|
48
|
-
* const input = {
|
|
48
|
+
* const input = { // DescribeTimeSeriesRequest
|
|
49
49
|
* alias: "STRING_VALUE",
|
|
50
50
|
* assetId: "STRING_VALUE",
|
|
51
51
|
* propertyId: "STRING_VALUE",
|