@aws-sdk/client-customer-profiles 3.957.0 → 3.962.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -104
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +1552 -2746
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +1 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +1552 -2744
- package/dist-types/pagination/index.d.ts +1 -1
- package/dist-types/ts3.4/pagination/index.d.ts +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
AWS SDK for JavaScript CustomerProfiles Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
9
|
<fullname>Amazon Connect Customer Profiles</fullname>
|
|
10
|
-
|
|
11
10
|
<ul>
|
|
12
11
|
<li>
|
|
13
12
|
<p>
|
|
@@ -28,10 +27,8 @@ customer information from third party applications, such as Salesforce (CRM), Se
|
|
|
28
27
|
Profiles</a> in the <i>Amazon Connect Administrator's Guide</i>. </p>
|
|
29
28
|
|
|
30
29
|
## Installing
|
|
31
|
-
|
|
32
30
|
To install this package, simply type add or install @aws-sdk/client-customer-profiles
|
|
33
31
|
using your favorite package manager:
|
|
34
|
-
|
|
35
32
|
- `npm install @aws-sdk/client-customer-profiles`
|
|
36
33
|
- `yarn add @aws-sdk/client-customer-profiles`
|
|
37
34
|
- `pnpm add @aws-sdk/client-customer-profiles`
|
|
@@ -67,9 +64,7 @@ To send a request, you:
|
|
|
67
64
|
// a client can be shared by different commands.
|
|
68
65
|
const client = new CustomerProfilesClient({ region: "REGION" });
|
|
69
66
|
|
|
70
|
-
const params = {
|
|
71
|
-
/** input parameters */
|
|
72
|
-
};
|
|
67
|
+
const params = { /** input parameters */ };
|
|
73
68
|
const command = new ListDomainsCommand(params);
|
|
74
69
|
```
|
|
75
70
|
|
|
@@ -228,7 +223,6 @@ AddProfileKey
|
|
|
228
223
|
</summary>
|
|
229
224
|
|
|
230
225
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/AddProfileKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/AddProfileKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/AddProfileKeyCommandOutput/)
|
|
231
|
-
|
|
232
226
|
</details>
|
|
233
227
|
<details>
|
|
234
228
|
<summary>
|
|
@@ -236,7 +230,6 @@ BatchGetCalculatedAttributeForProfile
|
|
|
236
230
|
</summary>
|
|
237
231
|
|
|
238
232
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/BatchGetCalculatedAttributeForProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/BatchGetCalculatedAttributeForProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/BatchGetCalculatedAttributeForProfileCommandOutput/)
|
|
239
|
-
|
|
240
233
|
</details>
|
|
241
234
|
<details>
|
|
242
235
|
<summary>
|
|
@@ -244,7 +237,6 @@ BatchGetProfile
|
|
|
244
237
|
</summary>
|
|
245
238
|
|
|
246
239
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/BatchGetProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/BatchGetProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/BatchGetProfileCommandOutput/)
|
|
247
|
-
|
|
248
240
|
</details>
|
|
249
241
|
<details>
|
|
250
242
|
<summary>
|
|
@@ -252,7 +244,6 @@ CreateCalculatedAttributeDefinition
|
|
|
252
244
|
</summary>
|
|
253
245
|
|
|
254
246
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/CreateCalculatedAttributeDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateCalculatedAttributeDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateCalculatedAttributeDefinitionCommandOutput/)
|
|
255
|
-
|
|
256
247
|
</details>
|
|
257
248
|
<details>
|
|
258
249
|
<summary>
|
|
@@ -260,7 +251,6 @@ CreateDomain
|
|
|
260
251
|
</summary>
|
|
261
252
|
|
|
262
253
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/CreateDomainCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateDomainCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateDomainCommandOutput/)
|
|
263
|
-
|
|
264
254
|
</details>
|
|
265
255
|
<details>
|
|
266
256
|
<summary>
|
|
@@ -268,7 +258,6 @@ CreateDomainLayout
|
|
|
268
258
|
</summary>
|
|
269
259
|
|
|
270
260
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/CreateDomainLayoutCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateDomainLayoutCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateDomainLayoutCommandOutput/)
|
|
271
|
-
|
|
272
261
|
</details>
|
|
273
262
|
<details>
|
|
274
263
|
<summary>
|
|
@@ -276,7 +265,6 @@ CreateEventStream
|
|
|
276
265
|
</summary>
|
|
277
266
|
|
|
278
267
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/CreateEventStreamCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateEventStreamCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateEventStreamCommandOutput/)
|
|
279
|
-
|
|
280
268
|
</details>
|
|
281
269
|
<details>
|
|
282
270
|
<summary>
|
|
@@ -284,7 +272,6 @@ CreateEventTrigger
|
|
|
284
272
|
</summary>
|
|
285
273
|
|
|
286
274
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/CreateEventTriggerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateEventTriggerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateEventTriggerCommandOutput/)
|
|
287
|
-
|
|
288
275
|
</details>
|
|
289
276
|
<details>
|
|
290
277
|
<summary>
|
|
@@ -292,7 +279,6 @@ CreateIntegrationWorkflow
|
|
|
292
279
|
</summary>
|
|
293
280
|
|
|
294
281
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/CreateIntegrationWorkflowCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateIntegrationWorkflowCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateIntegrationWorkflowCommandOutput/)
|
|
295
|
-
|
|
296
282
|
</details>
|
|
297
283
|
<details>
|
|
298
284
|
<summary>
|
|
@@ -300,7 +286,6 @@ CreateProfile
|
|
|
300
286
|
</summary>
|
|
301
287
|
|
|
302
288
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/CreateProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateProfileCommandOutput/)
|
|
303
|
-
|
|
304
289
|
</details>
|
|
305
290
|
<details>
|
|
306
291
|
<summary>
|
|
@@ -308,7 +293,6 @@ CreateRecommender
|
|
|
308
293
|
</summary>
|
|
309
294
|
|
|
310
295
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/CreateRecommenderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateRecommenderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateRecommenderCommandOutput/)
|
|
311
|
-
|
|
312
296
|
</details>
|
|
313
297
|
<details>
|
|
314
298
|
<summary>
|
|
@@ -316,7 +300,6 @@ CreateSegmentDefinition
|
|
|
316
300
|
</summary>
|
|
317
301
|
|
|
318
302
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/CreateSegmentDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateSegmentDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateSegmentDefinitionCommandOutput/)
|
|
319
|
-
|
|
320
303
|
</details>
|
|
321
304
|
<details>
|
|
322
305
|
<summary>
|
|
@@ -324,7 +307,6 @@ CreateSegmentEstimate
|
|
|
324
307
|
</summary>
|
|
325
308
|
|
|
326
309
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/CreateSegmentEstimateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateSegmentEstimateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateSegmentEstimateCommandOutput/)
|
|
327
|
-
|
|
328
310
|
</details>
|
|
329
311
|
<details>
|
|
330
312
|
<summary>
|
|
@@ -332,7 +314,6 @@ CreateSegmentSnapshot
|
|
|
332
314
|
</summary>
|
|
333
315
|
|
|
334
316
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/CreateSegmentSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateSegmentSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateSegmentSnapshotCommandOutput/)
|
|
335
|
-
|
|
336
317
|
</details>
|
|
337
318
|
<details>
|
|
338
319
|
<summary>
|
|
@@ -340,7 +321,6 @@ CreateUploadJob
|
|
|
340
321
|
</summary>
|
|
341
322
|
|
|
342
323
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/CreateUploadJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateUploadJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateUploadJobCommandOutput/)
|
|
343
|
-
|
|
344
324
|
</details>
|
|
345
325
|
<details>
|
|
346
326
|
<summary>
|
|
@@ -348,7 +328,6 @@ DeleteCalculatedAttributeDefinition
|
|
|
348
328
|
</summary>
|
|
349
329
|
|
|
350
330
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/DeleteCalculatedAttributeDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteCalculatedAttributeDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteCalculatedAttributeDefinitionCommandOutput/)
|
|
351
|
-
|
|
352
331
|
</details>
|
|
353
332
|
<details>
|
|
354
333
|
<summary>
|
|
@@ -356,7 +335,6 @@ DeleteDomain
|
|
|
356
335
|
</summary>
|
|
357
336
|
|
|
358
337
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/DeleteDomainCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteDomainCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteDomainCommandOutput/)
|
|
359
|
-
|
|
360
338
|
</details>
|
|
361
339
|
<details>
|
|
362
340
|
<summary>
|
|
@@ -364,7 +342,6 @@ DeleteDomainLayout
|
|
|
364
342
|
</summary>
|
|
365
343
|
|
|
366
344
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/DeleteDomainLayoutCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteDomainLayoutCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteDomainLayoutCommandOutput/)
|
|
367
|
-
|
|
368
345
|
</details>
|
|
369
346
|
<details>
|
|
370
347
|
<summary>
|
|
@@ -372,7 +349,6 @@ DeleteDomainObjectType
|
|
|
372
349
|
</summary>
|
|
373
350
|
|
|
374
351
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/DeleteDomainObjectTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteDomainObjectTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteDomainObjectTypeCommandOutput/)
|
|
375
|
-
|
|
376
352
|
</details>
|
|
377
353
|
<details>
|
|
378
354
|
<summary>
|
|
@@ -380,7 +356,6 @@ DeleteEventStream
|
|
|
380
356
|
</summary>
|
|
381
357
|
|
|
382
358
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/DeleteEventStreamCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteEventStreamCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteEventStreamCommandOutput/)
|
|
383
|
-
|
|
384
359
|
</details>
|
|
385
360
|
<details>
|
|
386
361
|
<summary>
|
|
@@ -388,7 +363,6 @@ DeleteEventTrigger
|
|
|
388
363
|
</summary>
|
|
389
364
|
|
|
390
365
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/DeleteEventTriggerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteEventTriggerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteEventTriggerCommandOutput/)
|
|
391
|
-
|
|
392
366
|
</details>
|
|
393
367
|
<details>
|
|
394
368
|
<summary>
|
|
@@ -396,7 +370,6 @@ DeleteIntegration
|
|
|
396
370
|
</summary>
|
|
397
371
|
|
|
398
372
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/DeleteIntegrationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteIntegrationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteIntegrationCommandOutput/)
|
|
399
|
-
|
|
400
373
|
</details>
|
|
401
374
|
<details>
|
|
402
375
|
<summary>
|
|
@@ -404,7 +377,6 @@ DeleteProfile
|
|
|
404
377
|
</summary>
|
|
405
378
|
|
|
406
379
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/DeleteProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteProfileCommandOutput/)
|
|
407
|
-
|
|
408
380
|
</details>
|
|
409
381
|
<details>
|
|
410
382
|
<summary>
|
|
@@ -412,7 +384,6 @@ DeleteProfileKey
|
|
|
412
384
|
</summary>
|
|
413
385
|
|
|
414
386
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/DeleteProfileKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteProfileKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteProfileKeyCommandOutput/)
|
|
415
|
-
|
|
416
387
|
</details>
|
|
417
388
|
<details>
|
|
418
389
|
<summary>
|
|
@@ -420,7 +391,6 @@ DeleteProfileObject
|
|
|
420
391
|
</summary>
|
|
421
392
|
|
|
422
393
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/DeleteProfileObjectCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteProfileObjectCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteProfileObjectCommandOutput/)
|
|
423
|
-
|
|
424
394
|
</details>
|
|
425
395
|
<details>
|
|
426
396
|
<summary>
|
|
@@ -428,7 +398,6 @@ DeleteProfileObjectType
|
|
|
428
398
|
</summary>
|
|
429
399
|
|
|
430
400
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/DeleteProfileObjectTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteProfileObjectTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteProfileObjectTypeCommandOutput/)
|
|
431
|
-
|
|
432
401
|
</details>
|
|
433
402
|
<details>
|
|
434
403
|
<summary>
|
|
@@ -436,7 +405,6 @@ DeleteRecommender
|
|
|
436
405
|
</summary>
|
|
437
406
|
|
|
438
407
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/DeleteRecommenderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteRecommenderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteRecommenderCommandOutput/)
|
|
439
|
-
|
|
440
408
|
</details>
|
|
441
409
|
<details>
|
|
442
410
|
<summary>
|
|
@@ -444,7 +412,6 @@ DeleteSegmentDefinition
|
|
|
444
412
|
</summary>
|
|
445
413
|
|
|
446
414
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/DeleteSegmentDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteSegmentDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteSegmentDefinitionCommandOutput/)
|
|
447
|
-
|
|
448
415
|
</details>
|
|
449
416
|
<details>
|
|
450
417
|
<summary>
|
|
@@ -452,7 +419,6 @@ DeleteWorkflow
|
|
|
452
419
|
</summary>
|
|
453
420
|
|
|
454
421
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/DeleteWorkflowCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteWorkflowCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteWorkflowCommandOutput/)
|
|
455
|
-
|
|
456
422
|
</details>
|
|
457
423
|
<details>
|
|
458
424
|
<summary>
|
|
@@ -460,7 +426,6 @@ DetectProfileObjectType
|
|
|
460
426
|
</summary>
|
|
461
427
|
|
|
462
428
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/DetectProfileObjectTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DetectProfileObjectTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DetectProfileObjectTypeCommandOutput/)
|
|
463
|
-
|
|
464
429
|
</details>
|
|
465
430
|
<details>
|
|
466
431
|
<summary>
|
|
@@ -468,7 +433,6 @@ GetAutoMergingPreview
|
|
|
468
433
|
</summary>
|
|
469
434
|
|
|
470
435
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetAutoMergingPreviewCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetAutoMergingPreviewCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetAutoMergingPreviewCommandOutput/)
|
|
471
|
-
|
|
472
436
|
</details>
|
|
473
437
|
<details>
|
|
474
438
|
<summary>
|
|
@@ -476,7 +440,6 @@ GetCalculatedAttributeDefinition
|
|
|
476
440
|
</summary>
|
|
477
441
|
|
|
478
442
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetCalculatedAttributeDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetCalculatedAttributeDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetCalculatedAttributeDefinitionCommandOutput/)
|
|
479
|
-
|
|
480
443
|
</details>
|
|
481
444
|
<details>
|
|
482
445
|
<summary>
|
|
@@ -484,7 +447,6 @@ GetCalculatedAttributeForProfile
|
|
|
484
447
|
</summary>
|
|
485
448
|
|
|
486
449
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetCalculatedAttributeForProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetCalculatedAttributeForProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetCalculatedAttributeForProfileCommandOutput/)
|
|
487
|
-
|
|
488
450
|
</details>
|
|
489
451
|
<details>
|
|
490
452
|
<summary>
|
|
@@ -492,7 +454,6 @@ GetDomain
|
|
|
492
454
|
</summary>
|
|
493
455
|
|
|
494
456
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetDomainCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetDomainCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetDomainCommandOutput/)
|
|
495
|
-
|
|
496
457
|
</details>
|
|
497
458
|
<details>
|
|
498
459
|
<summary>
|
|
@@ -500,7 +461,6 @@ GetDomainLayout
|
|
|
500
461
|
</summary>
|
|
501
462
|
|
|
502
463
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetDomainLayoutCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetDomainLayoutCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetDomainLayoutCommandOutput/)
|
|
503
|
-
|
|
504
464
|
</details>
|
|
505
465
|
<details>
|
|
506
466
|
<summary>
|
|
@@ -508,7 +468,6 @@ GetDomainObjectType
|
|
|
508
468
|
</summary>
|
|
509
469
|
|
|
510
470
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetDomainObjectTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetDomainObjectTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetDomainObjectTypeCommandOutput/)
|
|
511
|
-
|
|
512
471
|
</details>
|
|
513
472
|
<details>
|
|
514
473
|
<summary>
|
|
@@ -516,7 +475,6 @@ GetEventStream
|
|
|
516
475
|
</summary>
|
|
517
476
|
|
|
518
477
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetEventStreamCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetEventStreamCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetEventStreamCommandOutput/)
|
|
519
|
-
|
|
520
478
|
</details>
|
|
521
479
|
<details>
|
|
522
480
|
<summary>
|
|
@@ -524,7 +482,6 @@ GetEventTrigger
|
|
|
524
482
|
</summary>
|
|
525
483
|
|
|
526
484
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetEventTriggerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetEventTriggerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetEventTriggerCommandOutput/)
|
|
527
|
-
|
|
528
485
|
</details>
|
|
529
486
|
<details>
|
|
530
487
|
<summary>
|
|
@@ -532,7 +489,6 @@ GetIdentityResolutionJob
|
|
|
532
489
|
</summary>
|
|
533
490
|
|
|
534
491
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetIdentityResolutionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetIdentityResolutionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetIdentityResolutionJobCommandOutput/)
|
|
535
|
-
|
|
536
492
|
</details>
|
|
537
493
|
<details>
|
|
538
494
|
<summary>
|
|
@@ -540,7 +496,6 @@ GetIntegration
|
|
|
540
496
|
</summary>
|
|
541
497
|
|
|
542
498
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetIntegrationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetIntegrationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetIntegrationCommandOutput/)
|
|
543
|
-
|
|
544
499
|
</details>
|
|
545
500
|
<details>
|
|
546
501
|
<summary>
|
|
@@ -548,7 +503,6 @@ GetMatches
|
|
|
548
503
|
</summary>
|
|
549
504
|
|
|
550
505
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetMatchesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetMatchesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetMatchesCommandOutput/)
|
|
551
|
-
|
|
552
506
|
</details>
|
|
553
507
|
<details>
|
|
554
508
|
<summary>
|
|
@@ -556,7 +510,6 @@ GetObjectTypeAttributeStatistics
|
|
|
556
510
|
</summary>
|
|
557
511
|
|
|
558
512
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetObjectTypeAttributeStatisticsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetObjectTypeAttributeStatisticsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetObjectTypeAttributeStatisticsCommandOutput/)
|
|
559
|
-
|
|
560
513
|
</details>
|
|
561
514
|
<details>
|
|
562
515
|
<summary>
|
|
@@ -564,7 +517,6 @@ GetProfileHistoryRecord
|
|
|
564
517
|
</summary>
|
|
565
518
|
|
|
566
519
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetProfileHistoryRecordCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetProfileHistoryRecordCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetProfileHistoryRecordCommandOutput/)
|
|
567
|
-
|
|
568
520
|
</details>
|
|
569
521
|
<details>
|
|
570
522
|
<summary>
|
|
@@ -572,7 +524,6 @@ GetProfileObjectType
|
|
|
572
524
|
</summary>
|
|
573
525
|
|
|
574
526
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetProfileObjectTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetProfileObjectTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetProfileObjectTypeCommandOutput/)
|
|
575
|
-
|
|
576
527
|
</details>
|
|
577
528
|
<details>
|
|
578
529
|
<summary>
|
|
@@ -580,7 +531,6 @@ GetProfileObjectTypeTemplate
|
|
|
580
531
|
</summary>
|
|
581
532
|
|
|
582
533
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetProfileObjectTypeTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetProfileObjectTypeTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetProfileObjectTypeTemplateCommandOutput/)
|
|
583
|
-
|
|
584
534
|
</details>
|
|
585
535
|
<details>
|
|
586
536
|
<summary>
|
|
@@ -588,7 +538,6 @@ GetProfileRecommendations
|
|
|
588
538
|
</summary>
|
|
589
539
|
|
|
590
540
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetProfileRecommendationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetProfileRecommendationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetProfileRecommendationsCommandOutput/)
|
|
591
|
-
|
|
592
541
|
</details>
|
|
593
542
|
<details>
|
|
594
543
|
<summary>
|
|
@@ -596,7 +545,6 @@ GetRecommender
|
|
|
596
545
|
</summary>
|
|
597
546
|
|
|
598
547
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetRecommenderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetRecommenderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetRecommenderCommandOutput/)
|
|
599
|
-
|
|
600
548
|
</details>
|
|
601
549
|
<details>
|
|
602
550
|
<summary>
|
|
@@ -604,7 +552,6 @@ GetSegmentDefinition
|
|
|
604
552
|
</summary>
|
|
605
553
|
|
|
606
554
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetSegmentDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetSegmentDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetSegmentDefinitionCommandOutput/)
|
|
607
|
-
|
|
608
555
|
</details>
|
|
609
556
|
<details>
|
|
610
557
|
<summary>
|
|
@@ -612,7 +559,6 @@ GetSegmentEstimate
|
|
|
612
559
|
</summary>
|
|
613
560
|
|
|
614
561
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetSegmentEstimateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetSegmentEstimateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetSegmentEstimateCommandOutput/)
|
|
615
|
-
|
|
616
562
|
</details>
|
|
617
563
|
<details>
|
|
618
564
|
<summary>
|
|
@@ -620,7 +566,6 @@ GetSegmentMembership
|
|
|
620
566
|
</summary>
|
|
621
567
|
|
|
622
568
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetSegmentMembershipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetSegmentMembershipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetSegmentMembershipCommandOutput/)
|
|
623
|
-
|
|
624
569
|
</details>
|
|
625
570
|
<details>
|
|
626
571
|
<summary>
|
|
@@ -628,7 +573,6 @@ GetSegmentSnapshot
|
|
|
628
573
|
</summary>
|
|
629
574
|
|
|
630
575
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetSegmentSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetSegmentSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetSegmentSnapshotCommandOutput/)
|
|
631
|
-
|
|
632
576
|
</details>
|
|
633
577
|
<details>
|
|
634
578
|
<summary>
|
|
@@ -636,7 +580,6 @@ GetSimilarProfiles
|
|
|
636
580
|
</summary>
|
|
637
581
|
|
|
638
582
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetSimilarProfilesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetSimilarProfilesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetSimilarProfilesCommandOutput/)
|
|
639
|
-
|
|
640
583
|
</details>
|
|
641
584
|
<details>
|
|
642
585
|
<summary>
|
|
@@ -644,7 +587,6 @@ GetUploadJob
|
|
|
644
587
|
</summary>
|
|
645
588
|
|
|
646
589
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetUploadJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetUploadJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetUploadJobCommandOutput/)
|
|
647
|
-
|
|
648
590
|
</details>
|
|
649
591
|
<details>
|
|
650
592
|
<summary>
|
|
@@ -652,7 +594,6 @@ GetUploadJobPath
|
|
|
652
594
|
</summary>
|
|
653
595
|
|
|
654
596
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetUploadJobPathCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetUploadJobPathCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetUploadJobPathCommandOutput/)
|
|
655
|
-
|
|
656
597
|
</details>
|
|
657
598
|
<details>
|
|
658
599
|
<summary>
|
|
@@ -660,7 +601,6 @@ GetWorkflow
|
|
|
660
601
|
</summary>
|
|
661
602
|
|
|
662
603
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetWorkflowCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetWorkflowCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetWorkflowCommandOutput/)
|
|
663
|
-
|
|
664
604
|
</details>
|
|
665
605
|
<details>
|
|
666
606
|
<summary>
|
|
@@ -668,7 +608,6 @@ GetWorkflowSteps
|
|
|
668
608
|
</summary>
|
|
669
609
|
|
|
670
610
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetWorkflowStepsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetWorkflowStepsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetWorkflowStepsCommandOutput/)
|
|
671
|
-
|
|
672
611
|
</details>
|
|
673
612
|
<details>
|
|
674
613
|
<summary>
|
|
@@ -676,7 +615,6 @@ ListAccountIntegrations
|
|
|
676
615
|
</summary>
|
|
677
616
|
|
|
678
617
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListAccountIntegrationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListAccountIntegrationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListAccountIntegrationsCommandOutput/)
|
|
679
|
-
|
|
680
618
|
</details>
|
|
681
619
|
<details>
|
|
682
620
|
<summary>
|
|
@@ -684,7 +622,6 @@ ListCalculatedAttributeDefinitions
|
|
|
684
622
|
</summary>
|
|
685
623
|
|
|
686
624
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListCalculatedAttributeDefinitionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListCalculatedAttributeDefinitionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListCalculatedAttributeDefinitionsCommandOutput/)
|
|
687
|
-
|
|
688
625
|
</details>
|
|
689
626
|
<details>
|
|
690
627
|
<summary>
|
|
@@ -692,7 +629,6 @@ ListCalculatedAttributesForProfile
|
|
|
692
629
|
</summary>
|
|
693
630
|
|
|
694
631
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListCalculatedAttributesForProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListCalculatedAttributesForProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListCalculatedAttributesForProfileCommandOutput/)
|
|
695
|
-
|
|
696
632
|
</details>
|
|
697
633
|
<details>
|
|
698
634
|
<summary>
|
|
@@ -700,7 +636,6 @@ ListDomainLayouts
|
|
|
700
636
|
</summary>
|
|
701
637
|
|
|
702
638
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListDomainLayoutsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListDomainLayoutsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListDomainLayoutsCommandOutput/)
|
|
703
|
-
|
|
704
639
|
</details>
|
|
705
640
|
<details>
|
|
706
641
|
<summary>
|
|
@@ -708,7 +643,6 @@ ListDomainObjectTypes
|
|
|
708
643
|
</summary>
|
|
709
644
|
|
|
710
645
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListDomainObjectTypesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListDomainObjectTypesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListDomainObjectTypesCommandOutput/)
|
|
711
|
-
|
|
712
646
|
</details>
|
|
713
647
|
<details>
|
|
714
648
|
<summary>
|
|
@@ -716,7 +650,6 @@ ListDomains
|
|
|
716
650
|
</summary>
|
|
717
651
|
|
|
718
652
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListDomainsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListDomainsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListDomainsCommandOutput/)
|
|
719
|
-
|
|
720
653
|
</details>
|
|
721
654
|
<details>
|
|
722
655
|
<summary>
|
|
@@ -724,7 +657,6 @@ ListEventStreams
|
|
|
724
657
|
</summary>
|
|
725
658
|
|
|
726
659
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListEventStreamsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListEventStreamsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListEventStreamsCommandOutput/)
|
|
727
|
-
|
|
728
660
|
</details>
|
|
729
661
|
<details>
|
|
730
662
|
<summary>
|
|
@@ -732,7 +664,6 @@ ListEventTriggers
|
|
|
732
664
|
</summary>
|
|
733
665
|
|
|
734
666
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListEventTriggersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListEventTriggersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListEventTriggersCommandOutput/)
|
|
735
|
-
|
|
736
667
|
</details>
|
|
737
668
|
<details>
|
|
738
669
|
<summary>
|
|
@@ -740,7 +671,6 @@ ListIdentityResolutionJobs
|
|
|
740
671
|
</summary>
|
|
741
672
|
|
|
742
673
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListIdentityResolutionJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListIdentityResolutionJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListIdentityResolutionJobsCommandOutput/)
|
|
743
|
-
|
|
744
674
|
</details>
|
|
745
675
|
<details>
|
|
746
676
|
<summary>
|
|
@@ -748,7 +678,6 @@ ListIntegrations
|
|
|
748
678
|
</summary>
|
|
749
679
|
|
|
750
680
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListIntegrationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListIntegrationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListIntegrationsCommandOutput/)
|
|
751
|
-
|
|
752
681
|
</details>
|
|
753
682
|
<details>
|
|
754
683
|
<summary>
|
|
@@ -756,7 +685,6 @@ ListObjectTypeAttributes
|
|
|
756
685
|
</summary>
|
|
757
686
|
|
|
758
687
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListObjectTypeAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListObjectTypeAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListObjectTypeAttributesCommandOutput/)
|
|
759
|
-
|
|
760
688
|
</details>
|
|
761
689
|
<details>
|
|
762
690
|
<summary>
|
|
@@ -764,7 +692,6 @@ ListObjectTypeAttributeValues
|
|
|
764
692
|
</summary>
|
|
765
693
|
|
|
766
694
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListObjectTypeAttributeValuesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListObjectTypeAttributeValuesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListObjectTypeAttributeValuesCommandOutput/)
|
|
767
|
-
|
|
768
695
|
</details>
|
|
769
696
|
<details>
|
|
770
697
|
<summary>
|
|
@@ -772,7 +699,6 @@ ListProfileAttributeValues
|
|
|
772
699
|
</summary>
|
|
773
700
|
|
|
774
701
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListProfileAttributeValuesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListProfileAttributeValuesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListProfileAttributeValuesCommandOutput/)
|
|
775
|
-
|
|
776
702
|
</details>
|
|
777
703
|
<details>
|
|
778
704
|
<summary>
|
|
@@ -780,7 +706,6 @@ ListProfileHistoryRecords
|
|
|
780
706
|
</summary>
|
|
781
707
|
|
|
782
708
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListProfileHistoryRecordsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListProfileHistoryRecordsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListProfileHistoryRecordsCommandOutput/)
|
|
783
|
-
|
|
784
709
|
</details>
|
|
785
710
|
<details>
|
|
786
711
|
<summary>
|
|
@@ -788,7 +713,6 @@ ListProfileObjects
|
|
|
788
713
|
</summary>
|
|
789
714
|
|
|
790
715
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListProfileObjectsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListProfileObjectsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListProfileObjectsCommandOutput/)
|
|
791
|
-
|
|
792
716
|
</details>
|
|
793
717
|
<details>
|
|
794
718
|
<summary>
|
|
@@ -796,7 +720,6 @@ ListProfileObjectTypes
|
|
|
796
720
|
</summary>
|
|
797
721
|
|
|
798
722
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListProfileObjectTypesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListProfileObjectTypesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListProfileObjectTypesCommandOutput/)
|
|
799
|
-
|
|
800
723
|
</details>
|
|
801
724
|
<details>
|
|
802
725
|
<summary>
|
|
@@ -804,7 +727,6 @@ ListProfileObjectTypeTemplates
|
|
|
804
727
|
</summary>
|
|
805
728
|
|
|
806
729
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListProfileObjectTypeTemplatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListProfileObjectTypeTemplatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListProfileObjectTypeTemplatesCommandOutput/)
|
|
807
|
-
|
|
808
730
|
</details>
|
|
809
731
|
<details>
|
|
810
732
|
<summary>
|
|
@@ -812,7 +734,6 @@ ListRecommenderRecipes
|
|
|
812
734
|
</summary>
|
|
813
735
|
|
|
814
736
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListRecommenderRecipesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListRecommenderRecipesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListRecommenderRecipesCommandOutput/)
|
|
815
|
-
|
|
816
737
|
</details>
|
|
817
738
|
<details>
|
|
818
739
|
<summary>
|
|
@@ -820,7 +741,6 @@ ListRecommenders
|
|
|
820
741
|
</summary>
|
|
821
742
|
|
|
822
743
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListRecommendersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListRecommendersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListRecommendersCommandOutput/)
|
|
823
|
-
|
|
824
744
|
</details>
|
|
825
745
|
<details>
|
|
826
746
|
<summary>
|
|
@@ -828,7 +748,6 @@ ListRuleBasedMatches
|
|
|
828
748
|
</summary>
|
|
829
749
|
|
|
830
750
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListRuleBasedMatchesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListRuleBasedMatchesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListRuleBasedMatchesCommandOutput/)
|
|
831
|
-
|
|
832
751
|
</details>
|
|
833
752
|
<details>
|
|
834
753
|
<summary>
|
|
@@ -836,7 +755,6 @@ ListSegmentDefinitions
|
|
|
836
755
|
</summary>
|
|
837
756
|
|
|
838
757
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListSegmentDefinitionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListSegmentDefinitionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListSegmentDefinitionsCommandOutput/)
|
|
839
|
-
|
|
840
758
|
</details>
|
|
841
759
|
<details>
|
|
842
760
|
<summary>
|
|
@@ -844,7 +762,6 @@ ListTagsForResource
|
|
|
844
762
|
</summary>
|
|
845
763
|
|
|
846
764
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListTagsForResourceCommandOutput/)
|
|
847
|
-
|
|
848
765
|
</details>
|
|
849
766
|
<details>
|
|
850
767
|
<summary>
|
|
@@ -852,7 +769,6 @@ ListUploadJobs
|
|
|
852
769
|
</summary>
|
|
853
770
|
|
|
854
771
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListUploadJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListUploadJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListUploadJobsCommandOutput/)
|
|
855
|
-
|
|
856
772
|
</details>
|
|
857
773
|
<details>
|
|
858
774
|
<summary>
|
|
@@ -860,7 +776,6 @@ ListWorkflows
|
|
|
860
776
|
</summary>
|
|
861
777
|
|
|
862
778
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListWorkflowsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListWorkflowsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListWorkflowsCommandOutput/)
|
|
863
|
-
|
|
864
779
|
</details>
|
|
865
780
|
<details>
|
|
866
781
|
<summary>
|
|
@@ -868,7 +783,6 @@ MergeProfiles
|
|
|
868
783
|
</summary>
|
|
869
784
|
|
|
870
785
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/MergeProfilesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/MergeProfilesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/MergeProfilesCommandOutput/)
|
|
871
|
-
|
|
872
786
|
</details>
|
|
873
787
|
<details>
|
|
874
788
|
<summary>
|
|
@@ -876,7 +790,6 @@ PutDomainObjectType
|
|
|
876
790
|
</summary>
|
|
877
791
|
|
|
878
792
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/PutDomainObjectTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/PutDomainObjectTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/PutDomainObjectTypeCommandOutput/)
|
|
879
|
-
|
|
880
793
|
</details>
|
|
881
794
|
<details>
|
|
882
795
|
<summary>
|
|
@@ -884,7 +797,6 @@ PutIntegration
|
|
|
884
797
|
</summary>
|
|
885
798
|
|
|
886
799
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/PutIntegrationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/PutIntegrationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/PutIntegrationCommandOutput/)
|
|
887
|
-
|
|
888
800
|
</details>
|
|
889
801
|
<details>
|
|
890
802
|
<summary>
|
|
@@ -892,7 +804,6 @@ PutProfileObject
|
|
|
892
804
|
</summary>
|
|
893
805
|
|
|
894
806
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/PutProfileObjectCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/PutProfileObjectCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/PutProfileObjectCommandOutput/)
|
|
895
|
-
|
|
896
807
|
</details>
|
|
897
808
|
<details>
|
|
898
809
|
<summary>
|
|
@@ -900,7 +811,6 @@ PutProfileObjectType
|
|
|
900
811
|
</summary>
|
|
901
812
|
|
|
902
813
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/PutProfileObjectTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/PutProfileObjectTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/PutProfileObjectTypeCommandOutput/)
|
|
903
|
-
|
|
904
814
|
</details>
|
|
905
815
|
<details>
|
|
906
816
|
<summary>
|
|
@@ -908,7 +818,6 @@ SearchProfiles
|
|
|
908
818
|
</summary>
|
|
909
819
|
|
|
910
820
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/SearchProfilesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/SearchProfilesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/SearchProfilesCommandOutput/)
|
|
911
|
-
|
|
912
821
|
</details>
|
|
913
822
|
<details>
|
|
914
823
|
<summary>
|
|
@@ -916,7 +825,6 @@ StartRecommender
|
|
|
916
825
|
</summary>
|
|
917
826
|
|
|
918
827
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/StartRecommenderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/StartRecommenderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/StartRecommenderCommandOutput/)
|
|
919
|
-
|
|
920
828
|
</details>
|
|
921
829
|
<details>
|
|
922
830
|
<summary>
|
|
@@ -924,7 +832,6 @@ StartUploadJob
|
|
|
924
832
|
</summary>
|
|
925
833
|
|
|
926
834
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/StartUploadJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/StartUploadJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/StartUploadJobCommandOutput/)
|
|
927
|
-
|
|
928
835
|
</details>
|
|
929
836
|
<details>
|
|
930
837
|
<summary>
|
|
@@ -932,7 +839,6 @@ StopRecommender
|
|
|
932
839
|
</summary>
|
|
933
840
|
|
|
934
841
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/StopRecommenderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/StopRecommenderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/StopRecommenderCommandOutput/)
|
|
935
|
-
|
|
936
842
|
</details>
|
|
937
843
|
<details>
|
|
938
844
|
<summary>
|
|
@@ -940,7 +846,6 @@ StopUploadJob
|
|
|
940
846
|
</summary>
|
|
941
847
|
|
|
942
848
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/StopUploadJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/StopUploadJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/StopUploadJobCommandOutput/)
|
|
943
|
-
|
|
944
849
|
</details>
|
|
945
850
|
<details>
|
|
946
851
|
<summary>
|
|
@@ -948,7 +853,6 @@ TagResource
|
|
|
948
853
|
</summary>
|
|
949
854
|
|
|
950
855
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/TagResourceCommandOutput/)
|
|
951
|
-
|
|
952
856
|
</details>
|
|
953
857
|
<details>
|
|
954
858
|
<summary>
|
|
@@ -956,7 +860,6 @@ UntagResource
|
|
|
956
860
|
</summary>
|
|
957
861
|
|
|
958
862
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/UntagResourceCommandOutput/)
|
|
959
|
-
|
|
960
863
|
</details>
|
|
961
864
|
<details>
|
|
962
865
|
<summary>
|
|
@@ -964,7 +867,6 @@ UpdateCalculatedAttributeDefinition
|
|
|
964
867
|
</summary>
|
|
965
868
|
|
|
966
869
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/UpdateCalculatedAttributeDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/UpdateCalculatedAttributeDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/UpdateCalculatedAttributeDefinitionCommandOutput/)
|
|
967
|
-
|
|
968
870
|
</details>
|
|
969
871
|
<details>
|
|
970
872
|
<summary>
|
|
@@ -972,7 +874,6 @@ UpdateDomain
|
|
|
972
874
|
</summary>
|
|
973
875
|
|
|
974
876
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/UpdateDomainCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/UpdateDomainCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/UpdateDomainCommandOutput/)
|
|
975
|
-
|
|
976
877
|
</details>
|
|
977
878
|
<details>
|
|
978
879
|
<summary>
|
|
@@ -980,7 +881,6 @@ UpdateDomainLayout
|
|
|
980
881
|
</summary>
|
|
981
882
|
|
|
982
883
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/UpdateDomainLayoutCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/UpdateDomainLayoutCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/UpdateDomainLayoutCommandOutput/)
|
|
983
|
-
|
|
984
884
|
</details>
|
|
985
885
|
<details>
|
|
986
886
|
<summary>
|
|
@@ -988,7 +888,6 @@ UpdateEventTrigger
|
|
|
988
888
|
</summary>
|
|
989
889
|
|
|
990
890
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/UpdateEventTriggerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/UpdateEventTriggerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/UpdateEventTriggerCommandOutput/)
|
|
991
|
-
|
|
992
891
|
</details>
|
|
993
892
|
<details>
|
|
994
893
|
<summary>
|
|
@@ -996,7 +895,6 @@ UpdateProfile
|
|
|
996
895
|
</summary>
|
|
997
896
|
|
|
998
897
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/UpdateProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/UpdateProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/UpdateProfileCommandOutput/)
|
|
999
|
-
|
|
1000
898
|
</details>
|
|
1001
899
|
<details>
|
|
1002
900
|
<summary>
|
|
@@ -1004,5 +902,4 @@ UpdateRecommender
|
|
|
1004
902
|
</summary>
|
|
1005
903
|
|
|
1006
904
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/UpdateRecommenderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/UpdateRecommenderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/UpdateRecommenderCommandOutput/)
|
|
1007
|
-
|
|
1008
905
|
</details>
|