@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,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 { ListProfileObjectTypesRequest, ListProfileObjectTypesResponse } from "../models/models_0";
5
- export interface ListProfileObjectTypesCommandInput extends ListProfileObjectTypesRequest {
6
- }
7
- export interface ListProfileObjectTypesCommandOutput extends ListProfileObjectTypesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListProfileObjectTypesCommand extends $Command<ListProfileObjectTypesCommandInput, ListProfileObjectTypesCommandOutput, CustomerProfilesClientResolvedConfig> {
11
- readonly input: ListProfileObjectTypesCommandInput;
12
- constructor(input: ListProfileObjectTypesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProfileObjectTypesCommandInput, ListProfileObjectTypesCommandOutput>;
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
+ ListProfileObjectTypesRequest,
15
+ ListProfileObjectTypesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListProfileObjectTypesCommandInput
18
+ extends ListProfileObjectTypesRequest {}
19
+ export interface ListProfileObjectTypesCommandOutput
20
+ extends ListProfileObjectTypesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListProfileObjectTypesCommand extends $Command<
24
+ ListProfileObjectTypesCommandInput,
25
+ ListProfileObjectTypesCommandOutput,
26
+ CustomerProfilesClientResolvedConfig
27
+ > {
28
+ readonly input: ListProfileObjectTypesCommandInput;
29
+ constructor(input: ListProfileObjectTypesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CustomerProfilesClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListProfileObjectTypesCommandInput,
37
+ ListProfileObjectTypesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { ListProfileObjectsRequest, ListProfileObjectsResponse } from "../models/models_0";
5
- export interface ListProfileObjectsCommandInput extends ListProfileObjectsRequest {
6
- }
7
- export interface ListProfileObjectsCommandOutput extends ListProfileObjectsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListProfileObjectsCommand extends $Command<ListProfileObjectsCommandInput, ListProfileObjectsCommandOutput, CustomerProfilesClientResolvedConfig> {
11
- readonly input: ListProfileObjectsCommandInput;
12
- constructor(input: ListProfileObjectsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProfileObjectsCommandInput, ListProfileObjectsCommandOutput>;
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
+ ListProfileObjectsRequest,
15
+ ListProfileObjectsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListProfileObjectsCommandInput
18
+ extends ListProfileObjectsRequest {}
19
+ export interface ListProfileObjectsCommandOutput
20
+ extends ListProfileObjectsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListProfileObjectsCommand extends $Command<
24
+ ListProfileObjectsCommandInput,
25
+ ListProfileObjectsCommandOutput,
26
+ CustomerProfilesClientResolvedConfig
27
+ > {
28
+ readonly input: ListProfileObjectsCommandInput;
29
+ constructor(input: ListProfileObjectsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CustomerProfilesClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListProfileObjectsCommandInput, ListProfileObjectsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CustomerProfilesClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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
+ ListTagsForResourceRequest,
15
+ ListTagsForResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListTagsForResourceCommand extends $Command<
24
+ ListTagsForResourceCommandInput,
25
+ ListTagsForResourceCommandOutput,
26
+ CustomerProfilesClientResolvedConfig
27
+ > {
28
+ readonly input: ListTagsForResourceCommandInput;
29
+ constructor(input: ListTagsForResourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CustomerProfilesClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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 { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_0";
5
- export interface ListWorkflowsCommandInput extends ListWorkflowsRequest {
6
- }
7
- export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListWorkflowsCommand extends $Command<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, CustomerProfilesClientResolvedConfig> {
11
- readonly input: ListWorkflowsCommandInput;
12
- constructor(input: ListWorkflowsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkflowsCommandInput, ListWorkflowsCommandOutput>;
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
+ ListWorkflowsRequest,
15
+ ListWorkflowsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListWorkflowsCommandInput extends ListWorkflowsRequest {}
18
+ export interface ListWorkflowsCommandOutput
19
+ extends ListWorkflowsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListWorkflowsCommand extends $Command<
23
+ ListWorkflowsCommandInput,
24
+ ListWorkflowsCommandOutput,
25
+ CustomerProfilesClientResolvedConfig
26
+ > {
27
+ readonly input: ListWorkflowsCommandInput;
28
+ constructor(input: ListWorkflowsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CustomerProfilesClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListWorkflowsCommandInput, ListWorkflowsCommandOutput>;
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 { MergeProfilesRequest, MergeProfilesResponse } from "../models/models_0";
5
- export interface MergeProfilesCommandInput extends MergeProfilesRequest {
6
- }
7
- export interface MergeProfilesCommandOutput extends MergeProfilesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class MergeProfilesCommand extends $Command<MergeProfilesCommandInput, MergeProfilesCommandOutput, CustomerProfilesClientResolvedConfig> {
11
- readonly input: MergeProfilesCommandInput;
12
- constructor(input: MergeProfilesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<MergeProfilesCommandInput, MergeProfilesCommandOutput>;
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
+ MergeProfilesRequest,
15
+ MergeProfilesResponse,
16
+ } from "../models/models_0";
17
+ export interface MergeProfilesCommandInput extends MergeProfilesRequest {}
18
+ export interface MergeProfilesCommandOutput
19
+ extends MergeProfilesResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class MergeProfilesCommand extends $Command<
23
+ MergeProfilesCommandInput,
24
+ MergeProfilesCommandOutput,
25
+ CustomerProfilesClientResolvedConfig
26
+ > {
27
+ readonly input: MergeProfilesCommandInput;
28
+ constructor(input: MergeProfilesCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CustomerProfilesClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<MergeProfilesCommandInput, MergeProfilesCommandOutput>;
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 { PutIntegrationRequest, PutIntegrationResponse } from "../models/models_0";
5
- export interface PutIntegrationCommandInput extends PutIntegrationRequest {
6
- }
7
- export interface PutIntegrationCommandOutput extends PutIntegrationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutIntegrationCommand extends $Command<PutIntegrationCommandInput, PutIntegrationCommandOutput, CustomerProfilesClientResolvedConfig> {
11
- readonly input: PutIntegrationCommandInput;
12
- constructor(input: PutIntegrationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutIntegrationCommandInput, PutIntegrationCommandOutput>;
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
+ PutIntegrationRequest,
15
+ PutIntegrationResponse,
16
+ } from "../models/models_0";
17
+ export interface PutIntegrationCommandInput extends PutIntegrationRequest {}
18
+ export interface PutIntegrationCommandOutput
19
+ extends PutIntegrationResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class PutIntegrationCommand extends $Command<
23
+ PutIntegrationCommandInput,
24
+ PutIntegrationCommandOutput,
25
+ CustomerProfilesClientResolvedConfig
26
+ > {
27
+ readonly input: PutIntegrationCommandInput;
28
+ constructor(input: PutIntegrationCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CustomerProfilesClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<PutIntegrationCommandInput, PutIntegrationCommandOutput>;
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 { PutProfileObjectRequest, PutProfileObjectResponse } from "../models/models_0";
5
- export interface PutProfileObjectCommandInput extends PutProfileObjectRequest {
6
- }
7
- export interface PutProfileObjectCommandOutput extends PutProfileObjectResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutProfileObjectCommand extends $Command<PutProfileObjectCommandInput, PutProfileObjectCommandOutput, CustomerProfilesClientResolvedConfig> {
11
- readonly input: PutProfileObjectCommandInput;
12
- constructor(input: PutProfileObjectCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutProfileObjectCommandInput, PutProfileObjectCommandOutput>;
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
+ PutProfileObjectRequest,
15
+ PutProfileObjectResponse,
16
+ } from "../models/models_0";
17
+ export interface PutProfileObjectCommandInput extends PutProfileObjectRequest {}
18
+ export interface PutProfileObjectCommandOutput
19
+ extends PutProfileObjectResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class PutProfileObjectCommand extends $Command<
23
+ PutProfileObjectCommandInput,
24
+ PutProfileObjectCommandOutput,
25
+ CustomerProfilesClientResolvedConfig
26
+ > {
27
+ readonly input: PutProfileObjectCommandInput;
28
+ constructor(input: PutProfileObjectCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CustomerProfilesClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<PutProfileObjectCommandInput, PutProfileObjectCommandOutput>;
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 { PutProfileObjectTypeRequest, PutProfileObjectTypeResponse } from "../models/models_0";
5
- export interface PutProfileObjectTypeCommandInput extends PutProfileObjectTypeRequest {
6
- }
7
- export interface PutProfileObjectTypeCommandOutput extends PutProfileObjectTypeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutProfileObjectTypeCommand extends $Command<PutProfileObjectTypeCommandInput, PutProfileObjectTypeCommandOutput, CustomerProfilesClientResolvedConfig> {
11
- readonly input: PutProfileObjectTypeCommandInput;
12
- constructor(input: PutProfileObjectTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutProfileObjectTypeCommandInput, PutProfileObjectTypeCommandOutput>;
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
+ PutProfileObjectTypeRequest,
15
+ PutProfileObjectTypeResponse,
16
+ } from "../models/models_0";
17
+ export interface PutProfileObjectTypeCommandInput
18
+ extends PutProfileObjectTypeRequest {}
19
+ export interface PutProfileObjectTypeCommandOutput
20
+ extends PutProfileObjectTypeResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class PutProfileObjectTypeCommand extends $Command<
24
+ PutProfileObjectTypeCommandInput,
25
+ PutProfileObjectTypeCommandOutput,
26
+ CustomerProfilesClientResolvedConfig
27
+ > {
28
+ readonly input: PutProfileObjectTypeCommandInput;
29
+ constructor(input: PutProfileObjectTypeCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CustomerProfilesClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ PutProfileObjectTypeCommandInput,
37
+ PutProfileObjectTypeCommandOutput
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 { SearchProfilesRequest, SearchProfilesResponse } from "../models/models_0";
5
- export interface SearchProfilesCommandInput extends SearchProfilesRequest {
6
- }
7
- export interface SearchProfilesCommandOutput extends SearchProfilesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SearchProfilesCommand extends $Command<SearchProfilesCommandInput, SearchProfilesCommandOutput, CustomerProfilesClientResolvedConfig> {
11
- readonly input: SearchProfilesCommandInput;
12
- constructor(input: SearchProfilesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchProfilesCommandInput, SearchProfilesCommandOutput>;
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
+ SearchProfilesRequest,
15
+ SearchProfilesResponse,
16
+ } from "../models/models_0";
17
+ export interface SearchProfilesCommandInput extends SearchProfilesRequest {}
18
+ export interface SearchProfilesCommandOutput
19
+ extends SearchProfilesResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class SearchProfilesCommand extends $Command<
23
+ SearchProfilesCommandInput,
24
+ SearchProfilesCommandOutput,
25
+ CustomerProfilesClientResolvedConfig
26
+ > {
27
+ readonly input: SearchProfilesCommandInput;
28
+ constructor(input: SearchProfilesCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CustomerProfilesClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<SearchProfilesCommandInput, SearchProfilesCommandOutput>;
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CustomerProfilesClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class TagResourceCommand extends $Command<
20
+ TagResourceCommandInput,
21
+ TagResourceCommandOutput,
22
+ CustomerProfilesClientResolvedConfig
23
+ > {
24
+ readonly input: TagResourceCommandInput;
25
+ constructor(input: TagResourceCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CustomerProfilesClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CustomerProfilesClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CustomerProfilesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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
+ UntagResourceRequest,
15
+ UntagResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
+ export interface UntagResourceCommandOutput
19
+ extends UntagResourceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UntagResourceCommand extends $Command<
23
+ UntagResourceCommandInput,
24
+ UntagResourceCommandOutput,
25
+ CustomerProfilesClientResolvedConfig
26
+ > {
27
+ readonly input: UntagResourceCommandInput;
28
+ constructor(input: UntagResourceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CustomerProfilesClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }