@aws-sdk/client-customer-profiles 3.414.0 → 3.421.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 (104) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/AddProfileKeyCommand.js +5 -0
  3. package/dist-cjs/commands/CreateCalculatedAttributeDefinitionCommand.js +5 -0
  4. package/dist-cjs/commands/CreateDomainCommand.js +5 -0
  5. package/dist-cjs/commands/CreateEventStreamCommand.js +5 -0
  6. package/dist-cjs/commands/CreateIntegrationWorkflowCommand.js +5 -0
  7. package/dist-cjs/commands/CreateProfileCommand.js +5 -0
  8. package/dist-cjs/commands/DeleteCalculatedAttributeDefinitionCommand.js +5 -0
  9. package/dist-cjs/commands/DeleteDomainCommand.js +5 -0
  10. package/dist-cjs/commands/DeleteEventStreamCommand.js +5 -0
  11. package/dist-cjs/commands/DeleteIntegrationCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteProfileCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteProfileKeyCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteProfileObjectCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteProfileObjectTypeCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteWorkflowCommand.js +5 -0
  17. package/dist-cjs/commands/GetAutoMergingPreviewCommand.js +5 -0
  18. package/dist-cjs/commands/GetCalculatedAttributeDefinitionCommand.js +5 -0
  19. package/dist-cjs/commands/GetCalculatedAttributeForProfileCommand.js +5 -0
  20. package/dist-cjs/commands/GetDomainCommand.js +5 -0
  21. package/dist-cjs/commands/GetEventStreamCommand.js +5 -0
  22. package/dist-cjs/commands/GetIdentityResolutionJobCommand.js +5 -0
  23. package/dist-cjs/commands/GetIntegrationCommand.js +5 -0
  24. package/dist-cjs/commands/GetMatchesCommand.js +5 -0
  25. package/dist-cjs/commands/GetProfileObjectTypeCommand.js +5 -0
  26. package/dist-cjs/commands/GetProfileObjectTypeTemplateCommand.js +5 -0
  27. package/dist-cjs/commands/GetSimilarProfilesCommand.js +5 -0
  28. package/dist-cjs/commands/GetWorkflowCommand.js +5 -0
  29. package/dist-cjs/commands/GetWorkflowStepsCommand.js +5 -0
  30. package/dist-cjs/commands/ListAccountIntegrationsCommand.js +5 -0
  31. package/dist-cjs/commands/ListCalculatedAttributeDefinitionsCommand.js +5 -0
  32. package/dist-cjs/commands/ListCalculatedAttributesForProfileCommand.js +5 -0
  33. package/dist-cjs/commands/ListDomainsCommand.js +5 -0
  34. package/dist-cjs/commands/ListEventStreamsCommand.js +5 -0
  35. package/dist-cjs/commands/ListIdentityResolutionJobsCommand.js +5 -0
  36. package/dist-cjs/commands/ListIntegrationsCommand.js +5 -0
  37. package/dist-cjs/commands/ListProfileObjectTypeTemplatesCommand.js +5 -0
  38. package/dist-cjs/commands/ListProfileObjectTypesCommand.js +5 -0
  39. package/dist-cjs/commands/ListProfileObjectsCommand.js +5 -0
  40. package/dist-cjs/commands/ListRuleBasedMatchesCommand.js +5 -0
  41. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  42. package/dist-cjs/commands/ListWorkflowsCommand.js +5 -0
  43. package/dist-cjs/commands/MergeProfilesCommand.js +5 -0
  44. package/dist-cjs/commands/PutIntegrationCommand.js +5 -0
  45. package/dist-cjs/commands/PutProfileObjectCommand.js +5 -0
  46. package/dist-cjs/commands/PutProfileObjectTypeCommand.js +5 -0
  47. package/dist-cjs/commands/SearchProfilesCommand.js +5 -0
  48. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  49. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  50. package/dist-cjs/commands/UpdateCalculatedAttributeDefinitionCommand.js +5 -0
  51. package/dist-cjs/commands/UpdateDomainCommand.js +5 -0
  52. package/dist-cjs/commands/UpdateProfileCommand.js +5 -0
  53. package/dist-es/commands/AddProfileKeyCommand.js +5 -0
  54. package/dist-es/commands/CreateCalculatedAttributeDefinitionCommand.js +5 -0
  55. package/dist-es/commands/CreateDomainCommand.js +5 -0
  56. package/dist-es/commands/CreateEventStreamCommand.js +5 -0
  57. package/dist-es/commands/CreateIntegrationWorkflowCommand.js +5 -0
  58. package/dist-es/commands/CreateProfileCommand.js +5 -0
  59. package/dist-es/commands/DeleteCalculatedAttributeDefinitionCommand.js +5 -0
  60. package/dist-es/commands/DeleteDomainCommand.js +5 -0
  61. package/dist-es/commands/DeleteEventStreamCommand.js +5 -0
  62. package/dist-es/commands/DeleteIntegrationCommand.js +5 -0
  63. package/dist-es/commands/DeleteProfileCommand.js +5 -0
  64. package/dist-es/commands/DeleteProfileKeyCommand.js +5 -0
  65. package/dist-es/commands/DeleteProfileObjectCommand.js +5 -0
  66. package/dist-es/commands/DeleteProfileObjectTypeCommand.js +5 -0
  67. package/dist-es/commands/DeleteWorkflowCommand.js +5 -0
  68. package/dist-es/commands/GetAutoMergingPreviewCommand.js +5 -0
  69. package/dist-es/commands/GetCalculatedAttributeDefinitionCommand.js +5 -0
  70. package/dist-es/commands/GetCalculatedAttributeForProfileCommand.js +5 -0
  71. package/dist-es/commands/GetDomainCommand.js +5 -0
  72. package/dist-es/commands/GetEventStreamCommand.js +5 -0
  73. package/dist-es/commands/GetIdentityResolutionJobCommand.js +5 -0
  74. package/dist-es/commands/GetIntegrationCommand.js +5 -0
  75. package/dist-es/commands/GetMatchesCommand.js +5 -0
  76. package/dist-es/commands/GetProfileObjectTypeCommand.js +5 -0
  77. package/dist-es/commands/GetProfileObjectTypeTemplateCommand.js +5 -0
  78. package/dist-es/commands/GetSimilarProfilesCommand.js +5 -0
  79. package/dist-es/commands/GetWorkflowCommand.js +5 -0
  80. package/dist-es/commands/GetWorkflowStepsCommand.js +5 -0
  81. package/dist-es/commands/ListAccountIntegrationsCommand.js +5 -0
  82. package/dist-es/commands/ListCalculatedAttributeDefinitionsCommand.js +5 -0
  83. package/dist-es/commands/ListCalculatedAttributesForProfileCommand.js +5 -0
  84. package/dist-es/commands/ListDomainsCommand.js +5 -0
  85. package/dist-es/commands/ListEventStreamsCommand.js +5 -0
  86. package/dist-es/commands/ListIdentityResolutionJobsCommand.js +5 -0
  87. package/dist-es/commands/ListIntegrationsCommand.js +5 -0
  88. package/dist-es/commands/ListProfileObjectTypeTemplatesCommand.js +5 -0
  89. package/dist-es/commands/ListProfileObjectTypesCommand.js +5 -0
  90. package/dist-es/commands/ListProfileObjectsCommand.js +5 -0
  91. package/dist-es/commands/ListRuleBasedMatchesCommand.js +5 -0
  92. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  93. package/dist-es/commands/ListWorkflowsCommand.js +5 -0
  94. package/dist-es/commands/MergeProfilesCommand.js +5 -0
  95. package/dist-es/commands/PutIntegrationCommand.js +5 -0
  96. package/dist-es/commands/PutProfileObjectCommand.js +5 -0
  97. package/dist-es/commands/PutProfileObjectTypeCommand.js +5 -0
  98. package/dist-es/commands/SearchProfilesCommand.js +5 -0
  99. package/dist-es/commands/TagResourceCommand.js +5 -0
  100. package/dist-es/commands/UntagResourceCommand.js +5 -0
  101. package/dist-es/commands/UpdateCalculatedAttributeDefinitionCommand.js +5 -0
  102. package/dist-es/commands/UpdateDomainCommand.js +5 -0
  103. package/dist-es/commands/UpdateProfileCommand.js +5 -0
  104. package/package.json +31 -31
package/README.md CHANGED
@@ -29,16 +29,16 @@ using your favorite package manager:
29
29
 
30
30
  The AWS SDK is modulized by clients and commands.
31
31
  To send a request, you only need to import the `CustomerProfilesClient` and
32
- the commands you need, for example `AddProfileKeyCommand`:
32
+ the commands you need, for example `ListDomainsCommand`:
33
33
 
34
34
  ```js
35
35
  // ES5 example
36
- const { CustomerProfilesClient, AddProfileKeyCommand } = require("@aws-sdk/client-customer-profiles");
36
+ const { CustomerProfilesClient, ListDomainsCommand } = require("@aws-sdk/client-customer-profiles");
37
37
  ```
38
38
 
39
39
  ```ts
40
40
  // ES6+ example
41
- import { CustomerProfilesClient, AddProfileKeyCommand } from "@aws-sdk/client-customer-profiles";
41
+ import { CustomerProfilesClient, ListDomainsCommand } from "@aws-sdk/client-customer-profiles";
42
42
  ```
43
43
 
44
44
  ### Usage
@@ -57,7 +57,7 @@ const client = new CustomerProfilesClient({ region: "REGION" });
57
57
  const params = {
58
58
  /** input parameters */
59
59
  };
60
- const command = new AddProfileKeyCommand(params);
60
+ const command = new ListDomainsCommand(params);
61
61
  ```
62
62
 
63
63
  #### Async/await
@@ -136,7 +136,7 @@ const client = new AWS.CustomerProfiles({ region: "REGION" });
136
136
 
137
137
  // async/await.
138
138
  try {
139
- const data = await client.addProfileKey(params);
139
+ const data = await client.listDomains(params);
140
140
  // process data.
141
141
  } catch (error) {
142
142
  // error handling.
@@ -144,7 +144,7 @@ try {
144
144
 
145
145
  // Promises.
146
146
  client
147
- .addProfileKey(params)
147
+ .listDomains(params)
148
148
  .then((data) => {
149
149
  // process data.
150
150
  })
@@ -153,7 +153,7 @@ client
153
153
  });
154
154
 
155
155
  // callbacks.
156
- client.addProfileKey(params, (err, data) => {
156
+ client.listDomains(params, (err, data) => {
157
157
  // process err and data.
158
158
  });
159
159
  ```
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class AddProfileKeyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AddProfileKeyCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CustomerProfiles_20200815",
38
+ operation: "AddProfileKey",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateCalculatedAttributeDefinitionCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateCalculatedAttributeDefinitionCommand extends smithy_client_1.Command
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.CreateCalculatedAttributeDefinitionResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "CustomerProfiles_20200815",
39
+ operation: "CreateCalculatedAttributeDefinition",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateDomainCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateDomainCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CustomerProfiles_20200815",
38
+ operation: "CreateDomain",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateEventStreamCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateEventStreamCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CustomerProfiles_20200815",
38
+ operation: "CreateEventStream",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateIntegrationWorkflowCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateIntegrationWorkflowCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateIntegrationWorkflowRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "CustomerProfiles_20200815",
39
+ operation: "CreateIntegrationWorkflow",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateProfileCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateProfileCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateProfileRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "CustomerProfiles_20200815",
39
+ operation: "CreateProfile",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteCalculatedAttributeDefinitionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteCalculatedAttributeDefinitionCommand extends smithy_client_1.Command
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CustomerProfiles_20200815",
38
+ operation: "DeleteCalculatedAttributeDefinition",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteDomainCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteDomainCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CustomerProfiles_20200815",
38
+ operation: "DeleteDomain",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteEventStreamCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteEventStreamCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CustomerProfiles_20200815",
38
+ operation: "DeleteEventStream",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteIntegrationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteIntegrationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CustomerProfiles_20200815",
38
+ operation: "DeleteIntegration",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteProfileCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteProfileCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CustomerProfiles_20200815",
38
+ operation: "DeleteProfile",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteProfileKeyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteProfileKeyCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CustomerProfiles_20200815",
38
+ operation: "DeleteProfileKey",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteProfileObjectCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteProfileObjectCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CustomerProfiles_20200815",
38
+ operation: "DeleteProfileObject",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteProfileObjectTypeCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteProfileObjectTypeCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CustomerProfiles_20200815",
38
+ operation: "DeleteProfileObjectType",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteWorkflowCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteWorkflowCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CustomerProfiles_20200815",
38
+ operation: "DeleteWorkflow",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetAutoMergingPreviewCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetAutoMergingPreviewCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CustomerProfiles_20200815",
38
+ operation: "GetAutoMergingPreview",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class GetCalculatedAttributeDefinitionCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class GetCalculatedAttributeDefinitionCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.GetCalculatedAttributeDefinitionResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "CustomerProfiles_20200815",
39
+ operation: "GetCalculatedAttributeDefinition",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetCalculatedAttributeForProfileCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetCalculatedAttributeForProfileCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CustomerProfiles_20200815",
38
+ operation: "GetCalculatedAttributeForProfile",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetDomainCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetDomainCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CustomerProfiles_20200815",
38
+ operation: "GetDomain",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetEventStreamCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetEventStreamCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CustomerProfiles_20200815",
38
+ operation: "GetEventStream",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetIdentityResolutionJobCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetIdentityResolutionJobCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CustomerProfiles_20200815",
38
+ operation: "GetIdentityResolutionJob",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetIntegrationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetIntegrationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CustomerProfiles_20200815",
38
+ operation: "GetIntegration",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetMatchesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetMatchesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CustomerProfiles_20200815",
38
+ operation: "GetMatches",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class GetProfileObjectTypeCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class GetProfileObjectTypeCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.GetProfileObjectTypeResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "CustomerProfiles_20200815",
39
+ operation: "GetProfileObjectType",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class GetProfileObjectTypeTemplateCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class GetProfileObjectTypeTemplateCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.GetProfileObjectTypeTemplateResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "CustomerProfiles_20200815",
39
+ operation: "GetProfileObjectTypeTemplate",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetSimilarProfilesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetSimilarProfilesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CustomerProfiles_20200815",
38
+ operation: "GetSimilarProfiles",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetWorkflowCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetWorkflowCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CustomerProfiles_20200815",
38
+ operation: "GetWorkflow",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetWorkflowStepsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetWorkflowStepsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CustomerProfiles_20200815",
38
+ operation: "GetWorkflowSteps",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListAccountIntegrationsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListAccountIntegrationsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CustomerProfiles_20200815",
38
+ operation: "ListAccountIntegrations",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);