@aws-sdk/client-customer-profiles 3.170.0 → 3.171.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 (48) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/CustomerProfiles.d.ts +0 -38
  3. package/dist-types/ts3.4/CustomerProfilesClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/AddProfileKeyCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/CreateIntegrationWorkflowCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteProfileKeyCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteProfileObjectCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteProfileObjectTypeCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/GetAutoMergingPreviewCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/GetIdentityResolutionJobCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/GetMatchesCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/GetProfileObjectTypeCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/GetProfileObjectTypeTemplateCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/GetWorkflowStepsCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/ListAccountIntegrationsCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/ListIdentityResolutionJobsCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/ListProfileObjectTypeTemplatesCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/ListProfileObjectTypesCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/ListProfileObjectsCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/PutProfileObjectCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/PutProfileObjectTypeCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/SearchProfilesCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/models/CustomerProfilesServiceException.d.ts +0 -1
  43. package/dist-types/ts3.4/models/models_0.d.ts +0 -578
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  48. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-customer-profiles
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
 
@@ -152,7 +152,6 @@ import {
152
152
  UpdateProfileCommandOutput,
153
153
  } from "./commands/UpdateProfileCommand";
154
154
  import { CustomerProfilesClient } from "./CustomerProfilesClient";
155
-
156
155
  export declare class CustomerProfiles extends CustomerProfilesClient {
157
156
  addProfileKey(
158
157
  args: AddProfileKeyCommandInput,
@@ -167,7 +166,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
167
166
  options: __HttpHandlerOptions,
168
167
  cb: (err: any, data?: AddProfileKeyCommandOutput) => void
169
168
  ): void;
170
-
171
169
  createDomain(
172
170
  args: CreateDomainCommandInput,
173
171
  options?: __HttpHandlerOptions
@@ -181,7 +179,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
181
179
  options: __HttpHandlerOptions,
182
180
  cb: (err: any, data?: CreateDomainCommandOutput) => void
183
181
  ): void;
184
-
185
182
  createIntegrationWorkflow(
186
183
  args: CreateIntegrationWorkflowCommandInput,
187
184
  options?: __HttpHandlerOptions
@@ -195,7 +192,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
195
192
  options: __HttpHandlerOptions,
196
193
  cb: (err: any, data?: CreateIntegrationWorkflowCommandOutput) => void
197
194
  ): void;
198
-
199
195
  createProfile(
200
196
  args: CreateProfileCommandInput,
201
197
  options?: __HttpHandlerOptions
@@ -209,7 +205,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
209
205
  options: __HttpHandlerOptions,
210
206
  cb: (err: any, data?: CreateProfileCommandOutput) => void
211
207
  ): void;
212
-
213
208
  deleteDomain(
214
209
  args: DeleteDomainCommandInput,
215
210
  options?: __HttpHandlerOptions
@@ -223,7 +218,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
223
218
  options: __HttpHandlerOptions,
224
219
  cb: (err: any, data?: DeleteDomainCommandOutput) => void
225
220
  ): void;
226
-
227
221
  deleteIntegration(
228
222
  args: DeleteIntegrationCommandInput,
229
223
  options?: __HttpHandlerOptions
@@ -237,7 +231,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
237
231
  options: __HttpHandlerOptions,
238
232
  cb: (err: any, data?: DeleteIntegrationCommandOutput) => void
239
233
  ): void;
240
-
241
234
  deleteProfile(
242
235
  args: DeleteProfileCommandInput,
243
236
  options?: __HttpHandlerOptions
@@ -251,7 +244,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
251
244
  options: __HttpHandlerOptions,
252
245
  cb: (err: any, data?: DeleteProfileCommandOutput) => void
253
246
  ): void;
254
-
255
247
  deleteProfileKey(
256
248
  args: DeleteProfileKeyCommandInput,
257
249
  options?: __HttpHandlerOptions
@@ -265,7 +257,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
265
257
  options: __HttpHandlerOptions,
266
258
  cb: (err: any, data?: DeleteProfileKeyCommandOutput) => void
267
259
  ): void;
268
-
269
260
  deleteProfileObject(
270
261
  args: DeleteProfileObjectCommandInput,
271
262
  options?: __HttpHandlerOptions
@@ -279,7 +270,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
279
270
  options: __HttpHandlerOptions,
280
271
  cb: (err: any, data?: DeleteProfileObjectCommandOutput) => void
281
272
  ): void;
282
-
283
273
  deleteProfileObjectType(
284
274
  args: DeleteProfileObjectTypeCommandInput,
285
275
  options?: __HttpHandlerOptions
@@ -293,7 +283,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
293
283
  options: __HttpHandlerOptions,
294
284
  cb: (err: any, data?: DeleteProfileObjectTypeCommandOutput) => void
295
285
  ): void;
296
-
297
286
  deleteWorkflow(
298
287
  args: DeleteWorkflowCommandInput,
299
288
  options?: __HttpHandlerOptions
@@ -307,7 +296,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
307
296
  options: __HttpHandlerOptions,
308
297
  cb: (err: any, data?: DeleteWorkflowCommandOutput) => void
309
298
  ): void;
310
-
311
299
  getAutoMergingPreview(
312
300
  args: GetAutoMergingPreviewCommandInput,
313
301
  options?: __HttpHandlerOptions
@@ -321,7 +309,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
321
309
  options: __HttpHandlerOptions,
322
310
  cb: (err: any, data?: GetAutoMergingPreviewCommandOutput) => void
323
311
  ): void;
324
-
325
312
  getDomain(
326
313
  args: GetDomainCommandInput,
327
314
  options?: __HttpHandlerOptions
@@ -335,7 +322,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
335
322
  options: __HttpHandlerOptions,
336
323
  cb: (err: any, data?: GetDomainCommandOutput) => void
337
324
  ): void;
338
-
339
325
  getIdentityResolutionJob(
340
326
  args: GetIdentityResolutionJobCommandInput,
341
327
  options?: __HttpHandlerOptions
@@ -349,7 +335,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
349
335
  options: __HttpHandlerOptions,
350
336
  cb: (err: any, data?: GetIdentityResolutionJobCommandOutput) => void
351
337
  ): void;
352
-
353
338
  getIntegration(
354
339
  args: GetIntegrationCommandInput,
355
340
  options?: __HttpHandlerOptions
@@ -363,7 +348,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
363
348
  options: __HttpHandlerOptions,
364
349
  cb: (err: any, data?: GetIntegrationCommandOutput) => void
365
350
  ): void;
366
-
367
351
  getMatches(
368
352
  args: GetMatchesCommandInput,
369
353
  options?: __HttpHandlerOptions
@@ -377,7 +361,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
377
361
  options: __HttpHandlerOptions,
378
362
  cb: (err: any, data?: GetMatchesCommandOutput) => void
379
363
  ): void;
380
-
381
364
  getProfileObjectType(
382
365
  args: GetProfileObjectTypeCommandInput,
383
366
  options?: __HttpHandlerOptions
@@ -391,7 +374,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
391
374
  options: __HttpHandlerOptions,
392
375
  cb: (err: any, data?: GetProfileObjectTypeCommandOutput) => void
393
376
  ): void;
394
-
395
377
  getProfileObjectTypeTemplate(
396
378
  args: GetProfileObjectTypeTemplateCommandInput,
397
379
  options?: __HttpHandlerOptions
@@ -405,7 +387,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
405
387
  options: __HttpHandlerOptions,
406
388
  cb: (err: any, data?: GetProfileObjectTypeTemplateCommandOutput) => void
407
389
  ): void;
408
-
409
390
  getWorkflow(
410
391
  args: GetWorkflowCommandInput,
411
392
  options?: __HttpHandlerOptions
@@ -419,7 +400,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
419
400
  options: __HttpHandlerOptions,
420
401
  cb: (err: any, data?: GetWorkflowCommandOutput) => void
421
402
  ): void;
422
-
423
403
  getWorkflowSteps(
424
404
  args: GetWorkflowStepsCommandInput,
425
405
  options?: __HttpHandlerOptions
@@ -433,7 +413,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
433
413
  options: __HttpHandlerOptions,
434
414
  cb: (err: any, data?: GetWorkflowStepsCommandOutput) => void
435
415
  ): void;
436
-
437
416
  listAccountIntegrations(
438
417
  args: ListAccountIntegrationsCommandInput,
439
418
  options?: __HttpHandlerOptions
@@ -447,7 +426,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
447
426
  options: __HttpHandlerOptions,
448
427
  cb: (err: any, data?: ListAccountIntegrationsCommandOutput) => void
449
428
  ): void;
450
-
451
429
  listDomains(
452
430
  args: ListDomainsCommandInput,
453
431
  options?: __HttpHandlerOptions
@@ -461,7 +439,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
461
439
  options: __HttpHandlerOptions,
462
440
  cb: (err: any, data?: ListDomainsCommandOutput) => void
463
441
  ): void;
464
-
465
442
  listIdentityResolutionJobs(
466
443
  args: ListIdentityResolutionJobsCommandInput,
467
444
  options?: __HttpHandlerOptions
@@ -475,7 +452,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
475
452
  options: __HttpHandlerOptions,
476
453
  cb: (err: any, data?: ListIdentityResolutionJobsCommandOutput) => void
477
454
  ): void;
478
-
479
455
  listIntegrations(
480
456
  args: ListIntegrationsCommandInput,
481
457
  options?: __HttpHandlerOptions
@@ -489,7 +465,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
489
465
  options: __HttpHandlerOptions,
490
466
  cb: (err: any, data?: ListIntegrationsCommandOutput) => void
491
467
  ): void;
492
-
493
468
  listProfileObjects(
494
469
  args: ListProfileObjectsCommandInput,
495
470
  options?: __HttpHandlerOptions
@@ -503,7 +478,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
503
478
  options: __HttpHandlerOptions,
504
479
  cb: (err: any, data?: ListProfileObjectsCommandOutput) => void
505
480
  ): void;
506
-
507
481
  listProfileObjectTypes(
508
482
  args: ListProfileObjectTypesCommandInput,
509
483
  options?: __HttpHandlerOptions
@@ -517,7 +491,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
517
491
  options: __HttpHandlerOptions,
518
492
  cb: (err: any, data?: ListProfileObjectTypesCommandOutput) => void
519
493
  ): void;
520
-
521
494
  listProfileObjectTypeTemplates(
522
495
  args: ListProfileObjectTypeTemplatesCommandInput,
523
496
  options?: __HttpHandlerOptions
@@ -531,7 +504,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
531
504
  options: __HttpHandlerOptions,
532
505
  cb: (err: any, data?: ListProfileObjectTypeTemplatesCommandOutput) => void
533
506
  ): void;
534
-
535
507
  listTagsForResource(
536
508
  args: ListTagsForResourceCommandInput,
537
509
  options?: __HttpHandlerOptions
@@ -545,7 +517,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
545
517
  options: __HttpHandlerOptions,
546
518
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
547
519
  ): void;
548
-
549
520
  listWorkflows(
550
521
  args: ListWorkflowsCommandInput,
551
522
  options?: __HttpHandlerOptions
@@ -559,7 +530,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
559
530
  options: __HttpHandlerOptions,
560
531
  cb: (err: any, data?: ListWorkflowsCommandOutput) => void
561
532
  ): void;
562
-
563
533
  mergeProfiles(
564
534
  args: MergeProfilesCommandInput,
565
535
  options?: __HttpHandlerOptions
@@ -573,7 +543,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
573
543
  options: __HttpHandlerOptions,
574
544
  cb: (err: any, data?: MergeProfilesCommandOutput) => void
575
545
  ): void;
576
-
577
546
  putIntegration(
578
547
  args: PutIntegrationCommandInput,
579
548
  options?: __HttpHandlerOptions
@@ -587,7 +556,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
587
556
  options: __HttpHandlerOptions,
588
557
  cb: (err: any, data?: PutIntegrationCommandOutput) => void
589
558
  ): void;
590
-
591
559
  putProfileObject(
592
560
  args: PutProfileObjectCommandInput,
593
561
  options?: __HttpHandlerOptions
@@ -601,7 +569,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
601
569
  options: __HttpHandlerOptions,
602
570
  cb: (err: any, data?: PutProfileObjectCommandOutput) => void
603
571
  ): void;
604
-
605
572
  putProfileObjectType(
606
573
  args: PutProfileObjectTypeCommandInput,
607
574
  options?: __HttpHandlerOptions
@@ -615,7 +582,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
615
582
  options: __HttpHandlerOptions,
616
583
  cb: (err: any, data?: PutProfileObjectTypeCommandOutput) => void
617
584
  ): void;
618
-
619
585
  searchProfiles(
620
586
  args: SearchProfilesCommandInput,
621
587
  options?: __HttpHandlerOptions
@@ -629,7 +595,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
629
595
  options: __HttpHandlerOptions,
630
596
  cb: (err: any, data?: SearchProfilesCommandOutput) => void
631
597
  ): void;
632
-
633
598
  tagResource(
634
599
  args: TagResourceCommandInput,
635
600
  options?: __HttpHandlerOptions
@@ -643,7 +608,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
643
608
  options: __HttpHandlerOptions,
644
609
  cb: (err: any, data?: TagResourceCommandOutput) => void
645
610
  ): void;
646
-
647
611
  untagResource(
648
612
  args: UntagResourceCommandInput,
649
613
  options?: __HttpHandlerOptions
@@ -657,7 +621,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
657
621
  options: __HttpHandlerOptions,
658
622
  cb: (err: any, data?: UntagResourceCommandOutput) => void
659
623
  ): void;
660
-
661
624
  updateDomain(
662
625
  args: UpdateDomainCommandInput,
663
626
  options?: __HttpHandlerOptions
@@ -671,7 +634,6 @@ export declare class CustomerProfiles extends CustomerProfilesClient {
671
634
  options: __HttpHandlerOptions,
672
635
  cb: (err: any, data?: UpdateDomainCommandOutput) => void
673
636
  ): void;
674
-
675
637
  updateProfile(
676
638
  args: UpdateProfileCommandInput,
677
639
  options?: __HttpHandlerOptions
@@ -275,47 +275,26 @@ export declare type ServiceOutputTypes =
275
275
  export interface ClientDefaults
276
276
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
277
277
  requestHandler?: __HttpHandler;
278
-
279
278
  sha256?: __HashConstructor;
280
-
281
279
  urlParser?: __UrlParser;
282
-
283
280
  bodyLengthChecker?: __BodyLengthCalculator;
284
-
285
281
  streamCollector?: __StreamCollector;
286
-
287
282
  base64Decoder?: __Decoder;
288
-
289
283
  base64Encoder?: __Encoder;
290
-
291
284
  utf8Decoder?: __Decoder;
292
-
293
285
  utf8Encoder?: __Encoder;
294
-
295
286
  runtime?: string;
296
-
297
287
  disableHostPrefix?: boolean;
298
-
299
288
  maxAttempts?: number | __Provider<number>;
300
-
301
289
  retryMode?: string | __Provider<string>;
302
-
303
290
  logger?: __Logger;
304
-
305
291
  useDualstackEndpoint?: boolean | __Provider<boolean>;
306
-
307
292
  useFipsEndpoint?: boolean | __Provider<boolean>;
308
-
309
293
  serviceId?: string;
310
-
311
294
  region?: string | __Provider<string>;
312
-
313
295
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
314
-
315
296
  regionInfoProvider?: RegionInfoProvider;
316
-
317
297
  defaultUserAgentProvider?: Provider<__UserAgent>;
318
-
319
298
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
320
299
  }
321
300
  declare type CustomerProfilesClientConfigType = Partial<
@@ -328,7 +307,6 @@ declare type CustomerProfilesClientConfigType = Partial<
328
307
  HostHeaderInputConfig &
329
308
  AwsAuthInputConfig &
330
309
  UserAgentInputConfig;
331
-
332
310
  export interface CustomerProfilesClientConfig
333
311
  extends CustomerProfilesClientConfigType {}
334
312
  declare type CustomerProfilesClientResolvedConfigType =
@@ -340,10 +318,8 @@ declare type CustomerProfilesClientResolvedConfigType =
340
318
  HostHeaderResolvedConfig &
341
319
  AwsAuthResolvedConfig &
342
320
  UserAgentResolvedConfig;
343
-
344
321
  export interface CustomerProfilesClientResolvedConfig
345
322
  extends CustomerProfilesClientResolvedConfigType {}
346
-
347
323
  export declare class CustomerProfilesClient extends __Client<
348
324
  __HttpHandlerOptions,
349
325
  ServiceInputTypes,
@@ -352,7 +328,6 @@ export declare class CustomerProfilesClient extends __Client<
352
328
  > {
353
329
  readonly config: CustomerProfilesClientResolvedConfig;
354
330
  constructor(configuration: CustomerProfilesClientConfig);
355
-
356
331
  destroy(): void;
357
332
  }
358
333
  export {};
@@ -18,7 +18,6 @@ export interface AddProfileKeyCommandInput extends AddProfileKeyRequest {}
18
18
  export interface AddProfileKeyCommandOutput
19
19
  extends AddProfileKeyResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class AddProfileKeyCommand extends $Command<
23
22
  AddProfileKeyCommandInput,
24
23
  AddProfileKeyCommandOutput,
@@ -26,7 +25,6 @@ export declare class AddProfileKeyCommand extends $Command<
26
25
  > {
27
26
  readonly input: AddProfileKeyCommandInput;
28
27
  constructor(input: AddProfileKeyCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CustomerProfilesClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateDomainCommandInput extends CreateDomainRequest {}
15
15
  export interface CreateDomainCommandOutput
16
16
  extends CreateDomainResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateDomainCommand extends $Command<
20
19
  CreateDomainCommandInput,
21
20
  CreateDomainCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateDomainCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateDomainCommandInput;
25
24
  constructor(input: CreateDomainCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: CustomerProfilesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateIntegrationWorkflowCommandInput
19
19
  export interface CreateIntegrationWorkflowCommandOutput
20
20
  extends CreateIntegrationWorkflowResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateIntegrationWorkflowCommand extends $Command<
24
23
  CreateIntegrationWorkflowCommandInput,
25
24
  CreateIntegrationWorkflowCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateIntegrationWorkflowCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateIntegrationWorkflowCommandInput;
29
28
  constructor(input: CreateIntegrationWorkflowCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CustomerProfilesClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateProfileCommandInput extends CreateProfileRequest {}
18
18
  export interface CreateProfileCommandOutput
19
19
  extends CreateProfileResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateProfileCommand extends $Command<
23
22
  CreateProfileCommandInput,
24
23
  CreateProfileCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateProfileCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateProfileCommandInput;
28
27
  constructor(input: CreateProfileCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CustomerProfilesClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteDomainCommandInput extends DeleteDomainRequest {}
15
15
  export interface DeleteDomainCommandOutput
16
16
  extends DeleteDomainResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DeleteDomainCommand extends $Command<
20
19
  DeleteDomainCommandInput,
21
20
  DeleteDomainCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteDomainCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteDomainCommandInput;
25
24
  constructor(input: DeleteDomainCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: CustomerProfilesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteIntegrationCommandInput
19
19
  export interface DeleteIntegrationCommandOutput
20
20
  extends DeleteIntegrationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteIntegrationCommand extends $Command<
24
23
  DeleteIntegrationCommandInput,
25
24
  DeleteIntegrationCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteIntegrationCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteIntegrationCommandInput;
29
28
  constructor(input: DeleteIntegrationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CustomerProfilesClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteProfileCommandInput extends DeleteProfileRequest {}
18
18
  export interface DeleteProfileCommandOutput
19
19
  extends DeleteProfileResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteProfileCommand extends $Command<
23
22
  DeleteProfileCommandInput,
24
23
  DeleteProfileCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteProfileCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteProfileCommandInput;
28
27
  constructor(input: DeleteProfileCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CustomerProfilesClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteProfileKeyCommandInput extends DeleteProfileKeyRequest {}
18
18
  export interface DeleteProfileKeyCommandOutput
19
19
  extends DeleteProfileKeyResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteProfileKeyCommand extends $Command<
23
22
  DeleteProfileKeyCommandInput,
24
23
  DeleteProfileKeyCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteProfileKeyCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteProfileKeyCommandInput;
28
27
  constructor(input: DeleteProfileKeyCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CustomerProfilesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteProfileObjectCommandInput
19
19
  export interface DeleteProfileObjectCommandOutput
20
20
  extends DeleteProfileObjectResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteProfileObjectCommand extends $Command<
24
23
  DeleteProfileObjectCommandInput,
25
24
  DeleteProfileObjectCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteProfileObjectCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteProfileObjectCommandInput;
29
28
  constructor(input: DeleteProfileObjectCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CustomerProfilesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteProfileObjectTypeCommandInput
19
19
  export interface DeleteProfileObjectTypeCommandOutput
20
20
  extends DeleteProfileObjectTypeResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteProfileObjectTypeCommand extends $Command<
24
23
  DeleteProfileObjectTypeCommandInput,
25
24
  DeleteProfileObjectTypeCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteProfileObjectTypeCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteProfileObjectTypeCommandInput;
29
28
  constructor(input: DeleteProfileObjectTypeCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CustomerProfilesClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteWorkflowCommandInput extends DeleteWorkflowRequest {}
18
18
  export interface DeleteWorkflowCommandOutput
19
19
  extends DeleteWorkflowResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteWorkflowCommand extends $Command<
23
22
  DeleteWorkflowCommandInput,
24
23
  DeleteWorkflowCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteWorkflowCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteWorkflowCommandInput;
28
27
  constructor(input: DeleteWorkflowCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CustomerProfilesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetAutoMergingPreviewCommandInput
19
19
  export interface GetAutoMergingPreviewCommandOutput
20
20
  extends GetAutoMergingPreviewResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetAutoMergingPreviewCommand extends $Command<
24
23
  GetAutoMergingPreviewCommandInput,
25
24
  GetAutoMergingPreviewCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetAutoMergingPreviewCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetAutoMergingPreviewCommandInput;
29
28
  constructor(input: GetAutoMergingPreviewCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CustomerProfilesClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetDomainCommandInput extends GetDomainRequest {}
15
15
  export interface GetDomainCommandOutput
16
16
  extends GetDomainResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetDomainCommand extends $Command<
20
19
  GetDomainCommandInput,
21
20
  GetDomainCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetDomainCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetDomainCommandInput;
25
24
  constructor(input: GetDomainCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: CustomerProfilesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetIdentityResolutionJobCommandInput
19
19
  export interface GetIdentityResolutionJobCommandOutput
20
20
  extends GetIdentityResolutionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetIdentityResolutionJobCommand extends $Command<
24
23
  GetIdentityResolutionJobCommandInput,
25
24
  GetIdentityResolutionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetIdentityResolutionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetIdentityResolutionJobCommandInput;
29
28
  constructor(input: GetIdentityResolutionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CustomerProfilesClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetIntegrationCommandInput extends GetIntegrationRequest {}
18
18
  export interface GetIntegrationCommandOutput
19
19
  extends GetIntegrationResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetIntegrationCommand extends $Command<
23
22
  GetIntegrationCommandInput,
24
23
  GetIntegrationCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetIntegrationCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetIntegrationCommandInput;
28
27
  constructor(input: GetIntegrationCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CustomerProfilesClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetMatchesCommandInput extends GetMatchesRequest {}
15
15
  export interface GetMatchesCommandOutput
16
16
  extends GetMatchesResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetMatchesCommand extends $Command<
20
19
  GetMatchesCommandInput,
21
20
  GetMatchesCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetMatchesCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetMatchesCommandInput;
25
24
  constructor(input: GetMatchesCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: CustomerProfilesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetProfileObjectTypeCommandInput
19
19
  export interface GetProfileObjectTypeCommandOutput
20
20
  extends GetProfileObjectTypeResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetProfileObjectTypeCommand extends $Command<
24
23
  GetProfileObjectTypeCommandInput,
25
24
  GetProfileObjectTypeCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetProfileObjectTypeCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetProfileObjectTypeCommandInput;
29
28
  constructor(input: GetProfileObjectTypeCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CustomerProfilesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetProfileObjectTypeTemplateCommandInput
19
19
  export interface GetProfileObjectTypeTemplateCommandOutput
20
20
  extends GetProfileObjectTypeTemplateResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetProfileObjectTypeTemplateCommand extends $Command<
24
23
  GetProfileObjectTypeTemplateCommandInput,
25
24
  GetProfileObjectTypeTemplateCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetProfileObjectTypeTemplateCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetProfileObjectTypeTemplateCommandInput;
29
28
  constructor(input: GetProfileObjectTypeTemplateCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CustomerProfilesClientResolvedConfig,