@aws-sdk/client-customer-profiles 3.303.0 → 3.309.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 (81) hide show
  1. package/dist-cjs/commands/AddProfileKeyCommand.js +2 -2
  2. package/dist-cjs/commands/CreateDomainCommand.js +2 -2
  3. package/dist-cjs/commands/CreateIntegrationWorkflowCommand.js +2 -2
  4. package/dist-cjs/commands/CreateProfileCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteDomainCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteIntegrationCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteProfileCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteProfileKeyCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteProfileObjectCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteProfileObjectTypeCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteWorkflowCommand.js +2 -2
  12. package/dist-cjs/commands/GetAutoMergingPreviewCommand.js +2 -2
  13. package/dist-cjs/commands/GetDomainCommand.js +2 -2
  14. package/dist-cjs/commands/GetIdentityResolutionJobCommand.js +2 -2
  15. package/dist-cjs/commands/GetIntegrationCommand.js +2 -2
  16. package/dist-cjs/commands/GetMatchesCommand.js +2 -2
  17. package/dist-cjs/commands/GetProfileObjectTypeCommand.js +2 -2
  18. package/dist-cjs/commands/GetProfileObjectTypeTemplateCommand.js +2 -2
  19. package/dist-cjs/commands/GetWorkflowCommand.js +2 -2
  20. package/dist-cjs/commands/GetWorkflowStepsCommand.js +2 -2
  21. package/dist-cjs/commands/ListAccountIntegrationsCommand.js +2 -2
  22. package/dist-cjs/commands/ListDomainsCommand.js +2 -2
  23. package/dist-cjs/commands/ListIdentityResolutionJobsCommand.js +2 -2
  24. package/dist-cjs/commands/ListIntegrationsCommand.js +2 -2
  25. package/dist-cjs/commands/ListProfileObjectTypeTemplatesCommand.js +2 -2
  26. package/dist-cjs/commands/ListProfileObjectTypesCommand.js +2 -2
  27. package/dist-cjs/commands/ListProfileObjectsCommand.js +2 -2
  28. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  29. package/dist-cjs/commands/ListWorkflowsCommand.js +2 -2
  30. package/dist-cjs/commands/MergeProfilesCommand.js +2 -2
  31. package/dist-cjs/commands/PutIntegrationCommand.js +2 -2
  32. package/dist-cjs/commands/PutProfileObjectCommand.js +2 -2
  33. package/dist-cjs/commands/PutProfileObjectTypeCommand.js +2 -2
  34. package/dist-cjs/commands/SearchProfilesCommand.js +2 -2
  35. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  36. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  37. package/dist-cjs/commands/UpdateDomainCommand.js +2 -2
  38. package/dist-cjs/commands/UpdateProfileCommand.js +2 -2
  39. package/dist-cjs/protocols/Aws_restJson1.js +669 -723
  40. package/dist-es/commands/AddProfileKeyCommand.js +3 -3
  41. package/dist-es/commands/CreateDomainCommand.js +3 -3
  42. package/dist-es/commands/CreateIntegrationWorkflowCommand.js +3 -3
  43. package/dist-es/commands/CreateProfileCommand.js +3 -3
  44. package/dist-es/commands/DeleteDomainCommand.js +3 -3
  45. package/dist-es/commands/DeleteIntegrationCommand.js +3 -3
  46. package/dist-es/commands/DeleteProfileCommand.js +3 -3
  47. package/dist-es/commands/DeleteProfileKeyCommand.js +3 -3
  48. package/dist-es/commands/DeleteProfileObjectCommand.js +3 -3
  49. package/dist-es/commands/DeleteProfileObjectTypeCommand.js +3 -3
  50. package/dist-es/commands/DeleteWorkflowCommand.js +3 -3
  51. package/dist-es/commands/GetAutoMergingPreviewCommand.js +3 -3
  52. package/dist-es/commands/GetDomainCommand.js +3 -3
  53. package/dist-es/commands/GetIdentityResolutionJobCommand.js +3 -3
  54. package/dist-es/commands/GetIntegrationCommand.js +3 -3
  55. package/dist-es/commands/GetMatchesCommand.js +3 -3
  56. package/dist-es/commands/GetProfileObjectTypeCommand.js +3 -3
  57. package/dist-es/commands/GetProfileObjectTypeTemplateCommand.js +3 -3
  58. package/dist-es/commands/GetWorkflowCommand.js +3 -3
  59. package/dist-es/commands/GetWorkflowStepsCommand.js +3 -3
  60. package/dist-es/commands/ListAccountIntegrationsCommand.js +3 -3
  61. package/dist-es/commands/ListDomainsCommand.js +3 -3
  62. package/dist-es/commands/ListIdentityResolutionJobsCommand.js +3 -3
  63. package/dist-es/commands/ListIntegrationsCommand.js +3 -3
  64. package/dist-es/commands/ListProfileObjectTypeTemplatesCommand.js +3 -3
  65. package/dist-es/commands/ListProfileObjectTypesCommand.js +3 -3
  66. package/dist-es/commands/ListProfileObjectsCommand.js +3 -3
  67. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  68. package/dist-es/commands/ListWorkflowsCommand.js +3 -3
  69. package/dist-es/commands/MergeProfilesCommand.js +3 -3
  70. package/dist-es/commands/PutIntegrationCommand.js +3 -3
  71. package/dist-es/commands/PutProfileObjectCommand.js +3 -3
  72. package/dist-es/commands/PutProfileObjectTypeCommand.js +3 -3
  73. package/dist-es/commands/SearchProfilesCommand.js +3 -3
  74. package/dist-es/commands/TagResourceCommand.js +3 -3
  75. package/dist-es/commands/UntagResourceCommand.js +3 -3
  76. package/dist-es/commands/UpdateDomainCommand.js +3 -3
  77. package/dist-es/commands/UpdateProfileCommand.js +3 -3
  78. package/dist-es/protocols/Aws_restJson1.js +591 -645
  79. package/dist-types/protocols/Aws_restJson1.d.ts +304 -76
  80. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +76 -76
  81. package/package.json +29 -29
@@ -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
- export declare const serializeAws_restJson1AddProfileKeyCommand: (input: AddProfileKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1CreateDomainCommand: (input: CreateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1CreateIntegrationWorkflowCommand: (input: CreateIntegrationWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1CreateProfileCommand: (input: CreateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1DeleteDomainCommand: (input: DeleteDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1DeleteIntegrationCommand: (input: DeleteIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1DeleteProfileCommand: (input: DeleteProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1DeleteProfileKeyCommand: (input: DeleteProfileKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1DeleteProfileObjectCommand: (input: DeleteProfileObjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1DeleteProfileObjectTypeCommand: (input: DeleteProfileObjectTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1DeleteWorkflowCommand: (input: DeleteWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1GetAutoMergingPreviewCommand: (input: GetAutoMergingPreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1GetDomainCommand: (input: GetDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1GetIdentityResolutionJobCommand: (input: GetIdentityResolutionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1GetIntegrationCommand: (input: GetIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1GetMatchesCommand: (input: GetMatchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1GetProfileObjectTypeCommand: (input: GetProfileObjectTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1GetProfileObjectTypeTemplateCommand: (input: GetProfileObjectTypeTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1GetWorkflowCommand: (input: GetWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1GetWorkflowStepsCommand: (input: GetWorkflowStepsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1ListAccountIntegrationsCommand: (input: ListAccountIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1ListDomainsCommand: (input: ListDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1ListIdentityResolutionJobsCommand: (input: ListIdentityResolutionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1ListIntegrationsCommand: (input: ListIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1ListProfileObjectsCommand: (input: ListProfileObjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1ListProfileObjectTypesCommand: (input: ListProfileObjectTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1ListProfileObjectTypeTemplatesCommand: (input: ListProfileObjectTypeTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1ListWorkflowsCommand: (input: ListWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1MergeProfilesCommand: (input: MergeProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1PutIntegrationCommand: (input: PutIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1PutProfileObjectCommand: (input: PutProfileObjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1PutProfileObjectTypeCommand: (input: PutProfileObjectTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1SearchProfilesCommand: (input: SearchProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1UpdateDomainCommand: (input: UpdateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1UpdateProfileCommand: (input: UpdateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const deserializeAws_restJson1AddProfileKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddProfileKeyCommandOutput>;
80
- export declare const deserializeAws_restJson1CreateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainCommandOutput>;
81
- export declare const deserializeAws_restJson1CreateIntegrationWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationWorkflowCommandOutput>;
82
- export declare const deserializeAws_restJson1CreateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProfileCommandOutput>;
83
- export declare const deserializeAws_restJson1DeleteDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainCommandOutput>;
84
- export declare const deserializeAws_restJson1DeleteIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationCommandOutput>;
85
- export declare const deserializeAws_restJson1DeleteProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileCommandOutput>;
86
- export declare const deserializeAws_restJson1DeleteProfileKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileKeyCommandOutput>;
87
- export declare const deserializeAws_restJson1DeleteProfileObjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileObjectCommandOutput>;
88
- export declare const deserializeAws_restJson1DeleteProfileObjectTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileObjectTypeCommandOutput>;
89
- export declare const deserializeAws_restJson1DeleteWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowCommandOutput>;
90
- export declare const deserializeAws_restJson1GetAutoMergingPreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAutoMergingPreviewCommandOutput>;
91
- export declare const deserializeAws_restJson1GetDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainCommandOutput>;
92
- export declare const deserializeAws_restJson1GetIdentityResolutionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdentityResolutionJobCommandOutput>;
93
- export declare const deserializeAws_restJson1GetIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationCommandOutput>;
94
- export declare const deserializeAws_restJson1GetMatchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMatchesCommandOutput>;
95
- export declare const deserializeAws_restJson1GetProfileObjectTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProfileObjectTypeCommandOutput>;
96
- export declare const deserializeAws_restJson1GetProfileObjectTypeTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProfileObjectTypeTemplateCommandOutput>;
97
- export declare const deserializeAws_restJson1GetWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowCommandOutput>;
98
- export declare const deserializeAws_restJson1GetWorkflowStepsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowStepsCommandOutput>;
99
- export declare const deserializeAws_restJson1ListAccountIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountIntegrationsCommandOutput>;
100
- export declare const deserializeAws_restJson1ListDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainsCommandOutput>;
101
- export declare const deserializeAws_restJson1ListIdentityResolutionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityResolutionJobsCommandOutput>;
102
- export declare const deserializeAws_restJson1ListIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIntegrationsCommandOutput>;
103
- export declare const deserializeAws_restJson1ListProfileObjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileObjectsCommandOutput>;
104
- export declare const deserializeAws_restJson1ListProfileObjectTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileObjectTypesCommandOutput>;
105
- export declare const deserializeAws_restJson1ListProfileObjectTypeTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileObjectTypeTemplatesCommandOutput>;
106
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
107
- export declare const deserializeAws_restJson1ListWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowsCommandOutput>;
108
- export declare const deserializeAws_restJson1MergeProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MergeProfilesCommandOutput>;
109
- export declare const deserializeAws_restJson1PutIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutIntegrationCommandOutput>;
110
- export declare const deserializeAws_restJson1PutProfileObjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutProfileObjectCommandOutput>;
111
- export declare const deserializeAws_restJson1PutProfileObjectTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutProfileObjectTypeCommandOutput>;
112
- export declare const deserializeAws_restJson1SearchProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchProfilesCommandOutput>;
113
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
114
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
115
- export declare const deserializeAws_restJson1UpdateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainCommandOutput>;
116
- export declare const deserializeAws_restJson1UpdateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProfileCommandOutput>;
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>;