@aws-sdk/client-customer-profiles 3.693.0 → 3.695.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 (77) hide show
  1. package/README.md +104 -0
  2. package/dist-cjs/index.js +1265 -46
  3. package/dist-es/CustomerProfiles.js +26 -0
  4. package/dist-es/commands/BatchGetCalculatedAttributeForProfileCommand.js +23 -0
  5. package/dist-es/commands/BatchGetProfileCommand.js +23 -0
  6. package/dist-es/commands/CreateSegmentDefinitionCommand.js +23 -0
  7. package/dist-es/commands/CreateSegmentEstimateCommand.js +23 -0
  8. package/dist-es/commands/CreateSegmentSnapshotCommand.js +22 -0
  9. package/dist-es/commands/DeleteSegmentDefinitionCommand.js +22 -0
  10. package/dist-es/commands/GetSegmentDefinitionCommand.js +23 -0
  11. package/dist-es/commands/GetSegmentEstimateCommand.js +22 -0
  12. package/dist-es/commands/GetSegmentMembershipCommand.js +23 -0
  13. package/dist-es/commands/GetSegmentSnapshotCommand.js +22 -0
  14. package/dist-es/commands/ListObjectTypeAttributesCommand.js +22 -0
  15. package/dist-es/commands/ListProfileAttributeValuesCommand.js +22 -0
  16. package/dist-es/commands/ListSegmentDefinitionsCommand.js +23 -0
  17. package/dist-es/commands/index.js +13 -0
  18. package/dist-es/models/models_0.js +208 -34
  19. package/dist-es/pagination/GetSimilarProfilesPaginator.js +4 -0
  20. package/dist-es/pagination/ListObjectTypeAttributesPaginator.js +4 -0
  21. package/dist-es/pagination/ListRuleBasedMatchesPaginator.js +4 -0
  22. package/dist-es/pagination/ListSegmentDefinitionsPaginator.js +4 -0
  23. package/dist-es/pagination/index.js +4 -0
  24. package/dist-es/protocols/Aws_restJson1.js +739 -2
  25. package/dist-types/CustomerProfiles.d.ts +91 -0
  26. package/dist-types/CustomerProfilesClient.d.ts +15 -2
  27. package/dist-types/commands/BatchGetCalculatedAttributeForProfileCommand.d.ts +119 -0
  28. package/dist-types/commands/BatchGetProfileCommand.d.ts +177 -0
  29. package/dist-types/commands/CreateCalculatedAttributeDefinitionCommand.d.ts +40 -0
  30. package/dist-types/commands/CreateSegmentDefinitionCommand.d.ts +221 -0
  31. package/dist-types/commands/CreateSegmentEstimateCommand.d.ts +210 -0
  32. package/dist-types/commands/CreateSegmentSnapshotCommand.d.ts +91 -0
  33. package/dist-types/commands/DeleteSegmentDefinitionCommand.d.ts +87 -0
  34. package/dist-types/commands/DetectProfileObjectTypeCommand.d.ts +1 -1
  35. package/dist-types/commands/GetCalculatedAttributeDefinitionCommand.d.ts +20 -0
  36. package/dist-types/commands/GetProfileObjectTypeCommand.d.ts +1 -1
  37. package/dist-types/commands/GetProfileObjectTypeTemplateCommand.d.ts +1 -1
  38. package/dist-types/commands/GetSegmentDefinitionCommand.d.ts +216 -0
  39. package/dist-types/commands/GetSegmentEstimateCommand.d.ts +92 -0
  40. package/dist-types/commands/GetSegmentMembershipCommand.d.ts +183 -0
  41. package/dist-types/commands/GetSegmentSnapshotCommand.d.ts +94 -0
  42. package/dist-types/commands/ListObjectTypeAttributesCommand.d.ts +95 -0
  43. package/dist-types/commands/ListProfileAttributeValuesCommand.d.ts +94 -0
  44. package/dist-types/commands/ListSegmentDefinitionsCommand.d.ts +100 -0
  45. package/dist-types/commands/PutProfileObjectTypeCommand.d.ts +2 -2
  46. package/dist-types/commands/index.d.ts +13 -0
  47. package/dist-types/models/models_0.d.ts +2277 -826
  48. package/dist-types/pagination/GetSimilarProfilesPaginator.d.ts +7 -0
  49. package/dist-types/pagination/ListObjectTypeAttributesPaginator.d.ts +7 -0
  50. package/dist-types/pagination/ListRuleBasedMatchesPaginator.d.ts +7 -0
  51. package/dist-types/pagination/ListSegmentDefinitionsPaginator.d.ts +7 -0
  52. package/dist-types/pagination/index.d.ts +4 -0
  53. package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
  54. package/dist-types/ts3.4/CustomerProfiles.d.ts +227 -0
  55. package/dist-types/ts3.4/CustomerProfilesClient.d.ts +78 -0
  56. package/dist-types/ts3.4/commands/BatchGetCalculatedAttributeForProfileCommand.d.ts +51 -0
  57. package/dist-types/ts3.4/commands/BatchGetProfileCommand.d.ts +50 -0
  58. package/dist-types/ts3.4/commands/CreateSegmentDefinitionCommand.d.ts +51 -0
  59. package/dist-types/ts3.4/commands/CreateSegmentEstimateCommand.d.ts +51 -0
  60. package/dist-types/ts3.4/commands/CreateSegmentSnapshotCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/DeleteSegmentDefinitionCommand.d.ts +51 -0
  62. package/dist-types/ts3.4/commands/GetSegmentDefinitionCommand.d.ts +51 -0
  63. package/dist-types/ts3.4/commands/GetSegmentEstimateCommand.d.ts +51 -0
  64. package/dist-types/ts3.4/commands/GetSegmentMembershipCommand.d.ts +51 -0
  65. package/dist-types/ts3.4/commands/GetSegmentSnapshotCommand.d.ts +51 -0
  66. package/dist-types/ts3.4/commands/ListObjectTypeAttributesCommand.d.ts +51 -0
  67. package/dist-types/ts3.4/commands/ListProfileAttributeValuesCommand.d.ts +51 -0
  68. package/dist-types/ts3.4/commands/ListSegmentDefinitionsCommand.d.ts +51 -0
  69. package/dist-types/ts3.4/commands/index.d.ts +13 -0
  70. package/dist-types/ts3.4/models/models_0.d.ts +503 -44
  71. package/dist-types/ts3.4/pagination/GetSimilarProfilesPaginator.d.ts +11 -0
  72. package/dist-types/ts3.4/pagination/ListObjectTypeAttributesPaginator.d.ts +11 -0
  73. package/dist-types/ts3.4/pagination/ListRuleBasedMatchesPaginator.d.ts +11 -0
  74. package/dist-types/ts3.4/pagination/ListSegmentDefinitionsPaginator.d.ts +11 -0
  75. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  76. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
  77. package/package.json +1 -1
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { GetSimilarProfilesCommandInput, GetSimilarProfilesCommandOutput } from "../commands/GetSimilarProfilesCommand";
3
+ import { CustomerProfilesPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateGetSimilarProfiles: (config: CustomerProfilesPaginationConfiguration, input: GetSimilarProfilesCommandInput, ...rest: any[]) => Paginator<GetSimilarProfilesCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListObjectTypeAttributesCommandInput, ListObjectTypeAttributesCommandOutput } from "../commands/ListObjectTypeAttributesCommand";
3
+ import { CustomerProfilesPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListObjectTypeAttributes: (config: CustomerProfilesPaginationConfiguration, input: ListObjectTypeAttributesCommandInput, ...rest: any[]) => Paginator<ListObjectTypeAttributesCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListRuleBasedMatchesCommandInput, ListRuleBasedMatchesCommandOutput } from "../commands/ListRuleBasedMatchesCommand";
3
+ import { CustomerProfilesPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListRuleBasedMatches: (config: CustomerProfilesPaginationConfiguration, input: ListRuleBasedMatchesCommandInput, ...rest: any[]) => Paginator<ListRuleBasedMatchesCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListSegmentDefinitionsCommandInput, ListSegmentDefinitionsCommandOutput } from "../commands/ListSegmentDefinitionsCommand";
3
+ import { CustomerProfilesPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListSegmentDefinitions: (config: CustomerProfilesPaginationConfiguration, input: ListSegmentDefinitionsCommandInput, ...rest: any[]) => Paginator<ListSegmentDefinitionsCommandOutput>;
@@ -1,2 +1,6 @@
1
+ export * from "./GetSimilarProfilesPaginator";
1
2
  export * from "./Interfaces";
2
3
  export * from "./ListEventStreamsPaginator";
4
+ export * from "./ListObjectTypeAttributesPaginator";
5
+ export * from "./ListRuleBasedMatchesPaginator";
6
+ export * from "./ListSegmentDefinitionsPaginator";
@@ -1,11 +1,16 @@
1
1
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
2
  import { SerdeContext as __SerdeContext } from "@smithy/types";
3
3
  import { AddProfileKeyCommandInput, AddProfileKeyCommandOutput } from "../commands/AddProfileKeyCommand";
4
+ import { BatchGetCalculatedAttributeForProfileCommandInput, BatchGetCalculatedAttributeForProfileCommandOutput } from "../commands/BatchGetCalculatedAttributeForProfileCommand";
5
+ import { BatchGetProfileCommandInput, BatchGetProfileCommandOutput } from "../commands/BatchGetProfileCommand";
4
6
  import { CreateCalculatedAttributeDefinitionCommandInput, CreateCalculatedAttributeDefinitionCommandOutput } from "../commands/CreateCalculatedAttributeDefinitionCommand";
5
7
  import { CreateDomainCommandInput, CreateDomainCommandOutput } from "../commands/CreateDomainCommand";
6
8
  import { CreateEventStreamCommandInput, CreateEventStreamCommandOutput } from "../commands/CreateEventStreamCommand";
7
9
  import { CreateIntegrationWorkflowCommandInput, CreateIntegrationWorkflowCommandOutput } from "../commands/CreateIntegrationWorkflowCommand";
8
10
  import { CreateProfileCommandInput, CreateProfileCommandOutput } from "../commands/CreateProfileCommand";
11
+ import { CreateSegmentDefinitionCommandInput, CreateSegmentDefinitionCommandOutput } from "../commands/CreateSegmentDefinitionCommand";
12
+ import { CreateSegmentEstimateCommandInput, CreateSegmentEstimateCommandOutput } from "../commands/CreateSegmentEstimateCommand";
13
+ import { CreateSegmentSnapshotCommandInput, CreateSegmentSnapshotCommandOutput } from "../commands/CreateSegmentSnapshotCommand";
9
14
  import { DeleteCalculatedAttributeDefinitionCommandInput, DeleteCalculatedAttributeDefinitionCommandOutput } from "../commands/DeleteCalculatedAttributeDefinitionCommand";
10
15
  import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "../commands/DeleteDomainCommand";
11
16
  import { DeleteEventStreamCommandInput, DeleteEventStreamCommandOutput } from "../commands/DeleteEventStreamCommand";
@@ -14,6 +19,7 @@ import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "../comman
14
19
  import { DeleteProfileKeyCommandInput, DeleteProfileKeyCommandOutput } from "../commands/DeleteProfileKeyCommand";
15
20
  import { DeleteProfileObjectCommandInput, DeleteProfileObjectCommandOutput } from "../commands/DeleteProfileObjectCommand";
16
21
  import { DeleteProfileObjectTypeCommandInput, DeleteProfileObjectTypeCommandOutput } from "../commands/DeleteProfileObjectTypeCommand";
22
+ import { DeleteSegmentDefinitionCommandInput, DeleteSegmentDefinitionCommandOutput } from "../commands/DeleteSegmentDefinitionCommand";
17
23
  import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "../commands/DeleteWorkflowCommand";
18
24
  import { DetectProfileObjectTypeCommandInput, DetectProfileObjectTypeCommandOutput } from "../commands/DetectProfileObjectTypeCommand";
19
25
  import { GetAutoMergingPreviewCommandInput, GetAutoMergingPreviewCommandOutput } from "../commands/GetAutoMergingPreviewCommand";
@@ -26,6 +32,10 @@ import { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "../comm
26
32
  import { GetMatchesCommandInput, GetMatchesCommandOutput } from "../commands/GetMatchesCommand";
27
33
  import { GetProfileObjectTypeCommandInput, GetProfileObjectTypeCommandOutput } from "../commands/GetProfileObjectTypeCommand";
28
34
  import { GetProfileObjectTypeTemplateCommandInput, GetProfileObjectTypeTemplateCommandOutput } from "../commands/GetProfileObjectTypeTemplateCommand";
35
+ import { GetSegmentDefinitionCommandInput, GetSegmentDefinitionCommandOutput } from "../commands/GetSegmentDefinitionCommand";
36
+ import { GetSegmentEstimateCommandInput, GetSegmentEstimateCommandOutput } from "../commands/GetSegmentEstimateCommand";
37
+ import { GetSegmentMembershipCommandInput, GetSegmentMembershipCommandOutput } from "../commands/GetSegmentMembershipCommand";
38
+ import { GetSegmentSnapshotCommandInput, GetSegmentSnapshotCommandOutput } from "../commands/GetSegmentSnapshotCommand";
29
39
  import { GetSimilarProfilesCommandInput, GetSimilarProfilesCommandOutput } from "../commands/GetSimilarProfilesCommand";
30
40
  import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "../commands/GetWorkflowCommand";
31
41
  import { GetWorkflowStepsCommandInput, GetWorkflowStepsCommandOutput } from "../commands/GetWorkflowStepsCommand";
@@ -36,10 +46,13 @@ import { ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/L
36
46
  import { ListEventStreamsCommandInput, ListEventStreamsCommandOutput } from "../commands/ListEventStreamsCommand";
37
47
  import { ListIdentityResolutionJobsCommandInput, ListIdentityResolutionJobsCommandOutput } from "../commands/ListIdentityResolutionJobsCommand";
38
48
  import { ListIntegrationsCommandInput, ListIntegrationsCommandOutput } from "../commands/ListIntegrationsCommand";
49
+ import { ListObjectTypeAttributesCommandInput, ListObjectTypeAttributesCommandOutput } from "../commands/ListObjectTypeAttributesCommand";
50
+ import { ListProfileAttributeValuesCommandInput, ListProfileAttributeValuesCommandOutput } from "../commands/ListProfileAttributeValuesCommand";
39
51
  import { ListProfileObjectsCommandInput, ListProfileObjectsCommandOutput } from "../commands/ListProfileObjectsCommand";
40
52
  import { ListProfileObjectTypesCommandInput, ListProfileObjectTypesCommandOutput } from "../commands/ListProfileObjectTypesCommand";
41
53
  import { ListProfileObjectTypeTemplatesCommandInput, ListProfileObjectTypeTemplatesCommandOutput } from "../commands/ListProfileObjectTypeTemplatesCommand";
42
54
  import { ListRuleBasedMatchesCommandInput, ListRuleBasedMatchesCommandOutput } from "../commands/ListRuleBasedMatchesCommand";
55
+ import { ListSegmentDefinitionsCommandInput, ListSegmentDefinitionsCommandOutput } from "../commands/ListSegmentDefinitionsCommand";
43
56
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
44
57
  import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
45
58
  import { MergeProfilesCommandInput, MergeProfilesCommandOutput } from "../commands/MergeProfilesCommand";
@@ -56,6 +69,14 @@ import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "../comman
56
69
  * serializeAws_restJson1AddProfileKeyCommand
57
70
  */
58
71
  export declare const se_AddProfileKeyCommand: (input: AddProfileKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
+ /**
73
+ * serializeAws_restJson1BatchGetCalculatedAttributeForProfileCommand
74
+ */
75
+ export declare const se_BatchGetCalculatedAttributeForProfileCommand: (input: BatchGetCalculatedAttributeForProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
+ /**
77
+ * serializeAws_restJson1BatchGetProfileCommand
78
+ */
79
+ export declare const se_BatchGetProfileCommand: (input: BatchGetProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
80
  /**
60
81
  * serializeAws_restJson1CreateCalculatedAttributeDefinitionCommand
61
82
  */
@@ -76,6 +97,18 @@ export declare const se_CreateIntegrationWorkflowCommand: (input: CreateIntegrat
76
97
  * serializeAws_restJson1CreateProfileCommand
77
98
  */
78
99
  export declare const se_CreateProfileCommand: (input: CreateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
+ /**
101
+ * serializeAws_restJson1CreateSegmentDefinitionCommand
102
+ */
103
+ export declare const se_CreateSegmentDefinitionCommand: (input: CreateSegmentDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
+ /**
105
+ * serializeAws_restJson1CreateSegmentEstimateCommand
106
+ */
107
+ export declare const se_CreateSegmentEstimateCommand: (input: CreateSegmentEstimateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
+ /**
109
+ * serializeAws_restJson1CreateSegmentSnapshotCommand
110
+ */
111
+ export declare const se_CreateSegmentSnapshotCommand: (input: CreateSegmentSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
112
  /**
80
113
  * serializeAws_restJson1DeleteCalculatedAttributeDefinitionCommand
81
114
  */
@@ -108,6 +141,10 @@ export declare const se_DeleteProfileObjectCommand: (input: DeleteProfileObjectC
108
141
  * serializeAws_restJson1DeleteProfileObjectTypeCommand
109
142
  */
110
143
  export declare const se_DeleteProfileObjectTypeCommand: (input: DeleteProfileObjectTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
+ /**
145
+ * serializeAws_restJson1DeleteSegmentDefinitionCommand
146
+ */
147
+ export declare const se_DeleteSegmentDefinitionCommand: (input: DeleteSegmentDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
148
  /**
112
149
  * serializeAws_restJson1DeleteWorkflowCommand
113
150
  */
@@ -156,6 +193,22 @@ export declare const se_GetProfileObjectTypeCommand: (input: GetProfileObjectTyp
156
193
  * serializeAws_restJson1GetProfileObjectTypeTemplateCommand
157
194
  */
158
195
  export declare const se_GetProfileObjectTypeTemplateCommand: (input: GetProfileObjectTypeTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
+ /**
197
+ * serializeAws_restJson1GetSegmentDefinitionCommand
198
+ */
199
+ export declare const se_GetSegmentDefinitionCommand: (input: GetSegmentDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
+ /**
201
+ * serializeAws_restJson1GetSegmentEstimateCommand
202
+ */
203
+ export declare const se_GetSegmentEstimateCommand: (input: GetSegmentEstimateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
+ /**
205
+ * serializeAws_restJson1GetSegmentMembershipCommand
206
+ */
207
+ export declare const se_GetSegmentMembershipCommand: (input: GetSegmentMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
+ /**
209
+ * serializeAws_restJson1GetSegmentSnapshotCommand
210
+ */
211
+ export declare const se_GetSegmentSnapshotCommand: (input: GetSegmentSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
212
  /**
160
213
  * serializeAws_restJson1GetSimilarProfilesCommand
161
214
  */
@@ -196,6 +249,14 @@ export declare const se_ListIdentityResolutionJobsCommand: (input: ListIdentityR
196
249
  * serializeAws_restJson1ListIntegrationsCommand
197
250
  */
198
251
  export declare const se_ListIntegrationsCommand: (input: ListIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
252
+ /**
253
+ * serializeAws_restJson1ListObjectTypeAttributesCommand
254
+ */
255
+ export declare const se_ListObjectTypeAttributesCommand: (input: ListObjectTypeAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
256
+ /**
257
+ * serializeAws_restJson1ListProfileAttributeValuesCommand
258
+ */
259
+ export declare const se_ListProfileAttributeValuesCommand: (input: ListProfileAttributeValuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
260
  /**
200
261
  * serializeAws_restJson1ListProfileObjectsCommand
201
262
  */
@@ -212,6 +273,10 @@ export declare const se_ListProfileObjectTypeTemplatesCommand: (input: ListProfi
212
273
  * serializeAws_restJson1ListRuleBasedMatchesCommand
213
274
  */
214
275
  export declare const se_ListRuleBasedMatchesCommand: (input: ListRuleBasedMatchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
276
+ /**
277
+ * serializeAws_restJson1ListSegmentDefinitionsCommand
278
+ */
279
+ export declare const se_ListSegmentDefinitionsCommand: (input: ListSegmentDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
280
  /**
216
281
  * serializeAws_restJson1ListTagsForResourceCommand
217
282
  */
@@ -264,6 +329,14 @@ export declare const se_UpdateProfileCommand: (input: UpdateProfileCommandInput,
264
329
  * deserializeAws_restJson1AddProfileKeyCommand
265
330
  */
266
331
  export declare const de_AddProfileKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddProfileKeyCommandOutput>;
332
+ /**
333
+ * deserializeAws_restJson1BatchGetCalculatedAttributeForProfileCommand
334
+ */
335
+ export declare const de_BatchGetCalculatedAttributeForProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetCalculatedAttributeForProfileCommandOutput>;
336
+ /**
337
+ * deserializeAws_restJson1BatchGetProfileCommand
338
+ */
339
+ export declare const de_BatchGetProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetProfileCommandOutput>;
267
340
  /**
268
341
  * deserializeAws_restJson1CreateCalculatedAttributeDefinitionCommand
269
342
  */
@@ -284,6 +357,18 @@ export declare const de_CreateIntegrationWorkflowCommand: (output: __HttpRespons
284
357
  * deserializeAws_restJson1CreateProfileCommand
285
358
  */
286
359
  export declare const de_CreateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProfileCommandOutput>;
360
+ /**
361
+ * deserializeAws_restJson1CreateSegmentDefinitionCommand
362
+ */
363
+ export declare const de_CreateSegmentDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSegmentDefinitionCommandOutput>;
364
+ /**
365
+ * deserializeAws_restJson1CreateSegmentEstimateCommand
366
+ */
367
+ export declare const de_CreateSegmentEstimateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSegmentEstimateCommandOutput>;
368
+ /**
369
+ * deserializeAws_restJson1CreateSegmentSnapshotCommand
370
+ */
371
+ export declare const de_CreateSegmentSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSegmentSnapshotCommandOutput>;
287
372
  /**
288
373
  * deserializeAws_restJson1DeleteCalculatedAttributeDefinitionCommand
289
374
  */
@@ -316,6 +401,10 @@ export declare const de_DeleteProfileObjectCommand: (output: __HttpResponse, con
316
401
  * deserializeAws_restJson1DeleteProfileObjectTypeCommand
317
402
  */
318
403
  export declare const de_DeleteProfileObjectTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileObjectTypeCommandOutput>;
404
+ /**
405
+ * deserializeAws_restJson1DeleteSegmentDefinitionCommand
406
+ */
407
+ export declare const de_DeleteSegmentDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSegmentDefinitionCommandOutput>;
319
408
  /**
320
409
  * deserializeAws_restJson1DeleteWorkflowCommand
321
410
  */
@@ -364,6 +453,22 @@ export declare const de_GetProfileObjectTypeCommand: (output: __HttpResponse, co
364
453
  * deserializeAws_restJson1GetProfileObjectTypeTemplateCommand
365
454
  */
366
455
  export declare const de_GetProfileObjectTypeTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProfileObjectTypeTemplateCommandOutput>;
456
+ /**
457
+ * deserializeAws_restJson1GetSegmentDefinitionCommand
458
+ */
459
+ export declare const de_GetSegmentDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSegmentDefinitionCommandOutput>;
460
+ /**
461
+ * deserializeAws_restJson1GetSegmentEstimateCommand
462
+ */
463
+ export declare const de_GetSegmentEstimateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSegmentEstimateCommandOutput>;
464
+ /**
465
+ * deserializeAws_restJson1GetSegmentMembershipCommand
466
+ */
467
+ export declare const de_GetSegmentMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSegmentMembershipCommandOutput>;
468
+ /**
469
+ * deserializeAws_restJson1GetSegmentSnapshotCommand
470
+ */
471
+ export declare const de_GetSegmentSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSegmentSnapshotCommandOutput>;
367
472
  /**
368
473
  * deserializeAws_restJson1GetSimilarProfilesCommand
369
474
  */
@@ -404,6 +509,14 @@ export declare const de_ListIdentityResolutionJobsCommand: (output: __HttpRespon
404
509
  * deserializeAws_restJson1ListIntegrationsCommand
405
510
  */
406
511
  export declare const de_ListIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIntegrationsCommandOutput>;
512
+ /**
513
+ * deserializeAws_restJson1ListObjectTypeAttributesCommand
514
+ */
515
+ export declare const de_ListObjectTypeAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListObjectTypeAttributesCommandOutput>;
516
+ /**
517
+ * deserializeAws_restJson1ListProfileAttributeValuesCommand
518
+ */
519
+ export declare const de_ListProfileAttributeValuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileAttributeValuesCommandOutput>;
407
520
  /**
408
521
  * deserializeAws_restJson1ListProfileObjectsCommand
409
522
  */
@@ -420,6 +533,10 @@ export declare const de_ListProfileObjectTypeTemplatesCommand: (output: __HttpRe
420
533
  * deserializeAws_restJson1ListRuleBasedMatchesCommand
421
534
  */
422
535
  export declare const de_ListRuleBasedMatchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRuleBasedMatchesCommandOutput>;
536
+ /**
537
+ * deserializeAws_restJson1ListSegmentDefinitionsCommand
538
+ */
539
+ export declare const de_ListSegmentDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSegmentDefinitionsCommandOutput>;
423
540
  /**
424
541
  * deserializeAws_restJson1ListTagsForResourceCommand
425
542
  */
@@ -3,6 +3,14 @@ import {
3
3
  AddProfileKeyCommandInput,
4
4
  AddProfileKeyCommandOutput,
5
5
  } from "./commands/AddProfileKeyCommand";
6
+ import {
7
+ BatchGetCalculatedAttributeForProfileCommandInput,
8
+ BatchGetCalculatedAttributeForProfileCommandOutput,
9
+ } from "./commands/BatchGetCalculatedAttributeForProfileCommand";
10
+ import {
11
+ BatchGetProfileCommandInput,
12
+ BatchGetProfileCommandOutput,
13
+ } from "./commands/BatchGetProfileCommand";
6
14
  import {
7
15
  CreateCalculatedAttributeDefinitionCommandInput,
8
16
  CreateCalculatedAttributeDefinitionCommandOutput,
@@ -23,6 +31,18 @@ import {
23
31
  CreateProfileCommandInput,
24
32
  CreateProfileCommandOutput,
25
33
  } from "./commands/CreateProfileCommand";
34
+ import {
35
+ CreateSegmentDefinitionCommandInput,
36
+ CreateSegmentDefinitionCommandOutput,
37
+ } from "./commands/CreateSegmentDefinitionCommand";
38
+ import {
39
+ CreateSegmentEstimateCommandInput,
40
+ CreateSegmentEstimateCommandOutput,
41
+ } from "./commands/CreateSegmentEstimateCommand";
42
+ import {
43
+ CreateSegmentSnapshotCommandInput,
44
+ CreateSegmentSnapshotCommandOutput,
45
+ } from "./commands/CreateSegmentSnapshotCommand";
26
46
  import {
27
47
  DeleteCalculatedAttributeDefinitionCommandInput,
28
48
  DeleteCalculatedAttributeDefinitionCommandOutput,
@@ -55,6 +75,10 @@ import {
55
75
  DeleteProfileObjectTypeCommandInput,
56
76
  DeleteProfileObjectTypeCommandOutput,
57
77
  } from "./commands/DeleteProfileObjectTypeCommand";
78
+ import {
79
+ DeleteSegmentDefinitionCommandInput,
80
+ DeleteSegmentDefinitionCommandOutput,
81
+ } from "./commands/DeleteSegmentDefinitionCommand";
58
82
  import {
59
83
  DeleteWorkflowCommandInput,
60
84
  DeleteWorkflowCommandOutput,
@@ -103,6 +127,22 @@ import {
103
127
  GetProfileObjectTypeTemplateCommandInput,
104
128
  GetProfileObjectTypeTemplateCommandOutput,
105
129
  } from "./commands/GetProfileObjectTypeTemplateCommand";
130
+ import {
131
+ GetSegmentDefinitionCommandInput,
132
+ GetSegmentDefinitionCommandOutput,
133
+ } from "./commands/GetSegmentDefinitionCommand";
134
+ import {
135
+ GetSegmentEstimateCommandInput,
136
+ GetSegmentEstimateCommandOutput,
137
+ } from "./commands/GetSegmentEstimateCommand";
138
+ import {
139
+ GetSegmentMembershipCommandInput,
140
+ GetSegmentMembershipCommandOutput,
141
+ } from "./commands/GetSegmentMembershipCommand";
142
+ import {
143
+ GetSegmentSnapshotCommandInput,
144
+ GetSegmentSnapshotCommandOutput,
145
+ } from "./commands/GetSegmentSnapshotCommand";
106
146
  import {
107
147
  GetSimilarProfilesCommandInput,
108
148
  GetSimilarProfilesCommandOutput,
@@ -143,6 +183,14 @@ import {
143
183
  ListIntegrationsCommandInput,
144
184
  ListIntegrationsCommandOutput,
145
185
  } from "./commands/ListIntegrationsCommand";
186
+ import {
187
+ ListObjectTypeAttributesCommandInput,
188
+ ListObjectTypeAttributesCommandOutput,
189
+ } from "./commands/ListObjectTypeAttributesCommand";
190
+ import {
191
+ ListProfileAttributeValuesCommandInput,
192
+ ListProfileAttributeValuesCommandOutput,
193
+ } from "./commands/ListProfileAttributeValuesCommand";
146
194
  import {
147
195
  ListProfileObjectsCommandInput,
148
196
  ListProfileObjectsCommandOutput,
@@ -159,6 +207,10 @@ import {
159
207
  ListRuleBasedMatchesCommandInput,
160
208
  ListRuleBasedMatchesCommandOutput,
161
209
  } from "./commands/ListRuleBasedMatchesCommand";
210
+ import {
211
+ ListSegmentDefinitionsCommandInput,
212
+ ListSegmentDefinitionsCommandOutput,
213
+ } from "./commands/ListSegmentDefinitionsCommand";
162
214
  import {
163
215
  ListTagsForResourceCommandInput,
164
216
  ListTagsForResourceCommandOutput,
@@ -222,6 +274,38 @@ export interface CustomerProfiles {
222
274
  options: __HttpHandlerOptions,
223
275
  cb: (err: any, data?: AddProfileKeyCommandOutput) => void
224
276
  ): void;
277
+ batchGetCalculatedAttributeForProfile(
278
+ args: BatchGetCalculatedAttributeForProfileCommandInput,
279
+ options?: __HttpHandlerOptions
280
+ ): Promise<BatchGetCalculatedAttributeForProfileCommandOutput>;
281
+ batchGetCalculatedAttributeForProfile(
282
+ args: BatchGetCalculatedAttributeForProfileCommandInput,
283
+ cb: (
284
+ err: any,
285
+ data?: BatchGetCalculatedAttributeForProfileCommandOutput
286
+ ) => void
287
+ ): void;
288
+ batchGetCalculatedAttributeForProfile(
289
+ args: BatchGetCalculatedAttributeForProfileCommandInput,
290
+ options: __HttpHandlerOptions,
291
+ cb: (
292
+ err: any,
293
+ data?: BatchGetCalculatedAttributeForProfileCommandOutput
294
+ ) => void
295
+ ): void;
296
+ batchGetProfile(
297
+ args: BatchGetProfileCommandInput,
298
+ options?: __HttpHandlerOptions
299
+ ): Promise<BatchGetProfileCommandOutput>;
300
+ batchGetProfile(
301
+ args: BatchGetProfileCommandInput,
302
+ cb: (err: any, data?: BatchGetProfileCommandOutput) => void
303
+ ): void;
304
+ batchGetProfile(
305
+ args: BatchGetProfileCommandInput,
306
+ options: __HttpHandlerOptions,
307
+ cb: (err: any, data?: BatchGetProfileCommandOutput) => void
308
+ ): void;
225
309
  createCalculatedAttributeDefinition(
226
310
  args: CreateCalculatedAttributeDefinitionCommandInput,
227
311
  options?: __HttpHandlerOptions
@@ -293,6 +377,45 @@ export interface CustomerProfiles {
293
377
  options: __HttpHandlerOptions,
294
378
  cb: (err: any, data?: CreateProfileCommandOutput) => void
295
379
  ): void;
380
+ createSegmentDefinition(
381
+ args: CreateSegmentDefinitionCommandInput,
382
+ options?: __HttpHandlerOptions
383
+ ): Promise<CreateSegmentDefinitionCommandOutput>;
384
+ createSegmentDefinition(
385
+ args: CreateSegmentDefinitionCommandInput,
386
+ cb: (err: any, data?: CreateSegmentDefinitionCommandOutput) => void
387
+ ): void;
388
+ createSegmentDefinition(
389
+ args: CreateSegmentDefinitionCommandInput,
390
+ options: __HttpHandlerOptions,
391
+ cb: (err: any, data?: CreateSegmentDefinitionCommandOutput) => void
392
+ ): void;
393
+ createSegmentEstimate(
394
+ args: CreateSegmentEstimateCommandInput,
395
+ options?: __HttpHandlerOptions
396
+ ): Promise<CreateSegmentEstimateCommandOutput>;
397
+ createSegmentEstimate(
398
+ args: CreateSegmentEstimateCommandInput,
399
+ cb: (err: any, data?: CreateSegmentEstimateCommandOutput) => void
400
+ ): void;
401
+ createSegmentEstimate(
402
+ args: CreateSegmentEstimateCommandInput,
403
+ options: __HttpHandlerOptions,
404
+ cb: (err: any, data?: CreateSegmentEstimateCommandOutput) => void
405
+ ): void;
406
+ createSegmentSnapshot(
407
+ args: CreateSegmentSnapshotCommandInput,
408
+ options?: __HttpHandlerOptions
409
+ ): Promise<CreateSegmentSnapshotCommandOutput>;
410
+ createSegmentSnapshot(
411
+ args: CreateSegmentSnapshotCommandInput,
412
+ cb: (err: any, data?: CreateSegmentSnapshotCommandOutput) => void
413
+ ): void;
414
+ createSegmentSnapshot(
415
+ args: CreateSegmentSnapshotCommandInput,
416
+ options: __HttpHandlerOptions,
417
+ cb: (err: any, data?: CreateSegmentSnapshotCommandOutput) => void
418
+ ): void;
296
419
  deleteCalculatedAttributeDefinition(
297
420
  args: DeleteCalculatedAttributeDefinitionCommandInput,
298
421
  options?: __HttpHandlerOptions
@@ -403,6 +526,19 @@ export interface CustomerProfiles {
403
526
  options: __HttpHandlerOptions,
404
527
  cb: (err: any, data?: DeleteProfileObjectTypeCommandOutput) => void
405
528
  ): void;
529
+ deleteSegmentDefinition(
530
+ args: DeleteSegmentDefinitionCommandInput,
531
+ options?: __HttpHandlerOptions
532
+ ): Promise<DeleteSegmentDefinitionCommandOutput>;
533
+ deleteSegmentDefinition(
534
+ args: DeleteSegmentDefinitionCommandInput,
535
+ cb: (err: any, data?: DeleteSegmentDefinitionCommandOutput) => void
536
+ ): void;
537
+ deleteSegmentDefinition(
538
+ args: DeleteSegmentDefinitionCommandInput,
539
+ options: __HttpHandlerOptions,
540
+ cb: (err: any, data?: DeleteSegmentDefinitionCommandOutput) => void
541
+ ): void;
406
542
  deleteWorkflow(
407
543
  args: DeleteWorkflowCommandInput,
408
544
  options?: __HttpHandlerOptions
@@ -559,6 +695,58 @@ export interface CustomerProfiles {
559
695
  options: __HttpHandlerOptions,
560
696
  cb: (err: any, data?: GetProfileObjectTypeTemplateCommandOutput) => void
561
697
  ): void;
698
+ getSegmentDefinition(
699
+ args: GetSegmentDefinitionCommandInput,
700
+ options?: __HttpHandlerOptions
701
+ ): Promise<GetSegmentDefinitionCommandOutput>;
702
+ getSegmentDefinition(
703
+ args: GetSegmentDefinitionCommandInput,
704
+ cb: (err: any, data?: GetSegmentDefinitionCommandOutput) => void
705
+ ): void;
706
+ getSegmentDefinition(
707
+ args: GetSegmentDefinitionCommandInput,
708
+ options: __HttpHandlerOptions,
709
+ cb: (err: any, data?: GetSegmentDefinitionCommandOutput) => void
710
+ ): void;
711
+ getSegmentEstimate(
712
+ args: GetSegmentEstimateCommandInput,
713
+ options?: __HttpHandlerOptions
714
+ ): Promise<GetSegmentEstimateCommandOutput>;
715
+ getSegmentEstimate(
716
+ args: GetSegmentEstimateCommandInput,
717
+ cb: (err: any, data?: GetSegmentEstimateCommandOutput) => void
718
+ ): void;
719
+ getSegmentEstimate(
720
+ args: GetSegmentEstimateCommandInput,
721
+ options: __HttpHandlerOptions,
722
+ cb: (err: any, data?: GetSegmentEstimateCommandOutput) => void
723
+ ): void;
724
+ getSegmentMembership(
725
+ args: GetSegmentMembershipCommandInput,
726
+ options?: __HttpHandlerOptions
727
+ ): Promise<GetSegmentMembershipCommandOutput>;
728
+ getSegmentMembership(
729
+ args: GetSegmentMembershipCommandInput,
730
+ cb: (err: any, data?: GetSegmentMembershipCommandOutput) => void
731
+ ): void;
732
+ getSegmentMembership(
733
+ args: GetSegmentMembershipCommandInput,
734
+ options: __HttpHandlerOptions,
735
+ cb: (err: any, data?: GetSegmentMembershipCommandOutput) => void
736
+ ): void;
737
+ getSegmentSnapshot(
738
+ args: GetSegmentSnapshotCommandInput,
739
+ options?: __HttpHandlerOptions
740
+ ): Promise<GetSegmentSnapshotCommandOutput>;
741
+ getSegmentSnapshot(
742
+ args: GetSegmentSnapshotCommandInput,
743
+ cb: (err: any, data?: GetSegmentSnapshotCommandOutput) => void
744
+ ): void;
745
+ getSegmentSnapshot(
746
+ args: GetSegmentSnapshotCommandInput,
747
+ options: __HttpHandlerOptions,
748
+ cb: (err: any, data?: GetSegmentSnapshotCommandOutput) => void
749
+ ): void;
562
750
  getSimilarProfiles(
563
751
  args: GetSimilarProfilesCommandInput,
564
752
  options?: __HttpHandlerOptions
@@ -702,6 +890,32 @@ export interface CustomerProfiles {
702
890
  options: __HttpHandlerOptions,
703
891
  cb: (err: any, data?: ListIntegrationsCommandOutput) => void
704
892
  ): void;
893
+ listObjectTypeAttributes(
894
+ args: ListObjectTypeAttributesCommandInput,
895
+ options?: __HttpHandlerOptions
896
+ ): Promise<ListObjectTypeAttributesCommandOutput>;
897
+ listObjectTypeAttributes(
898
+ args: ListObjectTypeAttributesCommandInput,
899
+ cb: (err: any, data?: ListObjectTypeAttributesCommandOutput) => void
900
+ ): void;
901
+ listObjectTypeAttributes(
902
+ args: ListObjectTypeAttributesCommandInput,
903
+ options: __HttpHandlerOptions,
904
+ cb: (err: any, data?: ListObjectTypeAttributesCommandOutput) => void
905
+ ): void;
906
+ listProfileAttributeValues(
907
+ args: ListProfileAttributeValuesCommandInput,
908
+ options?: __HttpHandlerOptions
909
+ ): Promise<ListProfileAttributeValuesCommandOutput>;
910
+ listProfileAttributeValues(
911
+ args: ListProfileAttributeValuesCommandInput,
912
+ cb: (err: any, data?: ListProfileAttributeValuesCommandOutput) => void
913
+ ): void;
914
+ listProfileAttributeValues(
915
+ args: ListProfileAttributeValuesCommandInput,
916
+ options: __HttpHandlerOptions,
917
+ cb: (err: any, data?: ListProfileAttributeValuesCommandOutput) => void
918
+ ): void;
705
919
  listProfileObjects(
706
920
  args: ListProfileObjectsCommandInput,
707
921
  options?: __HttpHandlerOptions
@@ -755,6 +969,19 @@ export interface CustomerProfiles {
755
969
  options: __HttpHandlerOptions,
756
970
  cb: (err: any, data?: ListRuleBasedMatchesCommandOutput) => void
757
971
  ): void;
972
+ listSegmentDefinitions(
973
+ args: ListSegmentDefinitionsCommandInput,
974
+ options?: __HttpHandlerOptions
975
+ ): Promise<ListSegmentDefinitionsCommandOutput>;
976
+ listSegmentDefinitions(
977
+ args: ListSegmentDefinitionsCommandInput,
978
+ cb: (err: any, data?: ListSegmentDefinitionsCommandOutput) => void
979
+ ): void;
980
+ listSegmentDefinitions(
981
+ args: ListSegmentDefinitionsCommandInput,
982
+ options: __HttpHandlerOptions,
983
+ cb: (err: any, data?: ListSegmentDefinitionsCommandOutput) => void
984
+ ): void;
758
985
  listTagsForResource(
759
986
  args: ListTagsForResourceCommandInput,
760
987
  options?: __HttpHandlerOptions