@aws-sdk/client-customer-profiles 3.693.0 → 3.695.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 (77) hide show
  1. package/README.md +104 -0
  2. package/dist-cjs/index.js +1265 -46
  3. package/dist-es/CustomerProfiles.js +26 -0
  4. package/dist-es/commands/BatchGetCalculatedAttributeForProfileCommand.js +23 -0
  5. package/dist-es/commands/BatchGetProfileCommand.js +23 -0
  6. package/dist-es/commands/CreateSegmentDefinitionCommand.js +23 -0
  7. package/dist-es/commands/CreateSegmentEstimateCommand.js +23 -0
  8. package/dist-es/commands/CreateSegmentSnapshotCommand.js +22 -0
  9. package/dist-es/commands/DeleteSegmentDefinitionCommand.js +22 -0
  10. package/dist-es/commands/GetSegmentDefinitionCommand.js +23 -0
  11. package/dist-es/commands/GetSegmentEstimateCommand.js +22 -0
  12. package/dist-es/commands/GetSegmentMembershipCommand.js +23 -0
  13. package/dist-es/commands/GetSegmentSnapshotCommand.js +22 -0
  14. package/dist-es/commands/ListObjectTypeAttributesCommand.js +22 -0
  15. package/dist-es/commands/ListProfileAttributeValuesCommand.js +22 -0
  16. package/dist-es/commands/ListSegmentDefinitionsCommand.js +23 -0
  17. package/dist-es/commands/index.js +13 -0
  18. package/dist-es/models/models_0.js +208 -34
  19. package/dist-es/pagination/GetSimilarProfilesPaginator.js +4 -0
  20. package/dist-es/pagination/ListObjectTypeAttributesPaginator.js +4 -0
  21. package/dist-es/pagination/ListRuleBasedMatchesPaginator.js +4 -0
  22. package/dist-es/pagination/ListSegmentDefinitionsPaginator.js +4 -0
  23. package/dist-es/pagination/index.js +4 -0
  24. package/dist-es/protocols/Aws_restJson1.js +739 -2
  25. package/dist-types/CustomerProfiles.d.ts +91 -0
  26. package/dist-types/CustomerProfilesClient.d.ts +15 -2
  27. package/dist-types/commands/BatchGetCalculatedAttributeForProfileCommand.d.ts +119 -0
  28. package/dist-types/commands/BatchGetProfileCommand.d.ts +177 -0
  29. package/dist-types/commands/CreateCalculatedAttributeDefinitionCommand.d.ts +40 -0
  30. package/dist-types/commands/CreateSegmentDefinitionCommand.d.ts +221 -0
  31. package/dist-types/commands/CreateSegmentEstimateCommand.d.ts +210 -0
  32. package/dist-types/commands/CreateSegmentSnapshotCommand.d.ts +91 -0
  33. package/dist-types/commands/DeleteSegmentDefinitionCommand.d.ts +87 -0
  34. package/dist-types/commands/DetectProfileObjectTypeCommand.d.ts +1 -1
  35. package/dist-types/commands/GetCalculatedAttributeDefinitionCommand.d.ts +20 -0
  36. package/dist-types/commands/GetProfileObjectTypeCommand.d.ts +1 -1
  37. package/dist-types/commands/GetProfileObjectTypeTemplateCommand.d.ts +1 -1
  38. package/dist-types/commands/GetSegmentDefinitionCommand.d.ts +216 -0
  39. package/dist-types/commands/GetSegmentEstimateCommand.d.ts +92 -0
  40. package/dist-types/commands/GetSegmentMembershipCommand.d.ts +183 -0
  41. package/dist-types/commands/GetSegmentSnapshotCommand.d.ts +94 -0
  42. package/dist-types/commands/ListObjectTypeAttributesCommand.d.ts +95 -0
  43. package/dist-types/commands/ListProfileAttributeValuesCommand.d.ts +94 -0
  44. package/dist-types/commands/ListSegmentDefinitionsCommand.d.ts +100 -0
  45. package/dist-types/commands/PutProfileObjectTypeCommand.d.ts +2 -2
  46. package/dist-types/commands/index.d.ts +13 -0
  47. package/dist-types/models/models_0.d.ts +2277 -826
  48. package/dist-types/pagination/GetSimilarProfilesPaginator.d.ts +7 -0
  49. package/dist-types/pagination/ListObjectTypeAttributesPaginator.d.ts +7 -0
  50. package/dist-types/pagination/ListRuleBasedMatchesPaginator.d.ts +7 -0
  51. package/dist-types/pagination/ListSegmentDefinitionsPaginator.d.ts +7 -0
  52. package/dist-types/pagination/index.d.ts +4 -0
  53. package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
  54. package/dist-types/ts3.4/CustomerProfiles.d.ts +227 -0
  55. package/dist-types/ts3.4/CustomerProfilesClient.d.ts +78 -0
  56. package/dist-types/ts3.4/commands/BatchGetCalculatedAttributeForProfileCommand.d.ts +51 -0
  57. package/dist-types/ts3.4/commands/BatchGetProfileCommand.d.ts +50 -0
  58. package/dist-types/ts3.4/commands/CreateSegmentDefinitionCommand.d.ts +51 -0
  59. package/dist-types/ts3.4/commands/CreateSegmentEstimateCommand.d.ts +51 -0
  60. package/dist-types/ts3.4/commands/CreateSegmentSnapshotCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/DeleteSegmentDefinitionCommand.d.ts +51 -0
  62. package/dist-types/ts3.4/commands/GetSegmentDefinitionCommand.d.ts +51 -0
  63. package/dist-types/ts3.4/commands/GetSegmentEstimateCommand.d.ts +51 -0
  64. package/dist-types/ts3.4/commands/GetSegmentMembershipCommand.d.ts +51 -0
  65. package/dist-types/ts3.4/commands/GetSegmentSnapshotCommand.d.ts +51 -0
  66. package/dist-types/ts3.4/commands/ListObjectTypeAttributesCommand.d.ts +51 -0
  67. package/dist-types/ts3.4/commands/ListProfileAttributeValuesCommand.d.ts +51 -0
  68. package/dist-types/ts3.4/commands/ListSegmentDefinitionsCommand.d.ts +51 -0
  69. package/dist-types/ts3.4/commands/index.d.ts +13 -0
  70. package/dist-types/ts3.4/models/models_0.d.ts +503 -44
  71. package/dist-types/ts3.4/pagination/GetSimilarProfilesPaginator.d.ts +11 -0
  72. package/dist-types/ts3.4/pagination/ListObjectTypeAttributesPaginator.d.ts +11 -0
  73. package/dist-types/ts3.4/pagination/ListRuleBasedMatchesPaginator.d.ts +11 -0
  74. package/dist-types/ts3.4/pagination/ListSegmentDefinitionsPaginator.d.ts +11 -0
  75. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  76. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
  77. package/package.json +1 -1
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CustomerProfilesClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CustomerProfilesClient";
8
+ import {
9
+ GetSegmentSnapshotRequest,
10
+ GetSegmentSnapshotResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetSegmentSnapshotCommandInput
15
+ extends GetSegmentSnapshotRequest {}
16
+ export interface GetSegmentSnapshotCommandOutput
17
+ extends GetSegmentSnapshotResponse,
18
+ __MetadataBearer {}
19
+ declare const GetSegmentSnapshotCommand_base: {
20
+ new (
21
+ input: GetSegmentSnapshotCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetSegmentSnapshotCommandInput,
24
+ GetSegmentSnapshotCommandOutput,
25
+ CustomerProfilesClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: GetSegmentSnapshotCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetSegmentSnapshotCommandInput,
33
+ GetSegmentSnapshotCommandOutput,
34
+ CustomerProfilesClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetSegmentSnapshotCommand extends GetSegmentSnapshotCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetSegmentSnapshotRequest;
44
+ output: GetSegmentSnapshotResponse;
45
+ };
46
+ sdk: {
47
+ input: GetSegmentSnapshotCommandInput;
48
+ output: GetSegmentSnapshotCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CustomerProfilesClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CustomerProfilesClient";
8
+ import {
9
+ ListObjectTypeAttributesRequest,
10
+ ListObjectTypeAttributesResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListObjectTypeAttributesCommandInput
15
+ extends ListObjectTypeAttributesRequest {}
16
+ export interface ListObjectTypeAttributesCommandOutput
17
+ extends ListObjectTypeAttributesResponse,
18
+ __MetadataBearer {}
19
+ declare const ListObjectTypeAttributesCommand_base: {
20
+ new (
21
+ input: ListObjectTypeAttributesCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListObjectTypeAttributesCommandInput,
24
+ ListObjectTypeAttributesCommandOutput,
25
+ CustomerProfilesClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ListObjectTypeAttributesCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListObjectTypeAttributesCommandInput,
33
+ ListObjectTypeAttributesCommandOutput,
34
+ CustomerProfilesClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListObjectTypeAttributesCommand extends ListObjectTypeAttributesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListObjectTypeAttributesRequest;
44
+ output: ListObjectTypeAttributesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListObjectTypeAttributesCommandInput;
48
+ output: ListObjectTypeAttributesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CustomerProfilesClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CustomerProfilesClient";
8
+ import {
9
+ ProfileAttributeValuesRequest,
10
+ ProfileAttributeValuesResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListProfileAttributeValuesCommandInput
15
+ extends ProfileAttributeValuesRequest {}
16
+ export interface ListProfileAttributeValuesCommandOutput
17
+ extends ProfileAttributeValuesResponse,
18
+ __MetadataBearer {}
19
+ declare const ListProfileAttributeValuesCommand_base: {
20
+ new (
21
+ input: ListProfileAttributeValuesCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListProfileAttributeValuesCommandInput,
24
+ ListProfileAttributeValuesCommandOutput,
25
+ CustomerProfilesClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ListProfileAttributeValuesCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListProfileAttributeValuesCommandInput,
33
+ ListProfileAttributeValuesCommandOutput,
34
+ CustomerProfilesClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListProfileAttributeValuesCommand extends ListProfileAttributeValuesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ProfileAttributeValuesRequest;
44
+ output: ProfileAttributeValuesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListProfileAttributeValuesCommandInput;
48
+ output: ListProfileAttributeValuesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CustomerProfilesClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CustomerProfilesClient";
8
+ import {
9
+ ListSegmentDefinitionsRequest,
10
+ ListSegmentDefinitionsResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListSegmentDefinitionsCommandInput
15
+ extends ListSegmentDefinitionsRequest {}
16
+ export interface ListSegmentDefinitionsCommandOutput
17
+ extends ListSegmentDefinitionsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListSegmentDefinitionsCommand_base: {
20
+ new (
21
+ input: ListSegmentDefinitionsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListSegmentDefinitionsCommandInput,
24
+ ListSegmentDefinitionsCommandOutput,
25
+ CustomerProfilesClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ListSegmentDefinitionsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListSegmentDefinitionsCommandInput,
33
+ ListSegmentDefinitionsCommandOutput,
34
+ CustomerProfilesClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListSegmentDefinitionsCommand extends ListSegmentDefinitionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListSegmentDefinitionsRequest;
44
+ output: ListSegmentDefinitionsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListSegmentDefinitionsCommandInput;
48
+ output: ListSegmentDefinitionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -1,9 +1,14 @@
1
1
  export * from "./AddProfileKeyCommand";
2
+ export * from "./BatchGetCalculatedAttributeForProfileCommand";
3
+ export * from "./BatchGetProfileCommand";
2
4
  export * from "./CreateCalculatedAttributeDefinitionCommand";
3
5
  export * from "./CreateDomainCommand";
4
6
  export * from "./CreateEventStreamCommand";
5
7
  export * from "./CreateIntegrationWorkflowCommand";
6
8
  export * from "./CreateProfileCommand";
9
+ export * from "./CreateSegmentDefinitionCommand";
10
+ export * from "./CreateSegmentEstimateCommand";
11
+ export * from "./CreateSegmentSnapshotCommand";
7
12
  export * from "./DeleteCalculatedAttributeDefinitionCommand";
8
13
  export * from "./DeleteDomainCommand";
9
14
  export * from "./DeleteEventStreamCommand";
@@ -12,6 +17,7 @@ export * from "./DeleteProfileCommand";
12
17
  export * from "./DeleteProfileKeyCommand";
13
18
  export * from "./DeleteProfileObjectCommand";
14
19
  export * from "./DeleteProfileObjectTypeCommand";
20
+ export * from "./DeleteSegmentDefinitionCommand";
15
21
  export * from "./DeleteWorkflowCommand";
16
22
  export * from "./DetectProfileObjectTypeCommand";
17
23
  export * from "./GetAutoMergingPreviewCommand";
@@ -24,6 +30,10 @@ export * from "./GetIntegrationCommand";
24
30
  export * from "./GetMatchesCommand";
25
31
  export * from "./GetProfileObjectTypeCommand";
26
32
  export * from "./GetProfileObjectTypeTemplateCommand";
33
+ export * from "./GetSegmentDefinitionCommand";
34
+ export * from "./GetSegmentEstimateCommand";
35
+ export * from "./GetSegmentMembershipCommand";
36
+ export * from "./GetSegmentSnapshotCommand";
27
37
  export * from "./GetSimilarProfilesCommand";
28
38
  export * from "./GetWorkflowCommand";
29
39
  export * from "./GetWorkflowStepsCommand";
@@ -34,10 +44,13 @@ export * from "./ListDomainsCommand";
34
44
  export * from "./ListEventStreamsCommand";
35
45
  export * from "./ListIdentityResolutionJobsCommand";
36
46
  export * from "./ListIntegrationsCommand";
47
+ export * from "./ListObjectTypeAttributesCommand";
48
+ export * from "./ListProfileAttributeValuesCommand";
37
49
  export * from "./ListProfileObjectTypeTemplatesCommand";
38
50
  export * from "./ListProfileObjectTypesCommand";
39
51
  export * from "./ListProfileObjectsCommand";
40
52
  export * from "./ListRuleBasedMatchesCommand";
53
+ export * from "./ListSegmentDefinitionsCommand";
41
54
  export * from "./ListTagsForResourceCommand";
42
55
  export * from "./ListWorkflowsCommand";
43
56
  export * from "./MergeProfilesCommand";