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