@aws-sdk/client-iotsitewise 3.454.0 → 3.456.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 (130) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/IoTSiteWise.js +22 -0
  3. package/dist-cjs/commands/CreateAssetModelCompositeModelCommand.js +51 -0
  4. package/dist-cjs/commands/DeleteAssetModelCompositeModelCommand.js +51 -0
  5. package/dist-cjs/commands/DescribeActionCommand.js +51 -0
  6. package/dist-cjs/commands/DescribeAssetCompositeModelCommand.js +51 -0
  7. package/dist-cjs/commands/DescribeAssetModelCompositeModelCommand.js +51 -0
  8. package/dist-cjs/commands/ExecuteActionCommand.js +51 -0
  9. package/dist-cjs/commands/ExecuteQueryCommand.js +51 -0
  10. package/dist-cjs/commands/ListActionsCommand.js +51 -0
  11. package/dist-cjs/commands/ListAssetModelCompositeModelsCommand.js +51 -0
  12. package/dist-cjs/commands/ListCompositionRelationshipsCommand.js +51 -0
  13. package/dist-cjs/commands/UpdateAssetModelCompositeModelCommand.js +51 -0
  14. package/dist-cjs/commands/index.js +11 -0
  15. package/dist-cjs/models/index.js +1 -0
  16. package/dist-cjs/models/models_0.js +59 -15
  17. package/dist-cjs/models/models_1.js +18 -0
  18. package/dist-cjs/pagination/ExecuteQueryPaginator.js +29 -0
  19. package/dist-cjs/pagination/ListAssetModelCompositeModelsPaginator.js +29 -0
  20. package/dist-cjs/pagination/ListCompositionRelationshipsPaginator.js +29 -0
  21. package/dist-cjs/pagination/index.js +3 -0
  22. package/dist-cjs/protocols/Aws_restJson1.js +1018 -25
  23. package/dist-es/IoTSiteWise.js +22 -0
  24. package/dist-es/commands/CreateAssetModelCompositeModelCommand.js +47 -0
  25. package/dist-es/commands/DeleteAssetModelCompositeModelCommand.js +47 -0
  26. package/dist-es/commands/DescribeActionCommand.js +47 -0
  27. package/dist-es/commands/DescribeAssetCompositeModelCommand.js +47 -0
  28. package/dist-es/commands/DescribeAssetModelCompositeModelCommand.js +47 -0
  29. package/dist-es/commands/ExecuteActionCommand.js +47 -0
  30. package/dist-es/commands/ExecuteQueryCommand.js +47 -0
  31. package/dist-es/commands/ListActionsCommand.js +47 -0
  32. package/dist-es/commands/ListAssetModelCompositeModelsCommand.js +47 -0
  33. package/dist-es/commands/ListCompositionRelationshipsCommand.js +47 -0
  34. package/dist-es/commands/UpdateAssetModelCompositeModelCommand.js +47 -0
  35. package/dist-es/commands/index.js +11 -0
  36. package/dist-es/models/index.js +1 -0
  37. package/dist-es/models/models_0.js +54 -13
  38. package/dist-es/models/models_1.js +14 -0
  39. package/dist-es/pagination/ExecuteQueryPaginator.js +25 -0
  40. package/dist-es/pagination/ListAssetModelCompositeModelsPaginator.js +25 -0
  41. package/dist-es/pagination/ListCompositionRelationshipsPaginator.js +25 -0
  42. package/dist-es/pagination/index.js +3 -0
  43. package/dist-es/protocols/Aws_restJson1.js +1038 -68
  44. package/dist-types/IoTSiteWise.d.ts +77 -0
  45. package/dist-types/IoTSiteWiseClient.d.ts +13 -2
  46. package/dist-types/commands/CreateAssetCommand.d.ts +2 -0
  47. package/dist-types/commands/CreateAssetModelCommand.d.ts +52 -4
  48. package/dist-types/commands/CreateAssetModelCompositeModelCommand.d.ts +212 -0
  49. package/dist-types/commands/CreateBulkImportJobCommand.d.ts +8 -3
  50. package/dist-types/commands/DeleteAssetCommand.d.ts +1 -1
  51. package/dist-types/commands/DeleteAssetModelCompositeModelCommand.d.ts +111 -0
  52. package/dist-types/commands/DescribeActionCommand.d.ts +97 -0
  53. package/dist-types/commands/DescribeAssetCommand.d.ts +32 -0
  54. package/dist-types/commands/DescribeAssetCompositeModelCommand.d.ts +145 -0
  55. package/dist-types/commands/DescribeAssetModelCommand.d.ts +46 -4
  56. package/dist-types/commands/DescribeAssetModelCompositeModelCommand.d.ts +209 -0
  57. package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +44 -4
  58. package/dist-types/commands/DescribeBulkImportJobCommand.d.ts +4 -1
  59. package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +5 -0
  60. package/dist-types/commands/ExecuteActionCommand.d.ts +106 -0
  61. package/dist-types/commands/ExecuteQueryCommand.d.ts +130 -0
  62. package/dist-types/commands/ListActionsCommand.d.ts +101 -0
  63. package/dist-types/commands/ListAssetModelCompositeModelsCommand.d.ts +106 -0
  64. package/dist-types/commands/ListAssetModelPropertiesCommand.d.ts +21 -2
  65. package/dist-types/commands/ListAssetModelsCommand.d.ts +5 -0
  66. package/dist-types/commands/ListAssetPropertiesCommand.d.ts +8 -1
  67. package/dist-types/commands/ListAssetsCommand.d.ts +2 -0
  68. package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +2 -0
  69. package/dist-types/commands/ListCompositionRelationshipsCommand.d.ts +98 -0
  70. package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +1 -1
  71. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +1 -1
  72. package/dist-types/commands/PutStorageConfigurationCommand.d.ts +11 -1
  73. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  74. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  75. package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +1 -1
  76. package/dist-types/commands/UpdateAssetCommand.d.ts +2 -1
  77. package/dist-types/commands/UpdateAssetModelCommand.d.ts +31 -5
  78. package/dist-types/commands/UpdateAssetModelCompositeModelCommand.d.ts +220 -0
  79. package/dist-types/commands/UpdateAssetPropertyCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
  81. package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +1 -1
  82. package/dist-types/commands/UpdateGatewayCommand.d.ts +1 -1
  83. package/dist-types/commands/UpdatePortalCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
  85. package/dist-types/commands/index.d.ts +11 -0
  86. package/dist-types/models/index.d.ts +1 -0
  87. package/dist-types/models/models_0.d.ts +1377 -773
  88. package/dist-types/models/models_1.d.ts +796 -0
  89. package/dist-types/pagination/ExecuteQueryPaginator.d.ts +7 -0
  90. package/dist-types/pagination/ListAssetModelCompositeModelsPaginator.d.ts +7 -0
  91. package/dist-types/pagination/ListCompositionRelationshipsPaginator.d.ts +7 -0
  92. package/dist-types/pagination/index.d.ts +3 -0
  93. package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
  94. package/dist-types/ts3.4/IoTSiteWise.d.ts +187 -0
  95. package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +66 -0
  96. package/dist-types/ts3.4/commands/CreateAssetModelCompositeModelCommand.d.ts +42 -0
  97. package/dist-types/ts3.4/commands/DeleteAssetModelCompositeModelCommand.d.ts +42 -0
  98. package/dist-types/ts3.4/commands/DescribeActionCommand.d.ts +38 -0
  99. package/dist-types/ts3.4/commands/DescribeAssetCompositeModelCommand.d.ts +42 -0
  100. package/dist-types/ts3.4/commands/DescribeAssetModelCompositeModelCommand.d.ts +42 -0
  101. package/dist-types/ts3.4/commands/ExecuteActionCommand.d.ts +38 -0
  102. package/dist-types/ts3.4/commands/ExecuteQueryCommand.d.ts +36 -0
  103. package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +35 -0
  104. package/dist-types/ts3.4/commands/ListAssetModelCompositeModelsCommand.d.ts +42 -0
  105. package/dist-types/ts3.4/commands/ListCompositionRelationshipsCommand.d.ts +42 -0
  106. package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/PutStorageConfigurationCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/UpdateAssetModelCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/UpdateAssetModelCompositeModelCommand.d.ts +42 -0
  115. package/dist-types/ts3.4/commands/UpdateAssetPropertyCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  122. package/dist-types/ts3.4/models/index.d.ts +1 -0
  123. package/dist-types/ts3.4/models/models_0.d.ts +284 -130
  124. package/dist-types/ts3.4/models/models_1.d.ts +190 -0
  125. package/dist-types/ts3.4/pagination/ExecuteQueryPaginator.d.ts +11 -0
  126. package/dist-types/ts3.4/pagination/ListAssetModelCompositeModelsPaginator.d.ts +11 -0
  127. package/dist-types/ts3.4/pagination/ListCompositionRelationshipsPaginator.d.ts +11 -0
  128. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  129. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
  130. package/package.json +1 -1
@@ -0,0 +1,190 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { IoTSiteWiseServiceException as __BaseException } from "./IoTSiteWiseServiceException";
3
+ import {
4
+ Alarms,
5
+ AssetModelCompositeModel,
6
+ AssetModelCompositeModelPathSegment,
7
+ AssetModelHierarchy,
8
+ AssetModelProperty,
9
+ AssetModelStatus,
10
+ AssetStatus,
11
+ CapabilitySyncStatus,
12
+ ColumnInfo,
13
+ ConfigurationStatus,
14
+ DisassociatedDataStorageState,
15
+ EncryptionType,
16
+ Identity,
17
+ ImageFile,
18
+ LoggingOptions,
19
+ MultiLayerStorage,
20
+ Permission,
21
+ PortalStatus,
22
+ PropertyNotificationState,
23
+ Resource,
24
+ RetentionPeriod,
25
+ StorageType,
26
+ WarmTierRetentionPeriod,
27
+ WarmTierState,
28
+ } from "./models_0";
29
+ export interface PutDefaultEncryptionConfigurationRequest {
30
+ encryptionType: EncryptionType | undefined;
31
+ kmsKeyId?: string;
32
+ }
33
+ export interface PutDefaultEncryptionConfigurationResponse {
34
+ encryptionType: EncryptionType | undefined;
35
+ kmsKeyArn?: string;
36
+ configurationStatus: ConfigurationStatus | undefined;
37
+ }
38
+ export interface PutLoggingOptionsRequest {
39
+ loggingOptions: LoggingOptions | undefined;
40
+ }
41
+ export interface PutLoggingOptionsResponse {}
42
+ export interface PutStorageConfigurationRequest {
43
+ storageType: StorageType | undefined;
44
+ multiLayerStorage?: MultiLayerStorage;
45
+ disassociatedDataStorage?: DisassociatedDataStorageState;
46
+ retentionPeriod?: RetentionPeriod;
47
+ warmTier?: WarmTierState;
48
+ warmTierRetentionPeriod?: WarmTierRetentionPeriod;
49
+ }
50
+ export interface PutStorageConfigurationResponse {
51
+ storageType: StorageType | undefined;
52
+ multiLayerStorage?: MultiLayerStorage;
53
+ disassociatedDataStorage?: DisassociatedDataStorageState;
54
+ retentionPeriod?: RetentionPeriod;
55
+ configurationStatus: ConfigurationStatus | undefined;
56
+ warmTier?: WarmTierState;
57
+ warmTierRetentionPeriod?: WarmTierRetentionPeriod;
58
+ }
59
+ export interface TagResourceRequest {
60
+ resourceArn: string | undefined;
61
+ tags: Record<string, string> | undefined;
62
+ }
63
+ export interface TagResourceResponse {}
64
+ export declare class TooManyTagsException extends __BaseException {
65
+ readonly name: "TooManyTagsException";
66
+ readonly $fault: "client";
67
+ resourceName?: string;
68
+ constructor(
69
+ opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
70
+ );
71
+ }
72
+ export interface UntagResourceRequest {
73
+ resourceArn: string | undefined;
74
+ tagKeys: string[] | undefined;
75
+ }
76
+ export interface UntagResourceResponse {}
77
+ export interface UpdateAccessPolicyRequest {
78
+ accessPolicyId: string | undefined;
79
+ accessPolicyIdentity: Identity | undefined;
80
+ accessPolicyResource: Resource | undefined;
81
+ accessPolicyPermission: Permission | undefined;
82
+ clientToken?: string;
83
+ }
84
+ export interface UpdateAccessPolicyResponse {}
85
+ export interface UpdateAssetRequest {
86
+ assetId: string | undefined;
87
+ assetName: string | undefined;
88
+ clientToken?: string;
89
+ assetDescription?: string;
90
+ assetExternalId?: string;
91
+ }
92
+ export interface UpdateAssetResponse {
93
+ assetStatus: AssetStatus | undefined;
94
+ }
95
+ export interface UpdateAssetModelRequest {
96
+ assetModelId: string | undefined;
97
+ assetModelName: string | undefined;
98
+ assetModelDescription?: string;
99
+ assetModelProperties?: AssetModelProperty[];
100
+ assetModelHierarchies?: AssetModelHierarchy[];
101
+ assetModelCompositeModels?: AssetModelCompositeModel[];
102
+ clientToken?: string;
103
+ assetModelExternalId?: string;
104
+ }
105
+ export interface UpdateAssetModelResponse {
106
+ assetModelStatus: AssetModelStatus | undefined;
107
+ }
108
+ export interface UpdateAssetModelCompositeModelRequest {
109
+ assetModelId: string | undefined;
110
+ assetModelCompositeModelId: string | undefined;
111
+ assetModelCompositeModelExternalId?: string;
112
+ assetModelCompositeModelDescription?: string;
113
+ assetModelCompositeModelName: string | undefined;
114
+ clientToken?: string;
115
+ assetModelCompositeModelProperties?: AssetModelProperty[];
116
+ }
117
+ export interface UpdateAssetModelCompositeModelResponse {
118
+ assetModelCompositeModelPath:
119
+ | AssetModelCompositeModelPathSegment[]
120
+ | undefined;
121
+ assetModelStatus: AssetModelStatus | undefined;
122
+ }
123
+ export interface UpdateAssetPropertyRequest {
124
+ assetId: string | undefined;
125
+ propertyId: string | undefined;
126
+ propertyAlias?: string;
127
+ propertyNotificationState?: PropertyNotificationState;
128
+ clientToken?: string;
129
+ propertyUnit?: string;
130
+ }
131
+ export interface UpdateDashboardRequest {
132
+ dashboardId: string | undefined;
133
+ dashboardName: string | undefined;
134
+ dashboardDescription?: string;
135
+ dashboardDefinition: string | undefined;
136
+ clientToken?: string;
137
+ }
138
+ export interface UpdateDashboardResponse {}
139
+ export interface UpdateGatewayRequest {
140
+ gatewayId: string | undefined;
141
+ gatewayName: string | undefined;
142
+ }
143
+ export interface UpdateGatewayCapabilityConfigurationRequest {
144
+ gatewayId: string | undefined;
145
+ capabilityNamespace: string | undefined;
146
+ capabilityConfiguration: string | undefined;
147
+ }
148
+ export interface UpdateGatewayCapabilityConfigurationResponse {
149
+ capabilityNamespace: string | undefined;
150
+ capabilitySyncStatus: CapabilitySyncStatus | undefined;
151
+ }
152
+ export interface Image {
153
+ id?: string;
154
+ file?: ImageFile;
155
+ }
156
+ export interface UpdatePortalRequest {
157
+ portalId: string | undefined;
158
+ portalName: string | undefined;
159
+ portalDescription?: string;
160
+ portalContactEmail: string | undefined;
161
+ portalLogoImage?: Image;
162
+ roleArn: string | undefined;
163
+ clientToken?: string;
164
+ notificationSenderEmail?: string;
165
+ alarms?: Alarms;
166
+ }
167
+ export interface UpdatePortalResponse {
168
+ portalStatus: PortalStatus | undefined;
169
+ }
170
+ export interface UpdateProjectRequest {
171
+ projectId: string | undefined;
172
+ projectName: string | undefined;
173
+ projectDescription?: string;
174
+ clientToken?: string;
175
+ }
176
+ export interface UpdateProjectResponse {}
177
+ export interface Datum {
178
+ scalarValue?: string;
179
+ arrayValue?: Datum[];
180
+ rowValue?: Row;
181
+ nullValue?: boolean;
182
+ }
183
+ export interface Row {
184
+ data: Datum[] | undefined;
185
+ }
186
+ export interface ExecuteQueryResponse {
187
+ columns?: ColumnInfo[];
188
+ rows?: Row[];
189
+ nextToken?: string;
190
+ }
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ExecuteQueryCommandInput,
4
+ ExecuteQueryCommandOutput,
5
+ } from "../commands/ExecuteQueryCommand";
6
+ import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateExecuteQuery(
8
+ config: IoTSiteWisePaginationConfiguration,
9
+ input: ExecuteQueryCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ExecuteQueryCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListAssetModelCompositeModelsCommandInput,
4
+ ListAssetModelCompositeModelsCommandOutput,
5
+ } from "../commands/ListAssetModelCompositeModelsCommand";
6
+ import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListAssetModelCompositeModels(
8
+ config: IoTSiteWisePaginationConfiguration,
9
+ input: ListAssetModelCompositeModelsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListAssetModelCompositeModelsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListCompositionRelationshipsCommandInput,
4
+ ListCompositionRelationshipsCommandOutput,
5
+ } from "../commands/ListCompositionRelationshipsCommand";
6
+ import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListCompositionRelationships(
8
+ config: IoTSiteWisePaginationConfiguration,
9
+ input: ListCompositionRelationshipsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListCompositionRelationshipsCommandOutput>;
@@ -1,11 +1,13 @@
1
1
  export * from "./BatchGetAssetPropertyAggregatesPaginator";
2
2
  export * from "./BatchGetAssetPropertyValueHistoryPaginator";
3
3
  export * from "./BatchGetAssetPropertyValuePaginator";
4
+ export * from "./ExecuteQueryPaginator";
4
5
  export * from "./GetAssetPropertyAggregatesPaginator";
5
6
  export * from "./GetAssetPropertyValueHistoryPaginator";
6
7
  export * from "./GetInterpolatedAssetPropertyValuesPaginator";
7
8
  export * from "./Interfaces";
8
9
  export * from "./ListAccessPoliciesPaginator";
10
+ export * from "./ListAssetModelCompositeModelsPaginator";
9
11
  export * from "./ListAssetModelPropertiesPaginator";
10
12
  export * from "./ListAssetModelsPaginator";
11
13
  export * from "./ListAssetPropertiesPaginator";
@@ -13,6 +15,7 @@ export * from "./ListAssetRelationshipsPaginator";
13
15
  export * from "./ListAssetsPaginator";
14
16
  export * from "./ListAssociatedAssetsPaginator";
15
17
  export * from "./ListBulkImportJobsPaginator";
18
+ export * from "./ListCompositionRelationshipsPaginator";
16
19
  export * from "./ListDashboardsPaginator";
17
20
  export * from "./ListGatewaysPaginator";
18
21
  export * from "./ListPortalsPaginator";
@@ -47,6 +47,10 @@ import {
47
47
  CreateAssetModelCommandInput,
48
48
  CreateAssetModelCommandOutput,
49
49
  } from "../commands/CreateAssetModelCommand";
50
+ import {
51
+ CreateAssetModelCompositeModelCommandInput,
52
+ CreateAssetModelCompositeModelCommandOutput,
53
+ } from "../commands/CreateAssetModelCompositeModelCommand";
50
54
  import {
51
55
  CreateBulkImportJobCommandInput,
52
56
  CreateBulkImportJobCommandOutput,
@@ -79,6 +83,10 @@ import {
79
83
  DeleteAssetModelCommandInput,
80
84
  DeleteAssetModelCommandOutput,
81
85
  } from "../commands/DeleteAssetModelCommand";
86
+ import {
87
+ DeleteAssetModelCompositeModelCommandInput,
88
+ DeleteAssetModelCompositeModelCommandOutput,
89
+ } from "../commands/DeleteAssetModelCompositeModelCommand";
82
90
  import {
83
91
  DeleteDashboardCommandInput,
84
92
  DeleteDashboardCommandOutput,
@@ -103,14 +111,26 @@ import {
103
111
  DescribeAccessPolicyCommandInput,
104
112
  DescribeAccessPolicyCommandOutput,
105
113
  } from "../commands/DescribeAccessPolicyCommand";
114
+ import {
115
+ DescribeActionCommandInput,
116
+ DescribeActionCommandOutput,
117
+ } from "../commands/DescribeActionCommand";
106
118
  import {
107
119
  DescribeAssetCommandInput,
108
120
  DescribeAssetCommandOutput,
109
121
  } from "../commands/DescribeAssetCommand";
122
+ import {
123
+ DescribeAssetCompositeModelCommandInput,
124
+ DescribeAssetCompositeModelCommandOutput,
125
+ } from "../commands/DescribeAssetCompositeModelCommand";
110
126
  import {
111
127
  DescribeAssetModelCommandInput,
112
128
  DescribeAssetModelCommandOutput,
113
129
  } from "../commands/DescribeAssetModelCommand";
130
+ import {
131
+ DescribeAssetModelCompositeModelCommandInput,
132
+ DescribeAssetModelCompositeModelCommandOutput,
133
+ } from "../commands/DescribeAssetModelCompositeModelCommand";
114
134
  import {
115
135
  DescribeAssetPropertyCommandInput,
116
136
  DescribeAssetPropertyCommandOutput,
@@ -163,6 +183,14 @@ import {
163
183
  DisassociateTimeSeriesFromAssetPropertyCommandInput,
164
184
  DisassociateTimeSeriesFromAssetPropertyCommandOutput,
165
185
  } from "../commands/DisassociateTimeSeriesFromAssetPropertyCommand";
186
+ import {
187
+ ExecuteActionCommandInput,
188
+ ExecuteActionCommandOutput,
189
+ } from "../commands/ExecuteActionCommand";
190
+ import {
191
+ ExecuteQueryCommandInput,
192
+ ExecuteQueryCommandOutput,
193
+ } from "../commands/ExecuteQueryCommand";
166
194
  import {
167
195
  GetAssetPropertyAggregatesCommandInput,
168
196
  GetAssetPropertyAggregatesCommandOutput,
@@ -183,6 +211,14 @@ import {
183
211
  ListAccessPoliciesCommandInput,
184
212
  ListAccessPoliciesCommandOutput,
185
213
  } from "../commands/ListAccessPoliciesCommand";
214
+ import {
215
+ ListActionsCommandInput,
216
+ ListActionsCommandOutput,
217
+ } from "../commands/ListActionsCommand";
218
+ import {
219
+ ListAssetModelCompositeModelsCommandInput,
220
+ ListAssetModelCompositeModelsCommandOutput,
221
+ } from "../commands/ListAssetModelCompositeModelsCommand";
186
222
  import {
187
223
  ListAssetModelPropertiesCommandInput,
188
224
  ListAssetModelPropertiesCommandOutput,
@@ -211,6 +247,10 @@ import {
211
247
  ListBulkImportJobsCommandInput,
212
248
  ListBulkImportJobsCommandOutput,
213
249
  } from "../commands/ListBulkImportJobsCommand";
250
+ import {
251
+ ListCompositionRelationshipsCommandInput,
252
+ ListCompositionRelationshipsCommandOutput,
253
+ } from "../commands/ListCompositionRelationshipsCommand";
214
254
  import {
215
255
  ListDashboardsCommandInput,
216
256
  ListDashboardsCommandOutput,
@@ -271,6 +311,10 @@ import {
271
311
  UpdateAssetModelCommandInput,
272
312
  UpdateAssetModelCommandOutput,
273
313
  } from "../commands/UpdateAssetModelCommand";
314
+ import {
315
+ UpdateAssetModelCompositeModelCommandInput,
316
+ UpdateAssetModelCompositeModelCommandOutput,
317
+ } from "../commands/UpdateAssetModelCompositeModelCommand";
274
318
  import {
275
319
  UpdateAssetPropertyCommandInput,
276
320
  UpdateAssetPropertyCommandOutput,
@@ -339,6 +383,10 @@ export declare const se_CreateAssetModelCommand: (
339
383
  input: CreateAssetModelCommandInput,
340
384
  context: __SerdeContext
341
385
  ) => Promise<__HttpRequest>;
386
+ export declare const se_CreateAssetModelCompositeModelCommand: (
387
+ input: CreateAssetModelCompositeModelCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
342
390
  export declare const se_CreateBulkImportJobCommand: (
343
391
  input: CreateBulkImportJobCommandInput,
344
392
  context: __SerdeContext
@@ -371,6 +419,10 @@ export declare const se_DeleteAssetModelCommand: (
371
419
  input: DeleteAssetModelCommandInput,
372
420
  context: __SerdeContext
373
421
  ) => Promise<__HttpRequest>;
422
+ export declare const se_DeleteAssetModelCompositeModelCommand: (
423
+ input: DeleteAssetModelCompositeModelCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
374
426
  export declare const se_DeleteDashboardCommand: (
375
427
  input: DeleteDashboardCommandInput,
376
428
  context: __SerdeContext
@@ -395,14 +447,26 @@ export declare const se_DescribeAccessPolicyCommand: (
395
447
  input: DescribeAccessPolicyCommandInput,
396
448
  context: __SerdeContext
397
449
  ) => Promise<__HttpRequest>;
450
+ export declare const se_DescribeActionCommand: (
451
+ input: DescribeActionCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
398
454
  export declare const se_DescribeAssetCommand: (
399
455
  input: DescribeAssetCommandInput,
400
456
  context: __SerdeContext
401
457
  ) => Promise<__HttpRequest>;
458
+ export declare const se_DescribeAssetCompositeModelCommand: (
459
+ input: DescribeAssetCompositeModelCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
402
462
  export declare const se_DescribeAssetModelCommand: (
403
463
  input: DescribeAssetModelCommandInput,
404
464
  context: __SerdeContext
405
465
  ) => Promise<__HttpRequest>;
466
+ export declare const se_DescribeAssetModelCompositeModelCommand: (
467
+ input: DescribeAssetModelCompositeModelCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
406
470
  export declare const se_DescribeAssetPropertyCommand: (
407
471
  input: DescribeAssetPropertyCommandInput,
408
472
  context: __SerdeContext
@@ -455,6 +519,14 @@ export declare const se_DisassociateTimeSeriesFromAssetPropertyCommand: (
455
519
  input: DisassociateTimeSeriesFromAssetPropertyCommandInput,
456
520
  context: __SerdeContext
457
521
  ) => Promise<__HttpRequest>;
522
+ export declare const se_ExecuteActionCommand: (
523
+ input: ExecuteActionCommandInput,
524
+ context: __SerdeContext
525
+ ) => Promise<__HttpRequest>;
526
+ export declare const se_ExecuteQueryCommand: (
527
+ input: ExecuteQueryCommandInput,
528
+ context: __SerdeContext
529
+ ) => Promise<__HttpRequest>;
458
530
  export declare const se_GetAssetPropertyAggregatesCommand: (
459
531
  input: GetAssetPropertyAggregatesCommandInput,
460
532
  context: __SerdeContext
@@ -475,6 +547,14 @@ export declare const se_ListAccessPoliciesCommand: (
475
547
  input: ListAccessPoliciesCommandInput,
476
548
  context: __SerdeContext
477
549
  ) => Promise<__HttpRequest>;
550
+ export declare const se_ListActionsCommand: (
551
+ input: ListActionsCommandInput,
552
+ context: __SerdeContext
553
+ ) => Promise<__HttpRequest>;
554
+ export declare const se_ListAssetModelCompositeModelsCommand: (
555
+ input: ListAssetModelCompositeModelsCommandInput,
556
+ context: __SerdeContext
557
+ ) => Promise<__HttpRequest>;
478
558
  export declare const se_ListAssetModelPropertiesCommand: (
479
559
  input: ListAssetModelPropertiesCommandInput,
480
560
  context: __SerdeContext
@@ -503,6 +583,10 @@ export declare const se_ListBulkImportJobsCommand: (
503
583
  input: ListBulkImportJobsCommandInput,
504
584
  context: __SerdeContext
505
585
  ) => Promise<__HttpRequest>;
586
+ export declare const se_ListCompositionRelationshipsCommand: (
587
+ input: ListCompositionRelationshipsCommandInput,
588
+ context: __SerdeContext
589
+ ) => Promise<__HttpRequest>;
506
590
  export declare const se_ListDashboardsCommand: (
507
591
  input: ListDashboardsCommandInput,
508
592
  context: __SerdeContext
@@ -563,6 +647,10 @@ export declare const se_UpdateAssetModelCommand: (
563
647
  input: UpdateAssetModelCommandInput,
564
648
  context: __SerdeContext
565
649
  ) => Promise<__HttpRequest>;
650
+ export declare const se_UpdateAssetModelCompositeModelCommand: (
651
+ input: UpdateAssetModelCompositeModelCommandInput,
652
+ context: __SerdeContext
653
+ ) => Promise<__HttpRequest>;
566
654
  export declare const se_UpdateAssetPropertyCommand: (
567
655
  input: UpdateAssetPropertyCommandInput,
568
656
  context: __SerdeContext
@@ -631,6 +719,10 @@ export declare const de_CreateAssetModelCommand: (
631
719
  output: __HttpResponse,
632
720
  context: __SerdeContext
633
721
  ) => Promise<CreateAssetModelCommandOutput>;
722
+ export declare const de_CreateAssetModelCompositeModelCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<CreateAssetModelCompositeModelCommandOutput>;
634
726
  export declare const de_CreateBulkImportJobCommand: (
635
727
  output: __HttpResponse,
636
728
  context: __SerdeContext
@@ -663,6 +755,10 @@ export declare const de_DeleteAssetModelCommand: (
663
755
  output: __HttpResponse,
664
756
  context: __SerdeContext
665
757
  ) => Promise<DeleteAssetModelCommandOutput>;
758
+ export declare const de_DeleteAssetModelCompositeModelCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<DeleteAssetModelCompositeModelCommandOutput>;
666
762
  export declare const de_DeleteDashboardCommand: (
667
763
  output: __HttpResponse,
668
764
  context: __SerdeContext
@@ -687,14 +783,26 @@ export declare const de_DescribeAccessPolicyCommand: (
687
783
  output: __HttpResponse,
688
784
  context: __SerdeContext
689
785
  ) => Promise<DescribeAccessPolicyCommandOutput>;
786
+ export declare const de_DescribeActionCommand: (
787
+ output: __HttpResponse,
788
+ context: __SerdeContext
789
+ ) => Promise<DescribeActionCommandOutput>;
690
790
  export declare const de_DescribeAssetCommand: (
691
791
  output: __HttpResponse,
692
792
  context: __SerdeContext
693
793
  ) => Promise<DescribeAssetCommandOutput>;
794
+ export declare const de_DescribeAssetCompositeModelCommand: (
795
+ output: __HttpResponse,
796
+ context: __SerdeContext
797
+ ) => Promise<DescribeAssetCompositeModelCommandOutput>;
694
798
  export declare const de_DescribeAssetModelCommand: (
695
799
  output: __HttpResponse,
696
800
  context: __SerdeContext
697
801
  ) => Promise<DescribeAssetModelCommandOutput>;
802
+ export declare const de_DescribeAssetModelCompositeModelCommand: (
803
+ output: __HttpResponse,
804
+ context: __SerdeContext
805
+ ) => Promise<DescribeAssetModelCompositeModelCommandOutput>;
698
806
  export declare const de_DescribeAssetPropertyCommand: (
699
807
  output: __HttpResponse,
700
808
  context: __SerdeContext
@@ -747,6 +855,14 @@ export declare const de_DisassociateTimeSeriesFromAssetPropertyCommand: (
747
855
  output: __HttpResponse,
748
856
  context: __SerdeContext
749
857
  ) => Promise<DisassociateTimeSeriesFromAssetPropertyCommandOutput>;
858
+ export declare const de_ExecuteActionCommand: (
859
+ output: __HttpResponse,
860
+ context: __SerdeContext
861
+ ) => Promise<ExecuteActionCommandOutput>;
862
+ export declare const de_ExecuteQueryCommand: (
863
+ output: __HttpResponse,
864
+ context: __SerdeContext
865
+ ) => Promise<ExecuteQueryCommandOutput>;
750
866
  export declare const de_GetAssetPropertyAggregatesCommand: (
751
867
  output: __HttpResponse,
752
868
  context: __SerdeContext
@@ -767,6 +883,14 @@ export declare const de_ListAccessPoliciesCommand: (
767
883
  output: __HttpResponse,
768
884
  context: __SerdeContext
769
885
  ) => Promise<ListAccessPoliciesCommandOutput>;
886
+ export declare const de_ListActionsCommand: (
887
+ output: __HttpResponse,
888
+ context: __SerdeContext
889
+ ) => Promise<ListActionsCommandOutput>;
890
+ export declare const de_ListAssetModelCompositeModelsCommand: (
891
+ output: __HttpResponse,
892
+ context: __SerdeContext
893
+ ) => Promise<ListAssetModelCompositeModelsCommandOutput>;
770
894
  export declare const de_ListAssetModelPropertiesCommand: (
771
895
  output: __HttpResponse,
772
896
  context: __SerdeContext
@@ -795,6 +919,10 @@ export declare const de_ListBulkImportJobsCommand: (
795
919
  output: __HttpResponse,
796
920
  context: __SerdeContext
797
921
  ) => Promise<ListBulkImportJobsCommandOutput>;
922
+ export declare const de_ListCompositionRelationshipsCommand: (
923
+ output: __HttpResponse,
924
+ context: __SerdeContext
925
+ ) => Promise<ListCompositionRelationshipsCommandOutput>;
798
926
  export declare const de_ListDashboardsCommand: (
799
927
  output: __HttpResponse,
800
928
  context: __SerdeContext
@@ -855,6 +983,10 @@ export declare const de_UpdateAssetModelCommand: (
855
983
  output: __HttpResponse,
856
984
  context: __SerdeContext
857
985
  ) => Promise<UpdateAssetModelCommandOutput>;
986
+ export declare const de_UpdateAssetModelCompositeModelCommand: (
987
+ output: __HttpResponse,
988
+ context: __SerdeContext
989
+ ) => Promise<UpdateAssetModelCompositeModelCommandOutput>;
858
990
  export declare const de_UpdateAssetPropertyCommand: (
859
991
  output: __HttpResponse,
860
992
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iotsitewise",
3
3
  "description": "AWS SDK for JavaScript Iotsitewise Client for Node.js, Browser and React Native",
4
- "version": "3.454.0",
4
+ "version": "3.456.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",