@aws-sdk/client-customer-profiles 3.414.0 → 3.418.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 (103) hide show
  1. package/dist-cjs/commands/AddProfileKeyCommand.js +5 -0
  2. package/dist-cjs/commands/CreateCalculatedAttributeDefinitionCommand.js +5 -0
  3. package/dist-cjs/commands/CreateDomainCommand.js +5 -0
  4. package/dist-cjs/commands/CreateEventStreamCommand.js +5 -0
  5. package/dist-cjs/commands/CreateIntegrationWorkflowCommand.js +5 -0
  6. package/dist-cjs/commands/CreateProfileCommand.js +5 -0
  7. package/dist-cjs/commands/DeleteCalculatedAttributeDefinitionCommand.js +5 -0
  8. package/dist-cjs/commands/DeleteDomainCommand.js +5 -0
  9. package/dist-cjs/commands/DeleteEventStreamCommand.js +5 -0
  10. package/dist-cjs/commands/DeleteIntegrationCommand.js +5 -0
  11. package/dist-cjs/commands/DeleteProfileCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteProfileKeyCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteProfileObjectCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteProfileObjectTypeCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteWorkflowCommand.js +5 -0
  16. package/dist-cjs/commands/GetAutoMergingPreviewCommand.js +5 -0
  17. package/dist-cjs/commands/GetCalculatedAttributeDefinitionCommand.js +5 -0
  18. package/dist-cjs/commands/GetCalculatedAttributeForProfileCommand.js +5 -0
  19. package/dist-cjs/commands/GetDomainCommand.js +5 -0
  20. package/dist-cjs/commands/GetEventStreamCommand.js +5 -0
  21. package/dist-cjs/commands/GetIdentityResolutionJobCommand.js +5 -0
  22. package/dist-cjs/commands/GetIntegrationCommand.js +5 -0
  23. package/dist-cjs/commands/GetMatchesCommand.js +5 -0
  24. package/dist-cjs/commands/GetProfileObjectTypeCommand.js +5 -0
  25. package/dist-cjs/commands/GetProfileObjectTypeTemplateCommand.js +5 -0
  26. package/dist-cjs/commands/GetSimilarProfilesCommand.js +5 -0
  27. package/dist-cjs/commands/GetWorkflowCommand.js +5 -0
  28. package/dist-cjs/commands/GetWorkflowStepsCommand.js +5 -0
  29. package/dist-cjs/commands/ListAccountIntegrationsCommand.js +5 -0
  30. package/dist-cjs/commands/ListCalculatedAttributeDefinitionsCommand.js +5 -0
  31. package/dist-cjs/commands/ListCalculatedAttributesForProfileCommand.js +5 -0
  32. package/dist-cjs/commands/ListDomainsCommand.js +5 -0
  33. package/dist-cjs/commands/ListEventStreamsCommand.js +5 -0
  34. package/dist-cjs/commands/ListIdentityResolutionJobsCommand.js +5 -0
  35. package/dist-cjs/commands/ListIntegrationsCommand.js +5 -0
  36. package/dist-cjs/commands/ListProfileObjectTypeTemplatesCommand.js +5 -0
  37. package/dist-cjs/commands/ListProfileObjectTypesCommand.js +5 -0
  38. package/dist-cjs/commands/ListProfileObjectsCommand.js +5 -0
  39. package/dist-cjs/commands/ListRuleBasedMatchesCommand.js +5 -0
  40. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  41. package/dist-cjs/commands/ListWorkflowsCommand.js +5 -0
  42. package/dist-cjs/commands/MergeProfilesCommand.js +5 -0
  43. package/dist-cjs/commands/PutIntegrationCommand.js +5 -0
  44. package/dist-cjs/commands/PutProfileObjectCommand.js +5 -0
  45. package/dist-cjs/commands/PutProfileObjectTypeCommand.js +5 -0
  46. package/dist-cjs/commands/SearchProfilesCommand.js +5 -0
  47. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  48. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  49. package/dist-cjs/commands/UpdateCalculatedAttributeDefinitionCommand.js +5 -0
  50. package/dist-cjs/commands/UpdateDomainCommand.js +5 -0
  51. package/dist-cjs/commands/UpdateProfileCommand.js +5 -0
  52. package/dist-es/commands/AddProfileKeyCommand.js +5 -0
  53. package/dist-es/commands/CreateCalculatedAttributeDefinitionCommand.js +5 -0
  54. package/dist-es/commands/CreateDomainCommand.js +5 -0
  55. package/dist-es/commands/CreateEventStreamCommand.js +5 -0
  56. package/dist-es/commands/CreateIntegrationWorkflowCommand.js +5 -0
  57. package/dist-es/commands/CreateProfileCommand.js +5 -0
  58. package/dist-es/commands/DeleteCalculatedAttributeDefinitionCommand.js +5 -0
  59. package/dist-es/commands/DeleteDomainCommand.js +5 -0
  60. package/dist-es/commands/DeleteEventStreamCommand.js +5 -0
  61. package/dist-es/commands/DeleteIntegrationCommand.js +5 -0
  62. package/dist-es/commands/DeleteProfileCommand.js +5 -0
  63. package/dist-es/commands/DeleteProfileKeyCommand.js +5 -0
  64. package/dist-es/commands/DeleteProfileObjectCommand.js +5 -0
  65. package/dist-es/commands/DeleteProfileObjectTypeCommand.js +5 -0
  66. package/dist-es/commands/DeleteWorkflowCommand.js +5 -0
  67. package/dist-es/commands/GetAutoMergingPreviewCommand.js +5 -0
  68. package/dist-es/commands/GetCalculatedAttributeDefinitionCommand.js +5 -0
  69. package/dist-es/commands/GetCalculatedAttributeForProfileCommand.js +5 -0
  70. package/dist-es/commands/GetDomainCommand.js +5 -0
  71. package/dist-es/commands/GetEventStreamCommand.js +5 -0
  72. package/dist-es/commands/GetIdentityResolutionJobCommand.js +5 -0
  73. package/dist-es/commands/GetIntegrationCommand.js +5 -0
  74. package/dist-es/commands/GetMatchesCommand.js +5 -0
  75. package/dist-es/commands/GetProfileObjectTypeCommand.js +5 -0
  76. package/dist-es/commands/GetProfileObjectTypeTemplateCommand.js +5 -0
  77. package/dist-es/commands/GetSimilarProfilesCommand.js +5 -0
  78. package/dist-es/commands/GetWorkflowCommand.js +5 -0
  79. package/dist-es/commands/GetWorkflowStepsCommand.js +5 -0
  80. package/dist-es/commands/ListAccountIntegrationsCommand.js +5 -0
  81. package/dist-es/commands/ListCalculatedAttributeDefinitionsCommand.js +5 -0
  82. package/dist-es/commands/ListCalculatedAttributesForProfileCommand.js +5 -0
  83. package/dist-es/commands/ListDomainsCommand.js +5 -0
  84. package/dist-es/commands/ListEventStreamsCommand.js +5 -0
  85. package/dist-es/commands/ListIdentityResolutionJobsCommand.js +5 -0
  86. package/dist-es/commands/ListIntegrationsCommand.js +5 -0
  87. package/dist-es/commands/ListProfileObjectTypeTemplatesCommand.js +5 -0
  88. package/dist-es/commands/ListProfileObjectTypesCommand.js +5 -0
  89. package/dist-es/commands/ListProfileObjectsCommand.js +5 -0
  90. package/dist-es/commands/ListRuleBasedMatchesCommand.js +5 -0
  91. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  92. package/dist-es/commands/ListWorkflowsCommand.js +5 -0
  93. package/dist-es/commands/MergeProfilesCommand.js +5 -0
  94. package/dist-es/commands/PutIntegrationCommand.js +5 -0
  95. package/dist-es/commands/PutProfileObjectCommand.js +5 -0
  96. package/dist-es/commands/PutProfileObjectTypeCommand.js +5 -0
  97. package/dist-es/commands/SearchProfilesCommand.js +5 -0
  98. package/dist-es/commands/TagResourceCommand.js +5 -0
  99. package/dist-es/commands/UntagResourceCommand.js +5 -0
  100. package/dist-es/commands/UpdateCalculatedAttributeDefinitionCommand.js +5 -0
  101. package/dist-es/commands/UpdateDomainCommand.js +5 -0
  102. package/dist-es/commands/UpdateProfileCommand.js +5 -0
  103. package/package.json +31 -31
@@ -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 ListEventStreamsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListEventStreamsCommand 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: "ListEventStreams",
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 ListIdentityResolutionJobsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListIdentityResolutionJobsCommand 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: "ListIdentityResolutionJobs",
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 ListIntegrationsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListIntegrationsCommand 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: "ListIntegrations",
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 ListProfileObjectTypeTemplatesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListProfileObjectTypeTemplatesCommand 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: "ListProfileObjectTypeTemplates",
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 ListProfileObjectTypesCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ListProfileObjectTypesCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.ListProfileObjectTypesResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "CustomerProfiles_20200815",
39
+ operation: "ListProfileObjectTypes",
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 ListProfileObjectsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ListProfileObjectsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.ListProfileObjectsResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "CustomerProfiles_20200815",
39
+ operation: "ListProfileObjects",
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 ListRuleBasedMatchesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListRuleBasedMatchesCommand 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: "ListRuleBasedMatches",
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 ListTagsForResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListTagsForResourceCommand 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: "ListTagsForResource",
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 ListWorkflowsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListWorkflowsCommand 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: "ListWorkflows",
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 MergeProfilesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class MergeProfilesCommand 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: "MergeProfiles",
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 PutIntegrationCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class PutIntegrationCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.PutIntegrationRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "CustomerProfiles_20200815",
39
+ operation: "PutIntegration",
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 PutProfileObjectCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class PutProfileObjectCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.PutProfileObjectRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "CustomerProfiles_20200815",
39
+ operation: "PutProfileObject",
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 PutProfileObjectTypeCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class PutProfileObjectTypeCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.PutProfileObjectTypeRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.PutProfileObjectTypeResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "CustomerProfiles_20200815",
39
+ operation: "PutProfileObjectType",
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 SearchProfilesCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class SearchProfilesCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.SearchProfilesResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "CustomerProfiles_20200815",
39
+ operation: "SearchProfiles",
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 TagResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class TagResourceCommand 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: "TagResource",
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 UntagResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UntagResourceCommand 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: "UntagResource",
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 UpdateCalculatedAttributeDefinitionCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateCalculatedAttributeDefinitionCommand extends smithy_client_1.Command
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "CustomerProfiles_20200815",
39
+ operation: "UpdateCalculatedAttributeDefinition",
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 UpdateDomainCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateDomainCommand 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: "UpdateDomain",
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 UpdateProfileCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateProfileCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.UpdateProfileRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "CustomerProfiles_20200815",
39
+ operation: "UpdateProfile",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_AddProfileKeyCommand, se_AddProfileKeyCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class AddProfileKeyCommand extends $Command {
@@ -29,6 +30,10 @@ export class AddProfileKeyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CustomerProfiles_20200815",
35
+ operation: "AddProfileKey",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog, CreateCalculatedAttributeDefinitionResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateCalculatedAttributeDefinitionCommand, se_CreateCalculatedAttributeDefinitionCommand, } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateCalculatedAttributeDefinitionCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: CreateCalculatedAttributeDefinitionResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "CustomerProfiles_20200815",
36
+ operation: "CreateCalculatedAttributeDefinition",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateDomainCommand, se_CreateDomainCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateDomainCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateDomainCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CustomerProfiles_20200815",
35
+ operation: "CreateDomain",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateEventStreamCommand, se_CreateEventStreamCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateEventStreamCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateEventStreamCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CustomerProfiles_20200815",
35
+ operation: "CreateEventStream",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateIntegrationWorkflowRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateIntegrationWorkflowCommand, se_CreateIntegrationWorkflowCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateIntegrationWorkflowCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateIntegrationWorkflowRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "CustomerProfiles_20200815",
36
+ operation: "CreateIntegrationWorkflow",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateProfileRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateProfileCommand, se_CreateProfileCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateProfileCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateProfileRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "CustomerProfiles_20200815",
36
+ operation: "CreateProfile",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteCalculatedAttributeDefinitionCommand, se_DeleteCalculatedAttributeDefinitionCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteCalculatedAttributeDefinitionCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteCalculatedAttributeDefinitionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CustomerProfiles_20200815",
35
+ operation: "DeleteCalculatedAttributeDefinition",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteDomainCommand, se_DeleteDomainCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteDomainCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteDomainCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CustomerProfiles_20200815",
35
+ operation: "DeleteDomain",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteEventStreamCommand, se_DeleteEventStreamCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteEventStreamCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteEventStreamCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CustomerProfiles_20200815",
35
+ operation: "DeleteEventStream",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteIntegrationCommand, se_DeleteIntegrationCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteIntegrationCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteIntegrationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CustomerProfiles_20200815",
35
+ operation: "DeleteIntegration",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteProfileCommand, se_DeleteProfileCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteProfileCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteProfileCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CustomerProfiles_20200815",
35
+ operation: "DeleteProfile",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteProfileKeyCommand, se_DeleteProfileKeyCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteProfileKeyCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteProfileKeyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CustomerProfiles_20200815",
35
+ operation: "DeleteProfileKey",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteProfileObjectCommand, se_DeleteProfileObjectCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteProfileObjectCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteProfileObjectCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CustomerProfiles_20200815",
35
+ operation: "DeleteProfileObject",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);