@aws-sdk/client-customer-profiles 3.928.0 → 3.929.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 (110) hide show
  1. package/dist-cjs/index.js +4966 -4728
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/CustomerProfilesClient.js +2 -0
  4. package/dist-es/commands/AddProfileKeyCommand.js +3 -9
  5. package/dist-es/commands/BatchGetCalculatedAttributeForProfileCommand.js +3 -10
  6. package/dist-es/commands/BatchGetProfileCommand.js +3 -10
  7. package/dist-es/commands/CreateCalculatedAttributeDefinitionCommand.js +3 -10
  8. package/dist-es/commands/CreateDomainCommand.js +3 -9
  9. package/dist-es/commands/CreateDomainLayoutCommand.js +3 -10
  10. package/dist-es/commands/CreateEventStreamCommand.js +3 -9
  11. package/dist-es/commands/CreateEventTriggerCommand.js +3 -10
  12. package/dist-es/commands/CreateIntegrationWorkflowCommand.js +3 -10
  13. package/dist-es/commands/CreateProfileCommand.js +3 -10
  14. package/dist-es/commands/CreateSegmentDefinitionCommand.js +3 -10
  15. package/dist-es/commands/CreateSegmentEstimateCommand.js +3 -10
  16. package/dist-es/commands/CreateSegmentSnapshotCommand.js +3 -9
  17. package/dist-es/commands/CreateUploadJobCommand.js +3 -10
  18. package/dist-es/commands/DeleteCalculatedAttributeDefinitionCommand.js +3 -9
  19. package/dist-es/commands/DeleteDomainCommand.js +3 -9
  20. package/dist-es/commands/DeleteDomainLayoutCommand.js +3 -9
  21. package/dist-es/commands/DeleteEventStreamCommand.js +3 -9
  22. package/dist-es/commands/DeleteEventTriggerCommand.js +3 -9
  23. package/dist-es/commands/DeleteIntegrationCommand.js +3 -9
  24. package/dist-es/commands/DeleteProfileCommand.js +3 -9
  25. package/dist-es/commands/DeleteProfileKeyCommand.js +3 -9
  26. package/dist-es/commands/DeleteProfileObjectCommand.js +3 -9
  27. package/dist-es/commands/DeleteProfileObjectTypeCommand.js +3 -9
  28. package/dist-es/commands/DeleteSegmentDefinitionCommand.js +3 -9
  29. package/dist-es/commands/DeleteWorkflowCommand.js +3 -9
  30. package/dist-es/commands/DetectProfileObjectTypeCommand.js +3 -10
  31. package/dist-es/commands/GetAutoMergingPreviewCommand.js +3 -9
  32. package/dist-es/commands/GetCalculatedAttributeDefinitionCommand.js +3 -10
  33. package/dist-es/commands/GetCalculatedAttributeForProfileCommand.js +3 -9
  34. package/dist-es/commands/GetDomainCommand.js +3 -9
  35. package/dist-es/commands/GetDomainLayoutCommand.js +3 -10
  36. package/dist-es/commands/GetEventStreamCommand.js +3 -9
  37. package/dist-es/commands/GetEventTriggerCommand.js +3 -10
  38. package/dist-es/commands/GetIdentityResolutionJobCommand.js +3 -9
  39. package/dist-es/commands/GetIntegrationCommand.js +3 -9
  40. package/dist-es/commands/GetMatchesCommand.js +3 -9
  41. package/dist-es/commands/GetProfileHistoryRecordCommand.js +3 -10
  42. package/dist-es/commands/GetProfileObjectTypeCommand.js +3 -10
  43. package/dist-es/commands/GetProfileObjectTypeTemplateCommand.js +3 -10
  44. package/dist-es/commands/GetSegmentDefinitionCommand.js +3 -10
  45. package/dist-es/commands/GetSegmentEstimateCommand.js +3 -9
  46. package/dist-es/commands/GetSegmentMembershipCommand.js +3 -10
  47. package/dist-es/commands/GetSegmentSnapshotCommand.js +3 -9
  48. package/dist-es/commands/GetSimilarProfilesCommand.js +3 -9
  49. package/dist-es/commands/GetUploadJobCommand.js +3 -10
  50. package/dist-es/commands/GetUploadJobPathCommand.js +3 -9
  51. package/dist-es/commands/GetWorkflowCommand.js +3 -9
  52. package/dist-es/commands/GetWorkflowStepsCommand.js +3 -9
  53. package/dist-es/commands/ListAccountIntegrationsCommand.js +3 -9
  54. package/dist-es/commands/ListCalculatedAttributeDefinitionsCommand.js +3 -10
  55. package/dist-es/commands/ListCalculatedAttributesForProfileCommand.js +3 -9
  56. package/dist-es/commands/ListDomainLayoutsCommand.js +3 -10
  57. package/dist-es/commands/ListDomainsCommand.js +3 -9
  58. package/dist-es/commands/ListEventStreamsCommand.js +3 -9
  59. package/dist-es/commands/ListEventTriggersCommand.js +3 -10
  60. package/dist-es/commands/ListIdentityResolutionJobsCommand.js +3 -9
  61. package/dist-es/commands/ListIntegrationsCommand.js +3 -9
  62. package/dist-es/commands/ListObjectTypeAttributesCommand.js +3 -9
  63. package/dist-es/commands/ListProfileAttributeValuesCommand.js +3 -9
  64. package/dist-es/commands/ListProfileHistoryRecordsCommand.js +3 -9
  65. package/dist-es/commands/ListProfileObjectTypeTemplatesCommand.js +3 -9
  66. package/dist-es/commands/ListProfileObjectTypesCommand.js +3 -10
  67. package/dist-es/commands/ListProfileObjectsCommand.js +3 -10
  68. package/dist-es/commands/ListRuleBasedMatchesCommand.js +3 -9
  69. package/dist-es/commands/ListSegmentDefinitionsCommand.js +3 -10
  70. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  71. package/dist-es/commands/ListUploadJobsCommand.js +3 -9
  72. package/dist-es/commands/ListWorkflowsCommand.js +3 -9
  73. package/dist-es/commands/MergeProfilesCommand.js +3 -9
  74. package/dist-es/commands/PutIntegrationCommand.js +3 -10
  75. package/dist-es/commands/PutProfileObjectCommand.js +3 -10
  76. package/dist-es/commands/PutProfileObjectTypeCommand.js +3 -10
  77. package/dist-es/commands/SearchProfilesCommand.js +3 -10
  78. package/dist-es/commands/StartUploadJobCommand.js +3 -9
  79. package/dist-es/commands/StopUploadJobCommand.js +3 -9
  80. package/dist-es/commands/TagResourceCommand.js +3 -9
  81. package/dist-es/commands/UntagResourceCommand.js +3 -9
  82. package/dist-es/commands/UpdateCalculatedAttributeDefinitionCommand.js +3 -10
  83. package/dist-es/commands/UpdateDomainCommand.js +3 -9
  84. package/dist-es/commands/UpdateDomainLayoutCommand.js +3 -10
  85. package/dist-es/commands/UpdateEventTriggerCommand.js +3 -10
  86. package/dist-es/commands/UpdateProfileCommand.js +3 -10
  87. package/dist-es/models/models_0.js +0 -288
  88. package/dist-es/models/models_1.js +0 -89
  89. package/dist-es/runtimeConfig.shared.js +2 -0
  90. package/dist-es/schemas/schemas_0.js +4609 -0
  91. package/dist-types/CustomerProfilesClient.d.ts +10 -1
  92. package/dist-types/models/models_0.d.ts +0 -216
  93. package/dist-types/models/models_1.d.ts +0 -52
  94. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  95. package/dist-types/runtimeConfig.d.ts +1 -0
  96. package/dist-types/runtimeConfig.native.d.ts +1 -0
  97. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  98. package/dist-types/schemas/schemas_0.d.ts +456 -0
  99. package/dist-types/ts3.4/CustomerProfilesClient.d.ts +4 -0
  100. package/dist-types/ts3.4/models/models_0.d.ts +0 -148
  101. package/dist-types/ts3.4/models/models_1.d.ts +0 -39
  102. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  103. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  104. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  105. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  106. package/dist-types/ts3.4/schemas/schemas_0.d.ts +463 -0
  107. package/package.json +2 -2
  108. package/dist-es/protocols/Aws_restJson1.js +0 -3490
  109. package/dist-types/protocols/Aws_restJson1.d.ts +0 -749
  110. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1001
@@ -1,1001 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AddProfileKeyCommandInput,
8
- AddProfileKeyCommandOutput,
9
- } from "../commands/AddProfileKeyCommand";
10
- import {
11
- BatchGetCalculatedAttributeForProfileCommandInput,
12
- BatchGetCalculatedAttributeForProfileCommandOutput,
13
- } from "../commands/BatchGetCalculatedAttributeForProfileCommand";
14
- import {
15
- BatchGetProfileCommandInput,
16
- BatchGetProfileCommandOutput,
17
- } from "../commands/BatchGetProfileCommand";
18
- import {
19
- CreateCalculatedAttributeDefinitionCommandInput,
20
- CreateCalculatedAttributeDefinitionCommandOutput,
21
- } from "../commands/CreateCalculatedAttributeDefinitionCommand";
22
- import {
23
- CreateDomainCommandInput,
24
- CreateDomainCommandOutput,
25
- } from "../commands/CreateDomainCommand";
26
- import {
27
- CreateDomainLayoutCommandInput,
28
- CreateDomainLayoutCommandOutput,
29
- } from "../commands/CreateDomainLayoutCommand";
30
- import {
31
- CreateEventStreamCommandInput,
32
- CreateEventStreamCommandOutput,
33
- } from "../commands/CreateEventStreamCommand";
34
- import {
35
- CreateEventTriggerCommandInput,
36
- CreateEventTriggerCommandOutput,
37
- } from "../commands/CreateEventTriggerCommand";
38
- import {
39
- CreateIntegrationWorkflowCommandInput,
40
- CreateIntegrationWorkflowCommandOutput,
41
- } from "../commands/CreateIntegrationWorkflowCommand";
42
- import {
43
- CreateProfileCommandInput,
44
- CreateProfileCommandOutput,
45
- } from "../commands/CreateProfileCommand";
46
- import {
47
- CreateSegmentDefinitionCommandInput,
48
- CreateSegmentDefinitionCommandOutput,
49
- } from "../commands/CreateSegmentDefinitionCommand";
50
- import {
51
- CreateSegmentEstimateCommandInput,
52
- CreateSegmentEstimateCommandOutput,
53
- } from "../commands/CreateSegmentEstimateCommand";
54
- import {
55
- CreateSegmentSnapshotCommandInput,
56
- CreateSegmentSnapshotCommandOutput,
57
- } from "../commands/CreateSegmentSnapshotCommand";
58
- import {
59
- CreateUploadJobCommandInput,
60
- CreateUploadJobCommandOutput,
61
- } from "../commands/CreateUploadJobCommand";
62
- import {
63
- DeleteCalculatedAttributeDefinitionCommandInput,
64
- DeleteCalculatedAttributeDefinitionCommandOutput,
65
- } from "../commands/DeleteCalculatedAttributeDefinitionCommand";
66
- import {
67
- DeleteDomainCommandInput,
68
- DeleteDomainCommandOutput,
69
- } from "../commands/DeleteDomainCommand";
70
- import {
71
- DeleteDomainLayoutCommandInput,
72
- DeleteDomainLayoutCommandOutput,
73
- } from "../commands/DeleteDomainLayoutCommand";
74
- import {
75
- DeleteEventStreamCommandInput,
76
- DeleteEventStreamCommandOutput,
77
- } from "../commands/DeleteEventStreamCommand";
78
- import {
79
- DeleteEventTriggerCommandInput,
80
- DeleteEventTriggerCommandOutput,
81
- } from "../commands/DeleteEventTriggerCommand";
82
- import {
83
- DeleteIntegrationCommandInput,
84
- DeleteIntegrationCommandOutput,
85
- } from "../commands/DeleteIntegrationCommand";
86
- import {
87
- DeleteProfileCommandInput,
88
- DeleteProfileCommandOutput,
89
- } from "../commands/DeleteProfileCommand";
90
- import {
91
- DeleteProfileKeyCommandInput,
92
- DeleteProfileKeyCommandOutput,
93
- } from "../commands/DeleteProfileKeyCommand";
94
- import {
95
- DeleteProfileObjectCommandInput,
96
- DeleteProfileObjectCommandOutput,
97
- } from "../commands/DeleteProfileObjectCommand";
98
- import {
99
- DeleteProfileObjectTypeCommandInput,
100
- DeleteProfileObjectTypeCommandOutput,
101
- } from "../commands/DeleteProfileObjectTypeCommand";
102
- import {
103
- DeleteSegmentDefinitionCommandInput,
104
- DeleteSegmentDefinitionCommandOutput,
105
- } from "../commands/DeleteSegmentDefinitionCommand";
106
- import {
107
- DeleteWorkflowCommandInput,
108
- DeleteWorkflowCommandOutput,
109
- } from "../commands/DeleteWorkflowCommand";
110
- import {
111
- DetectProfileObjectTypeCommandInput,
112
- DetectProfileObjectTypeCommandOutput,
113
- } from "../commands/DetectProfileObjectTypeCommand";
114
- import {
115
- GetAutoMergingPreviewCommandInput,
116
- GetAutoMergingPreviewCommandOutput,
117
- } from "../commands/GetAutoMergingPreviewCommand";
118
- import {
119
- GetCalculatedAttributeDefinitionCommandInput,
120
- GetCalculatedAttributeDefinitionCommandOutput,
121
- } from "../commands/GetCalculatedAttributeDefinitionCommand";
122
- import {
123
- GetCalculatedAttributeForProfileCommandInput,
124
- GetCalculatedAttributeForProfileCommandOutput,
125
- } from "../commands/GetCalculatedAttributeForProfileCommand";
126
- import {
127
- GetDomainCommandInput,
128
- GetDomainCommandOutput,
129
- } from "../commands/GetDomainCommand";
130
- import {
131
- GetDomainLayoutCommandInput,
132
- GetDomainLayoutCommandOutput,
133
- } from "../commands/GetDomainLayoutCommand";
134
- import {
135
- GetEventStreamCommandInput,
136
- GetEventStreamCommandOutput,
137
- } from "../commands/GetEventStreamCommand";
138
- import {
139
- GetEventTriggerCommandInput,
140
- GetEventTriggerCommandOutput,
141
- } from "../commands/GetEventTriggerCommand";
142
- import {
143
- GetIdentityResolutionJobCommandInput,
144
- GetIdentityResolutionJobCommandOutput,
145
- } from "../commands/GetIdentityResolutionJobCommand";
146
- import {
147
- GetIntegrationCommandInput,
148
- GetIntegrationCommandOutput,
149
- } from "../commands/GetIntegrationCommand";
150
- import {
151
- GetMatchesCommandInput,
152
- GetMatchesCommandOutput,
153
- } from "../commands/GetMatchesCommand";
154
- import {
155
- GetProfileHistoryRecordCommandInput,
156
- GetProfileHistoryRecordCommandOutput,
157
- } from "../commands/GetProfileHistoryRecordCommand";
158
- import {
159
- GetProfileObjectTypeCommandInput,
160
- GetProfileObjectTypeCommandOutput,
161
- } from "../commands/GetProfileObjectTypeCommand";
162
- import {
163
- GetProfileObjectTypeTemplateCommandInput,
164
- GetProfileObjectTypeTemplateCommandOutput,
165
- } from "../commands/GetProfileObjectTypeTemplateCommand";
166
- import {
167
- GetSegmentDefinitionCommandInput,
168
- GetSegmentDefinitionCommandOutput,
169
- } from "../commands/GetSegmentDefinitionCommand";
170
- import {
171
- GetSegmentEstimateCommandInput,
172
- GetSegmentEstimateCommandOutput,
173
- } from "../commands/GetSegmentEstimateCommand";
174
- import {
175
- GetSegmentMembershipCommandInput,
176
- GetSegmentMembershipCommandOutput,
177
- } from "../commands/GetSegmentMembershipCommand";
178
- import {
179
- GetSegmentSnapshotCommandInput,
180
- GetSegmentSnapshotCommandOutput,
181
- } from "../commands/GetSegmentSnapshotCommand";
182
- import {
183
- GetSimilarProfilesCommandInput,
184
- GetSimilarProfilesCommandOutput,
185
- } from "../commands/GetSimilarProfilesCommand";
186
- import {
187
- GetUploadJobCommandInput,
188
- GetUploadJobCommandOutput,
189
- } from "../commands/GetUploadJobCommand";
190
- import {
191
- GetUploadJobPathCommandInput,
192
- GetUploadJobPathCommandOutput,
193
- } from "../commands/GetUploadJobPathCommand";
194
- import {
195
- GetWorkflowCommandInput,
196
- GetWorkflowCommandOutput,
197
- } from "../commands/GetWorkflowCommand";
198
- import {
199
- GetWorkflowStepsCommandInput,
200
- GetWorkflowStepsCommandOutput,
201
- } from "../commands/GetWorkflowStepsCommand";
202
- import {
203
- ListAccountIntegrationsCommandInput,
204
- ListAccountIntegrationsCommandOutput,
205
- } from "../commands/ListAccountIntegrationsCommand";
206
- import {
207
- ListCalculatedAttributeDefinitionsCommandInput,
208
- ListCalculatedAttributeDefinitionsCommandOutput,
209
- } from "../commands/ListCalculatedAttributeDefinitionsCommand";
210
- import {
211
- ListCalculatedAttributesForProfileCommandInput,
212
- ListCalculatedAttributesForProfileCommandOutput,
213
- } from "../commands/ListCalculatedAttributesForProfileCommand";
214
- import {
215
- ListDomainLayoutsCommandInput,
216
- ListDomainLayoutsCommandOutput,
217
- } from "../commands/ListDomainLayoutsCommand";
218
- import {
219
- ListDomainsCommandInput,
220
- ListDomainsCommandOutput,
221
- } from "../commands/ListDomainsCommand";
222
- import {
223
- ListEventStreamsCommandInput,
224
- ListEventStreamsCommandOutput,
225
- } from "../commands/ListEventStreamsCommand";
226
- import {
227
- ListEventTriggersCommandInput,
228
- ListEventTriggersCommandOutput,
229
- } from "../commands/ListEventTriggersCommand";
230
- import {
231
- ListIdentityResolutionJobsCommandInput,
232
- ListIdentityResolutionJobsCommandOutput,
233
- } from "../commands/ListIdentityResolutionJobsCommand";
234
- import {
235
- ListIntegrationsCommandInput,
236
- ListIntegrationsCommandOutput,
237
- } from "../commands/ListIntegrationsCommand";
238
- import {
239
- ListObjectTypeAttributesCommandInput,
240
- ListObjectTypeAttributesCommandOutput,
241
- } from "../commands/ListObjectTypeAttributesCommand";
242
- import {
243
- ListProfileAttributeValuesCommandInput,
244
- ListProfileAttributeValuesCommandOutput,
245
- } from "../commands/ListProfileAttributeValuesCommand";
246
- import {
247
- ListProfileHistoryRecordsCommandInput,
248
- ListProfileHistoryRecordsCommandOutput,
249
- } from "../commands/ListProfileHistoryRecordsCommand";
250
- import {
251
- ListProfileObjectsCommandInput,
252
- ListProfileObjectsCommandOutput,
253
- } from "../commands/ListProfileObjectsCommand";
254
- import {
255
- ListProfileObjectTypesCommandInput,
256
- ListProfileObjectTypesCommandOutput,
257
- } from "../commands/ListProfileObjectTypesCommand";
258
- import {
259
- ListProfileObjectTypeTemplatesCommandInput,
260
- ListProfileObjectTypeTemplatesCommandOutput,
261
- } from "../commands/ListProfileObjectTypeTemplatesCommand";
262
- import {
263
- ListRuleBasedMatchesCommandInput,
264
- ListRuleBasedMatchesCommandOutput,
265
- } from "../commands/ListRuleBasedMatchesCommand";
266
- import {
267
- ListSegmentDefinitionsCommandInput,
268
- ListSegmentDefinitionsCommandOutput,
269
- } from "../commands/ListSegmentDefinitionsCommand";
270
- import {
271
- ListTagsForResourceCommandInput,
272
- ListTagsForResourceCommandOutput,
273
- } from "../commands/ListTagsForResourceCommand";
274
- import {
275
- ListUploadJobsCommandInput,
276
- ListUploadJobsCommandOutput,
277
- } from "../commands/ListUploadJobsCommand";
278
- import {
279
- ListWorkflowsCommandInput,
280
- ListWorkflowsCommandOutput,
281
- } from "../commands/ListWorkflowsCommand";
282
- import {
283
- MergeProfilesCommandInput,
284
- MergeProfilesCommandOutput,
285
- } from "../commands/MergeProfilesCommand";
286
- import {
287
- PutIntegrationCommandInput,
288
- PutIntegrationCommandOutput,
289
- } from "../commands/PutIntegrationCommand";
290
- import {
291
- PutProfileObjectCommandInput,
292
- PutProfileObjectCommandOutput,
293
- } from "../commands/PutProfileObjectCommand";
294
- import {
295
- PutProfileObjectTypeCommandInput,
296
- PutProfileObjectTypeCommandOutput,
297
- } from "../commands/PutProfileObjectTypeCommand";
298
- import {
299
- SearchProfilesCommandInput,
300
- SearchProfilesCommandOutput,
301
- } from "../commands/SearchProfilesCommand";
302
- import {
303
- StartUploadJobCommandInput,
304
- StartUploadJobCommandOutput,
305
- } from "../commands/StartUploadJobCommand";
306
- import {
307
- StopUploadJobCommandInput,
308
- StopUploadJobCommandOutput,
309
- } from "../commands/StopUploadJobCommand";
310
- import {
311
- TagResourceCommandInput,
312
- TagResourceCommandOutput,
313
- } from "../commands/TagResourceCommand";
314
- import {
315
- UntagResourceCommandInput,
316
- UntagResourceCommandOutput,
317
- } from "../commands/UntagResourceCommand";
318
- import {
319
- UpdateCalculatedAttributeDefinitionCommandInput,
320
- UpdateCalculatedAttributeDefinitionCommandOutput,
321
- } from "../commands/UpdateCalculatedAttributeDefinitionCommand";
322
- import {
323
- UpdateDomainCommandInput,
324
- UpdateDomainCommandOutput,
325
- } from "../commands/UpdateDomainCommand";
326
- import {
327
- UpdateDomainLayoutCommandInput,
328
- UpdateDomainLayoutCommandOutput,
329
- } from "../commands/UpdateDomainLayoutCommand";
330
- import {
331
- UpdateEventTriggerCommandInput,
332
- UpdateEventTriggerCommandOutput,
333
- } from "../commands/UpdateEventTriggerCommand";
334
- import {
335
- UpdateProfileCommandInput,
336
- UpdateProfileCommandOutput,
337
- } from "../commands/UpdateProfileCommand";
338
- export declare const se_AddProfileKeyCommand: (
339
- input: AddProfileKeyCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_BatchGetCalculatedAttributeForProfileCommand: (
343
- input: BatchGetCalculatedAttributeForProfileCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_BatchGetProfileCommand: (
347
- input: BatchGetProfileCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_CreateCalculatedAttributeDefinitionCommand: (
351
- input: CreateCalculatedAttributeDefinitionCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_CreateDomainCommand: (
355
- input: CreateDomainCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_CreateDomainLayoutCommand: (
359
- input: CreateDomainLayoutCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_CreateEventStreamCommand: (
363
- input: CreateEventStreamCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_CreateEventTriggerCommand: (
367
- input: CreateEventTriggerCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_CreateIntegrationWorkflowCommand: (
371
- input: CreateIntegrationWorkflowCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_CreateProfileCommand: (
375
- input: CreateProfileCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_CreateSegmentDefinitionCommand: (
379
- input: CreateSegmentDefinitionCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_CreateSegmentEstimateCommand: (
383
- input: CreateSegmentEstimateCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_CreateSegmentSnapshotCommand: (
387
- input: CreateSegmentSnapshotCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_CreateUploadJobCommand: (
391
- input: CreateUploadJobCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_DeleteCalculatedAttributeDefinitionCommand: (
395
- input: DeleteCalculatedAttributeDefinitionCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_DeleteDomainCommand: (
399
- input: DeleteDomainCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_DeleteDomainLayoutCommand: (
403
- input: DeleteDomainLayoutCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_DeleteEventStreamCommand: (
407
- input: DeleteEventStreamCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_DeleteEventTriggerCommand: (
411
- input: DeleteEventTriggerCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_DeleteIntegrationCommand: (
415
- input: DeleteIntegrationCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_DeleteProfileCommand: (
419
- input: DeleteProfileCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_DeleteProfileKeyCommand: (
423
- input: DeleteProfileKeyCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_DeleteProfileObjectCommand: (
427
- input: DeleteProfileObjectCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_DeleteProfileObjectTypeCommand: (
431
- input: DeleteProfileObjectTypeCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_DeleteSegmentDefinitionCommand: (
435
- input: DeleteSegmentDefinitionCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_DeleteWorkflowCommand: (
439
- input: DeleteWorkflowCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_DetectProfileObjectTypeCommand: (
443
- input: DetectProfileObjectTypeCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_GetAutoMergingPreviewCommand: (
447
- input: GetAutoMergingPreviewCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_GetCalculatedAttributeDefinitionCommand: (
451
- input: GetCalculatedAttributeDefinitionCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_GetCalculatedAttributeForProfileCommand: (
455
- input: GetCalculatedAttributeForProfileCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_GetDomainCommand: (
459
- input: GetDomainCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_GetDomainLayoutCommand: (
463
- input: GetDomainLayoutCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_GetEventStreamCommand: (
467
- input: GetEventStreamCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_GetEventTriggerCommand: (
471
- input: GetEventTriggerCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_GetIdentityResolutionJobCommand: (
475
- input: GetIdentityResolutionJobCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_GetIntegrationCommand: (
479
- input: GetIntegrationCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_GetMatchesCommand: (
483
- input: GetMatchesCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_GetProfileHistoryRecordCommand: (
487
- input: GetProfileHistoryRecordCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_GetProfileObjectTypeCommand: (
491
- input: GetProfileObjectTypeCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_GetProfileObjectTypeTemplateCommand: (
495
- input: GetProfileObjectTypeTemplateCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_GetSegmentDefinitionCommand: (
499
- input: GetSegmentDefinitionCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_GetSegmentEstimateCommand: (
503
- input: GetSegmentEstimateCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_GetSegmentMembershipCommand: (
507
- input: GetSegmentMembershipCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_GetSegmentSnapshotCommand: (
511
- input: GetSegmentSnapshotCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_GetSimilarProfilesCommand: (
515
- input: GetSimilarProfilesCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_GetUploadJobCommand: (
519
- input: GetUploadJobCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_GetUploadJobPathCommand: (
523
- input: GetUploadJobPathCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_GetWorkflowCommand: (
527
- input: GetWorkflowCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_GetWorkflowStepsCommand: (
531
- input: GetWorkflowStepsCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_ListAccountIntegrationsCommand: (
535
- input: ListAccountIntegrationsCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_ListCalculatedAttributeDefinitionsCommand: (
539
- input: ListCalculatedAttributeDefinitionsCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_ListCalculatedAttributesForProfileCommand: (
543
- input: ListCalculatedAttributesForProfileCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_ListDomainLayoutsCommand: (
547
- input: ListDomainLayoutsCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_ListDomainsCommand: (
551
- input: ListDomainsCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_ListEventStreamsCommand: (
555
- input: ListEventStreamsCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_ListEventTriggersCommand: (
559
- input: ListEventTriggersCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_ListIdentityResolutionJobsCommand: (
563
- input: ListIdentityResolutionJobsCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const se_ListIntegrationsCommand: (
567
- input: ListIntegrationsCommandInput,
568
- context: __SerdeContext
569
- ) => Promise<__HttpRequest>;
570
- export declare const se_ListObjectTypeAttributesCommand: (
571
- input: ListObjectTypeAttributesCommandInput,
572
- context: __SerdeContext
573
- ) => Promise<__HttpRequest>;
574
- export declare const se_ListProfileAttributeValuesCommand: (
575
- input: ListProfileAttributeValuesCommandInput,
576
- context: __SerdeContext
577
- ) => Promise<__HttpRequest>;
578
- export declare const se_ListProfileHistoryRecordsCommand: (
579
- input: ListProfileHistoryRecordsCommandInput,
580
- context: __SerdeContext
581
- ) => Promise<__HttpRequest>;
582
- export declare const se_ListProfileObjectsCommand: (
583
- input: ListProfileObjectsCommandInput,
584
- context: __SerdeContext
585
- ) => Promise<__HttpRequest>;
586
- export declare const se_ListProfileObjectTypesCommand: (
587
- input: ListProfileObjectTypesCommandInput,
588
- context: __SerdeContext
589
- ) => Promise<__HttpRequest>;
590
- export declare const se_ListProfileObjectTypeTemplatesCommand: (
591
- input: ListProfileObjectTypeTemplatesCommandInput,
592
- context: __SerdeContext
593
- ) => Promise<__HttpRequest>;
594
- export declare const se_ListRuleBasedMatchesCommand: (
595
- input: ListRuleBasedMatchesCommandInput,
596
- context: __SerdeContext
597
- ) => Promise<__HttpRequest>;
598
- export declare const se_ListSegmentDefinitionsCommand: (
599
- input: ListSegmentDefinitionsCommandInput,
600
- context: __SerdeContext
601
- ) => Promise<__HttpRequest>;
602
- export declare const se_ListTagsForResourceCommand: (
603
- input: ListTagsForResourceCommandInput,
604
- context: __SerdeContext
605
- ) => Promise<__HttpRequest>;
606
- export declare const se_ListUploadJobsCommand: (
607
- input: ListUploadJobsCommandInput,
608
- context: __SerdeContext
609
- ) => Promise<__HttpRequest>;
610
- export declare const se_ListWorkflowsCommand: (
611
- input: ListWorkflowsCommandInput,
612
- context: __SerdeContext
613
- ) => Promise<__HttpRequest>;
614
- export declare const se_MergeProfilesCommand: (
615
- input: MergeProfilesCommandInput,
616
- context: __SerdeContext
617
- ) => Promise<__HttpRequest>;
618
- export declare const se_PutIntegrationCommand: (
619
- input: PutIntegrationCommandInput,
620
- context: __SerdeContext
621
- ) => Promise<__HttpRequest>;
622
- export declare const se_PutProfileObjectCommand: (
623
- input: PutProfileObjectCommandInput,
624
- context: __SerdeContext
625
- ) => Promise<__HttpRequest>;
626
- export declare const se_PutProfileObjectTypeCommand: (
627
- input: PutProfileObjectTypeCommandInput,
628
- context: __SerdeContext
629
- ) => Promise<__HttpRequest>;
630
- export declare const se_SearchProfilesCommand: (
631
- input: SearchProfilesCommandInput,
632
- context: __SerdeContext
633
- ) => Promise<__HttpRequest>;
634
- export declare const se_StartUploadJobCommand: (
635
- input: StartUploadJobCommandInput,
636
- context: __SerdeContext
637
- ) => Promise<__HttpRequest>;
638
- export declare const se_StopUploadJobCommand: (
639
- input: StopUploadJobCommandInput,
640
- context: __SerdeContext
641
- ) => Promise<__HttpRequest>;
642
- export declare const se_TagResourceCommand: (
643
- input: TagResourceCommandInput,
644
- context: __SerdeContext
645
- ) => Promise<__HttpRequest>;
646
- export declare const se_UntagResourceCommand: (
647
- input: UntagResourceCommandInput,
648
- context: __SerdeContext
649
- ) => Promise<__HttpRequest>;
650
- export declare const se_UpdateCalculatedAttributeDefinitionCommand: (
651
- input: UpdateCalculatedAttributeDefinitionCommandInput,
652
- context: __SerdeContext
653
- ) => Promise<__HttpRequest>;
654
- export declare const se_UpdateDomainCommand: (
655
- input: UpdateDomainCommandInput,
656
- context: __SerdeContext
657
- ) => Promise<__HttpRequest>;
658
- export declare const se_UpdateDomainLayoutCommand: (
659
- input: UpdateDomainLayoutCommandInput,
660
- context: __SerdeContext
661
- ) => Promise<__HttpRequest>;
662
- export declare const se_UpdateEventTriggerCommand: (
663
- input: UpdateEventTriggerCommandInput,
664
- context: __SerdeContext
665
- ) => Promise<__HttpRequest>;
666
- export declare const se_UpdateProfileCommand: (
667
- input: UpdateProfileCommandInput,
668
- context: __SerdeContext
669
- ) => Promise<__HttpRequest>;
670
- export declare const de_AddProfileKeyCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<AddProfileKeyCommandOutput>;
674
- export declare const de_BatchGetCalculatedAttributeForProfileCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<BatchGetCalculatedAttributeForProfileCommandOutput>;
678
- export declare const de_BatchGetProfileCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<BatchGetProfileCommandOutput>;
682
- export declare const de_CreateCalculatedAttributeDefinitionCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<CreateCalculatedAttributeDefinitionCommandOutput>;
686
- export declare const de_CreateDomainCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<CreateDomainCommandOutput>;
690
- export declare const de_CreateDomainLayoutCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<CreateDomainLayoutCommandOutput>;
694
- export declare const de_CreateEventStreamCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<CreateEventStreamCommandOutput>;
698
- export declare const de_CreateEventTriggerCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<CreateEventTriggerCommandOutput>;
702
- export declare const de_CreateIntegrationWorkflowCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<CreateIntegrationWorkflowCommandOutput>;
706
- export declare const de_CreateProfileCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<CreateProfileCommandOutput>;
710
- export declare const de_CreateSegmentDefinitionCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<CreateSegmentDefinitionCommandOutput>;
714
- export declare const de_CreateSegmentEstimateCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<CreateSegmentEstimateCommandOutput>;
718
- export declare const de_CreateSegmentSnapshotCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<CreateSegmentSnapshotCommandOutput>;
722
- export declare const de_CreateUploadJobCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<CreateUploadJobCommandOutput>;
726
- export declare const de_DeleteCalculatedAttributeDefinitionCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<DeleteCalculatedAttributeDefinitionCommandOutput>;
730
- export declare const de_DeleteDomainCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<DeleteDomainCommandOutput>;
734
- export declare const de_DeleteDomainLayoutCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<DeleteDomainLayoutCommandOutput>;
738
- export declare const de_DeleteEventStreamCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<DeleteEventStreamCommandOutput>;
742
- export declare const de_DeleteEventTriggerCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<DeleteEventTriggerCommandOutput>;
746
- export declare const de_DeleteIntegrationCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<DeleteIntegrationCommandOutput>;
750
- export declare const de_DeleteProfileCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<DeleteProfileCommandOutput>;
754
- export declare const de_DeleteProfileKeyCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<DeleteProfileKeyCommandOutput>;
758
- export declare const de_DeleteProfileObjectCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<DeleteProfileObjectCommandOutput>;
762
- export declare const de_DeleteProfileObjectTypeCommand: (
763
- output: __HttpResponse,
764
- context: __SerdeContext
765
- ) => Promise<DeleteProfileObjectTypeCommandOutput>;
766
- export declare const de_DeleteSegmentDefinitionCommand: (
767
- output: __HttpResponse,
768
- context: __SerdeContext
769
- ) => Promise<DeleteSegmentDefinitionCommandOutput>;
770
- export declare const de_DeleteWorkflowCommand: (
771
- output: __HttpResponse,
772
- context: __SerdeContext
773
- ) => Promise<DeleteWorkflowCommandOutput>;
774
- export declare const de_DetectProfileObjectTypeCommand: (
775
- output: __HttpResponse,
776
- context: __SerdeContext
777
- ) => Promise<DetectProfileObjectTypeCommandOutput>;
778
- export declare const de_GetAutoMergingPreviewCommand: (
779
- output: __HttpResponse,
780
- context: __SerdeContext
781
- ) => Promise<GetAutoMergingPreviewCommandOutput>;
782
- export declare const de_GetCalculatedAttributeDefinitionCommand: (
783
- output: __HttpResponse,
784
- context: __SerdeContext
785
- ) => Promise<GetCalculatedAttributeDefinitionCommandOutput>;
786
- export declare const de_GetCalculatedAttributeForProfileCommand: (
787
- output: __HttpResponse,
788
- context: __SerdeContext
789
- ) => Promise<GetCalculatedAttributeForProfileCommandOutput>;
790
- export declare const de_GetDomainCommand: (
791
- output: __HttpResponse,
792
- context: __SerdeContext
793
- ) => Promise<GetDomainCommandOutput>;
794
- export declare const de_GetDomainLayoutCommand: (
795
- output: __HttpResponse,
796
- context: __SerdeContext
797
- ) => Promise<GetDomainLayoutCommandOutput>;
798
- export declare const de_GetEventStreamCommand: (
799
- output: __HttpResponse,
800
- context: __SerdeContext
801
- ) => Promise<GetEventStreamCommandOutput>;
802
- export declare const de_GetEventTriggerCommand: (
803
- output: __HttpResponse,
804
- context: __SerdeContext
805
- ) => Promise<GetEventTriggerCommandOutput>;
806
- export declare const de_GetIdentityResolutionJobCommand: (
807
- output: __HttpResponse,
808
- context: __SerdeContext
809
- ) => Promise<GetIdentityResolutionJobCommandOutput>;
810
- export declare const de_GetIntegrationCommand: (
811
- output: __HttpResponse,
812
- context: __SerdeContext
813
- ) => Promise<GetIntegrationCommandOutput>;
814
- export declare const de_GetMatchesCommand: (
815
- output: __HttpResponse,
816
- context: __SerdeContext
817
- ) => Promise<GetMatchesCommandOutput>;
818
- export declare const de_GetProfileHistoryRecordCommand: (
819
- output: __HttpResponse,
820
- context: __SerdeContext
821
- ) => Promise<GetProfileHistoryRecordCommandOutput>;
822
- export declare const de_GetProfileObjectTypeCommand: (
823
- output: __HttpResponse,
824
- context: __SerdeContext
825
- ) => Promise<GetProfileObjectTypeCommandOutput>;
826
- export declare const de_GetProfileObjectTypeTemplateCommand: (
827
- output: __HttpResponse,
828
- context: __SerdeContext
829
- ) => Promise<GetProfileObjectTypeTemplateCommandOutput>;
830
- export declare const de_GetSegmentDefinitionCommand: (
831
- output: __HttpResponse,
832
- context: __SerdeContext
833
- ) => Promise<GetSegmentDefinitionCommandOutput>;
834
- export declare const de_GetSegmentEstimateCommand: (
835
- output: __HttpResponse,
836
- context: __SerdeContext
837
- ) => Promise<GetSegmentEstimateCommandOutput>;
838
- export declare const de_GetSegmentMembershipCommand: (
839
- output: __HttpResponse,
840
- context: __SerdeContext
841
- ) => Promise<GetSegmentMembershipCommandOutput>;
842
- export declare const de_GetSegmentSnapshotCommand: (
843
- output: __HttpResponse,
844
- context: __SerdeContext
845
- ) => Promise<GetSegmentSnapshotCommandOutput>;
846
- export declare const de_GetSimilarProfilesCommand: (
847
- output: __HttpResponse,
848
- context: __SerdeContext
849
- ) => Promise<GetSimilarProfilesCommandOutput>;
850
- export declare const de_GetUploadJobCommand: (
851
- output: __HttpResponse,
852
- context: __SerdeContext
853
- ) => Promise<GetUploadJobCommandOutput>;
854
- export declare const de_GetUploadJobPathCommand: (
855
- output: __HttpResponse,
856
- context: __SerdeContext
857
- ) => Promise<GetUploadJobPathCommandOutput>;
858
- export declare const de_GetWorkflowCommand: (
859
- output: __HttpResponse,
860
- context: __SerdeContext
861
- ) => Promise<GetWorkflowCommandOutput>;
862
- export declare const de_GetWorkflowStepsCommand: (
863
- output: __HttpResponse,
864
- context: __SerdeContext
865
- ) => Promise<GetWorkflowStepsCommandOutput>;
866
- export declare const de_ListAccountIntegrationsCommand: (
867
- output: __HttpResponse,
868
- context: __SerdeContext
869
- ) => Promise<ListAccountIntegrationsCommandOutput>;
870
- export declare const de_ListCalculatedAttributeDefinitionsCommand: (
871
- output: __HttpResponse,
872
- context: __SerdeContext
873
- ) => Promise<ListCalculatedAttributeDefinitionsCommandOutput>;
874
- export declare const de_ListCalculatedAttributesForProfileCommand: (
875
- output: __HttpResponse,
876
- context: __SerdeContext
877
- ) => Promise<ListCalculatedAttributesForProfileCommandOutput>;
878
- export declare const de_ListDomainLayoutsCommand: (
879
- output: __HttpResponse,
880
- context: __SerdeContext
881
- ) => Promise<ListDomainLayoutsCommandOutput>;
882
- export declare const de_ListDomainsCommand: (
883
- output: __HttpResponse,
884
- context: __SerdeContext
885
- ) => Promise<ListDomainsCommandOutput>;
886
- export declare const de_ListEventStreamsCommand: (
887
- output: __HttpResponse,
888
- context: __SerdeContext
889
- ) => Promise<ListEventStreamsCommandOutput>;
890
- export declare const de_ListEventTriggersCommand: (
891
- output: __HttpResponse,
892
- context: __SerdeContext
893
- ) => Promise<ListEventTriggersCommandOutput>;
894
- export declare const de_ListIdentityResolutionJobsCommand: (
895
- output: __HttpResponse,
896
- context: __SerdeContext
897
- ) => Promise<ListIdentityResolutionJobsCommandOutput>;
898
- export declare const de_ListIntegrationsCommand: (
899
- output: __HttpResponse,
900
- context: __SerdeContext
901
- ) => Promise<ListIntegrationsCommandOutput>;
902
- export declare const de_ListObjectTypeAttributesCommand: (
903
- output: __HttpResponse,
904
- context: __SerdeContext
905
- ) => Promise<ListObjectTypeAttributesCommandOutput>;
906
- export declare const de_ListProfileAttributeValuesCommand: (
907
- output: __HttpResponse,
908
- context: __SerdeContext
909
- ) => Promise<ListProfileAttributeValuesCommandOutput>;
910
- export declare const de_ListProfileHistoryRecordsCommand: (
911
- output: __HttpResponse,
912
- context: __SerdeContext
913
- ) => Promise<ListProfileHistoryRecordsCommandOutput>;
914
- export declare const de_ListProfileObjectsCommand: (
915
- output: __HttpResponse,
916
- context: __SerdeContext
917
- ) => Promise<ListProfileObjectsCommandOutput>;
918
- export declare const de_ListProfileObjectTypesCommand: (
919
- output: __HttpResponse,
920
- context: __SerdeContext
921
- ) => Promise<ListProfileObjectTypesCommandOutput>;
922
- export declare const de_ListProfileObjectTypeTemplatesCommand: (
923
- output: __HttpResponse,
924
- context: __SerdeContext
925
- ) => Promise<ListProfileObjectTypeTemplatesCommandOutput>;
926
- export declare const de_ListRuleBasedMatchesCommand: (
927
- output: __HttpResponse,
928
- context: __SerdeContext
929
- ) => Promise<ListRuleBasedMatchesCommandOutput>;
930
- export declare const de_ListSegmentDefinitionsCommand: (
931
- output: __HttpResponse,
932
- context: __SerdeContext
933
- ) => Promise<ListSegmentDefinitionsCommandOutput>;
934
- export declare const de_ListTagsForResourceCommand: (
935
- output: __HttpResponse,
936
- context: __SerdeContext
937
- ) => Promise<ListTagsForResourceCommandOutput>;
938
- export declare const de_ListUploadJobsCommand: (
939
- output: __HttpResponse,
940
- context: __SerdeContext
941
- ) => Promise<ListUploadJobsCommandOutput>;
942
- export declare const de_ListWorkflowsCommand: (
943
- output: __HttpResponse,
944
- context: __SerdeContext
945
- ) => Promise<ListWorkflowsCommandOutput>;
946
- export declare const de_MergeProfilesCommand: (
947
- output: __HttpResponse,
948
- context: __SerdeContext
949
- ) => Promise<MergeProfilesCommandOutput>;
950
- export declare const de_PutIntegrationCommand: (
951
- output: __HttpResponse,
952
- context: __SerdeContext
953
- ) => Promise<PutIntegrationCommandOutput>;
954
- export declare const de_PutProfileObjectCommand: (
955
- output: __HttpResponse,
956
- context: __SerdeContext
957
- ) => Promise<PutProfileObjectCommandOutput>;
958
- export declare const de_PutProfileObjectTypeCommand: (
959
- output: __HttpResponse,
960
- context: __SerdeContext
961
- ) => Promise<PutProfileObjectTypeCommandOutput>;
962
- export declare const de_SearchProfilesCommand: (
963
- output: __HttpResponse,
964
- context: __SerdeContext
965
- ) => Promise<SearchProfilesCommandOutput>;
966
- export declare const de_StartUploadJobCommand: (
967
- output: __HttpResponse,
968
- context: __SerdeContext
969
- ) => Promise<StartUploadJobCommandOutput>;
970
- export declare const de_StopUploadJobCommand: (
971
- output: __HttpResponse,
972
- context: __SerdeContext
973
- ) => Promise<StopUploadJobCommandOutput>;
974
- export declare const de_TagResourceCommand: (
975
- output: __HttpResponse,
976
- context: __SerdeContext
977
- ) => Promise<TagResourceCommandOutput>;
978
- export declare const de_UntagResourceCommand: (
979
- output: __HttpResponse,
980
- context: __SerdeContext
981
- ) => Promise<UntagResourceCommandOutput>;
982
- export declare const de_UpdateCalculatedAttributeDefinitionCommand: (
983
- output: __HttpResponse,
984
- context: __SerdeContext
985
- ) => Promise<UpdateCalculatedAttributeDefinitionCommandOutput>;
986
- export declare const de_UpdateDomainCommand: (
987
- output: __HttpResponse,
988
- context: __SerdeContext
989
- ) => Promise<UpdateDomainCommandOutput>;
990
- export declare const de_UpdateDomainLayoutCommand: (
991
- output: __HttpResponse,
992
- context: __SerdeContext
993
- ) => Promise<UpdateDomainLayoutCommandOutput>;
994
- export declare const de_UpdateEventTriggerCommand: (
995
- output: __HttpResponse,
996
- context: __SerdeContext
997
- ) => Promise<UpdateEventTriggerCommandOutput>;
998
- export declare const de_UpdateProfileCommand: (
999
- output: __HttpResponse,
1000
- context: __SerdeContext
1001
- ) => Promise<UpdateProfileCommandOutput>;