@aws-sdk/client-customer-profiles 3.758.0 → 3.774.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 +156 -160
- package/package.json +7 -7
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
|
AddProfileKeyCommand: () => AddProfileKeyCommand,
|
|
26
26
|
AddressFilterSensitiveLog: () => AddressFilterSensitiveLog,
|
|
@@ -206,7 +206,7 @@ __export(src_exports, {
|
|
|
206
206
|
paginateListRuleBasedMatches: () => paginateListRuleBasedMatches,
|
|
207
207
|
paginateListSegmentDefinitions: () => paginateListSegmentDefinitions
|
|
208
208
|
});
|
|
209
|
-
module.exports = __toCommonJS(
|
|
209
|
+
module.exports = __toCommonJS(index_exports);
|
|
210
210
|
|
|
211
211
|
// src/CustomerProfilesClient.ts
|
|
212
212
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -333,9 +333,9 @@ var CustomerProfilesClient = class extends import_smithy_client.Client {
|
|
|
333
333
|
this.middlewareStack.use(
|
|
334
334
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
335
335
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultCustomerProfilesHttpAuthSchemeParametersProvider,
|
|
336
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
336
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
337
337
|
"aws.auth#sigv4": config.credentials
|
|
338
|
-
})
|
|
338
|
+
}), "identityProviderConfigProvider")
|
|
339
339
|
})
|
|
340
340
|
);
|
|
341
341
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -778,10 +778,8 @@ var DateDimensionType = {
|
|
|
778
778
|
var Dimension;
|
|
779
779
|
((Dimension2) => {
|
|
780
780
|
Dimension2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
781
|
-
if (value.ProfileAttributes !== void 0)
|
|
782
|
-
|
|
783
|
-
if (value.CalculatedAttributes !== void 0)
|
|
784
|
-
return visitor.CalculatedAttributes(value.CalculatedAttributes);
|
|
781
|
+
if (value.ProfileAttributes !== void 0) return visitor.ProfileAttributes(value.ProfileAttributes);
|
|
782
|
+
if (value.CalculatedAttributes !== void 0) return visitor.CalculatedAttributes(value.CalculatedAttributes);
|
|
785
783
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
786
784
|
}, "visit");
|
|
787
785
|
})(Dimension || (Dimension = {}));
|
|
@@ -979,8 +977,7 @@ var ProfileAttributesFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
979
977
|
...obj
|
|
980
978
|
}), "ProfileAttributesFilterSensitiveLog");
|
|
981
979
|
var DimensionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
982
|
-
if (obj.ProfileAttributes !== void 0)
|
|
983
|
-
return { ProfileAttributes: import_smithy_client.SENSITIVE_STRING };
|
|
980
|
+
if (obj.ProfileAttributes !== void 0) return { ProfileAttributes: import_smithy_client.SENSITIVE_STRING };
|
|
984
981
|
if (obj.CalculatedAttributes !== void 0)
|
|
985
982
|
return {
|
|
986
983
|
CalculatedAttributes: Object.entries(obj.CalculatedAttributes).reduce(
|
|
@@ -988,8 +985,7 @@ var DimensionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
|
988
985
|
{}
|
|
989
986
|
)
|
|
990
987
|
};
|
|
991
|
-
if (obj.$unknown !== void 0)
|
|
992
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
988
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
993
989
|
}, "DimensionFilterSensitiveLog");
|
|
994
990
|
var GroupFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
995
991
|
...obj,
|
|
@@ -1186,7 +1182,7 @@ var se_AddProfileKeyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1186
1182
|
(0, import_smithy_client.take)(input, {
|
|
1187
1183
|
KeyName: [],
|
|
1188
1184
|
ProfileId: [],
|
|
1189
|
-
Values: (_) => (0, import_smithy_client._json)(_)
|
|
1185
|
+
Values: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Values")
|
|
1190
1186
|
})
|
|
1191
1187
|
);
|
|
1192
1188
|
b.m("POST").h(headers).b(body);
|
|
@@ -1203,8 +1199,8 @@ var se_BatchGetCalculatedAttributeForProfileCommand = /* @__PURE__ */ __name(asy
|
|
|
1203
1199
|
let body;
|
|
1204
1200
|
body = JSON.stringify(
|
|
1205
1201
|
(0, import_smithy_client.take)(input, {
|
|
1206
|
-
ConditionOverrides: (_) => (0, import_smithy_client._json)(_),
|
|
1207
|
-
ProfileIds: (_) => (0, import_smithy_client._json)(_)
|
|
1202
|
+
ConditionOverrides: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ConditionOverrides"),
|
|
1203
|
+
ProfileIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ProfileIds")
|
|
1208
1204
|
})
|
|
1209
1205
|
);
|
|
1210
1206
|
b.m("POST").h(headers).b(body);
|
|
@@ -1220,7 +1216,7 @@ var se_BatchGetProfileCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1220
1216
|
let body;
|
|
1221
1217
|
body = JSON.stringify(
|
|
1222
1218
|
(0, import_smithy_client.take)(input, {
|
|
1223
|
-
ProfileIds: (_) => (0, import_smithy_client._json)(_)
|
|
1219
|
+
ProfileIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ProfileIds")
|
|
1224
1220
|
})
|
|
1225
1221
|
);
|
|
1226
1222
|
b.m("POST").h(headers).b(body);
|
|
@@ -1237,13 +1233,13 @@ var se_CreateCalculatedAttributeDefinitionCommand = /* @__PURE__ */ __name(async
|
|
|
1237
1233
|
let body;
|
|
1238
1234
|
body = JSON.stringify(
|
|
1239
1235
|
(0, import_smithy_client.take)(input, {
|
|
1240
|
-
AttributeDetails: (_) => (0, import_smithy_client._json)(_),
|
|
1241
|
-
Conditions: (_) => (0, import_smithy_client._json)(_),
|
|
1236
|
+
AttributeDetails: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AttributeDetails"),
|
|
1237
|
+
Conditions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Conditions"),
|
|
1242
1238
|
Description: [],
|
|
1243
1239
|
DisplayName: [],
|
|
1244
|
-
Filter: (_) => (0, import_smithy_client._json)(_),
|
|
1240
|
+
Filter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filter"),
|
|
1245
1241
|
Statistic: [],
|
|
1246
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1242
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1247
1243
|
})
|
|
1248
1244
|
);
|
|
1249
1245
|
b.m("POST").h(headers).b(body);
|
|
@@ -1262,9 +1258,9 @@ var se_CreateDomainCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1262
1258
|
DeadLetterQueueUrl: [],
|
|
1263
1259
|
DefaultEncryptionKey: [],
|
|
1264
1260
|
DefaultExpirationDays: [],
|
|
1265
|
-
Matching: (_) => se_MatchingRequest(_, context),
|
|
1266
|
-
RuleBasedMatching: (_) => (0, import_smithy_client._json)(_),
|
|
1267
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1261
|
+
Matching: /* @__PURE__ */ __name((_) => se_MatchingRequest(_, context), "Matching"),
|
|
1262
|
+
RuleBasedMatching: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "RuleBasedMatching"),
|
|
1263
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1268
1264
|
})
|
|
1269
1265
|
);
|
|
1270
1266
|
b.m("POST").h(headers).b(body);
|
|
@@ -1281,7 +1277,7 @@ var se_CreateEventStreamCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1281
1277
|
let body;
|
|
1282
1278
|
body = JSON.stringify(
|
|
1283
1279
|
(0, import_smithy_client.take)(input, {
|
|
1284
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
1280
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
1285
1281
|
Uri: []
|
|
1286
1282
|
})
|
|
1287
1283
|
);
|
|
@@ -1300,11 +1296,11 @@ var se_CreateEventTriggerCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1300
1296
|
body = JSON.stringify(
|
|
1301
1297
|
(0, import_smithy_client.take)(input, {
|
|
1302
1298
|
Description: [],
|
|
1303
|
-
EventTriggerConditions: (_) => (0, import_smithy_client._json)(_),
|
|
1304
|
-
EventTriggerLimits: (_) => (0, import_smithy_client._json)(_),
|
|
1299
|
+
EventTriggerConditions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EventTriggerConditions"),
|
|
1300
|
+
EventTriggerLimits: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EventTriggerLimits"),
|
|
1305
1301
|
ObjectTypeName: [],
|
|
1306
1302
|
SegmentFilter: [],
|
|
1307
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1303
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1308
1304
|
})
|
|
1309
1305
|
);
|
|
1310
1306
|
b.m("POST").h(headers).b(body);
|
|
@@ -1320,10 +1316,10 @@ var se_CreateIntegrationWorkflowCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
1320
1316
|
let body;
|
|
1321
1317
|
body = JSON.stringify(
|
|
1322
1318
|
(0, import_smithy_client.take)(input, {
|
|
1323
|
-
IntegrationConfig: (_) => se_IntegrationConfig(_, context),
|
|
1319
|
+
IntegrationConfig: /* @__PURE__ */ __name((_) => se_IntegrationConfig(_, context), "IntegrationConfig"),
|
|
1324
1320
|
ObjectTypeName: [],
|
|
1325
1321
|
RoleArn: [],
|
|
1326
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
1322
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
1327
1323
|
WorkflowType: []
|
|
1328
1324
|
})
|
|
1329
1325
|
);
|
|
@@ -1342,9 +1338,9 @@ var se_CreateProfileCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1342
1338
|
(0, import_smithy_client.take)(input, {
|
|
1343
1339
|
AccountNumber: [],
|
|
1344
1340
|
AdditionalInformation: [],
|
|
1345
|
-
Address: (_) => (0, import_smithy_client._json)(_),
|
|
1346
|
-
Attributes: (_) => (0, import_smithy_client._json)(_),
|
|
1347
|
-
BillingAddress: (_) => (0, import_smithy_client._json)(_),
|
|
1341
|
+
Address: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Address"),
|
|
1342
|
+
Attributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Attributes"),
|
|
1343
|
+
BillingAddress: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "BillingAddress"),
|
|
1348
1344
|
BirthDate: [],
|
|
1349
1345
|
BusinessEmailAddress: [],
|
|
1350
1346
|
BusinessName: [],
|
|
@@ -1355,14 +1351,14 @@ var se_CreateProfileCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1355
1351
|
GenderString: [],
|
|
1356
1352
|
HomePhoneNumber: [],
|
|
1357
1353
|
LastName: [],
|
|
1358
|
-
MailingAddress: (_) => (0, import_smithy_client._json)(_),
|
|
1354
|
+
MailingAddress: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "MailingAddress"),
|
|
1359
1355
|
MiddleName: [],
|
|
1360
1356
|
MobilePhoneNumber: [],
|
|
1361
1357
|
PartyType: [],
|
|
1362
1358
|
PartyTypeString: [],
|
|
1363
1359
|
PersonalEmailAddress: [],
|
|
1364
1360
|
PhoneNumber: [],
|
|
1365
|
-
ShippingAddress: (_) => (0, import_smithy_client._json)(_)
|
|
1361
|
+
ShippingAddress: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ShippingAddress")
|
|
1366
1362
|
})
|
|
1367
1363
|
);
|
|
1368
1364
|
b.m("POST").h(headers).b(body);
|
|
@@ -1381,8 +1377,8 @@ var se_CreateSegmentDefinitionCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1381
1377
|
(0, import_smithy_client.take)(input, {
|
|
1382
1378
|
Description: [],
|
|
1383
1379
|
DisplayName: [],
|
|
1384
|
-
SegmentGroups: (_) => se_SegmentGroup(_, context),
|
|
1385
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1380
|
+
SegmentGroups: /* @__PURE__ */ __name((_) => se_SegmentGroup(_, context), "SegmentGroups"),
|
|
1381
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1386
1382
|
})
|
|
1387
1383
|
);
|
|
1388
1384
|
b.m("POST").h(headers).b(body);
|
|
@@ -1398,7 +1394,7 @@ var se_CreateSegmentEstimateCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1398
1394
|
let body;
|
|
1399
1395
|
body = JSON.stringify(
|
|
1400
1396
|
(0, import_smithy_client.take)(input, {
|
|
1401
|
-
SegmentQuery: (_) => se_SegmentGroupStructure(_, context)
|
|
1397
|
+
SegmentQuery: /* @__PURE__ */ __name((_) => se_SegmentGroupStructure(_, context), "SegmentQuery")
|
|
1402
1398
|
})
|
|
1403
1399
|
);
|
|
1404
1400
|
b.m("POST").h(headers).b(body);
|
|
@@ -1507,7 +1503,7 @@ var se_DeleteProfileKeyCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1507
1503
|
(0, import_smithy_client.take)(input, {
|
|
1508
1504
|
KeyName: [],
|
|
1509
1505
|
ProfileId: [],
|
|
1510
|
-
Values: (_) => (0, import_smithy_client._json)(_)
|
|
1506
|
+
Values: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Values")
|
|
1511
1507
|
})
|
|
1512
1508
|
);
|
|
1513
1509
|
b.m("POST").h(headers).b(body);
|
|
@@ -1571,7 +1567,7 @@ var se_DetectProfileObjectTypeCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1571
1567
|
let body;
|
|
1572
1568
|
body = JSON.stringify(
|
|
1573
1569
|
(0, import_smithy_client.take)(input, {
|
|
1574
|
-
Objects: (_) => (0, import_smithy_client._json)(_)
|
|
1570
|
+
Objects: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Objects")
|
|
1575
1571
|
})
|
|
1576
1572
|
);
|
|
1577
1573
|
b.m("POST").h(headers).b(body);
|
|
@@ -1587,9 +1583,9 @@ var se_GetAutoMergingPreviewCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1587
1583
|
let body;
|
|
1588
1584
|
body = JSON.stringify(
|
|
1589
1585
|
(0, import_smithy_client.take)(input, {
|
|
1590
|
-
ConflictResolution: (_) => (0, import_smithy_client._json)(_),
|
|
1591
|
-
Consolidation: (_) => (0, import_smithy_client._json)(_),
|
|
1592
|
-
MinAllowedConfidenceScoreForMerging: (_) => (0, import_smithy_client.serializeFloat)(_)
|
|
1586
|
+
ConflictResolution: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ConflictResolution"),
|
|
1587
|
+
Consolidation: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Consolidation"),
|
|
1588
|
+
MinAllowedConfidenceScoreForMerging: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeFloat)(_), "MinAllowedConfidenceScoreForMerging")
|
|
1593
1589
|
})
|
|
1594
1590
|
);
|
|
1595
1591
|
b.m("POST").h(headers).b(body);
|
|
@@ -1947,7 +1943,7 @@ var se_ListProfileObjectsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1947
1943
|
let body;
|
|
1948
1944
|
body = JSON.stringify(
|
|
1949
1945
|
(0, import_smithy_client.take)(input, {
|
|
1950
|
-
ObjectFilter: (_) => (0, import_smithy_client._json)(_),
|
|
1946
|
+
ObjectFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ObjectFilter"),
|
|
1951
1947
|
ObjectTypeName: [],
|
|
1952
1948
|
ProfileId: []
|
|
1953
1949
|
})
|
|
@@ -2029,8 +2025,8 @@ var se_ListWorkflowsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2029
2025
|
let body;
|
|
2030
2026
|
body = JSON.stringify(
|
|
2031
2027
|
(0, import_smithy_client.take)(input, {
|
|
2032
|
-
QueryEndDate: (_) => _.getTime() / 1e3,
|
|
2033
|
-
QueryStartDate: (_) => _.getTime() / 1e3,
|
|
2028
|
+
QueryEndDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "QueryEndDate"),
|
|
2029
|
+
QueryStartDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "QueryStartDate"),
|
|
2034
2030
|
Status: [],
|
|
2035
2031
|
WorkflowType: []
|
|
2036
2032
|
})
|
|
@@ -2048,9 +2044,9 @@ var se_MergeProfilesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2048
2044
|
let body;
|
|
2049
2045
|
body = JSON.stringify(
|
|
2050
2046
|
(0, import_smithy_client.take)(input, {
|
|
2051
|
-
FieldSourceProfileIds: (_) => (0, import_smithy_client._json)(_),
|
|
2047
|
+
FieldSourceProfileIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FieldSourceProfileIds"),
|
|
2052
2048
|
MainProfileId: [],
|
|
2053
|
-
ProfileIdsToBeMerged: (_) => (0, import_smithy_client._json)(_)
|
|
2049
|
+
ProfileIdsToBeMerged: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ProfileIdsToBeMerged")
|
|
2054
2050
|
})
|
|
2055
2051
|
);
|
|
2056
2052
|
b.m("POST").h(headers).b(body);
|
|
@@ -2066,12 +2062,12 @@ var se_PutIntegrationCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2066
2062
|
let body;
|
|
2067
2063
|
body = JSON.stringify(
|
|
2068
2064
|
(0, import_smithy_client.take)(input, {
|
|
2069
|
-
EventTriggerNames: (_) => (0, import_smithy_client._json)(_),
|
|
2070
|
-
FlowDefinition: (_) => se_FlowDefinition(_, context),
|
|
2065
|
+
EventTriggerNames: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EventTriggerNames"),
|
|
2066
|
+
FlowDefinition: /* @__PURE__ */ __name((_) => se_FlowDefinition(_, context), "FlowDefinition"),
|
|
2071
2067
|
ObjectTypeName: [],
|
|
2072
|
-
ObjectTypeNames: (_) => (0, import_smithy_client._json)(_),
|
|
2068
|
+
ObjectTypeNames: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ObjectTypeNames"),
|
|
2073
2069
|
RoleArn: [],
|
|
2074
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
2070
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
2075
2071
|
Uri: []
|
|
2076
2072
|
})
|
|
2077
2073
|
);
|
|
@@ -2110,11 +2106,11 @@ var se_PutProfileObjectTypeCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2110
2106
|
Description: [],
|
|
2111
2107
|
EncryptionKey: [],
|
|
2112
2108
|
ExpirationDays: [],
|
|
2113
|
-
Fields: (_) => (0, import_smithy_client._json)(_),
|
|
2114
|
-
Keys: (_) => (0, import_smithy_client._json)(_),
|
|
2109
|
+
Fields: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Fields"),
|
|
2110
|
+
Keys: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Keys"),
|
|
2115
2111
|
MaxProfileObjectCount: [],
|
|
2116
2112
|
SourceLastUpdatedTimestampFormat: [],
|
|
2117
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
2113
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
2118
2114
|
TemplateId: []
|
|
2119
2115
|
})
|
|
2120
2116
|
);
|
|
@@ -2135,10 +2131,10 @@ var se_SearchProfilesCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2135
2131
|
let body;
|
|
2136
2132
|
body = JSON.stringify(
|
|
2137
2133
|
(0, import_smithy_client.take)(input, {
|
|
2138
|
-
AdditionalSearchKeys: (_) => (0, import_smithy_client._json)(_),
|
|
2134
|
+
AdditionalSearchKeys: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AdditionalSearchKeys"),
|
|
2139
2135
|
KeyName: [],
|
|
2140
2136
|
LogicalOperator: [],
|
|
2141
|
-
Values: (_) => (0, import_smithy_client._json)(_)
|
|
2137
|
+
Values: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Values")
|
|
2142
2138
|
})
|
|
2143
2139
|
);
|
|
2144
2140
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -2154,7 +2150,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2154
2150
|
let body;
|
|
2155
2151
|
body = JSON.stringify(
|
|
2156
2152
|
(0, import_smithy_client.take)(input, {
|
|
2157
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2153
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2158
2154
|
})
|
|
2159
2155
|
);
|
|
2160
2156
|
b.m("POST").h(headers).b(body);
|
|
@@ -2183,7 +2179,7 @@ var se_UpdateCalculatedAttributeDefinitionCommand = /* @__PURE__ */ __name(async
|
|
|
2183
2179
|
let body;
|
|
2184
2180
|
body = JSON.stringify(
|
|
2185
2181
|
(0, import_smithy_client.take)(input, {
|
|
2186
|
-
Conditions: (_) => (0, import_smithy_client._json)(_),
|
|
2182
|
+
Conditions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Conditions"),
|
|
2187
2183
|
Description: [],
|
|
2188
2184
|
DisplayName: []
|
|
2189
2185
|
})
|
|
@@ -2204,9 +2200,9 @@ var se_UpdateDomainCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2204
2200
|
DeadLetterQueueUrl: [],
|
|
2205
2201
|
DefaultEncryptionKey: [],
|
|
2206
2202
|
DefaultExpirationDays: [],
|
|
2207
|
-
Matching: (_) => se_MatchingRequest(_, context),
|
|
2208
|
-
RuleBasedMatching: (_) => (0, import_smithy_client._json)(_),
|
|
2209
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
2203
|
+
Matching: /* @__PURE__ */ __name((_) => se_MatchingRequest(_, context), "Matching"),
|
|
2204
|
+
RuleBasedMatching: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "RuleBasedMatching"),
|
|
2205
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
2210
2206
|
})
|
|
2211
2207
|
);
|
|
2212
2208
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2224,8 +2220,8 @@ var se_UpdateEventTriggerCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2224
2220
|
body = JSON.stringify(
|
|
2225
2221
|
(0, import_smithy_client.take)(input, {
|
|
2226
2222
|
Description: [],
|
|
2227
|
-
EventTriggerConditions: (_) => (0, import_smithy_client._json)(_),
|
|
2228
|
-
EventTriggerLimits: (_) => (0, import_smithy_client._json)(_),
|
|
2223
|
+
EventTriggerConditions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EventTriggerConditions"),
|
|
2224
|
+
EventTriggerLimits: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EventTriggerLimits"),
|
|
2229
2225
|
ObjectTypeName: [],
|
|
2230
2226
|
SegmentFilter: []
|
|
2231
2227
|
})
|
|
@@ -2245,9 +2241,9 @@ var se_UpdateProfileCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2245
2241
|
(0, import_smithy_client.take)(input, {
|
|
2246
2242
|
AccountNumber: [],
|
|
2247
2243
|
AdditionalInformation: [],
|
|
2248
|
-
Address: (_) => (0, import_smithy_client._json)(_),
|
|
2249
|
-
Attributes: (_) => (0, import_smithy_client._json)(_),
|
|
2250
|
-
BillingAddress: (_) => (0, import_smithy_client._json)(_),
|
|
2244
|
+
Address: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Address"),
|
|
2245
|
+
Attributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Attributes"),
|
|
2246
|
+
BillingAddress: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "BillingAddress"),
|
|
2251
2247
|
BirthDate: [],
|
|
2252
2248
|
BusinessEmailAddress: [],
|
|
2253
2249
|
BusinessName: [],
|
|
@@ -2258,7 +2254,7 @@ var se_UpdateProfileCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2258
2254
|
GenderString: [],
|
|
2259
2255
|
HomePhoneNumber: [],
|
|
2260
2256
|
LastName: [],
|
|
2261
|
-
MailingAddress: (_) => (0, import_smithy_client._json)(_),
|
|
2257
|
+
MailingAddress: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "MailingAddress"),
|
|
2262
2258
|
MiddleName: [],
|
|
2263
2259
|
MobilePhoneNumber: [],
|
|
2264
2260
|
PartyType: [],
|
|
@@ -2266,7 +2262,7 @@ var se_UpdateProfileCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2266
2262
|
PersonalEmailAddress: [],
|
|
2267
2263
|
PhoneNumber: [],
|
|
2268
2264
|
ProfileId: [],
|
|
2269
|
-
ShippingAddress: (_) => (0, import_smithy_client._json)(_)
|
|
2265
|
+
ShippingAddress: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ShippingAddress")
|
|
2270
2266
|
})
|
|
2271
2267
|
);
|
|
2272
2268
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2330,11 +2326,11 @@ var de_CreateCalculatedAttributeDefinitionCommand = /* @__PURE__ */ __name(async
|
|
|
2330
2326
|
AttributeDetails: import_smithy_client._json,
|
|
2331
2327
|
CalculatedAttributeName: import_smithy_client.expectString,
|
|
2332
2328
|
Conditions: import_smithy_client._json,
|
|
2333
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2329
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
2334
2330
|
Description: import_smithy_client.expectString,
|
|
2335
2331
|
DisplayName: import_smithy_client.expectString,
|
|
2336
2332
|
Filter: import_smithy_client._json,
|
|
2337
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2333
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
2338
2334
|
Statistic: import_smithy_client.expectString,
|
|
2339
2335
|
Tags: import_smithy_client._json
|
|
2340
2336
|
});
|
|
@@ -2350,13 +2346,13 @@ var de_CreateDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2350
2346
|
});
|
|
2351
2347
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2352
2348
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2353
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2349
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
2354
2350
|
DeadLetterQueueUrl: import_smithy_client.expectString,
|
|
2355
2351
|
DefaultEncryptionKey: import_smithy_client.expectString,
|
|
2356
2352
|
DefaultExpirationDays: import_smithy_client.expectInt32,
|
|
2357
2353
|
DomainName: import_smithy_client.expectString,
|
|
2358
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2359
|
-
Matching: (_) => de_MatchingResponse(_, context),
|
|
2354
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
2355
|
+
Matching: /* @__PURE__ */ __name((_) => de_MatchingResponse(_, context), "Matching"),
|
|
2360
2356
|
RuleBasedMatching: import_smithy_client._json,
|
|
2361
2357
|
Tags: import_smithy_client._json
|
|
2362
2358
|
});
|
|
@@ -2387,12 +2383,12 @@ var de_CreateEventTriggerCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2387
2383
|
});
|
|
2388
2384
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2389
2385
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2390
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2386
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
2391
2387
|
Description: import_smithy_client.expectString,
|
|
2392
2388
|
EventTriggerConditions: import_smithy_client._json,
|
|
2393
2389
|
EventTriggerLimits: import_smithy_client._json,
|
|
2394
2390
|
EventTriggerName: import_smithy_client.expectString,
|
|
2395
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2391
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
2396
2392
|
ObjectTypeName: import_smithy_client.expectString,
|
|
2397
2393
|
SegmentFilter: import_smithy_client.expectString,
|
|
2398
2394
|
Tags: import_smithy_client._json
|
|
@@ -2665,11 +2661,11 @@ var de_GetCalculatedAttributeDefinitionCommand = /* @__PURE__ */ __name(async (o
|
|
|
2665
2661
|
AttributeDetails: import_smithy_client._json,
|
|
2666
2662
|
CalculatedAttributeName: import_smithy_client.expectString,
|
|
2667
2663
|
Conditions: import_smithy_client._json,
|
|
2668
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2664
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
2669
2665
|
Description: import_smithy_client.expectString,
|
|
2670
2666
|
DisplayName: import_smithy_client.expectString,
|
|
2671
2667
|
Filter: import_smithy_client._json,
|
|
2672
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2668
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
2673
2669
|
Statistic: import_smithy_client.expectString,
|
|
2674
2670
|
Tags: import_smithy_client._json
|
|
2675
2671
|
});
|
|
@@ -2702,13 +2698,13 @@ var de_GetDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2702
2698
|
});
|
|
2703
2699
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2704
2700
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2705
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2701
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
2706
2702
|
DeadLetterQueueUrl: import_smithy_client.expectString,
|
|
2707
2703
|
DefaultEncryptionKey: import_smithy_client.expectString,
|
|
2708
2704
|
DefaultExpirationDays: import_smithy_client.expectInt32,
|
|
2709
2705
|
DomainName: import_smithy_client.expectString,
|
|
2710
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2711
|
-
Matching: (_) => de_MatchingResponse(_, context),
|
|
2706
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
2707
|
+
Matching: /* @__PURE__ */ __name((_) => de_MatchingResponse(_, context), "Matching"),
|
|
2712
2708
|
RuleBasedMatching: import_smithy_client._json,
|
|
2713
2709
|
Stats: import_smithy_client._json,
|
|
2714
2710
|
Tags: import_smithy_client._json
|
|
@@ -2725,12 +2721,12 @@ var de_GetEventStreamCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2725
2721
|
});
|
|
2726
2722
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2727
2723
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2728
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2729
|
-
DestinationDetails: (_) => de_EventStreamDestinationDetails(_, context),
|
|
2724
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
2725
|
+
DestinationDetails: /* @__PURE__ */ __name((_) => de_EventStreamDestinationDetails(_, context), "DestinationDetails"),
|
|
2730
2726
|
DomainName: import_smithy_client.expectString,
|
|
2731
2727
|
EventStreamArn: import_smithy_client.expectString,
|
|
2732
2728
|
State: import_smithy_client.expectString,
|
|
2733
|
-
StoppedSince: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2729
|
+
StoppedSince: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StoppedSince"),
|
|
2734
2730
|
Tags: import_smithy_client._json
|
|
2735
2731
|
});
|
|
2736
2732
|
Object.assign(contents, doc);
|
|
@@ -2745,12 +2741,12 @@ var de_GetEventTriggerCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2745
2741
|
});
|
|
2746
2742
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2747
2743
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2748
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2744
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
2749
2745
|
Description: import_smithy_client.expectString,
|
|
2750
2746
|
EventTriggerConditions: import_smithy_client._json,
|
|
2751
2747
|
EventTriggerLimits: import_smithy_client._json,
|
|
2752
2748
|
EventTriggerName: import_smithy_client.expectString,
|
|
2753
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2749
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
2754
2750
|
ObjectTypeName: import_smithy_client.expectString,
|
|
2755
2751
|
SegmentFilter: import_smithy_client.expectString,
|
|
2756
2752
|
Tags: import_smithy_client._json
|
|
@@ -2767,15 +2763,15 @@ var de_GetIdentityResolutionJobCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
2767
2763
|
});
|
|
2768
2764
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2769
2765
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2770
|
-
AutoMerging: (_) => de_AutoMerging(_, context),
|
|
2766
|
+
AutoMerging: /* @__PURE__ */ __name((_) => de_AutoMerging(_, context), "AutoMerging"),
|
|
2771
2767
|
DomainName: import_smithy_client.expectString,
|
|
2772
2768
|
ExportingLocation: import_smithy_client._json,
|
|
2773
|
-
JobEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2774
|
-
JobExpirationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2769
|
+
JobEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "JobEndTime"),
|
|
2770
|
+
JobExpirationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "JobExpirationTime"),
|
|
2775
2771
|
JobId: import_smithy_client.expectString,
|
|
2776
|
-
JobStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2772
|
+
JobStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "JobStartTime"),
|
|
2777
2773
|
JobStats: import_smithy_client._json,
|
|
2778
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2774
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
2779
2775
|
Message: import_smithy_client.expectString,
|
|
2780
2776
|
Status: import_smithy_client.expectString
|
|
2781
2777
|
});
|
|
@@ -2791,11 +2787,11 @@ var de_GetIntegrationCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2791
2787
|
});
|
|
2792
2788
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2793
2789
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2794
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2790
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
2795
2791
|
DomainName: import_smithy_client.expectString,
|
|
2796
2792
|
EventTriggerNames: import_smithy_client._json,
|
|
2797
2793
|
IsUnstructured: import_smithy_client.expectBoolean,
|
|
2798
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2794
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
2799
2795
|
ObjectTypeName: import_smithy_client.expectString,
|
|
2800
2796
|
ObjectTypeNames: import_smithy_client._json,
|
|
2801
2797
|
RoleArn: import_smithy_client.expectString,
|
|
@@ -2815,8 +2811,8 @@ var de_GetMatchesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2815
2811
|
});
|
|
2816
2812
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2817
2813
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2818
|
-
MatchGenerationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2819
|
-
Matches: (_) => de_MatchesList(_, context),
|
|
2814
|
+
MatchGenerationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "MatchGenerationDate"),
|
|
2815
|
+
Matches: /* @__PURE__ */ __name((_) => de_MatchesList(_, context), "Matches"),
|
|
2820
2816
|
NextToken: import_smithy_client.expectString,
|
|
2821
2817
|
PotentialMatches: import_smithy_client.expectInt32
|
|
2822
2818
|
});
|
|
@@ -2833,13 +2829,13 @@ var de_GetProfileObjectTypeCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
2833
2829
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2834
2830
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2835
2831
|
AllowProfileCreation: import_smithy_client.expectBoolean,
|
|
2836
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2832
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
2837
2833
|
Description: import_smithy_client.expectString,
|
|
2838
2834
|
EncryptionKey: import_smithy_client.expectString,
|
|
2839
2835
|
ExpirationDays: import_smithy_client.expectInt32,
|
|
2840
2836
|
Fields: import_smithy_client._json,
|
|
2841
2837
|
Keys: import_smithy_client._json,
|
|
2842
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2838
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
2843
2839
|
MaxAvailableProfileObjectCount: import_smithy_client.expectInt32,
|
|
2844
2840
|
MaxProfileObjectCount: import_smithy_client.expectInt32,
|
|
2845
2841
|
ObjectTypeName: import_smithy_client.expectString,
|
|
@@ -2977,9 +2973,9 @@ var de_GetWorkflowCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2977
2973
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2978
2974
|
Attributes: import_smithy_client._json,
|
|
2979
2975
|
ErrorDescription: import_smithy_client.expectString,
|
|
2980
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2976
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
2981
2977
|
Metrics: import_smithy_client._json,
|
|
2982
|
-
StartDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2978
|
+
StartDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartDate"),
|
|
2983
2979
|
Status: import_smithy_client.expectString,
|
|
2984
2980
|
WorkflowId: import_smithy_client.expectString,
|
|
2985
2981
|
WorkflowType: import_smithy_client.expectString
|
|
@@ -2996,7 +2992,7 @@ var de_GetWorkflowStepsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2996
2992
|
});
|
|
2997
2993
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2998
2994
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2999
|
-
Items: (_) => de_WorkflowStepsList(_, context),
|
|
2995
|
+
Items: /* @__PURE__ */ __name((_) => de_WorkflowStepsList(_, context), "Items"),
|
|
3000
2996
|
NextToken: import_smithy_client.expectString,
|
|
3001
2997
|
WorkflowId: import_smithy_client.expectString,
|
|
3002
2998
|
WorkflowType: import_smithy_client.expectString
|
|
@@ -3013,7 +3009,7 @@ var de_ListAccountIntegrationsCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
3013
3009
|
});
|
|
3014
3010
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3015
3011
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3016
|
-
Items: (_) => de_IntegrationList(_, context),
|
|
3012
|
+
Items: /* @__PURE__ */ __name((_) => de_IntegrationList(_, context), "Items"),
|
|
3017
3013
|
NextToken: import_smithy_client.expectString
|
|
3018
3014
|
});
|
|
3019
3015
|
Object.assign(contents, doc);
|
|
@@ -3028,7 +3024,7 @@ var de_ListCalculatedAttributeDefinitionsCommand = /* @__PURE__ */ __name(async
|
|
|
3028
3024
|
});
|
|
3029
3025
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3030
3026
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3031
|
-
Items: (_) => de_CalculatedAttributeDefinitionsList(_, context),
|
|
3027
|
+
Items: /* @__PURE__ */ __name((_) => de_CalculatedAttributeDefinitionsList(_, context), "Items"),
|
|
3032
3028
|
NextToken: import_smithy_client.expectString
|
|
3033
3029
|
});
|
|
3034
3030
|
Object.assign(contents, doc);
|
|
@@ -3058,7 +3054,7 @@ var de_ListDomainsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3058
3054
|
});
|
|
3059
3055
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3060
3056
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3061
|
-
Items: (_) => de_DomainList(_, context),
|
|
3057
|
+
Items: /* @__PURE__ */ __name((_) => de_DomainList(_, context), "Items"),
|
|
3062
3058
|
NextToken: import_smithy_client.expectString
|
|
3063
3059
|
});
|
|
3064
3060
|
Object.assign(contents, doc);
|
|
@@ -3073,7 +3069,7 @@ var de_ListEventStreamsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3073
3069
|
});
|
|
3074
3070
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3075
3071
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3076
|
-
Items: (_) => de_EventStreamSummaryList(_, context),
|
|
3072
|
+
Items: /* @__PURE__ */ __name((_) => de_EventStreamSummaryList(_, context), "Items"),
|
|
3077
3073
|
NextToken: import_smithy_client.expectString
|
|
3078
3074
|
});
|
|
3079
3075
|
Object.assign(contents, doc);
|
|
@@ -3088,7 +3084,7 @@ var de_ListEventTriggersCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3088
3084
|
});
|
|
3089
3085
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3090
3086
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3091
|
-
Items: (_) => de_EventTriggerSummaryList(_, context),
|
|
3087
|
+
Items: /* @__PURE__ */ __name((_) => de_EventTriggerSummaryList(_, context), "Items"),
|
|
3092
3088
|
NextToken: import_smithy_client.expectString
|
|
3093
3089
|
});
|
|
3094
3090
|
Object.assign(contents, doc);
|
|
@@ -3103,7 +3099,7 @@ var de_ListIdentityResolutionJobsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
3103
3099
|
});
|
|
3104
3100
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3105
3101
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3106
|
-
IdentityResolutionJobsList: (_) => de_IdentityResolutionJobsList(_, context),
|
|
3102
|
+
IdentityResolutionJobsList: /* @__PURE__ */ __name((_) => de_IdentityResolutionJobsList(_, context), "IdentityResolutionJobsList"),
|
|
3107
3103
|
NextToken: import_smithy_client.expectString
|
|
3108
3104
|
});
|
|
3109
3105
|
Object.assign(contents, doc);
|
|
@@ -3118,7 +3114,7 @@ var de_ListIntegrationsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3118
3114
|
});
|
|
3119
3115
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3120
3116
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3121
|
-
Items: (_) => de_IntegrationList(_, context),
|
|
3117
|
+
Items: /* @__PURE__ */ __name((_) => de_IntegrationList(_, context), "Items"),
|
|
3122
3118
|
NextToken: import_smithy_client.expectString
|
|
3123
3119
|
});
|
|
3124
3120
|
Object.assign(contents, doc);
|
|
@@ -3133,7 +3129,7 @@ var de_ListObjectTypeAttributesCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
3133
3129
|
});
|
|
3134
3130
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3135
3131
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3136
|
-
Items: (_) => de_ListObjectTypeAttributesList(_, context),
|
|
3132
|
+
Items: /* @__PURE__ */ __name((_) => de_ListObjectTypeAttributesList(_, context), "Items"),
|
|
3137
3133
|
NextToken: import_smithy_client.expectString
|
|
3138
3134
|
});
|
|
3139
3135
|
Object.assign(contents, doc);
|
|
@@ -3182,7 +3178,7 @@ var de_ListProfileObjectTypesCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
3182
3178
|
});
|
|
3183
3179
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3184
3180
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3185
|
-
Items: (_) => de_ProfileObjectTypeList(_, context),
|
|
3181
|
+
Items: /* @__PURE__ */ __name((_) => de_ProfileObjectTypeList(_, context), "Items"),
|
|
3186
3182
|
NextToken: import_smithy_client.expectString
|
|
3187
3183
|
});
|
|
3188
3184
|
Object.assign(contents, doc);
|
|
@@ -3256,7 +3252,7 @@ var de_ListWorkflowsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3256
3252
|
});
|
|
3257
3253
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3258
3254
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3259
|
-
Items: (_) => de_WorkflowList(_, context),
|
|
3255
|
+
Items: /* @__PURE__ */ __name((_) => de_WorkflowList(_, context), "Items"),
|
|
3260
3256
|
NextToken: import_smithy_client.expectString
|
|
3261
3257
|
});
|
|
3262
3258
|
Object.assign(contents, doc);
|
|
@@ -3285,11 +3281,11 @@ var de_PutIntegrationCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3285
3281
|
});
|
|
3286
3282
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3287
3283
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3288
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3284
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3289
3285
|
DomainName: import_smithy_client.expectString,
|
|
3290
3286
|
EventTriggerNames: import_smithy_client._json,
|
|
3291
3287
|
IsUnstructured: import_smithy_client.expectBoolean,
|
|
3292
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3288
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
3293
3289
|
ObjectTypeName: import_smithy_client.expectString,
|
|
3294
3290
|
ObjectTypeNames: import_smithy_client._json,
|
|
3295
3291
|
RoleArn: import_smithy_client.expectString,
|
|
@@ -3324,13 +3320,13 @@ var de_PutProfileObjectTypeCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
3324
3320
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3325
3321
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3326
3322
|
AllowProfileCreation: import_smithy_client.expectBoolean,
|
|
3327
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3323
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3328
3324
|
Description: import_smithy_client.expectString,
|
|
3329
3325
|
EncryptionKey: import_smithy_client.expectString,
|
|
3330
3326
|
ExpirationDays: import_smithy_client.expectInt32,
|
|
3331
3327
|
Fields: import_smithy_client._json,
|
|
3332
3328
|
Keys: import_smithy_client._json,
|
|
3333
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3329
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
3334
3330
|
MaxAvailableProfileObjectCount: import_smithy_client.expectInt32,
|
|
3335
3331
|
MaxProfileObjectCount: import_smithy_client.expectInt32,
|
|
3336
3332
|
ObjectTypeName: import_smithy_client.expectString,
|
|
@@ -3388,10 +3384,10 @@ var de_UpdateCalculatedAttributeDefinitionCommand = /* @__PURE__ */ __name(async
|
|
|
3388
3384
|
AttributeDetails: import_smithy_client._json,
|
|
3389
3385
|
CalculatedAttributeName: import_smithy_client.expectString,
|
|
3390
3386
|
Conditions: import_smithy_client._json,
|
|
3391
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3387
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3392
3388
|
Description: import_smithy_client.expectString,
|
|
3393
3389
|
DisplayName: import_smithy_client.expectString,
|
|
3394
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3390
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
3395
3391
|
Statistic: import_smithy_client.expectString,
|
|
3396
3392
|
Tags: import_smithy_client._json
|
|
3397
3393
|
});
|
|
@@ -3407,13 +3403,13 @@ var de_UpdateDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3407
3403
|
});
|
|
3408
3404
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3409
3405
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3410
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3406
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3411
3407
|
DeadLetterQueueUrl: import_smithy_client.expectString,
|
|
3412
3408
|
DefaultEncryptionKey: import_smithy_client.expectString,
|
|
3413
3409
|
DefaultExpirationDays: import_smithy_client.expectInt32,
|
|
3414
3410
|
DomainName: import_smithy_client.expectString,
|
|
3415
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3416
|
-
Matching: (_) => de_MatchingResponse(_, context),
|
|
3411
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
3412
|
+
Matching: /* @__PURE__ */ __name((_) => de_MatchingResponse(_, context), "Matching"),
|
|
3417
3413
|
RuleBasedMatching: import_smithy_client._json,
|
|
3418
3414
|
Tags: import_smithy_client._json
|
|
3419
3415
|
});
|
|
@@ -3429,12 +3425,12 @@ var de_UpdateEventTriggerCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
3429
3425
|
});
|
|
3430
3426
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3431
3427
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3432
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3428
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3433
3429
|
Description: import_smithy_client.expectString,
|
|
3434
3430
|
EventTriggerConditions: import_smithy_client._json,
|
|
3435
3431
|
EventTriggerLimits: import_smithy_client._json,
|
|
3436
3432
|
EventTriggerName: import_smithy_client.expectString,
|
|
3437
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3433
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
3438
3434
|
ObjectTypeName: import_smithy_client.expectString,
|
|
3439
3435
|
SegmentFilter: import_smithy_client.expectString,
|
|
3440
3436
|
Tags: import_smithy_client._json
|
|
@@ -3565,8 +3561,8 @@ var se_AddressDimension = /* @__PURE__ */ __name((input, context) => {
|
|
|
3565
3561
|
}, "se_AddressDimension");
|
|
3566
3562
|
var se_AppflowIntegration = /* @__PURE__ */ __name((input, context) => {
|
|
3567
3563
|
return (0, import_smithy_client.take)(input, {
|
|
3568
|
-
Batches: (_) => se_Batches(_, context),
|
|
3569
|
-
FlowDefinition: (_) => se_FlowDefinition(_, context)
|
|
3564
|
+
Batches: /* @__PURE__ */ __name((_) => se_Batches(_, context), "Batches"),
|
|
3565
|
+
FlowDefinition: /* @__PURE__ */ __name((_) => se_FlowDefinition(_, context), "FlowDefinition")
|
|
3570
3566
|
});
|
|
3571
3567
|
}, "se_AppflowIntegration");
|
|
3572
3568
|
var se_AttributeDimension = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3585,8 +3581,8 @@ var se_AutoMerging = /* @__PURE__ */ __name((input, context) => {
|
|
|
3585
3581
|
}, "se_AutoMerging");
|
|
3586
3582
|
var se_Batch = /* @__PURE__ */ __name((input, context) => {
|
|
3587
3583
|
return (0, import_smithy_client.take)(input, {
|
|
3588
|
-
EndTime: (_) => _.getTime() / 1e3,
|
|
3589
|
-
StartTime: (_) => _.getTime() / 1e3
|
|
3584
|
+
EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
|
|
3585
|
+
StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime")
|
|
3590
3586
|
});
|
|
3591
3587
|
}, "se_Batch");
|
|
3592
3588
|
var se_Batches = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3627,9 +3623,9 @@ var se_DateDimension = /* @__PURE__ */ __name((input, context) => {
|
|
|
3627
3623
|
}, "se_DateDimension");
|
|
3628
3624
|
var se_Dimension = /* @__PURE__ */ __name((input, context) => {
|
|
3629
3625
|
return Dimension.visit(input, {
|
|
3630
|
-
CalculatedAttributes: (value) => ({ CalculatedAttributes: se_CalculatedCustomAttributes(value, context) }),
|
|
3631
|
-
ProfileAttributes: (value) => ({ ProfileAttributes: se_ProfileAttributes(value, context) }),
|
|
3632
|
-
_: (name, value) => ({ [name]: value })
|
|
3626
|
+
CalculatedAttributes: /* @__PURE__ */ __name((value) => ({ CalculatedAttributes: se_CalculatedCustomAttributes(value, context) }), "CalculatedAttributes"),
|
|
3627
|
+
ProfileAttributes: /* @__PURE__ */ __name((value) => ({ ProfileAttributes: se_ProfileAttributes(value, context) }), "ProfileAttributes"),
|
|
3628
|
+
_: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
|
|
3633
3629
|
});
|
|
3634
3630
|
}, "se_Dimension");
|
|
3635
3631
|
var se_DimensionList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3650,7 +3646,7 @@ var se_FlowDefinition = /* @__PURE__ */ __name((input, context) => {
|
|
|
3650
3646
|
KmsArn: [],
|
|
3651
3647
|
SourceFlowConfig: import_smithy_client._json,
|
|
3652
3648
|
Tasks: import_smithy_client._json,
|
|
3653
|
-
TriggerConfig: (_) => se_TriggerConfig(_, context)
|
|
3649
|
+
TriggerConfig: /* @__PURE__ */ __name((_) => se_TriggerConfig(_, context), "TriggerConfig")
|
|
3654
3650
|
});
|
|
3655
3651
|
}, "se_FlowDefinition");
|
|
3656
3652
|
var se_Group = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3663,12 +3659,12 @@ var se_Group = /* @__PURE__ */ __name((input, context) => {
|
|
|
3663
3659
|
}, "se_Group");
|
|
3664
3660
|
var se_IntegrationConfig = /* @__PURE__ */ __name((input, context) => {
|
|
3665
3661
|
return (0, import_smithy_client.take)(input, {
|
|
3666
|
-
AppflowIntegration: (_) => se_AppflowIntegration(_, context)
|
|
3662
|
+
AppflowIntegration: /* @__PURE__ */ __name((_) => se_AppflowIntegration(_, context), "AppflowIntegration")
|
|
3667
3663
|
});
|
|
3668
3664
|
}, "se_IntegrationConfig");
|
|
3669
3665
|
var se_MatchingRequest = /* @__PURE__ */ __name((input, context) => {
|
|
3670
3666
|
return (0, import_smithy_client.take)(input, {
|
|
3671
|
-
AutoMerging: (_) => se_AutoMerging(_, context),
|
|
3667
|
+
AutoMerging: /* @__PURE__ */ __name((_) => se_AutoMerging(_, context), "AutoMerging"),
|
|
3672
3668
|
Enabled: [],
|
|
3673
3669
|
ExportingConfig: import_smithy_client._json,
|
|
3674
3670
|
JobSchedule: import_smithy_client._json
|
|
@@ -3708,11 +3704,11 @@ var se_ProfileDimension = /* @__PURE__ */ __name((input, context) => {
|
|
|
3708
3704
|
var se_ScheduledTriggerProperties = /* @__PURE__ */ __name((input, context) => {
|
|
3709
3705
|
return (0, import_smithy_client.take)(input, {
|
|
3710
3706
|
DataPullMode: [],
|
|
3711
|
-
FirstExecutionFrom: (_) => _.getTime() / 1e3,
|
|
3712
|
-
ScheduleEndTime: (_) => _.getTime() / 1e3,
|
|
3707
|
+
FirstExecutionFrom: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "FirstExecutionFrom"),
|
|
3708
|
+
ScheduleEndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ScheduleEndTime"),
|
|
3713
3709
|
ScheduleExpression: [],
|
|
3714
3710
|
ScheduleOffset: [],
|
|
3715
|
-
ScheduleStartTime: (_) => _.getTime() / 1e3,
|
|
3711
|
+
ScheduleStartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ScheduleStartTime"),
|
|
3716
3712
|
Timezone: []
|
|
3717
3713
|
});
|
|
3718
3714
|
}, "se_ScheduledTriggerProperties");
|
|
@@ -3729,7 +3725,7 @@ var se_SegmentGroupList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3729
3725
|
}, "se_SegmentGroupList");
|
|
3730
3726
|
var se_SegmentGroupStructure = /* @__PURE__ */ __name((input, context) => {
|
|
3731
3727
|
return (0, import_smithy_client.take)(input, {
|
|
3732
|
-
Groups: (_) => se_SegmentGroupList(_, context),
|
|
3728
|
+
Groups: /* @__PURE__ */ __name((_) => se_SegmentGroupList(_, context), "Groups"),
|
|
3733
3729
|
Include: []
|
|
3734
3730
|
});
|
|
3735
3731
|
}, "se_SegmentGroupStructure");
|
|
@@ -3745,13 +3741,13 @@ var se_SourceSegmentList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3745
3741
|
}, "se_SourceSegmentList");
|
|
3746
3742
|
var se_TriggerConfig = /* @__PURE__ */ __name((input, context) => {
|
|
3747
3743
|
return (0, import_smithy_client.take)(input, {
|
|
3748
|
-
TriggerProperties: (_) => se_TriggerProperties(_, context),
|
|
3744
|
+
TriggerProperties: /* @__PURE__ */ __name((_) => se_TriggerProperties(_, context), "TriggerProperties"),
|
|
3749
3745
|
TriggerType: []
|
|
3750
3746
|
});
|
|
3751
3747
|
}, "se_TriggerConfig");
|
|
3752
3748
|
var se_TriggerProperties = /* @__PURE__ */ __name((input, context) => {
|
|
3753
3749
|
return (0, import_smithy_client.take)(input, {
|
|
3754
|
-
Scheduled: (_) => se_ScheduledTriggerProperties(_, context)
|
|
3750
|
+
Scheduled: /* @__PURE__ */ __name((_) => se_ScheduledTriggerProperties(_, context), "Scheduled")
|
|
3755
3751
|
});
|
|
3756
3752
|
}, "se_TriggerProperties");
|
|
3757
3753
|
var de_AddressDimension = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3768,10 +3764,10 @@ var de_AppflowIntegrationWorkflowStep = /* @__PURE__ */ __name((output, context)
|
|
|
3768
3764
|
return (0, import_smithy_client.take)(output, {
|
|
3769
3765
|
BatchRecordsEndTime: import_smithy_client.expectString,
|
|
3770
3766
|
BatchRecordsStartTime: import_smithy_client.expectString,
|
|
3771
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3767
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3772
3768
|
ExecutionMessage: import_smithy_client.expectString,
|
|
3773
3769
|
FlowName: import_smithy_client.expectString,
|
|
3774
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3770
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
3775
3771
|
RecordsProcessed: import_smithy_client.expectLong,
|
|
3776
3772
|
Status: import_smithy_client.expectString
|
|
3777
3773
|
});
|
|
@@ -3833,7 +3829,7 @@ var de_DateDimension = /* @__PURE__ */ __name((output, context) => {
|
|
|
3833
3829
|
var de_DestinationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3834
3830
|
return (0, import_smithy_client.take)(output, {
|
|
3835
3831
|
Status: import_smithy_client.expectString,
|
|
3836
|
-
UnhealthySince: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3832
|
+
UnhealthySince: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UnhealthySince"),
|
|
3837
3833
|
Uri: import_smithy_client.expectString
|
|
3838
3834
|
});
|
|
3839
3835
|
}, "de_DestinationSummary");
|
|
@@ -3866,18 +3862,18 @@ var de_EventStreamDestinationDetails = /* @__PURE__ */ __name((output, context)
|
|
|
3866
3862
|
return (0, import_smithy_client.take)(output, {
|
|
3867
3863
|
Message: import_smithy_client.expectString,
|
|
3868
3864
|
Status: import_smithy_client.expectString,
|
|
3869
|
-
UnhealthySince: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3865
|
+
UnhealthySince: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UnhealthySince"),
|
|
3870
3866
|
Uri: import_smithy_client.expectString
|
|
3871
3867
|
});
|
|
3872
3868
|
}, "de_EventStreamDestinationDetails");
|
|
3873
3869
|
var de_EventStreamSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3874
3870
|
return (0, import_smithy_client.take)(output, {
|
|
3875
|
-
DestinationSummary: (_) => de_DestinationSummary(_, context),
|
|
3871
|
+
DestinationSummary: /* @__PURE__ */ __name((_) => de_DestinationSummary(_, context), "DestinationSummary"),
|
|
3876
3872
|
DomainName: import_smithy_client.expectString,
|
|
3877
3873
|
EventStreamArn: import_smithy_client.expectString,
|
|
3878
3874
|
EventStreamName: import_smithy_client.expectString,
|
|
3879
3875
|
State: import_smithy_client.expectString,
|
|
3880
|
-
StoppedSince: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3876
|
+
StoppedSince: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StoppedSince"),
|
|
3881
3877
|
Tags: import_smithy_client._json
|
|
3882
3878
|
});
|
|
3883
3879
|
}, "de_EventStreamSummary");
|
|
@@ -3889,10 +3885,10 @@ var de_EventStreamSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3889
3885
|
}, "de_EventStreamSummaryList");
|
|
3890
3886
|
var de_EventTriggerSummaryItem = /* @__PURE__ */ __name((output, context) => {
|
|
3891
3887
|
return (0, import_smithy_client.take)(output, {
|
|
3892
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3888
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3893
3889
|
Description: import_smithy_client.expectString,
|
|
3894
3890
|
EventTriggerName: import_smithy_client.expectString,
|
|
3895
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3891
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
3896
3892
|
ObjectTypeName: import_smithy_client.expectString,
|
|
3897
3893
|
Tags: import_smithy_client._json
|
|
3898
3894
|
});
|
|
@@ -3927,9 +3923,9 @@ var de_IdentityResolutionJob = /* @__PURE__ */ __name((output, context) => {
|
|
|
3927
3923
|
return (0, import_smithy_client.take)(output, {
|
|
3928
3924
|
DomainName: import_smithy_client.expectString,
|
|
3929
3925
|
ExportingLocation: import_smithy_client._json,
|
|
3930
|
-
JobEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3926
|
+
JobEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "JobEndTime"),
|
|
3931
3927
|
JobId: import_smithy_client.expectString,
|
|
3932
|
-
JobStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3928
|
+
JobStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "JobStartTime"),
|
|
3933
3929
|
JobStats: import_smithy_client._json,
|
|
3934
3930
|
Message: import_smithy_client.expectString,
|
|
3935
3931
|
Status: import_smithy_client.expectString
|
|
@@ -3950,28 +3946,28 @@ var de_IntegrationList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3950
3946
|
var de_ListCalculatedAttributeDefinitionItem = /* @__PURE__ */ __name((output, context) => {
|
|
3951
3947
|
return (0, import_smithy_client.take)(output, {
|
|
3952
3948
|
CalculatedAttributeName: import_smithy_client.expectString,
|
|
3953
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3949
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3954
3950
|
Description: import_smithy_client.expectString,
|
|
3955
3951
|
DisplayName: import_smithy_client.expectString,
|
|
3956
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3952
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
3957
3953
|
Tags: import_smithy_client._json
|
|
3958
3954
|
});
|
|
3959
3955
|
}, "de_ListCalculatedAttributeDefinitionItem");
|
|
3960
3956
|
var de_ListDomainItem = /* @__PURE__ */ __name((output, context) => {
|
|
3961
3957
|
return (0, import_smithy_client.take)(output, {
|
|
3962
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3958
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3963
3959
|
DomainName: import_smithy_client.expectString,
|
|
3964
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3960
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
3965
3961
|
Tags: import_smithy_client._json
|
|
3966
3962
|
});
|
|
3967
3963
|
}, "de_ListDomainItem");
|
|
3968
3964
|
var de_ListIntegrationItem = /* @__PURE__ */ __name((output, context) => {
|
|
3969
3965
|
return (0, import_smithy_client.take)(output, {
|
|
3970
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3966
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3971
3967
|
DomainName: import_smithy_client.expectString,
|
|
3972
3968
|
EventTriggerNames: import_smithy_client._json,
|
|
3973
3969
|
IsUnstructured: import_smithy_client.expectBoolean,
|
|
3974
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3970
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
3975
3971
|
ObjectTypeName: import_smithy_client.expectString,
|
|
3976
3972
|
ObjectTypeNames: import_smithy_client._json,
|
|
3977
3973
|
RoleArn: import_smithy_client.expectString,
|
|
@@ -3983,7 +3979,7 @@ var de_ListIntegrationItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
3983
3979
|
var de_ListObjectTypeAttributeItem = /* @__PURE__ */ __name((output, context) => {
|
|
3984
3980
|
return (0, import_smithy_client.take)(output, {
|
|
3985
3981
|
AttributeName: import_smithy_client.expectString,
|
|
3986
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3982
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt")
|
|
3987
3983
|
});
|
|
3988
3984
|
}, "de_ListObjectTypeAttributeItem");
|
|
3989
3985
|
var de_ListObjectTypeAttributesList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3994,9 +3990,9 @@ var de_ListObjectTypeAttributesList = /* @__PURE__ */ __name((output, context) =
|
|
|
3994
3990
|
}, "de_ListObjectTypeAttributesList");
|
|
3995
3991
|
var de_ListProfileObjectTypeItem = /* @__PURE__ */ __name((output, context) => {
|
|
3996
3992
|
return (0, import_smithy_client.take)(output, {
|
|
3997
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3993
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3998
3994
|
Description: import_smithy_client.expectString,
|
|
3999
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3995
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
4000
3996
|
MaxAvailableProfileObjectCount: import_smithy_client.expectInt32,
|
|
4001
3997
|
MaxProfileObjectCount: import_smithy_client.expectInt32,
|
|
4002
3998
|
ObjectTypeName: import_smithy_client.expectString,
|
|
@@ -4005,8 +4001,8 @@ var de_ListProfileObjectTypeItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
4005
4001
|
}, "de_ListProfileObjectTypeItem");
|
|
4006
4002
|
var de_ListWorkflowsItem = /* @__PURE__ */ __name((output, context) => {
|
|
4007
4003
|
return (0, import_smithy_client.take)(output, {
|
|
4008
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4009
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4004
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
4005
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
4010
4006
|
Status: import_smithy_client.expectString,
|
|
4011
4007
|
StatusDescription: import_smithy_client.expectString,
|
|
4012
4008
|
WorkflowId: import_smithy_client.expectString,
|
|
@@ -4021,7 +4017,7 @@ var de_MatchesList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4021
4017
|
}, "de_MatchesList");
|
|
4022
4018
|
var de_MatchingResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4023
4019
|
return (0, import_smithy_client.take)(output, {
|
|
4024
|
-
AutoMerging: (_) => de_AutoMerging(_, context),
|
|
4020
|
+
AutoMerging: /* @__PURE__ */ __name((_) => de_AutoMerging(_, context), "AutoMerging"),
|
|
4025
4021
|
Enabled: import_smithy_client.expectBoolean,
|
|
4026
4022
|
ExportingConfig: import_smithy_client._json,
|
|
4027
4023
|
JobSchedule: import_smithy_client._json
|
|
@@ -4138,7 +4134,7 @@ var de_WorkflowList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4138
4134
|
}, "de_WorkflowList");
|
|
4139
4135
|
var de_WorkflowStepItem = /* @__PURE__ */ __name((output, context) => {
|
|
4140
4136
|
return (0, import_smithy_client.take)(output, {
|
|
4141
|
-
AppflowIntegration: (_) => de_AppflowIntegrationWorkflowStep(_, context)
|
|
4137
|
+
AppflowIntegration: /* @__PURE__ */ __name((_) => de_AppflowIntegrationWorkflowStep(_, context), "AppflowIntegration")
|
|
4142
4138
|
});
|
|
4143
4139
|
}, "de_WorkflowStepItem");
|
|
4144
4140
|
var de_WorkflowStepsList = /* @__PURE__ */ __name((output, context) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-customer-profiles",
|
|
3
3
|
"description": "AWS SDK for JavaScript Customer Profiles Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.774.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-customer-profiles",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|