@aws-sdk/client-iotsitewise 3.1075.0 → 3.1077.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-cjs/index.js CHANGED
@@ -1,22 +1,59 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { resolveEventStreamSerdeConfig } = require("@smithy/core/event-streams");
10
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
11
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
12
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
13
- const { resolveHttpAuthSchemeConfig, defaultIoTSiteWiseHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
14
- const { getRuntimeConfig } = require("./runtimeConfig");
15
- const { AssociateAssets$, AssociateTimeSeriesToAssetProperty$, BatchAssociateProjectAssets$, BatchDisassociateProjectAssets$, BatchGetAssetPropertyAggregates$, BatchGetAssetPropertyValue$, BatchGetAssetPropertyValueHistory$, BatchPutAssetPropertyValue$, CreateAccessPolicy$, CreateAsset$, CreateAssetModel$, CreateAssetModelCompositeModel$, CreateBulkImportJob$, CreateComputationModel$, CreateDashboard$, CreateDataset$, CreateGateway$, CreatePortal$, CreateProject$, DeleteAccessPolicy$, DeleteAsset$, DeleteAssetModel$, DeleteAssetModelCompositeModel$, DeleteAssetModelInterfaceRelationship$, DeleteComputationModel$, DeleteDashboard$, DeleteDataset$, DeleteGateway$, DeletePortal$, DeleteProject$, DeleteTimeSeries$, DescribeAccessPolicy$, DescribeAction$, DescribeAsset$, DescribeAssetCompositeModel$, DescribeAssetModel$, DescribeAssetModelCompositeModel$, DescribeAssetModelInterfaceRelationship$, DescribeAssetProperty$, DescribeBulkImportJob$, DescribeComputationModel$, DescribeComputationModelExecutionSummary$, DescribeDashboard$, DescribeDataset$, DescribeDefaultEncryptionConfiguration$, DescribeExecution$, DescribeGatewayCapabilityConfiguration$, DescribeGateway$, DescribeLoggingOptions$, DescribePortal$, DescribeProject$, DescribeStorageConfiguration$, DescribeTimeSeries$, DisassociateAssets$, DisassociateTimeSeriesFromAssetProperty$, ExecuteAction$, ExecuteQuery$, GetAssetPropertyAggregates$, GetAssetPropertyValue$, GetAssetPropertyValueHistory$, GetInterpolatedAssetPropertyValues$, InvokeAssistant$, ListAccessPolicies$, ListActions$, ListAssetModelCompositeModels$, ListAssetModelProperties$, ListAssetModels$, ListAssetProperties$, ListAssetRelationships$, ListAssets$, ListAssociatedAssets$, ListBulkImportJobs$, ListCompositionRelationships$, ListComputationModelDataBindingUsages$, ListComputationModelResolveToResources$, ListComputationModels$, ListDashboards$, ListDatasets$, ListExecutions$, ListGateways$, ListInterfaceRelationships$, ListPortals$, ListProjectAssets$, ListProjects$, ListTagsForResource$, ListTimeSeries$, PutAssetModelInterfaceRelationship$, PutDefaultEncryptionConfiguration$, PutLoggingOptions$, PutStorageConfiguration$, TagResource$, UntagResource$, UpdateAccessPolicy$, UpdateAsset$, UpdateAssetModel$, UpdateAssetModelCompositeModel$, UpdateAssetProperty$, UpdateComputationModel$, UpdateDashboard$, UpdateDataset$, UpdateGatewayCapabilityConfiguration$, UpdateGateway$, UpdatePortal$, UpdateProject$ } = require("./schemas/schemas_0");
16
- __exportStar(require("./schemas/schemas_0"), exports);
17
- __exportStar(require("./models/errors"), exports);
18
- const { IoTSiteWiseServiceException } = require("./models/IoTSiteWiseServiceException");
19
- exports.IoTSiteWiseServiceException = IoTSiteWiseServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { eventStreamSerdeProvider, resolveEventStreamSerdeConfig } = require("@smithy/core/event-streams");
9
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
12
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
13
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
15
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
16
+ const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
18
+
19
+ const defaultIoTSiteWiseHttpAuthSchemeParametersProvider = async (config, context, input) => {
20
+ return {
21
+ operation: getSmithyContext(context).operation,
22
+ region: await normalizeProvider(config.region)() || (() => {
23
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
24
+ })(),
25
+ };
26
+ };
27
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
28
+ return {
29
+ schemeId: "aws.auth#sigv4",
30
+ signingProperties: {
31
+ name: "iotsitewise",
32
+ region: authParameters.region,
33
+ },
34
+ propertiesExtractor: (config, context) => ({
35
+ signingProperties: {
36
+ config,
37
+ context,
38
+ },
39
+ }),
40
+ };
41
+ }
42
+ const defaultIoTSiteWiseHttpAuthSchemeProvider = (authParameters) => {
43
+ const options = [];
44
+ switch (authParameters.operation) {
45
+ default: {
46
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
47
+ }
48
+ }
49
+ return options;
50
+ };
51
+ const resolveHttpAuthSchemeConfig = (config) => {
52
+ const config_0 = resolveAwsSdkSigV4Config(config);
53
+ return Object.assign(config_0, {
54
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
55
+ });
56
+ };
20
57
 
21
58
  const resolveClientEndpointParameters = (options) => {
22
59
  return Object.assign(options, {
@@ -32,6 +69,3712 @@ const commonParams = {
32
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
33
70
  };
34
71
 
72
+ var version = "3.1076.0";
73
+ var packageInfo = {
74
+ version: version};
75
+
76
+ const k = "ref";
77
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
78
+ const _data = {
79
+ conditions: [
80
+ [c, [g]],
81
+ [c, j],
82
+ ["aws.partition", j, d],
83
+ [e, [{ [k]: "UseFIPS" }, b]],
84
+ [e, [{ [k]: "UseDualStack" }, b]],
85
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
86
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
87
+ ],
88
+ results: [
89
+ [a],
90
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
91
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
92
+ [g, i],
93
+ ["https://iotsitewise-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
94
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
95
+ ["https://iotsitewise-fips.{Region}.{PartitionResult#dnsSuffix}", i],
96
+ [a, "FIPS is enabled but this partition does not support FIPS"],
97
+ ["https://iotsitewise.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
98
+ [a, "DualStack is enabled but this partition does not support DualStack"],
99
+ ["https://iotsitewise.{Region}.{PartitionResult#dnsSuffix}", i],
100
+ [a, "Invalid Configuration: Missing Region"]
101
+ ]
102
+ };
103
+ const root = 2;
104
+ const r = 100_000_000;
105
+ const nodes = new Int32Array([
106
+ -1, 1, -1,
107
+ 0, 12, 3,
108
+ 1, 4, r + 11,
109
+ 2, 5, r + 11,
110
+ 3, 8, 6,
111
+ 4, 7, r + 10,
112
+ 5, r + 8, r + 9,
113
+ 4, 10, 9,
114
+ 6, r + 6, r + 7,
115
+ 5, 11, r + 5,
116
+ 6, r + 4, r + 5,
117
+ 3, r + 1, 13,
118
+ 4, r + 2, r + 3,
119
+ ]);
120
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
121
+
122
+ const cache = new EndpointCache({
123
+ size: 50,
124
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
125
+ });
126
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
127
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
128
+ endpointParams: endpointParams,
129
+ logger: context.logger,
130
+ }));
131
+ };
132
+ customEndpointFunctions.aws = awsEndpointFunctions;
133
+
134
+ class IoTSiteWiseServiceException extends ServiceException {
135
+ constructor(options) {
136
+ super(options);
137
+ Object.setPrototypeOf(this, IoTSiteWiseServiceException.prototype);
138
+ }
139
+ }
140
+
141
+ class AccessDeniedException extends IoTSiteWiseServiceException {
142
+ name = "AccessDeniedException";
143
+ $fault = "client";
144
+ constructor(opts) {
145
+ super({
146
+ name: "AccessDeniedException",
147
+ $fault: "client",
148
+ ...opts,
149
+ });
150
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
151
+ }
152
+ }
153
+ class ConflictingOperationException extends IoTSiteWiseServiceException {
154
+ name = "ConflictingOperationException";
155
+ $fault = "client";
156
+ resourceId;
157
+ resourceArn;
158
+ constructor(opts) {
159
+ super({
160
+ name: "ConflictingOperationException",
161
+ $fault: "client",
162
+ ...opts,
163
+ });
164
+ Object.setPrototypeOf(this, ConflictingOperationException.prototype);
165
+ this.resourceId = opts.resourceId;
166
+ this.resourceArn = opts.resourceArn;
167
+ }
168
+ }
169
+ class InternalFailureException extends IoTSiteWiseServiceException {
170
+ name = "InternalFailureException";
171
+ $fault = "server";
172
+ constructor(opts) {
173
+ super({
174
+ name: "InternalFailureException",
175
+ $fault: "server",
176
+ ...opts,
177
+ });
178
+ Object.setPrototypeOf(this, InternalFailureException.prototype);
179
+ }
180
+ }
181
+ class InvalidRequestException extends IoTSiteWiseServiceException {
182
+ name = "InvalidRequestException";
183
+ $fault = "client";
184
+ constructor(opts) {
185
+ super({
186
+ name: "InvalidRequestException",
187
+ $fault: "client",
188
+ ...opts,
189
+ });
190
+ Object.setPrototypeOf(this, InvalidRequestException.prototype);
191
+ }
192
+ }
193
+ class LimitExceededException extends IoTSiteWiseServiceException {
194
+ name = "LimitExceededException";
195
+ $fault = "client";
196
+ constructor(opts) {
197
+ super({
198
+ name: "LimitExceededException",
199
+ $fault: "client",
200
+ ...opts,
201
+ });
202
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
203
+ }
204
+ }
205
+ class ResourceAlreadyExistsException extends IoTSiteWiseServiceException {
206
+ name = "ResourceAlreadyExistsException";
207
+ $fault = "client";
208
+ resourceId;
209
+ resourceArn;
210
+ constructor(opts) {
211
+ super({
212
+ name: "ResourceAlreadyExistsException",
213
+ $fault: "client",
214
+ ...opts,
215
+ });
216
+ Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
217
+ this.resourceId = opts.resourceId;
218
+ this.resourceArn = opts.resourceArn;
219
+ }
220
+ }
221
+ class ResourceNotFoundException extends IoTSiteWiseServiceException {
222
+ name = "ResourceNotFoundException";
223
+ $fault = "client";
224
+ constructor(opts) {
225
+ super({
226
+ name: "ResourceNotFoundException",
227
+ $fault: "client",
228
+ ...opts,
229
+ });
230
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
231
+ }
232
+ }
233
+ class ThrottlingException extends IoTSiteWiseServiceException {
234
+ name = "ThrottlingException";
235
+ $fault = "client";
236
+ constructor(opts) {
237
+ super({
238
+ name: "ThrottlingException",
239
+ $fault: "client",
240
+ ...opts,
241
+ });
242
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
243
+ }
244
+ }
245
+ class ServiceUnavailableException extends IoTSiteWiseServiceException {
246
+ name = "ServiceUnavailableException";
247
+ $fault = "server";
248
+ constructor(opts) {
249
+ super({
250
+ name: "ServiceUnavailableException",
251
+ $fault: "server",
252
+ ...opts,
253
+ });
254
+ Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
255
+ }
256
+ }
257
+ class PreconditionFailedException extends IoTSiteWiseServiceException {
258
+ name = "PreconditionFailedException";
259
+ $fault = "client";
260
+ resourceId;
261
+ resourceArn;
262
+ constructor(opts) {
263
+ super({
264
+ name: "PreconditionFailedException",
265
+ $fault: "client",
266
+ ...opts,
267
+ });
268
+ Object.setPrototypeOf(this, PreconditionFailedException.prototype);
269
+ this.resourceId = opts.resourceId;
270
+ this.resourceArn = opts.resourceArn;
271
+ }
272
+ }
273
+ class QueryTimeoutException extends IoTSiteWiseServiceException {
274
+ name = "QueryTimeoutException";
275
+ $fault = "client";
276
+ constructor(opts) {
277
+ super({
278
+ name: "QueryTimeoutException",
279
+ $fault: "client",
280
+ ...opts,
281
+ });
282
+ Object.setPrototypeOf(this, QueryTimeoutException.prototype);
283
+ }
284
+ }
285
+ class ValidationException extends IoTSiteWiseServiceException {
286
+ name = "ValidationException";
287
+ $fault = "client";
288
+ constructor(opts) {
289
+ super({
290
+ name: "ValidationException",
291
+ $fault: "client",
292
+ ...opts,
293
+ });
294
+ Object.setPrototypeOf(this, ValidationException.prototype);
295
+ }
296
+ }
297
+ class UnauthorizedException extends IoTSiteWiseServiceException {
298
+ name = "UnauthorizedException";
299
+ $fault = "client";
300
+ constructor(opts) {
301
+ super({
302
+ name: "UnauthorizedException",
303
+ $fault: "client",
304
+ ...opts,
305
+ });
306
+ Object.setPrototypeOf(this, UnauthorizedException.prototype);
307
+ }
308
+ }
309
+ class TooManyTagsException extends IoTSiteWiseServiceException {
310
+ name = "TooManyTagsException";
311
+ $fault = "client";
312
+ resourceName;
313
+ constructor(opts) {
314
+ super({
315
+ name: "TooManyTagsException",
316
+ $fault: "client",
317
+ ...opts,
318
+ });
319
+ Object.setPrototypeOf(this, TooManyTagsException.prototype);
320
+ this.resourceName = opts.resourceName;
321
+ }
322
+ }
323
+
324
+ const _A = "Aggregates";
325
+ const _AA = "AssociateAssets";
326
+ const _AAR = "AssociateAssetsRequest";
327
+ const _AAS = "AssociatedAssetsSummary";
328
+ const _AASs = "AssociatedAssetsSummaries";
329
+ const _ABVF = "AssetBindingValueFilter";
330
+ const _ACM = "AssetCompositeModel";
331
+ const _ACMP = "AssetCompositeModelPath";
332
+ const _ACMPS = "AssetCompositeModelPathSegment";
333
+ const _ACMS = "AssetCompositeModelSummary";
334
+ const _ACMSs = "AssetCompositeModelSummaries";
335
+ const _ACMs = "AssetCompositeModels";
336
+ const _AD = "ActionDefinition";
337
+ const _ADE = "AccessDeniedException";
338
+ const _ADc = "ActionDefinitions";
339
+ const _AED = "AssetErrorDetails";
340
+ const _AH = "AssetHierarchy";
341
+ const _AHI = "AssetHierarchyInfo";
342
+ const _AHs = "AssetHierarchies";
343
+ const _AMBVF = "AssetModelBindingValueFilter";
344
+ const _AMCM = "AssetModelCompositeModel";
345
+ const _AMCMD = "AssetModelCompositeModelDefinition";
346
+ const _AMCMDs = "AssetModelCompositeModelDefinitions";
347
+ const _AMCMP = "AssetModelCompositeModelPath";
348
+ const _AMCMPS = "AssetModelCompositeModelPathSegment";
349
+ const _AMCMS = "AssetModelCompositeModelSummary";
350
+ const _AMCMSs = "AssetModelCompositeModelSummaries";
351
+ const _AMCMs = "AssetModelCompositeModels";
352
+ const _AMH = "AssetModelHierarchy";
353
+ const _AMHD = "AssetModelHierarchyDefinition";
354
+ const _AMHDs = "AssetModelHierarchyDefinitions";
355
+ const _AMHs = "AssetModelHierarchies";
356
+ const _AMP = "AssetModelProperty";
357
+ const _AMPBV = "AssetModelPropertyBindingValue";
358
+ const _AMPBVF = "AssetModelPropertyBindingValueFilter";
359
+ const _AMPD = "AssetModelPropertyDefinition";
360
+ const _AMPDs = "AssetModelPropertyDefinitions";
361
+ const _AMPP = "AssetModelPropertyPath";
362
+ const _AMPPS = "AssetModelPropertyPathSegment";
363
+ const _AMPS = "AssetModelPropertySummary";
364
+ const _AMPSs = "AssetModelPropertySummaries";
365
+ const _AMPs = "AssetModelProperties";
366
+ const _AMS = "AssetModelStatus";
367
+ const _AMSs = "AssetModelSummary";
368
+ const _AMSss = "AssetModelSummaries";
369
+ const _AP = "ActionPayload";
370
+ const _APBV = "AssetPropertyBindingValue";
371
+ const _APBVF = "AssetPropertyBindingValueFilter";
372
+ const _APP = "AssetPropertyPath";
373
+ const _APPS = "AssetPropertyPathSegment";
374
+ const _APS = "AccessPolicySummary";
375
+ const _APSc = "AccessPolicySummaries";
376
+ const _APSs = "AssetPropertySummary";
377
+ const _APSss = "AssetPropertySummaries";
378
+ const _APV = "AssetPropertyValue";
379
+ const _APVH = "AssetPropertyValueHistory";
380
+ const _APVs = "AssetPropertyValues";
381
+ const _APs = "AssetProperty";
382
+ const _APss = "AssetProperties";
383
+ const _ARS = "AssetRelationshipSummary";
384
+ const _ARSs = "AssetRelationshipSummaries";
385
+ const _AS = "ActionSummary";
386
+ const _ASc = "ActionSummaries";
387
+ const _ASs = "AssetStatus";
388
+ const _ASss = "AssetSummary";
389
+ const _ASsse = "AssetSummaries";
390
+ const _ATSTAP = "AssociateTimeSeriesToAssetProperty";
391
+ const _ATSTAPR = "AssociateTimeSeriesToAssetPropertyRequest";
392
+ const _AV = "AggregatedValue";
393
+ const _AVg = "AggregatedValues";
394
+ const _Al = "Alarms";
395
+ const _At = "Attribute";
396
+ const _BAPA = "BatchAssociateProjectAssets";
397
+ const _BAPAE = "BatchAssociateProjectAssetsErrors";
398
+ const _BAPAR = "BatchAssociateProjectAssetsRequest";
399
+ const _BAPARa = "BatchAssociateProjectAssetsResponse";
400
+ const _BDPA = "BatchDisassociateProjectAssets";
401
+ const _BDPAE = "BatchDisassociateProjectAssetsErrors";
402
+ const _BDPAR = "BatchDisassociateProjectAssetsRequest";
403
+ const _BDPARa = "BatchDisassociateProjectAssetsResponse";
404
+ const _BGAPA = "BatchGetAssetPropertyAggregates";
405
+ const _BGAPAE = "BatchGetAssetPropertyAggregatesEntry";
406
+ const _BGAPAEE = "BatchGetAssetPropertyAggregatesErrorEntry";
407
+ const _BGAPAEEa = "BatchGetAssetPropertyAggregatesErrorEntries";
408
+ const _BGAPAEI = "BatchGetAssetPropertyAggregatesErrorInfo";
409
+ const _BGAPAEa = "BatchGetAssetPropertyAggregatesEntries";
410
+ const _BGAPAR = "BatchGetAssetPropertyAggregatesRequest";
411
+ const _BGAPARa = "BatchGetAssetPropertyAggregatesResponse";
412
+ const _BGAPASE = "BatchGetAssetPropertyAggregatesSkippedEntry";
413
+ const _BGAPASEa = "BatchGetAssetPropertyAggregatesSuccessEntry";
414
+ const _BGAPASEat = "BatchGetAssetPropertyAggregatesSkippedEntries";
415
+ const _BGAPASEatc = "BatchGetAssetPropertyAggregatesSuccessEntries";
416
+ const _BGAPV = "BatchGetAssetPropertyValue";
417
+ const _BGAPVE = "BatchGetAssetPropertyValueEntry";
418
+ const _BGAPVEE = "BatchGetAssetPropertyValueErrorEntry";
419
+ const _BGAPVEEa = "BatchGetAssetPropertyValueErrorEntries";
420
+ const _BGAPVEI = "BatchGetAssetPropertyValueErrorInfo";
421
+ const _BGAPVEa = "BatchGetAssetPropertyValueEntries";
422
+ const _BGAPVH = "BatchGetAssetPropertyValueHistory";
423
+ const _BGAPVHE = "BatchGetAssetPropertyValueHistoryEntry";
424
+ const _BGAPVHEE = "BatchGetAssetPropertyValueHistoryErrorEntry";
425
+ const _BGAPVHEEa = "BatchGetAssetPropertyValueHistoryErrorEntries";
426
+ const _BGAPVHEI = "BatchGetAssetPropertyValueHistoryErrorInfo";
427
+ const _BGAPVHEa = "BatchGetAssetPropertyValueHistoryEntries";
428
+ const _BGAPVHR = "BatchGetAssetPropertyValueHistoryRequest";
429
+ const _BGAPVHRa = "BatchGetAssetPropertyValueHistoryResponse";
430
+ const _BGAPVHSE = "BatchGetAssetPropertyValueHistorySkippedEntry";
431
+ const _BGAPVHSEa = "BatchGetAssetPropertyValueHistorySuccessEntry";
432
+ const _BGAPVHSEat = "BatchGetAssetPropertyValueHistorySkippedEntries";
433
+ const _BGAPVHSEatc = "BatchGetAssetPropertyValueHistorySuccessEntries";
434
+ const _BGAPVR = "BatchGetAssetPropertyValueRequest";
435
+ const _BGAPVRa = "BatchGetAssetPropertyValueResponse";
436
+ const _BGAPVSE = "BatchGetAssetPropertyValueSkippedEntry";
437
+ const _BGAPVSEa = "BatchGetAssetPropertyValueSuccessEntry";
438
+ const _BGAPVSEat = "BatchGetAssetPropertyValueSkippedEntries";
439
+ const _BGAPVSEatc = "BatchGetAssetPropertyValueSuccessEntries";
440
+ const _BPAPE = "BatchPutAssetPropertyError";
441
+ const _BPAPEE = "BatchPutAssetPropertyErrorEntry";
442
+ const _BPAPEEa = "BatchPutAssetPropertyErrorEntries";
443
+ const _BPAPEa = "BatchPutAssetPropertyErrors";
444
+ const _BPAPV = "BatchPutAssetPropertyValue";
445
+ const _BPAPVR = "BatchPutAssetPropertyValueRequest";
446
+ const _BPAPVRa = "BatchPutAssetPropertyValueResponse";
447
+ const _BVL = "BindingValueList";
448
+ const _C = "Citation";
449
+ const _CA = "CreateAsset";
450
+ const _CAM = "CreateAssetModel";
451
+ const _CAMCM = "CreateAssetModelCompositeModel";
452
+ const _CAMCMR = "CreateAssetModelCompositeModelRequest";
453
+ const _CAMCMRr = "CreateAssetModelCompositeModelResponse";
454
+ const _CAMR = "CreateAssetModelRequest";
455
+ const _CAMRr = "CreateAssetModelResponse";
456
+ const _CAP = "CreateAccessPolicy";
457
+ const _CAPR = "CreateAccessPolicyRequest";
458
+ const _CAPRr = "CreateAccessPolicyResponse";
459
+ const _CAR = "CreateAssetRequest";
460
+ const _CARr = "CreateAssetResponse";
461
+ const _CBIJ = "CreateBulkImportJob";
462
+ const _CBIJR = "CreateBulkImportJobRequest";
463
+ const _CBIJRr = "CreateBulkImportJobResponse";
464
+ const _CCM = "CreateComputationModel";
465
+ const _CCMR = "CreateComputationModelRequest";
466
+ const _CCMRr = "CreateComputationModelResponse";
467
+ const _CD = "CompositionDetails";
468
+ const _CDR = "CreateDashboardRequest";
469
+ const _CDRr = "CreateDashboardResponse";
470
+ const _CDRre = "CreateDatasetRequest";
471
+ const _CDRrea = "CreateDatasetResponse";
472
+ const _CDr = "CreateDashboard";
473
+ const _CDre = "CreateDataset";
474
+ const _CED = "ConfigurationErrorDetails";
475
+ const _CG = "CreateGateway";
476
+ const _CGR = "CreateGatewayRequest";
477
+ const _CGRr = "CreateGatewayResponse";
478
+ const _CI = "ColumnInfo";
479
+ const _CL = "ColumnsList";
480
+ const _CMADC = "ComputationModelAnomalyDetectionConfiguration";
481
+ const _CMC = "ComputationModelConfiguration";
482
+ const _CMDB = "ComputationModelDataBinding";
483
+ const _CMDBUS = "ComputationModelDataBindingUsageSummary";
484
+ const _CMDBUSo = "ComputationModelDataBindingUsageSummaries";
485
+ const _CMDBV = "ComputationModelDataBindingValue";
486
+ const _CMP = "CompositeModelProperty";
487
+ const _CMRTRS = "ComputationModelResolveToResourceSummary";
488
+ const _CMRTRSo = "ComputationModelResolveToResourceSummaries";
489
+ const _CMS = "ComputationModelStatus";
490
+ const _CMSS = "CustomerManagedS3Storage";
491
+ const _CMSo = "ComputationModelSummary";
492
+ const _CMSom = "ComputationModelSummaries";
493
+ const _COE = "ConflictingOperationException";
494
+ const _CP = "CreatePortal";
495
+ const _CPR = "CreatePortalRequest";
496
+ const _CPRr = "CreatePortalResponse";
497
+ const _CPRre = "CreateProjectRequest";
498
+ const _CPRrea = "CreateProjectResponse";
499
+ const _CPr = "CreateProject";
500
+ const _CR = "CompositionRelationship";
501
+ const _CRI = "CompositionRelationshipItem";
502
+ const _CRS = "CompositionRelationshipSummary";
503
+ const _CRSo = "CompositionRelationshipSummaries";
504
+ const _CS = "ConfigurationStatus";
505
+ const _CT = "ColumnType";
506
+ const _Ci = "Citations";
507
+ const _Co = "Content";
508
+ const _Cs = "Csv";
509
+ const _D = "Datum";
510
+ const _DA = "DeleteAsset";
511
+ const _DACM = "DescribeAssetCompositeModel";
512
+ const _DACMR = "DescribeAssetCompositeModelRequest";
513
+ const _DACMRe = "DescribeAssetCompositeModelResponse";
514
+ const _DAM = "DeleteAssetModel";
515
+ const _DAMCM = "DeleteAssetModelCompositeModel";
516
+ const _DAMCMR = "DeleteAssetModelCompositeModelRequest";
517
+ const _DAMCMRe = "DeleteAssetModelCompositeModelResponse";
518
+ const _DAMCMRes = "DescribeAssetModelCompositeModelRequest";
519
+ const _DAMCMResc = "DescribeAssetModelCompositeModelResponse";
520
+ const _DAMCMe = "DescribeAssetModelCompositeModel";
521
+ const _DAMIR = "DeleteAssetModelInterfaceRelationship";
522
+ const _DAMIRR = "DeleteAssetModelInterfaceRelationshipRequest";
523
+ const _DAMIRRe = "DeleteAssetModelInterfaceRelationshipResponse";
524
+ const _DAMIRRes = "DescribeAssetModelInterfaceRelationshipRequest";
525
+ const _DAMIRResc = "DescribeAssetModelInterfaceRelationshipResponse";
526
+ const _DAMIRe = "DescribeAssetModelInterfaceRelationship";
527
+ const _DAMR = "DeleteAssetModelRequest";
528
+ const _DAMRe = "DeleteAssetModelResponse";
529
+ const _DAMRes = "DescribeAssetModelRequest";
530
+ const _DAMResc = "DescribeAssetModelResponse";
531
+ const _DAMe = "DescribeAssetModel";
532
+ const _DAP = "DeleteAccessPolicy";
533
+ const _DAPR = "DeleteAccessPolicyRequest";
534
+ const _DAPRe = "DeleteAccessPolicyResponse";
535
+ const _DAPRes = "DescribeAccessPolicyRequest";
536
+ const _DAPResc = "DescribeAccessPolicyResponse";
537
+ const _DAPRescr = "DescribeAssetPropertyRequest";
538
+ const _DAPRescri = "DescribeAssetPropertyResponse";
539
+ const _DAPe = "DescribeAccessPolicy";
540
+ const _DAPes = "DescribeAssetProperty";
541
+ const _DAR = "DeleteAssetRequest";
542
+ const _DARe = "DeleteAssetResponse";
543
+ const _DARes = "DescribeActionRequest";
544
+ const _DAResc = "DescribeActionResponse";
545
+ const _DARescr = "DescribeAssetRequest";
546
+ const _DARescri = "DescribeAssetResponse";
547
+ const _DARi = "DisassociateAssetsRequest";
548
+ const _DAe = "DescribeAction";
549
+ const _DAes = "DescribeAsset";
550
+ const _DAi = "DisassociateAssets";
551
+ const _DBIJ = "DescribeBulkImportJob";
552
+ const _DBIJR = "DescribeBulkImportJobRequest";
553
+ const _DBIJRe = "DescribeBulkImportJobResponse";
554
+ const _DBV = "DataBindingValue";
555
+ const _DBVF = "DataBindingValueFilter";
556
+ const _DCM = "DeleteComputationModel";
557
+ const _DCMES = "DescribeComputationModelExecutionSummary";
558
+ const _DCMESR = "DescribeComputationModelExecutionSummaryRequest";
559
+ const _DCMESRe = "DescribeComputationModelExecutionSummaryResponse";
560
+ const _DCMR = "DeleteComputationModelRequest";
561
+ const _DCMRe = "DeleteComputationModelResponse";
562
+ const _DCMRes = "DescribeComputationModelRequest";
563
+ const _DCMResc = "DescribeComputationModelResponse";
564
+ const _DCMe = "DescribeComputationModel";
565
+ const _DD = "DeleteDashboard";
566
+ const _DDEC = "DescribeDefaultEncryptionConfiguration";
567
+ const _DDECR = "DescribeDefaultEncryptionConfigurationRequest";
568
+ const _DDECRe = "DescribeDefaultEncryptionConfigurationResponse";
569
+ const _DDR = "DeleteDashboardRequest";
570
+ const _DDRe = "DeleteDashboardResponse";
571
+ const _DDRel = "DeleteDatasetRequest";
572
+ const _DDRele = "DeleteDatasetResponse";
573
+ const _DDRes = "DescribeDashboardRequest";
574
+ const _DDResc = "DescribeDashboardResponse";
575
+ const _DDRescr = "DescribeDatasetRequest";
576
+ const _DDRescri = "DescribeDatasetResponse";
577
+ const _DDe = "DeleteDataset";
578
+ const _DDes = "DescribeDashboard";
579
+ const _DDesc = "DescribeDataset";
580
+ const _DE = "DetailedError";
581
+ const _DER = "DescribeExecutionRequest";
582
+ const _DERe = "DescribeExecutionResponse";
583
+ const _DEe = "DetailedErrors";
584
+ const _DEes = "DescribeExecution";
585
+ const _DG = "DeleteGateway";
586
+ const _DGCC = "DescribeGatewayCapabilityConfiguration";
587
+ const _DGCCR = "DescribeGatewayCapabilityConfigurationRequest";
588
+ const _DGCCRe = "DescribeGatewayCapabilityConfigurationResponse";
589
+ const _DGR = "DeleteGatewayRequest";
590
+ const _DGRe = "DescribeGatewayRequest";
591
+ const _DGRes = "DescribeGatewayResponse";
592
+ const _DGe = "DescribeGateway";
593
+ const _DL = "DatumList";
594
+ const _DLO = "DescribeLoggingOptions";
595
+ const _DLOR = "DescribeLoggingOptionsRequest";
596
+ const _DLORe = "DescribeLoggingOptionsResponse";
597
+ const _DP = "DeletePortal";
598
+ const _DPR = "DeletePortalRequest";
599
+ const _DPRe = "DeletePortalResponse";
600
+ const _DPRel = "DeleteProjectRequest";
601
+ const _DPRele = "DeleteProjectResponse";
602
+ const _DPRes = "DescribePortalRequest";
603
+ const _DPResc = "DescribePortalResponse";
604
+ const _DPRescr = "DescribeProjectRequest";
605
+ const _DPRescri = "DescribeProjectResponse";
606
+ const _DPe = "DeleteProject";
607
+ const _DPes = "DescribePortal";
608
+ const _DPesc = "DescribeProject";
609
+ const _DS = "DashboardSummary";
610
+ const _DSC = "DescribeStorageConfiguration";
611
+ const _DSCR = "DescribeStorageConfigurationRequest";
612
+ const _DSCRe = "DescribeStorageConfigurationResponse";
613
+ const _DSR = "DataSetReference";
614
+ const _DSa = "DatasetSource";
615
+ const _DSas = "DashboardSummaries";
616
+ const _DSat = "DatasetStatus";
617
+ const _DSata = "DatasetSummary";
618
+ const _DSatas = "DatasetSummaries";
619
+ const _DTS = "DeleteTimeSeries";
620
+ const _DTSFAP = "DisassociateTimeSeriesFromAssetProperty";
621
+ const _DTSFAPR = "DisassociateTimeSeriesFromAssetPropertyRequest";
622
+ const _DTSR = "DeleteTimeSeriesRequest";
623
+ const _DTSRe = "DescribeTimeSeriesRequest";
624
+ const _DTSRes = "DescribeTimeSeriesResponse";
625
+ const _DTSe = "DescribeTimeSeries";
626
+ const _E = "Email";
627
+ const _EA = "ExecuteAction";
628
+ const _EAR = "ExecuteActionRequest";
629
+ const _EARx = "ExecuteActionResponse";
630
+ const _ED = "ErrorDetails";
631
+ const _EQ = "ExecuteQuery";
632
+ const _EQR = "ExecuteQueryRequest";
633
+ const _EQRx = "ExecuteQueryResponse";
634
+ const _ERL = "ErrorReportLocation";
635
+ const _ES = "ExecutionStatus";
636
+ const _ESx = "ExecutionSummary";
637
+ const _ESxe = "ExecutionSummaries";
638
+ const _ET = "ETag";
639
+ const _EV = "ExpressionVariable";
640
+ const _EVx = "ExpressionVariables";
641
+ const _F = "File";
642
+ const _FC = "ForwardingConfig";
643
+ const _FF = "FileFormat";
644
+ const _Fi = "Files";
645
+ const _G = "Greengrass";
646
+ const _GAPA = "GetAssetPropertyAggregates";
647
+ const _GAPAR = "GetAssetPropertyAggregatesRequest";
648
+ const _GAPARe = "GetAssetPropertyAggregatesResponse";
649
+ const _GAPV = "GetAssetPropertyValue";
650
+ const _GAPVH = "GetAssetPropertyValueHistory";
651
+ const _GAPVHR = "GetAssetPropertyValueHistoryRequest";
652
+ const _GAPVHRe = "GetAssetPropertyValueHistoryResponse";
653
+ const _GAPVR = "GetAssetPropertyValueRequest";
654
+ const _GAPVRe = "GetAssetPropertyValueResponse";
655
+ const _GCS = "GatewayCapabilitySummary";
656
+ const _GCSa = "GatewayCapabilitySummaries";
657
+ const _GI = "GroupIdentity";
658
+ const _GIAPV = "GetInterpolatedAssetPropertyValues";
659
+ const _GIAPVR = "GetInterpolatedAssetPropertyValuesRequest";
660
+ const _GIAPVRe = "GetInterpolatedAssetPropertyValuesResponse";
661
+ const _GP = "GatewayPlatform";
662
+ const _GS = "GatewaySummary";
663
+ const _GSa = "GatewaySummaries";
664
+ const _GV = "GreengrassV2";
665
+ const _HM = "HierarchyMapping";
666
+ const _HMi = "HierarchyMappings";
667
+ const _I = "Identity";
668
+ const _IA = "InvokeAssistant";
669
+ const _IAMRI = "IAMRoleIdentity";
670
+ const _IAMUI = "IAMUserIdentity";
671
+ const _IAPV = "InterpolatedAssetPropertyValue";
672
+ const _IAPVn = "InterpolatedAssetPropertyValues";
673
+ const _IAR = "InvokeAssistantRequest";
674
+ const _IARn = "InvokeAssistantResponse";
675
+ const _ID = "InterfaceDetails";
676
+ const _IF = "ImageFile";
677
+ const _IFE = "InternalFailureException";
678
+ const _IL = "ImageLocation";
679
+ const _IM = "If-Match";
680
+ const _INM = "If-None-Match";
681
+ const _IO = "InvocationOutput";
682
+ const _IR = "InterfaceRelationship";
683
+ const _IRE = "InvalidRequestException";
684
+ const _IRS = "InterfaceRelationshipSummary";
685
+ const _IRSn = "InterfaceRelationshipSummaries";
686
+ const _IS = "InterfaceSummary";
687
+ const _ISn = "InterfaceSummaries";
688
+ const _Im = "Image";
689
+ const _JC = "JobConfiguration";
690
+ const _JS = "JobSummary";
691
+ const _JSo = "JobSummaries";
692
+ const _KSD = "KendraSourceDetail";
693
+ const _L = "Location";
694
+ const _LA = "ListActions";
695
+ const _LAA = "ListAssociatedAssets";
696
+ const _LAAR = "ListAssociatedAssetsRequest";
697
+ const _LAARi = "ListAssociatedAssetsResponse";
698
+ const _LAM = "ListAssetModels";
699
+ const _LAMCM = "ListAssetModelCompositeModels";
700
+ const _LAMCMR = "ListAssetModelCompositeModelsRequest";
701
+ const _LAMCMRi = "ListAssetModelCompositeModelsResponse";
702
+ const _LAMP = "ListAssetModelProperties";
703
+ const _LAMPR = "ListAssetModelPropertiesRequest";
704
+ const _LAMPRi = "ListAssetModelPropertiesResponse";
705
+ const _LAMR = "ListAssetModelsRequest";
706
+ const _LAMRi = "ListAssetModelsResponse";
707
+ const _LAP = "ListAccessPolicies";
708
+ const _LAPR = "ListAccessPoliciesRequest";
709
+ const _LAPRi = "ListAccessPoliciesResponse";
710
+ const _LAPRis = "ListAssetPropertiesRequest";
711
+ const _LAPRist = "ListAssetPropertiesResponse";
712
+ const _LAPi = "ListAssetProperties";
713
+ const _LAR = "ListActionsRequest";
714
+ const _LARR = "ListAssetRelationshipsRequest";
715
+ const _LARRi = "ListAssetRelationshipsResponse";
716
+ const _LARi = "ListActionsResponse";
717
+ const _LARis = "ListAssetsRequest";
718
+ const _LARist = "ListAssetsResponse";
719
+ const _LARists = "ListAssetRelationships";
720
+ const _LAi = "ListAssets";
721
+ const _LBIJ = "ListBulkImportJobs";
722
+ const _LBIJR = "ListBulkImportJobsRequest";
723
+ const _LBIJRi = "ListBulkImportJobsResponse";
724
+ const _LCM = "ListComputationModels";
725
+ const _LCMDBU = "ListComputationModelDataBindingUsages";
726
+ const _LCMDBUR = "ListComputationModelDataBindingUsagesRequest";
727
+ const _LCMDBURi = "ListComputationModelDataBindingUsagesResponse";
728
+ const _LCMR = "ListComputationModelsRequest";
729
+ const _LCMRTR = "ListComputationModelResolveToResources";
730
+ const _LCMRTRR = "ListComputationModelResolveToResourcesRequest";
731
+ const _LCMRTRRi = "ListComputationModelResolveToResourcesResponse";
732
+ const _LCMRi = "ListComputationModelsResponse";
733
+ const _LCR = "ListCompositionRelationships";
734
+ const _LCRR = "ListCompositionRelationshipsRequest";
735
+ const _LCRRi = "ListCompositionRelationshipsResponse";
736
+ const _LD = "ListDashboards";
737
+ const _LDR = "ListDashboardsRequest";
738
+ const _LDRi = "ListDashboardsResponse";
739
+ const _LDRis = "ListDatasetsRequest";
740
+ const _LDRist = "ListDatasetsResponse";
741
+ const _LDi = "ListDatasets";
742
+ const _LE = "ListExecutions";
743
+ const _LEE = "LimitExceededException";
744
+ const _LER = "ListExecutionsRequest";
745
+ const _LERi = "ListExecutionsResponse";
746
+ const _LG = "ListGateways";
747
+ const _LGR = "ListGatewaysRequest";
748
+ const _LGRi = "ListGatewaysResponse";
749
+ const _LIR = "ListInterfaceRelationships";
750
+ const _LIRR = "ListInterfaceRelationshipsRequest";
751
+ const _LIRRi = "ListInterfaceRelationshipsResponse";
752
+ const _LO = "LoggingOptions";
753
+ const _LP = "ListPortals";
754
+ const _LPA = "ListProjectAssets";
755
+ const _LPAR = "ListProjectAssetsRequest";
756
+ const _LPARi = "ListProjectAssetsResponse";
757
+ const _LPR = "ListPortalsRequest";
758
+ const _LPRi = "ListPortalsResponse";
759
+ const _LPRis = "ListProjectsRequest";
760
+ const _LPRist = "ListProjectsResponse";
761
+ const _LPi = "ListProjects";
762
+ const _LTFR = "ListTagsForResource";
763
+ const _LTFRR = "ListTagsForResourceRequest";
764
+ const _LTFRRi = "ListTagsForResourceResponse";
765
+ const _LTS = "ListTimeSeries";
766
+ const _LTSR = "ListTimeSeriesRequest";
767
+ const _LTSRi = "ListTimeSeriesResponse";
768
+ const _M = "Measurement";
769
+ const _MDB = "MatchedDataBinding";
770
+ const _MED = "MonitorErrorDetails";
771
+ const _MFVT = "Match-For-Version-Type";
772
+ const _MI = "MessageInput";
773
+ const _MLS = "MultiLayerStorage";
774
+ const _MPC = "MeasurementProcessingConfig";
775
+ const _MPCe = "MetricProcessingConfig";
776
+ const _MW = "MetricWindow";
777
+ const _Me = "Metric";
778
+ const _P = "Parquet";
779
+ const _PAMIR = "PutAssetModelInterfaceRelationship";
780
+ const _PAMIRR = "PutAssetModelInterfaceRelationshipRequest";
781
+ const _PAMIRRu = "PutAssetModelInterfaceRelationshipResponse";
782
+ const _PAPVE = "PutAssetPropertyValueEntry";
783
+ const _PAPVEu = "PutAssetPropertyValueEntries";
784
+ const _PDEC = "PutDefaultEncryptionConfiguration";
785
+ const _PDECR = "PutDefaultEncryptionConfigurationRequest";
786
+ const _PDECRu = "PutDefaultEncryptionConfigurationResponse";
787
+ const _PFE = "PreconditionFailedException";
788
+ const _PLO = "PutLoggingOptions";
789
+ const _PLOR = "PutLoggingOptionsRequest";
790
+ const _PLORu = "PutLoggingOptionsResponse";
791
+ const _PM = "PropertyMapping";
792
+ const _PMC = "PropertyMappingConfiguration";
793
+ const _PMr = "PropertyMappings";
794
+ const _PN = "PropertyNotification";
795
+ const _PR = "PortalResource";
796
+ const _PRr = "ProjectResource";
797
+ const _PS = "PortalStatus";
798
+ const _PSC = "PutStorageConfiguration";
799
+ const _PSCR = "PutStorageConfigurationRequest";
800
+ const _PSCRu = "PutStorageConfigurationResponse";
801
+ const _PSo = "PortalSummary";
802
+ const _PSor = "PortalSummaries";
803
+ const _PSr = "ProjectSummary";
804
+ const _PSro = "ProjectSummaries";
805
+ const _PT = "PropertyType";
806
+ const _PTC = "PortalTypeConfiguration";
807
+ const _PTE = "PortalTypeEntry";
808
+ const _PVNV = "PropertyValueNullValue";
809
+ const _Pr = "Property";
810
+ const _QTE = "QueryTimeoutException";
811
+ const _R = "Reference";
812
+ const _RAEE = "ResourceAlreadyExistsException";
813
+ const _RNFE = "ResourceNotFoundException";
814
+ const _RP = "RetentionPeriod";
815
+ const _RS = "ResponseStream";
816
+ const _RT = "ResolveTo";
817
+ const _Re = "Resource";
818
+ const _Ro = "Row";
819
+ const _Row = "Rows";
820
+ const _S = "Source";
821
+ const _SD = "SourceDetail";
822
+ const _SIE = "SiemensIE";
823
+ const _SUE = "ServiceUnavailableException";
824
+ const _T = "Trace";
825
+ const _TE = "ThrottlingException";
826
+ const _TIN = "TimeInNanos";
827
+ const _TMTE = "TooManyTagsException";
828
+ const _TPC = "TransformProcessingConfig";
829
+ const _TR = "TargetResource";
830
+ const _TRR = "TagResourceRequest";
831
+ const _TRRa = "TagResourceResponse";
832
+ const _TRa = "TagResource";
833
+ const _TSS = "TimeSeriesSummaries";
834
+ const _TSSi = "TimeSeriesSummary";
835
+ const _TW = "TumblingWindow";
836
+ const _Ti = "Timestamps";
837
+ const _Tr = "Transform";
838
+ const _UA = "UpdateAsset";
839
+ const _UAM = "UpdateAssetModel";
840
+ const _UAMCM = "UpdateAssetModelCompositeModel";
841
+ const _UAMCMR = "UpdateAssetModelCompositeModelRequest";
842
+ const _UAMCMRp = "UpdateAssetModelCompositeModelResponse";
843
+ const _UAMR = "UpdateAssetModelRequest";
844
+ const _UAMRp = "UpdateAssetModelResponse";
845
+ const _UAP = "UpdateAccessPolicy";
846
+ const _UAPR = "UpdateAccessPolicyRequest";
847
+ const _UAPRp = "UpdateAccessPolicyResponse";
848
+ const _UAPRpd = "UpdateAssetPropertyRequest";
849
+ const _UAPp = "UpdateAssetProperty";
850
+ const _UAR = "UpdateAssetRequest";
851
+ const _UARp = "UpdateAssetResponse";
852
+ const _UCM = "UpdateComputationModel";
853
+ const _UCMR = "UpdateComputationModelRequest";
854
+ const _UCMRp = "UpdateComputationModelResponse";
855
+ const _UD = "UpdateDashboard";
856
+ const _UDR = "UpdateDashboardRequest";
857
+ const _UDRp = "UpdateDashboardResponse";
858
+ const _UDRpd = "UpdateDatasetRequest";
859
+ const _UDRpda = "UpdateDatasetResponse";
860
+ const _UDp = "UpdateDataset";
861
+ const _UE = "UnauthorizedException";
862
+ const _UG = "UpdateGateway";
863
+ const _UGCC = "UpdateGatewayCapabilityConfiguration";
864
+ const _UGCCR = "UpdateGatewayCapabilityConfigurationRequest";
865
+ const _UGCCRp = "UpdateGatewayCapabilityConfigurationResponse";
866
+ const _UGR = "UpdateGatewayRequest";
867
+ const _UI = "UserIdentity";
868
+ const _UP = "UpdatePortal";
869
+ const _UPR = "UpdatePortalRequest";
870
+ const _UPRp = "UpdatePortalResponse";
871
+ const _UPRpd = "UpdateProjectRequest";
872
+ const _UPRpda = "UpdateProjectResponse";
873
+ const _UPp = "UpdateProject";
874
+ const _UR = "UntagResource";
875
+ const _URR = "UntagResourceRequest";
876
+ const _URRn = "UntagResourceResponse";
877
+ const _V = "Variant";
878
+ const _VE = "ValidationException";
879
+ const _VV = "VariableValue";
880
+ const _WTRP = "WarmTierRetentionPeriod";
881
+ const _a = "average";
882
+ const _aA = "assetArn";
883
+ const _aCD = "assetCreationDate";
884
+ const _aCM = "assetCompositeModels";
885
+ const _aCMD = "assetCompositeModelDescription";
886
+ const _aCMEI = "assetCompositeModelExternalId";
887
+ const _aCMI = "assetCompositeModelId";
888
+ const _aCMN = "assetCompositeModelName";
889
+ const _aCMP = "assetCompositeModelPath";
890
+ const _aCMPs = "assetCompositeModelProperties";
891
+ const _aCMS = "assetCompositeModelSummaries";
892
+ const _aCMT = "assetCompositeModelType";
893
+ const _aD = "anomalyDetection";
894
+ const _aDE = "accessDeniedException";
895
+ const _aDI = "actionDefinitionId";
896
+ const _aDc = "actionDefinitions";
897
+ const _aDs = "assetDescription";
898
+ const _aEI = "assetExternalId";
899
+ const _aH = "assetHierarchies";
900
+ const _aI = "actionId";
901
+ const _aId = "adaptiveIngestion";
902
+ const _aIs = "assetId";
903
+ const _aIss = "assetIds";
904
+ const _aLUD = "assetLastUpdateDate";
905
+ const _aM = "assetModel";
906
+ const _aMA = "assetModelArn";
907
+ const _aMCD = "assetModelCreationDate";
908
+ const _aMCM = "assetModelCompositeModels";
909
+ const _aMCMD = "assetModelCompositeModelDescription";
910
+ const _aMCMEI = "assetModelCompositeModelExternalId";
911
+ const _aMCMI = "assetModelCompositeModelId";
912
+ const _aMCMN = "assetModelCompositeModelName";
913
+ const _aMCMP = "assetModelCompositeModelProperties";
914
+ const _aMCMPs = "assetModelCompositeModelPath";
915
+ const _aMCMS = "assetModelCompositeModelSummaries";
916
+ const _aMCMT = "assetModelCompositeModelType";
917
+ const _aMD = "assetModelDescription";
918
+ const _aMEI = "assetModelExternalId";
919
+ const _aMH = "assetModelHierarchies";
920
+ const _aMHI = "assetModelHierarchyId";
921
+ const _aMI = "assetModelId";
922
+ const _aMLUD = "assetModelLastUpdateDate";
923
+ const _aMN = "assetModelName";
924
+ const _aMP = "assetModelProperty";
925
+ const _aMPI = "assetModelPropertyId";
926
+ const _aMPS = "assetModelPropertySummaries";
927
+ const _aMPs = "assetModelProperties";
928
+ const _aMS = "assetModelStatus";
929
+ const _aMSs = "assetModelSummaries";
930
+ const _aMT = "assetModelType";
931
+ const _aMTs = "assetModelTypes";
932
+ const _aMV = "assetModelVersion";
933
+ const _aN = "actionName";
934
+ const _aNs = "assetName";
935
+ const _aP = "assetProperty";
936
+ const _aPA = "accessPolicyArn";
937
+ const _aPCD = "accessPolicyCreationDate";
938
+ const _aPI = "accessPolicyIdentity";
939
+ const _aPIc = "accessPolicyId";
940
+ const _aPLUD = "accessPolicyLastUpdateDate";
941
+ const _aPP = "accessPolicyPermission";
942
+ const _aPR = "accessPolicyResource";
943
+ const _aPS = "accessPolicySummaries";
944
+ const _aPSs = "assetPropertySummaries";
945
+ const _aPV = "assetPropertyValue";
946
+ const _aPVH = "assetPropertyValueHistory";
947
+ const _aPc = "actionPayload";
948
+ const _aPl = "aliasPrefix";
949
+ const _aPs = "assetProperties";
950
+ const _aRA = "alarmRoleArn";
951
+ const _aRS = "assetRelationshipSummaries";
952
+ const _aS = "assetStatus";
953
+ const _aSc = "actionSummaries";
954
+ const _aSs = "assetSummaries";
955
+ const _aT = "actionType";
956
+ const _aTg = "aggregateTypes";
957
+ const _aV = "aggregatedValues";
958
+ const _aVr = "arrayValue";
959
+ const _al = "alias";
960
+ const _ala = "alarms";
961
+ const _ar = "arn";
962
+ const _as = "asset";
963
+ const _at = "attribute";
964
+ const _b = "bucket";
965
+ const _bV = "booleanValue";
966
+ const _bo = "body";
967
+ const _c = "client";
968
+ const _cAI = "childAssetId";
969
+ const _cAMI = "childAssetModelId";
970
+ const _cAMIo = "composedAssetModelId";
971
+ const _cC = "capabilityConfiguration";
972
+ const _cD = "creationDate";
973
+ const _cDOS = "coreDeviceOperatingSystem";
974
+ const _cDTN = "coreDeviceThingName";
975
+ const _cDo = "compositionDetails";
976
+ const _cI = "conversationId";
977
+ const _cL = "computeLocation";
978
+ const _cM = "compositeModel";
979
+ const _cMA = "computationModelArn";
980
+ const _cMC = "computationModelConfiguration";
981
+ const _cMCD = "computationModelCreationDate";
982
+ const _cMD = "computationModelDescription";
983
+ const _cMDB = "computationModelDataBinding";
984
+ const _cMES = "computationModelExecutionSummary";
985
+ const _cMI = "computationModelIds";
986
+ const _cMIo = "computationModelId";
987
+ const _cMLUD = "computationModelLastUpdateDate";
988
+ const _cMN = "computationModelName";
989
+ const _cMP = "createMissingProperty";
990
+ const _cMRTRS = "computationModelResolveToResourceSummaries";
991
+ const _cMS = "computationModelStatus";
992
+ const _cMSS = "customerManagedS3Storage";
993
+ const _cMSo = "computationModelSummaries";
994
+ const _cMT = "computationModelType";
995
+ const _cMV = "computationModelVersion";
996
+ const _cN = "columnNames";
997
+ const _cNa = "capabilityNamespace";
998
+ const _cOE = "conflictingOperationException";
999
+ const _cR = "compositionRelationship";
1000
+ const _cRS = "compositionRelationshipSummaries";
1001
+ const _cS = "completionStatus";
1002
+ const _cSS = "capabilitySyncStatus";
1003
+ const _cSo = "configurationStatus";
1004
+ const _cT = "clientToken";
1005
+ const _ci = "citations";
1006
+ const _co = "count";
1007
+ const _cod = "code";
1008
+ const _col = "columns";
1009
+ const _con = "content";
1010
+ const _cs = "csv";
1011
+ const _d = "description";
1012
+ const _dA = "dashboardArn";
1013
+ const _dAa = "datasetArn";
1014
+ const _dBUS = "dataBindingUsageSummaries";
1015
+ const _dBVF = "dataBindingValueFilter";
1016
+ const _dCD = "dashboardCreationDate";
1017
+ const _dCDa = "datasetCreationDate";
1018
+ const _dD = "dashboardDefinition";
1019
+ const _dDS = "disassociatedDataStorage";
1020
+ const _dDa = "dashboardDescription";
1021
+ const _dDat = "datasetDescription";
1022
+ const _dFAI = "deleteFilesAfterImport";
1023
+ const _dI = "dashboardId";
1024
+ const _dINNN = "disallowIngestNullNaN";
1025
+ const _dIa = "datasetId";
1026
+ const _dLUD = "dashboardLastUpdateDate";
1027
+ const _dLUDa = "datasetLastUpdateDate";
1028
+ const _dN = "dashboardName";
1029
+ const _dNa = "datasetName";
1030
+ const _dS = "datasetSource";
1031
+ const _dSa = "datasetStatus";
1032
+ const _dSas = "dashboardSummaries";
1033
+ const _dSat = "datasetSummaries";
1034
+ const _dT = "dataType";
1035
+ const _dTS = "dataTypeSpec";
1036
+ const _dV = "defaultValue";
1037
+ const _dVa = "datasetVersion";
1038
+ const _dVo = "doubleValue";
1039
+ const _da = "data";
1040
+ const _dat = "dataset";
1041
+ const _de = "details";
1042
+ const _e = "error";
1043
+ const _eC = "errorCode";
1044
+ const _eD = "endDate";
1045
+ const _eDx = "executionDetails";
1046
+ const _eE = "errorEntries";
1047
+ const _eET = "executionEndTime";
1048
+ const _eEV = "executionEntityVersion";
1049
+ const _eI = "externalId";
1050
+ const _eIn = "entryId";
1051
+ const _eIr = "errorInfo";
1052
+ const _eIx = "executionId";
1053
+ const _eM = "errorMessage";
1054
+ const _eP = "excludeProperties";
1055
+ const _ePEP = "enablePartialEntryProcessing";
1056
+ const _eR = "executionResult";
1057
+ const _eRL = "errorReportLocation";
1058
+ const _eS = "executionStatus";
1059
+ const _eST = "executionStartTime";
1060
+ const _eSx = "executionSummaries";
1061
+ const _eT = "errorTimestamp";
1062
+ const _eTIS = "endTimeInSeconds";
1063
+ const _eTOIN = "endTimeOffsetInNanos";
1064
+ const _eTa = "eTag";
1065
+ const _eTn = "encryptionType";
1066
+ const _eTna = "enableTrace";
1067
+ const _eTx = "executionTime";
1068
+ const _en = "entries";
1069
+ const _end = "endpoint";
1070
+ const _er = "errors";
1071
+ const _ex = "expression";
1072
+ const _f = "files";
1073
+ const _fC = "forwardingConfig";
1074
+ const _fF = "fileFormat";
1075
+ const _fi = "file";
1076
+ const _fil = "filter";
1077
+ const _g = "greengrass";
1078
+ const _gA = "gatewayArn";
1079
+ const _gAr = "groupArn";
1080
+ const _gCS = "gatewayCapabilitySummaries";
1081
+ const _gI = "gatewayId";
1082
+ const _gN = "gatewayName";
1083
+ const _gP = "gatewayPlatform";
1084
+ const _gS = "gatewaySummaries";
1085
+ const _gV = "gatewayVersion";
1086
+ const _gVr = "greengrassV2";
1087
+ const _gr = "group";
1088
+ const _h = "hierarchies";
1089
+ const _hE = "httpError";
1090
+ const _hH = "httpHeader";
1091
+ const _hI = "hierarchyInfo";
1092
+ const _hIi = "hierarchyId";
1093
+ const _hM = "hierarchyMappings";
1094
+ const _hQ = "httpQuery";
1095
+ const _ht = "http";
1096
+ const _i = "id";
1097
+ const _iA = "iamArn";
1098
+ const _iAMHI = "interfaceAssetModelHierarchyId";
1099
+ const _iAMI = "interfaceAssetModelId";
1100
+ const _iAMPI = "interfaceAssetModelPropertyId";
1101
+ const _iAPV = "interpolatedAssetPropertyValues";
1102
+ const _iCTN = "iotCoreThingName";
1103
+ const _iD = "interfaceDetails";
1104
+ const _iFE = "internalFailureException";
1105
+ const _iI = "identityId";
1106
+ const _iIS = "intervalInSeconds";
1107
+ const _iM = "ifMatch";
1108
+ const _iNM = "ifNoneMatch";
1109
+ const _iP = "inputProperties";
1110
+ const _iR = "iamRole";
1111
+ const _iRE = "invalidRequestException";
1112
+ const _iRS = "interfaceRelationshipSummaries";
1113
+ const _iS = "interfaceSummaries";
1114
+ const _iT = "idempotencyToken";
1115
+ const _iTd = "identityType";
1116
+ const _iU = "iamUser";
1117
+ const _iV = "integerValue";
1118
+ const _iWIS = "intervalWindowInSeconds";
1119
+ const _id = "identity";
1120
+ const _in = "interval";
1121
+ const _jC = "jobConfiguration";
1122
+ const _jCD = "jobCreationDate";
1123
+ const _jI = "jobId";
1124
+ const _jLUD = "jobLastUpdateDate";
1125
+ const _jN = "jobName";
1126
+ const _jRA = "jobRoleArn";
1127
+ const _jS = "jobStatus";
1128
+ const _jSo = "jobSummaries";
1129
+ const _k = "key";
1130
+ const _kBA = "knowledgeBaseArn";
1131
+ const _kKA = "kmsKeyArn";
1132
+ const _kKI = "kmsKeyId";
1133
+ const _ke = "kendra";
1134
+ const _l = "list";
1135
+ const _lEE = "limitExceededException";
1136
+ const _lO = "loggingOptions";
1137
+ const _lUD = "lastUpdateDate";
1138
+ const _le = "level";
1139
+ const _lo = "location";
1140
+ const _m = "message";
1141
+ const _mBPN = "matchByPropertyName";
1142
+ const _mDB = "matchedDataBinding";
1143
+ const _mFVT = "matchForVersionType";
1144
+ const _mLS = "multiLayerStorage";
1145
+ const _mR = "maxResults";
1146
+ const _ma = "maximum";
1147
+ const _me = "measurement";
1148
+ const _met = "metric";
1149
+ const _mi = "minimum";
1150
+ const _n = "name";
1151
+ const _nLA = "notificationLambdaArn";
1152
+ const _nOD = "numberOfDays";
1153
+ const _nSE = "notificationSenderEmail";
1154
+ const _nT = "nextToken";
1155
+ const _nV = "nullValue";
1156
+ const _no = "notification";
1157
+ const _o = "overrides";
1158
+ const _oIN = "offsetInNanos";
1159
+ const _of = "offset";
1160
+ const _ou = "output";
1161
+ const _p = "permission";
1162
+ const _pA = "propertyAlias";
1163
+ const _pAI = "parentAssetId";
1164
+ const _pAM = "portalAuthMode";
1165
+ const _pAMCMI = "parentAssetModelCompositeModelId";
1166
+ const _pAo = "portalArn";
1167
+ const _pAr = "projectArn";
1168
+ const _pC = "processingConfig";
1169
+ const _pCD = "portalCreationDate";
1170
+ const _pCDr = "projectCreationDate";
1171
+ const _pCE = "portalContactEmail";
1172
+ const _pCI = "portalClientId";
1173
+ const _pD = "portalDescription";
1174
+ const _pDr = "projectDescription";
1175
+ const _pI = "propertyId";
1176
+ const _pIo = "portalId";
1177
+ const _pIr = "projectId";
1178
+ const _pLI = "portalLogoImage";
1179
+ const _pLIF = "portalLogoImageFile";
1180
+ const _pLIL = "portalLogoImageLocation";
1181
+ const _pLUD = "portalLastUpdateDate";
1182
+ const _pLUDr = "projectLastUpdateDate";
1183
+ const _pM = "propertyMappings";
1184
+ const _pMC = "propertyMappingConfiguration";
1185
+ const _pN = "portalName";
1186
+ const _pNS = "propertyNotificationState";
1187
+ const _pNr = "projectName";
1188
+ const _pP = "propertyPath";
1189
+ const _pS = "portalStatus";
1190
+ const _pSU = "portalStartUrl";
1191
+ const _pSo = "portalSummaries";
1192
+ const _pSr = "projectSummaries";
1193
+ const _pT = "portalType";
1194
+ const _pTC = "portalTypeConfiguration";
1195
+ const _pTo = "portalTools";
1196
+ const _pU = "propertyUnit";
1197
+ const _pV = "propertyValue";
1198
+ const _pVr = "propertyValues";
1199
+ const _pa = "path";
1200
+ const _par = "parquet";
1201
+ const _po = "portal";
1202
+ const _pr = "properties";
1203
+ const _pre = "prefix";
1204
+ const _pro = "project";
1205
+ const _q = "quality";
1206
+ const _qS = "queryStatement";
1207
+ const _qu = "qualities";
1208
+ const _r = "resource";
1209
+ const _rA = "resourceArn";
1210
+ const _rAo = "roleArn";
1211
+ const _rI = "resourceId";
1212
+ const _rN = "resourceName";
1213
+ const _rNFE = "resourceNotFoundException";
1214
+ const _rP = "resultProperty";
1215
+ const _rPe = "retentionPeriod";
1216
+ const _rT = "resolveTo";
1217
+ const _rTRI = "resolveToResourceId";
1218
+ const _rTRT = "resolveToResourceType";
1219
+ const _rTe = "relationshipType";
1220
+ const _rTes = "resourceType";
1221
+ const _rV = "rowValue";
1222
+ const _re = "resolution";
1223
+ const _ref = "reference";
1224
+ const _ro = "rows";
1225
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.iotsitewise";
1226
+ const _sAI = "ssoApplicationId";
1227
+ const _sD = "standardDeviation";
1228
+ const _sDo = "sourceDetail";
1229
+ const _sDt = "startDate";
1230
+ const _sE = "successEntries";
1231
+ const _sEk = "skippedEntries";
1232
+ const _sF = "sourceFormat";
1233
+ const _sIE = "siemensIE";
1234
+ const _sRA = "s3ResourceArn";
1235
+ const _sT = "scalarType";
1236
+ const _sTIS = "startTimeInSeconds";
1237
+ const _sTOIN = "startTimeOffsetInNanos";
1238
+ const _sTo = "sourceType";
1239
+ const _sTt = "storageType";
1240
+ const _sU = "startUrl";
1241
+ const _sV = "stringValue";
1242
+ const _sVc = "scalarValue";
1243
+ const _se = "server";
1244
+ const _so = "source";
1245
+ const _st = "state";
1246
+ const _sta = "status";
1247
+ const _str = "streaming";
1248
+ const _su = "sum";
1249
+ const _t = "timestamp";
1250
+ const _tD = "traversalDirection";
1251
+ const _tE = "throttlingException";
1252
+ const _tIS = "timeInSeconds";
1253
+ const _tK = "tagKeys";
1254
+ const _tO = "timeOrdering";
1255
+ const _tR = "targetResource";
1256
+ const _tRI = "targetResourceId";
1257
+ const _tRT = "targetResourceType";
1258
+ const _tRV = "targetResourceVersion";
1259
+ const _tSA = "timeSeriesArn";
1260
+ const _tSCD = "timeSeriesCreationDate";
1261
+ const _tSI = "timeSeriesId";
1262
+ const _tSLUD = "timeSeriesLastUpdateDate";
1263
+ const _tST = "timeSeriesType";
1264
+ const _tT = "traversalType";
1265
+ const _ta = "tags";
1266
+ const _te = "text";
1267
+ const _ti = "timestamps";
1268
+ const _to = "topic";
1269
+ const _tr = "transform";
1270
+ const _tra = "trace";
1271
+ const _tu = "tumbling";
1272
+ const _ty = "type";
1273
+ const _u = "unit";
1274
+ const _un = "unlimited";
1275
+ const _ur = "url";
1276
+ const _uri = "uri";
1277
+ const _us = "user";
1278
+ const _v = "value";
1279
+ const _vI = "versionId";
1280
+ const _vT = "valueType";
1281
+ const _va = "variables";
1282
+ const _ve = "version";
1283
+ const _w = "window";
1284
+ const _wT = "warmTier";
1285
+ const _wTRP = "warmTierRetentionPeriod";
1286
+ const _xaiaci = "x-amz-iotsitewise-assistant-conversation-id";
1287
+ const n0 = "com.amazonaws.iotsitewise";
1288
+ const _s_registry = TypeRegistry.for(_s);
1289
+ var IoTSiteWiseServiceException$ = [-3, _s, "IoTSiteWiseServiceException", 0, [], []];
1290
+ _s_registry.registerError(IoTSiteWiseServiceException$, IoTSiteWiseServiceException);
1291
+ const n0_registry = TypeRegistry.for(n0);
1292
+ var AccessDeniedException$ = [-3, n0, _ADE,
1293
+ { [_e]: _c, [_hE]: 403 },
1294
+ [_m],
1295
+ [0]
1296
+ ];
1297
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
1298
+ var ConflictingOperationException$ = [-3, n0, _COE,
1299
+ { [_e]: _c, [_hE]: 409 },
1300
+ [_m, _rI, _rA],
1301
+ [0, 0, 0], 3
1302
+ ];
1303
+ n0_registry.registerError(ConflictingOperationException$, ConflictingOperationException);
1304
+ var InternalFailureException$ = [-3, n0, _IFE,
1305
+ { [_e]: _se, [_hE]: 500 },
1306
+ [_m],
1307
+ [0], 1
1308
+ ];
1309
+ n0_registry.registerError(InternalFailureException$, InternalFailureException);
1310
+ var InvalidRequestException$ = [-3, n0, _IRE,
1311
+ { [_e]: _c, [_hE]: 400 },
1312
+ [_m],
1313
+ [0], 1
1314
+ ];
1315
+ n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
1316
+ var LimitExceededException$ = [-3, n0, _LEE,
1317
+ { [_e]: _c, [_hE]: 410 },
1318
+ [_m],
1319
+ [0], 1
1320
+ ];
1321
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
1322
+ var PreconditionFailedException$ = [-3, n0, _PFE,
1323
+ { [_e]: _c, [_hE]: 412 },
1324
+ [_m, _rI, _rA],
1325
+ [0, 0, 0], 3
1326
+ ];
1327
+ n0_registry.registerError(PreconditionFailedException$, PreconditionFailedException);
1328
+ var QueryTimeoutException$ = [-3, n0, _QTE,
1329
+ { [_e]: _c, [_hE]: 400 },
1330
+ [_m],
1331
+ [0]
1332
+ ];
1333
+ n0_registry.registerError(QueryTimeoutException$, QueryTimeoutException);
1334
+ var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
1335
+ { [_e]: _c, [_hE]: 409 },
1336
+ [_m, _rI, _rA],
1337
+ [0, 0, 0], 3
1338
+ ];
1339
+ n0_registry.registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
1340
+ var ResourceNotFoundException$ = [-3, n0, _RNFE,
1341
+ { [_e]: _c, [_hE]: 404 },
1342
+ [_m],
1343
+ [0], 1
1344
+ ];
1345
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
1346
+ var ServiceUnavailableException$ = [-3, n0, _SUE,
1347
+ { [_e]: _se, [_hE]: 503 },
1348
+ [_m],
1349
+ [0], 1
1350
+ ];
1351
+ n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
1352
+ var ThrottlingException$ = [-3, n0, _TE,
1353
+ { [_e]: _c, [_hE]: 429 },
1354
+ [_m],
1355
+ [0], 1
1356
+ ];
1357
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
1358
+ var TooManyTagsException$ = [-3, n0, _TMTE,
1359
+ { [_e]: _c, [_hE]: 400 },
1360
+ [_m, _rN],
1361
+ [0, 0]
1362
+ ];
1363
+ n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
1364
+ var UnauthorizedException$ = [-3, n0, _UE,
1365
+ { [_e]: _c, [_hE]: 401 },
1366
+ [_m],
1367
+ [0], 1
1368
+ ];
1369
+ n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
1370
+ var ValidationException$ = [-3, n0, _VE,
1371
+ { [_e]: _c, [_hE]: 400 },
1372
+ [_m],
1373
+ [0]
1374
+ ];
1375
+ n0_registry.registerError(ValidationException$, ValidationException);
1376
+ const errorTypeRegistries = [
1377
+ _s_registry,
1378
+ n0_registry,
1379
+ ];
1380
+ var Email = [0, n0, _E, 8, 0];
1381
+ var MessageInput = [0, n0, _MI, 8, 0];
1382
+ var AccessPolicySummary$ = [3, n0, _APS,
1383
+ 0,
1384
+ [_i, _id, _r, _p, _cD, _lUD],
1385
+ [0, () => Identity$, () => Resource$, 0, 4, 4], 4
1386
+ ];
1387
+ var ActionDefinition$ = [3, n0, _AD,
1388
+ 0,
1389
+ [_aDI, _aN, _aT],
1390
+ [0, 0, 0], 3
1391
+ ];
1392
+ var ActionPayload$ = [3, n0, _AP,
1393
+ 0,
1394
+ [_sV],
1395
+ [0], 1
1396
+ ];
1397
+ var ActionSummary$ = [3, n0, _AS,
1398
+ 0,
1399
+ [_aI, _aDI, _tR, _rT],
1400
+ [0, 0, () => TargetResource$, () => ResolveTo$]
1401
+ ];
1402
+ var AggregatedValue$ = [3, n0, _AV,
1403
+ 0,
1404
+ [_t, _v, _q],
1405
+ [4, () => Aggregates$, 0], 2
1406
+ ];
1407
+ var Aggregates$ = [3, n0, _A,
1408
+ 0,
1409
+ [_a, _co, _ma, _mi, _su, _sD],
1410
+ [1, 1, 1, 1, 1, 1]
1411
+ ];
1412
+ var Alarms$ = [3, n0, _Al,
1413
+ 0,
1414
+ [_aRA, _nLA],
1415
+ [0, 0], 1
1416
+ ];
1417
+ var AssetBindingValueFilter$ = [3, n0, _ABVF,
1418
+ 0,
1419
+ [_aIs],
1420
+ [0], 1
1421
+ ];
1422
+ var AssetCompositeModel$ = [3, n0, _ACM,
1423
+ 0,
1424
+ [_n, _ty, _pr, _d, _i, _eI],
1425
+ [0, 0, () => AssetProperties, 0, 0, 0], 3
1426
+ ];
1427
+ var AssetCompositeModelPathSegment$ = [3, n0, _ACMPS,
1428
+ 0,
1429
+ [_i, _n],
1430
+ [0, 0]
1431
+ ];
1432
+ var AssetCompositeModelSummary$ = [3, n0, _ACMS,
1433
+ 0,
1434
+ [_i, _n, _ty, _d, _pa, _eI],
1435
+ [0, 0, 0, 0, () => AssetCompositeModelPath, 0], 5
1436
+ ];
1437
+ var AssetErrorDetails$ = [3, n0, _AED,
1438
+ 0,
1439
+ [_aIs, _cod, _m],
1440
+ [0, 0, 0], 3
1441
+ ];
1442
+ var AssetHierarchy$ = [3, n0, _AH,
1443
+ 0,
1444
+ [_n, _i, _eI],
1445
+ [0, 0, 0], 1
1446
+ ];
1447
+ var AssetHierarchyInfo$ = [3, n0, _AHI,
1448
+ 0,
1449
+ [_pAI, _cAI],
1450
+ [0, 0]
1451
+ ];
1452
+ var AssetModelBindingValueFilter$ = [3, n0, _AMBVF,
1453
+ 0,
1454
+ [_aMI],
1455
+ [0], 1
1456
+ ];
1457
+ var AssetModelCompositeModel$ = [3, n0, _AMCM,
1458
+ 0,
1459
+ [_n, _ty, _d, _pr, _i, _eI],
1460
+ [0, 0, 0, () => AssetModelProperties, 0, 0], 2
1461
+ ];
1462
+ var AssetModelCompositeModelDefinition$ = [3, n0, _AMCMD,
1463
+ 0,
1464
+ [_n, _ty, _i, _eI, _d, _pr],
1465
+ [0, 0, 0, 0, 0, () => AssetModelPropertyDefinitions], 2
1466
+ ];
1467
+ var AssetModelCompositeModelPathSegment$ = [3, n0, _AMCMPS,
1468
+ 0,
1469
+ [_i, _n],
1470
+ [0, 0]
1471
+ ];
1472
+ var AssetModelCompositeModelSummary$ = [3, n0, _AMCMS,
1473
+ 0,
1474
+ [_i, _n, _ty, _eI, _d, _pa],
1475
+ [0, 0, 0, 0, 0, () => AssetModelCompositeModelPath], 3
1476
+ ];
1477
+ var AssetModelHierarchy$ = [3, n0, _AMH,
1478
+ 0,
1479
+ [_n, _cAMI, _i, _eI],
1480
+ [0, 0, 0, 0], 2
1481
+ ];
1482
+ var AssetModelHierarchyDefinition$ = [3, n0, _AMHD,
1483
+ 0,
1484
+ [_n, _cAMI, _i, _eI],
1485
+ [0, 0, 0, 0], 2
1486
+ ];
1487
+ var AssetModelProperty$ = [3, n0, _AMP,
1488
+ 0,
1489
+ [_n, _dT, _ty, _i, _eI, _dTS, _u, _pa],
1490
+ [0, 0, () => PropertyType$, 0, 0, 0, 0, () => AssetModelPropertyPath], 3
1491
+ ];
1492
+ var AssetModelPropertyBindingValue$ = [3, n0, _AMPBV,
1493
+ 0,
1494
+ [_aMI, _pI],
1495
+ [0, 0], 2
1496
+ ];
1497
+ var AssetModelPropertyBindingValueFilter$ = [3, n0, _AMPBVF,
1498
+ 0,
1499
+ [_aMI, _pI],
1500
+ [0, 0], 2
1501
+ ];
1502
+ var AssetModelPropertyDefinition$ = [3, n0, _AMPD,
1503
+ 0,
1504
+ [_n, _dT, _ty, _i, _eI, _dTS, _u],
1505
+ [0, 0, () => PropertyType$, 0, 0, 0, 0], 3
1506
+ ];
1507
+ var AssetModelPropertyPathSegment$ = [3, n0, _AMPPS,
1508
+ 0,
1509
+ [_i, _n],
1510
+ [0, 0]
1511
+ ];
1512
+ var AssetModelPropertySummary$ = [3, n0, _AMPS,
1513
+ 0,
1514
+ [_n, _dT, _ty, _i, _eI, _dTS, _u, _aMCMI, _pa, _iS],
1515
+ [0, 0, () => PropertyType$, 0, 0, 0, 0, 0, () => AssetModelPropertyPath, () => InterfaceSummaries], 3
1516
+ ];
1517
+ var AssetModelStatus$ = [3, n0, _AMS,
1518
+ 0,
1519
+ [_st, _e],
1520
+ [0, () => ErrorDetails$], 1
1521
+ ];
1522
+ var AssetModelSummary$ = [3, n0, _AMSs,
1523
+ 0,
1524
+ [_i, _ar, _n, _d, _cD, _lUD, _sta, _eI, _aMT, _ve],
1525
+ [0, 0, 0, 0, 4, 4, () => AssetModelStatus$, 0, 0, 0], 7
1526
+ ];
1527
+ var AssetProperty$ = [3, n0, _APs,
1528
+ 0,
1529
+ [_i, _n, _dT, _eI, _al, _no, _dTS, _u, _pa],
1530
+ [0, 0, 0, 0, 0, () => PropertyNotification$, 0, 0, () => AssetPropertyPath], 3
1531
+ ];
1532
+ var AssetPropertyBindingValue$ = [3, n0, _APBV,
1533
+ 0,
1534
+ [_aIs, _pI],
1535
+ [0, 0], 2
1536
+ ];
1537
+ var AssetPropertyBindingValueFilter$ = [3, n0, _APBVF,
1538
+ 0,
1539
+ [_aIs, _pI],
1540
+ [0, 0], 2
1541
+ ];
1542
+ var AssetPropertyPathSegment$ = [3, n0, _APPS,
1543
+ 0,
1544
+ [_i, _n],
1545
+ [0, 0]
1546
+ ];
1547
+ var AssetPropertySummary$ = [3, n0, _APSs,
1548
+ 0,
1549
+ [_i, _eI, _al, _u, _no, _aCMI, _pa],
1550
+ [0, 0, 0, 0, () => PropertyNotification$, 0, () => AssetPropertyPath], 1
1551
+ ];
1552
+ var AssetPropertyValue$ = [3, n0, _APV,
1553
+ 0,
1554
+ [_v, _t, _q],
1555
+ [() => Variant$, () => TimeInNanos$, 0], 2
1556
+ ];
1557
+ var AssetRelationshipSummary$ = [3, n0, _ARS,
1558
+ 0,
1559
+ [_rTe, _hI],
1560
+ [0, () => AssetHierarchyInfo$], 1
1561
+ ];
1562
+ var AssetStatus$ = [3, n0, _ASs,
1563
+ 0,
1564
+ [_st, _e],
1565
+ [0, () => ErrorDetails$], 1
1566
+ ];
1567
+ var AssetSummary$ = [3, n0, _ASss,
1568
+ 0,
1569
+ [_i, _ar, _n, _aMI, _cD, _lUD, _sta, _h, _eI, _d],
1570
+ [0, 0, 0, 0, 4, 4, () => AssetStatus$, () => AssetHierarchies, 0, 0], 8
1571
+ ];
1572
+ var AssociateAssetsRequest$ = [3, n0, _AAR,
1573
+ 0,
1574
+ [_aIs, _hIi, _cAI, _cT],
1575
+ [[0, 1], 0, 0, [0, 4]], 3
1576
+ ];
1577
+ var AssociatedAssetsSummary$ = [3, n0, _AAS,
1578
+ 0,
1579
+ [_i, _ar, _n, _aMI, _cD, _lUD, _sta, _h, _eI, _d],
1580
+ [0, 0, 0, 0, 4, 4, () => AssetStatus$, () => AssetHierarchies, 0, 0], 8
1581
+ ];
1582
+ var AssociateTimeSeriesToAssetPropertyRequest$ = [3, n0, _ATSTAPR,
1583
+ 0,
1584
+ [_al, _aIs, _pI, _cT],
1585
+ [[0, { [_hQ]: _al }], [0, { [_hQ]: _aIs }], [0, { [_hQ]: _pI }], [0, 4]], 3
1586
+ ];
1587
+ var Attribute$ = [3, n0, _At,
1588
+ 0,
1589
+ [_dV],
1590
+ [0]
1591
+ ];
1592
+ var BatchAssociateProjectAssetsRequest$ = [3, n0, _BAPAR,
1593
+ 0,
1594
+ [_pIr, _aIss, _cT],
1595
+ [[0, 1], 64 | 0, [0, 4]], 2
1596
+ ];
1597
+ var BatchAssociateProjectAssetsResponse$ = [3, n0, _BAPARa,
1598
+ 0,
1599
+ [_er],
1600
+ [() => BatchAssociateProjectAssetsErrors]
1601
+ ];
1602
+ var BatchDisassociateProjectAssetsRequest$ = [3, n0, _BDPAR,
1603
+ 0,
1604
+ [_pIr, _aIss, _cT],
1605
+ [[0, 1], 64 | 0, [0, 4]], 2
1606
+ ];
1607
+ var BatchDisassociateProjectAssetsResponse$ = [3, n0, _BDPARa,
1608
+ 0,
1609
+ [_er],
1610
+ [() => BatchDisassociateProjectAssetsErrors]
1611
+ ];
1612
+ var BatchGetAssetPropertyAggregatesEntry$ = [3, n0, _BGAPAE,
1613
+ 0,
1614
+ [_eIn, _aTg, _re, _sDt, _eD, _aIs, _pI, _pA, _qu, _tO],
1615
+ [0, 64 | 0, 0, 4, 4, 0, 0, 0, 64 | 0, 0], 5
1616
+ ];
1617
+ var BatchGetAssetPropertyAggregatesErrorEntry$ = [3, n0, _BGAPAEE,
1618
+ 0,
1619
+ [_eC, _eM, _eIn],
1620
+ [0, 0, 0], 3
1621
+ ];
1622
+ var BatchGetAssetPropertyAggregatesErrorInfo$ = [3, n0, _BGAPAEI,
1623
+ 0,
1624
+ [_eC, _eT],
1625
+ [0, 4], 2
1626
+ ];
1627
+ var BatchGetAssetPropertyAggregatesRequest$ = [3, n0, _BGAPAR,
1628
+ 0,
1629
+ [_en, _nT, _mR],
1630
+ [() => BatchGetAssetPropertyAggregatesEntries, 0, 1], 1
1631
+ ];
1632
+ var BatchGetAssetPropertyAggregatesResponse$ = [3, n0, _BGAPARa,
1633
+ 0,
1634
+ [_eE, _sE, _sEk, _nT],
1635
+ [() => BatchGetAssetPropertyAggregatesErrorEntries, () => BatchGetAssetPropertyAggregatesSuccessEntries, () => BatchGetAssetPropertyAggregatesSkippedEntries, 0], 3
1636
+ ];
1637
+ var BatchGetAssetPropertyAggregatesSkippedEntry$ = [3, n0, _BGAPASE,
1638
+ 0,
1639
+ [_eIn, _cS, _eIr],
1640
+ [0, 0, () => BatchGetAssetPropertyAggregatesErrorInfo$], 2
1641
+ ];
1642
+ var BatchGetAssetPropertyAggregatesSuccessEntry$ = [3, n0, _BGAPASEa,
1643
+ 0,
1644
+ [_eIn, _aV],
1645
+ [0, () => AggregatedValues], 2
1646
+ ];
1647
+ var BatchGetAssetPropertyValueEntry$ = [3, n0, _BGAPVE,
1648
+ 0,
1649
+ [_eIn, _aIs, _pI, _pA],
1650
+ [0, 0, 0, 0], 1
1651
+ ];
1652
+ var BatchGetAssetPropertyValueErrorEntry$ = [3, n0, _BGAPVEE,
1653
+ 0,
1654
+ [_eC, _eM, _eIn],
1655
+ [0, 0, 0], 3
1656
+ ];
1657
+ var BatchGetAssetPropertyValueErrorInfo$ = [3, n0, _BGAPVEI,
1658
+ 0,
1659
+ [_eC, _eT],
1660
+ [0, 4], 2
1661
+ ];
1662
+ var BatchGetAssetPropertyValueHistoryEntry$ = [3, n0, _BGAPVHE,
1663
+ 0,
1664
+ [_eIn, _aIs, _pI, _pA, _sDt, _eD, _qu, _tO],
1665
+ [0, 0, 0, 0, 4, 4, 64 | 0, 0], 1
1666
+ ];
1667
+ var BatchGetAssetPropertyValueHistoryErrorEntry$ = [3, n0, _BGAPVHEE,
1668
+ 0,
1669
+ [_eC, _eM, _eIn],
1670
+ [0, 0, 0], 3
1671
+ ];
1672
+ var BatchGetAssetPropertyValueHistoryErrorInfo$ = [3, n0, _BGAPVHEI,
1673
+ 0,
1674
+ [_eC, _eT],
1675
+ [0, 4], 2
1676
+ ];
1677
+ var BatchGetAssetPropertyValueHistoryRequest$ = [3, n0, _BGAPVHR,
1678
+ 0,
1679
+ [_en, _nT, _mR],
1680
+ [() => BatchGetAssetPropertyValueHistoryEntries, 0, 1], 1
1681
+ ];
1682
+ var BatchGetAssetPropertyValueHistoryResponse$ = [3, n0, _BGAPVHRa,
1683
+ 0,
1684
+ [_eE, _sE, _sEk, _nT],
1685
+ [() => BatchGetAssetPropertyValueHistoryErrorEntries, () => BatchGetAssetPropertyValueHistorySuccessEntries, () => BatchGetAssetPropertyValueHistorySkippedEntries, 0], 3
1686
+ ];
1687
+ var BatchGetAssetPropertyValueHistorySkippedEntry$ = [3, n0, _BGAPVHSE,
1688
+ 0,
1689
+ [_eIn, _cS, _eIr],
1690
+ [0, 0, () => BatchGetAssetPropertyValueHistoryErrorInfo$], 2
1691
+ ];
1692
+ var BatchGetAssetPropertyValueHistorySuccessEntry$ = [3, n0, _BGAPVHSEa,
1693
+ 0,
1694
+ [_eIn, _aPVH],
1695
+ [0, () => AssetPropertyValueHistory], 2
1696
+ ];
1697
+ var BatchGetAssetPropertyValueRequest$ = [3, n0, _BGAPVR,
1698
+ 0,
1699
+ [_en, _nT],
1700
+ [() => BatchGetAssetPropertyValueEntries, 0], 1
1701
+ ];
1702
+ var BatchGetAssetPropertyValueResponse$ = [3, n0, _BGAPVRa,
1703
+ 0,
1704
+ [_eE, _sE, _sEk, _nT],
1705
+ [() => BatchGetAssetPropertyValueErrorEntries, () => BatchGetAssetPropertyValueSuccessEntries, () => BatchGetAssetPropertyValueSkippedEntries, 0], 3
1706
+ ];
1707
+ var BatchGetAssetPropertyValueSkippedEntry$ = [3, n0, _BGAPVSE,
1708
+ 0,
1709
+ [_eIn, _cS, _eIr],
1710
+ [0, 0, () => BatchGetAssetPropertyValueErrorInfo$], 2
1711
+ ];
1712
+ var BatchGetAssetPropertyValueSuccessEntry$ = [3, n0, _BGAPVSEa,
1713
+ 0,
1714
+ [_eIn, _aPV],
1715
+ [0, () => AssetPropertyValue$], 1
1716
+ ];
1717
+ var BatchPutAssetPropertyError$ = [3, n0, _BPAPE,
1718
+ 0,
1719
+ [_eC, _eM, _ti],
1720
+ [0, 0, () => Timestamps], 3
1721
+ ];
1722
+ var BatchPutAssetPropertyErrorEntry$ = [3, n0, _BPAPEE,
1723
+ 0,
1724
+ [_eIn, _er],
1725
+ [0, () => BatchPutAssetPropertyErrors], 2
1726
+ ];
1727
+ var BatchPutAssetPropertyValueRequest$ = [3, n0, _BPAPVR,
1728
+ 0,
1729
+ [_en, _ePEP],
1730
+ [() => PutAssetPropertyValueEntries, 2], 1
1731
+ ];
1732
+ var BatchPutAssetPropertyValueResponse$ = [3, n0, _BPAPVRa,
1733
+ 0,
1734
+ [_eE],
1735
+ [() => BatchPutAssetPropertyErrorEntries], 1
1736
+ ];
1737
+ var Citation$ = [3, n0, _C,
1738
+ 0,
1739
+ [_ref, _con],
1740
+ [() => Reference$, () => Content$]
1741
+ ];
1742
+ var ColumnInfo$ = [3, n0, _CI,
1743
+ 0,
1744
+ [_n, _ty],
1745
+ [0, () => ColumnType$]
1746
+ ];
1747
+ var ColumnType$ = [3, n0, _CT,
1748
+ 0,
1749
+ [_sT],
1750
+ [0]
1751
+ ];
1752
+ var CompositeModelProperty$ = [3, n0, _CMP,
1753
+ 0,
1754
+ [_n, _ty, _aP, _i, _eI],
1755
+ [0, 0, () => Property$, 0, 0], 3
1756
+ ];
1757
+ var CompositionDetails$ = [3, n0, _CD,
1758
+ 0,
1759
+ [_cR],
1760
+ [() => CompositionRelationship]
1761
+ ];
1762
+ var CompositionRelationshipItem$ = [3, n0, _CRI,
1763
+ 0,
1764
+ [_i],
1765
+ [0]
1766
+ ];
1767
+ var CompositionRelationshipSummary$ = [3, n0, _CRS,
1768
+ 0,
1769
+ [_aMI, _aMCMI, _aMCMT],
1770
+ [0, 0, 0], 3
1771
+ ];
1772
+ var ComputationModelAnomalyDetectionConfiguration$ = [3, n0, _CMADC,
1773
+ 0,
1774
+ [_iP, _rP],
1775
+ [0, 0], 2
1776
+ ];
1777
+ var ComputationModelConfiguration$ = [3, n0, _CMC,
1778
+ 0,
1779
+ [_aD],
1780
+ [() => ComputationModelAnomalyDetectionConfiguration$]
1781
+ ];
1782
+ var ComputationModelDataBindingUsageSummary$ = [3, n0, _CMDBUS,
1783
+ 0,
1784
+ [_cMI, _mDB],
1785
+ [64 | 0, () => MatchedDataBinding$], 2
1786
+ ];
1787
+ var ComputationModelDataBindingValue$ = [3, n0, _CMDBV,
1788
+ 0,
1789
+ [_aMP, _aP, _l],
1790
+ [() => AssetModelPropertyBindingValue$, () => AssetPropertyBindingValue$, () => BindingValueList]
1791
+ ];
1792
+ var ComputationModelResolveToResourceSummary$ = [3, n0, _CMRTRS,
1793
+ 0,
1794
+ [_rT],
1795
+ [() => ResolveTo$]
1796
+ ];
1797
+ var ComputationModelStatus$ = [3, n0, _CMS,
1798
+ 0,
1799
+ [_st, _e],
1800
+ [0, () => ErrorDetails$], 1
1801
+ ];
1802
+ var ComputationModelSummary$ = [3, n0, _CMSo,
1803
+ 0,
1804
+ [_i, _ar, _n, _ty, _cD, _lUD, _sta, _ve, _d],
1805
+ [0, 0, 0, 0, 4, 4, () => ComputationModelStatus$, 0, 0], 8
1806
+ ];
1807
+ var ConfigurationErrorDetails$ = [3, n0, _CED,
1808
+ 0,
1809
+ [_cod, _m],
1810
+ [0, 0], 2
1811
+ ];
1812
+ var ConfigurationStatus$ = [3, n0, _CS,
1813
+ 0,
1814
+ [_st, _e],
1815
+ [0, () => ConfigurationErrorDetails$], 1
1816
+ ];
1817
+ var Content$ = [3, n0, _Co,
1818
+ 0,
1819
+ [_te],
1820
+ [0]
1821
+ ];
1822
+ var CreateAccessPolicyRequest$ = [3, n0, _CAPR,
1823
+ 0,
1824
+ [_aPI, _aPR, _aPP, _cT, _ta],
1825
+ [() => Identity$, () => Resource$, 0, [0, 4], 128 | 0], 3
1826
+ ];
1827
+ var CreateAccessPolicyResponse$ = [3, n0, _CAPRr,
1828
+ 0,
1829
+ [_aPIc, _aPA],
1830
+ [0, 0], 2
1831
+ ];
1832
+ var CreateAssetModelCompositeModelRequest$ = [3, n0, _CAMCMR,
1833
+ 0,
1834
+ [_aMI, _aMCMN, _aMCMT, _aMCMEI, _pAMCMI, _aMCMI, _aMCMD, _cT, _cAMIo, _aMCMP, _iM, _iNM, _mFVT],
1835
+ [[0, 1], 0, 0, 0, 0, 0, 0, [0, 4], 0, () => AssetModelPropertyDefinitions, [0, { [_hH]: _IM }], [0, { [_hH]: _INM }], [0, { [_hH]: _MFVT }]], 3
1836
+ ];
1837
+ var CreateAssetModelCompositeModelResponse$ = [3, n0, _CAMCMRr,
1838
+ 0,
1839
+ [_aMCMI, _aMCMPs, _aMS],
1840
+ [0, () => AssetModelCompositeModelPath, () => AssetModelStatus$], 3
1841
+ ];
1842
+ var CreateAssetModelRequest$ = [3, n0, _CAMR,
1843
+ 0,
1844
+ [_aMN, _aMT, _aMI, _aMEI, _aMD, _aMPs, _aMH, _aMCM, _cT, _ta],
1845
+ [0, 0, 0, 0, 0, () => AssetModelPropertyDefinitions, () => AssetModelHierarchyDefinitions, () => AssetModelCompositeModelDefinitions, [0, 4], 128 | 0], 1
1846
+ ];
1847
+ var CreateAssetModelResponse$ = [3, n0, _CAMRr,
1848
+ 0,
1849
+ [_aMI, _aMA, _aMS],
1850
+ [0, 0, () => AssetModelStatus$], 3
1851
+ ];
1852
+ var CreateAssetRequest$ = [3, n0, _CAR,
1853
+ 0,
1854
+ [_aNs, _aMI, _aIs, _aEI, _cT, _ta, _aDs],
1855
+ [0, 0, 0, 0, [0, 4], 128 | 0, 0], 2
1856
+ ];
1857
+ var CreateAssetResponse$ = [3, n0, _CARr,
1858
+ 0,
1859
+ [_aIs, _aA, _aS],
1860
+ [0, 0, () => AssetStatus$], 3
1861
+ ];
1862
+ var CreateBulkImportJobRequest$ = [3, n0, _CBIJR,
1863
+ 0,
1864
+ [_jN, _jRA, _f, _eRL, _jC, _aId, _dFAI],
1865
+ [0, 0, () => Files, () => ErrorReportLocation$, () => JobConfiguration$, 2, 2], 5
1866
+ ];
1867
+ var CreateBulkImportJobResponse$ = [3, n0, _CBIJRr,
1868
+ 0,
1869
+ [_jI, _jN, _jS],
1870
+ [0, 0, 0], 3
1871
+ ];
1872
+ var CreateComputationModelRequest$ = [3, n0, _CCMR,
1873
+ 0,
1874
+ [_cMN, _cMC, _cMDB, _cMD, _cT, _ta],
1875
+ [0, () => ComputationModelConfiguration$, () => ComputationModelDataBinding, 0, [0, 4], 128 | 0], 3
1876
+ ];
1877
+ var CreateComputationModelResponse$ = [3, n0, _CCMRr,
1878
+ 0,
1879
+ [_cMIo, _cMA, _cMS],
1880
+ [0, 0, () => ComputationModelStatus$], 3
1881
+ ];
1882
+ var CreateDashboardRequest$ = [3, n0, _CDR,
1883
+ 0,
1884
+ [_pIr, _dN, _dD, _dDa, _cT, _ta],
1885
+ [0, 0, 0, 0, [0, 4], 128 | 0], 3
1886
+ ];
1887
+ var CreateDashboardResponse$ = [3, n0, _CDRr,
1888
+ 0,
1889
+ [_dI, _dA],
1890
+ [0, 0], 2
1891
+ ];
1892
+ var CreateDatasetRequest$ = [3, n0, _CDRre,
1893
+ 0,
1894
+ [_dNa, _dS, _dIa, _dDat, _cT, _ta],
1895
+ [0, () => DatasetSource$, 0, 0, [0, 4], 128 | 0], 2
1896
+ ];
1897
+ var CreateDatasetResponse$ = [3, n0, _CDRrea,
1898
+ 0,
1899
+ [_dIa, _dAa, _dSa],
1900
+ [0, 0, () => DatasetStatus$], 3
1901
+ ];
1902
+ var CreateGatewayRequest$ = [3, n0, _CGR,
1903
+ 0,
1904
+ [_gN, _gP, _gV, _ta],
1905
+ [0, () => GatewayPlatform$, 0, 128 | 0], 2
1906
+ ];
1907
+ var CreateGatewayResponse$ = [3, n0, _CGRr,
1908
+ 0,
1909
+ [_gI, _gA],
1910
+ [0, 0], 2
1911
+ ];
1912
+ var CreatePortalRequest$ = [3, n0, _CPR,
1913
+ 0,
1914
+ [_pN, _pCE, _rAo, _pD, _cT, _pLIF, _ta, _pAM, _nSE, _ala, _pT, _pTC],
1915
+ [0, [() => Email, 0], 0, 0, [0, 4], () => ImageFile$, 128 | 0, 0, [() => Email, 0], () => Alarms$, 0, () => PortalTypeConfiguration], 3
1916
+ ];
1917
+ var CreatePortalResponse$ = [3, n0, _CPRr,
1918
+ 0,
1919
+ [_pIo, _pAo, _pSU, _pS, _sAI],
1920
+ [0, 0, 0, () => PortalStatus$, 0], 5
1921
+ ];
1922
+ var CreateProjectRequest$ = [3, n0, _CPRre,
1923
+ 0,
1924
+ [_pIo, _pNr, _pDr, _cT, _ta],
1925
+ [0, 0, 0, [0, 4], 128 | 0], 2
1926
+ ];
1927
+ var CreateProjectResponse$ = [3, n0, _CPRrea,
1928
+ 0,
1929
+ [_pIr, _pAr],
1930
+ [0, 0], 2
1931
+ ];
1932
+ var Csv$ = [3, n0, _Cs,
1933
+ 0,
1934
+ [_cN],
1935
+ [64 | 0], 1
1936
+ ];
1937
+ var CustomerManagedS3Storage$ = [3, n0, _CMSS,
1938
+ 0,
1939
+ [_sRA, _rAo],
1940
+ [0, 0], 2
1941
+ ];
1942
+ var DashboardSummary$ = [3, n0, _DS,
1943
+ 0,
1944
+ [_i, _n, _d, _cD, _lUD],
1945
+ [0, 0, 0, 4, 4], 2
1946
+ ];
1947
+ var DataBindingValue$ = [3, n0, _DBV,
1948
+ 0,
1949
+ [_aMP, _aP],
1950
+ [() => AssetModelPropertyBindingValue$, () => AssetPropertyBindingValue$]
1951
+ ];
1952
+ var DataBindingValueFilter$ = [3, n0, _DBVF,
1953
+ 0,
1954
+ [_as, _aM, _aP, _aMP],
1955
+ [() => AssetBindingValueFilter$, () => AssetModelBindingValueFilter$, () => AssetPropertyBindingValueFilter$, () => AssetModelPropertyBindingValueFilter$]
1956
+ ];
1957
+ var DataSetReference$ = [3, n0, _DSR,
1958
+ 0,
1959
+ [_dAa, _so],
1960
+ [0, () => Source$]
1961
+ ];
1962
+ var DatasetSource$ = [3, n0, _DSa,
1963
+ 0,
1964
+ [_sTo, _sF, _sDo],
1965
+ [0, 0, () => SourceDetail$], 2
1966
+ ];
1967
+ var DatasetStatus$ = [3, n0, _DSat,
1968
+ 0,
1969
+ [_st, _e],
1970
+ [0, () => ErrorDetails$], 1
1971
+ ];
1972
+ var DatasetSummary$ = [3, n0, _DSata,
1973
+ 0,
1974
+ [_i, _ar, _n, _d, _cD, _lUD, _sta],
1975
+ [0, 0, 0, 0, 4, 4, () => DatasetStatus$], 7
1976
+ ];
1977
+ var Datum$ = [3, n0, _D,
1978
+ 0,
1979
+ [_sVc, _aVr, _rV, _nV],
1980
+ [0, () => DatumList, () => Row$, 2]
1981
+ ];
1982
+ var DeleteAccessPolicyRequest$ = [3, n0, _DAPR,
1983
+ 0,
1984
+ [_aPIc, _cT],
1985
+ [[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
1986
+ ];
1987
+ var DeleteAccessPolicyResponse$ = [3, n0, _DAPRe,
1988
+ 0,
1989
+ [],
1990
+ []
1991
+ ];
1992
+ var DeleteAssetModelCompositeModelRequest$ = [3, n0, _DAMCMR,
1993
+ 0,
1994
+ [_aMI, _aMCMI, _cT, _iM, _iNM, _mFVT],
1995
+ [[0, 1], [0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }], [0, { [_hH]: _IM }], [0, { [_hH]: _INM }], [0, { [_hH]: _MFVT }]], 2
1996
+ ];
1997
+ var DeleteAssetModelCompositeModelResponse$ = [3, n0, _DAMCMRe,
1998
+ 0,
1999
+ [_aMS],
2000
+ [() => AssetModelStatus$], 1
2001
+ ];
2002
+ var DeleteAssetModelInterfaceRelationshipRequest$ = [3, n0, _DAMIRR,
2003
+ 0,
2004
+ [_aMI, _iAMI, _cT],
2005
+ [[0, 1], [0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 2
2006
+ ];
2007
+ var DeleteAssetModelInterfaceRelationshipResponse$ = [3, n0, _DAMIRRe,
2008
+ 0,
2009
+ [_aMI, _iAMI, _aMA, _aMS],
2010
+ [0, 0, 0, () => AssetModelStatus$], 4
2011
+ ];
2012
+ var DeleteAssetModelRequest$ = [3, n0, _DAMR,
2013
+ 0,
2014
+ [_aMI, _cT, _iM, _iNM, _mFVT],
2015
+ [[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }], [0, { [_hH]: _IM }], [0, { [_hH]: _INM }], [0, { [_hH]: _MFVT }]], 1
2016
+ ];
2017
+ var DeleteAssetModelResponse$ = [3, n0, _DAMRe,
2018
+ 0,
2019
+ [_aMS],
2020
+ [() => AssetModelStatus$], 1
2021
+ ];
2022
+ var DeleteAssetRequest$ = [3, n0, _DAR,
2023
+ 0,
2024
+ [_aIs, _cT],
2025
+ [[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
2026
+ ];
2027
+ var DeleteAssetResponse$ = [3, n0, _DARe,
2028
+ 0,
2029
+ [_aS],
2030
+ [() => AssetStatus$], 1
2031
+ ];
2032
+ var DeleteComputationModelRequest$ = [3, n0, _DCMR,
2033
+ 0,
2034
+ [_cMIo, _cT],
2035
+ [[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
2036
+ ];
2037
+ var DeleteComputationModelResponse$ = [3, n0, _DCMRe,
2038
+ 0,
2039
+ [_cMS],
2040
+ [() => ComputationModelStatus$], 1
2041
+ ];
2042
+ var DeleteDashboardRequest$ = [3, n0, _DDR,
2043
+ 0,
2044
+ [_dI, _cT],
2045
+ [[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
2046
+ ];
2047
+ var DeleteDashboardResponse$ = [3, n0, _DDRe,
2048
+ 0,
2049
+ [],
2050
+ []
2051
+ ];
2052
+ var DeleteDatasetRequest$ = [3, n0, _DDRel,
2053
+ 0,
2054
+ [_dIa, _cT],
2055
+ [[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
2056
+ ];
2057
+ var DeleteDatasetResponse$ = [3, n0, _DDRele,
2058
+ 0,
2059
+ [_dSa],
2060
+ [() => DatasetStatus$], 1
2061
+ ];
2062
+ var DeleteGatewayRequest$ = [3, n0, _DGR,
2063
+ 0,
2064
+ [_gI],
2065
+ [[0, 1]], 1
2066
+ ];
2067
+ var DeletePortalRequest$ = [3, n0, _DPR,
2068
+ 0,
2069
+ [_pIo, _cT],
2070
+ [[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
2071
+ ];
2072
+ var DeletePortalResponse$ = [3, n0, _DPRe,
2073
+ 0,
2074
+ [_pS],
2075
+ [() => PortalStatus$], 1
2076
+ ];
2077
+ var DeleteProjectRequest$ = [3, n0, _DPRel,
2078
+ 0,
2079
+ [_pIr, _cT],
2080
+ [[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
2081
+ ];
2082
+ var DeleteProjectResponse$ = [3, n0, _DPRele,
2083
+ 0,
2084
+ [],
2085
+ []
2086
+ ];
2087
+ var DeleteTimeSeriesRequest$ = [3, n0, _DTSR,
2088
+ 0,
2089
+ [_al, _aIs, _pI, _cT],
2090
+ [[0, { [_hQ]: _al }], [0, { [_hQ]: _aIs }], [0, { [_hQ]: _pI }], [0, 4]]
2091
+ ];
2092
+ var DescribeAccessPolicyRequest$ = [3, n0, _DAPRes,
2093
+ 0,
2094
+ [_aPIc],
2095
+ [[0, 1]], 1
2096
+ ];
2097
+ var DescribeAccessPolicyResponse$ = [3, n0, _DAPResc,
2098
+ 0,
2099
+ [_aPIc, _aPA, _aPI, _aPR, _aPP, _aPCD, _aPLUD],
2100
+ [0, 0, () => Identity$, () => Resource$, 0, 4, 4], 7
2101
+ ];
2102
+ var DescribeActionRequest$ = [3, n0, _DARes,
2103
+ 0,
2104
+ [_aI],
2105
+ [[0, 1]], 1
2106
+ ];
2107
+ var DescribeActionResponse$ = [3, n0, _DAResc,
2108
+ 0,
2109
+ [_aI, _tR, _aDI, _aPc, _eTx, _rT],
2110
+ [0, () => TargetResource$, 0, () => ActionPayload$, 4, () => ResolveTo$], 5
2111
+ ];
2112
+ var DescribeAssetCompositeModelRequest$ = [3, n0, _DACMR,
2113
+ 0,
2114
+ [_aIs, _aCMI],
2115
+ [[0, 1], [0, 1]], 2
2116
+ ];
2117
+ var DescribeAssetCompositeModelResponse$ = [3, n0, _DACMRe,
2118
+ 0,
2119
+ [_aIs, _aCMI, _aCMP, _aCMN, _aCMD, _aCMT, _aCMPs, _aCMS, _aCMEI, _aDc],
2120
+ [0, 0, () => AssetCompositeModelPath, 0, 0, 0, () => AssetProperties, () => AssetCompositeModelSummaries, 0, () => ActionDefinitions], 8
2121
+ ];
2122
+ var DescribeAssetModelCompositeModelRequest$ = [3, n0, _DAMCMRes,
2123
+ 0,
2124
+ [_aMI, _aMCMI, _aMV],
2125
+ [[0, 1], [0, 1], [0, { [_hQ]: _aMV }]], 2
2126
+ ];
2127
+ var DescribeAssetModelCompositeModelResponse$ = [3, n0, _DAMCMResc,
2128
+ 0,
2129
+ [_aMI, _aMCMI, _aMCMPs, _aMCMN, _aMCMD, _aMCMT, _aMCMP, _aMCMS, _aMCMEI, _cDo, _aDc],
2130
+ [0, 0, () => AssetModelCompositeModelPath, 0, 0, 0, () => AssetModelProperties, () => AssetModelCompositeModelSummaries, 0, () => CompositionDetails$, () => ActionDefinitions], 8
2131
+ ];
2132
+ var DescribeAssetModelInterfaceRelationshipRequest$ = [3, n0, _DAMIRRes,
2133
+ 0,
2134
+ [_aMI, _iAMI],
2135
+ [[0, 1], [0, 1]], 2
2136
+ ];
2137
+ var DescribeAssetModelInterfaceRelationshipResponse$ = [3, n0, _DAMIRResc,
2138
+ 0,
2139
+ [_aMI, _iAMI, _pM, _hM],
2140
+ [0, 0, () => PropertyMappings, () => HierarchyMappings], 4
2141
+ ];
2142
+ var DescribeAssetModelRequest$ = [3, n0, _DAMRes,
2143
+ 0,
2144
+ [_aMI, _eP, _aMV],
2145
+ [[0, 1], [2, { [_hQ]: _eP }], [0, { [_hQ]: _aMV }]], 1
2146
+ ];
2147
+ var DescribeAssetModelResponse$ = [3, n0, _DAMResc,
2148
+ 0,
2149
+ [_aMI, _aMA, _aMN, _aMD, _aMPs, _aMH, _aMCD, _aMLUD, _aMS, _aMEI, _aMT, _aMCM, _aMCMS, _aMV, _iD, _eTa],
2150
+ [0, 0, 0, 0, () => AssetModelProperties, () => AssetModelHierarchies, 4, 4, () => AssetModelStatus$, 0, 0, () => AssetModelCompositeModels, () => AssetModelCompositeModelSummaries, 0, () => InterfaceDetails, [0, { [_hH]: _ET }]], 9
2151
+ ];
2152
+ var DescribeAssetPropertyRequest$ = [3, n0, _DAPRescr,
2153
+ 0,
2154
+ [_aIs, _pI],
2155
+ [[0, 1], [0, 1]], 2
2156
+ ];
2157
+ var DescribeAssetPropertyResponse$ = [3, n0, _DAPRescri,
2158
+ 0,
2159
+ [_aIs, _aNs, _aMI, _aEI, _aP, _cM],
2160
+ [0, 0, 0, 0, () => Property$, () => CompositeModelProperty$], 3
2161
+ ];
2162
+ var DescribeAssetRequest$ = [3, n0, _DARescr,
2163
+ 0,
2164
+ [_aIs, _eP],
2165
+ [[0, 1], [2, { [_hQ]: _eP }]], 1
2166
+ ];
2167
+ var DescribeAssetResponse$ = [3, n0, _DARescri,
2168
+ 0,
2169
+ [_aIs, _aA, _aNs, _aMI, _aPs, _aH, _aCD, _aLUD, _aS, _aEI, _aCM, _aDs, _aCMS],
2170
+ [0, 0, 0, 0, () => AssetProperties, () => AssetHierarchies, 4, 4, () => AssetStatus$, 0, () => AssetCompositeModels, 0, () => AssetCompositeModelSummaries], 9
2171
+ ];
2172
+ var DescribeBulkImportJobRequest$ = [3, n0, _DBIJR,
2173
+ 0,
2174
+ [_jI],
2175
+ [[0, 1]], 1
2176
+ ];
2177
+ var DescribeBulkImportJobResponse$ = [3, n0, _DBIJRe,
2178
+ 0,
2179
+ [_jI, _jN, _jS, _jRA, _f, _eRL, _jC, _jCD, _jLUD, _aId, _dFAI],
2180
+ [0, 0, 0, 0, () => Files, () => ErrorReportLocation$, () => JobConfiguration$, 4, 4, 2, 2], 9
2181
+ ];
2182
+ var DescribeComputationModelExecutionSummaryRequest$ = [3, n0, _DCMESR,
2183
+ 0,
2184
+ [_cMIo, _rTRT, _rTRI],
2185
+ [[0, 1], [0, { [_hQ]: _rTRT }], [0, { [_hQ]: _rTRI }]], 1
2186
+ ];
2187
+ var DescribeComputationModelExecutionSummaryResponse$ = [3, n0, _DCMESRe,
2188
+ 0,
2189
+ [_cMIo, _cMES, _rT],
2190
+ [0, 128 | 0, () => ResolveTo$], 2
2191
+ ];
2192
+ var DescribeComputationModelRequest$ = [3, n0, _DCMRes,
2193
+ 0,
2194
+ [_cMIo, _cMV],
2195
+ [[0, 1], [0, { [_hQ]: _cMV }]], 1
2196
+ ];
2197
+ var DescribeComputationModelResponse$ = [3, n0, _DCMResc,
2198
+ 0,
2199
+ [_cMIo, _cMA, _cMN, _cMC, _cMDB, _cMCD, _cMLUD, _cMS, _cMV, _aDc, _cMD],
2200
+ [0, 0, 0, () => ComputationModelConfiguration$, () => ComputationModelDataBinding, 4, 4, () => ComputationModelStatus$, 0, () => ActionDefinitions, 0], 10
2201
+ ];
2202
+ var DescribeDashboardRequest$ = [3, n0, _DDRes,
2203
+ 0,
2204
+ [_dI],
2205
+ [[0, 1]], 1
2206
+ ];
2207
+ var DescribeDashboardResponse$ = [3, n0, _DDResc,
2208
+ 0,
2209
+ [_dI, _dA, _dN, _pIr, _dD, _dCD, _dLUD, _dDa],
2210
+ [0, 0, 0, 0, 0, 4, 4, 0], 7
2211
+ ];
2212
+ var DescribeDatasetRequest$ = [3, n0, _DDRescr,
2213
+ 0,
2214
+ [_dIa],
2215
+ [[0, 1]], 1
2216
+ ];
2217
+ var DescribeDatasetResponse$ = [3, n0, _DDRescri,
2218
+ 0,
2219
+ [_dIa, _dAa, _dNa, _dDat, _dS, _dSa, _dCDa, _dLUDa, _dVa],
2220
+ [0, 0, 0, 0, () => DatasetSource$, () => DatasetStatus$, 4, 4, 0], 8
2221
+ ];
2222
+ var DescribeDefaultEncryptionConfigurationRequest$ = [3, n0, _DDECR,
2223
+ 0,
2224
+ [],
2225
+ []
2226
+ ];
2227
+ var DescribeDefaultEncryptionConfigurationResponse$ = [3, n0, _DDECRe,
2228
+ 0,
2229
+ [_eTn, _cSo, _kKA],
2230
+ [0, () => ConfigurationStatus$, 0], 2
2231
+ ];
2232
+ var DescribeExecutionRequest$ = [3, n0, _DER,
2233
+ 0,
2234
+ [_eIx],
2235
+ [[0, 1]], 1
2236
+ ];
2237
+ var DescribeExecutionResponse$ = [3, n0, _DERe,
2238
+ 0,
2239
+ [_eIx, _tR, _tRV, _eST, _eS, _aT, _rT, _eET, _eR, _eDx, _eEV],
2240
+ [0, () => TargetResource$, 0, 4, () => ExecutionStatus$, 0, () => ResolveTo$, 4, 128 | 0, 128 | 0, 0], 5
2241
+ ];
2242
+ var DescribeGatewayCapabilityConfigurationRequest$ = [3, n0, _DGCCR,
2243
+ 0,
2244
+ [_gI, _cNa],
2245
+ [[0, 1], [0, 1]], 2
2246
+ ];
2247
+ var DescribeGatewayCapabilityConfigurationResponse$ = [3, n0, _DGCCRe,
2248
+ 0,
2249
+ [_gI, _cNa, _cC, _cSS],
2250
+ [0, 0, 0, 0], 4
2251
+ ];
2252
+ var DescribeGatewayRequest$ = [3, n0, _DGRe,
2253
+ 0,
2254
+ [_gI],
2255
+ [[0, 1]], 1
2256
+ ];
2257
+ var DescribeGatewayResponse$ = [3, n0, _DGRes,
2258
+ 0,
2259
+ [_gI, _gN, _gA, _gCS, _cD, _lUD, _gP, _gV],
2260
+ [0, 0, 0, () => GatewayCapabilitySummaries, 4, 4, () => GatewayPlatform$, 0], 6
2261
+ ];
2262
+ var DescribeLoggingOptionsRequest$ = [3, n0, _DLOR,
2263
+ 0,
2264
+ [],
2265
+ []
2266
+ ];
2267
+ var DescribeLoggingOptionsResponse$ = [3, n0, _DLORe,
2268
+ 0,
2269
+ [_lO],
2270
+ [() => LoggingOptions$], 1
2271
+ ];
2272
+ var DescribePortalRequest$ = [3, n0, _DPRes,
2273
+ 0,
2274
+ [_pIo],
2275
+ [[0, 1]], 1
2276
+ ];
2277
+ var DescribePortalResponse$ = [3, n0, _DPResc,
2278
+ 0,
2279
+ [_pIo, _pAo, _pN, _pCI, _pSU, _pCE, _pS, _pCD, _pLUD, _pD, _pLIL, _rAo, _pAM, _nSE, _ala, _pT, _pTC],
2280
+ [0, 0, 0, 0, 0, [() => Email, 0], () => PortalStatus$, 4, 4, 0, () => ImageLocation$, 0, 0, [() => Email, 0], () => Alarms$, 0, () => PortalTypeConfiguration], 9
2281
+ ];
2282
+ var DescribeProjectRequest$ = [3, n0, _DPRescr,
2283
+ 0,
2284
+ [_pIr],
2285
+ [[0, 1]], 1
2286
+ ];
2287
+ var DescribeProjectResponse$ = [3, n0, _DPRescri,
2288
+ 0,
2289
+ [_pIr, _pAr, _pNr, _pIo, _pCDr, _pLUDr, _pDr],
2290
+ [0, 0, 0, 0, 4, 4, 0], 6
2291
+ ];
2292
+ var DescribeStorageConfigurationRequest$ = [3, n0, _DSCR,
2293
+ 0,
2294
+ [],
2295
+ []
2296
+ ];
2297
+ var DescribeStorageConfigurationResponse$ = [3, n0, _DSCRe,
2298
+ 0,
2299
+ [_sTt, _cSo, _mLS, _dDS, _rPe, _lUD, _wT, _wTRP, _dINNN],
2300
+ [0, () => ConfigurationStatus$, () => MultiLayerStorage$, 0, () => RetentionPeriod$, 4, 0, () => WarmTierRetentionPeriod$, 2], 2
2301
+ ];
2302
+ var DescribeTimeSeriesRequest$ = [3, n0, _DTSRe,
2303
+ 0,
2304
+ [_al, _aIs, _pI],
2305
+ [[0, { [_hQ]: _al }], [0, { [_hQ]: _aIs }], [0, { [_hQ]: _pI }]]
2306
+ ];
2307
+ var DescribeTimeSeriesResponse$ = [3, n0, _DTSRes,
2308
+ 0,
2309
+ [_tSI, _dT, _tSCD, _tSLUD, _tSA, _aIs, _pI, _al, _dTS],
2310
+ [0, 0, 4, 4, 0, 0, 0, 0, 0], 5
2311
+ ];
2312
+ var DetailedError$ = [3, n0, _DE,
2313
+ 0,
2314
+ [_cod, _m],
2315
+ [0, 0], 2
2316
+ ];
2317
+ var DisassociateAssetsRequest$ = [3, n0, _DARi,
2318
+ 0,
2319
+ [_aIs, _hIi, _cAI, _cT],
2320
+ [[0, 1], 0, 0, [0, 4]], 3
2321
+ ];
2322
+ var DisassociateTimeSeriesFromAssetPropertyRequest$ = [3, n0, _DTSFAPR,
2323
+ 0,
2324
+ [_al, _aIs, _pI, _cT],
2325
+ [[0, { [_hQ]: _al }], [0, { [_hQ]: _aIs }], [0, { [_hQ]: _pI }], [0, 4]], 3
2326
+ ];
2327
+ var ErrorDetails$ = [3, n0, _ED,
2328
+ 0,
2329
+ [_cod, _m, _de],
2330
+ [0, 0, () => DetailedErrors], 2
2331
+ ];
2332
+ var ErrorReportLocation$ = [3, n0, _ERL,
2333
+ 0,
2334
+ [_b, _pre],
2335
+ [0, 0], 2
2336
+ ];
2337
+ var ExecuteActionRequest$ = [3, n0, _EAR,
2338
+ 0,
2339
+ [_tR, _aDI, _aPc, _cT, _rT],
2340
+ [() => TargetResource$, 0, () => ActionPayload$, 0, () => ResolveTo$], 3
2341
+ ];
2342
+ var ExecuteActionResponse$ = [3, n0, _EARx,
2343
+ 0,
2344
+ [_aI],
2345
+ [0], 1
2346
+ ];
2347
+ var ExecuteQueryRequest$ = [3, n0, _EQR,
2348
+ 0,
2349
+ [_qS, _nT, _mR, _cT],
2350
+ [0, 0, 1, [0, 4]], 1
2351
+ ];
2352
+ var ExecuteQueryResponse$ = [3, n0, _EQRx,
2353
+ 0,
2354
+ [_col, _ro, _nT],
2355
+ [() => ColumnsList, () => Rows, 0]
2356
+ ];
2357
+ var ExecutionStatus$ = [3, n0, _ES,
2358
+ 0,
2359
+ [_st],
2360
+ [0], 1
2361
+ ];
2362
+ var ExecutionSummary$ = [3, n0, _ESx,
2363
+ 0,
2364
+ [_eIx, _tR, _tRV, _eST, _eS, _aT, _rT, _eET, _eEV],
2365
+ [0, () => TargetResource$, 0, 4, () => ExecutionStatus$, 0, () => ResolveTo$, 4, 0], 5
2366
+ ];
2367
+ var ExpressionVariable$ = [3, n0, _EV,
2368
+ 0,
2369
+ [_n, _v],
2370
+ [0, () => VariableValue$], 2
2371
+ ];
2372
+ var File$ = [3, n0, _F,
2373
+ 0,
2374
+ [_b, _k, _vI],
2375
+ [0, 0, 0], 2
2376
+ ];
2377
+ var FileFormat$ = [3, n0, _FF,
2378
+ 0,
2379
+ [_cs, _par],
2380
+ [() => Csv$, () => Parquet$]
2381
+ ];
2382
+ var ForwardingConfig$ = [3, n0, _FC,
2383
+ 0,
2384
+ [_st],
2385
+ [0], 1
2386
+ ];
2387
+ var GatewayCapabilitySummary$ = [3, n0, _GCS,
2388
+ 0,
2389
+ [_cNa, _cSS],
2390
+ [0, 0], 2
2391
+ ];
2392
+ var GatewayPlatform$ = [3, n0, _GP,
2393
+ 0,
2394
+ [_g, _gVr, _sIE],
2395
+ [() => Greengrass$, () => GreengrassV2$, () => SiemensIE$]
2396
+ ];
2397
+ var GatewaySummary$ = [3, n0, _GS,
2398
+ 0,
2399
+ [_gI, _gN, _cD, _lUD, _gP, _gV, _gCS],
2400
+ [0, 0, 4, 4, () => GatewayPlatform$, 0, () => GatewayCapabilitySummaries], 4
2401
+ ];
2402
+ var GetAssetPropertyAggregatesRequest$ = [3, n0, _GAPAR,
2403
+ 0,
2404
+ [_aTg, _re, _sDt, _eD, _aIs, _pI, _pA, _qu, _tO, _nT, _mR],
2405
+ [[64 | 0, { [_hQ]: _aTg }], [0, { [_hQ]: _re }], [4, { [_hQ]: _sDt }], [4, { [_hQ]: _eD }], [0, { [_hQ]: _aIs }], [0, { [_hQ]: _pI }], [0, { [_hQ]: _pA }], [64 | 0, { [_hQ]: _qu }], [0, { [_hQ]: _tO }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 4
2406
+ ];
2407
+ var GetAssetPropertyAggregatesResponse$ = [3, n0, _GAPARe,
2408
+ 0,
2409
+ [_aV, _nT],
2410
+ [() => AggregatedValues, 0], 1
2411
+ ];
2412
+ var GetAssetPropertyValueHistoryRequest$ = [3, n0, _GAPVHR,
2413
+ 0,
2414
+ [_aIs, _pI, _pA, _sDt, _eD, _qu, _tO, _nT, _mR],
2415
+ [[0, { [_hQ]: _aIs }], [0, { [_hQ]: _pI }], [0, { [_hQ]: _pA }], [4, { [_hQ]: _sDt }], [4, { [_hQ]: _eD }], [64 | 0, { [_hQ]: _qu }], [0, { [_hQ]: _tO }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
2416
+ ];
2417
+ var GetAssetPropertyValueHistoryResponse$ = [3, n0, _GAPVHRe,
2418
+ 0,
2419
+ [_aPVH, _nT],
2420
+ [() => AssetPropertyValueHistory, 0], 1
2421
+ ];
2422
+ var GetAssetPropertyValueRequest$ = [3, n0, _GAPVR,
2423
+ 0,
2424
+ [_aIs, _pI, _pA],
2425
+ [[0, { [_hQ]: _aIs }], [0, { [_hQ]: _pI }], [0, { [_hQ]: _pA }]]
2426
+ ];
2427
+ var GetAssetPropertyValueResponse$ = [3, n0, _GAPVRe,
2428
+ 0,
2429
+ [_pV],
2430
+ [() => AssetPropertyValue$]
2431
+ ];
2432
+ var GetInterpolatedAssetPropertyValuesRequest$ = [3, n0, _GIAPVR,
2433
+ 0,
2434
+ [_sTIS, _eTIS, _q, _iIS, _ty, _aIs, _pI, _pA, _sTOIN, _eTOIN, _nT, _mR, _iWIS],
2435
+ [[1, { [_hQ]: _sTIS }], [1, { [_hQ]: _eTIS }], [0, { [_hQ]: _q }], [1, { [_hQ]: _iIS }], [0, { [_hQ]: _ty }], [0, { [_hQ]: _aIs }], [0, { [_hQ]: _pI }], [0, { [_hQ]: _pA }], [1, { [_hQ]: _sTOIN }], [1, { [_hQ]: _eTOIN }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [1, { [_hQ]: _iWIS }]], 5
2436
+ ];
2437
+ var GetInterpolatedAssetPropertyValuesResponse$ = [3, n0, _GIAPVRe,
2438
+ 0,
2439
+ [_iAPV, _nT],
2440
+ [() => InterpolatedAssetPropertyValues, 0], 1
2441
+ ];
2442
+ var Greengrass$ = [3, n0, _G,
2443
+ 0,
2444
+ [_gAr],
2445
+ [0], 1
2446
+ ];
2447
+ var GreengrassV2$ = [3, n0, _GV,
2448
+ 0,
2449
+ [_cDTN, _cDOS],
2450
+ [0, 0], 1
2451
+ ];
2452
+ var GroupIdentity$ = [3, n0, _GI,
2453
+ 0,
2454
+ [_i],
2455
+ [0], 1
2456
+ ];
2457
+ var HierarchyMapping$ = [3, n0, _HM,
2458
+ 0,
2459
+ [_aMHI, _iAMHI],
2460
+ [0, 0], 2
2461
+ ];
2462
+ var IAMRoleIdentity$ = [3, n0, _IAMRI,
2463
+ 0,
2464
+ [_ar],
2465
+ [0], 1
2466
+ ];
2467
+ var IAMUserIdentity$ = [3, n0, _IAMUI,
2468
+ 0,
2469
+ [_ar],
2470
+ [0], 1
2471
+ ];
2472
+ var Identity$ = [3, n0, _I,
2473
+ 0,
2474
+ [_us, _gr, _iU, _iR],
2475
+ [() => UserIdentity$, () => GroupIdentity$, () => IAMUserIdentity$, () => IAMRoleIdentity$]
2476
+ ];
2477
+ var Image$ = [3, n0, _Im,
2478
+ 0,
2479
+ [_i, _fi],
2480
+ [0, () => ImageFile$]
2481
+ ];
2482
+ var ImageFile$ = [3, n0, _IF,
2483
+ 0,
2484
+ [_da, _ty],
2485
+ [21, 0], 2
2486
+ ];
2487
+ var ImageLocation$ = [3, n0, _IL,
2488
+ 0,
2489
+ [_i, _ur],
2490
+ [0, 0], 2
2491
+ ];
2492
+ var InterfaceRelationship$ = [3, n0, _IR,
2493
+ 0,
2494
+ [_i],
2495
+ [0], 1
2496
+ ];
2497
+ var InterfaceRelationshipSummary$ = [3, n0, _IRS,
2498
+ 0,
2499
+ [_i],
2500
+ [0], 1
2501
+ ];
2502
+ var InterfaceSummary$ = [3, n0, _IS,
2503
+ 0,
2504
+ [_iAMI, _iAMPI],
2505
+ [0, 0], 2
2506
+ ];
2507
+ var InterpolatedAssetPropertyValue$ = [3, n0, _IAPV,
2508
+ 0,
2509
+ [_t, _v],
2510
+ [() => TimeInNanos$, () => Variant$], 2
2511
+ ];
2512
+ var InvocationOutput$ = [3, n0, _IO,
2513
+ 0,
2514
+ [_m, _ci],
2515
+ [0, () => Citations]
2516
+ ];
2517
+ var InvokeAssistantRequest$ = [3, n0, _IAR,
2518
+ 0,
2519
+ [_m, _cI, _eTna],
2520
+ [[() => MessageInput, 0], 0, 2], 1
2521
+ ];
2522
+ var InvokeAssistantResponse$ = [3, n0, _IARn,
2523
+ 0,
2524
+ [_bo, _cI],
2525
+ [[() => ResponseStream$, 16], [0, { [_hH]: _xaiaci }]], 2
2526
+ ];
2527
+ var JobConfiguration$ = [3, n0, _JC,
2528
+ 0,
2529
+ [_fF],
2530
+ [() => FileFormat$], 1
2531
+ ];
2532
+ var JobSummary$ = [3, n0, _JS,
2533
+ 0,
2534
+ [_i, _n, _sta],
2535
+ [0, 0, 0], 3
2536
+ ];
2537
+ var KendraSourceDetail$ = [3, n0, _KSD,
2538
+ 0,
2539
+ [_kBA, _rAo],
2540
+ [0, 0], 2
2541
+ ];
2542
+ var ListAccessPoliciesRequest$ = [3, n0, _LAPR,
2543
+ 0,
2544
+ [_iTd, _iI, _rTes, _rI, _iA, _nT, _mR],
2545
+ [[0, { [_hQ]: _iTd }], [0, { [_hQ]: _iI }], [0, { [_hQ]: _rTes }], [0, { [_hQ]: _rI }], [0, { [_hQ]: _iA }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
2546
+ ];
2547
+ var ListAccessPoliciesResponse$ = [3, n0, _LAPRi,
2548
+ 0,
2549
+ [_aPS, _nT],
2550
+ [() => AccessPolicySummaries, 0], 1
2551
+ ];
2552
+ var ListActionsRequest$ = [3, n0, _LAR,
2553
+ 0,
2554
+ [_tRT, _tRI, _nT, _mR, _rTRT, _rTRI],
2555
+ [[0, { [_hQ]: _tRT }], [0, { [_hQ]: _tRI }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _rTRT }], [0, { [_hQ]: _rTRI }]], 2
2556
+ ];
2557
+ var ListActionsResponse$ = [3, n0, _LARi,
2558
+ 0,
2559
+ [_aSc, _nT],
2560
+ [() => ActionSummaries, 0], 2
2561
+ ];
2562
+ var ListAssetModelCompositeModelsRequest$ = [3, n0, _LAMCMR,
2563
+ 0,
2564
+ [_aMI, _nT, _mR, _aMV],
2565
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _aMV }]], 1
2566
+ ];
2567
+ var ListAssetModelCompositeModelsResponse$ = [3, n0, _LAMCMRi,
2568
+ 0,
2569
+ [_aMCMS, _nT],
2570
+ [() => AssetModelCompositeModelSummaries, 0], 1
2571
+ ];
2572
+ var ListAssetModelPropertiesRequest$ = [3, n0, _LAMPR,
2573
+ 0,
2574
+ [_aMI, _nT, _mR, _fil, _aMV],
2575
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _fil }], [0, { [_hQ]: _aMV }]], 1
2576
+ ];
2577
+ var ListAssetModelPropertiesResponse$ = [3, n0, _LAMPRi,
2578
+ 0,
2579
+ [_aMPS, _nT],
2580
+ [() => AssetModelPropertySummaries, 0], 1
2581
+ ];
2582
+ var ListAssetModelsRequest$ = [3, n0, _LAMR,
2583
+ 0,
2584
+ [_aMTs, _nT, _mR, _aMV],
2585
+ [[64 | 0, { [_hQ]: _aMTs }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _aMV }]]
2586
+ ];
2587
+ var ListAssetModelsResponse$ = [3, n0, _LAMRi,
2588
+ 0,
2589
+ [_aMSs, _nT],
2590
+ [() => AssetModelSummaries, 0], 1
2591
+ ];
2592
+ var ListAssetPropertiesRequest$ = [3, n0, _LAPRis,
2593
+ 0,
2594
+ [_aIs, _nT, _mR, _fil],
2595
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _fil }]], 1
2596
+ ];
2597
+ var ListAssetPropertiesResponse$ = [3, n0, _LAPRist,
2598
+ 0,
2599
+ [_aPSs, _nT],
2600
+ [() => AssetPropertySummaries, 0], 1
2601
+ ];
2602
+ var ListAssetRelationshipsRequest$ = [3, n0, _LARR,
2603
+ 0,
2604
+ [_aIs, _tT, _nT, _mR],
2605
+ [[0, 1], [0, { [_hQ]: _tT }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
2606
+ ];
2607
+ var ListAssetRelationshipsResponse$ = [3, n0, _LARRi,
2608
+ 0,
2609
+ [_aRS, _nT],
2610
+ [() => AssetRelationshipSummaries, 0], 1
2611
+ ];
2612
+ var ListAssetsRequest$ = [3, n0, _LARis,
2613
+ 0,
2614
+ [_nT, _mR, _aMI, _fil],
2615
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _aMI }], [0, { [_hQ]: _fil }]]
2616
+ ];
2617
+ var ListAssetsResponse$ = [3, n0, _LARist,
2618
+ 0,
2619
+ [_aSs, _nT],
2620
+ [() => AssetSummaries, 0], 1
2621
+ ];
2622
+ var ListAssociatedAssetsRequest$ = [3, n0, _LAAR,
2623
+ 0,
2624
+ [_aIs, _hIi, _tD, _nT, _mR],
2625
+ [[0, 1], [0, { [_hQ]: _hIi }], [0, { [_hQ]: _tD }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2626
+ ];
2627
+ var ListAssociatedAssetsResponse$ = [3, n0, _LAARi,
2628
+ 0,
2629
+ [_aSs, _nT],
2630
+ [() => AssociatedAssetsSummaries, 0], 1
2631
+ ];
2632
+ var ListBulkImportJobsRequest$ = [3, n0, _LBIJR,
2633
+ 0,
2634
+ [_nT, _mR, _fil],
2635
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _fil }]]
2636
+ ];
2637
+ var ListBulkImportJobsResponse$ = [3, n0, _LBIJRi,
2638
+ 0,
2639
+ [_jSo, _nT],
2640
+ [() => JobSummaries, 0], 1
2641
+ ];
2642
+ var ListCompositionRelationshipsRequest$ = [3, n0, _LCRR,
2643
+ 0,
2644
+ [_aMI, _nT, _mR],
2645
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2646
+ ];
2647
+ var ListCompositionRelationshipsResponse$ = [3, n0, _LCRRi,
2648
+ 0,
2649
+ [_cRS, _nT],
2650
+ [() => CompositionRelationshipSummaries, 0], 1
2651
+ ];
2652
+ var ListComputationModelDataBindingUsagesRequest$ = [3, n0, _LCMDBUR,
2653
+ 0,
2654
+ [_dBVF, _nT, _mR],
2655
+ [() => DataBindingValueFilter$, 0, 1], 1
2656
+ ];
2657
+ var ListComputationModelDataBindingUsagesResponse$ = [3, n0, _LCMDBURi,
2658
+ 0,
2659
+ [_dBUS, _nT],
2660
+ [() => ComputationModelDataBindingUsageSummaries, 0], 1
2661
+ ];
2662
+ var ListComputationModelResolveToResourcesRequest$ = [3, n0, _LCMRTRR,
2663
+ 0,
2664
+ [_cMIo, _nT, _mR],
2665
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2666
+ ];
2667
+ var ListComputationModelResolveToResourcesResponse$ = [3, n0, _LCMRTRRi,
2668
+ 0,
2669
+ [_cMRTRS, _nT],
2670
+ [() => ComputationModelResolveToResourceSummaries, 0], 1
2671
+ ];
2672
+ var ListComputationModelsRequest$ = [3, n0, _LCMR,
2673
+ 0,
2674
+ [_cMT, _nT, _mR],
2675
+ [[0, { [_hQ]: _cMT }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
2676
+ ];
2677
+ var ListComputationModelsResponse$ = [3, n0, _LCMRi,
2678
+ 0,
2679
+ [_cMSo, _nT],
2680
+ [() => ComputationModelSummaries, 0], 1
2681
+ ];
2682
+ var ListDashboardsRequest$ = [3, n0, _LDR,
2683
+ 0,
2684
+ [_pIr, _nT, _mR],
2685
+ [[0, { [_hQ]: _pIr }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2686
+ ];
2687
+ var ListDashboardsResponse$ = [3, n0, _LDRi,
2688
+ 0,
2689
+ [_dSas, _nT],
2690
+ [() => DashboardSummaries, 0], 1
2691
+ ];
2692
+ var ListDatasetsRequest$ = [3, n0, _LDRis,
2693
+ 0,
2694
+ [_sTo, _nT, _mR],
2695
+ [[0, { [_hQ]: _sTo }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2696
+ ];
2697
+ var ListDatasetsResponse$ = [3, n0, _LDRist,
2698
+ 0,
2699
+ [_dSat, _nT],
2700
+ [() => DatasetSummaries, 0], 1
2701
+ ];
2702
+ var ListExecutionsRequest$ = [3, n0, _LER,
2703
+ 0,
2704
+ [_tRT, _tRI, _rTRT, _rTRI, _nT, _mR, _aT],
2705
+ [[0, { [_hQ]: _tRT }], [0, { [_hQ]: _tRI }], [0, { [_hQ]: _rTRT }], [0, { [_hQ]: _rTRI }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _aT }]], 2
2706
+ ];
2707
+ var ListExecutionsResponse$ = [3, n0, _LERi,
2708
+ 0,
2709
+ [_eSx, _nT],
2710
+ [() => ExecutionSummaries, 0], 1
2711
+ ];
2712
+ var ListGatewaysRequest$ = [3, n0, _LGR,
2713
+ 0,
2714
+ [_nT, _mR],
2715
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
2716
+ ];
2717
+ var ListGatewaysResponse$ = [3, n0, _LGRi,
2718
+ 0,
2719
+ [_gS, _nT],
2720
+ [() => GatewaySummaries, 0], 1
2721
+ ];
2722
+ var ListInterfaceRelationshipsRequest$ = [3, n0, _LIRR,
2723
+ 0,
2724
+ [_iAMI, _nT, _mR],
2725
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2726
+ ];
2727
+ var ListInterfaceRelationshipsResponse$ = [3, n0, _LIRRi,
2728
+ 0,
2729
+ [_iRS, _nT],
2730
+ [() => InterfaceRelationshipSummaries, 0], 1
2731
+ ];
2732
+ var ListPortalsRequest$ = [3, n0, _LPR,
2733
+ 0,
2734
+ [_nT, _mR],
2735
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
2736
+ ];
2737
+ var ListPortalsResponse$ = [3, n0, _LPRi,
2738
+ 0,
2739
+ [_pSo, _nT],
2740
+ [() => PortalSummaries, 0]
2741
+ ];
2742
+ var ListProjectAssetsRequest$ = [3, n0, _LPAR,
2743
+ 0,
2744
+ [_pIr, _nT, _mR],
2745
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2746
+ ];
2747
+ var ListProjectAssetsResponse$ = [3, n0, _LPARi,
2748
+ 0,
2749
+ [_aIss, _nT],
2750
+ [64 | 0, 0], 1
2751
+ ];
2752
+ var ListProjectsRequest$ = [3, n0, _LPRis,
2753
+ 0,
2754
+ [_pIo, _nT, _mR],
2755
+ [[0, { [_hQ]: _pIo }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2756
+ ];
2757
+ var ListProjectsResponse$ = [3, n0, _LPRist,
2758
+ 0,
2759
+ [_pSr, _nT],
2760
+ [() => ProjectSummaries, 0], 1
2761
+ ];
2762
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
2763
+ 0,
2764
+ [_rA],
2765
+ [[0, { [_hQ]: _rA }]], 1
2766
+ ];
2767
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
2768
+ 0,
2769
+ [_ta],
2770
+ [128 | 0]
2771
+ ];
2772
+ var ListTimeSeriesRequest$ = [3, n0, _LTSR,
2773
+ 0,
2774
+ [_nT, _mR, _aIs, _aPl, _tST],
2775
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _aIs }], [0, { [_hQ]: _aPl }], [0, { [_hQ]: _tST }]]
2776
+ ];
2777
+ var ListTimeSeriesResponse$ = [3, n0, _LTSRi,
2778
+ 0,
2779
+ [_TSS, _nT],
2780
+ [() => TimeSeriesSummaries, 0], 1
2781
+ ];
2782
+ var Location$ = [3, n0, _L,
2783
+ 0,
2784
+ [_uri],
2785
+ [0]
2786
+ ];
2787
+ var LoggingOptions$ = [3, n0, _LO,
2788
+ 0,
2789
+ [_le],
2790
+ [0], 1
2791
+ ];
2792
+ var MatchedDataBinding$ = [3, n0, _MDB,
2793
+ 0,
2794
+ [_v],
2795
+ [() => DataBindingValue$], 1
2796
+ ];
2797
+ var Measurement$ = [3, n0, _M,
2798
+ 0,
2799
+ [_pC],
2800
+ [() => MeasurementProcessingConfig$]
2801
+ ];
2802
+ var MeasurementProcessingConfig$ = [3, n0, _MPC,
2803
+ 0,
2804
+ [_fC],
2805
+ [() => ForwardingConfig$], 1
2806
+ ];
2807
+ var Metric$ = [3, n0, _Me,
2808
+ 0,
2809
+ [_w, _ex, _va, _pC],
2810
+ [() => MetricWindow$, 0, () => ExpressionVariables, () => MetricProcessingConfig$], 1
2811
+ ];
2812
+ var MetricProcessingConfig$ = [3, n0, _MPCe,
2813
+ 0,
2814
+ [_cL],
2815
+ [0], 1
2816
+ ];
2817
+ var MetricWindow$ = [3, n0, _MW,
2818
+ 0,
2819
+ [_tu],
2820
+ [() => TumblingWindow$]
2821
+ ];
2822
+ var MonitorErrorDetails$ = [3, n0, _MED,
2823
+ 0,
2824
+ [_cod, _m],
2825
+ [0, 0]
2826
+ ];
2827
+ var MultiLayerStorage$ = [3, n0, _MLS,
2828
+ 0,
2829
+ [_cMSS],
2830
+ [() => CustomerManagedS3Storage$], 1
2831
+ ];
2832
+ var Parquet$ = [3, n0, _P,
2833
+ 0,
2834
+ [],
2835
+ []
2836
+ ];
2837
+ var PortalResource$ = [3, n0, _PR,
2838
+ 0,
2839
+ [_i],
2840
+ [0], 1
2841
+ ];
2842
+ var PortalStatus$ = [3, n0, _PS,
2843
+ 0,
2844
+ [_st, _e],
2845
+ [0, () => MonitorErrorDetails$], 1
2846
+ ];
2847
+ var PortalSummary$ = [3, n0, _PSo,
2848
+ 0,
2849
+ [_i, _n, _sU, _sta, _d, _cD, _lUD, _rAo, _pT],
2850
+ [0, 0, 0, () => PortalStatus$, 0, 4, 4, 0, 0], 4
2851
+ ];
2852
+ var PortalTypeEntry$ = [3, n0, _PTE,
2853
+ 0,
2854
+ [_pTo],
2855
+ [64 | 0]
2856
+ ];
2857
+ var ProjectResource$ = [3, n0, _PRr,
2858
+ 0,
2859
+ [_i],
2860
+ [0], 1
2861
+ ];
2862
+ var ProjectSummary$ = [3, n0, _PSr,
2863
+ 0,
2864
+ [_i, _n, _d, _cD, _lUD],
2865
+ [0, 0, 0, 4, 4], 2
2866
+ ];
2867
+ var Property$ = [3, n0, _Pr,
2868
+ 0,
2869
+ [_i, _n, _dT, _eI, _al, _no, _u, _ty, _pa],
2870
+ [0, 0, 0, 0, 0, () => PropertyNotification$, 0, () => PropertyType$, () => AssetPropertyPath], 3
2871
+ ];
2872
+ var PropertyMapping$ = [3, n0, _PM,
2873
+ 0,
2874
+ [_aMPI, _iAMPI],
2875
+ [0, 0], 2
2876
+ ];
2877
+ var PropertyMappingConfiguration$ = [3, n0, _PMC,
2878
+ 0,
2879
+ [_mBPN, _cMP, _o],
2880
+ [2, 2, () => PropertyMappings]
2881
+ ];
2882
+ var PropertyNotification$ = [3, n0, _PN,
2883
+ 0,
2884
+ [_to, _st],
2885
+ [0, 0], 2
2886
+ ];
2887
+ var PropertyType$ = [3, n0, _PT,
2888
+ 0,
2889
+ [_at, _me, _tr, _met],
2890
+ [() => Attribute$, () => Measurement$, () => Transform$, () => Metric$]
2891
+ ];
2892
+ var PropertyValueNullValue$ = [3, n0, _PVNV,
2893
+ 0,
2894
+ [_vT],
2895
+ [0], 1
2896
+ ];
2897
+ var PutAssetModelInterfaceRelationshipRequest$ = [3, n0, _PAMIRR,
2898
+ 0,
2899
+ [_aMI, _iAMI, _pMC, _cT],
2900
+ [[0, 1], [0, 1], () => PropertyMappingConfiguration$, [0, 4]], 3
2901
+ ];
2902
+ var PutAssetModelInterfaceRelationshipResponse$ = [3, n0, _PAMIRRu,
2903
+ 0,
2904
+ [_aMI, _iAMI, _aMA, _aMS],
2905
+ [0, 0, 0, () => AssetModelStatus$], 4
2906
+ ];
2907
+ var PutAssetPropertyValueEntry$ = [3, n0, _PAPVE,
2908
+ 0,
2909
+ [_eIn, _pVr, _aIs, _pI, _pA],
2910
+ [0, () => AssetPropertyValues, 0, 0, 0], 2
2911
+ ];
2912
+ var PutDefaultEncryptionConfigurationRequest$ = [3, n0, _PDECR,
2913
+ 0,
2914
+ [_eTn, _kKI],
2915
+ [0, 0], 1
2916
+ ];
2917
+ var PutDefaultEncryptionConfigurationResponse$ = [3, n0, _PDECRu,
2918
+ 0,
2919
+ [_eTn, _cSo, _kKA],
2920
+ [0, () => ConfigurationStatus$, 0], 2
2921
+ ];
2922
+ var PutLoggingOptionsRequest$ = [3, n0, _PLOR,
2923
+ 0,
2924
+ [_lO],
2925
+ [() => LoggingOptions$], 1
2926
+ ];
2927
+ var PutLoggingOptionsResponse$ = [3, n0, _PLORu,
2928
+ 0,
2929
+ [],
2930
+ []
2931
+ ];
2932
+ var PutStorageConfigurationRequest$ = [3, n0, _PSCR,
2933
+ 0,
2934
+ [_sTt, _mLS, _dDS, _rPe, _wT, _wTRP, _dINNN],
2935
+ [0, () => MultiLayerStorage$, 0, () => RetentionPeriod$, 0, () => WarmTierRetentionPeriod$, 2], 1
2936
+ ];
2937
+ var PutStorageConfigurationResponse$ = [3, n0, _PSCRu,
2938
+ 0,
2939
+ [_sTt, _cSo, _mLS, _dDS, _rPe, _wT, _wTRP, _dINNN],
2940
+ [0, () => ConfigurationStatus$, () => MultiLayerStorage$, 0, () => RetentionPeriod$, 0, () => WarmTierRetentionPeriod$, 2], 2
2941
+ ];
2942
+ var Reference$ = [3, n0, _R,
2943
+ 0,
2944
+ [_dat],
2945
+ [() => DataSetReference$]
2946
+ ];
2947
+ var ResolveTo$ = [3, n0, _RT,
2948
+ 0,
2949
+ [_aIs],
2950
+ [0], 1
2951
+ ];
2952
+ var Resource$ = [3, n0, _Re,
2953
+ 0,
2954
+ [_po, _pro],
2955
+ [() => PortalResource$, () => ProjectResource$]
2956
+ ];
2957
+ var RetentionPeriod$ = [3, n0, _RP,
2958
+ 0,
2959
+ [_nOD, _un],
2960
+ [1, 2]
2961
+ ];
2962
+ var Row$ = [3, n0, _Ro,
2963
+ 0,
2964
+ [_da],
2965
+ [() => DatumList], 1
2966
+ ];
2967
+ var SiemensIE$ = [3, n0, _SIE,
2968
+ 0,
2969
+ [_iCTN],
2970
+ [0], 1
2971
+ ];
2972
+ var Source$ = [3, n0, _S,
2973
+ 0,
2974
+ [_ar, _lo],
2975
+ [0, () => Location$]
2976
+ ];
2977
+ var SourceDetail$ = [3, n0, _SD,
2978
+ 0,
2979
+ [_ke],
2980
+ [() => KendraSourceDetail$]
2981
+ ];
2982
+ var TagResourceRequest$ = [3, n0, _TRR,
2983
+ 0,
2984
+ [_rA, _ta],
2985
+ [[0, { [_hQ]: _rA }], 128 | 0], 2
2986
+ ];
2987
+ var TagResourceResponse$ = [3, n0, _TRRa,
2988
+ 0,
2989
+ [],
2990
+ []
2991
+ ];
2992
+ var TargetResource$ = [3, n0, _TR,
2993
+ 0,
2994
+ [_aIs, _cMIo],
2995
+ [0, 0]
2996
+ ];
2997
+ var TimeInNanos$ = [3, n0, _TIN,
2998
+ 0,
2999
+ [_tIS, _oIN],
3000
+ [1, 1], 1
3001
+ ];
3002
+ var TimeSeriesSummary$ = [3, n0, _TSSi,
3003
+ 0,
3004
+ [_tSI, _dT, _tSCD, _tSLUD, _tSA, _aIs, _pI, _al, _dTS],
3005
+ [0, 0, 4, 4, 0, 0, 0, 0, 0], 5
3006
+ ];
3007
+ var Trace$ = [3, n0, _T,
3008
+ 0,
3009
+ [_te],
3010
+ [0]
3011
+ ];
3012
+ var Transform$ = [3, n0, _Tr,
3013
+ 0,
3014
+ [_ex, _va, _pC],
3015
+ [0, () => ExpressionVariables, () => TransformProcessingConfig$], 2
3016
+ ];
3017
+ var TransformProcessingConfig$ = [3, n0, _TPC,
3018
+ 0,
3019
+ [_cL, _fC],
3020
+ [0, () => ForwardingConfig$], 1
3021
+ ];
3022
+ var TumblingWindow$ = [3, n0, _TW,
3023
+ 0,
3024
+ [_in, _of],
3025
+ [0, 0], 1
3026
+ ];
3027
+ var UntagResourceRequest$ = [3, n0, _URR,
3028
+ 0,
3029
+ [_rA, _tK],
3030
+ [[0, { [_hQ]: _rA }], [64 | 0, { [_hQ]: _tK }]], 2
3031
+ ];
3032
+ var UntagResourceResponse$ = [3, n0, _URRn,
3033
+ 0,
3034
+ [],
3035
+ []
3036
+ ];
3037
+ var UpdateAccessPolicyRequest$ = [3, n0, _UAPR,
3038
+ 0,
3039
+ [_aPIc, _aPI, _aPR, _aPP, _cT],
3040
+ [[0, 1], () => Identity$, () => Resource$, 0, [0, 4]], 4
3041
+ ];
3042
+ var UpdateAccessPolicyResponse$ = [3, n0, _UAPRp,
3043
+ 0,
3044
+ [],
3045
+ []
3046
+ ];
3047
+ var UpdateAssetModelCompositeModelRequest$ = [3, n0, _UAMCMR,
3048
+ 0,
3049
+ [_aMI, _aMCMI, _aMCMN, _aMCMEI, _aMCMD, _cT, _aMCMP, _iM, _iNM, _mFVT],
3050
+ [[0, 1], [0, 1], 0, 0, 0, [0, 4], () => AssetModelProperties, [0, { [_hH]: _IM }], [0, { [_hH]: _INM }], [0, { [_hH]: _MFVT }]], 3
3051
+ ];
3052
+ var UpdateAssetModelCompositeModelResponse$ = [3, n0, _UAMCMRp,
3053
+ 0,
3054
+ [_aMCMPs, _aMS],
3055
+ [() => AssetModelCompositeModelPath, () => AssetModelStatus$], 2
3056
+ ];
3057
+ var UpdateAssetModelRequest$ = [3, n0, _UAMR,
3058
+ 0,
3059
+ [_aMI, _aMN, _aMEI, _aMD, _aMPs, _aMH, _aMCM, _cT, _iM, _iNM, _mFVT],
3060
+ [[0, 1], 0, 0, 0, () => AssetModelProperties, () => AssetModelHierarchies, () => AssetModelCompositeModels, [0, 4], [0, { [_hH]: _IM }], [0, { [_hH]: _INM }], [0, { [_hH]: _MFVT }]], 2
3061
+ ];
3062
+ var UpdateAssetModelResponse$ = [3, n0, _UAMRp,
3063
+ 0,
3064
+ [_aMS],
3065
+ [() => AssetModelStatus$], 1
3066
+ ];
3067
+ var UpdateAssetPropertyRequest$ = [3, n0, _UAPRpd,
3068
+ 0,
3069
+ [_aIs, _pI, _pA, _pNS, _cT, _pU],
3070
+ [[0, 1], [0, 1], 0, 0, [0, 4], 0], 2
3071
+ ];
3072
+ var UpdateAssetRequest$ = [3, n0, _UAR,
3073
+ 0,
3074
+ [_aIs, _aNs, _aEI, _cT, _aDs],
3075
+ [[0, 1], 0, 0, [0, 4], 0], 2
3076
+ ];
3077
+ var UpdateAssetResponse$ = [3, n0, _UARp,
3078
+ 0,
3079
+ [_aS],
3080
+ [() => AssetStatus$], 1
3081
+ ];
3082
+ var UpdateComputationModelRequest$ = [3, n0, _UCMR,
3083
+ 0,
3084
+ [_cMIo, _cMN, _cMC, _cMDB, _cMD, _cT],
3085
+ [[0, 1], 0, () => ComputationModelConfiguration$, () => ComputationModelDataBinding, 0, [0, 4]], 4
3086
+ ];
3087
+ var UpdateComputationModelResponse$ = [3, n0, _UCMRp,
3088
+ 0,
3089
+ [_cMS],
3090
+ [() => ComputationModelStatus$], 1
3091
+ ];
3092
+ var UpdateDashboardRequest$ = [3, n0, _UDR,
3093
+ 0,
3094
+ [_dI, _dN, _dD, _dDa, _cT],
3095
+ [[0, 1], 0, 0, 0, [0, 4]], 3
3096
+ ];
3097
+ var UpdateDashboardResponse$ = [3, n0, _UDRp,
3098
+ 0,
3099
+ [],
3100
+ []
3101
+ ];
3102
+ var UpdateDatasetRequest$ = [3, n0, _UDRpd,
3103
+ 0,
3104
+ [_dIa, _dNa, _dS, _dDat, _cT],
3105
+ [[0, 1], 0, () => DatasetSource$, 0, [0, 4]], 3
3106
+ ];
3107
+ var UpdateDatasetResponse$ = [3, n0, _UDRpda,
3108
+ 0,
3109
+ [_dIa, _dAa, _dSa],
3110
+ [0, 0, () => DatasetStatus$]
3111
+ ];
3112
+ var UpdateGatewayCapabilityConfigurationRequest$ = [3, n0, _UGCCR,
3113
+ 0,
3114
+ [_gI, _cNa, _cC],
3115
+ [[0, 1], 0, 0], 3
3116
+ ];
3117
+ var UpdateGatewayCapabilityConfigurationResponse$ = [3, n0, _UGCCRp,
3118
+ 0,
3119
+ [_cNa, _cSS],
3120
+ [0, 0], 2
3121
+ ];
3122
+ var UpdateGatewayRequest$ = [3, n0, _UGR,
3123
+ 0,
3124
+ [_gI, _gN],
3125
+ [[0, 1], 0], 2
3126
+ ];
3127
+ var UpdatePortalRequest$ = [3, n0, _UPR,
3128
+ 0,
3129
+ [_pIo, _pN, _pCE, _rAo, _pD, _pLI, _cT, _nSE, _ala, _pT, _pTC],
3130
+ [[0, 1], 0, [() => Email, 0], 0, 0, () => Image$, [0, 4], [() => Email, 0], () => Alarms$, 0, () => PortalTypeConfiguration], 4
3131
+ ];
3132
+ var UpdatePortalResponse$ = [3, n0, _UPRp,
3133
+ 0,
3134
+ [_pS],
3135
+ [() => PortalStatus$], 1
3136
+ ];
3137
+ var UpdateProjectRequest$ = [3, n0, _UPRpd,
3138
+ 0,
3139
+ [_pIr, _pNr, _pDr, _cT],
3140
+ [[0, 1], 0, 0, [0, 4]], 2
3141
+ ];
3142
+ var UpdateProjectResponse$ = [3, n0, _UPRpda,
3143
+ 0,
3144
+ [],
3145
+ []
3146
+ ];
3147
+ var UserIdentity$ = [3, n0, _UI,
3148
+ 0,
3149
+ [_i],
3150
+ [0], 1
3151
+ ];
3152
+ var VariableValue$ = [3, n0, _VV,
3153
+ 0,
3154
+ [_pI, _hIi, _pP],
3155
+ [0, 0, () => AssetModelPropertyPath]
3156
+ ];
3157
+ var Variant$ = [3, n0, _V,
3158
+ 0,
3159
+ [_sV, _iV, _dVo, _bV, _nV],
3160
+ [0, 1, 1, 2, () => PropertyValueNullValue$]
3161
+ ];
3162
+ var WarmTierRetentionPeriod$ = [3, n0, _WTRP,
3163
+ 0,
3164
+ [_nOD, _un],
3165
+ [1, 2]
3166
+ ];
3167
+ var __Unit = "unit";
3168
+ var AccessPolicySummaries = [1, n0, _APSc,
3169
+ 0, () => AccessPolicySummary$
3170
+ ];
3171
+ var ActionDefinitions = [1, n0, _ADc,
3172
+ 0, () => ActionDefinition$
3173
+ ];
3174
+ var ActionSummaries = [1, n0, _ASc,
3175
+ 0, () => ActionSummary$
3176
+ ];
3177
+ var AggregatedValues = [1, n0, _AVg,
3178
+ 0, () => AggregatedValue$
3179
+ ];
3180
+ var AssetCompositeModelPath = [1, n0, _ACMP,
3181
+ 0, () => AssetCompositeModelPathSegment$
3182
+ ];
3183
+ var AssetCompositeModels = [1, n0, _ACMs,
3184
+ 0, () => AssetCompositeModel$
3185
+ ];
3186
+ var AssetCompositeModelSummaries = [1, n0, _ACMSs,
3187
+ 0, () => AssetCompositeModelSummary$
3188
+ ];
3189
+ var AssetHierarchies = [1, n0, _AHs,
3190
+ 0, () => AssetHierarchy$
3191
+ ];
3192
+ var AssetModelCompositeModelDefinitions = [1, n0, _AMCMDs,
3193
+ 0, () => AssetModelCompositeModelDefinition$
3194
+ ];
3195
+ var AssetModelCompositeModelPath = [1, n0, _AMCMP,
3196
+ 0, () => AssetModelCompositeModelPathSegment$
3197
+ ];
3198
+ var AssetModelCompositeModels = [1, n0, _AMCMs,
3199
+ 0, () => AssetModelCompositeModel$
3200
+ ];
3201
+ var AssetModelCompositeModelSummaries = [1, n0, _AMCMSs,
3202
+ 0, () => AssetModelCompositeModelSummary$
3203
+ ];
3204
+ var AssetModelHierarchies = [1, n0, _AMHs,
3205
+ 0, () => AssetModelHierarchy$
3206
+ ];
3207
+ var AssetModelHierarchyDefinitions = [1, n0, _AMHDs,
3208
+ 0, () => AssetModelHierarchyDefinition$
3209
+ ];
3210
+ var AssetModelProperties = [1, n0, _AMPs,
3211
+ 0, () => AssetModelProperty$
3212
+ ];
3213
+ var AssetModelPropertyDefinitions = [1, n0, _AMPDs,
3214
+ 0, () => AssetModelPropertyDefinition$
3215
+ ];
3216
+ var AssetModelPropertyPath = [1, n0, _AMPP,
3217
+ 0, () => AssetModelPropertyPathSegment$
3218
+ ];
3219
+ var AssetModelPropertySummaries = [1, n0, _AMPSs,
3220
+ 0, () => AssetModelPropertySummary$
3221
+ ];
3222
+ var AssetModelSummaries = [1, n0, _AMSss,
3223
+ 0, () => AssetModelSummary$
3224
+ ];
3225
+ var AssetProperties = [1, n0, _APss,
3226
+ 0, () => AssetProperty$
3227
+ ];
3228
+ var AssetPropertyPath = [1, n0, _APP,
3229
+ 0, () => AssetPropertyPathSegment$
3230
+ ];
3231
+ var AssetPropertySummaries = [1, n0, _APSss,
3232
+ 0, () => AssetPropertySummary$
3233
+ ];
3234
+ var AssetPropertyValueHistory = [1, n0, _APVH,
3235
+ 0, () => AssetPropertyValue$
3236
+ ];
3237
+ var AssetPropertyValues = [1, n0, _APVs,
3238
+ 0, () => AssetPropertyValue$
3239
+ ];
3240
+ var AssetRelationshipSummaries = [1, n0, _ARSs,
3241
+ 0, () => AssetRelationshipSummary$
3242
+ ];
3243
+ var AssetSummaries = [1, n0, _ASsse,
3244
+ 0, () => AssetSummary$
3245
+ ];
3246
+ var AssociatedAssetsSummaries = [1, n0, _AASs,
3247
+ 0, () => AssociatedAssetsSummary$
3248
+ ];
3249
+ var BatchAssociateProjectAssetsErrors = [1, n0, _BAPAE,
3250
+ 0, () => AssetErrorDetails$
3251
+ ];
3252
+ var BatchDisassociateProjectAssetsErrors = [1, n0, _BDPAE,
3253
+ 0, () => AssetErrorDetails$
3254
+ ];
3255
+ var BatchGetAssetPropertyAggregatesEntries = [1, n0, _BGAPAEa,
3256
+ 0, () => BatchGetAssetPropertyAggregatesEntry$
3257
+ ];
3258
+ var BatchGetAssetPropertyAggregatesErrorEntries = [1, n0, _BGAPAEEa,
3259
+ 0, () => BatchGetAssetPropertyAggregatesErrorEntry$
3260
+ ];
3261
+ var BatchGetAssetPropertyAggregatesSkippedEntries = [1, n0, _BGAPASEat,
3262
+ 0, () => BatchGetAssetPropertyAggregatesSkippedEntry$
3263
+ ];
3264
+ var BatchGetAssetPropertyAggregatesSuccessEntries = [1, n0, _BGAPASEatc,
3265
+ 0, () => BatchGetAssetPropertyAggregatesSuccessEntry$
3266
+ ];
3267
+ var BatchGetAssetPropertyValueEntries = [1, n0, _BGAPVEa,
3268
+ 0, () => BatchGetAssetPropertyValueEntry$
3269
+ ];
3270
+ var BatchGetAssetPropertyValueErrorEntries = [1, n0, _BGAPVEEa,
3271
+ 0, () => BatchGetAssetPropertyValueErrorEntry$
3272
+ ];
3273
+ var BatchGetAssetPropertyValueHistoryEntries = [1, n0, _BGAPVHEa,
3274
+ 0, () => BatchGetAssetPropertyValueHistoryEntry$
3275
+ ];
3276
+ var BatchGetAssetPropertyValueHistoryErrorEntries = [1, n0, _BGAPVHEEa,
3277
+ 0, () => BatchGetAssetPropertyValueHistoryErrorEntry$
3278
+ ];
3279
+ var BatchGetAssetPropertyValueHistorySkippedEntries = [1, n0, _BGAPVHSEat,
3280
+ 0, () => BatchGetAssetPropertyValueHistorySkippedEntry$
3281
+ ];
3282
+ var BatchGetAssetPropertyValueHistorySuccessEntries = [1, n0, _BGAPVHSEatc,
3283
+ 0, () => BatchGetAssetPropertyValueHistorySuccessEntry$
3284
+ ];
3285
+ var BatchGetAssetPropertyValueSkippedEntries = [1, n0, _BGAPVSEat,
3286
+ 0, () => BatchGetAssetPropertyValueSkippedEntry$
3287
+ ];
3288
+ var BatchGetAssetPropertyValueSuccessEntries = [1, n0, _BGAPVSEatc,
3289
+ 0, () => BatchGetAssetPropertyValueSuccessEntry$
3290
+ ];
3291
+ var BatchPutAssetPropertyErrorEntries = [1, n0, _BPAPEEa,
3292
+ 0, () => BatchPutAssetPropertyErrorEntry$
3293
+ ];
3294
+ var BatchPutAssetPropertyErrors = [1, n0, _BPAPEa,
3295
+ 0, () => BatchPutAssetPropertyError$
3296
+ ];
3297
+ var BindingValueList = [1, n0, _BVL,
3298
+ 0, () => ComputationModelDataBindingValue$
3299
+ ];
3300
+ var Citations = [1, n0, _Ci,
3301
+ 0, () => Citation$
3302
+ ];
3303
+ var ColumnsList = [1, n0, _CL,
3304
+ 0, () => ColumnInfo$
3305
+ ];
3306
+ var CompositionRelationship = [1, n0, _CR,
3307
+ 0, () => CompositionRelationshipItem$
3308
+ ];
3309
+ var CompositionRelationshipSummaries = [1, n0, _CRSo,
3310
+ 0, () => CompositionRelationshipSummary$
3311
+ ];
3312
+ var ComputationModelDataBindingUsageSummaries = [1, n0, _CMDBUSo,
3313
+ 0, () => ComputationModelDataBindingUsageSummary$
3314
+ ];
3315
+ var ComputationModelResolveToResourceSummaries = [1, n0, _CMRTRSo,
3316
+ 0, () => ComputationModelResolveToResourceSummary$
3317
+ ];
3318
+ var ComputationModelSummaries = [1, n0, _CMSom,
3319
+ 0, () => ComputationModelSummary$
3320
+ ];
3321
+ var DashboardSummaries = [1, n0, _DSas,
3322
+ 0, () => DashboardSummary$
3323
+ ];
3324
+ var DatasetSummaries = [1, n0, _DSatas,
3325
+ 0, () => DatasetSummary$
3326
+ ];
3327
+ var DatumList = [1, n0, _DL,
3328
+ 0, () => Datum$
3329
+ ];
3330
+ var DetailedErrors = [1, n0, _DEe,
3331
+ 0, () => DetailedError$
3332
+ ];
3333
+ var ExecutionSummaries = [1, n0, _ESxe,
3334
+ 0, () => ExecutionSummary$
3335
+ ];
3336
+ var ExpressionVariables = [1, n0, _EVx,
3337
+ 0, () => ExpressionVariable$
3338
+ ];
3339
+ var Files = [1, n0, _Fi,
3340
+ 0, () => File$
3341
+ ];
3342
+ var GatewayCapabilitySummaries = [1, n0, _GCSa,
3343
+ 0, () => GatewayCapabilitySummary$
3344
+ ];
3345
+ var GatewaySummaries = [1, n0, _GSa,
3346
+ 0, () => GatewaySummary$
3347
+ ];
3348
+ var HierarchyMappings = [1, n0, _HMi,
3349
+ 0, () => HierarchyMapping$
3350
+ ];
3351
+ var InterfaceDetails = [1, n0, _ID,
3352
+ 0, () => InterfaceRelationship$
3353
+ ];
3354
+ var InterfaceRelationshipSummaries = [1, n0, _IRSn,
3355
+ 0, () => InterfaceRelationshipSummary$
3356
+ ];
3357
+ var InterfaceSummaries = [1, n0, _ISn,
3358
+ 0, () => InterfaceSummary$
3359
+ ];
3360
+ var InterpolatedAssetPropertyValues = [1, n0, _IAPVn,
3361
+ 0, () => InterpolatedAssetPropertyValue$
3362
+ ];
3363
+ var JobSummaries = [1, n0, _JSo,
3364
+ 0, () => JobSummary$
3365
+ ];
3366
+ var PortalSummaries = [1, n0, _PSor,
3367
+ 0, () => PortalSummary$
3368
+ ];
3369
+ var ProjectSummaries = [1, n0, _PSro,
3370
+ 0, () => ProjectSummary$
3371
+ ];
3372
+ var PropertyMappings = [1, n0, _PMr,
3373
+ 0, () => PropertyMapping$
3374
+ ];
3375
+ var PutAssetPropertyValueEntries = [1, n0, _PAPVEu,
3376
+ 0, () => PutAssetPropertyValueEntry$
3377
+ ];
3378
+ var Rows = [1, n0, _Row,
3379
+ 0, () => Row$
3380
+ ];
3381
+ var TimeSeriesSummaries = [1, n0, _TSS,
3382
+ 0, () => TimeSeriesSummary$
3383
+ ];
3384
+ var Timestamps = [1, n0, _Ti,
3385
+ 0, () => TimeInNanos$
3386
+ ];
3387
+ var ComputationModelDataBinding = [2, n0, _CMDB,
3388
+ 0, 0, () => ComputationModelDataBindingValue$
3389
+ ];
3390
+ var PortalTypeConfiguration = [2, n0, _PTC,
3391
+ 0, 0, () => PortalTypeEntry$
3392
+ ];
3393
+ var ResponseStream$ = [4, n0, _RS,
3394
+ { [_str]: 1 },
3395
+ [_tra, _ou, _aDE, _cOE, _iFE, _iRE, _lEE, _rNFE, _tE],
3396
+ [() => Trace$, () => InvocationOutput$, [() => AccessDeniedException$, 0], [() => ConflictingOperationException$, 0], [() => InternalFailureException$, 0], [() => InvalidRequestException$, 0], [() => LimitExceededException$, 0], [() => ResourceNotFoundException$, 0], [() => ThrottlingException$, 0]]
3397
+ ];
3398
+ var AssociateAssets$ = [9, n0, _AA,
3399
+ { [_end]: ["api."], [_ht]: ["POST", "/assets/{assetId}/associate", 200] }, () => AssociateAssetsRequest$, () => __Unit
3400
+ ];
3401
+ var AssociateTimeSeriesToAssetProperty$ = [9, n0, _ATSTAP,
3402
+ { [_end]: ["api."], [_ht]: ["POST", "/timeseries/associate", 200] }, () => AssociateTimeSeriesToAssetPropertyRequest$, () => __Unit
3403
+ ];
3404
+ var BatchAssociateProjectAssets$ = [9, n0, _BAPA,
3405
+ { [_end]: ["monitor."], [_ht]: ["POST", "/projects/{projectId}/assets/associate", 200] }, () => BatchAssociateProjectAssetsRequest$, () => BatchAssociateProjectAssetsResponse$
3406
+ ];
3407
+ var BatchDisassociateProjectAssets$ = [9, n0, _BDPA,
3408
+ { [_end]: ["monitor."], [_ht]: ["POST", "/projects/{projectId}/assets/disassociate", 200] }, () => BatchDisassociateProjectAssetsRequest$, () => BatchDisassociateProjectAssetsResponse$
3409
+ ];
3410
+ var BatchGetAssetPropertyAggregates$ = [9, n0, _BGAPA,
3411
+ { [_end]: ["data."], [_ht]: ["POST", "/properties/batch/aggregates", 200] }, () => BatchGetAssetPropertyAggregatesRequest$, () => BatchGetAssetPropertyAggregatesResponse$
3412
+ ];
3413
+ var BatchGetAssetPropertyValue$ = [9, n0, _BGAPV,
3414
+ { [_end]: ["data."], [_ht]: ["POST", "/properties/batch/latest", 200] }, () => BatchGetAssetPropertyValueRequest$, () => BatchGetAssetPropertyValueResponse$
3415
+ ];
3416
+ var BatchGetAssetPropertyValueHistory$ = [9, n0, _BGAPVH,
3417
+ { [_end]: ["data."], [_ht]: ["POST", "/properties/batch/history", 200] }, () => BatchGetAssetPropertyValueHistoryRequest$, () => BatchGetAssetPropertyValueHistoryResponse$
3418
+ ];
3419
+ var BatchPutAssetPropertyValue$ = [9, n0, _BPAPV,
3420
+ { [_end]: ["data."], [_ht]: ["POST", "/properties", 200] }, () => BatchPutAssetPropertyValueRequest$, () => BatchPutAssetPropertyValueResponse$
3421
+ ];
3422
+ var CreateAccessPolicy$ = [9, n0, _CAP,
3423
+ { [_end]: ["monitor."], [_ht]: ["POST", "/access-policies", 201] }, () => CreateAccessPolicyRequest$, () => CreateAccessPolicyResponse$
3424
+ ];
3425
+ var CreateAsset$ = [9, n0, _CA,
3426
+ { [_end]: ["api."], [_ht]: ["POST", "/assets", 202] }, () => CreateAssetRequest$, () => CreateAssetResponse$
3427
+ ];
3428
+ var CreateAssetModel$ = [9, n0, _CAM,
3429
+ { [_end]: ["api."], [_ht]: ["POST", "/asset-models", 202] }, () => CreateAssetModelRequest$, () => CreateAssetModelResponse$
3430
+ ];
3431
+ var CreateAssetModelCompositeModel$ = [9, n0, _CAMCM,
3432
+ { [_end]: ["api."], [_ht]: ["POST", "/asset-models/{assetModelId}/composite-models", 202] }, () => CreateAssetModelCompositeModelRequest$, () => CreateAssetModelCompositeModelResponse$
3433
+ ];
3434
+ var CreateBulkImportJob$ = [9, n0, _CBIJ,
3435
+ { [_end]: ["data."], [_ht]: ["POST", "/jobs", 202] }, () => CreateBulkImportJobRequest$, () => CreateBulkImportJobResponse$
3436
+ ];
3437
+ var CreateComputationModel$ = [9, n0, _CCM,
3438
+ { [_end]: ["api."], [_ht]: ["POST", "/computation-models", 202] }, () => CreateComputationModelRequest$, () => CreateComputationModelResponse$
3439
+ ];
3440
+ var CreateDashboard$ = [9, n0, _CDr,
3441
+ { [_end]: ["monitor."], [_ht]: ["POST", "/dashboards", 201] }, () => CreateDashboardRequest$, () => CreateDashboardResponse$
3442
+ ];
3443
+ var CreateDataset$ = [9, n0, _CDre,
3444
+ { [_end]: ["api."], [_ht]: ["POST", "/datasets", 202] }, () => CreateDatasetRequest$, () => CreateDatasetResponse$
3445
+ ];
3446
+ var CreateGateway$ = [9, n0, _CG,
3447
+ { [_end]: ["api."], [_ht]: ["POST", "/20200301/gateways", 201] }, () => CreateGatewayRequest$, () => CreateGatewayResponse$
3448
+ ];
3449
+ var CreatePortal$ = [9, n0, _CP,
3450
+ { [_end]: ["monitor."], [_ht]: ["POST", "/portals", 202] }, () => CreatePortalRequest$, () => CreatePortalResponse$
3451
+ ];
3452
+ var CreateProject$ = [9, n0, _CPr,
3453
+ { [_end]: ["monitor."], [_ht]: ["POST", "/projects", 201] }, () => CreateProjectRequest$, () => CreateProjectResponse$
3454
+ ];
3455
+ var DeleteAccessPolicy$ = [9, n0, _DAP,
3456
+ { [_end]: ["monitor."], [_ht]: ["DELETE", "/access-policies/{accessPolicyId}", 204] }, () => DeleteAccessPolicyRequest$, () => DeleteAccessPolicyResponse$
3457
+ ];
3458
+ var DeleteAsset$ = [9, n0, _DA,
3459
+ { [_end]: ["api."], [_ht]: ["DELETE", "/assets/{assetId}", 202] }, () => DeleteAssetRequest$, () => DeleteAssetResponse$
3460
+ ];
3461
+ var DeleteAssetModel$ = [9, n0, _DAM,
3462
+ { [_end]: ["api."], [_ht]: ["DELETE", "/asset-models/{assetModelId}", 202] }, () => DeleteAssetModelRequest$, () => DeleteAssetModelResponse$
3463
+ ];
3464
+ var DeleteAssetModelCompositeModel$ = [9, n0, _DAMCM,
3465
+ { [_end]: ["api."], [_ht]: ["DELETE", "/asset-models/{assetModelId}/composite-models/{assetModelCompositeModelId}", 202] }, () => DeleteAssetModelCompositeModelRequest$, () => DeleteAssetModelCompositeModelResponse$
3466
+ ];
3467
+ var DeleteAssetModelInterfaceRelationship$ = [9, n0, _DAMIR,
3468
+ { [_end]: ["api."], [_ht]: ["DELETE", "/asset-models/{assetModelId}/interface/{interfaceAssetModelId}/asset-model-interface-relationship", 202] }, () => DeleteAssetModelInterfaceRelationshipRequest$, () => DeleteAssetModelInterfaceRelationshipResponse$
3469
+ ];
3470
+ var DeleteComputationModel$ = [9, n0, _DCM,
3471
+ { [_end]: ["api."], [_ht]: ["DELETE", "/computation-models/{computationModelId}", 202] }, () => DeleteComputationModelRequest$, () => DeleteComputationModelResponse$
3472
+ ];
3473
+ var DeleteDashboard$ = [9, n0, _DD,
3474
+ { [_end]: ["monitor."], [_ht]: ["DELETE", "/dashboards/{dashboardId}", 204] }, () => DeleteDashboardRequest$, () => DeleteDashboardResponse$
3475
+ ];
3476
+ var DeleteDataset$ = [9, n0, _DDe,
3477
+ { [_end]: ["api."], [_ht]: ["DELETE", "/datasets/{datasetId}", 202] }, () => DeleteDatasetRequest$, () => DeleteDatasetResponse$
3478
+ ];
3479
+ var DeleteGateway$ = [9, n0, _DG,
3480
+ { [_end]: ["api."], [_ht]: ["DELETE", "/20200301/gateways/{gatewayId}", 200] }, () => DeleteGatewayRequest$, () => __Unit
3481
+ ];
3482
+ var DeletePortal$ = [9, n0, _DP,
3483
+ { [_end]: ["monitor."], [_ht]: ["DELETE", "/portals/{portalId}", 202] }, () => DeletePortalRequest$, () => DeletePortalResponse$
3484
+ ];
3485
+ var DeleteProject$ = [9, n0, _DPe,
3486
+ { [_end]: ["monitor."], [_ht]: ["DELETE", "/projects/{projectId}", 204] }, () => DeleteProjectRequest$, () => DeleteProjectResponse$
3487
+ ];
3488
+ var DeleteTimeSeries$ = [9, n0, _DTS,
3489
+ { [_end]: ["api."], [_ht]: ["POST", "/timeseries/delete", 200] }, () => DeleteTimeSeriesRequest$, () => __Unit
3490
+ ];
3491
+ var DescribeAccessPolicy$ = [9, n0, _DAPe,
3492
+ { [_end]: ["monitor."], [_ht]: ["GET", "/access-policies/{accessPolicyId}", 200] }, () => DescribeAccessPolicyRequest$, () => DescribeAccessPolicyResponse$
3493
+ ];
3494
+ var DescribeAction$ = [9, n0, _DAe,
3495
+ { [_end]: ["api."], [_ht]: ["GET", "/actions/{actionId}", 200] }, () => DescribeActionRequest$, () => DescribeActionResponse$
3496
+ ];
3497
+ var DescribeAsset$ = [9, n0, _DAes,
3498
+ { [_end]: ["api."], [_ht]: ["GET", "/assets/{assetId}", 200] }, () => DescribeAssetRequest$, () => DescribeAssetResponse$
3499
+ ];
3500
+ var DescribeAssetCompositeModel$ = [9, n0, _DACM,
3501
+ { [_end]: ["api."], [_ht]: ["GET", "/assets/{assetId}/composite-models/{assetCompositeModelId}", 200] }, () => DescribeAssetCompositeModelRequest$, () => DescribeAssetCompositeModelResponse$
3502
+ ];
3503
+ var DescribeAssetModel$ = [9, n0, _DAMe,
3504
+ { [_end]: ["api."], [_ht]: ["GET", "/asset-models/{assetModelId}", 200] }, () => DescribeAssetModelRequest$, () => DescribeAssetModelResponse$
3505
+ ];
3506
+ var DescribeAssetModelCompositeModel$ = [9, n0, _DAMCMe,
3507
+ { [_end]: ["api."], [_ht]: ["GET", "/asset-models/{assetModelId}/composite-models/{assetModelCompositeModelId}", 200] }, () => DescribeAssetModelCompositeModelRequest$, () => DescribeAssetModelCompositeModelResponse$
3508
+ ];
3509
+ var DescribeAssetModelInterfaceRelationship$ = [9, n0, _DAMIRe,
3510
+ { [_end]: ["api."], [_ht]: ["GET", "/asset-models/{assetModelId}/interface/{interfaceAssetModelId}/asset-model-interface-relationship", 200] }, () => DescribeAssetModelInterfaceRelationshipRequest$, () => DescribeAssetModelInterfaceRelationshipResponse$
3511
+ ];
3512
+ var DescribeAssetProperty$ = [9, n0, _DAPes,
3513
+ { [_end]: ["api."], [_ht]: ["GET", "/assets/{assetId}/properties/{propertyId}", 200] }, () => DescribeAssetPropertyRequest$, () => DescribeAssetPropertyResponse$
3514
+ ];
3515
+ var DescribeBulkImportJob$ = [9, n0, _DBIJ,
3516
+ { [_end]: ["data."], [_ht]: ["GET", "/jobs/{jobId}", 200] }, () => DescribeBulkImportJobRequest$, () => DescribeBulkImportJobResponse$
3517
+ ];
3518
+ var DescribeComputationModel$ = [9, n0, _DCMe,
3519
+ { [_end]: ["api."], [_ht]: ["GET", "/computation-models/{computationModelId}", 200] }, () => DescribeComputationModelRequest$, () => DescribeComputationModelResponse$
3520
+ ];
3521
+ var DescribeComputationModelExecutionSummary$ = [9, n0, _DCMES,
3522
+ { [_end]: ["api."], [_ht]: ["GET", "/computation-models/{computationModelId}/execution-summary", 200] }, () => DescribeComputationModelExecutionSummaryRequest$, () => DescribeComputationModelExecutionSummaryResponse$
3523
+ ];
3524
+ var DescribeDashboard$ = [9, n0, _DDes,
3525
+ { [_end]: ["monitor."], [_ht]: ["GET", "/dashboards/{dashboardId}", 200] }, () => DescribeDashboardRequest$, () => DescribeDashboardResponse$
3526
+ ];
3527
+ var DescribeDataset$ = [9, n0, _DDesc,
3528
+ { [_end]: ["api."], [_ht]: ["GET", "/datasets/{datasetId}", 200] }, () => DescribeDatasetRequest$, () => DescribeDatasetResponse$
3529
+ ];
3530
+ var DescribeDefaultEncryptionConfiguration$ = [9, n0, _DDEC,
3531
+ { [_end]: ["api."], [_ht]: ["GET", "/configuration/account/encryption", 200] }, () => DescribeDefaultEncryptionConfigurationRequest$, () => DescribeDefaultEncryptionConfigurationResponse$
3532
+ ];
3533
+ var DescribeExecution$ = [9, n0, _DEes,
3534
+ { [_end]: ["api."], [_ht]: ["GET", "/executions/{executionId}", 200] }, () => DescribeExecutionRequest$, () => DescribeExecutionResponse$
3535
+ ];
3536
+ var DescribeGateway$ = [9, n0, _DGe,
3537
+ { [_end]: ["api."], [_ht]: ["GET", "/20200301/gateways/{gatewayId}", 200] }, () => DescribeGatewayRequest$, () => DescribeGatewayResponse$
3538
+ ];
3539
+ var DescribeGatewayCapabilityConfiguration$ = [9, n0, _DGCC,
3540
+ { [_end]: ["api."], [_ht]: ["GET", "/20200301/gateways/{gatewayId}/capability/{capabilityNamespace}", 200] }, () => DescribeGatewayCapabilityConfigurationRequest$, () => DescribeGatewayCapabilityConfigurationResponse$
3541
+ ];
3542
+ var DescribeLoggingOptions$ = [9, n0, _DLO,
3543
+ { [_end]: ["api."], [_ht]: ["GET", "/logging", 200] }, () => DescribeLoggingOptionsRequest$, () => DescribeLoggingOptionsResponse$
3544
+ ];
3545
+ var DescribePortal$ = [9, n0, _DPes,
3546
+ { [_end]: ["monitor."], [_ht]: ["GET", "/portals/{portalId}", 200] }, () => DescribePortalRequest$, () => DescribePortalResponse$
3547
+ ];
3548
+ var DescribeProject$ = [9, n0, _DPesc,
3549
+ { [_end]: ["monitor."], [_ht]: ["GET", "/projects/{projectId}", 200] }, () => DescribeProjectRequest$, () => DescribeProjectResponse$
3550
+ ];
3551
+ var DescribeStorageConfiguration$ = [9, n0, _DSC,
3552
+ { [_end]: ["api."], [_ht]: ["GET", "/configuration/account/storage", 200] }, () => DescribeStorageConfigurationRequest$, () => DescribeStorageConfigurationResponse$
3553
+ ];
3554
+ var DescribeTimeSeries$ = [9, n0, _DTSe,
3555
+ { [_end]: ["api."], [_ht]: ["GET", "/timeseries/describe", 200] }, () => DescribeTimeSeriesRequest$, () => DescribeTimeSeriesResponse$
3556
+ ];
3557
+ var DisassociateAssets$ = [9, n0, _DAi,
3558
+ { [_end]: ["api."], [_ht]: ["POST", "/assets/{assetId}/disassociate", 200] }, () => DisassociateAssetsRequest$, () => __Unit
3559
+ ];
3560
+ var DisassociateTimeSeriesFromAssetProperty$ = [9, n0, _DTSFAP,
3561
+ { [_end]: ["api."], [_ht]: ["POST", "/timeseries/disassociate", 200] }, () => DisassociateTimeSeriesFromAssetPropertyRequest$, () => __Unit
3562
+ ];
3563
+ var ExecuteAction$ = [9, n0, _EA,
3564
+ { [_end]: ["api."], [_ht]: ["POST", "/actions", 202] }, () => ExecuteActionRequest$, () => ExecuteActionResponse$
3565
+ ];
3566
+ var ExecuteQuery$ = [9, n0, _EQ,
3567
+ { [_end]: ["data."], [_ht]: ["POST", "/queries/execution", 200] }, () => ExecuteQueryRequest$, () => ExecuteQueryResponse$
3568
+ ];
3569
+ var GetAssetPropertyAggregates$ = [9, n0, _GAPA,
3570
+ { [_end]: ["data."], [_ht]: ["GET", "/properties/aggregates", 200] }, () => GetAssetPropertyAggregatesRequest$, () => GetAssetPropertyAggregatesResponse$
3571
+ ];
3572
+ var GetAssetPropertyValue$ = [9, n0, _GAPV,
3573
+ { [_end]: ["data."], [_ht]: ["GET", "/properties/latest", 200] }, () => GetAssetPropertyValueRequest$, () => GetAssetPropertyValueResponse$
3574
+ ];
3575
+ var GetAssetPropertyValueHistory$ = [9, n0, _GAPVH,
3576
+ { [_end]: ["data."], [_ht]: ["GET", "/properties/history", 200] }, () => GetAssetPropertyValueHistoryRequest$, () => GetAssetPropertyValueHistoryResponse$
3577
+ ];
3578
+ var GetInterpolatedAssetPropertyValues$ = [9, n0, _GIAPV,
3579
+ { [_end]: ["data."], [_ht]: ["GET", "/properties/interpolated", 200] }, () => GetInterpolatedAssetPropertyValuesRequest$, () => GetInterpolatedAssetPropertyValuesResponse$
3580
+ ];
3581
+ var InvokeAssistant$ = [9, n0, _IA,
3582
+ { [_end]: ["data."], [_ht]: ["POST", "/assistant/invocation", 200] }, () => InvokeAssistantRequest$, () => InvokeAssistantResponse$
3583
+ ];
3584
+ var ListAccessPolicies$ = [9, n0, _LAP,
3585
+ { [_end]: ["monitor."], [_ht]: ["GET", "/access-policies", 200] }, () => ListAccessPoliciesRequest$, () => ListAccessPoliciesResponse$
3586
+ ];
3587
+ var ListActions$ = [9, n0, _LA,
3588
+ { [_end]: ["api."], [_ht]: ["GET", "/actions", 200] }, () => ListActionsRequest$, () => ListActionsResponse$
3589
+ ];
3590
+ var ListAssetModelCompositeModels$ = [9, n0, _LAMCM,
3591
+ { [_end]: ["api."], [_ht]: ["GET", "/asset-models/{assetModelId}/composite-models", 200] }, () => ListAssetModelCompositeModelsRequest$, () => ListAssetModelCompositeModelsResponse$
3592
+ ];
3593
+ var ListAssetModelProperties$ = [9, n0, _LAMP,
3594
+ { [_end]: ["api."], [_ht]: ["GET", "/asset-models/{assetModelId}/properties", 200] }, () => ListAssetModelPropertiesRequest$, () => ListAssetModelPropertiesResponse$
3595
+ ];
3596
+ var ListAssetModels$ = [9, n0, _LAM,
3597
+ { [_end]: ["api."], [_ht]: ["GET", "/asset-models", 200] }, () => ListAssetModelsRequest$, () => ListAssetModelsResponse$
3598
+ ];
3599
+ var ListAssetProperties$ = [9, n0, _LAPi,
3600
+ { [_end]: ["api."], [_ht]: ["GET", "/assets/{assetId}/properties", 200] }, () => ListAssetPropertiesRequest$, () => ListAssetPropertiesResponse$
3601
+ ];
3602
+ var ListAssetRelationships$ = [9, n0, _LARists,
3603
+ { [_end]: ["api."], [_ht]: ["GET", "/assets/{assetId}/assetRelationships", 200] }, () => ListAssetRelationshipsRequest$, () => ListAssetRelationshipsResponse$
3604
+ ];
3605
+ var ListAssets$ = [9, n0, _LAi,
3606
+ { [_end]: ["api."], [_ht]: ["GET", "/assets", 200] }, () => ListAssetsRequest$, () => ListAssetsResponse$
3607
+ ];
3608
+ var ListAssociatedAssets$ = [9, n0, _LAA,
3609
+ { [_end]: ["api."], [_ht]: ["GET", "/assets/{assetId}/hierarchies", 200] }, () => ListAssociatedAssetsRequest$, () => ListAssociatedAssetsResponse$
3610
+ ];
3611
+ var ListBulkImportJobs$ = [9, n0, _LBIJ,
3612
+ { [_end]: ["data."], [_ht]: ["GET", "/jobs", 200] }, () => ListBulkImportJobsRequest$, () => ListBulkImportJobsResponse$
3613
+ ];
3614
+ var ListCompositionRelationships$ = [9, n0, _LCR,
3615
+ { [_end]: ["api."], [_ht]: ["GET", "/asset-models/{assetModelId}/composition-relationships", 200] }, () => ListCompositionRelationshipsRequest$, () => ListCompositionRelationshipsResponse$
3616
+ ];
3617
+ var ListComputationModelDataBindingUsages$ = [9, n0, _LCMDBU,
3618
+ { [_end]: ["api."], [_ht]: ["POST", "/computation-models/data-binding-usages", 200] }, () => ListComputationModelDataBindingUsagesRequest$, () => ListComputationModelDataBindingUsagesResponse$
3619
+ ];
3620
+ var ListComputationModelResolveToResources$ = [9, n0, _LCMRTR,
3621
+ { [_end]: ["api."], [_ht]: ["GET", "/computation-models/{computationModelId}/resolve-to-resources", 200] }, () => ListComputationModelResolveToResourcesRequest$, () => ListComputationModelResolveToResourcesResponse$
3622
+ ];
3623
+ var ListComputationModels$ = [9, n0, _LCM,
3624
+ { [_end]: ["api."], [_ht]: ["GET", "/computation-models", 200] }, () => ListComputationModelsRequest$, () => ListComputationModelsResponse$
3625
+ ];
3626
+ var ListDashboards$ = [9, n0, _LD,
3627
+ { [_end]: ["monitor."], [_ht]: ["GET", "/dashboards", 200] }, () => ListDashboardsRequest$, () => ListDashboardsResponse$
3628
+ ];
3629
+ var ListDatasets$ = [9, n0, _LDi,
3630
+ { [_end]: ["api."], [_ht]: ["GET", "/datasets", 200] }, () => ListDatasetsRequest$, () => ListDatasetsResponse$
3631
+ ];
3632
+ var ListExecutions$ = [9, n0, _LE,
3633
+ { [_end]: ["api."], [_ht]: ["GET", "/executions", 200] }, () => ListExecutionsRequest$, () => ListExecutionsResponse$
3634
+ ];
3635
+ var ListGateways$ = [9, n0, _LG,
3636
+ { [_end]: ["api."], [_ht]: ["GET", "/20200301/gateways", 200] }, () => ListGatewaysRequest$, () => ListGatewaysResponse$
3637
+ ];
3638
+ var ListInterfaceRelationships$ = [9, n0, _LIR,
3639
+ { [_end]: ["api."], [_ht]: ["GET", "/interface/{interfaceAssetModelId}/asset-models", 200] }, () => ListInterfaceRelationshipsRequest$, () => ListInterfaceRelationshipsResponse$
3640
+ ];
3641
+ var ListPortals$ = [9, n0, _LP,
3642
+ { [_end]: ["monitor."], [_ht]: ["GET", "/portals", 200] }, () => ListPortalsRequest$, () => ListPortalsResponse$
3643
+ ];
3644
+ var ListProjectAssets$ = [9, n0, _LPA,
3645
+ { [_end]: ["monitor."], [_ht]: ["GET", "/projects/{projectId}/assets", 200] }, () => ListProjectAssetsRequest$, () => ListProjectAssetsResponse$
3646
+ ];
3647
+ var ListProjects$ = [9, n0, _LPi,
3648
+ { [_end]: ["monitor."], [_ht]: ["GET", "/projects", 200] }, () => ListProjectsRequest$, () => ListProjectsResponse$
3649
+ ];
3650
+ var ListTagsForResource$ = [9, n0, _LTFR,
3651
+ { [_end]: ["api."], [_ht]: ["GET", "/tags", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
3652
+ ];
3653
+ var ListTimeSeries$ = [9, n0, _LTS,
3654
+ { [_end]: ["api."], [_ht]: ["GET", "/timeseries", 200] }, () => ListTimeSeriesRequest$, () => ListTimeSeriesResponse$
3655
+ ];
3656
+ var PutAssetModelInterfaceRelationship$ = [9, n0, _PAMIR,
3657
+ { [_end]: ["api."], [_ht]: ["PUT", "/asset-models/{assetModelId}/interface/{interfaceAssetModelId}/asset-model-interface-relationship", 202] }, () => PutAssetModelInterfaceRelationshipRequest$, () => PutAssetModelInterfaceRelationshipResponse$
3658
+ ];
3659
+ var PutDefaultEncryptionConfiguration$ = [9, n0, _PDEC,
3660
+ { [_end]: ["api."], [_ht]: ["POST", "/configuration/account/encryption", 200] }, () => PutDefaultEncryptionConfigurationRequest$, () => PutDefaultEncryptionConfigurationResponse$
3661
+ ];
3662
+ var PutLoggingOptions$ = [9, n0, _PLO,
3663
+ { [_end]: ["api."], [_ht]: ["PUT", "/logging", 200] }, () => PutLoggingOptionsRequest$, () => PutLoggingOptionsResponse$
3664
+ ];
3665
+ var PutStorageConfiguration$ = [9, n0, _PSC,
3666
+ { [_end]: ["api."], [_ht]: ["POST", "/configuration/account/storage", 200] }, () => PutStorageConfigurationRequest$, () => PutStorageConfigurationResponse$
3667
+ ];
3668
+ var TagResource$ = [9, n0, _TRa,
3669
+ { [_end]: ["api."], [_ht]: ["POST", "/tags", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
3670
+ ];
3671
+ var UntagResource$ = [9, n0, _UR,
3672
+ { [_end]: ["api."], [_ht]: ["DELETE", "/tags", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
3673
+ ];
3674
+ var UpdateAccessPolicy$ = [9, n0, _UAP,
3675
+ { [_end]: ["monitor."], [_ht]: ["PUT", "/access-policies/{accessPolicyId}", 200] }, () => UpdateAccessPolicyRequest$, () => UpdateAccessPolicyResponse$
3676
+ ];
3677
+ var UpdateAsset$ = [9, n0, _UA,
3678
+ { [_end]: ["api."], [_ht]: ["PUT", "/assets/{assetId}", 202] }, () => UpdateAssetRequest$, () => UpdateAssetResponse$
3679
+ ];
3680
+ var UpdateAssetModel$ = [9, n0, _UAM,
3681
+ { [_end]: ["api."], [_ht]: ["PUT", "/asset-models/{assetModelId}", 202] }, () => UpdateAssetModelRequest$, () => UpdateAssetModelResponse$
3682
+ ];
3683
+ var UpdateAssetModelCompositeModel$ = [9, n0, _UAMCM,
3684
+ { [_end]: ["api."], [_ht]: ["PUT", "/asset-models/{assetModelId}/composite-models/{assetModelCompositeModelId}", 202] }, () => UpdateAssetModelCompositeModelRequest$, () => UpdateAssetModelCompositeModelResponse$
3685
+ ];
3686
+ var UpdateAssetProperty$ = [9, n0, _UAPp,
3687
+ { [_end]: ["api."], [_ht]: ["PUT", "/assets/{assetId}/properties/{propertyId}", 200] }, () => UpdateAssetPropertyRequest$, () => __Unit
3688
+ ];
3689
+ var UpdateComputationModel$ = [9, n0, _UCM,
3690
+ { [_end]: ["api."], [_ht]: ["POST", "/computation-models/{computationModelId}", 202] }, () => UpdateComputationModelRequest$, () => UpdateComputationModelResponse$
3691
+ ];
3692
+ var UpdateDashboard$ = [9, n0, _UD,
3693
+ { [_end]: ["monitor."], [_ht]: ["PUT", "/dashboards/{dashboardId}", 200] }, () => UpdateDashboardRequest$, () => UpdateDashboardResponse$
3694
+ ];
3695
+ var UpdateDataset$ = [9, n0, _UDp,
3696
+ { [_end]: ["api."], [_ht]: ["PUT", "/datasets/{datasetId}", 202] }, () => UpdateDatasetRequest$, () => UpdateDatasetResponse$
3697
+ ];
3698
+ var UpdateGateway$ = [9, n0, _UG,
3699
+ { [_end]: ["api."], [_ht]: ["PUT", "/20200301/gateways/{gatewayId}", 200] }, () => UpdateGatewayRequest$, () => __Unit
3700
+ ];
3701
+ var UpdateGatewayCapabilityConfiguration$ = [9, n0, _UGCC,
3702
+ { [_end]: ["api."], [_ht]: ["POST", "/20200301/gateways/{gatewayId}/capability", 201] }, () => UpdateGatewayCapabilityConfigurationRequest$, () => UpdateGatewayCapabilityConfigurationResponse$
3703
+ ];
3704
+ var UpdatePortal$ = [9, n0, _UP,
3705
+ { [_end]: ["monitor."], [_ht]: ["PUT", "/portals/{portalId}", 202] }, () => UpdatePortalRequest$, () => UpdatePortalResponse$
3706
+ ];
3707
+ var UpdateProject$ = [9, n0, _UPp,
3708
+ { [_end]: ["monitor."], [_ht]: ["PUT", "/projects/{projectId}", 200] }, () => UpdateProjectRequest$, () => UpdateProjectResponse$
3709
+ ];
3710
+
3711
+ const getRuntimeConfig$1 = (config) => {
3712
+ return {
3713
+ apiVersion: "2019-12-02",
3714
+ base64Decoder: config?.base64Decoder ?? fromBase64,
3715
+ base64Encoder: config?.base64Encoder ?? toBase64,
3716
+ disableHostPrefix: config?.disableHostPrefix ?? false,
3717
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
3718
+ extensions: config?.extensions ?? [],
3719
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultIoTSiteWiseHttpAuthSchemeProvider,
3720
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
3721
+ {
3722
+ schemeId: "aws.auth#sigv4",
3723
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
3724
+ signer: new AwsSdkSigV4Signer(),
3725
+ },
3726
+ ],
3727
+ logger: config?.logger ?? new NoOpLogger(),
3728
+ protocol: config?.protocol ?? AwsRestJsonProtocol,
3729
+ protocolSettings: config?.protocolSettings ?? {
3730
+ defaultNamespace: "com.amazonaws.iotsitewise",
3731
+ errorTypeRegistries,
3732
+ version: "2019-12-02",
3733
+ serviceTarget: "AWSIoTSiteWise",
3734
+ },
3735
+ serviceId: config?.serviceId ?? "IoTSiteWise",
3736
+ sha256: config?.sha256 ?? Sha256,
3737
+ urlParser: config?.urlParser ?? parseUrl,
3738
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
3739
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
3740
+ };
3741
+ };
3742
+
3743
+ const getRuntimeConfig = (config) => {
3744
+ emitWarningIfUnsupportedVersion(process.version);
3745
+ const defaultsMode = resolveDefaultsModeConfig(config);
3746
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
3747
+ const clientSharedValues = getRuntimeConfig$1(config);
3748
+ emitWarningIfUnsupportedVersion$1(process.version);
3749
+ const loaderConfig = {
3750
+ profile: config?.profile,
3751
+ logger: clientSharedValues.logger,
3752
+ };
3753
+ return {
3754
+ ...clientSharedValues,
3755
+ ...config,
3756
+ runtime: "node",
3757
+ defaultsMode,
3758
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
3759
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
3760
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
3761
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
3762
+ eventStreamSerdeProvider: config?.eventStreamSerdeProvider ?? eventStreamSerdeProvider,
3763
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
3764
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
3765
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
3766
+ retryMode: config?.retryMode ??
3767
+ loadConfig({
3768
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
3769
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
3770
+ }, config),
3771
+ streamCollector: config?.streamCollector ?? streamCollector,
3772
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3773
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3774
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
3775
+ };
3776
+ };
3777
+
35
3778
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
36
3779
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
37
3780
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -2034,167 +5777,660 @@ const ListTimeSeriesType = {
2034
5777
  DISASSOCIATED: "DISASSOCIATED",
2035
5778
  };
2036
5779
 
5780
+ exports.AccessDeniedException = AccessDeniedException;
5781
+ exports.AccessDeniedException$ = AccessDeniedException$;
5782
+ exports.AccessPolicySummary$ = AccessPolicySummary$;
5783
+ exports.ActionDefinition$ = ActionDefinition$;
5784
+ exports.ActionPayload$ = ActionPayload$;
5785
+ exports.ActionSummary$ = ActionSummary$;
2037
5786
  exports.AggregateType = AggregateType;
5787
+ exports.AggregatedValue$ = AggregatedValue$;
5788
+ exports.Aggregates$ = Aggregates$;
5789
+ exports.Alarms$ = Alarms$;
5790
+ exports.AssetBindingValueFilter$ = AssetBindingValueFilter$;
5791
+ exports.AssetCompositeModel$ = AssetCompositeModel$;
5792
+ exports.AssetCompositeModelPathSegment$ = AssetCompositeModelPathSegment$;
5793
+ exports.AssetCompositeModelSummary$ = AssetCompositeModelSummary$;
2038
5794
  exports.AssetErrorCode = AssetErrorCode;
5795
+ exports.AssetErrorDetails$ = AssetErrorDetails$;
5796
+ exports.AssetHierarchy$ = AssetHierarchy$;
5797
+ exports.AssetHierarchyInfo$ = AssetHierarchyInfo$;
5798
+ exports.AssetModelBindingValueFilter$ = AssetModelBindingValueFilter$;
5799
+ exports.AssetModelCompositeModel$ = AssetModelCompositeModel$;
5800
+ exports.AssetModelCompositeModelDefinition$ = AssetModelCompositeModelDefinition$;
5801
+ exports.AssetModelCompositeModelPathSegment$ = AssetModelCompositeModelPathSegment$;
5802
+ exports.AssetModelCompositeModelSummary$ = AssetModelCompositeModelSummary$;
5803
+ exports.AssetModelHierarchy$ = AssetModelHierarchy$;
5804
+ exports.AssetModelHierarchyDefinition$ = AssetModelHierarchyDefinition$;
5805
+ exports.AssetModelProperty$ = AssetModelProperty$;
5806
+ exports.AssetModelPropertyBindingValue$ = AssetModelPropertyBindingValue$;
5807
+ exports.AssetModelPropertyBindingValueFilter$ = AssetModelPropertyBindingValueFilter$;
5808
+ exports.AssetModelPropertyDefinition$ = AssetModelPropertyDefinition$;
5809
+ exports.AssetModelPropertyPathSegment$ = AssetModelPropertyPathSegment$;
5810
+ exports.AssetModelPropertySummary$ = AssetModelPropertySummary$;
2039
5811
  exports.AssetModelState = AssetModelState;
5812
+ exports.AssetModelStatus$ = AssetModelStatus$;
5813
+ exports.AssetModelSummary$ = AssetModelSummary$;
2040
5814
  exports.AssetModelType = AssetModelType;
2041
5815
  exports.AssetModelVersionType = AssetModelVersionType;
5816
+ exports.AssetProperty$ = AssetProperty$;
5817
+ exports.AssetPropertyBindingValue$ = AssetPropertyBindingValue$;
5818
+ exports.AssetPropertyBindingValueFilter$ = AssetPropertyBindingValueFilter$;
5819
+ exports.AssetPropertyPathSegment$ = AssetPropertyPathSegment$;
5820
+ exports.AssetPropertySummary$ = AssetPropertySummary$;
5821
+ exports.AssetPropertyValue$ = AssetPropertyValue$;
5822
+ exports.AssetRelationshipSummary$ = AssetRelationshipSummary$;
2042
5823
  exports.AssetRelationshipType = AssetRelationshipType;
2043
5824
  exports.AssetState = AssetState;
5825
+ exports.AssetStatus$ = AssetStatus$;
5826
+ exports.AssetSummary$ = AssetSummary$;
5827
+ exports.AssociateAssets$ = AssociateAssets$;
2044
5828
  exports.AssociateAssetsCommand = AssociateAssetsCommand;
5829
+ exports.AssociateAssetsRequest$ = AssociateAssetsRequest$;
5830
+ exports.AssociateTimeSeriesToAssetProperty$ = AssociateTimeSeriesToAssetProperty$;
2045
5831
  exports.AssociateTimeSeriesToAssetPropertyCommand = AssociateTimeSeriesToAssetPropertyCommand;
5832
+ exports.AssociateTimeSeriesToAssetPropertyRequest$ = AssociateTimeSeriesToAssetPropertyRequest$;
5833
+ exports.AssociatedAssetsSummary$ = AssociatedAssetsSummary$;
5834
+ exports.Attribute$ = Attribute$;
2046
5835
  exports.AuthMode = AuthMode;
5836
+ exports.BatchAssociateProjectAssets$ = BatchAssociateProjectAssets$;
2047
5837
  exports.BatchAssociateProjectAssetsCommand = BatchAssociateProjectAssetsCommand;
5838
+ exports.BatchAssociateProjectAssetsRequest$ = BatchAssociateProjectAssetsRequest$;
5839
+ exports.BatchAssociateProjectAssetsResponse$ = BatchAssociateProjectAssetsResponse$;
5840
+ exports.BatchDisassociateProjectAssets$ = BatchDisassociateProjectAssets$;
2048
5841
  exports.BatchDisassociateProjectAssetsCommand = BatchDisassociateProjectAssetsCommand;
5842
+ exports.BatchDisassociateProjectAssetsRequest$ = BatchDisassociateProjectAssetsRequest$;
5843
+ exports.BatchDisassociateProjectAssetsResponse$ = BatchDisassociateProjectAssetsResponse$;
2049
5844
  exports.BatchEntryCompletionStatus = BatchEntryCompletionStatus;
5845
+ exports.BatchGetAssetPropertyAggregates$ = BatchGetAssetPropertyAggregates$;
2050
5846
  exports.BatchGetAssetPropertyAggregatesCommand = BatchGetAssetPropertyAggregatesCommand;
5847
+ exports.BatchGetAssetPropertyAggregatesEntry$ = BatchGetAssetPropertyAggregatesEntry$;
2051
5848
  exports.BatchGetAssetPropertyAggregatesErrorCode = BatchGetAssetPropertyAggregatesErrorCode;
5849
+ exports.BatchGetAssetPropertyAggregatesErrorEntry$ = BatchGetAssetPropertyAggregatesErrorEntry$;
5850
+ exports.BatchGetAssetPropertyAggregatesErrorInfo$ = BatchGetAssetPropertyAggregatesErrorInfo$;
5851
+ exports.BatchGetAssetPropertyAggregatesRequest$ = BatchGetAssetPropertyAggregatesRequest$;
5852
+ exports.BatchGetAssetPropertyAggregatesResponse$ = BatchGetAssetPropertyAggregatesResponse$;
5853
+ exports.BatchGetAssetPropertyAggregatesSkippedEntry$ = BatchGetAssetPropertyAggregatesSkippedEntry$;
5854
+ exports.BatchGetAssetPropertyAggregatesSuccessEntry$ = BatchGetAssetPropertyAggregatesSuccessEntry$;
5855
+ exports.BatchGetAssetPropertyValue$ = BatchGetAssetPropertyValue$;
2052
5856
  exports.BatchGetAssetPropertyValueCommand = BatchGetAssetPropertyValueCommand;
5857
+ exports.BatchGetAssetPropertyValueEntry$ = BatchGetAssetPropertyValueEntry$;
2053
5858
  exports.BatchGetAssetPropertyValueErrorCode = BatchGetAssetPropertyValueErrorCode;
5859
+ exports.BatchGetAssetPropertyValueErrorEntry$ = BatchGetAssetPropertyValueErrorEntry$;
5860
+ exports.BatchGetAssetPropertyValueErrorInfo$ = BatchGetAssetPropertyValueErrorInfo$;
5861
+ exports.BatchGetAssetPropertyValueHistory$ = BatchGetAssetPropertyValueHistory$;
2054
5862
  exports.BatchGetAssetPropertyValueHistoryCommand = BatchGetAssetPropertyValueHistoryCommand;
5863
+ exports.BatchGetAssetPropertyValueHistoryEntry$ = BatchGetAssetPropertyValueHistoryEntry$;
2055
5864
  exports.BatchGetAssetPropertyValueHistoryErrorCode = BatchGetAssetPropertyValueHistoryErrorCode;
5865
+ exports.BatchGetAssetPropertyValueHistoryErrorEntry$ = BatchGetAssetPropertyValueHistoryErrorEntry$;
5866
+ exports.BatchGetAssetPropertyValueHistoryErrorInfo$ = BatchGetAssetPropertyValueHistoryErrorInfo$;
5867
+ exports.BatchGetAssetPropertyValueHistoryRequest$ = BatchGetAssetPropertyValueHistoryRequest$;
5868
+ exports.BatchGetAssetPropertyValueHistoryResponse$ = BatchGetAssetPropertyValueHistoryResponse$;
5869
+ exports.BatchGetAssetPropertyValueHistorySkippedEntry$ = BatchGetAssetPropertyValueHistorySkippedEntry$;
5870
+ exports.BatchGetAssetPropertyValueHistorySuccessEntry$ = BatchGetAssetPropertyValueHistorySuccessEntry$;
5871
+ exports.BatchGetAssetPropertyValueRequest$ = BatchGetAssetPropertyValueRequest$;
5872
+ exports.BatchGetAssetPropertyValueResponse$ = BatchGetAssetPropertyValueResponse$;
5873
+ exports.BatchGetAssetPropertyValueSkippedEntry$ = BatchGetAssetPropertyValueSkippedEntry$;
5874
+ exports.BatchGetAssetPropertyValueSuccessEntry$ = BatchGetAssetPropertyValueSuccessEntry$;
5875
+ exports.BatchPutAssetPropertyError$ = BatchPutAssetPropertyError$;
5876
+ exports.BatchPutAssetPropertyErrorEntry$ = BatchPutAssetPropertyErrorEntry$;
5877
+ exports.BatchPutAssetPropertyValue$ = BatchPutAssetPropertyValue$;
2056
5878
  exports.BatchPutAssetPropertyValueCommand = BatchPutAssetPropertyValueCommand;
2057
5879
  exports.BatchPutAssetPropertyValueErrorCode = BatchPutAssetPropertyValueErrorCode;
5880
+ exports.BatchPutAssetPropertyValueRequest$ = BatchPutAssetPropertyValueRequest$;
5881
+ exports.BatchPutAssetPropertyValueResponse$ = BatchPutAssetPropertyValueResponse$;
2058
5882
  exports.CapabilitySyncStatus = CapabilitySyncStatus;
5883
+ exports.Citation$ = Citation$;
5884
+ exports.ColumnInfo$ = ColumnInfo$;
2059
5885
  exports.ColumnName = ColumnName;
5886
+ exports.ColumnType$ = ColumnType$;
5887
+ exports.CompositeModelProperty$ = CompositeModelProperty$;
5888
+ exports.CompositionDetails$ = CompositionDetails$;
5889
+ exports.CompositionRelationshipItem$ = CompositionRelationshipItem$;
5890
+ exports.CompositionRelationshipSummary$ = CompositionRelationshipSummary$;
5891
+ exports.ComputationModelAnomalyDetectionConfiguration$ = ComputationModelAnomalyDetectionConfiguration$;
5892
+ exports.ComputationModelConfiguration$ = ComputationModelConfiguration$;
5893
+ exports.ComputationModelDataBindingUsageSummary$ = ComputationModelDataBindingUsageSummary$;
5894
+ exports.ComputationModelDataBindingValue$ = ComputationModelDataBindingValue$;
5895
+ exports.ComputationModelResolveToResourceSummary$ = ComputationModelResolveToResourceSummary$;
2060
5896
  exports.ComputationModelState = ComputationModelState;
5897
+ exports.ComputationModelStatus$ = ComputationModelStatus$;
5898
+ exports.ComputationModelSummary$ = ComputationModelSummary$;
2061
5899
  exports.ComputationModelType = ComputationModelType;
2062
5900
  exports.ComputeLocation = ComputeLocation;
5901
+ exports.ConfigurationErrorDetails$ = ConfigurationErrorDetails$;
2063
5902
  exports.ConfigurationState = ConfigurationState;
5903
+ exports.ConfigurationStatus$ = ConfigurationStatus$;
5904
+ exports.ConflictingOperationException = ConflictingOperationException;
5905
+ exports.ConflictingOperationException$ = ConflictingOperationException$;
5906
+ exports.Content$ = Content$;
2064
5907
  exports.CoreDeviceOperatingSystem = CoreDeviceOperatingSystem;
5908
+ exports.CreateAccessPolicy$ = CreateAccessPolicy$;
2065
5909
  exports.CreateAccessPolicyCommand = CreateAccessPolicyCommand;
5910
+ exports.CreateAccessPolicyRequest$ = CreateAccessPolicyRequest$;
5911
+ exports.CreateAccessPolicyResponse$ = CreateAccessPolicyResponse$;
5912
+ exports.CreateAsset$ = CreateAsset$;
2066
5913
  exports.CreateAssetCommand = CreateAssetCommand;
5914
+ exports.CreateAssetModel$ = CreateAssetModel$;
2067
5915
  exports.CreateAssetModelCommand = CreateAssetModelCommand;
5916
+ exports.CreateAssetModelCompositeModel$ = CreateAssetModelCompositeModel$;
2068
5917
  exports.CreateAssetModelCompositeModelCommand = CreateAssetModelCompositeModelCommand;
5918
+ exports.CreateAssetModelCompositeModelRequest$ = CreateAssetModelCompositeModelRequest$;
5919
+ exports.CreateAssetModelCompositeModelResponse$ = CreateAssetModelCompositeModelResponse$;
5920
+ exports.CreateAssetModelRequest$ = CreateAssetModelRequest$;
5921
+ exports.CreateAssetModelResponse$ = CreateAssetModelResponse$;
5922
+ exports.CreateAssetRequest$ = CreateAssetRequest$;
5923
+ exports.CreateAssetResponse$ = CreateAssetResponse$;
5924
+ exports.CreateBulkImportJob$ = CreateBulkImportJob$;
2069
5925
  exports.CreateBulkImportJobCommand = CreateBulkImportJobCommand;
5926
+ exports.CreateBulkImportJobRequest$ = CreateBulkImportJobRequest$;
5927
+ exports.CreateBulkImportJobResponse$ = CreateBulkImportJobResponse$;
5928
+ exports.CreateComputationModel$ = CreateComputationModel$;
2070
5929
  exports.CreateComputationModelCommand = CreateComputationModelCommand;
5930
+ exports.CreateComputationModelRequest$ = CreateComputationModelRequest$;
5931
+ exports.CreateComputationModelResponse$ = CreateComputationModelResponse$;
5932
+ exports.CreateDashboard$ = CreateDashboard$;
2071
5933
  exports.CreateDashboardCommand = CreateDashboardCommand;
5934
+ exports.CreateDashboardRequest$ = CreateDashboardRequest$;
5935
+ exports.CreateDashboardResponse$ = CreateDashboardResponse$;
5936
+ exports.CreateDataset$ = CreateDataset$;
2072
5937
  exports.CreateDatasetCommand = CreateDatasetCommand;
5938
+ exports.CreateDatasetRequest$ = CreateDatasetRequest$;
5939
+ exports.CreateDatasetResponse$ = CreateDatasetResponse$;
5940
+ exports.CreateGateway$ = CreateGateway$;
2073
5941
  exports.CreateGatewayCommand = CreateGatewayCommand;
5942
+ exports.CreateGatewayRequest$ = CreateGatewayRequest$;
5943
+ exports.CreateGatewayResponse$ = CreateGatewayResponse$;
5944
+ exports.CreatePortal$ = CreatePortal$;
2074
5945
  exports.CreatePortalCommand = CreatePortalCommand;
5946
+ exports.CreatePortalRequest$ = CreatePortalRequest$;
5947
+ exports.CreatePortalResponse$ = CreatePortalResponse$;
5948
+ exports.CreateProject$ = CreateProject$;
2075
5949
  exports.CreateProjectCommand = CreateProjectCommand;
5950
+ exports.CreateProjectRequest$ = CreateProjectRequest$;
5951
+ exports.CreateProjectResponse$ = CreateProjectResponse$;
5952
+ exports.Csv$ = Csv$;
5953
+ exports.CustomerManagedS3Storage$ = CustomerManagedS3Storage$;
5954
+ exports.DashboardSummary$ = DashboardSummary$;
5955
+ exports.DataBindingValue$ = DataBindingValue$;
5956
+ exports.DataBindingValueFilter$ = DataBindingValueFilter$;
5957
+ exports.DataSetReference$ = DataSetReference$;
5958
+ exports.DatasetSource$ = DatasetSource$;
2076
5959
  exports.DatasetSourceFormat = DatasetSourceFormat;
2077
5960
  exports.DatasetSourceType = DatasetSourceType;
2078
5961
  exports.DatasetState = DatasetState;
5962
+ exports.DatasetStatus$ = DatasetStatus$;
5963
+ exports.DatasetSummary$ = DatasetSummary$;
5964
+ exports.Datum$ = Datum$;
5965
+ exports.DeleteAccessPolicy$ = DeleteAccessPolicy$;
2079
5966
  exports.DeleteAccessPolicyCommand = DeleteAccessPolicyCommand;
5967
+ exports.DeleteAccessPolicyRequest$ = DeleteAccessPolicyRequest$;
5968
+ exports.DeleteAccessPolicyResponse$ = DeleteAccessPolicyResponse$;
5969
+ exports.DeleteAsset$ = DeleteAsset$;
2080
5970
  exports.DeleteAssetCommand = DeleteAssetCommand;
5971
+ exports.DeleteAssetModel$ = DeleteAssetModel$;
2081
5972
  exports.DeleteAssetModelCommand = DeleteAssetModelCommand;
5973
+ exports.DeleteAssetModelCompositeModel$ = DeleteAssetModelCompositeModel$;
2082
5974
  exports.DeleteAssetModelCompositeModelCommand = DeleteAssetModelCompositeModelCommand;
5975
+ exports.DeleteAssetModelCompositeModelRequest$ = DeleteAssetModelCompositeModelRequest$;
5976
+ exports.DeleteAssetModelCompositeModelResponse$ = DeleteAssetModelCompositeModelResponse$;
5977
+ exports.DeleteAssetModelInterfaceRelationship$ = DeleteAssetModelInterfaceRelationship$;
2083
5978
  exports.DeleteAssetModelInterfaceRelationshipCommand = DeleteAssetModelInterfaceRelationshipCommand;
5979
+ exports.DeleteAssetModelInterfaceRelationshipRequest$ = DeleteAssetModelInterfaceRelationshipRequest$;
5980
+ exports.DeleteAssetModelInterfaceRelationshipResponse$ = DeleteAssetModelInterfaceRelationshipResponse$;
5981
+ exports.DeleteAssetModelRequest$ = DeleteAssetModelRequest$;
5982
+ exports.DeleteAssetModelResponse$ = DeleteAssetModelResponse$;
5983
+ exports.DeleteAssetRequest$ = DeleteAssetRequest$;
5984
+ exports.DeleteAssetResponse$ = DeleteAssetResponse$;
5985
+ exports.DeleteComputationModel$ = DeleteComputationModel$;
2084
5986
  exports.DeleteComputationModelCommand = DeleteComputationModelCommand;
5987
+ exports.DeleteComputationModelRequest$ = DeleteComputationModelRequest$;
5988
+ exports.DeleteComputationModelResponse$ = DeleteComputationModelResponse$;
5989
+ exports.DeleteDashboard$ = DeleteDashboard$;
2085
5990
  exports.DeleteDashboardCommand = DeleteDashboardCommand;
5991
+ exports.DeleteDashboardRequest$ = DeleteDashboardRequest$;
5992
+ exports.DeleteDashboardResponse$ = DeleteDashboardResponse$;
5993
+ exports.DeleteDataset$ = DeleteDataset$;
2086
5994
  exports.DeleteDatasetCommand = DeleteDatasetCommand;
5995
+ exports.DeleteDatasetRequest$ = DeleteDatasetRequest$;
5996
+ exports.DeleteDatasetResponse$ = DeleteDatasetResponse$;
5997
+ exports.DeleteGateway$ = DeleteGateway$;
2087
5998
  exports.DeleteGatewayCommand = DeleteGatewayCommand;
5999
+ exports.DeleteGatewayRequest$ = DeleteGatewayRequest$;
6000
+ exports.DeletePortal$ = DeletePortal$;
2088
6001
  exports.DeletePortalCommand = DeletePortalCommand;
6002
+ exports.DeletePortalRequest$ = DeletePortalRequest$;
6003
+ exports.DeletePortalResponse$ = DeletePortalResponse$;
6004
+ exports.DeleteProject$ = DeleteProject$;
2089
6005
  exports.DeleteProjectCommand = DeleteProjectCommand;
6006
+ exports.DeleteProjectRequest$ = DeleteProjectRequest$;
6007
+ exports.DeleteProjectResponse$ = DeleteProjectResponse$;
6008
+ exports.DeleteTimeSeries$ = DeleteTimeSeries$;
2090
6009
  exports.DeleteTimeSeriesCommand = DeleteTimeSeriesCommand;
6010
+ exports.DeleteTimeSeriesRequest$ = DeleteTimeSeriesRequest$;
6011
+ exports.DescribeAccessPolicy$ = DescribeAccessPolicy$;
2091
6012
  exports.DescribeAccessPolicyCommand = DescribeAccessPolicyCommand;
6013
+ exports.DescribeAccessPolicyRequest$ = DescribeAccessPolicyRequest$;
6014
+ exports.DescribeAccessPolicyResponse$ = DescribeAccessPolicyResponse$;
6015
+ exports.DescribeAction$ = DescribeAction$;
2092
6016
  exports.DescribeActionCommand = DescribeActionCommand;
6017
+ exports.DescribeActionRequest$ = DescribeActionRequest$;
6018
+ exports.DescribeActionResponse$ = DescribeActionResponse$;
6019
+ exports.DescribeAsset$ = DescribeAsset$;
2093
6020
  exports.DescribeAssetCommand = DescribeAssetCommand;
6021
+ exports.DescribeAssetCompositeModel$ = DescribeAssetCompositeModel$;
2094
6022
  exports.DescribeAssetCompositeModelCommand = DescribeAssetCompositeModelCommand;
6023
+ exports.DescribeAssetCompositeModelRequest$ = DescribeAssetCompositeModelRequest$;
6024
+ exports.DescribeAssetCompositeModelResponse$ = DescribeAssetCompositeModelResponse$;
6025
+ exports.DescribeAssetModel$ = DescribeAssetModel$;
2095
6026
  exports.DescribeAssetModelCommand = DescribeAssetModelCommand;
6027
+ exports.DescribeAssetModelCompositeModel$ = DescribeAssetModelCompositeModel$;
2096
6028
  exports.DescribeAssetModelCompositeModelCommand = DescribeAssetModelCompositeModelCommand;
6029
+ exports.DescribeAssetModelCompositeModelRequest$ = DescribeAssetModelCompositeModelRequest$;
6030
+ exports.DescribeAssetModelCompositeModelResponse$ = DescribeAssetModelCompositeModelResponse$;
6031
+ exports.DescribeAssetModelInterfaceRelationship$ = DescribeAssetModelInterfaceRelationship$;
2097
6032
  exports.DescribeAssetModelInterfaceRelationshipCommand = DescribeAssetModelInterfaceRelationshipCommand;
6033
+ exports.DescribeAssetModelInterfaceRelationshipRequest$ = DescribeAssetModelInterfaceRelationshipRequest$;
6034
+ exports.DescribeAssetModelInterfaceRelationshipResponse$ = DescribeAssetModelInterfaceRelationshipResponse$;
6035
+ exports.DescribeAssetModelRequest$ = DescribeAssetModelRequest$;
6036
+ exports.DescribeAssetModelResponse$ = DescribeAssetModelResponse$;
6037
+ exports.DescribeAssetProperty$ = DescribeAssetProperty$;
2098
6038
  exports.DescribeAssetPropertyCommand = DescribeAssetPropertyCommand;
6039
+ exports.DescribeAssetPropertyRequest$ = DescribeAssetPropertyRequest$;
6040
+ exports.DescribeAssetPropertyResponse$ = DescribeAssetPropertyResponse$;
6041
+ exports.DescribeAssetRequest$ = DescribeAssetRequest$;
6042
+ exports.DescribeAssetResponse$ = DescribeAssetResponse$;
6043
+ exports.DescribeBulkImportJob$ = DescribeBulkImportJob$;
2099
6044
  exports.DescribeBulkImportJobCommand = DescribeBulkImportJobCommand;
6045
+ exports.DescribeBulkImportJobRequest$ = DescribeBulkImportJobRequest$;
6046
+ exports.DescribeBulkImportJobResponse$ = DescribeBulkImportJobResponse$;
6047
+ exports.DescribeComputationModel$ = DescribeComputationModel$;
2100
6048
  exports.DescribeComputationModelCommand = DescribeComputationModelCommand;
6049
+ exports.DescribeComputationModelExecutionSummary$ = DescribeComputationModelExecutionSummary$;
2101
6050
  exports.DescribeComputationModelExecutionSummaryCommand = DescribeComputationModelExecutionSummaryCommand;
6051
+ exports.DescribeComputationModelExecutionSummaryRequest$ = DescribeComputationModelExecutionSummaryRequest$;
6052
+ exports.DescribeComputationModelExecutionSummaryResponse$ = DescribeComputationModelExecutionSummaryResponse$;
6053
+ exports.DescribeComputationModelRequest$ = DescribeComputationModelRequest$;
6054
+ exports.DescribeComputationModelResponse$ = DescribeComputationModelResponse$;
6055
+ exports.DescribeDashboard$ = DescribeDashboard$;
2102
6056
  exports.DescribeDashboardCommand = DescribeDashboardCommand;
6057
+ exports.DescribeDashboardRequest$ = DescribeDashboardRequest$;
6058
+ exports.DescribeDashboardResponse$ = DescribeDashboardResponse$;
6059
+ exports.DescribeDataset$ = DescribeDataset$;
2103
6060
  exports.DescribeDatasetCommand = DescribeDatasetCommand;
6061
+ exports.DescribeDatasetRequest$ = DescribeDatasetRequest$;
6062
+ exports.DescribeDatasetResponse$ = DescribeDatasetResponse$;
6063
+ exports.DescribeDefaultEncryptionConfiguration$ = DescribeDefaultEncryptionConfiguration$;
2104
6064
  exports.DescribeDefaultEncryptionConfigurationCommand = DescribeDefaultEncryptionConfigurationCommand;
6065
+ exports.DescribeDefaultEncryptionConfigurationRequest$ = DescribeDefaultEncryptionConfigurationRequest$;
6066
+ exports.DescribeDefaultEncryptionConfigurationResponse$ = DescribeDefaultEncryptionConfigurationResponse$;
6067
+ exports.DescribeExecution$ = DescribeExecution$;
2105
6068
  exports.DescribeExecutionCommand = DescribeExecutionCommand;
6069
+ exports.DescribeExecutionRequest$ = DescribeExecutionRequest$;
6070
+ exports.DescribeExecutionResponse$ = DescribeExecutionResponse$;
6071
+ exports.DescribeGateway$ = DescribeGateway$;
6072
+ exports.DescribeGatewayCapabilityConfiguration$ = DescribeGatewayCapabilityConfiguration$;
2106
6073
  exports.DescribeGatewayCapabilityConfigurationCommand = DescribeGatewayCapabilityConfigurationCommand;
6074
+ exports.DescribeGatewayCapabilityConfigurationRequest$ = DescribeGatewayCapabilityConfigurationRequest$;
6075
+ exports.DescribeGatewayCapabilityConfigurationResponse$ = DescribeGatewayCapabilityConfigurationResponse$;
2107
6076
  exports.DescribeGatewayCommand = DescribeGatewayCommand;
6077
+ exports.DescribeGatewayRequest$ = DescribeGatewayRequest$;
6078
+ exports.DescribeGatewayResponse$ = DescribeGatewayResponse$;
6079
+ exports.DescribeLoggingOptions$ = DescribeLoggingOptions$;
2108
6080
  exports.DescribeLoggingOptionsCommand = DescribeLoggingOptionsCommand;
6081
+ exports.DescribeLoggingOptionsRequest$ = DescribeLoggingOptionsRequest$;
6082
+ exports.DescribeLoggingOptionsResponse$ = DescribeLoggingOptionsResponse$;
6083
+ exports.DescribePortal$ = DescribePortal$;
2109
6084
  exports.DescribePortalCommand = DescribePortalCommand;
6085
+ exports.DescribePortalRequest$ = DescribePortalRequest$;
6086
+ exports.DescribePortalResponse$ = DescribePortalResponse$;
6087
+ exports.DescribeProject$ = DescribeProject$;
2110
6088
  exports.DescribeProjectCommand = DescribeProjectCommand;
6089
+ exports.DescribeProjectRequest$ = DescribeProjectRequest$;
6090
+ exports.DescribeProjectResponse$ = DescribeProjectResponse$;
6091
+ exports.DescribeStorageConfiguration$ = DescribeStorageConfiguration$;
2111
6092
  exports.DescribeStorageConfigurationCommand = DescribeStorageConfigurationCommand;
6093
+ exports.DescribeStorageConfigurationRequest$ = DescribeStorageConfigurationRequest$;
6094
+ exports.DescribeStorageConfigurationResponse$ = DescribeStorageConfigurationResponse$;
6095
+ exports.DescribeTimeSeries$ = DescribeTimeSeries$;
2112
6096
  exports.DescribeTimeSeriesCommand = DescribeTimeSeriesCommand;
6097
+ exports.DescribeTimeSeriesRequest$ = DescribeTimeSeriesRequest$;
6098
+ exports.DescribeTimeSeriesResponse$ = DescribeTimeSeriesResponse$;
6099
+ exports.DetailedError$ = DetailedError$;
2113
6100
  exports.DetailedErrorCode = DetailedErrorCode;
6101
+ exports.DisassociateAssets$ = DisassociateAssets$;
2114
6102
  exports.DisassociateAssetsCommand = DisassociateAssetsCommand;
6103
+ exports.DisassociateAssetsRequest$ = DisassociateAssetsRequest$;
6104
+ exports.DisassociateTimeSeriesFromAssetProperty$ = DisassociateTimeSeriesFromAssetProperty$;
2115
6105
  exports.DisassociateTimeSeriesFromAssetPropertyCommand = DisassociateTimeSeriesFromAssetPropertyCommand;
6106
+ exports.DisassociateTimeSeriesFromAssetPropertyRequest$ = DisassociateTimeSeriesFromAssetPropertyRequest$;
2116
6107
  exports.DisassociatedDataStorageState = DisassociatedDataStorageState;
2117
6108
  exports.EncryptionType = EncryptionType;
2118
6109
  exports.ErrorCode = ErrorCode;
6110
+ exports.ErrorDetails$ = ErrorDetails$;
6111
+ exports.ErrorReportLocation$ = ErrorReportLocation$;
6112
+ exports.ExecuteAction$ = ExecuteAction$;
2119
6113
  exports.ExecuteActionCommand = ExecuteActionCommand;
6114
+ exports.ExecuteActionRequest$ = ExecuteActionRequest$;
6115
+ exports.ExecuteActionResponse$ = ExecuteActionResponse$;
6116
+ exports.ExecuteQuery$ = ExecuteQuery$;
2120
6117
  exports.ExecuteQueryCommand = ExecuteQueryCommand;
6118
+ exports.ExecuteQueryRequest$ = ExecuteQueryRequest$;
6119
+ exports.ExecuteQueryResponse$ = ExecuteQueryResponse$;
2121
6120
  exports.ExecutionState = ExecutionState;
6121
+ exports.ExecutionStatus$ = ExecutionStatus$;
6122
+ exports.ExecutionSummary$ = ExecutionSummary$;
6123
+ exports.ExpressionVariable$ = ExpressionVariable$;
6124
+ exports.File$ = File$;
6125
+ exports.FileFormat$ = FileFormat$;
6126
+ exports.ForwardingConfig$ = ForwardingConfig$;
2122
6127
  exports.ForwardingConfigState = ForwardingConfigState;
6128
+ exports.GatewayCapabilitySummary$ = GatewayCapabilitySummary$;
6129
+ exports.GatewayPlatform$ = GatewayPlatform$;
6130
+ exports.GatewaySummary$ = GatewaySummary$;
6131
+ exports.GetAssetPropertyAggregates$ = GetAssetPropertyAggregates$;
2123
6132
  exports.GetAssetPropertyAggregatesCommand = GetAssetPropertyAggregatesCommand;
6133
+ exports.GetAssetPropertyAggregatesRequest$ = GetAssetPropertyAggregatesRequest$;
6134
+ exports.GetAssetPropertyAggregatesResponse$ = GetAssetPropertyAggregatesResponse$;
6135
+ exports.GetAssetPropertyValue$ = GetAssetPropertyValue$;
2124
6136
  exports.GetAssetPropertyValueCommand = GetAssetPropertyValueCommand;
6137
+ exports.GetAssetPropertyValueHistory$ = GetAssetPropertyValueHistory$;
2125
6138
  exports.GetAssetPropertyValueHistoryCommand = GetAssetPropertyValueHistoryCommand;
6139
+ exports.GetAssetPropertyValueHistoryRequest$ = GetAssetPropertyValueHistoryRequest$;
6140
+ exports.GetAssetPropertyValueHistoryResponse$ = GetAssetPropertyValueHistoryResponse$;
6141
+ exports.GetAssetPropertyValueRequest$ = GetAssetPropertyValueRequest$;
6142
+ exports.GetAssetPropertyValueResponse$ = GetAssetPropertyValueResponse$;
6143
+ exports.GetInterpolatedAssetPropertyValues$ = GetInterpolatedAssetPropertyValues$;
2126
6144
  exports.GetInterpolatedAssetPropertyValuesCommand = GetInterpolatedAssetPropertyValuesCommand;
6145
+ exports.GetInterpolatedAssetPropertyValuesRequest$ = GetInterpolatedAssetPropertyValuesRequest$;
6146
+ exports.GetInterpolatedAssetPropertyValuesResponse$ = GetInterpolatedAssetPropertyValuesResponse$;
6147
+ exports.Greengrass$ = Greengrass$;
6148
+ exports.GreengrassV2$ = GreengrassV2$;
6149
+ exports.GroupIdentity$ = GroupIdentity$;
6150
+ exports.HierarchyMapping$ = HierarchyMapping$;
6151
+ exports.IAMRoleIdentity$ = IAMRoleIdentity$;
6152
+ exports.IAMUserIdentity$ = IAMUserIdentity$;
6153
+ exports.Identity$ = Identity$;
2127
6154
  exports.IdentityType = IdentityType;
6155
+ exports.Image$ = Image$;
6156
+ exports.ImageFile$ = ImageFile$;
2128
6157
  exports.ImageFileType = ImageFileType;
6158
+ exports.ImageLocation$ = ImageLocation$;
6159
+ exports.InterfaceRelationship$ = InterfaceRelationship$;
6160
+ exports.InterfaceRelationshipSummary$ = InterfaceRelationshipSummary$;
6161
+ exports.InterfaceSummary$ = InterfaceSummary$;
6162
+ exports.InternalFailureException = InternalFailureException;
6163
+ exports.InternalFailureException$ = InternalFailureException$;
6164
+ exports.InterpolatedAssetPropertyValue$ = InterpolatedAssetPropertyValue$;
6165
+ exports.InvalidRequestException = InvalidRequestException;
6166
+ exports.InvalidRequestException$ = InvalidRequestException$;
6167
+ exports.InvocationOutput$ = InvocationOutput$;
6168
+ exports.InvokeAssistant$ = InvokeAssistant$;
2129
6169
  exports.InvokeAssistantCommand = InvokeAssistantCommand;
6170
+ exports.InvokeAssistantRequest$ = InvokeAssistantRequest$;
6171
+ exports.InvokeAssistantResponse$ = InvokeAssistantResponse$;
2130
6172
  exports.IoTSiteWise = IoTSiteWise;
2131
6173
  exports.IoTSiteWiseClient = IoTSiteWiseClient;
6174
+ exports.IoTSiteWiseServiceException = IoTSiteWiseServiceException;
6175
+ exports.IoTSiteWiseServiceException$ = IoTSiteWiseServiceException$;
6176
+ exports.JobConfiguration$ = JobConfiguration$;
2132
6177
  exports.JobStatus = JobStatus;
6178
+ exports.JobSummary$ = JobSummary$;
6179
+ exports.KendraSourceDetail$ = KendraSourceDetail$;
6180
+ exports.LimitExceededException = LimitExceededException;
6181
+ exports.LimitExceededException$ = LimitExceededException$;
6182
+ exports.ListAccessPolicies$ = ListAccessPolicies$;
2133
6183
  exports.ListAccessPoliciesCommand = ListAccessPoliciesCommand;
6184
+ exports.ListAccessPoliciesRequest$ = ListAccessPoliciesRequest$;
6185
+ exports.ListAccessPoliciesResponse$ = ListAccessPoliciesResponse$;
6186
+ exports.ListActions$ = ListActions$;
2134
6187
  exports.ListActionsCommand = ListActionsCommand;
6188
+ exports.ListActionsRequest$ = ListActionsRequest$;
6189
+ exports.ListActionsResponse$ = ListActionsResponse$;
6190
+ exports.ListAssetModelCompositeModels$ = ListAssetModelCompositeModels$;
2135
6191
  exports.ListAssetModelCompositeModelsCommand = ListAssetModelCompositeModelsCommand;
6192
+ exports.ListAssetModelCompositeModelsRequest$ = ListAssetModelCompositeModelsRequest$;
6193
+ exports.ListAssetModelCompositeModelsResponse$ = ListAssetModelCompositeModelsResponse$;
6194
+ exports.ListAssetModelProperties$ = ListAssetModelProperties$;
2136
6195
  exports.ListAssetModelPropertiesCommand = ListAssetModelPropertiesCommand;
2137
6196
  exports.ListAssetModelPropertiesFilter = ListAssetModelPropertiesFilter;
6197
+ exports.ListAssetModelPropertiesRequest$ = ListAssetModelPropertiesRequest$;
6198
+ exports.ListAssetModelPropertiesResponse$ = ListAssetModelPropertiesResponse$;
6199
+ exports.ListAssetModels$ = ListAssetModels$;
2138
6200
  exports.ListAssetModelsCommand = ListAssetModelsCommand;
6201
+ exports.ListAssetModelsRequest$ = ListAssetModelsRequest$;
6202
+ exports.ListAssetModelsResponse$ = ListAssetModelsResponse$;
6203
+ exports.ListAssetProperties$ = ListAssetProperties$;
2139
6204
  exports.ListAssetPropertiesCommand = ListAssetPropertiesCommand;
2140
6205
  exports.ListAssetPropertiesFilter = ListAssetPropertiesFilter;
6206
+ exports.ListAssetPropertiesRequest$ = ListAssetPropertiesRequest$;
6207
+ exports.ListAssetPropertiesResponse$ = ListAssetPropertiesResponse$;
6208
+ exports.ListAssetRelationships$ = ListAssetRelationships$;
2141
6209
  exports.ListAssetRelationshipsCommand = ListAssetRelationshipsCommand;
6210
+ exports.ListAssetRelationshipsRequest$ = ListAssetRelationshipsRequest$;
6211
+ exports.ListAssetRelationshipsResponse$ = ListAssetRelationshipsResponse$;
6212
+ exports.ListAssets$ = ListAssets$;
2142
6213
  exports.ListAssetsCommand = ListAssetsCommand;
2143
6214
  exports.ListAssetsFilter = ListAssetsFilter;
6215
+ exports.ListAssetsRequest$ = ListAssetsRequest$;
6216
+ exports.ListAssetsResponse$ = ListAssetsResponse$;
6217
+ exports.ListAssociatedAssets$ = ListAssociatedAssets$;
2144
6218
  exports.ListAssociatedAssetsCommand = ListAssociatedAssetsCommand;
6219
+ exports.ListAssociatedAssetsRequest$ = ListAssociatedAssetsRequest$;
6220
+ exports.ListAssociatedAssetsResponse$ = ListAssociatedAssetsResponse$;
6221
+ exports.ListBulkImportJobs$ = ListBulkImportJobs$;
2145
6222
  exports.ListBulkImportJobsCommand = ListBulkImportJobsCommand;
2146
6223
  exports.ListBulkImportJobsFilter = ListBulkImportJobsFilter;
6224
+ exports.ListBulkImportJobsRequest$ = ListBulkImportJobsRequest$;
6225
+ exports.ListBulkImportJobsResponse$ = ListBulkImportJobsResponse$;
6226
+ exports.ListCompositionRelationships$ = ListCompositionRelationships$;
2147
6227
  exports.ListCompositionRelationshipsCommand = ListCompositionRelationshipsCommand;
6228
+ exports.ListCompositionRelationshipsRequest$ = ListCompositionRelationshipsRequest$;
6229
+ exports.ListCompositionRelationshipsResponse$ = ListCompositionRelationshipsResponse$;
6230
+ exports.ListComputationModelDataBindingUsages$ = ListComputationModelDataBindingUsages$;
2148
6231
  exports.ListComputationModelDataBindingUsagesCommand = ListComputationModelDataBindingUsagesCommand;
6232
+ exports.ListComputationModelDataBindingUsagesRequest$ = ListComputationModelDataBindingUsagesRequest$;
6233
+ exports.ListComputationModelDataBindingUsagesResponse$ = ListComputationModelDataBindingUsagesResponse$;
6234
+ exports.ListComputationModelResolveToResources$ = ListComputationModelResolveToResources$;
2149
6235
  exports.ListComputationModelResolveToResourcesCommand = ListComputationModelResolveToResourcesCommand;
6236
+ exports.ListComputationModelResolveToResourcesRequest$ = ListComputationModelResolveToResourcesRequest$;
6237
+ exports.ListComputationModelResolveToResourcesResponse$ = ListComputationModelResolveToResourcesResponse$;
6238
+ exports.ListComputationModels$ = ListComputationModels$;
2150
6239
  exports.ListComputationModelsCommand = ListComputationModelsCommand;
6240
+ exports.ListComputationModelsRequest$ = ListComputationModelsRequest$;
6241
+ exports.ListComputationModelsResponse$ = ListComputationModelsResponse$;
6242
+ exports.ListDashboards$ = ListDashboards$;
2151
6243
  exports.ListDashboardsCommand = ListDashboardsCommand;
6244
+ exports.ListDashboardsRequest$ = ListDashboardsRequest$;
6245
+ exports.ListDashboardsResponse$ = ListDashboardsResponse$;
6246
+ exports.ListDatasets$ = ListDatasets$;
2152
6247
  exports.ListDatasetsCommand = ListDatasetsCommand;
6248
+ exports.ListDatasetsRequest$ = ListDatasetsRequest$;
6249
+ exports.ListDatasetsResponse$ = ListDatasetsResponse$;
6250
+ exports.ListExecutions$ = ListExecutions$;
2153
6251
  exports.ListExecutionsCommand = ListExecutionsCommand;
6252
+ exports.ListExecutionsRequest$ = ListExecutionsRequest$;
6253
+ exports.ListExecutionsResponse$ = ListExecutionsResponse$;
6254
+ exports.ListGateways$ = ListGateways$;
2154
6255
  exports.ListGatewaysCommand = ListGatewaysCommand;
6256
+ exports.ListGatewaysRequest$ = ListGatewaysRequest$;
6257
+ exports.ListGatewaysResponse$ = ListGatewaysResponse$;
6258
+ exports.ListInterfaceRelationships$ = ListInterfaceRelationships$;
2155
6259
  exports.ListInterfaceRelationshipsCommand = ListInterfaceRelationshipsCommand;
6260
+ exports.ListInterfaceRelationshipsRequest$ = ListInterfaceRelationshipsRequest$;
6261
+ exports.ListInterfaceRelationshipsResponse$ = ListInterfaceRelationshipsResponse$;
6262
+ exports.ListPortals$ = ListPortals$;
2156
6263
  exports.ListPortalsCommand = ListPortalsCommand;
6264
+ exports.ListPortalsRequest$ = ListPortalsRequest$;
6265
+ exports.ListPortalsResponse$ = ListPortalsResponse$;
6266
+ exports.ListProjectAssets$ = ListProjectAssets$;
2157
6267
  exports.ListProjectAssetsCommand = ListProjectAssetsCommand;
6268
+ exports.ListProjectAssetsRequest$ = ListProjectAssetsRequest$;
6269
+ exports.ListProjectAssetsResponse$ = ListProjectAssetsResponse$;
6270
+ exports.ListProjects$ = ListProjects$;
2158
6271
  exports.ListProjectsCommand = ListProjectsCommand;
6272
+ exports.ListProjectsRequest$ = ListProjectsRequest$;
6273
+ exports.ListProjectsResponse$ = ListProjectsResponse$;
6274
+ exports.ListTagsForResource$ = ListTagsForResource$;
2159
6275
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
6276
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
6277
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
6278
+ exports.ListTimeSeries$ = ListTimeSeries$;
2160
6279
  exports.ListTimeSeriesCommand = ListTimeSeriesCommand;
6280
+ exports.ListTimeSeriesRequest$ = ListTimeSeriesRequest$;
6281
+ exports.ListTimeSeriesResponse$ = ListTimeSeriesResponse$;
2161
6282
  exports.ListTimeSeriesType = ListTimeSeriesType;
6283
+ exports.Location$ = Location$;
2162
6284
  exports.LoggingLevel = LoggingLevel;
6285
+ exports.LoggingOptions$ = LoggingOptions$;
6286
+ exports.MatchedDataBinding$ = MatchedDataBinding$;
6287
+ exports.Measurement$ = Measurement$;
6288
+ exports.MeasurementProcessingConfig$ = MeasurementProcessingConfig$;
6289
+ exports.Metric$ = Metric$;
6290
+ exports.MetricProcessingConfig$ = MetricProcessingConfig$;
6291
+ exports.MetricWindow$ = MetricWindow$;
2163
6292
  exports.MonitorErrorCode = MonitorErrorCode;
6293
+ exports.MonitorErrorDetails$ = MonitorErrorDetails$;
6294
+ exports.MultiLayerStorage$ = MultiLayerStorage$;
6295
+ exports.Parquet$ = Parquet$;
2164
6296
  exports.Permission = Permission;
6297
+ exports.PortalResource$ = PortalResource$;
2165
6298
  exports.PortalState = PortalState;
6299
+ exports.PortalStatus$ = PortalStatus$;
6300
+ exports.PortalSummary$ = PortalSummary$;
2166
6301
  exports.PortalType = PortalType;
6302
+ exports.PortalTypeEntry$ = PortalTypeEntry$;
6303
+ exports.PreconditionFailedException = PreconditionFailedException;
6304
+ exports.PreconditionFailedException$ = PreconditionFailedException$;
6305
+ exports.ProjectResource$ = ProjectResource$;
6306
+ exports.ProjectSummary$ = ProjectSummary$;
6307
+ exports.Property$ = Property$;
2167
6308
  exports.PropertyDataType = PropertyDataType;
6309
+ exports.PropertyMapping$ = PropertyMapping$;
6310
+ exports.PropertyMappingConfiguration$ = PropertyMappingConfiguration$;
6311
+ exports.PropertyNotification$ = PropertyNotification$;
2168
6312
  exports.PropertyNotificationState = PropertyNotificationState;
6313
+ exports.PropertyType$ = PropertyType$;
6314
+ exports.PropertyValueNullValue$ = PropertyValueNullValue$;
6315
+ exports.PutAssetModelInterfaceRelationship$ = PutAssetModelInterfaceRelationship$;
2169
6316
  exports.PutAssetModelInterfaceRelationshipCommand = PutAssetModelInterfaceRelationshipCommand;
6317
+ exports.PutAssetModelInterfaceRelationshipRequest$ = PutAssetModelInterfaceRelationshipRequest$;
6318
+ exports.PutAssetModelInterfaceRelationshipResponse$ = PutAssetModelInterfaceRelationshipResponse$;
6319
+ exports.PutAssetPropertyValueEntry$ = PutAssetPropertyValueEntry$;
6320
+ exports.PutDefaultEncryptionConfiguration$ = PutDefaultEncryptionConfiguration$;
2170
6321
  exports.PutDefaultEncryptionConfigurationCommand = PutDefaultEncryptionConfigurationCommand;
6322
+ exports.PutDefaultEncryptionConfigurationRequest$ = PutDefaultEncryptionConfigurationRequest$;
6323
+ exports.PutDefaultEncryptionConfigurationResponse$ = PutDefaultEncryptionConfigurationResponse$;
6324
+ exports.PutLoggingOptions$ = PutLoggingOptions$;
2171
6325
  exports.PutLoggingOptionsCommand = PutLoggingOptionsCommand;
6326
+ exports.PutLoggingOptionsRequest$ = PutLoggingOptionsRequest$;
6327
+ exports.PutLoggingOptionsResponse$ = PutLoggingOptionsResponse$;
6328
+ exports.PutStorageConfiguration$ = PutStorageConfiguration$;
2172
6329
  exports.PutStorageConfigurationCommand = PutStorageConfigurationCommand;
6330
+ exports.PutStorageConfigurationRequest$ = PutStorageConfigurationRequest$;
6331
+ exports.PutStorageConfigurationResponse$ = PutStorageConfigurationResponse$;
2173
6332
  exports.Quality = Quality;
6333
+ exports.QueryTimeoutException = QueryTimeoutException;
6334
+ exports.QueryTimeoutException$ = QueryTimeoutException$;
2174
6335
  exports.RawValueType = RawValueType;
6336
+ exports.Reference$ = Reference$;
6337
+ exports.ResolveTo$ = ResolveTo$;
2175
6338
  exports.ResolveToResourceType = ResolveToResourceType;
6339
+ exports.Resource$ = Resource$;
6340
+ exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
6341
+ exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
6342
+ exports.ResourceNotFoundException = ResourceNotFoundException;
6343
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2176
6344
  exports.ResourceType = ResourceType;
6345
+ exports.ResponseStream$ = ResponseStream$;
6346
+ exports.RetentionPeriod$ = RetentionPeriod$;
6347
+ exports.Row$ = Row$;
2177
6348
  exports.ScalarType = ScalarType;
6349
+ exports.ServiceUnavailableException = ServiceUnavailableException;
6350
+ exports.ServiceUnavailableException$ = ServiceUnavailableException$;
6351
+ exports.SiemensIE$ = SiemensIE$;
6352
+ exports.Source$ = Source$;
6353
+ exports.SourceDetail$ = SourceDetail$;
2178
6354
  exports.StorageType = StorageType;
6355
+ exports.TagResource$ = TagResource$;
2179
6356
  exports.TagResourceCommand = TagResourceCommand;
6357
+ exports.TagResourceRequest$ = TagResourceRequest$;
6358
+ exports.TagResourceResponse$ = TagResourceResponse$;
6359
+ exports.TargetResource$ = TargetResource$;
2180
6360
  exports.TargetResourceType = TargetResourceType;
6361
+ exports.ThrottlingException = ThrottlingException;
6362
+ exports.ThrottlingException$ = ThrottlingException$;
6363
+ exports.TimeInNanos$ = TimeInNanos$;
2181
6364
  exports.TimeOrdering = TimeOrdering;
6365
+ exports.TimeSeriesSummary$ = TimeSeriesSummary$;
6366
+ exports.TooManyTagsException = TooManyTagsException;
6367
+ exports.TooManyTagsException$ = TooManyTagsException$;
6368
+ exports.Trace$ = Trace$;
6369
+ exports.Transform$ = Transform$;
6370
+ exports.TransformProcessingConfig$ = TransformProcessingConfig$;
2182
6371
  exports.TraversalDirection = TraversalDirection;
2183
6372
  exports.TraversalType = TraversalType;
6373
+ exports.TumblingWindow$ = TumblingWindow$;
6374
+ exports.UnauthorizedException = UnauthorizedException;
6375
+ exports.UnauthorizedException$ = UnauthorizedException$;
6376
+ exports.UntagResource$ = UntagResource$;
2184
6377
  exports.UntagResourceCommand = UntagResourceCommand;
6378
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
6379
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
6380
+ exports.UpdateAccessPolicy$ = UpdateAccessPolicy$;
2185
6381
  exports.UpdateAccessPolicyCommand = UpdateAccessPolicyCommand;
6382
+ exports.UpdateAccessPolicyRequest$ = UpdateAccessPolicyRequest$;
6383
+ exports.UpdateAccessPolicyResponse$ = UpdateAccessPolicyResponse$;
6384
+ exports.UpdateAsset$ = UpdateAsset$;
2186
6385
  exports.UpdateAssetCommand = UpdateAssetCommand;
6386
+ exports.UpdateAssetModel$ = UpdateAssetModel$;
2187
6387
  exports.UpdateAssetModelCommand = UpdateAssetModelCommand;
6388
+ exports.UpdateAssetModelCompositeModel$ = UpdateAssetModelCompositeModel$;
2188
6389
  exports.UpdateAssetModelCompositeModelCommand = UpdateAssetModelCompositeModelCommand;
6390
+ exports.UpdateAssetModelCompositeModelRequest$ = UpdateAssetModelCompositeModelRequest$;
6391
+ exports.UpdateAssetModelCompositeModelResponse$ = UpdateAssetModelCompositeModelResponse$;
6392
+ exports.UpdateAssetModelRequest$ = UpdateAssetModelRequest$;
6393
+ exports.UpdateAssetModelResponse$ = UpdateAssetModelResponse$;
6394
+ exports.UpdateAssetProperty$ = UpdateAssetProperty$;
2189
6395
  exports.UpdateAssetPropertyCommand = UpdateAssetPropertyCommand;
6396
+ exports.UpdateAssetPropertyRequest$ = UpdateAssetPropertyRequest$;
6397
+ exports.UpdateAssetRequest$ = UpdateAssetRequest$;
6398
+ exports.UpdateAssetResponse$ = UpdateAssetResponse$;
6399
+ exports.UpdateComputationModel$ = UpdateComputationModel$;
2190
6400
  exports.UpdateComputationModelCommand = UpdateComputationModelCommand;
6401
+ exports.UpdateComputationModelRequest$ = UpdateComputationModelRequest$;
6402
+ exports.UpdateComputationModelResponse$ = UpdateComputationModelResponse$;
6403
+ exports.UpdateDashboard$ = UpdateDashboard$;
2191
6404
  exports.UpdateDashboardCommand = UpdateDashboardCommand;
6405
+ exports.UpdateDashboardRequest$ = UpdateDashboardRequest$;
6406
+ exports.UpdateDashboardResponse$ = UpdateDashboardResponse$;
6407
+ exports.UpdateDataset$ = UpdateDataset$;
2192
6408
  exports.UpdateDatasetCommand = UpdateDatasetCommand;
6409
+ exports.UpdateDatasetRequest$ = UpdateDatasetRequest$;
6410
+ exports.UpdateDatasetResponse$ = UpdateDatasetResponse$;
6411
+ exports.UpdateGateway$ = UpdateGateway$;
6412
+ exports.UpdateGatewayCapabilityConfiguration$ = UpdateGatewayCapabilityConfiguration$;
2193
6413
  exports.UpdateGatewayCapabilityConfigurationCommand = UpdateGatewayCapabilityConfigurationCommand;
6414
+ exports.UpdateGatewayCapabilityConfigurationRequest$ = UpdateGatewayCapabilityConfigurationRequest$;
6415
+ exports.UpdateGatewayCapabilityConfigurationResponse$ = UpdateGatewayCapabilityConfigurationResponse$;
2194
6416
  exports.UpdateGatewayCommand = UpdateGatewayCommand;
6417
+ exports.UpdateGatewayRequest$ = UpdateGatewayRequest$;
6418
+ exports.UpdatePortal$ = UpdatePortal$;
2195
6419
  exports.UpdatePortalCommand = UpdatePortalCommand;
6420
+ exports.UpdatePortalRequest$ = UpdatePortalRequest$;
6421
+ exports.UpdatePortalResponse$ = UpdatePortalResponse$;
6422
+ exports.UpdateProject$ = UpdateProject$;
2196
6423
  exports.UpdateProjectCommand = UpdateProjectCommand;
6424
+ exports.UpdateProjectRequest$ = UpdateProjectRequest$;
6425
+ exports.UpdateProjectResponse$ = UpdateProjectResponse$;
6426
+ exports.UserIdentity$ = UserIdentity$;
6427
+ exports.ValidationException = ValidationException;
6428
+ exports.ValidationException$ = ValidationException$;
6429
+ exports.VariableValue$ = VariableValue$;
6430
+ exports.Variant$ = Variant$;
6431
+ exports.WarmTierRetentionPeriod$ = WarmTierRetentionPeriod$;
2197
6432
  exports.WarmTierState = WarmTierState;
6433
+ exports.errorTypeRegistries = errorTypeRegistries;
2198
6434
  exports.paginateBatchGetAssetPropertyAggregates = paginateBatchGetAssetPropertyAggregates;
2199
6435
  exports.paginateBatchGetAssetPropertyValue = paginateBatchGetAssetPropertyValue;
2200
6436
  exports.paginateBatchGetAssetPropertyValueHistory = paginateBatchGetAssetPropertyValueHistory;