@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,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListProfileObjectTypeTemplatesCommand = 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 ListProfileObjectTypeTemplatesCommand 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", "ListProfileObjectTypeTemplates", {})
22
- .n("CustomerProfilesClient", "ListProfileObjectTypeTemplatesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListProfileObjectTypeTemplatesCommand)
25
- .de(Aws_restJson1_1.de_ListProfileObjectTypeTemplatesCommand)
26
- .build() {
27
- }
28
- exports.ListProfileObjectTypeTemplatesCommand = ListProfileObjectTypeTemplatesCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListProfileObjectTypesCommand = 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 ListProfileObjectTypesCommand 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", "ListProfileObjectTypes", {})
23
- .n("CustomerProfilesClient", "ListProfileObjectTypesCommand")
24
- .f(void 0, models_0_1.ListProfileObjectTypesResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListProfileObjectTypesCommand)
26
- .de(Aws_restJson1_1.de_ListProfileObjectTypesCommand)
27
- .build() {
28
- }
29
- exports.ListProfileObjectTypesCommand = ListProfileObjectTypesCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListProfileObjectsCommand = 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 ListProfileObjectsCommand 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", "ListProfileObjects", {})
23
- .n("CustomerProfilesClient", "ListProfileObjectsCommand")
24
- .f(void 0, models_0_1.ListProfileObjectsResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListProfileObjectsCommand)
26
- .de(Aws_restJson1_1.de_ListProfileObjectsCommand)
27
- .build() {
28
- }
29
- exports.ListProfileObjectsCommand = ListProfileObjectsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListRuleBasedMatchesCommand = 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 ListRuleBasedMatchesCommand 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", "ListRuleBasedMatches", {})
22
- .n("CustomerProfilesClient", "ListRuleBasedMatchesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListRuleBasedMatchesCommand)
25
- .de(Aws_restJson1_1.de_ListRuleBasedMatchesCommand)
26
- .build() {
27
- }
28
- exports.ListRuleBasedMatchesCommand = ListRuleBasedMatchesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = 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 ListTagsForResourceCommand 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", "ListTagsForResource", {})
22
- .n("CustomerProfilesClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListWorkflowsCommand = 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 ListWorkflowsCommand 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", "ListWorkflows", {})
22
- .n("CustomerProfilesClient", "ListWorkflowsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListWorkflowsCommand)
25
- .de(Aws_restJson1_1.de_ListWorkflowsCommand)
26
- .build() {
27
- }
28
- exports.ListWorkflowsCommand = ListWorkflowsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MergeProfilesCommand = 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 MergeProfilesCommand 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", "MergeProfiles", {})
22
- .n("CustomerProfilesClient", "MergeProfilesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_MergeProfilesCommand)
25
- .de(Aws_restJson1_1.de_MergeProfilesCommand)
26
- .build() {
27
- }
28
- exports.MergeProfilesCommand = MergeProfilesCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutIntegrationCommand = 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 PutIntegrationCommand 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", "PutIntegration", {})
23
- .n("CustomerProfilesClient", "PutIntegrationCommand")
24
- .f(models_0_1.PutIntegrationRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_PutIntegrationCommand)
26
- .de(Aws_restJson1_1.de_PutIntegrationCommand)
27
- .build() {
28
- }
29
- exports.PutIntegrationCommand = PutIntegrationCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutProfileObjectCommand = 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 PutProfileObjectCommand 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", "PutProfileObject", {})
23
- .n("CustomerProfilesClient", "PutProfileObjectCommand")
24
- .f(models_0_1.PutProfileObjectRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_PutProfileObjectCommand)
26
- .de(Aws_restJson1_1.de_PutProfileObjectCommand)
27
- .build() {
28
- }
29
- exports.PutProfileObjectCommand = PutProfileObjectCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutProfileObjectTypeCommand = 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 PutProfileObjectTypeCommand 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", "PutProfileObjectType", {})
23
- .n("CustomerProfilesClient", "PutProfileObjectTypeCommand")
24
- .f(models_0_1.PutProfileObjectTypeRequestFilterSensitiveLog, models_0_1.PutProfileObjectTypeResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_PutProfileObjectTypeCommand)
26
- .de(Aws_restJson1_1.de_PutProfileObjectTypeCommand)
27
- .build() {
28
- }
29
- exports.PutProfileObjectTypeCommand = PutProfileObjectTypeCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SearchProfilesCommand = 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 SearchProfilesCommand 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", "SearchProfiles", {})
23
- .n("CustomerProfilesClient", "SearchProfilesCommand")
24
- .f(void 0, models_0_1.SearchProfilesResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_SearchProfilesCommand)
26
- .de(Aws_restJson1_1.de_SearchProfilesCommand)
27
- .build() {
28
- }
29
- exports.SearchProfilesCommand = SearchProfilesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = 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 TagResourceCommand 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", "TagResource", {})
22
- .n("CustomerProfilesClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_TagResourceCommand)
25
- .de(Aws_restJson1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = 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 UntagResourceCommand 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", "UntagResource", {})
22
- .n("CustomerProfilesClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
25
- .de(Aws_restJson1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateCalculatedAttributeDefinitionCommand = 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 UpdateCalculatedAttributeDefinitionCommand 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", "UpdateCalculatedAttributeDefinition", {})
23
- .n("CustomerProfilesClient", "UpdateCalculatedAttributeDefinitionCommand")
24
- .f(models_0_1.UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog, models_0_1.UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_UpdateCalculatedAttributeDefinitionCommand)
26
- .de(Aws_restJson1_1.de_UpdateCalculatedAttributeDefinitionCommand)
27
- .build() {
28
- }
29
- exports.UpdateCalculatedAttributeDefinitionCommand = UpdateCalculatedAttributeDefinitionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateDomainCommand = 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 UpdateDomainCommand 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", "UpdateDomain", {})
22
- .n("CustomerProfilesClient", "UpdateDomainCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateDomainCommand)
25
- .de(Aws_restJson1_1.de_UpdateDomainCommand)
26
- .build() {
27
- }
28
- exports.UpdateDomainCommand = UpdateDomainCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateProfileCommand = 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 UpdateProfileCommand 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", "UpdateProfile", {})
23
- .n("CustomerProfilesClient", "UpdateProfileCommand")
24
- .f(models_0_1.UpdateProfileRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_UpdateProfileCommand)
26
- .de(Aws_restJson1_1.de_UpdateProfileCommand)
27
- .build() {
28
- }
29
- exports.UpdateProfileCommand = UpdateProfileCommand;
1
+ module.exports = require("../index.js");
@@ -1,55 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AddProfileKeyCommand"), exports);
5
- tslib_1.__exportStar(require("./CreateCalculatedAttributeDefinitionCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateDomainCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateEventStreamCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateIntegrationWorkflowCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateProfileCommand"), exports);
10
- tslib_1.__exportStar(require("./DeleteCalculatedAttributeDefinitionCommand"), exports);
11
- tslib_1.__exportStar(require("./DeleteDomainCommand"), exports);
12
- tslib_1.__exportStar(require("./DeleteEventStreamCommand"), exports);
13
- tslib_1.__exportStar(require("./DeleteIntegrationCommand"), exports);
14
- tslib_1.__exportStar(require("./DeleteProfileCommand"), exports);
15
- tslib_1.__exportStar(require("./DeleteProfileKeyCommand"), exports);
16
- tslib_1.__exportStar(require("./DeleteProfileObjectCommand"), exports);
17
- tslib_1.__exportStar(require("./DeleteProfileObjectTypeCommand"), exports);
18
- tslib_1.__exportStar(require("./DeleteWorkflowCommand"), exports);
19
- tslib_1.__exportStar(require("./DetectProfileObjectTypeCommand"), exports);
20
- tslib_1.__exportStar(require("./GetAutoMergingPreviewCommand"), exports);
21
- tslib_1.__exportStar(require("./GetCalculatedAttributeDefinitionCommand"), exports);
22
- tslib_1.__exportStar(require("./GetCalculatedAttributeForProfileCommand"), exports);
23
- tslib_1.__exportStar(require("./GetDomainCommand"), exports);
24
- tslib_1.__exportStar(require("./GetEventStreamCommand"), exports);
25
- tslib_1.__exportStar(require("./GetIdentityResolutionJobCommand"), exports);
26
- tslib_1.__exportStar(require("./GetIntegrationCommand"), exports);
27
- tslib_1.__exportStar(require("./GetMatchesCommand"), exports);
28
- tslib_1.__exportStar(require("./GetProfileObjectTypeCommand"), exports);
29
- tslib_1.__exportStar(require("./GetProfileObjectTypeTemplateCommand"), exports);
30
- tslib_1.__exportStar(require("./GetSimilarProfilesCommand"), exports);
31
- tslib_1.__exportStar(require("./GetWorkflowCommand"), exports);
32
- tslib_1.__exportStar(require("./GetWorkflowStepsCommand"), exports);
33
- tslib_1.__exportStar(require("./ListAccountIntegrationsCommand"), exports);
34
- tslib_1.__exportStar(require("./ListCalculatedAttributeDefinitionsCommand"), exports);
35
- tslib_1.__exportStar(require("./ListCalculatedAttributesForProfileCommand"), exports);
36
- tslib_1.__exportStar(require("./ListDomainsCommand"), exports);
37
- tslib_1.__exportStar(require("./ListEventStreamsCommand"), exports);
38
- tslib_1.__exportStar(require("./ListIdentityResolutionJobsCommand"), exports);
39
- tslib_1.__exportStar(require("./ListIntegrationsCommand"), exports);
40
- tslib_1.__exportStar(require("./ListProfileObjectTypeTemplatesCommand"), exports);
41
- tslib_1.__exportStar(require("./ListProfileObjectTypesCommand"), exports);
42
- tslib_1.__exportStar(require("./ListProfileObjectsCommand"), exports);
43
- tslib_1.__exportStar(require("./ListRuleBasedMatchesCommand"), exports);
44
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
45
- tslib_1.__exportStar(require("./ListWorkflowsCommand"), exports);
46
- tslib_1.__exportStar(require("./MergeProfilesCommand"), exports);
47
- tslib_1.__exportStar(require("./PutIntegrationCommand"), exports);
48
- tslib_1.__exportStar(require("./PutProfileObjectCommand"), exports);
49
- tslib_1.__exportStar(require("./PutProfileObjectTypeCommand"), exports);
50
- tslib_1.__exportStar(require("./SearchProfilesCommand"), exports);
51
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
52
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
53
- tslib_1.__exportStar(require("./UpdateCalculatedAttributeDefinitionCommand"), exports);
54
- tslib_1.__exportStar(require("./UpdateDomainCommand"), exports);
55
- tslib_1.__exportStar(require("./UpdateProfileCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "profile",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");