@aws-sdk/client-customer-profiles 3.840.0 → 3.844.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +393 -67
  3. package/dist-es/CustomerProfiles.js +12 -0
  4. package/dist-es/commands/CreateUploadJobCommand.js +23 -0
  5. package/dist-es/commands/GetUploadJobCommand.js +23 -0
  6. package/dist-es/commands/GetUploadJobPathCommand.js +22 -0
  7. package/dist-es/commands/ListUploadJobsCommand.js +22 -0
  8. package/dist-es/commands/StartUploadJobCommand.js +22 -0
  9. package/dist-es/commands/StopUploadJobCommand.js +22 -0
  10. package/dist-es/commands/UpdateCalculatedAttributeDefinitionCommand.js +1 -1
  11. package/dist-es/commands/UpdateDomainLayoutCommand.js +1 -1
  12. package/dist-es/commands/UpdateEventTriggerCommand.js +1 -1
  13. package/dist-es/commands/index.js +6 -0
  14. package/dist-es/models/models_0.js +20 -35
  15. package/dist-es/models/models_1.js +35 -0
  16. package/dist-es/pagination/ListUploadJobsPaginator.js +4 -0
  17. package/dist-es/pagination/index.js +1 -0
  18. package/dist-es/protocols/Aws_restJson1.js +184 -0
  19. package/dist-types/CustomerProfiles.d.ts +42 -0
  20. package/dist-types/CustomerProfilesClient.d.ts +8 -2
  21. package/dist-types/commands/CreateUploadJobCommand.d.ts +98 -0
  22. package/dist-types/commands/GetUploadJobCommand.d.ts +107 -0
  23. package/dist-types/commands/GetUploadJobPathCommand.d.ts +91 -0
  24. package/dist-types/commands/ListUploadJobsCommand.d.ts +100 -0
  25. package/dist-types/commands/StartUploadJobCommand.d.ts +87 -0
  26. package/dist-types/commands/StopUploadJobCommand.d.ts +86 -0
  27. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  28. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  29. package/dist-types/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
  31. package/dist-types/commands/UpdateDomainLayoutCommand.d.ts +1 -1
  32. package/dist-types/commands/UpdateEventTriggerCommand.d.ts +1 -1
  33. package/dist-types/commands/index.d.ts +6 -0
  34. package/dist-types/models/models_0.d.ts +480 -660
  35. package/dist-types/models/models_1.d.ts +569 -1
  36. package/dist-types/pagination/ListUploadJobsPaginator.d.ts +7 -0
  37. package/dist-types/pagination/index.d.ts +1 -0
  38. package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
  39. package/dist-types/ts3.4/CustomerProfiles.d.ts +102 -0
  40. package/dist-types/ts3.4/CustomerProfilesClient.d.ts +36 -0
  41. package/dist-types/ts3.4/commands/CreateUploadJobCommand.d.ts +50 -0
  42. package/dist-types/ts3.4/commands/GetUploadJobCommand.d.ts +47 -0
  43. package/dist-types/ts3.4/commands/GetUploadJobPathCommand.d.ts +50 -0
  44. package/dist-types/ts3.4/commands/ListUploadJobsCommand.d.ts +50 -0
  45. package/dist-types/ts3.4/commands/StartUploadJobCommand.d.ts +48 -0
  46. package/dist-types/ts3.4/commands/StopUploadJobCommand.d.ts +50 -0
  47. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/UpdateDomainLayoutCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/UpdateEventTriggerCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  54. package/dist-types/ts3.4/models/models_0.d.ts +95 -137
  55. package/dist-types/ts3.4/models/models_1.d.ts +147 -1
  56. package/dist-types/ts3.4/pagination/ListUploadJobsPaginator.d.ts +11 -0
  57. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  58. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
  59. package/package.json +14 -14
package/dist-cjs/index.js CHANGED
@@ -60,6 +60,8 @@ __export(index_exports, {
60
60
  CreateSegmentEstimateCommand: () => CreateSegmentEstimateCommand,
61
61
  CreateSegmentEstimateRequestFilterSensitiveLog: () => CreateSegmentEstimateRequestFilterSensitiveLog,
62
62
  CreateSegmentSnapshotCommand: () => CreateSegmentSnapshotCommand,
63
+ CreateUploadJobCommand: () => CreateUploadJobCommand,
64
+ CreateUploadJobRequestFilterSensitiveLog: () => CreateUploadJobRequestFilterSensitiveLog,
63
65
  CustomerProfiles: () => CustomerProfiles,
64
66
  CustomerProfilesClient: () => CustomerProfilesClient,
65
67
  CustomerProfilesServiceException: () => CustomerProfilesServiceException,
@@ -116,6 +118,9 @@ __export(index_exports, {
116
118
  GetSegmentMembershipResponseFilterSensitiveLog: () => GetSegmentMembershipResponseFilterSensitiveLog,
117
119
  GetSegmentSnapshotCommand: () => GetSegmentSnapshotCommand,
118
120
  GetSimilarProfilesCommand: () => GetSimilarProfilesCommand,
121
+ GetUploadJobCommand: () => GetUploadJobCommand,
122
+ GetUploadJobPathCommand: () => GetUploadJobPathCommand,
123
+ GetUploadJobResponseFilterSensitiveLog: () => GetUploadJobResponseFilterSensitiveLog,
119
124
  GetWorkflowCommand: () => GetWorkflowCommand,
120
125
  GetWorkflowStepsCommand: () => GetWorkflowStepsCommand,
121
126
  GroupFilterSensitiveLog: () => GroupFilterSensitiveLog,
@@ -152,6 +157,7 @@ __export(index_exports, {
152
157
  ListSegmentDefinitionsCommand: () => ListSegmentDefinitionsCommand,
153
158
  ListSegmentDefinitionsResponseFilterSensitiveLog: () => ListSegmentDefinitionsResponseFilterSensitiveLog,
154
159
  ListTagsForResourceCommand: () => ListTagsForResourceCommand,
160
+ ListUploadJobsCommand: () => ListUploadJobsCommand,
155
161
  ListWorkflowsCommand: () => ListWorkflowsCommand,
156
162
  LogicalOperator: () => LogicalOperator,
157
163
  MarketoConnectorOperator: () => MarketoConnectorOperator,
@@ -187,8 +193,11 @@ __export(index_exports, {
187
193
  ServiceNowConnectorOperator: () => ServiceNowConnectorOperator,
188
194
  SourceConnectorType: () => SourceConnectorType,
189
195
  StandardIdentifier: () => StandardIdentifier,
196
+ StartUploadJobCommand: () => StartUploadJobCommand,
190
197
  Statistic: () => Statistic,
191
198
  Status: () => Status,
199
+ StatusReason: () => StatusReason,
200
+ StopUploadJobCommand: () => StopUploadJobCommand,
192
201
  StringDimensionType: () => StringDimensionType,
193
202
  TagResourceCommand: () => TagResourceCommand,
194
203
  TaskType: () => TaskType,
@@ -210,6 +219,7 @@ __export(index_exports, {
210
219
  UpdateEventTriggerResponseFilterSensitiveLog: () => UpdateEventTriggerResponseFilterSensitiveLog,
211
220
  UpdateProfileCommand: () => UpdateProfileCommand,
212
221
  UpdateProfileRequestFilterSensitiveLog: () => UpdateProfileRequestFilterSensitiveLog,
222
+ UploadJobStatus: () => UploadJobStatus,
213
223
  WorkflowType: () => WorkflowType,
214
224
  ZendeskConnectorOperator: () => ZendeskConnectorOperator,
215
225
  __Client: () => import_smithy_client.Client,
@@ -219,7 +229,8 @@ __export(index_exports, {
219
229
  paginateListEventTriggers: () => paginateListEventTriggers,
220
230
  paginateListObjectTypeAttributes: () => paginateListObjectTypeAttributes,
221
231
  paginateListRuleBasedMatches: () => paginateListRuleBasedMatches,
222
- paginateListSegmentDefinitions: () => paginateListSegmentDefinitions
232
+ paginateListSegmentDefinitions: () => paginateListSegmentDefinitions,
233
+ paginateListUploadJobs: () => paginateListUploadJobs
223
234
  });
224
235
  module.exports = __toCommonJS(index_exports);
225
236
 
@@ -878,6 +889,18 @@ var MatchType = {
878
889
  ML_BASED_MATCHING: "ML_BASED_MATCHING",
879
890
  RULE_BASED_MATCHING: "RULE_BASED_MATCHING"
880
891
  };
892
+ var UploadJobStatus = {
893
+ CREATED: "CREATED",
894
+ FAILED: "FAILED",
895
+ IN_PROGRESS: "IN_PROGRESS",
896
+ PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED",
897
+ STOPPED: "STOPPED",
898
+ SUCCEEDED: "SUCCEEDED"
899
+ };
900
+ var StatusReason = {
901
+ INTERNAL_FAILURE: "INTERNAL_FAILURE",
902
+ VALIDATION_FAILURE: "VALIDATION_FAILURE"
903
+ };
881
904
  var LogicalOperator = {
882
905
  AND: "AND",
883
906
  OR: "OR"
@@ -1054,6 +1077,10 @@ var CreateSegmentEstimateRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj
1054
1077
  ...obj,
1055
1078
  ...obj.SegmentQuery && { SegmentQuery: SegmentGroupStructureFilterSensitiveLog(obj.SegmentQuery) }
1056
1079
  }), "CreateSegmentEstimateRequestFilterSensitiveLog");
1080
+ var CreateUploadJobRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1081
+ ...obj,
1082
+ ...obj.Fields && { Fields: import_smithy_client.SENSITIVE_STRING }
1083
+ }), "CreateUploadJobRequestFilterSensitiveLog");
1057
1084
  var DetectProfileObjectTypeRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1058
1085
  ...obj,
1059
1086
  ...obj.Objects && { Objects: import_smithy_client.SENSITIVE_STRING }
@@ -1112,6 +1139,10 @@ var GetSegmentMembershipResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj
1112
1139
  ...obj,
1113
1140
  ...obj.Profiles && { Profiles: obj.Profiles.map((item) => ProfileQueryResultFilterSensitiveLog(item)) }
1114
1141
  }), "GetSegmentMembershipResponseFilterSensitiveLog");
1142
+ var GetUploadJobResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1143
+ ...obj,
1144
+ ...obj.Fields && { Fields: import_smithy_client.SENSITIVE_STRING }
1145
+ }), "GetUploadJobResponseFilterSensitiveLog");
1115
1146
  var ListCalculatedAttributeDefinitionsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1116
1147
  ...obj,
1117
1148
  ...obj.Items && { Items: import_smithy_client.SENSITIVE_STRING }
@@ -1172,41 +1203,6 @@ var SearchProfilesResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => (
1172
1203
  ...obj,
1173
1204
  ...obj.Items && { Items: obj.Items.map((item) => ProfileFilterSensitiveLog(item)) }
1174
1205
  }), "SearchProfilesResponseFilterSensitiveLog");
1175
- var UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1176
- ...obj,
1177
- ...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
1178
- ...obj.Conditions && { Conditions: import_smithy_client.SENSITIVE_STRING }
1179
- }), "UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog");
1180
- var UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1181
- ...obj,
1182
- ...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
1183
- ...obj.Statistic && { Statistic: import_smithy_client.SENSITIVE_STRING },
1184
- ...obj.Conditions && { Conditions: import_smithy_client.SENSITIVE_STRING },
1185
- ...obj.AttributeDetails && { AttributeDetails: import_smithy_client.SENSITIVE_STRING }
1186
- }), "UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog");
1187
- var UpdateDomainLayoutRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1188
- ...obj,
1189
- ...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
1190
- ...obj.Layout && { Layout: import_smithy_client.SENSITIVE_STRING }
1191
- }), "UpdateDomainLayoutRequestFilterSensitiveLog");
1192
- var UpdateDomainLayoutResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1193
- ...obj,
1194
- ...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
1195
- ...obj.Layout && { Layout: import_smithy_client.SENSITIVE_STRING }
1196
- }), "UpdateDomainLayoutResponseFilterSensitiveLog");
1197
- var UpdateEventTriggerRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1198
- ...obj,
1199
- ...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
1200
- ...obj.EventTriggerConditions && { EventTriggerConditions: import_smithy_client.SENSITIVE_STRING }
1201
- }), "UpdateEventTriggerRequestFilterSensitiveLog");
1202
- var UpdateEventTriggerResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1203
- ...obj,
1204
- ...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
1205
- ...obj.EventTriggerConditions && { EventTriggerConditions: import_smithy_client.SENSITIVE_STRING }
1206
- }), "UpdateEventTriggerResponseFilterSensitiveLog");
1207
- var UpdateAddressFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1208
- ...obj
1209
- }), "UpdateAddressFilterSensitiveLog");
1210
1206
 
1211
1207
  // src/protocols/Aws_restJson1.ts
1212
1208
  var se_AddProfileKeyCommand = /* @__PURE__ */ __name(async (input, context) => {
@@ -1482,6 +1478,25 @@ var se_CreateSegmentSnapshotCommand = /* @__PURE__ */ __name(async (input, conte
1482
1478
  b.m("POST").h(headers).b(body);
1483
1479
  return b.build();
1484
1480
  }, "se_CreateSegmentSnapshotCommand");
1481
+ var se_CreateUploadJobCommand = /* @__PURE__ */ __name(async (input, context) => {
1482
+ const b = (0, import_core.requestBuilder)(input, context);
1483
+ const headers = {
1484
+ "content-type": "application/json"
1485
+ };
1486
+ b.bp("/domains/{DomainName}/upload-jobs");
1487
+ b.p("DomainName", () => input.DomainName, "{DomainName}", false);
1488
+ let body;
1489
+ body = JSON.stringify(
1490
+ (0, import_smithy_client.take)(input, {
1491
+ DataExpiry: [],
1492
+ DisplayName: [],
1493
+ Fields: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Fields"),
1494
+ UniqueKey: []
1495
+ })
1496
+ );
1497
+ b.m("POST").h(headers).b(body);
1498
+ return b.build();
1499
+ }, "se_CreateUploadJobCommand");
1485
1500
  var se_DeleteCalculatedAttributeDefinitionCommand = /* @__PURE__ */ __name(async (input, context) => {
1486
1501
  const b = (0, import_core.requestBuilder)(input, context);
1487
1502
  const headers = {};
@@ -1851,6 +1866,26 @@ var se_GetSimilarProfilesCommand = /* @__PURE__ */ __name(async (input, context)
1851
1866
  b.m("POST").h(headers).q(query).b(body);
1852
1867
  return b.build();
1853
1868
  }, "se_GetSimilarProfilesCommand");
1869
+ var se_GetUploadJobCommand = /* @__PURE__ */ __name(async (input, context) => {
1870
+ const b = (0, import_core.requestBuilder)(input, context);
1871
+ const headers = {};
1872
+ b.bp("/domains/{DomainName}/upload-jobs/{JobId}");
1873
+ b.p("DomainName", () => input.DomainName, "{DomainName}", false);
1874
+ b.p("JobId", () => input.JobId, "{JobId}", false);
1875
+ let body;
1876
+ b.m("GET").h(headers).b(body);
1877
+ return b.build();
1878
+ }, "se_GetUploadJobCommand");
1879
+ var se_GetUploadJobPathCommand = /* @__PURE__ */ __name(async (input, context) => {
1880
+ const b = (0, import_core.requestBuilder)(input, context);
1881
+ const headers = {};
1882
+ b.bp("/domains/{DomainName}/upload-jobs/{JobId}/path");
1883
+ b.p("DomainName", () => input.DomainName, "{DomainName}", false);
1884
+ b.p("JobId", () => input.JobId, "{JobId}", false);
1885
+ let body;
1886
+ b.m("GET").h(headers).b(body);
1887
+ return b.build();
1888
+ }, "se_GetUploadJobPathCommand");
1854
1889
  var se_GetWorkflowCommand = /* @__PURE__ */ __name(async (input, context) => {
1855
1890
  const b = (0, import_core.requestBuilder)(input, context);
1856
1891
  const headers = {};
@@ -2106,6 +2141,19 @@ var se_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (input, context
2106
2141
  b.m("GET").h(headers).b(body);
2107
2142
  return b.build();
2108
2143
  }, "se_ListTagsForResourceCommand");
2144
+ var se_ListUploadJobsCommand = /* @__PURE__ */ __name(async (input, context) => {
2145
+ const b = (0, import_core.requestBuilder)(input, context);
2146
+ const headers = {};
2147
+ b.bp("/domains/{DomainName}/upload-jobs");
2148
+ b.p("DomainName", () => input.DomainName, "{DomainName}", false);
2149
+ const query = (0, import_smithy_client.map)({
2150
+ [_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
2151
+ [_nt]: [, input[_NT]]
2152
+ });
2153
+ let body;
2154
+ b.m("GET").h(headers).q(query).b(body);
2155
+ return b.build();
2156
+ }, "se_ListUploadJobsCommand");
2109
2157
  var se_ListWorkflowsCommand = /* @__PURE__ */ __name(async (input, context) => {
2110
2158
  const b = (0, import_core.requestBuilder)(input, context);
2111
2159
  const headers = {
@@ -2235,6 +2283,26 @@ var se_SearchProfilesCommand = /* @__PURE__ */ __name(async (input, context) =>
2235
2283
  b.m("POST").h(headers).q(query).b(body);
2236
2284
  return b.build();
2237
2285
  }, "se_SearchProfilesCommand");
2286
+ var se_StartUploadJobCommand = /* @__PURE__ */ __name(async (input, context) => {
2287
+ const b = (0, import_core.requestBuilder)(input, context);
2288
+ const headers = {};
2289
+ b.bp("/domains/{DomainName}/upload-jobs/{JobId}");
2290
+ b.p("DomainName", () => input.DomainName, "{DomainName}", false);
2291
+ b.p("JobId", () => input.JobId, "{JobId}", false);
2292
+ let body;
2293
+ b.m("PUT").h(headers).b(body);
2294
+ return b.build();
2295
+ }, "se_StartUploadJobCommand");
2296
+ var se_StopUploadJobCommand = /* @__PURE__ */ __name(async (input, context) => {
2297
+ const b = (0, import_core.requestBuilder)(input, context);
2298
+ const headers = {};
2299
+ b.bp("/domains/{DomainName}/upload-jobs/{JobId}/stop");
2300
+ b.p("DomainName", () => input.DomainName, "{DomainName}", false);
2301
+ b.p("JobId", () => input.JobId, "{JobId}", false);
2302
+ let body;
2303
+ b.m("PUT").h(headers).b(body);
2304
+ return b.build();
2305
+ }, "se_StopUploadJobCommand");
2238
2306
  var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
2239
2307
  const b = (0, import_core.requestBuilder)(input, context);
2240
2308
  const headers = {
@@ -2618,6 +2686,20 @@ var de_CreateSegmentSnapshotCommand = /* @__PURE__ */ __name(async (output, cont
2618
2686
  Object.assign(contents, doc);
2619
2687
  return contents;
2620
2688
  }, "de_CreateSegmentSnapshotCommand");
2689
+ var de_CreateUploadJobCommand = /* @__PURE__ */ __name(async (output, context) => {
2690
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2691
+ return de_CommandError(output, context);
2692
+ }
2693
+ const contents = (0, import_smithy_client.map)({
2694
+ $metadata: deserializeMetadata(output)
2695
+ });
2696
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2697
+ const doc = (0, import_smithy_client.take)(data, {
2698
+ JobId: [, import_smithy_client.expectString, `JobId`]
2699
+ });
2700
+ Object.assign(contents, doc);
2701
+ return contents;
2702
+ }, "de_CreateUploadJobCommand");
2621
2703
  var de_DeleteCalculatedAttributeDefinitionCommand = /* @__PURE__ */ __name(async (output, context) => {
2622
2704
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2623
2705
  return de_CommandError(output, context);
@@ -3145,6 +3227,45 @@ var de_GetSimilarProfilesCommand = /* @__PURE__ */ __name(async (output, context
3145
3227
  Object.assign(contents, doc);
3146
3228
  return contents;
3147
3229
  }, "de_GetSimilarProfilesCommand");
3230
+ var de_GetUploadJobCommand = /* @__PURE__ */ __name(async (output, context) => {
3231
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3232
+ return de_CommandError(output, context);
3233
+ }
3234
+ const contents = (0, import_smithy_client.map)({
3235
+ $metadata: deserializeMetadata(output)
3236
+ });
3237
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3238
+ const doc = (0, import_smithy_client.take)(data, {
3239
+ CompletedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), `CompletedAt`],
3240
+ CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), `CreatedAt`],
3241
+ DataExpiry: [, import_smithy_client.expectInt32, `DataExpiry`],
3242
+ DisplayName: [, import_smithy_client.expectString, `DisplayName`],
3243
+ Fields: [, import_smithy_client._json, `Fields`],
3244
+ JobId: [, import_smithy_client.expectString, `JobId`],
3245
+ ResultsSummary: [, (_) => de_ResultsSummary(_, context), `ResultsSummary`],
3246
+ Status: [, import_smithy_client.expectString, `Status`],
3247
+ StatusReason: [, import_smithy_client.expectString, `StatusReason`],
3248
+ UniqueKey: [, import_smithy_client.expectString, `UniqueKey`]
3249
+ });
3250
+ Object.assign(contents, doc);
3251
+ return contents;
3252
+ }, "de_GetUploadJobCommand");
3253
+ var de_GetUploadJobPathCommand = /* @__PURE__ */ __name(async (output, context) => {
3254
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3255
+ return de_CommandError(output, context);
3256
+ }
3257
+ const contents = (0, import_smithy_client.map)({
3258
+ $metadata: deserializeMetadata(output)
3259
+ });
3260
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3261
+ const doc = (0, import_smithy_client.take)(data, {
3262
+ ClientToken: [, import_smithy_client.expectString, `ClientToken`],
3263
+ Url: [, import_smithy_client.expectString, `Url`],
3264
+ ValidUntil: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), `ValidUntil`]
3265
+ });
3266
+ Object.assign(contents, doc);
3267
+ return contents;
3268
+ }, "de_GetUploadJobPathCommand");
3148
3269
  var de_GetWorkflowCommand = /* @__PURE__ */ __name(async (output, context) => {
3149
3270
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3150
3271
  return de_CommandError(output, context);
@@ -3441,6 +3562,21 @@ var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, contex
3441
3562
  Object.assign(contents, doc);
3442
3563
  return contents;
3443
3564
  }, "de_ListTagsForResourceCommand");
3565
+ var de_ListUploadJobsCommand = /* @__PURE__ */ __name(async (output, context) => {
3566
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3567
+ return de_CommandError(output, context);
3568
+ }
3569
+ const contents = (0, import_smithy_client.map)({
3570
+ $metadata: deserializeMetadata(output)
3571
+ });
3572
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3573
+ const doc = (0, import_smithy_client.take)(data, {
3574
+ Items: [, (_) => de_UploadJobsList(_, context), `Items`],
3575
+ NextToken: [, import_smithy_client.expectString, `NextToken`]
3576
+ });
3577
+ Object.assign(contents, doc);
3578
+ return contents;
3579
+ }, "de_ListUploadJobsCommand");
3444
3580
  var de_ListWorkflowsCommand = /* @__PURE__ */ __name(async (output, context) => {
3445
3581
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3446
3582
  return de_CommandError(output, context);
@@ -3550,6 +3686,26 @@ var de_SearchProfilesCommand = /* @__PURE__ */ __name(async (output, context) =>
3550
3686
  Object.assign(contents, doc);
3551
3687
  return contents;
3552
3688
  }, "de_SearchProfilesCommand");
3689
+ var de_StartUploadJobCommand = /* @__PURE__ */ __name(async (output, context) => {
3690
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3691
+ return de_CommandError(output, context);
3692
+ }
3693
+ const contents = (0, import_smithy_client.map)({
3694
+ $metadata: deserializeMetadata(output)
3695
+ });
3696
+ await (0, import_smithy_client.collectBody)(output.body, context);
3697
+ return contents;
3698
+ }, "de_StartUploadJobCommand");
3699
+ var de_StopUploadJobCommand = /* @__PURE__ */ __name(async (output, context) => {
3700
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3701
+ return de_CommandError(output, context);
3702
+ }
3703
+ const contents = (0, import_smithy_client.map)({
3704
+ $metadata: deserializeMetadata(output)
3705
+ });
3706
+ await (0, import_smithy_client.collectBody)(output.body, context);
3707
+ return contents;
3708
+ }, "de_StopUploadJobCommand");
3553
3709
  var de_TagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
3554
3710
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3555
3711
  return de_CommandError(output, context);
@@ -4362,6 +4518,13 @@ var de_Profiles = /* @__PURE__ */ __name((output, context) => {
4362
4518
  });
4363
4519
  return retVal;
4364
4520
  }, "de_Profiles");
4521
+ var de_ResultsSummary = /* @__PURE__ */ __name((output, context) => {
4522
+ return (0, import_smithy_client.take)(output, {
4523
+ CreatedRecords: [, import_smithy_client.expectLong, `CreatedRecords`],
4524
+ FailedRecords: [, import_smithy_client.expectLong, `FailedRecords`],
4525
+ UpdatedRecords: [, import_smithy_client.expectLong, `UpdatedRecords`]
4526
+ });
4527
+ }, "de_ResultsSummary");
4365
4528
  var de_SegmentDefinitionItem = /* @__PURE__ */ __name((output, context) => {
4366
4529
  return (0, import_smithy_client.take)(output, {
4367
4530
  CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), `CreatedAt`],
@@ -4401,6 +4564,23 @@ var de_SourceSegmentList = /* @__PURE__ */ __name((output, context) => {
4401
4564
  });
4402
4565
  return retVal;
4403
4566
  }, "de_SourceSegmentList");
4567
+ var de_UploadJobItem = /* @__PURE__ */ __name((output, context) => {
4568
+ return (0, import_smithy_client.take)(output, {
4569
+ CompletedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), `CompletedAt`],
4570
+ CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), `CreatedAt`],
4571
+ DataExpiry: [, import_smithy_client.expectInt32, `DataExpiry`],
4572
+ DisplayName: [, import_smithy_client.expectString, `DisplayName`],
4573
+ JobId: [, import_smithy_client.expectString, `JobId`],
4574
+ Status: [, import_smithy_client.expectString, `Status`],
4575
+ StatusReason: [, import_smithy_client.expectString, `StatusReason`]
4576
+ });
4577
+ }, "de_UploadJobItem");
4578
+ var de_UploadJobsList = /* @__PURE__ */ __name((output, context) => {
4579
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
4580
+ return de_UploadJobItem(entry, context);
4581
+ });
4582
+ return retVal;
4583
+ }, "de_UploadJobsList");
4404
4584
  var de_WorkflowList = /* @__PURE__ */ __name((output, context) => {
4405
4585
  const retVal = (output || []).filter((e) => e != null).map((entry) => {
4406
4586
  return de_ListWorkflowsItem(entry, context);
@@ -4630,6 +4810,21 @@ var CreateSegmentSnapshotCommand = class extends import_smithy_client.Command.cl
4630
4810
  }
4631
4811
  };
4632
4812
 
4813
+ // src/commands/CreateUploadJobCommand.ts
4814
+
4815
+
4816
+
4817
+ var CreateUploadJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4818
+ return [
4819
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4820
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4821
+ ];
4822
+ }).s("CustomerProfiles_20200815", "CreateUploadJob", {}).n("CustomerProfilesClient", "CreateUploadJobCommand").f(CreateUploadJobRequestFilterSensitiveLog, void 0).ser(se_CreateUploadJobCommand).de(de_CreateUploadJobCommand).build() {
4823
+ static {
4824
+ __name(this, "CreateUploadJobCommand");
4825
+ }
4826
+ };
4827
+
4633
4828
  // src/commands/DeleteCalculatedAttributeDefinitionCommand.ts
4634
4829
 
4635
4830
 
@@ -5080,6 +5275,36 @@ var GetSimilarProfilesCommand = class extends import_smithy_client.Command.class
5080
5275
  }
5081
5276
  };
5082
5277
 
5278
+ // src/commands/GetUploadJobCommand.ts
5279
+
5280
+
5281
+
5282
+ var GetUploadJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5283
+ return [
5284
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5285
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5286
+ ];
5287
+ }).s("CustomerProfiles_20200815", "GetUploadJob", {}).n("CustomerProfilesClient", "GetUploadJobCommand").f(void 0, GetUploadJobResponseFilterSensitiveLog).ser(se_GetUploadJobCommand).de(de_GetUploadJobCommand).build() {
5288
+ static {
5289
+ __name(this, "GetUploadJobCommand");
5290
+ }
5291
+ };
5292
+
5293
+ // src/commands/GetUploadJobPathCommand.ts
5294
+
5295
+
5296
+
5297
+ var GetUploadJobPathCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5298
+ return [
5299
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5300
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5301
+ ];
5302
+ }).s("CustomerProfiles_20200815", "GetUploadJobPath", {}).n("CustomerProfilesClient", "GetUploadJobPathCommand").f(void 0, void 0).ser(se_GetUploadJobPathCommand).de(de_GetUploadJobPathCommand).build() {
5303
+ static {
5304
+ __name(this, "GetUploadJobPathCommand");
5305
+ }
5306
+ };
5307
+
5083
5308
  // src/commands/GetWorkflowCommand.ts
5084
5309
 
5085
5310
 
@@ -5365,6 +5590,21 @@ var ListTagsForResourceCommand = class extends import_smithy_client.Command.clas
5365
5590
  }
5366
5591
  };
5367
5592
 
5593
+ // src/commands/ListUploadJobsCommand.ts
5594
+
5595
+
5596
+
5597
+ var ListUploadJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5598
+ return [
5599
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5600
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5601
+ ];
5602
+ }).s("CustomerProfiles_20200815", "ListUploadJobs", {}).n("CustomerProfilesClient", "ListUploadJobsCommand").f(void 0, void 0).ser(se_ListUploadJobsCommand).de(de_ListUploadJobsCommand).build() {
5603
+ static {
5604
+ __name(this, "ListUploadJobsCommand");
5605
+ }
5606
+ };
5607
+
5368
5608
  // src/commands/ListWorkflowsCommand.ts
5369
5609
 
5370
5610
 
@@ -5455,6 +5695,36 @@ var SearchProfilesCommand = class extends import_smithy_client.Command.classBuil
5455
5695
  }
5456
5696
  };
5457
5697
 
5698
+ // src/commands/StartUploadJobCommand.ts
5699
+
5700
+
5701
+
5702
+ var StartUploadJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5703
+ return [
5704
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5705
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5706
+ ];
5707
+ }).s("CustomerProfiles_20200815", "StartUploadJob", {}).n("CustomerProfilesClient", "StartUploadJobCommand").f(void 0, void 0).ser(se_StartUploadJobCommand).de(de_StartUploadJobCommand).build() {
5708
+ static {
5709
+ __name(this, "StartUploadJobCommand");
5710
+ }
5711
+ };
5712
+
5713
+ // src/commands/StopUploadJobCommand.ts
5714
+
5715
+
5716
+
5717
+ var StopUploadJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5718
+ return [
5719
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5720
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5721
+ ];
5722
+ }).s("CustomerProfiles_20200815", "StopUploadJob", {}).n("CustomerProfilesClient", "StopUploadJobCommand").f(void 0, void 0).ser(se_StopUploadJobCommand).de(de_StopUploadJobCommand).build() {
5723
+ static {
5724
+ __name(this, "StopUploadJobCommand");
5725
+ }
5726
+ };
5727
+
5458
5728
  // src/commands/TagResourceCommand.ts
5459
5729
 
5460
5730
 
@@ -5489,6 +5759,72 @@ var UntagResourceCommand = class extends import_smithy_client.Command.classBuild
5489
5759
 
5490
5760
 
5491
5761
 
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
5492
5828
  var UpdateCalculatedAttributeDefinitionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5493
5829
  return [
5494
5830
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
@@ -5552,37 +5888,6 @@ var UpdateEventTriggerCommand = class extends import_smithy_client.Command.class
5552
5888
 
5553
5889
 
5554
5890
 
5555
-
5556
- // src/models/models_1.ts
5557
-
5558
- var UpdateProfileRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
5559
- ...obj,
5560
- ...obj.AdditionalInformation && { AdditionalInformation: import_smithy_client.SENSITIVE_STRING },
5561
- ...obj.AccountNumber && { AccountNumber: import_smithy_client.SENSITIVE_STRING },
5562
- ...obj.PartyType && { PartyType: import_smithy_client.SENSITIVE_STRING },
5563
- ...obj.BusinessName && { BusinessName: import_smithy_client.SENSITIVE_STRING },
5564
- ...obj.FirstName && { FirstName: import_smithy_client.SENSITIVE_STRING },
5565
- ...obj.MiddleName && { MiddleName: import_smithy_client.SENSITIVE_STRING },
5566
- ...obj.LastName && { LastName: import_smithy_client.SENSITIVE_STRING },
5567
- ...obj.BirthDate && { BirthDate: import_smithy_client.SENSITIVE_STRING },
5568
- ...obj.Gender && { Gender: import_smithy_client.SENSITIVE_STRING },
5569
- ...obj.PhoneNumber && { PhoneNumber: import_smithy_client.SENSITIVE_STRING },
5570
- ...obj.MobilePhoneNumber && { MobilePhoneNumber: import_smithy_client.SENSITIVE_STRING },
5571
- ...obj.HomePhoneNumber && { HomePhoneNumber: import_smithy_client.SENSITIVE_STRING },
5572
- ...obj.BusinessPhoneNumber && { BusinessPhoneNumber: import_smithy_client.SENSITIVE_STRING },
5573
- ...obj.EmailAddress && { EmailAddress: import_smithy_client.SENSITIVE_STRING },
5574
- ...obj.PersonalEmailAddress && { PersonalEmailAddress: import_smithy_client.SENSITIVE_STRING },
5575
- ...obj.BusinessEmailAddress && { BusinessEmailAddress: import_smithy_client.SENSITIVE_STRING },
5576
- ...obj.Address && { Address: import_smithy_client.SENSITIVE_STRING },
5577
- ...obj.ShippingAddress && { ShippingAddress: import_smithy_client.SENSITIVE_STRING },
5578
- ...obj.MailingAddress && { MailingAddress: import_smithy_client.SENSITIVE_STRING },
5579
- ...obj.BillingAddress && { BillingAddress: import_smithy_client.SENSITIVE_STRING },
5580
- ...obj.Attributes && { Attributes: import_smithy_client.SENSITIVE_STRING },
5581
- ...obj.PartyTypeString && { PartyTypeString: import_smithy_client.SENSITIVE_STRING },
5582
- ...obj.GenderString && { GenderString: import_smithy_client.SENSITIVE_STRING }
5583
- }), "UpdateProfileRequestFilterSensitiveLog");
5584
-
5585
- // src/commands/UpdateProfileCommand.ts
5586
5891
  var UpdateProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5587
5892
  return [
5588
5893
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
@@ -5609,6 +5914,7 @@ var commands = {
5609
5914
  CreateSegmentDefinitionCommand,
5610
5915
  CreateSegmentEstimateCommand,
5611
5916
  CreateSegmentSnapshotCommand,
5917
+ CreateUploadJobCommand,
5612
5918
  DeleteCalculatedAttributeDefinitionCommand,
5613
5919
  DeleteDomainCommand,
5614
5920
  DeleteDomainLayoutCommand,
@@ -5639,6 +5945,8 @@ var commands = {
5639
5945
  GetSegmentMembershipCommand,
5640
5946
  GetSegmentSnapshotCommand,
5641
5947
  GetSimilarProfilesCommand,
5948
+ GetUploadJobCommand,
5949
+ GetUploadJobPathCommand,
5642
5950
  GetWorkflowCommand,
5643
5951
  GetWorkflowStepsCommand,
5644
5952
  ListAccountIntegrationsCommand,
@@ -5658,12 +5966,15 @@ var commands = {
5658
5966
  ListRuleBasedMatchesCommand,
5659
5967
  ListSegmentDefinitionsCommand,
5660
5968
  ListTagsForResourceCommand,
5969
+ ListUploadJobsCommand,
5661
5970
  ListWorkflowsCommand,
5662
5971
  MergeProfilesCommand,
5663
5972
  PutIntegrationCommand,
5664
5973
  PutProfileObjectCommand,
5665
5974
  PutProfileObjectTypeCommand,
5666
5975
  SearchProfilesCommand,
5976
+ StartUploadJobCommand,
5977
+ StopUploadJobCommand,
5667
5978
  TagResourceCommand,
5668
5979
  UntagResourceCommand,
5669
5980
  UpdateCalculatedAttributeDefinitionCommand,
@@ -5706,6 +6017,10 @@ var paginateListRuleBasedMatches = (0, import_core.createPaginator)(CustomerProf
5706
6017
  // src/pagination/ListSegmentDefinitionsPaginator.ts
5707
6018
 
5708
6019
  var paginateListSegmentDefinitions = (0, import_core.createPaginator)(CustomerProfilesClient, ListSegmentDefinitionsCommand, "NextToken", "NextToken", "MaxResults");
6020
+
6021
+ // src/pagination/ListUploadJobsPaginator.ts
6022
+
6023
+ var paginateListUploadJobs = (0, import_core.createPaginator)(CustomerProfilesClient, ListUploadJobsCommand, "NextToken", "NextToken", "MaxResults");
5709
6024
  // Annotate the CommonJS export names for ESM import in node:
5710
6025
 
5711
6026
  0 && (module.exports = {
@@ -5727,6 +6042,7 @@ var paginateListSegmentDefinitions = (0, import_core.createPaginator)(CustomerPr
5727
6042
  CreateSegmentDefinitionCommand,
5728
6043
  CreateSegmentEstimateCommand,
5729
6044
  CreateSegmentSnapshotCommand,
6045
+ CreateUploadJobCommand,
5730
6046
  DeleteCalculatedAttributeDefinitionCommand,
5731
6047
  DeleteDomainCommand,
5732
6048
  DeleteDomainLayoutCommand,
@@ -5757,6 +6073,8 @@ var paginateListSegmentDefinitions = (0, import_core.createPaginator)(CustomerPr
5757
6073
  GetSegmentMembershipCommand,
5758
6074
  GetSegmentSnapshotCommand,
5759
6075
  GetSimilarProfilesCommand,
6076
+ GetUploadJobCommand,
6077
+ GetUploadJobPathCommand,
5760
6078
  GetWorkflowCommand,
5761
6079
  GetWorkflowStepsCommand,
5762
6080
  ListAccountIntegrationsCommand,
@@ -5776,12 +6094,15 @@ var paginateListSegmentDefinitions = (0, import_core.createPaginator)(CustomerPr
5776
6094
  ListRuleBasedMatchesCommand,
5777
6095
  ListSegmentDefinitionsCommand,
5778
6096
  ListTagsForResourceCommand,
6097
+ ListUploadJobsCommand,
5779
6098
  ListWorkflowsCommand,
5780
6099
  MergeProfilesCommand,
5781
6100
  PutIntegrationCommand,
5782
6101
  PutProfileObjectCommand,
5783
6102
  PutProfileObjectTypeCommand,
5784
6103
  SearchProfilesCommand,
6104
+ StartUploadJobCommand,
6105
+ StopUploadJobCommand,
5785
6106
  TagResourceCommand,
5786
6107
  UntagResourceCommand,
5787
6108
  UpdateCalculatedAttributeDefinitionCommand,
@@ -5796,6 +6117,7 @@ var paginateListSegmentDefinitions = (0, import_core.createPaginator)(CustomerPr
5796
6117
  paginateListObjectTypeAttributes,
5797
6118
  paginateListRuleBasedMatches,
5798
6119
  paginateListSegmentDefinitions,
6120
+ paginateListUploadJobs,
5799
6121
  AccessDeniedException,
5800
6122
  BadRequestException,
5801
6123
  InternalServerException,
@@ -5846,6 +6168,8 @@ var paginateListSegmentDefinitions = (0, import_core.createPaginator)(CustomerPr
5846
6168
  QueryResult,
5847
6169
  SegmentSnapshotStatus,
5848
6170
  MatchType,
6171
+ UploadJobStatus,
6172
+ StatusReason,
5849
6173
  LogicalOperator,
5850
6174
  AddressFilterSensitiveLog,
5851
6175
  FlowDefinitionFilterSensitiveLog,
@@ -5876,6 +6200,7 @@ var paginateListSegmentDefinitions = (0, import_core.createPaginator)(CustomerPr
5876
6200
  CreateSegmentDefinitionResponseFilterSensitiveLog,
5877
6201
  SegmentGroupStructureFilterSensitiveLog,
5878
6202
  CreateSegmentEstimateRequestFilterSensitiveLog,
6203
+ CreateUploadJobRequestFilterSensitiveLog,
5879
6204
  DetectProfileObjectTypeRequestFilterSensitiveLog,
5880
6205
  DetectedProfileObjectTypeFilterSensitiveLog,
5881
6206
  DetectProfileObjectTypeResponseFilterSensitiveLog,
@@ -5887,6 +6212,7 @@ var paginateListSegmentDefinitions = (0, import_core.createPaginator)(CustomerPr
5887
6212
  GetSegmentDefinitionResponseFilterSensitiveLog,
5888
6213
  ProfileQueryResultFilterSensitiveLog,
5889
6214
  GetSegmentMembershipResponseFilterSensitiveLog,
6215
+ GetUploadJobResponseFilterSensitiveLog,
5890
6216
  ListCalculatedAttributeDefinitionsResponseFilterSensitiveLog,
5891
6217
  LayoutItemFilterSensitiveLog,
5892
6218
  ListDomainLayoutsResponseFilterSensitiveLog,