@aws-sdk/client-customer-profiles 3.588.0 → 3.592.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 (113) hide show
  1. package/dist-cjs/index.js +0 -52
  2. package/dist-types/CustomerProfilesClient.d.ts +4 -4
  3. package/dist-types/commands/AddProfileKeyCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateCalculatedAttributeDefinitionCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateDomainCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateEventStreamCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateIntegrationWorkflowCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateProfileCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteCalculatedAttributeDefinitionCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteDomainCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteEventStreamCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteIntegrationCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteProfileCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteProfileKeyCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteProfileObjectCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteProfileObjectTypeCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -1
  18. package/dist-types/commands/DetectProfileObjectTypeCommand.d.ts +2 -1
  19. package/dist-types/commands/GetAutoMergingPreviewCommand.d.ts +2 -1
  20. package/dist-types/commands/GetCalculatedAttributeDefinitionCommand.d.ts +2 -1
  21. package/dist-types/commands/GetCalculatedAttributeForProfileCommand.d.ts +2 -1
  22. package/dist-types/commands/GetDomainCommand.d.ts +2 -1
  23. package/dist-types/commands/GetEventStreamCommand.d.ts +2 -1
  24. package/dist-types/commands/GetIdentityResolutionJobCommand.d.ts +2 -1
  25. package/dist-types/commands/GetIntegrationCommand.d.ts +2 -1
  26. package/dist-types/commands/GetMatchesCommand.d.ts +2 -1
  27. package/dist-types/commands/GetProfileObjectTypeCommand.d.ts +2 -1
  28. package/dist-types/commands/GetProfileObjectTypeTemplateCommand.d.ts +2 -1
  29. package/dist-types/commands/GetSimilarProfilesCommand.d.ts +2 -1
  30. package/dist-types/commands/GetWorkflowCommand.d.ts +2 -1
  31. package/dist-types/commands/GetWorkflowStepsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListAccountIntegrationsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListCalculatedAttributeDefinitionsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListCalculatedAttributesForProfileCommand.d.ts +2 -1
  35. package/dist-types/commands/ListDomainsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListEventStreamsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListIdentityResolutionJobsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListIntegrationsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListProfileObjectTypeTemplatesCommand.d.ts +2 -1
  40. package/dist-types/commands/ListProfileObjectTypesCommand.d.ts +2 -1
  41. package/dist-types/commands/ListProfileObjectsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListRuleBasedMatchesCommand.d.ts +2 -1
  43. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  44. package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
  45. package/dist-types/commands/MergeProfilesCommand.d.ts +2 -1
  46. package/dist-types/commands/PutIntegrationCommand.d.ts +2 -1
  47. package/dist-types/commands/PutProfileObjectCommand.d.ts +2 -1
  48. package/dist-types/commands/PutProfileObjectTypeCommand.d.ts +2 -1
  49. package/dist-types/commands/SearchProfilesCommand.d.ts +2 -1
  50. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  51. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateDomainCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateProfileCommand.d.ts +2 -1
  55. package/dist-types/index.d.ts +2 -2
  56. package/dist-types/models/CustomerProfilesServiceException.d.ts +2 -1
  57. package/dist-types/runtimeConfig.native.d.ts +1 -1
  58. package/dist-types/ts3.4/CustomerProfilesClient.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/AddProfileKeyCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/CreateCalculatedAttributeDefinitionCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/CreateEventStreamCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/CreateIntegrationWorkflowCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/DeleteCalculatedAttributeDefinitionCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/DeleteEventStreamCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/DeleteProfileKeyCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/DeleteProfileObjectCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/DeleteProfileObjectTypeCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/DetectProfileObjectTypeCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/GetAutoMergingPreviewCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/GetCalculatedAttributeDefinitionCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/GetCalculatedAttributeForProfileCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/GetEventStreamCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/GetIdentityResolutionJobCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/GetMatchesCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/GetProfileObjectTypeCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/GetProfileObjectTypeTemplateCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/GetSimilarProfilesCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/GetWorkflowStepsCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/ListAccountIntegrationsCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/ListCalculatedAttributeDefinitionsCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/ListCalculatedAttributesForProfileCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/ListEventStreamsCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/ListIdentityResolutionJobsCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/ListProfileObjectTypeTemplatesCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/ListProfileObjectTypesCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/ListProfileObjectsCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/ListRuleBasedMatchesCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/PutProfileObjectCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/PutProfileObjectTypeCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/SearchProfilesCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/models/CustomerProfilesServiceException.d.ts +2 -1
  112. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  113. package/package.json +6 -6
@@ -5,7 +5,8 @@ import { GetProfileObjectTypeRequest, GetProfileObjectTypeResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetProfileObjectTypeTemplateRequest, GetProfileObjectTypeTemplateRespon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetSimilarProfilesRequest, GetSimilarProfilesResponse } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetWorkflowRequest, GetWorkflowResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetWorkflowStepsRequest, GetWorkflowStepsResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListAccountIntegrationsRequest, ListAccountIntegrationsResponse } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListCalculatedAttributeDefinitionsRequest, ListCalculatedAttributeDefin
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListCalculatedAttributesForProfileRequest, ListCalculatedAttributesForP
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListDomainsRequest, ListDomainsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListEventStreamsRequest, ListEventStreamsResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListIdentityResolutionJobsRequest, ListIdentityResolutionJobsResponse }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListIntegrationsRequest, ListIntegrationsResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListProfileObjectTypeTemplatesRequest, ListProfileObjectTypeTemplatesRe
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListProfileObjectTypesRequest, ListProfileObjectTypesResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListProfileObjectsRequest, ListProfileObjectsResponse } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListRuleBasedMatchesRequest, ListRuleBasedMatchesResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { MergeProfilesRequest, MergeProfilesResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutIntegrationRequest, PutIntegrationResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutProfileObjectRequest, PutProfileObjectResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutProfileObjectTypeRequest, PutProfileObjectTypeResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SearchProfilesRequest, SearchProfilesResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateCalculatedAttributeDefinitionRequest, UpdateCalculatedAttributeDe
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateDomainRequest, UpdateDomainResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateProfileRequest, UpdateProfileResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -11,8 +11,8 @@
11
11
  export * from "./CustomerProfilesClient";
12
12
  export * from "./CustomerProfiles";
13
13
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
14
- export { RuntimeExtension } from "./runtimeExtensions";
15
- export { CustomerProfilesExtensionConfiguration } from "./extensionConfiguration";
14
+ export type { RuntimeExtension } from "./runtimeExtensions";
15
+ export type { CustomerProfilesExtensionConfiguration } from "./extensionConfiguration";
16
16
  export * from "./commands";
17
17
  export * from "./pagination";
18
18
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: CustomerProfilesClientConfig) =>
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -382,8 +382,8 @@ export interface ClientDefaults
382
382
  serviceId?: string;
383
383
  useDualstackEndpoint?: boolean | __Provider<boolean>;
384
384
  useFipsEndpoint?: boolean | __Provider<boolean>;
385
- defaultUserAgentProvider?: Provider<__UserAgent>;
386
385
  region?: string | __Provider<string>;
386
+ defaultUserAgentProvider?: Provider<__UserAgent>;
387
387
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
388
388
  maxAttempts?: number | __Provider<number>;
389
389
  retryMode?: string | __Provider<string>;
@@ -9,7 +9,8 @@ import {
9
9
  AddProfileKeyRequest,
10
10
  AddProfileKeyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AddProfileKeyCommandInput extends AddProfileKeyRequest {}
14
15
  export interface AddProfileKeyCommandOutput
15
16
  extends AddProfileKeyResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateCalculatedAttributeDefinitionRequest,
10
10
  CreateCalculatedAttributeDefinitionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateCalculatedAttributeDefinitionCommandInput
14
15
  extends CreateCalculatedAttributeDefinitionRequest {}
15
16
  export interface CreateCalculatedAttributeDefinitionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CustomerProfilesClient";
8
8
  import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateDomainCommandInput extends CreateDomainRequest {}
11
12
  export interface CreateDomainCommandOutput
12
13
  extends CreateDomainResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateEventStreamRequest,
10
10
  CreateEventStreamResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateEventStreamCommandInput
14
15
  extends CreateEventStreamRequest {}
15
16
  export interface CreateEventStreamCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateIntegrationWorkflowRequest,
10
10
  CreateIntegrationWorkflowResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateIntegrationWorkflowCommandInput
14
15
  extends CreateIntegrationWorkflowRequest {}
15
16
  export interface CreateIntegrationWorkflowCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateProfileRequest,
10
10
  CreateProfileResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateProfileCommandInput extends CreateProfileRequest {}
14
15
  export interface CreateProfileCommandOutput
15
16
  extends CreateProfileResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteCalculatedAttributeDefinitionRequest,
10
10
  DeleteCalculatedAttributeDefinitionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteCalculatedAttributeDefinitionCommandInput
14
15
  extends DeleteCalculatedAttributeDefinitionRequest {}
15
16
  export interface DeleteCalculatedAttributeDefinitionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CustomerProfilesClient";
8
8
  import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteDomainCommandInput extends DeleteDomainRequest {}
11
12
  export interface DeleteDomainCommandOutput
12
13
  extends DeleteDomainResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteEventStreamRequest,
10
10
  DeleteEventStreamResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteEventStreamCommandInput
14
15
  extends DeleteEventStreamRequest {}
15
16
  export interface DeleteEventStreamCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteIntegrationRequest,
10
10
  DeleteIntegrationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteIntegrationCommandInput
14
15
  extends DeleteIntegrationRequest {}
15
16
  export interface DeleteIntegrationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteProfileRequest,
10
10
  DeleteProfileResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteProfileCommandInput extends DeleteProfileRequest {}
14
15
  export interface DeleteProfileCommandOutput
15
16
  extends DeleteProfileResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteProfileKeyRequest,
10
10
  DeleteProfileKeyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteProfileKeyCommandInput extends DeleteProfileKeyRequest {}
14
15
  export interface DeleteProfileKeyCommandOutput
15
16
  extends DeleteProfileKeyResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteProfileObjectRequest,
10
10
  DeleteProfileObjectResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteProfileObjectCommandInput
14
15
  extends DeleteProfileObjectRequest {}
15
16
  export interface DeleteProfileObjectCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteProfileObjectTypeRequest,
10
10
  DeleteProfileObjectTypeResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteProfileObjectTypeCommandInput
14
15
  extends DeleteProfileObjectTypeRequest {}
15
16
  export interface DeleteProfileObjectTypeCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteWorkflowRequest,
10
10
  DeleteWorkflowResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteWorkflowCommandInput extends DeleteWorkflowRequest {}
14
15
  export interface DeleteWorkflowCommandOutput
15
16
  extends DeleteWorkflowResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DetectProfileObjectTypeRequest,
10
10
  DetectProfileObjectTypeResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DetectProfileObjectTypeCommandInput
14
15
  extends DetectProfileObjectTypeRequest {}
15
16
  export interface DetectProfileObjectTypeCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetAutoMergingPreviewRequest,
10
10
  GetAutoMergingPreviewResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetAutoMergingPreviewCommandInput
14
15
  extends GetAutoMergingPreviewRequest {}
15
16
  export interface GetAutoMergingPreviewCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetCalculatedAttributeDefinitionRequest,
10
10
  GetCalculatedAttributeDefinitionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetCalculatedAttributeDefinitionCommandInput
14
15
  extends GetCalculatedAttributeDefinitionRequest {}
15
16
  export interface GetCalculatedAttributeDefinitionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetCalculatedAttributeForProfileRequest,
10
10
  GetCalculatedAttributeForProfileResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetCalculatedAttributeForProfileCommandInput
14
15
  extends GetCalculatedAttributeForProfileRequest {}
15
16
  export interface GetCalculatedAttributeForProfileCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CustomerProfilesClient";
8
8
  import { GetDomainRequest, GetDomainResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetDomainCommandInput extends GetDomainRequest {}
11
12
  export interface GetDomainCommandOutput
12
13
  extends GetDomainResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetEventStreamRequest,
10
10
  GetEventStreamResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetEventStreamCommandInput extends GetEventStreamRequest {}
14
15
  export interface GetEventStreamCommandOutput
15
16
  extends GetEventStreamResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetIdentityResolutionJobRequest,
10
10
  GetIdentityResolutionJobResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetIdentityResolutionJobCommandInput
14
15
  extends GetIdentityResolutionJobRequest {}
15
16
  export interface GetIdentityResolutionJobCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetIntegrationRequest,
10
10
  GetIntegrationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetIntegrationCommandInput extends GetIntegrationRequest {}
14
15
  export interface GetIntegrationCommandOutput
15
16
  extends GetIntegrationResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CustomerProfilesClient";
8
8
  import { GetMatchesRequest, GetMatchesResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetMatchesCommandInput extends GetMatchesRequest {}
11
12
  export interface GetMatchesCommandOutput
12
13
  extends GetMatchesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetProfileObjectTypeRequest,
10
10
  GetProfileObjectTypeResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetProfileObjectTypeCommandInput
14
15
  extends GetProfileObjectTypeRequest {}
15
16
  export interface GetProfileObjectTypeCommandOutput