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