@aws-sdk/client-customer-profiles 3.928.0 → 3.930.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-cjs/index.js +4965 -4737
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/CustomerProfilesClient.js +2 -0
- package/dist-es/commands/AddProfileKeyCommand.js +3 -9
- package/dist-es/commands/BatchGetCalculatedAttributeForProfileCommand.js +3 -10
- package/dist-es/commands/BatchGetProfileCommand.js +3 -10
- package/dist-es/commands/CreateCalculatedAttributeDefinitionCommand.js +3 -10
- package/dist-es/commands/CreateDomainCommand.js +3 -9
- package/dist-es/commands/CreateDomainLayoutCommand.js +3 -10
- package/dist-es/commands/CreateEventStreamCommand.js +3 -9
- package/dist-es/commands/CreateEventTriggerCommand.js +3 -10
- package/dist-es/commands/CreateIntegrationWorkflowCommand.js +3 -10
- package/dist-es/commands/CreateProfileCommand.js +3 -10
- package/dist-es/commands/CreateSegmentDefinitionCommand.js +3 -10
- package/dist-es/commands/CreateSegmentEstimateCommand.js +3 -10
- package/dist-es/commands/CreateSegmentSnapshotCommand.js +3 -9
- package/dist-es/commands/CreateUploadJobCommand.js +3 -10
- package/dist-es/commands/DeleteCalculatedAttributeDefinitionCommand.js +3 -9
- package/dist-es/commands/DeleteDomainCommand.js +3 -9
- package/dist-es/commands/DeleteDomainLayoutCommand.js +3 -9
- package/dist-es/commands/DeleteEventStreamCommand.js +3 -9
- package/dist-es/commands/DeleteEventTriggerCommand.js +3 -9
- package/dist-es/commands/DeleteIntegrationCommand.js +3 -9
- package/dist-es/commands/DeleteProfileCommand.js +3 -9
- package/dist-es/commands/DeleteProfileKeyCommand.js +3 -9
- package/dist-es/commands/DeleteProfileObjectCommand.js +3 -9
- package/dist-es/commands/DeleteProfileObjectTypeCommand.js +3 -9
- package/dist-es/commands/DeleteSegmentDefinitionCommand.js +3 -9
- package/dist-es/commands/DeleteWorkflowCommand.js +3 -9
- package/dist-es/commands/DetectProfileObjectTypeCommand.js +3 -10
- package/dist-es/commands/GetAutoMergingPreviewCommand.js +3 -9
- package/dist-es/commands/GetCalculatedAttributeDefinitionCommand.js +3 -10
- package/dist-es/commands/GetCalculatedAttributeForProfileCommand.js +3 -9
- package/dist-es/commands/GetDomainCommand.js +3 -9
- package/dist-es/commands/GetDomainLayoutCommand.js +3 -10
- package/dist-es/commands/GetEventStreamCommand.js +3 -9
- package/dist-es/commands/GetEventTriggerCommand.js +3 -10
- package/dist-es/commands/GetIdentityResolutionJobCommand.js +3 -9
- package/dist-es/commands/GetIntegrationCommand.js +3 -9
- package/dist-es/commands/GetMatchesCommand.js +3 -9
- package/dist-es/commands/GetProfileHistoryRecordCommand.js +3 -10
- package/dist-es/commands/GetProfileObjectTypeCommand.js +3 -10
- package/dist-es/commands/GetProfileObjectTypeTemplateCommand.js +3 -10
- package/dist-es/commands/GetSegmentDefinitionCommand.js +3 -10
- package/dist-es/commands/GetSegmentEstimateCommand.js +3 -9
- package/dist-es/commands/GetSegmentMembershipCommand.js +3 -10
- package/dist-es/commands/GetSegmentSnapshotCommand.js +3 -9
- package/dist-es/commands/GetSimilarProfilesCommand.js +3 -9
- package/dist-es/commands/GetUploadJobCommand.js +3 -10
- package/dist-es/commands/GetUploadJobPathCommand.js +3 -9
- package/dist-es/commands/GetWorkflowCommand.js +3 -9
- package/dist-es/commands/GetWorkflowStepsCommand.js +3 -9
- package/dist-es/commands/ListAccountIntegrationsCommand.js +3 -9
- package/dist-es/commands/ListCalculatedAttributeDefinitionsCommand.js +3 -10
- package/dist-es/commands/ListCalculatedAttributesForProfileCommand.js +3 -9
- package/dist-es/commands/ListDomainLayoutsCommand.js +3 -10
- package/dist-es/commands/ListDomainsCommand.js +3 -9
- package/dist-es/commands/ListEventStreamsCommand.js +3 -9
- package/dist-es/commands/ListEventTriggersCommand.js +3 -10
- package/dist-es/commands/ListIdentityResolutionJobsCommand.js +3 -9
- package/dist-es/commands/ListIntegrationsCommand.js +3 -9
- package/dist-es/commands/ListObjectTypeAttributesCommand.js +3 -9
- package/dist-es/commands/ListProfileAttributeValuesCommand.js +3 -9
- package/dist-es/commands/ListProfileHistoryRecordsCommand.js +3 -9
- package/dist-es/commands/ListProfileObjectTypeTemplatesCommand.js +3 -9
- package/dist-es/commands/ListProfileObjectTypesCommand.js +3 -10
- package/dist-es/commands/ListProfileObjectsCommand.js +3 -10
- package/dist-es/commands/ListRuleBasedMatchesCommand.js +3 -9
- package/dist-es/commands/ListSegmentDefinitionsCommand.js +3 -10
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListUploadJobsCommand.js +3 -9
- package/dist-es/commands/ListWorkflowsCommand.js +3 -9
- package/dist-es/commands/MergeProfilesCommand.js +3 -9
- package/dist-es/commands/PutIntegrationCommand.js +3 -10
- package/dist-es/commands/PutProfileObjectCommand.js +3 -10
- package/dist-es/commands/PutProfileObjectTypeCommand.js +3 -10
- package/dist-es/commands/SearchProfilesCommand.js +3 -10
- package/dist-es/commands/StartUploadJobCommand.js +3 -9
- package/dist-es/commands/StopUploadJobCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateCalculatedAttributeDefinitionCommand.js +3 -10
- package/dist-es/commands/UpdateDomainCommand.js +3 -9
- package/dist-es/commands/UpdateDomainLayoutCommand.js +3 -10
- package/dist-es/commands/UpdateEventTriggerCommand.js +3 -10
- package/dist-es/commands/UpdateProfileCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -298
- package/dist-es/models/models_1.js +0 -89
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +4609 -0
- package/dist-types/CustomerProfilesClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +4 -217
- package/dist-types/models/models_1.d.ts +0 -52
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +456 -0
- package/dist-types/ts3.4/CustomerProfilesClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -149
- package/dist-types/ts3.4/models/models_1.d.ts +0 -39
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +463 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -3490
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -749
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1001
|
@@ -1,749 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AddProfileKeyCommandInput, AddProfileKeyCommandOutput } from "../commands/AddProfileKeyCommand";
|
|
4
|
-
import { BatchGetCalculatedAttributeForProfileCommandInput, BatchGetCalculatedAttributeForProfileCommandOutput } from "../commands/BatchGetCalculatedAttributeForProfileCommand";
|
|
5
|
-
import { BatchGetProfileCommandInput, BatchGetProfileCommandOutput } from "../commands/BatchGetProfileCommand";
|
|
6
|
-
import { CreateCalculatedAttributeDefinitionCommandInput, CreateCalculatedAttributeDefinitionCommandOutput } from "../commands/CreateCalculatedAttributeDefinitionCommand";
|
|
7
|
-
import { CreateDomainCommandInput, CreateDomainCommandOutput } from "../commands/CreateDomainCommand";
|
|
8
|
-
import { CreateDomainLayoutCommandInput, CreateDomainLayoutCommandOutput } from "../commands/CreateDomainLayoutCommand";
|
|
9
|
-
import { CreateEventStreamCommandInput, CreateEventStreamCommandOutput } from "../commands/CreateEventStreamCommand";
|
|
10
|
-
import { CreateEventTriggerCommandInput, CreateEventTriggerCommandOutput } from "../commands/CreateEventTriggerCommand";
|
|
11
|
-
import { CreateIntegrationWorkflowCommandInput, CreateIntegrationWorkflowCommandOutput } from "../commands/CreateIntegrationWorkflowCommand";
|
|
12
|
-
import { CreateProfileCommandInput, CreateProfileCommandOutput } from "../commands/CreateProfileCommand";
|
|
13
|
-
import { CreateSegmentDefinitionCommandInput, CreateSegmentDefinitionCommandOutput } from "../commands/CreateSegmentDefinitionCommand";
|
|
14
|
-
import { CreateSegmentEstimateCommandInput, CreateSegmentEstimateCommandOutput } from "../commands/CreateSegmentEstimateCommand";
|
|
15
|
-
import { CreateSegmentSnapshotCommandInput, CreateSegmentSnapshotCommandOutput } from "../commands/CreateSegmentSnapshotCommand";
|
|
16
|
-
import { CreateUploadJobCommandInput, CreateUploadJobCommandOutput } from "../commands/CreateUploadJobCommand";
|
|
17
|
-
import { DeleteCalculatedAttributeDefinitionCommandInput, DeleteCalculatedAttributeDefinitionCommandOutput } from "../commands/DeleteCalculatedAttributeDefinitionCommand";
|
|
18
|
-
import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "../commands/DeleteDomainCommand";
|
|
19
|
-
import { DeleteDomainLayoutCommandInput, DeleteDomainLayoutCommandOutput } from "../commands/DeleteDomainLayoutCommand";
|
|
20
|
-
import { DeleteEventStreamCommandInput, DeleteEventStreamCommandOutput } from "../commands/DeleteEventStreamCommand";
|
|
21
|
-
import { DeleteEventTriggerCommandInput, DeleteEventTriggerCommandOutput } from "../commands/DeleteEventTriggerCommand";
|
|
22
|
-
import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "../commands/DeleteIntegrationCommand";
|
|
23
|
-
import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "../commands/DeleteProfileCommand";
|
|
24
|
-
import { DeleteProfileKeyCommandInput, DeleteProfileKeyCommandOutput } from "../commands/DeleteProfileKeyCommand";
|
|
25
|
-
import { DeleteProfileObjectCommandInput, DeleteProfileObjectCommandOutput } from "../commands/DeleteProfileObjectCommand";
|
|
26
|
-
import { DeleteProfileObjectTypeCommandInput, DeleteProfileObjectTypeCommandOutput } from "../commands/DeleteProfileObjectTypeCommand";
|
|
27
|
-
import { DeleteSegmentDefinitionCommandInput, DeleteSegmentDefinitionCommandOutput } from "../commands/DeleteSegmentDefinitionCommand";
|
|
28
|
-
import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "../commands/DeleteWorkflowCommand";
|
|
29
|
-
import { DetectProfileObjectTypeCommandInput, DetectProfileObjectTypeCommandOutput } from "../commands/DetectProfileObjectTypeCommand";
|
|
30
|
-
import { GetAutoMergingPreviewCommandInput, GetAutoMergingPreviewCommandOutput } from "../commands/GetAutoMergingPreviewCommand";
|
|
31
|
-
import { GetCalculatedAttributeDefinitionCommandInput, GetCalculatedAttributeDefinitionCommandOutput } from "../commands/GetCalculatedAttributeDefinitionCommand";
|
|
32
|
-
import { GetCalculatedAttributeForProfileCommandInput, GetCalculatedAttributeForProfileCommandOutput } from "../commands/GetCalculatedAttributeForProfileCommand";
|
|
33
|
-
import { GetDomainCommandInput, GetDomainCommandOutput } from "../commands/GetDomainCommand";
|
|
34
|
-
import { GetDomainLayoutCommandInput, GetDomainLayoutCommandOutput } from "../commands/GetDomainLayoutCommand";
|
|
35
|
-
import { GetEventStreamCommandInput, GetEventStreamCommandOutput } from "../commands/GetEventStreamCommand";
|
|
36
|
-
import { GetEventTriggerCommandInput, GetEventTriggerCommandOutput } from "../commands/GetEventTriggerCommand";
|
|
37
|
-
import { GetIdentityResolutionJobCommandInput, GetIdentityResolutionJobCommandOutput } from "../commands/GetIdentityResolutionJobCommand";
|
|
38
|
-
import { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "../commands/GetIntegrationCommand";
|
|
39
|
-
import { GetMatchesCommandInput, GetMatchesCommandOutput } from "../commands/GetMatchesCommand";
|
|
40
|
-
import { GetProfileHistoryRecordCommandInput, GetProfileHistoryRecordCommandOutput } from "../commands/GetProfileHistoryRecordCommand";
|
|
41
|
-
import { GetProfileObjectTypeCommandInput, GetProfileObjectTypeCommandOutput } from "../commands/GetProfileObjectTypeCommand";
|
|
42
|
-
import { GetProfileObjectTypeTemplateCommandInput, GetProfileObjectTypeTemplateCommandOutput } from "../commands/GetProfileObjectTypeTemplateCommand";
|
|
43
|
-
import { GetSegmentDefinitionCommandInput, GetSegmentDefinitionCommandOutput } from "../commands/GetSegmentDefinitionCommand";
|
|
44
|
-
import { GetSegmentEstimateCommandInput, GetSegmentEstimateCommandOutput } from "../commands/GetSegmentEstimateCommand";
|
|
45
|
-
import { GetSegmentMembershipCommandInput, GetSegmentMembershipCommandOutput } from "../commands/GetSegmentMembershipCommand";
|
|
46
|
-
import { GetSegmentSnapshotCommandInput, GetSegmentSnapshotCommandOutput } from "../commands/GetSegmentSnapshotCommand";
|
|
47
|
-
import { GetSimilarProfilesCommandInput, GetSimilarProfilesCommandOutput } from "../commands/GetSimilarProfilesCommand";
|
|
48
|
-
import { GetUploadJobCommandInput, GetUploadJobCommandOutput } from "../commands/GetUploadJobCommand";
|
|
49
|
-
import { GetUploadJobPathCommandInput, GetUploadJobPathCommandOutput } from "../commands/GetUploadJobPathCommand";
|
|
50
|
-
import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "../commands/GetWorkflowCommand";
|
|
51
|
-
import { GetWorkflowStepsCommandInput, GetWorkflowStepsCommandOutput } from "../commands/GetWorkflowStepsCommand";
|
|
52
|
-
import { ListAccountIntegrationsCommandInput, ListAccountIntegrationsCommandOutput } from "../commands/ListAccountIntegrationsCommand";
|
|
53
|
-
import { ListCalculatedAttributeDefinitionsCommandInput, ListCalculatedAttributeDefinitionsCommandOutput } from "../commands/ListCalculatedAttributeDefinitionsCommand";
|
|
54
|
-
import { ListCalculatedAttributesForProfileCommandInput, ListCalculatedAttributesForProfileCommandOutput } from "../commands/ListCalculatedAttributesForProfileCommand";
|
|
55
|
-
import { ListDomainLayoutsCommandInput, ListDomainLayoutsCommandOutput } from "../commands/ListDomainLayoutsCommand";
|
|
56
|
-
import { ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand";
|
|
57
|
-
import { ListEventStreamsCommandInput, ListEventStreamsCommandOutput } from "../commands/ListEventStreamsCommand";
|
|
58
|
-
import { ListEventTriggersCommandInput, ListEventTriggersCommandOutput } from "../commands/ListEventTriggersCommand";
|
|
59
|
-
import { ListIdentityResolutionJobsCommandInput, ListIdentityResolutionJobsCommandOutput } from "../commands/ListIdentityResolutionJobsCommand";
|
|
60
|
-
import { ListIntegrationsCommandInput, ListIntegrationsCommandOutput } from "../commands/ListIntegrationsCommand";
|
|
61
|
-
import { ListObjectTypeAttributesCommandInput, ListObjectTypeAttributesCommandOutput } from "../commands/ListObjectTypeAttributesCommand";
|
|
62
|
-
import { ListProfileAttributeValuesCommandInput, ListProfileAttributeValuesCommandOutput } from "../commands/ListProfileAttributeValuesCommand";
|
|
63
|
-
import { ListProfileHistoryRecordsCommandInput, ListProfileHistoryRecordsCommandOutput } from "../commands/ListProfileHistoryRecordsCommand";
|
|
64
|
-
import { ListProfileObjectsCommandInput, ListProfileObjectsCommandOutput } from "../commands/ListProfileObjectsCommand";
|
|
65
|
-
import { ListProfileObjectTypesCommandInput, ListProfileObjectTypesCommandOutput } from "../commands/ListProfileObjectTypesCommand";
|
|
66
|
-
import { ListProfileObjectTypeTemplatesCommandInput, ListProfileObjectTypeTemplatesCommandOutput } from "../commands/ListProfileObjectTypeTemplatesCommand";
|
|
67
|
-
import { ListRuleBasedMatchesCommandInput, ListRuleBasedMatchesCommandOutput } from "../commands/ListRuleBasedMatchesCommand";
|
|
68
|
-
import { ListSegmentDefinitionsCommandInput, ListSegmentDefinitionsCommandOutput } from "../commands/ListSegmentDefinitionsCommand";
|
|
69
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
70
|
-
import { ListUploadJobsCommandInput, ListUploadJobsCommandOutput } from "../commands/ListUploadJobsCommand";
|
|
71
|
-
import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
|
|
72
|
-
import { MergeProfilesCommandInput, MergeProfilesCommandOutput } from "../commands/MergeProfilesCommand";
|
|
73
|
-
import { PutIntegrationCommandInput, PutIntegrationCommandOutput } from "../commands/PutIntegrationCommand";
|
|
74
|
-
import { PutProfileObjectCommandInput, PutProfileObjectCommandOutput } from "../commands/PutProfileObjectCommand";
|
|
75
|
-
import { PutProfileObjectTypeCommandInput, PutProfileObjectTypeCommandOutput } from "../commands/PutProfileObjectTypeCommand";
|
|
76
|
-
import { SearchProfilesCommandInput, SearchProfilesCommandOutput } from "../commands/SearchProfilesCommand";
|
|
77
|
-
import { StartUploadJobCommandInput, StartUploadJobCommandOutput } from "../commands/StartUploadJobCommand";
|
|
78
|
-
import { StopUploadJobCommandInput, StopUploadJobCommandOutput } from "../commands/StopUploadJobCommand";
|
|
79
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
80
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
81
|
-
import { UpdateCalculatedAttributeDefinitionCommandInput, UpdateCalculatedAttributeDefinitionCommandOutput } from "../commands/UpdateCalculatedAttributeDefinitionCommand";
|
|
82
|
-
import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "../commands/UpdateDomainCommand";
|
|
83
|
-
import { UpdateDomainLayoutCommandInput, UpdateDomainLayoutCommandOutput } from "../commands/UpdateDomainLayoutCommand";
|
|
84
|
-
import { UpdateEventTriggerCommandInput, UpdateEventTriggerCommandOutput } from "../commands/UpdateEventTriggerCommand";
|
|
85
|
-
import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "../commands/UpdateProfileCommand";
|
|
86
|
-
/**
|
|
87
|
-
* serializeAws_restJson1AddProfileKeyCommand
|
|
88
|
-
*/
|
|
89
|
-
export declare const se_AddProfileKeyCommand: (input: AddProfileKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
-
/**
|
|
91
|
-
* serializeAws_restJson1BatchGetCalculatedAttributeForProfileCommand
|
|
92
|
-
*/
|
|
93
|
-
export declare const se_BatchGetCalculatedAttributeForProfileCommand: (input: BatchGetCalculatedAttributeForProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
-
/**
|
|
95
|
-
* serializeAws_restJson1BatchGetProfileCommand
|
|
96
|
-
*/
|
|
97
|
-
export declare const se_BatchGetProfileCommand: (input: BatchGetProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
-
/**
|
|
99
|
-
* serializeAws_restJson1CreateCalculatedAttributeDefinitionCommand
|
|
100
|
-
*/
|
|
101
|
-
export declare const se_CreateCalculatedAttributeDefinitionCommand: (input: CreateCalculatedAttributeDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
-
/**
|
|
103
|
-
* serializeAws_restJson1CreateDomainCommand
|
|
104
|
-
*/
|
|
105
|
-
export declare const se_CreateDomainCommand: (input: CreateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
-
/**
|
|
107
|
-
* serializeAws_restJson1CreateDomainLayoutCommand
|
|
108
|
-
*/
|
|
109
|
-
export declare const se_CreateDomainLayoutCommand: (input: CreateDomainLayoutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
-
/**
|
|
111
|
-
* serializeAws_restJson1CreateEventStreamCommand
|
|
112
|
-
*/
|
|
113
|
-
export declare const se_CreateEventStreamCommand: (input: CreateEventStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
-
/**
|
|
115
|
-
* serializeAws_restJson1CreateEventTriggerCommand
|
|
116
|
-
*/
|
|
117
|
-
export declare const se_CreateEventTriggerCommand: (input: CreateEventTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
-
/**
|
|
119
|
-
* serializeAws_restJson1CreateIntegrationWorkflowCommand
|
|
120
|
-
*/
|
|
121
|
-
export declare const se_CreateIntegrationWorkflowCommand: (input: CreateIntegrationWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
-
/**
|
|
123
|
-
* serializeAws_restJson1CreateProfileCommand
|
|
124
|
-
*/
|
|
125
|
-
export declare const se_CreateProfileCommand: (input: CreateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
-
/**
|
|
127
|
-
* serializeAws_restJson1CreateSegmentDefinitionCommand
|
|
128
|
-
*/
|
|
129
|
-
export declare const se_CreateSegmentDefinitionCommand: (input: CreateSegmentDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
-
/**
|
|
131
|
-
* serializeAws_restJson1CreateSegmentEstimateCommand
|
|
132
|
-
*/
|
|
133
|
-
export declare const se_CreateSegmentEstimateCommand: (input: CreateSegmentEstimateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
-
/**
|
|
135
|
-
* serializeAws_restJson1CreateSegmentSnapshotCommand
|
|
136
|
-
*/
|
|
137
|
-
export declare const se_CreateSegmentSnapshotCommand: (input: CreateSegmentSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
-
/**
|
|
139
|
-
* serializeAws_restJson1CreateUploadJobCommand
|
|
140
|
-
*/
|
|
141
|
-
export declare const se_CreateUploadJobCommand: (input: CreateUploadJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
-
/**
|
|
143
|
-
* serializeAws_restJson1DeleteCalculatedAttributeDefinitionCommand
|
|
144
|
-
*/
|
|
145
|
-
export declare const se_DeleteCalculatedAttributeDefinitionCommand: (input: DeleteCalculatedAttributeDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
-
/**
|
|
147
|
-
* serializeAws_restJson1DeleteDomainCommand
|
|
148
|
-
*/
|
|
149
|
-
export declare const se_DeleteDomainCommand: (input: DeleteDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
-
/**
|
|
151
|
-
* serializeAws_restJson1DeleteDomainLayoutCommand
|
|
152
|
-
*/
|
|
153
|
-
export declare const se_DeleteDomainLayoutCommand: (input: DeleteDomainLayoutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
-
/**
|
|
155
|
-
* serializeAws_restJson1DeleteEventStreamCommand
|
|
156
|
-
*/
|
|
157
|
-
export declare const se_DeleteEventStreamCommand: (input: DeleteEventStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
-
/**
|
|
159
|
-
* serializeAws_restJson1DeleteEventTriggerCommand
|
|
160
|
-
*/
|
|
161
|
-
export declare const se_DeleteEventTriggerCommand: (input: DeleteEventTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
|
-
/**
|
|
163
|
-
* serializeAws_restJson1DeleteIntegrationCommand
|
|
164
|
-
*/
|
|
165
|
-
export declare const se_DeleteIntegrationCommand: (input: DeleteIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
|
-
/**
|
|
167
|
-
* serializeAws_restJson1DeleteProfileCommand
|
|
168
|
-
*/
|
|
169
|
-
export declare const se_DeleteProfileCommand: (input: DeleteProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
-
/**
|
|
171
|
-
* serializeAws_restJson1DeleteProfileKeyCommand
|
|
172
|
-
*/
|
|
173
|
-
export declare const se_DeleteProfileKeyCommand: (input: DeleteProfileKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
|
-
/**
|
|
175
|
-
* serializeAws_restJson1DeleteProfileObjectCommand
|
|
176
|
-
*/
|
|
177
|
-
export declare const se_DeleteProfileObjectCommand: (input: DeleteProfileObjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
|
-
/**
|
|
179
|
-
* serializeAws_restJson1DeleteProfileObjectTypeCommand
|
|
180
|
-
*/
|
|
181
|
-
export declare const se_DeleteProfileObjectTypeCommand: (input: DeleteProfileObjectTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
182
|
-
/**
|
|
183
|
-
* serializeAws_restJson1DeleteSegmentDefinitionCommand
|
|
184
|
-
*/
|
|
185
|
-
export declare const se_DeleteSegmentDefinitionCommand: (input: DeleteSegmentDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
|
-
/**
|
|
187
|
-
* serializeAws_restJson1DeleteWorkflowCommand
|
|
188
|
-
*/
|
|
189
|
-
export declare const se_DeleteWorkflowCommand: (input: DeleteWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
|
-
/**
|
|
191
|
-
* serializeAws_restJson1DetectProfileObjectTypeCommand
|
|
192
|
-
*/
|
|
193
|
-
export declare const se_DetectProfileObjectTypeCommand: (input: DetectProfileObjectTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
194
|
-
/**
|
|
195
|
-
* serializeAws_restJson1GetAutoMergingPreviewCommand
|
|
196
|
-
*/
|
|
197
|
-
export declare const se_GetAutoMergingPreviewCommand: (input: GetAutoMergingPreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
198
|
-
/**
|
|
199
|
-
* serializeAws_restJson1GetCalculatedAttributeDefinitionCommand
|
|
200
|
-
*/
|
|
201
|
-
export declare const se_GetCalculatedAttributeDefinitionCommand: (input: GetCalculatedAttributeDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
202
|
-
/**
|
|
203
|
-
* serializeAws_restJson1GetCalculatedAttributeForProfileCommand
|
|
204
|
-
*/
|
|
205
|
-
export declare const se_GetCalculatedAttributeForProfileCommand: (input: GetCalculatedAttributeForProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
206
|
-
/**
|
|
207
|
-
* serializeAws_restJson1GetDomainCommand
|
|
208
|
-
*/
|
|
209
|
-
export declare const se_GetDomainCommand: (input: GetDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
210
|
-
/**
|
|
211
|
-
* serializeAws_restJson1GetDomainLayoutCommand
|
|
212
|
-
*/
|
|
213
|
-
export declare const se_GetDomainLayoutCommand: (input: GetDomainLayoutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
214
|
-
/**
|
|
215
|
-
* serializeAws_restJson1GetEventStreamCommand
|
|
216
|
-
*/
|
|
217
|
-
export declare const se_GetEventStreamCommand: (input: GetEventStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
218
|
-
/**
|
|
219
|
-
* serializeAws_restJson1GetEventTriggerCommand
|
|
220
|
-
*/
|
|
221
|
-
export declare const se_GetEventTriggerCommand: (input: GetEventTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
222
|
-
/**
|
|
223
|
-
* serializeAws_restJson1GetIdentityResolutionJobCommand
|
|
224
|
-
*/
|
|
225
|
-
export declare const se_GetIdentityResolutionJobCommand: (input: GetIdentityResolutionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
226
|
-
/**
|
|
227
|
-
* serializeAws_restJson1GetIntegrationCommand
|
|
228
|
-
*/
|
|
229
|
-
export declare const se_GetIntegrationCommand: (input: GetIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
230
|
-
/**
|
|
231
|
-
* serializeAws_restJson1GetMatchesCommand
|
|
232
|
-
*/
|
|
233
|
-
export declare const se_GetMatchesCommand: (input: GetMatchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
234
|
-
/**
|
|
235
|
-
* serializeAws_restJson1GetProfileHistoryRecordCommand
|
|
236
|
-
*/
|
|
237
|
-
export declare const se_GetProfileHistoryRecordCommand: (input: GetProfileHistoryRecordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
238
|
-
/**
|
|
239
|
-
* serializeAws_restJson1GetProfileObjectTypeCommand
|
|
240
|
-
*/
|
|
241
|
-
export declare const se_GetProfileObjectTypeCommand: (input: GetProfileObjectTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
242
|
-
/**
|
|
243
|
-
* serializeAws_restJson1GetProfileObjectTypeTemplateCommand
|
|
244
|
-
*/
|
|
245
|
-
export declare const se_GetProfileObjectTypeTemplateCommand: (input: GetProfileObjectTypeTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
246
|
-
/**
|
|
247
|
-
* serializeAws_restJson1GetSegmentDefinitionCommand
|
|
248
|
-
*/
|
|
249
|
-
export declare const se_GetSegmentDefinitionCommand: (input: GetSegmentDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
250
|
-
/**
|
|
251
|
-
* serializeAws_restJson1GetSegmentEstimateCommand
|
|
252
|
-
*/
|
|
253
|
-
export declare const se_GetSegmentEstimateCommand: (input: GetSegmentEstimateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
254
|
-
/**
|
|
255
|
-
* serializeAws_restJson1GetSegmentMembershipCommand
|
|
256
|
-
*/
|
|
257
|
-
export declare const se_GetSegmentMembershipCommand: (input: GetSegmentMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
258
|
-
/**
|
|
259
|
-
* serializeAws_restJson1GetSegmentSnapshotCommand
|
|
260
|
-
*/
|
|
261
|
-
export declare const se_GetSegmentSnapshotCommand: (input: GetSegmentSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
262
|
-
/**
|
|
263
|
-
* serializeAws_restJson1GetSimilarProfilesCommand
|
|
264
|
-
*/
|
|
265
|
-
export declare const se_GetSimilarProfilesCommand: (input: GetSimilarProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
266
|
-
/**
|
|
267
|
-
* serializeAws_restJson1GetUploadJobCommand
|
|
268
|
-
*/
|
|
269
|
-
export declare const se_GetUploadJobCommand: (input: GetUploadJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
270
|
-
/**
|
|
271
|
-
* serializeAws_restJson1GetUploadJobPathCommand
|
|
272
|
-
*/
|
|
273
|
-
export declare const se_GetUploadJobPathCommand: (input: GetUploadJobPathCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
274
|
-
/**
|
|
275
|
-
* serializeAws_restJson1GetWorkflowCommand
|
|
276
|
-
*/
|
|
277
|
-
export declare const se_GetWorkflowCommand: (input: GetWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
278
|
-
/**
|
|
279
|
-
* serializeAws_restJson1GetWorkflowStepsCommand
|
|
280
|
-
*/
|
|
281
|
-
export declare const se_GetWorkflowStepsCommand: (input: GetWorkflowStepsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
282
|
-
/**
|
|
283
|
-
* serializeAws_restJson1ListAccountIntegrationsCommand
|
|
284
|
-
*/
|
|
285
|
-
export declare const se_ListAccountIntegrationsCommand: (input: ListAccountIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
286
|
-
/**
|
|
287
|
-
* serializeAws_restJson1ListCalculatedAttributeDefinitionsCommand
|
|
288
|
-
*/
|
|
289
|
-
export declare const se_ListCalculatedAttributeDefinitionsCommand: (input: ListCalculatedAttributeDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
290
|
-
/**
|
|
291
|
-
* serializeAws_restJson1ListCalculatedAttributesForProfileCommand
|
|
292
|
-
*/
|
|
293
|
-
export declare const se_ListCalculatedAttributesForProfileCommand: (input: ListCalculatedAttributesForProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
294
|
-
/**
|
|
295
|
-
* serializeAws_restJson1ListDomainLayoutsCommand
|
|
296
|
-
*/
|
|
297
|
-
export declare const se_ListDomainLayoutsCommand: (input: ListDomainLayoutsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
298
|
-
/**
|
|
299
|
-
* serializeAws_restJson1ListDomainsCommand
|
|
300
|
-
*/
|
|
301
|
-
export declare const se_ListDomainsCommand: (input: ListDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
302
|
-
/**
|
|
303
|
-
* serializeAws_restJson1ListEventStreamsCommand
|
|
304
|
-
*/
|
|
305
|
-
export declare const se_ListEventStreamsCommand: (input: ListEventStreamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
306
|
-
/**
|
|
307
|
-
* serializeAws_restJson1ListEventTriggersCommand
|
|
308
|
-
*/
|
|
309
|
-
export declare const se_ListEventTriggersCommand: (input: ListEventTriggersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
310
|
-
/**
|
|
311
|
-
* serializeAws_restJson1ListIdentityResolutionJobsCommand
|
|
312
|
-
*/
|
|
313
|
-
export declare const se_ListIdentityResolutionJobsCommand: (input: ListIdentityResolutionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
314
|
-
/**
|
|
315
|
-
* serializeAws_restJson1ListIntegrationsCommand
|
|
316
|
-
*/
|
|
317
|
-
export declare const se_ListIntegrationsCommand: (input: ListIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
318
|
-
/**
|
|
319
|
-
* serializeAws_restJson1ListObjectTypeAttributesCommand
|
|
320
|
-
*/
|
|
321
|
-
export declare const se_ListObjectTypeAttributesCommand: (input: ListObjectTypeAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
322
|
-
/**
|
|
323
|
-
* serializeAws_restJson1ListProfileAttributeValuesCommand
|
|
324
|
-
*/
|
|
325
|
-
export declare const se_ListProfileAttributeValuesCommand: (input: ListProfileAttributeValuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
326
|
-
/**
|
|
327
|
-
* serializeAws_restJson1ListProfileHistoryRecordsCommand
|
|
328
|
-
*/
|
|
329
|
-
export declare const se_ListProfileHistoryRecordsCommand: (input: ListProfileHistoryRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
330
|
-
/**
|
|
331
|
-
* serializeAws_restJson1ListProfileObjectsCommand
|
|
332
|
-
*/
|
|
333
|
-
export declare const se_ListProfileObjectsCommand: (input: ListProfileObjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
334
|
-
/**
|
|
335
|
-
* serializeAws_restJson1ListProfileObjectTypesCommand
|
|
336
|
-
*/
|
|
337
|
-
export declare const se_ListProfileObjectTypesCommand: (input: ListProfileObjectTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
338
|
-
/**
|
|
339
|
-
* serializeAws_restJson1ListProfileObjectTypeTemplatesCommand
|
|
340
|
-
*/
|
|
341
|
-
export declare const se_ListProfileObjectTypeTemplatesCommand: (input: ListProfileObjectTypeTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
342
|
-
/**
|
|
343
|
-
* serializeAws_restJson1ListRuleBasedMatchesCommand
|
|
344
|
-
*/
|
|
345
|
-
export declare const se_ListRuleBasedMatchesCommand: (input: ListRuleBasedMatchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
346
|
-
/**
|
|
347
|
-
* serializeAws_restJson1ListSegmentDefinitionsCommand
|
|
348
|
-
*/
|
|
349
|
-
export declare const se_ListSegmentDefinitionsCommand: (input: ListSegmentDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
350
|
-
/**
|
|
351
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
352
|
-
*/
|
|
353
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
354
|
-
/**
|
|
355
|
-
* serializeAws_restJson1ListUploadJobsCommand
|
|
356
|
-
*/
|
|
357
|
-
export declare const se_ListUploadJobsCommand: (input: ListUploadJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
358
|
-
/**
|
|
359
|
-
* serializeAws_restJson1ListWorkflowsCommand
|
|
360
|
-
*/
|
|
361
|
-
export declare const se_ListWorkflowsCommand: (input: ListWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
362
|
-
/**
|
|
363
|
-
* serializeAws_restJson1MergeProfilesCommand
|
|
364
|
-
*/
|
|
365
|
-
export declare const se_MergeProfilesCommand: (input: MergeProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
366
|
-
/**
|
|
367
|
-
* serializeAws_restJson1PutIntegrationCommand
|
|
368
|
-
*/
|
|
369
|
-
export declare const se_PutIntegrationCommand: (input: PutIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
370
|
-
/**
|
|
371
|
-
* serializeAws_restJson1PutProfileObjectCommand
|
|
372
|
-
*/
|
|
373
|
-
export declare const se_PutProfileObjectCommand: (input: PutProfileObjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
374
|
-
/**
|
|
375
|
-
* serializeAws_restJson1PutProfileObjectTypeCommand
|
|
376
|
-
*/
|
|
377
|
-
export declare const se_PutProfileObjectTypeCommand: (input: PutProfileObjectTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
378
|
-
/**
|
|
379
|
-
* serializeAws_restJson1SearchProfilesCommand
|
|
380
|
-
*/
|
|
381
|
-
export declare const se_SearchProfilesCommand: (input: SearchProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
382
|
-
/**
|
|
383
|
-
* serializeAws_restJson1StartUploadJobCommand
|
|
384
|
-
*/
|
|
385
|
-
export declare const se_StartUploadJobCommand: (input: StartUploadJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
386
|
-
/**
|
|
387
|
-
* serializeAws_restJson1StopUploadJobCommand
|
|
388
|
-
*/
|
|
389
|
-
export declare const se_StopUploadJobCommand: (input: StopUploadJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
390
|
-
/**
|
|
391
|
-
* serializeAws_restJson1TagResourceCommand
|
|
392
|
-
*/
|
|
393
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
394
|
-
/**
|
|
395
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
396
|
-
*/
|
|
397
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
398
|
-
/**
|
|
399
|
-
* serializeAws_restJson1UpdateCalculatedAttributeDefinitionCommand
|
|
400
|
-
*/
|
|
401
|
-
export declare const se_UpdateCalculatedAttributeDefinitionCommand: (input: UpdateCalculatedAttributeDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
402
|
-
/**
|
|
403
|
-
* serializeAws_restJson1UpdateDomainCommand
|
|
404
|
-
*/
|
|
405
|
-
export declare const se_UpdateDomainCommand: (input: UpdateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
406
|
-
/**
|
|
407
|
-
* serializeAws_restJson1UpdateDomainLayoutCommand
|
|
408
|
-
*/
|
|
409
|
-
export declare const se_UpdateDomainLayoutCommand: (input: UpdateDomainLayoutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
410
|
-
/**
|
|
411
|
-
* serializeAws_restJson1UpdateEventTriggerCommand
|
|
412
|
-
*/
|
|
413
|
-
export declare const se_UpdateEventTriggerCommand: (input: UpdateEventTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
414
|
-
/**
|
|
415
|
-
* serializeAws_restJson1UpdateProfileCommand
|
|
416
|
-
*/
|
|
417
|
-
export declare const se_UpdateProfileCommand: (input: UpdateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
418
|
-
/**
|
|
419
|
-
* deserializeAws_restJson1AddProfileKeyCommand
|
|
420
|
-
*/
|
|
421
|
-
export declare const de_AddProfileKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddProfileKeyCommandOutput>;
|
|
422
|
-
/**
|
|
423
|
-
* deserializeAws_restJson1BatchGetCalculatedAttributeForProfileCommand
|
|
424
|
-
*/
|
|
425
|
-
export declare const de_BatchGetCalculatedAttributeForProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetCalculatedAttributeForProfileCommandOutput>;
|
|
426
|
-
/**
|
|
427
|
-
* deserializeAws_restJson1BatchGetProfileCommand
|
|
428
|
-
*/
|
|
429
|
-
export declare const de_BatchGetProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetProfileCommandOutput>;
|
|
430
|
-
/**
|
|
431
|
-
* deserializeAws_restJson1CreateCalculatedAttributeDefinitionCommand
|
|
432
|
-
*/
|
|
433
|
-
export declare const de_CreateCalculatedAttributeDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCalculatedAttributeDefinitionCommandOutput>;
|
|
434
|
-
/**
|
|
435
|
-
* deserializeAws_restJson1CreateDomainCommand
|
|
436
|
-
*/
|
|
437
|
-
export declare const de_CreateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainCommandOutput>;
|
|
438
|
-
/**
|
|
439
|
-
* deserializeAws_restJson1CreateDomainLayoutCommand
|
|
440
|
-
*/
|
|
441
|
-
export declare const de_CreateDomainLayoutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainLayoutCommandOutput>;
|
|
442
|
-
/**
|
|
443
|
-
* deserializeAws_restJson1CreateEventStreamCommand
|
|
444
|
-
*/
|
|
445
|
-
export declare const de_CreateEventStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventStreamCommandOutput>;
|
|
446
|
-
/**
|
|
447
|
-
* deserializeAws_restJson1CreateEventTriggerCommand
|
|
448
|
-
*/
|
|
449
|
-
export declare const de_CreateEventTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventTriggerCommandOutput>;
|
|
450
|
-
/**
|
|
451
|
-
* deserializeAws_restJson1CreateIntegrationWorkflowCommand
|
|
452
|
-
*/
|
|
453
|
-
export declare const de_CreateIntegrationWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationWorkflowCommandOutput>;
|
|
454
|
-
/**
|
|
455
|
-
* deserializeAws_restJson1CreateProfileCommand
|
|
456
|
-
*/
|
|
457
|
-
export declare const de_CreateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProfileCommandOutput>;
|
|
458
|
-
/**
|
|
459
|
-
* deserializeAws_restJson1CreateSegmentDefinitionCommand
|
|
460
|
-
*/
|
|
461
|
-
export declare const de_CreateSegmentDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSegmentDefinitionCommandOutput>;
|
|
462
|
-
/**
|
|
463
|
-
* deserializeAws_restJson1CreateSegmentEstimateCommand
|
|
464
|
-
*/
|
|
465
|
-
export declare const de_CreateSegmentEstimateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSegmentEstimateCommandOutput>;
|
|
466
|
-
/**
|
|
467
|
-
* deserializeAws_restJson1CreateSegmentSnapshotCommand
|
|
468
|
-
*/
|
|
469
|
-
export declare const de_CreateSegmentSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSegmentSnapshotCommandOutput>;
|
|
470
|
-
/**
|
|
471
|
-
* deserializeAws_restJson1CreateUploadJobCommand
|
|
472
|
-
*/
|
|
473
|
-
export declare const de_CreateUploadJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUploadJobCommandOutput>;
|
|
474
|
-
/**
|
|
475
|
-
* deserializeAws_restJson1DeleteCalculatedAttributeDefinitionCommand
|
|
476
|
-
*/
|
|
477
|
-
export declare const de_DeleteCalculatedAttributeDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCalculatedAttributeDefinitionCommandOutput>;
|
|
478
|
-
/**
|
|
479
|
-
* deserializeAws_restJson1DeleteDomainCommand
|
|
480
|
-
*/
|
|
481
|
-
export declare const de_DeleteDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainCommandOutput>;
|
|
482
|
-
/**
|
|
483
|
-
* deserializeAws_restJson1DeleteDomainLayoutCommand
|
|
484
|
-
*/
|
|
485
|
-
export declare const de_DeleteDomainLayoutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainLayoutCommandOutput>;
|
|
486
|
-
/**
|
|
487
|
-
* deserializeAws_restJson1DeleteEventStreamCommand
|
|
488
|
-
*/
|
|
489
|
-
export declare const de_DeleteEventStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventStreamCommandOutput>;
|
|
490
|
-
/**
|
|
491
|
-
* deserializeAws_restJson1DeleteEventTriggerCommand
|
|
492
|
-
*/
|
|
493
|
-
export declare const de_DeleteEventTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventTriggerCommandOutput>;
|
|
494
|
-
/**
|
|
495
|
-
* deserializeAws_restJson1DeleteIntegrationCommand
|
|
496
|
-
*/
|
|
497
|
-
export declare const de_DeleteIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationCommandOutput>;
|
|
498
|
-
/**
|
|
499
|
-
* deserializeAws_restJson1DeleteProfileCommand
|
|
500
|
-
*/
|
|
501
|
-
export declare const de_DeleteProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileCommandOutput>;
|
|
502
|
-
/**
|
|
503
|
-
* deserializeAws_restJson1DeleteProfileKeyCommand
|
|
504
|
-
*/
|
|
505
|
-
export declare const de_DeleteProfileKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileKeyCommandOutput>;
|
|
506
|
-
/**
|
|
507
|
-
* deserializeAws_restJson1DeleteProfileObjectCommand
|
|
508
|
-
*/
|
|
509
|
-
export declare const de_DeleteProfileObjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileObjectCommandOutput>;
|
|
510
|
-
/**
|
|
511
|
-
* deserializeAws_restJson1DeleteProfileObjectTypeCommand
|
|
512
|
-
*/
|
|
513
|
-
export declare const de_DeleteProfileObjectTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileObjectTypeCommandOutput>;
|
|
514
|
-
/**
|
|
515
|
-
* deserializeAws_restJson1DeleteSegmentDefinitionCommand
|
|
516
|
-
*/
|
|
517
|
-
export declare const de_DeleteSegmentDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSegmentDefinitionCommandOutput>;
|
|
518
|
-
/**
|
|
519
|
-
* deserializeAws_restJson1DeleteWorkflowCommand
|
|
520
|
-
*/
|
|
521
|
-
export declare const de_DeleteWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowCommandOutput>;
|
|
522
|
-
/**
|
|
523
|
-
* deserializeAws_restJson1DetectProfileObjectTypeCommand
|
|
524
|
-
*/
|
|
525
|
-
export declare const de_DetectProfileObjectTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectProfileObjectTypeCommandOutput>;
|
|
526
|
-
/**
|
|
527
|
-
* deserializeAws_restJson1GetAutoMergingPreviewCommand
|
|
528
|
-
*/
|
|
529
|
-
export declare const de_GetAutoMergingPreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAutoMergingPreviewCommandOutput>;
|
|
530
|
-
/**
|
|
531
|
-
* deserializeAws_restJson1GetCalculatedAttributeDefinitionCommand
|
|
532
|
-
*/
|
|
533
|
-
export declare const de_GetCalculatedAttributeDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCalculatedAttributeDefinitionCommandOutput>;
|
|
534
|
-
/**
|
|
535
|
-
* deserializeAws_restJson1GetCalculatedAttributeForProfileCommand
|
|
536
|
-
*/
|
|
537
|
-
export declare const de_GetCalculatedAttributeForProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCalculatedAttributeForProfileCommandOutput>;
|
|
538
|
-
/**
|
|
539
|
-
* deserializeAws_restJson1GetDomainCommand
|
|
540
|
-
*/
|
|
541
|
-
export declare const de_GetDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainCommandOutput>;
|
|
542
|
-
/**
|
|
543
|
-
* deserializeAws_restJson1GetDomainLayoutCommand
|
|
544
|
-
*/
|
|
545
|
-
export declare const de_GetDomainLayoutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainLayoutCommandOutput>;
|
|
546
|
-
/**
|
|
547
|
-
* deserializeAws_restJson1GetEventStreamCommand
|
|
548
|
-
*/
|
|
549
|
-
export declare const de_GetEventStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventStreamCommandOutput>;
|
|
550
|
-
/**
|
|
551
|
-
* deserializeAws_restJson1GetEventTriggerCommand
|
|
552
|
-
*/
|
|
553
|
-
export declare const de_GetEventTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventTriggerCommandOutput>;
|
|
554
|
-
/**
|
|
555
|
-
* deserializeAws_restJson1GetIdentityResolutionJobCommand
|
|
556
|
-
*/
|
|
557
|
-
export declare const de_GetIdentityResolutionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdentityResolutionJobCommandOutput>;
|
|
558
|
-
/**
|
|
559
|
-
* deserializeAws_restJson1GetIntegrationCommand
|
|
560
|
-
*/
|
|
561
|
-
export declare const de_GetIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationCommandOutput>;
|
|
562
|
-
/**
|
|
563
|
-
* deserializeAws_restJson1GetMatchesCommand
|
|
564
|
-
*/
|
|
565
|
-
export declare const de_GetMatchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMatchesCommandOutput>;
|
|
566
|
-
/**
|
|
567
|
-
* deserializeAws_restJson1GetProfileHistoryRecordCommand
|
|
568
|
-
*/
|
|
569
|
-
export declare const de_GetProfileHistoryRecordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProfileHistoryRecordCommandOutput>;
|
|
570
|
-
/**
|
|
571
|
-
* deserializeAws_restJson1GetProfileObjectTypeCommand
|
|
572
|
-
*/
|
|
573
|
-
export declare const de_GetProfileObjectTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProfileObjectTypeCommandOutput>;
|
|
574
|
-
/**
|
|
575
|
-
* deserializeAws_restJson1GetProfileObjectTypeTemplateCommand
|
|
576
|
-
*/
|
|
577
|
-
export declare const de_GetProfileObjectTypeTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProfileObjectTypeTemplateCommandOutput>;
|
|
578
|
-
/**
|
|
579
|
-
* deserializeAws_restJson1GetSegmentDefinitionCommand
|
|
580
|
-
*/
|
|
581
|
-
export declare const de_GetSegmentDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSegmentDefinitionCommandOutput>;
|
|
582
|
-
/**
|
|
583
|
-
* deserializeAws_restJson1GetSegmentEstimateCommand
|
|
584
|
-
*/
|
|
585
|
-
export declare const de_GetSegmentEstimateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSegmentEstimateCommandOutput>;
|
|
586
|
-
/**
|
|
587
|
-
* deserializeAws_restJson1GetSegmentMembershipCommand
|
|
588
|
-
*/
|
|
589
|
-
export declare const de_GetSegmentMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSegmentMembershipCommandOutput>;
|
|
590
|
-
/**
|
|
591
|
-
* deserializeAws_restJson1GetSegmentSnapshotCommand
|
|
592
|
-
*/
|
|
593
|
-
export declare const de_GetSegmentSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSegmentSnapshotCommandOutput>;
|
|
594
|
-
/**
|
|
595
|
-
* deserializeAws_restJson1GetSimilarProfilesCommand
|
|
596
|
-
*/
|
|
597
|
-
export declare const de_GetSimilarProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSimilarProfilesCommandOutput>;
|
|
598
|
-
/**
|
|
599
|
-
* deserializeAws_restJson1GetUploadJobCommand
|
|
600
|
-
*/
|
|
601
|
-
export declare const de_GetUploadJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUploadJobCommandOutput>;
|
|
602
|
-
/**
|
|
603
|
-
* deserializeAws_restJson1GetUploadJobPathCommand
|
|
604
|
-
*/
|
|
605
|
-
export declare const de_GetUploadJobPathCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUploadJobPathCommandOutput>;
|
|
606
|
-
/**
|
|
607
|
-
* deserializeAws_restJson1GetWorkflowCommand
|
|
608
|
-
*/
|
|
609
|
-
export declare const de_GetWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowCommandOutput>;
|
|
610
|
-
/**
|
|
611
|
-
* deserializeAws_restJson1GetWorkflowStepsCommand
|
|
612
|
-
*/
|
|
613
|
-
export declare const de_GetWorkflowStepsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowStepsCommandOutput>;
|
|
614
|
-
/**
|
|
615
|
-
* deserializeAws_restJson1ListAccountIntegrationsCommand
|
|
616
|
-
*/
|
|
617
|
-
export declare const de_ListAccountIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountIntegrationsCommandOutput>;
|
|
618
|
-
/**
|
|
619
|
-
* deserializeAws_restJson1ListCalculatedAttributeDefinitionsCommand
|
|
620
|
-
*/
|
|
621
|
-
export declare const de_ListCalculatedAttributeDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCalculatedAttributeDefinitionsCommandOutput>;
|
|
622
|
-
/**
|
|
623
|
-
* deserializeAws_restJson1ListCalculatedAttributesForProfileCommand
|
|
624
|
-
*/
|
|
625
|
-
export declare const de_ListCalculatedAttributesForProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCalculatedAttributesForProfileCommandOutput>;
|
|
626
|
-
/**
|
|
627
|
-
* deserializeAws_restJson1ListDomainLayoutsCommand
|
|
628
|
-
*/
|
|
629
|
-
export declare const de_ListDomainLayoutsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainLayoutsCommandOutput>;
|
|
630
|
-
/**
|
|
631
|
-
* deserializeAws_restJson1ListDomainsCommand
|
|
632
|
-
*/
|
|
633
|
-
export declare const de_ListDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainsCommandOutput>;
|
|
634
|
-
/**
|
|
635
|
-
* deserializeAws_restJson1ListEventStreamsCommand
|
|
636
|
-
*/
|
|
637
|
-
export declare const de_ListEventStreamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventStreamsCommandOutput>;
|
|
638
|
-
/**
|
|
639
|
-
* deserializeAws_restJson1ListEventTriggersCommand
|
|
640
|
-
*/
|
|
641
|
-
export declare const de_ListEventTriggersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventTriggersCommandOutput>;
|
|
642
|
-
/**
|
|
643
|
-
* deserializeAws_restJson1ListIdentityResolutionJobsCommand
|
|
644
|
-
*/
|
|
645
|
-
export declare const de_ListIdentityResolutionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityResolutionJobsCommandOutput>;
|
|
646
|
-
/**
|
|
647
|
-
* deserializeAws_restJson1ListIntegrationsCommand
|
|
648
|
-
*/
|
|
649
|
-
export declare const de_ListIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIntegrationsCommandOutput>;
|
|
650
|
-
/**
|
|
651
|
-
* deserializeAws_restJson1ListObjectTypeAttributesCommand
|
|
652
|
-
*/
|
|
653
|
-
export declare const de_ListObjectTypeAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListObjectTypeAttributesCommandOutput>;
|
|
654
|
-
/**
|
|
655
|
-
* deserializeAws_restJson1ListProfileAttributeValuesCommand
|
|
656
|
-
*/
|
|
657
|
-
export declare const de_ListProfileAttributeValuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileAttributeValuesCommandOutput>;
|
|
658
|
-
/**
|
|
659
|
-
* deserializeAws_restJson1ListProfileHistoryRecordsCommand
|
|
660
|
-
*/
|
|
661
|
-
export declare const de_ListProfileHistoryRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileHistoryRecordsCommandOutput>;
|
|
662
|
-
/**
|
|
663
|
-
* deserializeAws_restJson1ListProfileObjectsCommand
|
|
664
|
-
*/
|
|
665
|
-
export declare const de_ListProfileObjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileObjectsCommandOutput>;
|
|
666
|
-
/**
|
|
667
|
-
* deserializeAws_restJson1ListProfileObjectTypesCommand
|
|
668
|
-
*/
|
|
669
|
-
export declare const de_ListProfileObjectTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileObjectTypesCommandOutput>;
|
|
670
|
-
/**
|
|
671
|
-
* deserializeAws_restJson1ListProfileObjectTypeTemplatesCommand
|
|
672
|
-
*/
|
|
673
|
-
export declare const de_ListProfileObjectTypeTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileObjectTypeTemplatesCommandOutput>;
|
|
674
|
-
/**
|
|
675
|
-
* deserializeAws_restJson1ListRuleBasedMatchesCommand
|
|
676
|
-
*/
|
|
677
|
-
export declare const de_ListRuleBasedMatchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRuleBasedMatchesCommandOutput>;
|
|
678
|
-
/**
|
|
679
|
-
* deserializeAws_restJson1ListSegmentDefinitionsCommand
|
|
680
|
-
*/
|
|
681
|
-
export declare const de_ListSegmentDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSegmentDefinitionsCommandOutput>;
|
|
682
|
-
/**
|
|
683
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
684
|
-
*/
|
|
685
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
686
|
-
/**
|
|
687
|
-
* deserializeAws_restJson1ListUploadJobsCommand
|
|
688
|
-
*/
|
|
689
|
-
export declare const de_ListUploadJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUploadJobsCommandOutput>;
|
|
690
|
-
/**
|
|
691
|
-
* deserializeAws_restJson1ListWorkflowsCommand
|
|
692
|
-
*/
|
|
693
|
-
export declare const de_ListWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowsCommandOutput>;
|
|
694
|
-
/**
|
|
695
|
-
* deserializeAws_restJson1MergeProfilesCommand
|
|
696
|
-
*/
|
|
697
|
-
export declare const de_MergeProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MergeProfilesCommandOutput>;
|
|
698
|
-
/**
|
|
699
|
-
* deserializeAws_restJson1PutIntegrationCommand
|
|
700
|
-
*/
|
|
701
|
-
export declare const de_PutIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutIntegrationCommandOutput>;
|
|
702
|
-
/**
|
|
703
|
-
* deserializeAws_restJson1PutProfileObjectCommand
|
|
704
|
-
*/
|
|
705
|
-
export declare const de_PutProfileObjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutProfileObjectCommandOutput>;
|
|
706
|
-
/**
|
|
707
|
-
* deserializeAws_restJson1PutProfileObjectTypeCommand
|
|
708
|
-
*/
|
|
709
|
-
export declare const de_PutProfileObjectTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutProfileObjectTypeCommandOutput>;
|
|
710
|
-
/**
|
|
711
|
-
* deserializeAws_restJson1SearchProfilesCommand
|
|
712
|
-
*/
|
|
713
|
-
export declare const de_SearchProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchProfilesCommandOutput>;
|
|
714
|
-
/**
|
|
715
|
-
* deserializeAws_restJson1StartUploadJobCommand
|
|
716
|
-
*/
|
|
717
|
-
export declare const de_StartUploadJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartUploadJobCommandOutput>;
|
|
718
|
-
/**
|
|
719
|
-
* deserializeAws_restJson1StopUploadJobCommand
|
|
720
|
-
*/
|
|
721
|
-
export declare const de_StopUploadJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopUploadJobCommandOutput>;
|
|
722
|
-
/**
|
|
723
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
724
|
-
*/
|
|
725
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
726
|
-
/**
|
|
727
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
728
|
-
*/
|
|
729
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
730
|
-
/**
|
|
731
|
-
* deserializeAws_restJson1UpdateCalculatedAttributeDefinitionCommand
|
|
732
|
-
*/
|
|
733
|
-
export declare const de_UpdateCalculatedAttributeDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCalculatedAttributeDefinitionCommandOutput>;
|
|
734
|
-
/**
|
|
735
|
-
* deserializeAws_restJson1UpdateDomainCommand
|
|
736
|
-
*/
|
|
737
|
-
export declare const de_UpdateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainCommandOutput>;
|
|
738
|
-
/**
|
|
739
|
-
* deserializeAws_restJson1UpdateDomainLayoutCommand
|
|
740
|
-
*/
|
|
741
|
-
export declare const de_UpdateDomainLayoutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainLayoutCommandOutput>;
|
|
742
|
-
/**
|
|
743
|
-
* deserializeAws_restJson1UpdateEventTriggerCommand
|
|
744
|
-
*/
|
|
745
|
-
export declare const de_UpdateEventTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEventTriggerCommandOutput>;
|
|
746
|
-
/**
|
|
747
|
-
* deserializeAws_restJson1UpdateProfileCommand
|
|
748
|
-
*/
|
|
749
|
-
export declare const de_UpdateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProfileCommandOutput>;
|