@aws-sdk/client-customer-profiles 3.477.0 → 3.481.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/commands/AddProfileKeyCommand.js +18 -41
- package/dist-cjs/commands/CreateCalculatedAttributeDefinitionCommand.js +18 -41
- package/dist-cjs/commands/CreateDomainCommand.js +18 -41
- package/dist-cjs/commands/CreateEventStreamCommand.js +18 -41
- package/dist-cjs/commands/CreateIntegrationWorkflowCommand.js +18 -41
- package/dist-cjs/commands/CreateProfileCommand.js +18 -41
- package/dist-cjs/commands/DeleteCalculatedAttributeDefinitionCommand.js +18 -41
- package/dist-cjs/commands/DeleteDomainCommand.js +18 -41
- package/dist-cjs/commands/DeleteEventStreamCommand.js +18 -41
- package/dist-cjs/commands/DeleteIntegrationCommand.js +18 -41
- package/dist-cjs/commands/DeleteProfileCommand.js +18 -41
- package/dist-cjs/commands/DeleteProfileKeyCommand.js +18 -41
- package/dist-cjs/commands/DeleteProfileObjectCommand.js +18 -41
- package/dist-cjs/commands/DeleteProfileObjectTypeCommand.js +18 -41
- package/dist-cjs/commands/DeleteWorkflowCommand.js +18 -41
- package/dist-cjs/commands/DetectProfileObjectTypeCommand.js +18 -41
- package/dist-cjs/commands/GetAutoMergingPreviewCommand.js +18 -41
- package/dist-cjs/commands/GetCalculatedAttributeDefinitionCommand.js +18 -41
- package/dist-cjs/commands/GetCalculatedAttributeForProfileCommand.js +18 -41
- package/dist-cjs/commands/GetDomainCommand.js +18 -41
- package/dist-cjs/commands/GetEventStreamCommand.js +18 -41
- package/dist-cjs/commands/GetIdentityResolutionJobCommand.js +18 -41
- package/dist-cjs/commands/GetIntegrationCommand.js +18 -41
- package/dist-cjs/commands/GetMatchesCommand.js +18 -41
- package/dist-cjs/commands/GetProfileObjectTypeCommand.js +18 -41
- package/dist-cjs/commands/GetProfileObjectTypeTemplateCommand.js +18 -41
- package/dist-cjs/commands/GetSimilarProfilesCommand.js +18 -41
- package/dist-cjs/commands/GetWorkflowCommand.js +18 -41
- package/dist-cjs/commands/GetWorkflowStepsCommand.js +18 -41
- package/dist-cjs/commands/ListAccountIntegrationsCommand.js +18 -41
- package/dist-cjs/commands/ListCalculatedAttributeDefinitionsCommand.js +18 -41
- package/dist-cjs/commands/ListCalculatedAttributesForProfileCommand.js +18 -41
- package/dist-cjs/commands/ListDomainsCommand.js +18 -41
- package/dist-cjs/commands/ListEventStreamsCommand.js +18 -41
- package/dist-cjs/commands/ListIdentityResolutionJobsCommand.js +18 -41
- package/dist-cjs/commands/ListIntegrationsCommand.js +18 -41
- package/dist-cjs/commands/ListProfileObjectTypeTemplatesCommand.js +18 -41
- package/dist-cjs/commands/ListProfileObjectTypesCommand.js +18 -41
- package/dist-cjs/commands/ListProfileObjectsCommand.js +18 -41
- package/dist-cjs/commands/ListRuleBasedMatchesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListWorkflowsCommand.js +18 -41
- package/dist-cjs/commands/MergeProfilesCommand.js +18 -41
- package/dist-cjs/commands/PutIntegrationCommand.js +18 -41
- package/dist-cjs/commands/PutProfileObjectCommand.js +18 -41
- package/dist-cjs/commands/PutProfileObjectTypeCommand.js +18 -41
- package/dist-cjs/commands/SearchProfilesCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateCalculatedAttributeDefinitionCommand.js +18 -41
- package/dist-cjs/commands/UpdateDomainCommand.js +18 -41
- package/dist-cjs/commands/UpdateProfileCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListEventStreamsPaginator.js +2 -24
- package/dist-es/commands/AddProfileKeyCommand.js +18 -41
- package/dist-es/commands/CreateCalculatedAttributeDefinitionCommand.js +18 -41
- package/dist-es/commands/CreateDomainCommand.js +18 -41
- package/dist-es/commands/CreateEventStreamCommand.js +18 -41
- package/dist-es/commands/CreateIntegrationWorkflowCommand.js +18 -41
- package/dist-es/commands/CreateProfileCommand.js +18 -41
- package/dist-es/commands/DeleteCalculatedAttributeDefinitionCommand.js +18 -41
- package/dist-es/commands/DeleteDomainCommand.js +18 -41
- package/dist-es/commands/DeleteEventStreamCommand.js +18 -41
- package/dist-es/commands/DeleteIntegrationCommand.js +18 -41
- package/dist-es/commands/DeleteProfileCommand.js +18 -41
- package/dist-es/commands/DeleteProfileKeyCommand.js +18 -41
- package/dist-es/commands/DeleteProfileObjectCommand.js +18 -41
- package/dist-es/commands/DeleteProfileObjectTypeCommand.js +18 -41
- package/dist-es/commands/DeleteWorkflowCommand.js +18 -41
- package/dist-es/commands/DetectProfileObjectTypeCommand.js +18 -41
- package/dist-es/commands/GetAutoMergingPreviewCommand.js +18 -41
- package/dist-es/commands/GetCalculatedAttributeDefinitionCommand.js +18 -41
- package/dist-es/commands/GetCalculatedAttributeForProfileCommand.js +18 -41
- package/dist-es/commands/GetDomainCommand.js +18 -41
- package/dist-es/commands/GetEventStreamCommand.js +18 -41
- package/dist-es/commands/GetIdentityResolutionJobCommand.js +18 -41
- package/dist-es/commands/GetIntegrationCommand.js +18 -41
- package/dist-es/commands/GetMatchesCommand.js +18 -41
- package/dist-es/commands/GetProfileObjectTypeCommand.js +18 -41
- package/dist-es/commands/GetProfileObjectTypeTemplateCommand.js +18 -41
- package/dist-es/commands/GetSimilarProfilesCommand.js +18 -41
- package/dist-es/commands/GetWorkflowCommand.js +18 -41
- package/dist-es/commands/GetWorkflowStepsCommand.js +18 -41
- package/dist-es/commands/ListAccountIntegrationsCommand.js +18 -41
- package/dist-es/commands/ListCalculatedAttributeDefinitionsCommand.js +18 -41
- package/dist-es/commands/ListCalculatedAttributesForProfileCommand.js +18 -41
- package/dist-es/commands/ListDomainsCommand.js +18 -41
- package/dist-es/commands/ListEventStreamsCommand.js +18 -41
- package/dist-es/commands/ListIdentityResolutionJobsCommand.js +18 -41
- package/dist-es/commands/ListIntegrationsCommand.js +18 -41
- package/dist-es/commands/ListProfileObjectTypeTemplatesCommand.js +18 -41
- package/dist-es/commands/ListProfileObjectTypesCommand.js +18 -41
- package/dist-es/commands/ListProfileObjectsCommand.js +18 -41
- package/dist-es/commands/ListRuleBasedMatchesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListWorkflowsCommand.js +18 -41
- package/dist-es/commands/MergeProfilesCommand.js +18 -41
- package/dist-es/commands/PutIntegrationCommand.js +18 -41
- package/dist-es/commands/PutProfileObjectCommand.js +18 -41
- package/dist-es/commands/PutProfileObjectTypeCommand.js +18 -41
- package/dist-es/commands/SearchProfilesCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateCalculatedAttributeDefinitionCommand.js +18 -41
- package/dist-es/commands/UpdateDomainCommand.js +18 -41
- package/dist-es/commands/UpdateProfileCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListEventStreamsPaginator.js +2 -23
- package/dist-types/commands/AddProfileKeyCommand.d.ts +6 -21
- package/dist-types/commands/CreateCalculatedAttributeDefinitionCommand.d.ts +6 -21
- package/dist-types/commands/CreateDomainCommand.d.ts +6 -21
- package/dist-types/commands/CreateEventStreamCommand.d.ts +6 -21
- package/dist-types/commands/CreateIntegrationWorkflowCommand.d.ts +6 -21
- package/dist-types/commands/CreateProfileCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCalculatedAttributeDefinitionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDomainCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEventStreamCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteProfileCommand.d.ts +6 -21
- package/dist-types/commands/DeleteProfileKeyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteProfileObjectCommand.d.ts +6 -21
- package/dist-types/commands/DeleteProfileObjectTypeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -21
- package/dist-types/commands/DetectProfileObjectTypeCommand.d.ts +6 -21
- package/dist-types/commands/GetAutoMergingPreviewCommand.d.ts +6 -21
- package/dist-types/commands/GetCalculatedAttributeDefinitionCommand.d.ts +6 -21
- package/dist-types/commands/GetCalculatedAttributeForProfileCommand.d.ts +6 -21
- package/dist-types/commands/GetDomainCommand.d.ts +6 -21
- package/dist-types/commands/GetEventStreamCommand.d.ts +6 -21
- package/dist-types/commands/GetIdentityResolutionJobCommand.d.ts +6 -21
- package/dist-types/commands/GetIntegrationCommand.d.ts +6 -21
- package/dist-types/commands/GetMatchesCommand.d.ts +6 -21
- package/dist-types/commands/GetProfileObjectTypeCommand.d.ts +6 -21
- package/dist-types/commands/GetProfileObjectTypeTemplateCommand.d.ts +6 -21
- package/dist-types/commands/GetSimilarProfilesCommand.d.ts +6 -21
- package/dist-types/commands/GetWorkflowCommand.d.ts +6 -21
- package/dist-types/commands/GetWorkflowStepsCommand.d.ts +6 -21
- package/dist-types/commands/ListAccountIntegrationsCommand.d.ts +6 -21
- package/dist-types/commands/ListCalculatedAttributeDefinitionsCommand.d.ts +6 -21
- package/dist-types/commands/ListCalculatedAttributesForProfileCommand.d.ts +6 -21
- package/dist-types/commands/ListDomainsCommand.d.ts +6 -21
- package/dist-types/commands/ListEventStreamsCommand.d.ts +6 -21
- package/dist-types/commands/ListIdentityResolutionJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListIntegrationsCommand.d.ts +6 -21
- package/dist-types/commands/ListProfileObjectTypeTemplatesCommand.d.ts +6 -21
- package/dist-types/commands/ListProfileObjectTypesCommand.d.ts +6 -21
- package/dist-types/commands/ListProfileObjectsCommand.d.ts +6 -21
- package/dist-types/commands/ListRuleBasedMatchesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListWorkflowsCommand.d.ts +6 -21
- package/dist-types/commands/MergeProfilesCommand.d.ts +6 -21
- package/dist-types/commands/PutIntegrationCommand.d.ts +6 -21
- package/dist-types/commands/PutProfileObjectCommand.d.ts +6 -21
- package/dist-types/commands/PutProfileObjectTypeCommand.d.ts +6 -21
- package/dist-types/commands/SearchProfilesCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDomainCommand.d.ts +6 -21
- package/dist-types/commands/UpdateProfileCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListEventStreamsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AddProfileKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateCalculatedAttributeDefinitionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateEventStreamCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateIntegrationWorkflowCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteCalculatedAttributeDefinitionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteEventStreamCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteProfileKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteProfileObjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteProfileObjectTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DetectProfileObjectTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAutoMergingPreviewCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetCalculatedAttributeDefinitionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetCalculatedAttributeForProfileCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetEventStreamCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetIdentityResolutionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetMatchesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetProfileObjectTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetProfileObjectTypeTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSimilarProfilesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetWorkflowStepsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAccountIntegrationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListCalculatedAttributeDefinitionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListCalculatedAttributesForProfileCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListEventStreamsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListIdentityResolutionJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListProfileObjectTypeTemplatesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListProfileObjectTypesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListProfileObjectsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListRuleBasedMatchesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutProfileObjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutProfileObjectTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SearchProfilesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListEventStreamsPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
5
4
|
import { CreateIntegrationWorkflowRequest, CreateIntegrationWorkflowResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateIntegrationWorkflowCommandInput extends CreateIntegration
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateIntegrationWorkflowCommandOutput extends CreateIntegrationWorkflowResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateIntegrationWorkflowCommand_base: {
|
|
24
|
+
new (input: CreateIntegrationWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIntegrationWorkflowCommandInput, CreateIntegrationWorkflowCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -150,23 +153,5 @@ export interface CreateIntegrationWorkflowCommandOutput extends CreateIntegratio
|
|
|
150
153
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
151
154
|
*
|
|
152
155
|
*/
|
|
153
|
-
export declare class CreateIntegrationWorkflowCommand extends
|
|
154
|
-
readonly input: CreateIntegrationWorkflowCommandInput;
|
|
155
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
156
|
-
/**
|
|
157
|
-
* @public
|
|
158
|
-
*/
|
|
159
|
-
constructor(input: CreateIntegrationWorkflowCommandInput);
|
|
160
|
-
/**
|
|
161
|
-
* @internal
|
|
162
|
-
*/
|
|
163
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIntegrationWorkflowCommandInput, CreateIntegrationWorkflowCommandOutput>;
|
|
164
|
-
/**
|
|
165
|
-
* @internal
|
|
166
|
-
*/
|
|
167
|
-
private serialize;
|
|
168
|
-
/**
|
|
169
|
-
* @internal
|
|
170
|
-
*/
|
|
171
|
-
private deserialize;
|
|
156
|
+
export declare class CreateIntegrationWorkflowCommand extends CreateIntegrationWorkflowCommand_base {
|
|
172
157
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
5
4
|
import { CreateProfileRequest, CreateProfileResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateProfileCommandInput extends CreateProfileRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateProfileCommandOutput extends CreateProfileResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateProfileCommand_base: {
|
|
24
|
+
new (input: CreateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProfileCommandInput, CreateProfileCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a standard profile.</p>
|
|
@@ -137,23 +140,5 @@ export interface CreateProfileCommandOutput extends CreateProfileResponse, __Met
|
|
|
137
140
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
138
141
|
*
|
|
139
142
|
*/
|
|
140
|
-
export declare class CreateProfileCommand extends
|
|
141
|
-
readonly input: CreateProfileCommandInput;
|
|
142
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
143
|
-
/**
|
|
144
|
-
* @public
|
|
145
|
-
*/
|
|
146
|
-
constructor(input: CreateProfileCommandInput);
|
|
147
|
-
/**
|
|
148
|
-
* @internal
|
|
149
|
-
*/
|
|
150
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProfileCommandInput, CreateProfileCommandOutput>;
|
|
151
|
-
/**
|
|
152
|
-
* @internal
|
|
153
|
-
*/
|
|
154
|
-
private serialize;
|
|
155
|
-
/**
|
|
156
|
-
* @internal
|
|
157
|
-
*/
|
|
158
|
-
private deserialize;
|
|
143
|
+
export declare class CreateProfileCommand extends CreateProfileCommand_base {
|
|
159
144
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
5
4
|
import { DeleteCalculatedAttributeDefinitionRequest, DeleteCalculatedAttributeDefinitionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteCalculatedAttributeDefinitionCommandInput extends DeleteC
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteCalculatedAttributeDefinitionCommandOutput extends DeleteCalculatedAttributeDefinitionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteCalculatedAttributeDefinitionCommand_base: {
|
|
24
|
+
new (input: DeleteCalculatedAttributeDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCalculatedAttributeDefinitionCommandInput, DeleteCalculatedAttributeDefinitionCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes an existing calculated attribute definition. Note that deleting a default calculated attribute
|
|
@@ -67,23 +70,5 @@ export interface DeleteCalculatedAttributeDefinitionCommandOutput extends Delete
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class DeleteCalculatedAttributeDefinitionCommand extends
|
|
71
|
-
readonly input: DeleteCalculatedAttributeDefinitionCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: DeleteCalculatedAttributeDefinitionCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCalculatedAttributeDefinitionCommandInput, DeleteCalculatedAttributeDefinitionCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class DeleteCalculatedAttributeDefinitionCommand extends DeleteCalculatedAttributeDefinitionCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
5
4
|
import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteDomainCommandInput extends DeleteDomainRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteDomainCommand_base: {
|
|
24
|
+
new (input: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a specific domain and all of its customer data, such as customer profile
|
|
@@ -67,23 +70,5 @@ export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __Metad
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class DeleteDomainCommand extends
|
|
71
|
-
readonly input: DeleteDomainCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: DeleteDomainCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDomainCommandInput, DeleteDomainCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
5
4
|
import { DeleteEventStreamRequest, DeleteEventStreamResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteEventStreamCommandInput extends DeleteEventStreamRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteEventStreamCommandOutput extends DeleteEventStreamResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteEventStreamCommand_base: {
|
|
24
|
+
new (input: DeleteEventStreamCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventStreamCommandInput, DeleteEventStreamCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Disables and deletes the specified event stream.</p>
|
|
@@ -65,23 +68,5 @@ export interface DeleteEventStreamCommandOutput extends DeleteEventStreamRespons
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class DeleteEventStreamCommand extends
|
|
69
|
-
readonly input: DeleteEventStreamCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: DeleteEventStreamCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEventStreamCommandInput, DeleteEventStreamCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class DeleteEventStreamCommand extends DeleteEventStreamCommand_base {
|
|
87
72
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
5
4
|
import { DeleteIntegrationRequest, DeleteIntegrationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteIntegrationCommandInput extends DeleteIntegrationRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteIntegrationCommandOutput extends DeleteIntegrationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteIntegrationCommand_base: {
|
|
24
|
+
new (input: DeleteIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes an integration from a specific domain.</p>
|
|
@@ -67,23 +70,5 @@ export interface DeleteIntegrationCommandOutput extends DeleteIntegrationRespons
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class DeleteIntegrationCommand extends
|
|
71
|
-
readonly input: DeleteIntegrationCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: DeleteIntegrationCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class DeleteIntegrationCommand extends DeleteIntegrationCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
5
4
|
import { DeleteProfileRequest, DeleteProfileResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteProfileCommandInput extends DeleteProfileRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteProfileCommandOutput extends DeleteProfileResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteProfileCommand_base: {
|
|
24
|
+
new (input: DeleteProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfileCommandInput, DeleteProfileCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the standard customer profile and all data pertaining to the profile.</p>
|
|
@@ -67,23 +70,5 @@ export interface DeleteProfileCommandOutput extends DeleteProfileResponse, __Met
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class DeleteProfileCommand extends
|
|
71
|
-
readonly input: DeleteProfileCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: DeleteProfileCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProfileCommandInput, DeleteProfileCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class DeleteProfileCommand extends DeleteProfileCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
5
4
|
import { DeleteProfileKeyRequest, DeleteProfileKeyResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteProfileKeyCommandInput extends DeleteProfileKeyRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteProfileKeyCommandOutput extends DeleteProfileKeyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteProfileKeyCommand_base: {
|
|
24
|
+
new (input: DeleteProfileKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfileKeyCommandInput, DeleteProfileKeyCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes a searchable key from a customer profile.</p>
|
|
@@ -71,23 +74,5 @@ export interface DeleteProfileKeyCommandOutput extends DeleteProfileKeyResponse,
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class DeleteProfileKeyCommand extends
|
|
75
|
-
readonly input: DeleteProfileKeyCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: DeleteProfileKeyCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProfileKeyCommandInput, DeleteProfileKeyCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class DeleteProfileKeyCommand extends DeleteProfileKeyCommand_base {
|
|
93
78
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
5
4
|
import { DeleteProfileObjectRequest, DeleteProfileObjectResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteProfileObjectCommandInput extends DeleteProfileObjectRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteProfileObjectCommandOutput extends DeleteProfileObjectResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteProfileObjectCommand_base: {
|
|
24
|
+
new (input: DeleteProfileObjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfileObjectCommandInput, DeleteProfileObjectCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes an object associated with a profile of a given ProfileObjectType.</p>
|
|
@@ -69,23 +72,5 @@ export interface DeleteProfileObjectCommandOutput extends DeleteProfileObjectRes
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class DeleteProfileObjectCommand extends
|
|
73
|
-
readonly input: DeleteProfileObjectCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: DeleteProfileObjectCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProfileObjectCommandInput, DeleteProfileObjectCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class DeleteProfileObjectCommand extends DeleteProfileObjectCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
5
4
|
import { DeleteProfileObjectTypeRequest, DeleteProfileObjectTypeResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteProfileObjectTypeCommandInput extends DeleteProfileObject
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteProfileObjectTypeCommandOutput extends DeleteProfileObjectTypeResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteProfileObjectTypeCommand_base: {
|
|
24
|
+
new (input: DeleteProfileObjectTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfileObjectTypeCommandInput, DeleteProfileObjectTypeCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes a ProfileObjectType from a specific domain as well as removes all the
|
|
@@ -70,23 +73,5 @@ export interface DeleteProfileObjectTypeCommandOutput extends DeleteProfileObjec
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class DeleteProfileObjectTypeCommand extends
|
|
74
|
-
readonly input: DeleteProfileObjectTypeCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: DeleteProfileObjectTypeCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProfileObjectTypeCommandInput, DeleteProfileObjectTypeCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class DeleteProfileObjectTypeCommand extends DeleteProfileObjectTypeCommand_base {
|
|
92
77
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
5
4
|
import { DeleteWorkflowRequest, DeleteWorkflowResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteWorkflowCommandInput extends DeleteWorkflowRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteWorkflowCommandOutput extends DeleteWorkflowResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteWorkflowCommand_base: {
|
|
24
|
+
new (input: DeleteWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified workflow and all its corresponding resources. This is an async process.</p>
|
|
@@ -65,23 +68,5 @@ export interface DeleteWorkflowCommandOutput extends DeleteWorkflowResponse, __M
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class DeleteWorkflowCommand extends
|
|
69
|
-
readonly input: DeleteWorkflowCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: DeleteWorkflowCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {
|
|
87
72
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
5
4
|
import { DetectProfileObjectTypeRequest, DetectProfileObjectTypeResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DetectProfileObjectTypeCommandInput extends DetectProfileObject
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DetectProfileObjectTypeCommandOutput extends DetectProfileObjectTypeResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DetectProfileObjectTypeCommand_base: {
|
|
24
|
+
new (input: DetectProfileObjectTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DetectProfileObjectTypeCommandInput, DetectProfileObjectTypeCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>The process of detecting profile object type mapping by using given objects.</p>
|
|
@@ -92,23 +95,5 @@ export interface DetectProfileObjectTypeCommandOutput extends DetectProfileObjec
|
|
|
92
95
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
93
96
|
*
|
|
94
97
|
*/
|
|
95
|
-
export declare class DetectProfileObjectTypeCommand extends
|
|
96
|
-
readonly input: DetectProfileObjectTypeCommandInput;
|
|
97
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
98
|
-
/**
|
|
99
|
-
* @public
|
|
100
|
-
*/
|
|
101
|
-
constructor(input: DetectProfileObjectTypeCommandInput);
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetectProfileObjectTypeCommandInput, DetectProfileObjectTypeCommandOutput>;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private serialize;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private deserialize;
|
|
98
|
+
export declare class DetectProfileObjectTypeCommand extends DetectProfileObjectTypeCommand_base {
|
|
114
99
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
5
4
|
import { GetAutoMergingPreviewRequest, GetAutoMergingPreviewResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetAutoMergingPreviewCommandInput extends GetAutoMergingPreview
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetAutoMergingPreviewCommandOutput extends GetAutoMergingPreviewResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetAutoMergingPreviewCommand_base: {
|
|
24
|
+
new (input: GetAutoMergingPreviewCommandInput): import("@smithy/smithy-client").CommandImpl<GetAutoMergingPreviewCommandInput, GetAutoMergingPreviewCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Tests the auto-merging settings of your Identity Resolution Job without merging your data. It randomly
|
|
@@ -93,23 +96,5 @@ export interface GetAutoMergingPreviewCommandOutput extends GetAutoMergingPrevie
|
|
|
93
96
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
94
97
|
*
|
|
95
98
|
*/
|
|
96
|
-
export declare class GetAutoMergingPreviewCommand extends
|
|
97
|
-
readonly input: GetAutoMergingPreviewCommandInput;
|
|
98
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
99
|
-
/**
|
|
100
|
-
* @public
|
|
101
|
-
*/
|
|
102
|
-
constructor(input: GetAutoMergingPreviewCommandInput);
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAutoMergingPreviewCommandInput, GetAutoMergingPreviewCommandOutput>;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private serialize;
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
private deserialize;
|
|
99
|
+
export declare class GetAutoMergingPreviewCommand extends GetAutoMergingPreviewCommand_base {
|
|
115
100
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
5
4
|
import { GetCalculatedAttributeDefinitionRequest, GetCalculatedAttributeDefinitionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetCalculatedAttributeDefinitionCommandInput extends GetCalcula
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetCalculatedAttributeDefinitionCommandOutput extends GetCalculatedAttributeDefinitionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetCalculatedAttributeDefinitionCommand_base: {
|
|
24
|
+
new (input: GetCalculatedAttributeDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<GetCalculatedAttributeDefinitionCommandInput, GetCalculatedAttributeDefinitionCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Provides more information on a calculated attribute definition for Customer Profiles.</p>
|
|
@@ -94,23 +97,5 @@ export interface GetCalculatedAttributeDefinitionCommandOutput extends GetCalcul
|
|
|
94
97
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
95
98
|
*
|
|
96
99
|
*/
|
|
97
|
-
export declare class GetCalculatedAttributeDefinitionCommand extends
|
|
98
|
-
readonly input: GetCalculatedAttributeDefinitionCommandInput;
|
|
99
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
100
|
-
/**
|
|
101
|
-
* @public
|
|
102
|
-
*/
|
|
103
|
-
constructor(input: GetCalculatedAttributeDefinitionCommandInput);
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCalculatedAttributeDefinitionCommandInput, GetCalculatedAttributeDefinitionCommandOutput>;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private serialize;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private deserialize;
|
|
100
|
+
export declare class GetCalculatedAttributeDefinitionCommand extends GetCalculatedAttributeDefinitionCommand_base {
|
|
116
101
|
}
|