@aws-sdk/client-customer-profiles 3.477.0 → 3.481.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 (217) hide show
  1. package/dist-cjs/commands/AddProfileKeyCommand.js +18 -41
  2. package/dist-cjs/commands/CreateCalculatedAttributeDefinitionCommand.js +18 -41
  3. package/dist-cjs/commands/CreateDomainCommand.js +18 -41
  4. package/dist-cjs/commands/CreateEventStreamCommand.js +18 -41
  5. package/dist-cjs/commands/CreateIntegrationWorkflowCommand.js +18 -41
  6. package/dist-cjs/commands/CreateProfileCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteCalculatedAttributeDefinitionCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteDomainCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteEventStreamCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteIntegrationCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteProfileCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteProfileKeyCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteProfileObjectCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteProfileObjectTypeCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteWorkflowCommand.js +18 -41
  16. package/dist-cjs/commands/DetectProfileObjectTypeCommand.js +18 -41
  17. package/dist-cjs/commands/GetAutoMergingPreviewCommand.js +18 -41
  18. package/dist-cjs/commands/GetCalculatedAttributeDefinitionCommand.js +18 -41
  19. package/dist-cjs/commands/GetCalculatedAttributeForProfileCommand.js +18 -41
  20. package/dist-cjs/commands/GetDomainCommand.js +18 -41
  21. package/dist-cjs/commands/GetEventStreamCommand.js +18 -41
  22. package/dist-cjs/commands/GetIdentityResolutionJobCommand.js +18 -41
  23. package/dist-cjs/commands/GetIntegrationCommand.js +18 -41
  24. package/dist-cjs/commands/GetMatchesCommand.js +18 -41
  25. package/dist-cjs/commands/GetProfileObjectTypeCommand.js +18 -41
  26. package/dist-cjs/commands/GetProfileObjectTypeTemplateCommand.js +18 -41
  27. package/dist-cjs/commands/GetSimilarProfilesCommand.js +18 -41
  28. package/dist-cjs/commands/GetWorkflowCommand.js +18 -41
  29. package/dist-cjs/commands/GetWorkflowStepsCommand.js +18 -41
  30. package/dist-cjs/commands/ListAccountIntegrationsCommand.js +18 -41
  31. package/dist-cjs/commands/ListCalculatedAttributeDefinitionsCommand.js +18 -41
  32. package/dist-cjs/commands/ListCalculatedAttributesForProfileCommand.js +18 -41
  33. package/dist-cjs/commands/ListDomainsCommand.js +18 -41
  34. package/dist-cjs/commands/ListEventStreamsCommand.js +18 -41
  35. package/dist-cjs/commands/ListIdentityResolutionJobsCommand.js +18 -41
  36. package/dist-cjs/commands/ListIntegrationsCommand.js +18 -41
  37. package/dist-cjs/commands/ListProfileObjectTypeTemplatesCommand.js +18 -41
  38. package/dist-cjs/commands/ListProfileObjectTypesCommand.js +18 -41
  39. package/dist-cjs/commands/ListProfileObjectsCommand.js +18 -41
  40. package/dist-cjs/commands/ListRuleBasedMatchesCommand.js +18 -41
  41. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  42. package/dist-cjs/commands/ListWorkflowsCommand.js +18 -41
  43. package/dist-cjs/commands/MergeProfilesCommand.js +18 -41
  44. package/dist-cjs/commands/PutIntegrationCommand.js +18 -41
  45. package/dist-cjs/commands/PutProfileObjectCommand.js +18 -41
  46. package/dist-cjs/commands/PutProfileObjectTypeCommand.js +18 -41
  47. package/dist-cjs/commands/SearchProfilesCommand.js +18 -41
  48. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  49. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  50. package/dist-cjs/commands/UpdateCalculatedAttributeDefinitionCommand.js +18 -41
  51. package/dist-cjs/commands/UpdateDomainCommand.js +18 -41
  52. package/dist-cjs/commands/UpdateProfileCommand.js +18 -41
  53. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  54. package/dist-cjs/pagination/ListEventStreamsPaginator.js +2 -24
  55. package/dist-es/commands/AddProfileKeyCommand.js +18 -41
  56. package/dist-es/commands/CreateCalculatedAttributeDefinitionCommand.js +18 -41
  57. package/dist-es/commands/CreateDomainCommand.js +18 -41
  58. package/dist-es/commands/CreateEventStreamCommand.js +18 -41
  59. package/dist-es/commands/CreateIntegrationWorkflowCommand.js +18 -41
  60. package/dist-es/commands/CreateProfileCommand.js +18 -41
  61. package/dist-es/commands/DeleteCalculatedAttributeDefinitionCommand.js +18 -41
  62. package/dist-es/commands/DeleteDomainCommand.js +18 -41
  63. package/dist-es/commands/DeleteEventStreamCommand.js +18 -41
  64. package/dist-es/commands/DeleteIntegrationCommand.js +18 -41
  65. package/dist-es/commands/DeleteProfileCommand.js +18 -41
  66. package/dist-es/commands/DeleteProfileKeyCommand.js +18 -41
  67. package/dist-es/commands/DeleteProfileObjectCommand.js +18 -41
  68. package/dist-es/commands/DeleteProfileObjectTypeCommand.js +18 -41
  69. package/dist-es/commands/DeleteWorkflowCommand.js +18 -41
  70. package/dist-es/commands/DetectProfileObjectTypeCommand.js +18 -41
  71. package/dist-es/commands/GetAutoMergingPreviewCommand.js +18 -41
  72. package/dist-es/commands/GetCalculatedAttributeDefinitionCommand.js +18 -41
  73. package/dist-es/commands/GetCalculatedAttributeForProfileCommand.js +18 -41
  74. package/dist-es/commands/GetDomainCommand.js +18 -41
  75. package/dist-es/commands/GetEventStreamCommand.js +18 -41
  76. package/dist-es/commands/GetIdentityResolutionJobCommand.js +18 -41
  77. package/dist-es/commands/GetIntegrationCommand.js +18 -41
  78. package/dist-es/commands/GetMatchesCommand.js +18 -41
  79. package/dist-es/commands/GetProfileObjectTypeCommand.js +18 -41
  80. package/dist-es/commands/GetProfileObjectTypeTemplateCommand.js +18 -41
  81. package/dist-es/commands/GetSimilarProfilesCommand.js +18 -41
  82. package/dist-es/commands/GetWorkflowCommand.js +18 -41
  83. package/dist-es/commands/GetWorkflowStepsCommand.js +18 -41
  84. package/dist-es/commands/ListAccountIntegrationsCommand.js +18 -41
  85. package/dist-es/commands/ListCalculatedAttributeDefinitionsCommand.js +18 -41
  86. package/dist-es/commands/ListCalculatedAttributesForProfileCommand.js +18 -41
  87. package/dist-es/commands/ListDomainsCommand.js +18 -41
  88. package/dist-es/commands/ListEventStreamsCommand.js +18 -41
  89. package/dist-es/commands/ListIdentityResolutionJobsCommand.js +18 -41
  90. package/dist-es/commands/ListIntegrationsCommand.js +18 -41
  91. package/dist-es/commands/ListProfileObjectTypeTemplatesCommand.js +18 -41
  92. package/dist-es/commands/ListProfileObjectTypesCommand.js +18 -41
  93. package/dist-es/commands/ListProfileObjectsCommand.js +18 -41
  94. package/dist-es/commands/ListRuleBasedMatchesCommand.js +18 -41
  95. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  96. package/dist-es/commands/ListWorkflowsCommand.js +18 -41
  97. package/dist-es/commands/MergeProfilesCommand.js +18 -41
  98. package/dist-es/commands/PutIntegrationCommand.js +18 -41
  99. package/dist-es/commands/PutProfileObjectCommand.js +18 -41
  100. package/dist-es/commands/PutProfileObjectTypeCommand.js +18 -41
  101. package/dist-es/commands/SearchProfilesCommand.js +18 -41
  102. package/dist-es/commands/TagResourceCommand.js +18 -41
  103. package/dist-es/commands/UntagResourceCommand.js +18 -41
  104. package/dist-es/commands/UpdateCalculatedAttributeDefinitionCommand.js +18 -41
  105. package/dist-es/commands/UpdateDomainCommand.js +18 -41
  106. package/dist-es/commands/UpdateProfileCommand.js +18 -41
  107. package/dist-es/endpoint/EndpointParameters.js +6 -0
  108. package/dist-es/pagination/ListEventStreamsPaginator.js +2 -23
  109. package/dist-types/commands/AddProfileKeyCommand.d.ts +6 -21
  110. package/dist-types/commands/CreateCalculatedAttributeDefinitionCommand.d.ts +6 -21
  111. package/dist-types/commands/CreateDomainCommand.d.ts +6 -21
  112. package/dist-types/commands/CreateEventStreamCommand.d.ts +6 -21
  113. package/dist-types/commands/CreateIntegrationWorkflowCommand.d.ts +6 -21
  114. package/dist-types/commands/CreateProfileCommand.d.ts +6 -21
  115. package/dist-types/commands/DeleteCalculatedAttributeDefinitionCommand.d.ts +6 -21
  116. package/dist-types/commands/DeleteDomainCommand.d.ts +6 -21
  117. package/dist-types/commands/DeleteEventStreamCommand.d.ts +6 -21
  118. package/dist-types/commands/DeleteIntegrationCommand.d.ts +6 -21
  119. package/dist-types/commands/DeleteProfileCommand.d.ts +6 -21
  120. package/dist-types/commands/DeleteProfileKeyCommand.d.ts +6 -21
  121. package/dist-types/commands/DeleteProfileObjectCommand.d.ts +6 -21
  122. package/dist-types/commands/DeleteProfileObjectTypeCommand.d.ts +6 -21
  123. package/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -21
  124. package/dist-types/commands/DetectProfileObjectTypeCommand.d.ts +6 -21
  125. package/dist-types/commands/GetAutoMergingPreviewCommand.d.ts +6 -21
  126. package/dist-types/commands/GetCalculatedAttributeDefinitionCommand.d.ts +6 -21
  127. package/dist-types/commands/GetCalculatedAttributeForProfileCommand.d.ts +6 -21
  128. package/dist-types/commands/GetDomainCommand.d.ts +6 -21
  129. package/dist-types/commands/GetEventStreamCommand.d.ts +6 -21
  130. package/dist-types/commands/GetIdentityResolutionJobCommand.d.ts +6 -21
  131. package/dist-types/commands/GetIntegrationCommand.d.ts +6 -21
  132. package/dist-types/commands/GetMatchesCommand.d.ts +6 -21
  133. package/dist-types/commands/GetProfileObjectTypeCommand.d.ts +6 -21
  134. package/dist-types/commands/GetProfileObjectTypeTemplateCommand.d.ts +6 -21
  135. package/dist-types/commands/GetSimilarProfilesCommand.d.ts +6 -21
  136. package/dist-types/commands/GetWorkflowCommand.d.ts +6 -21
  137. package/dist-types/commands/GetWorkflowStepsCommand.d.ts +6 -21
  138. package/dist-types/commands/ListAccountIntegrationsCommand.d.ts +6 -21
  139. package/dist-types/commands/ListCalculatedAttributeDefinitionsCommand.d.ts +6 -21
  140. package/dist-types/commands/ListCalculatedAttributesForProfileCommand.d.ts +6 -21
  141. package/dist-types/commands/ListDomainsCommand.d.ts +6 -21
  142. package/dist-types/commands/ListEventStreamsCommand.d.ts +6 -21
  143. package/dist-types/commands/ListIdentityResolutionJobsCommand.d.ts +6 -21
  144. package/dist-types/commands/ListIntegrationsCommand.d.ts +6 -21
  145. package/dist-types/commands/ListProfileObjectTypeTemplatesCommand.d.ts +6 -21
  146. package/dist-types/commands/ListProfileObjectTypesCommand.d.ts +6 -21
  147. package/dist-types/commands/ListProfileObjectsCommand.d.ts +6 -21
  148. package/dist-types/commands/ListRuleBasedMatchesCommand.d.ts +6 -21
  149. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  150. package/dist-types/commands/ListWorkflowsCommand.d.ts +6 -21
  151. package/dist-types/commands/MergeProfilesCommand.d.ts +6 -21
  152. package/dist-types/commands/PutIntegrationCommand.d.ts +6 -21
  153. package/dist-types/commands/PutProfileObjectCommand.d.ts +6 -21
  154. package/dist-types/commands/PutProfileObjectTypeCommand.d.ts +6 -21
  155. package/dist-types/commands/SearchProfilesCommand.d.ts +6 -21
  156. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  157. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  158. package/dist-types/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +6 -21
  159. package/dist-types/commands/UpdateDomainCommand.d.ts +6 -21
  160. package/dist-types/commands/UpdateProfileCommand.d.ts +6 -21
  161. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  162. package/dist-types/pagination/ListEventStreamsPaginator.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/AddProfileKeyCommand.d.ts +14 -23
  164. package/dist-types/ts3.4/commands/CreateCalculatedAttributeDefinitionCommand.d.ts +12 -24
  165. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +14 -23
  166. package/dist-types/ts3.4/commands/CreateEventStreamCommand.d.ts +14 -23
  167. package/dist-types/ts3.4/commands/CreateIntegrationWorkflowCommand.d.ts +12 -24
  168. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +14 -23
  169. package/dist-types/ts3.4/commands/DeleteCalculatedAttributeDefinitionCommand.d.ts +12 -24
  170. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +14 -23
  171. package/dist-types/ts3.4/commands/DeleteEventStreamCommand.d.ts +14 -23
  172. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +14 -23
  173. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +14 -23
  174. package/dist-types/ts3.4/commands/DeleteProfileKeyCommand.d.ts +14 -23
  175. package/dist-types/ts3.4/commands/DeleteProfileObjectCommand.d.ts +14 -23
  176. package/dist-types/ts3.4/commands/DeleteProfileObjectTypeCommand.d.ts +12 -24
  177. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +14 -23
  178. package/dist-types/ts3.4/commands/DetectProfileObjectTypeCommand.d.ts +12 -24
  179. package/dist-types/ts3.4/commands/GetAutoMergingPreviewCommand.d.ts +12 -24
  180. package/dist-types/ts3.4/commands/GetCalculatedAttributeDefinitionCommand.d.ts +12 -24
  181. package/dist-types/ts3.4/commands/GetCalculatedAttributeForProfileCommand.d.ts +12 -24
  182. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +14 -23
  183. package/dist-types/ts3.4/commands/GetEventStreamCommand.d.ts +14 -23
  184. package/dist-types/ts3.4/commands/GetIdentityResolutionJobCommand.d.ts +12 -24
  185. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +14 -23
  186. package/dist-types/ts3.4/commands/GetMatchesCommand.d.ts +14 -23
  187. package/dist-types/ts3.4/commands/GetProfileObjectTypeCommand.d.ts +12 -24
  188. package/dist-types/ts3.4/commands/GetProfileObjectTypeTemplateCommand.d.ts +12 -24
  189. package/dist-types/ts3.4/commands/GetSimilarProfilesCommand.d.ts +14 -23
  190. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +14 -23
  191. package/dist-types/ts3.4/commands/GetWorkflowStepsCommand.d.ts +14 -23
  192. package/dist-types/ts3.4/commands/ListAccountIntegrationsCommand.d.ts +12 -24
  193. package/dist-types/ts3.4/commands/ListCalculatedAttributeDefinitionsCommand.d.ts +12 -24
  194. package/dist-types/ts3.4/commands/ListCalculatedAttributesForProfileCommand.d.ts +12 -24
  195. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +14 -23
  196. package/dist-types/ts3.4/commands/ListEventStreamsCommand.d.ts +14 -23
  197. package/dist-types/ts3.4/commands/ListIdentityResolutionJobsCommand.d.ts +12 -24
  198. package/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +14 -23
  199. package/dist-types/ts3.4/commands/ListProfileObjectTypeTemplatesCommand.d.ts +12 -24
  200. package/dist-types/ts3.4/commands/ListProfileObjectTypesCommand.d.ts +12 -24
  201. package/dist-types/ts3.4/commands/ListProfileObjectsCommand.d.ts +14 -23
  202. package/dist-types/ts3.4/commands/ListRuleBasedMatchesCommand.d.ts +12 -24
  203. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +14 -23
  205. package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +14 -23
  206. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +14 -23
  207. package/dist-types/ts3.4/commands/PutProfileObjectCommand.d.ts +14 -23
  208. package/dist-types/ts3.4/commands/PutProfileObjectTypeCommand.d.ts +12 -24
  209. package/dist-types/ts3.4/commands/SearchProfilesCommand.d.ts +14 -23
  210. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  211. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  212. package/dist-types/ts3.4/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +12 -24
  213. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  216. package/dist-types/ts3.4/pagination/ListEventStreamsPaginator.d.ts +3 -3
  217. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
5
4
  import { CreateIntegrationWorkflowRequest, CreateIntegrationWorkflowResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateIntegrationWorkflowCommandInput extends CreateIntegration
21
20
  */
22
21
  export interface CreateIntegrationWorkflowCommandOutput extends CreateIntegrationWorkflowResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateIntegrationWorkflowCommand_base: {
24
+ new (input: CreateIntegrationWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIntegrationWorkflowCommandInput, CreateIntegrationWorkflowCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -150,23 +153,5 @@ export interface CreateIntegrationWorkflowCommandOutput extends CreateIntegratio
150
153
  * <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
151
154
  *
152
155
  */
153
- export declare class CreateIntegrationWorkflowCommand extends $Command<CreateIntegrationWorkflowCommandInput, CreateIntegrationWorkflowCommandOutput, CustomerProfilesClientResolvedConfig> {
154
- readonly input: CreateIntegrationWorkflowCommandInput;
155
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
156
- /**
157
- * @public
158
- */
159
- constructor(input: CreateIntegrationWorkflowCommandInput);
160
- /**
161
- * @internal
162
- */
163
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIntegrationWorkflowCommandInput, CreateIntegrationWorkflowCommandOutput>;
164
- /**
165
- * @internal
166
- */
167
- private serialize;
168
- /**
169
- * @internal
170
- */
171
- private deserialize;
156
+ export declare class CreateIntegrationWorkflowCommand extends CreateIntegrationWorkflowCommand_base {
172
157
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
5
4
  import { CreateProfileRequest, CreateProfileResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateProfileCommandInput extends CreateProfileRequest {
21
20
  */
22
21
  export interface CreateProfileCommandOutput extends CreateProfileResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateProfileCommand_base: {
24
+ new (input: CreateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProfileCommandInput, CreateProfileCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a standard profile.</p>
@@ -137,23 +140,5 @@ export interface CreateProfileCommandOutput extends CreateProfileResponse, __Met
137
140
  * <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
138
141
  *
139
142
  */
140
- export declare class CreateProfileCommand extends $Command<CreateProfileCommandInput, CreateProfileCommandOutput, CustomerProfilesClientResolvedConfig> {
141
- readonly input: CreateProfileCommandInput;
142
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
143
- /**
144
- * @public
145
- */
146
- constructor(input: CreateProfileCommandInput);
147
- /**
148
- * @internal
149
- */
150
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProfileCommandInput, CreateProfileCommandOutput>;
151
- /**
152
- * @internal
153
- */
154
- private serialize;
155
- /**
156
- * @internal
157
- */
158
- private deserialize;
143
+ export declare class CreateProfileCommand extends CreateProfileCommand_base {
159
144
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
5
4
  import { DeleteCalculatedAttributeDefinitionRequest, DeleteCalculatedAttributeDefinitionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteCalculatedAttributeDefinitionCommandInput extends DeleteC
21
20
  */
22
21
  export interface DeleteCalculatedAttributeDefinitionCommandOutput extends DeleteCalculatedAttributeDefinitionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteCalculatedAttributeDefinitionCommand_base: {
24
+ new (input: DeleteCalculatedAttributeDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCalculatedAttributeDefinitionCommandInput, DeleteCalculatedAttributeDefinitionCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an existing calculated attribute definition. Note that deleting a default calculated attribute
@@ -67,23 +70,5 @@ export interface DeleteCalculatedAttributeDefinitionCommandOutput extends Delete
67
70
  * <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
68
71
  *
69
72
  */
70
- export declare class DeleteCalculatedAttributeDefinitionCommand extends $Command<DeleteCalculatedAttributeDefinitionCommandInput, DeleteCalculatedAttributeDefinitionCommandOutput, CustomerProfilesClientResolvedConfig> {
71
- readonly input: DeleteCalculatedAttributeDefinitionCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeleteCalculatedAttributeDefinitionCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCalculatedAttributeDefinitionCommandInput, DeleteCalculatedAttributeDefinitionCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeleteCalculatedAttributeDefinitionCommand extends DeleteCalculatedAttributeDefinitionCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
5
4
  import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDomainCommandInput extends DeleteDomainRequest {
21
20
  */
22
21
  export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteDomainCommand_base: {
24
+ new (input: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a specific domain and all of its customer data, such as customer profile
@@ -67,23 +70,5 @@ export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __Metad
67
70
  * <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
68
71
  *
69
72
  */
70
- export declare class DeleteDomainCommand extends $Command<DeleteDomainCommandInput, DeleteDomainCommandOutput, CustomerProfilesClientResolvedConfig> {
71
- readonly input: DeleteDomainCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeleteDomainCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDomainCommandInput, DeleteDomainCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
5
4
  import { DeleteEventStreamRequest, DeleteEventStreamResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteEventStreamCommandInput extends DeleteEventStreamRequest
21
20
  */
22
21
  export interface DeleteEventStreamCommandOutput extends DeleteEventStreamResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteEventStreamCommand_base: {
24
+ new (input: DeleteEventStreamCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventStreamCommandInput, DeleteEventStreamCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disables and deletes the specified event stream.</p>
@@ -65,23 +68,5 @@ export interface DeleteEventStreamCommandOutput extends DeleteEventStreamRespons
65
68
  * <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
66
69
  *
67
70
  */
68
- export declare class DeleteEventStreamCommand extends $Command<DeleteEventStreamCommandInput, DeleteEventStreamCommandOutput, CustomerProfilesClientResolvedConfig> {
69
- readonly input: DeleteEventStreamCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: DeleteEventStreamCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEventStreamCommandInput, DeleteEventStreamCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class DeleteEventStreamCommand extends DeleteEventStreamCommand_base {
87
72
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
5
4
  import { DeleteIntegrationRequest, DeleteIntegrationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteIntegrationCommandInput extends DeleteIntegrationRequest
21
20
  */
22
21
  export interface DeleteIntegrationCommandOutput extends DeleteIntegrationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteIntegrationCommand_base: {
24
+ new (input: DeleteIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes an integration from a specific domain.</p>
@@ -67,23 +70,5 @@ export interface DeleteIntegrationCommandOutput extends DeleteIntegrationRespons
67
70
  * <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
68
71
  *
69
72
  */
70
- export declare class DeleteIntegrationCommand extends $Command<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput, CustomerProfilesClientResolvedConfig> {
71
- readonly input: DeleteIntegrationCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeleteIntegrationCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeleteIntegrationCommand extends DeleteIntegrationCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
5
4
  import { DeleteProfileRequest, DeleteProfileResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteProfileCommandInput extends DeleteProfileRequest {
21
20
  */
22
21
  export interface DeleteProfileCommandOutput extends DeleteProfileResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteProfileCommand_base: {
24
+ new (input: DeleteProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfileCommandInput, DeleteProfileCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the standard customer profile and all data pertaining to the profile.</p>
@@ -67,23 +70,5 @@ export interface DeleteProfileCommandOutput extends DeleteProfileResponse, __Met
67
70
  * <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
68
71
  *
69
72
  */
70
- export declare class DeleteProfileCommand extends $Command<DeleteProfileCommandInput, DeleteProfileCommandOutput, CustomerProfilesClientResolvedConfig> {
71
- readonly input: DeleteProfileCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeleteProfileCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProfileCommandInput, DeleteProfileCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeleteProfileCommand extends DeleteProfileCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
5
4
  import { DeleteProfileKeyRequest, DeleteProfileKeyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteProfileKeyCommandInput extends DeleteProfileKeyRequest {
21
20
  */
22
21
  export interface DeleteProfileKeyCommandOutput extends DeleteProfileKeyResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteProfileKeyCommand_base: {
24
+ new (input: DeleteProfileKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfileKeyCommandInput, DeleteProfileKeyCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes a searchable key from a customer profile.</p>
@@ -71,23 +74,5 @@ export interface DeleteProfileKeyCommandOutput extends DeleteProfileKeyResponse,
71
74
  * <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
72
75
  *
73
76
  */
74
- export declare class DeleteProfileKeyCommand extends $Command<DeleteProfileKeyCommandInput, DeleteProfileKeyCommandOutput, CustomerProfilesClientResolvedConfig> {
75
- readonly input: DeleteProfileKeyCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: DeleteProfileKeyCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProfileKeyCommandInput, DeleteProfileKeyCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class DeleteProfileKeyCommand extends DeleteProfileKeyCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
5
4
  import { DeleteProfileObjectRequest, DeleteProfileObjectResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteProfileObjectCommandInput extends DeleteProfileObjectRequ
21
20
  */
22
21
  export interface DeleteProfileObjectCommandOutput extends DeleteProfileObjectResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteProfileObjectCommand_base: {
24
+ new (input: DeleteProfileObjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfileObjectCommandInput, DeleteProfileObjectCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes an object associated with a profile of a given ProfileObjectType.</p>
@@ -69,23 +72,5 @@ export interface DeleteProfileObjectCommandOutput extends DeleteProfileObjectRes
69
72
  * <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
70
73
  *
71
74
  */
72
- export declare class DeleteProfileObjectCommand extends $Command<DeleteProfileObjectCommandInput, DeleteProfileObjectCommandOutput, CustomerProfilesClientResolvedConfig> {
73
- readonly input: DeleteProfileObjectCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: DeleteProfileObjectCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProfileObjectCommandInput, DeleteProfileObjectCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class DeleteProfileObjectCommand extends DeleteProfileObjectCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
5
4
  import { DeleteProfileObjectTypeRequest, DeleteProfileObjectTypeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteProfileObjectTypeCommandInput extends DeleteProfileObject
21
20
  */
22
21
  export interface DeleteProfileObjectTypeCommandOutput extends DeleteProfileObjectTypeResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteProfileObjectTypeCommand_base: {
24
+ new (input: DeleteProfileObjectTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfileObjectTypeCommandInput, DeleteProfileObjectTypeCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes a ProfileObjectType from a specific domain as well as removes all the
@@ -70,23 +73,5 @@ export interface DeleteProfileObjectTypeCommandOutput extends DeleteProfileObjec
70
73
  * <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
71
74
  *
72
75
  */
73
- export declare class DeleteProfileObjectTypeCommand extends $Command<DeleteProfileObjectTypeCommandInput, DeleteProfileObjectTypeCommandOutput, CustomerProfilesClientResolvedConfig> {
74
- readonly input: DeleteProfileObjectTypeCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: DeleteProfileObjectTypeCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProfileObjectTypeCommandInput, DeleteProfileObjectTypeCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class DeleteProfileObjectTypeCommand extends DeleteProfileObjectTypeCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
5
4
  import { DeleteWorkflowRequest, DeleteWorkflowResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteWorkflowCommandInput extends DeleteWorkflowRequest {
21
20
  */
22
21
  export interface DeleteWorkflowCommandOutput extends DeleteWorkflowResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteWorkflowCommand_base: {
24
+ new (input: DeleteWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified workflow and all its corresponding resources. This is an async process.</p>
@@ -65,23 +68,5 @@ export interface DeleteWorkflowCommandOutput extends DeleteWorkflowResponse, __M
65
68
  * <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
66
69
  *
67
70
  */
68
- export declare class DeleteWorkflowCommand extends $Command<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, CustomerProfilesClientResolvedConfig> {
69
- readonly input: DeleteWorkflowCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: DeleteWorkflowCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {
87
72
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
5
4
  import { DetectProfileObjectTypeRequest, DetectProfileObjectTypeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DetectProfileObjectTypeCommandInput extends DetectProfileObject
21
20
  */
22
21
  export interface DetectProfileObjectTypeCommandOutput extends DetectProfileObjectTypeResponse, __MetadataBearer {
23
22
  }
23
+ declare const DetectProfileObjectTypeCommand_base: {
24
+ new (input: DetectProfileObjectTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DetectProfileObjectTypeCommandInput, DetectProfileObjectTypeCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>The process of detecting profile object type mapping by using given objects.</p>
@@ -92,23 +95,5 @@ export interface DetectProfileObjectTypeCommandOutput extends DetectProfileObjec
92
95
  * <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
93
96
  *
94
97
  */
95
- export declare class DetectProfileObjectTypeCommand extends $Command<DetectProfileObjectTypeCommandInput, DetectProfileObjectTypeCommandOutput, CustomerProfilesClientResolvedConfig> {
96
- readonly input: DetectProfileObjectTypeCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: DetectProfileObjectTypeCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetectProfileObjectTypeCommandInput, DetectProfileObjectTypeCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class DetectProfileObjectTypeCommand extends DetectProfileObjectTypeCommand_base {
114
99
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
5
4
  import { GetAutoMergingPreviewRequest, GetAutoMergingPreviewResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAutoMergingPreviewCommandInput extends GetAutoMergingPreview
21
20
  */
22
21
  export interface GetAutoMergingPreviewCommandOutput extends GetAutoMergingPreviewResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetAutoMergingPreviewCommand_base: {
24
+ new (input: GetAutoMergingPreviewCommandInput): import("@smithy/smithy-client").CommandImpl<GetAutoMergingPreviewCommandInput, GetAutoMergingPreviewCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Tests the auto-merging settings of your Identity Resolution Job without merging your data. It randomly
@@ -93,23 +96,5 @@ export interface GetAutoMergingPreviewCommandOutput extends GetAutoMergingPrevie
93
96
  * <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
94
97
  *
95
98
  */
96
- export declare class GetAutoMergingPreviewCommand extends $Command<GetAutoMergingPreviewCommandInput, GetAutoMergingPreviewCommandOutput, CustomerProfilesClientResolvedConfig> {
97
- readonly input: GetAutoMergingPreviewCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: GetAutoMergingPreviewCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAutoMergingPreviewCommandInput, GetAutoMergingPreviewCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class GetAutoMergingPreviewCommand extends GetAutoMergingPreviewCommand_base {
115
100
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
5
4
  import { GetCalculatedAttributeDefinitionRequest, GetCalculatedAttributeDefinitionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetCalculatedAttributeDefinitionCommandInput extends GetCalcula
21
20
  */
22
21
  export interface GetCalculatedAttributeDefinitionCommandOutput extends GetCalculatedAttributeDefinitionResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetCalculatedAttributeDefinitionCommand_base: {
24
+ new (input: GetCalculatedAttributeDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<GetCalculatedAttributeDefinitionCommandInput, GetCalculatedAttributeDefinitionCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Provides more information on a calculated attribute definition for Customer Profiles.</p>
@@ -94,23 +97,5 @@ export interface GetCalculatedAttributeDefinitionCommandOutput extends GetCalcul
94
97
  * <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
95
98
  *
96
99
  */
97
- export declare class GetCalculatedAttributeDefinitionCommand extends $Command<GetCalculatedAttributeDefinitionCommandInput, GetCalculatedAttributeDefinitionCommandOutput, CustomerProfilesClientResolvedConfig> {
98
- readonly input: GetCalculatedAttributeDefinitionCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: GetCalculatedAttributeDefinitionCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCalculatedAttributeDefinitionCommandInput, GetCalculatedAttributeDefinitionCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class GetCalculatedAttributeDefinitionCommand extends GetCalculatedAttributeDefinitionCommand_base {
116
101
  }