@aws-sdk/client-customer-profiles 3.325.0 → 3.327.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AddProfileKeyCommand.d.ts +9 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +42 -0
- package/dist-types/commands/CreateIntegrationWorkflowCommand.d.ts +7 -0
- package/dist-types/commands/CreateProfileCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +6 -0
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +6 -0
- package/dist-types/commands/DeleteProfileCommand.d.ts +6 -0
- package/dist-types/commands/DeleteProfileKeyCommand.d.ts +6 -0
- package/dist-types/commands/DeleteProfileObjectCommand.d.ts +6 -0
- package/dist-types/commands/DeleteProfileObjectTypeCommand.d.ts +6 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +4 -0
- package/dist-types/commands/GetAutoMergingPreviewCommand.d.ts +9 -0
- package/dist-types/commands/GetDomainCommand.d.ts +48 -0
- package/dist-types/commands/GetIdentityResolutionJobCommand.d.ts +39 -0
- package/dist-types/commands/GetIntegrationCommand.d.ts +18 -0
- package/dist-types/commands/GetMatchesCommand.d.ts +17 -0
- package/dist-types/commands/GetProfileObjectTypeCommand.d.ts +36 -0
- package/dist-types/commands/GetProfileObjectTypeTemplateCommand.d.ts +29 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +25 -0
- package/dist-types/commands/GetWorkflowStepsCommand.d.ts +22 -0
- package/dist-types/commands/ListAccountIntegrationsCommand.d.ts +23 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +16 -0
- package/dist-types/commands/ListIdentityResolutionJobsCommand.d.ts +27 -0
- package/dist-types/commands/ListIntegrationsCommand.d.ts +23 -0
- package/dist-types/commands/ListProfileObjectTypeTemplatesCommand.d.ts +13 -0
- package/dist-types/commands/ListProfileObjectTypesCommand.d.ts +17 -0
- package/dist-types/commands/ListProfileObjectsCommand.d.ts +13 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +16 -0
- package/dist-types/commands/MergeProfilesCommand.d.ts +6 -0
- package/dist-types/commands/PutIntegrationCommand.d.ts +18 -0
- package/dist-types/commands/PutProfileObjectCommand.d.ts +6 -0
- package/dist-types/commands/PutProfileObjectTypeCommand.d.ts +36 -0
- package/dist-types/commands/SearchProfilesCommand.d.ts +88 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +42 -0
- package/dist-types/commands/UpdateProfileCommand.d.ts +6 -0
- package/package.json +7 -7
|
@@ -34,6 +34,27 @@ export interface ListAccountIntegrationsCommandOutput extends ListAccountIntegra
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListAccountIntegrationsCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListAccountIntegrationsResponse
|
|
38
|
+
* // Items: [ // IntegrationList
|
|
39
|
+
* // { // ListIntegrationItem
|
|
40
|
+
* // DomainName: "STRING_VALUE", // required
|
|
41
|
+
* // Uri: "STRING_VALUE", // required
|
|
42
|
+
* // ObjectTypeName: "STRING_VALUE",
|
|
43
|
+
* // CreatedAt: new Date("TIMESTAMP"), // required
|
|
44
|
+
* // LastUpdatedAt: new Date("TIMESTAMP"), // required
|
|
45
|
+
* // Tags: { // TagMap
|
|
46
|
+
* // "<keys>": "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // ObjectTypeNames: { // ObjectTypeNames
|
|
49
|
+
* // "<keys>": "STRING_VALUE",
|
|
50
|
+
* // },
|
|
51
|
+
* // WorkflowId: "STRING_VALUE",
|
|
52
|
+
* // IsUnstructured: true || false,
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // NextToken: "STRING_VALUE",
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
37
58
|
* ```
|
|
38
59
|
*
|
|
39
60
|
* @param ListAccountIntegrationsCommandInput - {@link ListAccountIntegrationsCommandInput}
|
|
@@ -57,6 +78,8 @@ export interface ListAccountIntegrationsCommandOutput extends ListAccountIntegra
|
|
|
57
78
|
* @throws {@link ThrottlingException} (client fault)
|
|
58
79
|
* <p>You exceeded the maximum number of requests.</p>
|
|
59
80
|
*
|
|
81
|
+
* @throws {@link CustomerProfilesServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
60
83
|
*
|
|
61
84
|
*/
|
|
62
85
|
export declare class ListAccountIntegrationsCommand extends $Command<ListAccountIntegrationsCommandInput, ListAccountIntegrationsCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
@@ -32,6 +32,20 @@ export interface ListDomainsCommandOutput extends ListDomainsResponse, __Metadat
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new ListDomainsCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // ListDomainsResponse
|
|
36
|
+
* // Items: [ // DomainList
|
|
37
|
+
* // { // ListDomainItem
|
|
38
|
+
* // DomainName: "STRING_VALUE", // required
|
|
39
|
+
* // CreatedAt: new Date("TIMESTAMP"), // required
|
|
40
|
+
* // LastUpdatedAt: new Date("TIMESTAMP"), // required
|
|
41
|
+
* // Tags: { // TagMap
|
|
42
|
+
* // "<keys>": "STRING_VALUE",
|
|
43
|
+
* // },
|
|
44
|
+
* // },
|
|
45
|
+
* // ],
|
|
46
|
+
* // NextToken: "STRING_VALUE",
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
35
49
|
* ```
|
|
36
50
|
*
|
|
37
51
|
* @param ListDomainsCommandInput - {@link ListDomainsCommandInput}
|
|
@@ -55,6 +69,8 @@ export interface ListDomainsCommandOutput extends ListDomainsResponse, __Metadat
|
|
|
55
69
|
* @throws {@link ThrottlingException} (client fault)
|
|
56
70
|
* <p>You exceeded the maximum number of requests.</p>
|
|
57
71
|
*
|
|
72
|
+
* @throws {@link CustomerProfilesServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
58
74
|
*
|
|
59
75
|
*/
|
|
60
76
|
export declare class ListDomainsCommand extends $Command<ListDomainsCommandInput, ListDomainsCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
@@ -34,6 +34,31 @@ export interface ListIdentityResolutionJobsCommandOutput extends ListIdentityRes
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListIdentityResolutionJobsCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListIdentityResolutionJobsResponse
|
|
38
|
+
* // IdentityResolutionJobsList: [ // IdentityResolutionJobsList
|
|
39
|
+
* // { // IdentityResolutionJob
|
|
40
|
+
* // DomainName: "STRING_VALUE",
|
|
41
|
+
* // JobId: "STRING_VALUE",
|
|
42
|
+
* // Status: "PENDING" || "PREPROCESSING" || "FIND_MATCHING" || "MERGING" || "COMPLETED" || "PARTIAL_SUCCESS" || "FAILED",
|
|
43
|
+
* // JobStartTime: new Date("TIMESTAMP"),
|
|
44
|
+
* // JobEndTime: new Date("TIMESTAMP"),
|
|
45
|
+
* // JobStats: { // JobStats
|
|
46
|
+
* // NumberOfProfilesReviewed: Number("long"),
|
|
47
|
+
* // NumberOfMatchesFound: Number("long"),
|
|
48
|
+
* // NumberOfMergesDone: Number("long"),
|
|
49
|
+
* // },
|
|
50
|
+
* // ExportingLocation: { // ExportingLocation
|
|
51
|
+
* // S3Exporting: { // S3ExportingLocation
|
|
52
|
+
* // S3BucketName: "STRING_VALUE",
|
|
53
|
+
* // S3KeyName: "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // },
|
|
56
|
+
* // Message: "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // ],
|
|
59
|
+
* // NextToken: "STRING_VALUE",
|
|
60
|
+
* // };
|
|
61
|
+
*
|
|
37
62
|
* ```
|
|
38
63
|
*
|
|
39
64
|
* @param ListIdentityResolutionJobsCommandInput - {@link ListIdentityResolutionJobsCommandInput}
|
|
@@ -57,6 +82,8 @@ export interface ListIdentityResolutionJobsCommandOutput extends ListIdentityRes
|
|
|
57
82
|
* @throws {@link ThrottlingException} (client fault)
|
|
58
83
|
* <p>You exceeded the maximum number of requests.</p>
|
|
59
84
|
*
|
|
85
|
+
* @throws {@link CustomerProfilesServiceException}
|
|
86
|
+
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
60
87
|
*
|
|
61
88
|
*/
|
|
62
89
|
export declare class ListIdentityResolutionJobsCommand extends $Command<ListIdentityResolutionJobsCommandInput, ListIdentityResolutionJobsCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
@@ -34,6 +34,27 @@ export interface ListIntegrationsCommandOutput extends ListIntegrationsResponse,
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListIntegrationsCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListIntegrationsResponse
|
|
38
|
+
* // Items: [ // IntegrationList
|
|
39
|
+
* // { // ListIntegrationItem
|
|
40
|
+
* // DomainName: "STRING_VALUE", // required
|
|
41
|
+
* // Uri: "STRING_VALUE", // required
|
|
42
|
+
* // ObjectTypeName: "STRING_VALUE",
|
|
43
|
+
* // CreatedAt: new Date("TIMESTAMP"), // required
|
|
44
|
+
* // LastUpdatedAt: new Date("TIMESTAMP"), // required
|
|
45
|
+
* // Tags: { // TagMap
|
|
46
|
+
* // "<keys>": "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // ObjectTypeNames: { // ObjectTypeNames
|
|
49
|
+
* // "<keys>": "STRING_VALUE",
|
|
50
|
+
* // },
|
|
51
|
+
* // WorkflowId: "STRING_VALUE",
|
|
52
|
+
* // IsUnstructured: true || false,
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // NextToken: "STRING_VALUE",
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
37
58
|
* ```
|
|
38
59
|
*
|
|
39
60
|
* @param ListIntegrationsCommandInput - {@link ListIntegrationsCommandInput}
|
|
@@ -57,6 +78,8 @@ export interface ListIntegrationsCommandOutput extends ListIntegrationsResponse,
|
|
|
57
78
|
* @throws {@link ThrottlingException} (client fault)
|
|
58
79
|
* <p>You exceeded the maximum number of requests.</p>
|
|
59
80
|
*
|
|
81
|
+
* @throws {@link CustomerProfilesServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
60
83
|
*
|
|
61
84
|
*/
|
|
62
85
|
export declare class ListIntegrationsCommand extends $Command<ListIntegrationsCommandInput, ListIntegrationsCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
@@ -32,6 +32,17 @@ export interface ListProfileObjectTypeTemplatesCommandOutput extends ListProfile
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new ListProfileObjectTypeTemplatesCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // ListProfileObjectTypeTemplatesResponse
|
|
36
|
+
* // Items: [ // ProfileObjectTypeTemplateList
|
|
37
|
+
* // { // ListProfileObjectTypeTemplateItem
|
|
38
|
+
* // TemplateId: "STRING_VALUE",
|
|
39
|
+
* // SourceName: "STRING_VALUE",
|
|
40
|
+
* // SourceObject: "STRING_VALUE",
|
|
41
|
+
* // },
|
|
42
|
+
* // ],
|
|
43
|
+
* // NextToken: "STRING_VALUE",
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
35
46
|
* ```
|
|
36
47
|
*
|
|
37
48
|
* @param ListProfileObjectTypeTemplatesCommandInput - {@link ListProfileObjectTypeTemplatesCommandInput}
|
|
@@ -55,6 +66,8 @@ export interface ListProfileObjectTypeTemplatesCommandOutput extends ListProfile
|
|
|
55
66
|
* @throws {@link ThrottlingException} (client fault)
|
|
56
67
|
* <p>You exceeded the maximum number of requests.</p>
|
|
57
68
|
*
|
|
69
|
+
* @throws {@link CustomerProfilesServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
58
71
|
*
|
|
59
72
|
*/
|
|
60
73
|
export declare class ListProfileObjectTypeTemplatesCommand extends $Command<ListProfileObjectTypeTemplatesCommandInput, ListProfileObjectTypeTemplatesCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
@@ -33,6 +33,21 @@ export interface ListProfileObjectTypesCommandOutput extends ListProfileObjectTy
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListProfileObjectTypesCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ListProfileObjectTypesResponse
|
|
37
|
+
* // Items: [ // ProfileObjectTypeList
|
|
38
|
+
* // { // ListProfileObjectTypeItem
|
|
39
|
+
* // ObjectTypeName: "STRING_VALUE", // required
|
|
40
|
+
* // Description: "STRING_VALUE", // required
|
|
41
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
42
|
+
* // LastUpdatedAt: new Date("TIMESTAMP"),
|
|
43
|
+
* // Tags: { // TagMap
|
|
44
|
+
* // "<keys>": "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // },
|
|
47
|
+
* // ],
|
|
48
|
+
* // NextToken: "STRING_VALUE",
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
36
51
|
* ```
|
|
37
52
|
*
|
|
38
53
|
* @param ListProfileObjectTypesCommandInput - {@link ListProfileObjectTypesCommandInput}
|
|
@@ -56,6 +71,8 @@ export interface ListProfileObjectTypesCommandOutput extends ListProfileObjectTy
|
|
|
56
71
|
* @throws {@link ThrottlingException} (client fault)
|
|
57
72
|
* <p>You exceeded the maximum number of requests.</p>
|
|
58
73
|
*
|
|
74
|
+
* @throws {@link CustomerProfilesServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
59
76
|
*
|
|
60
77
|
*/
|
|
61
78
|
export declare class ListProfileObjectTypesCommand extends $Command<ListProfileObjectTypesCommandInput, ListProfileObjectTypesCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
@@ -41,6 +41,17 @@ export interface ListProfileObjectsCommandOutput extends ListProfileObjectsRespo
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new ListProfileObjectsCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // ListProfileObjectsResponse
|
|
45
|
+
* // Items: [ // ProfileObjectList
|
|
46
|
+
* // { // ListProfileObjectsItem
|
|
47
|
+
* // ObjectTypeName: "STRING_VALUE",
|
|
48
|
+
* // ProfileObjectUniqueKey: "STRING_VALUE",
|
|
49
|
+
* // Object: "STRING_VALUE",
|
|
50
|
+
* // },
|
|
51
|
+
* // ],
|
|
52
|
+
* // NextToken: "STRING_VALUE",
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
44
55
|
* ```
|
|
45
56
|
*
|
|
46
57
|
* @param ListProfileObjectsCommandInput - {@link ListProfileObjectsCommandInput}
|
|
@@ -64,6 +75,8 @@ export interface ListProfileObjectsCommandOutput extends ListProfileObjectsRespo
|
|
|
64
75
|
* @throws {@link ThrottlingException} (client fault)
|
|
65
76
|
* <p>You exceeded the maximum number of requests.</p>
|
|
66
77
|
*
|
|
78
|
+
* @throws {@link CustomerProfilesServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
67
80
|
*
|
|
68
81
|
*/
|
|
69
82
|
export declare class ListProfileObjectsCommand extends $Command<ListProfileObjectsCommandInput, ListProfileObjectsCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
@@ -32,6 +32,12 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new ListTagsForResourceCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // ListTagsForResourceResponse
|
|
36
|
+
* // tags: { // TagMap
|
|
37
|
+
* // "<keys>": "STRING_VALUE",
|
|
38
|
+
* // },
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
35
41
|
* ```
|
|
36
42
|
*
|
|
37
43
|
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
@@ -49,6 +55,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
49
55
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
50
56
|
* <p>The requested resource does not exist, or access was denied.</p>
|
|
51
57
|
*
|
|
58
|
+
* @throws {@link CustomerProfilesServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
52
60
|
*
|
|
53
61
|
*/
|
|
54
62
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
@@ -37,6 +37,20 @@ export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __Met
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new ListWorkflowsCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // ListWorkflowsResponse
|
|
41
|
+
* // Items: [ // WorkflowList
|
|
42
|
+
* // { // ListWorkflowsItem
|
|
43
|
+
* // WorkflowType: "APPFLOW_INTEGRATION", // required
|
|
44
|
+
* // WorkflowId: "STRING_VALUE", // required
|
|
45
|
+
* // Status: "NOT_STARTED" || "IN_PROGRESS" || "COMPLETE" || "FAILED" || "SPLIT" || "RETRY" || "CANCELLED", // required
|
|
46
|
+
* // StatusDescription: "STRING_VALUE", // required
|
|
47
|
+
* // CreatedAt: new Date("TIMESTAMP"), // required
|
|
48
|
+
* // LastUpdatedAt: new Date("TIMESTAMP"), // required
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // NextToken: "STRING_VALUE",
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
40
54
|
* ```
|
|
41
55
|
*
|
|
42
56
|
* @param ListWorkflowsCommandInput - {@link ListWorkflowsCommandInput}
|
|
@@ -60,6 +74,8 @@ export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __Met
|
|
|
60
74
|
* @throws {@link ThrottlingException} (client fault)
|
|
61
75
|
* <p>You exceeded the maximum number of requests.</p>
|
|
62
76
|
*
|
|
77
|
+
* @throws {@link CustomerProfilesServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
63
79
|
*
|
|
64
80
|
*/
|
|
65
81
|
export declare class ListWorkflowsCommand extends $Command<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
@@ -102,6 +102,10 @@ export interface MergeProfilesCommandOutput extends MergeProfilesResponse, __Met
|
|
|
102
102
|
* };
|
|
103
103
|
* const command = new MergeProfilesCommand(input);
|
|
104
104
|
* const response = await client.send(command);
|
|
105
|
+
* // { // MergeProfilesResponse
|
|
106
|
+
* // Message: "STRING_VALUE",
|
|
107
|
+
* // };
|
|
108
|
+
*
|
|
105
109
|
* ```
|
|
106
110
|
*
|
|
107
111
|
* @param MergeProfilesCommandInput - {@link MergeProfilesCommandInput}
|
|
@@ -122,6 +126,8 @@ export interface MergeProfilesCommandOutput extends MergeProfilesResponse, __Met
|
|
|
122
126
|
* @throws {@link ThrottlingException} (client fault)
|
|
123
127
|
* <p>You exceeded the maximum number of requests.</p>
|
|
124
128
|
*
|
|
129
|
+
* @throws {@link CustomerProfilesServiceException}
|
|
130
|
+
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
125
131
|
*
|
|
126
132
|
*/
|
|
127
133
|
export declare class MergeProfilesCommand extends $Command<MergeProfilesCommandInput, MergeProfilesCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
@@ -109,6 +109,22 @@ export interface PutIntegrationCommandOutput extends PutIntegrationResponse, __M
|
|
|
109
109
|
* };
|
|
110
110
|
* const command = new PutIntegrationCommand(input);
|
|
111
111
|
* const response = await client.send(command);
|
|
112
|
+
* // { // PutIntegrationResponse
|
|
113
|
+
* // DomainName: "STRING_VALUE", // required
|
|
114
|
+
* // Uri: "STRING_VALUE", // required
|
|
115
|
+
* // ObjectTypeName: "STRING_VALUE",
|
|
116
|
+
* // CreatedAt: new Date("TIMESTAMP"), // required
|
|
117
|
+
* // LastUpdatedAt: new Date("TIMESTAMP"), // required
|
|
118
|
+
* // Tags: { // TagMap
|
|
119
|
+
* // "<keys>": "STRING_VALUE",
|
|
120
|
+
* // },
|
|
121
|
+
* // ObjectTypeNames: { // ObjectTypeNames
|
|
122
|
+
* // "<keys>": "STRING_VALUE",
|
|
123
|
+
* // },
|
|
124
|
+
* // WorkflowId: "STRING_VALUE",
|
|
125
|
+
* // IsUnstructured: true || false,
|
|
126
|
+
* // };
|
|
127
|
+
*
|
|
112
128
|
* ```
|
|
113
129
|
*
|
|
114
130
|
* @param PutIntegrationCommandInput - {@link PutIntegrationCommandInput}
|
|
@@ -132,6 +148,8 @@ export interface PutIntegrationCommandOutput extends PutIntegrationResponse, __M
|
|
|
132
148
|
* @throws {@link ThrottlingException} (client fault)
|
|
133
149
|
* <p>You exceeded the maximum number of requests.</p>
|
|
134
150
|
*
|
|
151
|
+
* @throws {@link CustomerProfilesServiceException}
|
|
152
|
+
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
135
153
|
*
|
|
136
154
|
*/
|
|
137
155
|
export declare class PutIntegrationCommand extends $Command<PutIntegrationCommandInput, PutIntegrationCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
@@ -42,6 +42,10 @@ export interface PutProfileObjectCommandOutput extends PutProfileObjectResponse,
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new PutProfileObjectCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // PutProfileObjectResponse
|
|
46
|
+
* // ProfileObjectUniqueKey: "STRING_VALUE",
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
45
49
|
* ```
|
|
46
50
|
*
|
|
47
51
|
* @param PutProfileObjectCommandInput - {@link PutProfileObjectCommandInput}
|
|
@@ -65,6 +69,8 @@ export interface PutProfileObjectCommandOutput extends PutProfileObjectResponse,
|
|
|
65
69
|
* @throws {@link ThrottlingException} (client fault)
|
|
66
70
|
* <p>You exceeded the maximum number of requests.</p>
|
|
67
71
|
*
|
|
72
|
+
* @throws {@link CustomerProfilesServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
68
74
|
*
|
|
69
75
|
*/
|
|
70
76
|
export declare class PutProfileObjectCommand extends $Command<PutProfileObjectCommandInput, PutProfileObjectCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
@@ -62,6 +62,40 @@ export interface PutProfileObjectTypeCommandOutput extends PutProfileObjectTypeR
|
|
|
62
62
|
* };
|
|
63
63
|
* const command = new PutProfileObjectTypeCommand(input);
|
|
64
64
|
* const response = await client.send(command);
|
|
65
|
+
* // { // PutProfileObjectTypeResponse
|
|
66
|
+
* // ObjectTypeName: "STRING_VALUE", // required
|
|
67
|
+
* // Description: "STRING_VALUE", // required
|
|
68
|
+
* // TemplateId: "STRING_VALUE",
|
|
69
|
+
* // ExpirationDays: Number("int"),
|
|
70
|
+
* // EncryptionKey: "STRING_VALUE",
|
|
71
|
+
* // AllowProfileCreation: true || false,
|
|
72
|
+
* // SourceLastUpdatedTimestampFormat: "STRING_VALUE",
|
|
73
|
+
* // Fields: { // FieldMap
|
|
74
|
+
* // "<keys>": { // ObjectTypeField
|
|
75
|
+
* // Source: "STRING_VALUE",
|
|
76
|
+
* // Target: "STRING_VALUE",
|
|
77
|
+
* // ContentType: "STRING" || "NUMBER" || "PHONE_NUMBER" || "EMAIL_ADDRESS" || "NAME",
|
|
78
|
+
* // },
|
|
79
|
+
* // },
|
|
80
|
+
* // Keys: { // KeyMap
|
|
81
|
+
* // "<keys>": [ // ObjectTypeKeyList
|
|
82
|
+
* // { // ObjectTypeKey
|
|
83
|
+
* // StandardIdentifiers: [ // StandardIdentifierList
|
|
84
|
+
* // "PROFILE" || "ASSET" || "CASE" || "UNIQUE" || "SECONDARY" || "LOOKUP_ONLY" || "NEW_ONLY" || "ORDER",
|
|
85
|
+
* // ],
|
|
86
|
+
* // FieldNames: [ // FieldNameList
|
|
87
|
+
* // "STRING_VALUE",
|
|
88
|
+
* // ],
|
|
89
|
+
* // },
|
|
90
|
+
* // ],
|
|
91
|
+
* // },
|
|
92
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
93
|
+
* // LastUpdatedAt: new Date("TIMESTAMP"),
|
|
94
|
+
* // Tags: { // TagMap
|
|
95
|
+
* // "<keys>": "STRING_VALUE",
|
|
96
|
+
* // },
|
|
97
|
+
* // };
|
|
98
|
+
*
|
|
65
99
|
* ```
|
|
66
100
|
*
|
|
67
101
|
* @param PutProfileObjectTypeCommandInput - {@link PutProfileObjectTypeCommandInput}
|
|
@@ -85,6 +119,8 @@ export interface PutProfileObjectTypeCommandOutput extends PutProfileObjectTypeR
|
|
|
85
119
|
* @throws {@link ThrottlingException} (client fault)
|
|
86
120
|
* <p>You exceeded the maximum number of requests.</p>
|
|
87
121
|
*
|
|
122
|
+
* @throws {@link CustomerProfilesServiceException}
|
|
123
|
+
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
88
124
|
*
|
|
89
125
|
*/
|
|
90
126
|
export declare class PutProfileObjectTypeCommand extends $Command<PutProfileObjectTypeCommandInput, PutProfileObjectTypeCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
@@ -50,6 +50,92 @@ export interface SearchProfilesCommandOutput extends SearchProfilesResponse, __M
|
|
|
50
50
|
* };
|
|
51
51
|
* const command = new SearchProfilesCommand(input);
|
|
52
52
|
* const response = await client.send(command);
|
|
53
|
+
* // { // SearchProfilesResponse
|
|
54
|
+
* // Items: [ // ProfileList
|
|
55
|
+
* // { // Profile
|
|
56
|
+
* // ProfileId: "STRING_VALUE",
|
|
57
|
+
* // AccountNumber: "STRING_VALUE",
|
|
58
|
+
* // AdditionalInformation: "STRING_VALUE",
|
|
59
|
+
* // PartyType: "INDIVIDUAL" || "BUSINESS" || "OTHER",
|
|
60
|
+
* // BusinessName: "STRING_VALUE",
|
|
61
|
+
* // FirstName: "STRING_VALUE",
|
|
62
|
+
* // MiddleName: "STRING_VALUE",
|
|
63
|
+
* // LastName: "STRING_VALUE",
|
|
64
|
+
* // BirthDate: "STRING_VALUE",
|
|
65
|
+
* // Gender: "MALE" || "FEMALE" || "UNSPECIFIED",
|
|
66
|
+
* // PhoneNumber: "STRING_VALUE",
|
|
67
|
+
* // MobilePhoneNumber: "STRING_VALUE",
|
|
68
|
+
* // HomePhoneNumber: "STRING_VALUE",
|
|
69
|
+
* // BusinessPhoneNumber: "STRING_VALUE",
|
|
70
|
+
* // EmailAddress: "STRING_VALUE",
|
|
71
|
+
* // PersonalEmailAddress: "STRING_VALUE",
|
|
72
|
+
* // BusinessEmailAddress: "STRING_VALUE",
|
|
73
|
+
* // Address: { // Address
|
|
74
|
+
* // Address1: "STRING_VALUE",
|
|
75
|
+
* // Address2: "STRING_VALUE",
|
|
76
|
+
* // Address3: "STRING_VALUE",
|
|
77
|
+
* // Address4: "STRING_VALUE",
|
|
78
|
+
* // City: "STRING_VALUE",
|
|
79
|
+
* // County: "STRING_VALUE",
|
|
80
|
+
* // State: "STRING_VALUE",
|
|
81
|
+
* // Province: "STRING_VALUE",
|
|
82
|
+
* // Country: "STRING_VALUE",
|
|
83
|
+
* // PostalCode: "STRING_VALUE",
|
|
84
|
+
* // },
|
|
85
|
+
* // ShippingAddress: {
|
|
86
|
+
* // Address1: "STRING_VALUE",
|
|
87
|
+
* // Address2: "STRING_VALUE",
|
|
88
|
+
* // Address3: "STRING_VALUE",
|
|
89
|
+
* // Address4: "STRING_VALUE",
|
|
90
|
+
* // City: "STRING_VALUE",
|
|
91
|
+
* // County: "STRING_VALUE",
|
|
92
|
+
* // State: "STRING_VALUE",
|
|
93
|
+
* // Province: "STRING_VALUE",
|
|
94
|
+
* // Country: "STRING_VALUE",
|
|
95
|
+
* // PostalCode: "STRING_VALUE",
|
|
96
|
+
* // },
|
|
97
|
+
* // MailingAddress: {
|
|
98
|
+
* // Address1: "STRING_VALUE",
|
|
99
|
+
* // Address2: "STRING_VALUE",
|
|
100
|
+
* // Address3: "STRING_VALUE",
|
|
101
|
+
* // Address4: "STRING_VALUE",
|
|
102
|
+
* // City: "STRING_VALUE",
|
|
103
|
+
* // County: "STRING_VALUE",
|
|
104
|
+
* // State: "STRING_VALUE",
|
|
105
|
+
* // Province: "STRING_VALUE",
|
|
106
|
+
* // Country: "STRING_VALUE",
|
|
107
|
+
* // PostalCode: "STRING_VALUE",
|
|
108
|
+
* // },
|
|
109
|
+
* // BillingAddress: {
|
|
110
|
+
* // Address1: "STRING_VALUE",
|
|
111
|
+
* // Address2: "STRING_VALUE",
|
|
112
|
+
* // Address3: "STRING_VALUE",
|
|
113
|
+
* // Address4: "STRING_VALUE",
|
|
114
|
+
* // City: "STRING_VALUE",
|
|
115
|
+
* // County: "STRING_VALUE",
|
|
116
|
+
* // State: "STRING_VALUE",
|
|
117
|
+
* // Province: "STRING_VALUE",
|
|
118
|
+
* // Country: "STRING_VALUE",
|
|
119
|
+
* // PostalCode: "STRING_VALUE",
|
|
120
|
+
* // },
|
|
121
|
+
* // Attributes: { // Attributes
|
|
122
|
+
* // "<keys>": "STRING_VALUE",
|
|
123
|
+
* // },
|
|
124
|
+
* // FoundByItems: [ // foundByList
|
|
125
|
+
* // { // FoundByKeyValue
|
|
126
|
+
* // KeyName: "STRING_VALUE",
|
|
127
|
+
* // Values: [ // requestValueList
|
|
128
|
+
* // "STRING_VALUE",
|
|
129
|
+
* // ],
|
|
130
|
+
* // },
|
|
131
|
+
* // ],
|
|
132
|
+
* // PartyTypeString: "STRING_VALUE",
|
|
133
|
+
* // GenderString: "STRING_VALUE",
|
|
134
|
+
* // },
|
|
135
|
+
* // ],
|
|
136
|
+
* // NextToken: "STRING_VALUE",
|
|
137
|
+
* // };
|
|
138
|
+
*
|
|
53
139
|
* ```
|
|
54
140
|
*
|
|
55
141
|
* @param SearchProfilesCommandInput - {@link SearchProfilesCommandInput}
|
|
@@ -73,6 +159,8 @@ export interface SearchProfilesCommandOutput extends SearchProfilesResponse, __M
|
|
|
73
159
|
* @throws {@link ThrottlingException} (client fault)
|
|
74
160
|
* <p>You exceeded the maximum number of requests.</p>
|
|
75
161
|
*
|
|
162
|
+
* @throws {@link CustomerProfilesServiceException}
|
|
163
|
+
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
76
164
|
*
|
|
77
165
|
*/
|
|
78
166
|
export declare class SearchProfilesCommand extends $Command<SearchProfilesCommandInput, SearchProfilesCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
@@ -45,6 +45,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new TagResourceCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // {};
|
|
49
|
+
*
|
|
48
50
|
* ```
|
|
49
51
|
*
|
|
50
52
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -62,6 +64,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
62
64
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
63
65
|
* <p>The requested resource does not exist, or access was denied.</p>
|
|
64
66
|
*
|
|
67
|
+
* @throws {@link CustomerProfilesServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
65
69
|
*
|
|
66
70
|
*/
|
|
67
71
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
@@ -35,6 +35,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new UntagResourceCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
38
40
|
* ```
|
|
39
41
|
*
|
|
40
42
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -52,6 +54,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
52
54
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
55
|
* <p>The requested resource does not exist, or access was denied.</p>
|
|
54
56
|
*
|
|
57
|
+
* @throws {@link CustomerProfilesServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
55
59
|
*
|
|
56
60
|
*/
|
|
57
61
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
@@ -73,6 +73,46 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad
|
|
|
73
73
|
* };
|
|
74
74
|
* const command = new UpdateDomainCommand(input);
|
|
75
75
|
* const response = await client.send(command);
|
|
76
|
+
* // { // UpdateDomainResponse
|
|
77
|
+
* // DomainName: "STRING_VALUE", // required
|
|
78
|
+
* // DefaultExpirationDays: Number("int"),
|
|
79
|
+
* // DefaultEncryptionKey: "STRING_VALUE",
|
|
80
|
+
* // DeadLetterQueueUrl: "STRING_VALUE",
|
|
81
|
+
* // Matching: { // MatchingResponse
|
|
82
|
+
* // Enabled: true || false,
|
|
83
|
+
* // JobSchedule: { // JobSchedule
|
|
84
|
+
* // DayOfTheWeek: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY", // required
|
|
85
|
+
* // Time: "STRING_VALUE", // required
|
|
86
|
+
* // },
|
|
87
|
+
* // AutoMerging: { // AutoMerging
|
|
88
|
+
* // Enabled: true || false, // required
|
|
89
|
+
* // Consolidation: { // Consolidation
|
|
90
|
+
* // MatchingAttributesList: [ // MatchingAttributesList // required
|
|
91
|
+
* // [ // MatchingAttributes
|
|
92
|
+
* // "STRING_VALUE",
|
|
93
|
+
* // ],
|
|
94
|
+
* // ],
|
|
95
|
+
* // },
|
|
96
|
+
* // ConflictResolution: { // ConflictResolution
|
|
97
|
+
* // ConflictResolvingModel: "RECENCY" || "SOURCE", // required
|
|
98
|
+
* // SourceName: "STRING_VALUE",
|
|
99
|
+
* // },
|
|
100
|
+
* // MinAllowedConfidenceScoreForMerging: Number("double"),
|
|
101
|
+
* // },
|
|
102
|
+
* // ExportingConfig: { // ExportingConfig
|
|
103
|
+
* // S3Exporting: { // S3ExportingConfig
|
|
104
|
+
* // S3BucketName: "STRING_VALUE", // required
|
|
105
|
+
* // S3KeyName: "STRING_VALUE",
|
|
106
|
+
* // },
|
|
107
|
+
* // },
|
|
108
|
+
* // },
|
|
109
|
+
* // CreatedAt: new Date("TIMESTAMP"), // required
|
|
110
|
+
* // LastUpdatedAt: new Date("TIMESTAMP"), // required
|
|
111
|
+
* // Tags: { // TagMap
|
|
112
|
+
* // "<keys>": "STRING_VALUE",
|
|
113
|
+
* // },
|
|
114
|
+
* // };
|
|
115
|
+
*
|
|
76
116
|
* ```
|
|
77
117
|
*
|
|
78
118
|
* @param UpdateDomainCommandInput - {@link UpdateDomainCommandInput}
|
|
@@ -96,6 +136,8 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad
|
|
|
96
136
|
* @throws {@link ThrottlingException} (client fault)
|
|
97
137
|
* <p>You exceeded the maximum number of requests.</p>
|
|
98
138
|
*
|
|
139
|
+
* @throws {@link CustomerProfilesServiceException}
|
|
140
|
+
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
99
141
|
*
|
|
100
142
|
*/
|
|
101
143
|
export declare class UpdateDomainCommand extends $Command<UpdateDomainCommandInput, UpdateDomainCommandOutput, CustomerProfilesClientResolvedConfig> {
|
|
@@ -105,6 +105,10 @@ export interface UpdateProfileCommandOutput extends UpdateProfileResponse, __Met
|
|
|
105
105
|
* };
|
|
106
106
|
* const command = new UpdateProfileCommand(input);
|
|
107
107
|
* const response = await client.send(command);
|
|
108
|
+
* // { // UpdateProfileResponse
|
|
109
|
+
* // ProfileId: "STRING_VALUE", // required
|
|
110
|
+
* // };
|
|
111
|
+
*
|
|
108
112
|
* ```
|
|
109
113
|
*
|
|
110
114
|
* @param UpdateProfileCommandInput - {@link UpdateProfileCommandInput}
|
|
@@ -128,6 +132,8 @@ export interface UpdateProfileCommandOutput extends UpdateProfileResponse, __Met
|
|
|
128
132
|
* @throws {@link ThrottlingException} (client fault)
|
|
129
133
|
* <p>You exceeded the maximum number of requests.</p>
|
|
130
134
|
*
|
|
135
|
+
* @throws {@link CustomerProfilesServiceException}
|
|
136
|
+
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
131
137
|
*
|
|
132
138
|
*/
|
|
133
139
|
export declare class UpdateProfileCommand extends $Command<UpdateProfileCommandInput, UpdateProfileCommandOutput, CustomerProfilesClientResolvedConfig> {
|