@aws-sdk/client-customer-profiles 3.857.0 → 3.858.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 +149 -90
- package/dist-es/commands/PutProfileObjectTypeCommand.js +1 -1
- package/dist-es/commands/SearchProfilesCommand.js +1 -1
- package/dist-es/models/models_0.js +29 -20
- package/dist-es/models/models_1.js +23 -0
- package/dist-es/protocols/Aws_restJson1.js +18 -0
- package/dist-types/commands/BatchGetProfileCommand.d.ts +19 -0
- package/dist-types/commands/CreateProfileCommand.d.ts +19 -0
- package/dist-types/commands/CreateSegmentDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateSegmentEstimateCommand.d.ts +6 -0
- package/dist-types/commands/GetSegmentDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/GetSegmentMembershipCommand.d.ts +19 -0
- package/dist-types/commands/MergeProfilesCommand.d.ts +2 -0
- package/dist-types/commands/PutProfileObjectTypeCommand.d.ts +1 -1
- package/dist-types/commands/SearchProfilesCommand.d.ts +20 -1
- package/dist-types/commands/StartUploadJobCommand.d.ts +1 -2
- package/dist-types/commands/UpdateProfileCommand.d.ts +19 -0
- package/dist-types/models/models_0.d.ts +143 -282
- package/dist-types/models/models_1.d.ts +293 -1
- package/dist-types/ts3.4/commands/PutProfileObjectTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartUploadJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +48 -62
- package/dist-types/ts3.4/models/models_1.d.ts +70 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -39,6 +39,7 @@ __export(index_exports, {
|
|
|
39
39
|
ConditionOverridesFilterSensitiveLog: () => ConditionOverridesFilterSensitiveLog,
|
|
40
40
|
ConditionsFilterSensitiveLog: () => ConditionsFilterSensitiveLog,
|
|
41
41
|
ConflictResolvingModel: () => ConflictResolvingModel,
|
|
42
|
+
ContactType: () => ContactType,
|
|
42
43
|
CreateCalculatedAttributeDefinitionCommand: () => CreateCalculatedAttributeDefinitionCommand,
|
|
43
44
|
CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog: () => CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog,
|
|
44
45
|
CreateCalculatedAttributeDefinitionResponseFilterSensitiveLog: () => CreateCalculatedAttributeDefinitionResponseFilterSensitiveLog,
|
|
@@ -86,6 +87,7 @@ __export(index_exports, {
|
|
|
86
87
|
DetectedProfileObjectTypeFilterSensitiveLog: () => DetectedProfileObjectTypeFilterSensitiveLog,
|
|
87
88
|
Dimension: () => Dimension,
|
|
88
89
|
DimensionFilterSensitiveLog: () => DimensionFilterSensitiveLog,
|
|
90
|
+
EngagementPreferencesFilterSensitiveLog: () => EngagementPreferencesFilterSensitiveLog,
|
|
89
91
|
EstimateStatus: () => EstimateStatus,
|
|
90
92
|
EventStreamDestinationStatus: () => EventStreamDestinationStatus,
|
|
91
93
|
EventStreamState: () => EventStreamState,
|
|
@@ -170,6 +172,9 @@ __export(index_exports, {
|
|
|
170
172
|
ProfileAttributesFilterSensitiveLog: () => ProfileAttributesFilterSensitiveLog,
|
|
171
173
|
ProfileFilterSensitiveLog: () => ProfileFilterSensitiveLog,
|
|
172
174
|
ProfileQueryResultFilterSensitiveLog: () => ProfileQueryResultFilterSensitiveLog,
|
|
175
|
+
ProfileType: () => ProfileType,
|
|
176
|
+
ProfileTypeDimensionFilterSensitiveLog: () => ProfileTypeDimensionFilterSensitiveLog,
|
|
177
|
+
ProfileTypeDimensionType: () => ProfileTypeDimensionType,
|
|
173
178
|
PutIntegrationCommand: () => PutIntegrationCommand,
|
|
174
179
|
PutIntegrationRequestFilterSensitiveLog: () => PutIntegrationRequestFilterSensitiveLog,
|
|
175
180
|
PutProfileObjectCommand: () => PutProfileObjectCommand,
|
|
@@ -709,6 +714,15 @@ var ConflictResolvingModel = {
|
|
|
709
714
|
var RangeUnit = {
|
|
710
715
|
DAYS: "DAYS"
|
|
711
716
|
};
|
|
717
|
+
var ContactType = {
|
|
718
|
+
BUSINESS_EMAIL_ADDRESS: "BusinessEmailAddress",
|
|
719
|
+
BUSINESS_PHONE_NUMBER: "BusinessPhoneNumber",
|
|
720
|
+
EMAIL_ADDRESS: "EmailAddress",
|
|
721
|
+
HOME_PHONE_NUMBER: "HomePhoneNumber",
|
|
722
|
+
MOBILE_PHONE_NUMBER: "MobilePhoneNumber",
|
|
723
|
+
PERSONAL_EMAIL_ADDRESS: "PersonalEmailAddress",
|
|
724
|
+
PHONE_NUMBER: "PhoneNumber"
|
|
725
|
+
};
|
|
712
726
|
var Gender = {
|
|
713
727
|
FEMALE: "FEMALE",
|
|
714
728
|
MALE: "MALE",
|
|
@@ -719,6 +733,10 @@ var PartyType = {
|
|
|
719
733
|
INDIVIDUAL: "INDIVIDUAL",
|
|
720
734
|
OTHER: "OTHER"
|
|
721
735
|
};
|
|
736
|
+
var ProfileType = {
|
|
737
|
+
ACCOUNT_PROFILE: "ACCOUNT_PROFILE",
|
|
738
|
+
PROFILE: "PROFILE"
|
|
739
|
+
};
|
|
722
740
|
var ReadinessStatus = {
|
|
723
741
|
COMPLETED: "COMPLETED",
|
|
724
742
|
FAILED: "FAILED",
|
|
@@ -809,6 +827,10 @@ var DateDimensionType = {
|
|
|
809
827
|
NOT_BETWEEN: "NOT_BETWEEN",
|
|
810
828
|
ON: "ON"
|
|
811
829
|
};
|
|
830
|
+
var ProfileTypeDimensionType = {
|
|
831
|
+
EXCLUSIVE: "EXCLUSIVE",
|
|
832
|
+
INCLUSIVE: "INCLUSIVE"
|
|
833
|
+
};
|
|
812
834
|
var Dimension;
|
|
813
835
|
((Dimension2) => {
|
|
814
836
|
Dimension2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -901,10 +923,6 @@ var StatusReason = {
|
|
|
901
923
|
INTERNAL_FAILURE: "INTERNAL_FAILURE",
|
|
902
924
|
VALIDATION_FAILURE: "VALIDATION_FAILURE"
|
|
903
925
|
};
|
|
904
|
-
var LogicalOperator = {
|
|
905
|
-
AND: "AND",
|
|
906
|
-
OR: "OR"
|
|
907
|
-
};
|
|
908
926
|
var AddressFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
909
927
|
...obj
|
|
910
928
|
}), "AddressFilterSensitiveLog");
|
|
@@ -929,6 +947,9 @@ var BatchGetCalculatedAttributeForProfileResponseFilterSensitiveLog = /* @__PURE
|
|
|
929
947
|
...obj,
|
|
930
948
|
...obj.ConditionOverrides && { ConditionOverrides: import_smithy_client.SENSITIVE_STRING }
|
|
931
949
|
}), "BatchGetCalculatedAttributeForProfileResponseFilterSensitiveLog");
|
|
950
|
+
var EngagementPreferencesFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
951
|
+
...obj
|
|
952
|
+
}), "EngagementPreferencesFilterSensitiveLog");
|
|
932
953
|
var ProfileFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
933
954
|
...obj,
|
|
934
955
|
...obj.AccountNumber && { AccountNumber: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -953,7 +974,9 @@ var ProfileFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
953
974
|
...obj.BillingAddress && { BillingAddress: import_smithy_client.SENSITIVE_STRING },
|
|
954
975
|
...obj.Attributes && { Attributes: import_smithy_client.SENSITIVE_STRING },
|
|
955
976
|
...obj.PartyTypeString && { PartyTypeString: import_smithy_client.SENSITIVE_STRING },
|
|
956
|
-
...obj.GenderString && { GenderString: import_smithy_client.SENSITIVE_STRING }
|
|
977
|
+
...obj.GenderString && { GenderString: import_smithy_client.SENSITIVE_STRING },
|
|
978
|
+
...obj.ProfileType && { ProfileType: import_smithy_client.SENSITIVE_STRING },
|
|
979
|
+
...obj.EngagementPreferences && { EngagementPreferences: import_smithy_client.SENSITIVE_STRING }
|
|
957
980
|
}), "ProfileFilterSensitiveLog");
|
|
958
981
|
var BatchGetProfileResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
959
982
|
...obj,
|
|
@@ -1036,10 +1059,17 @@ var CreateProfileRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1036
1059
|
...obj.BillingAddress && { BillingAddress: import_smithy_client.SENSITIVE_STRING },
|
|
1037
1060
|
...obj.Attributes && { Attributes: import_smithy_client.SENSITIVE_STRING },
|
|
1038
1061
|
...obj.PartyTypeString && { PartyTypeString: import_smithy_client.SENSITIVE_STRING },
|
|
1039
|
-
...obj.GenderString && { GenderString: import_smithy_client.SENSITIVE_STRING }
|
|
1062
|
+
...obj.GenderString && { GenderString: import_smithy_client.SENSITIVE_STRING },
|
|
1063
|
+
...obj.ProfileType && { ProfileType: import_smithy_client.SENSITIVE_STRING },
|
|
1064
|
+
...obj.EngagementPreferences && { EngagementPreferences: import_smithy_client.SENSITIVE_STRING }
|
|
1040
1065
|
}), "CreateProfileRequestFilterSensitiveLog");
|
|
1066
|
+
var ProfileTypeDimensionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1067
|
+
...obj,
|
|
1068
|
+
...obj.Values && { Values: import_smithy_client.SENSITIVE_STRING }
|
|
1069
|
+
}), "ProfileTypeDimensionFilterSensitiveLog");
|
|
1041
1070
|
var ProfileAttributesFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1042
|
-
...obj
|
|
1071
|
+
...obj,
|
|
1072
|
+
...obj.ProfileType && { ProfileType: ProfileTypeDimensionFilterSensitiveLog(obj.ProfileType) }
|
|
1043
1073
|
}), "ProfileAttributesFilterSensitiveLog");
|
|
1044
1074
|
var DimensionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1045
1075
|
if (obj.ProfileAttributes !== void 0) return { ProfileAttributes: import_smithy_client.SENSITIVE_STRING };
|
|
@@ -1187,22 +1217,6 @@ var PutProfileObjectRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
1187
1217
|
...obj,
|
|
1188
1218
|
...obj.Object && { Object: import_smithy_client.SENSITIVE_STRING }
|
|
1189
1219
|
}), "PutProfileObjectRequestFilterSensitiveLog");
|
|
1190
|
-
var PutProfileObjectTypeRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1191
|
-
...obj,
|
|
1192
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
1193
|
-
...obj.Fields && { Fields: import_smithy_client.SENSITIVE_STRING },
|
|
1194
|
-
...obj.Keys && { Keys: import_smithy_client.SENSITIVE_STRING }
|
|
1195
|
-
}), "PutProfileObjectTypeRequestFilterSensitiveLog");
|
|
1196
|
-
var PutProfileObjectTypeResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1197
|
-
...obj,
|
|
1198
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
1199
|
-
...obj.Fields && { Fields: import_smithy_client.SENSITIVE_STRING },
|
|
1200
|
-
...obj.Keys && { Keys: import_smithy_client.SENSITIVE_STRING }
|
|
1201
|
-
}), "PutProfileObjectTypeResponseFilterSensitiveLog");
|
|
1202
|
-
var SearchProfilesResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1203
|
-
...obj,
|
|
1204
|
-
...obj.Items && { Items: obj.Items.map((item) => ProfileFilterSensitiveLog(item)) }
|
|
1205
|
-
}), "SearchProfilesResponseFilterSensitiveLog");
|
|
1206
1220
|
|
|
1207
1221
|
// src/protocols/Aws_restJson1.ts
|
|
1208
1222
|
var se_AddProfileKeyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -1404,6 +1418,7 @@ var se_CreateProfileCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1404
1418
|
BusinessName: [],
|
|
1405
1419
|
BusinessPhoneNumber: [],
|
|
1406
1420
|
EmailAddress: [],
|
|
1421
|
+
EngagementPreferences: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EngagementPreferences"),
|
|
1407
1422
|
FirstName: [],
|
|
1408
1423
|
Gender: [],
|
|
1409
1424
|
GenderString: [],
|
|
@@ -1416,6 +1431,7 @@ var se_CreateProfileCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1416
1431
|
PartyTypeString: [],
|
|
1417
1432
|
PersonalEmailAddress: [],
|
|
1418
1433
|
PhoneNumber: [],
|
|
1434
|
+
ProfileType: [],
|
|
1419
1435
|
ShippingAddress: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ShippingAddress")
|
|
1420
1436
|
})
|
|
1421
1437
|
);
|
|
@@ -2433,6 +2449,7 @@ var se_UpdateProfileCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2433
2449
|
BusinessName: [],
|
|
2434
2450
|
BusinessPhoneNumber: [],
|
|
2435
2451
|
EmailAddress: [],
|
|
2452
|
+
EngagementPreferences: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EngagementPreferences"),
|
|
2436
2453
|
FirstName: [],
|
|
2437
2454
|
Gender: [],
|
|
2438
2455
|
GenderString: [],
|
|
@@ -2446,6 +2463,7 @@ var se_UpdateProfileCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2446
2463
|
PersonalEmailAddress: [],
|
|
2447
2464
|
PhoneNumber: [],
|
|
2448
2465
|
ProfileId: [],
|
|
2466
|
+
ProfileType: [],
|
|
2449
2467
|
ShippingAddress: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ShippingAddress")
|
|
2450
2468
|
})
|
|
2451
2469
|
);
|
|
@@ -4072,6 +4090,7 @@ var se_ProfileAttributes = /* @__PURE__ */ __name((input, context) => {
|
|
|
4072
4090
|
PartyTypeString: [, (_) => se_ProfileDimension(_, context), `PartyTypeString`],
|
|
4073
4091
|
PersonalEmailAddress: [, (_) => se_ProfileDimension(_, context), `PersonalEmailAddress`],
|
|
4074
4092
|
PhoneNumber: [, (_) => se_ProfileDimension(_, context), `PhoneNumber`],
|
|
4093
|
+
ProfileType: [, (_) => se_ProfileTypeDimension(_, context), `ProfileType`],
|
|
4075
4094
|
ShippingAddress: [, (_) => se_AddressDimension(_, context), `ShippingAddress`]
|
|
4076
4095
|
});
|
|
4077
4096
|
}, "se_ProfileAttributes");
|
|
@@ -4081,6 +4100,12 @@ var se_ProfileDimension = /* @__PURE__ */ __name((input, context) => {
|
|
|
4081
4100
|
Values: [, import_smithy_client._json, `Values`]
|
|
4082
4101
|
});
|
|
4083
4102
|
}, "se_ProfileDimension");
|
|
4103
|
+
var se_ProfileTypeDimension = /* @__PURE__ */ __name((input, context) => {
|
|
4104
|
+
return (0, import_smithy_client.take)(input, {
|
|
4105
|
+
DimensionType: [, , `DimensionType`],
|
|
4106
|
+
Values: [, import_smithy_client._json, `Values`]
|
|
4107
|
+
});
|
|
4108
|
+
}, "se_ProfileTypeDimension");
|
|
4084
4109
|
var se_ScheduledTriggerProperties = /* @__PURE__ */ __name((input, context) => {
|
|
4085
4110
|
return (0, import_smithy_client.take)(input, {
|
|
4086
4111
|
DataPullMode: [],
|
|
@@ -4483,6 +4508,7 @@ var de_ProfileAttributes = /* @__PURE__ */ __name((output, context) => {
|
|
|
4483
4508
|
PartyTypeString: [, (_) => de_ProfileDimension(_, context), `PartyTypeString`],
|
|
4484
4509
|
PersonalEmailAddress: [, (_) => de_ProfileDimension(_, context), `PersonalEmailAddress`],
|
|
4485
4510
|
PhoneNumber: [, (_) => de_ProfileDimension(_, context), `PhoneNumber`],
|
|
4511
|
+
ProfileType: [, (_) => de_ProfileTypeDimension(_, context), `ProfileType`],
|
|
4486
4512
|
ShippingAddress: [, (_) => de_AddressDimension(_, context), `ShippingAddress`]
|
|
4487
4513
|
});
|
|
4488
4514
|
}, "de_ProfileAttributes");
|
|
@@ -4518,6 +4544,12 @@ var de_Profiles = /* @__PURE__ */ __name((output, context) => {
|
|
|
4518
4544
|
});
|
|
4519
4545
|
return retVal;
|
|
4520
4546
|
}, "de_Profiles");
|
|
4547
|
+
var de_ProfileTypeDimension = /* @__PURE__ */ __name((output, context) => {
|
|
4548
|
+
return (0, import_smithy_client.take)(output, {
|
|
4549
|
+
DimensionType: [, import_smithy_client.expectString, `DimensionType`],
|
|
4550
|
+
Values: [, import_smithy_client._json, `Values`]
|
|
4551
|
+
});
|
|
4552
|
+
}, "de_ProfileTypeDimension");
|
|
4521
4553
|
var de_ResultsSummary = /* @__PURE__ */ __name((output, context) => {
|
|
4522
4554
|
return (0, import_smithy_client.take)(output, {
|
|
4523
4555
|
CreatedRecords: [, import_smithy_client.expectLong, `CreatedRecords`],
|
|
@@ -5669,6 +5701,94 @@ var PutProfileObjectCommand = class extends import_smithy_client.Command.classBu
|
|
|
5669
5701
|
|
|
5670
5702
|
|
|
5671
5703
|
|
|
5704
|
+
|
|
5705
|
+
// src/models/models_1.ts
|
|
5706
|
+
|
|
5707
|
+
var LogicalOperator = {
|
|
5708
|
+
AND: "AND",
|
|
5709
|
+
OR: "OR"
|
|
5710
|
+
};
|
|
5711
|
+
var PutProfileObjectTypeRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5712
|
+
...obj,
|
|
5713
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
5714
|
+
...obj.Fields && { Fields: import_smithy_client.SENSITIVE_STRING },
|
|
5715
|
+
...obj.Keys && { Keys: import_smithy_client.SENSITIVE_STRING }
|
|
5716
|
+
}), "PutProfileObjectTypeRequestFilterSensitiveLog");
|
|
5717
|
+
var PutProfileObjectTypeResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5718
|
+
...obj,
|
|
5719
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
5720
|
+
...obj.Fields && { Fields: import_smithy_client.SENSITIVE_STRING },
|
|
5721
|
+
...obj.Keys && { Keys: import_smithy_client.SENSITIVE_STRING }
|
|
5722
|
+
}), "PutProfileObjectTypeResponseFilterSensitiveLog");
|
|
5723
|
+
var SearchProfilesResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5724
|
+
...obj,
|
|
5725
|
+
...obj.Items && { Items: obj.Items.map((item) => ProfileFilterSensitiveLog(item)) }
|
|
5726
|
+
}), "SearchProfilesResponseFilterSensitiveLog");
|
|
5727
|
+
var UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5728
|
+
...obj,
|
|
5729
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
5730
|
+
...obj.Conditions && { Conditions: import_smithy_client.SENSITIVE_STRING }
|
|
5731
|
+
}), "UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog");
|
|
5732
|
+
var UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5733
|
+
...obj,
|
|
5734
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
5735
|
+
...obj.Statistic && { Statistic: import_smithy_client.SENSITIVE_STRING },
|
|
5736
|
+
...obj.Conditions && { Conditions: import_smithy_client.SENSITIVE_STRING },
|
|
5737
|
+
...obj.AttributeDetails && { AttributeDetails: import_smithy_client.SENSITIVE_STRING }
|
|
5738
|
+
}), "UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog");
|
|
5739
|
+
var UpdateDomainLayoutRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5740
|
+
...obj,
|
|
5741
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
5742
|
+
...obj.Layout && { Layout: import_smithy_client.SENSITIVE_STRING }
|
|
5743
|
+
}), "UpdateDomainLayoutRequestFilterSensitiveLog");
|
|
5744
|
+
var UpdateDomainLayoutResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5745
|
+
...obj,
|
|
5746
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
5747
|
+
...obj.Layout && { Layout: import_smithy_client.SENSITIVE_STRING }
|
|
5748
|
+
}), "UpdateDomainLayoutResponseFilterSensitiveLog");
|
|
5749
|
+
var UpdateEventTriggerRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5750
|
+
...obj,
|
|
5751
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
5752
|
+
...obj.EventTriggerConditions && { EventTriggerConditions: import_smithy_client.SENSITIVE_STRING }
|
|
5753
|
+
}), "UpdateEventTriggerRequestFilterSensitiveLog");
|
|
5754
|
+
var UpdateEventTriggerResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5755
|
+
...obj,
|
|
5756
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
5757
|
+
...obj.EventTriggerConditions && { EventTriggerConditions: import_smithy_client.SENSITIVE_STRING }
|
|
5758
|
+
}), "UpdateEventTriggerResponseFilterSensitiveLog");
|
|
5759
|
+
var UpdateAddressFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5760
|
+
...obj
|
|
5761
|
+
}), "UpdateAddressFilterSensitiveLog");
|
|
5762
|
+
var UpdateProfileRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5763
|
+
...obj,
|
|
5764
|
+
...obj.AdditionalInformation && { AdditionalInformation: import_smithy_client.SENSITIVE_STRING },
|
|
5765
|
+
...obj.AccountNumber && { AccountNumber: import_smithy_client.SENSITIVE_STRING },
|
|
5766
|
+
...obj.PartyType && { PartyType: import_smithy_client.SENSITIVE_STRING },
|
|
5767
|
+
...obj.BusinessName && { BusinessName: import_smithy_client.SENSITIVE_STRING },
|
|
5768
|
+
...obj.FirstName && { FirstName: import_smithy_client.SENSITIVE_STRING },
|
|
5769
|
+
...obj.MiddleName && { MiddleName: import_smithy_client.SENSITIVE_STRING },
|
|
5770
|
+
...obj.LastName && { LastName: import_smithy_client.SENSITIVE_STRING },
|
|
5771
|
+
...obj.BirthDate && { BirthDate: import_smithy_client.SENSITIVE_STRING },
|
|
5772
|
+
...obj.Gender && { Gender: import_smithy_client.SENSITIVE_STRING },
|
|
5773
|
+
...obj.PhoneNumber && { PhoneNumber: import_smithy_client.SENSITIVE_STRING },
|
|
5774
|
+
...obj.MobilePhoneNumber && { MobilePhoneNumber: import_smithy_client.SENSITIVE_STRING },
|
|
5775
|
+
...obj.HomePhoneNumber && { HomePhoneNumber: import_smithy_client.SENSITIVE_STRING },
|
|
5776
|
+
...obj.BusinessPhoneNumber && { BusinessPhoneNumber: import_smithy_client.SENSITIVE_STRING },
|
|
5777
|
+
...obj.EmailAddress && { EmailAddress: import_smithy_client.SENSITIVE_STRING },
|
|
5778
|
+
...obj.PersonalEmailAddress && { PersonalEmailAddress: import_smithy_client.SENSITIVE_STRING },
|
|
5779
|
+
...obj.BusinessEmailAddress && { BusinessEmailAddress: import_smithy_client.SENSITIVE_STRING },
|
|
5780
|
+
...obj.Address && { Address: import_smithy_client.SENSITIVE_STRING },
|
|
5781
|
+
...obj.ShippingAddress && { ShippingAddress: import_smithy_client.SENSITIVE_STRING },
|
|
5782
|
+
...obj.MailingAddress && { MailingAddress: import_smithy_client.SENSITIVE_STRING },
|
|
5783
|
+
...obj.BillingAddress && { BillingAddress: import_smithy_client.SENSITIVE_STRING },
|
|
5784
|
+
...obj.Attributes && { Attributes: import_smithy_client.SENSITIVE_STRING },
|
|
5785
|
+
...obj.PartyTypeString && { PartyTypeString: import_smithy_client.SENSITIVE_STRING },
|
|
5786
|
+
...obj.GenderString && { GenderString: import_smithy_client.SENSITIVE_STRING },
|
|
5787
|
+
...obj.ProfileType && { ProfileType: import_smithy_client.SENSITIVE_STRING },
|
|
5788
|
+
...obj.EngagementPreferences && { EngagementPreferences: import_smithy_client.SENSITIVE_STRING }
|
|
5789
|
+
}), "UpdateProfileRequestFilterSensitiveLog");
|
|
5790
|
+
|
|
5791
|
+
// src/commands/PutProfileObjectTypeCommand.ts
|
|
5672
5792
|
var PutProfileObjectTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5673
5793
|
return [
|
|
5674
5794
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -5759,72 +5879,6 @@ var UntagResourceCommand = class extends import_smithy_client.Command.classBuild
|
|
|
5759
5879
|
|
|
5760
5880
|
|
|
5761
5881
|
|
|
5762
|
-
|
|
5763
|
-
// src/models/models_1.ts
|
|
5764
|
-
|
|
5765
|
-
var UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5766
|
-
...obj,
|
|
5767
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
5768
|
-
...obj.Conditions && { Conditions: import_smithy_client.SENSITIVE_STRING }
|
|
5769
|
-
}), "UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog");
|
|
5770
|
-
var UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5771
|
-
...obj,
|
|
5772
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
5773
|
-
...obj.Statistic && { Statistic: import_smithy_client.SENSITIVE_STRING },
|
|
5774
|
-
...obj.Conditions && { Conditions: import_smithy_client.SENSITIVE_STRING },
|
|
5775
|
-
...obj.AttributeDetails && { AttributeDetails: import_smithy_client.SENSITIVE_STRING }
|
|
5776
|
-
}), "UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog");
|
|
5777
|
-
var UpdateDomainLayoutRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5778
|
-
...obj,
|
|
5779
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
5780
|
-
...obj.Layout && { Layout: import_smithy_client.SENSITIVE_STRING }
|
|
5781
|
-
}), "UpdateDomainLayoutRequestFilterSensitiveLog");
|
|
5782
|
-
var UpdateDomainLayoutResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5783
|
-
...obj,
|
|
5784
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
5785
|
-
...obj.Layout && { Layout: import_smithy_client.SENSITIVE_STRING }
|
|
5786
|
-
}), "UpdateDomainLayoutResponseFilterSensitiveLog");
|
|
5787
|
-
var UpdateEventTriggerRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5788
|
-
...obj,
|
|
5789
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
5790
|
-
...obj.EventTriggerConditions && { EventTriggerConditions: import_smithy_client.SENSITIVE_STRING }
|
|
5791
|
-
}), "UpdateEventTriggerRequestFilterSensitiveLog");
|
|
5792
|
-
var UpdateEventTriggerResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5793
|
-
...obj,
|
|
5794
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
5795
|
-
...obj.EventTriggerConditions && { EventTriggerConditions: import_smithy_client.SENSITIVE_STRING }
|
|
5796
|
-
}), "UpdateEventTriggerResponseFilterSensitiveLog");
|
|
5797
|
-
var UpdateAddressFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5798
|
-
...obj
|
|
5799
|
-
}), "UpdateAddressFilterSensitiveLog");
|
|
5800
|
-
var UpdateProfileRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
5801
|
-
...obj,
|
|
5802
|
-
...obj.AdditionalInformation && { AdditionalInformation: import_smithy_client.SENSITIVE_STRING },
|
|
5803
|
-
...obj.AccountNumber && { AccountNumber: import_smithy_client.SENSITIVE_STRING },
|
|
5804
|
-
...obj.PartyType && { PartyType: import_smithy_client.SENSITIVE_STRING },
|
|
5805
|
-
...obj.BusinessName && { BusinessName: import_smithy_client.SENSITIVE_STRING },
|
|
5806
|
-
...obj.FirstName && { FirstName: import_smithy_client.SENSITIVE_STRING },
|
|
5807
|
-
...obj.MiddleName && { MiddleName: import_smithy_client.SENSITIVE_STRING },
|
|
5808
|
-
...obj.LastName && { LastName: import_smithy_client.SENSITIVE_STRING },
|
|
5809
|
-
...obj.BirthDate && { BirthDate: import_smithy_client.SENSITIVE_STRING },
|
|
5810
|
-
...obj.Gender && { Gender: import_smithy_client.SENSITIVE_STRING },
|
|
5811
|
-
...obj.PhoneNumber && { PhoneNumber: import_smithy_client.SENSITIVE_STRING },
|
|
5812
|
-
...obj.MobilePhoneNumber && { MobilePhoneNumber: import_smithy_client.SENSITIVE_STRING },
|
|
5813
|
-
...obj.HomePhoneNumber && { HomePhoneNumber: import_smithy_client.SENSITIVE_STRING },
|
|
5814
|
-
...obj.BusinessPhoneNumber && { BusinessPhoneNumber: import_smithy_client.SENSITIVE_STRING },
|
|
5815
|
-
...obj.EmailAddress && { EmailAddress: import_smithy_client.SENSITIVE_STRING },
|
|
5816
|
-
...obj.PersonalEmailAddress && { PersonalEmailAddress: import_smithy_client.SENSITIVE_STRING },
|
|
5817
|
-
...obj.BusinessEmailAddress && { BusinessEmailAddress: import_smithy_client.SENSITIVE_STRING },
|
|
5818
|
-
...obj.Address && { Address: import_smithy_client.SENSITIVE_STRING },
|
|
5819
|
-
...obj.ShippingAddress && { ShippingAddress: import_smithy_client.SENSITIVE_STRING },
|
|
5820
|
-
...obj.MailingAddress && { MailingAddress: import_smithy_client.SENSITIVE_STRING },
|
|
5821
|
-
...obj.BillingAddress && { BillingAddress: import_smithy_client.SENSITIVE_STRING },
|
|
5822
|
-
...obj.Attributes && { Attributes: import_smithy_client.SENSITIVE_STRING },
|
|
5823
|
-
...obj.PartyTypeString && { PartyTypeString: import_smithy_client.SENSITIVE_STRING },
|
|
5824
|
-
...obj.GenderString && { GenderString: import_smithy_client.SENSITIVE_STRING }
|
|
5825
|
-
}), "UpdateProfileRequestFilterSensitiveLog");
|
|
5826
|
-
|
|
5827
|
-
// src/commands/UpdateCalculatedAttributeDefinitionCommand.ts
|
|
5828
5882
|
var UpdateCalculatedAttributeDefinitionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5829
5883
|
return [
|
|
5830
5884
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -6140,8 +6194,10 @@ var paginateListUploadJobs = (0, import_core.createPaginator)(CustomerProfilesCl
|
|
|
6140
6194
|
AttributeMatchingModel,
|
|
6141
6195
|
ConflictResolvingModel,
|
|
6142
6196
|
RangeUnit,
|
|
6197
|
+
ContactType,
|
|
6143
6198
|
Gender,
|
|
6144
6199
|
PartyType,
|
|
6200
|
+
ProfileType,
|
|
6145
6201
|
ReadinessStatus,
|
|
6146
6202
|
ComparisonOperator,
|
|
6147
6203
|
Unit,
|
|
@@ -6156,6 +6212,7 @@ var paginateListUploadJobs = (0, import_core.createPaginator)(CustomerProfilesCl
|
|
|
6156
6212
|
PeriodUnit,
|
|
6157
6213
|
WorkflowType,
|
|
6158
6214
|
DateDimensionType,
|
|
6215
|
+
ProfileTypeDimensionType,
|
|
6159
6216
|
Dimension,
|
|
6160
6217
|
IncludeOptions,
|
|
6161
6218
|
DataFormat,
|
|
@@ -6170,7 +6227,6 @@ var paginateListUploadJobs = (0, import_core.createPaginator)(CustomerProfilesCl
|
|
|
6170
6227
|
MatchType,
|
|
6171
6228
|
UploadJobStatus,
|
|
6172
6229
|
StatusReason,
|
|
6173
|
-
LogicalOperator,
|
|
6174
6230
|
AddressFilterSensitiveLog,
|
|
6175
6231
|
FlowDefinitionFilterSensitiveLog,
|
|
6176
6232
|
AppflowIntegrationFilterSensitiveLog,
|
|
@@ -6178,6 +6234,7 @@ var paginateListUploadJobs = (0, import_core.createPaginator)(CustomerProfilesCl
|
|
|
6178
6234
|
ConditionOverridesFilterSensitiveLog,
|
|
6179
6235
|
BatchGetCalculatedAttributeForProfileRequestFilterSensitiveLog,
|
|
6180
6236
|
BatchGetCalculatedAttributeForProfileResponseFilterSensitiveLog,
|
|
6237
|
+
EngagementPreferencesFilterSensitiveLog,
|
|
6181
6238
|
ProfileFilterSensitiveLog,
|
|
6182
6239
|
BatchGetProfileResponseFilterSensitiveLog,
|
|
6183
6240
|
ListCalculatedAttributeDefinitionItemFilterSensitiveLog,
|
|
@@ -6192,6 +6249,7 @@ var paginateListUploadJobs = (0, import_core.createPaginator)(CustomerProfilesCl
|
|
|
6192
6249
|
IntegrationConfigFilterSensitiveLog,
|
|
6193
6250
|
CreateIntegrationWorkflowRequestFilterSensitiveLog,
|
|
6194
6251
|
CreateProfileRequestFilterSensitiveLog,
|
|
6252
|
+
ProfileTypeDimensionFilterSensitiveLog,
|
|
6195
6253
|
ProfileAttributesFilterSensitiveLog,
|
|
6196
6254
|
DimensionFilterSensitiveLog,
|
|
6197
6255
|
GroupFilterSensitiveLog,
|
|
@@ -6224,6 +6282,7 @@ var paginateListUploadJobs = (0, import_core.createPaginator)(CustomerProfilesCl
|
|
|
6224
6282
|
ListSegmentDefinitionsResponseFilterSensitiveLog,
|
|
6225
6283
|
PutIntegrationRequestFilterSensitiveLog,
|
|
6226
6284
|
PutProfileObjectRequestFilterSensitiveLog,
|
|
6285
|
+
LogicalOperator,
|
|
6227
6286
|
PutProfileObjectTypeRequestFilterSensitiveLog,
|
|
6228
6287
|
PutProfileObjectTypeResponseFilterSensitiveLog,
|
|
6229
6288
|
SearchProfilesResponseFilterSensitiveLog,
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { PutProfileObjectTypeRequestFilterSensitiveLog, PutProfileObjectTypeResponseFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { PutProfileObjectTypeRequestFilterSensitiveLog, PutProfileObjectTypeResponseFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_PutProfileObjectTypeCommand, se_PutProfileObjectTypeCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class PutProfileObjectTypeCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { SearchProfilesResponseFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { SearchProfilesResponseFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_SearchProfilesCommand, se_SearchProfilesCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class SearchProfilesCommand extends $Command
|
|
@@ -274,6 +274,15 @@ export const ConflictResolvingModel = {
|
|
|
274
274
|
export const RangeUnit = {
|
|
275
275
|
DAYS: "DAYS",
|
|
276
276
|
};
|
|
277
|
+
export const ContactType = {
|
|
278
|
+
BUSINESS_EMAIL_ADDRESS: "BusinessEmailAddress",
|
|
279
|
+
BUSINESS_PHONE_NUMBER: "BusinessPhoneNumber",
|
|
280
|
+
EMAIL_ADDRESS: "EmailAddress",
|
|
281
|
+
HOME_PHONE_NUMBER: "HomePhoneNumber",
|
|
282
|
+
MOBILE_PHONE_NUMBER: "MobilePhoneNumber",
|
|
283
|
+
PERSONAL_EMAIL_ADDRESS: "PersonalEmailAddress",
|
|
284
|
+
PHONE_NUMBER: "PhoneNumber",
|
|
285
|
+
};
|
|
277
286
|
export const Gender = {
|
|
278
287
|
FEMALE: "FEMALE",
|
|
279
288
|
MALE: "MALE",
|
|
@@ -284,6 +293,10 @@ export const PartyType = {
|
|
|
284
293
|
INDIVIDUAL: "INDIVIDUAL",
|
|
285
294
|
OTHER: "OTHER",
|
|
286
295
|
};
|
|
296
|
+
export const ProfileType = {
|
|
297
|
+
ACCOUNT_PROFILE: "ACCOUNT_PROFILE",
|
|
298
|
+
PROFILE: "PROFILE",
|
|
299
|
+
};
|
|
287
300
|
export const ReadinessStatus = {
|
|
288
301
|
COMPLETED: "COMPLETED",
|
|
289
302
|
FAILED: "FAILED",
|
|
@@ -374,6 +387,10 @@ export const DateDimensionType = {
|
|
|
374
387
|
NOT_BETWEEN: "NOT_BETWEEN",
|
|
375
388
|
ON: "ON",
|
|
376
389
|
};
|
|
390
|
+
export const ProfileTypeDimensionType = {
|
|
391
|
+
EXCLUSIVE: "EXCLUSIVE",
|
|
392
|
+
INCLUSIVE: "INCLUSIVE",
|
|
393
|
+
};
|
|
377
394
|
export var Dimension;
|
|
378
395
|
(function (Dimension) {
|
|
379
396
|
Dimension.visit = (value, visitor) => {
|
|
@@ -468,10 +485,6 @@ export const StatusReason = {
|
|
|
468
485
|
INTERNAL_FAILURE: "INTERNAL_FAILURE",
|
|
469
486
|
VALIDATION_FAILURE: "VALIDATION_FAILURE",
|
|
470
487
|
};
|
|
471
|
-
export const LogicalOperator = {
|
|
472
|
-
AND: "AND",
|
|
473
|
-
OR: "OR",
|
|
474
|
-
};
|
|
475
488
|
export const AddressFilterSensitiveLog = (obj) => ({
|
|
476
489
|
...obj,
|
|
477
490
|
});
|
|
@@ -496,6 +509,9 @@ export const BatchGetCalculatedAttributeForProfileResponseFilterSensitiveLog = (
|
|
|
496
509
|
...obj,
|
|
497
510
|
...(obj.ConditionOverrides && { ConditionOverrides: SENSITIVE_STRING }),
|
|
498
511
|
});
|
|
512
|
+
export const EngagementPreferencesFilterSensitiveLog = (obj) => ({
|
|
513
|
+
...obj,
|
|
514
|
+
});
|
|
499
515
|
export const ProfileFilterSensitiveLog = (obj) => ({
|
|
500
516
|
...obj,
|
|
501
517
|
...(obj.AccountNumber && { AccountNumber: SENSITIVE_STRING }),
|
|
@@ -521,6 +537,8 @@ export const ProfileFilterSensitiveLog = (obj) => ({
|
|
|
521
537
|
...(obj.Attributes && { Attributes: SENSITIVE_STRING }),
|
|
522
538
|
...(obj.PartyTypeString && { PartyTypeString: SENSITIVE_STRING }),
|
|
523
539
|
...(obj.GenderString && { GenderString: SENSITIVE_STRING }),
|
|
540
|
+
...(obj.ProfileType && { ProfileType: SENSITIVE_STRING }),
|
|
541
|
+
...(obj.EngagementPreferences && { EngagementPreferences: SENSITIVE_STRING }),
|
|
524
542
|
});
|
|
525
543
|
export const BatchGetProfileResponseFilterSensitiveLog = (obj) => ({
|
|
526
544
|
...obj,
|
|
@@ -604,9 +622,16 @@ export const CreateProfileRequestFilterSensitiveLog = (obj) => ({
|
|
|
604
622
|
...(obj.Attributes && { Attributes: SENSITIVE_STRING }),
|
|
605
623
|
...(obj.PartyTypeString && { PartyTypeString: SENSITIVE_STRING }),
|
|
606
624
|
...(obj.GenderString && { GenderString: SENSITIVE_STRING }),
|
|
625
|
+
...(obj.ProfileType && { ProfileType: SENSITIVE_STRING }),
|
|
626
|
+
...(obj.EngagementPreferences && { EngagementPreferences: SENSITIVE_STRING }),
|
|
627
|
+
});
|
|
628
|
+
export const ProfileTypeDimensionFilterSensitiveLog = (obj) => ({
|
|
629
|
+
...obj,
|
|
630
|
+
...(obj.Values && { Values: SENSITIVE_STRING }),
|
|
607
631
|
});
|
|
608
632
|
export const ProfileAttributesFilterSensitiveLog = (obj) => ({
|
|
609
633
|
...obj,
|
|
634
|
+
...(obj.ProfileType && { ProfileType: ProfileTypeDimensionFilterSensitiveLog(obj.ProfileType) }),
|
|
610
635
|
});
|
|
611
636
|
export const DimensionFilterSensitiveLog = (obj) => {
|
|
612
637
|
if (obj.ProfileAttributes !== undefined)
|
|
@@ -751,19 +776,3 @@ export const PutProfileObjectRequestFilterSensitiveLog = (obj) => ({
|
|
|
751
776
|
...obj,
|
|
752
777
|
...(obj.Object && { Object: SENSITIVE_STRING }),
|
|
753
778
|
});
|
|
754
|
-
export const PutProfileObjectTypeRequestFilterSensitiveLog = (obj) => ({
|
|
755
|
-
...obj,
|
|
756
|
-
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
757
|
-
...(obj.Fields && { Fields: SENSITIVE_STRING }),
|
|
758
|
-
...(obj.Keys && { Keys: SENSITIVE_STRING }),
|
|
759
|
-
});
|
|
760
|
-
export const PutProfileObjectTypeResponseFilterSensitiveLog = (obj) => ({
|
|
761
|
-
...obj,
|
|
762
|
-
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
763
|
-
...(obj.Fields && { Fields: SENSITIVE_STRING }),
|
|
764
|
-
...(obj.Keys && { Keys: SENSITIVE_STRING }),
|
|
765
|
-
});
|
|
766
|
-
export const SearchProfilesResponseFilterSensitiveLog = (obj) => ({
|
|
767
|
-
...obj,
|
|
768
|
-
...(obj.Items && { Items: obj.Items.map((item) => ProfileFilterSensitiveLog(item)) }),
|
|
769
|
-
});
|
|
@@ -1,4 +1,25 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
+
import { ProfileFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
export const LogicalOperator = {
|
|
4
|
+
AND: "AND",
|
|
5
|
+
OR: "OR",
|
|
6
|
+
};
|
|
7
|
+
export const PutProfileObjectTypeRequestFilterSensitiveLog = (obj) => ({
|
|
8
|
+
...obj,
|
|
9
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
10
|
+
...(obj.Fields && { Fields: SENSITIVE_STRING }),
|
|
11
|
+
...(obj.Keys && { Keys: SENSITIVE_STRING }),
|
|
12
|
+
});
|
|
13
|
+
export const PutProfileObjectTypeResponseFilterSensitiveLog = (obj) => ({
|
|
14
|
+
...obj,
|
|
15
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
16
|
+
...(obj.Fields && { Fields: SENSITIVE_STRING }),
|
|
17
|
+
...(obj.Keys && { Keys: SENSITIVE_STRING }),
|
|
18
|
+
});
|
|
19
|
+
export const SearchProfilesResponseFilterSensitiveLog = (obj) => ({
|
|
20
|
+
...obj,
|
|
21
|
+
...(obj.Items && { Items: obj.Items.map((item) => ProfileFilterSensitiveLog(item)) }),
|
|
22
|
+
});
|
|
2
23
|
export const UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
3
24
|
...obj,
|
|
4
25
|
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
@@ -59,4 +80,6 @@ export const UpdateProfileRequestFilterSensitiveLog = (obj) => ({
|
|
|
59
80
|
...(obj.Attributes && { Attributes: SENSITIVE_STRING }),
|
|
60
81
|
...(obj.PartyTypeString && { PartyTypeString: SENSITIVE_STRING }),
|
|
61
82
|
...(obj.GenderString && { GenderString: SENSITIVE_STRING }),
|
|
83
|
+
...(obj.ProfileType && { ProfileType: SENSITIVE_STRING }),
|
|
84
|
+
...(obj.EngagementPreferences && { EngagementPreferences: SENSITIVE_STRING }),
|
|
62
85
|
});
|
|
@@ -183,6 +183,7 @@ export const se_CreateProfileCommand = async (input, context) => {
|
|
|
183
183
|
BusinessName: [],
|
|
184
184
|
BusinessPhoneNumber: [],
|
|
185
185
|
EmailAddress: [],
|
|
186
|
+
EngagementPreferences: (_) => _json(_),
|
|
186
187
|
FirstName: [],
|
|
187
188
|
Gender: [],
|
|
188
189
|
GenderString: [],
|
|
@@ -195,6 +196,7 @@ export const se_CreateProfileCommand = async (input, context) => {
|
|
|
195
196
|
PartyTypeString: [],
|
|
196
197
|
PersonalEmailAddress: [],
|
|
197
198
|
PhoneNumber: [],
|
|
199
|
+
ProfileType: [],
|
|
198
200
|
ShippingAddress: (_) => _json(_),
|
|
199
201
|
}));
|
|
200
202
|
b.m("POST").h(headers).b(body);
|
|
@@ -1158,6 +1160,7 @@ export const se_UpdateProfileCommand = async (input, context) => {
|
|
|
1158
1160
|
BusinessName: [],
|
|
1159
1161
|
BusinessPhoneNumber: [],
|
|
1160
1162
|
EmailAddress: [],
|
|
1163
|
+
EngagementPreferences: (_) => _json(_),
|
|
1161
1164
|
FirstName: [],
|
|
1162
1165
|
Gender: [],
|
|
1163
1166
|
GenderString: [],
|
|
@@ -1171,6 +1174,7 @@ export const se_UpdateProfileCommand = async (input, context) => {
|
|
|
1171
1174
|
PersonalEmailAddress: [],
|
|
1172
1175
|
PhoneNumber: [],
|
|
1173
1176
|
ProfileId: [],
|
|
1177
|
+
ProfileType: [],
|
|
1174
1178
|
ShippingAddress: (_) => _json(_),
|
|
1175
1179
|
}));
|
|
1176
1180
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2800,6 +2804,7 @@ const se_ProfileAttributes = (input, context) => {
|
|
|
2800
2804
|
PartyTypeString: [, (_) => se_ProfileDimension(_, context), `PartyTypeString`],
|
|
2801
2805
|
PersonalEmailAddress: [, (_) => se_ProfileDimension(_, context), `PersonalEmailAddress`],
|
|
2802
2806
|
PhoneNumber: [, (_) => se_ProfileDimension(_, context), `PhoneNumber`],
|
|
2807
|
+
ProfileType: [, (_) => se_ProfileTypeDimension(_, context), `ProfileType`],
|
|
2803
2808
|
ShippingAddress: [, (_) => se_AddressDimension(_, context), `ShippingAddress`],
|
|
2804
2809
|
});
|
|
2805
2810
|
};
|
|
@@ -2809,6 +2814,12 @@ const se_ProfileDimension = (input, context) => {
|
|
|
2809
2814
|
Values: [, _json, `Values`],
|
|
2810
2815
|
});
|
|
2811
2816
|
};
|
|
2817
|
+
const se_ProfileTypeDimension = (input, context) => {
|
|
2818
|
+
return take(input, {
|
|
2819
|
+
DimensionType: [, , `DimensionType`],
|
|
2820
|
+
Values: [, _json, `Values`],
|
|
2821
|
+
});
|
|
2822
|
+
};
|
|
2812
2823
|
const se_ScheduledTriggerProperties = (input, context) => {
|
|
2813
2824
|
return take(input, {
|
|
2814
2825
|
DataPullMode: [],
|
|
@@ -3238,6 +3249,7 @@ const de_ProfileAttributes = (output, context) => {
|
|
|
3238
3249
|
PartyTypeString: [, (_) => de_ProfileDimension(_, context), `PartyTypeString`],
|
|
3239
3250
|
PersonalEmailAddress: [, (_) => de_ProfileDimension(_, context), `PersonalEmailAddress`],
|
|
3240
3251
|
PhoneNumber: [, (_) => de_ProfileDimension(_, context), `PhoneNumber`],
|
|
3252
|
+
ProfileType: [, (_) => de_ProfileTypeDimension(_, context), `ProfileType`],
|
|
3241
3253
|
ShippingAddress: [, (_) => de_AddressDimension(_, context), `ShippingAddress`],
|
|
3242
3254
|
});
|
|
3243
3255
|
};
|
|
@@ -3277,6 +3289,12 @@ const de_Profiles = (output, context) => {
|
|
|
3277
3289
|
});
|
|
3278
3290
|
return retVal;
|
|
3279
3291
|
};
|
|
3292
|
+
const de_ProfileTypeDimension = (output, context) => {
|
|
3293
|
+
return take(output, {
|
|
3294
|
+
DimensionType: [, __expectString, `DimensionType`],
|
|
3295
|
+
Values: [, _json, `Values`],
|
|
3296
|
+
});
|
|
3297
|
+
};
|
|
3280
3298
|
const de_ResultsSummary = (output, context) => {
|
|
3281
3299
|
return take(output, {
|
|
3282
3300
|
CreatedRecords: [, __expectLong, `CreatedRecords`],
|