@aws-sdk/client-customer-profiles 3.693.0 → 3.696.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 +35 -35
@@ -1,10 +1,15 @@
1
1
  import { createAggregatedClient } from "@smithy/smithy-client";
2
2
  import { AddProfileKeyCommand, } from "./commands/AddProfileKeyCommand";
3
+ import { BatchGetCalculatedAttributeForProfileCommand, } from "./commands/BatchGetCalculatedAttributeForProfileCommand";
4
+ import { BatchGetProfileCommand, } from "./commands/BatchGetProfileCommand";
3
5
  import { CreateCalculatedAttributeDefinitionCommand, } from "./commands/CreateCalculatedAttributeDefinitionCommand";
4
6
  import { CreateDomainCommand, } from "./commands/CreateDomainCommand";
5
7
  import { CreateEventStreamCommand, } from "./commands/CreateEventStreamCommand";
6
8
  import { CreateIntegrationWorkflowCommand, } from "./commands/CreateIntegrationWorkflowCommand";
7
9
  import { CreateProfileCommand, } from "./commands/CreateProfileCommand";
10
+ import { CreateSegmentDefinitionCommand, } from "./commands/CreateSegmentDefinitionCommand";
11
+ import { CreateSegmentEstimateCommand, } from "./commands/CreateSegmentEstimateCommand";
12
+ import { CreateSegmentSnapshotCommand, } from "./commands/CreateSegmentSnapshotCommand";
8
13
  import { DeleteCalculatedAttributeDefinitionCommand, } from "./commands/DeleteCalculatedAttributeDefinitionCommand";
9
14
  import { DeleteDomainCommand, } from "./commands/DeleteDomainCommand";
10
15
  import { DeleteEventStreamCommand, } from "./commands/DeleteEventStreamCommand";
@@ -13,6 +18,7 @@ import { DeleteProfileCommand, } from "./commands/DeleteProfileCommand";
13
18
  import { DeleteProfileKeyCommand, } from "./commands/DeleteProfileKeyCommand";
14
19
  import { DeleteProfileObjectCommand, } from "./commands/DeleteProfileObjectCommand";
15
20
  import { DeleteProfileObjectTypeCommand, } from "./commands/DeleteProfileObjectTypeCommand";
21
+ import { DeleteSegmentDefinitionCommand, } from "./commands/DeleteSegmentDefinitionCommand";
16
22
  import { DeleteWorkflowCommand, } from "./commands/DeleteWorkflowCommand";
17
23
  import { DetectProfileObjectTypeCommand, } from "./commands/DetectProfileObjectTypeCommand";
18
24
  import { GetAutoMergingPreviewCommand, } from "./commands/GetAutoMergingPreviewCommand";
@@ -25,6 +31,10 @@ import { GetIntegrationCommand, } from "./commands/GetIntegrationCommand";
25
31
  import { GetMatchesCommand } from "./commands/GetMatchesCommand";
26
32
  import { GetProfileObjectTypeCommand, } from "./commands/GetProfileObjectTypeCommand";
27
33
  import { GetProfileObjectTypeTemplateCommand, } from "./commands/GetProfileObjectTypeTemplateCommand";
34
+ import { GetSegmentDefinitionCommand, } from "./commands/GetSegmentDefinitionCommand";
35
+ import { GetSegmentEstimateCommand, } from "./commands/GetSegmentEstimateCommand";
36
+ import { GetSegmentMembershipCommand, } from "./commands/GetSegmentMembershipCommand";
37
+ import { GetSegmentSnapshotCommand, } from "./commands/GetSegmentSnapshotCommand";
28
38
  import { GetSimilarProfilesCommand, } from "./commands/GetSimilarProfilesCommand";
29
39
  import { GetWorkflowCommand } from "./commands/GetWorkflowCommand";
30
40
  import { GetWorkflowStepsCommand, } from "./commands/GetWorkflowStepsCommand";
@@ -35,10 +45,13 @@ import { ListDomainsCommand } from "./commands/ListDomainsCommand";
35
45
  import { ListEventStreamsCommand, } from "./commands/ListEventStreamsCommand";
36
46
  import { ListIdentityResolutionJobsCommand, } from "./commands/ListIdentityResolutionJobsCommand";
37
47
  import { ListIntegrationsCommand, } from "./commands/ListIntegrationsCommand";
48
+ import { ListObjectTypeAttributesCommand, } from "./commands/ListObjectTypeAttributesCommand";
49
+ import { ListProfileAttributeValuesCommand, } from "./commands/ListProfileAttributeValuesCommand";
38
50
  import { ListProfileObjectsCommand, } from "./commands/ListProfileObjectsCommand";
39
51
  import { ListProfileObjectTypesCommand, } from "./commands/ListProfileObjectTypesCommand";
40
52
  import { ListProfileObjectTypeTemplatesCommand, } from "./commands/ListProfileObjectTypeTemplatesCommand";
41
53
  import { ListRuleBasedMatchesCommand, } from "./commands/ListRuleBasedMatchesCommand";
54
+ import { ListSegmentDefinitionsCommand, } from "./commands/ListSegmentDefinitionsCommand";
42
55
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
43
56
  import { ListWorkflowsCommand, } from "./commands/ListWorkflowsCommand";
44
57
  import { MergeProfilesCommand, } from "./commands/MergeProfilesCommand";
@@ -54,11 +67,16 @@ import { UpdateProfileCommand, } from "./commands/UpdateProfileCommand";
54
67
  import { CustomerProfilesClient } from "./CustomerProfilesClient";
55
68
  const commands = {
56
69
  AddProfileKeyCommand,
70
+ BatchGetCalculatedAttributeForProfileCommand,
71
+ BatchGetProfileCommand,
57
72
  CreateCalculatedAttributeDefinitionCommand,
58
73
  CreateDomainCommand,
59
74
  CreateEventStreamCommand,
60
75
  CreateIntegrationWorkflowCommand,
61
76
  CreateProfileCommand,
77
+ CreateSegmentDefinitionCommand,
78
+ CreateSegmentEstimateCommand,
79
+ CreateSegmentSnapshotCommand,
62
80
  DeleteCalculatedAttributeDefinitionCommand,
63
81
  DeleteDomainCommand,
64
82
  DeleteEventStreamCommand,
@@ -67,6 +85,7 @@ const commands = {
67
85
  DeleteProfileKeyCommand,
68
86
  DeleteProfileObjectCommand,
69
87
  DeleteProfileObjectTypeCommand,
88
+ DeleteSegmentDefinitionCommand,
70
89
  DeleteWorkflowCommand,
71
90
  DetectProfileObjectTypeCommand,
72
91
  GetAutoMergingPreviewCommand,
@@ -79,6 +98,10 @@ const commands = {
79
98
  GetMatchesCommand,
80
99
  GetProfileObjectTypeCommand,
81
100
  GetProfileObjectTypeTemplateCommand,
101
+ GetSegmentDefinitionCommand,
102
+ GetSegmentEstimateCommand,
103
+ GetSegmentMembershipCommand,
104
+ GetSegmentSnapshotCommand,
82
105
  GetSimilarProfilesCommand,
83
106
  GetWorkflowCommand,
84
107
  GetWorkflowStepsCommand,
@@ -89,10 +112,13 @@ const commands = {
89
112
  ListEventStreamsCommand,
90
113
  ListIdentityResolutionJobsCommand,
91
114
  ListIntegrationsCommand,
115
+ ListObjectTypeAttributesCommand,
116
+ ListProfileAttributeValuesCommand,
92
117
  ListProfileObjectsCommand,
93
118
  ListProfileObjectTypesCommand,
94
119
  ListProfileObjectTypeTemplatesCommand,
95
120
  ListRuleBasedMatchesCommand,
121
+ ListSegmentDefinitionsCommand,
96
122
  ListTagsForResourceCommand,
97
123
  ListWorkflowsCommand,
98
124
  MergeProfilesCommand,
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { BatchGetCalculatedAttributeForProfileRequestFilterSensitiveLog, BatchGetCalculatedAttributeForProfileResponseFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_BatchGetCalculatedAttributeForProfileCommand, se_BatchGetCalculatedAttributeForProfileCommand, } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class BatchGetCalculatedAttributeForProfileCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("CustomerProfiles_20200815", "BatchGetCalculatedAttributeForProfile", {})
18
+ .n("CustomerProfilesClient", "BatchGetCalculatedAttributeForProfileCommand")
19
+ .f(BatchGetCalculatedAttributeForProfileRequestFilterSensitiveLog, BatchGetCalculatedAttributeForProfileResponseFilterSensitiveLog)
20
+ .ser(se_BatchGetCalculatedAttributeForProfileCommand)
21
+ .de(de_BatchGetCalculatedAttributeForProfileCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { BatchGetProfileResponseFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_BatchGetProfileCommand, se_BatchGetProfileCommand } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class BatchGetProfileCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("CustomerProfiles_20200815", "BatchGetProfile", {})
18
+ .n("CustomerProfilesClient", "BatchGetProfileCommand")
19
+ .f(void 0, BatchGetProfileResponseFilterSensitiveLog)
20
+ .ser(se_BatchGetProfileCommand)
21
+ .de(de_BatchGetProfileCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { CreateSegmentDefinitionRequestFilterSensitiveLog, CreateSegmentDefinitionResponseFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_CreateSegmentDefinitionCommand, se_CreateSegmentDefinitionCommand } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class CreateSegmentDefinitionCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("CustomerProfiles_20200815", "CreateSegmentDefinition", {})
18
+ .n("CustomerProfilesClient", "CreateSegmentDefinitionCommand")
19
+ .f(CreateSegmentDefinitionRequestFilterSensitiveLog, CreateSegmentDefinitionResponseFilterSensitiveLog)
20
+ .ser(se_CreateSegmentDefinitionCommand)
21
+ .de(de_CreateSegmentDefinitionCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { CreateSegmentEstimateRequestFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_CreateSegmentEstimateCommand, se_CreateSegmentEstimateCommand } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class CreateSegmentEstimateCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("CustomerProfiles_20200815", "CreateSegmentEstimate", {})
18
+ .n("CustomerProfilesClient", "CreateSegmentEstimateCommand")
19
+ .f(CreateSegmentEstimateRequestFilterSensitiveLog, void 0)
20
+ .ser(se_CreateSegmentEstimateCommand)
21
+ .de(de_CreateSegmentEstimateCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_CreateSegmentSnapshotCommand, se_CreateSegmentSnapshotCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class CreateSegmentSnapshotCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("CustomerProfiles_20200815", "CreateSegmentSnapshot", {})
17
+ .n("CustomerProfilesClient", "CreateSegmentSnapshotCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_CreateSegmentSnapshotCommand)
20
+ .de(de_CreateSegmentSnapshotCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteSegmentDefinitionCommand, se_DeleteSegmentDefinitionCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeleteSegmentDefinitionCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("CustomerProfiles_20200815", "DeleteSegmentDefinition", {})
17
+ .n("CustomerProfilesClient", "DeleteSegmentDefinitionCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DeleteSegmentDefinitionCommand)
20
+ .de(de_DeleteSegmentDefinitionCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { GetSegmentDefinitionResponseFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_GetSegmentDefinitionCommand, se_GetSegmentDefinitionCommand } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class GetSegmentDefinitionCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("CustomerProfiles_20200815", "GetSegmentDefinition", {})
18
+ .n("CustomerProfilesClient", "GetSegmentDefinitionCommand")
19
+ .f(void 0, GetSegmentDefinitionResponseFilterSensitiveLog)
20
+ .ser(se_GetSegmentDefinitionCommand)
21
+ .de(de_GetSegmentDefinitionCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_GetSegmentEstimateCommand, se_GetSegmentEstimateCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class GetSegmentEstimateCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("CustomerProfiles_20200815", "GetSegmentEstimate", {})
17
+ .n("CustomerProfilesClient", "GetSegmentEstimateCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_GetSegmentEstimateCommand)
20
+ .de(de_GetSegmentEstimateCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { GetSegmentMembershipResponseFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_GetSegmentMembershipCommand, se_GetSegmentMembershipCommand } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class GetSegmentMembershipCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("CustomerProfiles_20200815", "GetSegmentMembership", {})
18
+ .n("CustomerProfilesClient", "GetSegmentMembershipCommand")
19
+ .f(void 0, GetSegmentMembershipResponseFilterSensitiveLog)
20
+ .ser(se_GetSegmentMembershipCommand)
21
+ .de(de_GetSegmentMembershipCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_GetSegmentSnapshotCommand, se_GetSegmentSnapshotCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class GetSegmentSnapshotCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("CustomerProfiles_20200815", "GetSegmentSnapshot", {})
17
+ .n("CustomerProfilesClient", "GetSegmentSnapshotCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_GetSegmentSnapshotCommand)
20
+ .de(de_GetSegmentSnapshotCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListObjectTypeAttributesCommand, se_ListObjectTypeAttributesCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListObjectTypeAttributesCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("CustomerProfiles_20200815", "ListObjectTypeAttributes", {})
17
+ .n("CustomerProfilesClient", "ListObjectTypeAttributesCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ListObjectTypeAttributesCommand)
20
+ .de(de_ListObjectTypeAttributesCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListProfileAttributeValuesCommand, se_ListProfileAttributeValuesCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListProfileAttributeValuesCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("CustomerProfiles_20200815", "ListProfileAttributeValues", {})
17
+ .n("CustomerProfilesClient", "ListProfileAttributeValuesCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ListProfileAttributeValuesCommand)
20
+ .de(de_ListProfileAttributeValuesCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { ListSegmentDefinitionsResponseFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_ListSegmentDefinitionsCommand, se_ListSegmentDefinitionsCommand } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class ListSegmentDefinitionsCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("CustomerProfiles_20200815", "ListSegmentDefinitions", {})
18
+ .n("CustomerProfilesClient", "ListSegmentDefinitionsCommand")
19
+ .f(void 0, ListSegmentDefinitionsResponseFilterSensitiveLog)
20
+ .ser(se_ListSegmentDefinitionsCommand)
21
+ .de(de_ListSegmentDefinitionsCommand)
22
+ .build() {
23
+ }
@@ -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";