@aws-sdk/client-customer-profiles 3.490.0 → 3.496.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 (67) hide show
  1. package/dist-cjs/CustomerProfiles.js +1 -115
  2. package/dist-cjs/CustomerProfilesClient.js +1 -43
  3. package/dist-cjs/commands/AddProfileKeyCommand.js +1 -28
  4. package/dist-cjs/commands/CreateCalculatedAttributeDefinitionCommand.js +1 -29
  5. package/dist-cjs/commands/CreateDomainCommand.js +1 -28
  6. package/dist-cjs/commands/CreateEventStreamCommand.js +1 -28
  7. package/dist-cjs/commands/CreateIntegrationWorkflowCommand.js +1 -29
  8. package/dist-cjs/commands/CreateProfileCommand.js +1 -29
  9. package/dist-cjs/commands/DeleteCalculatedAttributeDefinitionCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteDomainCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteEventStreamCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteIntegrationCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteProfileCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteProfileKeyCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteProfileObjectCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteProfileObjectTypeCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteWorkflowCommand.js +1 -28
  18. package/dist-cjs/commands/DetectProfileObjectTypeCommand.js +1 -29
  19. package/dist-cjs/commands/GetAutoMergingPreviewCommand.js +1 -28
  20. package/dist-cjs/commands/GetCalculatedAttributeDefinitionCommand.js +1 -29
  21. package/dist-cjs/commands/GetCalculatedAttributeForProfileCommand.js +1 -28
  22. package/dist-cjs/commands/GetDomainCommand.js +1 -28
  23. package/dist-cjs/commands/GetEventStreamCommand.js +1 -28
  24. package/dist-cjs/commands/GetIdentityResolutionJobCommand.js +1 -28
  25. package/dist-cjs/commands/GetIntegrationCommand.js +1 -28
  26. package/dist-cjs/commands/GetMatchesCommand.js +1 -28
  27. package/dist-cjs/commands/GetProfileObjectTypeCommand.js +1 -29
  28. package/dist-cjs/commands/GetProfileObjectTypeTemplateCommand.js +1 -29
  29. package/dist-cjs/commands/GetSimilarProfilesCommand.js +1 -28
  30. package/dist-cjs/commands/GetWorkflowCommand.js +1 -28
  31. package/dist-cjs/commands/GetWorkflowStepsCommand.js +1 -28
  32. package/dist-cjs/commands/ListAccountIntegrationsCommand.js +1 -28
  33. package/dist-cjs/commands/ListCalculatedAttributeDefinitionsCommand.js +1 -29
  34. package/dist-cjs/commands/ListCalculatedAttributesForProfileCommand.js +1 -28
  35. package/dist-cjs/commands/ListDomainsCommand.js +1 -28
  36. package/dist-cjs/commands/ListEventStreamsCommand.js +1 -28
  37. package/dist-cjs/commands/ListIdentityResolutionJobsCommand.js +1 -28
  38. package/dist-cjs/commands/ListIntegrationsCommand.js +1 -28
  39. package/dist-cjs/commands/ListProfileObjectTypeTemplatesCommand.js +1 -28
  40. package/dist-cjs/commands/ListProfileObjectTypesCommand.js +1 -29
  41. package/dist-cjs/commands/ListProfileObjectsCommand.js +1 -29
  42. package/dist-cjs/commands/ListRuleBasedMatchesCommand.js +1 -28
  43. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  44. package/dist-cjs/commands/ListWorkflowsCommand.js +1 -28
  45. package/dist-cjs/commands/MergeProfilesCommand.js +1 -28
  46. package/dist-cjs/commands/PutIntegrationCommand.js +1 -29
  47. package/dist-cjs/commands/PutProfileObjectCommand.js +1 -29
  48. package/dist-cjs/commands/PutProfileObjectTypeCommand.js +1 -29
  49. package/dist-cjs/commands/SearchProfilesCommand.js +1 -29
  50. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  51. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  52. package/dist-cjs/commands/UpdateCalculatedAttributeDefinitionCommand.js +1 -29
  53. package/dist-cjs/commands/UpdateDomainCommand.js +1 -28
  54. package/dist-cjs/commands/UpdateProfileCommand.js +1 -29
  55. package/dist-cjs/commands/index.js +1 -55
  56. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  57. package/dist-cjs/extensionConfiguration.js +1 -2
  58. package/dist-cjs/index.js +5546 -11
  59. package/dist-cjs/models/CustomerProfilesServiceException.js +1 -12
  60. package/dist-cjs/models/index.js +1 -4
  61. package/dist-cjs/models/models_0.js +1 -563
  62. package/dist-cjs/pagination/Interfaces.js +1 -2
  63. package/dist-cjs/pagination/ListEventStreamsPaginator.js +1 -7
  64. package/dist-cjs/pagination/index.js +1 -5
  65. package/dist-cjs/protocols/Aws_restJson1.js +1 -3742
  66. package/dist-cjs/runtimeExtensions.js +1 -22
  67. package/package.json +40 -40
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DetectProfileObjectTypeCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class DetectProfileObjectTypeCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("CustomerProfiles_20200815", "DetectProfileObjectType", {})
23
- .n("CustomerProfilesClient", "DetectProfileObjectTypeCommand")
24
- .f(models_0_1.DetectProfileObjectTypeRequestFilterSensitiveLog, models_0_1.DetectProfileObjectTypeResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_DetectProfileObjectTypeCommand)
26
- .de(Aws_restJson1_1.de_DetectProfileObjectTypeCommand)
27
- .build() {
28
- }
29
- exports.DetectProfileObjectTypeCommand = DetectProfileObjectTypeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAutoMergingPreviewCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetAutoMergingPreviewCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CustomerProfiles_20200815", "GetAutoMergingPreview", {})
22
- .n("CustomerProfilesClient", "GetAutoMergingPreviewCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetAutoMergingPreviewCommand)
25
- .de(Aws_restJson1_1.de_GetAutoMergingPreviewCommand)
26
- .build() {
27
- }
28
- exports.GetAutoMergingPreviewCommand = GetAutoMergingPreviewCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCalculatedAttributeDefinitionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetCalculatedAttributeDefinitionCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("CustomerProfiles_20200815", "GetCalculatedAttributeDefinition", {})
23
- .n("CustomerProfilesClient", "GetCalculatedAttributeDefinitionCommand")
24
- .f(void 0, models_0_1.GetCalculatedAttributeDefinitionResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetCalculatedAttributeDefinitionCommand)
26
- .de(Aws_restJson1_1.de_GetCalculatedAttributeDefinitionCommand)
27
- .build() {
28
- }
29
- exports.GetCalculatedAttributeDefinitionCommand = GetCalculatedAttributeDefinitionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCalculatedAttributeForProfileCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetCalculatedAttributeForProfileCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CustomerProfiles_20200815", "GetCalculatedAttributeForProfile", {})
22
- .n("CustomerProfilesClient", "GetCalculatedAttributeForProfileCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetCalculatedAttributeForProfileCommand)
25
- .de(Aws_restJson1_1.de_GetCalculatedAttributeForProfileCommand)
26
- .build() {
27
- }
28
- exports.GetCalculatedAttributeForProfileCommand = GetCalculatedAttributeForProfileCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDomainCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetDomainCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CustomerProfiles_20200815", "GetDomain", {})
22
- .n("CustomerProfilesClient", "GetDomainCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetDomainCommand)
25
- .de(Aws_restJson1_1.de_GetDomainCommand)
26
- .build() {
27
- }
28
- exports.GetDomainCommand = GetDomainCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetEventStreamCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetEventStreamCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CustomerProfiles_20200815", "GetEventStream", {})
22
- .n("CustomerProfilesClient", "GetEventStreamCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetEventStreamCommand)
25
- .de(Aws_restJson1_1.de_GetEventStreamCommand)
26
- .build() {
27
- }
28
- exports.GetEventStreamCommand = GetEventStreamCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetIdentityResolutionJobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetIdentityResolutionJobCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CustomerProfiles_20200815", "GetIdentityResolutionJob", {})
22
- .n("CustomerProfilesClient", "GetIdentityResolutionJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetIdentityResolutionJobCommand)
25
- .de(Aws_restJson1_1.de_GetIdentityResolutionJobCommand)
26
- .build() {
27
- }
28
- exports.GetIdentityResolutionJobCommand = GetIdentityResolutionJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetIntegrationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetIntegrationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CustomerProfiles_20200815", "GetIntegration", {})
22
- .n("CustomerProfilesClient", "GetIntegrationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetIntegrationCommand)
25
- .de(Aws_restJson1_1.de_GetIntegrationCommand)
26
- .build() {
27
- }
28
- exports.GetIntegrationCommand = GetIntegrationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMatchesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetMatchesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CustomerProfiles_20200815", "GetMatches", {})
22
- .n("CustomerProfilesClient", "GetMatchesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetMatchesCommand)
25
- .de(Aws_restJson1_1.de_GetMatchesCommand)
26
- .build() {
27
- }
28
- exports.GetMatchesCommand = GetMatchesCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetProfileObjectTypeCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetProfileObjectTypeCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("CustomerProfiles_20200815", "GetProfileObjectType", {})
23
- .n("CustomerProfilesClient", "GetProfileObjectTypeCommand")
24
- .f(void 0, models_0_1.GetProfileObjectTypeResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetProfileObjectTypeCommand)
26
- .de(Aws_restJson1_1.de_GetProfileObjectTypeCommand)
27
- .build() {
28
- }
29
- exports.GetProfileObjectTypeCommand = GetProfileObjectTypeCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetProfileObjectTypeTemplateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetProfileObjectTypeTemplateCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("CustomerProfiles_20200815", "GetProfileObjectTypeTemplate", {})
23
- .n("CustomerProfilesClient", "GetProfileObjectTypeTemplateCommand")
24
- .f(void 0, models_0_1.GetProfileObjectTypeTemplateResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetProfileObjectTypeTemplateCommand)
26
- .de(Aws_restJson1_1.de_GetProfileObjectTypeTemplateCommand)
27
- .build() {
28
- }
29
- exports.GetProfileObjectTypeTemplateCommand = GetProfileObjectTypeTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSimilarProfilesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetSimilarProfilesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CustomerProfiles_20200815", "GetSimilarProfiles", {})
22
- .n("CustomerProfilesClient", "GetSimilarProfilesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetSimilarProfilesCommand)
25
- .de(Aws_restJson1_1.de_GetSimilarProfilesCommand)
26
- .build() {
27
- }
28
- exports.GetSimilarProfilesCommand = GetSimilarProfilesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetWorkflowCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetWorkflowCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CustomerProfiles_20200815", "GetWorkflow", {})
22
- .n("CustomerProfilesClient", "GetWorkflowCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetWorkflowCommand)
25
- .de(Aws_restJson1_1.de_GetWorkflowCommand)
26
- .build() {
27
- }
28
- exports.GetWorkflowCommand = GetWorkflowCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetWorkflowStepsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetWorkflowStepsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CustomerProfiles_20200815", "GetWorkflowSteps", {})
22
- .n("CustomerProfilesClient", "GetWorkflowStepsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetWorkflowStepsCommand)
25
- .de(Aws_restJson1_1.de_GetWorkflowStepsCommand)
26
- .build() {
27
- }
28
- exports.GetWorkflowStepsCommand = GetWorkflowStepsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAccountIntegrationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListAccountIntegrationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CustomerProfiles_20200815", "ListAccountIntegrations", {})
22
- .n("CustomerProfilesClient", "ListAccountIntegrationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAccountIntegrationsCommand)
25
- .de(Aws_restJson1_1.de_ListAccountIntegrationsCommand)
26
- .build() {
27
- }
28
- exports.ListAccountIntegrationsCommand = ListAccountIntegrationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCalculatedAttributeDefinitionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListCalculatedAttributeDefinitionsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("CustomerProfiles_20200815", "ListCalculatedAttributeDefinitions", {})
23
- .n("CustomerProfilesClient", "ListCalculatedAttributeDefinitionsCommand")
24
- .f(void 0, models_0_1.ListCalculatedAttributeDefinitionsResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListCalculatedAttributeDefinitionsCommand)
26
- .de(Aws_restJson1_1.de_ListCalculatedAttributeDefinitionsCommand)
27
- .build() {
28
- }
29
- exports.ListCalculatedAttributeDefinitionsCommand = ListCalculatedAttributeDefinitionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCalculatedAttributesForProfileCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListCalculatedAttributesForProfileCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CustomerProfiles_20200815", "ListCalculatedAttributesForProfile", {})
22
- .n("CustomerProfilesClient", "ListCalculatedAttributesForProfileCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListCalculatedAttributesForProfileCommand)
25
- .de(Aws_restJson1_1.de_ListCalculatedAttributesForProfileCommand)
26
- .build() {
27
- }
28
- exports.ListCalculatedAttributesForProfileCommand = ListCalculatedAttributesForProfileCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDomainsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListDomainsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CustomerProfiles_20200815", "ListDomains", {})
22
- .n("CustomerProfilesClient", "ListDomainsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListDomainsCommand)
25
- .de(Aws_restJson1_1.de_ListDomainsCommand)
26
- .build() {
27
- }
28
- exports.ListDomainsCommand = ListDomainsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListEventStreamsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListEventStreamsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CustomerProfiles_20200815", "ListEventStreams", {})
22
- .n("CustomerProfilesClient", "ListEventStreamsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListEventStreamsCommand)
25
- .de(Aws_restJson1_1.de_ListEventStreamsCommand)
26
- .build() {
27
- }
28
- exports.ListEventStreamsCommand = ListEventStreamsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListIdentityResolutionJobsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListIdentityResolutionJobsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CustomerProfiles_20200815", "ListIdentityResolutionJobs", {})
22
- .n("CustomerProfilesClient", "ListIdentityResolutionJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListIdentityResolutionJobsCommand)
25
- .de(Aws_restJson1_1.de_ListIdentityResolutionJobsCommand)
26
- .build() {
27
- }
28
- exports.ListIdentityResolutionJobsCommand = ListIdentityResolutionJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListIntegrationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListIntegrationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CustomerProfiles_20200815", "ListIntegrations", {})
22
- .n("CustomerProfilesClient", "ListIntegrationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListIntegrationsCommand)
25
- .de(Aws_restJson1_1.de_ListIntegrationsCommand)
26
- .build() {
27
- }
28
- exports.ListIntegrationsCommand = ListIntegrationsCommand;
1
+ module.exports = require("../index.js");