@aws-sdk/client-customer-profiles 3.1019.0 → 3.1021.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.
- package/dist-es/CustomerProfiles.js +4 -4
- package/dist-types/CustomerProfiles.d.ts +102 -102
- package/dist-types/CustomerProfilesClient.d.ts +105 -105
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/pagination/GetSimilarProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainLayoutsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainObjectTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventStreamsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventTriggersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListObjectTypeAttributesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRecommenderFiltersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRecommenderRecipesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRecommendersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRuleBasedMatchesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSegmentDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUploadJobsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/CustomerProfilesClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +5 -5
- package/package.json +14 -14
|
@@ -41,7 +41,7 @@ import { GetEventStreamCommand, } from "./commands/GetEventStreamCommand";
|
|
|
41
41
|
import { GetEventTriggerCommand, } from "./commands/GetEventTriggerCommand";
|
|
42
42
|
import { GetIdentityResolutionJobCommand, } from "./commands/GetIdentityResolutionJobCommand";
|
|
43
43
|
import { GetIntegrationCommand, } from "./commands/GetIntegrationCommand";
|
|
44
|
-
import { GetMatchesCommand } from "./commands/GetMatchesCommand";
|
|
44
|
+
import { GetMatchesCommand, } from "./commands/GetMatchesCommand";
|
|
45
45
|
import { GetObjectTypeAttributeStatisticsCommand, } from "./commands/GetObjectTypeAttributeStatisticsCommand";
|
|
46
46
|
import { GetProfileHistoryRecordCommand, } from "./commands/GetProfileHistoryRecordCommand";
|
|
47
47
|
import { GetProfileObjectTypeCommand, } from "./commands/GetProfileObjectTypeCommand";
|
|
@@ -56,14 +56,14 @@ import { GetSegmentSnapshotCommand, } from "./commands/GetSegmentSnapshotCommand
|
|
|
56
56
|
import { GetSimilarProfilesCommand, } from "./commands/GetSimilarProfilesCommand";
|
|
57
57
|
import { GetUploadJobCommand, } from "./commands/GetUploadJobCommand";
|
|
58
58
|
import { GetUploadJobPathCommand, } from "./commands/GetUploadJobPathCommand";
|
|
59
|
-
import { GetWorkflowCommand } from "./commands/GetWorkflowCommand";
|
|
59
|
+
import { GetWorkflowCommand, } from "./commands/GetWorkflowCommand";
|
|
60
60
|
import { GetWorkflowStepsCommand, } from "./commands/GetWorkflowStepsCommand";
|
|
61
61
|
import { ListAccountIntegrationsCommand, } from "./commands/ListAccountIntegrationsCommand";
|
|
62
62
|
import { ListCalculatedAttributeDefinitionsCommand, } from "./commands/ListCalculatedAttributeDefinitionsCommand";
|
|
63
63
|
import { ListCalculatedAttributesForProfileCommand, } from "./commands/ListCalculatedAttributesForProfileCommand";
|
|
64
64
|
import { ListDomainLayoutsCommand, } from "./commands/ListDomainLayoutsCommand";
|
|
65
65
|
import { ListDomainObjectTypesCommand, } from "./commands/ListDomainObjectTypesCommand";
|
|
66
|
-
import { ListDomainsCommand } from "./commands/ListDomainsCommand";
|
|
66
|
+
import { ListDomainsCommand, } from "./commands/ListDomainsCommand";
|
|
67
67
|
import { ListEventStreamsCommand, } from "./commands/ListEventStreamsCommand";
|
|
68
68
|
import { ListEventTriggersCommand, } from "./commands/ListEventTriggersCommand";
|
|
69
69
|
import { ListIdentityResolutionJobsCommand, } from "./commands/ListIdentityResolutionJobsCommand";
|
|
@@ -93,7 +93,7 @@ import { StartRecommenderCommand, } from "./commands/StartRecommenderCommand";
|
|
|
93
93
|
import { StartUploadJobCommand, } from "./commands/StartUploadJobCommand";
|
|
94
94
|
import { StopRecommenderCommand, } from "./commands/StopRecommenderCommand";
|
|
95
95
|
import { StopUploadJobCommand, } from "./commands/StopUploadJobCommand";
|
|
96
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
96
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
97
97
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
98
98
|
import { UpdateCalculatedAttributeDefinitionCommand, } from "./commands/UpdateCalculatedAttributeDefinitionCommand";
|
|
99
99
|
import { UpdateDomainCommand, } from "./commands/UpdateDomainCommand";
|
|
@@ -1,106 +1,106 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
|
-
import { AddProfileKeyCommandInput, AddProfileKeyCommandOutput } from "./commands/AddProfileKeyCommand";
|
|
3
|
-
import { BatchGetCalculatedAttributeForProfileCommandInput, BatchGetCalculatedAttributeForProfileCommandOutput } from "./commands/BatchGetCalculatedAttributeForProfileCommand";
|
|
4
|
-
import { BatchGetProfileCommandInput, BatchGetProfileCommandOutput } from "./commands/BatchGetProfileCommand";
|
|
5
|
-
import { CreateCalculatedAttributeDefinitionCommandInput, CreateCalculatedAttributeDefinitionCommandOutput } from "./commands/CreateCalculatedAttributeDefinitionCommand";
|
|
6
|
-
import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
|
|
7
|
-
import { CreateDomainLayoutCommandInput, CreateDomainLayoutCommandOutput } from "./commands/CreateDomainLayoutCommand";
|
|
8
|
-
import { CreateEventStreamCommandInput, CreateEventStreamCommandOutput } from "./commands/CreateEventStreamCommand";
|
|
9
|
-
import { CreateEventTriggerCommandInput, CreateEventTriggerCommandOutput } from "./commands/CreateEventTriggerCommand";
|
|
10
|
-
import { CreateIntegrationWorkflowCommandInput, CreateIntegrationWorkflowCommandOutput } from "./commands/CreateIntegrationWorkflowCommand";
|
|
11
|
-
import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
|
|
12
|
-
import { CreateRecommenderCommandInput, CreateRecommenderCommandOutput } from "./commands/CreateRecommenderCommand";
|
|
13
|
-
import { CreateRecommenderFilterCommandInput, CreateRecommenderFilterCommandOutput } from "./commands/CreateRecommenderFilterCommand";
|
|
14
|
-
import { CreateSegmentDefinitionCommandInput, CreateSegmentDefinitionCommandOutput } from "./commands/CreateSegmentDefinitionCommand";
|
|
15
|
-
import { CreateSegmentEstimateCommandInput, CreateSegmentEstimateCommandOutput } from "./commands/CreateSegmentEstimateCommand";
|
|
16
|
-
import { CreateSegmentSnapshotCommandInput, CreateSegmentSnapshotCommandOutput } from "./commands/CreateSegmentSnapshotCommand";
|
|
17
|
-
import { CreateUploadJobCommandInput, CreateUploadJobCommandOutput } from "./commands/CreateUploadJobCommand";
|
|
18
|
-
import { DeleteCalculatedAttributeDefinitionCommandInput, DeleteCalculatedAttributeDefinitionCommandOutput } from "./commands/DeleteCalculatedAttributeDefinitionCommand";
|
|
19
|
-
import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
|
|
20
|
-
import { DeleteDomainLayoutCommandInput, DeleteDomainLayoutCommandOutput } from "./commands/DeleteDomainLayoutCommand";
|
|
21
|
-
import { DeleteDomainObjectTypeCommandInput, DeleteDomainObjectTypeCommandOutput } from "./commands/DeleteDomainObjectTypeCommand";
|
|
22
|
-
import { DeleteEventStreamCommandInput, DeleteEventStreamCommandOutput } from "./commands/DeleteEventStreamCommand";
|
|
23
|
-
import { DeleteEventTriggerCommandInput, DeleteEventTriggerCommandOutput } from "./commands/DeleteEventTriggerCommand";
|
|
24
|
-
import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "./commands/DeleteIntegrationCommand";
|
|
25
|
-
import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "./commands/DeleteProfileCommand";
|
|
26
|
-
import { DeleteProfileKeyCommandInput, DeleteProfileKeyCommandOutput } from "./commands/DeleteProfileKeyCommand";
|
|
27
|
-
import { DeleteProfileObjectCommandInput, DeleteProfileObjectCommandOutput } from "./commands/DeleteProfileObjectCommand";
|
|
28
|
-
import { DeleteProfileObjectTypeCommandInput, DeleteProfileObjectTypeCommandOutput } from "./commands/DeleteProfileObjectTypeCommand";
|
|
29
|
-
import { DeleteRecommenderCommandInput, DeleteRecommenderCommandOutput } from "./commands/DeleteRecommenderCommand";
|
|
30
|
-
import { DeleteRecommenderFilterCommandInput, DeleteRecommenderFilterCommandOutput } from "./commands/DeleteRecommenderFilterCommand";
|
|
31
|
-
import { DeleteSegmentDefinitionCommandInput, DeleteSegmentDefinitionCommandOutput } from "./commands/DeleteSegmentDefinitionCommand";
|
|
32
|
-
import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
|
|
33
|
-
import { DetectProfileObjectTypeCommandInput, DetectProfileObjectTypeCommandOutput } from "./commands/DetectProfileObjectTypeCommand";
|
|
34
|
-
import { GetAutoMergingPreviewCommandInput, GetAutoMergingPreviewCommandOutput } from "./commands/GetAutoMergingPreviewCommand";
|
|
35
|
-
import { GetCalculatedAttributeDefinitionCommandInput, GetCalculatedAttributeDefinitionCommandOutput } from "./commands/GetCalculatedAttributeDefinitionCommand";
|
|
36
|
-
import { GetCalculatedAttributeForProfileCommandInput, GetCalculatedAttributeForProfileCommandOutput } from "./commands/GetCalculatedAttributeForProfileCommand";
|
|
37
|
-
import { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
|
|
38
|
-
import { GetDomainLayoutCommandInput, GetDomainLayoutCommandOutput } from "./commands/GetDomainLayoutCommand";
|
|
39
|
-
import { GetDomainObjectTypeCommandInput, GetDomainObjectTypeCommandOutput } from "./commands/GetDomainObjectTypeCommand";
|
|
40
|
-
import { GetEventStreamCommandInput, GetEventStreamCommandOutput } from "./commands/GetEventStreamCommand";
|
|
41
|
-
import { GetEventTriggerCommandInput, GetEventTriggerCommandOutput } from "./commands/GetEventTriggerCommand";
|
|
42
|
-
import { GetIdentityResolutionJobCommandInput, GetIdentityResolutionJobCommandOutput } from "./commands/GetIdentityResolutionJobCommand";
|
|
43
|
-
import { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "./commands/GetIntegrationCommand";
|
|
44
|
-
import { GetMatchesCommandInput, GetMatchesCommandOutput } from "./commands/GetMatchesCommand";
|
|
45
|
-
import { GetObjectTypeAttributeStatisticsCommandInput, GetObjectTypeAttributeStatisticsCommandOutput } from "./commands/GetObjectTypeAttributeStatisticsCommand";
|
|
46
|
-
import { GetProfileHistoryRecordCommandInput, GetProfileHistoryRecordCommandOutput } from "./commands/GetProfileHistoryRecordCommand";
|
|
47
|
-
import { GetProfileObjectTypeCommandInput, GetProfileObjectTypeCommandOutput } from "./commands/GetProfileObjectTypeCommand";
|
|
48
|
-
import { GetProfileObjectTypeTemplateCommandInput, GetProfileObjectTypeTemplateCommandOutput } from "./commands/GetProfileObjectTypeTemplateCommand";
|
|
49
|
-
import { GetProfileRecommendationsCommandInput, GetProfileRecommendationsCommandOutput } from "./commands/GetProfileRecommendationsCommand";
|
|
50
|
-
import { GetRecommenderCommandInput, GetRecommenderCommandOutput } from "./commands/GetRecommenderCommand";
|
|
51
|
-
import { GetRecommenderFilterCommandInput, GetRecommenderFilterCommandOutput } from "./commands/GetRecommenderFilterCommand";
|
|
52
|
-
import { GetSegmentDefinitionCommandInput, GetSegmentDefinitionCommandOutput } from "./commands/GetSegmentDefinitionCommand";
|
|
53
|
-
import { GetSegmentEstimateCommandInput, GetSegmentEstimateCommandOutput } from "./commands/GetSegmentEstimateCommand";
|
|
54
|
-
import { GetSegmentMembershipCommandInput, GetSegmentMembershipCommandOutput } from "./commands/GetSegmentMembershipCommand";
|
|
55
|
-
import { GetSegmentSnapshotCommandInput, GetSegmentSnapshotCommandOutput } from "./commands/GetSegmentSnapshotCommand";
|
|
56
|
-
import { GetSimilarProfilesCommandInput, GetSimilarProfilesCommandOutput } from "./commands/GetSimilarProfilesCommand";
|
|
57
|
-
import { GetUploadJobCommandInput, GetUploadJobCommandOutput } from "./commands/GetUploadJobCommand";
|
|
58
|
-
import { GetUploadJobPathCommandInput, GetUploadJobPathCommandOutput } from "./commands/GetUploadJobPathCommand";
|
|
59
|
-
import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "./commands/GetWorkflowCommand";
|
|
60
|
-
import { GetWorkflowStepsCommandInput, GetWorkflowStepsCommandOutput } from "./commands/GetWorkflowStepsCommand";
|
|
61
|
-
import { ListAccountIntegrationsCommandInput, ListAccountIntegrationsCommandOutput } from "./commands/ListAccountIntegrationsCommand";
|
|
62
|
-
import { ListCalculatedAttributeDefinitionsCommandInput, ListCalculatedAttributeDefinitionsCommandOutput } from "./commands/ListCalculatedAttributeDefinitionsCommand";
|
|
63
|
-
import { ListCalculatedAttributesForProfileCommandInput, ListCalculatedAttributesForProfileCommandOutput } from "./commands/ListCalculatedAttributesForProfileCommand";
|
|
64
|
-
import { ListDomainLayoutsCommandInput, ListDomainLayoutsCommandOutput } from "./commands/ListDomainLayoutsCommand";
|
|
65
|
-
import { ListDomainObjectTypesCommandInput, ListDomainObjectTypesCommandOutput } from "./commands/ListDomainObjectTypesCommand";
|
|
66
|
-
import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
|
|
67
|
-
import { ListEventStreamsCommandInput, ListEventStreamsCommandOutput } from "./commands/ListEventStreamsCommand";
|
|
68
|
-
import { ListEventTriggersCommandInput, ListEventTriggersCommandOutput } from "./commands/ListEventTriggersCommand";
|
|
69
|
-
import { ListIdentityResolutionJobsCommandInput, ListIdentityResolutionJobsCommandOutput } from "./commands/ListIdentityResolutionJobsCommand";
|
|
70
|
-
import { ListIntegrationsCommandInput, ListIntegrationsCommandOutput } from "./commands/ListIntegrationsCommand";
|
|
71
|
-
import { ListObjectTypeAttributesCommandInput, ListObjectTypeAttributesCommandOutput } from "./commands/ListObjectTypeAttributesCommand";
|
|
72
|
-
import { ListObjectTypeAttributeValuesCommandInput, ListObjectTypeAttributeValuesCommandOutput } from "./commands/ListObjectTypeAttributeValuesCommand";
|
|
73
|
-
import { ListProfileAttributeValuesCommandInput, ListProfileAttributeValuesCommandOutput } from "./commands/ListProfileAttributeValuesCommand";
|
|
74
|
-
import { ListProfileHistoryRecordsCommandInput, ListProfileHistoryRecordsCommandOutput } from "./commands/ListProfileHistoryRecordsCommand";
|
|
75
|
-
import { ListProfileObjectsCommandInput, ListProfileObjectsCommandOutput } from "./commands/ListProfileObjectsCommand";
|
|
76
|
-
import { ListProfileObjectTypesCommandInput, ListProfileObjectTypesCommandOutput } from "./commands/ListProfileObjectTypesCommand";
|
|
77
|
-
import { ListProfileObjectTypeTemplatesCommandInput, ListProfileObjectTypeTemplatesCommandOutput } from "./commands/ListProfileObjectTypeTemplatesCommand";
|
|
78
|
-
import { ListRecommenderFiltersCommandInput, ListRecommenderFiltersCommandOutput } from "./commands/ListRecommenderFiltersCommand";
|
|
79
|
-
import { ListRecommenderRecipesCommandInput, ListRecommenderRecipesCommandOutput } from "./commands/ListRecommenderRecipesCommand";
|
|
80
|
-
import { ListRecommendersCommandInput, ListRecommendersCommandOutput } from "./commands/ListRecommendersCommand";
|
|
81
|
-
import { ListRuleBasedMatchesCommandInput, ListRuleBasedMatchesCommandOutput } from "./commands/ListRuleBasedMatchesCommand";
|
|
82
|
-
import { ListSegmentDefinitionsCommandInput, ListSegmentDefinitionsCommandOutput } from "./commands/ListSegmentDefinitionsCommand";
|
|
83
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
84
|
-
import { ListUploadJobsCommandInput, ListUploadJobsCommandOutput } from "./commands/ListUploadJobsCommand";
|
|
85
|
-
import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
|
|
86
|
-
import { MergeProfilesCommandInput, MergeProfilesCommandOutput } from "./commands/MergeProfilesCommand";
|
|
87
|
-
import { PutDomainObjectTypeCommandInput, PutDomainObjectTypeCommandOutput } from "./commands/PutDomainObjectTypeCommand";
|
|
88
|
-
import { PutIntegrationCommandInput, PutIntegrationCommandOutput } from "./commands/PutIntegrationCommand";
|
|
89
|
-
import { PutProfileObjectCommandInput, PutProfileObjectCommandOutput } from "./commands/PutProfileObjectCommand";
|
|
90
|
-
import { PutProfileObjectTypeCommandInput, PutProfileObjectTypeCommandOutput } from "./commands/PutProfileObjectTypeCommand";
|
|
91
|
-
import { SearchProfilesCommandInput, SearchProfilesCommandOutput } from "./commands/SearchProfilesCommand";
|
|
92
|
-
import { StartRecommenderCommandInput, StartRecommenderCommandOutput } from "./commands/StartRecommenderCommand";
|
|
93
|
-
import { StartUploadJobCommandInput, StartUploadJobCommandOutput } from "./commands/StartUploadJobCommand";
|
|
94
|
-
import { StopRecommenderCommandInput, StopRecommenderCommandOutput } from "./commands/StopRecommenderCommand";
|
|
95
|
-
import { StopUploadJobCommandInput, StopUploadJobCommandOutput } from "./commands/StopUploadJobCommand";
|
|
96
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
97
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
98
|
-
import { UpdateCalculatedAttributeDefinitionCommandInput, UpdateCalculatedAttributeDefinitionCommandOutput } from "./commands/UpdateCalculatedAttributeDefinitionCommand";
|
|
99
|
-
import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "./commands/UpdateDomainCommand";
|
|
100
|
-
import { UpdateDomainLayoutCommandInput, UpdateDomainLayoutCommandOutput } from "./commands/UpdateDomainLayoutCommand";
|
|
101
|
-
import { UpdateEventTriggerCommandInput, UpdateEventTriggerCommandOutput } from "./commands/UpdateEventTriggerCommand";
|
|
102
|
-
import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "./commands/UpdateProfileCommand";
|
|
103
|
-
import { UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput } from "./commands/UpdateRecommenderCommand";
|
|
2
|
+
import { type AddProfileKeyCommandInput, type AddProfileKeyCommandOutput } from "./commands/AddProfileKeyCommand";
|
|
3
|
+
import { type BatchGetCalculatedAttributeForProfileCommandInput, type BatchGetCalculatedAttributeForProfileCommandOutput } from "./commands/BatchGetCalculatedAttributeForProfileCommand";
|
|
4
|
+
import { type BatchGetProfileCommandInput, type BatchGetProfileCommandOutput } from "./commands/BatchGetProfileCommand";
|
|
5
|
+
import { type CreateCalculatedAttributeDefinitionCommandInput, type CreateCalculatedAttributeDefinitionCommandOutput } from "./commands/CreateCalculatedAttributeDefinitionCommand";
|
|
6
|
+
import { type CreateDomainCommandInput, type CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
|
|
7
|
+
import { type CreateDomainLayoutCommandInput, type CreateDomainLayoutCommandOutput } from "./commands/CreateDomainLayoutCommand";
|
|
8
|
+
import { type CreateEventStreamCommandInput, type CreateEventStreamCommandOutput } from "./commands/CreateEventStreamCommand";
|
|
9
|
+
import { type CreateEventTriggerCommandInput, type CreateEventTriggerCommandOutput } from "./commands/CreateEventTriggerCommand";
|
|
10
|
+
import { type CreateIntegrationWorkflowCommandInput, type CreateIntegrationWorkflowCommandOutput } from "./commands/CreateIntegrationWorkflowCommand";
|
|
11
|
+
import { type CreateProfileCommandInput, type CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
|
|
12
|
+
import { type CreateRecommenderCommandInput, type CreateRecommenderCommandOutput } from "./commands/CreateRecommenderCommand";
|
|
13
|
+
import { type CreateRecommenderFilterCommandInput, type CreateRecommenderFilterCommandOutput } from "./commands/CreateRecommenderFilterCommand";
|
|
14
|
+
import { type CreateSegmentDefinitionCommandInput, type CreateSegmentDefinitionCommandOutput } from "./commands/CreateSegmentDefinitionCommand";
|
|
15
|
+
import { type CreateSegmentEstimateCommandInput, type CreateSegmentEstimateCommandOutput } from "./commands/CreateSegmentEstimateCommand";
|
|
16
|
+
import { type CreateSegmentSnapshotCommandInput, type CreateSegmentSnapshotCommandOutput } from "./commands/CreateSegmentSnapshotCommand";
|
|
17
|
+
import { type CreateUploadJobCommandInput, type CreateUploadJobCommandOutput } from "./commands/CreateUploadJobCommand";
|
|
18
|
+
import { type DeleteCalculatedAttributeDefinitionCommandInput, type DeleteCalculatedAttributeDefinitionCommandOutput } from "./commands/DeleteCalculatedAttributeDefinitionCommand";
|
|
19
|
+
import { type DeleteDomainCommandInput, type DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
|
|
20
|
+
import { type DeleteDomainLayoutCommandInput, type DeleteDomainLayoutCommandOutput } from "./commands/DeleteDomainLayoutCommand";
|
|
21
|
+
import { type DeleteDomainObjectTypeCommandInput, type DeleteDomainObjectTypeCommandOutput } from "./commands/DeleteDomainObjectTypeCommand";
|
|
22
|
+
import { type DeleteEventStreamCommandInput, type DeleteEventStreamCommandOutput } from "./commands/DeleteEventStreamCommand";
|
|
23
|
+
import { type DeleteEventTriggerCommandInput, type DeleteEventTriggerCommandOutput } from "./commands/DeleteEventTriggerCommand";
|
|
24
|
+
import { type DeleteIntegrationCommandInput, type DeleteIntegrationCommandOutput } from "./commands/DeleteIntegrationCommand";
|
|
25
|
+
import { type DeleteProfileCommandInput, type DeleteProfileCommandOutput } from "./commands/DeleteProfileCommand";
|
|
26
|
+
import { type DeleteProfileKeyCommandInput, type DeleteProfileKeyCommandOutput } from "./commands/DeleteProfileKeyCommand";
|
|
27
|
+
import { type DeleteProfileObjectCommandInput, type DeleteProfileObjectCommandOutput } from "./commands/DeleteProfileObjectCommand";
|
|
28
|
+
import { type DeleteProfileObjectTypeCommandInput, type DeleteProfileObjectTypeCommandOutput } from "./commands/DeleteProfileObjectTypeCommand";
|
|
29
|
+
import { type DeleteRecommenderCommandInput, type DeleteRecommenderCommandOutput } from "./commands/DeleteRecommenderCommand";
|
|
30
|
+
import { type DeleteRecommenderFilterCommandInput, type DeleteRecommenderFilterCommandOutput } from "./commands/DeleteRecommenderFilterCommand";
|
|
31
|
+
import { type DeleteSegmentDefinitionCommandInput, type DeleteSegmentDefinitionCommandOutput } from "./commands/DeleteSegmentDefinitionCommand";
|
|
32
|
+
import { type DeleteWorkflowCommandInput, type DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
|
|
33
|
+
import { type DetectProfileObjectTypeCommandInput, type DetectProfileObjectTypeCommandOutput } from "./commands/DetectProfileObjectTypeCommand";
|
|
34
|
+
import { type GetAutoMergingPreviewCommandInput, type GetAutoMergingPreviewCommandOutput } from "./commands/GetAutoMergingPreviewCommand";
|
|
35
|
+
import { type GetCalculatedAttributeDefinitionCommandInput, type GetCalculatedAttributeDefinitionCommandOutput } from "./commands/GetCalculatedAttributeDefinitionCommand";
|
|
36
|
+
import { type GetCalculatedAttributeForProfileCommandInput, type GetCalculatedAttributeForProfileCommandOutput } from "./commands/GetCalculatedAttributeForProfileCommand";
|
|
37
|
+
import { type GetDomainCommandInput, type GetDomainCommandOutput } from "./commands/GetDomainCommand";
|
|
38
|
+
import { type GetDomainLayoutCommandInput, type GetDomainLayoutCommandOutput } from "./commands/GetDomainLayoutCommand";
|
|
39
|
+
import { type GetDomainObjectTypeCommandInput, type GetDomainObjectTypeCommandOutput } from "./commands/GetDomainObjectTypeCommand";
|
|
40
|
+
import { type GetEventStreamCommandInput, type GetEventStreamCommandOutput } from "./commands/GetEventStreamCommand";
|
|
41
|
+
import { type GetEventTriggerCommandInput, type GetEventTriggerCommandOutput } from "./commands/GetEventTriggerCommand";
|
|
42
|
+
import { type GetIdentityResolutionJobCommandInput, type GetIdentityResolutionJobCommandOutput } from "./commands/GetIdentityResolutionJobCommand";
|
|
43
|
+
import { type GetIntegrationCommandInput, type GetIntegrationCommandOutput } from "./commands/GetIntegrationCommand";
|
|
44
|
+
import { type GetMatchesCommandInput, type GetMatchesCommandOutput } from "./commands/GetMatchesCommand";
|
|
45
|
+
import { type GetObjectTypeAttributeStatisticsCommandInput, type GetObjectTypeAttributeStatisticsCommandOutput } from "./commands/GetObjectTypeAttributeStatisticsCommand";
|
|
46
|
+
import { type GetProfileHistoryRecordCommandInput, type GetProfileHistoryRecordCommandOutput } from "./commands/GetProfileHistoryRecordCommand";
|
|
47
|
+
import { type GetProfileObjectTypeCommandInput, type GetProfileObjectTypeCommandOutput } from "./commands/GetProfileObjectTypeCommand";
|
|
48
|
+
import { type GetProfileObjectTypeTemplateCommandInput, type GetProfileObjectTypeTemplateCommandOutput } from "./commands/GetProfileObjectTypeTemplateCommand";
|
|
49
|
+
import { type GetProfileRecommendationsCommandInput, type GetProfileRecommendationsCommandOutput } from "./commands/GetProfileRecommendationsCommand";
|
|
50
|
+
import { type GetRecommenderCommandInput, type GetRecommenderCommandOutput } from "./commands/GetRecommenderCommand";
|
|
51
|
+
import { type GetRecommenderFilterCommandInput, type GetRecommenderFilterCommandOutput } from "./commands/GetRecommenderFilterCommand";
|
|
52
|
+
import { type GetSegmentDefinitionCommandInput, type GetSegmentDefinitionCommandOutput } from "./commands/GetSegmentDefinitionCommand";
|
|
53
|
+
import { type GetSegmentEstimateCommandInput, type GetSegmentEstimateCommandOutput } from "./commands/GetSegmentEstimateCommand";
|
|
54
|
+
import { type GetSegmentMembershipCommandInput, type GetSegmentMembershipCommandOutput } from "./commands/GetSegmentMembershipCommand";
|
|
55
|
+
import { type GetSegmentSnapshotCommandInput, type GetSegmentSnapshotCommandOutput } from "./commands/GetSegmentSnapshotCommand";
|
|
56
|
+
import { type GetSimilarProfilesCommandInput, type GetSimilarProfilesCommandOutput } from "./commands/GetSimilarProfilesCommand";
|
|
57
|
+
import { type GetUploadJobCommandInput, type GetUploadJobCommandOutput } from "./commands/GetUploadJobCommand";
|
|
58
|
+
import { type GetUploadJobPathCommandInput, type GetUploadJobPathCommandOutput } from "./commands/GetUploadJobPathCommand";
|
|
59
|
+
import { type GetWorkflowCommandInput, type GetWorkflowCommandOutput } from "./commands/GetWorkflowCommand";
|
|
60
|
+
import { type GetWorkflowStepsCommandInput, type GetWorkflowStepsCommandOutput } from "./commands/GetWorkflowStepsCommand";
|
|
61
|
+
import { type ListAccountIntegrationsCommandInput, type ListAccountIntegrationsCommandOutput } from "./commands/ListAccountIntegrationsCommand";
|
|
62
|
+
import { type ListCalculatedAttributeDefinitionsCommandInput, type ListCalculatedAttributeDefinitionsCommandOutput } from "./commands/ListCalculatedAttributeDefinitionsCommand";
|
|
63
|
+
import { type ListCalculatedAttributesForProfileCommandInput, type ListCalculatedAttributesForProfileCommandOutput } from "./commands/ListCalculatedAttributesForProfileCommand";
|
|
64
|
+
import { type ListDomainLayoutsCommandInput, type ListDomainLayoutsCommandOutput } from "./commands/ListDomainLayoutsCommand";
|
|
65
|
+
import { type ListDomainObjectTypesCommandInput, type ListDomainObjectTypesCommandOutput } from "./commands/ListDomainObjectTypesCommand";
|
|
66
|
+
import { type ListDomainsCommandInput, type ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
|
|
67
|
+
import { type ListEventStreamsCommandInput, type ListEventStreamsCommandOutput } from "./commands/ListEventStreamsCommand";
|
|
68
|
+
import { type ListEventTriggersCommandInput, type ListEventTriggersCommandOutput } from "./commands/ListEventTriggersCommand";
|
|
69
|
+
import { type ListIdentityResolutionJobsCommandInput, type ListIdentityResolutionJobsCommandOutput } from "./commands/ListIdentityResolutionJobsCommand";
|
|
70
|
+
import { type ListIntegrationsCommandInput, type ListIntegrationsCommandOutput } from "./commands/ListIntegrationsCommand";
|
|
71
|
+
import { type ListObjectTypeAttributesCommandInput, type ListObjectTypeAttributesCommandOutput } from "./commands/ListObjectTypeAttributesCommand";
|
|
72
|
+
import { type ListObjectTypeAttributeValuesCommandInput, type ListObjectTypeAttributeValuesCommandOutput } from "./commands/ListObjectTypeAttributeValuesCommand";
|
|
73
|
+
import { type ListProfileAttributeValuesCommandInput, type ListProfileAttributeValuesCommandOutput } from "./commands/ListProfileAttributeValuesCommand";
|
|
74
|
+
import { type ListProfileHistoryRecordsCommandInput, type ListProfileHistoryRecordsCommandOutput } from "./commands/ListProfileHistoryRecordsCommand";
|
|
75
|
+
import { type ListProfileObjectsCommandInput, type ListProfileObjectsCommandOutput } from "./commands/ListProfileObjectsCommand";
|
|
76
|
+
import { type ListProfileObjectTypesCommandInput, type ListProfileObjectTypesCommandOutput } from "./commands/ListProfileObjectTypesCommand";
|
|
77
|
+
import { type ListProfileObjectTypeTemplatesCommandInput, type ListProfileObjectTypeTemplatesCommandOutput } from "./commands/ListProfileObjectTypeTemplatesCommand";
|
|
78
|
+
import { type ListRecommenderFiltersCommandInput, type ListRecommenderFiltersCommandOutput } from "./commands/ListRecommenderFiltersCommand";
|
|
79
|
+
import { type ListRecommenderRecipesCommandInput, type ListRecommenderRecipesCommandOutput } from "./commands/ListRecommenderRecipesCommand";
|
|
80
|
+
import { type ListRecommendersCommandInput, type ListRecommendersCommandOutput } from "./commands/ListRecommendersCommand";
|
|
81
|
+
import { type ListRuleBasedMatchesCommandInput, type ListRuleBasedMatchesCommandOutput } from "./commands/ListRuleBasedMatchesCommand";
|
|
82
|
+
import { type ListSegmentDefinitionsCommandInput, type ListSegmentDefinitionsCommandOutput } from "./commands/ListSegmentDefinitionsCommand";
|
|
83
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
84
|
+
import { type ListUploadJobsCommandInput, type ListUploadJobsCommandOutput } from "./commands/ListUploadJobsCommand";
|
|
85
|
+
import { type ListWorkflowsCommandInput, type ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
|
|
86
|
+
import { type MergeProfilesCommandInput, type MergeProfilesCommandOutput } from "./commands/MergeProfilesCommand";
|
|
87
|
+
import { type PutDomainObjectTypeCommandInput, type PutDomainObjectTypeCommandOutput } from "./commands/PutDomainObjectTypeCommand";
|
|
88
|
+
import { type PutIntegrationCommandInput, type PutIntegrationCommandOutput } from "./commands/PutIntegrationCommand";
|
|
89
|
+
import { type PutProfileObjectCommandInput, type PutProfileObjectCommandOutput } from "./commands/PutProfileObjectCommand";
|
|
90
|
+
import { type PutProfileObjectTypeCommandInput, type PutProfileObjectTypeCommandOutput } from "./commands/PutProfileObjectTypeCommand";
|
|
91
|
+
import { type SearchProfilesCommandInput, type SearchProfilesCommandOutput } from "./commands/SearchProfilesCommand";
|
|
92
|
+
import { type StartRecommenderCommandInput, type StartRecommenderCommandOutput } from "./commands/StartRecommenderCommand";
|
|
93
|
+
import { type StartUploadJobCommandInput, type StartUploadJobCommandOutput } from "./commands/StartUploadJobCommand";
|
|
94
|
+
import { type StopRecommenderCommandInput, type StopRecommenderCommandOutput } from "./commands/StopRecommenderCommand";
|
|
95
|
+
import { type StopUploadJobCommandInput, type StopUploadJobCommandOutput } from "./commands/StopUploadJobCommand";
|
|
96
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
97
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
98
|
+
import { type UpdateCalculatedAttributeDefinitionCommandInput, type UpdateCalculatedAttributeDefinitionCommandOutput } from "./commands/UpdateCalculatedAttributeDefinitionCommand";
|
|
99
|
+
import { type UpdateDomainCommandInput, type UpdateDomainCommandOutput } from "./commands/UpdateDomainCommand";
|
|
100
|
+
import { type UpdateDomainLayoutCommandInput, type UpdateDomainLayoutCommandOutput } from "./commands/UpdateDomainLayoutCommand";
|
|
101
|
+
import { type UpdateEventTriggerCommandInput, type UpdateEventTriggerCommandOutput } from "./commands/UpdateEventTriggerCommand";
|
|
102
|
+
import { type UpdateProfileCommandInput, type UpdateProfileCommandOutput } from "./commands/UpdateProfileCommand";
|
|
103
|
+
import { type UpdateRecommenderCommandInput, type UpdateRecommenderCommandOutput } from "./commands/UpdateRecommenderCommand";
|
|
104
104
|
import { CustomerProfilesClient } from "./CustomerProfilesClient";
|
|
105
105
|
export interface CustomerProfiles {
|
|
106
106
|
/**
|
|
@@ -5,111 +5,111 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { AddProfileKeyCommandInput, AddProfileKeyCommandOutput } from "./commands/AddProfileKeyCommand";
|
|
11
|
-
import { BatchGetCalculatedAttributeForProfileCommandInput, BatchGetCalculatedAttributeForProfileCommandOutput } from "./commands/BatchGetCalculatedAttributeForProfileCommand";
|
|
12
|
-
import { BatchGetProfileCommandInput, BatchGetProfileCommandOutput } from "./commands/BatchGetProfileCommand";
|
|
13
|
-
import { CreateCalculatedAttributeDefinitionCommandInput, CreateCalculatedAttributeDefinitionCommandOutput } from "./commands/CreateCalculatedAttributeDefinitionCommand";
|
|
14
|
-
import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
|
|
15
|
-
import { CreateDomainLayoutCommandInput, CreateDomainLayoutCommandOutput } from "./commands/CreateDomainLayoutCommand";
|
|
16
|
-
import { CreateEventStreamCommandInput, CreateEventStreamCommandOutput } from "./commands/CreateEventStreamCommand";
|
|
17
|
-
import { CreateEventTriggerCommandInput, CreateEventTriggerCommandOutput } from "./commands/CreateEventTriggerCommand";
|
|
18
|
-
import { CreateIntegrationWorkflowCommandInput, CreateIntegrationWorkflowCommandOutput } from "./commands/CreateIntegrationWorkflowCommand";
|
|
19
|
-
import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
|
|
20
|
-
import { CreateRecommenderCommandInput, CreateRecommenderCommandOutput } from "./commands/CreateRecommenderCommand";
|
|
21
|
-
import { CreateRecommenderFilterCommandInput, CreateRecommenderFilterCommandOutput } from "./commands/CreateRecommenderFilterCommand";
|
|
22
|
-
import { CreateSegmentDefinitionCommandInput, CreateSegmentDefinitionCommandOutput } from "./commands/CreateSegmentDefinitionCommand";
|
|
23
|
-
import { CreateSegmentEstimateCommandInput, CreateSegmentEstimateCommandOutput } from "./commands/CreateSegmentEstimateCommand";
|
|
24
|
-
import { CreateSegmentSnapshotCommandInput, CreateSegmentSnapshotCommandOutput } from "./commands/CreateSegmentSnapshotCommand";
|
|
25
|
-
import { CreateUploadJobCommandInput, CreateUploadJobCommandOutput } from "./commands/CreateUploadJobCommand";
|
|
26
|
-
import { DeleteCalculatedAttributeDefinitionCommandInput, DeleteCalculatedAttributeDefinitionCommandOutput } from "./commands/DeleteCalculatedAttributeDefinitionCommand";
|
|
27
|
-
import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
|
|
28
|
-
import { DeleteDomainLayoutCommandInput, DeleteDomainLayoutCommandOutput } from "./commands/DeleteDomainLayoutCommand";
|
|
29
|
-
import { DeleteDomainObjectTypeCommandInput, DeleteDomainObjectTypeCommandOutput } from "./commands/DeleteDomainObjectTypeCommand";
|
|
30
|
-
import { DeleteEventStreamCommandInput, DeleteEventStreamCommandOutput } from "./commands/DeleteEventStreamCommand";
|
|
31
|
-
import { DeleteEventTriggerCommandInput, DeleteEventTriggerCommandOutput } from "./commands/DeleteEventTriggerCommand";
|
|
32
|
-
import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "./commands/DeleteIntegrationCommand";
|
|
33
|
-
import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "./commands/DeleteProfileCommand";
|
|
34
|
-
import { DeleteProfileKeyCommandInput, DeleteProfileKeyCommandOutput } from "./commands/DeleteProfileKeyCommand";
|
|
35
|
-
import { DeleteProfileObjectCommandInput, DeleteProfileObjectCommandOutput } from "./commands/DeleteProfileObjectCommand";
|
|
36
|
-
import { DeleteProfileObjectTypeCommandInput, DeleteProfileObjectTypeCommandOutput } from "./commands/DeleteProfileObjectTypeCommand";
|
|
37
|
-
import { DeleteRecommenderCommandInput, DeleteRecommenderCommandOutput } from "./commands/DeleteRecommenderCommand";
|
|
38
|
-
import { DeleteRecommenderFilterCommandInput, DeleteRecommenderFilterCommandOutput } from "./commands/DeleteRecommenderFilterCommand";
|
|
39
|
-
import { DeleteSegmentDefinitionCommandInput, DeleteSegmentDefinitionCommandOutput } from "./commands/DeleteSegmentDefinitionCommand";
|
|
40
|
-
import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
|
|
41
|
-
import { DetectProfileObjectTypeCommandInput, DetectProfileObjectTypeCommandOutput } from "./commands/DetectProfileObjectTypeCommand";
|
|
42
|
-
import { GetAutoMergingPreviewCommandInput, GetAutoMergingPreviewCommandOutput } from "./commands/GetAutoMergingPreviewCommand";
|
|
43
|
-
import { GetCalculatedAttributeDefinitionCommandInput, GetCalculatedAttributeDefinitionCommandOutput } from "./commands/GetCalculatedAttributeDefinitionCommand";
|
|
44
|
-
import { GetCalculatedAttributeForProfileCommandInput, GetCalculatedAttributeForProfileCommandOutput } from "./commands/GetCalculatedAttributeForProfileCommand";
|
|
45
|
-
import { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
|
|
46
|
-
import { GetDomainLayoutCommandInput, GetDomainLayoutCommandOutput } from "./commands/GetDomainLayoutCommand";
|
|
47
|
-
import { GetDomainObjectTypeCommandInput, GetDomainObjectTypeCommandOutput } from "./commands/GetDomainObjectTypeCommand";
|
|
48
|
-
import { GetEventStreamCommandInput, GetEventStreamCommandOutput } from "./commands/GetEventStreamCommand";
|
|
49
|
-
import { GetEventTriggerCommandInput, GetEventTriggerCommandOutput } from "./commands/GetEventTriggerCommand";
|
|
50
|
-
import { GetIdentityResolutionJobCommandInput, GetIdentityResolutionJobCommandOutput } from "./commands/GetIdentityResolutionJobCommand";
|
|
51
|
-
import { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "./commands/GetIntegrationCommand";
|
|
52
|
-
import { GetMatchesCommandInput, GetMatchesCommandOutput } from "./commands/GetMatchesCommand";
|
|
53
|
-
import { GetObjectTypeAttributeStatisticsCommandInput, GetObjectTypeAttributeStatisticsCommandOutput } from "./commands/GetObjectTypeAttributeStatisticsCommand";
|
|
54
|
-
import { GetProfileHistoryRecordCommandInput, GetProfileHistoryRecordCommandOutput } from "./commands/GetProfileHistoryRecordCommand";
|
|
55
|
-
import { GetProfileObjectTypeCommandInput, GetProfileObjectTypeCommandOutput } from "./commands/GetProfileObjectTypeCommand";
|
|
56
|
-
import { GetProfileObjectTypeTemplateCommandInput, GetProfileObjectTypeTemplateCommandOutput } from "./commands/GetProfileObjectTypeTemplateCommand";
|
|
57
|
-
import { GetProfileRecommendationsCommandInput, GetProfileRecommendationsCommandOutput } from "./commands/GetProfileRecommendationsCommand";
|
|
58
|
-
import { GetRecommenderCommandInput, GetRecommenderCommandOutput } from "./commands/GetRecommenderCommand";
|
|
59
|
-
import { GetRecommenderFilterCommandInput, GetRecommenderFilterCommandOutput } from "./commands/GetRecommenderFilterCommand";
|
|
60
|
-
import { GetSegmentDefinitionCommandInput, GetSegmentDefinitionCommandOutput } from "./commands/GetSegmentDefinitionCommand";
|
|
61
|
-
import { GetSegmentEstimateCommandInput, GetSegmentEstimateCommandOutput } from "./commands/GetSegmentEstimateCommand";
|
|
62
|
-
import { GetSegmentMembershipCommandInput, GetSegmentMembershipCommandOutput } from "./commands/GetSegmentMembershipCommand";
|
|
63
|
-
import { GetSegmentSnapshotCommandInput, GetSegmentSnapshotCommandOutput } from "./commands/GetSegmentSnapshotCommand";
|
|
64
|
-
import { GetSimilarProfilesCommandInput, GetSimilarProfilesCommandOutput } from "./commands/GetSimilarProfilesCommand";
|
|
65
|
-
import { GetUploadJobCommandInput, GetUploadJobCommandOutput } from "./commands/GetUploadJobCommand";
|
|
66
|
-
import { GetUploadJobPathCommandInput, GetUploadJobPathCommandOutput } from "./commands/GetUploadJobPathCommand";
|
|
67
|
-
import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "./commands/GetWorkflowCommand";
|
|
68
|
-
import { GetWorkflowStepsCommandInput, GetWorkflowStepsCommandOutput } from "./commands/GetWorkflowStepsCommand";
|
|
69
|
-
import { ListAccountIntegrationsCommandInput, ListAccountIntegrationsCommandOutput } from "./commands/ListAccountIntegrationsCommand";
|
|
70
|
-
import { ListCalculatedAttributeDefinitionsCommandInput, ListCalculatedAttributeDefinitionsCommandOutput } from "./commands/ListCalculatedAttributeDefinitionsCommand";
|
|
71
|
-
import { ListCalculatedAttributesForProfileCommandInput, ListCalculatedAttributesForProfileCommandOutput } from "./commands/ListCalculatedAttributesForProfileCommand";
|
|
72
|
-
import { ListDomainLayoutsCommandInput, ListDomainLayoutsCommandOutput } from "./commands/ListDomainLayoutsCommand";
|
|
73
|
-
import { ListDomainObjectTypesCommandInput, ListDomainObjectTypesCommandOutput } from "./commands/ListDomainObjectTypesCommand";
|
|
74
|
-
import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
|
|
75
|
-
import { ListEventStreamsCommandInput, ListEventStreamsCommandOutput } from "./commands/ListEventStreamsCommand";
|
|
76
|
-
import { ListEventTriggersCommandInput, ListEventTriggersCommandOutput } from "./commands/ListEventTriggersCommand";
|
|
77
|
-
import { ListIdentityResolutionJobsCommandInput, ListIdentityResolutionJobsCommandOutput } from "./commands/ListIdentityResolutionJobsCommand";
|
|
78
|
-
import { ListIntegrationsCommandInput, ListIntegrationsCommandOutput } from "./commands/ListIntegrationsCommand";
|
|
79
|
-
import { ListObjectTypeAttributesCommandInput, ListObjectTypeAttributesCommandOutput } from "./commands/ListObjectTypeAttributesCommand";
|
|
80
|
-
import { ListObjectTypeAttributeValuesCommandInput, ListObjectTypeAttributeValuesCommandOutput } from "./commands/ListObjectTypeAttributeValuesCommand";
|
|
81
|
-
import { ListProfileAttributeValuesCommandInput, ListProfileAttributeValuesCommandOutput } from "./commands/ListProfileAttributeValuesCommand";
|
|
82
|
-
import { ListProfileHistoryRecordsCommandInput, ListProfileHistoryRecordsCommandOutput } from "./commands/ListProfileHistoryRecordsCommand";
|
|
83
|
-
import { ListProfileObjectsCommandInput, ListProfileObjectsCommandOutput } from "./commands/ListProfileObjectsCommand";
|
|
84
|
-
import { ListProfileObjectTypesCommandInput, ListProfileObjectTypesCommandOutput } from "./commands/ListProfileObjectTypesCommand";
|
|
85
|
-
import { ListProfileObjectTypeTemplatesCommandInput, ListProfileObjectTypeTemplatesCommandOutput } from "./commands/ListProfileObjectTypeTemplatesCommand";
|
|
86
|
-
import { ListRecommenderFiltersCommandInput, ListRecommenderFiltersCommandOutput } from "./commands/ListRecommenderFiltersCommand";
|
|
87
|
-
import { ListRecommenderRecipesCommandInput, ListRecommenderRecipesCommandOutput } from "./commands/ListRecommenderRecipesCommand";
|
|
88
|
-
import { ListRecommendersCommandInput, ListRecommendersCommandOutput } from "./commands/ListRecommendersCommand";
|
|
89
|
-
import { ListRuleBasedMatchesCommandInput, ListRuleBasedMatchesCommandOutput } from "./commands/ListRuleBasedMatchesCommand";
|
|
90
|
-
import { ListSegmentDefinitionsCommandInput, ListSegmentDefinitionsCommandOutput } from "./commands/ListSegmentDefinitionsCommand";
|
|
91
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
92
|
-
import { ListUploadJobsCommandInput, ListUploadJobsCommandOutput } from "./commands/ListUploadJobsCommand";
|
|
93
|
-
import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
|
|
94
|
-
import { MergeProfilesCommandInput, MergeProfilesCommandOutput } from "./commands/MergeProfilesCommand";
|
|
95
|
-
import { PutDomainObjectTypeCommandInput, PutDomainObjectTypeCommandOutput } from "./commands/PutDomainObjectTypeCommand";
|
|
96
|
-
import { PutIntegrationCommandInput, PutIntegrationCommandOutput } from "./commands/PutIntegrationCommand";
|
|
97
|
-
import { PutProfileObjectCommandInput, PutProfileObjectCommandOutput } from "./commands/PutProfileObjectCommand";
|
|
98
|
-
import { PutProfileObjectTypeCommandInput, PutProfileObjectTypeCommandOutput } from "./commands/PutProfileObjectTypeCommand";
|
|
99
|
-
import { SearchProfilesCommandInput, SearchProfilesCommandOutput } from "./commands/SearchProfilesCommand";
|
|
100
|
-
import { StartRecommenderCommandInput, StartRecommenderCommandOutput } from "./commands/StartRecommenderCommand";
|
|
101
|
-
import { StartUploadJobCommandInput, StartUploadJobCommandOutput } from "./commands/StartUploadJobCommand";
|
|
102
|
-
import { StopRecommenderCommandInput, StopRecommenderCommandOutput } from "./commands/StopRecommenderCommand";
|
|
103
|
-
import { StopUploadJobCommandInput, StopUploadJobCommandOutput } from "./commands/StopUploadJobCommand";
|
|
104
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
105
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
106
|
-
import { UpdateCalculatedAttributeDefinitionCommandInput, UpdateCalculatedAttributeDefinitionCommandOutput } from "./commands/UpdateCalculatedAttributeDefinitionCommand";
|
|
107
|
-
import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "./commands/UpdateDomainCommand";
|
|
108
|
-
import { UpdateDomainLayoutCommandInput, UpdateDomainLayoutCommandOutput } from "./commands/UpdateDomainLayoutCommand";
|
|
109
|
-
import { UpdateEventTriggerCommandInput, UpdateEventTriggerCommandOutput } from "./commands/UpdateEventTriggerCommand";
|
|
110
|
-
import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "./commands/UpdateProfileCommand";
|
|
111
|
-
import { UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput } from "./commands/UpdateRecommenderCommand";
|
|
112
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { AddProfileKeyCommandInput, AddProfileKeyCommandOutput } from "./commands/AddProfileKeyCommand";
|
|
11
|
+
import type { BatchGetCalculatedAttributeForProfileCommandInput, BatchGetCalculatedAttributeForProfileCommandOutput } from "./commands/BatchGetCalculatedAttributeForProfileCommand";
|
|
12
|
+
import type { BatchGetProfileCommandInput, BatchGetProfileCommandOutput } from "./commands/BatchGetProfileCommand";
|
|
13
|
+
import type { CreateCalculatedAttributeDefinitionCommandInput, CreateCalculatedAttributeDefinitionCommandOutput } from "./commands/CreateCalculatedAttributeDefinitionCommand";
|
|
14
|
+
import type { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
|
|
15
|
+
import type { CreateDomainLayoutCommandInput, CreateDomainLayoutCommandOutput } from "./commands/CreateDomainLayoutCommand";
|
|
16
|
+
import type { CreateEventStreamCommandInput, CreateEventStreamCommandOutput } from "./commands/CreateEventStreamCommand";
|
|
17
|
+
import type { CreateEventTriggerCommandInput, CreateEventTriggerCommandOutput } from "./commands/CreateEventTriggerCommand";
|
|
18
|
+
import type { CreateIntegrationWorkflowCommandInput, CreateIntegrationWorkflowCommandOutput } from "./commands/CreateIntegrationWorkflowCommand";
|
|
19
|
+
import type { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
|
|
20
|
+
import type { CreateRecommenderCommandInput, CreateRecommenderCommandOutput } from "./commands/CreateRecommenderCommand";
|
|
21
|
+
import type { CreateRecommenderFilterCommandInput, CreateRecommenderFilterCommandOutput } from "./commands/CreateRecommenderFilterCommand";
|
|
22
|
+
import type { CreateSegmentDefinitionCommandInput, CreateSegmentDefinitionCommandOutput } from "./commands/CreateSegmentDefinitionCommand";
|
|
23
|
+
import type { CreateSegmentEstimateCommandInput, CreateSegmentEstimateCommandOutput } from "./commands/CreateSegmentEstimateCommand";
|
|
24
|
+
import type { CreateSegmentSnapshotCommandInput, CreateSegmentSnapshotCommandOutput } from "./commands/CreateSegmentSnapshotCommand";
|
|
25
|
+
import type { CreateUploadJobCommandInput, CreateUploadJobCommandOutput } from "./commands/CreateUploadJobCommand";
|
|
26
|
+
import type { DeleteCalculatedAttributeDefinitionCommandInput, DeleteCalculatedAttributeDefinitionCommandOutput } from "./commands/DeleteCalculatedAttributeDefinitionCommand";
|
|
27
|
+
import type { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
|
|
28
|
+
import type { DeleteDomainLayoutCommandInput, DeleteDomainLayoutCommandOutput } from "./commands/DeleteDomainLayoutCommand";
|
|
29
|
+
import type { DeleteDomainObjectTypeCommandInput, DeleteDomainObjectTypeCommandOutput } from "./commands/DeleteDomainObjectTypeCommand";
|
|
30
|
+
import type { DeleteEventStreamCommandInput, DeleteEventStreamCommandOutput } from "./commands/DeleteEventStreamCommand";
|
|
31
|
+
import type { DeleteEventTriggerCommandInput, DeleteEventTriggerCommandOutput } from "./commands/DeleteEventTriggerCommand";
|
|
32
|
+
import type { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "./commands/DeleteIntegrationCommand";
|
|
33
|
+
import type { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "./commands/DeleteProfileCommand";
|
|
34
|
+
import type { DeleteProfileKeyCommandInput, DeleteProfileKeyCommandOutput } from "./commands/DeleteProfileKeyCommand";
|
|
35
|
+
import type { DeleteProfileObjectCommandInput, DeleteProfileObjectCommandOutput } from "./commands/DeleteProfileObjectCommand";
|
|
36
|
+
import type { DeleteProfileObjectTypeCommandInput, DeleteProfileObjectTypeCommandOutput } from "./commands/DeleteProfileObjectTypeCommand";
|
|
37
|
+
import type { DeleteRecommenderCommandInput, DeleteRecommenderCommandOutput } from "./commands/DeleteRecommenderCommand";
|
|
38
|
+
import type { DeleteRecommenderFilterCommandInput, DeleteRecommenderFilterCommandOutput } from "./commands/DeleteRecommenderFilterCommand";
|
|
39
|
+
import type { DeleteSegmentDefinitionCommandInput, DeleteSegmentDefinitionCommandOutput } from "./commands/DeleteSegmentDefinitionCommand";
|
|
40
|
+
import type { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
|
|
41
|
+
import type { DetectProfileObjectTypeCommandInput, DetectProfileObjectTypeCommandOutput } from "./commands/DetectProfileObjectTypeCommand";
|
|
42
|
+
import type { GetAutoMergingPreviewCommandInput, GetAutoMergingPreviewCommandOutput } from "./commands/GetAutoMergingPreviewCommand";
|
|
43
|
+
import type { GetCalculatedAttributeDefinitionCommandInput, GetCalculatedAttributeDefinitionCommandOutput } from "./commands/GetCalculatedAttributeDefinitionCommand";
|
|
44
|
+
import type { GetCalculatedAttributeForProfileCommandInput, GetCalculatedAttributeForProfileCommandOutput } from "./commands/GetCalculatedAttributeForProfileCommand";
|
|
45
|
+
import type { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
|
|
46
|
+
import type { GetDomainLayoutCommandInput, GetDomainLayoutCommandOutput } from "./commands/GetDomainLayoutCommand";
|
|
47
|
+
import type { GetDomainObjectTypeCommandInput, GetDomainObjectTypeCommandOutput } from "./commands/GetDomainObjectTypeCommand";
|
|
48
|
+
import type { GetEventStreamCommandInput, GetEventStreamCommandOutput } from "./commands/GetEventStreamCommand";
|
|
49
|
+
import type { GetEventTriggerCommandInput, GetEventTriggerCommandOutput } from "./commands/GetEventTriggerCommand";
|
|
50
|
+
import type { GetIdentityResolutionJobCommandInput, GetIdentityResolutionJobCommandOutput } from "./commands/GetIdentityResolutionJobCommand";
|
|
51
|
+
import type { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "./commands/GetIntegrationCommand";
|
|
52
|
+
import type { GetMatchesCommandInput, GetMatchesCommandOutput } from "./commands/GetMatchesCommand";
|
|
53
|
+
import type { GetObjectTypeAttributeStatisticsCommandInput, GetObjectTypeAttributeStatisticsCommandOutput } from "./commands/GetObjectTypeAttributeStatisticsCommand";
|
|
54
|
+
import type { GetProfileHistoryRecordCommandInput, GetProfileHistoryRecordCommandOutput } from "./commands/GetProfileHistoryRecordCommand";
|
|
55
|
+
import type { GetProfileObjectTypeCommandInput, GetProfileObjectTypeCommandOutput } from "./commands/GetProfileObjectTypeCommand";
|
|
56
|
+
import type { GetProfileObjectTypeTemplateCommandInput, GetProfileObjectTypeTemplateCommandOutput } from "./commands/GetProfileObjectTypeTemplateCommand";
|
|
57
|
+
import type { GetProfileRecommendationsCommandInput, GetProfileRecommendationsCommandOutput } from "./commands/GetProfileRecommendationsCommand";
|
|
58
|
+
import type { GetRecommenderCommandInput, GetRecommenderCommandOutput } from "./commands/GetRecommenderCommand";
|
|
59
|
+
import type { GetRecommenderFilterCommandInput, GetRecommenderFilterCommandOutput } from "./commands/GetRecommenderFilterCommand";
|
|
60
|
+
import type { GetSegmentDefinitionCommandInput, GetSegmentDefinitionCommandOutput } from "./commands/GetSegmentDefinitionCommand";
|
|
61
|
+
import type { GetSegmentEstimateCommandInput, GetSegmentEstimateCommandOutput } from "./commands/GetSegmentEstimateCommand";
|
|
62
|
+
import type { GetSegmentMembershipCommandInput, GetSegmentMembershipCommandOutput } from "./commands/GetSegmentMembershipCommand";
|
|
63
|
+
import type { GetSegmentSnapshotCommandInput, GetSegmentSnapshotCommandOutput } from "./commands/GetSegmentSnapshotCommand";
|
|
64
|
+
import type { GetSimilarProfilesCommandInput, GetSimilarProfilesCommandOutput } from "./commands/GetSimilarProfilesCommand";
|
|
65
|
+
import type { GetUploadJobCommandInput, GetUploadJobCommandOutput } from "./commands/GetUploadJobCommand";
|
|
66
|
+
import type { GetUploadJobPathCommandInput, GetUploadJobPathCommandOutput } from "./commands/GetUploadJobPathCommand";
|
|
67
|
+
import type { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "./commands/GetWorkflowCommand";
|
|
68
|
+
import type { GetWorkflowStepsCommandInput, GetWorkflowStepsCommandOutput } from "./commands/GetWorkflowStepsCommand";
|
|
69
|
+
import type { ListAccountIntegrationsCommandInput, ListAccountIntegrationsCommandOutput } from "./commands/ListAccountIntegrationsCommand";
|
|
70
|
+
import type { ListCalculatedAttributeDefinitionsCommandInput, ListCalculatedAttributeDefinitionsCommandOutput } from "./commands/ListCalculatedAttributeDefinitionsCommand";
|
|
71
|
+
import type { ListCalculatedAttributesForProfileCommandInput, ListCalculatedAttributesForProfileCommandOutput } from "./commands/ListCalculatedAttributesForProfileCommand";
|
|
72
|
+
import type { ListDomainLayoutsCommandInput, ListDomainLayoutsCommandOutput } from "./commands/ListDomainLayoutsCommand";
|
|
73
|
+
import type { ListDomainObjectTypesCommandInput, ListDomainObjectTypesCommandOutput } from "./commands/ListDomainObjectTypesCommand";
|
|
74
|
+
import type { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
|
|
75
|
+
import type { ListEventStreamsCommandInput, ListEventStreamsCommandOutput } from "./commands/ListEventStreamsCommand";
|
|
76
|
+
import type { ListEventTriggersCommandInput, ListEventTriggersCommandOutput } from "./commands/ListEventTriggersCommand";
|
|
77
|
+
import type { ListIdentityResolutionJobsCommandInput, ListIdentityResolutionJobsCommandOutput } from "./commands/ListIdentityResolutionJobsCommand";
|
|
78
|
+
import type { ListIntegrationsCommandInput, ListIntegrationsCommandOutput } from "./commands/ListIntegrationsCommand";
|
|
79
|
+
import type { ListObjectTypeAttributesCommandInput, ListObjectTypeAttributesCommandOutput } from "./commands/ListObjectTypeAttributesCommand";
|
|
80
|
+
import type { ListObjectTypeAttributeValuesCommandInput, ListObjectTypeAttributeValuesCommandOutput } from "./commands/ListObjectTypeAttributeValuesCommand";
|
|
81
|
+
import type { ListProfileAttributeValuesCommandInput, ListProfileAttributeValuesCommandOutput } from "./commands/ListProfileAttributeValuesCommand";
|
|
82
|
+
import type { ListProfileHistoryRecordsCommandInput, ListProfileHistoryRecordsCommandOutput } from "./commands/ListProfileHistoryRecordsCommand";
|
|
83
|
+
import type { ListProfileObjectsCommandInput, ListProfileObjectsCommandOutput } from "./commands/ListProfileObjectsCommand";
|
|
84
|
+
import type { ListProfileObjectTypesCommandInput, ListProfileObjectTypesCommandOutput } from "./commands/ListProfileObjectTypesCommand";
|
|
85
|
+
import type { ListProfileObjectTypeTemplatesCommandInput, ListProfileObjectTypeTemplatesCommandOutput } from "./commands/ListProfileObjectTypeTemplatesCommand";
|
|
86
|
+
import type { ListRecommenderFiltersCommandInput, ListRecommenderFiltersCommandOutput } from "./commands/ListRecommenderFiltersCommand";
|
|
87
|
+
import type { ListRecommenderRecipesCommandInput, ListRecommenderRecipesCommandOutput } from "./commands/ListRecommenderRecipesCommand";
|
|
88
|
+
import type { ListRecommendersCommandInput, ListRecommendersCommandOutput } from "./commands/ListRecommendersCommand";
|
|
89
|
+
import type { ListRuleBasedMatchesCommandInput, ListRuleBasedMatchesCommandOutput } from "./commands/ListRuleBasedMatchesCommand";
|
|
90
|
+
import type { ListSegmentDefinitionsCommandInput, ListSegmentDefinitionsCommandOutput } from "./commands/ListSegmentDefinitionsCommand";
|
|
91
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
92
|
+
import type { ListUploadJobsCommandInput, ListUploadJobsCommandOutput } from "./commands/ListUploadJobsCommand";
|
|
93
|
+
import type { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
|
|
94
|
+
import type { MergeProfilesCommandInput, MergeProfilesCommandOutput } from "./commands/MergeProfilesCommand";
|
|
95
|
+
import type { PutDomainObjectTypeCommandInput, PutDomainObjectTypeCommandOutput } from "./commands/PutDomainObjectTypeCommand";
|
|
96
|
+
import type { PutIntegrationCommandInput, PutIntegrationCommandOutput } from "./commands/PutIntegrationCommand";
|
|
97
|
+
import type { PutProfileObjectCommandInput, PutProfileObjectCommandOutput } from "./commands/PutProfileObjectCommand";
|
|
98
|
+
import type { PutProfileObjectTypeCommandInput, PutProfileObjectTypeCommandOutput } from "./commands/PutProfileObjectTypeCommand";
|
|
99
|
+
import type { SearchProfilesCommandInput, SearchProfilesCommandOutput } from "./commands/SearchProfilesCommand";
|
|
100
|
+
import type { StartRecommenderCommandInput, StartRecommenderCommandOutput } from "./commands/StartRecommenderCommand";
|
|
101
|
+
import type { StartUploadJobCommandInput, StartUploadJobCommandOutput } from "./commands/StartUploadJobCommand";
|
|
102
|
+
import type { StopRecommenderCommandInput, StopRecommenderCommandOutput } from "./commands/StopRecommenderCommand";
|
|
103
|
+
import type { StopUploadJobCommandInput, StopUploadJobCommandOutput } from "./commands/StopUploadJobCommand";
|
|
104
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
105
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
106
|
+
import type { UpdateCalculatedAttributeDefinitionCommandInput, UpdateCalculatedAttributeDefinitionCommandOutput } from "./commands/UpdateCalculatedAttributeDefinitionCommand";
|
|
107
|
+
import type { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "./commands/UpdateDomainCommand";
|
|
108
|
+
import type { UpdateDomainLayoutCommandInput, UpdateDomainLayoutCommandOutput } from "./commands/UpdateDomainLayoutCommand";
|
|
109
|
+
import type { UpdateEventTriggerCommandInput, UpdateEventTriggerCommandOutput } from "./commands/UpdateEventTriggerCommand";
|
|
110
|
+
import type { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "./commands/UpdateProfileCommand";
|
|
111
|
+
import type { UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput } from "./commands/UpdateRecommenderCommand";
|
|
112
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
113
113
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
114
114
|
export { __Client };
|
|
115
115
|
/**
|
|
@@ -218,7 +218,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
218
218
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
219
219
|
* @internal
|
|
220
220
|
*/
|
|
221
|
-
defaultUserAgentProvider?:
|
|
221
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
222
222
|
/**
|
|
223
223
|
* Default credentials provider; Not available in browser runtime.
|
|
224
224
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { CustomerProfilesHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
*/
|
|
24
24
|
export * from "./CustomerProfilesClient";
|
|
25
25
|
export * from "./CustomerProfiles";
|
|
26
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
26
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
27
27
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
28
28
|
export type { CustomerProfilesExtensionConfiguration } from "./extensionConfiguration";
|
|
29
29
|
export * from "./commands";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ActionType, AttributeDimensionType, AttributeMatchingModel, ComparisonOperator, ConflictResolvingModel, ContactType, ContentType, DataFormat, DataPullMode, DateDimensionType, EstimateStatus, EventStreamDestinationStatus, EventStreamState, EventTriggerLogicalOperator, FeatureType, FieldContentType, FilterDimensionType, Gender, IdentityResolutionJobStatus, Include, IncludeOptions, JobScheduleDayOfTheWeek, LayoutType, MarketoConnectorOperator, MatchType, Operator, OperatorPropertiesKeys, PartyType, PeriodUnit, ProfileType, ProfileTypeDimensionType, QueryResult, RangeUnit, ReadinessStatus, RecommenderFilterStatus, RecommenderRecipeName, RecommenderStatus, RuleBasedMatchingStatus, S3ConnectorOperator, SalesforceConnectorOperator, Scope, SegmentSnapshotStatus, SegmentType, ServiceNowConnectorOperator, SourceConnectorType, StandardIdentifier, Statistic, Status, StatusReason, StringDimensionType, TaskType, TrainingMetricName, TriggerType, Type, Unit, UploadJobStatus, WorkflowType, ZendeskConnectorOperator } from "./enums";
|
|
1
|
+
import type { ActionType, AttributeDimensionType, AttributeMatchingModel, ComparisonOperator, ConflictResolvingModel, ContactType, ContentType, DataFormat, DataPullMode, DateDimensionType, EstimateStatus, EventStreamDestinationStatus, EventStreamState, EventTriggerLogicalOperator, FeatureType, FieldContentType, FilterDimensionType, Gender, IdentityResolutionJobStatus, Include, IncludeOptions, JobScheduleDayOfTheWeek, LayoutType, MarketoConnectorOperator, MatchType, Operator, OperatorPropertiesKeys, PartyType, PeriodUnit, ProfileType, ProfileTypeDimensionType, QueryResult, RangeUnit, ReadinessStatus, RecommenderFilterStatus, RecommenderRecipeName, RecommenderStatus, RuleBasedMatchingStatus, S3ConnectorOperator, SalesforceConnectorOperator, Scope, SegmentSnapshotStatus, SegmentType, ServiceNowConnectorOperator, SourceConnectorType, StandardIdentifier, Statistic, Status, StatusReason, StringDimensionType, TaskType, TrainingMetricName, TriggerType, Type, Unit, UploadJobStatus, WorkflowType, ZendeskConnectorOperator } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>A data type pair that consists of a <code>KeyName</code> and <code>Values</code> list
|
|
4
4
|
* that is used in conjunction with the <a href="https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html#customerprofiles-SearchProfiles-request-KeyName">KeyName</a> and <a href="https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html#customerprofiles-SearchProfiles-request-Values">Values</a> parameters to search for profiles using the <a href="https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html">SearchProfiles</a>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Gender, LayoutType, LogicalOperator, PartyType, ProfileType, ReadinessStatus, Scope, Statistic } from "./enums";
|
|
2
|
-
import {
|
|
1
|
+
import type { Gender, LayoutType, LogicalOperator, PartyType, ProfileType, ReadinessStatus, Scope, Statistic } from "./enums";
|
|
2
|
+
import type { AdditionalSearchKey, AttributeDetails, Conditions, DataStoreRequest, DataStoreResponse, EngagementPreferences, EventTriggerCondition, EventTriggerLimits, FlowDefinition, MatchingRequest, MatchingResponse, ObjectTypeField, ObjectTypeKey, Profile, Readiness, RecommenderConfig, RuleBasedMatchingRequest, RuleBasedMatchingResponse } from "./models_0";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetSimilarProfilesCommandInput, GetSimilarProfilesCommandOutput } from "../commands/GetSimilarProfilesCommand";
|
|
3
|
-
import { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDomainLayoutsCommandInput, ListDomainLayoutsCommandOutput } from "../commands/ListDomainLayoutsCommand";
|
|
3
|
-
import { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDomainObjectTypesCommandInput, ListDomainObjectTypesCommandOutput } from "../commands/ListDomainObjectTypesCommand";
|
|
3
|
-
import { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEventStreamsCommandInput, ListEventStreamsCommandOutput } from "../commands/ListEventStreamsCommand";
|
|
3
|
-
import { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEventTriggersCommandInput, ListEventTriggersCommandOutput } from "../commands/ListEventTriggersCommand";
|
|
3
|
-
import { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListObjectTypeAttributesCommandInput, ListObjectTypeAttributesCommandOutput } from "../commands/ListObjectTypeAttributesCommand";
|
|
3
|
-
import { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListRecommenderFiltersCommandInput, ListRecommenderFiltersCommandOutput } from "../commands/ListRecommenderFiltersCommand";
|
|
3
|
-
import { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListRecommenderRecipesCommandInput, ListRecommenderRecipesCommandOutput } from "../commands/ListRecommenderRecipesCommand";
|
|
3
|
-
import { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListRecommendersCommandInput, ListRecommendersCommandOutput } from "../commands/ListRecommendersCommand";
|
|
3
|
-
import { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListRuleBasedMatchesCommandInput, ListRuleBasedMatchesCommandOutput } from "../commands/ListRuleBasedMatchesCommand";
|
|
3
|
-
import { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSegmentDefinitionsCommandInput, ListSegmentDefinitionsCommandOutput } from "../commands/ListSegmentDefinitionsCommand";
|
|
3
|
-
import { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListUploadJobsCommandInput, ListUploadJobsCommandOutput } from "../commands/ListUploadJobsCommand";
|
|
3
|
-
import { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -684,7 +683,7 @@ export interface ClientDefaults
|
|
|
684
683
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
685
684
|
region?: string | __Provider<string>;
|
|
686
685
|
profile?: string;
|
|
687
|
-
defaultUserAgentProvider?:
|
|
686
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
688
687
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
689
688
|
maxAttempts?: number | __Provider<number>;
|
|
690
689
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,24 +9,24 @@ import {
|
|
|
9
9
|
Statistic,
|
|
10
10
|
} from "./enums";
|
|
11
11
|
import {
|
|
12
|
+
AdditionalSearchKey,
|
|
12
13
|
AttributeDetails,
|
|
13
14
|
Conditions,
|
|
14
15
|
DataStoreRequest,
|
|
15
16
|
DataStoreResponse,
|
|
16
17
|
EngagementPreferences,
|
|
18
|
+
EventTriggerCondition,
|
|
17
19
|
EventTriggerLimits,
|
|
18
20
|
FlowDefinition,
|
|
19
21
|
MatchingRequest,
|
|
20
22
|
MatchingResponse,
|
|
23
|
+
ObjectTypeField,
|
|
24
|
+
ObjectTypeKey,
|
|
25
|
+
Profile,
|
|
21
26
|
Readiness,
|
|
22
27
|
RecommenderConfig,
|
|
23
28
|
RuleBasedMatchingRequest,
|
|
24
29
|
RuleBasedMatchingResponse,
|
|
25
|
-
AdditionalSearchKey,
|
|
26
|
-
EventTriggerCondition,
|
|
27
|
-
ObjectTypeField,
|
|
28
|
-
ObjectTypeKey,
|
|
29
|
-
Profile,
|
|
30
30
|
} from "./models_0";
|
|
31
31
|
export interface PutIntegrationRequest {
|
|
32
32
|
DomainName: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-customer-profiles",
|
|
3
3
|
"description": "AWS SDK for JavaScript Customer Profiles Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1021.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-customer-profiles",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.29",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.28",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.14",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.46",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
58
|
+
"@smithy/util-retry": "^4.2.13",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|