@aws-sdk/client-entityresolution 3.758.0 → 3.772.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +92 -92
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AddPolicyStatementCommand: () => AddPolicyStatementCommand,
|
|
26
26
|
AttributeMatchingModel: () => AttributeMatchingModel,
|
|
@@ -93,7 +93,7 @@ __export(src_exports, {
|
|
|
93
93
|
paginateListProviderServices: () => paginateListProviderServices,
|
|
94
94
|
paginateListSchemaMappings: () => paginateListSchemaMappings
|
|
95
95
|
});
|
|
96
|
-
module.exports = __toCommonJS(
|
|
96
|
+
module.exports = __toCommonJS(index_exports);
|
|
97
97
|
|
|
98
98
|
// src/EntityResolutionClient.ts
|
|
99
99
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -220,9 +220,9 @@ var EntityResolutionClient = class extends import_smithy_client.Client {
|
|
|
220
220
|
this.middlewareStack.use(
|
|
221
221
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
222
222
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultEntityResolutionHttpAuthSchemeParametersProvider,
|
|
223
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
223
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
224
224
|
"aws.auth#sigv4": config.credentials
|
|
225
|
-
})
|
|
225
|
+
}), "identityProviderConfigProvider")
|
|
226
226
|
})
|
|
227
227
|
);
|
|
228
228
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -510,10 +510,10 @@ var se_AddPolicyStatementCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
510
510
|
let body;
|
|
511
511
|
body = JSON.stringify(
|
|
512
512
|
(0, import_smithy_client.take)(input, {
|
|
513
|
-
action: (_) => (0, import_smithy_client._json)(_),
|
|
513
|
+
action: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "action"),
|
|
514
514
|
condition: [],
|
|
515
515
|
effect: [],
|
|
516
|
-
principal: (_) => (0, import_smithy_client._json)(_)
|
|
516
|
+
principal: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "principal")
|
|
517
517
|
})
|
|
518
518
|
);
|
|
519
519
|
b.m("POST").h(headers).b(body);
|
|
@@ -541,11 +541,11 @@ var se_CreateIdMappingWorkflowCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
541
541
|
body = JSON.stringify(
|
|
542
542
|
(0, import_smithy_client.take)(input, {
|
|
543
543
|
description: [],
|
|
544
|
-
idMappingTechniques: (_) => se_IdMappingTechniques(_, context),
|
|
545
|
-
inputSourceConfig: (_) => (0, import_smithy_client._json)(_),
|
|
546
|
-
outputSourceConfig: (_) => (0, import_smithy_client._json)(_),
|
|
544
|
+
idMappingTechniques: /* @__PURE__ */ __name((_) => se_IdMappingTechniques(_, context), "idMappingTechniques"),
|
|
545
|
+
inputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputSourceConfig"),
|
|
546
|
+
outputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputSourceConfig"),
|
|
547
547
|
roleArn: [],
|
|
548
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
548
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
549
549
|
workflowName: []
|
|
550
550
|
})
|
|
551
551
|
);
|
|
@@ -562,11 +562,11 @@ var se_CreateIdNamespaceCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
562
562
|
body = JSON.stringify(
|
|
563
563
|
(0, import_smithy_client.take)(input, {
|
|
564
564
|
description: [],
|
|
565
|
-
idMappingWorkflowProperties: (_) => se_IdNamespaceIdMappingWorkflowPropertiesList(_, context),
|
|
565
|
+
idMappingWorkflowProperties: /* @__PURE__ */ __name((_) => se_IdNamespaceIdMappingWorkflowPropertiesList(_, context), "idMappingWorkflowProperties"),
|
|
566
566
|
idNamespaceName: [],
|
|
567
|
-
inputSourceConfig: (_) => (0, import_smithy_client._json)(_),
|
|
567
|
+
inputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputSourceConfig"),
|
|
568
568
|
roleArn: [],
|
|
569
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
569
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
570
570
|
type: []
|
|
571
571
|
})
|
|
572
572
|
);
|
|
@@ -583,12 +583,12 @@ var se_CreateMatchingWorkflowCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
583
583
|
body = JSON.stringify(
|
|
584
584
|
(0, import_smithy_client.take)(input, {
|
|
585
585
|
description: [],
|
|
586
|
-
incrementalRunConfig: (_) => (0, import_smithy_client._json)(_),
|
|
587
|
-
inputSourceConfig: (_) => (0, import_smithy_client._json)(_),
|
|
588
|
-
outputSourceConfig: (_) => (0, import_smithy_client._json)(_),
|
|
589
|
-
resolutionTechniques: (_) => se_ResolutionTechniques(_, context),
|
|
586
|
+
incrementalRunConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "incrementalRunConfig"),
|
|
587
|
+
inputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputSourceConfig"),
|
|
588
|
+
outputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputSourceConfig"),
|
|
589
|
+
resolutionTechniques: /* @__PURE__ */ __name((_) => se_ResolutionTechniques(_, context), "resolutionTechniques"),
|
|
590
590
|
roleArn: [],
|
|
591
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
591
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
592
592
|
workflowName: []
|
|
593
593
|
})
|
|
594
594
|
);
|
|
@@ -605,9 +605,9 @@ var se_CreateSchemaMappingCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
605
605
|
body = JSON.stringify(
|
|
606
606
|
(0, import_smithy_client.take)(input, {
|
|
607
607
|
description: [],
|
|
608
|
-
mappedInputFields: (_) => (0, import_smithy_client._json)(_),
|
|
608
|
+
mappedInputFields: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "mappedInputFields"),
|
|
609
609
|
schemaName: [],
|
|
610
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
610
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
611
611
|
})
|
|
612
612
|
);
|
|
613
613
|
b.m("POST").h(headers).b(body);
|
|
@@ -698,7 +698,7 @@ var se_GetMatchIdCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
698
698
|
body = JSON.stringify(
|
|
699
699
|
(0, import_smithy_client.take)(input, {
|
|
700
700
|
applyNormalization: [],
|
|
701
|
-
record: (_) => (0, import_smithy_client._json)(_)
|
|
701
|
+
record: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "record")
|
|
702
702
|
})
|
|
703
703
|
);
|
|
704
704
|
b.m("POST").h(headers).b(body);
|
|
@@ -874,7 +874,7 @@ var se_StartIdMappingJobCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
874
874
|
let body;
|
|
875
875
|
body = JSON.stringify(
|
|
876
876
|
(0, import_smithy_client.take)(input, {
|
|
877
|
-
outputSourceConfig: (_) => (0, import_smithy_client._json)(_)
|
|
877
|
+
outputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputSourceConfig")
|
|
878
878
|
})
|
|
879
879
|
);
|
|
880
880
|
b.m("POST").h(headers).b(body);
|
|
@@ -899,7 +899,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
899
899
|
let body;
|
|
900
900
|
body = JSON.stringify(
|
|
901
901
|
(0, import_smithy_client.take)(input, {
|
|
902
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
902
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
903
903
|
})
|
|
904
904
|
);
|
|
905
905
|
b.m("POST").h(headers).b(body);
|
|
@@ -928,9 +928,9 @@ var se_UpdateIdMappingWorkflowCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
928
928
|
body = JSON.stringify(
|
|
929
929
|
(0, import_smithy_client.take)(input, {
|
|
930
930
|
description: [],
|
|
931
|
-
idMappingTechniques: (_) => se_IdMappingTechniques(_, context),
|
|
932
|
-
inputSourceConfig: (_) => (0, import_smithy_client._json)(_),
|
|
933
|
-
outputSourceConfig: (_) => (0, import_smithy_client._json)(_),
|
|
931
|
+
idMappingTechniques: /* @__PURE__ */ __name((_) => se_IdMappingTechniques(_, context), "idMappingTechniques"),
|
|
932
|
+
inputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputSourceConfig"),
|
|
933
|
+
outputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputSourceConfig"),
|
|
934
934
|
roleArn: []
|
|
935
935
|
})
|
|
936
936
|
);
|
|
@@ -948,8 +948,8 @@ var se_UpdateIdNamespaceCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
948
948
|
body = JSON.stringify(
|
|
949
949
|
(0, import_smithy_client.take)(input, {
|
|
950
950
|
description: [],
|
|
951
|
-
idMappingWorkflowProperties: (_) => se_IdNamespaceIdMappingWorkflowPropertiesList(_, context),
|
|
952
|
-
inputSourceConfig: (_) => (0, import_smithy_client._json)(_),
|
|
951
|
+
idMappingWorkflowProperties: /* @__PURE__ */ __name((_) => se_IdNamespaceIdMappingWorkflowPropertiesList(_, context), "idMappingWorkflowProperties"),
|
|
952
|
+
inputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputSourceConfig"),
|
|
953
953
|
roleArn: []
|
|
954
954
|
})
|
|
955
955
|
);
|
|
@@ -967,10 +967,10 @@ var se_UpdateMatchingWorkflowCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
967
967
|
body = JSON.stringify(
|
|
968
968
|
(0, import_smithy_client.take)(input, {
|
|
969
969
|
description: [],
|
|
970
|
-
incrementalRunConfig: (_) => (0, import_smithy_client._json)(_),
|
|
971
|
-
inputSourceConfig: (_) => (0, import_smithy_client._json)(_),
|
|
972
|
-
outputSourceConfig: (_) => (0, import_smithy_client._json)(_),
|
|
973
|
-
resolutionTechniques: (_) => se_ResolutionTechniques(_, context),
|
|
970
|
+
incrementalRunConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "incrementalRunConfig"),
|
|
971
|
+
inputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputSourceConfig"),
|
|
972
|
+
outputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputSourceConfig"),
|
|
973
|
+
resolutionTechniques: /* @__PURE__ */ __name((_) => se_ResolutionTechniques(_, context), "resolutionTechniques"),
|
|
974
974
|
roleArn: []
|
|
975
975
|
})
|
|
976
976
|
);
|
|
@@ -988,7 +988,7 @@ var se_UpdateSchemaMappingCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
988
988
|
body = JSON.stringify(
|
|
989
989
|
(0, import_smithy_client.take)(input, {
|
|
990
990
|
description: [],
|
|
991
|
-
mappedInputFields: (_) => (0, import_smithy_client._json)(_)
|
|
991
|
+
mappedInputFields: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "mappedInputFields")
|
|
992
992
|
})
|
|
993
993
|
);
|
|
994
994
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1037,7 +1037,7 @@ var de_CreateIdMappingWorkflowCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
1037
1037
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1038
1038
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1039
1039
|
description: import_smithy_client.expectString,
|
|
1040
|
-
idMappingTechniques: (_) => de_IdMappingTechniques(_, context),
|
|
1040
|
+
idMappingTechniques: /* @__PURE__ */ __name((_) => de_IdMappingTechniques(_, context), "idMappingTechniques"),
|
|
1041
1041
|
inputSourceConfig: import_smithy_client._json,
|
|
1042
1042
|
outputSourceConfig: import_smithy_client._json,
|
|
1043
1043
|
roleArn: import_smithy_client.expectString,
|
|
@@ -1056,16 +1056,16 @@ var de_CreateIdNamespaceCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1056
1056
|
});
|
|
1057
1057
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1058
1058
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1059
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1059
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1060
1060
|
description: import_smithy_client.expectString,
|
|
1061
|
-
idMappingWorkflowProperties: (_) => de_IdNamespaceIdMappingWorkflowPropertiesList(_, context),
|
|
1061
|
+
idMappingWorkflowProperties: /* @__PURE__ */ __name((_) => de_IdNamespaceIdMappingWorkflowPropertiesList(_, context), "idMappingWorkflowProperties"),
|
|
1062
1062
|
idNamespaceArn: import_smithy_client.expectString,
|
|
1063
1063
|
idNamespaceName: import_smithy_client.expectString,
|
|
1064
1064
|
inputSourceConfig: import_smithy_client._json,
|
|
1065
1065
|
roleArn: import_smithy_client.expectString,
|
|
1066
1066
|
tags: import_smithy_client._json,
|
|
1067
1067
|
type: import_smithy_client.expectString,
|
|
1068
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1068
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
1069
1069
|
});
|
|
1070
1070
|
Object.assign(contents, doc);
|
|
1071
1071
|
return contents;
|
|
@@ -1083,7 +1083,7 @@ var de_CreateMatchingWorkflowCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1083
1083
|
incrementalRunConfig: import_smithy_client._json,
|
|
1084
1084
|
inputSourceConfig: import_smithy_client._json,
|
|
1085
1085
|
outputSourceConfig: import_smithy_client._json,
|
|
1086
|
-
resolutionTechniques: (_) => de_ResolutionTechniques(_, context),
|
|
1086
|
+
resolutionTechniques: /* @__PURE__ */ __name((_) => de_ResolutionTechniques(_, context), "resolutionTechniques"),
|
|
1087
1087
|
roleArn: import_smithy_client.expectString,
|
|
1088
1088
|
workflowArn: import_smithy_client.expectString,
|
|
1089
1089
|
workflowName: import_smithy_client.expectString
|
|
@@ -1189,12 +1189,12 @@ var de_GetIdMappingJobCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1189
1189
|
});
|
|
1190
1190
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1191
1191
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1192
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1192
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
1193
1193
|
errorDetails: import_smithy_client._json,
|
|
1194
1194
|
jobId: import_smithy_client.expectString,
|
|
1195
1195
|
metrics: import_smithy_client._json,
|
|
1196
1196
|
outputSourceConfig: import_smithy_client._json,
|
|
1197
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1197
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
1198
1198
|
status: import_smithy_client.expectString
|
|
1199
1199
|
});
|
|
1200
1200
|
Object.assign(contents, doc);
|
|
@@ -1209,14 +1209,14 @@ var de_GetIdMappingWorkflowCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
1209
1209
|
});
|
|
1210
1210
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1211
1211
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1212
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1212
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1213
1213
|
description: import_smithy_client.expectString,
|
|
1214
|
-
idMappingTechniques: (_) => de_IdMappingTechniques(_, context),
|
|
1214
|
+
idMappingTechniques: /* @__PURE__ */ __name((_) => de_IdMappingTechniques(_, context), "idMappingTechniques"),
|
|
1215
1215
|
inputSourceConfig: import_smithy_client._json,
|
|
1216
1216
|
outputSourceConfig: import_smithy_client._json,
|
|
1217
1217
|
roleArn: import_smithy_client.expectString,
|
|
1218
1218
|
tags: import_smithy_client._json,
|
|
1219
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1219
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
|
|
1220
1220
|
workflowArn: import_smithy_client.expectString,
|
|
1221
1221
|
workflowName: import_smithy_client.expectString
|
|
1222
1222
|
});
|
|
@@ -1232,16 +1232,16 @@ var de_GetIdNamespaceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1232
1232
|
});
|
|
1233
1233
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1234
1234
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1235
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1235
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1236
1236
|
description: import_smithy_client.expectString,
|
|
1237
|
-
idMappingWorkflowProperties: (_) => de_IdNamespaceIdMappingWorkflowPropertiesList(_, context),
|
|
1237
|
+
idMappingWorkflowProperties: /* @__PURE__ */ __name((_) => de_IdNamespaceIdMappingWorkflowPropertiesList(_, context), "idMappingWorkflowProperties"),
|
|
1238
1238
|
idNamespaceArn: import_smithy_client.expectString,
|
|
1239
1239
|
idNamespaceName: import_smithy_client.expectString,
|
|
1240
1240
|
inputSourceConfig: import_smithy_client._json,
|
|
1241
1241
|
roleArn: import_smithy_client.expectString,
|
|
1242
1242
|
tags: import_smithy_client._json,
|
|
1243
1243
|
type: import_smithy_client.expectString,
|
|
1244
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1244
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
1245
1245
|
});
|
|
1246
1246
|
Object.assign(contents, doc);
|
|
1247
1247
|
return contents;
|
|
@@ -1270,12 +1270,12 @@ var de_GetMatchingJobCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1270
1270
|
});
|
|
1271
1271
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1272
1272
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1273
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1273
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
1274
1274
|
errorDetails: import_smithy_client._json,
|
|
1275
1275
|
jobId: import_smithy_client.expectString,
|
|
1276
1276
|
metrics: import_smithy_client._json,
|
|
1277
1277
|
outputSourceConfig: import_smithy_client._json,
|
|
1278
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1278
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
1279
1279
|
status: import_smithy_client.expectString
|
|
1280
1280
|
});
|
|
1281
1281
|
Object.assign(contents, doc);
|
|
@@ -1290,15 +1290,15 @@ var de_GetMatchingWorkflowCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1290
1290
|
});
|
|
1291
1291
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1292
1292
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1293
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1293
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1294
1294
|
description: import_smithy_client.expectString,
|
|
1295
1295
|
incrementalRunConfig: import_smithy_client._json,
|
|
1296
1296
|
inputSourceConfig: import_smithy_client._json,
|
|
1297
1297
|
outputSourceConfig: import_smithy_client._json,
|
|
1298
|
-
resolutionTechniques: (_) => de_ResolutionTechniques(_, context),
|
|
1298
|
+
resolutionTechniques: /* @__PURE__ */ __name((_) => de_ResolutionTechniques(_, context), "resolutionTechniques"),
|
|
1299
1299
|
roleArn: import_smithy_client.expectString,
|
|
1300
1300
|
tags: import_smithy_client._json,
|
|
1301
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1301
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
|
|
1302
1302
|
workflowArn: import_smithy_client.expectString,
|
|
1303
1303
|
workflowName: import_smithy_client.expectString
|
|
1304
1304
|
});
|
|
@@ -1332,12 +1332,12 @@ var de_GetProviderServiceCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
1332
1332
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1333
1333
|
anonymizedOutput: import_smithy_client.expectBoolean,
|
|
1334
1334
|
providerComponentSchema: import_smithy_client._json,
|
|
1335
|
-
providerConfigurationDefinition: (_) => de_Document(_, context),
|
|
1336
|
-
providerEndpointConfiguration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
1337
|
-
providerEntityOutputDefinition: (_) => de_Document(_, context),
|
|
1338
|
-
providerIdNameSpaceConfiguration: (_) => de_ProviderIdNameSpaceConfiguration(_, context),
|
|
1335
|
+
providerConfigurationDefinition: /* @__PURE__ */ __name((_) => de_Document(_, context), "providerConfigurationDefinition"),
|
|
1336
|
+
providerEndpointConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "providerEndpointConfiguration"),
|
|
1337
|
+
providerEntityOutputDefinition: /* @__PURE__ */ __name((_) => de_Document(_, context), "providerEntityOutputDefinition"),
|
|
1338
|
+
providerIdNameSpaceConfiguration: /* @__PURE__ */ __name((_) => de_ProviderIdNameSpaceConfiguration(_, context), "providerIdNameSpaceConfiguration"),
|
|
1339
1339
|
providerIntermediateDataAccessConfiguration: import_smithy_client._json,
|
|
1340
|
-
providerJobConfiguration: (_) => de_Document(_, context),
|
|
1340
|
+
providerJobConfiguration: /* @__PURE__ */ __name((_) => de_Document(_, context), "providerJobConfiguration"),
|
|
1341
1341
|
providerName: import_smithy_client.expectString,
|
|
1342
1342
|
providerServiceArn: import_smithy_client.expectString,
|
|
1343
1343
|
providerServiceDisplayName: import_smithy_client.expectString,
|
|
@@ -1356,14 +1356,14 @@ var de_GetSchemaMappingCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1356
1356
|
});
|
|
1357
1357
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1358
1358
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1359
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1359
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1360
1360
|
description: import_smithy_client.expectString,
|
|
1361
1361
|
hasWorkflows: import_smithy_client.expectBoolean,
|
|
1362
1362
|
mappedInputFields: import_smithy_client._json,
|
|
1363
1363
|
schemaArn: import_smithy_client.expectString,
|
|
1364
1364
|
schemaName: import_smithy_client.expectString,
|
|
1365
1365
|
tags: import_smithy_client._json,
|
|
1366
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1366
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
1367
1367
|
});
|
|
1368
1368
|
Object.assign(contents, doc);
|
|
1369
1369
|
return contents;
|
|
@@ -1377,7 +1377,7 @@ var de_ListIdMappingJobsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1377
1377
|
});
|
|
1378
1378
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1379
1379
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1380
|
-
jobs: (_) => de_JobList(_, context),
|
|
1380
|
+
jobs: /* @__PURE__ */ __name((_) => de_JobList(_, context), "jobs"),
|
|
1381
1381
|
nextToken: import_smithy_client.expectString
|
|
1382
1382
|
});
|
|
1383
1383
|
Object.assign(contents, doc);
|
|
@@ -1393,7 +1393,7 @@ var de_ListIdMappingWorkflowsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1393
1393
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1394
1394
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1395
1395
|
nextToken: import_smithy_client.expectString,
|
|
1396
|
-
workflowSummaries: (_) => de_IdMappingWorkflowList(_, context)
|
|
1396
|
+
workflowSummaries: /* @__PURE__ */ __name((_) => de_IdMappingWorkflowList(_, context), "workflowSummaries")
|
|
1397
1397
|
});
|
|
1398
1398
|
Object.assign(contents, doc);
|
|
1399
1399
|
return contents;
|
|
@@ -1407,7 +1407,7 @@ var de_ListIdNamespacesCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1407
1407
|
});
|
|
1408
1408
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1409
1409
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1410
|
-
idNamespaceSummaries: (_) => de_IdNamespaceList(_, context),
|
|
1410
|
+
idNamespaceSummaries: /* @__PURE__ */ __name((_) => de_IdNamespaceList(_, context), "idNamespaceSummaries"),
|
|
1411
1411
|
nextToken: import_smithy_client.expectString
|
|
1412
1412
|
});
|
|
1413
1413
|
Object.assign(contents, doc);
|
|
@@ -1422,7 +1422,7 @@ var de_ListMatchingJobsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1422
1422
|
});
|
|
1423
1423
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1424
1424
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1425
|
-
jobs: (_) => de_JobList(_, context),
|
|
1425
|
+
jobs: /* @__PURE__ */ __name((_) => de_JobList(_, context), "jobs"),
|
|
1426
1426
|
nextToken: import_smithy_client.expectString
|
|
1427
1427
|
});
|
|
1428
1428
|
Object.assign(contents, doc);
|
|
@@ -1438,7 +1438,7 @@ var de_ListMatchingWorkflowsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
1438
1438
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1439
1439
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1440
1440
|
nextToken: import_smithy_client.expectString,
|
|
1441
|
-
workflowSummaries: (_) => de_MatchingWorkflowList(_, context)
|
|
1441
|
+
workflowSummaries: /* @__PURE__ */ __name((_) => de_MatchingWorkflowList(_, context), "workflowSummaries")
|
|
1442
1442
|
});
|
|
1443
1443
|
Object.assign(contents, doc);
|
|
1444
1444
|
return contents;
|
|
@@ -1468,7 +1468,7 @@ var de_ListSchemaMappingsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
1468
1468
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1469
1469
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1470
1470
|
nextToken: import_smithy_client.expectString,
|
|
1471
|
-
schemaList: (_) => de_SchemaMappingList(_, context)
|
|
1471
|
+
schemaList: /* @__PURE__ */ __name((_) => de_SchemaMappingList(_, context), "schemaList")
|
|
1472
1472
|
});
|
|
1473
1473
|
Object.assign(contents, doc);
|
|
1474
1474
|
return contents;
|
|
@@ -1562,7 +1562,7 @@ var de_UpdateIdMappingWorkflowCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
1562
1562
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1563
1563
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1564
1564
|
description: import_smithy_client.expectString,
|
|
1565
|
-
idMappingTechniques: (_) => de_IdMappingTechniques(_, context),
|
|
1565
|
+
idMappingTechniques: /* @__PURE__ */ __name((_) => de_IdMappingTechniques(_, context), "idMappingTechniques"),
|
|
1566
1566
|
inputSourceConfig: import_smithy_client._json,
|
|
1567
1567
|
outputSourceConfig: import_smithy_client._json,
|
|
1568
1568
|
roleArn: import_smithy_client.expectString,
|
|
@@ -1581,15 +1581,15 @@ var de_UpdateIdNamespaceCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1581
1581
|
});
|
|
1582
1582
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1583
1583
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1584
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1584
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1585
1585
|
description: import_smithy_client.expectString,
|
|
1586
|
-
idMappingWorkflowProperties: (_) => de_IdNamespaceIdMappingWorkflowPropertiesList(_, context),
|
|
1586
|
+
idMappingWorkflowProperties: /* @__PURE__ */ __name((_) => de_IdNamespaceIdMappingWorkflowPropertiesList(_, context), "idMappingWorkflowProperties"),
|
|
1587
1587
|
idNamespaceArn: import_smithy_client.expectString,
|
|
1588
1588
|
idNamespaceName: import_smithy_client.expectString,
|
|
1589
1589
|
inputSourceConfig: import_smithy_client._json,
|
|
1590
1590
|
roleArn: import_smithy_client.expectString,
|
|
1591
1591
|
type: import_smithy_client.expectString,
|
|
1592
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1592
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
1593
1593
|
});
|
|
1594
1594
|
Object.assign(contents, doc);
|
|
1595
1595
|
return contents;
|
|
@@ -1607,7 +1607,7 @@ var de_UpdateMatchingWorkflowCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1607
1607
|
incrementalRunConfig: import_smithy_client._json,
|
|
1608
1608
|
inputSourceConfig: import_smithy_client._json,
|
|
1609
1609
|
outputSourceConfig: import_smithy_client._json,
|
|
1610
|
-
resolutionTechniques: (_) => de_ResolutionTechniques(_, context),
|
|
1610
|
+
resolutionTechniques: /* @__PURE__ */ __name((_) => de_ResolutionTechniques(_, context), "resolutionTechniques"),
|
|
1611
1611
|
roleArn: import_smithy_client.expectString,
|
|
1612
1612
|
workflowName: import_smithy_client.expectString
|
|
1613
1613
|
});
|
|
@@ -1765,14 +1765,14 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
1765
1765
|
var se_IdMappingTechniques = /* @__PURE__ */ __name((input, context) => {
|
|
1766
1766
|
return (0, import_smithy_client.take)(input, {
|
|
1767
1767
|
idMappingType: [],
|
|
1768
|
-
providerProperties: (_) => se_ProviderProperties(_, context),
|
|
1768
|
+
providerProperties: /* @__PURE__ */ __name((_) => se_ProviderProperties(_, context), "providerProperties"),
|
|
1769
1769
|
ruleBasedProperties: import_smithy_client._json
|
|
1770
1770
|
});
|
|
1771
1771
|
}, "se_IdMappingTechniques");
|
|
1772
1772
|
var se_IdNamespaceIdMappingWorkflowProperties = /* @__PURE__ */ __name((input, context) => {
|
|
1773
1773
|
return (0, import_smithy_client.take)(input, {
|
|
1774
1774
|
idMappingType: [],
|
|
1775
|
-
providerProperties: (_) => se_NamespaceProviderProperties(_, context),
|
|
1775
|
+
providerProperties: /* @__PURE__ */ __name((_) => se_NamespaceProviderProperties(_, context), "providerProperties"),
|
|
1776
1776
|
ruleBasedProperties: import_smithy_client._json
|
|
1777
1777
|
});
|
|
1778
1778
|
}, "se_IdNamespaceIdMappingWorkflowProperties");
|
|
@@ -1783,20 +1783,20 @@ var se_IdNamespaceIdMappingWorkflowPropertiesList = /* @__PURE__ */ __name((inpu
|
|
|
1783
1783
|
}, "se_IdNamespaceIdMappingWorkflowPropertiesList");
|
|
1784
1784
|
var se_NamespaceProviderProperties = /* @__PURE__ */ __name((input, context) => {
|
|
1785
1785
|
return (0, import_smithy_client.take)(input, {
|
|
1786
|
-
providerConfiguration: (_) => se_Document(_, context),
|
|
1786
|
+
providerConfiguration: /* @__PURE__ */ __name((_) => se_Document(_, context), "providerConfiguration"),
|
|
1787
1787
|
providerServiceArn: []
|
|
1788
1788
|
});
|
|
1789
1789
|
}, "se_NamespaceProviderProperties");
|
|
1790
1790
|
var se_ProviderProperties = /* @__PURE__ */ __name((input, context) => {
|
|
1791
1791
|
return (0, import_smithy_client.take)(input, {
|
|
1792
1792
|
intermediateSourceConfiguration: import_smithy_client._json,
|
|
1793
|
-
providerConfiguration: (_) => se_Document(_, context),
|
|
1793
|
+
providerConfiguration: /* @__PURE__ */ __name((_) => se_Document(_, context), "providerConfiguration"),
|
|
1794
1794
|
providerServiceArn: []
|
|
1795
1795
|
});
|
|
1796
1796
|
}, "se_ProviderProperties");
|
|
1797
1797
|
var se_ResolutionTechniques = /* @__PURE__ */ __name((input, context) => {
|
|
1798
1798
|
return (0, import_smithy_client.take)(input, {
|
|
1799
|
-
providerProperties: (_) => se_ProviderProperties(_, context),
|
|
1799
|
+
providerProperties: /* @__PURE__ */ __name((_) => se_ProviderProperties(_, context), "providerProperties"),
|
|
1800
1800
|
resolutionType: [],
|
|
1801
1801
|
ruleBasedProperties: import_smithy_client._json
|
|
1802
1802
|
});
|
|
@@ -1807,7 +1807,7 @@ var se_Document = /* @__PURE__ */ __name((input, context) => {
|
|
|
1807
1807
|
var de_IdMappingTechniques = /* @__PURE__ */ __name((output, context) => {
|
|
1808
1808
|
return (0, import_smithy_client.take)(output, {
|
|
1809
1809
|
idMappingType: import_smithy_client.expectString,
|
|
1810
|
-
providerProperties: (_) => de_ProviderProperties(_, context),
|
|
1810
|
+
providerProperties: /* @__PURE__ */ __name((_) => de_ProviderProperties(_, context), "providerProperties"),
|
|
1811
1811
|
ruleBasedProperties: import_smithy_client._json
|
|
1812
1812
|
});
|
|
1813
1813
|
}, "de_IdMappingTechniques");
|
|
@@ -1819,8 +1819,8 @@ var de_IdMappingWorkflowList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1819
1819
|
}, "de_IdMappingWorkflowList");
|
|
1820
1820
|
var de_IdMappingWorkflowSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1821
1821
|
return (0, import_smithy_client.take)(output, {
|
|
1822
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1823
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1822
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1823
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
|
|
1824
1824
|
workflowArn: import_smithy_client.expectString,
|
|
1825
1825
|
workflowName: import_smithy_client.expectString
|
|
1826
1826
|
});
|
|
@@ -1828,7 +1828,7 @@ var de_IdMappingWorkflowSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1828
1828
|
var de_IdNamespaceIdMappingWorkflowProperties = /* @__PURE__ */ __name((output, context) => {
|
|
1829
1829
|
return (0, import_smithy_client.take)(output, {
|
|
1830
1830
|
idMappingType: import_smithy_client.expectString,
|
|
1831
|
-
providerProperties: (_) => de_NamespaceProviderProperties(_, context),
|
|
1831
|
+
providerProperties: /* @__PURE__ */ __name((_) => de_NamespaceProviderProperties(_, context), "providerProperties"),
|
|
1832
1832
|
ruleBasedProperties: import_smithy_client._json
|
|
1833
1833
|
});
|
|
1834
1834
|
}, "de_IdNamespaceIdMappingWorkflowProperties");
|
|
@@ -1846,13 +1846,13 @@ var de_IdNamespaceList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1846
1846
|
}, "de_IdNamespaceList");
|
|
1847
1847
|
var de_IdNamespaceSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1848
1848
|
return (0, import_smithy_client.take)(output, {
|
|
1849
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1849
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1850
1850
|
description: import_smithy_client.expectString,
|
|
1851
1851
|
idMappingWorkflowProperties: import_smithy_client._json,
|
|
1852
1852
|
idNamespaceArn: import_smithy_client.expectString,
|
|
1853
1853
|
idNamespaceName: import_smithy_client.expectString,
|
|
1854
1854
|
type: import_smithy_client.expectString,
|
|
1855
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1855
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
1856
1856
|
});
|
|
1857
1857
|
}, "de_IdNamespaceSummary");
|
|
1858
1858
|
var de_JobList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1863,9 +1863,9 @@ var de_JobList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1863
1863
|
}, "de_JobList");
|
|
1864
1864
|
var de_JobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1865
1865
|
return (0, import_smithy_client.take)(output, {
|
|
1866
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1866
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
1867
1867
|
jobId: import_smithy_client.expectString,
|
|
1868
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1868
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
1869
1869
|
status: import_smithy_client.expectString
|
|
1870
1870
|
});
|
|
1871
1871
|
}, "de_JobSummary");
|
|
@@ -1877,36 +1877,36 @@ var de_MatchingWorkflowList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1877
1877
|
}, "de_MatchingWorkflowList");
|
|
1878
1878
|
var de_MatchingWorkflowSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1879
1879
|
return (0, import_smithy_client.take)(output, {
|
|
1880
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1880
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1881
1881
|
resolutionType: import_smithy_client.expectString,
|
|
1882
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1882
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
|
|
1883
1883
|
workflowArn: import_smithy_client.expectString,
|
|
1884
1884
|
workflowName: import_smithy_client.expectString
|
|
1885
1885
|
});
|
|
1886
1886
|
}, "de_MatchingWorkflowSummary");
|
|
1887
1887
|
var de_NamespaceProviderProperties = /* @__PURE__ */ __name((output, context) => {
|
|
1888
1888
|
return (0, import_smithy_client.take)(output, {
|
|
1889
|
-
providerConfiguration: (_) => de_Document(_, context),
|
|
1889
|
+
providerConfiguration: /* @__PURE__ */ __name((_) => de_Document(_, context), "providerConfiguration"),
|
|
1890
1890
|
providerServiceArn: import_smithy_client.expectString
|
|
1891
1891
|
});
|
|
1892
1892
|
}, "de_NamespaceProviderProperties");
|
|
1893
1893
|
var de_ProviderIdNameSpaceConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
1894
1894
|
return (0, import_smithy_client.take)(output, {
|
|
1895
1895
|
description: import_smithy_client.expectString,
|
|
1896
|
-
providerSourceConfigurationDefinition: (_) => de_Document(_, context),
|
|
1897
|
-
providerTargetConfigurationDefinition: (_) => de_Document(_, context)
|
|
1896
|
+
providerSourceConfigurationDefinition: /* @__PURE__ */ __name((_) => de_Document(_, context), "providerSourceConfigurationDefinition"),
|
|
1897
|
+
providerTargetConfigurationDefinition: /* @__PURE__ */ __name((_) => de_Document(_, context), "providerTargetConfigurationDefinition")
|
|
1898
1898
|
});
|
|
1899
1899
|
}, "de_ProviderIdNameSpaceConfiguration");
|
|
1900
1900
|
var de_ProviderProperties = /* @__PURE__ */ __name((output, context) => {
|
|
1901
1901
|
return (0, import_smithy_client.take)(output, {
|
|
1902
1902
|
intermediateSourceConfiguration: import_smithy_client._json,
|
|
1903
|
-
providerConfiguration: (_) => de_Document(_, context),
|
|
1903
|
+
providerConfiguration: /* @__PURE__ */ __name((_) => de_Document(_, context), "providerConfiguration"),
|
|
1904
1904
|
providerServiceArn: import_smithy_client.expectString
|
|
1905
1905
|
});
|
|
1906
1906
|
}, "de_ProviderProperties");
|
|
1907
1907
|
var de_ResolutionTechniques = /* @__PURE__ */ __name((output, context) => {
|
|
1908
1908
|
return (0, import_smithy_client.take)(output, {
|
|
1909
|
-
providerProperties: (_) => de_ProviderProperties(_, context),
|
|
1909
|
+
providerProperties: /* @__PURE__ */ __name((_) => de_ProviderProperties(_, context), "providerProperties"),
|
|
1910
1910
|
resolutionType: import_smithy_client.expectString,
|
|
1911
1911
|
ruleBasedProperties: import_smithy_client._json
|
|
1912
1912
|
});
|
|
@@ -1919,11 +1919,11 @@ var de_SchemaMappingList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1919
1919
|
}, "de_SchemaMappingList");
|
|
1920
1920
|
var de_SchemaMappingSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1921
1921
|
return (0, import_smithy_client.take)(output, {
|
|
1922
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1922
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1923
1923
|
hasWorkflows: import_smithy_client.expectBoolean,
|
|
1924
1924
|
schemaArn: import_smithy_client.expectString,
|
|
1925
1925
|
schemaName: import_smithy_client.expectString,
|
|
1926
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1926
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
1927
1927
|
});
|
|
1928
1928
|
}, "de_SchemaMappingSummary");
|
|
1929
1929
|
var de_Document = /* @__PURE__ */ __name((output, context) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-entityresolution",
|
|
3
3
|
"description": "AWS SDK for JavaScript Entityresolution Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-entityresolution",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|