@aws-sdk/client-entityresolution 3.928.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 +2 -2
  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
package/dist-cjs/index.js CHANGED
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
7
  var configResolver = require('@smithy/config-resolver');
8
8
  var core = require('@smithy/core');
9
+ var schema = require('@smithy/core/schema');
9
10
  var middlewareContentLength = require('@smithy/middleware-content-length');
10
11
  var middlewareEndpoint = require('@smithy/middleware-endpoint');
11
12
  var middlewareRetry = require('@smithy/middleware-retry');
@@ -14,8 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
14
15
  var runtimeConfig = require('./runtimeConfig');
15
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
16
17
  var protocolHttp = require('@smithy/protocol-http');
17
- var middlewareSerde = require('@smithy/middleware-serde');
18
- var core$1 = require('@aws-sdk/core');
19
18
 
20
19
  const resolveClientEndpointParameters = (options) => {
21
20
  return Object.assign(options, {
@@ -91,6 +90,7 @@ class EntityResolutionClient extends smithyClient.Client {
91
90
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
92
91
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
93
92
  this.config = _config_8;
93
+ this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
94
94
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
95
95
  this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
96
96
  this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
@@ -110,14 +110,14 @@ class EntityResolutionClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- class EntityResolutionServiceException extends smithyClient.ServiceException {
113
+ let EntityResolutionServiceException$1 = class EntityResolutionServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, EntityResolutionServiceException.prototype);
117
117
  }
118
- }
118
+ };
119
119
 
120
- class AccessDeniedException extends EntityResolutionServiceException {
120
+ let AccessDeniedException$1 = class AccessDeniedException extends EntityResolutionServiceException$1 {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  constructor(opts) {
@@ -128,12 +128,12 @@ class AccessDeniedException extends EntityResolutionServiceException {
128
128
  });
129
129
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
130
  }
131
- }
131
+ };
132
132
  const StatementEffect = {
133
133
  Allow: "Allow",
134
134
  Deny: "Deny",
135
135
  };
136
- class ConflictException extends EntityResolutionServiceException {
136
+ let ConflictException$1 = class ConflictException extends EntityResolutionServiceException$1 {
137
137
  name = "ConflictException";
138
138
  $fault = "client";
139
139
  constructor(opts) {
@@ -144,8 +144,8 @@ class ConflictException extends EntityResolutionServiceException {
144
144
  });
145
145
  Object.setPrototypeOf(this, ConflictException.prototype);
146
146
  }
147
- }
148
- class InternalServerException extends EntityResolutionServiceException {
147
+ };
148
+ let InternalServerException$1 = class InternalServerException extends EntityResolutionServiceException$1 {
149
149
  name = "InternalServerException";
150
150
  $fault = "server";
151
151
  $retryable = {};
@@ -157,8 +157,8 @@ class InternalServerException extends EntityResolutionServiceException {
157
157
  });
158
158
  Object.setPrototypeOf(this, InternalServerException.prototype);
159
159
  }
160
- }
161
- class ResourceNotFoundException extends EntityResolutionServiceException {
160
+ };
161
+ let ResourceNotFoundException$1 = class ResourceNotFoundException extends EntityResolutionServiceException$1 {
162
162
  name = "ResourceNotFoundException";
163
163
  $fault = "client";
164
164
  constructor(opts) {
@@ -169,8 +169,8 @@ class ResourceNotFoundException extends EntityResolutionServiceException {
169
169
  });
170
170
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
171
171
  }
172
- }
173
- class ThrottlingException extends EntityResolutionServiceException {
172
+ };
173
+ let ThrottlingException$1 = class ThrottlingException extends EntityResolutionServiceException$1 {
174
174
  name = "ThrottlingException";
175
175
  $fault = "client";
176
176
  $retryable = {
@@ -184,8 +184,8 @@ class ThrottlingException extends EntityResolutionServiceException {
184
184
  });
185
185
  Object.setPrototypeOf(this, ThrottlingException.prototype);
186
186
  }
187
- }
188
- class ValidationException extends EntityResolutionServiceException {
187
+ };
188
+ let ValidationException$1 = class ValidationException extends EntityResolutionServiceException$1 {
189
189
  name = "ValidationException";
190
190
  $fault = "client";
191
191
  constructor(opts) {
@@ -196,7 +196,7 @@ class ValidationException extends EntityResolutionServiceException {
196
196
  });
197
197
  Object.setPrototypeOf(this, ValidationException.prototype);
198
198
  }
199
- }
199
+ };
200
200
  const AttributeMatchingModel = {
201
201
  MANY_TO_MANY: "MANY_TO_MANY",
202
202
  ONE_TO_ONE: "ONE_TO_ONE",
@@ -228,7 +228,7 @@ const IdNamespaceType = {
228
228
  SOURCE: "SOURCE",
229
229
  TARGET: "TARGET",
230
230
  };
231
- class ExceedsLimitException extends EntityResolutionServiceException {
231
+ let ExceedsLimitException$1 = class ExceedsLimitException extends EntityResolutionServiceException$1 {
232
232
  name = "ExceedsLimitException";
233
233
  $fault = "client";
234
234
  quotaName;
@@ -243,7 +243,7 @@ class ExceedsLimitException extends EntityResolutionServiceException {
243
243
  this.quotaName = opts.quotaName;
244
244
  this.quotaValue = opts.quotaValue;
245
245
  }
246
- }
246
+ };
247
247
  const IncrementalRunType = {
248
248
  IMMEDIATE: "IMMEDIATE",
249
249
  };
@@ -309,1506 +309,1688 @@ const ServiceType = {
309
309
  ASSIGNMENT: "ASSIGNMENT",
310
310
  ID_MAPPING: "ID_MAPPING",
311
311
  };
312
- const _RecordFilterSensitiveLog = (obj) => ({
313
- ...obj,
314
- ...(obj.recordAttributeMap && { recordAttributeMap: smithyClient.SENSITIVE_STRING }),
315
- });
316
- const GenerateMatchIdInputFilterSensitiveLog = (obj) => ({
317
- ...obj,
318
- ...(obj.records && { records: obj.records.map((item) => _RecordFilterSensitiveLog(item)) }),
319
- });
320
- const GetMatchIdInputFilterSensitiveLog = (obj) => ({
321
- ...obj,
322
- ...(obj.record && { record: smithyClient.SENSITIVE_STRING }),
323
- });
324
312
 
325
- const se_AddPolicyStatementCommand = async (input, context) => {
326
- const b = core.requestBuilder(input, context);
327
- const headers = {
328
- "content-type": "application/json",
329
- };
330
- b.bp("/policies/{arn}/{statementId}");
331
- b.p("arn", () => input.arn, "{arn}", false);
332
- b.p("statementId", () => input.statementId, "{statementId}", false);
333
- let body;
334
- body = JSON.stringify(smithyClient.take(input, {
335
- action: (_) => smithyClient._json(_),
336
- condition: [],
337
- effect: [],
338
- principal: (_) => smithyClient._json(_),
339
- }));
340
- b.m("POST").h(headers).b(body);
341
- return b.build();
342
- };
343
- const se_BatchDeleteUniqueIdCommand = async (input, context) => {
344
- const b = core.requestBuilder(input, context);
345
- const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
346
- [_i]: input[_iS],
347
- [_u]: [() => smithyClient.isSerializableHeaderValue(input[_uI]), () => (input[_uI] || []).map(smithyClient.quoteHeader).join(", ")],
348
- });
349
- b.bp("/matchingworkflows/{workflowName}/uniqueids");
350
- b.p("workflowName", () => input.workflowName, "{workflowName}", false);
351
- let body;
352
- b.m("DELETE").h(headers).b(body);
353
- return b.build();
354
- };
355
- const se_CreateIdMappingWorkflowCommand = async (input, context) => {
356
- const b = core.requestBuilder(input, context);
357
- const headers = {
358
- "content-type": "application/json",
359
- };
360
- b.bp("/idmappingworkflows");
361
- let body;
362
- body = JSON.stringify(smithyClient.take(input, {
363
- description: [],
364
- idMappingTechniques: (_) => se_IdMappingTechniques(_),
365
- incrementalRunConfig: (_) => smithyClient._json(_),
366
- inputSourceConfig: (_) => smithyClient._json(_),
367
- outputSourceConfig: (_) => smithyClient._json(_),
368
- roleArn: [],
369
- tags: (_) => smithyClient._json(_),
370
- workflowName: [],
371
- }));
372
- b.m("POST").h(headers).b(body);
373
- return b.build();
374
- };
375
- const se_CreateIdNamespaceCommand = async (input, context) => {
376
- const b = core.requestBuilder(input, context);
377
- const headers = {
378
- "content-type": "application/json",
379
- };
380
- b.bp("/idnamespaces");
381
- let body;
382
- body = JSON.stringify(smithyClient.take(input, {
383
- description: [],
384
- idMappingWorkflowProperties: (_) => se_IdNamespaceIdMappingWorkflowPropertiesList(_),
385
- idNamespaceName: [],
386
- inputSourceConfig: (_) => smithyClient._json(_),
387
- roleArn: [],
388
- tags: (_) => smithyClient._json(_),
389
- type: [],
390
- }));
391
- b.m("POST").h(headers).b(body);
392
- return b.build();
393
- };
394
- const se_CreateMatchingWorkflowCommand = async (input, context) => {
395
- const b = core.requestBuilder(input, context);
396
- const headers = {
397
- "content-type": "application/json",
398
- };
399
- b.bp("/matchingworkflows");
400
- let body;
401
- body = JSON.stringify(smithyClient.take(input, {
402
- description: [],
403
- incrementalRunConfig: (_) => smithyClient._json(_),
404
- inputSourceConfig: (_) => smithyClient._json(_),
405
- outputSourceConfig: (_) => smithyClient._json(_),
406
- resolutionTechniques: (_) => se_ResolutionTechniques(_),
407
- roleArn: [],
408
- tags: (_) => smithyClient._json(_),
409
- workflowName: [],
410
- }));
411
- b.m("POST").h(headers).b(body);
412
- return b.build();
413
- };
414
- const se_CreateSchemaMappingCommand = async (input, context) => {
415
- const b = core.requestBuilder(input, context);
416
- const headers = {
417
- "content-type": "application/json",
418
- };
419
- b.bp("/schemas");
420
- let body;
421
- body = JSON.stringify(smithyClient.take(input, {
422
- description: [],
423
- mappedInputFields: (_) => smithyClient._json(_),
424
- schemaName: [],
425
- tags: (_) => smithyClient._json(_),
426
- }));
427
- b.m("POST").h(headers).b(body);
428
- return b.build();
429
- };
430
- const se_DeleteIdMappingWorkflowCommand = async (input, context) => {
431
- const b = core.requestBuilder(input, context);
432
- const headers = {};
433
- b.bp("/idmappingworkflows/{workflowName}");
434
- b.p("workflowName", () => input.workflowName, "{workflowName}", false);
435
- let body;
436
- b.m("DELETE").h(headers).b(body);
437
- return b.build();
438
- };
439
- const se_DeleteIdNamespaceCommand = async (input, context) => {
440
- const b = core.requestBuilder(input, context);
441
- const headers = {};
442
- b.bp("/idnamespaces/{idNamespaceName}");
443
- b.p("idNamespaceName", () => input.idNamespaceName, "{idNamespaceName}", false);
444
- let body;
445
- b.m("DELETE").h(headers).b(body);
446
- return b.build();
447
- };
448
- const se_DeleteMatchingWorkflowCommand = async (input, context) => {
449
- const b = core.requestBuilder(input, context);
450
- const headers = {};
451
- b.bp("/matchingworkflows/{workflowName}");
452
- b.p("workflowName", () => input.workflowName, "{workflowName}", false);
453
- let body;
454
- b.m("DELETE").h(headers).b(body);
455
- return b.build();
456
- };
457
- const se_DeletePolicyStatementCommand = async (input, context) => {
458
- const b = core.requestBuilder(input, context);
459
- const headers = {};
460
- b.bp("/policies/{arn}/{statementId}");
461
- b.p("arn", () => input.arn, "{arn}", false);
462
- b.p("statementId", () => input.statementId, "{statementId}", false);
463
- let body;
464
- b.m("DELETE").h(headers).b(body);
465
- return b.build();
466
- };
467
- const se_DeleteSchemaMappingCommand = async (input, context) => {
468
- const b = core.requestBuilder(input, context);
469
- const headers = {};
470
- b.bp("/schemas/{schemaName}");
471
- b.p("schemaName", () => input.schemaName, "{schemaName}", false);
472
- let body;
473
- b.m("DELETE").h(headers).b(body);
474
- return b.build();
475
- };
476
- const se_GenerateMatchIdCommand = async (input, context) => {
477
- const b = core.requestBuilder(input, context);
478
- const headers = {
479
- "content-type": "application/json",
480
- };
481
- b.bp("/matchingworkflows/{workflowName}/generateMatches");
482
- b.p("workflowName", () => input.workflowName, "{workflowName}", false);
483
- let body;
484
- body = JSON.stringify(smithyClient.take(input, {
485
- processingType: [],
486
- records: (_) => smithyClient._json(_),
487
- }));
488
- b.m("POST").h(headers).b(body);
489
- return b.build();
490
- };
491
- const se_GetIdMappingJobCommand = async (input, context) => {
492
- const b = core.requestBuilder(input, context);
493
- const headers = {};
494
- b.bp("/idmappingworkflows/{workflowName}/jobs/{jobId}");
495
- b.p("workflowName", () => input.workflowName, "{workflowName}", false);
496
- b.p("jobId", () => input.jobId, "{jobId}", false);
497
- let body;
498
- b.m("GET").h(headers).b(body);
499
- return b.build();
500
- };
501
- const se_GetIdMappingWorkflowCommand = async (input, context) => {
502
- const b = core.requestBuilder(input, context);
503
- const headers = {};
504
- b.bp("/idmappingworkflows/{workflowName}");
505
- b.p("workflowName", () => input.workflowName, "{workflowName}", false);
506
- let body;
507
- b.m("GET").h(headers).b(body);
508
- return b.build();
509
- };
510
- const se_GetIdNamespaceCommand = async (input, context) => {
511
- const b = core.requestBuilder(input, context);
512
- const headers = {};
513
- b.bp("/idnamespaces/{idNamespaceName}");
514
- b.p("idNamespaceName", () => input.idNamespaceName, "{idNamespaceName}", false);
515
- let body;
516
- b.m("GET").h(headers).b(body);
517
- return b.build();
518
- };
519
- const se_GetMatchIdCommand = async (input, context) => {
520
- const b = core.requestBuilder(input, context);
521
- const headers = {
522
- "content-type": "application/json",
523
- };
524
- b.bp("/matchingworkflows/{workflowName}/matches");
525
- b.p("workflowName", () => input.workflowName, "{workflowName}", false);
526
- let body;
527
- body = JSON.stringify(smithyClient.take(input, {
528
- applyNormalization: [],
529
- record: (_) => smithyClient._json(_),
530
- }));
531
- b.m("POST").h(headers).b(body);
532
- return b.build();
533
- };
534
- const se_GetMatchingJobCommand = async (input, context) => {
535
- const b = core.requestBuilder(input, context);
536
- const headers = {};
537
- b.bp("/matchingworkflows/{workflowName}/jobs/{jobId}");
538
- b.p("workflowName", () => input.workflowName, "{workflowName}", false);
539
- b.p("jobId", () => input.jobId, "{jobId}", false);
540
- let body;
541
- b.m("GET").h(headers).b(body);
542
- return b.build();
543
- };
544
- const se_GetMatchingWorkflowCommand = async (input, context) => {
545
- const b = core.requestBuilder(input, context);
546
- const headers = {};
547
- b.bp("/matchingworkflows/{workflowName}");
548
- b.p("workflowName", () => input.workflowName, "{workflowName}", false);
549
- let body;
550
- b.m("GET").h(headers).b(body);
551
- return b.build();
552
- };
553
- const se_GetPolicyCommand = async (input, context) => {
554
- const b = core.requestBuilder(input, context);
555
- const headers = {};
556
- b.bp("/policies/{arn}");
557
- b.p("arn", () => input.arn, "{arn}", false);
558
- let body;
559
- b.m("GET").h(headers).b(body);
560
- return b.build();
561
- };
562
- const se_GetProviderServiceCommand = async (input, context) => {
563
- const b = core.requestBuilder(input, context);
564
- const headers = {};
565
- b.bp("/providerservices/{providerName}/{providerServiceName}");
566
- b.p("providerName", () => input.providerName, "{providerName}", false);
567
- b.p("providerServiceName", () => input.providerServiceName, "{providerServiceName}", false);
568
- let body;
569
- b.m("GET").h(headers).b(body);
570
- return b.build();
571
- };
572
- const se_GetSchemaMappingCommand = async (input, context) => {
573
- const b = core.requestBuilder(input, context);
574
- const headers = {};
575
- b.bp("/schemas/{schemaName}");
576
- b.p("schemaName", () => input.schemaName, "{schemaName}", false);
577
- let body;
578
- b.m("GET").h(headers).b(body);
579
- return b.build();
580
- };
581
- const se_ListIdMappingJobsCommand = async (input, context) => {
582
- const b = core.requestBuilder(input, context);
583
- const headers = {};
584
- b.bp("/idmappingworkflows/{workflowName}/jobs");
585
- b.p("workflowName", () => input.workflowName, "{workflowName}", false);
586
- const query = smithyClient.map({
587
- [_nT]: [, input[_nT]],
588
- [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
589
- });
590
- let body;
591
- b.m("GET").h(headers).q(query).b(body);
592
- return b.build();
593
- };
594
- const se_ListIdMappingWorkflowsCommand = async (input, context) => {
595
- const b = core.requestBuilder(input, context);
596
- const headers = {};
597
- b.bp("/idmappingworkflows");
598
- const query = smithyClient.map({
599
- [_nT]: [, input[_nT]],
600
- [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
601
- });
602
- let body;
603
- b.m("GET").h(headers).q(query).b(body);
604
- return b.build();
605
- };
606
- const se_ListIdNamespacesCommand = async (input, context) => {
607
- const b = core.requestBuilder(input, context);
608
- const headers = {};
609
- b.bp("/idnamespaces");
610
- const query = smithyClient.map({
611
- [_nT]: [, input[_nT]],
612
- [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
613
- });
614
- let body;
615
- b.m("GET").h(headers).q(query).b(body);
616
- return b.build();
617
- };
618
- const se_ListMatchingJobsCommand = async (input, context) => {
619
- const b = core.requestBuilder(input, context);
620
- const headers = {};
621
- b.bp("/matchingworkflows/{workflowName}/jobs");
622
- b.p("workflowName", () => input.workflowName, "{workflowName}", false);
623
- const query = smithyClient.map({
624
- [_nT]: [, input[_nT]],
625
- [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
626
- });
627
- let body;
628
- b.m("GET").h(headers).q(query).b(body);
629
- return b.build();
630
- };
631
- const se_ListMatchingWorkflowsCommand = async (input, context) => {
632
- const b = core.requestBuilder(input, context);
633
- const headers = {};
634
- b.bp("/matchingworkflows");
635
- const query = smithyClient.map({
636
- [_nT]: [, input[_nT]],
637
- [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
638
- });
639
- let body;
640
- b.m("GET").h(headers).q(query).b(body);
641
- return b.build();
642
- };
643
- const se_ListProviderServicesCommand = async (input, context) => {
644
- const b = core.requestBuilder(input, context);
645
- const headers = {};
646
- b.bp("/providerservices");
647
- const query = smithyClient.map({
648
- [_nT]: [, input[_nT]],
649
- [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
650
- [_pN]: [, input[_pN]],
651
- });
652
- let body;
653
- b.m("GET").h(headers).q(query).b(body);
654
- return b.build();
655
- };
656
- const se_ListSchemaMappingsCommand = async (input, context) => {
657
- const b = core.requestBuilder(input, context);
658
- const headers = {};
659
- b.bp("/schemas");
660
- const query = smithyClient.map({
661
- [_nT]: [, input[_nT]],
662
- [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
663
- });
664
- let body;
665
- b.m("GET").h(headers).q(query).b(body);
666
- return b.build();
667
- };
668
- const se_ListTagsForResourceCommand = async (input, context) => {
669
- const b = core.requestBuilder(input, context);
670
- const headers = {};
671
- b.bp("/tags/{resourceArn}");
672
- b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
673
- let body;
674
- b.m("GET").h(headers).b(body);
675
- return b.build();
676
- };
677
- const se_PutPolicyCommand = async (input, context) => {
678
- const b = core.requestBuilder(input, context);
679
- const headers = {
680
- "content-type": "application/json",
681
- };
682
- b.bp("/policies/{arn}");
683
- b.p("arn", () => input.arn, "{arn}", false);
684
- let body;
685
- body = JSON.stringify(smithyClient.take(input, {
686
- policy: [],
687
- token: [],
688
- }));
689
- b.m("PUT").h(headers).b(body);
690
- return b.build();
691
- };
692
- const se_StartIdMappingJobCommand = async (input, context) => {
693
- const b = core.requestBuilder(input, context);
694
- const headers = {
695
- "content-type": "application/json",
696
- };
697
- b.bp("/idmappingworkflows/{workflowName}/jobs");
698
- b.p("workflowName", () => input.workflowName, "{workflowName}", false);
699
- let body;
700
- body = JSON.stringify(smithyClient.take(input, {
701
- jobType: [],
702
- outputSourceConfig: (_) => smithyClient._json(_),
703
- }));
704
- b.m("POST").h(headers).b(body);
705
- return b.build();
706
- };
707
- const se_StartMatchingJobCommand = async (input, context) => {
708
- const b = core.requestBuilder(input, context);
709
- const headers = {};
710
- b.bp("/matchingworkflows/{workflowName}/jobs");
711
- b.p("workflowName", () => input.workflowName, "{workflowName}", false);
712
- let body;
713
- b.m("POST").h(headers).b(body);
714
- return b.build();
715
- };
716
- const se_TagResourceCommand = async (input, context) => {
717
- const b = core.requestBuilder(input, context);
718
- const headers = {
719
- "content-type": "application/json",
720
- };
721
- b.bp("/tags/{resourceArn}");
722
- b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
723
- let body;
724
- body = JSON.stringify(smithyClient.take(input, {
725
- tags: (_) => smithyClient._json(_),
726
- }));
727
- b.m("POST").h(headers).b(body);
728
- return b.build();
729
- };
730
- const se_UntagResourceCommand = async (input, context) => {
731
- const b = core.requestBuilder(input, context);
732
- const headers = {};
733
- b.bp("/tags/{resourceArn}");
734
- b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
735
- const query = smithyClient.map({
736
- [_tK]: [smithyClient.expectNonNull(input.tagKeys, `tagKeys`) != null, () => input[_tK] || []],
737
- });
738
- let body;
739
- b.m("DELETE").h(headers).q(query).b(body);
740
- return b.build();
741
- };
742
- const se_UpdateIdMappingWorkflowCommand = async (input, context) => {
743
- const b = core.requestBuilder(input, context);
744
- const headers = {
745
- "content-type": "application/json",
746
- };
747
- b.bp("/idmappingworkflows/{workflowName}");
748
- b.p("workflowName", () => input.workflowName, "{workflowName}", false);
749
- let body;
750
- body = JSON.stringify(smithyClient.take(input, {
751
- description: [],
752
- idMappingTechniques: (_) => se_IdMappingTechniques(_),
753
- incrementalRunConfig: (_) => smithyClient._json(_),
754
- inputSourceConfig: (_) => smithyClient._json(_),
755
- outputSourceConfig: (_) => smithyClient._json(_),
756
- roleArn: [],
757
- }));
758
- b.m("PUT").h(headers).b(body);
759
- return b.build();
760
- };
761
- const se_UpdateIdNamespaceCommand = async (input, context) => {
762
- const b = core.requestBuilder(input, context);
763
- const headers = {
764
- "content-type": "application/json",
765
- };
766
- b.bp("/idnamespaces/{idNamespaceName}");
767
- b.p("idNamespaceName", () => input.idNamespaceName, "{idNamespaceName}", false);
768
- let body;
769
- body = JSON.stringify(smithyClient.take(input, {
770
- description: [],
771
- idMappingWorkflowProperties: (_) => se_IdNamespaceIdMappingWorkflowPropertiesList(_),
772
- inputSourceConfig: (_) => smithyClient._json(_),
773
- roleArn: [],
774
- }));
775
- b.m("PUT").h(headers).b(body);
776
- return b.build();
777
- };
778
- const se_UpdateMatchingWorkflowCommand = async (input, context) => {
779
- const b = core.requestBuilder(input, context);
780
- const headers = {
781
- "content-type": "application/json",
782
- };
783
- b.bp("/matchingworkflows/{workflowName}");
784
- b.p("workflowName", () => input.workflowName, "{workflowName}", false);
785
- let body;
786
- body = JSON.stringify(smithyClient.take(input, {
787
- description: [],
788
- incrementalRunConfig: (_) => smithyClient._json(_),
789
- inputSourceConfig: (_) => smithyClient._json(_),
790
- outputSourceConfig: (_) => smithyClient._json(_),
791
- resolutionTechniques: (_) => se_ResolutionTechniques(_),
792
- roleArn: [],
793
- }));
794
- b.m("PUT").h(headers).b(body);
795
- return b.build();
796
- };
797
- const se_UpdateSchemaMappingCommand = async (input, context) => {
798
- const b = core.requestBuilder(input, context);
799
- const headers = {
800
- "content-type": "application/json",
801
- };
802
- b.bp("/schemas/{schemaName}");
803
- b.p("schemaName", () => input.schemaName, "{schemaName}", false);
804
- let body;
805
- body = JSON.stringify(smithyClient.take(input, {
806
- description: [],
807
- mappedInputFields: (_) => smithyClient._json(_),
808
- }));
809
- b.m("PUT").h(headers).b(body);
810
- return b.build();
811
- };
812
- const de_AddPolicyStatementCommand = async (output, context) => {
813
- if (output.statusCode !== 200 && output.statusCode >= 300) {
814
- return de_CommandError(output, context);
815
- }
816
- const contents = smithyClient.map({
817
- $metadata: deserializeMetadata(output),
818
- });
819
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
820
- const doc = smithyClient.take(data, {
821
- arn: smithyClient.expectString,
822
- policy: smithyClient.expectString,
823
- token: smithyClient.expectString,
824
- });
825
- Object.assign(contents, doc);
826
- return contents;
827
- };
828
- const de_BatchDeleteUniqueIdCommand = async (output, context) => {
829
- if (output.statusCode !== 200 && output.statusCode >= 300) {
830
- return de_CommandError(output, context);
831
- }
832
- const contents = smithyClient.map({
833
- $metadata: deserializeMetadata(output),
834
- });
835
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
836
- const doc = smithyClient.take(data, {
837
- deleted: smithyClient._json,
838
- disconnectedUniqueIds: smithyClient._json,
839
- errors: smithyClient._json,
840
- status: smithyClient.expectString,
841
- });
842
- Object.assign(contents, doc);
843
- return contents;
844
- };
845
- const de_CreateIdMappingWorkflowCommand = async (output, context) => {
846
- if (output.statusCode !== 200 && output.statusCode >= 300) {
847
- return de_CommandError(output, context);
848
- }
849
- const contents = smithyClient.map({
850
- $metadata: deserializeMetadata(output),
851
- });
852
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
853
- const doc = smithyClient.take(data, {
854
- description: smithyClient.expectString,
855
- idMappingTechniques: (_) => de_IdMappingTechniques(_),
856
- incrementalRunConfig: smithyClient._json,
857
- inputSourceConfig: smithyClient._json,
858
- outputSourceConfig: smithyClient._json,
859
- roleArn: smithyClient.expectString,
860
- workflowArn: smithyClient.expectString,
861
- workflowName: smithyClient.expectString,
862
- });
863
- Object.assign(contents, doc);
864
- return contents;
865
- };
866
- const de_CreateIdNamespaceCommand = async (output, context) => {
867
- if (output.statusCode !== 200 && output.statusCode >= 300) {
868
- return de_CommandError(output, context);
869
- }
870
- const contents = smithyClient.map({
871
- $metadata: deserializeMetadata(output),
872
- });
873
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
874
- const doc = smithyClient.take(data, {
875
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
876
- description: smithyClient.expectString,
877
- idMappingWorkflowProperties: (_) => de_IdNamespaceIdMappingWorkflowPropertiesList(_),
878
- idNamespaceArn: smithyClient.expectString,
879
- idNamespaceName: smithyClient.expectString,
880
- inputSourceConfig: smithyClient._json,
881
- roleArn: smithyClient.expectString,
882
- tags: smithyClient._json,
883
- type: smithyClient.expectString,
884
- updatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
885
- });
886
- Object.assign(contents, doc);
887
- return contents;
888
- };
889
- const de_CreateMatchingWorkflowCommand = async (output, context) => {
890
- if (output.statusCode !== 200 && output.statusCode >= 300) {
891
- return de_CommandError(output, context);
892
- }
893
- const contents = smithyClient.map({
894
- $metadata: deserializeMetadata(output),
895
- });
896
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
897
- const doc = smithyClient.take(data, {
898
- description: smithyClient.expectString,
899
- incrementalRunConfig: smithyClient._json,
900
- inputSourceConfig: smithyClient._json,
901
- outputSourceConfig: smithyClient._json,
902
- resolutionTechniques: (_) => de_ResolutionTechniques(_),
903
- roleArn: smithyClient.expectString,
904
- workflowArn: smithyClient.expectString,
905
- workflowName: smithyClient.expectString,
906
- });
907
- Object.assign(contents, doc);
908
- return contents;
909
- };
910
- const de_CreateSchemaMappingCommand = async (output, context) => {
911
- if (output.statusCode !== 200 && output.statusCode >= 300) {
912
- return de_CommandError(output, context);
913
- }
914
- const contents = smithyClient.map({
915
- $metadata: deserializeMetadata(output),
916
- });
917
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
918
- const doc = smithyClient.take(data, {
919
- description: smithyClient.expectString,
920
- mappedInputFields: smithyClient._json,
921
- schemaArn: smithyClient.expectString,
922
- schemaName: smithyClient.expectString,
923
- });
924
- Object.assign(contents, doc);
925
- return contents;
926
- };
927
- const de_DeleteIdMappingWorkflowCommand = async (output, context) => {
928
- if (output.statusCode !== 200 && output.statusCode >= 300) {
929
- return de_CommandError(output, context);
930
- }
931
- const contents = smithyClient.map({
932
- $metadata: deserializeMetadata(output),
933
- });
934
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
935
- const doc = smithyClient.take(data, {
936
- message: smithyClient.expectString,
937
- });
938
- Object.assign(contents, doc);
939
- return contents;
940
- };
941
- const de_DeleteIdNamespaceCommand = async (output, context) => {
942
- if (output.statusCode !== 200 && output.statusCode >= 300) {
943
- return de_CommandError(output, context);
944
- }
945
- const contents = smithyClient.map({
946
- $metadata: deserializeMetadata(output),
947
- });
948
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
949
- const doc = smithyClient.take(data, {
950
- message: smithyClient.expectString,
951
- });
952
- Object.assign(contents, doc);
953
- return contents;
954
- };
955
- const de_DeleteMatchingWorkflowCommand = async (output, context) => {
956
- if (output.statusCode !== 200 && output.statusCode >= 300) {
957
- return de_CommandError(output, context);
958
- }
959
- const contents = smithyClient.map({
960
- $metadata: deserializeMetadata(output),
961
- });
962
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
963
- const doc = smithyClient.take(data, {
964
- message: smithyClient.expectString,
965
- });
966
- Object.assign(contents, doc);
967
- return contents;
968
- };
969
- const de_DeletePolicyStatementCommand = async (output, context) => {
970
- if (output.statusCode !== 200 && output.statusCode >= 300) {
971
- return de_CommandError(output, context);
972
- }
973
- const contents = smithyClient.map({
974
- $metadata: deserializeMetadata(output),
975
- });
976
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
977
- const doc = smithyClient.take(data, {
978
- arn: smithyClient.expectString,
979
- policy: smithyClient.expectString,
980
- token: smithyClient.expectString,
981
- });
982
- Object.assign(contents, doc);
983
- return contents;
984
- };
985
- const de_DeleteSchemaMappingCommand = async (output, context) => {
986
- if (output.statusCode !== 200 && output.statusCode >= 300) {
987
- return de_CommandError(output, context);
988
- }
989
- const contents = smithyClient.map({
990
- $metadata: deserializeMetadata(output),
991
- });
992
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
993
- const doc = smithyClient.take(data, {
994
- message: smithyClient.expectString,
995
- });
996
- Object.assign(contents, doc);
997
- return contents;
998
- };
999
- const de_GenerateMatchIdCommand = async (output, context) => {
1000
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1001
- return de_CommandError(output, context);
1002
- }
1003
- const contents = smithyClient.map({
1004
- $metadata: deserializeMetadata(output),
1005
- });
1006
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1007
- const doc = smithyClient.take(data, {
1008
- failedRecords: smithyClient._json,
1009
- matchGroups: smithyClient._json,
1010
- });
1011
- Object.assign(contents, doc);
1012
- return contents;
1013
- };
1014
- const de_GetIdMappingJobCommand = async (output, context) => {
1015
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1016
- return de_CommandError(output, context);
1017
- }
1018
- const contents = smithyClient.map({
1019
- $metadata: deserializeMetadata(output),
1020
- });
1021
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1022
- const doc = smithyClient.take(data, {
1023
- endTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1024
- errorDetails: smithyClient._json,
1025
- jobId: smithyClient.expectString,
1026
- jobType: smithyClient.expectString,
1027
- metrics: smithyClient._json,
1028
- outputSourceConfig: smithyClient._json,
1029
- startTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1030
- status: smithyClient.expectString,
1031
- });
1032
- Object.assign(contents, doc);
1033
- return contents;
1034
- };
1035
- const de_GetIdMappingWorkflowCommand = async (output, context) => {
1036
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1037
- return de_CommandError(output, context);
1038
- }
1039
- const contents = smithyClient.map({
1040
- $metadata: deserializeMetadata(output),
1041
- });
1042
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1043
- const doc = smithyClient.take(data, {
1044
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1045
- description: smithyClient.expectString,
1046
- idMappingTechniques: (_) => de_IdMappingTechniques(_),
1047
- incrementalRunConfig: smithyClient._json,
1048
- inputSourceConfig: smithyClient._json,
1049
- outputSourceConfig: smithyClient._json,
1050
- roleArn: smithyClient.expectString,
1051
- tags: smithyClient._json,
1052
- updatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1053
- workflowArn: smithyClient.expectString,
1054
- workflowName: smithyClient.expectString,
1055
- });
1056
- Object.assign(contents, doc);
1057
- return contents;
1058
- };
1059
- const de_GetIdNamespaceCommand = async (output, context) => {
1060
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1061
- return de_CommandError(output, context);
1062
- }
1063
- const contents = smithyClient.map({
1064
- $metadata: deserializeMetadata(output),
1065
- });
1066
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1067
- const doc = smithyClient.take(data, {
1068
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1069
- description: smithyClient.expectString,
1070
- idMappingWorkflowProperties: (_) => de_IdNamespaceIdMappingWorkflowPropertiesList(_),
1071
- idNamespaceArn: smithyClient.expectString,
1072
- idNamespaceName: smithyClient.expectString,
1073
- inputSourceConfig: smithyClient._json,
1074
- roleArn: smithyClient.expectString,
1075
- tags: smithyClient._json,
1076
- type: smithyClient.expectString,
1077
- updatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1078
- });
1079
- Object.assign(contents, doc);
1080
- return contents;
1081
- };
1082
- const de_GetMatchIdCommand = async (output, context) => {
1083
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1084
- return de_CommandError(output, context);
1085
- }
1086
- const contents = smithyClient.map({
1087
- $metadata: deserializeMetadata(output),
1088
- });
1089
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1090
- const doc = smithyClient.take(data, {
1091
- matchId: smithyClient.expectString,
1092
- matchRule: smithyClient.expectString,
1093
- });
1094
- Object.assign(contents, doc);
1095
- return contents;
1096
- };
1097
- const de_GetMatchingJobCommand = async (output, context) => {
1098
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1099
- return de_CommandError(output, context);
1100
- }
1101
- const contents = smithyClient.map({
1102
- $metadata: deserializeMetadata(output),
1103
- });
1104
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1105
- const doc = smithyClient.take(data, {
1106
- endTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1107
- errorDetails: smithyClient._json,
1108
- jobId: smithyClient.expectString,
1109
- metrics: smithyClient._json,
1110
- outputSourceConfig: smithyClient._json,
1111
- startTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1112
- status: smithyClient.expectString,
1113
- });
1114
- Object.assign(contents, doc);
1115
- return contents;
1116
- };
1117
- const de_GetMatchingWorkflowCommand = async (output, context) => {
1118
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1119
- return de_CommandError(output, context);
1120
- }
1121
- const contents = smithyClient.map({
1122
- $metadata: deserializeMetadata(output),
1123
- });
1124
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1125
- const doc = smithyClient.take(data, {
1126
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1127
- description: smithyClient.expectString,
1128
- incrementalRunConfig: smithyClient._json,
1129
- inputSourceConfig: smithyClient._json,
1130
- outputSourceConfig: smithyClient._json,
1131
- resolutionTechniques: (_) => de_ResolutionTechniques(_),
1132
- roleArn: smithyClient.expectString,
1133
- tags: smithyClient._json,
1134
- updatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1135
- workflowArn: smithyClient.expectString,
1136
- workflowName: smithyClient.expectString,
1137
- });
1138
- Object.assign(contents, doc);
1139
- return contents;
1140
- };
1141
- const de_GetPolicyCommand = async (output, context) => {
1142
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1143
- return de_CommandError(output, context);
1144
- }
1145
- const contents = smithyClient.map({
1146
- $metadata: deserializeMetadata(output),
1147
- });
1148
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1149
- const doc = smithyClient.take(data, {
1150
- arn: smithyClient.expectString,
1151
- policy: smithyClient.expectString,
1152
- token: smithyClient.expectString,
1153
- });
1154
- Object.assign(contents, doc);
1155
- return contents;
1156
- };
1157
- const de_GetProviderServiceCommand = async (output, context) => {
1158
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1159
- return de_CommandError(output, context);
1160
- }
1161
- const contents = smithyClient.map({
1162
- $metadata: deserializeMetadata(output),
1163
- });
1164
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1165
- const doc = smithyClient.take(data, {
1166
- anonymizedOutput: smithyClient.expectBoolean,
1167
- providerComponentSchema: smithyClient._json,
1168
- providerConfigurationDefinition: (_) => de_Document(_),
1169
- providerEndpointConfiguration: (_) => smithyClient._json(core$1.awsExpectUnion(_)),
1170
- providerEntityOutputDefinition: (_) => de_Document(_),
1171
- providerIdNameSpaceConfiguration: (_) => de_ProviderIdNameSpaceConfiguration(_),
1172
- providerIntermediateDataAccessConfiguration: smithyClient._json,
1173
- providerJobConfiguration: (_) => de_Document(_),
1174
- providerName: smithyClient.expectString,
1175
- providerServiceArn: smithyClient.expectString,
1176
- providerServiceDisplayName: smithyClient.expectString,
1177
- providerServiceName: smithyClient.expectString,
1178
- providerServiceType: smithyClient.expectString,
1179
- });
1180
- Object.assign(contents, doc);
1181
- return contents;
1182
- };
1183
- const de_GetSchemaMappingCommand = async (output, context) => {
1184
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1185
- return de_CommandError(output, context);
1186
- }
1187
- const contents = smithyClient.map({
1188
- $metadata: deserializeMetadata(output),
1189
- });
1190
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1191
- const doc = smithyClient.take(data, {
1192
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1193
- description: smithyClient.expectString,
1194
- hasWorkflows: smithyClient.expectBoolean,
1195
- mappedInputFields: smithyClient._json,
1196
- schemaArn: smithyClient.expectString,
1197
- schemaName: smithyClient.expectString,
1198
- tags: smithyClient._json,
1199
- updatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1200
- });
1201
- Object.assign(contents, doc);
1202
- return contents;
1203
- };
1204
- const de_ListIdMappingJobsCommand = async (output, context) => {
1205
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1206
- return de_CommandError(output, context);
1207
- }
1208
- const contents = smithyClient.map({
1209
- $metadata: deserializeMetadata(output),
1210
- });
1211
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1212
- const doc = smithyClient.take(data, {
1213
- jobs: (_) => de_JobList(_),
1214
- nextToken: smithyClient.expectString,
1215
- });
1216
- Object.assign(contents, doc);
1217
- return contents;
1218
- };
1219
- const de_ListIdMappingWorkflowsCommand = async (output, context) => {
1220
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1221
- return de_CommandError(output, context);
1222
- }
1223
- const contents = smithyClient.map({
1224
- $metadata: deserializeMetadata(output),
1225
- });
1226
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1227
- const doc = smithyClient.take(data, {
1228
- nextToken: smithyClient.expectString,
1229
- workflowSummaries: (_) => de_IdMappingWorkflowList(_),
1230
- });
1231
- Object.assign(contents, doc);
1232
- return contents;
1233
- };
1234
- const de_ListIdNamespacesCommand = async (output, context) => {
1235
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1236
- return de_CommandError(output, context);
1237
- }
1238
- const contents = smithyClient.map({
1239
- $metadata: deserializeMetadata(output),
1240
- });
1241
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1242
- const doc = smithyClient.take(data, {
1243
- idNamespaceSummaries: (_) => de_IdNamespaceList(_),
1244
- nextToken: smithyClient.expectString,
1245
- });
1246
- Object.assign(contents, doc);
1247
- return contents;
1248
- };
1249
- const de_ListMatchingJobsCommand = async (output, context) => {
1250
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1251
- return de_CommandError(output, context);
1252
- }
1253
- const contents = smithyClient.map({
1254
- $metadata: deserializeMetadata(output),
1255
- });
1256
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1257
- const doc = smithyClient.take(data, {
1258
- jobs: (_) => de_JobList(_),
1259
- nextToken: smithyClient.expectString,
1260
- });
1261
- Object.assign(contents, doc);
1262
- return contents;
1263
- };
1264
- const de_ListMatchingWorkflowsCommand = async (output, context) => {
1265
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1266
- return de_CommandError(output, context);
1267
- }
1268
- const contents = smithyClient.map({
1269
- $metadata: deserializeMetadata(output),
1270
- });
1271
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1272
- const doc = smithyClient.take(data, {
1273
- nextToken: smithyClient.expectString,
1274
- workflowSummaries: (_) => de_MatchingWorkflowList(_),
1275
- });
1276
- Object.assign(contents, doc);
1277
- return contents;
1278
- };
1279
- const de_ListProviderServicesCommand = async (output, context) => {
1280
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1281
- return de_CommandError(output, context);
1282
- }
1283
- const contents = smithyClient.map({
1284
- $metadata: deserializeMetadata(output),
1285
- });
1286
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1287
- const doc = smithyClient.take(data, {
1288
- nextToken: smithyClient.expectString,
1289
- providerServiceSummaries: smithyClient._json,
1290
- });
1291
- Object.assign(contents, doc);
1292
- return contents;
1293
- };
1294
- const de_ListSchemaMappingsCommand = async (output, context) => {
1295
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1296
- return de_CommandError(output, context);
1297
- }
1298
- const contents = smithyClient.map({
1299
- $metadata: deserializeMetadata(output),
1300
- });
1301
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1302
- const doc = smithyClient.take(data, {
1303
- nextToken: smithyClient.expectString,
1304
- schemaList: (_) => de_SchemaMappingList(_),
1305
- });
1306
- Object.assign(contents, doc);
1307
- return contents;
1308
- };
1309
- const de_ListTagsForResourceCommand = async (output, context) => {
1310
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1311
- return de_CommandError(output, context);
1312
- }
1313
- const contents = smithyClient.map({
1314
- $metadata: deserializeMetadata(output),
1315
- });
1316
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1317
- const doc = smithyClient.take(data, {
1318
- tags: smithyClient._json,
1319
- });
1320
- Object.assign(contents, doc);
1321
- return contents;
1322
- };
1323
- const de_PutPolicyCommand = async (output, context) => {
1324
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1325
- return de_CommandError(output, context);
1326
- }
1327
- const contents = smithyClient.map({
1328
- $metadata: deserializeMetadata(output),
1329
- });
1330
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1331
- const doc = smithyClient.take(data, {
1332
- arn: smithyClient.expectString,
1333
- policy: smithyClient.expectString,
1334
- token: smithyClient.expectString,
1335
- });
1336
- Object.assign(contents, doc);
1337
- return contents;
1338
- };
1339
- const de_StartIdMappingJobCommand = async (output, context) => {
1340
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1341
- return de_CommandError(output, context);
1342
- }
1343
- const contents = smithyClient.map({
1344
- $metadata: deserializeMetadata(output),
1345
- });
1346
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1347
- const doc = smithyClient.take(data, {
1348
- jobId: smithyClient.expectString,
1349
- jobType: smithyClient.expectString,
1350
- outputSourceConfig: smithyClient._json,
1351
- });
1352
- Object.assign(contents, doc);
1353
- return contents;
1354
- };
1355
- const de_StartMatchingJobCommand = async (output, context) => {
1356
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1357
- return de_CommandError(output, context);
1358
- }
1359
- const contents = smithyClient.map({
1360
- $metadata: deserializeMetadata(output),
1361
- });
1362
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1363
- const doc = smithyClient.take(data, {
1364
- jobId: smithyClient.expectString,
1365
- });
1366
- Object.assign(contents, doc);
1367
- return contents;
1368
- };
1369
- const de_TagResourceCommand = async (output, context) => {
1370
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1371
- return de_CommandError(output, context);
1372
- }
1373
- const contents = smithyClient.map({
1374
- $metadata: deserializeMetadata(output),
1375
- });
1376
- await smithyClient.collectBody(output.body, context);
1377
- return contents;
1378
- };
1379
- const de_UntagResourceCommand = async (output, context) => {
1380
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1381
- return de_CommandError(output, context);
1382
- }
1383
- const contents = smithyClient.map({
1384
- $metadata: deserializeMetadata(output),
1385
- });
1386
- await smithyClient.collectBody(output.body, context);
1387
- return contents;
1388
- };
1389
- const de_UpdateIdMappingWorkflowCommand = async (output, context) => {
1390
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1391
- return de_CommandError(output, context);
1392
- }
1393
- const contents = smithyClient.map({
1394
- $metadata: deserializeMetadata(output),
1395
- });
1396
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1397
- const doc = smithyClient.take(data, {
1398
- description: smithyClient.expectString,
1399
- idMappingTechniques: (_) => de_IdMappingTechniques(_),
1400
- incrementalRunConfig: smithyClient._json,
1401
- inputSourceConfig: smithyClient._json,
1402
- outputSourceConfig: smithyClient._json,
1403
- roleArn: smithyClient.expectString,
1404
- workflowArn: smithyClient.expectString,
1405
- workflowName: smithyClient.expectString,
1406
- });
1407
- Object.assign(contents, doc);
1408
- return contents;
1409
- };
1410
- const de_UpdateIdNamespaceCommand = async (output, context) => {
1411
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1412
- return de_CommandError(output, context);
1413
- }
1414
- const contents = smithyClient.map({
1415
- $metadata: deserializeMetadata(output),
1416
- });
1417
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1418
- const doc = smithyClient.take(data, {
1419
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1420
- description: smithyClient.expectString,
1421
- idMappingWorkflowProperties: (_) => de_IdNamespaceIdMappingWorkflowPropertiesList(_),
1422
- idNamespaceArn: smithyClient.expectString,
1423
- idNamespaceName: smithyClient.expectString,
1424
- inputSourceConfig: smithyClient._json,
1425
- roleArn: smithyClient.expectString,
1426
- type: smithyClient.expectString,
1427
- updatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1428
- });
1429
- Object.assign(contents, doc);
1430
- return contents;
1431
- };
1432
- const de_UpdateMatchingWorkflowCommand = async (output, context) => {
1433
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1434
- return de_CommandError(output, context);
1435
- }
1436
- const contents = smithyClient.map({
1437
- $metadata: deserializeMetadata(output),
1438
- });
1439
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1440
- const doc = smithyClient.take(data, {
1441
- description: smithyClient.expectString,
1442
- incrementalRunConfig: smithyClient._json,
1443
- inputSourceConfig: smithyClient._json,
1444
- outputSourceConfig: smithyClient._json,
1445
- resolutionTechniques: (_) => de_ResolutionTechniques(_),
1446
- roleArn: smithyClient.expectString,
1447
- workflowName: smithyClient.expectString,
1448
- });
1449
- Object.assign(contents, doc);
1450
- return contents;
1451
- };
1452
- const de_UpdateSchemaMappingCommand = async (output, context) => {
1453
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1454
- return de_CommandError(output, context);
1455
- }
1456
- const contents = smithyClient.map({
1457
- $metadata: deserializeMetadata(output),
1458
- });
1459
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1460
- const doc = smithyClient.take(data, {
1461
- description: smithyClient.expectString,
1462
- mappedInputFields: smithyClient._json,
1463
- schemaArn: smithyClient.expectString,
1464
- schemaName: smithyClient.expectString,
1465
- });
1466
- Object.assign(contents, doc);
1467
- return contents;
1468
- };
1469
- const de_CommandError = async (output, context) => {
1470
- const parsedOutput = {
1471
- ...output,
1472
- body: await core$1.parseJsonErrorBody(output.body, context),
1473
- };
1474
- const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
1475
- switch (errorCode) {
1476
- case "AccessDeniedException":
1477
- case "com.amazonaws.entityresolution#AccessDeniedException":
1478
- throw await de_AccessDeniedExceptionRes(parsedOutput);
1479
- case "ConflictException":
1480
- case "com.amazonaws.entityresolution#ConflictException":
1481
- throw await de_ConflictExceptionRes(parsedOutput);
1482
- case "InternalServerException":
1483
- case "com.amazonaws.entityresolution#InternalServerException":
1484
- throw await de_InternalServerExceptionRes(parsedOutput);
1485
- case "ResourceNotFoundException":
1486
- case "com.amazonaws.entityresolution#ResourceNotFoundException":
1487
- throw await de_ResourceNotFoundExceptionRes(parsedOutput);
1488
- case "ThrottlingException":
1489
- case "com.amazonaws.entityresolution#ThrottlingException":
1490
- throw await de_ThrottlingExceptionRes(parsedOutput);
1491
- case "ValidationException":
1492
- case "com.amazonaws.entityresolution#ValidationException":
1493
- throw await de_ValidationExceptionRes(parsedOutput);
1494
- case "ExceedsLimitException":
1495
- case "com.amazonaws.entityresolution#ExceedsLimitException":
1496
- throw await de_ExceedsLimitExceptionRes(parsedOutput);
1497
- default:
1498
- const parsedBody = parsedOutput.body;
1499
- return throwDefaultError({
1500
- output,
1501
- parsedBody,
1502
- errorCode,
1503
- });
1504
- }
1505
- };
1506
- const throwDefaultError = smithyClient.withBaseException(EntityResolutionServiceException);
1507
- const de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
1508
- const contents = smithyClient.map({});
1509
- const data = parsedOutput.body;
1510
- const doc = smithyClient.take(data, {
1511
- message: smithyClient.expectString,
1512
- });
1513
- Object.assign(contents, doc);
1514
- const exception = new AccessDeniedException({
1515
- $metadata: deserializeMetadata(parsedOutput),
1516
- ...contents,
1517
- });
1518
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1519
- };
1520
- const de_ConflictExceptionRes = async (parsedOutput, context) => {
1521
- const contents = smithyClient.map({});
1522
- const data = parsedOutput.body;
1523
- const doc = smithyClient.take(data, {
1524
- message: smithyClient.expectString,
1525
- });
1526
- Object.assign(contents, doc);
1527
- const exception = new ConflictException({
1528
- $metadata: deserializeMetadata(parsedOutput),
1529
- ...contents,
1530
- });
1531
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1532
- };
1533
- const de_ExceedsLimitExceptionRes = async (parsedOutput, context) => {
1534
- const contents = smithyClient.map({});
1535
- const data = parsedOutput.body;
1536
- const doc = smithyClient.take(data, {
1537
- message: smithyClient.expectString,
1538
- quotaName: smithyClient.expectString,
1539
- quotaValue: smithyClient.expectInt32,
1540
- });
1541
- Object.assign(contents, doc);
1542
- const exception = new ExceedsLimitException({
1543
- $metadata: deserializeMetadata(parsedOutput),
1544
- ...contents,
1545
- });
1546
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1547
- };
1548
- const de_InternalServerExceptionRes = async (parsedOutput, context) => {
1549
- const contents = smithyClient.map({});
1550
- const data = parsedOutput.body;
1551
- const doc = smithyClient.take(data, {
1552
- message: smithyClient.expectString,
1553
- });
1554
- Object.assign(contents, doc);
1555
- const exception = new InternalServerException({
1556
- $metadata: deserializeMetadata(parsedOutput),
1557
- ...contents,
1558
- });
1559
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1560
- };
1561
- const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
1562
- const contents = smithyClient.map({});
1563
- const data = parsedOutput.body;
1564
- const doc = smithyClient.take(data, {
1565
- message: smithyClient.expectString,
1566
- });
1567
- Object.assign(contents, doc);
1568
- const exception = new ResourceNotFoundException({
1569
- $metadata: deserializeMetadata(parsedOutput),
1570
- ...contents,
1571
- });
1572
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1573
- };
1574
- const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
1575
- const contents = smithyClient.map({});
1576
- const data = parsedOutput.body;
1577
- const doc = smithyClient.take(data, {
1578
- message: smithyClient.expectString,
1579
- });
1580
- Object.assign(contents, doc);
1581
- const exception = new ThrottlingException({
1582
- $metadata: deserializeMetadata(parsedOutput),
1583
- ...contents,
1584
- });
1585
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1586
- };
1587
- const de_ValidationExceptionRes = async (parsedOutput, context) => {
1588
- const contents = smithyClient.map({});
1589
- const data = parsedOutput.body;
1590
- const doc = smithyClient.take(data, {
1591
- message: smithyClient.expectString,
1592
- });
1593
- Object.assign(contents, doc);
1594
- const exception = new ValidationException({
1595
- $metadata: deserializeMetadata(parsedOutput),
1596
- ...contents,
1597
- });
1598
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1599
- };
1600
- const se_IdMappingTechniques = (input, context) => {
1601
- return smithyClient.take(input, {
1602
- idMappingType: [],
1603
- providerProperties: (_) => se_ProviderProperties(_),
1604
- ruleBasedProperties: smithyClient._json,
1605
- });
1606
- };
1607
- const se_IdNamespaceIdMappingWorkflowProperties = (input, context) => {
1608
- return smithyClient.take(input, {
1609
- idMappingType: [],
1610
- providerProperties: (_) => se_NamespaceProviderProperties(_),
1611
- ruleBasedProperties: smithyClient._json,
1612
- });
1613
- };
1614
- const se_IdNamespaceIdMappingWorkflowPropertiesList = (input, context) => {
1615
- return input
1616
- .filter((e) => e != null)
1617
- .map((entry) => {
1618
- return se_IdNamespaceIdMappingWorkflowProperties(entry);
1619
- });
1620
- };
1621
- const se_NamespaceProviderProperties = (input, context) => {
1622
- return smithyClient.take(input, {
1623
- providerConfiguration: (_) => se_Document(_),
1624
- providerServiceArn: [],
1625
- });
1626
- };
1627
- const se_ProviderProperties = (input, context) => {
1628
- return smithyClient.take(input, {
1629
- intermediateSourceConfiguration: smithyClient._json,
1630
- providerConfiguration: (_) => se_Document(_),
1631
- providerServiceArn: [],
1632
- });
1633
- };
1634
- const se_ResolutionTechniques = (input, context) => {
1635
- return smithyClient.take(input, {
1636
- providerProperties: (_) => se_ProviderProperties(_),
1637
- resolutionType: [],
1638
- ruleBasedProperties: smithyClient._json,
1639
- ruleConditionProperties: smithyClient._json,
1640
- });
1641
- };
1642
- const se_Document = (input, context) => {
1643
- return input;
1644
- };
1645
- const de_IdMappingTechniques = (output, context) => {
1646
- return smithyClient.take(output, {
1647
- idMappingType: smithyClient.expectString,
1648
- providerProperties: (_) => de_ProviderProperties(_),
1649
- ruleBasedProperties: smithyClient._json,
1650
- });
1651
- };
1652
- const de_IdMappingWorkflowList = (output, context) => {
1653
- const retVal = (output || [])
1654
- .filter((e) => e != null)
1655
- .map((entry) => {
1656
- return de_IdMappingWorkflowSummary(entry);
1657
- });
1658
- return retVal;
1659
- };
1660
- const de_IdMappingWorkflowSummary = (output, context) => {
1661
- return smithyClient.take(output, {
1662
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1663
- updatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1664
- workflowArn: smithyClient.expectString,
1665
- workflowName: smithyClient.expectString,
1666
- });
1667
- };
1668
- const de_IdNamespaceIdMappingWorkflowProperties = (output, context) => {
1669
- return smithyClient.take(output, {
1670
- idMappingType: smithyClient.expectString,
1671
- providerProperties: (_) => de_NamespaceProviderProperties(_),
1672
- ruleBasedProperties: smithyClient._json,
1673
- });
1674
- };
1675
- const de_IdNamespaceIdMappingWorkflowPropertiesList = (output, context) => {
1676
- const retVal = (output || [])
1677
- .filter((e) => e != null)
1678
- .map((entry) => {
1679
- return de_IdNamespaceIdMappingWorkflowProperties(entry);
1680
- });
1681
- return retVal;
1682
- };
1683
- const de_IdNamespaceList = (output, context) => {
1684
- const retVal = (output || [])
1685
- .filter((e) => e != null)
1686
- .map((entry) => {
1687
- return de_IdNamespaceSummary(entry);
1688
- });
1689
- return retVal;
1690
- };
1691
- const de_IdNamespaceSummary = (output, context) => {
1692
- return smithyClient.take(output, {
1693
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1694
- description: smithyClient.expectString,
1695
- idMappingWorkflowProperties: smithyClient._json,
1696
- idNamespaceArn: smithyClient.expectString,
1697
- idNamespaceName: smithyClient.expectString,
1698
- type: smithyClient.expectString,
1699
- updatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1700
- });
1701
- };
1702
- const de_JobList = (output, context) => {
1703
- const retVal = (output || [])
1704
- .filter((e) => e != null)
1705
- .map((entry) => {
1706
- return de_JobSummary(entry);
1707
- });
1708
- return retVal;
1709
- };
1710
- const de_JobSummary = (output, context) => {
1711
- return smithyClient.take(output, {
1712
- endTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1713
- jobId: smithyClient.expectString,
1714
- startTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1715
- status: smithyClient.expectString,
1716
- });
1717
- };
1718
- const de_MatchingWorkflowList = (output, context) => {
1719
- const retVal = (output || [])
1720
- .filter((e) => e != null)
1721
- .map((entry) => {
1722
- return de_MatchingWorkflowSummary(entry);
1723
- });
1724
- return retVal;
1725
- };
1726
- const de_MatchingWorkflowSummary = (output, context) => {
1727
- return smithyClient.take(output, {
1728
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1729
- resolutionType: smithyClient.expectString,
1730
- updatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1731
- workflowArn: smithyClient.expectString,
1732
- workflowName: smithyClient.expectString,
1733
- });
1734
- };
1735
- const de_NamespaceProviderProperties = (output, context) => {
1736
- return smithyClient.take(output, {
1737
- providerConfiguration: (_) => de_Document(_),
1738
- providerServiceArn: smithyClient.expectString,
1739
- });
1740
- };
1741
- const de_ProviderIdNameSpaceConfiguration = (output, context) => {
1742
- return smithyClient.take(output, {
1743
- description: smithyClient.expectString,
1744
- providerSourceConfigurationDefinition: (_) => de_Document(_),
1745
- providerTargetConfigurationDefinition: (_) => de_Document(_),
1746
- });
1747
- };
1748
- const de_ProviderProperties = (output, context) => {
1749
- return smithyClient.take(output, {
1750
- intermediateSourceConfiguration: smithyClient._json,
1751
- providerConfiguration: (_) => de_Document(_),
1752
- providerServiceArn: smithyClient.expectString,
1753
- });
1754
- };
1755
- const de_ResolutionTechniques = (output, context) => {
1756
- return smithyClient.take(output, {
1757
- providerProperties: (_) => de_ProviderProperties(_),
1758
- resolutionType: smithyClient.expectString,
1759
- ruleBasedProperties: smithyClient._json,
1760
- ruleConditionProperties: smithyClient._json,
1761
- });
1762
- };
1763
- const de_SchemaMappingList = (output, context) => {
1764
- const retVal = (output || [])
1765
- .filter((e) => e != null)
1766
- .map((entry) => {
1767
- return de_SchemaMappingSummary(entry);
1768
- });
1769
- return retVal;
1770
- };
1771
- const de_SchemaMappingSummary = (output, context) => {
1772
- return smithyClient.take(output, {
1773
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1774
- hasWorkflows: smithyClient.expectBoolean,
1775
- schemaArn: smithyClient.expectString,
1776
- schemaName: smithyClient.expectString,
1777
- updatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1778
- });
1779
- };
1780
- const de_Document = (output, context) => {
1781
- return output;
1782
- };
1783
- const deserializeMetadata = (output) => ({
1784
- httpStatusCode: output.statusCode,
1785
- requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
1786
- extendedRequestId: output.headers["x-amz-id-2"],
1787
- cfId: output.headers["x-amz-cf-id"],
1788
- });
1789
- const _i = "inputsource";
313
+ const _ADE = "AccessDeniedException";
314
+ const _APS = "AddPolicyStatement";
315
+ const _APSI = "AddPolicyStatementInput";
316
+ const _APSO = "AddPolicyStatementOutput";
317
+ const _BDUI = "BatchDeleteUniqueId";
318
+ const _BDUII = "BatchDeleteUniqueIdInput";
319
+ const _BDUIO = "BatchDeleteUniqueIdOutput";
320
+ const _CE = "ConflictException";
321
+ const _CIMW = "CreateIdMappingWorkflow";
322
+ const _CIMWI = "CreateIdMappingWorkflowInput";
323
+ const _CIMWO = "CreateIdMappingWorkflowOutput";
324
+ const _CIN = "CreateIdNamespace";
325
+ const _CINI = "CreateIdNamespaceInput";
326
+ const _CINO = "CreateIdNamespaceOutput";
327
+ const _CMW = "CreateMatchingWorkflow";
328
+ const _CMWI = "CreateMatchingWorkflowInput";
329
+ const _CMWO = "CreateMatchingWorkflowOutput";
330
+ const _CSM = "CreateSchemaMapping";
331
+ const _CSMI = "CreateSchemaMappingInput";
332
+ const _CSMO = "CreateSchemaMappingOutput";
333
+ const _DIMW = "DeleteIdMappingWorkflow";
334
+ const _DIMWI = "DeleteIdMappingWorkflowInput";
335
+ const _DIMWO = "DeleteIdMappingWorkflowOutput";
336
+ const _DIN = "DeleteIdNamespace";
337
+ const _DINI = "DeleteIdNamespaceInput";
338
+ const _DINO = "DeleteIdNamespaceOutput";
339
+ const _DMW = "DeleteMatchingWorkflow";
340
+ const _DMWI = "DeleteMatchingWorkflowInput";
341
+ const _DMWO = "DeleteMatchingWorkflowOutput";
342
+ const _DPS = "DeletePolicyStatement";
343
+ const _DPSI = "DeletePolicyStatementInput";
344
+ const _DPSO = "DeletePolicyStatementOutput";
345
+ const _DSM = "DeleteSchemaMapping";
346
+ const _DSMI = "DeleteSchemaMappingInput";
347
+ const _DSMO = "DeleteSchemaMappingOutput";
348
+ const _DUI = "DeletedUniqueId";
349
+ const _DUIE = "DeleteUniqueIdError";
350
+ const _DUIEL = "DeleteUniqueIdErrorsList";
351
+ const _DUIL = "DeletedUniqueIdList";
352
+ const _ED = "ErrorDetails";
353
+ const _ELE = "ExceedsLimitException";
354
+ const _FR = "FailedRecord";
355
+ const _FRL = "FailedRecordsList";
356
+ const _GIMJ = "GetIdMappingJob";
357
+ const _GIMJI = "GetIdMappingJobInput";
358
+ const _GIMJO = "GetIdMappingJobOutput";
359
+ const _GIMW = "GetIdMappingWorkflow";
360
+ const _GIMWI = "GetIdMappingWorkflowInput";
361
+ const _GIMWO = "GetIdMappingWorkflowOutput";
362
+ const _GIN = "GetIdNamespace";
363
+ const _GINI = "GetIdNamespaceInput";
364
+ const _GINO = "GetIdNamespaceOutput";
365
+ const _GMI = "GenerateMatchId";
366
+ const _GMII = "GenerateMatchIdInput";
367
+ const _GMIIe = "GetMatchIdInput";
368
+ const _GMIO = "GenerateMatchIdOutput";
369
+ const _GMIOe = "GetMatchIdOutput";
370
+ const _GMIe = "GetMatchId";
371
+ const _GMJ = "GetMatchingJob";
372
+ const _GMJI = "GetMatchingJobInput";
373
+ const _GMJO = "GetMatchingJobOutput";
374
+ const _GMW = "GetMatchingWorkflow";
375
+ const _GMWI = "GetMatchingWorkflowInput";
376
+ const _GMWO = "GetMatchingWorkflowOutput";
377
+ const _GP = "GetPolicy";
378
+ const _GPI = "GetPolicyInput";
379
+ const _GPO = "GetPolicyOutput";
380
+ const _GPS = "GetProviderService";
381
+ const _GPSI = "GetProviderServiceInput";
382
+ const _GPSO = "GetProviderServiceOutput";
383
+ const _GSM = "GetSchemaMapping";
384
+ const _GSMI = "GetSchemaMappingInput";
385
+ const _GSMO = "GetSchemaMappingOutput";
386
+ const _IMIRC = "IdMappingIncrementalRunConfig";
387
+ const _IMJM = "IdMappingJobMetrics";
388
+ const _IMJOS = "IdMappingJobOutputSource";
389
+ const _IMJOSC = "IdMappingJobOutputSourceConfig";
390
+ const _IMRBP = "IdMappingRuleBasedProperties";
391
+ const _IMT = "IdMappingTechniques";
392
+ const _IMWIS = "IdMappingWorkflowInputSource";
393
+ const _IMWISC = "IdMappingWorkflowInputSourceConfig";
394
+ const _IMWL = "IdMappingWorkflowList";
395
+ const _IMWOS = "IdMappingWorkflowOutputSource";
396
+ const _IMWOSC = "IdMappingWorkflowOutputSourceConfig";
397
+ const _IMWS = "IdMappingWorkflowSummary";
398
+ const _INIMWM = "IdNamespaceIdMappingWorkflowMetadata";
399
+ const _INIMWML = "IdNamespaceIdMappingWorkflowMetadataList";
400
+ const _INIMWP = "IdNamespaceIdMappingWorkflowProperties";
401
+ const _INIMWPL = "IdNamespaceIdMappingWorkflowPropertiesList";
402
+ const _INIS = "IdNamespaceInputSource";
403
+ const _INISC = "IdNamespaceInputSourceConfig";
404
+ const _INL = "IdNamespaceList";
405
+ const _INS = "IdNamespaceSummary";
406
+ const _IRC = "IncrementalRunConfig";
407
+ const _IS = "InputSource";
408
+ const _ISC = "IntermediateSourceConfiguration";
409
+ const _ISCn = "InputSourceConfig";
410
+ const _ISE = "InternalServerException";
411
+ const _JL = "JobList";
412
+ const _JM = "JobMetrics";
413
+ const _JOS = "JobOutputSource";
414
+ const _JOSC = "JobOutputSourceConfig";
415
+ const _JS = "JobSummary";
416
+ const _KMSA = "KMSArn";
417
+ const _LIMJ = "ListIdMappingJobs";
418
+ const _LIMJI = "ListIdMappingJobsInput";
419
+ const _LIMJO = "ListIdMappingJobsOutput";
420
+ const _LIMW = "ListIdMappingWorkflows";
421
+ const _LIMWI = "ListIdMappingWorkflowsInput";
422
+ const _LIMWO = "ListIdMappingWorkflowsOutput";
423
+ const _LIN = "ListIdNamespaces";
424
+ const _LINI = "ListIdNamespacesInput";
425
+ const _LINO = "ListIdNamespacesOutput";
426
+ const _LMJ = "ListMatchingJobs";
427
+ const _LMJI = "ListMatchingJobsInput";
428
+ const _LMJO = "ListMatchingJobsOutput";
429
+ const _LMW = "ListMatchingWorkflows";
430
+ const _LMWI = "ListMatchingWorkflowsInput";
431
+ const _LMWO = "ListMatchingWorkflowsOutput";
432
+ const _LPS = "ListProviderServices";
433
+ const _LPSI = "ListProviderServicesInput";
434
+ const _LPSO = "ListProviderServicesOutput";
435
+ const _LSM = "ListSchemaMappings";
436
+ const _LSMI = "ListSchemaMappingsInput";
437
+ const _LSMO = "ListSchemaMappingsOutput";
438
+ const _LTFR = "ListTagsForResource";
439
+ const _LTFRI = "ListTagsForResourceInput";
440
+ const _LTFRO = "ListTagsForResourceOutput";
441
+ const _MG = "MatchGroup";
442
+ const _MGL = "MatchGroupsList";
443
+ const _MR = "MatchedRecord";
444
+ const _MRL = "MatchedRecordsList";
445
+ const _MWL = "MatchingWorkflowList";
446
+ const _MWS = "MatchingWorkflowSummary";
447
+ const _NPP = "NamespaceProviderProperties";
448
+ const _NRBP = "NamespaceRuleBasedProperties";
449
+ const _OA = "OutputAttribute";
450
+ const _OAu = "OutputAttributes";
451
+ const _OS = "OutputSource";
452
+ const _OSC = "OutputSourceConfig";
453
+ const _PCS = "ProviderComponentSchema";
454
+ const _PEC = "ProviderEndpointConfiguration";
455
+ const _PIDAC = "ProviderIntermediateDataAccessConfiguration";
456
+ const _PINSC = "ProviderIdNameSpaceConfiguration";
457
+ const _PMC = "ProviderMarketplaceConfiguration";
458
+ const _PP = "ProviderProperties";
459
+ const _PPI = "PutPolicyInput";
460
+ const _PPO = "PutPolicyOutput";
461
+ const _PPu = "PutPolicy";
462
+ const _PSA = "ProviderSchemaAttribute";
463
+ const _PSAr = "ProviderSchemaAttributes";
464
+ const _PSL = "ProviderServiceList";
465
+ const _PSS = "ProviderServiceSummary";
466
+ const _R = "Record";
467
+ const _RAM = "RecordAttributeMap";
468
+ const _RAMS = "RecordAttributeMapString255";
469
+ const _RBP = "RuleBasedProperties";
470
+ const _RC = "RuleCondition";
471
+ const _RCL = "RuleConditionList";
472
+ const _RCP = "RuleConditionProperties";
473
+ const _RL = "RecordList";
474
+ const _RLu = "RuleList";
475
+ const _RNFE = "ResourceNotFoundException";
476
+ const _RT = "ResolutionTechniques";
477
+ const _Ru = "Rule";
478
+ const _S = "Schemas";
479
+ const _SIA = "SchemaInputAttribute";
480
+ const _SIAc = "SchemaInputAttributes";
481
+ const _SIMJ = "StartIdMappingJob";
482
+ const _SIMJI = "StartIdMappingJobInput";
483
+ const _SIMJO = "StartIdMappingJobOutput";
484
+ const _SMJ = "StartMatchingJob";
485
+ const _SMJI = "StartMatchingJobInput";
486
+ const _SMJO = "StartMatchingJobOutput";
487
+ const _SML = "SchemaMappingList";
488
+ const _SMS = "SchemaMappingSummary";
489
+ const _TE = "ThrottlingException";
490
+ const _TR = "TagResource";
491
+ const _TRI = "TagResourceInput";
492
+ const _TRO = "TagResourceOutput";
493
+ const _UIMW = "UpdateIdMappingWorkflow";
494
+ const _UIMWI = "UpdateIdMappingWorkflowInput";
495
+ const _UIMWO = "UpdateIdMappingWorkflowOutput";
496
+ const _UIN = "UpdateIdNamespace";
497
+ const _UINI = "UpdateIdNamespaceInput";
498
+ const _UINO = "UpdateIdNamespaceOutput";
499
+ const _UMW = "UpdateMatchingWorkflow";
500
+ const _UMWI = "UpdateMatchingWorkflowInput";
501
+ const _UMWO = "UpdateMatchingWorkflowOutput";
502
+ const _UR = "UntagResource";
503
+ const _URI = "UntagResourceInput";
504
+ const _URO = "UntagResourceOutput";
505
+ const _USM = "UpdateSchemaMapping";
506
+ const _USMI = "UpdateSchemaMappingInput";
507
+ const _USMO = "UpdateSchemaMappingOutput";
508
+ const _VE = "ValidationException";
509
+ const _a = "arn";
510
+ const _aAI = "awsAccountIds";
511
+ const _aI = "assetId";
512
+ const _aMM = "attributeMatchingModel";
513
+ const _aN = "applyNormalization";
514
+ const _aO = "anonymizedOutput";
515
+ const _ac = "action";
516
+ const _c = "client";
517
+ const _cA = "createdAt";
518
+ const _co = "condition";
519
+ const _d = "deleted";
520
+ const _dRP = "deleteRecordsProcessed";
521
+ const _dSI = "dataSetId";
522
+ const _dUI = "disconnectedUniqueIds";
523
+ const _de = "description";
524
+ const _e = "error";
525
+ const _eD = "errorDetails";
526
+ const _eM = "errorMessage";
527
+ const _eT = "errorType";
528
+ const _eTn = "endTime";
529
+ const _ef = "effect";
530
+ const _er = "errors";
531
+ const _fN = "fieldName";
532
+ const _fR = "failedRecords";
533
+ const _gN = "groupName";
534
+ const _h = "hashed";
535
+ const _hE = "httpError";
536
+ const _hH = "httpHeader";
537
+ const _hQ = "httpQuery";
538
+ const _hW = "hasWorkflows";
539
+ const _ha = "hashing";
540
+ const _ht = "http";
541
+ const _iMT = "idMappingTechniques";
542
+ const _iMTd = "idMappingType";
543
+ const _iMWP = "idMappingWorkflowProperties";
544
+ const _iNA = "idNamespaceArn";
545
+ const _iNN = "idNamespaceName";
546
+ const _iNS = "idNamespaceSummaries";
547
+ const _iR = "inputRecords";
548
+ const _iRC = "incrementalRunConfig";
549
+ const _iRT = "incrementalRunType";
1790
550
  const _iS = "inputSource";
1791
- const _mR = "maxResults";
551
+ const _iSARN = "inputSourceARN";
552
+ const _iSC = "inputSourceConfig";
553
+ const _iSCn = "intermediateSourceConfiguration";
554
+ const _iSP = "intermediateS3Path";
555
+ const _j = "jobs";
556
+ const _jI = "jobId";
557
+ const _jT = "jobType";
558
+ const _lI = "listingId";
559
+ const _m = "message";
560
+ const _mC = "marketplaceConfiguration";
561
+ const _mG = "matchGroups";
562
+ const _mI = "matchId";
563
+ const _mID = "matchIDs";
564
+ const _mIF = "mappedInputFields";
565
+ const _mK = "matchingKeys";
566
+ const _mKa = "matchKey";
567
+ const _mP = "matchPurpose";
568
+ const _mR = "matchRule";
569
+ const _mRR = "mappedRecordsRemoved";
570
+ const _mRa = "maxResults";
571
+ const _mSRR = "mappedSourceRecordsRemoved";
572
+ const _mTRR = "mappedTargetRecordsRemoved";
573
+ const _me = "metrics";
574
+ const _n = "name";
575
+ const _nMR = "newMappedRecords";
576
+ const _nMSR = "newMappedSourceRecords";
577
+ const _nMTR = "newMappedTargetRecords";
1792
578
  const _nT = "nextToken";
579
+ const _nURL = "newUniqueRecordsLoaded";
580
+ const _o = "output";
581
+ const _oSC = "outputSourceConfig";
582
+ const _oSP = "outputS3Path";
583
+ const _p = "principal";
584
+ const _pC = "providerConfiguration";
585
+ const _pCD = "providerConfigurationDefinition";
586
+ const _pCS = "providerComponentSchema";
587
+ const _pEC = "providerEndpointConfiguration";
588
+ const _pEOD = "providerEntityOutputDefinition";
589
+ const _pIDAC = "providerIntermediateDataAccessConfiguration";
590
+ const _pINSC = "providerIdNameSpaceConfiguration";
591
+ const _pJC = "providerJobConfiguration";
1793
592
  const _pN = "providerName";
593
+ const _pP = "providerProperties";
594
+ const _pSA = "providerServiceArn";
595
+ const _pSAr = "providerSchemaAttributes";
596
+ const _pSCD = "providerSourceConfigurationDefinition";
597
+ const _pSDN = "providerServiceDisplayName";
598
+ const _pSN = "providerServiceName";
599
+ const _pSS = "providerServiceSummaries";
600
+ const _pST = "providerServiceType";
601
+ const _pT = "processingType";
602
+ const _pTCD = "providerTargetConfigurationDefinition";
603
+ const _po = "policy";
604
+ const _qN = "quotaName";
605
+ const _qV = "quotaValue";
606
+ const _r = "records";
607
+ const _rA = "roleArn";
608
+ const _rAM = "recordAttributeMap";
609
+ const _rAe = "resourceArn";
610
+ const _rBA = "requiredBucketActions";
611
+ const _rBP = "ruleBasedProperties";
612
+ const _rCP = "ruleConditionProperties";
613
+ const _rDT = "ruleDefinitionType";
614
+ const _rDTu = "ruleDefinitionTypes";
615
+ const _rI = "recordId";
616
+ const _rIe = "revisionId";
617
+ const _rMM = "recordMatchingModel";
618
+ const _rMMe = "recordMatchingModels";
619
+ const _rN = "ruleName";
620
+ const _rNP = "recordsNotProcessed";
621
+ const _rT = "resolutionTechniques";
622
+ const _rTe = "resolutionType";
623
+ const _re = "record";
624
+ const _ru = "rules";
625
+ const _s = "status";
626
+ const _sA = "schemaArn";
627
+ const _sI = "statementId";
628
+ const _sL = "schemaList";
629
+ const _sN = "schemaName";
630
+ const _sT = "startTime";
631
+ const _sTu = "subType";
632
+ const _sc = "schemas";
633
+ const _se = "server";
634
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.entityresolution";
635
+ const _t = "token";
1794
636
  const _tK = "tagKeys";
1795
- const _u = "uniqueids";
637
+ const _tMR = "totalMappedRecords";
638
+ const _tMSR = "totalMappedSourceRecords";
639
+ const _tMTR = "totalMappedTargetRecords";
640
+ const _tRP = "totalRecordsProcessed";
641
+ const _ta = "tags";
642
+ const _ty = "type";
643
+ const _uA = "updatedAt";
1796
644
  const _uI = "uniqueIds";
645
+ const _uIn = "uniqueId";
646
+ const _uRL = "uniqueRecordsLoaded";
647
+ const _wA = "workflowArn";
648
+ const _wN = "workflowName";
649
+ const _wS = "workflowSummaries";
650
+ const n0 = "com.amazonaws.entityresolution";
651
+ var AccessDeniedException = [
652
+ -3,
653
+ n0,
654
+ _ADE,
655
+ {
656
+ [_e]: _c,
657
+ [_hE]: 403,
658
+ },
659
+ [_m],
660
+ [0],
661
+ ];
662
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
663
+ var AddPolicyStatementInput = [
664
+ 3,
665
+ n0,
666
+ _APSI,
667
+ 0,
668
+ [_a, _sI, _ef, _ac, _p, _co],
669
+ [[0, 1], [0, 1], 0, 64 | 0, 64 | 0, 0],
670
+ ];
671
+ var AddPolicyStatementOutput = [3, n0, _APSO, 0, [_a, _t, _po], [0, 0, 0]];
672
+ var BatchDeleteUniqueIdInput = [
673
+ 3,
674
+ n0,
675
+ _BDUII,
676
+ 0,
677
+ [_wN, _iS, _uI],
678
+ [
679
+ [0, 1],
680
+ [
681
+ 0,
682
+ {
683
+ [_hH]: _iS,
684
+ },
685
+ ],
686
+ [
687
+ 64 | 0,
688
+ {
689
+ [_hH]: _uI,
690
+ },
691
+ ],
692
+ ],
693
+ ];
694
+ var BatchDeleteUniqueIdOutput = [
695
+ 3,
696
+ n0,
697
+ _BDUIO,
698
+ 0,
699
+ [_s, _er, _d, _dUI],
700
+ [0, () => DeleteUniqueIdErrorsList, () => DeletedUniqueIdList, 64 | 0],
701
+ ];
702
+ var ConflictException = [
703
+ -3,
704
+ n0,
705
+ _CE,
706
+ {
707
+ [_e]: _c,
708
+ [_hE]: 400,
709
+ },
710
+ [_m],
711
+ [0],
712
+ ];
713
+ schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
714
+ var CreateIdMappingWorkflowInput = [
715
+ 3,
716
+ n0,
717
+ _CIMWI,
718
+ 0,
719
+ [_wN, _de, _iSC, _oSC, _iMT, _iRC, _rA, _ta],
720
+ [
721
+ 0,
722
+ 0,
723
+ () => IdMappingWorkflowInputSourceConfig,
724
+ () => IdMappingWorkflowOutputSourceConfig,
725
+ () => IdMappingTechniques,
726
+ () => IdMappingIncrementalRunConfig,
727
+ 0,
728
+ 128 | 0,
729
+ ],
730
+ ];
731
+ var CreateIdMappingWorkflowOutput = [
732
+ 3,
733
+ n0,
734
+ _CIMWO,
735
+ 0,
736
+ [_wN, _wA, _de, _iSC, _oSC, _iMT, _iRC, _rA],
737
+ [
738
+ 0,
739
+ 0,
740
+ 0,
741
+ () => IdMappingWorkflowInputSourceConfig,
742
+ () => IdMappingWorkflowOutputSourceConfig,
743
+ () => IdMappingTechniques,
744
+ () => IdMappingIncrementalRunConfig,
745
+ 0,
746
+ ],
747
+ ];
748
+ var CreateIdNamespaceInput = [
749
+ 3,
750
+ n0,
751
+ _CINI,
752
+ 0,
753
+ [_iNN, _de, _iSC, _iMWP, _ty, _rA, _ta],
754
+ [0, 0, () => IdNamespaceInputSourceConfig, () => IdNamespaceIdMappingWorkflowPropertiesList, 0, 0, 128 | 0],
755
+ ];
756
+ var CreateIdNamespaceOutput = [
757
+ 3,
758
+ n0,
759
+ _CINO,
760
+ 0,
761
+ [_iNN, _iNA, _de, _iSC, _iMWP, _ty, _rA, _cA, _uA, _ta],
762
+ [0, 0, 0, () => IdNamespaceInputSourceConfig, () => IdNamespaceIdMappingWorkflowPropertiesList, 0, 0, 4, 4, 128 | 0],
763
+ ];
764
+ var CreateMatchingWorkflowInput = [
765
+ 3,
766
+ n0,
767
+ _CMWI,
768
+ 0,
769
+ [_wN, _de, _iSC, _oSC, _rT, _iRC, _rA, _ta],
770
+ [
771
+ 0,
772
+ 0,
773
+ () => InputSourceConfig,
774
+ () => OutputSourceConfig,
775
+ () => ResolutionTechniques,
776
+ () => IncrementalRunConfig,
777
+ 0,
778
+ 128 | 0,
779
+ ],
780
+ ];
781
+ var CreateMatchingWorkflowOutput = [
782
+ 3,
783
+ n0,
784
+ _CMWO,
785
+ 0,
786
+ [_wN, _wA, _de, _iSC, _oSC, _rT, _iRC, _rA],
787
+ [
788
+ 0,
789
+ 0,
790
+ 0,
791
+ () => InputSourceConfig,
792
+ () => OutputSourceConfig,
793
+ () => ResolutionTechniques,
794
+ () => IncrementalRunConfig,
795
+ 0,
796
+ ],
797
+ ];
798
+ var CreateSchemaMappingInput = [
799
+ 3,
800
+ n0,
801
+ _CSMI,
802
+ 0,
803
+ [_sN, _de, _mIF, _ta],
804
+ [0, 0, () => SchemaInputAttributes, 128 | 0],
805
+ ];
806
+ var CreateSchemaMappingOutput = [
807
+ 3,
808
+ n0,
809
+ _CSMO,
810
+ 0,
811
+ [_sN, _sA, _de, _mIF],
812
+ [0, 0, 0, () => SchemaInputAttributes],
813
+ ];
814
+ var DeletedUniqueId = [3, n0, _DUI, 0, [_uIn], [0]];
815
+ var DeleteIdMappingWorkflowInput = [3, n0, _DIMWI, 0, [_wN], [[0, 1]]];
816
+ var DeleteIdMappingWorkflowOutput = [3, n0, _DIMWO, 0, [_m], [0]];
817
+ var DeleteIdNamespaceInput = [3, n0, _DINI, 0, [_iNN], [[0, 1]]];
818
+ var DeleteIdNamespaceOutput = [3, n0, _DINO, 0, [_m], [0]];
819
+ var DeleteMatchingWorkflowInput = [3, n0, _DMWI, 0, [_wN], [[0, 1]]];
820
+ var DeleteMatchingWorkflowOutput = [3, n0, _DMWO, 0, [_m], [0]];
821
+ var DeletePolicyStatementInput = [
822
+ 3,
823
+ n0,
824
+ _DPSI,
825
+ 0,
826
+ [_a, _sI],
827
+ [
828
+ [0, 1],
829
+ [0, 1],
830
+ ],
831
+ ];
832
+ var DeletePolicyStatementOutput = [3, n0, _DPSO, 0, [_a, _t, _po], [0, 0, 0]];
833
+ var DeleteSchemaMappingInput = [3, n0, _DSMI, 0, [_sN], [[0, 1]]];
834
+ var DeleteSchemaMappingOutput = [3, n0, _DSMO, 0, [_m], [0]];
835
+ var DeleteUniqueIdError = [3, n0, _DUIE, 0, [_uIn, _eT], [0, 0]];
836
+ var ErrorDetails = [3, n0, _ED, 0, [_eM], [0]];
837
+ var ExceedsLimitException = [
838
+ -3,
839
+ n0,
840
+ _ELE,
841
+ {
842
+ [_e]: _c,
843
+ [_hE]: 402,
844
+ },
845
+ [_m, _qN, _qV],
846
+ [0, 0, 1],
847
+ ];
848
+ schema.TypeRegistry.for(n0).registerError(ExceedsLimitException, ExceedsLimitException$1);
849
+ var FailedRecord = [3, n0, _FR, 0, [_iSARN, _uIn, _eM], [0, 0, 0]];
850
+ var GenerateMatchIdInput = [
851
+ 3,
852
+ n0,
853
+ _GMII,
854
+ 0,
855
+ [_wN, _r, _pT],
856
+ [[0, 1], [() => RecordList, 0], 0],
857
+ ];
858
+ var GenerateMatchIdOutput = [
859
+ 3,
860
+ n0,
861
+ _GMIO,
862
+ 0,
863
+ [_mG, _fR],
864
+ [() => MatchGroupsList, () => FailedRecordsList],
865
+ ];
866
+ var GetIdMappingJobInput = [
867
+ 3,
868
+ n0,
869
+ _GIMJI,
870
+ 0,
871
+ [_wN, _jI],
872
+ [
873
+ [0, 1],
874
+ [0, 1],
875
+ ],
876
+ ];
877
+ var GetIdMappingJobOutput = [
878
+ 3,
879
+ n0,
880
+ _GIMJO,
881
+ 0,
882
+ [_jI, _s, _sT, _eTn, _me, _eD, _oSC, _jT],
883
+ [0, 0, 4, 4, () => IdMappingJobMetrics, () => ErrorDetails, () => IdMappingJobOutputSourceConfig, 0],
884
+ ];
885
+ var GetIdMappingWorkflowInput = [3, n0, _GIMWI, 0, [_wN], [[0, 1]]];
886
+ var GetIdMappingWorkflowOutput = [
887
+ 3,
888
+ n0,
889
+ _GIMWO,
890
+ 0,
891
+ [_wN, _wA, _de, _iSC, _oSC, _iMT, _cA, _uA, _iRC, _rA, _ta],
892
+ [
893
+ 0,
894
+ 0,
895
+ 0,
896
+ () => IdMappingWorkflowInputSourceConfig,
897
+ () => IdMappingWorkflowOutputSourceConfig,
898
+ () => IdMappingTechniques,
899
+ 4,
900
+ 4,
901
+ () => IdMappingIncrementalRunConfig,
902
+ 0,
903
+ 128 | 0,
904
+ ],
905
+ ];
906
+ var GetIdNamespaceInput = [3, n0, _GINI, 0, [_iNN], [[0, 1]]];
907
+ var GetIdNamespaceOutput = [
908
+ 3,
909
+ n0,
910
+ _GINO,
911
+ 0,
912
+ [_iNN, _iNA, _de, _iSC, _iMWP, _ty, _rA, _cA, _uA, _ta],
913
+ [0, 0, 0, () => IdNamespaceInputSourceConfig, () => IdNamespaceIdMappingWorkflowPropertiesList, 0, 0, 4, 4, 128 | 0],
914
+ ];
915
+ var GetMatchIdInput = [
916
+ 3,
917
+ n0,
918
+ _GMIIe,
919
+ 0,
920
+ [_wN, _re, _aN],
921
+ [[0, 1], [() => RecordAttributeMap, 0], 2],
922
+ ];
923
+ var GetMatchIdOutput = [3, n0, _GMIOe, 0, [_mI, _mR], [0, 0]];
924
+ var GetMatchingJobInput = [
925
+ 3,
926
+ n0,
927
+ _GMJI,
928
+ 0,
929
+ [_wN, _jI],
930
+ [
931
+ [0, 1],
932
+ [0, 1],
933
+ ],
934
+ ];
935
+ var GetMatchingJobOutput = [
936
+ 3,
937
+ n0,
938
+ _GMJO,
939
+ 0,
940
+ [_jI, _s, _sT, _eTn, _me, _eD, _oSC],
941
+ [0, 0, 4, 4, () => JobMetrics, () => ErrorDetails, () => JobOutputSourceConfig],
942
+ ];
943
+ var GetMatchingWorkflowInput = [3, n0, _GMWI, 0, [_wN], [[0, 1]]];
944
+ var GetMatchingWorkflowOutput = [
945
+ 3,
946
+ n0,
947
+ _GMWO,
948
+ 0,
949
+ [_wN, _wA, _de, _iSC, _oSC, _rT, _cA, _uA, _iRC, _rA, _ta],
950
+ [
951
+ 0,
952
+ 0,
953
+ 0,
954
+ () => InputSourceConfig,
955
+ () => OutputSourceConfig,
956
+ () => ResolutionTechniques,
957
+ 4,
958
+ 4,
959
+ () => IncrementalRunConfig,
960
+ 0,
961
+ 128 | 0,
962
+ ],
963
+ ];
964
+ var GetPolicyInput = [3, n0, _GPI, 0, [_a], [[0, 1]]];
965
+ var GetPolicyOutput = [3, n0, _GPO, 0, [_a, _t, _po], [0, 0, 0]];
966
+ var GetProviderServiceInput = [
967
+ 3,
968
+ n0,
969
+ _GPSI,
970
+ 0,
971
+ [_pN, _pSN],
972
+ [
973
+ [0, 1],
974
+ [0, 1],
975
+ ],
976
+ ];
977
+ var GetProviderServiceOutput = [
978
+ 3,
979
+ n0,
980
+ _GPSO,
981
+ 0,
982
+ [_pN, _pSN, _pSDN, _pST, _pSA, _pCD, _pINSC, _pJC, _pEC, _aO, _pEOD, _pIDAC, _pCS],
983
+ [
984
+ 0,
985
+ 0,
986
+ 0,
987
+ 0,
988
+ 0,
989
+ 15,
990
+ () => ProviderIdNameSpaceConfiguration,
991
+ 15,
992
+ () => ProviderEndpointConfiguration,
993
+ 2,
994
+ 15,
995
+ () => ProviderIntermediateDataAccessConfiguration,
996
+ () => ProviderComponentSchema,
997
+ ],
998
+ ];
999
+ var GetSchemaMappingInput = [3, n0, _GSMI, 0, [_sN], [[0, 1]]];
1000
+ var GetSchemaMappingOutput = [
1001
+ 3,
1002
+ n0,
1003
+ _GSMO,
1004
+ 0,
1005
+ [_sN, _sA, _de, _mIF, _cA, _uA, _ta, _hW],
1006
+ [0, 0, 0, () => SchemaInputAttributes, 4, 4, 128 | 0, 2],
1007
+ ];
1008
+ var IdMappingIncrementalRunConfig = [3, n0, _IMIRC, 0, [_iRT], [0]];
1009
+ var IdMappingJobMetrics = [
1010
+ 3,
1011
+ n0,
1012
+ _IMJM,
1013
+ 0,
1014
+ [_iR, _tRP, _rNP, _dRP, _tMR, _tMSR, _tMTR, _uRL, _nMR, _nMSR, _nMTR, _nURL, _mRR, _mSRR, _mTRR],
1015
+ [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
1016
+ ];
1017
+ var IdMappingJobOutputSource = [3, n0, _IMJOS, 0, [_rA, _oSP, _KMSA], [0, 0, 0]];
1018
+ var IdMappingRuleBasedProperties = [
1019
+ 3,
1020
+ n0,
1021
+ _IMRBP,
1022
+ 0,
1023
+ [_ru, _rDT, _aMM, _rMM],
1024
+ [() => RuleList, 0, 0, 0],
1025
+ ];
1026
+ var IdMappingTechniques = [
1027
+ 3,
1028
+ n0,
1029
+ _IMT,
1030
+ 0,
1031
+ [_iMTd, _rBP, _pP],
1032
+ [0, () => IdMappingRuleBasedProperties, () => ProviderProperties],
1033
+ ];
1034
+ var IdMappingWorkflowInputSource = [3, n0, _IMWIS, 0, [_iSARN, _sN, _ty], [0, 0, 0]];
1035
+ var IdMappingWorkflowOutputSource = [3, n0, _IMWOS, 0, [_oSP, _KMSA], [0, 0]];
1036
+ var IdMappingWorkflowSummary = [3, n0, _IMWS, 0, [_wN, _wA, _cA, _uA], [0, 0, 4, 4]];
1037
+ var IdNamespaceIdMappingWorkflowMetadata = [3, n0, _INIMWM, 0, [_iMTd], [0]];
1038
+ var IdNamespaceIdMappingWorkflowProperties = [
1039
+ 3,
1040
+ n0,
1041
+ _INIMWP,
1042
+ 0,
1043
+ [_iMTd, _rBP, _pP],
1044
+ [0, () => NamespaceRuleBasedProperties, () => NamespaceProviderProperties],
1045
+ ];
1046
+ var IdNamespaceInputSource = [3, n0, _INIS, 0, [_iSARN, _sN], [0, 0]];
1047
+ var IdNamespaceSummary = [
1048
+ 3,
1049
+ n0,
1050
+ _INS,
1051
+ 0,
1052
+ [_iNN, _iNA, _de, _iMWP, _ty, _cA, _uA],
1053
+ [0, 0, 0, () => IdNamespaceIdMappingWorkflowMetadataList, 0, 4, 4],
1054
+ ];
1055
+ var IncrementalRunConfig = [3, n0, _IRC, 0, [_iRT], [0]];
1056
+ var InputSource = [3, n0, _IS, 0, [_iSARN, _sN, _aN], [0, 0, 2]];
1057
+ var IntermediateSourceConfiguration = [3, n0, _ISC, 0, [_iSP], [0]];
1058
+ var InternalServerException = [
1059
+ -3,
1060
+ n0,
1061
+ _ISE,
1062
+ {
1063
+ [_e]: _se,
1064
+ [_hE]: 500,
1065
+ },
1066
+ [_m],
1067
+ [0],
1068
+ ];
1069
+ schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
1070
+ var JobMetrics = [3, n0, _JM, 0, [_iR, _tRP, _rNP, _dRP, _mID], [1, 1, 1, 1, 1]];
1071
+ var JobOutputSource = [3, n0, _JOS, 0, [_rA, _oSP, _KMSA], [0, 0, 0]];
1072
+ var JobSummary = [3, n0, _JS, 0, [_jI, _s, _sT, _eTn], [0, 0, 4, 4]];
1073
+ var ListIdMappingJobsInput = [
1074
+ 3,
1075
+ n0,
1076
+ _LIMJI,
1077
+ 0,
1078
+ [_wN, _nT, _mRa],
1079
+ [
1080
+ [0, 1],
1081
+ [
1082
+ 0,
1083
+ {
1084
+ [_hQ]: _nT,
1085
+ },
1086
+ ],
1087
+ [
1088
+ 1,
1089
+ {
1090
+ [_hQ]: _mRa,
1091
+ },
1092
+ ],
1093
+ ],
1094
+ ];
1095
+ var ListIdMappingJobsOutput = [3, n0, _LIMJO, 0, [_j, _nT], [() => JobList, 0]];
1096
+ var ListIdMappingWorkflowsInput = [
1097
+ 3,
1098
+ n0,
1099
+ _LIMWI,
1100
+ 0,
1101
+ [_nT, _mRa],
1102
+ [
1103
+ [
1104
+ 0,
1105
+ {
1106
+ [_hQ]: _nT,
1107
+ },
1108
+ ],
1109
+ [
1110
+ 1,
1111
+ {
1112
+ [_hQ]: _mRa,
1113
+ },
1114
+ ],
1115
+ ],
1116
+ ];
1117
+ var ListIdMappingWorkflowsOutput = [
1118
+ 3,
1119
+ n0,
1120
+ _LIMWO,
1121
+ 0,
1122
+ [_wS, _nT],
1123
+ [() => IdMappingWorkflowList, 0],
1124
+ ];
1125
+ var ListIdNamespacesInput = [
1126
+ 3,
1127
+ n0,
1128
+ _LINI,
1129
+ 0,
1130
+ [_nT, _mRa],
1131
+ [
1132
+ [
1133
+ 0,
1134
+ {
1135
+ [_hQ]: _nT,
1136
+ },
1137
+ ],
1138
+ [
1139
+ 1,
1140
+ {
1141
+ [_hQ]: _mRa,
1142
+ },
1143
+ ],
1144
+ ],
1145
+ ];
1146
+ var ListIdNamespacesOutput = [3, n0, _LINO, 0, [_iNS, _nT], [() => IdNamespaceList, 0]];
1147
+ var ListMatchingJobsInput = [
1148
+ 3,
1149
+ n0,
1150
+ _LMJI,
1151
+ 0,
1152
+ [_wN, _nT, _mRa],
1153
+ [
1154
+ [0, 1],
1155
+ [
1156
+ 0,
1157
+ {
1158
+ [_hQ]: _nT,
1159
+ },
1160
+ ],
1161
+ [
1162
+ 1,
1163
+ {
1164
+ [_hQ]: _mRa,
1165
+ },
1166
+ ],
1167
+ ],
1168
+ ];
1169
+ var ListMatchingJobsOutput = [3, n0, _LMJO, 0, [_j, _nT], [() => JobList, 0]];
1170
+ var ListMatchingWorkflowsInput = [
1171
+ 3,
1172
+ n0,
1173
+ _LMWI,
1174
+ 0,
1175
+ [_nT, _mRa],
1176
+ [
1177
+ [
1178
+ 0,
1179
+ {
1180
+ [_hQ]: _nT,
1181
+ },
1182
+ ],
1183
+ [
1184
+ 1,
1185
+ {
1186
+ [_hQ]: _mRa,
1187
+ },
1188
+ ],
1189
+ ],
1190
+ ];
1191
+ var ListMatchingWorkflowsOutput = [
1192
+ 3,
1193
+ n0,
1194
+ _LMWO,
1195
+ 0,
1196
+ [_wS, _nT],
1197
+ [() => MatchingWorkflowList, 0],
1198
+ ];
1199
+ var ListProviderServicesInput = [
1200
+ 3,
1201
+ n0,
1202
+ _LPSI,
1203
+ 0,
1204
+ [_nT, _mRa, _pN],
1205
+ [
1206
+ [
1207
+ 0,
1208
+ {
1209
+ [_hQ]: _nT,
1210
+ },
1211
+ ],
1212
+ [
1213
+ 1,
1214
+ {
1215
+ [_hQ]: _mRa,
1216
+ },
1217
+ ],
1218
+ [
1219
+ 0,
1220
+ {
1221
+ [_hQ]: _pN,
1222
+ },
1223
+ ],
1224
+ ],
1225
+ ];
1226
+ var ListProviderServicesOutput = [
1227
+ 3,
1228
+ n0,
1229
+ _LPSO,
1230
+ 0,
1231
+ [_pSS, _nT],
1232
+ [() => ProviderServiceList, 0],
1233
+ ];
1234
+ var ListSchemaMappingsInput = [
1235
+ 3,
1236
+ n0,
1237
+ _LSMI,
1238
+ 0,
1239
+ [_nT, _mRa],
1240
+ [
1241
+ [
1242
+ 0,
1243
+ {
1244
+ [_hQ]: _nT,
1245
+ },
1246
+ ],
1247
+ [
1248
+ 1,
1249
+ {
1250
+ [_hQ]: _mRa,
1251
+ },
1252
+ ],
1253
+ ],
1254
+ ];
1255
+ var ListSchemaMappingsOutput = [
1256
+ 3,
1257
+ n0,
1258
+ _LSMO,
1259
+ 0,
1260
+ [_sL, _nT],
1261
+ [() => SchemaMappingList, 0],
1262
+ ];
1263
+ var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rAe], [[0, 1]]];
1264
+ var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_ta], [128 | 0]];
1265
+ var MatchedRecord = [3, n0, _MR, 0, [_iSARN, _rI], [0, 0]];
1266
+ var MatchGroup = [3, n0, _MG, 0, [_r, _mI, _mR], [() => MatchedRecordsList, 0, 0]];
1267
+ var MatchingWorkflowSummary = [
1268
+ 3,
1269
+ n0,
1270
+ _MWS,
1271
+ 0,
1272
+ [_wN, _wA, _cA, _uA, _rTe],
1273
+ [0, 0, 4, 4, 0],
1274
+ ];
1275
+ var NamespaceProviderProperties = [3, n0, _NPP, 0, [_pSA, _pC], [0, 15]];
1276
+ var NamespaceRuleBasedProperties = [
1277
+ 3,
1278
+ n0,
1279
+ _NRBP,
1280
+ 0,
1281
+ [_ru, _rDTu, _aMM, _rMMe],
1282
+ [() => RuleList, 64 | 0, 0, 64 | 0],
1283
+ ];
1284
+ var OutputAttribute = [3, n0, _OA, 0, [_n, _h], [0, 2]];
1285
+ var OutputSource = [
1286
+ 3,
1287
+ n0,
1288
+ _OS,
1289
+ 0,
1290
+ [_oSP, _KMSA, _o, _aN],
1291
+ [0, 0, () => OutputAttributes, 2],
1292
+ ];
1293
+ var ProviderComponentSchema = [
1294
+ 3,
1295
+ n0,
1296
+ _PCS,
1297
+ 0,
1298
+ [_sc, _pSAr],
1299
+ [[1, n0, _S, 0, 64 | 0], () => ProviderSchemaAttributes],
1300
+ ];
1301
+ var ProviderIdNameSpaceConfiguration = [
1302
+ 3,
1303
+ n0,
1304
+ _PINSC,
1305
+ 0,
1306
+ [_de, _pTCD, _pSCD],
1307
+ [0, 15, 15],
1308
+ ];
1309
+ var ProviderIntermediateDataAccessConfiguration = [
1310
+ 3,
1311
+ n0,
1312
+ _PIDAC,
1313
+ 0,
1314
+ [_aAI, _rBA],
1315
+ [64 | 0, 64 | 0],
1316
+ ];
1317
+ var ProviderMarketplaceConfiguration = [
1318
+ 3,
1319
+ n0,
1320
+ _PMC,
1321
+ 0,
1322
+ [_dSI, _rIe, _aI, _lI],
1323
+ [0, 0, 0, 0],
1324
+ ];
1325
+ var ProviderProperties = [
1326
+ 3,
1327
+ n0,
1328
+ _PP,
1329
+ 0,
1330
+ [_pSA, _pC, _iSCn],
1331
+ [0, 15, () => IntermediateSourceConfiguration],
1332
+ ];
1333
+ var ProviderSchemaAttribute = [3, n0, _PSA, 0, [_fN, _ty, _sTu, _ha], [0, 0, 0, 2]];
1334
+ var ProviderServiceSummary = [
1335
+ 3,
1336
+ n0,
1337
+ _PSS,
1338
+ 0,
1339
+ [_pSA, _pN, _pSDN, _pSN, _pST],
1340
+ [0, 0, 0, 0, 0],
1341
+ ];
1342
+ var PutPolicyInput = [3, n0, _PPI, 0, [_a, _t, _po], [[0, 1], 0, 0]];
1343
+ var PutPolicyOutput = [3, n0, _PPO, 0, [_a, _t, _po], [0, 0, 0]];
1344
+ var _Record = [
1345
+ 3,
1346
+ n0,
1347
+ _R,
1348
+ 0,
1349
+ [_iSARN, _uIn, _rAM],
1350
+ [0, 0, [() => RecordAttributeMapString255, 0]],
1351
+ ];
1352
+ var ResolutionTechniques = [
1353
+ 3,
1354
+ n0,
1355
+ _RT,
1356
+ 0,
1357
+ [_rTe, _rBP, _rCP, _pP],
1358
+ [0, () => RuleBasedProperties, () => RuleConditionProperties, () => ProviderProperties],
1359
+ ];
1360
+ var ResourceNotFoundException = [
1361
+ -3,
1362
+ n0,
1363
+ _RNFE,
1364
+ {
1365
+ [_e]: _c,
1366
+ [_hE]: 404,
1367
+ },
1368
+ [_m],
1369
+ [0],
1370
+ ];
1371
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1372
+ var Rule = [3, n0, _Ru, 0, [_rN, _mK], [0, 64 | 0]];
1373
+ var RuleBasedProperties = [3, n0, _RBP, 0, [_ru, _aMM, _mP], [() => RuleList, 0, 0]];
1374
+ var RuleCondition = [3, n0, _RC, 0, [_rN, _co], [0, 0]];
1375
+ var RuleConditionProperties = [3, n0, _RCP, 0, [_ru], [() => RuleConditionList]];
1376
+ var SchemaInputAttribute = [
1377
+ 3,
1378
+ n0,
1379
+ _SIA,
1380
+ 0,
1381
+ [_fN, _ty, _gN, _mKa, _sTu, _h],
1382
+ [0, 0, 0, 0, 0, 2],
1383
+ ];
1384
+ var SchemaMappingSummary = [3, n0, _SMS, 0, [_sN, _sA, _cA, _uA, _hW], [0, 0, 4, 4, 2]];
1385
+ var StartIdMappingJobInput = [
1386
+ 3,
1387
+ n0,
1388
+ _SIMJI,
1389
+ 0,
1390
+ [_wN, _oSC, _jT],
1391
+ [[0, 1], () => IdMappingJobOutputSourceConfig, 0],
1392
+ ];
1393
+ var StartIdMappingJobOutput = [
1394
+ 3,
1395
+ n0,
1396
+ _SIMJO,
1397
+ 0,
1398
+ [_jI, _oSC, _jT],
1399
+ [0, () => IdMappingJobOutputSourceConfig, 0],
1400
+ ];
1401
+ var StartMatchingJobInput = [3, n0, _SMJI, 0, [_wN], [[0, 1]]];
1402
+ var StartMatchingJobOutput = [3, n0, _SMJO, 0, [_jI], [0]];
1403
+ var TagResourceInput = [3, n0, _TRI, 0, [_rAe, _ta], [[0, 1], 128 | 0]];
1404
+ var TagResourceOutput = [3, n0, _TRO, 0, [], []];
1405
+ var ThrottlingException = [
1406
+ -3,
1407
+ n0,
1408
+ _TE,
1409
+ {
1410
+ [_e]: _c,
1411
+ [_hE]: 429,
1412
+ },
1413
+ [_m],
1414
+ [0],
1415
+ ];
1416
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
1417
+ var UntagResourceInput = [
1418
+ 3,
1419
+ n0,
1420
+ _URI,
1421
+ 0,
1422
+ [_rAe, _tK],
1423
+ [
1424
+ [0, 1],
1425
+ [
1426
+ 64 | 0,
1427
+ {
1428
+ [_hQ]: _tK,
1429
+ },
1430
+ ],
1431
+ ],
1432
+ ];
1433
+ var UntagResourceOutput = [3, n0, _URO, 0, [], []];
1434
+ var UpdateIdMappingWorkflowInput = [
1435
+ 3,
1436
+ n0,
1437
+ _UIMWI,
1438
+ 0,
1439
+ [_wN, _de, _iSC, _oSC, _iMT, _iRC, _rA],
1440
+ [
1441
+ [0, 1],
1442
+ 0,
1443
+ () => IdMappingWorkflowInputSourceConfig,
1444
+ () => IdMappingWorkflowOutputSourceConfig,
1445
+ () => IdMappingTechniques,
1446
+ () => IdMappingIncrementalRunConfig,
1447
+ 0,
1448
+ ],
1449
+ ];
1450
+ var UpdateIdMappingWorkflowOutput = [
1451
+ 3,
1452
+ n0,
1453
+ _UIMWO,
1454
+ 0,
1455
+ [_wN, _wA, _de, _iSC, _oSC, _iMT, _iRC, _rA],
1456
+ [
1457
+ 0,
1458
+ 0,
1459
+ 0,
1460
+ () => IdMappingWorkflowInputSourceConfig,
1461
+ () => IdMappingWorkflowOutputSourceConfig,
1462
+ () => IdMappingTechniques,
1463
+ () => IdMappingIncrementalRunConfig,
1464
+ 0,
1465
+ ],
1466
+ ];
1467
+ var UpdateIdNamespaceInput = [
1468
+ 3,
1469
+ n0,
1470
+ _UINI,
1471
+ 0,
1472
+ [_iNN, _de, _iSC, _iMWP, _rA],
1473
+ [[0, 1], 0, () => IdNamespaceInputSourceConfig, () => IdNamespaceIdMappingWorkflowPropertiesList, 0],
1474
+ ];
1475
+ var UpdateIdNamespaceOutput = [
1476
+ 3,
1477
+ n0,
1478
+ _UINO,
1479
+ 0,
1480
+ [_iNN, _iNA, _de, _iSC, _iMWP, _ty, _rA, _cA, _uA],
1481
+ [0, 0, 0, () => IdNamespaceInputSourceConfig, () => IdNamespaceIdMappingWorkflowPropertiesList, 0, 0, 4, 4],
1482
+ ];
1483
+ var UpdateMatchingWorkflowInput = [
1484
+ 3,
1485
+ n0,
1486
+ _UMWI,
1487
+ 0,
1488
+ [_wN, _de, _iSC, _oSC, _rT, _iRC, _rA],
1489
+ [
1490
+ [0, 1],
1491
+ 0,
1492
+ () => InputSourceConfig,
1493
+ () => OutputSourceConfig,
1494
+ () => ResolutionTechniques,
1495
+ () => IncrementalRunConfig,
1496
+ 0,
1497
+ ],
1498
+ ];
1499
+ var UpdateMatchingWorkflowOutput = [
1500
+ 3,
1501
+ n0,
1502
+ _UMWO,
1503
+ 0,
1504
+ [_wN, _de, _iSC, _oSC, _rT, _iRC, _rA],
1505
+ [0, 0, () => InputSourceConfig, () => OutputSourceConfig, () => ResolutionTechniques, () => IncrementalRunConfig, 0],
1506
+ ];
1507
+ var UpdateSchemaMappingInput = [
1508
+ 3,
1509
+ n0,
1510
+ _USMI,
1511
+ 0,
1512
+ [_sN, _de, _mIF],
1513
+ [[0, 1], 0, () => SchemaInputAttributes],
1514
+ ];
1515
+ var UpdateSchemaMappingOutput = [
1516
+ 3,
1517
+ n0,
1518
+ _USMO,
1519
+ 0,
1520
+ [_sN, _sA, _de, _mIF],
1521
+ [0, 0, 0, () => SchemaInputAttributes],
1522
+ ];
1523
+ var ValidationException = [
1524
+ -3,
1525
+ n0,
1526
+ _VE,
1527
+ {
1528
+ [_e]: _c,
1529
+ [_hE]: 400,
1530
+ },
1531
+ [_m],
1532
+ [0],
1533
+ ];
1534
+ schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
1535
+ var EntityResolutionServiceException = [
1536
+ -3,
1537
+ _sm,
1538
+ "EntityResolutionServiceException",
1539
+ 0,
1540
+ [],
1541
+ [],
1542
+ ];
1543
+ schema.TypeRegistry.for(_sm).registerError(EntityResolutionServiceException, EntityResolutionServiceException$1);
1544
+ var DeletedUniqueIdList = [1, n0, _DUIL, 0, () => DeletedUniqueId];
1545
+ var DeleteUniqueIdErrorsList = [1, n0, _DUIEL, 0, () => DeleteUniqueIdError];
1546
+ var FailedRecordsList = [1, n0, _FRL, 0, () => FailedRecord];
1547
+ var IdMappingJobOutputSourceConfig = [1, n0, _IMJOSC, 0, () => IdMappingJobOutputSource];
1548
+ var IdMappingWorkflowInputSourceConfig = [
1549
+ 1,
1550
+ n0,
1551
+ _IMWISC,
1552
+ 0,
1553
+ () => IdMappingWorkflowInputSource,
1554
+ ];
1555
+ var IdMappingWorkflowList = [1, n0, _IMWL, 0, () => IdMappingWorkflowSummary];
1556
+ var IdMappingWorkflowOutputSourceConfig = [
1557
+ 1,
1558
+ n0,
1559
+ _IMWOSC,
1560
+ 0,
1561
+ () => IdMappingWorkflowOutputSource,
1562
+ ];
1563
+ var IdNamespaceIdMappingWorkflowMetadataList = [
1564
+ 1,
1565
+ n0,
1566
+ _INIMWML,
1567
+ 0,
1568
+ () => IdNamespaceIdMappingWorkflowMetadata,
1569
+ ];
1570
+ var IdNamespaceIdMappingWorkflowPropertiesList = [
1571
+ 1,
1572
+ n0,
1573
+ _INIMWPL,
1574
+ 0,
1575
+ () => IdNamespaceIdMappingWorkflowProperties,
1576
+ ];
1577
+ var IdNamespaceInputSourceConfig = [1, n0, _INISC, 0, () => IdNamespaceInputSource];
1578
+ var IdNamespaceList = [1, n0, _INL, 0, () => IdNamespaceSummary];
1579
+ var InputSourceConfig = [1, n0, _ISCn, 0, () => InputSource];
1580
+ var JobList = [1, n0, _JL, 0, () => JobSummary];
1581
+ var JobOutputSourceConfig = [1, n0, _JOSC, 0, () => JobOutputSource];
1582
+ var MatchedRecordsList = [1, n0, _MRL, 0, () => MatchedRecord];
1583
+ var MatchGroupsList = [1, n0, _MGL, 0, () => MatchGroup];
1584
+ var MatchingWorkflowList = [1, n0, _MWL, 0, () => MatchingWorkflowSummary];
1585
+ var OutputAttributes = [1, n0, _OAu, 0, () => OutputAttribute];
1586
+ var OutputSourceConfig = [1, n0, _OSC, 0, () => OutputSource];
1587
+ var ProviderSchemaAttributes = [1, n0, _PSAr, 0, () => ProviderSchemaAttribute];
1588
+ var ProviderServiceList = [1, n0, _PSL, 0, () => ProviderServiceSummary];
1589
+ var RecordList = [1, n0, _RL, 0, [() => _Record, 0]];
1590
+ var RuleConditionList = [1, n0, _RCL, 0, () => RuleCondition];
1591
+ var RuleList = [1, n0, _RLu, 0, () => Rule];
1592
+ var SchemaInputAttributes = [1, n0, _SIAc, 0, () => SchemaInputAttribute];
1593
+ var SchemaMappingList = [1, n0, _SML, 0, () => SchemaMappingSummary];
1594
+ var RecordAttributeMap = [2, n0, _RAM, 8, 0, 0];
1595
+ var RecordAttributeMapString255 = [2, n0, _RAMS, 8, 0, 0];
1596
+ var ProviderEndpointConfiguration = [
1597
+ 3,
1598
+ n0,
1599
+ _PEC,
1600
+ 0,
1601
+ [_mC],
1602
+ [() => ProviderMarketplaceConfiguration],
1603
+ ];
1604
+ var AddPolicyStatement = [
1605
+ 9,
1606
+ n0,
1607
+ _APS,
1608
+ {
1609
+ [_ht]: ["POST", "/policies/{arn}/{statementId}", 200],
1610
+ },
1611
+ () => AddPolicyStatementInput,
1612
+ () => AddPolicyStatementOutput,
1613
+ ];
1614
+ var BatchDeleteUniqueId = [
1615
+ 9,
1616
+ n0,
1617
+ _BDUI,
1618
+ {
1619
+ [_ht]: ["DELETE", "/matchingworkflows/{workflowName}/uniqueids", 200],
1620
+ },
1621
+ () => BatchDeleteUniqueIdInput,
1622
+ () => BatchDeleteUniqueIdOutput,
1623
+ ];
1624
+ var CreateIdMappingWorkflow = [
1625
+ 9,
1626
+ n0,
1627
+ _CIMW,
1628
+ {
1629
+ [_ht]: ["POST", "/idmappingworkflows", 200],
1630
+ },
1631
+ () => CreateIdMappingWorkflowInput,
1632
+ () => CreateIdMappingWorkflowOutput,
1633
+ ];
1634
+ var CreateIdNamespace = [
1635
+ 9,
1636
+ n0,
1637
+ _CIN,
1638
+ {
1639
+ [_ht]: ["POST", "/idnamespaces", 200],
1640
+ },
1641
+ () => CreateIdNamespaceInput,
1642
+ () => CreateIdNamespaceOutput,
1643
+ ];
1644
+ var CreateMatchingWorkflow = [
1645
+ 9,
1646
+ n0,
1647
+ _CMW,
1648
+ {
1649
+ [_ht]: ["POST", "/matchingworkflows", 200],
1650
+ },
1651
+ () => CreateMatchingWorkflowInput,
1652
+ () => CreateMatchingWorkflowOutput,
1653
+ ];
1654
+ var CreateSchemaMapping = [
1655
+ 9,
1656
+ n0,
1657
+ _CSM,
1658
+ {
1659
+ [_ht]: ["POST", "/schemas", 200],
1660
+ },
1661
+ () => CreateSchemaMappingInput,
1662
+ () => CreateSchemaMappingOutput,
1663
+ ];
1664
+ var DeleteIdMappingWorkflow = [
1665
+ 9,
1666
+ n0,
1667
+ _DIMW,
1668
+ {
1669
+ [_ht]: ["DELETE", "/idmappingworkflows/{workflowName}", 200],
1670
+ },
1671
+ () => DeleteIdMappingWorkflowInput,
1672
+ () => DeleteIdMappingWorkflowOutput,
1673
+ ];
1674
+ var DeleteIdNamespace = [
1675
+ 9,
1676
+ n0,
1677
+ _DIN,
1678
+ {
1679
+ [_ht]: ["DELETE", "/idnamespaces/{idNamespaceName}", 200],
1680
+ },
1681
+ () => DeleteIdNamespaceInput,
1682
+ () => DeleteIdNamespaceOutput,
1683
+ ];
1684
+ var DeleteMatchingWorkflow = [
1685
+ 9,
1686
+ n0,
1687
+ _DMW,
1688
+ {
1689
+ [_ht]: ["DELETE", "/matchingworkflows/{workflowName}", 200],
1690
+ },
1691
+ () => DeleteMatchingWorkflowInput,
1692
+ () => DeleteMatchingWorkflowOutput,
1693
+ ];
1694
+ var DeletePolicyStatement = [
1695
+ 9,
1696
+ n0,
1697
+ _DPS,
1698
+ {
1699
+ [_ht]: ["DELETE", "/policies/{arn}/{statementId}", 200],
1700
+ },
1701
+ () => DeletePolicyStatementInput,
1702
+ () => DeletePolicyStatementOutput,
1703
+ ];
1704
+ var DeleteSchemaMapping = [
1705
+ 9,
1706
+ n0,
1707
+ _DSM,
1708
+ {
1709
+ [_ht]: ["DELETE", "/schemas/{schemaName}", 200],
1710
+ },
1711
+ () => DeleteSchemaMappingInput,
1712
+ () => DeleteSchemaMappingOutput,
1713
+ ];
1714
+ var GenerateMatchId = [
1715
+ 9,
1716
+ n0,
1717
+ _GMI,
1718
+ {
1719
+ [_ht]: ["POST", "/matchingworkflows/{workflowName}/generateMatches", 200],
1720
+ },
1721
+ () => GenerateMatchIdInput,
1722
+ () => GenerateMatchIdOutput,
1723
+ ];
1724
+ var GetIdMappingJob = [
1725
+ 9,
1726
+ n0,
1727
+ _GIMJ,
1728
+ {
1729
+ [_ht]: ["GET", "/idmappingworkflows/{workflowName}/jobs/{jobId}", 200],
1730
+ },
1731
+ () => GetIdMappingJobInput,
1732
+ () => GetIdMappingJobOutput,
1733
+ ];
1734
+ var GetIdMappingWorkflow = [
1735
+ 9,
1736
+ n0,
1737
+ _GIMW,
1738
+ {
1739
+ [_ht]: ["GET", "/idmappingworkflows/{workflowName}", 200],
1740
+ },
1741
+ () => GetIdMappingWorkflowInput,
1742
+ () => GetIdMappingWorkflowOutput,
1743
+ ];
1744
+ var GetIdNamespace = [
1745
+ 9,
1746
+ n0,
1747
+ _GIN,
1748
+ {
1749
+ [_ht]: ["GET", "/idnamespaces/{idNamespaceName}", 200],
1750
+ },
1751
+ () => GetIdNamespaceInput,
1752
+ () => GetIdNamespaceOutput,
1753
+ ];
1754
+ var GetMatchId = [
1755
+ 9,
1756
+ n0,
1757
+ _GMIe,
1758
+ {
1759
+ [_ht]: ["POST", "/matchingworkflows/{workflowName}/matches", 200],
1760
+ },
1761
+ () => GetMatchIdInput,
1762
+ () => GetMatchIdOutput,
1763
+ ];
1764
+ var GetMatchingJob = [
1765
+ 9,
1766
+ n0,
1767
+ _GMJ,
1768
+ {
1769
+ [_ht]: ["GET", "/matchingworkflows/{workflowName}/jobs/{jobId}", 200],
1770
+ },
1771
+ () => GetMatchingJobInput,
1772
+ () => GetMatchingJobOutput,
1773
+ ];
1774
+ var GetMatchingWorkflow = [
1775
+ 9,
1776
+ n0,
1777
+ _GMW,
1778
+ {
1779
+ [_ht]: ["GET", "/matchingworkflows/{workflowName}", 200],
1780
+ },
1781
+ () => GetMatchingWorkflowInput,
1782
+ () => GetMatchingWorkflowOutput,
1783
+ ];
1784
+ var GetPolicy = [
1785
+ 9,
1786
+ n0,
1787
+ _GP,
1788
+ {
1789
+ [_ht]: ["GET", "/policies/{arn}", 200],
1790
+ },
1791
+ () => GetPolicyInput,
1792
+ () => GetPolicyOutput,
1793
+ ];
1794
+ var GetProviderService = [
1795
+ 9,
1796
+ n0,
1797
+ _GPS,
1798
+ {
1799
+ [_ht]: ["GET", "/providerservices/{providerName}/{providerServiceName}", 200],
1800
+ },
1801
+ () => GetProviderServiceInput,
1802
+ () => GetProviderServiceOutput,
1803
+ ];
1804
+ var GetSchemaMapping = [
1805
+ 9,
1806
+ n0,
1807
+ _GSM,
1808
+ {
1809
+ [_ht]: ["GET", "/schemas/{schemaName}", 200],
1810
+ },
1811
+ () => GetSchemaMappingInput,
1812
+ () => GetSchemaMappingOutput,
1813
+ ];
1814
+ var ListIdMappingJobs = [
1815
+ 9,
1816
+ n0,
1817
+ _LIMJ,
1818
+ {
1819
+ [_ht]: ["GET", "/idmappingworkflows/{workflowName}/jobs", 200],
1820
+ },
1821
+ () => ListIdMappingJobsInput,
1822
+ () => ListIdMappingJobsOutput,
1823
+ ];
1824
+ var ListIdMappingWorkflows = [
1825
+ 9,
1826
+ n0,
1827
+ _LIMW,
1828
+ {
1829
+ [_ht]: ["GET", "/idmappingworkflows", 200],
1830
+ },
1831
+ () => ListIdMappingWorkflowsInput,
1832
+ () => ListIdMappingWorkflowsOutput,
1833
+ ];
1834
+ var ListIdNamespaces = [
1835
+ 9,
1836
+ n0,
1837
+ _LIN,
1838
+ {
1839
+ [_ht]: ["GET", "/idnamespaces", 200],
1840
+ },
1841
+ () => ListIdNamespacesInput,
1842
+ () => ListIdNamespacesOutput,
1843
+ ];
1844
+ var ListMatchingJobs = [
1845
+ 9,
1846
+ n0,
1847
+ _LMJ,
1848
+ {
1849
+ [_ht]: ["GET", "/matchingworkflows/{workflowName}/jobs", 200],
1850
+ },
1851
+ () => ListMatchingJobsInput,
1852
+ () => ListMatchingJobsOutput,
1853
+ ];
1854
+ var ListMatchingWorkflows = [
1855
+ 9,
1856
+ n0,
1857
+ _LMW,
1858
+ {
1859
+ [_ht]: ["GET", "/matchingworkflows", 200],
1860
+ },
1861
+ () => ListMatchingWorkflowsInput,
1862
+ () => ListMatchingWorkflowsOutput,
1863
+ ];
1864
+ var ListProviderServices = [
1865
+ 9,
1866
+ n0,
1867
+ _LPS,
1868
+ {
1869
+ [_ht]: ["GET", "/providerservices", 200],
1870
+ },
1871
+ () => ListProviderServicesInput,
1872
+ () => ListProviderServicesOutput,
1873
+ ];
1874
+ var ListSchemaMappings = [
1875
+ 9,
1876
+ n0,
1877
+ _LSM,
1878
+ {
1879
+ [_ht]: ["GET", "/schemas", 200],
1880
+ },
1881
+ () => ListSchemaMappingsInput,
1882
+ () => ListSchemaMappingsOutput,
1883
+ ];
1884
+ var ListTagsForResource = [
1885
+ 9,
1886
+ n0,
1887
+ _LTFR,
1888
+ {
1889
+ [_ht]: ["GET", "/tags/{resourceArn}", 200],
1890
+ },
1891
+ () => ListTagsForResourceInput,
1892
+ () => ListTagsForResourceOutput,
1893
+ ];
1894
+ var PutPolicy = [
1895
+ 9,
1896
+ n0,
1897
+ _PPu,
1898
+ {
1899
+ [_ht]: ["PUT", "/policies/{arn}", 200],
1900
+ },
1901
+ () => PutPolicyInput,
1902
+ () => PutPolicyOutput,
1903
+ ];
1904
+ var StartIdMappingJob = [
1905
+ 9,
1906
+ n0,
1907
+ _SIMJ,
1908
+ {
1909
+ [_ht]: ["POST", "/idmappingworkflows/{workflowName}/jobs", 200],
1910
+ },
1911
+ () => StartIdMappingJobInput,
1912
+ () => StartIdMappingJobOutput,
1913
+ ];
1914
+ var StartMatchingJob = [
1915
+ 9,
1916
+ n0,
1917
+ _SMJ,
1918
+ {
1919
+ [_ht]: ["POST", "/matchingworkflows/{workflowName}/jobs", 200],
1920
+ },
1921
+ () => StartMatchingJobInput,
1922
+ () => StartMatchingJobOutput,
1923
+ ];
1924
+ var TagResource = [
1925
+ 9,
1926
+ n0,
1927
+ _TR,
1928
+ {
1929
+ [_ht]: ["POST", "/tags/{resourceArn}", 200],
1930
+ },
1931
+ () => TagResourceInput,
1932
+ () => TagResourceOutput,
1933
+ ];
1934
+ var UntagResource = [
1935
+ 9,
1936
+ n0,
1937
+ _UR,
1938
+ {
1939
+ [_ht]: ["DELETE", "/tags/{resourceArn}", 200],
1940
+ },
1941
+ () => UntagResourceInput,
1942
+ () => UntagResourceOutput,
1943
+ ];
1944
+ var UpdateIdMappingWorkflow = [
1945
+ 9,
1946
+ n0,
1947
+ _UIMW,
1948
+ {
1949
+ [_ht]: ["PUT", "/idmappingworkflows/{workflowName}", 200],
1950
+ },
1951
+ () => UpdateIdMappingWorkflowInput,
1952
+ () => UpdateIdMappingWorkflowOutput,
1953
+ ];
1954
+ var UpdateIdNamespace = [
1955
+ 9,
1956
+ n0,
1957
+ _UIN,
1958
+ {
1959
+ [_ht]: ["PUT", "/idnamespaces/{idNamespaceName}", 200],
1960
+ },
1961
+ () => UpdateIdNamespaceInput,
1962
+ () => UpdateIdNamespaceOutput,
1963
+ ];
1964
+ var UpdateMatchingWorkflow = [
1965
+ 9,
1966
+ n0,
1967
+ _UMW,
1968
+ {
1969
+ [_ht]: ["PUT", "/matchingworkflows/{workflowName}", 200],
1970
+ },
1971
+ () => UpdateMatchingWorkflowInput,
1972
+ () => UpdateMatchingWorkflowOutput,
1973
+ ];
1974
+ var UpdateSchemaMapping = [
1975
+ 9,
1976
+ n0,
1977
+ _USM,
1978
+ {
1979
+ [_ht]: ["PUT", "/schemas/{schemaName}", 200],
1980
+ },
1981
+ () => UpdateSchemaMappingInput,
1982
+ () => UpdateSchemaMappingOutput,
1983
+ ];
1797
1984
 
1798
1985
  class AddPolicyStatementCommand extends smithyClient.Command
1799
1986
  .classBuilder()
1800
1987
  .ep(commonParams)
1801
1988
  .m(function (Command, cs, config, o) {
1802
- return [
1803
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1804
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1805
- ];
1989
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1806
1990
  })
1807
1991
  .s("AWSVeniceService", "AddPolicyStatement", {})
1808
1992
  .n("EntityResolutionClient", "AddPolicyStatementCommand")
1809
- .f(void 0, void 0)
1810
- .ser(se_AddPolicyStatementCommand)
1811
- .de(de_AddPolicyStatementCommand)
1993
+ .sc(AddPolicyStatement)
1812
1994
  .build() {
1813
1995
  }
1814
1996
 
@@ -1816,16 +1998,11 @@ class BatchDeleteUniqueIdCommand extends smithyClient.Command
1816
1998
  .classBuilder()
1817
1999
  .ep(commonParams)
1818
2000
  .m(function (Command, cs, config, o) {
1819
- return [
1820
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1821
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1822
- ];
2001
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1823
2002
  })
1824
2003
  .s("AWSVeniceService", "BatchDeleteUniqueId", {})
1825
2004
  .n("EntityResolutionClient", "BatchDeleteUniqueIdCommand")
1826
- .f(void 0, void 0)
1827
- .ser(se_BatchDeleteUniqueIdCommand)
1828
- .de(de_BatchDeleteUniqueIdCommand)
2005
+ .sc(BatchDeleteUniqueId)
1829
2006
  .build() {
1830
2007
  }
1831
2008
 
@@ -1833,16 +2010,11 @@ class CreateIdMappingWorkflowCommand extends smithyClient.Command
1833
2010
  .classBuilder()
1834
2011
  .ep(commonParams)
1835
2012
  .m(function (Command, cs, config, o) {
1836
- return [
1837
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1838
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1839
- ];
2013
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1840
2014
  })
1841
2015
  .s("AWSVeniceService", "CreateIdMappingWorkflow", {})
1842
2016
  .n("EntityResolutionClient", "CreateIdMappingWorkflowCommand")
1843
- .f(void 0, void 0)
1844
- .ser(se_CreateIdMappingWorkflowCommand)
1845
- .de(de_CreateIdMappingWorkflowCommand)
2017
+ .sc(CreateIdMappingWorkflow)
1846
2018
  .build() {
1847
2019
  }
1848
2020
 
@@ -1850,16 +2022,11 @@ class CreateIdNamespaceCommand extends smithyClient.Command
1850
2022
  .classBuilder()
1851
2023
  .ep(commonParams)
1852
2024
  .m(function (Command, cs, config, o) {
1853
- return [
1854
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1855
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1856
- ];
2025
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1857
2026
  })
1858
2027
  .s("AWSVeniceService", "CreateIdNamespace", {})
1859
2028
  .n("EntityResolutionClient", "CreateIdNamespaceCommand")
1860
- .f(void 0, void 0)
1861
- .ser(se_CreateIdNamespaceCommand)
1862
- .de(de_CreateIdNamespaceCommand)
2029
+ .sc(CreateIdNamespace)
1863
2030
  .build() {
1864
2031
  }
1865
2032
 
@@ -1867,16 +2034,11 @@ class CreateMatchingWorkflowCommand extends smithyClient.Command
1867
2034
  .classBuilder()
1868
2035
  .ep(commonParams)
1869
2036
  .m(function (Command, cs, config, o) {
1870
- return [
1871
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1872
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1873
- ];
2037
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1874
2038
  })
1875
2039
  .s("AWSVeniceService", "CreateMatchingWorkflow", {})
1876
2040
  .n("EntityResolutionClient", "CreateMatchingWorkflowCommand")
1877
- .f(void 0, void 0)
1878
- .ser(se_CreateMatchingWorkflowCommand)
1879
- .de(de_CreateMatchingWorkflowCommand)
2041
+ .sc(CreateMatchingWorkflow)
1880
2042
  .build() {
1881
2043
  }
1882
2044
 
@@ -1884,16 +2046,11 @@ class CreateSchemaMappingCommand extends smithyClient.Command
1884
2046
  .classBuilder()
1885
2047
  .ep(commonParams)
1886
2048
  .m(function (Command, cs, config, o) {
1887
- return [
1888
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1889
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1890
- ];
2049
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1891
2050
  })
1892
2051
  .s("AWSVeniceService", "CreateSchemaMapping", {})
1893
2052
  .n("EntityResolutionClient", "CreateSchemaMappingCommand")
1894
- .f(void 0, void 0)
1895
- .ser(se_CreateSchemaMappingCommand)
1896
- .de(de_CreateSchemaMappingCommand)
2053
+ .sc(CreateSchemaMapping)
1897
2054
  .build() {
1898
2055
  }
1899
2056
 
@@ -1901,16 +2058,11 @@ class DeleteIdMappingWorkflowCommand extends smithyClient.Command
1901
2058
  .classBuilder()
1902
2059
  .ep(commonParams)
1903
2060
  .m(function (Command, cs, config, o) {
1904
- return [
1905
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1906
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1907
- ];
2061
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1908
2062
  })
1909
2063
  .s("AWSVeniceService", "DeleteIdMappingWorkflow", {})
1910
2064
  .n("EntityResolutionClient", "DeleteIdMappingWorkflowCommand")
1911
- .f(void 0, void 0)
1912
- .ser(se_DeleteIdMappingWorkflowCommand)
1913
- .de(de_DeleteIdMappingWorkflowCommand)
2065
+ .sc(DeleteIdMappingWorkflow)
1914
2066
  .build() {
1915
2067
  }
1916
2068
 
@@ -1918,16 +2070,11 @@ class DeleteIdNamespaceCommand extends smithyClient.Command
1918
2070
  .classBuilder()
1919
2071
  .ep(commonParams)
1920
2072
  .m(function (Command, cs, config, o) {
1921
- return [
1922
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1923
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1924
- ];
2073
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1925
2074
  })
1926
2075
  .s("AWSVeniceService", "DeleteIdNamespace", {})
1927
2076
  .n("EntityResolutionClient", "DeleteIdNamespaceCommand")
1928
- .f(void 0, void 0)
1929
- .ser(se_DeleteIdNamespaceCommand)
1930
- .de(de_DeleteIdNamespaceCommand)
2077
+ .sc(DeleteIdNamespace)
1931
2078
  .build() {
1932
2079
  }
1933
2080
 
@@ -1935,16 +2082,11 @@ class DeleteMatchingWorkflowCommand extends smithyClient.Command
1935
2082
  .classBuilder()
1936
2083
  .ep(commonParams)
1937
2084
  .m(function (Command, cs, config, o) {
1938
- return [
1939
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1940
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1941
- ];
2085
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1942
2086
  })
1943
2087
  .s("AWSVeniceService", "DeleteMatchingWorkflow", {})
1944
2088
  .n("EntityResolutionClient", "DeleteMatchingWorkflowCommand")
1945
- .f(void 0, void 0)
1946
- .ser(se_DeleteMatchingWorkflowCommand)
1947
- .de(de_DeleteMatchingWorkflowCommand)
2089
+ .sc(DeleteMatchingWorkflow)
1948
2090
  .build() {
1949
2091
  }
1950
2092
 
@@ -1952,16 +2094,11 @@ class DeletePolicyStatementCommand extends smithyClient.Command
1952
2094
  .classBuilder()
1953
2095
  .ep(commonParams)
1954
2096
  .m(function (Command, cs, config, o) {
1955
- return [
1956
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1957
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1958
- ];
2097
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1959
2098
  })
1960
2099
  .s("AWSVeniceService", "DeletePolicyStatement", {})
1961
2100
  .n("EntityResolutionClient", "DeletePolicyStatementCommand")
1962
- .f(void 0, void 0)
1963
- .ser(se_DeletePolicyStatementCommand)
1964
- .de(de_DeletePolicyStatementCommand)
2101
+ .sc(DeletePolicyStatement)
1965
2102
  .build() {
1966
2103
  }
1967
2104
 
@@ -1969,16 +2106,11 @@ class DeleteSchemaMappingCommand extends smithyClient.Command
1969
2106
  .classBuilder()
1970
2107
  .ep(commonParams)
1971
2108
  .m(function (Command, cs, config, o) {
1972
- return [
1973
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1974
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1975
- ];
2109
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1976
2110
  })
1977
2111
  .s("AWSVeniceService", "DeleteSchemaMapping", {})
1978
2112
  .n("EntityResolutionClient", "DeleteSchemaMappingCommand")
1979
- .f(void 0, void 0)
1980
- .ser(se_DeleteSchemaMappingCommand)
1981
- .de(de_DeleteSchemaMappingCommand)
2113
+ .sc(DeleteSchemaMapping)
1982
2114
  .build() {
1983
2115
  }
1984
2116
 
@@ -1986,16 +2118,11 @@ class GenerateMatchIdCommand extends smithyClient.Command
1986
2118
  .classBuilder()
1987
2119
  .ep(commonParams)
1988
2120
  .m(function (Command, cs, config, o) {
1989
- return [
1990
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1991
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1992
- ];
2121
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1993
2122
  })
1994
2123
  .s("AWSVeniceService", "GenerateMatchId", {})
1995
2124
  .n("EntityResolutionClient", "GenerateMatchIdCommand")
1996
- .f(GenerateMatchIdInputFilterSensitiveLog, void 0)
1997
- .ser(se_GenerateMatchIdCommand)
1998
- .de(de_GenerateMatchIdCommand)
2125
+ .sc(GenerateMatchId)
1999
2126
  .build() {
2000
2127
  }
2001
2128
 
@@ -2003,16 +2130,11 @@ class GetIdMappingJobCommand extends smithyClient.Command
2003
2130
  .classBuilder()
2004
2131
  .ep(commonParams)
2005
2132
  .m(function (Command, cs, config, o) {
2006
- return [
2007
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2008
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2009
- ];
2133
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2010
2134
  })
2011
2135
  .s("AWSVeniceService", "GetIdMappingJob", {})
2012
2136
  .n("EntityResolutionClient", "GetIdMappingJobCommand")
2013
- .f(void 0, void 0)
2014
- .ser(se_GetIdMappingJobCommand)
2015
- .de(de_GetIdMappingJobCommand)
2137
+ .sc(GetIdMappingJob)
2016
2138
  .build() {
2017
2139
  }
2018
2140
 
@@ -2020,16 +2142,11 @@ class GetIdMappingWorkflowCommand extends smithyClient.Command
2020
2142
  .classBuilder()
2021
2143
  .ep(commonParams)
2022
2144
  .m(function (Command, cs, config, o) {
2023
- return [
2024
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2025
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2026
- ];
2145
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2027
2146
  })
2028
2147
  .s("AWSVeniceService", "GetIdMappingWorkflow", {})
2029
2148
  .n("EntityResolutionClient", "GetIdMappingWorkflowCommand")
2030
- .f(void 0, void 0)
2031
- .ser(se_GetIdMappingWorkflowCommand)
2032
- .de(de_GetIdMappingWorkflowCommand)
2149
+ .sc(GetIdMappingWorkflow)
2033
2150
  .build() {
2034
2151
  }
2035
2152
 
@@ -2037,16 +2154,11 @@ class GetIdNamespaceCommand extends smithyClient.Command
2037
2154
  .classBuilder()
2038
2155
  .ep(commonParams)
2039
2156
  .m(function (Command, cs, config, o) {
2040
- return [
2041
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2042
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2043
- ];
2157
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2044
2158
  })
2045
2159
  .s("AWSVeniceService", "GetIdNamespace", {})
2046
2160
  .n("EntityResolutionClient", "GetIdNamespaceCommand")
2047
- .f(void 0, void 0)
2048
- .ser(se_GetIdNamespaceCommand)
2049
- .de(de_GetIdNamespaceCommand)
2161
+ .sc(GetIdNamespace)
2050
2162
  .build() {
2051
2163
  }
2052
2164
 
@@ -2054,16 +2166,11 @@ class GetMatchIdCommand extends smithyClient.Command
2054
2166
  .classBuilder()
2055
2167
  .ep(commonParams)
2056
2168
  .m(function (Command, cs, config, o) {
2057
- return [
2058
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2059
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2060
- ];
2169
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2061
2170
  })
2062
2171
  .s("AWSVeniceService", "GetMatchId", {})
2063
2172
  .n("EntityResolutionClient", "GetMatchIdCommand")
2064
- .f(GetMatchIdInputFilterSensitiveLog, void 0)
2065
- .ser(se_GetMatchIdCommand)
2066
- .de(de_GetMatchIdCommand)
2173
+ .sc(GetMatchId)
2067
2174
  .build() {
2068
2175
  }
2069
2176
 
@@ -2071,16 +2178,11 @@ class GetMatchingJobCommand extends smithyClient.Command
2071
2178
  .classBuilder()
2072
2179
  .ep(commonParams)
2073
2180
  .m(function (Command, cs, config, o) {
2074
- return [
2075
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2076
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2077
- ];
2181
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2078
2182
  })
2079
2183
  .s("AWSVeniceService", "GetMatchingJob", {})
2080
2184
  .n("EntityResolutionClient", "GetMatchingJobCommand")
2081
- .f(void 0, void 0)
2082
- .ser(se_GetMatchingJobCommand)
2083
- .de(de_GetMatchingJobCommand)
2185
+ .sc(GetMatchingJob)
2084
2186
  .build() {
2085
2187
  }
2086
2188
 
@@ -2088,16 +2190,11 @@ class GetMatchingWorkflowCommand extends smithyClient.Command
2088
2190
  .classBuilder()
2089
2191
  .ep(commonParams)
2090
2192
  .m(function (Command, cs, config, o) {
2091
- return [
2092
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2093
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2094
- ];
2193
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2095
2194
  })
2096
2195
  .s("AWSVeniceService", "GetMatchingWorkflow", {})
2097
2196
  .n("EntityResolutionClient", "GetMatchingWorkflowCommand")
2098
- .f(void 0, void 0)
2099
- .ser(se_GetMatchingWorkflowCommand)
2100
- .de(de_GetMatchingWorkflowCommand)
2197
+ .sc(GetMatchingWorkflow)
2101
2198
  .build() {
2102
2199
  }
2103
2200
 
@@ -2105,16 +2202,11 @@ class GetPolicyCommand extends smithyClient.Command
2105
2202
  .classBuilder()
2106
2203
  .ep(commonParams)
2107
2204
  .m(function (Command, cs, config, o) {
2108
- return [
2109
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2110
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2111
- ];
2205
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2112
2206
  })
2113
2207
  .s("AWSVeniceService", "GetPolicy", {})
2114
2208
  .n("EntityResolutionClient", "GetPolicyCommand")
2115
- .f(void 0, void 0)
2116
- .ser(se_GetPolicyCommand)
2117
- .de(de_GetPolicyCommand)
2209
+ .sc(GetPolicy)
2118
2210
  .build() {
2119
2211
  }
2120
2212
 
@@ -2122,16 +2214,11 @@ class GetProviderServiceCommand extends smithyClient.Command
2122
2214
  .classBuilder()
2123
2215
  .ep(commonParams)
2124
2216
  .m(function (Command, cs, config, o) {
2125
- return [
2126
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2127
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2128
- ];
2217
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2129
2218
  })
2130
2219
  .s("AWSVeniceService", "GetProviderService", {})
2131
2220
  .n("EntityResolutionClient", "GetProviderServiceCommand")
2132
- .f(void 0, void 0)
2133
- .ser(se_GetProviderServiceCommand)
2134
- .de(de_GetProviderServiceCommand)
2221
+ .sc(GetProviderService)
2135
2222
  .build() {
2136
2223
  }
2137
2224
 
@@ -2139,16 +2226,11 @@ class GetSchemaMappingCommand extends smithyClient.Command
2139
2226
  .classBuilder()
2140
2227
  .ep(commonParams)
2141
2228
  .m(function (Command, cs, config, o) {
2142
- return [
2143
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2144
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2145
- ];
2229
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2146
2230
  })
2147
2231
  .s("AWSVeniceService", "GetSchemaMapping", {})
2148
2232
  .n("EntityResolutionClient", "GetSchemaMappingCommand")
2149
- .f(void 0, void 0)
2150
- .ser(se_GetSchemaMappingCommand)
2151
- .de(de_GetSchemaMappingCommand)
2233
+ .sc(GetSchemaMapping)
2152
2234
  .build() {
2153
2235
  }
2154
2236
 
@@ -2156,16 +2238,11 @@ class ListIdMappingJobsCommand extends smithyClient.Command
2156
2238
  .classBuilder()
2157
2239
  .ep(commonParams)
2158
2240
  .m(function (Command, cs, config, o) {
2159
- return [
2160
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2161
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2162
- ];
2241
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2163
2242
  })
2164
2243
  .s("AWSVeniceService", "ListIdMappingJobs", {})
2165
2244
  .n("EntityResolutionClient", "ListIdMappingJobsCommand")
2166
- .f(void 0, void 0)
2167
- .ser(se_ListIdMappingJobsCommand)
2168
- .de(de_ListIdMappingJobsCommand)
2245
+ .sc(ListIdMappingJobs)
2169
2246
  .build() {
2170
2247
  }
2171
2248
 
@@ -2173,16 +2250,11 @@ class ListIdMappingWorkflowsCommand extends smithyClient.Command
2173
2250
  .classBuilder()
2174
2251
  .ep(commonParams)
2175
2252
  .m(function (Command, cs, config, o) {
2176
- return [
2177
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2178
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2179
- ];
2253
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2180
2254
  })
2181
2255
  .s("AWSVeniceService", "ListIdMappingWorkflows", {})
2182
2256
  .n("EntityResolutionClient", "ListIdMappingWorkflowsCommand")
2183
- .f(void 0, void 0)
2184
- .ser(se_ListIdMappingWorkflowsCommand)
2185
- .de(de_ListIdMappingWorkflowsCommand)
2257
+ .sc(ListIdMappingWorkflows)
2186
2258
  .build() {
2187
2259
  }
2188
2260
 
@@ -2190,16 +2262,11 @@ class ListIdNamespacesCommand extends smithyClient.Command
2190
2262
  .classBuilder()
2191
2263
  .ep(commonParams)
2192
2264
  .m(function (Command, cs, config, o) {
2193
- return [
2194
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2195
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2196
- ];
2265
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2197
2266
  })
2198
2267
  .s("AWSVeniceService", "ListIdNamespaces", {})
2199
2268
  .n("EntityResolutionClient", "ListIdNamespacesCommand")
2200
- .f(void 0, void 0)
2201
- .ser(se_ListIdNamespacesCommand)
2202
- .de(de_ListIdNamespacesCommand)
2269
+ .sc(ListIdNamespaces)
2203
2270
  .build() {
2204
2271
  }
2205
2272
 
@@ -2207,16 +2274,11 @@ class ListMatchingJobsCommand extends smithyClient.Command
2207
2274
  .classBuilder()
2208
2275
  .ep(commonParams)
2209
2276
  .m(function (Command, cs, config, o) {
2210
- return [
2211
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2212
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2213
- ];
2277
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2214
2278
  })
2215
2279
  .s("AWSVeniceService", "ListMatchingJobs", {})
2216
2280
  .n("EntityResolutionClient", "ListMatchingJobsCommand")
2217
- .f(void 0, void 0)
2218
- .ser(se_ListMatchingJobsCommand)
2219
- .de(de_ListMatchingJobsCommand)
2281
+ .sc(ListMatchingJobs)
2220
2282
  .build() {
2221
2283
  }
2222
2284
 
@@ -2224,16 +2286,11 @@ class ListMatchingWorkflowsCommand extends smithyClient.Command
2224
2286
  .classBuilder()
2225
2287
  .ep(commonParams)
2226
2288
  .m(function (Command, cs, config, o) {
2227
- return [
2228
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2229
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2230
- ];
2289
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2231
2290
  })
2232
2291
  .s("AWSVeniceService", "ListMatchingWorkflows", {})
2233
2292
  .n("EntityResolutionClient", "ListMatchingWorkflowsCommand")
2234
- .f(void 0, void 0)
2235
- .ser(se_ListMatchingWorkflowsCommand)
2236
- .de(de_ListMatchingWorkflowsCommand)
2293
+ .sc(ListMatchingWorkflows)
2237
2294
  .build() {
2238
2295
  }
2239
2296
 
@@ -2241,16 +2298,11 @@ class ListProviderServicesCommand extends smithyClient.Command
2241
2298
  .classBuilder()
2242
2299
  .ep(commonParams)
2243
2300
  .m(function (Command, cs, config, o) {
2244
- return [
2245
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2246
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2247
- ];
2301
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2248
2302
  })
2249
2303
  .s("AWSVeniceService", "ListProviderServices", {})
2250
2304
  .n("EntityResolutionClient", "ListProviderServicesCommand")
2251
- .f(void 0, void 0)
2252
- .ser(se_ListProviderServicesCommand)
2253
- .de(de_ListProviderServicesCommand)
2305
+ .sc(ListProviderServices)
2254
2306
  .build() {
2255
2307
  }
2256
2308
 
@@ -2258,16 +2310,11 @@ class ListSchemaMappingsCommand extends smithyClient.Command
2258
2310
  .classBuilder()
2259
2311
  .ep(commonParams)
2260
2312
  .m(function (Command, cs, config, o) {
2261
- return [
2262
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2263
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2264
- ];
2313
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2265
2314
  })
2266
2315
  .s("AWSVeniceService", "ListSchemaMappings", {})
2267
2316
  .n("EntityResolutionClient", "ListSchemaMappingsCommand")
2268
- .f(void 0, void 0)
2269
- .ser(se_ListSchemaMappingsCommand)
2270
- .de(de_ListSchemaMappingsCommand)
2317
+ .sc(ListSchemaMappings)
2271
2318
  .build() {
2272
2319
  }
2273
2320
 
@@ -2275,16 +2322,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
2275
2322
  .classBuilder()
2276
2323
  .ep(commonParams)
2277
2324
  .m(function (Command, cs, config, o) {
2278
- return [
2279
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2280
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2281
- ];
2325
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2282
2326
  })
2283
2327
  .s("AWSVeniceService", "ListTagsForResource", {})
2284
2328
  .n("EntityResolutionClient", "ListTagsForResourceCommand")
2285
- .f(void 0, void 0)
2286
- .ser(se_ListTagsForResourceCommand)
2287
- .de(de_ListTagsForResourceCommand)
2329
+ .sc(ListTagsForResource)
2288
2330
  .build() {
2289
2331
  }
2290
2332
 
@@ -2292,16 +2334,11 @@ class PutPolicyCommand extends smithyClient.Command
2292
2334
  .classBuilder()
2293
2335
  .ep(commonParams)
2294
2336
  .m(function (Command, cs, config, o) {
2295
- return [
2296
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2297
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2298
- ];
2337
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2299
2338
  })
2300
2339
  .s("AWSVeniceService", "PutPolicy", {})
2301
2340
  .n("EntityResolutionClient", "PutPolicyCommand")
2302
- .f(void 0, void 0)
2303
- .ser(se_PutPolicyCommand)
2304
- .de(de_PutPolicyCommand)
2341
+ .sc(PutPolicy)
2305
2342
  .build() {
2306
2343
  }
2307
2344
 
@@ -2309,16 +2346,11 @@ class StartIdMappingJobCommand extends smithyClient.Command
2309
2346
  .classBuilder()
2310
2347
  .ep(commonParams)
2311
2348
  .m(function (Command, cs, config, o) {
2312
- return [
2313
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2314
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2315
- ];
2349
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2316
2350
  })
2317
2351
  .s("AWSVeniceService", "StartIdMappingJob", {})
2318
2352
  .n("EntityResolutionClient", "StartIdMappingJobCommand")
2319
- .f(void 0, void 0)
2320
- .ser(se_StartIdMappingJobCommand)
2321
- .de(de_StartIdMappingJobCommand)
2353
+ .sc(StartIdMappingJob)
2322
2354
  .build() {
2323
2355
  }
2324
2356
 
@@ -2326,16 +2358,11 @@ class StartMatchingJobCommand extends smithyClient.Command
2326
2358
  .classBuilder()
2327
2359
  .ep(commonParams)
2328
2360
  .m(function (Command, cs, config, o) {
2329
- return [
2330
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2331
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2332
- ];
2361
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2333
2362
  })
2334
2363
  .s("AWSVeniceService", "StartMatchingJob", {})
2335
2364
  .n("EntityResolutionClient", "StartMatchingJobCommand")
2336
- .f(void 0, void 0)
2337
- .ser(se_StartMatchingJobCommand)
2338
- .de(de_StartMatchingJobCommand)
2365
+ .sc(StartMatchingJob)
2339
2366
  .build() {
2340
2367
  }
2341
2368
 
@@ -2343,16 +2370,11 @@ class TagResourceCommand extends smithyClient.Command
2343
2370
  .classBuilder()
2344
2371
  .ep(commonParams)
2345
2372
  .m(function (Command, cs, config, o) {
2346
- return [
2347
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2348
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2349
- ];
2373
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2350
2374
  })
2351
2375
  .s("AWSVeniceService", "TagResource", {})
2352
2376
  .n("EntityResolutionClient", "TagResourceCommand")
2353
- .f(void 0, void 0)
2354
- .ser(se_TagResourceCommand)
2355
- .de(de_TagResourceCommand)
2377
+ .sc(TagResource)
2356
2378
  .build() {
2357
2379
  }
2358
2380
 
@@ -2360,16 +2382,11 @@ class UntagResourceCommand extends smithyClient.Command
2360
2382
  .classBuilder()
2361
2383
  .ep(commonParams)
2362
2384
  .m(function (Command, cs, config, o) {
2363
- return [
2364
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2365
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2366
- ];
2385
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2367
2386
  })
2368
2387
  .s("AWSVeniceService", "UntagResource", {})
2369
2388
  .n("EntityResolutionClient", "UntagResourceCommand")
2370
- .f(void 0, void 0)
2371
- .ser(se_UntagResourceCommand)
2372
- .de(de_UntagResourceCommand)
2389
+ .sc(UntagResource)
2373
2390
  .build() {
2374
2391
  }
2375
2392
 
@@ -2377,16 +2394,11 @@ class UpdateIdMappingWorkflowCommand extends smithyClient.Command
2377
2394
  .classBuilder()
2378
2395
  .ep(commonParams)
2379
2396
  .m(function (Command, cs, config, o) {
2380
- return [
2381
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2382
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2383
- ];
2397
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2384
2398
  })
2385
2399
  .s("AWSVeniceService", "UpdateIdMappingWorkflow", {})
2386
2400
  .n("EntityResolutionClient", "UpdateIdMappingWorkflowCommand")
2387
- .f(void 0, void 0)
2388
- .ser(se_UpdateIdMappingWorkflowCommand)
2389
- .de(de_UpdateIdMappingWorkflowCommand)
2401
+ .sc(UpdateIdMappingWorkflow)
2390
2402
  .build() {
2391
2403
  }
2392
2404
 
@@ -2394,16 +2406,11 @@ class UpdateIdNamespaceCommand extends smithyClient.Command
2394
2406
  .classBuilder()
2395
2407
  .ep(commonParams)
2396
2408
  .m(function (Command, cs, config, o) {
2397
- return [
2398
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2399
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2400
- ];
2409
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2401
2410
  })
2402
2411
  .s("AWSVeniceService", "UpdateIdNamespace", {})
2403
2412
  .n("EntityResolutionClient", "UpdateIdNamespaceCommand")
2404
- .f(void 0, void 0)
2405
- .ser(se_UpdateIdNamespaceCommand)
2406
- .de(de_UpdateIdNamespaceCommand)
2413
+ .sc(UpdateIdNamespace)
2407
2414
  .build() {
2408
2415
  }
2409
2416
 
@@ -2411,16 +2418,11 @@ class UpdateMatchingWorkflowCommand extends smithyClient.Command
2411
2418
  .classBuilder()
2412
2419
  .ep(commonParams)
2413
2420
  .m(function (Command, cs, config, o) {
2414
- return [
2415
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2416
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2417
- ];
2421
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2418
2422
  })
2419
2423
  .s("AWSVeniceService", "UpdateMatchingWorkflow", {})
2420
2424
  .n("EntityResolutionClient", "UpdateMatchingWorkflowCommand")
2421
- .f(void 0, void 0)
2422
- .ser(se_UpdateMatchingWorkflowCommand)
2423
- .de(de_UpdateMatchingWorkflowCommand)
2425
+ .sc(UpdateMatchingWorkflow)
2424
2426
  .build() {
2425
2427
  }
2426
2428
 
@@ -2428,16 +2430,11 @@ class UpdateSchemaMappingCommand extends smithyClient.Command
2428
2430
  .classBuilder()
2429
2431
  .ep(commonParams)
2430
2432
  .m(function (Command, cs, config, o) {
2431
- return [
2432
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2433
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2434
- ];
2433
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2435
2434
  })
2436
2435
  .s("AWSVeniceService", "UpdateSchemaMapping", {})
2437
2436
  .n("EntityResolutionClient", "UpdateSchemaMappingCommand")
2438
- .f(void 0, void 0)
2439
- .ser(se_UpdateSchemaMappingCommand)
2440
- .de(de_UpdateSchemaMappingCommand)
2437
+ .sc(UpdateSchemaMapping)
2441
2438
  .build() {
2442
2439
  }
2443
2440
 
@@ -2507,11 +2504,11 @@ Object.defineProperty(exports, "__Client", {
2507
2504
  enumerable: true,
2508
2505
  get: function () { return smithyClient.Client; }
2509
2506
  });
2510
- exports.AccessDeniedException = AccessDeniedException;
2507
+ exports.AccessDeniedException = AccessDeniedException$1;
2511
2508
  exports.AddPolicyStatementCommand = AddPolicyStatementCommand;
2512
2509
  exports.AttributeMatchingModel = AttributeMatchingModel;
2513
2510
  exports.BatchDeleteUniqueIdCommand = BatchDeleteUniqueIdCommand;
2514
- exports.ConflictException = ConflictException;
2511
+ exports.ConflictException = ConflictException$1;
2515
2512
  exports.CreateIdMappingWorkflowCommand = CreateIdMappingWorkflowCommand;
2516
2513
  exports.CreateIdNamespaceCommand = CreateIdNamespaceCommand;
2517
2514
  exports.CreateMatchingWorkflowCommand = CreateMatchingWorkflowCommand;
@@ -2525,15 +2522,13 @@ exports.DeleteUniqueIdErrorType = DeleteUniqueIdErrorType;
2525
2522
  exports.DeleteUniqueIdStatus = DeleteUniqueIdStatus;
2526
2523
  exports.EntityResolution = EntityResolution;
2527
2524
  exports.EntityResolutionClient = EntityResolutionClient;
2528
- exports.EntityResolutionServiceException = EntityResolutionServiceException;
2529
- exports.ExceedsLimitException = ExceedsLimitException;
2525
+ exports.EntityResolutionServiceException = EntityResolutionServiceException$1;
2526
+ exports.ExceedsLimitException = ExceedsLimitException$1;
2530
2527
  exports.GenerateMatchIdCommand = GenerateMatchIdCommand;
2531
- exports.GenerateMatchIdInputFilterSensitiveLog = GenerateMatchIdInputFilterSensitiveLog;
2532
2528
  exports.GetIdMappingJobCommand = GetIdMappingJobCommand;
2533
2529
  exports.GetIdMappingWorkflowCommand = GetIdMappingWorkflowCommand;
2534
2530
  exports.GetIdNamespaceCommand = GetIdNamespaceCommand;
2535
2531
  exports.GetMatchIdCommand = GetMatchIdCommand;
2536
- exports.GetMatchIdInputFilterSensitiveLog = GetMatchIdInputFilterSensitiveLog;
2537
2532
  exports.GetMatchingJobCommand = GetMatchingJobCommand;
2538
2533
  exports.GetMatchingWorkflowCommand = GetMatchingWorkflowCommand;
2539
2534
  exports.GetPolicyCommand = GetPolicyCommand;
@@ -2544,7 +2539,7 @@ exports.IdMappingType = IdMappingType;
2544
2539
  exports.IdMappingWorkflowRuleDefinitionType = IdMappingWorkflowRuleDefinitionType;
2545
2540
  exports.IdNamespaceType = IdNamespaceType;
2546
2541
  exports.IncrementalRunType = IncrementalRunType;
2547
- exports.InternalServerException = InternalServerException;
2542
+ exports.InternalServerException = InternalServerException$1;
2548
2543
  exports.JobStatus = JobStatus;
2549
2544
  exports.JobType = JobType;
2550
2545
  exports.ListIdMappingJobsCommand = ListIdMappingJobsCommand;
@@ -2560,21 +2555,20 @@ exports.ProcessingType = ProcessingType;
2560
2555
  exports.PutPolicyCommand = PutPolicyCommand;
2561
2556
  exports.RecordMatchingModel = RecordMatchingModel;
2562
2557
  exports.ResolutionType = ResolutionType;
2563
- exports.ResourceNotFoundException = ResourceNotFoundException;
2558
+ exports.ResourceNotFoundException = ResourceNotFoundException$1;
2564
2559
  exports.SchemaAttributeType = SchemaAttributeType;
2565
2560
  exports.ServiceType = ServiceType;
2566
2561
  exports.StartIdMappingJobCommand = StartIdMappingJobCommand;
2567
2562
  exports.StartMatchingJobCommand = StartMatchingJobCommand;
2568
2563
  exports.StatementEffect = StatementEffect;
2569
2564
  exports.TagResourceCommand = TagResourceCommand;
2570
- exports.ThrottlingException = ThrottlingException;
2565
+ exports.ThrottlingException = ThrottlingException$1;
2571
2566
  exports.UntagResourceCommand = UntagResourceCommand;
2572
2567
  exports.UpdateIdMappingWorkflowCommand = UpdateIdMappingWorkflowCommand;
2573
2568
  exports.UpdateIdNamespaceCommand = UpdateIdNamespaceCommand;
2574
2569
  exports.UpdateMatchingWorkflowCommand = UpdateMatchingWorkflowCommand;
2575
2570
  exports.UpdateSchemaMappingCommand = UpdateSchemaMappingCommand;
2576
- exports.ValidationException = ValidationException;
2577
- exports._RecordFilterSensitiveLog = _RecordFilterSensitiveLog;
2571
+ exports.ValidationException = ValidationException$1;
2578
2572
  exports.paginateListIdMappingJobs = paginateListIdMappingJobs;
2579
2573
  exports.paginateListIdMappingWorkflows = paginateListIdMappingWorkflows;
2580
2574
  exports.paginateListIdNamespaces = paginateListIdNamespaces;