@aws-sdk/client-customer-profiles 3.650.0 → 3.654.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-types/commands/AddProfileKeyCommand.d.ts +11 -0
- package/dist-types/commands/CreateCalculatedAttributeDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +11 -0
- package/dist-types/commands/CreateEventStreamCommand.d.ts +11 -0
- package/dist-types/commands/CreateIntegrationWorkflowCommand.d.ts +11 -0
- package/dist-types/commands/CreateProfileCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCalculatedAttributeDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEventStreamCommand.d.ts +11 -0
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteProfileCommand.d.ts +11 -0
- package/dist-types/commands/DeleteProfileKeyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteProfileObjectCommand.d.ts +11 -0
- package/dist-types/commands/DeleteProfileObjectTypeCommand.d.ts +11 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +11 -0
- package/dist-types/commands/DetectProfileObjectTypeCommand.d.ts +11 -0
- package/dist-types/commands/GetAutoMergingPreviewCommand.d.ts +11 -0
- package/dist-types/commands/GetCalculatedAttributeDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/GetCalculatedAttributeForProfileCommand.d.ts +11 -0
- package/dist-types/commands/GetDomainCommand.d.ts +11 -0
- package/dist-types/commands/GetEventStreamCommand.d.ts +11 -0
- package/dist-types/commands/GetIdentityResolutionJobCommand.d.ts +11 -0
- package/dist-types/commands/GetIntegrationCommand.d.ts +11 -0
- package/dist-types/commands/GetMatchesCommand.d.ts +11 -0
- package/dist-types/commands/GetProfileObjectTypeCommand.d.ts +11 -0
- package/dist-types/commands/GetProfileObjectTypeTemplateCommand.d.ts +11 -0
- package/dist-types/commands/GetSimilarProfilesCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkflowStepsCommand.d.ts +11 -0
- package/dist-types/commands/ListAccountIntegrationsCommand.d.ts +11 -0
- package/dist-types/commands/ListCalculatedAttributeDefinitionsCommand.d.ts +11 -0
- package/dist-types/commands/ListCalculatedAttributesForProfileCommand.d.ts +11 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +11 -0
- package/dist-types/commands/ListEventStreamsCommand.d.ts +11 -0
- package/dist-types/commands/ListIdentityResolutionJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListIntegrationsCommand.d.ts +11 -0
- package/dist-types/commands/ListProfileObjectTypeTemplatesCommand.d.ts +11 -0
- package/dist-types/commands/ListProfileObjectTypesCommand.d.ts +11 -0
- package/dist-types/commands/ListProfileObjectsCommand.d.ts +11 -0
- package/dist-types/commands/ListRuleBasedMatchesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +11 -0
- package/dist-types/commands/MergeProfilesCommand.d.ts +11 -0
- package/dist-types/commands/PutIntegrationCommand.d.ts +11 -0
- package/dist-types/commands/PutProfileObjectCommand.d.ts +11 -0
- package/dist-types/commands/PutProfileObjectTypeCommand.d.ts +11 -0
- package/dist-types/commands/SearchProfilesCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +11 -0
- package/dist-types/commands/UpdateProfileCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AddProfileKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCalculatedAttributeDefinitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateEventStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateIntegrationWorkflowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCalculatedAttributeDefinitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEventStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteProfileKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteProfileObjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteProfileObjectTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetectProfileObjectTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAutoMergingPreviewCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCalculatedAttributeDefinitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCalculatedAttributeForProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEventStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetIdentityResolutionJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMatchesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetProfileObjectTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetProfileObjectTypeTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSimilarProfilesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkflowStepsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAccountIntegrationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCalculatedAttributeDefinitionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCalculatedAttributesForProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEventStreamsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIdentityResolutionJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListProfileObjectTypeTemplatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListProfileObjectTypesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListProfileObjectsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRuleBasedMatchesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutProfileObjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutProfileObjectTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchProfilesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -77,4 +77,15 @@ declare const ListRuleBasedMatchesCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListRuleBasedMatchesCommand extends ListRuleBasedMatchesCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListRuleBasedMatchesRequest;
|
|
84
|
+
output: ListRuleBasedMatchesResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListRuleBasedMatchesCommandInput;
|
|
88
|
+
output: ListRuleBasedMatchesCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -69,4 +69,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: ListTagsForResourceRequest;
|
|
76
|
+
output: ListTagsForResourceResponse;
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: ListTagsForResourceCommandInput;
|
|
80
|
+
output: ListTagsForResourceCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -88,4 +88,15 @@ declare const ListWorkflowsCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ListWorkflowsRequest;
|
|
95
|
+
output: ListWorkflowsResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ListWorkflowsCommandInput;
|
|
99
|
+
output: ListWorkflowsCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -140,4 +140,15 @@ declare const MergeProfilesCommand_base: {
|
|
|
140
140
|
* @public
|
|
141
141
|
*/
|
|
142
142
|
export declare class MergeProfilesCommand extends MergeProfilesCommand_base {
|
|
143
|
+
/** @internal type navigation helper, not in runtime. */
|
|
144
|
+
protected static __types: {
|
|
145
|
+
api: {
|
|
146
|
+
input: MergeProfilesRequest;
|
|
147
|
+
output: MergeProfilesResponse;
|
|
148
|
+
};
|
|
149
|
+
sdk: {
|
|
150
|
+
input: MergeProfilesCommandInput;
|
|
151
|
+
output: MergeProfilesCommandOutput;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
143
154
|
}
|
|
@@ -162,4 +162,15 @@ declare const PutIntegrationCommand_base: {
|
|
|
162
162
|
* @public
|
|
163
163
|
*/
|
|
164
164
|
export declare class PutIntegrationCommand extends PutIntegrationCommand_base {
|
|
165
|
+
/** @internal type navigation helper, not in runtime. */
|
|
166
|
+
protected static __types: {
|
|
167
|
+
api: {
|
|
168
|
+
input: PutIntegrationRequest;
|
|
169
|
+
output: PutIntegrationResponse;
|
|
170
|
+
};
|
|
171
|
+
sdk: {
|
|
172
|
+
input: PutIntegrationCommandInput;
|
|
173
|
+
output: PutIntegrationCommandOutput;
|
|
174
|
+
};
|
|
175
|
+
};
|
|
165
176
|
}
|
|
@@ -83,4 +83,15 @@ declare const PutProfileObjectCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class PutProfileObjectCommand extends PutProfileObjectCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: PutProfileObjectRequest;
|
|
90
|
+
output: PutProfileObjectResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: PutProfileObjectCommandInput;
|
|
94
|
+
output: PutProfileObjectCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -136,4 +136,15 @@ declare const PutProfileObjectTypeCommand_base: {
|
|
|
136
136
|
* @public
|
|
137
137
|
*/
|
|
138
138
|
export declare class PutProfileObjectTypeCommand extends PutProfileObjectTypeCommand_base {
|
|
139
|
+
/** @internal type navigation helper, not in runtime. */
|
|
140
|
+
protected static __types: {
|
|
141
|
+
api: {
|
|
142
|
+
input: PutProfileObjectTypeRequest;
|
|
143
|
+
output: PutProfileObjectTypeResponse;
|
|
144
|
+
};
|
|
145
|
+
sdk: {
|
|
146
|
+
input: PutProfileObjectTypeCommandInput;
|
|
147
|
+
output: PutProfileObjectTypeCommandOutput;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
139
150
|
}
|
|
@@ -174,4 +174,15 @@ declare const SearchProfilesCommand_base: {
|
|
|
174
174
|
* @public
|
|
175
175
|
*/
|
|
176
176
|
export declare class SearchProfilesCommand extends SearchProfilesCommand_base {
|
|
177
|
+
/** @internal type navigation helper, not in runtime. */
|
|
178
|
+
protected static __types: {
|
|
179
|
+
api: {
|
|
180
|
+
input: SearchProfilesRequest;
|
|
181
|
+
output: SearchProfilesResponse;
|
|
182
|
+
};
|
|
183
|
+
sdk: {
|
|
184
|
+
input: SearchProfilesCommandInput;
|
|
185
|
+
output: SearchProfilesCommandOutput;
|
|
186
|
+
};
|
|
187
|
+
};
|
|
177
188
|
}
|
|
@@ -78,4 +78,15 @@ declare const TagResourceCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: TagResourceRequest;
|
|
85
|
+
output: {};
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: TagResourceCommandInput;
|
|
89
|
+
output: TagResourceCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -68,4 +68,15 @@ declare const UntagResourceCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: UntagResourceRequest;
|
|
75
|
+
output: {};
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: UntagResourceCommandInput;
|
|
79
|
+
output: UntagResourceCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -115,4 +115,15 @@ declare const UpdateCalculatedAttributeDefinitionCommand_base: {
|
|
|
115
115
|
* @public
|
|
116
116
|
*/
|
|
117
117
|
export declare class UpdateCalculatedAttributeDefinitionCommand extends UpdateCalculatedAttributeDefinitionCommand_base {
|
|
118
|
+
/** @internal type navigation helper, not in runtime. */
|
|
119
|
+
protected static __types: {
|
|
120
|
+
api: {
|
|
121
|
+
input: UpdateCalculatedAttributeDefinitionRequest;
|
|
122
|
+
output: UpdateCalculatedAttributeDefinitionResponse;
|
|
123
|
+
};
|
|
124
|
+
sdk: {
|
|
125
|
+
input: UpdateCalculatedAttributeDefinitionCommandInput;
|
|
126
|
+
output: UpdateCalculatedAttributeDefinitionCommandOutput;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
118
129
|
}
|
|
@@ -219,4 +219,15 @@ declare const UpdateDomainCommand_base: {
|
|
|
219
219
|
* @public
|
|
220
220
|
*/
|
|
221
221
|
export declare class UpdateDomainCommand extends UpdateDomainCommand_base {
|
|
222
|
+
/** @internal type navigation helper, not in runtime. */
|
|
223
|
+
protected static __types: {
|
|
224
|
+
api: {
|
|
225
|
+
input: UpdateDomainRequest;
|
|
226
|
+
output: UpdateDomainResponse;
|
|
227
|
+
};
|
|
228
|
+
sdk: {
|
|
229
|
+
input: UpdateDomainCommandInput;
|
|
230
|
+
output: UpdateDomainCommandOutput;
|
|
231
|
+
};
|
|
232
|
+
};
|
|
222
233
|
}
|
|
@@ -146,4 +146,15 @@ declare const UpdateProfileCommand_base: {
|
|
|
146
146
|
* @public
|
|
147
147
|
*/
|
|
148
148
|
export declare class UpdateProfileCommand extends UpdateProfileCommand_base {
|
|
149
|
+
/** @internal type navigation helper, not in runtime. */
|
|
150
|
+
protected static __types: {
|
|
151
|
+
api: {
|
|
152
|
+
input: UpdateProfileRequest;
|
|
153
|
+
output: UpdateProfileResponse;
|
|
154
|
+
};
|
|
155
|
+
sdk: {
|
|
156
|
+
input: UpdateProfileCommandInput;
|
|
157
|
+
output: UpdateProfileCommandOutput;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
149
160
|
}
|
|
@@ -36,4 +36,15 @@ declare const AddProfileKeyCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class AddProfileKeyCommand extends AddProfileKeyCommand_base {
|
|
39
|
+
export declare class AddProfileKeyCommand extends AddProfileKeyCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: AddProfileKeyRequest;
|
|
43
|
+
output: AddProfileKeyResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: AddProfileKeyCommandInput;
|
|
47
|
+
output: AddProfileKeyCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateCalculatedAttributeDefinitionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateCalculatedAttributeDefinitionCommand extends CreateCalculatedAttributeDefinitionCommand_base {
|
|
40
|
+
export declare class CreateCalculatedAttributeDefinitionCommand extends CreateCalculatedAttributeDefinitionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateCalculatedAttributeDefinitionRequest;
|
|
44
|
+
output: CreateCalculatedAttributeDefinitionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateCalculatedAttributeDefinitionCommandInput;
|
|
48
|
+
output: CreateCalculatedAttributeDefinitionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateDomainCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateDomainCommand extends CreateDomainCommand_base {
|
|
36
|
+
export declare class CreateDomainCommand extends CreateDomainCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateDomainRequest;
|
|
40
|
+
output: CreateDomainResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateDomainCommandInput;
|
|
44
|
+
output: CreateDomainCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateEventStreamCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateEventStreamCommand extends CreateEventStreamCommand_base {
|
|
40
|
+
export declare class CreateEventStreamCommand extends CreateEventStreamCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateEventStreamRequest;
|
|
44
|
+
output: CreateEventStreamResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateEventStreamCommandInput;
|
|
48
|
+
output: CreateEventStreamCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateIntegrationWorkflowCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateIntegrationWorkflowCommand extends CreateIntegrationWorkflowCommand_base {
|
|
40
|
+
export declare class CreateIntegrationWorkflowCommand extends CreateIntegrationWorkflowCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateIntegrationWorkflowRequest;
|
|
44
|
+
output: CreateIntegrationWorkflowResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateIntegrationWorkflowCommandInput;
|
|
48
|
+
output: CreateIntegrationWorkflowCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateProfileCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateProfileCommand extends CreateProfileCommand_base {
|
|
39
|
+
export declare class CreateProfileCommand extends CreateProfileCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateProfileRequest;
|
|
43
|
+
output: CreateProfileResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateProfileCommandInput;
|
|
47
|
+
output: CreateProfileCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteCalculatedAttributeDefinitionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteCalculatedAttributeDefinitionCommand extends DeleteCalculatedAttributeDefinitionCommand_base {
|
|
40
|
+
export declare class DeleteCalculatedAttributeDefinitionCommand extends DeleteCalculatedAttributeDefinitionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteCalculatedAttributeDefinitionRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteCalculatedAttributeDefinitionCommandInput;
|
|
48
|
+
output: DeleteCalculatedAttributeDefinitionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteDomainCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
|
|
36
|
+
export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteDomainRequest;
|
|
40
|
+
output: DeleteDomainResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteDomainCommandInput;
|
|
44
|
+
output: DeleteDomainCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteEventStreamCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteEventStreamCommand extends DeleteEventStreamCommand_base {
|
|
40
|
+
export declare class DeleteEventStreamCommand extends DeleteEventStreamCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteEventStreamRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteEventStreamCommandInput;
|
|
48
|
+
output: DeleteEventStreamCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteIntegrationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteIntegrationCommand extends DeleteIntegrationCommand_base {
|
|
40
|
+
export declare class DeleteIntegrationCommand extends DeleteIntegrationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteIntegrationRequest;
|
|
44
|
+
output: DeleteIntegrationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteIntegrationCommandInput;
|
|
48
|
+
output: DeleteIntegrationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteProfileCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteProfileCommand extends DeleteProfileCommand_base {
|
|
39
|
+
export declare class DeleteProfileCommand extends DeleteProfileCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteProfileRequest;
|
|
43
|
+
output: DeleteProfileResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteProfileCommandInput;
|
|
47
|
+
output: DeleteProfileCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteProfileKeyCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteProfileKeyCommand extends DeleteProfileKeyCommand_base {
|
|
39
|
+
export declare class DeleteProfileKeyCommand extends DeleteProfileKeyCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteProfileKeyRequest;
|
|
43
|
+
output: DeleteProfileKeyResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteProfileKeyCommandInput;
|
|
47
|
+
output: DeleteProfileKeyCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteProfileObjectCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteProfileObjectCommand extends DeleteProfileObjectCommand_base {
|
|
40
|
+
export declare class DeleteProfileObjectCommand extends DeleteProfileObjectCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteProfileObjectRequest;
|
|
44
|
+
output: DeleteProfileObjectResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteProfileObjectCommandInput;
|
|
48
|
+
output: DeleteProfileObjectCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteProfileObjectTypeCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteProfileObjectTypeCommand extends DeleteProfileObjectTypeCommand_base {
|
|
40
|
+
export declare class DeleteProfileObjectTypeCommand extends DeleteProfileObjectTypeCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteProfileObjectTypeRequest;
|
|
44
|
+
output: DeleteProfileObjectTypeResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteProfileObjectTypeCommandInput;
|
|
48
|
+
output: DeleteProfileObjectTypeCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteWorkflowCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {
|
|
39
|
+
export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteWorkflowRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteWorkflowCommandInput;
|
|
47
|
+
output: DeleteWorkflowCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DetectProfileObjectTypeCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DetectProfileObjectTypeCommand extends DetectProfileObjectTypeCommand_base {
|
|
40
|
+
export declare class DetectProfileObjectTypeCommand extends DetectProfileObjectTypeCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DetectProfileObjectTypeRequest;
|
|
44
|
+
output: DetectProfileObjectTypeResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DetectProfileObjectTypeCommandInput;
|
|
48
|
+
output: DetectProfileObjectTypeCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetAutoMergingPreviewCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetAutoMergingPreviewCommand extends GetAutoMergingPreviewCommand_base {
|
|
40
|
+
export declare class GetAutoMergingPreviewCommand extends GetAutoMergingPreviewCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetAutoMergingPreviewRequest;
|
|
44
|
+
output: GetAutoMergingPreviewResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetAutoMergingPreviewCommandInput;
|
|
48
|
+
output: GetAutoMergingPreviewCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetCalculatedAttributeDefinitionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetCalculatedAttributeDefinitionCommand extends GetCalculatedAttributeDefinitionCommand_base {
|
|
40
|
+
export declare class GetCalculatedAttributeDefinitionCommand extends GetCalculatedAttributeDefinitionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetCalculatedAttributeDefinitionRequest;
|
|
44
|
+
output: GetCalculatedAttributeDefinitionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetCalculatedAttributeDefinitionCommandInput;
|
|
48
|
+
output: GetCalculatedAttributeDefinitionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetCalculatedAttributeForProfileCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetCalculatedAttributeForProfileCommand extends GetCalculatedAttributeForProfileCommand_base {
|
|
40
|
+
export declare class GetCalculatedAttributeForProfileCommand extends GetCalculatedAttributeForProfileCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetCalculatedAttributeForProfileRequest;
|
|
44
|
+
output: GetCalculatedAttributeForProfileResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetCalculatedAttributeForProfileCommandInput;
|
|
48
|
+
output: GetCalculatedAttributeForProfileCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetDomainCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetDomainCommand extends GetDomainCommand_base {
|
|
36
|
+
export declare class GetDomainCommand extends GetDomainCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetDomainRequest;
|
|
40
|
+
output: GetDomainResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetDomainCommandInput;
|
|
44
|
+
output: GetDomainCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetEventStreamCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetEventStreamCommand extends GetEventStreamCommand_base {
|
|
39
|
+
export declare class GetEventStreamCommand extends GetEventStreamCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetEventStreamRequest;
|
|
43
|
+
output: GetEventStreamResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetEventStreamCommandInput;
|
|
47
|
+
output: GetEventStreamCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetIdentityResolutionJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetIdentityResolutionJobCommand extends GetIdentityResolutionJobCommand_base {
|
|
40
|
+
export declare class GetIdentityResolutionJobCommand extends GetIdentityResolutionJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetIdentityResolutionJobRequest;
|
|
44
|
+
output: GetIdentityResolutionJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetIdentityResolutionJobCommandInput;
|
|
48
|
+
output: GetIdentityResolutionJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetIntegrationCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetIntegrationCommand extends GetIntegrationCommand_base {
|
|
39
|
+
export declare class GetIntegrationCommand extends GetIntegrationCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetIntegrationRequest;
|
|
43
|
+
output: GetIntegrationResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetIntegrationCommandInput;
|
|
47
|
+
output: GetIntegrationCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetMatchesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetMatchesCommand extends GetMatchesCommand_base {
|
|
36
|
+
export declare class GetMatchesCommand extends GetMatchesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetMatchesRequest;
|
|
40
|
+
output: GetMatchesResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetMatchesCommandInput;
|
|
44
|
+
output: GetMatchesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|