@aws-sdk/client-customer-profiles 3.169.0 → 3.170.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/CHANGELOG.md +11 -0
- package/dist-cjs/protocols/Aws_restJson1.js +7 -0
- package/dist-es/protocols/Aws_restJson1.js +7 -0
- package/dist-types/CustomerProfiles.d.ts +10 -4
- package/dist-types/commands/AddProfileKeyCommand.d.ts +1 -1
- package/dist-types/commands/PutIntegrationCommand.d.ts +3 -0
- package/dist-types/commands/PutProfileObjectCommand.d.ts +3 -3
- package/dist-types/commands/PutProfileObjectTypeCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +15 -0
- package/dist-types/ts3.4/CustomerProfiles.d.ts +688 -195
- package/dist-types/ts3.4/CustomerProfilesClient.d.ts +358 -111
- package/dist-types/ts3.4/commands/AddProfileKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateIntegrationWorkflowCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteProfileKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteProfileObjectCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteProfileObjectTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAutoMergingPreviewCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetIdentityResolutionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMatchesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetProfileObjectTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetProfileObjectTypeTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetWorkflowStepsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAccountIntegrationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListIdentityResolutionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListProfileObjectTypeTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListProfileObjectTypesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListProfileObjectsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutProfileObjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutProfileObjectTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchProfilesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +38 -38
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/CustomerProfilesServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1946 -1824
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +461 -116
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CustomerProfilesClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CustomerProfilesClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateProfileRequest,
|
|
15
|
+
CreateProfileResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateProfileCommandInput extends CreateProfileRequest {}
|
|
18
|
+
export interface CreateProfileCommandOutput
|
|
19
|
+
extends CreateProfileResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateProfileCommand extends $Command<
|
|
23
|
+
CreateProfileCommandInput,
|
|
24
|
+
CreateProfileCommandOutput,
|
|
25
|
+
CustomerProfilesClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateProfileCommandInput;
|
|
28
|
+
constructor(input: CreateProfileCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CustomerProfilesClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateProfileCommandInput, CreateProfileCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CustomerProfilesClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CustomerProfilesClient";
|
|
13
|
+
import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
|
|
14
|
+
export interface DeleteDomainCommandInput extends DeleteDomainRequest {}
|
|
15
|
+
export interface DeleteDomainCommandOutput
|
|
16
|
+
extends DeleteDomainResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteDomainCommand extends $Command<
|
|
20
|
+
DeleteDomainCommandInput,
|
|
21
|
+
DeleteDomainCommandOutput,
|
|
22
|
+
CustomerProfilesClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteDomainCommandInput;
|
|
25
|
+
constructor(input: DeleteDomainCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CustomerProfilesClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteDomainCommandInput, DeleteDomainCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CustomerProfilesClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CustomerProfilesClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteIntegrationRequest,
|
|
15
|
+
DeleteIntegrationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteIntegrationCommandInput
|
|
18
|
+
extends DeleteIntegrationRequest {}
|
|
19
|
+
export interface DeleteIntegrationCommandOutput
|
|
20
|
+
extends DeleteIntegrationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteIntegrationCommand extends $Command<
|
|
24
|
+
DeleteIntegrationCommandInput,
|
|
25
|
+
DeleteIntegrationCommandOutput,
|
|
26
|
+
CustomerProfilesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteIntegrationCommandInput;
|
|
29
|
+
constructor(input: DeleteIntegrationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CustomerProfilesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CustomerProfilesClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CustomerProfilesClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteProfileRequest,
|
|
15
|
+
DeleteProfileResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteProfileCommandInput extends DeleteProfileRequest {}
|
|
18
|
+
export interface DeleteProfileCommandOutput
|
|
19
|
+
extends DeleteProfileResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteProfileCommand extends $Command<
|
|
23
|
+
DeleteProfileCommandInput,
|
|
24
|
+
DeleteProfileCommandOutput,
|
|
25
|
+
CustomerProfilesClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteProfileCommandInput;
|
|
28
|
+
constructor(input: DeleteProfileCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CustomerProfilesClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteProfileCommandInput, DeleteProfileCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CustomerProfilesClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CustomerProfilesClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteProfileKeyRequest,
|
|
15
|
+
DeleteProfileKeyResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteProfileKeyCommandInput extends DeleteProfileKeyRequest {}
|
|
18
|
+
export interface DeleteProfileKeyCommandOutput
|
|
19
|
+
extends DeleteProfileKeyResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteProfileKeyCommand extends $Command<
|
|
23
|
+
DeleteProfileKeyCommandInput,
|
|
24
|
+
DeleteProfileKeyCommandOutput,
|
|
25
|
+
CustomerProfilesClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteProfileKeyCommandInput;
|
|
28
|
+
constructor(input: DeleteProfileKeyCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CustomerProfilesClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteProfileKeyCommandInput, DeleteProfileKeyCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CustomerProfilesClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CustomerProfilesClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteProfileObjectRequest,
|
|
15
|
+
DeleteProfileObjectResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteProfileObjectCommandInput
|
|
18
|
+
extends DeleteProfileObjectRequest {}
|
|
19
|
+
export interface DeleteProfileObjectCommandOutput
|
|
20
|
+
extends DeleteProfileObjectResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteProfileObjectCommand extends $Command<
|
|
24
|
+
DeleteProfileObjectCommandInput,
|
|
25
|
+
DeleteProfileObjectCommandOutput,
|
|
26
|
+
CustomerProfilesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteProfileObjectCommandInput;
|
|
29
|
+
constructor(input: DeleteProfileObjectCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CustomerProfilesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteProfileObjectCommandInput, DeleteProfileObjectCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CustomerProfilesClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CustomerProfilesClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteProfileObjectTypeRequest,
|
|
15
|
+
DeleteProfileObjectTypeResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteProfileObjectTypeCommandInput
|
|
18
|
+
extends DeleteProfileObjectTypeRequest {}
|
|
19
|
+
export interface DeleteProfileObjectTypeCommandOutput
|
|
20
|
+
extends DeleteProfileObjectTypeResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteProfileObjectTypeCommand extends $Command<
|
|
24
|
+
DeleteProfileObjectTypeCommandInput,
|
|
25
|
+
DeleteProfileObjectTypeCommandOutput,
|
|
26
|
+
CustomerProfilesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteProfileObjectTypeCommandInput;
|
|
29
|
+
constructor(input: DeleteProfileObjectTypeCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CustomerProfilesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteProfileObjectTypeCommandInput,
|
|
37
|
+
DeleteProfileObjectTypeCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CustomerProfilesClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CustomerProfilesClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteWorkflowRequest,
|
|
15
|
+
DeleteWorkflowResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteWorkflowCommandInput extends DeleteWorkflowRequest {}
|
|
18
|
+
export interface DeleteWorkflowCommandOutput
|
|
19
|
+
extends DeleteWorkflowResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteWorkflowCommand extends $Command<
|
|
23
|
+
DeleteWorkflowCommandInput,
|
|
24
|
+
DeleteWorkflowCommandOutput,
|
|
25
|
+
CustomerProfilesClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteWorkflowCommandInput;
|
|
28
|
+
constructor(input: DeleteWorkflowCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CustomerProfilesClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CustomerProfilesClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CustomerProfilesClient";
|
|
13
|
+
import {
|
|
14
|
+
GetAutoMergingPreviewRequest,
|
|
15
|
+
GetAutoMergingPreviewResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetAutoMergingPreviewCommandInput
|
|
18
|
+
extends GetAutoMergingPreviewRequest {}
|
|
19
|
+
export interface GetAutoMergingPreviewCommandOutput
|
|
20
|
+
extends GetAutoMergingPreviewResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetAutoMergingPreviewCommand extends $Command<
|
|
24
|
+
GetAutoMergingPreviewCommandInput,
|
|
25
|
+
GetAutoMergingPreviewCommandOutput,
|
|
26
|
+
CustomerProfilesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetAutoMergingPreviewCommandInput;
|
|
29
|
+
constructor(input: GetAutoMergingPreviewCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CustomerProfilesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetAutoMergingPreviewCommandInput,
|
|
37
|
+
GetAutoMergingPreviewCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CustomerProfilesClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CustomerProfilesClient";
|
|
13
|
+
import { GetDomainRequest, GetDomainResponse } from "../models/models_0";
|
|
14
|
+
export interface GetDomainCommandInput extends GetDomainRequest {}
|
|
15
|
+
export interface GetDomainCommandOutput
|
|
16
|
+
extends GetDomainResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetDomainCommand extends $Command<
|
|
20
|
+
GetDomainCommandInput,
|
|
21
|
+
GetDomainCommandOutput,
|
|
22
|
+
CustomerProfilesClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetDomainCommandInput;
|
|
25
|
+
constructor(input: GetDomainCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CustomerProfilesClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetDomainCommandInput, GetDomainCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CustomerProfilesClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CustomerProfilesClient";
|
|
13
|
+
import {
|
|
14
|
+
GetIdentityResolutionJobRequest,
|
|
15
|
+
GetIdentityResolutionJobResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetIdentityResolutionJobCommandInput
|
|
18
|
+
extends GetIdentityResolutionJobRequest {}
|
|
19
|
+
export interface GetIdentityResolutionJobCommandOutput
|
|
20
|
+
extends GetIdentityResolutionJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetIdentityResolutionJobCommand extends $Command<
|
|
24
|
+
GetIdentityResolutionJobCommandInput,
|
|
25
|
+
GetIdentityResolutionJobCommandOutput,
|
|
26
|
+
CustomerProfilesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetIdentityResolutionJobCommandInput;
|
|
29
|
+
constructor(input: GetIdentityResolutionJobCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CustomerProfilesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetIdentityResolutionJobCommandInput,
|
|
37
|
+
GetIdentityResolutionJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|