@aws-sdk/client-customer-profiles 3.170.0 → 3.178.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 (51) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/CustomerProfiles.d.ts +0 -38
  6. package/dist-types/ts3.4/CustomerProfilesClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/AddProfileKeyCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateIntegrationWorkflowCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteProfileKeyCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DeleteProfileObjectCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DeleteProfileObjectTypeCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/GetAutoMergingPreviewCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/GetIdentityResolutionJobCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/GetMatchesCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/GetProfileObjectTypeCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/GetProfileObjectTypeTemplateCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/GetWorkflowStepsCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/ListAccountIntegrationsCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/ListIdentityResolutionJobsCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/ListProfileObjectTypeTemplatesCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/ListProfileObjectTypesCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/ListProfileObjectsCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/PutProfileObjectCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/PutProfileObjectTypeCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/SearchProfilesCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/models/CustomerProfilesServiceException.d.ts +0 -1
  46. package/dist-types/ts3.4/models/models_0.d.ts +0 -578
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  51. package/package.json +26 -26
@@ -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,
@@ -15,7 +15,6 @@ export interface GetWorkflowCommandInput extends GetWorkflowRequest {}
15
15
  export interface GetWorkflowCommandOutput
16
16
  extends GetWorkflowResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetWorkflowCommand extends $Command<
20
19
  GetWorkflowCommandInput,
21
20
  GetWorkflowCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetWorkflowCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetWorkflowCommandInput;
25
24
  constructor(input: GetWorkflowCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: CustomerProfilesClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetWorkflowStepsCommandInput extends GetWorkflowStepsRequest {}
18
18
  export interface GetWorkflowStepsCommandOutput
19
19
  extends GetWorkflowStepsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetWorkflowStepsCommand extends $Command<
23
22
  GetWorkflowStepsCommandInput,
24
23
  GetWorkflowStepsCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetWorkflowStepsCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetWorkflowStepsCommandInput;
28
27
  constructor(input: GetWorkflowStepsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CustomerProfilesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListAccountIntegrationsCommandInput
19
19
  export interface ListAccountIntegrationsCommandOutput
20
20
  extends ListAccountIntegrationsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListAccountIntegrationsCommand extends $Command<
24
23
  ListAccountIntegrationsCommandInput,
25
24
  ListAccountIntegrationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListAccountIntegrationsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListAccountIntegrationsCommandInput;
29
28
  constructor(input: ListAccountIntegrationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CustomerProfilesClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListDomainsCommandInput extends ListDomainsRequest {}
15
15
  export interface ListDomainsCommandOutput
16
16
  extends ListDomainsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListDomainsCommand extends $Command<
20
19
  ListDomainsCommandInput,
21
20
  ListDomainsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListDomainsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListDomainsCommandInput;
25
24
  constructor(input: ListDomainsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: CustomerProfilesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListIdentityResolutionJobsCommandInput
19
19
  export interface ListIdentityResolutionJobsCommandOutput
20
20
  extends ListIdentityResolutionJobsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListIdentityResolutionJobsCommand extends $Command<
24
23
  ListIdentityResolutionJobsCommandInput,
25
24
  ListIdentityResolutionJobsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListIdentityResolutionJobsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListIdentityResolutionJobsCommandInput;
29
28
  constructor(input: ListIdentityResolutionJobsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CustomerProfilesClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListIntegrationsCommandInput extends ListIntegrationsRequest {}
18
18
  export interface ListIntegrationsCommandOutput
19
19
  extends ListIntegrationsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListIntegrationsCommand extends $Command<
23
22
  ListIntegrationsCommandInput,
24
23
  ListIntegrationsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListIntegrationsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListIntegrationsCommandInput;
28
27
  constructor(input: ListIntegrationsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CustomerProfilesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListProfileObjectTypeTemplatesCommandInput
19
19
  export interface ListProfileObjectTypeTemplatesCommandOutput
20
20
  extends ListProfileObjectTypeTemplatesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListProfileObjectTypeTemplatesCommand extends $Command<
24
23
  ListProfileObjectTypeTemplatesCommandInput,
25
24
  ListProfileObjectTypeTemplatesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListProfileObjectTypeTemplatesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListProfileObjectTypeTemplatesCommandInput;
29
28
  constructor(input: ListProfileObjectTypeTemplatesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CustomerProfilesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListProfileObjectTypesCommandInput
19
19
  export interface ListProfileObjectTypesCommandOutput
20
20
  extends ListProfileObjectTypesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListProfileObjectTypesCommand extends $Command<
24
23
  ListProfileObjectTypesCommandInput,
25
24
  ListProfileObjectTypesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListProfileObjectTypesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListProfileObjectTypesCommandInput;
29
28
  constructor(input: ListProfileObjectTypesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CustomerProfilesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListProfileObjectsCommandInput
19
19
  export interface ListProfileObjectsCommandOutput
20
20
  extends ListProfileObjectsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListProfileObjectsCommand extends $Command<
24
23
  ListProfileObjectsCommandInput,
25
24
  ListProfileObjectsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListProfileObjectsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListProfileObjectsCommandInput;
29
28
  constructor(input: ListProfileObjectsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CustomerProfilesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CustomerProfilesClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListWorkflowsCommandInput extends ListWorkflowsRequest {}
18
18
  export interface ListWorkflowsCommandOutput
19
19
  extends ListWorkflowsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListWorkflowsCommand extends $Command<
23
22
  ListWorkflowsCommandInput,
24
23
  ListWorkflowsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListWorkflowsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListWorkflowsCommandInput;
28
27
  constructor(input: ListWorkflowsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CustomerProfilesClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface MergeProfilesCommandInput extends MergeProfilesRequest {}
18
18
  export interface MergeProfilesCommandOutput
19
19
  extends MergeProfilesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class MergeProfilesCommand extends $Command<
23
22
  MergeProfilesCommandInput,
24
23
  MergeProfilesCommandOutput,
@@ -26,7 +25,6 @@ export declare class MergeProfilesCommand extends $Command<
26
25
  > {
27
26
  readonly input: MergeProfilesCommandInput;
28
27
  constructor(input: MergeProfilesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CustomerProfilesClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface PutIntegrationCommandInput extends PutIntegrationRequest {}
18
18
  export interface PutIntegrationCommandOutput
19
19
  extends PutIntegrationResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class PutIntegrationCommand extends $Command<
23
22
  PutIntegrationCommandInput,
24
23
  PutIntegrationCommandOutput,
@@ -26,7 +25,6 @@ export declare class PutIntegrationCommand extends $Command<
26
25
  > {
27
26
  readonly input: PutIntegrationCommandInput;
28
27
  constructor(input: PutIntegrationCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CustomerProfilesClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface PutProfileObjectCommandInput extends PutProfileObjectRequest {}
18
18
  export interface PutProfileObjectCommandOutput
19
19
  extends PutProfileObjectResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class PutProfileObjectCommand extends $Command<
23
22
  PutProfileObjectCommandInput,
24
23
  PutProfileObjectCommandOutput,
@@ -26,7 +25,6 @@ export declare class PutProfileObjectCommand extends $Command<
26
25
  > {
27
26
  readonly input: PutProfileObjectCommandInput;
28
27
  constructor(input: PutProfileObjectCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CustomerProfilesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface PutProfileObjectTypeCommandInput
19
19
  export interface PutProfileObjectTypeCommandOutput
20
20
  extends PutProfileObjectTypeResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class PutProfileObjectTypeCommand extends $Command<
24
23
  PutProfileObjectTypeCommandInput,
25
24
  PutProfileObjectTypeCommandOutput,
@@ -27,7 +26,6 @@ export declare class PutProfileObjectTypeCommand extends $Command<
27
26
  > {
28
27
  readonly input: PutProfileObjectTypeCommandInput;
29
28
  constructor(input: PutProfileObjectTypeCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CustomerProfilesClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface SearchProfilesCommandInput extends SearchProfilesRequest {}
18
18
  export interface SearchProfilesCommandOutput
19
19
  extends SearchProfilesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class SearchProfilesCommand extends $Command<
23
22
  SearchProfilesCommandInput,
24
23
  SearchProfilesCommandOutput,
@@ -26,7 +25,6 @@ export declare class SearchProfilesCommand extends $Command<
26
25
  > {
27
26
  readonly input: SearchProfilesCommandInput;
28
27
  constructor(input: SearchProfilesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CustomerProfilesClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: CustomerProfilesClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CustomerProfilesClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface UpdateDomainCommandInput extends UpdateDomainRequest {}
15
15
  export interface UpdateDomainCommandOutput
16
16
  extends UpdateDomainResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class UpdateDomainCommand extends $Command<
20
19
  UpdateDomainCommandInput,
21
20
  UpdateDomainCommandOutput,
@@ -23,7 +22,6 @@ export declare class UpdateDomainCommand extends $Command<
23
22
  > {
24
23
  readonly input: UpdateDomainCommandInput;
25
24
  constructor(input: UpdateDomainCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: CustomerProfilesClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateProfileCommandInput extends UpdateProfileRequest {}
18
18
  export interface UpdateProfileCommandOutput
19
19
  extends UpdateProfileResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateProfileCommand extends $Command<
23
22
  UpdateProfileCommandInput,
24
23
  UpdateProfileCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateProfileCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateProfileCommandInput;
28
27
  constructor(input: UpdateProfileCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CustomerProfilesClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class CustomerProfilesServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }