@aws-sdk/client-iotthingsgraph 3.987.0 → 3.989.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 +54 -1112
- package/dist-cjs/models/IoTThingsGraphServiceException.js +12 -0
- package/dist-cjs/models/errors.js +95 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +867 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +69 -63
- package/dist-types/schemas/schemas_0.d.ts +15 -8
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -8
- package/package.json +13 -13
|
@@ -0,0 +1,867 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetFlowTemplateRevisionsResponse$ = exports.GetFlowTemplateRevisionsRequest$ = exports.GetFlowTemplateResponse$ = exports.GetFlowTemplateRequest$ = exports.GetEntitiesResponse$ = exports.GetEntitiesRequest$ = exports.FlowTemplateSummary$ = exports.FlowTemplateFilter$ = exports.FlowTemplateDescription$ = exports.FlowExecutionSummary$ = exports.FlowExecutionMessage$ = exports.EntityFilter$ = exports.EntityDescription$ = exports.DissociateEntityFromThingResponse$ = exports.DissociateEntityFromThingRequest$ = exports.DescribeNamespaceResponse$ = exports.DescribeNamespaceRequest$ = exports.DeprecateSystemTemplateResponse$ = exports.DeprecateSystemTemplateRequest$ = exports.DeprecateFlowTemplateResponse$ = exports.DeprecateFlowTemplateRequest$ = exports.DeploySystemInstanceResponse$ = exports.DeploySystemInstanceRequest$ = exports.DependencyRevision$ = exports.DeleteSystemTemplateResponse$ = exports.DeleteSystemTemplateRequest$ = exports.DeleteSystemInstanceResponse$ = exports.DeleteSystemInstanceRequest$ = exports.DeleteNamespaceResponse$ = exports.DeleteNamespaceRequest$ = exports.DeleteFlowTemplateResponse$ = exports.DeleteFlowTemplateRequest$ = exports.DefinitionDocument$ = exports.CreateSystemTemplateResponse$ = exports.CreateSystemTemplateRequest$ = exports.CreateSystemInstanceResponse$ = exports.CreateSystemInstanceRequest$ = exports.CreateFlowTemplateResponse$ = exports.CreateFlowTemplateRequest$ = exports.AssociateEntityToThingResponse$ = exports.AssociateEntityToThingRequest$ = exports.errorTypeRegistries = exports.ThrottlingException$ = exports.ResourceNotFoundException$ = exports.ResourceInUseException$ = exports.ResourceAlreadyExistsException$ = exports.LimitExceededException$ = exports.InvalidRequestException$ = exports.InternalFailureException$ = exports.IoTThingsGraphServiceException$ = void 0;
|
|
4
|
+
exports.CreateSystemInstance$ = exports.CreateFlowTemplate$ = exports.AssociateEntityToThing$ = exports.UploadEntityDefinitionsResponse$ = exports.UploadEntityDefinitionsRequest$ = exports.UpdateSystemTemplateResponse$ = exports.UpdateSystemTemplateRequest$ = exports.UpdateFlowTemplateResponse$ = exports.UpdateFlowTemplateRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.UndeploySystemInstanceResponse$ = exports.UndeploySystemInstanceRequest$ = exports.Thing$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Tag$ = exports.SystemTemplateSummary$ = exports.SystemTemplateFilter$ = exports.SystemTemplateDescription$ = exports.SystemInstanceSummary$ = exports.SystemInstanceFilter$ = exports.SystemInstanceDescription$ = exports.SearchThingsResponse$ = exports.SearchThingsRequest$ = exports.SearchSystemTemplatesResponse$ = exports.SearchSystemTemplatesRequest$ = exports.SearchSystemInstancesResponse$ = exports.SearchSystemInstancesRequest$ = exports.SearchFlowTemplatesResponse$ = exports.SearchFlowTemplatesRequest$ = exports.SearchFlowExecutionsResponse$ = exports.SearchFlowExecutionsRequest$ = exports.SearchEntitiesResponse$ = exports.SearchEntitiesRequest$ = exports.MetricsConfiguration$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListFlowExecutionMessagesResponse$ = exports.ListFlowExecutionMessagesRequest$ = exports.GetUploadStatusResponse$ = exports.GetUploadStatusRequest$ = exports.GetSystemTemplateRevisionsResponse$ = exports.GetSystemTemplateRevisionsRequest$ = exports.GetSystemTemplateResponse$ = exports.GetSystemTemplateRequest$ = exports.GetSystemInstanceResponse$ = exports.GetSystemInstanceRequest$ = exports.GetNamespaceDeletionStatusResponse$ = exports.GetNamespaceDeletionStatusRequest$ = void 0;
|
|
5
|
+
exports.UploadEntityDefinitions$ = exports.UpdateSystemTemplate$ = exports.UpdateFlowTemplate$ = exports.UntagResource$ = exports.UndeploySystemInstance$ = exports.TagResource$ = exports.SearchThings$ = exports.SearchSystemTemplates$ = exports.SearchSystemInstances$ = exports.SearchFlowTemplates$ = exports.SearchFlowExecutions$ = exports.SearchEntities$ = exports.ListTagsForResource$ = exports.ListFlowExecutionMessages$ = exports.GetUploadStatus$ = exports.GetSystemTemplateRevisions$ = exports.GetSystemTemplate$ = exports.GetSystemInstance$ = exports.GetNamespaceDeletionStatus$ = exports.GetFlowTemplateRevisions$ = exports.GetFlowTemplate$ = exports.GetEntities$ = exports.DissociateEntityFromThing$ = exports.DescribeNamespace$ = exports.DeprecateSystemTemplate$ = exports.DeprecateFlowTemplate$ = exports.DeploySystemInstance$ = exports.DeleteSystemTemplate$ = exports.DeleteSystemInstance$ = exports.DeleteNamespace$ = exports.DeleteFlowTemplate$ = exports.CreateSystemTemplate$ = void 0;
|
|
6
|
+
const _AETT = "AssociateEntityToThing";
|
|
7
|
+
const _AETTR = "AssociateEntityToThingRequest";
|
|
8
|
+
const _AETTRs = "AssociateEntityToThingResponse";
|
|
9
|
+
const _CFT = "CreateFlowTemplate";
|
|
10
|
+
const _CFTR = "CreateFlowTemplateRequest";
|
|
11
|
+
const _CFTRr = "CreateFlowTemplateResponse";
|
|
12
|
+
const _CSI = "CreateSystemInstance";
|
|
13
|
+
const _CSIR = "CreateSystemInstanceRequest";
|
|
14
|
+
const _CSIRr = "CreateSystemInstanceResponse";
|
|
15
|
+
const _CST = "CreateSystemTemplate";
|
|
16
|
+
const _CSTR = "CreateSystemTemplateRequest";
|
|
17
|
+
const _CSTRr = "CreateSystemTemplateResponse";
|
|
18
|
+
const _DD = "DefinitionDocument";
|
|
19
|
+
const _DEFT = "DissociateEntityFromThing";
|
|
20
|
+
const _DEFTR = "DissociateEntityFromThingRequest";
|
|
21
|
+
const _DEFTRi = "DissociateEntityFromThingResponse";
|
|
22
|
+
const _DFT = "DeleteFlowTemplate";
|
|
23
|
+
const _DFTR = "DeleteFlowTemplateRequest";
|
|
24
|
+
const _DFTRe = "DeleteFlowTemplateResponse";
|
|
25
|
+
const _DFTRep = "DeprecateFlowTemplateRequest";
|
|
26
|
+
const _DFTRepr = "DeprecateFlowTemplateResponse";
|
|
27
|
+
const _DFTe = "DeprecateFlowTemplate";
|
|
28
|
+
const _DN = "DeleteNamespace";
|
|
29
|
+
const _DNR = "DeleteNamespaceRequest";
|
|
30
|
+
const _DNRe = "DeleteNamespaceResponse";
|
|
31
|
+
const _DNRes = "DescribeNamespaceRequest";
|
|
32
|
+
const _DNResc = "DescribeNamespaceResponse";
|
|
33
|
+
const _DNe = "DescribeNamespace";
|
|
34
|
+
const _DR = "DependencyRevision";
|
|
35
|
+
const _DRe = "DependencyRevisions";
|
|
36
|
+
const _DSI = "DeleteSystemInstance";
|
|
37
|
+
const _DSIR = "DeleteSystemInstanceRequest";
|
|
38
|
+
const _DSIRe = "DeleteSystemInstanceResponse";
|
|
39
|
+
const _DSIRep = "DeploySystemInstanceRequest";
|
|
40
|
+
const _DSIRepl = "DeploySystemInstanceResponse";
|
|
41
|
+
const _DSIe = "DeploySystemInstance";
|
|
42
|
+
const _DST = "DeleteSystemTemplate";
|
|
43
|
+
const _DSTR = "DeleteSystemTemplateRequest";
|
|
44
|
+
const _DSTRe = "DeleteSystemTemplateResponse";
|
|
45
|
+
const _DSTRep = "DeprecateSystemTemplateRequest";
|
|
46
|
+
const _DSTRepr = "DeprecateSystemTemplateResponse";
|
|
47
|
+
const _DSTe = "DeprecateSystemTemplate";
|
|
48
|
+
const _ED = "EntityDescription";
|
|
49
|
+
const _EDn = "EntityDescriptions";
|
|
50
|
+
const _EF = "EntityFilter";
|
|
51
|
+
const _EFn = "EntityFilters";
|
|
52
|
+
const _FEM = "FlowExecutionMessage";
|
|
53
|
+
const _FEMl = "FlowExecutionMessages";
|
|
54
|
+
const _FES = "FlowExecutionSummary";
|
|
55
|
+
const _FESl = "FlowExecutionSummaries";
|
|
56
|
+
const _FTD = "FlowTemplateDescription";
|
|
57
|
+
const _FTF = "FlowTemplateFilter";
|
|
58
|
+
const _FTFl = "FlowTemplateFilters";
|
|
59
|
+
const _FTS = "FlowTemplateSummary";
|
|
60
|
+
const _FTSl = "FlowTemplateSummaries";
|
|
61
|
+
const _GE = "GetEntities";
|
|
62
|
+
const _GER = "GetEntitiesRequest";
|
|
63
|
+
const _GERe = "GetEntitiesResponse";
|
|
64
|
+
const _GFT = "GetFlowTemplate";
|
|
65
|
+
const _GFTR = "GetFlowTemplateRequest";
|
|
66
|
+
const _GFTRR = "GetFlowTemplateRevisionsRequest";
|
|
67
|
+
const _GFTRRe = "GetFlowTemplateRevisionsResponse";
|
|
68
|
+
const _GFTRe = "GetFlowTemplateResponse";
|
|
69
|
+
const _GFTRet = "GetFlowTemplateRevisions";
|
|
70
|
+
const _GNDS = "GetNamespaceDeletionStatus";
|
|
71
|
+
const _GNDSR = "GetNamespaceDeletionStatusRequest";
|
|
72
|
+
const _GNDSRe = "GetNamespaceDeletionStatusResponse";
|
|
73
|
+
const _GSI = "GetSystemInstance";
|
|
74
|
+
const _GSIR = "GetSystemInstanceRequest";
|
|
75
|
+
const _GSIRe = "GetSystemInstanceResponse";
|
|
76
|
+
const _GST = "GetSystemTemplate";
|
|
77
|
+
const _GSTR = "GetSystemTemplateRequest";
|
|
78
|
+
const _GSTRR = "GetSystemTemplateRevisionsRequest";
|
|
79
|
+
const _GSTRRe = "GetSystemTemplateRevisionsResponse";
|
|
80
|
+
const _GSTRe = "GetSystemTemplateResponse";
|
|
81
|
+
const _GSTRet = "GetSystemTemplateRevisions";
|
|
82
|
+
const _GUS = "GetUploadStatus";
|
|
83
|
+
const _GUSR = "GetUploadStatusRequest";
|
|
84
|
+
const _GUSRe = "GetUploadStatusResponse";
|
|
85
|
+
const _IFE = "InternalFailureException";
|
|
86
|
+
const _IRE = "InvalidRequestException";
|
|
87
|
+
const _LEE = "LimitExceededException";
|
|
88
|
+
const _LFEM = "ListFlowExecutionMessages";
|
|
89
|
+
const _LFEMR = "ListFlowExecutionMessagesRequest";
|
|
90
|
+
const _LFEMRi = "ListFlowExecutionMessagesResponse";
|
|
91
|
+
const _LTFR = "ListTagsForResource";
|
|
92
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
93
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
94
|
+
const _MC = "MetricsConfiguration";
|
|
95
|
+
const _RAEE = "ResourceAlreadyExistsException";
|
|
96
|
+
const _RIUE = "ResourceInUseException";
|
|
97
|
+
const _RNFE = "ResourceNotFoundException";
|
|
98
|
+
const _SE = "SearchEntities";
|
|
99
|
+
const _SER = "SearchEntitiesRequest";
|
|
100
|
+
const _SERe = "SearchEntitiesResponse";
|
|
101
|
+
const _SFE = "SearchFlowExecutions";
|
|
102
|
+
const _SFER = "SearchFlowExecutionsRequest";
|
|
103
|
+
const _SFERe = "SearchFlowExecutionsResponse";
|
|
104
|
+
const _SFT = "SearchFlowTemplates";
|
|
105
|
+
const _SFTR = "SearchFlowTemplatesRequest";
|
|
106
|
+
const _SFTRe = "SearchFlowTemplatesResponse";
|
|
107
|
+
const _SID = "SystemInstanceDescription";
|
|
108
|
+
const _SIF = "SystemInstanceFilter";
|
|
109
|
+
const _SIFy = "SystemInstanceFilters";
|
|
110
|
+
const _SIS = "SystemInstanceSummary";
|
|
111
|
+
const _SISy = "SystemInstanceSummaries";
|
|
112
|
+
const _SSI = "SearchSystemInstances";
|
|
113
|
+
const _SSIR = "SearchSystemInstancesRequest";
|
|
114
|
+
const _SSIRe = "SearchSystemInstancesResponse";
|
|
115
|
+
const _SST = "SearchSystemTemplates";
|
|
116
|
+
const _SSTR = "SearchSystemTemplatesRequest";
|
|
117
|
+
const _SSTRe = "SearchSystemTemplatesResponse";
|
|
118
|
+
const _ST = "SearchThings";
|
|
119
|
+
const _STD = "SystemTemplateDescription";
|
|
120
|
+
const _STF = "SystemTemplateFilter";
|
|
121
|
+
const _STFy = "SystemTemplateFilters";
|
|
122
|
+
const _STR = "SearchThingsRequest";
|
|
123
|
+
const _STRe = "SearchThingsResponse";
|
|
124
|
+
const _STS = "SystemTemplateSummary";
|
|
125
|
+
const _STSy = "SystemTemplateSummaries";
|
|
126
|
+
const _T = "Tag";
|
|
127
|
+
const _TE = "ThrottlingException";
|
|
128
|
+
const _TL = "TagList";
|
|
129
|
+
const _TR = "TagResource";
|
|
130
|
+
const _TRR = "TagResourceRequest";
|
|
131
|
+
const _TRRa = "TagResourceResponse";
|
|
132
|
+
const _Th = "Thing";
|
|
133
|
+
const _Thi = "Things";
|
|
134
|
+
const _UED = "UploadEntityDefinitions";
|
|
135
|
+
const _UEDR = "UploadEntityDefinitionsRequest";
|
|
136
|
+
const _UEDRp = "UploadEntityDefinitionsResponse";
|
|
137
|
+
const _UFT = "UpdateFlowTemplate";
|
|
138
|
+
const _UFTR = "UpdateFlowTemplateRequest";
|
|
139
|
+
const _UFTRp = "UpdateFlowTemplateResponse";
|
|
140
|
+
const _UR = "UntagResource";
|
|
141
|
+
const _URR = "UntagResourceRequest";
|
|
142
|
+
const _URRn = "UntagResourceResponse";
|
|
143
|
+
const _USI = "UndeploySystemInstance";
|
|
144
|
+
const _USIR = "UndeploySystemInstanceRequest";
|
|
145
|
+
const _USIRn = "UndeploySystemInstanceResponse";
|
|
146
|
+
const _UST = "UpdateSystemTemplate";
|
|
147
|
+
const _USTR = "UpdateSystemTemplateRequest";
|
|
148
|
+
const _USTRp = "UpdateSystemTemplateResponse";
|
|
149
|
+
const _a = "arn";
|
|
150
|
+
const _c = "client";
|
|
151
|
+
const _cA = "createdAt";
|
|
152
|
+
const _cD = "createdDate";
|
|
153
|
+
const _cME = "cloudMetricEnabled";
|
|
154
|
+
const _cNV = "compatibleNamespaceVersion";
|
|
155
|
+
const _d = "definition";
|
|
156
|
+
const _dEE = "deprecateExistingEntities";
|
|
157
|
+
const _de = "descriptions";
|
|
158
|
+
const _des = "description";
|
|
159
|
+
const _do = "document";
|
|
160
|
+
const _e = "error";
|
|
161
|
+
const _eC = "errorCode";
|
|
162
|
+
const _eI = "entityId";
|
|
163
|
+
const _eM = "errorMessage";
|
|
164
|
+
const _eT = "entityType";
|
|
165
|
+
const _eTn = "entityTypes";
|
|
166
|
+
const _eTnd = "endTime";
|
|
167
|
+
const _eTv = "eventType";
|
|
168
|
+
const _f = "filters";
|
|
169
|
+
const _fARA = "flowActionsRoleArn";
|
|
170
|
+
const _fEI = "flowExecutionId";
|
|
171
|
+
const _fR = "failureReason";
|
|
172
|
+
const _fTI = "flowTemplateId";
|
|
173
|
+
const _gDI = "greengrassDeploymentId";
|
|
174
|
+
const _gGI = "greengrassGroupId";
|
|
175
|
+
const _gGN = "greengrassGroupName";
|
|
176
|
+
const _gGVI = "greengrassGroupVersionId";
|
|
177
|
+
const _hE = "httpError";
|
|
178
|
+
const _i = "id";
|
|
179
|
+
const _id = "ids";
|
|
180
|
+
const _k = "key";
|
|
181
|
+
const _l = "language";
|
|
182
|
+
const _m = "message";
|
|
183
|
+
const _mC = "metricsConfiguration";
|
|
184
|
+
const _mI = "messageId";
|
|
185
|
+
const _mR = "maxResults";
|
|
186
|
+
const _mRRA = "metricRuleRoleArn";
|
|
187
|
+
const _me = "messages";
|
|
188
|
+
const _n = "name";
|
|
189
|
+
const _nA = "namespaceArn";
|
|
190
|
+
const _nN = "namespaceName";
|
|
191
|
+
const _nT = "nextToken";
|
|
192
|
+
const _nV = "namespaceVersion";
|
|
193
|
+
const _p = "payload";
|
|
194
|
+
const _rA = "resourceArn";
|
|
195
|
+
const _rN = "revisionNumber";
|
|
196
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.iotthingsgraph";
|
|
197
|
+
const _sBN = "s3BucketName";
|
|
198
|
+
const _sII = "systemInstanceId";
|
|
199
|
+
const _sT = "startTime";
|
|
200
|
+
const _sWPN = "syncWithPublicNamespace";
|
|
201
|
+
const _se = "server";
|
|
202
|
+
const _st = "status";
|
|
203
|
+
const _su = "summary";
|
|
204
|
+
const _sum = "summaries";
|
|
205
|
+
const _t = "target";
|
|
206
|
+
const _tA = "thingArn";
|
|
207
|
+
const _tK = "tagKeys";
|
|
208
|
+
const _tN = "thingName";
|
|
209
|
+
const _tNN = "trackingNamespaceName";
|
|
210
|
+
const _tNV = "trackingNamespaceVersion";
|
|
211
|
+
const _ta = "tags";
|
|
212
|
+
const _te = "text";
|
|
213
|
+
const _th = "things";
|
|
214
|
+
const _ti = "timestamp";
|
|
215
|
+
const _ty = "type";
|
|
216
|
+
const _uA = "updatedAt";
|
|
217
|
+
const _uI = "uploadId";
|
|
218
|
+
const _uS = "uploadStatus";
|
|
219
|
+
const _v = "value";
|
|
220
|
+
const _vDR = "validatedDependencyRevisions";
|
|
221
|
+
const _vNV = "validatedNamespaceVersion";
|
|
222
|
+
const n0 = "com.amazonaws.iotthingsgraph";
|
|
223
|
+
const schema_1 = require("@smithy/core/schema");
|
|
224
|
+
const errors_1 = require("../models/errors");
|
|
225
|
+
const IoTThingsGraphServiceException_1 = require("../models/IoTThingsGraphServiceException");
|
|
226
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
227
|
+
exports.IoTThingsGraphServiceException$ = [-3, _s, "IoTThingsGraphServiceException", 0, [], []];
|
|
228
|
+
_s_registry.registerError(exports.IoTThingsGraphServiceException$, IoTThingsGraphServiceException_1.IoTThingsGraphServiceException);
|
|
229
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
230
|
+
exports.InternalFailureException$ = [-3, n0, _IFE,
|
|
231
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
232
|
+
[_m],
|
|
233
|
+
[0]
|
|
234
|
+
];
|
|
235
|
+
n0_registry.registerError(exports.InternalFailureException$, errors_1.InternalFailureException);
|
|
236
|
+
exports.InvalidRequestException$ = [-3, n0, _IRE,
|
|
237
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
238
|
+
[_m],
|
|
239
|
+
[0]
|
|
240
|
+
];
|
|
241
|
+
n0_registry.registerError(exports.InvalidRequestException$, errors_1.InvalidRequestException);
|
|
242
|
+
exports.LimitExceededException$ = [-3, n0, _LEE,
|
|
243
|
+
{ [_e]: _c, [_hE]: 410 },
|
|
244
|
+
[_m],
|
|
245
|
+
[0]
|
|
246
|
+
];
|
|
247
|
+
n0_registry.registerError(exports.LimitExceededException$, errors_1.LimitExceededException);
|
|
248
|
+
exports.ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
249
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
250
|
+
[_m],
|
|
251
|
+
[0]
|
|
252
|
+
];
|
|
253
|
+
n0_registry.registerError(exports.ResourceAlreadyExistsException$, errors_1.ResourceAlreadyExistsException);
|
|
254
|
+
exports.ResourceInUseException$ = [-3, n0, _RIUE,
|
|
255
|
+
{ [_e]: _c, [_hE]: 412 },
|
|
256
|
+
[_m],
|
|
257
|
+
[0]
|
|
258
|
+
];
|
|
259
|
+
n0_registry.registerError(exports.ResourceInUseException$, errors_1.ResourceInUseException);
|
|
260
|
+
exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
261
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
262
|
+
[_m],
|
|
263
|
+
[0]
|
|
264
|
+
];
|
|
265
|
+
n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
|
|
266
|
+
exports.ThrottlingException$ = [-3, n0, _TE,
|
|
267
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
268
|
+
[_m],
|
|
269
|
+
[0]
|
|
270
|
+
];
|
|
271
|
+
n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
|
|
272
|
+
exports.errorTypeRegistries = [
|
|
273
|
+
_s_registry,
|
|
274
|
+
n0_registry,
|
|
275
|
+
];
|
|
276
|
+
exports.AssociateEntityToThingRequest$ = [3, n0, _AETTR,
|
|
277
|
+
0,
|
|
278
|
+
[_tN, _eI, _nV],
|
|
279
|
+
[0, 0, 1], 2
|
|
280
|
+
];
|
|
281
|
+
exports.AssociateEntityToThingResponse$ = [3, n0, _AETTRs,
|
|
282
|
+
0,
|
|
283
|
+
[],
|
|
284
|
+
[]
|
|
285
|
+
];
|
|
286
|
+
exports.CreateFlowTemplateRequest$ = [3, n0, _CFTR,
|
|
287
|
+
0,
|
|
288
|
+
[_d, _cNV],
|
|
289
|
+
[() => exports.DefinitionDocument$, 1], 1
|
|
290
|
+
];
|
|
291
|
+
exports.CreateFlowTemplateResponse$ = [3, n0, _CFTRr,
|
|
292
|
+
0,
|
|
293
|
+
[_su],
|
|
294
|
+
[() => exports.FlowTemplateSummary$]
|
|
295
|
+
];
|
|
296
|
+
exports.CreateSystemInstanceRequest$ = [3, n0, _CSIR,
|
|
297
|
+
0,
|
|
298
|
+
[_d, _t, _ta, _gGN, _sBN, _mC, _fARA],
|
|
299
|
+
[() => exports.DefinitionDocument$, 0, () => TagList, 0, 0, () => exports.MetricsConfiguration$, 0], 2
|
|
300
|
+
];
|
|
301
|
+
exports.CreateSystemInstanceResponse$ = [3, n0, _CSIRr,
|
|
302
|
+
0,
|
|
303
|
+
[_su],
|
|
304
|
+
[() => exports.SystemInstanceSummary$]
|
|
305
|
+
];
|
|
306
|
+
exports.CreateSystemTemplateRequest$ = [3, n0, _CSTR,
|
|
307
|
+
0,
|
|
308
|
+
[_d, _cNV],
|
|
309
|
+
[() => exports.DefinitionDocument$, 1], 1
|
|
310
|
+
];
|
|
311
|
+
exports.CreateSystemTemplateResponse$ = [3, n0, _CSTRr,
|
|
312
|
+
0,
|
|
313
|
+
[_su],
|
|
314
|
+
[() => exports.SystemTemplateSummary$]
|
|
315
|
+
];
|
|
316
|
+
exports.DefinitionDocument$ = [3, n0, _DD,
|
|
317
|
+
0,
|
|
318
|
+
[_l, _te],
|
|
319
|
+
[0, 0], 2
|
|
320
|
+
];
|
|
321
|
+
exports.DeleteFlowTemplateRequest$ = [3, n0, _DFTR,
|
|
322
|
+
0,
|
|
323
|
+
[_i],
|
|
324
|
+
[0], 1
|
|
325
|
+
];
|
|
326
|
+
exports.DeleteFlowTemplateResponse$ = [3, n0, _DFTRe,
|
|
327
|
+
0,
|
|
328
|
+
[],
|
|
329
|
+
[]
|
|
330
|
+
];
|
|
331
|
+
exports.DeleteNamespaceRequest$ = [3, n0, _DNR,
|
|
332
|
+
0,
|
|
333
|
+
[],
|
|
334
|
+
[]
|
|
335
|
+
];
|
|
336
|
+
exports.DeleteNamespaceResponse$ = [3, n0, _DNRe,
|
|
337
|
+
0,
|
|
338
|
+
[_nA, _nN],
|
|
339
|
+
[0, 0]
|
|
340
|
+
];
|
|
341
|
+
exports.DeleteSystemInstanceRequest$ = [3, n0, _DSIR,
|
|
342
|
+
0,
|
|
343
|
+
[_i],
|
|
344
|
+
[0]
|
|
345
|
+
];
|
|
346
|
+
exports.DeleteSystemInstanceResponse$ = [3, n0, _DSIRe,
|
|
347
|
+
0,
|
|
348
|
+
[],
|
|
349
|
+
[]
|
|
350
|
+
];
|
|
351
|
+
exports.DeleteSystemTemplateRequest$ = [3, n0, _DSTR,
|
|
352
|
+
0,
|
|
353
|
+
[_i],
|
|
354
|
+
[0], 1
|
|
355
|
+
];
|
|
356
|
+
exports.DeleteSystemTemplateResponse$ = [3, n0, _DSTRe,
|
|
357
|
+
0,
|
|
358
|
+
[],
|
|
359
|
+
[]
|
|
360
|
+
];
|
|
361
|
+
exports.DependencyRevision$ = [3, n0, _DR,
|
|
362
|
+
0,
|
|
363
|
+
[_i, _rN],
|
|
364
|
+
[0, 1]
|
|
365
|
+
];
|
|
366
|
+
exports.DeploySystemInstanceRequest$ = [3, n0, _DSIRep,
|
|
367
|
+
0,
|
|
368
|
+
[_i],
|
|
369
|
+
[0]
|
|
370
|
+
];
|
|
371
|
+
exports.DeploySystemInstanceResponse$ = [3, n0, _DSIRepl,
|
|
372
|
+
0,
|
|
373
|
+
[_su, _gDI],
|
|
374
|
+
[() => exports.SystemInstanceSummary$, 0], 1
|
|
375
|
+
];
|
|
376
|
+
exports.DeprecateFlowTemplateRequest$ = [3, n0, _DFTRep,
|
|
377
|
+
0,
|
|
378
|
+
[_i],
|
|
379
|
+
[0], 1
|
|
380
|
+
];
|
|
381
|
+
exports.DeprecateFlowTemplateResponse$ = [3, n0, _DFTRepr,
|
|
382
|
+
0,
|
|
383
|
+
[],
|
|
384
|
+
[]
|
|
385
|
+
];
|
|
386
|
+
exports.DeprecateSystemTemplateRequest$ = [3, n0, _DSTRep,
|
|
387
|
+
0,
|
|
388
|
+
[_i],
|
|
389
|
+
[0], 1
|
|
390
|
+
];
|
|
391
|
+
exports.DeprecateSystemTemplateResponse$ = [3, n0, _DSTRepr,
|
|
392
|
+
0,
|
|
393
|
+
[],
|
|
394
|
+
[]
|
|
395
|
+
];
|
|
396
|
+
exports.DescribeNamespaceRequest$ = [3, n0, _DNRes,
|
|
397
|
+
0,
|
|
398
|
+
[_nN],
|
|
399
|
+
[0]
|
|
400
|
+
];
|
|
401
|
+
exports.DescribeNamespaceResponse$ = [3, n0, _DNResc,
|
|
402
|
+
0,
|
|
403
|
+
[_nA, _nN, _tNN, _tNV, _nV],
|
|
404
|
+
[0, 0, 0, 1, 1]
|
|
405
|
+
];
|
|
406
|
+
exports.DissociateEntityFromThingRequest$ = [3, n0, _DEFTR,
|
|
407
|
+
0,
|
|
408
|
+
[_tN, _eT],
|
|
409
|
+
[0, 0], 2
|
|
410
|
+
];
|
|
411
|
+
exports.DissociateEntityFromThingResponse$ = [3, n0, _DEFTRi,
|
|
412
|
+
0,
|
|
413
|
+
[],
|
|
414
|
+
[]
|
|
415
|
+
];
|
|
416
|
+
exports.EntityDescription$ = [3, n0, _ED,
|
|
417
|
+
0,
|
|
418
|
+
[_i, _a, _ty, _cA, _d],
|
|
419
|
+
[0, 0, 0, 4, () => exports.DefinitionDocument$]
|
|
420
|
+
];
|
|
421
|
+
exports.EntityFilter$ = [3, n0, _EF,
|
|
422
|
+
0,
|
|
423
|
+
[_n, _v],
|
|
424
|
+
[0, 64 | 0]
|
|
425
|
+
];
|
|
426
|
+
exports.FlowExecutionMessage$ = [3, n0, _FEM,
|
|
427
|
+
0,
|
|
428
|
+
[_mI, _eTv, _ti, _p],
|
|
429
|
+
[0, 0, 4, 0]
|
|
430
|
+
];
|
|
431
|
+
exports.FlowExecutionSummary$ = [3, n0, _FES,
|
|
432
|
+
0,
|
|
433
|
+
[_fEI, _st, _sII, _fTI, _cA, _uA],
|
|
434
|
+
[0, 0, 0, 0, 4, 4]
|
|
435
|
+
];
|
|
436
|
+
exports.FlowTemplateDescription$ = [3, n0, _FTD,
|
|
437
|
+
0,
|
|
438
|
+
[_su, _d, _vNV],
|
|
439
|
+
[() => exports.FlowTemplateSummary$, () => exports.DefinitionDocument$, 1]
|
|
440
|
+
];
|
|
441
|
+
exports.FlowTemplateFilter$ = [3, n0, _FTF,
|
|
442
|
+
0,
|
|
443
|
+
[_n, _v],
|
|
444
|
+
[0, 64 | 0], 2
|
|
445
|
+
];
|
|
446
|
+
exports.FlowTemplateSummary$ = [3, n0, _FTS,
|
|
447
|
+
0,
|
|
448
|
+
[_i, _a, _rN, _cA],
|
|
449
|
+
[0, 0, 1, 4]
|
|
450
|
+
];
|
|
451
|
+
exports.GetEntitiesRequest$ = [3, n0, _GER,
|
|
452
|
+
0,
|
|
453
|
+
[_id, _nV],
|
|
454
|
+
[64 | 0, 1], 1
|
|
455
|
+
];
|
|
456
|
+
exports.GetEntitiesResponse$ = [3, n0, _GERe,
|
|
457
|
+
0,
|
|
458
|
+
[_de],
|
|
459
|
+
[() => EntityDescriptions]
|
|
460
|
+
];
|
|
461
|
+
exports.GetFlowTemplateRequest$ = [3, n0, _GFTR,
|
|
462
|
+
0,
|
|
463
|
+
[_i, _rN],
|
|
464
|
+
[0, 1], 1
|
|
465
|
+
];
|
|
466
|
+
exports.GetFlowTemplateResponse$ = [3, n0, _GFTRe,
|
|
467
|
+
0,
|
|
468
|
+
[_des],
|
|
469
|
+
[() => exports.FlowTemplateDescription$]
|
|
470
|
+
];
|
|
471
|
+
exports.GetFlowTemplateRevisionsRequest$ = [3, n0, _GFTRR,
|
|
472
|
+
0,
|
|
473
|
+
[_i, _nT, _mR],
|
|
474
|
+
[0, 0, 1], 1
|
|
475
|
+
];
|
|
476
|
+
exports.GetFlowTemplateRevisionsResponse$ = [3, n0, _GFTRRe,
|
|
477
|
+
0,
|
|
478
|
+
[_sum, _nT],
|
|
479
|
+
[() => FlowTemplateSummaries, 0]
|
|
480
|
+
];
|
|
481
|
+
exports.GetNamespaceDeletionStatusRequest$ = [3, n0, _GNDSR,
|
|
482
|
+
0,
|
|
483
|
+
[],
|
|
484
|
+
[]
|
|
485
|
+
];
|
|
486
|
+
exports.GetNamespaceDeletionStatusResponse$ = [3, n0, _GNDSRe,
|
|
487
|
+
0,
|
|
488
|
+
[_nA, _nN, _st, _eC, _eM],
|
|
489
|
+
[0, 0, 0, 0, 0]
|
|
490
|
+
];
|
|
491
|
+
exports.GetSystemInstanceRequest$ = [3, n0, _GSIR,
|
|
492
|
+
0,
|
|
493
|
+
[_i],
|
|
494
|
+
[0], 1
|
|
495
|
+
];
|
|
496
|
+
exports.GetSystemInstanceResponse$ = [3, n0, _GSIRe,
|
|
497
|
+
0,
|
|
498
|
+
[_des],
|
|
499
|
+
[() => exports.SystemInstanceDescription$]
|
|
500
|
+
];
|
|
501
|
+
exports.GetSystemTemplateRequest$ = [3, n0, _GSTR,
|
|
502
|
+
0,
|
|
503
|
+
[_i, _rN],
|
|
504
|
+
[0, 1], 1
|
|
505
|
+
];
|
|
506
|
+
exports.GetSystemTemplateResponse$ = [3, n0, _GSTRe,
|
|
507
|
+
0,
|
|
508
|
+
[_des],
|
|
509
|
+
[() => exports.SystemTemplateDescription$]
|
|
510
|
+
];
|
|
511
|
+
exports.GetSystemTemplateRevisionsRequest$ = [3, n0, _GSTRR,
|
|
512
|
+
0,
|
|
513
|
+
[_i, _nT, _mR],
|
|
514
|
+
[0, 0, 1], 1
|
|
515
|
+
];
|
|
516
|
+
exports.GetSystemTemplateRevisionsResponse$ = [3, n0, _GSTRRe,
|
|
517
|
+
0,
|
|
518
|
+
[_sum, _nT],
|
|
519
|
+
[() => SystemTemplateSummaries, 0]
|
|
520
|
+
];
|
|
521
|
+
exports.GetUploadStatusRequest$ = [3, n0, _GUSR,
|
|
522
|
+
0,
|
|
523
|
+
[_uI],
|
|
524
|
+
[0], 1
|
|
525
|
+
];
|
|
526
|
+
exports.GetUploadStatusResponse$ = [3, n0, _GUSRe,
|
|
527
|
+
0,
|
|
528
|
+
[_uI, _uS, _cD, _nA, _nN, _nV, _fR],
|
|
529
|
+
[0, 0, 4, 0, 0, 1, 64 | 0], 3
|
|
530
|
+
];
|
|
531
|
+
exports.ListFlowExecutionMessagesRequest$ = [3, n0, _LFEMR,
|
|
532
|
+
0,
|
|
533
|
+
[_fEI, _nT, _mR],
|
|
534
|
+
[0, 0, 1], 1
|
|
535
|
+
];
|
|
536
|
+
exports.ListFlowExecutionMessagesResponse$ = [3, n0, _LFEMRi,
|
|
537
|
+
0,
|
|
538
|
+
[_me, _nT],
|
|
539
|
+
[() => FlowExecutionMessages, 0]
|
|
540
|
+
];
|
|
541
|
+
exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
542
|
+
0,
|
|
543
|
+
[_rA, _mR, _nT],
|
|
544
|
+
[0, 1, 0], 1
|
|
545
|
+
];
|
|
546
|
+
exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
547
|
+
0,
|
|
548
|
+
[_ta, _nT],
|
|
549
|
+
[() => TagList, 0]
|
|
550
|
+
];
|
|
551
|
+
exports.MetricsConfiguration$ = [3, n0, _MC,
|
|
552
|
+
0,
|
|
553
|
+
[_cME, _mRRA],
|
|
554
|
+
[2, 0]
|
|
555
|
+
];
|
|
556
|
+
exports.SearchEntitiesRequest$ = [3, n0, _SER,
|
|
557
|
+
0,
|
|
558
|
+
[_eTn, _f, _nT, _mR, _nV],
|
|
559
|
+
[64 | 0, () => EntityFilters, 0, 1, 1], 1
|
|
560
|
+
];
|
|
561
|
+
exports.SearchEntitiesResponse$ = [3, n0, _SERe,
|
|
562
|
+
0,
|
|
563
|
+
[_de, _nT],
|
|
564
|
+
[() => EntityDescriptions, 0]
|
|
565
|
+
];
|
|
566
|
+
exports.SearchFlowExecutionsRequest$ = [3, n0, _SFER,
|
|
567
|
+
0,
|
|
568
|
+
[_sII, _fEI, _sT, _eTnd, _nT, _mR],
|
|
569
|
+
[0, 0, 4, 4, 0, 1], 1
|
|
570
|
+
];
|
|
571
|
+
exports.SearchFlowExecutionsResponse$ = [3, n0, _SFERe,
|
|
572
|
+
0,
|
|
573
|
+
[_sum, _nT],
|
|
574
|
+
[() => FlowExecutionSummaries, 0]
|
|
575
|
+
];
|
|
576
|
+
exports.SearchFlowTemplatesRequest$ = [3, n0, _SFTR,
|
|
577
|
+
0,
|
|
578
|
+
[_f, _nT, _mR],
|
|
579
|
+
[() => FlowTemplateFilters, 0, 1]
|
|
580
|
+
];
|
|
581
|
+
exports.SearchFlowTemplatesResponse$ = [3, n0, _SFTRe,
|
|
582
|
+
0,
|
|
583
|
+
[_sum, _nT],
|
|
584
|
+
[() => FlowTemplateSummaries, 0]
|
|
585
|
+
];
|
|
586
|
+
exports.SearchSystemInstancesRequest$ = [3, n0, _SSIR,
|
|
587
|
+
0,
|
|
588
|
+
[_f, _nT, _mR],
|
|
589
|
+
[() => SystemInstanceFilters, 0, 1]
|
|
590
|
+
];
|
|
591
|
+
exports.SearchSystemInstancesResponse$ = [3, n0, _SSIRe,
|
|
592
|
+
0,
|
|
593
|
+
[_sum, _nT],
|
|
594
|
+
[() => SystemInstanceSummaries, 0]
|
|
595
|
+
];
|
|
596
|
+
exports.SearchSystemTemplatesRequest$ = [3, n0, _SSTR,
|
|
597
|
+
0,
|
|
598
|
+
[_f, _nT, _mR],
|
|
599
|
+
[() => SystemTemplateFilters, 0, 1]
|
|
600
|
+
];
|
|
601
|
+
exports.SearchSystemTemplatesResponse$ = [3, n0, _SSTRe,
|
|
602
|
+
0,
|
|
603
|
+
[_sum, _nT],
|
|
604
|
+
[() => SystemTemplateSummaries, 0]
|
|
605
|
+
];
|
|
606
|
+
exports.SearchThingsRequest$ = [3, n0, _STR,
|
|
607
|
+
0,
|
|
608
|
+
[_eI, _nT, _mR, _nV],
|
|
609
|
+
[0, 0, 1, 1], 1
|
|
610
|
+
];
|
|
611
|
+
exports.SearchThingsResponse$ = [3, n0, _STRe,
|
|
612
|
+
0,
|
|
613
|
+
[_th, _nT],
|
|
614
|
+
[() => Things, 0]
|
|
615
|
+
];
|
|
616
|
+
exports.SystemInstanceDescription$ = [3, n0, _SID,
|
|
617
|
+
0,
|
|
618
|
+
[_su, _d, _sBN, _mC, _vNV, _vDR, _fARA],
|
|
619
|
+
[() => exports.SystemInstanceSummary$, () => exports.DefinitionDocument$, 0, () => exports.MetricsConfiguration$, 1, () => DependencyRevisions, 0]
|
|
620
|
+
];
|
|
621
|
+
exports.SystemInstanceFilter$ = [3, n0, _SIF,
|
|
622
|
+
0,
|
|
623
|
+
[_n, _v],
|
|
624
|
+
[0, 64 | 0]
|
|
625
|
+
];
|
|
626
|
+
exports.SystemInstanceSummary$ = [3, n0, _SIS,
|
|
627
|
+
0,
|
|
628
|
+
[_i, _a, _st, _t, _gGN, _cA, _uA, _gGI, _gGVI],
|
|
629
|
+
[0, 0, 0, 0, 0, 4, 4, 0, 0]
|
|
630
|
+
];
|
|
631
|
+
exports.SystemTemplateDescription$ = [3, n0, _STD,
|
|
632
|
+
0,
|
|
633
|
+
[_su, _d, _vNV],
|
|
634
|
+
[() => exports.SystemTemplateSummary$, () => exports.DefinitionDocument$, 1]
|
|
635
|
+
];
|
|
636
|
+
exports.SystemTemplateFilter$ = [3, n0, _STF,
|
|
637
|
+
0,
|
|
638
|
+
[_n, _v],
|
|
639
|
+
[0, 64 | 0], 2
|
|
640
|
+
];
|
|
641
|
+
exports.SystemTemplateSummary$ = [3, n0, _STS,
|
|
642
|
+
0,
|
|
643
|
+
[_i, _a, _rN, _cA],
|
|
644
|
+
[0, 0, 1, 4]
|
|
645
|
+
];
|
|
646
|
+
exports.Tag$ = [3, n0, _T,
|
|
647
|
+
0,
|
|
648
|
+
[_k, _v],
|
|
649
|
+
[0, 0], 2
|
|
650
|
+
];
|
|
651
|
+
exports.TagResourceRequest$ = [3, n0, _TRR,
|
|
652
|
+
0,
|
|
653
|
+
[_rA, _ta],
|
|
654
|
+
[0, () => TagList], 2
|
|
655
|
+
];
|
|
656
|
+
exports.TagResourceResponse$ = [3, n0, _TRRa,
|
|
657
|
+
0,
|
|
658
|
+
[],
|
|
659
|
+
[]
|
|
660
|
+
];
|
|
661
|
+
exports.Thing$ = [3, n0, _Th,
|
|
662
|
+
0,
|
|
663
|
+
[_tA, _tN],
|
|
664
|
+
[0, 0]
|
|
665
|
+
];
|
|
666
|
+
exports.UndeploySystemInstanceRequest$ = [3, n0, _USIR,
|
|
667
|
+
0,
|
|
668
|
+
[_i],
|
|
669
|
+
[0]
|
|
670
|
+
];
|
|
671
|
+
exports.UndeploySystemInstanceResponse$ = [3, n0, _USIRn,
|
|
672
|
+
0,
|
|
673
|
+
[_su],
|
|
674
|
+
[() => exports.SystemInstanceSummary$]
|
|
675
|
+
];
|
|
676
|
+
exports.UntagResourceRequest$ = [3, n0, _URR,
|
|
677
|
+
0,
|
|
678
|
+
[_rA, _tK],
|
|
679
|
+
[0, 64 | 0], 2
|
|
680
|
+
];
|
|
681
|
+
exports.UntagResourceResponse$ = [3, n0, _URRn,
|
|
682
|
+
0,
|
|
683
|
+
[],
|
|
684
|
+
[]
|
|
685
|
+
];
|
|
686
|
+
exports.UpdateFlowTemplateRequest$ = [3, n0, _UFTR,
|
|
687
|
+
0,
|
|
688
|
+
[_i, _d, _cNV],
|
|
689
|
+
[0, () => exports.DefinitionDocument$, 1], 2
|
|
690
|
+
];
|
|
691
|
+
exports.UpdateFlowTemplateResponse$ = [3, n0, _UFTRp,
|
|
692
|
+
0,
|
|
693
|
+
[_su],
|
|
694
|
+
[() => exports.FlowTemplateSummary$]
|
|
695
|
+
];
|
|
696
|
+
exports.UpdateSystemTemplateRequest$ = [3, n0, _USTR,
|
|
697
|
+
0,
|
|
698
|
+
[_i, _d, _cNV],
|
|
699
|
+
[0, () => exports.DefinitionDocument$, 1], 2
|
|
700
|
+
];
|
|
701
|
+
exports.UpdateSystemTemplateResponse$ = [3, n0, _USTRp,
|
|
702
|
+
0,
|
|
703
|
+
[_su],
|
|
704
|
+
[() => exports.SystemTemplateSummary$]
|
|
705
|
+
];
|
|
706
|
+
exports.UploadEntityDefinitionsRequest$ = [3, n0, _UEDR,
|
|
707
|
+
0,
|
|
708
|
+
[_do, _sWPN, _dEE],
|
|
709
|
+
[() => exports.DefinitionDocument$, 2, 2]
|
|
710
|
+
];
|
|
711
|
+
exports.UploadEntityDefinitionsResponse$ = [3, n0, _UEDRp,
|
|
712
|
+
0,
|
|
713
|
+
[_uI],
|
|
714
|
+
[0], 1
|
|
715
|
+
];
|
|
716
|
+
var DependencyRevisions = [1, n0, _DRe,
|
|
717
|
+
0, () => exports.DependencyRevision$
|
|
718
|
+
];
|
|
719
|
+
var EntityDescriptions = [1, n0, _EDn,
|
|
720
|
+
0, () => exports.EntityDescription$
|
|
721
|
+
];
|
|
722
|
+
var EntityFilters = [1, n0, _EFn,
|
|
723
|
+
0, () => exports.EntityFilter$
|
|
724
|
+
];
|
|
725
|
+
var EntityFilterValues = 64 | 0;
|
|
726
|
+
var EntityTypes = 64 | 0;
|
|
727
|
+
var FlowExecutionMessages = [1, n0, _FEMl,
|
|
728
|
+
0, () => exports.FlowExecutionMessage$
|
|
729
|
+
];
|
|
730
|
+
var FlowExecutionSummaries = [1, n0, _FESl,
|
|
731
|
+
0, () => exports.FlowExecutionSummary$
|
|
732
|
+
];
|
|
733
|
+
var FlowTemplateFilters = [1, n0, _FTFl,
|
|
734
|
+
0, () => exports.FlowTemplateFilter$
|
|
735
|
+
];
|
|
736
|
+
var FlowTemplateFilterValues = 64 | 0;
|
|
737
|
+
var FlowTemplateSummaries = [1, n0, _FTSl,
|
|
738
|
+
0, () => exports.FlowTemplateSummary$
|
|
739
|
+
];
|
|
740
|
+
var StringList = 64 | 0;
|
|
741
|
+
var SystemInstanceFilters = [1, n0, _SIFy,
|
|
742
|
+
0, () => exports.SystemInstanceFilter$
|
|
743
|
+
];
|
|
744
|
+
var SystemInstanceFilterValues = 64 | 0;
|
|
745
|
+
var SystemInstanceSummaries = [1, n0, _SISy,
|
|
746
|
+
0, () => exports.SystemInstanceSummary$
|
|
747
|
+
];
|
|
748
|
+
var SystemTemplateFilters = [1, n0, _STFy,
|
|
749
|
+
0, () => exports.SystemTemplateFilter$
|
|
750
|
+
];
|
|
751
|
+
var SystemTemplateFilterValues = 64 | 0;
|
|
752
|
+
var SystemTemplateSummaries = [1, n0, _STSy,
|
|
753
|
+
0, () => exports.SystemTemplateSummary$
|
|
754
|
+
];
|
|
755
|
+
var TagKeyList = 64 | 0;
|
|
756
|
+
var TagList = [1, n0, _TL,
|
|
757
|
+
0, () => exports.Tag$
|
|
758
|
+
];
|
|
759
|
+
var Things = [1, n0, _Thi,
|
|
760
|
+
0, () => exports.Thing$
|
|
761
|
+
];
|
|
762
|
+
var Urns = 64 | 0;
|
|
763
|
+
exports.AssociateEntityToThing$ = [9, n0, _AETT,
|
|
764
|
+
0, () => exports.AssociateEntityToThingRequest$, () => exports.AssociateEntityToThingResponse$
|
|
765
|
+
];
|
|
766
|
+
exports.CreateFlowTemplate$ = [9, n0, _CFT,
|
|
767
|
+
0, () => exports.CreateFlowTemplateRequest$, () => exports.CreateFlowTemplateResponse$
|
|
768
|
+
];
|
|
769
|
+
exports.CreateSystemInstance$ = [9, n0, _CSI,
|
|
770
|
+
0, () => exports.CreateSystemInstanceRequest$, () => exports.CreateSystemInstanceResponse$
|
|
771
|
+
];
|
|
772
|
+
exports.CreateSystemTemplate$ = [9, n0, _CST,
|
|
773
|
+
0, () => exports.CreateSystemTemplateRequest$, () => exports.CreateSystemTemplateResponse$
|
|
774
|
+
];
|
|
775
|
+
exports.DeleteFlowTemplate$ = [9, n0, _DFT,
|
|
776
|
+
0, () => exports.DeleteFlowTemplateRequest$, () => exports.DeleteFlowTemplateResponse$
|
|
777
|
+
];
|
|
778
|
+
exports.DeleteNamespace$ = [9, n0, _DN,
|
|
779
|
+
0, () => exports.DeleteNamespaceRequest$, () => exports.DeleteNamespaceResponse$
|
|
780
|
+
];
|
|
781
|
+
exports.DeleteSystemInstance$ = [9, n0, _DSI,
|
|
782
|
+
0, () => exports.DeleteSystemInstanceRequest$, () => exports.DeleteSystemInstanceResponse$
|
|
783
|
+
];
|
|
784
|
+
exports.DeleteSystemTemplate$ = [9, n0, _DST,
|
|
785
|
+
0, () => exports.DeleteSystemTemplateRequest$, () => exports.DeleteSystemTemplateResponse$
|
|
786
|
+
];
|
|
787
|
+
exports.DeploySystemInstance$ = [9, n0, _DSIe,
|
|
788
|
+
0, () => exports.DeploySystemInstanceRequest$, () => exports.DeploySystemInstanceResponse$
|
|
789
|
+
];
|
|
790
|
+
exports.DeprecateFlowTemplate$ = [9, n0, _DFTe,
|
|
791
|
+
0, () => exports.DeprecateFlowTemplateRequest$, () => exports.DeprecateFlowTemplateResponse$
|
|
792
|
+
];
|
|
793
|
+
exports.DeprecateSystemTemplate$ = [9, n0, _DSTe,
|
|
794
|
+
0, () => exports.DeprecateSystemTemplateRequest$, () => exports.DeprecateSystemTemplateResponse$
|
|
795
|
+
];
|
|
796
|
+
exports.DescribeNamespace$ = [9, n0, _DNe,
|
|
797
|
+
0, () => exports.DescribeNamespaceRequest$, () => exports.DescribeNamespaceResponse$
|
|
798
|
+
];
|
|
799
|
+
exports.DissociateEntityFromThing$ = [9, n0, _DEFT,
|
|
800
|
+
0, () => exports.DissociateEntityFromThingRequest$, () => exports.DissociateEntityFromThingResponse$
|
|
801
|
+
];
|
|
802
|
+
exports.GetEntities$ = [9, n0, _GE,
|
|
803
|
+
0, () => exports.GetEntitiesRequest$, () => exports.GetEntitiesResponse$
|
|
804
|
+
];
|
|
805
|
+
exports.GetFlowTemplate$ = [9, n0, _GFT,
|
|
806
|
+
0, () => exports.GetFlowTemplateRequest$, () => exports.GetFlowTemplateResponse$
|
|
807
|
+
];
|
|
808
|
+
exports.GetFlowTemplateRevisions$ = [9, n0, _GFTRet,
|
|
809
|
+
0, () => exports.GetFlowTemplateRevisionsRequest$, () => exports.GetFlowTemplateRevisionsResponse$
|
|
810
|
+
];
|
|
811
|
+
exports.GetNamespaceDeletionStatus$ = [9, n0, _GNDS,
|
|
812
|
+
0, () => exports.GetNamespaceDeletionStatusRequest$, () => exports.GetNamespaceDeletionStatusResponse$
|
|
813
|
+
];
|
|
814
|
+
exports.GetSystemInstance$ = [9, n0, _GSI,
|
|
815
|
+
0, () => exports.GetSystemInstanceRequest$, () => exports.GetSystemInstanceResponse$
|
|
816
|
+
];
|
|
817
|
+
exports.GetSystemTemplate$ = [9, n0, _GST,
|
|
818
|
+
0, () => exports.GetSystemTemplateRequest$, () => exports.GetSystemTemplateResponse$
|
|
819
|
+
];
|
|
820
|
+
exports.GetSystemTemplateRevisions$ = [9, n0, _GSTRet,
|
|
821
|
+
0, () => exports.GetSystemTemplateRevisionsRequest$, () => exports.GetSystemTemplateRevisionsResponse$
|
|
822
|
+
];
|
|
823
|
+
exports.GetUploadStatus$ = [9, n0, _GUS,
|
|
824
|
+
0, () => exports.GetUploadStatusRequest$, () => exports.GetUploadStatusResponse$
|
|
825
|
+
];
|
|
826
|
+
exports.ListFlowExecutionMessages$ = [9, n0, _LFEM,
|
|
827
|
+
0, () => exports.ListFlowExecutionMessagesRequest$, () => exports.ListFlowExecutionMessagesResponse$
|
|
828
|
+
];
|
|
829
|
+
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
830
|
+
0, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
|
|
831
|
+
];
|
|
832
|
+
exports.SearchEntities$ = [9, n0, _SE,
|
|
833
|
+
0, () => exports.SearchEntitiesRequest$, () => exports.SearchEntitiesResponse$
|
|
834
|
+
];
|
|
835
|
+
exports.SearchFlowExecutions$ = [9, n0, _SFE,
|
|
836
|
+
0, () => exports.SearchFlowExecutionsRequest$, () => exports.SearchFlowExecutionsResponse$
|
|
837
|
+
];
|
|
838
|
+
exports.SearchFlowTemplates$ = [9, n0, _SFT,
|
|
839
|
+
0, () => exports.SearchFlowTemplatesRequest$, () => exports.SearchFlowTemplatesResponse$
|
|
840
|
+
];
|
|
841
|
+
exports.SearchSystemInstances$ = [9, n0, _SSI,
|
|
842
|
+
0, () => exports.SearchSystemInstancesRequest$, () => exports.SearchSystemInstancesResponse$
|
|
843
|
+
];
|
|
844
|
+
exports.SearchSystemTemplates$ = [9, n0, _SST,
|
|
845
|
+
0, () => exports.SearchSystemTemplatesRequest$, () => exports.SearchSystemTemplatesResponse$
|
|
846
|
+
];
|
|
847
|
+
exports.SearchThings$ = [9, n0, _ST,
|
|
848
|
+
0, () => exports.SearchThingsRequest$, () => exports.SearchThingsResponse$
|
|
849
|
+
];
|
|
850
|
+
exports.TagResource$ = [9, n0, _TR,
|
|
851
|
+
0, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
|
|
852
|
+
];
|
|
853
|
+
exports.UndeploySystemInstance$ = [9, n0, _USI,
|
|
854
|
+
0, () => exports.UndeploySystemInstanceRequest$, () => exports.UndeploySystemInstanceResponse$
|
|
855
|
+
];
|
|
856
|
+
exports.UntagResource$ = [9, n0, _UR,
|
|
857
|
+
0, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
|
|
858
|
+
];
|
|
859
|
+
exports.UpdateFlowTemplate$ = [9, n0, _UFT,
|
|
860
|
+
0, () => exports.UpdateFlowTemplateRequest$, () => exports.UpdateFlowTemplateResponse$
|
|
861
|
+
];
|
|
862
|
+
exports.UpdateSystemTemplate$ = [9, n0, _UST,
|
|
863
|
+
0, () => exports.UpdateSystemTemplateRequest$, () => exports.UpdateSystemTemplateResponse$
|
|
864
|
+
];
|
|
865
|
+
exports.UploadEntityDefinitions$ = [9, n0, _UED,
|
|
866
|
+
0, () => exports.UploadEntityDefinitionsRequest$, () => exports.UploadEntityDefinitionsResponse$
|
|
867
|
+
];
|