@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
|
@@ -83,4 +83,15 @@ declare const AddProfileKeyCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class AddProfileKeyCommand extends AddProfileKeyCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: AddProfileKeyRequest;
|
|
90
|
+
output: AddProfileKeyResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: AddProfileKeyCommandInput;
|
|
94
|
+
output: AddProfileKeyCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -130,4 +130,15 @@ declare const CreateCalculatedAttributeDefinitionCommand_base: {
|
|
|
130
130
|
* @public
|
|
131
131
|
*/
|
|
132
132
|
export declare class CreateCalculatedAttributeDefinitionCommand extends CreateCalculatedAttributeDefinitionCommand_base {
|
|
133
|
+
/** @internal type navigation helper, not in runtime. */
|
|
134
|
+
protected static __types: {
|
|
135
|
+
api: {
|
|
136
|
+
input: CreateCalculatedAttributeDefinitionRequest;
|
|
137
|
+
output: CreateCalculatedAttributeDefinitionResponse;
|
|
138
|
+
};
|
|
139
|
+
sdk: {
|
|
140
|
+
input: CreateCalculatedAttributeDefinitionCommandInput;
|
|
141
|
+
output: CreateCalculatedAttributeDefinitionCommandOutput;
|
|
142
|
+
};
|
|
143
|
+
};
|
|
133
144
|
}
|
|
@@ -227,4 +227,15 @@ declare const CreateDomainCommand_base: {
|
|
|
227
227
|
* @public
|
|
228
228
|
*/
|
|
229
229
|
export declare class CreateDomainCommand extends CreateDomainCommand_base {
|
|
230
|
+
/** @internal type navigation helper, not in runtime. */
|
|
231
|
+
protected static __types: {
|
|
232
|
+
api: {
|
|
233
|
+
input: CreateDomainRequest;
|
|
234
|
+
output: CreateDomainResponse;
|
|
235
|
+
};
|
|
236
|
+
sdk: {
|
|
237
|
+
input: CreateDomainCommandInput;
|
|
238
|
+
output: CreateDomainCommandOutput;
|
|
239
|
+
};
|
|
240
|
+
};
|
|
230
241
|
}
|
|
@@ -83,4 +83,15 @@ declare const CreateEventStreamCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class CreateEventStreamCommand extends CreateEventStreamCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: CreateEventStreamRequest;
|
|
90
|
+
output: CreateEventStreamResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: CreateEventStreamCommandInput;
|
|
94
|
+
output: CreateEventStreamCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -155,4 +155,15 @@ declare const CreateIntegrationWorkflowCommand_base: {
|
|
|
155
155
|
* @public
|
|
156
156
|
*/
|
|
157
157
|
export declare class CreateIntegrationWorkflowCommand extends CreateIntegrationWorkflowCommand_base {
|
|
158
|
+
/** @internal type navigation helper, not in runtime. */
|
|
159
|
+
protected static __types: {
|
|
160
|
+
api: {
|
|
161
|
+
input: CreateIntegrationWorkflowRequest;
|
|
162
|
+
output: CreateIntegrationWorkflowResponse;
|
|
163
|
+
};
|
|
164
|
+
sdk: {
|
|
165
|
+
input: CreateIntegrationWorkflowCommandInput;
|
|
166
|
+
output: CreateIntegrationWorkflowCommandOutput;
|
|
167
|
+
};
|
|
168
|
+
};
|
|
158
169
|
}
|
|
@@ -143,4 +143,15 @@ declare const CreateProfileCommand_base: {
|
|
|
143
143
|
* @public
|
|
144
144
|
*/
|
|
145
145
|
export declare class CreateProfileCommand extends CreateProfileCommand_base {
|
|
146
|
+
/** @internal type navigation helper, not in runtime. */
|
|
147
|
+
protected static __types: {
|
|
148
|
+
api: {
|
|
149
|
+
input: CreateProfileRequest;
|
|
150
|
+
output: CreateProfileResponse;
|
|
151
|
+
};
|
|
152
|
+
sdk: {
|
|
153
|
+
input: CreateProfileCommandInput;
|
|
154
|
+
output: CreateProfileCommandOutput;
|
|
155
|
+
};
|
|
156
|
+
};
|
|
146
157
|
}
|
|
@@ -74,4 +74,15 @@ declare const DeleteCalculatedAttributeDefinitionCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class DeleteCalculatedAttributeDefinitionCommand extends DeleteCalculatedAttributeDefinitionCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DeleteCalculatedAttributeDefinitionRequest;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DeleteCalculatedAttributeDefinitionCommandInput;
|
|
85
|
+
output: DeleteCalculatedAttributeDefinitionCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -73,4 +73,15 @@ declare const DeleteDomainCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DeleteDomainRequest;
|
|
80
|
+
output: DeleteDomainResponse;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DeleteDomainCommandInput;
|
|
84
|
+
output: DeleteDomainCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -71,4 +71,15 @@ declare const DeleteEventStreamCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class DeleteEventStreamCommand extends DeleteEventStreamCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: DeleteEventStreamRequest;
|
|
78
|
+
output: {};
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: DeleteEventStreamCommandInput;
|
|
82
|
+
output: DeleteEventStreamCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -73,4 +73,15 @@ declare const DeleteIntegrationCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DeleteIntegrationCommand extends DeleteIntegrationCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DeleteIntegrationRequest;
|
|
80
|
+
output: DeleteIntegrationResponse;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DeleteIntegrationCommandInput;
|
|
84
|
+
output: DeleteIntegrationCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -73,4 +73,15 @@ declare const DeleteProfileCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DeleteProfileCommand extends DeleteProfileCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DeleteProfileRequest;
|
|
80
|
+
output: DeleteProfileResponse;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DeleteProfileCommandInput;
|
|
84
|
+
output: DeleteProfileCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -77,4 +77,15 @@ declare const DeleteProfileKeyCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class DeleteProfileKeyCommand extends DeleteProfileKeyCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: DeleteProfileKeyRequest;
|
|
84
|
+
output: DeleteProfileKeyResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: DeleteProfileKeyCommandInput;
|
|
88
|
+
output: DeleteProfileKeyCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -75,4 +75,15 @@ declare const DeleteProfileObjectCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class DeleteProfileObjectCommand extends DeleteProfileObjectCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DeleteProfileObjectRequest;
|
|
82
|
+
output: DeleteProfileObjectResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DeleteProfileObjectCommandInput;
|
|
86
|
+
output: DeleteProfileObjectCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -76,4 +76,15 @@ declare const DeleteProfileObjectTypeCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class DeleteProfileObjectTypeCommand extends DeleteProfileObjectTypeCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DeleteProfileObjectTypeRequest;
|
|
83
|
+
output: DeleteProfileObjectTypeResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DeleteProfileObjectTypeCommandInput;
|
|
87
|
+
output: DeleteProfileObjectTypeCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -72,4 +72,15 @@ declare const DeleteWorkflowCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: DeleteWorkflowRequest;
|
|
79
|
+
output: {};
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: DeleteWorkflowCommandInput;
|
|
83
|
+
output: DeleteWorkflowCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -98,4 +98,15 @@ declare const DetectProfileObjectTypeCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class DetectProfileObjectTypeCommand extends DetectProfileObjectTypeCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: DetectProfileObjectTypeRequest;
|
|
105
|
+
output: DetectProfileObjectTypeResponse;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: DetectProfileObjectTypeCommandInput;
|
|
109
|
+
output: DetectProfileObjectTypeCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -99,4 +99,15 @@ declare const GetAutoMergingPreviewCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class GetAutoMergingPreviewCommand extends GetAutoMergingPreviewCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: GetAutoMergingPreviewRequest;
|
|
106
|
+
output: GetAutoMergingPreviewResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: GetAutoMergingPreviewCommandInput;
|
|
110
|
+
output: GetAutoMergingPreviewCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -101,4 +101,15 @@ declare const GetCalculatedAttributeDefinitionCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class GetCalculatedAttributeDefinitionCommand extends GetCalculatedAttributeDefinitionCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: GetCalculatedAttributeDefinitionRequest;
|
|
108
|
+
output: GetCalculatedAttributeDefinitionResponse;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: GetCalculatedAttributeDefinitionCommandInput;
|
|
112
|
+
output: GetCalculatedAttributeDefinitionCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -77,4 +77,15 @@ declare const GetCalculatedAttributeForProfileCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class GetCalculatedAttributeForProfileCommand extends GetCalculatedAttributeForProfileCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: GetCalculatedAttributeForProfileRequest;
|
|
84
|
+
output: GetCalculatedAttributeForProfileResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: GetCalculatedAttributeForProfileCommandInput;
|
|
88
|
+
output: GetCalculatedAttributeForProfileCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -149,4 +149,15 @@ declare const GetDomainCommand_base: {
|
|
|
149
149
|
* @public
|
|
150
150
|
*/
|
|
151
151
|
export declare class GetDomainCommand extends GetDomainCommand_base {
|
|
152
|
+
/** @internal type navigation helper, not in runtime. */
|
|
153
|
+
protected static __types: {
|
|
154
|
+
api: {
|
|
155
|
+
input: GetDomainRequest;
|
|
156
|
+
output: GetDomainResponse;
|
|
157
|
+
};
|
|
158
|
+
sdk: {
|
|
159
|
+
input: GetDomainCommandInput;
|
|
160
|
+
output: GetDomainCommandOutput;
|
|
161
|
+
};
|
|
162
|
+
};
|
|
152
163
|
}
|
|
@@ -86,4 +86,15 @@ declare const GetEventStreamCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class GetEventStreamCommand extends GetEventStreamCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: GetEventStreamRequest;
|
|
93
|
+
output: GetEventStreamResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: GetEventStreamCommandInput;
|
|
97
|
+
output: GetEventStreamCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -108,4 +108,15 @@ declare const GetIdentityResolutionJobCommand_base: {
|
|
|
108
108
|
* @public
|
|
109
109
|
*/
|
|
110
110
|
export declare class GetIdentityResolutionJobCommand extends GetIdentityResolutionJobCommand_base {
|
|
111
|
+
/** @internal type navigation helper, not in runtime. */
|
|
112
|
+
protected static __types: {
|
|
113
|
+
api: {
|
|
114
|
+
input: GetIdentityResolutionJobRequest;
|
|
115
|
+
output: GetIdentityResolutionJobResponse;
|
|
116
|
+
};
|
|
117
|
+
sdk: {
|
|
118
|
+
input: GetIdentityResolutionJobCommandInput;
|
|
119
|
+
output: GetIdentityResolutionJobCommandOutput;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
111
122
|
}
|
|
@@ -85,4 +85,15 @@ declare const GetIntegrationCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class GetIntegrationCommand extends GetIntegrationCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: GetIntegrationRequest;
|
|
92
|
+
output: GetIntegrationResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: GetIntegrationCommandInput;
|
|
96
|
+
output: GetIntegrationCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -129,4 +129,15 @@ declare const GetMatchesCommand_base: {
|
|
|
129
129
|
* @public
|
|
130
130
|
*/
|
|
131
131
|
export declare class GetMatchesCommand extends GetMatchesCommand_base {
|
|
132
|
+
/** @internal type navigation helper, not in runtime. */
|
|
133
|
+
protected static __types: {
|
|
134
|
+
api: {
|
|
135
|
+
input: GetMatchesRequest;
|
|
136
|
+
output: GetMatchesResponse;
|
|
137
|
+
};
|
|
138
|
+
sdk: {
|
|
139
|
+
input: GetMatchesCommandInput;
|
|
140
|
+
output: GetMatchesCommandOutput;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
132
143
|
}
|
|
@@ -105,4 +105,15 @@ declare const GetProfileObjectTypeCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class GetProfileObjectTypeCommand extends GetProfileObjectTypeCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: GetProfileObjectTypeRequest;
|
|
112
|
+
output: GetProfileObjectTypeResponse;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: GetProfileObjectTypeCommandInput;
|
|
116
|
+
output: GetProfileObjectTypeCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -99,4 +99,15 @@ declare const GetProfileObjectTypeTemplateCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class GetProfileObjectTypeTemplateCommand extends GetProfileObjectTypeTemplateCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: GetProfileObjectTypeTemplateRequest;
|
|
106
|
+
output: GetProfileObjectTypeTemplateResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: GetProfileObjectTypeTemplateCommandInput;
|
|
110
|
+
output: GetProfileObjectTypeTemplateCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -87,4 +87,15 @@ declare const GetSimilarProfilesCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class GetSimilarProfilesCommand extends GetSimilarProfilesCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: GetSimilarProfilesRequest;
|
|
94
|
+
output: GetSimilarProfilesResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: GetSimilarProfilesCommandInput;
|
|
98
|
+
output: GetSimilarProfilesCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -92,4 +92,15 @@ declare const GetWorkflowCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class GetWorkflowCommand extends GetWorkflowCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: GetWorkflowRequest;
|
|
99
|
+
output: GetWorkflowResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: GetWorkflowCommandInput;
|
|
103
|
+
output: GetWorkflowCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -91,4 +91,15 @@ declare const GetWorkflowStepsCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class GetWorkflowStepsCommand extends GetWorkflowStepsCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: GetWorkflowStepsRequest;
|
|
98
|
+
output: GetWorkflowStepsResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: GetWorkflowStepsCommandInput;
|
|
102
|
+
output: GetWorkflowStepsCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -92,4 +92,15 @@ declare const ListAccountIntegrationsCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class ListAccountIntegrationsCommand extends ListAccountIntegrationsCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: ListAccountIntegrationsRequest;
|
|
99
|
+
output: ListAccountIntegrationsResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: ListAccountIntegrationsCommandInput;
|
|
103
|
+
output: ListAccountIntegrationsCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -86,4 +86,15 @@ declare const ListCalculatedAttributeDefinitionsCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class ListCalculatedAttributeDefinitionsCommand extends ListCalculatedAttributeDefinitionsCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: ListCalculatedAttributeDefinitionsRequest;
|
|
93
|
+
output: ListCalculatedAttributeDefinitionsResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: ListCalculatedAttributeDefinitionsCommandInput;
|
|
97
|
+
output: ListCalculatedAttributeDefinitionsCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListCalculatedAttributesForProfileCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListCalculatedAttributesForProfileCommand extends ListCalculatedAttributesForProfileCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListCalculatedAttributesForProfileRequest;
|
|
90
|
+
output: ListCalculatedAttributesForProfileResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListCalculatedAttributesForProfileCommandInput;
|
|
94
|
+
output: ListCalculatedAttributesForProfileCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListDomainsCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListDomainsCommand extends ListDomainsCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListDomainsRequest;
|
|
90
|
+
output: ListDomainsResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListDomainsCommandInput;
|
|
94
|
+
output: ListDomainsCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -91,4 +91,15 @@ declare const ListEventStreamsCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class ListEventStreamsCommand extends ListEventStreamsCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: ListEventStreamsRequest;
|
|
98
|
+
output: ListEventStreamsResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: ListEventStreamsCommandInput;
|
|
102
|
+
output: ListEventStreamsCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -96,4 +96,15 @@ declare const ListIdentityResolutionJobsCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class ListIdentityResolutionJobsCommand extends ListIdentityResolutionJobsCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: ListIdentityResolutionJobsRequest;
|
|
103
|
+
output: ListIdentityResolutionJobsResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: ListIdentityResolutionJobsCommandInput;
|
|
107
|
+
output: ListIdentityResolutionJobsCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -92,4 +92,15 @@ declare const ListIntegrationsCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class ListIntegrationsCommand extends ListIntegrationsCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: ListIntegrationsRequest;
|
|
99
|
+
output: ListIntegrationsResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: ListIntegrationsCommandInput;
|
|
103
|
+
output: ListIntegrationsCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -80,4 +80,15 @@ declare const ListProfileObjectTypeTemplatesCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListProfileObjectTypeTemplatesCommand extends ListProfileObjectTypeTemplatesCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListProfileObjectTypeTemplatesRequest;
|
|
87
|
+
output: ListProfileObjectTypeTemplatesResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListProfileObjectTypeTemplatesCommandInput;
|
|
91
|
+
output: ListProfileObjectTypeTemplatesCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -87,4 +87,15 @@ declare const ListProfileObjectTypesCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class ListProfileObjectTypesCommand extends ListProfileObjectTypesCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: ListProfileObjectTypesRequest;
|
|
94
|
+
output: ListProfileObjectTypesResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: ListProfileObjectTypesCommandInput;
|
|
98
|
+
output: ListProfileObjectTypesCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -89,4 +89,15 @@ declare const ListProfileObjectsCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class ListProfileObjectsCommand extends ListProfileObjectsCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: ListProfileObjectsRequest;
|
|
96
|
+
output: ListProfileObjectsResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: ListProfileObjectsCommandInput;
|
|
100
|
+
output: ListProfileObjectsCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|