@aws-sdk/client-customer-profiles 3.50.0 → 3.53.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 (88) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist-cjs/CustomerProfiles.js +75 -0
  3. package/dist-cjs/commands/CreateIntegrationWorkflowCommand.js +36 -0
  4. package/dist-cjs/commands/DeleteWorkflowCommand.js +36 -0
  5. package/dist-cjs/commands/GetWorkflowCommand.js +36 -0
  6. package/dist-cjs/commands/GetWorkflowStepsCommand.js +36 -0
  7. package/dist-cjs/commands/ListWorkflowsCommand.js +36 -0
  8. package/dist-cjs/commands/index.js +5 -0
  9. package/dist-cjs/index.js +3 -0
  10. package/dist-cjs/models/CustomerProfilesServiceException.js +11 -0
  11. package/dist-cjs/models/models_0.js +349 -144
  12. package/dist-cjs/protocols/Aws_restJson1.js +997 -1353
  13. package/dist-es/CustomerProfiles.js +75 -0
  14. package/dist-es/commands/CreateIntegrationWorkflowCommand.js +39 -0
  15. package/dist-es/commands/DeleteWorkflowCommand.js +39 -0
  16. package/dist-es/commands/GetWorkflowCommand.js +39 -0
  17. package/dist-es/commands/GetWorkflowStepsCommand.js +39 -0
  18. package/dist-es/commands/ListWorkflowsCommand.js +39 -0
  19. package/dist-es/commands/index.js +5 -0
  20. package/dist-es/index.js +1 -0
  21. package/dist-es/models/CustomerProfilesServiceException.js +12 -0
  22. package/dist-es/models/models_0.js +276 -116
  23. package/dist-es/protocols/Aws_restJson1.js +1569 -1539
  24. package/dist-types/CustomerProfiles.d.ts +37 -3
  25. package/dist-types/CustomerProfilesClient.d.ts +7 -2
  26. package/dist-types/commands/CreateIntegrationWorkflowCommand.d.ts +37 -0
  27. package/dist-types/commands/DeleteWorkflowCommand.d.ts +35 -0
  28. package/dist-types/commands/GetMatchesCommand.d.ts +0 -3
  29. package/dist-types/commands/GetWorkflowCommand.d.ts +35 -0
  30. package/dist-types/commands/GetWorkflowStepsCommand.d.ts +35 -0
  31. package/dist-types/commands/ListWorkflowsCommand.d.ts +35 -0
  32. package/dist-types/commands/index.d.ts +5 -0
  33. package/dist-types/index.d.ts +1 -0
  34. package/dist-types/models/CustomerProfilesServiceException.d.ts +10 -0
  35. package/dist-types/models/models_0.d.ts +986 -477
  36. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  37. package/dist-types/ts3.4/CustomerProfiles.d.ts +195 -0
  38. package/dist-types/ts3.4/CustomerProfilesClient.d.ts +111 -0
  39. package/dist-types/ts3.4/commands/AddProfileKeyCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/CreateIntegrationWorkflowCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DeleteProfileKeyCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DeleteProfileObjectCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DeleteProfileObjectTypeCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/GetAutoMergingPreviewCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/GetIdentityResolutionJobCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/GetMatchesCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/GetProfileObjectTypeCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/GetProfileObjectTypeTemplateCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/GetWorkflowStepsCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/ListAccountIntegrationsCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/ListIdentityResolutionJobsCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/ListProfileObjectTypeTemplatesCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/ListProfileObjectTypesCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/ListProfileObjectsCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/PutProfileObjectCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/PutProfileObjectTypeCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/SearchProfilesCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/index.d.ts +38 -0
  78. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  79. package/dist-types/ts3.4/index.d.ts +5 -0
  80. package/dist-types/ts3.4/models/CustomerProfilesServiceException.d.ts +6 -0
  81. package/dist-types/ts3.4/models/index.d.ts +1 -0
  82. package/dist-types/ts3.4/models/models_0.d.ts +2140 -0
  83. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +116 -0
  84. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  87. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  88. package/package.json +33 -33
package/CHANGELOG.md CHANGED
@@ -3,6 +3,34 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
12
+ * **clients:** update clients as of 2022/02/23 ([#3356](https://github.com/aws/aws-sdk-js-v3/issues/3356)) ([b6b2e25](https://github.com/aws/aws-sdk-js-v3/commit/b6b2e258add12c73d807483ca078401a6d84a12b))
13
+
14
+
15
+
16
+
17
+
18
+ # [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
19
+
20
+ **Note:** Version bump only for package @aws-sdk/client-customer-profiles
21
+
22
+
23
+
24
+
25
+
26
+ # [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
27
+
28
+ **Note:** Version bump only for package @aws-sdk/client-customer-profiles
29
+
30
+
31
+
32
+
33
+
6
34
  # [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
7
35
 
8
36
  **Note:** Version bump only for package @aws-sdk/client-customer-profiles
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CustomerProfiles = void 0;
4
4
  const AddProfileKeyCommand_1 = require("./commands/AddProfileKeyCommand");
5
5
  const CreateDomainCommand_1 = require("./commands/CreateDomainCommand");
6
+ const CreateIntegrationWorkflowCommand_1 = require("./commands/CreateIntegrationWorkflowCommand");
6
7
  const CreateProfileCommand_1 = require("./commands/CreateProfileCommand");
7
8
  const DeleteDomainCommand_1 = require("./commands/DeleteDomainCommand");
8
9
  const DeleteIntegrationCommand_1 = require("./commands/DeleteIntegrationCommand");
@@ -10,6 +11,7 @@ const DeleteProfileCommand_1 = require("./commands/DeleteProfileCommand");
10
11
  const DeleteProfileKeyCommand_1 = require("./commands/DeleteProfileKeyCommand");
11
12
  const DeleteProfileObjectCommand_1 = require("./commands/DeleteProfileObjectCommand");
12
13
  const DeleteProfileObjectTypeCommand_1 = require("./commands/DeleteProfileObjectTypeCommand");
14
+ const DeleteWorkflowCommand_1 = require("./commands/DeleteWorkflowCommand");
13
15
  const GetAutoMergingPreviewCommand_1 = require("./commands/GetAutoMergingPreviewCommand");
14
16
  const GetDomainCommand_1 = require("./commands/GetDomainCommand");
15
17
  const GetIdentityResolutionJobCommand_1 = require("./commands/GetIdentityResolutionJobCommand");
@@ -17,6 +19,8 @@ const GetIntegrationCommand_1 = require("./commands/GetIntegrationCommand");
17
19
  const GetMatchesCommand_1 = require("./commands/GetMatchesCommand");
18
20
  const GetProfileObjectTypeCommand_1 = require("./commands/GetProfileObjectTypeCommand");
19
21
  const GetProfileObjectTypeTemplateCommand_1 = require("./commands/GetProfileObjectTypeTemplateCommand");
22
+ const GetWorkflowCommand_1 = require("./commands/GetWorkflowCommand");
23
+ const GetWorkflowStepsCommand_1 = require("./commands/GetWorkflowStepsCommand");
20
24
  const ListAccountIntegrationsCommand_1 = require("./commands/ListAccountIntegrationsCommand");
21
25
  const ListDomainsCommand_1 = require("./commands/ListDomainsCommand");
22
26
  const ListIdentityResolutionJobsCommand_1 = require("./commands/ListIdentityResolutionJobsCommand");
@@ -25,6 +29,7 @@ const ListProfileObjectsCommand_1 = require("./commands/ListProfileObjectsComman
25
29
  const ListProfileObjectTypesCommand_1 = require("./commands/ListProfileObjectTypesCommand");
26
30
  const ListProfileObjectTypeTemplatesCommand_1 = require("./commands/ListProfileObjectTypeTemplatesCommand");
27
31
  const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
32
+ const ListWorkflowsCommand_1 = require("./commands/ListWorkflowsCommand");
28
33
  const MergeProfilesCommand_1 = require("./commands/MergeProfilesCommand");
29
34
  const PutIntegrationCommand_1 = require("./commands/PutIntegrationCommand");
30
35
  const PutProfileObjectCommand_1 = require("./commands/PutProfileObjectCommand");
@@ -64,6 +69,20 @@ class CustomerProfiles extends CustomerProfilesClient_1.CustomerProfilesClient {
64
69
  return this.send(command, optionsOrCb);
65
70
  }
66
71
  }
72
+ createIntegrationWorkflow(args, optionsOrCb, cb) {
73
+ const command = new CreateIntegrationWorkflowCommand_1.CreateIntegrationWorkflowCommand(args);
74
+ if (typeof optionsOrCb === "function") {
75
+ this.send(command, optionsOrCb);
76
+ }
77
+ else if (typeof cb === "function") {
78
+ if (typeof optionsOrCb !== "object")
79
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
80
+ this.send(command, optionsOrCb || {}, cb);
81
+ }
82
+ else {
83
+ return this.send(command, optionsOrCb);
84
+ }
85
+ }
67
86
  createProfile(args, optionsOrCb, cb) {
68
87
  const command = new CreateProfileCommand_1.CreateProfileCommand(args);
69
88
  if (typeof optionsOrCb === "function") {
@@ -162,6 +181,20 @@ class CustomerProfiles extends CustomerProfilesClient_1.CustomerProfilesClient {
162
181
  return this.send(command, optionsOrCb);
163
182
  }
164
183
  }
184
+ deleteWorkflow(args, optionsOrCb, cb) {
185
+ const command = new DeleteWorkflowCommand_1.DeleteWorkflowCommand(args);
186
+ if (typeof optionsOrCb === "function") {
187
+ this.send(command, optionsOrCb);
188
+ }
189
+ else if (typeof cb === "function") {
190
+ if (typeof optionsOrCb !== "object")
191
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
192
+ this.send(command, optionsOrCb || {}, cb);
193
+ }
194
+ else {
195
+ return this.send(command, optionsOrCb);
196
+ }
197
+ }
165
198
  getAutoMergingPreview(args, optionsOrCb, cb) {
166
199
  const command = new GetAutoMergingPreviewCommand_1.GetAutoMergingPreviewCommand(args);
167
200
  if (typeof optionsOrCb === "function") {
@@ -260,6 +293,34 @@ class CustomerProfiles extends CustomerProfilesClient_1.CustomerProfilesClient {
260
293
  return this.send(command, optionsOrCb);
261
294
  }
262
295
  }
296
+ getWorkflow(args, optionsOrCb, cb) {
297
+ const command = new GetWorkflowCommand_1.GetWorkflowCommand(args);
298
+ if (typeof optionsOrCb === "function") {
299
+ this.send(command, optionsOrCb);
300
+ }
301
+ else if (typeof cb === "function") {
302
+ if (typeof optionsOrCb !== "object")
303
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
304
+ this.send(command, optionsOrCb || {}, cb);
305
+ }
306
+ else {
307
+ return this.send(command, optionsOrCb);
308
+ }
309
+ }
310
+ getWorkflowSteps(args, optionsOrCb, cb) {
311
+ const command = new GetWorkflowStepsCommand_1.GetWorkflowStepsCommand(args);
312
+ if (typeof optionsOrCb === "function") {
313
+ this.send(command, optionsOrCb);
314
+ }
315
+ else if (typeof cb === "function") {
316
+ if (typeof optionsOrCb !== "object")
317
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
318
+ this.send(command, optionsOrCb || {}, cb);
319
+ }
320
+ else {
321
+ return this.send(command, optionsOrCb);
322
+ }
323
+ }
263
324
  listAccountIntegrations(args, optionsOrCb, cb) {
264
325
  const command = new ListAccountIntegrationsCommand_1.ListAccountIntegrationsCommand(args);
265
326
  if (typeof optionsOrCb === "function") {
@@ -372,6 +433,20 @@ class CustomerProfiles extends CustomerProfilesClient_1.CustomerProfilesClient {
372
433
  return this.send(command, optionsOrCb);
373
434
  }
374
435
  }
436
+ listWorkflows(args, optionsOrCb, cb) {
437
+ const command = new ListWorkflowsCommand_1.ListWorkflowsCommand(args);
438
+ if (typeof optionsOrCb === "function") {
439
+ this.send(command, optionsOrCb);
440
+ }
441
+ else if (typeof cb === "function") {
442
+ if (typeof optionsOrCb !== "object")
443
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
444
+ this.send(command, optionsOrCb || {}, cb);
445
+ }
446
+ else {
447
+ return this.send(command, optionsOrCb);
448
+ }
449
+ }
375
450
  mergeProfiles(args, optionsOrCb, cb) {
376
451
  const command = new MergeProfilesCommand_1.MergeProfilesCommand(args);
377
452
  if (typeof optionsOrCb === "function") {
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateIntegrationWorkflowCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class CreateIntegrationWorkflowCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "CustomerProfilesClient";
18
+ const commandName = "CreateIntegrationWorkflowCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.CreateIntegrationWorkflowRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.CreateIntegrationWorkflowResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1CreateIntegrationWorkflowCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1CreateIntegrationWorkflowCommand(output, context);
34
+ }
35
+ }
36
+ exports.CreateIntegrationWorkflowCommand = CreateIntegrationWorkflowCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteWorkflowCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class DeleteWorkflowCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "CustomerProfilesClient";
18
+ const commandName = "DeleteWorkflowCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.DeleteWorkflowRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.DeleteWorkflowResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1DeleteWorkflowCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1DeleteWorkflowCommand(output, context);
34
+ }
35
+ }
36
+ exports.DeleteWorkflowCommand = DeleteWorkflowCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetWorkflowCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class GetWorkflowCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "CustomerProfilesClient";
18
+ const commandName = "GetWorkflowCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.GetWorkflowRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GetWorkflowResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1GetWorkflowCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1GetWorkflowCommand(output, context);
34
+ }
35
+ }
36
+ exports.GetWorkflowCommand = GetWorkflowCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetWorkflowStepsCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class GetWorkflowStepsCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "CustomerProfilesClient";
18
+ const commandName = "GetWorkflowStepsCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.GetWorkflowStepsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GetWorkflowStepsResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1GetWorkflowStepsCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1GetWorkflowStepsCommand(output, context);
34
+ }
35
+ }
36
+ exports.GetWorkflowStepsCommand = GetWorkflowStepsCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListWorkflowsCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class ListWorkflowsCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "CustomerProfilesClient";
18
+ const commandName = "ListWorkflowsCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.ListWorkflowsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ListWorkflowsResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1ListWorkflowsCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1ListWorkflowsCommand(output, context);
34
+ }
35
+ }
36
+ exports.ListWorkflowsCommand = ListWorkflowsCommand;
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./AddProfileKeyCommand"), exports);
5
5
  tslib_1.__exportStar(require("./CreateDomainCommand"), exports);
6
+ tslib_1.__exportStar(require("./CreateIntegrationWorkflowCommand"), exports);
6
7
  tslib_1.__exportStar(require("./CreateProfileCommand"), exports);
7
8
  tslib_1.__exportStar(require("./DeleteDomainCommand"), exports);
8
9
  tslib_1.__exportStar(require("./DeleteIntegrationCommand"), exports);
@@ -10,6 +11,7 @@ tslib_1.__exportStar(require("./DeleteProfileCommand"), exports);
10
11
  tslib_1.__exportStar(require("./DeleteProfileKeyCommand"), exports);
11
12
  tslib_1.__exportStar(require("./DeleteProfileObjectCommand"), exports);
12
13
  tslib_1.__exportStar(require("./DeleteProfileObjectTypeCommand"), exports);
14
+ tslib_1.__exportStar(require("./DeleteWorkflowCommand"), exports);
13
15
  tslib_1.__exportStar(require("./GetAutoMergingPreviewCommand"), exports);
14
16
  tslib_1.__exportStar(require("./GetDomainCommand"), exports);
15
17
  tslib_1.__exportStar(require("./GetIdentityResolutionJobCommand"), exports);
@@ -17,6 +19,8 @@ tslib_1.__exportStar(require("./GetIntegrationCommand"), exports);
17
19
  tslib_1.__exportStar(require("./GetMatchesCommand"), exports);
18
20
  tslib_1.__exportStar(require("./GetProfileObjectTypeCommand"), exports);
19
21
  tslib_1.__exportStar(require("./GetProfileObjectTypeTemplateCommand"), exports);
22
+ tslib_1.__exportStar(require("./GetWorkflowCommand"), exports);
23
+ tslib_1.__exportStar(require("./GetWorkflowStepsCommand"), exports);
20
24
  tslib_1.__exportStar(require("./ListAccountIntegrationsCommand"), exports);
21
25
  tslib_1.__exportStar(require("./ListDomainsCommand"), exports);
22
26
  tslib_1.__exportStar(require("./ListIdentityResolutionJobsCommand"), exports);
@@ -25,6 +29,7 @@ tslib_1.__exportStar(require("./ListProfileObjectTypeTemplatesCommand"), exports
25
29
  tslib_1.__exportStar(require("./ListProfileObjectTypesCommand"), exports);
26
30
  tslib_1.__exportStar(require("./ListProfileObjectsCommand"), exports);
27
31
  tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
32
+ tslib_1.__exportStar(require("./ListWorkflowsCommand"), exports);
28
33
  tslib_1.__exportStar(require("./MergeProfilesCommand"), exports);
29
34
  tslib_1.__exportStar(require("./PutIntegrationCommand"), exports);
30
35
  tslib_1.__exportStar(require("./PutProfileObjectCommand"), exports);
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CustomerProfilesServiceException = void 0;
3
4
  const tslib_1 = require("tslib");
4
5
  tslib_1.__exportStar(require("./CustomerProfiles"), exports);
5
6
  tslib_1.__exportStar(require("./CustomerProfilesClient"), exports);
6
7
  tslib_1.__exportStar(require("./commands"), exports);
7
8
  tslib_1.__exportStar(require("./models"), exports);
9
+ var CustomerProfilesServiceException_1 = require("./models/CustomerProfilesServiceException");
10
+ Object.defineProperty(exports, "CustomerProfilesServiceException", { enumerable: true, get: function () { return CustomerProfilesServiceException_1.CustomerProfilesServiceException; } });
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CustomerProfilesServiceException = void 0;
4
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ class CustomerProfilesServiceException extends smithy_client_1.ServiceException {
6
+ constructor(options) {
7
+ super(options);
8
+ Object.setPrototypeOf(this, CustomerProfilesServiceException.prototype);
9
+ }
10
+ }
11
+ exports.CustomerProfilesServiceException = CustomerProfilesServiceException;