@aws-sdk/client-customer-profiles 3.50.0 → 3.53.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 (88) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist-cjs/CustomerProfiles.js +75 -0
  3. package/dist-cjs/commands/CreateIntegrationWorkflowCommand.js +36 -0
  4. package/dist-cjs/commands/DeleteWorkflowCommand.js +36 -0
  5. package/dist-cjs/commands/GetWorkflowCommand.js +36 -0
  6. package/dist-cjs/commands/GetWorkflowStepsCommand.js +36 -0
  7. package/dist-cjs/commands/ListWorkflowsCommand.js +36 -0
  8. package/dist-cjs/commands/index.js +5 -0
  9. package/dist-cjs/index.js +3 -0
  10. package/dist-cjs/models/CustomerProfilesServiceException.js +11 -0
  11. package/dist-cjs/models/models_0.js +349 -144
  12. package/dist-cjs/protocols/Aws_restJson1.js +997 -1353
  13. package/dist-es/CustomerProfiles.js +75 -0
  14. package/dist-es/commands/CreateIntegrationWorkflowCommand.js +39 -0
  15. package/dist-es/commands/DeleteWorkflowCommand.js +39 -0
  16. package/dist-es/commands/GetWorkflowCommand.js +39 -0
  17. package/dist-es/commands/GetWorkflowStepsCommand.js +39 -0
  18. package/dist-es/commands/ListWorkflowsCommand.js +39 -0
  19. package/dist-es/commands/index.js +5 -0
  20. package/dist-es/index.js +1 -0
  21. package/dist-es/models/CustomerProfilesServiceException.js +12 -0
  22. package/dist-es/models/models_0.js +276 -116
  23. package/dist-es/protocols/Aws_restJson1.js +1569 -1539
  24. package/dist-types/CustomerProfiles.d.ts +37 -3
  25. package/dist-types/CustomerProfilesClient.d.ts +7 -2
  26. package/dist-types/commands/CreateIntegrationWorkflowCommand.d.ts +37 -0
  27. package/dist-types/commands/DeleteWorkflowCommand.d.ts +35 -0
  28. package/dist-types/commands/GetMatchesCommand.d.ts +0 -3
  29. package/dist-types/commands/GetWorkflowCommand.d.ts +35 -0
  30. package/dist-types/commands/GetWorkflowStepsCommand.d.ts +35 -0
  31. package/dist-types/commands/ListWorkflowsCommand.d.ts +35 -0
  32. package/dist-types/commands/index.d.ts +5 -0
  33. package/dist-types/index.d.ts +1 -0
  34. package/dist-types/models/CustomerProfilesServiceException.d.ts +10 -0
  35. package/dist-types/models/models_0.d.ts +986 -477
  36. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  37. package/dist-types/ts3.4/CustomerProfiles.d.ts +195 -0
  38. package/dist-types/ts3.4/CustomerProfilesClient.d.ts +111 -0
  39. package/dist-types/ts3.4/commands/AddProfileKeyCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/CreateIntegrationWorkflowCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DeleteProfileKeyCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DeleteProfileObjectCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DeleteProfileObjectTypeCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/GetAutoMergingPreviewCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/GetIdentityResolutionJobCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/GetMatchesCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/GetProfileObjectTypeCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/GetProfileObjectTypeTemplateCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/GetWorkflowStepsCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/ListAccountIntegrationsCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/ListIdentityResolutionJobsCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/ListProfileObjectTypeTemplatesCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/ListProfileObjectTypesCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/ListProfileObjectsCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/PutProfileObjectCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/PutProfileObjectTypeCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/SearchProfilesCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/index.d.ts +38 -0
  78. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  79. package/dist-types/ts3.4/index.d.ts +5 -0
  80. package/dist-types/ts3.4/models/CustomerProfilesServiceException.d.ts +6 -0
  81. package/dist-types/ts3.4/models/index.d.ts +1 -0
  82. package/dist-types/ts3.4/models/models_0.d.ts +2140 -0
  83. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +116 -0
  84. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  87. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  88. package/package.json +33 -33
@@ -1,6 +1,7 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { AddProfileKeyCommandInput, AddProfileKeyCommandOutput } from "./commands/AddProfileKeyCommand";
3
3
  import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
4
+ import { CreateIntegrationWorkflowCommandInput, CreateIntegrationWorkflowCommandOutput } from "./commands/CreateIntegrationWorkflowCommand";
4
5
  import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
5
6
  import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
6
7
  import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "./commands/DeleteIntegrationCommand";
@@ -8,6 +9,7 @@ import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "./command
8
9
  import { DeleteProfileKeyCommandInput, DeleteProfileKeyCommandOutput } from "./commands/DeleteProfileKeyCommand";
9
10
  import { DeleteProfileObjectCommandInput, DeleteProfileObjectCommandOutput } from "./commands/DeleteProfileObjectCommand";
10
11
  import { DeleteProfileObjectTypeCommandInput, DeleteProfileObjectTypeCommandOutput } from "./commands/DeleteProfileObjectTypeCommand";
12
+ import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
11
13
  import { GetAutoMergingPreviewCommandInput, GetAutoMergingPreviewCommandOutput } from "./commands/GetAutoMergingPreviewCommand";
12
14
  import { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
13
15
  import { GetIdentityResolutionJobCommandInput, GetIdentityResolutionJobCommandOutput } from "./commands/GetIdentityResolutionJobCommand";
@@ -15,6 +17,8 @@ import { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "./comma
15
17
  import { GetMatchesCommandInput, GetMatchesCommandOutput } from "./commands/GetMatchesCommand";
16
18
  import { GetProfileObjectTypeCommandInput, GetProfileObjectTypeCommandOutput } from "./commands/GetProfileObjectTypeCommand";
17
19
  import { GetProfileObjectTypeTemplateCommandInput, GetProfileObjectTypeTemplateCommandOutput } from "./commands/GetProfileObjectTypeTemplateCommand";
20
+ import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "./commands/GetWorkflowCommand";
21
+ import { GetWorkflowStepsCommandInput, GetWorkflowStepsCommandOutput } from "./commands/GetWorkflowStepsCommand";
18
22
  import { ListAccountIntegrationsCommandInput, ListAccountIntegrationsCommandOutput } from "./commands/ListAccountIntegrationsCommand";
19
23
  import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
20
24
  import { ListIdentityResolutionJobsCommandInput, ListIdentityResolutionJobsCommandOutput } from "./commands/ListIdentityResolutionJobsCommand";
@@ -23,6 +27,7 @@ import { ListProfileObjectsCommandInput, ListProfileObjectsCommandOutput } from
23
27
  import { ListProfileObjectTypesCommandInput, ListProfileObjectTypesCommandOutput } from "./commands/ListProfileObjectTypesCommand";
24
28
  import { ListProfileObjectTypeTemplatesCommandInput, ListProfileObjectTypeTemplatesCommandOutput } from "./commands/ListProfileObjectTypeTemplatesCommand";
25
29
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
30
+ import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
26
31
  import { MergeProfilesCommandInput, MergeProfilesCommandOutput } from "./commands/MergeProfilesCommand";
27
32
  import { PutIntegrationCommandInput, PutIntegrationCommandOutput } from "./commands/PutIntegrationCommand";
28
33
  import { PutProfileObjectCommandInput, PutProfileObjectCommandOutput } from "./commands/PutProfileObjectCommand";
@@ -70,6 +75,14 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
70
75
  createDomain(args: CreateDomainCommandInput, options?: __HttpHandlerOptions): Promise<CreateDomainCommandOutput>;
71
76
  createDomain(args: CreateDomainCommandInput, cb: (err: any, data?: CreateDomainCommandOutput) => void): void;
72
77
  createDomain(args: CreateDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDomainCommandOutput) => void): void;
78
+ /**
79
+ * <p>
80
+ * Creates an integration workflow. An integration workflow is an async process which ingests historic data and sets up an integration for ongoing updates. The supported Amazon AppFlow sources are Salesforce, ServiceNow, and Marketo.
81
+ * </p>
82
+ */
83
+ createIntegrationWorkflow(args: CreateIntegrationWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<CreateIntegrationWorkflowCommandOutput>;
84
+ createIntegrationWorkflow(args: CreateIntegrationWorkflowCommandInput, cb: (err: any, data?: CreateIntegrationWorkflowCommandOutput) => void): void;
85
+ createIntegrationWorkflow(args: CreateIntegrationWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIntegrationWorkflowCommandOutput) => void): void;
73
86
  /**
74
87
  * <p>Creates a standard profile.</p>
75
88
  * <p>A standard profile represents the following attributes for a customer profile in a
@@ -118,6 +131,12 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
118
131
  deleteProfileObjectType(args: DeleteProfileObjectTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProfileObjectTypeCommandOutput>;
119
132
  deleteProfileObjectType(args: DeleteProfileObjectTypeCommandInput, cb: (err: any, data?: DeleteProfileObjectTypeCommandOutput) => void): void;
120
133
  deleteProfileObjectType(args: DeleteProfileObjectTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProfileObjectTypeCommandOutput) => void): void;
134
+ /**
135
+ * <p>Deletes the specified workflow and all its corresponding resources. This is an async process.</p>
136
+ */
137
+ deleteWorkflow(args: DeleteWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkflowCommandOutput>;
138
+ deleteWorkflow(args: DeleteWorkflowCommandInput, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
139
+ deleteWorkflow(args: DeleteWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
121
140
  /**
122
141
  * <p>Tests the auto-merging settings of your Identity Resolution Job without merging your data. It randomly
123
142
  * selects a sample of matching groups from the existing matching results, and applies the
@@ -199,9 +218,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
199
218
  * <li>
200
219
  * <p>FullName</p>
201
220
  * </li>
202
- * <li>
203
- * <p>BusinessName</p>
204
- * </li>
205
221
  * </ul>
206
222
  * <p>For example, two or more profiles—with spelling mistakes such as <b>John Doe</b> and <b>Jhn Doe</b>, or different casing
207
223
  * email addresses such as <b>JOHN_DOE@ANYCOMPANY.COM</b> and
@@ -227,6 +243,18 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
227
243
  getProfileObjectTypeTemplate(args: GetProfileObjectTypeTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetProfileObjectTypeTemplateCommandOutput>;
228
244
  getProfileObjectTypeTemplate(args: GetProfileObjectTypeTemplateCommandInput, cb: (err: any, data?: GetProfileObjectTypeTemplateCommandOutput) => void): void;
229
245
  getProfileObjectTypeTemplate(args: GetProfileObjectTypeTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProfileObjectTypeTemplateCommandOutput) => void): void;
246
+ /**
247
+ * <p>Get details of specified workflow.</p>
248
+ */
249
+ getWorkflow(args: GetWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowCommandOutput>;
250
+ getWorkflow(args: GetWorkflowCommandInput, cb: (err: any, data?: GetWorkflowCommandOutput) => void): void;
251
+ getWorkflow(args: GetWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowCommandOutput) => void): void;
252
+ /**
253
+ * <p>Get granular list of steps in workflow.</p>
254
+ */
255
+ getWorkflowSteps(args: GetWorkflowStepsCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowStepsCommandOutput>;
256
+ getWorkflowSteps(args: GetWorkflowStepsCommandInput, cb: (err: any, data?: GetWorkflowStepsCommandOutput) => void): void;
257
+ getWorkflowSteps(args: GetWorkflowStepsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowStepsCommandOutput) => void): void;
230
258
  /**
231
259
  * <p>Lists all of the integrations associated to a specific URI in the AWS account.</p>
232
260
  */
@@ -277,6 +305,12 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
277
305
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
278
306
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
279
307
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
308
+ /**
309
+ * <p>Query to list all workflows.</p>
310
+ */
311
+ listWorkflows(args: ListWorkflowsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowsCommandOutput>;
312
+ listWorkflows(args: ListWorkflowsCommandInput, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
313
+ listWorkflows(args: ListWorkflowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
280
314
  /**
281
315
  * <p>Runs an AWS Lambda job that does the following:</p>
282
316
  * <ol>
@@ -8,6 +8,7 @@ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfig
8
8
  import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { AddProfileKeyCommandInput, AddProfileKeyCommandOutput } from "./commands/AddProfileKeyCommand";
10
10
  import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
11
+ import { CreateIntegrationWorkflowCommandInput, CreateIntegrationWorkflowCommandOutput } from "./commands/CreateIntegrationWorkflowCommand";
11
12
  import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
12
13
  import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
13
14
  import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "./commands/DeleteIntegrationCommand";
@@ -15,6 +16,7 @@ import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "./command
15
16
  import { DeleteProfileKeyCommandInput, DeleteProfileKeyCommandOutput } from "./commands/DeleteProfileKeyCommand";
16
17
  import { DeleteProfileObjectCommandInput, DeleteProfileObjectCommandOutput } from "./commands/DeleteProfileObjectCommand";
17
18
  import { DeleteProfileObjectTypeCommandInput, DeleteProfileObjectTypeCommandOutput } from "./commands/DeleteProfileObjectTypeCommand";
19
+ import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
18
20
  import { GetAutoMergingPreviewCommandInput, GetAutoMergingPreviewCommandOutput } from "./commands/GetAutoMergingPreviewCommand";
19
21
  import { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
20
22
  import { GetIdentityResolutionJobCommandInput, GetIdentityResolutionJobCommandOutput } from "./commands/GetIdentityResolutionJobCommand";
@@ -22,6 +24,8 @@ import { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "./comma
22
24
  import { GetMatchesCommandInput, GetMatchesCommandOutput } from "./commands/GetMatchesCommand";
23
25
  import { GetProfileObjectTypeCommandInput, GetProfileObjectTypeCommandOutput } from "./commands/GetProfileObjectTypeCommand";
24
26
  import { GetProfileObjectTypeTemplateCommandInput, GetProfileObjectTypeTemplateCommandOutput } from "./commands/GetProfileObjectTypeTemplateCommand";
27
+ import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "./commands/GetWorkflowCommand";
28
+ import { GetWorkflowStepsCommandInput, GetWorkflowStepsCommandOutput } from "./commands/GetWorkflowStepsCommand";
25
29
  import { ListAccountIntegrationsCommandInput, ListAccountIntegrationsCommandOutput } from "./commands/ListAccountIntegrationsCommand";
26
30
  import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
27
31
  import { ListIdentityResolutionJobsCommandInput, ListIdentityResolutionJobsCommandOutput } from "./commands/ListIdentityResolutionJobsCommand";
@@ -30,6 +34,7 @@ import { ListProfileObjectsCommandInput, ListProfileObjectsCommandOutput } from
30
34
  import { ListProfileObjectTypesCommandInput, ListProfileObjectTypesCommandOutput } from "./commands/ListProfileObjectTypesCommand";
31
35
  import { ListProfileObjectTypeTemplatesCommandInput, ListProfileObjectTypeTemplatesCommandOutput } from "./commands/ListProfileObjectTypeTemplatesCommand";
32
36
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
37
+ import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
33
38
  import { MergeProfilesCommandInput, MergeProfilesCommandOutput } from "./commands/MergeProfilesCommand";
34
39
  import { PutIntegrationCommandInput, PutIntegrationCommandOutput } from "./commands/PutIntegrationCommand";
35
40
  import { PutProfileObjectCommandInput, PutProfileObjectCommandOutput } from "./commands/PutProfileObjectCommand";
@@ -39,8 +44,8 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
39
44
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
40
45
  import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "./commands/UpdateDomainCommand";
41
46
  import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "./commands/UpdateProfileCommand";
42
- export declare type ServiceInputTypes = AddProfileKeyCommandInput | CreateDomainCommandInput | CreateProfileCommandInput | DeleteDomainCommandInput | DeleteIntegrationCommandInput | DeleteProfileCommandInput | DeleteProfileKeyCommandInput | DeleteProfileObjectCommandInput | DeleteProfileObjectTypeCommandInput | GetAutoMergingPreviewCommandInput | GetDomainCommandInput | GetIdentityResolutionJobCommandInput | GetIntegrationCommandInput | GetMatchesCommandInput | GetProfileObjectTypeCommandInput | GetProfileObjectTypeTemplateCommandInput | ListAccountIntegrationsCommandInput | ListDomainsCommandInput | ListIdentityResolutionJobsCommandInput | ListIntegrationsCommandInput | ListProfileObjectTypeTemplatesCommandInput | ListProfileObjectTypesCommandInput | ListProfileObjectsCommandInput | ListTagsForResourceCommandInput | MergeProfilesCommandInput | PutIntegrationCommandInput | PutProfileObjectCommandInput | PutProfileObjectTypeCommandInput | SearchProfilesCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDomainCommandInput | UpdateProfileCommandInput;
43
- export declare type ServiceOutputTypes = AddProfileKeyCommandOutput | CreateDomainCommandOutput | CreateProfileCommandOutput | DeleteDomainCommandOutput | DeleteIntegrationCommandOutput | DeleteProfileCommandOutput | DeleteProfileKeyCommandOutput | DeleteProfileObjectCommandOutput | DeleteProfileObjectTypeCommandOutput | GetAutoMergingPreviewCommandOutput | GetDomainCommandOutput | GetIdentityResolutionJobCommandOutput | GetIntegrationCommandOutput | GetMatchesCommandOutput | GetProfileObjectTypeCommandOutput | GetProfileObjectTypeTemplateCommandOutput | ListAccountIntegrationsCommandOutput | ListDomainsCommandOutput | ListIdentityResolutionJobsCommandOutput | ListIntegrationsCommandOutput | ListProfileObjectTypeTemplatesCommandOutput | ListProfileObjectTypesCommandOutput | ListProfileObjectsCommandOutput | ListTagsForResourceCommandOutput | MergeProfilesCommandOutput | PutIntegrationCommandOutput | PutProfileObjectCommandOutput | PutProfileObjectTypeCommandOutput | SearchProfilesCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDomainCommandOutput | UpdateProfileCommandOutput;
47
+ export declare type ServiceInputTypes = AddProfileKeyCommandInput | CreateDomainCommandInput | CreateIntegrationWorkflowCommandInput | CreateProfileCommandInput | DeleteDomainCommandInput | DeleteIntegrationCommandInput | DeleteProfileCommandInput | DeleteProfileKeyCommandInput | DeleteProfileObjectCommandInput | DeleteProfileObjectTypeCommandInput | DeleteWorkflowCommandInput | GetAutoMergingPreviewCommandInput | GetDomainCommandInput | GetIdentityResolutionJobCommandInput | GetIntegrationCommandInput | GetMatchesCommandInput | GetProfileObjectTypeCommandInput | GetProfileObjectTypeTemplateCommandInput | GetWorkflowCommandInput | GetWorkflowStepsCommandInput | ListAccountIntegrationsCommandInput | ListDomainsCommandInput | ListIdentityResolutionJobsCommandInput | ListIntegrationsCommandInput | ListProfileObjectTypeTemplatesCommandInput | ListProfileObjectTypesCommandInput | ListProfileObjectsCommandInput | ListTagsForResourceCommandInput | ListWorkflowsCommandInput | MergeProfilesCommandInput | PutIntegrationCommandInput | PutProfileObjectCommandInput | PutProfileObjectTypeCommandInput | SearchProfilesCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDomainCommandInput | UpdateProfileCommandInput;
48
+ export declare type ServiceOutputTypes = AddProfileKeyCommandOutput | CreateDomainCommandOutput | CreateIntegrationWorkflowCommandOutput | CreateProfileCommandOutput | DeleteDomainCommandOutput | DeleteIntegrationCommandOutput | DeleteProfileCommandOutput | DeleteProfileKeyCommandOutput | DeleteProfileObjectCommandOutput | DeleteProfileObjectTypeCommandOutput | DeleteWorkflowCommandOutput | GetAutoMergingPreviewCommandOutput | GetDomainCommandOutput | GetIdentityResolutionJobCommandOutput | GetIntegrationCommandOutput | GetMatchesCommandOutput | GetProfileObjectTypeCommandOutput | GetProfileObjectTypeTemplateCommandOutput | GetWorkflowCommandOutput | GetWorkflowStepsCommandOutput | ListAccountIntegrationsCommandOutput | ListDomainsCommandOutput | ListIdentityResolutionJobsCommandOutput | ListIntegrationsCommandOutput | ListProfileObjectTypeTemplatesCommandOutput | ListProfileObjectTypesCommandOutput | ListProfileObjectsCommandOutput | ListTagsForResourceCommandOutput | ListWorkflowsCommandOutput | MergeProfilesCommandOutput | PutIntegrationCommandOutput | PutProfileObjectCommandOutput | PutProfileObjectTypeCommandOutput | SearchProfilesCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDomainCommandOutput | UpdateProfileCommandOutput;
44
49
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
45
50
  /**
46
51
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -0,0 +1,37 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
4
+ import { CreateIntegrationWorkflowRequest, CreateIntegrationWorkflowResponse } from "../models/models_0";
5
+ export interface CreateIntegrationWorkflowCommandInput extends CreateIntegrationWorkflowRequest {
6
+ }
7
+ export interface CreateIntegrationWorkflowCommandOutput extends CreateIntegrationWorkflowResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>
11
+ * Creates an integration workflow. An integration workflow is an async process which ingests historic data and sets up an integration for ongoing updates. The supported Amazon AppFlow sources are Salesforce, ServiceNow, and Marketo.
12
+ * </p>
13
+ * @example
14
+ * Use a bare-bones client and the command you need to make an API call.
15
+ * ```javascript
16
+ * import { CustomerProfilesClient, CreateIntegrationWorkflowCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import
17
+ * // const { CustomerProfilesClient, CreateIntegrationWorkflowCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import
18
+ * const client = new CustomerProfilesClient(config);
19
+ * const command = new CreateIntegrationWorkflowCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link CreateIntegrationWorkflowCommandInput} for command's `input` shape.
24
+ * @see {@link CreateIntegrationWorkflowCommandOutput} for command's `response` shape.
25
+ * @see {@link CustomerProfilesClientResolvedConfig | config} for CustomerProfilesClient's `config` shape.
26
+ *
27
+ */
28
+ export declare class CreateIntegrationWorkflowCommand extends $Command<CreateIntegrationWorkflowCommandInput, CreateIntegrationWorkflowCommandOutput, CustomerProfilesClientResolvedConfig> {
29
+ readonly input: CreateIntegrationWorkflowCommandInput;
30
+ constructor(input: CreateIntegrationWorkflowCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIntegrationWorkflowCommandInput, CreateIntegrationWorkflowCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
4
+ import { DeleteWorkflowRequest, DeleteWorkflowResponse } from "../models/models_0";
5
+ export interface DeleteWorkflowCommandInput extends DeleteWorkflowRequest {
6
+ }
7
+ export interface DeleteWorkflowCommandOutput extends DeleteWorkflowResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deletes the specified workflow and all its corresponding resources. This is an async process.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { CustomerProfilesClient, DeleteWorkflowCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import
15
+ * // const { CustomerProfilesClient, DeleteWorkflowCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import
16
+ * const client = new CustomerProfilesClient(config);
17
+ * const command = new DeleteWorkflowCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DeleteWorkflowCommandInput} for command's `input` shape.
22
+ * @see {@link DeleteWorkflowCommandOutput} for command's `response` shape.
23
+ * @see {@link CustomerProfilesClientResolvedConfig | config} for CustomerProfilesClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DeleteWorkflowCommand extends $Command<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, CustomerProfilesClientResolvedConfig> {
27
+ readonly input: DeleteWorkflowCommandInput;
28
+ constructor(input: DeleteWorkflowCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -48,9 +48,6 @@ export interface GetMatchesCommandOutput extends GetMatchesResponse, __MetadataB
48
48
  * <li>
49
49
  * <p>FullName</p>
50
50
  * </li>
51
- * <li>
52
- * <p>BusinessName</p>
53
- * </li>
54
51
  * </ul>
55
52
  * <p>For example, two or more profiles—with spelling mistakes such as <b>John Doe</b> and <b>Jhn Doe</b>, or different casing
56
53
  * email addresses such as <b>JOHN_DOE@ANYCOMPANY.COM</b> and
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
4
+ import { GetWorkflowRequest, GetWorkflowResponse } from "../models/models_0";
5
+ export interface GetWorkflowCommandInput extends GetWorkflowRequest {
6
+ }
7
+ export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Get details of specified workflow.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { CustomerProfilesClient, GetWorkflowCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import
15
+ * // const { CustomerProfilesClient, GetWorkflowCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import
16
+ * const client = new CustomerProfilesClient(config);
17
+ * const command = new GetWorkflowCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetWorkflowCommandInput} for command's `input` shape.
22
+ * @see {@link GetWorkflowCommandOutput} for command's `response` shape.
23
+ * @see {@link CustomerProfilesClientResolvedConfig | config} for CustomerProfilesClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetWorkflowCommand extends $Command<GetWorkflowCommandInput, GetWorkflowCommandOutput, CustomerProfilesClientResolvedConfig> {
27
+ readonly input: GetWorkflowCommandInput;
28
+ constructor(input: GetWorkflowCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWorkflowCommandInput, GetWorkflowCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
4
+ import { GetWorkflowStepsRequest, GetWorkflowStepsResponse } from "../models/models_0";
5
+ export interface GetWorkflowStepsCommandInput extends GetWorkflowStepsRequest {
6
+ }
7
+ export interface GetWorkflowStepsCommandOutput extends GetWorkflowStepsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Get granular list of steps in workflow.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { CustomerProfilesClient, GetWorkflowStepsCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import
15
+ * // const { CustomerProfilesClient, GetWorkflowStepsCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import
16
+ * const client = new CustomerProfilesClient(config);
17
+ * const command = new GetWorkflowStepsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetWorkflowStepsCommandInput} for command's `input` shape.
22
+ * @see {@link GetWorkflowStepsCommandOutput} for command's `response` shape.
23
+ * @see {@link CustomerProfilesClientResolvedConfig | config} for CustomerProfilesClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetWorkflowStepsCommand extends $Command<GetWorkflowStepsCommandInput, GetWorkflowStepsCommandOutput, CustomerProfilesClientResolvedConfig> {
27
+ readonly input: GetWorkflowStepsCommandInput;
28
+ constructor(input: GetWorkflowStepsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWorkflowStepsCommandInput, GetWorkflowStepsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
4
+ import { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_0";
5
+ export interface ListWorkflowsCommandInput extends ListWorkflowsRequest {
6
+ }
7
+ export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Query to list all workflows.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { CustomerProfilesClient, ListWorkflowsCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import
15
+ * // const { CustomerProfilesClient, ListWorkflowsCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import
16
+ * const client = new CustomerProfilesClient(config);
17
+ * const command = new ListWorkflowsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListWorkflowsCommandInput} for command's `input` shape.
22
+ * @see {@link ListWorkflowsCommandOutput} for command's `response` shape.
23
+ * @see {@link CustomerProfilesClientResolvedConfig | config} for CustomerProfilesClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class ListWorkflowsCommand extends $Command<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, CustomerProfilesClientResolvedConfig> {
27
+ readonly input: ListWorkflowsCommandInput;
28
+ constructor(input: ListWorkflowsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkflowsCommandInput, ListWorkflowsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,5 +1,6 @@
1
1
  export * from "./AddProfileKeyCommand";
2
2
  export * from "./CreateDomainCommand";
3
+ export * from "./CreateIntegrationWorkflowCommand";
3
4
  export * from "./CreateProfileCommand";
4
5
  export * from "./DeleteDomainCommand";
5
6
  export * from "./DeleteIntegrationCommand";
@@ -7,6 +8,7 @@ export * from "./DeleteProfileCommand";
7
8
  export * from "./DeleteProfileKeyCommand";
8
9
  export * from "./DeleteProfileObjectCommand";
9
10
  export * from "./DeleteProfileObjectTypeCommand";
11
+ export * from "./DeleteWorkflowCommand";
10
12
  export * from "./GetAutoMergingPreviewCommand";
11
13
  export * from "./GetDomainCommand";
12
14
  export * from "./GetIdentityResolutionJobCommand";
@@ -14,6 +16,8 @@ export * from "./GetIntegrationCommand";
14
16
  export * from "./GetMatchesCommand";
15
17
  export * from "./GetProfileObjectTypeCommand";
16
18
  export * from "./GetProfileObjectTypeTemplateCommand";
19
+ export * from "./GetWorkflowCommand";
20
+ export * from "./GetWorkflowStepsCommand";
17
21
  export * from "./ListAccountIntegrationsCommand";
18
22
  export * from "./ListDomainsCommand";
19
23
  export * from "./ListIdentityResolutionJobsCommand";
@@ -22,6 +26,7 @@ export * from "./ListProfileObjectTypeTemplatesCommand";
22
26
  export * from "./ListProfileObjectTypesCommand";
23
27
  export * from "./ListProfileObjectsCommand";
24
28
  export * from "./ListTagsForResourceCommand";
29
+ export * from "./ListWorkflowsCommand";
25
30
  export * from "./MergeProfilesCommand";
26
31
  export * from "./PutIntegrationCommand";
27
32
  export * from "./PutProfileObjectCommand";
@@ -2,3 +2,4 @@ export * from "./CustomerProfiles";
2
2
  export * from "./CustomerProfilesClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
+ export { CustomerProfilesServiceException } from "./models/CustomerProfilesServiceException";
@@ -0,0 +1,10 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ /**
3
+ * Base exception class for all service exceptions from CustomerProfiles service.
4
+ */
5
+ export declare class CustomerProfilesServiceException extends __ServiceException {
6
+ /**
7
+ * @internal
8
+ */
9
+ constructor(options: __ServiceExceptionOptions);
10
+ }