@aws-sdk/client-customer-profiles 3.169.0 → 3.171.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 (62) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/protocols/Aws_restJson1.js +7 -0
  3. package/dist-es/protocols/Aws_restJson1.js +7 -0
  4. package/dist-types/CustomerProfiles.d.ts +10 -4
  5. package/dist-types/commands/AddProfileKeyCommand.d.ts +1 -1
  6. package/dist-types/commands/PutIntegrationCommand.d.ts +3 -0
  7. package/dist-types/commands/PutProfileObjectCommand.d.ts +3 -3
  8. package/dist-types/commands/PutProfileObjectTypeCommand.d.ts +2 -0
  9. package/dist-types/commands/UpdateDomainCommand.d.ts +1 -0
  10. package/dist-types/models/models_0.d.ts +15 -0
  11. package/dist-types/ts3.4/CustomerProfiles.d.ts +650 -195
  12. package/dist-types/ts3.4/CustomerProfilesClient.d.ts +333 -111
  13. package/dist-types/ts3.4/commands/AddProfileKeyCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/CreateIntegrationWorkflowCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DeleteProfileKeyCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/DeleteProfileObjectCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/DeleteProfileObjectTypeCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/GetAutoMergingPreviewCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/GetIdentityResolutionJobCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/GetMatchesCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/GetProfileObjectTypeCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetProfileObjectTypeTemplateCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/GetWorkflowStepsCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/ListAccountIntegrationsCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/ListIdentityResolutionJobsCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/ListProfileObjectTypeTemplatesCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/ListProfileObjectTypesCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/ListProfileObjectsCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  41. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/PutProfileObjectCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/PutProfileObjectTypeCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/SearchProfilesCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  49. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +35 -17
  51. package/dist-types/ts3.4/commands/index.d.ts +38 -38
  52. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  53. package/dist-types/ts3.4/index.d.ts +5 -5
  54. package/dist-types/ts3.4/models/CustomerProfilesServiceException.d.ts +7 -6
  55. package/dist-types/ts3.4/models/index.d.ts +1 -1
  56. package/dist-types/ts3.4/models/models_0.d.ts +1368 -1824
  57. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +461 -116
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  62. package/package.json +34 -34
@@ -1,195 +1,650 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AddProfileKeyCommandInput, AddProfileKeyCommandOutput } from "./commands/AddProfileKeyCommand";
3
- import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
4
- import { CreateIntegrationWorkflowCommandInput, CreateIntegrationWorkflowCommandOutput } from "./commands/CreateIntegrationWorkflowCommand";
5
- import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
6
- import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
7
- import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "./commands/DeleteIntegrationCommand";
8
- import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "./commands/DeleteProfileCommand";
9
- import { DeleteProfileKeyCommandInput, DeleteProfileKeyCommandOutput } from "./commands/DeleteProfileKeyCommand";
10
- import { DeleteProfileObjectCommandInput, DeleteProfileObjectCommandOutput } from "./commands/DeleteProfileObjectCommand";
11
- import { DeleteProfileObjectTypeCommandInput, DeleteProfileObjectTypeCommandOutput } from "./commands/DeleteProfileObjectTypeCommand";
12
- import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
13
- import { GetAutoMergingPreviewCommandInput, GetAutoMergingPreviewCommandOutput } from "./commands/GetAutoMergingPreviewCommand";
14
- import { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
15
- import { GetIdentityResolutionJobCommandInput, GetIdentityResolutionJobCommandOutput } from "./commands/GetIdentityResolutionJobCommand";
16
- import { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "./commands/GetIntegrationCommand";
17
- import { GetMatchesCommandInput, GetMatchesCommandOutput } from "./commands/GetMatchesCommand";
18
- import { GetProfileObjectTypeCommandInput, GetProfileObjectTypeCommandOutput } from "./commands/GetProfileObjectTypeCommand";
19
- import { GetProfileObjectTypeTemplateCommandInput, GetProfileObjectTypeTemplateCommandOutput } from "./commands/GetProfileObjectTypeTemplateCommand";
20
- import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "./commands/GetWorkflowCommand";
21
- import { GetWorkflowStepsCommandInput, GetWorkflowStepsCommandOutput } from "./commands/GetWorkflowStepsCommand";
22
- import { ListAccountIntegrationsCommandInput, ListAccountIntegrationsCommandOutput } from "./commands/ListAccountIntegrationsCommand";
23
- import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
24
- import { ListIdentityResolutionJobsCommandInput, ListIdentityResolutionJobsCommandOutput } from "./commands/ListIdentityResolutionJobsCommand";
25
- import { ListIntegrationsCommandInput, ListIntegrationsCommandOutput } from "./commands/ListIntegrationsCommand";
26
- import { ListProfileObjectsCommandInput, ListProfileObjectsCommandOutput } from "./commands/ListProfileObjectsCommand";
27
- import { ListProfileObjectTypesCommandInput, ListProfileObjectTypesCommandOutput } from "./commands/ListProfileObjectTypesCommand";
28
- import { ListProfileObjectTypeTemplatesCommandInput, ListProfileObjectTypeTemplatesCommandOutput } from "./commands/ListProfileObjectTypeTemplatesCommand";
29
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
30
- import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
31
- import { MergeProfilesCommandInput, MergeProfilesCommandOutput } from "./commands/MergeProfilesCommand";
32
- import { PutIntegrationCommandInput, PutIntegrationCommandOutput } from "./commands/PutIntegrationCommand";
33
- import { PutProfileObjectCommandInput, PutProfileObjectCommandOutput } from "./commands/PutProfileObjectCommand";
34
- import { PutProfileObjectTypeCommandInput, PutProfileObjectTypeCommandOutput } from "./commands/PutProfileObjectTypeCommand";
35
- import { SearchProfilesCommandInput, SearchProfilesCommandOutput } from "./commands/SearchProfilesCommand";
36
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
37
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
38
- import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "./commands/UpdateDomainCommand";
39
- import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "./commands/UpdateProfileCommand";
40
- import { CustomerProfilesClient } from "./CustomerProfilesClient";
41
-
42
- export declare class CustomerProfiles extends CustomerProfilesClient {
43
-
44
- addProfileKey(args: AddProfileKeyCommandInput, options?: __HttpHandlerOptions): Promise<AddProfileKeyCommandOutput>;
45
- addProfileKey(args: AddProfileKeyCommandInput, cb: (err: any, data?: AddProfileKeyCommandOutput) => void): void;
46
- addProfileKey(args: AddProfileKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddProfileKeyCommandOutput) => void): void;
47
-
48
- createDomain(args: CreateDomainCommandInput, options?: __HttpHandlerOptions): Promise<CreateDomainCommandOutput>;
49
- createDomain(args: CreateDomainCommandInput, cb: (err: any, data?: CreateDomainCommandOutput) => void): void;
50
- createDomain(args: CreateDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDomainCommandOutput) => void): void;
51
-
52
- createIntegrationWorkflow(args: CreateIntegrationWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<CreateIntegrationWorkflowCommandOutput>;
53
- createIntegrationWorkflow(args: CreateIntegrationWorkflowCommandInput, cb: (err: any, data?: CreateIntegrationWorkflowCommandOutput) => void): void;
54
- createIntegrationWorkflow(args: CreateIntegrationWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIntegrationWorkflowCommandOutput) => void): void;
55
-
56
- createProfile(args: CreateProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateProfileCommandOutput>;
57
- createProfile(args: CreateProfileCommandInput, cb: (err: any, data?: CreateProfileCommandOutput) => void): void;
58
- createProfile(args: CreateProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProfileCommandOutput) => void): void;
59
-
60
- deleteDomain(args: DeleteDomainCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDomainCommandOutput>;
61
- deleteDomain(args: DeleteDomainCommandInput, cb: (err: any, data?: DeleteDomainCommandOutput) => void): void;
62
- deleteDomain(args: DeleteDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDomainCommandOutput) => void): void;
63
-
64
- deleteIntegration(args: DeleteIntegrationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIntegrationCommandOutput>;
65
- deleteIntegration(args: DeleteIntegrationCommandInput, cb: (err: any, data?: DeleteIntegrationCommandOutput) => void): void;
66
- deleteIntegration(args: DeleteIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIntegrationCommandOutput) => void): void;
67
-
68
- deleteProfile(args: DeleteProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProfileCommandOutput>;
69
- deleteProfile(args: DeleteProfileCommandInput, cb: (err: any, data?: DeleteProfileCommandOutput) => void): void;
70
- deleteProfile(args: DeleteProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProfileCommandOutput) => void): void;
71
-
72
- deleteProfileKey(args: DeleteProfileKeyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProfileKeyCommandOutput>;
73
- deleteProfileKey(args: DeleteProfileKeyCommandInput, cb: (err: any, data?: DeleteProfileKeyCommandOutput) => void): void;
74
- deleteProfileKey(args: DeleteProfileKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProfileKeyCommandOutput) => void): void;
75
-
76
- deleteProfileObject(args: DeleteProfileObjectCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProfileObjectCommandOutput>;
77
- deleteProfileObject(args: DeleteProfileObjectCommandInput, cb: (err: any, data?: DeleteProfileObjectCommandOutput) => void): void;
78
- deleteProfileObject(args: DeleteProfileObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProfileObjectCommandOutput) => void): void;
79
-
80
- deleteProfileObjectType(args: DeleteProfileObjectTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProfileObjectTypeCommandOutput>;
81
- deleteProfileObjectType(args: DeleteProfileObjectTypeCommandInput, cb: (err: any, data?: DeleteProfileObjectTypeCommandOutput) => void): void;
82
- deleteProfileObjectType(args: DeleteProfileObjectTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProfileObjectTypeCommandOutput) => void): void;
83
-
84
- deleteWorkflow(args: DeleteWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkflowCommandOutput>;
85
- deleteWorkflow(args: DeleteWorkflowCommandInput, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
86
- deleteWorkflow(args: DeleteWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
87
-
88
- getAutoMergingPreview(args: GetAutoMergingPreviewCommandInput, options?: __HttpHandlerOptions): Promise<GetAutoMergingPreviewCommandOutput>;
89
- getAutoMergingPreview(args: GetAutoMergingPreviewCommandInput, cb: (err: any, data?: GetAutoMergingPreviewCommandOutput) => void): void;
90
- getAutoMergingPreview(args: GetAutoMergingPreviewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAutoMergingPreviewCommandOutput) => void): void;
91
-
92
- getDomain(args: GetDomainCommandInput, options?: __HttpHandlerOptions): Promise<GetDomainCommandOutput>;
93
- getDomain(args: GetDomainCommandInput, cb: (err: any, data?: GetDomainCommandOutput) => void): void;
94
- getDomain(args: GetDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDomainCommandOutput) => void): void;
95
-
96
- getIdentityResolutionJob(args: GetIdentityResolutionJobCommandInput, options?: __HttpHandlerOptions): Promise<GetIdentityResolutionJobCommandOutput>;
97
- getIdentityResolutionJob(args: GetIdentityResolutionJobCommandInput, cb: (err: any, data?: GetIdentityResolutionJobCommandOutput) => void): void;
98
- getIdentityResolutionJob(args: GetIdentityResolutionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIdentityResolutionJobCommandOutput) => void): void;
99
-
100
- getIntegration(args: GetIntegrationCommandInput, options?: __HttpHandlerOptions): Promise<GetIntegrationCommandOutput>;
101
- getIntegration(args: GetIntegrationCommandInput, cb: (err: any, data?: GetIntegrationCommandOutput) => void): void;
102
- getIntegration(args: GetIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIntegrationCommandOutput) => void): void;
103
-
104
- getMatches(args: GetMatchesCommandInput, options?: __HttpHandlerOptions): Promise<GetMatchesCommandOutput>;
105
- getMatches(args: GetMatchesCommandInput, cb: (err: any, data?: GetMatchesCommandOutput) => void): void;
106
- getMatches(args: GetMatchesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMatchesCommandOutput) => void): void;
107
-
108
- getProfileObjectType(args: GetProfileObjectTypeCommandInput, options?: __HttpHandlerOptions): Promise<GetProfileObjectTypeCommandOutput>;
109
- getProfileObjectType(args: GetProfileObjectTypeCommandInput, cb: (err: any, data?: GetProfileObjectTypeCommandOutput) => void): void;
110
- getProfileObjectType(args: GetProfileObjectTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProfileObjectTypeCommandOutput) => void): void;
111
-
112
- getProfileObjectTypeTemplate(args: GetProfileObjectTypeTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetProfileObjectTypeTemplateCommandOutput>;
113
- getProfileObjectTypeTemplate(args: GetProfileObjectTypeTemplateCommandInput, cb: (err: any, data?: GetProfileObjectTypeTemplateCommandOutput) => void): void;
114
- getProfileObjectTypeTemplate(args: GetProfileObjectTypeTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProfileObjectTypeTemplateCommandOutput) => void): void;
115
-
116
- getWorkflow(args: GetWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowCommandOutput>;
117
- getWorkflow(args: GetWorkflowCommandInput, cb: (err: any, data?: GetWorkflowCommandOutput) => void): void;
118
- getWorkflow(args: GetWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowCommandOutput) => void): void;
119
-
120
- getWorkflowSteps(args: GetWorkflowStepsCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowStepsCommandOutput>;
121
- getWorkflowSteps(args: GetWorkflowStepsCommandInput, cb: (err: any, data?: GetWorkflowStepsCommandOutput) => void): void;
122
- getWorkflowSteps(args: GetWorkflowStepsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowStepsCommandOutput) => void): void;
123
-
124
- listAccountIntegrations(args: ListAccountIntegrationsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountIntegrationsCommandOutput>;
125
- listAccountIntegrations(args: ListAccountIntegrationsCommandInput, cb: (err: any, data?: ListAccountIntegrationsCommandOutput) => void): void;
126
- listAccountIntegrations(args: ListAccountIntegrationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountIntegrationsCommandOutput) => void): void;
127
-
128
- listDomains(args: ListDomainsCommandInput, options?: __HttpHandlerOptions): Promise<ListDomainsCommandOutput>;
129
- listDomains(args: ListDomainsCommandInput, cb: (err: any, data?: ListDomainsCommandOutput) => void): void;
130
- listDomains(args: ListDomainsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainsCommandOutput) => void): void;
131
-
132
- listIdentityResolutionJobs(args: ListIdentityResolutionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListIdentityResolutionJobsCommandOutput>;
133
- listIdentityResolutionJobs(args: ListIdentityResolutionJobsCommandInput, cb: (err: any, data?: ListIdentityResolutionJobsCommandOutput) => void): void;
134
- listIdentityResolutionJobs(args: ListIdentityResolutionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIdentityResolutionJobsCommandOutput) => void): void;
135
-
136
- listIntegrations(args: ListIntegrationsCommandInput, options?: __HttpHandlerOptions): Promise<ListIntegrationsCommandOutput>;
137
- listIntegrations(args: ListIntegrationsCommandInput, cb: (err: any, data?: ListIntegrationsCommandOutput) => void): void;
138
- listIntegrations(args: ListIntegrationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIntegrationsCommandOutput) => void): void;
139
-
140
- listProfileObjects(args: ListProfileObjectsCommandInput, options?: __HttpHandlerOptions): Promise<ListProfileObjectsCommandOutput>;
141
- listProfileObjects(args: ListProfileObjectsCommandInput, cb: (err: any, data?: ListProfileObjectsCommandOutput) => void): void;
142
- listProfileObjects(args: ListProfileObjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProfileObjectsCommandOutput) => void): void;
143
-
144
- listProfileObjectTypes(args: ListProfileObjectTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListProfileObjectTypesCommandOutput>;
145
- listProfileObjectTypes(args: ListProfileObjectTypesCommandInput, cb: (err: any, data?: ListProfileObjectTypesCommandOutput) => void): void;
146
- listProfileObjectTypes(args: ListProfileObjectTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProfileObjectTypesCommandOutput) => void): void;
147
-
148
- listProfileObjectTypeTemplates(args: ListProfileObjectTypeTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListProfileObjectTypeTemplatesCommandOutput>;
149
- listProfileObjectTypeTemplates(args: ListProfileObjectTypeTemplatesCommandInput, cb: (err: any, data?: ListProfileObjectTypeTemplatesCommandOutput) => void): void;
150
- listProfileObjectTypeTemplates(args: ListProfileObjectTypeTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProfileObjectTypeTemplatesCommandOutput) => void): void;
151
-
152
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
153
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
154
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
155
-
156
- listWorkflows(args: ListWorkflowsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowsCommandOutput>;
157
- listWorkflows(args: ListWorkflowsCommandInput, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
158
- listWorkflows(args: ListWorkflowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
159
-
160
- mergeProfiles(args: MergeProfilesCommandInput, options?: __HttpHandlerOptions): Promise<MergeProfilesCommandOutput>;
161
- mergeProfiles(args: MergeProfilesCommandInput, cb: (err: any, data?: MergeProfilesCommandOutput) => void): void;
162
- mergeProfiles(args: MergeProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: MergeProfilesCommandOutput) => void): void;
163
-
164
- putIntegration(args: PutIntegrationCommandInput, options?: __HttpHandlerOptions): Promise<PutIntegrationCommandOutput>;
165
- putIntegration(args: PutIntegrationCommandInput, cb: (err: any, data?: PutIntegrationCommandOutput) => void): void;
166
- putIntegration(args: PutIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutIntegrationCommandOutput) => void): void;
167
-
168
- putProfileObject(args: PutProfileObjectCommandInput, options?: __HttpHandlerOptions): Promise<PutProfileObjectCommandOutput>;
169
- putProfileObject(args: PutProfileObjectCommandInput, cb: (err: any, data?: PutProfileObjectCommandOutput) => void): void;
170
- putProfileObject(args: PutProfileObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutProfileObjectCommandOutput) => void): void;
171
-
172
- putProfileObjectType(args: PutProfileObjectTypeCommandInput, options?: __HttpHandlerOptions): Promise<PutProfileObjectTypeCommandOutput>;
173
- putProfileObjectType(args: PutProfileObjectTypeCommandInput, cb: (err: any, data?: PutProfileObjectTypeCommandOutput) => void): void;
174
- putProfileObjectType(args: PutProfileObjectTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutProfileObjectTypeCommandOutput) => void): void;
175
-
176
- searchProfiles(args: SearchProfilesCommandInput, options?: __HttpHandlerOptions): Promise<SearchProfilesCommandOutput>;
177
- searchProfiles(args: SearchProfilesCommandInput, cb: (err: any, data?: SearchProfilesCommandOutput) => void): void;
178
- searchProfiles(args: SearchProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchProfilesCommandOutput) => void): void;
179
-
180
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
181
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
182
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
183
-
184
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
185
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
186
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
187
-
188
- updateDomain(args: UpdateDomainCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDomainCommandOutput>;
189
- updateDomain(args: UpdateDomainCommandInput, cb: (err: any, data?: UpdateDomainCommandOutput) => void): void;
190
- updateDomain(args: UpdateDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDomainCommandOutput) => void): void;
191
-
192
- updateProfile(args: UpdateProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProfileCommandOutput>;
193
- updateProfile(args: UpdateProfileCommandInput, cb: (err: any, data?: UpdateProfileCommandOutput) => void): void;
194
- updateProfile(args: UpdateProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProfileCommandOutput) => void): void;
195
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AddProfileKeyCommandInput,
4
+ AddProfileKeyCommandOutput,
5
+ } from "./commands/AddProfileKeyCommand";
6
+ import {
7
+ CreateDomainCommandInput,
8
+ CreateDomainCommandOutput,
9
+ } from "./commands/CreateDomainCommand";
10
+ import {
11
+ CreateIntegrationWorkflowCommandInput,
12
+ CreateIntegrationWorkflowCommandOutput,
13
+ } from "./commands/CreateIntegrationWorkflowCommand";
14
+ import {
15
+ CreateProfileCommandInput,
16
+ CreateProfileCommandOutput,
17
+ } from "./commands/CreateProfileCommand";
18
+ import {
19
+ DeleteDomainCommandInput,
20
+ DeleteDomainCommandOutput,
21
+ } from "./commands/DeleteDomainCommand";
22
+ import {
23
+ DeleteIntegrationCommandInput,
24
+ DeleteIntegrationCommandOutput,
25
+ } from "./commands/DeleteIntegrationCommand";
26
+ import {
27
+ DeleteProfileCommandInput,
28
+ DeleteProfileCommandOutput,
29
+ } from "./commands/DeleteProfileCommand";
30
+ import {
31
+ DeleteProfileKeyCommandInput,
32
+ DeleteProfileKeyCommandOutput,
33
+ } from "./commands/DeleteProfileKeyCommand";
34
+ import {
35
+ DeleteProfileObjectCommandInput,
36
+ DeleteProfileObjectCommandOutput,
37
+ } from "./commands/DeleteProfileObjectCommand";
38
+ import {
39
+ DeleteProfileObjectTypeCommandInput,
40
+ DeleteProfileObjectTypeCommandOutput,
41
+ } from "./commands/DeleteProfileObjectTypeCommand";
42
+ import {
43
+ DeleteWorkflowCommandInput,
44
+ DeleteWorkflowCommandOutput,
45
+ } from "./commands/DeleteWorkflowCommand";
46
+ import {
47
+ GetAutoMergingPreviewCommandInput,
48
+ GetAutoMergingPreviewCommandOutput,
49
+ } from "./commands/GetAutoMergingPreviewCommand";
50
+ import {
51
+ GetDomainCommandInput,
52
+ GetDomainCommandOutput,
53
+ } from "./commands/GetDomainCommand";
54
+ import {
55
+ GetIdentityResolutionJobCommandInput,
56
+ GetIdentityResolutionJobCommandOutput,
57
+ } from "./commands/GetIdentityResolutionJobCommand";
58
+ import {
59
+ GetIntegrationCommandInput,
60
+ GetIntegrationCommandOutput,
61
+ } from "./commands/GetIntegrationCommand";
62
+ import {
63
+ GetMatchesCommandInput,
64
+ GetMatchesCommandOutput,
65
+ } from "./commands/GetMatchesCommand";
66
+ import {
67
+ GetProfileObjectTypeCommandInput,
68
+ GetProfileObjectTypeCommandOutput,
69
+ } from "./commands/GetProfileObjectTypeCommand";
70
+ import {
71
+ GetProfileObjectTypeTemplateCommandInput,
72
+ GetProfileObjectTypeTemplateCommandOutput,
73
+ } from "./commands/GetProfileObjectTypeTemplateCommand";
74
+ import {
75
+ GetWorkflowCommandInput,
76
+ GetWorkflowCommandOutput,
77
+ } from "./commands/GetWorkflowCommand";
78
+ import {
79
+ GetWorkflowStepsCommandInput,
80
+ GetWorkflowStepsCommandOutput,
81
+ } from "./commands/GetWorkflowStepsCommand";
82
+ import {
83
+ ListAccountIntegrationsCommandInput,
84
+ ListAccountIntegrationsCommandOutput,
85
+ } from "./commands/ListAccountIntegrationsCommand";
86
+ import {
87
+ ListDomainsCommandInput,
88
+ ListDomainsCommandOutput,
89
+ } from "./commands/ListDomainsCommand";
90
+ import {
91
+ ListIdentityResolutionJobsCommandInput,
92
+ ListIdentityResolutionJobsCommandOutput,
93
+ } from "./commands/ListIdentityResolutionJobsCommand";
94
+ import {
95
+ ListIntegrationsCommandInput,
96
+ ListIntegrationsCommandOutput,
97
+ } from "./commands/ListIntegrationsCommand";
98
+ import {
99
+ ListProfileObjectsCommandInput,
100
+ ListProfileObjectsCommandOutput,
101
+ } from "./commands/ListProfileObjectsCommand";
102
+ import {
103
+ ListProfileObjectTypesCommandInput,
104
+ ListProfileObjectTypesCommandOutput,
105
+ } from "./commands/ListProfileObjectTypesCommand";
106
+ import {
107
+ ListProfileObjectTypeTemplatesCommandInput,
108
+ ListProfileObjectTypeTemplatesCommandOutput,
109
+ } from "./commands/ListProfileObjectTypeTemplatesCommand";
110
+ import {
111
+ ListTagsForResourceCommandInput,
112
+ ListTagsForResourceCommandOutput,
113
+ } from "./commands/ListTagsForResourceCommand";
114
+ import {
115
+ ListWorkflowsCommandInput,
116
+ ListWorkflowsCommandOutput,
117
+ } from "./commands/ListWorkflowsCommand";
118
+ import {
119
+ MergeProfilesCommandInput,
120
+ MergeProfilesCommandOutput,
121
+ } from "./commands/MergeProfilesCommand";
122
+ import {
123
+ PutIntegrationCommandInput,
124
+ PutIntegrationCommandOutput,
125
+ } from "./commands/PutIntegrationCommand";
126
+ import {
127
+ PutProfileObjectCommandInput,
128
+ PutProfileObjectCommandOutput,
129
+ } from "./commands/PutProfileObjectCommand";
130
+ import {
131
+ PutProfileObjectTypeCommandInput,
132
+ PutProfileObjectTypeCommandOutput,
133
+ } from "./commands/PutProfileObjectTypeCommand";
134
+ import {
135
+ SearchProfilesCommandInput,
136
+ SearchProfilesCommandOutput,
137
+ } from "./commands/SearchProfilesCommand";
138
+ import {
139
+ TagResourceCommandInput,
140
+ TagResourceCommandOutput,
141
+ } from "./commands/TagResourceCommand";
142
+ import {
143
+ UntagResourceCommandInput,
144
+ UntagResourceCommandOutput,
145
+ } from "./commands/UntagResourceCommand";
146
+ import {
147
+ UpdateDomainCommandInput,
148
+ UpdateDomainCommandOutput,
149
+ } from "./commands/UpdateDomainCommand";
150
+ import {
151
+ UpdateProfileCommandInput,
152
+ UpdateProfileCommandOutput,
153
+ } from "./commands/UpdateProfileCommand";
154
+ import { CustomerProfilesClient } from "./CustomerProfilesClient";
155
+ export declare class CustomerProfiles extends CustomerProfilesClient {
156
+ addProfileKey(
157
+ args: AddProfileKeyCommandInput,
158
+ options?: __HttpHandlerOptions
159
+ ): Promise<AddProfileKeyCommandOutput>;
160
+ addProfileKey(
161
+ args: AddProfileKeyCommandInput,
162
+ cb: (err: any, data?: AddProfileKeyCommandOutput) => void
163
+ ): void;
164
+ addProfileKey(
165
+ args: AddProfileKeyCommandInput,
166
+ options: __HttpHandlerOptions,
167
+ cb: (err: any, data?: AddProfileKeyCommandOutput) => void
168
+ ): void;
169
+ createDomain(
170
+ args: CreateDomainCommandInput,
171
+ options?: __HttpHandlerOptions
172
+ ): Promise<CreateDomainCommandOutput>;
173
+ createDomain(
174
+ args: CreateDomainCommandInput,
175
+ cb: (err: any, data?: CreateDomainCommandOutput) => void
176
+ ): void;
177
+ createDomain(
178
+ args: CreateDomainCommandInput,
179
+ options: __HttpHandlerOptions,
180
+ cb: (err: any, data?: CreateDomainCommandOutput) => void
181
+ ): void;
182
+ createIntegrationWorkflow(
183
+ args: CreateIntegrationWorkflowCommandInput,
184
+ options?: __HttpHandlerOptions
185
+ ): Promise<CreateIntegrationWorkflowCommandOutput>;
186
+ createIntegrationWorkflow(
187
+ args: CreateIntegrationWorkflowCommandInput,
188
+ cb: (err: any, data?: CreateIntegrationWorkflowCommandOutput) => void
189
+ ): void;
190
+ createIntegrationWorkflow(
191
+ args: CreateIntegrationWorkflowCommandInput,
192
+ options: __HttpHandlerOptions,
193
+ cb: (err: any, data?: CreateIntegrationWorkflowCommandOutput) => void
194
+ ): void;
195
+ createProfile(
196
+ args: CreateProfileCommandInput,
197
+ options?: __HttpHandlerOptions
198
+ ): Promise<CreateProfileCommandOutput>;
199
+ createProfile(
200
+ args: CreateProfileCommandInput,
201
+ cb: (err: any, data?: CreateProfileCommandOutput) => void
202
+ ): void;
203
+ createProfile(
204
+ args: CreateProfileCommandInput,
205
+ options: __HttpHandlerOptions,
206
+ cb: (err: any, data?: CreateProfileCommandOutput) => void
207
+ ): void;
208
+ deleteDomain(
209
+ args: DeleteDomainCommandInput,
210
+ options?: __HttpHandlerOptions
211
+ ): Promise<DeleteDomainCommandOutput>;
212
+ deleteDomain(
213
+ args: DeleteDomainCommandInput,
214
+ cb: (err: any, data?: DeleteDomainCommandOutput) => void
215
+ ): void;
216
+ deleteDomain(
217
+ args: DeleteDomainCommandInput,
218
+ options: __HttpHandlerOptions,
219
+ cb: (err: any, data?: DeleteDomainCommandOutput) => void
220
+ ): void;
221
+ deleteIntegration(
222
+ args: DeleteIntegrationCommandInput,
223
+ options?: __HttpHandlerOptions
224
+ ): Promise<DeleteIntegrationCommandOutput>;
225
+ deleteIntegration(
226
+ args: DeleteIntegrationCommandInput,
227
+ cb: (err: any, data?: DeleteIntegrationCommandOutput) => void
228
+ ): void;
229
+ deleteIntegration(
230
+ args: DeleteIntegrationCommandInput,
231
+ options: __HttpHandlerOptions,
232
+ cb: (err: any, data?: DeleteIntegrationCommandOutput) => void
233
+ ): void;
234
+ deleteProfile(
235
+ args: DeleteProfileCommandInput,
236
+ options?: __HttpHandlerOptions
237
+ ): Promise<DeleteProfileCommandOutput>;
238
+ deleteProfile(
239
+ args: DeleteProfileCommandInput,
240
+ cb: (err: any, data?: DeleteProfileCommandOutput) => void
241
+ ): void;
242
+ deleteProfile(
243
+ args: DeleteProfileCommandInput,
244
+ options: __HttpHandlerOptions,
245
+ cb: (err: any, data?: DeleteProfileCommandOutput) => void
246
+ ): void;
247
+ deleteProfileKey(
248
+ args: DeleteProfileKeyCommandInput,
249
+ options?: __HttpHandlerOptions
250
+ ): Promise<DeleteProfileKeyCommandOutput>;
251
+ deleteProfileKey(
252
+ args: DeleteProfileKeyCommandInput,
253
+ cb: (err: any, data?: DeleteProfileKeyCommandOutput) => void
254
+ ): void;
255
+ deleteProfileKey(
256
+ args: DeleteProfileKeyCommandInput,
257
+ options: __HttpHandlerOptions,
258
+ cb: (err: any, data?: DeleteProfileKeyCommandOutput) => void
259
+ ): void;
260
+ deleteProfileObject(
261
+ args: DeleteProfileObjectCommandInput,
262
+ options?: __HttpHandlerOptions
263
+ ): Promise<DeleteProfileObjectCommandOutput>;
264
+ deleteProfileObject(
265
+ args: DeleteProfileObjectCommandInput,
266
+ cb: (err: any, data?: DeleteProfileObjectCommandOutput) => void
267
+ ): void;
268
+ deleteProfileObject(
269
+ args: DeleteProfileObjectCommandInput,
270
+ options: __HttpHandlerOptions,
271
+ cb: (err: any, data?: DeleteProfileObjectCommandOutput) => void
272
+ ): void;
273
+ deleteProfileObjectType(
274
+ args: DeleteProfileObjectTypeCommandInput,
275
+ options?: __HttpHandlerOptions
276
+ ): Promise<DeleteProfileObjectTypeCommandOutput>;
277
+ deleteProfileObjectType(
278
+ args: DeleteProfileObjectTypeCommandInput,
279
+ cb: (err: any, data?: DeleteProfileObjectTypeCommandOutput) => void
280
+ ): void;
281
+ deleteProfileObjectType(
282
+ args: DeleteProfileObjectTypeCommandInput,
283
+ options: __HttpHandlerOptions,
284
+ cb: (err: any, data?: DeleteProfileObjectTypeCommandOutput) => void
285
+ ): void;
286
+ deleteWorkflow(
287
+ args: DeleteWorkflowCommandInput,
288
+ options?: __HttpHandlerOptions
289
+ ): Promise<DeleteWorkflowCommandOutput>;
290
+ deleteWorkflow(
291
+ args: DeleteWorkflowCommandInput,
292
+ cb: (err: any, data?: DeleteWorkflowCommandOutput) => void
293
+ ): void;
294
+ deleteWorkflow(
295
+ args: DeleteWorkflowCommandInput,
296
+ options: __HttpHandlerOptions,
297
+ cb: (err: any, data?: DeleteWorkflowCommandOutput) => void
298
+ ): void;
299
+ getAutoMergingPreview(
300
+ args: GetAutoMergingPreviewCommandInput,
301
+ options?: __HttpHandlerOptions
302
+ ): Promise<GetAutoMergingPreviewCommandOutput>;
303
+ getAutoMergingPreview(
304
+ args: GetAutoMergingPreviewCommandInput,
305
+ cb: (err: any, data?: GetAutoMergingPreviewCommandOutput) => void
306
+ ): void;
307
+ getAutoMergingPreview(
308
+ args: GetAutoMergingPreviewCommandInput,
309
+ options: __HttpHandlerOptions,
310
+ cb: (err: any, data?: GetAutoMergingPreviewCommandOutput) => void
311
+ ): void;
312
+ getDomain(
313
+ args: GetDomainCommandInput,
314
+ options?: __HttpHandlerOptions
315
+ ): Promise<GetDomainCommandOutput>;
316
+ getDomain(
317
+ args: GetDomainCommandInput,
318
+ cb: (err: any, data?: GetDomainCommandOutput) => void
319
+ ): void;
320
+ getDomain(
321
+ args: GetDomainCommandInput,
322
+ options: __HttpHandlerOptions,
323
+ cb: (err: any, data?: GetDomainCommandOutput) => void
324
+ ): void;
325
+ getIdentityResolutionJob(
326
+ args: GetIdentityResolutionJobCommandInput,
327
+ options?: __HttpHandlerOptions
328
+ ): Promise<GetIdentityResolutionJobCommandOutput>;
329
+ getIdentityResolutionJob(
330
+ args: GetIdentityResolutionJobCommandInput,
331
+ cb: (err: any, data?: GetIdentityResolutionJobCommandOutput) => void
332
+ ): void;
333
+ getIdentityResolutionJob(
334
+ args: GetIdentityResolutionJobCommandInput,
335
+ options: __HttpHandlerOptions,
336
+ cb: (err: any, data?: GetIdentityResolutionJobCommandOutput) => void
337
+ ): void;
338
+ getIntegration(
339
+ args: GetIntegrationCommandInput,
340
+ options?: __HttpHandlerOptions
341
+ ): Promise<GetIntegrationCommandOutput>;
342
+ getIntegration(
343
+ args: GetIntegrationCommandInput,
344
+ cb: (err: any, data?: GetIntegrationCommandOutput) => void
345
+ ): void;
346
+ getIntegration(
347
+ args: GetIntegrationCommandInput,
348
+ options: __HttpHandlerOptions,
349
+ cb: (err: any, data?: GetIntegrationCommandOutput) => void
350
+ ): void;
351
+ getMatches(
352
+ args: GetMatchesCommandInput,
353
+ options?: __HttpHandlerOptions
354
+ ): Promise<GetMatchesCommandOutput>;
355
+ getMatches(
356
+ args: GetMatchesCommandInput,
357
+ cb: (err: any, data?: GetMatchesCommandOutput) => void
358
+ ): void;
359
+ getMatches(
360
+ args: GetMatchesCommandInput,
361
+ options: __HttpHandlerOptions,
362
+ cb: (err: any, data?: GetMatchesCommandOutput) => void
363
+ ): void;
364
+ getProfileObjectType(
365
+ args: GetProfileObjectTypeCommandInput,
366
+ options?: __HttpHandlerOptions
367
+ ): Promise<GetProfileObjectTypeCommandOutput>;
368
+ getProfileObjectType(
369
+ args: GetProfileObjectTypeCommandInput,
370
+ cb: (err: any, data?: GetProfileObjectTypeCommandOutput) => void
371
+ ): void;
372
+ getProfileObjectType(
373
+ args: GetProfileObjectTypeCommandInput,
374
+ options: __HttpHandlerOptions,
375
+ cb: (err: any, data?: GetProfileObjectTypeCommandOutput) => void
376
+ ): void;
377
+ getProfileObjectTypeTemplate(
378
+ args: GetProfileObjectTypeTemplateCommandInput,
379
+ options?: __HttpHandlerOptions
380
+ ): Promise<GetProfileObjectTypeTemplateCommandOutput>;
381
+ getProfileObjectTypeTemplate(
382
+ args: GetProfileObjectTypeTemplateCommandInput,
383
+ cb: (err: any, data?: GetProfileObjectTypeTemplateCommandOutput) => void
384
+ ): void;
385
+ getProfileObjectTypeTemplate(
386
+ args: GetProfileObjectTypeTemplateCommandInput,
387
+ options: __HttpHandlerOptions,
388
+ cb: (err: any, data?: GetProfileObjectTypeTemplateCommandOutput) => void
389
+ ): void;
390
+ getWorkflow(
391
+ args: GetWorkflowCommandInput,
392
+ options?: __HttpHandlerOptions
393
+ ): Promise<GetWorkflowCommandOutput>;
394
+ getWorkflow(
395
+ args: GetWorkflowCommandInput,
396
+ cb: (err: any, data?: GetWorkflowCommandOutput) => void
397
+ ): void;
398
+ getWorkflow(
399
+ args: GetWorkflowCommandInput,
400
+ options: __HttpHandlerOptions,
401
+ cb: (err: any, data?: GetWorkflowCommandOutput) => void
402
+ ): void;
403
+ getWorkflowSteps(
404
+ args: GetWorkflowStepsCommandInput,
405
+ options?: __HttpHandlerOptions
406
+ ): Promise<GetWorkflowStepsCommandOutput>;
407
+ getWorkflowSteps(
408
+ args: GetWorkflowStepsCommandInput,
409
+ cb: (err: any, data?: GetWorkflowStepsCommandOutput) => void
410
+ ): void;
411
+ getWorkflowSteps(
412
+ args: GetWorkflowStepsCommandInput,
413
+ options: __HttpHandlerOptions,
414
+ cb: (err: any, data?: GetWorkflowStepsCommandOutput) => void
415
+ ): void;
416
+ listAccountIntegrations(
417
+ args: ListAccountIntegrationsCommandInput,
418
+ options?: __HttpHandlerOptions
419
+ ): Promise<ListAccountIntegrationsCommandOutput>;
420
+ listAccountIntegrations(
421
+ args: ListAccountIntegrationsCommandInput,
422
+ cb: (err: any, data?: ListAccountIntegrationsCommandOutput) => void
423
+ ): void;
424
+ listAccountIntegrations(
425
+ args: ListAccountIntegrationsCommandInput,
426
+ options: __HttpHandlerOptions,
427
+ cb: (err: any, data?: ListAccountIntegrationsCommandOutput) => void
428
+ ): void;
429
+ listDomains(
430
+ args: ListDomainsCommandInput,
431
+ options?: __HttpHandlerOptions
432
+ ): Promise<ListDomainsCommandOutput>;
433
+ listDomains(
434
+ args: ListDomainsCommandInput,
435
+ cb: (err: any, data?: ListDomainsCommandOutput) => void
436
+ ): void;
437
+ listDomains(
438
+ args: ListDomainsCommandInput,
439
+ options: __HttpHandlerOptions,
440
+ cb: (err: any, data?: ListDomainsCommandOutput) => void
441
+ ): void;
442
+ listIdentityResolutionJobs(
443
+ args: ListIdentityResolutionJobsCommandInput,
444
+ options?: __HttpHandlerOptions
445
+ ): Promise<ListIdentityResolutionJobsCommandOutput>;
446
+ listIdentityResolutionJobs(
447
+ args: ListIdentityResolutionJobsCommandInput,
448
+ cb: (err: any, data?: ListIdentityResolutionJobsCommandOutput) => void
449
+ ): void;
450
+ listIdentityResolutionJobs(
451
+ args: ListIdentityResolutionJobsCommandInput,
452
+ options: __HttpHandlerOptions,
453
+ cb: (err: any, data?: ListIdentityResolutionJobsCommandOutput) => void
454
+ ): void;
455
+ listIntegrations(
456
+ args: ListIntegrationsCommandInput,
457
+ options?: __HttpHandlerOptions
458
+ ): Promise<ListIntegrationsCommandOutput>;
459
+ listIntegrations(
460
+ args: ListIntegrationsCommandInput,
461
+ cb: (err: any, data?: ListIntegrationsCommandOutput) => void
462
+ ): void;
463
+ listIntegrations(
464
+ args: ListIntegrationsCommandInput,
465
+ options: __HttpHandlerOptions,
466
+ cb: (err: any, data?: ListIntegrationsCommandOutput) => void
467
+ ): void;
468
+ listProfileObjects(
469
+ args: ListProfileObjectsCommandInput,
470
+ options?: __HttpHandlerOptions
471
+ ): Promise<ListProfileObjectsCommandOutput>;
472
+ listProfileObjects(
473
+ args: ListProfileObjectsCommandInput,
474
+ cb: (err: any, data?: ListProfileObjectsCommandOutput) => void
475
+ ): void;
476
+ listProfileObjects(
477
+ args: ListProfileObjectsCommandInput,
478
+ options: __HttpHandlerOptions,
479
+ cb: (err: any, data?: ListProfileObjectsCommandOutput) => void
480
+ ): void;
481
+ listProfileObjectTypes(
482
+ args: ListProfileObjectTypesCommandInput,
483
+ options?: __HttpHandlerOptions
484
+ ): Promise<ListProfileObjectTypesCommandOutput>;
485
+ listProfileObjectTypes(
486
+ args: ListProfileObjectTypesCommandInput,
487
+ cb: (err: any, data?: ListProfileObjectTypesCommandOutput) => void
488
+ ): void;
489
+ listProfileObjectTypes(
490
+ args: ListProfileObjectTypesCommandInput,
491
+ options: __HttpHandlerOptions,
492
+ cb: (err: any, data?: ListProfileObjectTypesCommandOutput) => void
493
+ ): void;
494
+ listProfileObjectTypeTemplates(
495
+ args: ListProfileObjectTypeTemplatesCommandInput,
496
+ options?: __HttpHandlerOptions
497
+ ): Promise<ListProfileObjectTypeTemplatesCommandOutput>;
498
+ listProfileObjectTypeTemplates(
499
+ args: ListProfileObjectTypeTemplatesCommandInput,
500
+ cb: (err: any, data?: ListProfileObjectTypeTemplatesCommandOutput) => void
501
+ ): void;
502
+ listProfileObjectTypeTemplates(
503
+ args: ListProfileObjectTypeTemplatesCommandInput,
504
+ options: __HttpHandlerOptions,
505
+ cb: (err: any, data?: ListProfileObjectTypeTemplatesCommandOutput) => void
506
+ ): void;
507
+ listTagsForResource(
508
+ args: ListTagsForResourceCommandInput,
509
+ options?: __HttpHandlerOptions
510
+ ): Promise<ListTagsForResourceCommandOutput>;
511
+ listTagsForResource(
512
+ args: ListTagsForResourceCommandInput,
513
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
514
+ ): void;
515
+ listTagsForResource(
516
+ args: ListTagsForResourceCommandInput,
517
+ options: __HttpHandlerOptions,
518
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
519
+ ): void;
520
+ listWorkflows(
521
+ args: ListWorkflowsCommandInput,
522
+ options?: __HttpHandlerOptions
523
+ ): Promise<ListWorkflowsCommandOutput>;
524
+ listWorkflows(
525
+ args: ListWorkflowsCommandInput,
526
+ cb: (err: any, data?: ListWorkflowsCommandOutput) => void
527
+ ): void;
528
+ listWorkflows(
529
+ args: ListWorkflowsCommandInput,
530
+ options: __HttpHandlerOptions,
531
+ cb: (err: any, data?: ListWorkflowsCommandOutput) => void
532
+ ): void;
533
+ mergeProfiles(
534
+ args: MergeProfilesCommandInput,
535
+ options?: __HttpHandlerOptions
536
+ ): Promise<MergeProfilesCommandOutput>;
537
+ mergeProfiles(
538
+ args: MergeProfilesCommandInput,
539
+ cb: (err: any, data?: MergeProfilesCommandOutput) => void
540
+ ): void;
541
+ mergeProfiles(
542
+ args: MergeProfilesCommandInput,
543
+ options: __HttpHandlerOptions,
544
+ cb: (err: any, data?: MergeProfilesCommandOutput) => void
545
+ ): void;
546
+ putIntegration(
547
+ args: PutIntegrationCommandInput,
548
+ options?: __HttpHandlerOptions
549
+ ): Promise<PutIntegrationCommandOutput>;
550
+ putIntegration(
551
+ args: PutIntegrationCommandInput,
552
+ cb: (err: any, data?: PutIntegrationCommandOutput) => void
553
+ ): void;
554
+ putIntegration(
555
+ args: PutIntegrationCommandInput,
556
+ options: __HttpHandlerOptions,
557
+ cb: (err: any, data?: PutIntegrationCommandOutput) => void
558
+ ): void;
559
+ putProfileObject(
560
+ args: PutProfileObjectCommandInput,
561
+ options?: __HttpHandlerOptions
562
+ ): Promise<PutProfileObjectCommandOutput>;
563
+ putProfileObject(
564
+ args: PutProfileObjectCommandInput,
565
+ cb: (err: any, data?: PutProfileObjectCommandOutput) => void
566
+ ): void;
567
+ putProfileObject(
568
+ args: PutProfileObjectCommandInput,
569
+ options: __HttpHandlerOptions,
570
+ cb: (err: any, data?: PutProfileObjectCommandOutput) => void
571
+ ): void;
572
+ putProfileObjectType(
573
+ args: PutProfileObjectTypeCommandInput,
574
+ options?: __HttpHandlerOptions
575
+ ): Promise<PutProfileObjectTypeCommandOutput>;
576
+ putProfileObjectType(
577
+ args: PutProfileObjectTypeCommandInput,
578
+ cb: (err: any, data?: PutProfileObjectTypeCommandOutput) => void
579
+ ): void;
580
+ putProfileObjectType(
581
+ args: PutProfileObjectTypeCommandInput,
582
+ options: __HttpHandlerOptions,
583
+ cb: (err: any, data?: PutProfileObjectTypeCommandOutput) => void
584
+ ): void;
585
+ searchProfiles(
586
+ args: SearchProfilesCommandInput,
587
+ options?: __HttpHandlerOptions
588
+ ): Promise<SearchProfilesCommandOutput>;
589
+ searchProfiles(
590
+ args: SearchProfilesCommandInput,
591
+ cb: (err: any, data?: SearchProfilesCommandOutput) => void
592
+ ): void;
593
+ searchProfiles(
594
+ args: SearchProfilesCommandInput,
595
+ options: __HttpHandlerOptions,
596
+ cb: (err: any, data?: SearchProfilesCommandOutput) => void
597
+ ): void;
598
+ tagResource(
599
+ args: TagResourceCommandInput,
600
+ options?: __HttpHandlerOptions
601
+ ): Promise<TagResourceCommandOutput>;
602
+ tagResource(
603
+ args: TagResourceCommandInput,
604
+ cb: (err: any, data?: TagResourceCommandOutput) => void
605
+ ): void;
606
+ tagResource(
607
+ args: TagResourceCommandInput,
608
+ options: __HttpHandlerOptions,
609
+ cb: (err: any, data?: TagResourceCommandOutput) => void
610
+ ): void;
611
+ untagResource(
612
+ args: UntagResourceCommandInput,
613
+ options?: __HttpHandlerOptions
614
+ ): Promise<UntagResourceCommandOutput>;
615
+ untagResource(
616
+ args: UntagResourceCommandInput,
617
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
618
+ ): void;
619
+ untagResource(
620
+ args: UntagResourceCommandInput,
621
+ options: __HttpHandlerOptions,
622
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
623
+ ): void;
624
+ updateDomain(
625
+ args: UpdateDomainCommandInput,
626
+ options?: __HttpHandlerOptions
627
+ ): Promise<UpdateDomainCommandOutput>;
628
+ updateDomain(
629
+ args: UpdateDomainCommandInput,
630
+ cb: (err: any, data?: UpdateDomainCommandOutput) => void
631
+ ): void;
632
+ updateDomain(
633
+ args: UpdateDomainCommandInput,
634
+ options: __HttpHandlerOptions,
635
+ cb: (err: any, data?: UpdateDomainCommandOutput) => void
636
+ ): void;
637
+ updateProfile(
638
+ args: UpdateProfileCommandInput,
639
+ options?: __HttpHandlerOptions
640
+ ): Promise<UpdateProfileCommandOutput>;
641
+ updateProfile(
642
+ args: UpdateProfileCommandInput,
643
+ cb: (err: any, data?: UpdateProfileCommandOutput) => void
644
+ ): void;
645
+ updateProfile(
646
+ args: UpdateProfileCommandInput,
647
+ options: __HttpHandlerOptions,
648
+ cb: (err: any, data?: UpdateProfileCommandOutput) => void
649
+ ): void;
650
+ }