@aws-sdk/client-customer-profiles 3.306.0 → 3.310.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-cjs/commands/AddProfileKeyCommand.js +2 -2
- package/dist-cjs/commands/CreateDomainCommand.js +2 -2
- package/dist-cjs/commands/CreateIntegrationWorkflowCommand.js +2 -2
- package/dist-cjs/commands/CreateProfileCommand.js +2 -2
- package/dist-cjs/commands/DeleteDomainCommand.js +2 -2
- package/dist-cjs/commands/DeleteIntegrationCommand.js +2 -2
- package/dist-cjs/commands/DeleteProfileCommand.js +2 -2
- package/dist-cjs/commands/DeleteProfileKeyCommand.js +2 -2
- package/dist-cjs/commands/DeleteProfileObjectCommand.js +2 -2
- package/dist-cjs/commands/DeleteProfileObjectTypeCommand.js +2 -2
- package/dist-cjs/commands/DeleteWorkflowCommand.js +2 -2
- package/dist-cjs/commands/GetAutoMergingPreviewCommand.js +2 -2
- package/dist-cjs/commands/GetDomainCommand.js +2 -2
- package/dist-cjs/commands/GetIdentityResolutionJobCommand.js +2 -2
- package/dist-cjs/commands/GetIntegrationCommand.js +2 -2
- package/dist-cjs/commands/GetMatchesCommand.js +2 -2
- package/dist-cjs/commands/GetProfileObjectTypeCommand.js +2 -2
- package/dist-cjs/commands/GetProfileObjectTypeTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetWorkflowCommand.js +2 -2
- package/dist-cjs/commands/GetWorkflowStepsCommand.js +2 -2
- package/dist-cjs/commands/ListAccountIntegrationsCommand.js +2 -2
- package/dist-cjs/commands/ListDomainsCommand.js +2 -2
- package/dist-cjs/commands/ListIdentityResolutionJobsCommand.js +2 -2
- package/dist-cjs/commands/ListIntegrationsCommand.js +2 -2
- package/dist-cjs/commands/ListProfileObjectTypeTemplatesCommand.js +2 -2
- package/dist-cjs/commands/ListProfileObjectTypesCommand.js +2 -2
- package/dist-cjs/commands/ListProfileObjectsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListWorkflowsCommand.js +2 -2
- package/dist-cjs/commands/MergeProfilesCommand.js +2 -2
- package/dist-cjs/commands/PutIntegrationCommand.js +2 -2
- package/dist-cjs/commands/PutProfileObjectCommand.js +2 -2
- package/dist-cjs/commands/PutProfileObjectTypeCommand.js +2 -2
- package/dist-cjs/commands/SearchProfilesCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDomainCommand.js +2 -2
- package/dist-cjs/commands/UpdateProfileCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +669 -723
- package/dist-es/commands/AddProfileKeyCommand.js +3 -3
- package/dist-es/commands/CreateDomainCommand.js +3 -3
- package/dist-es/commands/CreateIntegrationWorkflowCommand.js +3 -3
- package/dist-es/commands/CreateProfileCommand.js +3 -3
- package/dist-es/commands/DeleteDomainCommand.js +3 -3
- package/dist-es/commands/DeleteIntegrationCommand.js +3 -3
- package/dist-es/commands/DeleteProfileCommand.js +3 -3
- package/dist-es/commands/DeleteProfileKeyCommand.js +3 -3
- package/dist-es/commands/DeleteProfileObjectCommand.js +3 -3
- package/dist-es/commands/DeleteProfileObjectTypeCommand.js +3 -3
- package/dist-es/commands/DeleteWorkflowCommand.js +3 -3
- package/dist-es/commands/GetAutoMergingPreviewCommand.js +3 -3
- package/dist-es/commands/GetDomainCommand.js +3 -3
- package/dist-es/commands/GetIdentityResolutionJobCommand.js +3 -3
- package/dist-es/commands/GetIntegrationCommand.js +3 -3
- package/dist-es/commands/GetMatchesCommand.js +3 -3
- package/dist-es/commands/GetProfileObjectTypeCommand.js +3 -3
- package/dist-es/commands/GetProfileObjectTypeTemplateCommand.js +3 -3
- package/dist-es/commands/GetWorkflowCommand.js +3 -3
- package/dist-es/commands/GetWorkflowStepsCommand.js +3 -3
- package/dist-es/commands/ListAccountIntegrationsCommand.js +3 -3
- package/dist-es/commands/ListDomainsCommand.js +3 -3
- package/dist-es/commands/ListIdentityResolutionJobsCommand.js +3 -3
- package/dist-es/commands/ListIntegrationsCommand.js +3 -3
- package/dist-es/commands/ListProfileObjectTypeTemplatesCommand.js +3 -3
- package/dist-es/commands/ListProfileObjectTypesCommand.js +3 -3
- package/dist-es/commands/ListProfileObjectsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListWorkflowsCommand.js +3 -3
- package/dist-es/commands/MergeProfilesCommand.js +3 -3
- package/dist-es/commands/PutIntegrationCommand.js +3 -3
- package/dist-es/commands/PutProfileObjectCommand.js +3 -3
- package/dist-es/commands/PutProfileObjectTypeCommand.js +3 -3
- package/dist-es/commands/SearchProfilesCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDomainCommand.js +3 -3
- package/dist-es/commands/UpdateProfileCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +591 -645
- package/dist-types/protocols/Aws_restJson1.d.ts +304 -76
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +76 -76
- package/package.json +35 -35
|
@@ -38,79 +38,307 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
|
|
|
38
38
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
39
39
|
import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "../commands/UpdateDomainCommand";
|
|
40
40
|
import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "../commands/UpdateProfileCommand";
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
export declare const
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
export declare const
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
export declare const
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
export declare const
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
export declare const
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
export declare const
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
export declare const
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
export declare const
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
export declare const
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
export declare const
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
export declare const
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
export declare const
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
export declare const
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
export declare const
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
export declare const
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
export declare const
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
export declare const
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
export declare const
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
export declare const
|
|
41
|
+
/**
|
|
42
|
+
* serializeAws_restJson1AddProfileKeyCommand
|
|
43
|
+
*/
|
|
44
|
+
export declare const se_AddProfileKeyCommand: (input: AddProfileKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
+
/**
|
|
46
|
+
* serializeAws_restJson1CreateDomainCommand
|
|
47
|
+
*/
|
|
48
|
+
export declare const se_CreateDomainCommand: (input: CreateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
+
/**
|
|
50
|
+
* serializeAws_restJson1CreateIntegrationWorkflowCommand
|
|
51
|
+
*/
|
|
52
|
+
export declare const se_CreateIntegrationWorkflowCommand: (input: CreateIntegrationWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
+
/**
|
|
54
|
+
* serializeAws_restJson1CreateProfileCommand
|
|
55
|
+
*/
|
|
56
|
+
export declare const se_CreateProfileCommand: (input: CreateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
+
/**
|
|
58
|
+
* serializeAws_restJson1DeleteDomainCommand
|
|
59
|
+
*/
|
|
60
|
+
export declare const se_DeleteDomainCommand: (input: DeleteDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
+
/**
|
|
62
|
+
* serializeAws_restJson1DeleteIntegrationCommand
|
|
63
|
+
*/
|
|
64
|
+
export declare const se_DeleteIntegrationCommand: (input: DeleteIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
+
/**
|
|
66
|
+
* serializeAws_restJson1DeleteProfileCommand
|
|
67
|
+
*/
|
|
68
|
+
export declare const se_DeleteProfileCommand: (input: DeleteProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
/**
|
|
70
|
+
* serializeAws_restJson1DeleteProfileKeyCommand
|
|
71
|
+
*/
|
|
72
|
+
export declare const se_DeleteProfileKeyCommand: (input: DeleteProfileKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
+
/**
|
|
74
|
+
* serializeAws_restJson1DeleteProfileObjectCommand
|
|
75
|
+
*/
|
|
76
|
+
export declare const se_DeleteProfileObjectCommand: (input: DeleteProfileObjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
/**
|
|
78
|
+
* serializeAws_restJson1DeleteProfileObjectTypeCommand
|
|
79
|
+
*/
|
|
80
|
+
export declare const se_DeleteProfileObjectTypeCommand: (input: DeleteProfileObjectTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
/**
|
|
82
|
+
* serializeAws_restJson1DeleteWorkflowCommand
|
|
83
|
+
*/
|
|
84
|
+
export declare const se_DeleteWorkflowCommand: (input: DeleteWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
/**
|
|
86
|
+
* serializeAws_restJson1GetAutoMergingPreviewCommand
|
|
87
|
+
*/
|
|
88
|
+
export declare const se_GetAutoMergingPreviewCommand: (input: GetAutoMergingPreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
+
/**
|
|
90
|
+
* serializeAws_restJson1GetDomainCommand
|
|
91
|
+
*/
|
|
92
|
+
export declare const se_GetDomainCommand: (input: GetDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
+
/**
|
|
94
|
+
* serializeAws_restJson1GetIdentityResolutionJobCommand
|
|
95
|
+
*/
|
|
96
|
+
export declare const se_GetIdentityResolutionJobCommand: (input: GetIdentityResolutionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
/**
|
|
98
|
+
* serializeAws_restJson1GetIntegrationCommand
|
|
99
|
+
*/
|
|
100
|
+
export declare const se_GetIntegrationCommand: (input: GetIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
+
/**
|
|
102
|
+
* serializeAws_restJson1GetMatchesCommand
|
|
103
|
+
*/
|
|
104
|
+
export declare const se_GetMatchesCommand: (input: GetMatchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
/**
|
|
106
|
+
* serializeAws_restJson1GetProfileObjectTypeCommand
|
|
107
|
+
*/
|
|
108
|
+
export declare const se_GetProfileObjectTypeCommand: (input: GetProfileObjectTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
+
/**
|
|
110
|
+
* serializeAws_restJson1GetProfileObjectTypeTemplateCommand
|
|
111
|
+
*/
|
|
112
|
+
export declare const se_GetProfileObjectTypeTemplateCommand: (input: GetProfileObjectTypeTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
/**
|
|
114
|
+
* serializeAws_restJson1GetWorkflowCommand
|
|
115
|
+
*/
|
|
116
|
+
export declare const se_GetWorkflowCommand: (input: GetWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
+
/**
|
|
118
|
+
* serializeAws_restJson1GetWorkflowStepsCommand
|
|
119
|
+
*/
|
|
120
|
+
export declare const se_GetWorkflowStepsCommand: (input: GetWorkflowStepsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
+
/**
|
|
122
|
+
* serializeAws_restJson1ListAccountIntegrationsCommand
|
|
123
|
+
*/
|
|
124
|
+
export declare const se_ListAccountIntegrationsCommand: (input: ListAccountIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
+
/**
|
|
126
|
+
* serializeAws_restJson1ListDomainsCommand
|
|
127
|
+
*/
|
|
128
|
+
export declare const se_ListDomainsCommand: (input: ListDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
+
/**
|
|
130
|
+
* serializeAws_restJson1ListIdentityResolutionJobsCommand
|
|
131
|
+
*/
|
|
132
|
+
export declare const se_ListIdentityResolutionJobsCommand: (input: ListIdentityResolutionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
+
/**
|
|
134
|
+
* serializeAws_restJson1ListIntegrationsCommand
|
|
135
|
+
*/
|
|
136
|
+
export declare const se_ListIntegrationsCommand: (input: ListIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
+
/**
|
|
138
|
+
* serializeAws_restJson1ListProfileObjectsCommand
|
|
139
|
+
*/
|
|
140
|
+
export declare const se_ListProfileObjectsCommand: (input: ListProfileObjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
+
/**
|
|
142
|
+
* serializeAws_restJson1ListProfileObjectTypesCommand
|
|
143
|
+
*/
|
|
144
|
+
export declare const se_ListProfileObjectTypesCommand: (input: ListProfileObjectTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
+
/**
|
|
146
|
+
* serializeAws_restJson1ListProfileObjectTypeTemplatesCommand
|
|
147
|
+
*/
|
|
148
|
+
export declare const se_ListProfileObjectTypeTemplatesCommand: (input: ListProfileObjectTypeTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
|
+
/**
|
|
150
|
+
* serializeAws_restJson1ListTagsForResourceCommand
|
|
151
|
+
*/
|
|
152
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
+
/**
|
|
154
|
+
* serializeAws_restJson1ListWorkflowsCommand
|
|
155
|
+
*/
|
|
156
|
+
export declare const se_ListWorkflowsCommand: (input: ListWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
|
+
/**
|
|
158
|
+
* serializeAws_restJson1MergeProfilesCommand
|
|
159
|
+
*/
|
|
160
|
+
export declare const se_MergeProfilesCommand: (input: MergeProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
161
|
+
/**
|
|
162
|
+
* serializeAws_restJson1PutIntegrationCommand
|
|
163
|
+
*/
|
|
164
|
+
export declare const se_PutIntegrationCommand: (input: PutIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
165
|
+
/**
|
|
166
|
+
* serializeAws_restJson1PutProfileObjectCommand
|
|
167
|
+
*/
|
|
168
|
+
export declare const se_PutProfileObjectCommand: (input: PutProfileObjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
169
|
+
/**
|
|
170
|
+
* serializeAws_restJson1PutProfileObjectTypeCommand
|
|
171
|
+
*/
|
|
172
|
+
export declare const se_PutProfileObjectTypeCommand: (input: PutProfileObjectTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
|
+
/**
|
|
174
|
+
* serializeAws_restJson1SearchProfilesCommand
|
|
175
|
+
*/
|
|
176
|
+
export declare const se_SearchProfilesCommand: (input: SearchProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
177
|
+
/**
|
|
178
|
+
* serializeAws_restJson1TagResourceCommand
|
|
179
|
+
*/
|
|
180
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
181
|
+
/**
|
|
182
|
+
* serializeAws_restJson1UntagResourceCommand
|
|
183
|
+
*/
|
|
184
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
185
|
+
/**
|
|
186
|
+
* serializeAws_restJson1UpdateDomainCommand
|
|
187
|
+
*/
|
|
188
|
+
export declare const se_UpdateDomainCommand: (input: UpdateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
|
+
/**
|
|
190
|
+
* serializeAws_restJson1UpdateProfileCommand
|
|
191
|
+
*/
|
|
192
|
+
export declare const se_UpdateProfileCommand: (input: UpdateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
193
|
+
/**
|
|
194
|
+
* deserializeAws_restJson1AddProfileKeyCommand
|
|
195
|
+
*/
|
|
196
|
+
export declare const de_AddProfileKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddProfileKeyCommandOutput>;
|
|
197
|
+
/**
|
|
198
|
+
* deserializeAws_restJson1CreateDomainCommand
|
|
199
|
+
*/
|
|
200
|
+
export declare const de_CreateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainCommandOutput>;
|
|
201
|
+
/**
|
|
202
|
+
* deserializeAws_restJson1CreateIntegrationWorkflowCommand
|
|
203
|
+
*/
|
|
204
|
+
export declare const de_CreateIntegrationWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationWorkflowCommandOutput>;
|
|
205
|
+
/**
|
|
206
|
+
* deserializeAws_restJson1CreateProfileCommand
|
|
207
|
+
*/
|
|
208
|
+
export declare const de_CreateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProfileCommandOutput>;
|
|
209
|
+
/**
|
|
210
|
+
* deserializeAws_restJson1DeleteDomainCommand
|
|
211
|
+
*/
|
|
212
|
+
export declare const de_DeleteDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainCommandOutput>;
|
|
213
|
+
/**
|
|
214
|
+
* deserializeAws_restJson1DeleteIntegrationCommand
|
|
215
|
+
*/
|
|
216
|
+
export declare const de_DeleteIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationCommandOutput>;
|
|
217
|
+
/**
|
|
218
|
+
* deserializeAws_restJson1DeleteProfileCommand
|
|
219
|
+
*/
|
|
220
|
+
export declare const de_DeleteProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileCommandOutput>;
|
|
221
|
+
/**
|
|
222
|
+
* deserializeAws_restJson1DeleteProfileKeyCommand
|
|
223
|
+
*/
|
|
224
|
+
export declare const de_DeleteProfileKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileKeyCommandOutput>;
|
|
225
|
+
/**
|
|
226
|
+
* deserializeAws_restJson1DeleteProfileObjectCommand
|
|
227
|
+
*/
|
|
228
|
+
export declare const de_DeleteProfileObjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileObjectCommandOutput>;
|
|
229
|
+
/**
|
|
230
|
+
* deserializeAws_restJson1DeleteProfileObjectTypeCommand
|
|
231
|
+
*/
|
|
232
|
+
export declare const de_DeleteProfileObjectTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileObjectTypeCommandOutput>;
|
|
233
|
+
/**
|
|
234
|
+
* deserializeAws_restJson1DeleteWorkflowCommand
|
|
235
|
+
*/
|
|
236
|
+
export declare const de_DeleteWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowCommandOutput>;
|
|
237
|
+
/**
|
|
238
|
+
* deserializeAws_restJson1GetAutoMergingPreviewCommand
|
|
239
|
+
*/
|
|
240
|
+
export declare const de_GetAutoMergingPreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAutoMergingPreviewCommandOutput>;
|
|
241
|
+
/**
|
|
242
|
+
* deserializeAws_restJson1GetDomainCommand
|
|
243
|
+
*/
|
|
244
|
+
export declare const de_GetDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainCommandOutput>;
|
|
245
|
+
/**
|
|
246
|
+
* deserializeAws_restJson1GetIdentityResolutionJobCommand
|
|
247
|
+
*/
|
|
248
|
+
export declare const de_GetIdentityResolutionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdentityResolutionJobCommandOutput>;
|
|
249
|
+
/**
|
|
250
|
+
* deserializeAws_restJson1GetIntegrationCommand
|
|
251
|
+
*/
|
|
252
|
+
export declare const de_GetIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationCommandOutput>;
|
|
253
|
+
/**
|
|
254
|
+
* deserializeAws_restJson1GetMatchesCommand
|
|
255
|
+
*/
|
|
256
|
+
export declare const de_GetMatchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMatchesCommandOutput>;
|
|
257
|
+
/**
|
|
258
|
+
* deserializeAws_restJson1GetProfileObjectTypeCommand
|
|
259
|
+
*/
|
|
260
|
+
export declare const de_GetProfileObjectTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProfileObjectTypeCommandOutput>;
|
|
261
|
+
/**
|
|
262
|
+
* deserializeAws_restJson1GetProfileObjectTypeTemplateCommand
|
|
263
|
+
*/
|
|
264
|
+
export declare const de_GetProfileObjectTypeTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProfileObjectTypeTemplateCommandOutput>;
|
|
265
|
+
/**
|
|
266
|
+
* deserializeAws_restJson1GetWorkflowCommand
|
|
267
|
+
*/
|
|
268
|
+
export declare const de_GetWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowCommandOutput>;
|
|
269
|
+
/**
|
|
270
|
+
* deserializeAws_restJson1GetWorkflowStepsCommand
|
|
271
|
+
*/
|
|
272
|
+
export declare const de_GetWorkflowStepsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowStepsCommandOutput>;
|
|
273
|
+
/**
|
|
274
|
+
* deserializeAws_restJson1ListAccountIntegrationsCommand
|
|
275
|
+
*/
|
|
276
|
+
export declare const de_ListAccountIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountIntegrationsCommandOutput>;
|
|
277
|
+
/**
|
|
278
|
+
* deserializeAws_restJson1ListDomainsCommand
|
|
279
|
+
*/
|
|
280
|
+
export declare const de_ListDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainsCommandOutput>;
|
|
281
|
+
/**
|
|
282
|
+
* deserializeAws_restJson1ListIdentityResolutionJobsCommand
|
|
283
|
+
*/
|
|
284
|
+
export declare const de_ListIdentityResolutionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityResolutionJobsCommandOutput>;
|
|
285
|
+
/**
|
|
286
|
+
* deserializeAws_restJson1ListIntegrationsCommand
|
|
287
|
+
*/
|
|
288
|
+
export declare const de_ListIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIntegrationsCommandOutput>;
|
|
289
|
+
/**
|
|
290
|
+
* deserializeAws_restJson1ListProfileObjectsCommand
|
|
291
|
+
*/
|
|
292
|
+
export declare const de_ListProfileObjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileObjectsCommandOutput>;
|
|
293
|
+
/**
|
|
294
|
+
* deserializeAws_restJson1ListProfileObjectTypesCommand
|
|
295
|
+
*/
|
|
296
|
+
export declare const de_ListProfileObjectTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileObjectTypesCommandOutput>;
|
|
297
|
+
/**
|
|
298
|
+
* deserializeAws_restJson1ListProfileObjectTypeTemplatesCommand
|
|
299
|
+
*/
|
|
300
|
+
export declare const de_ListProfileObjectTypeTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileObjectTypeTemplatesCommandOutput>;
|
|
301
|
+
/**
|
|
302
|
+
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
303
|
+
*/
|
|
304
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
305
|
+
/**
|
|
306
|
+
* deserializeAws_restJson1ListWorkflowsCommand
|
|
307
|
+
*/
|
|
308
|
+
export declare const de_ListWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowsCommandOutput>;
|
|
309
|
+
/**
|
|
310
|
+
* deserializeAws_restJson1MergeProfilesCommand
|
|
311
|
+
*/
|
|
312
|
+
export declare const de_MergeProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MergeProfilesCommandOutput>;
|
|
313
|
+
/**
|
|
314
|
+
* deserializeAws_restJson1PutIntegrationCommand
|
|
315
|
+
*/
|
|
316
|
+
export declare const de_PutIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutIntegrationCommandOutput>;
|
|
317
|
+
/**
|
|
318
|
+
* deserializeAws_restJson1PutProfileObjectCommand
|
|
319
|
+
*/
|
|
320
|
+
export declare const de_PutProfileObjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutProfileObjectCommandOutput>;
|
|
321
|
+
/**
|
|
322
|
+
* deserializeAws_restJson1PutProfileObjectTypeCommand
|
|
323
|
+
*/
|
|
324
|
+
export declare const de_PutProfileObjectTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutProfileObjectTypeCommandOutput>;
|
|
325
|
+
/**
|
|
326
|
+
* deserializeAws_restJson1SearchProfilesCommand
|
|
327
|
+
*/
|
|
328
|
+
export declare const de_SearchProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchProfilesCommandOutput>;
|
|
329
|
+
/**
|
|
330
|
+
* deserializeAws_restJson1TagResourceCommand
|
|
331
|
+
*/
|
|
332
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
333
|
+
/**
|
|
334
|
+
* deserializeAws_restJson1UntagResourceCommand
|
|
335
|
+
*/
|
|
336
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
337
|
+
/**
|
|
338
|
+
* deserializeAws_restJson1UpdateDomainCommand
|
|
339
|
+
*/
|
|
340
|
+
export declare const de_UpdateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainCommandOutput>;
|
|
341
|
+
/**
|
|
342
|
+
* deserializeAws_restJson1UpdateProfileCommand
|
|
343
|
+
*/
|
|
344
|
+
export declare const de_UpdateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProfileCommandOutput>;
|