@aws-sdk/client-entityresolution 3.927.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/dist-cjs/index.js +1768 -1774
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/EntityResolutionClient.js +2 -0
  4. package/dist-es/commands/AddPolicyStatementCommand.js +3 -9
  5. package/dist-es/commands/BatchDeleteUniqueIdCommand.js +3 -9
  6. package/dist-es/commands/CreateIdMappingWorkflowCommand.js +3 -9
  7. package/dist-es/commands/CreateIdNamespaceCommand.js +3 -9
  8. package/dist-es/commands/CreateMatchingWorkflowCommand.js +3 -9
  9. package/dist-es/commands/CreateSchemaMappingCommand.js +3 -9
  10. package/dist-es/commands/DeleteIdMappingWorkflowCommand.js +3 -9
  11. package/dist-es/commands/DeleteIdNamespaceCommand.js +3 -9
  12. package/dist-es/commands/DeleteMatchingWorkflowCommand.js +3 -9
  13. package/dist-es/commands/DeletePolicyStatementCommand.js +3 -9
  14. package/dist-es/commands/DeleteSchemaMappingCommand.js +3 -9
  15. package/dist-es/commands/GenerateMatchIdCommand.js +3 -10
  16. package/dist-es/commands/GetIdMappingJobCommand.js +3 -9
  17. package/dist-es/commands/GetIdMappingWorkflowCommand.js +3 -9
  18. package/dist-es/commands/GetIdNamespaceCommand.js +3 -9
  19. package/dist-es/commands/GetMatchIdCommand.js +3 -10
  20. package/dist-es/commands/GetMatchingJobCommand.js +3 -9
  21. package/dist-es/commands/GetMatchingWorkflowCommand.js +3 -9
  22. package/dist-es/commands/GetPolicyCommand.js +3 -9
  23. package/dist-es/commands/GetProviderServiceCommand.js +3 -9
  24. package/dist-es/commands/GetSchemaMappingCommand.js +3 -9
  25. package/dist-es/commands/ListIdMappingJobsCommand.js +3 -9
  26. package/dist-es/commands/ListIdMappingWorkflowsCommand.js +3 -9
  27. package/dist-es/commands/ListIdNamespacesCommand.js +3 -9
  28. package/dist-es/commands/ListMatchingJobsCommand.js +3 -9
  29. package/dist-es/commands/ListMatchingWorkflowsCommand.js +3 -9
  30. package/dist-es/commands/ListProviderServicesCommand.js +3 -9
  31. package/dist-es/commands/ListSchemaMappingsCommand.js +3 -9
  32. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  33. package/dist-es/commands/PutPolicyCommand.js +3 -9
  34. package/dist-es/commands/StartIdMappingJobCommand.js +3 -9
  35. package/dist-es/commands/StartMatchingJobCommand.js +3 -9
  36. package/dist-es/commands/TagResourceCommand.js +3 -9
  37. package/dist-es/commands/UntagResourceCommand.js +3 -9
  38. package/dist-es/commands/UpdateIdMappingWorkflowCommand.js +3 -9
  39. package/dist-es/commands/UpdateIdNamespaceCommand.js +3 -9
  40. package/dist-es/commands/UpdateMatchingWorkflowCommand.js +3 -9
  41. package/dist-es/commands/UpdateSchemaMappingCommand.js +3 -9
  42. package/dist-es/models/models_0.js +0 -13
  43. package/dist-es/runtimeConfig.shared.js +2 -0
  44. package/dist-es/schemas/schemas_0.js +1688 -0
  45. package/dist-types/EntityResolutionClient.d.ts +10 -1
  46. package/dist-types/models/models_0.d.ts +0 -12
  47. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  48. package/dist-types/runtimeConfig.d.ts +1 -0
  49. package/dist-types/runtimeConfig.native.d.ts +1 -0
  50. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  51. package/dist-types/schemas/schemas_0.d.ts +210 -0
  52. package/dist-types/ts3.4/EntityResolutionClient.d.ts +4 -0
  53. package/dist-types/ts3.4/models/models_0.d.ts +0 -7
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  57. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  58. package/dist-types/ts3.4/schemas/schemas_0.d.ts +216 -0
  59. package/package.json +5 -5
  60. package/dist-es/protocols/Aws_restJson1.js +0 -1478
  61. package/dist-types/protocols/Aws_restJson1.d.ts +0 -344
  62. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -461
@@ -0,0 +1,1688 @@
1
+ const _ADE = "AccessDeniedException";
2
+ const _APS = "AddPolicyStatement";
3
+ const _APSI = "AddPolicyStatementInput";
4
+ const _APSO = "AddPolicyStatementOutput";
5
+ const _BDUI = "BatchDeleteUniqueId";
6
+ const _BDUII = "BatchDeleteUniqueIdInput";
7
+ const _BDUIO = "BatchDeleteUniqueIdOutput";
8
+ const _CE = "ConflictException";
9
+ const _CIMW = "CreateIdMappingWorkflow";
10
+ const _CIMWI = "CreateIdMappingWorkflowInput";
11
+ const _CIMWO = "CreateIdMappingWorkflowOutput";
12
+ const _CIN = "CreateIdNamespace";
13
+ const _CINI = "CreateIdNamespaceInput";
14
+ const _CINO = "CreateIdNamespaceOutput";
15
+ const _CMW = "CreateMatchingWorkflow";
16
+ const _CMWI = "CreateMatchingWorkflowInput";
17
+ const _CMWO = "CreateMatchingWorkflowOutput";
18
+ const _CSM = "CreateSchemaMapping";
19
+ const _CSMI = "CreateSchemaMappingInput";
20
+ const _CSMO = "CreateSchemaMappingOutput";
21
+ const _DIMW = "DeleteIdMappingWorkflow";
22
+ const _DIMWI = "DeleteIdMappingWorkflowInput";
23
+ const _DIMWO = "DeleteIdMappingWorkflowOutput";
24
+ const _DIN = "DeleteIdNamespace";
25
+ const _DINI = "DeleteIdNamespaceInput";
26
+ const _DINO = "DeleteIdNamespaceOutput";
27
+ const _DMW = "DeleteMatchingWorkflow";
28
+ const _DMWI = "DeleteMatchingWorkflowInput";
29
+ const _DMWO = "DeleteMatchingWorkflowOutput";
30
+ const _DPS = "DeletePolicyStatement";
31
+ const _DPSI = "DeletePolicyStatementInput";
32
+ const _DPSO = "DeletePolicyStatementOutput";
33
+ const _DSM = "DeleteSchemaMapping";
34
+ const _DSMI = "DeleteSchemaMappingInput";
35
+ const _DSMO = "DeleteSchemaMappingOutput";
36
+ const _DUI = "DeletedUniqueId";
37
+ const _DUIE = "DeleteUniqueIdError";
38
+ const _DUIEL = "DeleteUniqueIdErrorsList";
39
+ const _DUIL = "DeletedUniqueIdList";
40
+ const _ED = "ErrorDetails";
41
+ const _ELE = "ExceedsLimitException";
42
+ const _FR = "FailedRecord";
43
+ const _FRL = "FailedRecordsList";
44
+ const _GIMJ = "GetIdMappingJob";
45
+ const _GIMJI = "GetIdMappingJobInput";
46
+ const _GIMJO = "GetIdMappingJobOutput";
47
+ const _GIMW = "GetIdMappingWorkflow";
48
+ const _GIMWI = "GetIdMappingWorkflowInput";
49
+ const _GIMWO = "GetIdMappingWorkflowOutput";
50
+ const _GIN = "GetIdNamespace";
51
+ const _GINI = "GetIdNamespaceInput";
52
+ const _GINO = "GetIdNamespaceOutput";
53
+ const _GMI = "GenerateMatchId";
54
+ const _GMII = "GenerateMatchIdInput";
55
+ const _GMIIe = "GetMatchIdInput";
56
+ const _GMIO = "GenerateMatchIdOutput";
57
+ const _GMIOe = "GetMatchIdOutput";
58
+ const _GMIe = "GetMatchId";
59
+ const _GMJ = "GetMatchingJob";
60
+ const _GMJI = "GetMatchingJobInput";
61
+ const _GMJO = "GetMatchingJobOutput";
62
+ const _GMW = "GetMatchingWorkflow";
63
+ const _GMWI = "GetMatchingWorkflowInput";
64
+ const _GMWO = "GetMatchingWorkflowOutput";
65
+ const _GP = "GetPolicy";
66
+ const _GPI = "GetPolicyInput";
67
+ const _GPO = "GetPolicyOutput";
68
+ const _GPS = "GetProviderService";
69
+ const _GPSI = "GetProviderServiceInput";
70
+ const _GPSO = "GetProviderServiceOutput";
71
+ const _GSM = "GetSchemaMapping";
72
+ const _GSMI = "GetSchemaMappingInput";
73
+ const _GSMO = "GetSchemaMappingOutput";
74
+ const _IMIRC = "IdMappingIncrementalRunConfig";
75
+ const _IMJM = "IdMappingJobMetrics";
76
+ const _IMJOS = "IdMappingJobOutputSource";
77
+ const _IMJOSC = "IdMappingJobOutputSourceConfig";
78
+ const _IMRBP = "IdMappingRuleBasedProperties";
79
+ const _IMT = "IdMappingTechniques";
80
+ const _IMWIS = "IdMappingWorkflowInputSource";
81
+ const _IMWISC = "IdMappingWorkflowInputSourceConfig";
82
+ const _IMWL = "IdMappingWorkflowList";
83
+ const _IMWOS = "IdMappingWorkflowOutputSource";
84
+ const _IMWOSC = "IdMappingWorkflowOutputSourceConfig";
85
+ const _IMWS = "IdMappingWorkflowSummary";
86
+ const _INIMWM = "IdNamespaceIdMappingWorkflowMetadata";
87
+ const _INIMWML = "IdNamespaceIdMappingWorkflowMetadataList";
88
+ const _INIMWP = "IdNamespaceIdMappingWorkflowProperties";
89
+ const _INIMWPL = "IdNamespaceIdMappingWorkflowPropertiesList";
90
+ const _INIS = "IdNamespaceInputSource";
91
+ const _INISC = "IdNamespaceInputSourceConfig";
92
+ const _INL = "IdNamespaceList";
93
+ const _INS = "IdNamespaceSummary";
94
+ const _IRC = "IncrementalRunConfig";
95
+ const _IS = "InputSource";
96
+ const _ISC = "IntermediateSourceConfiguration";
97
+ const _ISCn = "InputSourceConfig";
98
+ const _ISE = "InternalServerException";
99
+ const _JL = "JobList";
100
+ const _JM = "JobMetrics";
101
+ const _JOS = "JobOutputSource";
102
+ const _JOSC = "JobOutputSourceConfig";
103
+ const _JS = "JobSummary";
104
+ const _KMSA = "KMSArn";
105
+ const _LIMJ = "ListIdMappingJobs";
106
+ const _LIMJI = "ListIdMappingJobsInput";
107
+ const _LIMJO = "ListIdMappingJobsOutput";
108
+ const _LIMW = "ListIdMappingWorkflows";
109
+ const _LIMWI = "ListIdMappingWorkflowsInput";
110
+ const _LIMWO = "ListIdMappingWorkflowsOutput";
111
+ const _LIN = "ListIdNamespaces";
112
+ const _LINI = "ListIdNamespacesInput";
113
+ const _LINO = "ListIdNamespacesOutput";
114
+ const _LMJ = "ListMatchingJobs";
115
+ const _LMJI = "ListMatchingJobsInput";
116
+ const _LMJO = "ListMatchingJobsOutput";
117
+ const _LMW = "ListMatchingWorkflows";
118
+ const _LMWI = "ListMatchingWorkflowsInput";
119
+ const _LMWO = "ListMatchingWorkflowsOutput";
120
+ const _LPS = "ListProviderServices";
121
+ const _LPSI = "ListProviderServicesInput";
122
+ const _LPSO = "ListProviderServicesOutput";
123
+ const _LSM = "ListSchemaMappings";
124
+ const _LSMI = "ListSchemaMappingsInput";
125
+ const _LSMO = "ListSchemaMappingsOutput";
126
+ const _LTFR = "ListTagsForResource";
127
+ const _LTFRI = "ListTagsForResourceInput";
128
+ const _LTFRO = "ListTagsForResourceOutput";
129
+ const _MG = "MatchGroup";
130
+ const _MGL = "MatchGroupsList";
131
+ const _MR = "MatchedRecord";
132
+ const _MRL = "MatchedRecordsList";
133
+ const _MWL = "MatchingWorkflowList";
134
+ const _MWS = "MatchingWorkflowSummary";
135
+ const _NPP = "NamespaceProviderProperties";
136
+ const _NRBP = "NamespaceRuleBasedProperties";
137
+ const _OA = "OutputAttribute";
138
+ const _OAu = "OutputAttributes";
139
+ const _OS = "OutputSource";
140
+ const _OSC = "OutputSourceConfig";
141
+ const _PCS = "ProviderComponentSchema";
142
+ const _PEC = "ProviderEndpointConfiguration";
143
+ const _PIDAC = "ProviderIntermediateDataAccessConfiguration";
144
+ const _PINSC = "ProviderIdNameSpaceConfiguration";
145
+ const _PMC = "ProviderMarketplaceConfiguration";
146
+ const _PP = "ProviderProperties";
147
+ const _PPI = "PutPolicyInput";
148
+ const _PPO = "PutPolicyOutput";
149
+ const _PPu = "PutPolicy";
150
+ const _PSA = "ProviderSchemaAttribute";
151
+ const _PSAr = "ProviderSchemaAttributes";
152
+ const _PSL = "ProviderServiceList";
153
+ const _PSS = "ProviderServiceSummary";
154
+ const _R = "Record";
155
+ const _RAM = "RecordAttributeMap";
156
+ const _RAMS = "RecordAttributeMapString255";
157
+ const _RBP = "RuleBasedProperties";
158
+ const _RC = "RuleCondition";
159
+ const _RCL = "RuleConditionList";
160
+ const _RCP = "RuleConditionProperties";
161
+ const _RL = "RecordList";
162
+ const _RLu = "RuleList";
163
+ const _RNFE = "ResourceNotFoundException";
164
+ const _RT = "ResolutionTechniques";
165
+ const _Ru = "Rule";
166
+ const _S = "Schemas";
167
+ const _SIA = "SchemaInputAttribute";
168
+ const _SIAc = "SchemaInputAttributes";
169
+ const _SIMJ = "StartIdMappingJob";
170
+ const _SIMJI = "StartIdMappingJobInput";
171
+ const _SIMJO = "StartIdMappingJobOutput";
172
+ const _SMJ = "StartMatchingJob";
173
+ const _SMJI = "StartMatchingJobInput";
174
+ const _SMJO = "StartMatchingJobOutput";
175
+ const _SML = "SchemaMappingList";
176
+ const _SMS = "SchemaMappingSummary";
177
+ const _TE = "ThrottlingException";
178
+ const _TR = "TagResource";
179
+ const _TRI = "TagResourceInput";
180
+ const _TRO = "TagResourceOutput";
181
+ const _UIMW = "UpdateIdMappingWorkflow";
182
+ const _UIMWI = "UpdateIdMappingWorkflowInput";
183
+ const _UIMWO = "UpdateIdMappingWorkflowOutput";
184
+ const _UIN = "UpdateIdNamespace";
185
+ const _UINI = "UpdateIdNamespaceInput";
186
+ const _UINO = "UpdateIdNamespaceOutput";
187
+ const _UMW = "UpdateMatchingWorkflow";
188
+ const _UMWI = "UpdateMatchingWorkflowInput";
189
+ const _UMWO = "UpdateMatchingWorkflowOutput";
190
+ const _UR = "UntagResource";
191
+ const _URI = "UntagResourceInput";
192
+ const _URO = "UntagResourceOutput";
193
+ const _USM = "UpdateSchemaMapping";
194
+ const _USMI = "UpdateSchemaMappingInput";
195
+ const _USMO = "UpdateSchemaMappingOutput";
196
+ const _VE = "ValidationException";
197
+ const _a = "arn";
198
+ const _aAI = "awsAccountIds";
199
+ const _aI = "assetId";
200
+ const _aMM = "attributeMatchingModel";
201
+ const _aN = "applyNormalization";
202
+ const _aO = "anonymizedOutput";
203
+ const _ac = "action";
204
+ const _c = "client";
205
+ const _cA = "createdAt";
206
+ const _co = "condition";
207
+ const _d = "deleted";
208
+ const _dRP = "deleteRecordsProcessed";
209
+ const _dSI = "dataSetId";
210
+ const _dUI = "disconnectedUniqueIds";
211
+ const _de = "description";
212
+ const _e = "error";
213
+ const _eD = "errorDetails";
214
+ const _eM = "errorMessage";
215
+ const _eT = "errorType";
216
+ const _eTn = "endTime";
217
+ const _ef = "effect";
218
+ const _er = "errors";
219
+ const _fN = "fieldName";
220
+ const _fR = "failedRecords";
221
+ const _gN = "groupName";
222
+ const _h = "hashed";
223
+ const _hE = "httpError";
224
+ const _hH = "httpHeader";
225
+ const _hQ = "httpQuery";
226
+ const _hW = "hasWorkflows";
227
+ const _ha = "hashing";
228
+ const _ht = "http";
229
+ const _iMT = "idMappingTechniques";
230
+ const _iMTd = "idMappingType";
231
+ const _iMWP = "idMappingWorkflowProperties";
232
+ const _iNA = "idNamespaceArn";
233
+ const _iNN = "idNamespaceName";
234
+ const _iNS = "idNamespaceSummaries";
235
+ const _iR = "inputRecords";
236
+ const _iRC = "incrementalRunConfig";
237
+ const _iRT = "incrementalRunType";
238
+ const _iS = "inputSource";
239
+ const _iSARN = "inputSourceARN";
240
+ const _iSC = "inputSourceConfig";
241
+ const _iSCn = "intermediateSourceConfiguration";
242
+ const _iSP = "intermediateS3Path";
243
+ const _j = "jobs";
244
+ const _jI = "jobId";
245
+ const _jT = "jobType";
246
+ const _lI = "listingId";
247
+ const _m = "message";
248
+ const _mC = "marketplaceConfiguration";
249
+ const _mG = "matchGroups";
250
+ const _mI = "matchId";
251
+ const _mID = "matchIDs";
252
+ const _mIF = "mappedInputFields";
253
+ const _mK = "matchingKeys";
254
+ const _mKa = "matchKey";
255
+ const _mP = "matchPurpose";
256
+ const _mR = "matchRule";
257
+ const _mRR = "mappedRecordsRemoved";
258
+ const _mRa = "maxResults";
259
+ const _mSRR = "mappedSourceRecordsRemoved";
260
+ const _mTRR = "mappedTargetRecordsRemoved";
261
+ const _me = "metrics";
262
+ const _n = "name";
263
+ const _nMR = "newMappedRecords";
264
+ const _nMSR = "newMappedSourceRecords";
265
+ const _nMTR = "newMappedTargetRecords";
266
+ const _nT = "nextToken";
267
+ const _nURL = "newUniqueRecordsLoaded";
268
+ const _o = "output";
269
+ const _oSC = "outputSourceConfig";
270
+ const _oSP = "outputS3Path";
271
+ const _p = "principal";
272
+ const _pC = "providerConfiguration";
273
+ const _pCD = "providerConfigurationDefinition";
274
+ const _pCS = "providerComponentSchema";
275
+ const _pEC = "providerEndpointConfiguration";
276
+ const _pEOD = "providerEntityOutputDefinition";
277
+ const _pIDAC = "providerIntermediateDataAccessConfiguration";
278
+ const _pINSC = "providerIdNameSpaceConfiguration";
279
+ const _pJC = "providerJobConfiguration";
280
+ const _pN = "providerName";
281
+ const _pP = "providerProperties";
282
+ const _pSA = "providerServiceArn";
283
+ const _pSAr = "providerSchemaAttributes";
284
+ const _pSCD = "providerSourceConfigurationDefinition";
285
+ const _pSDN = "providerServiceDisplayName";
286
+ const _pSN = "providerServiceName";
287
+ const _pSS = "providerServiceSummaries";
288
+ const _pST = "providerServiceType";
289
+ const _pT = "processingType";
290
+ const _pTCD = "providerTargetConfigurationDefinition";
291
+ const _po = "policy";
292
+ const _qN = "quotaName";
293
+ const _qV = "quotaValue";
294
+ const _r = "records";
295
+ const _rA = "roleArn";
296
+ const _rAM = "recordAttributeMap";
297
+ const _rAe = "resourceArn";
298
+ const _rBA = "requiredBucketActions";
299
+ const _rBP = "ruleBasedProperties";
300
+ const _rCP = "ruleConditionProperties";
301
+ const _rDT = "ruleDefinitionType";
302
+ const _rDTu = "ruleDefinitionTypes";
303
+ const _rI = "recordId";
304
+ const _rIe = "revisionId";
305
+ const _rMM = "recordMatchingModel";
306
+ const _rMMe = "recordMatchingModels";
307
+ const _rN = "ruleName";
308
+ const _rNP = "recordsNotProcessed";
309
+ const _rT = "resolutionTechniques";
310
+ const _rTe = "resolutionType";
311
+ const _re = "record";
312
+ const _ru = "rules";
313
+ const _s = "status";
314
+ const _sA = "schemaArn";
315
+ const _sI = "statementId";
316
+ const _sL = "schemaList";
317
+ const _sN = "schemaName";
318
+ const _sT = "startTime";
319
+ const _sTu = "subType";
320
+ const _sc = "schemas";
321
+ const _se = "server";
322
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.entityresolution";
323
+ const _t = "token";
324
+ const _tK = "tagKeys";
325
+ const _tMR = "totalMappedRecords";
326
+ const _tMSR = "totalMappedSourceRecords";
327
+ const _tMTR = "totalMappedTargetRecords";
328
+ const _tRP = "totalRecordsProcessed";
329
+ const _ta = "tags";
330
+ const _ty = "type";
331
+ const _uA = "updatedAt";
332
+ const _uI = "uniqueIds";
333
+ const _uIn = "uniqueId";
334
+ const _uRL = "uniqueRecordsLoaded";
335
+ const _wA = "workflowArn";
336
+ const _wN = "workflowName";
337
+ const _wS = "workflowSummaries";
338
+ const n0 = "com.amazonaws.entityresolution";
339
+ import { TypeRegistry } from "@smithy/core/schema";
340
+ import { EntityResolutionServiceException as __EntityResolutionServiceException } from "../models/EntityResolutionServiceException";
341
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, ExceedsLimitException as __ExceedsLimitException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
342
+ export var AccessDeniedException = [
343
+ -3,
344
+ n0,
345
+ _ADE,
346
+ {
347
+ [_e]: _c,
348
+ [_hE]: 403,
349
+ },
350
+ [_m],
351
+ [0],
352
+ ];
353
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
354
+ export var AddPolicyStatementInput = [
355
+ 3,
356
+ n0,
357
+ _APSI,
358
+ 0,
359
+ [_a, _sI, _ef, _ac, _p, _co],
360
+ [[0, 1], [0, 1], 0, 64 | 0, 64 | 0, 0],
361
+ ];
362
+ export var AddPolicyStatementOutput = [3, n0, _APSO, 0, [_a, _t, _po], [0, 0, 0]];
363
+ export var BatchDeleteUniqueIdInput = [
364
+ 3,
365
+ n0,
366
+ _BDUII,
367
+ 0,
368
+ [_wN, _iS, _uI],
369
+ [
370
+ [0, 1],
371
+ [
372
+ 0,
373
+ {
374
+ [_hH]: _iS,
375
+ },
376
+ ],
377
+ [
378
+ 64 | 0,
379
+ {
380
+ [_hH]: _uI,
381
+ },
382
+ ],
383
+ ],
384
+ ];
385
+ export var BatchDeleteUniqueIdOutput = [
386
+ 3,
387
+ n0,
388
+ _BDUIO,
389
+ 0,
390
+ [_s, _er, _d, _dUI],
391
+ [0, () => DeleteUniqueIdErrorsList, () => DeletedUniqueIdList, 64 | 0],
392
+ ];
393
+ export var ConflictException = [
394
+ -3,
395
+ n0,
396
+ _CE,
397
+ {
398
+ [_e]: _c,
399
+ [_hE]: 400,
400
+ },
401
+ [_m],
402
+ [0],
403
+ ];
404
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
405
+ export var CreateIdMappingWorkflowInput = [
406
+ 3,
407
+ n0,
408
+ _CIMWI,
409
+ 0,
410
+ [_wN, _de, _iSC, _oSC, _iMT, _iRC, _rA, _ta],
411
+ [
412
+ 0,
413
+ 0,
414
+ () => IdMappingWorkflowInputSourceConfig,
415
+ () => IdMappingWorkflowOutputSourceConfig,
416
+ () => IdMappingTechniques,
417
+ () => IdMappingIncrementalRunConfig,
418
+ 0,
419
+ 128 | 0,
420
+ ],
421
+ ];
422
+ export var CreateIdMappingWorkflowOutput = [
423
+ 3,
424
+ n0,
425
+ _CIMWO,
426
+ 0,
427
+ [_wN, _wA, _de, _iSC, _oSC, _iMT, _iRC, _rA],
428
+ [
429
+ 0,
430
+ 0,
431
+ 0,
432
+ () => IdMappingWorkflowInputSourceConfig,
433
+ () => IdMappingWorkflowOutputSourceConfig,
434
+ () => IdMappingTechniques,
435
+ () => IdMappingIncrementalRunConfig,
436
+ 0,
437
+ ],
438
+ ];
439
+ export var CreateIdNamespaceInput = [
440
+ 3,
441
+ n0,
442
+ _CINI,
443
+ 0,
444
+ [_iNN, _de, _iSC, _iMWP, _ty, _rA, _ta],
445
+ [0, 0, () => IdNamespaceInputSourceConfig, () => IdNamespaceIdMappingWorkflowPropertiesList, 0, 0, 128 | 0],
446
+ ];
447
+ export var CreateIdNamespaceOutput = [
448
+ 3,
449
+ n0,
450
+ _CINO,
451
+ 0,
452
+ [_iNN, _iNA, _de, _iSC, _iMWP, _ty, _rA, _cA, _uA, _ta],
453
+ [0, 0, 0, () => IdNamespaceInputSourceConfig, () => IdNamespaceIdMappingWorkflowPropertiesList, 0, 0, 4, 4, 128 | 0],
454
+ ];
455
+ export var CreateMatchingWorkflowInput = [
456
+ 3,
457
+ n0,
458
+ _CMWI,
459
+ 0,
460
+ [_wN, _de, _iSC, _oSC, _rT, _iRC, _rA, _ta],
461
+ [
462
+ 0,
463
+ 0,
464
+ () => InputSourceConfig,
465
+ () => OutputSourceConfig,
466
+ () => ResolutionTechniques,
467
+ () => IncrementalRunConfig,
468
+ 0,
469
+ 128 | 0,
470
+ ],
471
+ ];
472
+ export var CreateMatchingWorkflowOutput = [
473
+ 3,
474
+ n0,
475
+ _CMWO,
476
+ 0,
477
+ [_wN, _wA, _de, _iSC, _oSC, _rT, _iRC, _rA],
478
+ [
479
+ 0,
480
+ 0,
481
+ 0,
482
+ () => InputSourceConfig,
483
+ () => OutputSourceConfig,
484
+ () => ResolutionTechniques,
485
+ () => IncrementalRunConfig,
486
+ 0,
487
+ ],
488
+ ];
489
+ export var CreateSchemaMappingInput = [
490
+ 3,
491
+ n0,
492
+ _CSMI,
493
+ 0,
494
+ [_sN, _de, _mIF, _ta],
495
+ [0, 0, () => SchemaInputAttributes, 128 | 0],
496
+ ];
497
+ export var CreateSchemaMappingOutput = [
498
+ 3,
499
+ n0,
500
+ _CSMO,
501
+ 0,
502
+ [_sN, _sA, _de, _mIF],
503
+ [0, 0, 0, () => SchemaInputAttributes],
504
+ ];
505
+ export var DeletedUniqueId = [3, n0, _DUI, 0, [_uIn], [0]];
506
+ export var DeleteIdMappingWorkflowInput = [3, n0, _DIMWI, 0, [_wN], [[0, 1]]];
507
+ export var DeleteIdMappingWorkflowOutput = [3, n0, _DIMWO, 0, [_m], [0]];
508
+ export var DeleteIdNamespaceInput = [3, n0, _DINI, 0, [_iNN], [[0, 1]]];
509
+ export var DeleteIdNamespaceOutput = [3, n0, _DINO, 0, [_m], [0]];
510
+ export var DeleteMatchingWorkflowInput = [3, n0, _DMWI, 0, [_wN], [[0, 1]]];
511
+ export var DeleteMatchingWorkflowOutput = [3, n0, _DMWO, 0, [_m], [0]];
512
+ export var DeletePolicyStatementInput = [
513
+ 3,
514
+ n0,
515
+ _DPSI,
516
+ 0,
517
+ [_a, _sI],
518
+ [
519
+ [0, 1],
520
+ [0, 1],
521
+ ],
522
+ ];
523
+ export var DeletePolicyStatementOutput = [3, n0, _DPSO, 0, [_a, _t, _po], [0, 0, 0]];
524
+ export var DeleteSchemaMappingInput = [3, n0, _DSMI, 0, [_sN], [[0, 1]]];
525
+ export var DeleteSchemaMappingOutput = [3, n0, _DSMO, 0, [_m], [0]];
526
+ export var DeleteUniqueIdError = [3, n0, _DUIE, 0, [_uIn, _eT], [0, 0]];
527
+ export var ErrorDetails = [3, n0, _ED, 0, [_eM], [0]];
528
+ export var ExceedsLimitException = [
529
+ -3,
530
+ n0,
531
+ _ELE,
532
+ {
533
+ [_e]: _c,
534
+ [_hE]: 402,
535
+ },
536
+ [_m, _qN, _qV],
537
+ [0, 0, 1],
538
+ ];
539
+ TypeRegistry.for(n0).registerError(ExceedsLimitException, __ExceedsLimitException);
540
+ export var FailedRecord = [3, n0, _FR, 0, [_iSARN, _uIn, _eM], [0, 0, 0]];
541
+ export var GenerateMatchIdInput = [
542
+ 3,
543
+ n0,
544
+ _GMII,
545
+ 0,
546
+ [_wN, _r, _pT],
547
+ [[0, 1], [() => RecordList, 0], 0],
548
+ ];
549
+ export var GenerateMatchIdOutput = [
550
+ 3,
551
+ n0,
552
+ _GMIO,
553
+ 0,
554
+ [_mG, _fR],
555
+ [() => MatchGroupsList, () => FailedRecordsList],
556
+ ];
557
+ export var GetIdMappingJobInput = [
558
+ 3,
559
+ n0,
560
+ _GIMJI,
561
+ 0,
562
+ [_wN, _jI],
563
+ [
564
+ [0, 1],
565
+ [0, 1],
566
+ ],
567
+ ];
568
+ export var GetIdMappingJobOutput = [
569
+ 3,
570
+ n0,
571
+ _GIMJO,
572
+ 0,
573
+ [_jI, _s, _sT, _eTn, _me, _eD, _oSC, _jT],
574
+ [0, 0, 4, 4, () => IdMappingJobMetrics, () => ErrorDetails, () => IdMappingJobOutputSourceConfig, 0],
575
+ ];
576
+ export var GetIdMappingWorkflowInput = [3, n0, _GIMWI, 0, [_wN], [[0, 1]]];
577
+ export var GetIdMappingWorkflowOutput = [
578
+ 3,
579
+ n0,
580
+ _GIMWO,
581
+ 0,
582
+ [_wN, _wA, _de, _iSC, _oSC, _iMT, _cA, _uA, _iRC, _rA, _ta],
583
+ [
584
+ 0,
585
+ 0,
586
+ 0,
587
+ () => IdMappingWorkflowInputSourceConfig,
588
+ () => IdMappingWorkflowOutputSourceConfig,
589
+ () => IdMappingTechniques,
590
+ 4,
591
+ 4,
592
+ () => IdMappingIncrementalRunConfig,
593
+ 0,
594
+ 128 | 0,
595
+ ],
596
+ ];
597
+ export var GetIdNamespaceInput = [3, n0, _GINI, 0, [_iNN], [[0, 1]]];
598
+ export var GetIdNamespaceOutput = [
599
+ 3,
600
+ n0,
601
+ _GINO,
602
+ 0,
603
+ [_iNN, _iNA, _de, _iSC, _iMWP, _ty, _rA, _cA, _uA, _ta],
604
+ [0, 0, 0, () => IdNamespaceInputSourceConfig, () => IdNamespaceIdMappingWorkflowPropertiesList, 0, 0, 4, 4, 128 | 0],
605
+ ];
606
+ export var GetMatchIdInput = [
607
+ 3,
608
+ n0,
609
+ _GMIIe,
610
+ 0,
611
+ [_wN, _re, _aN],
612
+ [[0, 1], [() => RecordAttributeMap, 0], 2],
613
+ ];
614
+ export var GetMatchIdOutput = [3, n0, _GMIOe, 0, [_mI, _mR], [0, 0]];
615
+ export var GetMatchingJobInput = [
616
+ 3,
617
+ n0,
618
+ _GMJI,
619
+ 0,
620
+ [_wN, _jI],
621
+ [
622
+ [0, 1],
623
+ [0, 1],
624
+ ],
625
+ ];
626
+ export var GetMatchingJobOutput = [
627
+ 3,
628
+ n0,
629
+ _GMJO,
630
+ 0,
631
+ [_jI, _s, _sT, _eTn, _me, _eD, _oSC],
632
+ [0, 0, 4, 4, () => JobMetrics, () => ErrorDetails, () => JobOutputSourceConfig],
633
+ ];
634
+ export var GetMatchingWorkflowInput = [3, n0, _GMWI, 0, [_wN], [[0, 1]]];
635
+ export var GetMatchingWorkflowOutput = [
636
+ 3,
637
+ n0,
638
+ _GMWO,
639
+ 0,
640
+ [_wN, _wA, _de, _iSC, _oSC, _rT, _cA, _uA, _iRC, _rA, _ta],
641
+ [
642
+ 0,
643
+ 0,
644
+ 0,
645
+ () => InputSourceConfig,
646
+ () => OutputSourceConfig,
647
+ () => ResolutionTechniques,
648
+ 4,
649
+ 4,
650
+ () => IncrementalRunConfig,
651
+ 0,
652
+ 128 | 0,
653
+ ],
654
+ ];
655
+ export var GetPolicyInput = [3, n0, _GPI, 0, [_a], [[0, 1]]];
656
+ export var GetPolicyOutput = [3, n0, _GPO, 0, [_a, _t, _po], [0, 0, 0]];
657
+ export var GetProviderServiceInput = [
658
+ 3,
659
+ n0,
660
+ _GPSI,
661
+ 0,
662
+ [_pN, _pSN],
663
+ [
664
+ [0, 1],
665
+ [0, 1],
666
+ ],
667
+ ];
668
+ export var GetProviderServiceOutput = [
669
+ 3,
670
+ n0,
671
+ _GPSO,
672
+ 0,
673
+ [_pN, _pSN, _pSDN, _pST, _pSA, _pCD, _pINSC, _pJC, _pEC, _aO, _pEOD, _pIDAC, _pCS],
674
+ [
675
+ 0,
676
+ 0,
677
+ 0,
678
+ 0,
679
+ 0,
680
+ 15,
681
+ () => ProviderIdNameSpaceConfiguration,
682
+ 15,
683
+ () => ProviderEndpointConfiguration,
684
+ 2,
685
+ 15,
686
+ () => ProviderIntermediateDataAccessConfiguration,
687
+ () => ProviderComponentSchema,
688
+ ],
689
+ ];
690
+ export var GetSchemaMappingInput = [3, n0, _GSMI, 0, [_sN], [[0, 1]]];
691
+ export var GetSchemaMappingOutput = [
692
+ 3,
693
+ n0,
694
+ _GSMO,
695
+ 0,
696
+ [_sN, _sA, _de, _mIF, _cA, _uA, _ta, _hW],
697
+ [0, 0, 0, () => SchemaInputAttributes, 4, 4, 128 | 0, 2],
698
+ ];
699
+ export var IdMappingIncrementalRunConfig = [3, n0, _IMIRC, 0, [_iRT], [0]];
700
+ export var IdMappingJobMetrics = [
701
+ 3,
702
+ n0,
703
+ _IMJM,
704
+ 0,
705
+ [_iR, _tRP, _rNP, _dRP, _tMR, _tMSR, _tMTR, _uRL, _nMR, _nMSR, _nMTR, _nURL, _mRR, _mSRR, _mTRR],
706
+ [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
707
+ ];
708
+ export var IdMappingJobOutputSource = [3, n0, _IMJOS, 0, [_rA, _oSP, _KMSA], [0, 0, 0]];
709
+ export var IdMappingRuleBasedProperties = [
710
+ 3,
711
+ n0,
712
+ _IMRBP,
713
+ 0,
714
+ [_ru, _rDT, _aMM, _rMM],
715
+ [() => RuleList, 0, 0, 0],
716
+ ];
717
+ export var IdMappingTechniques = [
718
+ 3,
719
+ n0,
720
+ _IMT,
721
+ 0,
722
+ [_iMTd, _rBP, _pP],
723
+ [0, () => IdMappingRuleBasedProperties, () => ProviderProperties],
724
+ ];
725
+ export var IdMappingWorkflowInputSource = [3, n0, _IMWIS, 0, [_iSARN, _sN, _ty], [0, 0, 0]];
726
+ export var IdMappingWorkflowOutputSource = [3, n0, _IMWOS, 0, [_oSP, _KMSA], [0, 0]];
727
+ export var IdMappingWorkflowSummary = [3, n0, _IMWS, 0, [_wN, _wA, _cA, _uA], [0, 0, 4, 4]];
728
+ export var IdNamespaceIdMappingWorkflowMetadata = [3, n0, _INIMWM, 0, [_iMTd], [0]];
729
+ export var IdNamespaceIdMappingWorkflowProperties = [
730
+ 3,
731
+ n0,
732
+ _INIMWP,
733
+ 0,
734
+ [_iMTd, _rBP, _pP],
735
+ [0, () => NamespaceRuleBasedProperties, () => NamespaceProviderProperties],
736
+ ];
737
+ export var IdNamespaceInputSource = [3, n0, _INIS, 0, [_iSARN, _sN], [0, 0]];
738
+ export var IdNamespaceSummary = [
739
+ 3,
740
+ n0,
741
+ _INS,
742
+ 0,
743
+ [_iNN, _iNA, _de, _iMWP, _ty, _cA, _uA],
744
+ [0, 0, 0, () => IdNamespaceIdMappingWorkflowMetadataList, 0, 4, 4],
745
+ ];
746
+ export var IncrementalRunConfig = [3, n0, _IRC, 0, [_iRT], [0]];
747
+ export var InputSource = [3, n0, _IS, 0, [_iSARN, _sN, _aN], [0, 0, 2]];
748
+ export var IntermediateSourceConfiguration = [3, n0, _ISC, 0, [_iSP], [0]];
749
+ export var InternalServerException = [
750
+ -3,
751
+ n0,
752
+ _ISE,
753
+ {
754
+ [_e]: _se,
755
+ [_hE]: 500,
756
+ },
757
+ [_m],
758
+ [0],
759
+ ];
760
+ TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
761
+ export var JobMetrics = [3, n0, _JM, 0, [_iR, _tRP, _rNP, _dRP, _mID], [1, 1, 1, 1, 1]];
762
+ export var JobOutputSource = [3, n0, _JOS, 0, [_rA, _oSP, _KMSA], [0, 0, 0]];
763
+ export var JobSummary = [3, n0, _JS, 0, [_jI, _s, _sT, _eTn], [0, 0, 4, 4]];
764
+ export var ListIdMappingJobsInput = [
765
+ 3,
766
+ n0,
767
+ _LIMJI,
768
+ 0,
769
+ [_wN, _nT, _mRa],
770
+ [
771
+ [0, 1],
772
+ [
773
+ 0,
774
+ {
775
+ [_hQ]: _nT,
776
+ },
777
+ ],
778
+ [
779
+ 1,
780
+ {
781
+ [_hQ]: _mRa,
782
+ },
783
+ ],
784
+ ],
785
+ ];
786
+ export var ListIdMappingJobsOutput = [3, n0, _LIMJO, 0, [_j, _nT], [() => JobList, 0]];
787
+ export var ListIdMappingWorkflowsInput = [
788
+ 3,
789
+ n0,
790
+ _LIMWI,
791
+ 0,
792
+ [_nT, _mRa],
793
+ [
794
+ [
795
+ 0,
796
+ {
797
+ [_hQ]: _nT,
798
+ },
799
+ ],
800
+ [
801
+ 1,
802
+ {
803
+ [_hQ]: _mRa,
804
+ },
805
+ ],
806
+ ],
807
+ ];
808
+ export var ListIdMappingWorkflowsOutput = [
809
+ 3,
810
+ n0,
811
+ _LIMWO,
812
+ 0,
813
+ [_wS, _nT],
814
+ [() => IdMappingWorkflowList, 0],
815
+ ];
816
+ export var ListIdNamespacesInput = [
817
+ 3,
818
+ n0,
819
+ _LINI,
820
+ 0,
821
+ [_nT, _mRa],
822
+ [
823
+ [
824
+ 0,
825
+ {
826
+ [_hQ]: _nT,
827
+ },
828
+ ],
829
+ [
830
+ 1,
831
+ {
832
+ [_hQ]: _mRa,
833
+ },
834
+ ],
835
+ ],
836
+ ];
837
+ export var ListIdNamespacesOutput = [3, n0, _LINO, 0, [_iNS, _nT], [() => IdNamespaceList, 0]];
838
+ export var ListMatchingJobsInput = [
839
+ 3,
840
+ n0,
841
+ _LMJI,
842
+ 0,
843
+ [_wN, _nT, _mRa],
844
+ [
845
+ [0, 1],
846
+ [
847
+ 0,
848
+ {
849
+ [_hQ]: _nT,
850
+ },
851
+ ],
852
+ [
853
+ 1,
854
+ {
855
+ [_hQ]: _mRa,
856
+ },
857
+ ],
858
+ ],
859
+ ];
860
+ export var ListMatchingJobsOutput = [3, n0, _LMJO, 0, [_j, _nT], [() => JobList, 0]];
861
+ export var ListMatchingWorkflowsInput = [
862
+ 3,
863
+ n0,
864
+ _LMWI,
865
+ 0,
866
+ [_nT, _mRa],
867
+ [
868
+ [
869
+ 0,
870
+ {
871
+ [_hQ]: _nT,
872
+ },
873
+ ],
874
+ [
875
+ 1,
876
+ {
877
+ [_hQ]: _mRa,
878
+ },
879
+ ],
880
+ ],
881
+ ];
882
+ export var ListMatchingWorkflowsOutput = [
883
+ 3,
884
+ n0,
885
+ _LMWO,
886
+ 0,
887
+ [_wS, _nT],
888
+ [() => MatchingWorkflowList, 0],
889
+ ];
890
+ export var ListProviderServicesInput = [
891
+ 3,
892
+ n0,
893
+ _LPSI,
894
+ 0,
895
+ [_nT, _mRa, _pN],
896
+ [
897
+ [
898
+ 0,
899
+ {
900
+ [_hQ]: _nT,
901
+ },
902
+ ],
903
+ [
904
+ 1,
905
+ {
906
+ [_hQ]: _mRa,
907
+ },
908
+ ],
909
+ [
910
+ 0,
911
+ {
912
+ [_hQ]: _pN,
913
+ },
914
+ ],
915
+ ],
916
+ ];
917
+ export var ListProviderServicesOutput = [
918
+ 3,
919
+ n0,
920
+ _LPSO,
921
+ 0,
922
+ [_pSS, _nT],
923
+ [() => ProviderServiceList, 0],
924
+ ];
925
+ export var ListSchemaMappingsInput = [
926
+ 3,
927
+ n0,
928
+ _LSMI,
929
+ 0,
930
+ [_nT, _mRa],
931
+ [
932
+ [
933
+ 0,
934
+ {
935
+ [_hQ]: _nT,
936
+ },
937
+ ],
938
+ [
939
+ 1,
940
+ {
941
+ [_hQ]: _mRa,
942
+ },
943
+ ],
944
+ ],
945
+ ];
946
+ export var ListSchemaMappingsOutput = [
947
+ 3,
948
+ n0,
949
+ _LSMO,
950
+ 0,
951
+ [_sL, _nT],
952
+ [() => SchemaMappingList, 0],
953
+ ];
954
+ export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rAe], [[0, 1]]];
955
+ export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_ta], [128 | 0]];
956
+ export var MatchedRecord = [3, n0, _MR, 0, [_iSARN, _rI], [0, 0]];
957
+ export var MatchGroup = [3, n0, _MG, 0, [_r, _mI, _mR], [() => MatchedRecordsList, 0, 0]];
958
+ export var MatchingWorkflowSummary = [
959
+ 3,
960
+ n0,
961
+ _MWS,
962
+ 0,
963
+ [_wN, _wA, _cA, _uA, _rTe],
964
+ [0, 0, 4, 4, 0],
965
+ ];
966
+ export var NamespaceProviderProperties = [3, n0, _NPP, 0, [_pSA, _pC], [0, 15]];
967
+ export var NamespaceRuleBasedProperties = [
968
+ 3,
969
+ n0,
970
+ _NRBP,
971
+ 0,
972
+ [_ru, _rDTu, _aMM, _rMMe],
973
+ [() => RuleList, 64 | 0, 0, 64 | 0],
974
+ ];
975
+ export var OutputAttribute = [3, n0, _OA, 0, [_n, _h], [0, 2]];
976
+ export var OutputSource = [
977
+ 3,
978
+ n0,
979
+ _OS,
980
+ 0,
981
+ [_oSP, _KMSA, _o, _aN],
982
+ [0, 0, () => OutputAttributes, 2],
983
+ ];
984
+ export var ProviderComponentSchema = [
985
+ 3,
986
+ n0,
987
+ _PCS,
988
+ 0,
989
+ [_sc, _pSAr],
990
+ [[1, n0, _S, 0, 64 | 0], () => ProviderSchemaAttributes],
991
+ ];
992
+ export var ProviderIdNameSpaceConfiguration = [
993
+ 3,
994
+ n0,
995
+ _PINSC,
996
+ 0,
997
+ [_de, _pTCD, _pSCD],
998
+ [0, 15, 15],
999
+ ];
1000
+ export var ProviderIntermediateDataAccessConfiguration = [
1001
+ 3,
1002
+ n0,
1003
+ _PIDAC,
1004
+ 0,
1005
+ [_aAI, _rBA],
1006
+ [64 | 0, 64 | 0],
1007
+ ];
1008
+ export var ProviderMarketplaceConfiguration = [
1009
+ 3,
1010
+ n0,
1011
+ _PMC,
1012
+ 0,
1013
+ [_dSI, _rIe, _aI, _lI],
1014
+ [0, 0, 0, 0],
1015
+ ];
1016
+ export var ProviderProperties = [
1017
+ 3,
1018
+ n0,
1019
+ _PP,
1020
+ 0,
1021
+ [_pSA, _pC, _iSCn],
1022
+ [0, 15, () => IntermediateSourceConfiguration],
1023
+ ];
1024
+ export var ProviderSchemaAttribute = [3, n0, _PSA, 0, [_fN, _ty, _sTu, _ha], [0, 0, 0, 2]];
1025
+ export var ProviderServiceSummary = [
1026
+ 3,
1027
+ n0,
1028
+ _PSS,
1029
+ 0,
1030
+ [_pSA, _pN, _pSDN, _pSN, _pST],
1031
+ [0, 0, 0, 0, 0],
1032
+ ];
1033
+ export var PutPolicyInput = [3, n0, _PPI, 0, [_a, _t, _po], [[0, 1], 0, 0]];
1034
+ export var PutPolicyOutput = [3, n0, _PPO, 0, [_a, _t, _po], [0, 0, 0]];
1035
+ export var _Record = [
1036
+ 3,
1037
+ n0,
1038
+ _R,
1039
+ 0,
1040
+ [_iSARN, _uIn, _rAM],
1041
+ [0, 0, [() => RecordAttributeMapString255, 0]],
1042
+ ];
1043
+ export var ResolutionTechniques = [
1044
+ 3,
1045
+ n0,
1046
+ _RT,
1047
+ 0,
1048
+ [_rTe, _rBP, _rCP, _pP],
1049
+ [0, () => RuleBasedProperties, () => RuleConditionProperties, () => ProviderProperties],
1050
+ ];
1051
+ export var ResourceNotFoundException = [
1052
+ -3,
1053
+ n0,
1054
+ _RNFE,
1055
+ {
1056
+ [_e]: _c,
1057
+ [_hE]: 404,
1058
+ },
1059
+ [_m],
1060
+ [0],
1061
+ ];
1062
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1063
+ export var Rule = [3, n0, _Ru, 0, [_rN, _mK], [0, 64 | 0]];
1064
+ export var RuleBasedProperties = [3, n0, _RBP, 0, [_ru, _aMM, _mP], [() => RuleList, 0, 0]];
1065
+ export var RuleCondition = [3, n0, _RC, 0, [_rN, _co], [0, 0]];
1066
+ export var RuleConditionProperties = [3, n0, _RCP, 0, [_ru], [() => RuleConditionList]];
1067
+ export var SchemaInputAttribute = [
1068
+ 3,
1069
+ n0,
1070
+ _SIA,
1071
+ 0,
1072
+ [_fN, _ty, _gN, _mKa, _sTu, _h],
1073
+ [0, 0, 0, 0, 0, 2],
1074
+ ];
1075
+ export var SchemaMappingSummary = [3, n0, _SMS, 0, [_sN, _sA, _cA, _uA, _hW], [0, 0, 4, 4, 2]];
1076
+ export var StartIdMappingJobInput = [
1077
+ 3,
1078
+ n0,
1079
+ _SIMJI,
1080
+ 0,
1081
+ [_wN, _oSC, _jT],
1082
+ [[0, 1], () => IdMappingJobOutputSourceConfig, 0],
1083
+ ];
1084
+ export var StartIdMappingJobOutput = [
1085
+ 3,
1086
+ n0,
1087
+ _SIMJO,
1088
+ 0,
1089
+ [_jI, _oSC, _jT],
1090
+ [0, () => IdMappingJobOutputSourceConfig, 0],
1091
+ ];
1092
+ export var StartMatchingJobInput = [3, n0, _SMJI, 0, [_wN], [[0, 1]]];
1093
+ export var StartMatchingJobOutput = [3, n0, _SMJO, 0, [_jI], [0]];
1094
+ export var TagResourceInput = [3, n0, _TRI, 0, [_rAe, _ta], [[0, 1], 128 | 0]];
1095
+ export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
1096
+ export var ThrottlingException = [
1097
+ -3,
1098
+ n0,
1099
+ _TE,
1100
+ {
1101
+ [_e]: _c,
1102
+ [_hE]: 429,
1103
+ },
1104
+ [_m],
1105
+ [0],
1106
+ ];
1107
+ TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1108
+ export var UntagResourceInput = [
1109
+ 3,
1110
+ n0,
1111
+ _URI,
1112
+ 0,
1113
+ [_rAe, _tK],
1114
+ [
1115
+ [0, 1],
1116
+ [
1117
+ 64 | 0,
1118
+ {
1119
+ [_hQ]: _tK,
1120
+ },
1121
+ ],
1122
+ ],
1123
+ ];
1124
+ export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
1125
+ export var UpdateIdMappingWorkflowInput = [
1126
+ 3,
1127
+ n0,
1128
+ _UIMWI,
1129
+ 0,
1130
+ [_wN, _de, _iSC, _oSC, _iMT, _iRC, _rA],
1131
+ [
1132
+ [0, 1],
1133
+ 0,
1134
+ () => IdMappingWorkflowInputSourceConfig,
1135
+ () => IdMappingWorkflowOutputSourceConfig,
1136
+ () => IdMappingTechniques,
1137
+ () => IdMappingIncrementalRunConfig,
1138
+ 0,
1139
+ ],
1140
+ ];
1141
+ export var UpdateIdMappingWorkflowOutput = [
1142
+ 3,
1143
+ n0,
1144
+ _UIMWO,
1145
+ 0,
1146
+ [_wN, _wA, _de, _iSC, _oSC, _iMT, _iRC, _rA],
1147
+ [
1148
+ 0,
1149
+ 0,
1150
+ 0,
1151
+ () => IdMappingWorkflowInputSourceConfig,
1152
+ () => IdMappingWorkflowOutputSourceConfig,
1153
+ () => IdMappingTechniques,
1154
+ () => IdMappingIncrementalRunConfig,
1155
+ 0,
1156
+ ],
1157
+ ];
1158
+ export var UpdateIdNamespaceInput = [
1159
+ 3,
1160
+ n0,
1161
+ _UINI,
1162
+ 0,
1163
+ [_iNN, _de, _iSC, _iMWP, _rA],
1164
+ [[0, 1], 0, () => IdNamespaceInputSourceConfig, () => IdNamespaceIdMappingWorkflowPropertiesList, 0],
1165
+ ];
1166
+ export var UpdateIdNamespaceOutput = [
1167
+ 3,
1168
+ n0,
1169
+ _UINO,
1170
+ 0,
1171
+ [_iNN, _iNA, _de, _iSC, _iMWP, _ty, _rA, _cA, _uA],
1172
+ [0, 0, 0, () => IdNamespaceInputSourceConfig, () => IdNamespaceIdMappingWorkflowPropertiesList, 0, 0, 4, 4],
1173
+ ];
1174
+ export var UpdateMatchingWorkflowInput = [
1175
+ 3,
1176
+ n0,
1177
+ _UMWI,
1178
+ 0,
1179
+ [_wN, _de, _iSC, _oSC, _rT, _iRC, _rA],
1180
+ [
1181
+ [0, 1],
1182
+ 0,
1183
+ () => InputSourceConfig,
1184
+ () => OutputSourceConfig,
1185
+ () => ResolutionTechniques,
1186
+ () => IncrementalRunConfig,
1187
+ 0,
1188
+ ],
1189
+ ];
1190
+ export var UpdateMatchingWorkflowOutput = [
1191
+ 3,
1192
+ n0,
1193
+ _UMWO,
1194
+ 0,
1195
+ [_wN, _de, _iSC, _oSC, _rT, _iRC, _rA],
1196
+ [0, 0, () => InputSourceConfig, () => OutputSourceConfig, () => ResolutionTechniques, () => IncrementalRunConfig, 0],
1197
+ ];
1198
+ export var UpdateSchemaMappingInput = [
1199
+ 3,
1200
+ n0,
1201
+ _USMI,
1202
+ 0,
1203
+ [_sN, _de, _mIF],
1204
+ [[0, 1], 0, () => SchemaInputAttributes],
1205
+ ];
1206
+ export var UpdateSchemaMappingOutput = [
1207
+ 3,
1208
+ n0,
1209
+ _USMO,
1210
+ 0,
1211
+ [_sN, _sA, _de, _mIF],
1212
+ [0, 0, 0, () => SchemaInputAttributes],
1213
+ ];
1214
+ export var ValidationException = [
1215
+ -3,
1216
+ n0,
1217
+ _VE,
1218
+ {
1219
+ [_e]: _c,
1220
+ [_hE]: 400,
1221
+ },
1222
+ [_m],
1223
+ [0],
1224
+ ];
1225
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1226
+ export var __Unit = "unit";
1227
+ export var EntityResolutionServiceException = [
1228
+ -3,
1229
+ _sm,
1230
+ "EntityResolutionServiceException",
1231
+ 0,
1232
+ [],
1233
+ [],
1234
+ ];
1235
+ TypeRegistry.for(_sm).registerError(EntityResolutionServiceException, __EntityResolutionServiceException);
1236
+ export var AwsAccountIdList = 64 | 0;
1237
+ export var DeletedUniqueIdList = [1, n0, _DUIL, 0, () => DeletedUniqueId];
1238
+ export var DeleteUniqueIdErrorsList = [1, n0, _DUIEL, 0, () => DeleteUniqueIdError];
1239
+ export var DisconnectedUniqueIdsList = 64 | 0;
1240
+ export var FailedRecordsList = [1, n0, _FRL, 0, () => FailedRecord];
1241
+ export var IdMappingJobOutputSourceConfig = [1, n0, _IMJOSC, 0, () => IdMappingJobOutputSource];
1242
+ export var IdMappingWorkflowInputSourceConfig = [
1243
+ 1,
1244
+ n0,
1245
+ _IMWISC,
1246
+ 0,
1247
+ () => IdMappingWorkflowInputSource,
1248
+ ];
1249
+ export var IdMappingWorkflowList = [1, n0, _IMWL, 0, () => IdMappingWorkflowSummary];
1250
+ export var IdMappingWorkflowOutputSourceConfig = [
1251
+ 1,
1252
+ n0,
1253
+ _IMWOSC,
1254
+ 0,
1255
+ () => IdMappingWorkflowOutputSource,
1256
+ ];
1257
+ export var IdMappingWorkflowRuleDefinitionTypeList = 64 | 0;
1258
+ export var IdNamespaceIdMappingWorkflowMetadataList = [
1259
+ 1,
1260
+ n0,
1261
+ _INIMWML,
1262
+ 0,
1263
+ () => IdNamespaceIdMappingWorkflowMetadata,
1264
+ ];
1265
+ export var IdNamespaceIdMappingWorkflowPropertiesList = [
1266
+ 1,
1267
+ n0,
1268
+ _INIMWPL,
1269
+ 0,
1270
+ () => IdNamespaceIdMappingWorkflowProperties,
1271
+ ];
1272
+ export var IdNamespaceInputSourceConfig = [1, n0, _INISC, 0, () => IdNamespaceInputSource];
1273
+ export var IdNamespaceList = [1, n0, _INL, 0, () => IdNamespaceSummary];
1274
+ export var InputSourceConfig = [1, n0, _ISCn, 0, () => InputSource];
1275
+ export var JobList = [1, n0, _JL, 0, () => JobSummary];
1276
+ export var JobOutputSourceConfig = [1, n0, _JOSC, 0, () => JobOutputSource];
1277
+ export var MatchedRecordsList = [1, n0, _MRL, 0, () => MatchedRecord];
1278
+ export var MatchGroupsList = [1, n0, _MGL, 0, () => MatchGroup];
1279
+ export var MatchingKeys = 64 | 0;
1280
+ export var MatchingWorkflowList = [1, n0, _MWL, 0, () => MatchingWorkflowSummary];
1281
+ export var OutputAttributes = [1, n0, _OAu, 0, () => OutputAttribute];
1282
+ export var OutputSourceConfig = [1, n0, _OSC, 0, () => OutputSource];
1283
+ export var ProviderSchemaAttributes = [1, n0, _PSAr, 0, () => ProviderSchemaAttribute];
1284
+ export var ProviderServiceList = [1, n0, _PSL, 0, () => ProviderServiceSummary];
1285
+ export var RecordList = [1, n0, _RL, 0, [() => _Record, 0]];
1286
+ export var RecordMatchingModelList = 64 | 0;
1287
+ export var RequiredBucketActionsList = 64 | 0;
1288
+ export var RuleConditionList = [1, n0, _RCL, 0, () => RuleCondition];
1289
+ export var RuleList = [1, n0, _RLu, 0, () => Rule];
1290
+ export var SchemaInputAttributes = [1, n0, _SIAc, 0, () => SchemaInputAttribute];
1291
+ export var SchemaList = 64 | 0;
1292
+ export var SchemaMappingList = [1, n0, _SML, 0, () => SchemaMappingSummary];
1293
+ export var Schemas = [1, n0, _S, 0, 64 | 0];
1294
+ export var StatementActionList = 64 | 0;
1295
+ export var StatementPrincipalList = 64 | 0;
1296
+ export var TagKeyList = 64 | 0;
1297
+ export var UniqueIdList = 64 | 0;
1298
+ export var RecordAttributeMap = [2, n0, _RAM, 8, 0, 0];
1299
+ export var RecordAttributeMapString255 = [2, n0, _RAMS, 8, 0, 0];
1300
+ export var TagMap = 128 | 0;
1301
+ export var ProviderEndpointConfiguration = [
1302
+ 3,
1303
+ n0,
1304
+ _PEC,
1305
+ 0,
1306
+ [_mC],
1307
+ [() => ProviderMarketplaceConfiguration],
1308
+ ];
1309
+ export var AddPolicyStatement = [
1310
+ 9,
1311
+ n0,
1312
+ _APS,
1313
+ {
1314
+ [_ht]: ["POST", "/policies/{arn}/{statementId}", 200],
1315
+ },
1316
+ () => AddPolicyStatementInput,
1317
+ () => AddPolicyStatementOutput,
1318
+ ];
1319
+ export var BatchDeleteUniqueId = [
1320
+ 9,
1321
+ n0,
1322
+ _BDUI,
1323
+ {
1324
+ [_ht]: ["DELETE", "/matchingworkflows/{workflowName}/uniqueids", 200],
1325
+ },
1326
+ () => BatchDeleteUniqueIdInput,
1327
+ () => BatchDeleteUniqueIdOutput,
1328
+ ];
1329
+ export var CreateIdMappingWorkflow = [
1330
+ 9,
1331
+ n0,
1332
+ _CIMW,
1333
+ {
1334
+ [_ht]: ["POST", "/idmappingworkflows", 200],
1335
+ },
1336
+ () => CreateIdMappingWorkflowInput,
1337
+ () => CreateIdMappingWorkflowOutput,
1338
+ ];
1339
+ export var CreateIdNamespace = [
1340
+ 9,
1341
+ n0,
1342
+ _CIN,
1343
+ {
1344
+ [_ht]: ["POST", "/idnamespaces", 200],
1345
+ },
1346
+ () => CreateIdNamespaceInput,
1347
+ () => CreateIdNamespaceOutput,
1348
+ ];
1349
+ export var CreateMatchingWorkflow = [
1350
+ 9,
1351
+ n0,
1352
+ _CMW,
1353
+ {
1354
+ [_ht]: ["POST", "/matchingworkflows", 200],
1355
+ },
1356
+ () => CreateMatchingWorkflowInput,
1357
+ () => CreateMatchingWorkflowOutput,
1358
+ ];
1359
+ export var CreateSchemaMapping = [
1360
+ 9,
1361
+ n0,
1362
+ _CSM,
1363
+ {
1364
+ [_ht]: ["POST", "/schemas", 200],
1365
+ },
1366
+ () => CreateSchemaMappingInput,
1367
+ () => CreateSchemaMappingOutput,
1368
+ ];
1369
+ export var DeleteIdMappingWorkflow = [
1370
+ 9,
1371
+ n0,
1372
+ _DIMW,
1373
+ {
1374
+ [_ht]: ["DELETE", "/idmappingworkflows/{workflowName}", 200],
1375
+ },
1376
+ () => DeleteIdMappingWorkflowInput,
1377
+ () => DeleteIdMappingWorkflowOutput,
1378
+ ];
1379
+ export var DeleteIdNamespace = [
1380
+ 9,
1381
+ n0,
1382
+ _DIN,
1383
+ {
1384
+ [_ht]: ["DELETE", "/idnamespaces/{idNamespaceName}", 200],
1385
+ },
1386
+ () => DeleteIdNamespaceInput,
1387
+ () => DeleteIdNamespaceOutput,
1388
+ ];
1389
+ export var DeleteMatchingWorkflow = [
1390
+ 9,
1391
+ n0,
1392
+ _DMW,
1393
+ {
1394
+ [_ht]: ["DELETE", "/matchingworkflows/{workflowName}", 200],
1395
+ },
1396
+ () => DeleteMatchingWorkflowInput,
1397
+ () => DeleteMatchingWorkflowOutput,
1398
+ ];
1399
+ export var DeletePolicyStatement = [
1400
+ 9,
1401
+ n0,
1402
+ _DPS,
1403
+ {
1404
+ [_ht]: ["DELETE", "/policies/{arn}/{statementId}", 200],
1405
+ },
1406
+ () => DeletePolicyStatementInput,
1407
+ () => DeletePolicyStatementOutput,
1408
+ ];
1409
+ export var DeleteSchemaMapping = [
1410
+ 9,
1411
+ n0,
1412
+ _DSM,
1413
+ {
1414
+ [_ht]: ["DELETE", "/schemas/{schemaName}", 200],
1415
+ },
1416
+ () => DeleteSchemaMappingInput,
1417
+ () => DeleteSchemaMappingOutput,
1418
+ ];
1419
+ export var GenerateMatchId = [
1420
+ 9,
1421
+ n0,
1422
+ _GMI,
1423
+ {
1424
+ [_ht]: ["POST", "/matchingworkflows/{workflowName}/generateMatches", 200],
1425
+ },
1426
+ () => GenerateMatchIdInput,
1427
+ () => GenerateMatchIdOutput,
1428
+ ];
1429
+ export var GetIdMappingJob = [
1430
+ 9,
1431
+ n0,
1432
+ _GIMJ,
1433
+ {
1434
+ [_ht]: ["GET", "/idmappingworkflows/{workflowName}/jobs/{jobId}", 200],
1435
+ },
1436
+ () => GetIdMappingJobInput,
1437
+ () => GetIdMappingJobOutput,
1438
+ ];
1439
+ export var GetIdMappingWorkflow = [
1440
+ 9,
1441
+ n0,
1442
+ _GIMW,
1443
+ {
1444
+ [_ht]: ["GET", "/idmappingworkflows/{workflowName}", 200],
1445
+ },
1446
+ () => GetIdMappingWorkflowInput,
1447
+ () => GetIdMappingWorkflowOutput,
1448
+ ];
1449
+ export var GetIdNamespace = [
1450
+ 9,
1451
+ n0,
1452
+ _GIN,
1453
+ {
1454
+ [_ht]: ["GET", "/idnamespaces/{idNamespaceName}", 200],
1455
+ },
1456
+ () => GetIdNamespaceInput,
1457
+ () => GetIdNamespaceOutput,
1458
+ ];
1459
+ export var GetMatchId = [
1460
+ 9,
1461
+ n0,
1462
+ _GMIe,
1463
+ {
1464
+ [_ht]: ["POST", "/matchingworkflows/{workflowName}/matches", 200],
1465
+ },
1466
+ () => GetMatchIdInput,
1467
+ () => GetMatchIdOutput,
1468
+ ];
1469
+ export var GetMatchingJob = [
1470
+ 9,
1471
+ n0,
1472
+ _GMJ,
1473
+ {
1474
+ [_ht]: ["GET", "/matchingworkflows/{workflowName}/jobs/{jobId}", 200],
1475
+ },
1476
+ () => GetMatchingJobInput,
1477
+ () => GetMatchingJobOutput,
1478
+ ];
1479
+ export var GetMatchingWorkflow = [
1480
+ 9,
1481
+ n0,
1482
+ _GMW,
1483
+ {
1484
+ [_ht]: ["GET", "/matchingworkflows/{workflowName}", 200],
1485
+ },
1486
+ () => GetMatchingWorkflowInput,
1487
+ () => GetMatchingWorkflowOutput,
1488
+ ];
1489
+ export var GetPolicy = [
1490
+ 9,
1491
+ n0,
1492
+ _GP,
1493
+ {
1494
+ [_ht]: ["GET", "/policies/{arn}", 200],
1495
+ },
1496
+ () => GetPolicyInput,
1497
+ () => GetPolicyOutput,
1498
+ ];
1499
+ export var GetProviderService = [
1500
+ 9,
1501
+ n0,
1502
+ _GPS,
1503
+ {
1504
+ [_ht]: ["GET", "/providerservices/{providerName}/{providerServiceName}", 200],
1505
+ },
1506
+ () => GetProviderServiceInput,
1507
+ () => GetProviderServiceOutput,
1508
+ ];
1509
+ export var GetSchemaMapping = [
1510
+ 9,
1511
+ n0,
1512
+ _GSM,
1513
+ {
1514
+ [_ht]: ["GET", "/schemas/{schemaName}", 200],
1515
+ },
1516
+ () => GetSchemaMappingInput,
1517
+ () => GetSchemaMappingOutput,
1518
+ ];
1519
+ export var ListIdMappingJobs = [
1520
+ 9,
1521
+ n0,
1522
+ _LIMJ,
1523
+ {
1524
+ [_ht]: ["GET", "/idmappingworkflows/{workflowName}/jobs", 200],
1525
+ },
1526
+ () => ListIdMappingJobsInput,
1527
+ () => ListIdMappingJobsOutput,
1528
+ ];
1529
+ export var ListIdMappingWorkflows = [
1530
+ 9,
1531
+ n0,
1532
+ _LIMW,
1533
+ {
1534
+ [_ht]: ["GET", "/idmappingworkflows", 200],
1535
+ },
1536
+ () => ListIdMappingWorkflowsInput,
1537
+ () => ListIdMappingWorkflowsOutput,
1538
+ ];
1539
+ export var ListIdNamespaces = [
1540
+ 9,
1541
+ n0,
1542
+ _LIN,
1543
+ {
1544
+ [_ht]: ["GET", "/idnamespaces", 200],
1545
+ },
1546
+ () => ListIdNamespacesInput,
1547
+ () => ListIdNamespacesOutput,
1548
+ ];
1549
+ export var ListMatchingJobs = [
1550
+ 9,
1551
+ n0,
1552
+ _LMJ,
1553
+ {
1554
+ [_ht]: ["GET", "/matchingworkflows/{workflowName}/jobs", 200],
1555
+ },
1556
+ () => ListMatchingJobsInput,
1557
+ () => ListMatchingJobsOutput,
1558
+ ];
1559
+ export var ListMatchingWorkflows = [
1560
+ 9,
1561
+ n0,
1562
+ _LMW,
1563
+ {
1564
+ [_ht]: ["GET", "/matchingworkflows", 200],
1565
+ },
1566
+ () => ListMatchingWorkflowsInput,
1567
+ () => ListMatchingWorkflowsOutput,
1568
+ ];
1569
+ export var ListProviderServices = [
1570
+ 9,
1571
+ n0,
1572
+ _LPS,
1573
+ {
1574
+ [_ht]: ["GET", "/providerservices", 200],
1575
+ },
1576
+ () => ListProviderServicesInput,
1577
+ () => ListProviderServicesOutput,
1578
+ ];
1579
+ export var ListSchemaMappings = [
1580
+ 9,
1581
+ n0,
1582
+ _LSM,
1583
+ {
1584
+ [_ht]: ["GET", "/schemas", 200],
1585
+ },
1586
+ () => ListSchemaMappingsInput,
1587
+ () => ListSchemaMappingsOutput,
1588
+ ];
1589
+ export var ListTagsForResource = [
1590
+ 9,
1591
+ n0,
1592
+ _LTFR,
1593
+ {
1594
+ [_ht]: ["GET", "/tags/{resourceArn}", 200],
1595
+ },
1596
+ () => ListTagsForResourceInput,
1597
+ () => ListTagsForResourceOutput,
1598
+ ];
1599
+ export var PutPolicy = [
1600
+ 9,
1601
+ n0,
1602
+ _PPu,
1603
+ {
1604
+ [_ht]: ["PUT", "/policies/{arn}", 200],
1605
+ },
1606
+ () => PutPolicyInput,
1607
+ () => PutPolicyOutput,
1608
+ ];
1609
+ export var StartIdMappingJob = [
1610
+ 9,
1611
+ n0,
1612
+ _SIMJ,
1613
+ {
1614
+ [_ht]: ["POST", "/idmappingworkflows/{workflowName}/jobs", 200],
1615
+ },
1616
+ () => StartIdMappingJobInput,
1617
+ () => StartIdMappingJobOutput,
1618
+ ];
1619
+ export var StartMatchingJob = [
1620
+ 9,
1621
+ n0,
1622
+ _SMJ,
1623
+ {
1624
+ [_ht]: ["POST", "/matchingworkflows/{workflowName}/jobs", 200],
1625
+ },
1626
+ () => StartMatchingJobInput,
1627
+ () => StartMatchingJobOutput,
1628
+ ];
1629
+ export var TagResource = [
1630
+ 9,
1631
+ n0,
1632
+ _TR,
1633
+ {
1634
+ [_ht]: ["POST", "/tags/{resourceArn}", 200],
1635
+ },
1636
+ () => TagResourceInput,
1637
+ () => TagResourceOutput,
1638
+ ];
1639
+ export var UntagResource = [
1640
+ 9,
1641
+ n0,
1642
+ _UR,
1643
+ {
1644
+ [_ht]: ["DELETE", "/tags/{resourceArn}", 200],
1645
+ },
1646
+ () => UntagResourceInput,
1647
+ () => UntagResourceOutput,
1648
+ ];
1649
+ export var UpdateIdMappingWorkflow = [
1650
+ 9,
1651
+ n0,
1652
+ _UIMW,
1653
+ {
1654
+ [_ht]: ["PUT", "/idmappingworkflows/{workflowName}", 200],
1655
+ },
1656
+ () => UpdateIdMappingWorkflowInput,
1657
+ () => UpdateIdMappingWorkflowOutput,
1658
+ ];
1659
+ export var UpdateIdNamespace = [
1660
+ 9,
1661
+ n0,
1662
+ _UIN,
1663
+ {
1664
+ [_ht]: ["PUT", "/idnamespaces/{idNamespaceName}", 200],
1665
+ },
1666
+ () => UpdateIdNamespaceInput,
1667
+ () => UpdateIdNamespaceOutput,
1668
+ ];
1669
+ export var UpdateMatchingWorkflow = [
1670
+ 9,
1671
+ n0,
1672
+ _UMW,
1673
+ {
1674
+ [_ht]: ["PUT", "/matchingworkflows/{workflowName}", 200],
1675
+ },
1676
+ () => UpdateMatchingWorkflowInput,
1677
+ () => UpdateMatchingWorkflowOutput,
1678
+ ];
1679
+ export var UpdateSchemaMapping = [
1680
+ 9,
1681
+ n0,
1682
+ _USM,
1683
+ {
1684
+ [_ht]: ["PUT", "/schemas/{schemaName}", 200],
1685
+ },
1686
+ () => UpdateSchemaMappingInput,
1687
+ () => UpdateSchemaMappingOutput,
1688
+ ];