@aws-sdk/client-customer-profiles 3.928.0 → 3.929.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 (110) hide show
  1. package/dist-cjs/index.js +4966 -4728
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/CustomerProfilesClient.js +2 -0
  4. package/dist-es/commands/AddProfileKeyCommand.js +3 -9
  5. package/dist-es/commands/BatchGetCalculatedAttributeForProfileCommand.js +3 -10
  6. package/dist-es/commands/BatchGetProfileCommand.js +3 -10
  7. package/dist-es/commands/CreateCalculatedAttributeDefinitionCommand.js +3 -10
  8. package/dist-es/commands/CreateDomainCommand.js +3 -9
  9. package/dist-es/commands/CreateDomainLayoutCommand.js +3 -10
  10. package/dist-es/commands/CreateEventStreamCommand.js +3 -9
  11. package/dist-es/commands/CreateEventTriggerCommand.js +3 -10
  12. package/dist-es/commands/CreateIntegrationWorkflowCommand.js +3 -10
  13. package/dist-es/commands/CreateProfileCommand.js +3 -10
  14. package/dist-es/commands/CreateSegmentDefinitionCommand.js +3 -10
  15. package/dist-es/commands/CreateSegmentEstimateCommand.js +3 -10
  16. package/dist-es/commands/CreateSegmentSnapshotCommand.js +3 -9
  17. package/dist-es/commands/CreateUploadJobCommand.js +3 -10
  18. package/dist-es/commands/DeleteCalculatedAttributeDefinitionCommand.js +3 -9
  19. package/dist-es/commands/DeleteDomainCommand.js +3 -9
  20. package/dist-es/commands/DeleteDomainLayoutCommand.js +3 -9
  21. package/dist-es/commands/DeleteEventStreamCommand.js +3 -9
  22. package/dist-es/commands/DeleteEventTriggerCommand.js +3 -9
  23. package/dist-es/commands/DeleteIntegrationCommand.js +3 -9
  24. package/dist-es/commands/DeleteProfileCommand.js +3 -9
  25. package/dist-es/commands/DeleteProfileKeyCommand.js +3 -9
  26. package/dist-es/commands/DeleteProfileObjectCommand.js +3 -9
  27. package/dist-es/commands/DeleteProfileObjectTypeCommand.js +3 -9
  28. package/dist-es/commands/DeleteSegmentDefinitionCommand.js +3 -9
  29. package/dist-es/commands/DeleteWorkflowCommand.js +3 -9
  30. package/dist-es/commands/DetectProfileObjectTypeCommand.js +3 -10
  31. package/dist-es/commands/GetAutoMergingPreviewCommand.js +3 -9
  32. package/dist-es/commands/GetCalculatedAttributeDefinitionCommand.js +3 -10
  33. package/dist-es/commands/GetCalculatedAttributeForProfileCommand.js +3 -9
  34. package/dist-es/commands/GetDomainCommand.js +3 -9
  35. package/dist-es/commands/GetDomainLayoutCommand.js +3 -10
  36. package/dist-es/commands/GetEventStreamCommand.js +3 -9
  37. package/dist-es/commands/GetEventTriggerCommand.js +3 -10
  38. package/dist-es/commands/GetIdentityResolutionJobCommand.js +3 -9
  39. package/dist-es/commands/GetIntegrationCommand.js +3 -9
  40. package/dist-es/commands/GetMatchesCommand.js +3 -9
  41. package/dist-es/commands/GetProfileHistoryRecordCommand.js +3 -10
  42. package/dist-es/commands/GetProfileObjectTypeCommand.js +3 -10
  43. package/dist-es/commands/GetProfileObjectTypeTemplateCommand.js +3 -10
  44. package/dist-es/commands/GetSegmentDefinitionCommand.js +3 -10
  45. package/dist-es/commands/GetSegmentEstimateCommand.js +3 -9
  46. package/dist-es/commands/GetSegmentMembershipCommand.js +3 -10
  47. package/dist-es/commands/GetSegmentSnapshotCommand.js +3 -9
  48. package/dist-es/commands/GetSimilarProfilesCommand.js +3 -9
  49. package/dist-es/commands/GetUploadJobCommand.js +3 -10
  50. package/dist-es/commands/GetUploadJobPathCommand.js +3 -9
  51. package/dist-es/commands/GetWorkflowCommand.js +3 -9
  52. package/dist-es/commands/GetWorkflowStepsCommand.js +3 -9
  53. package/dist-es/commands/ListAccountIntegrationsCommand.js +3 -9
  54. package/dist-es/commands/ListCalculatedAttributeDefinitionsCommand.js +3 -10
  55. package/dist-es/commands/ListCalculatedAttributesForProfileCommand.js +3 -9
  56. package/dist-es/commands/ListDomainLayoutsCommand.js +3 -10
  57. package/dist-es/commands/ListDomainsCommand.js +3 -9
  58. package/dist-es/commands/ListEventStreamsCommand.js +3 -9
  59. package/dist-es/commands/ListEventTriggersCommand.js +3 -10
  60. package/dist-es/commands/ListIdentityResolutionJobsCommand.js +3 -9
  61. package/dist-es/commands/ListIntegrationsCommand.js +3 -9
  62. package/dist-es/commands/ListObjectTypeAttributesCommand.js +3 -9
  63. package/dist-es/commands/ListProfileAttributeValuesCommand.js +3 -9
  64. package/dist-es/commands/ListProfileHistoryRecordsCommand.js +3 -9
  65. package/dist-es/commands/ListProfileObjectTypeTemplatesCommand.js +3 -9
  66. package/dist-es/commands/ListProfileObjectTypesCommand.js +3 -10
  67. package/dist-es/commands/ListProfileObjectsCommand.js +3 -10
  68. package/dist-es/commands/ListRuleBasedMatchesCommand.js +3 -9
  69. package/dist-es/commands/ListSegmentDefinitionsCommand.js +3 -10
  70. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  71. package/dist-es/commands/ListUploadJobsCommand.js +3 -9
  72. package/dist-es/commands/ListWorkflowsCommand.js +3 -9
  73. package/dist-es/commands/MergeProfilesCommand.js +3 -9
  74. package/dist-es/commands/PutIntegrationCommand.js +3 -10
  75. package/dist-es/commands/PutProfileObjectCommand.js +3 -10
  76. package/dist-es/commands/PutProfileObjectTypeCommand.js +3 -10
  77. package/dist-es/commands/SearchProfilesCommand.js +3 -10
  78. package/dist-es/commands/StartUploadJobCommand.js +3 -9
  79. package/dist-es/commands/StopUploadJobCommand.js +3 -9
  80. package/dist-es/commands/TagResourceCommand.js +3 -9
  81. package/dist-es/commands/UntagResourceCommand.js +3 -9
  82. package/dist-es/commands/UpdateCalculatedAttributeDefinitionCommand.js +3 -10
  83. package/dist-es/commands/UpdateDomainCommand.js +3 -9
  84. package/dist-es/commands/UpdateDomainLayoutCommand.js +3 -10
  85. package/dist-es/commands/UpdateEventTriggerCommand.js +3 -10
  86. package/dist-es/commands/UpdateProfileCommand.js +3 -10
  87. package/dist-es/models/models_0.js +0 -288
  88. package/dist-es/models/models_1.js +0 -89
  89. package/dist-es/runtimeConfig.shared.js +2 -0
  90. package/dist-es/schemas/schemas_0.js +4609 -0
  91. package/dist-types/CustomerProfilesClient.d.ts +10 -1
  92. package/dist-types/models/models_0.d.ts +0 -216
  93. package/dist-types/models/models_1.d.ts +0 -52
  94. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  95. package/dist-types/runtimeConfig.d.ts +1 -0
  96. package/dist-types/runtimeConfig.native.d.ts +1 -0
  97. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  98. package/dist-types/schemas/schemas_0.d.ts +456 -0
  99. package/dist-types/ts3.4/CustomerProfilesClient.d.ts +4 -0
  100. package/dist-types/ts3.4/models/models_0.d.ts +0 -148
  101. package/dist-types/ts3.4/models/models_1.d.ts +0 -39
  102. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  103. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  104. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  105. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  106. package/dist-types/ts3.4/schemas/schemas_0.d.ts +463 -0
  107. package/package.json +2 -2
  108. package/dist-es/protocols/Aws_restJson1.js +0 -3490
  109. package/dist-types/protocols/Aws_restJson1.d.ts +0 -749
  110. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1001
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteProfileObjectCommand, se_DeleteProfileObjectCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteProfileObject } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteProfileObjectCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CustomerProfiles_20200815", "DeleteProfileObject", {})
17
13
  .n("CustomerProfilesClient", "DeleteProfileObjectCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteProfileObjectCommand)
20
- .de(de_DeleteProfileObjectCommand)
14
+ .sc(DeleteProfileObject)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteProfileObjectTypeCommand, se_DeleteProfileObjectTypeCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteProfileObjectType } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteProfileObjectTypeCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CustomerProfiles_20200815", "DeleteProfileObjectType", {})
17
13
  .n("CustomerProfilesClient", "DeleteProfileObjectTypeCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteProfileObjectTypeCommand)
20
- .de(de_DeleteProfileObjectTypeCommand)
14
+ .sc(DeleteProfileObjectType)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteSegmentDefinitionCommand, se_DeleteSegmentDefinitionCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteSegmentDefinition } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteSegmentDefinitionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CustomerProfiles_20200815", "DeleteSegmentDefinition", {})
17
13
  .n("CustomerProfilesClient", "DeleteSegmentDefinitionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteSegmentDefinitionCommand)
20
- .de(de_DeleteSegmentDefinitionCommand)
14
+ .sc(DeleteSegmentDefinition)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteWorkflowCommand, se_DeleteWorkflowCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteWorkflow } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteWorkflowCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CustomerProfiles_20200815", "DeleteWorkflow", {})
17
13
  .n("CustomerProfilesClient", "DeleteWorkflowCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteWorkflowCommand)
20
- .de(de_DeleteWorkflowCommand)
14
+ .sc(DeleteWorkflow)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { DetectProfileObjectTypeRequestFilterSensitiveLog, DetectProfileObjectTypeResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_DetectProfileObjectTypeCommand, se_DetectProfileObjectTypeCommand } from "../protocols/Aws_restJson1";
4
+ import { DetectProfileObjectType } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class DetectProfileObjectTypeCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("CustomerProfiles_20200815", "DetectProfileObjectType", {})
18
13
  .n("CustomerProfilesClient", "DetectProfileObjectTypeCommand")
19
- .f(DetectProfileObjectTypeRequestFilterSensitiveLog, DetectProfileObjectTypeResponseFilterSensitiveLog)
20
- .ser(se_DetectProfileObjectTypeCommand)
21
- .de(de_DetectProfileObjectTypeCommand)
14
+ .sc(DetectProfileObjectType)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetAutoMergingPreviewCommand, se_GetAutoMergingPreviewCommand } from "../protocols/Aws_restJson1";
4
+ import { GetAutoMergingPreview } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetAutoMergingPreviewCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CustomerProfiles_20200815", "GetAutoMergingPreview", {})
17
13
  .n("CustomerProfilesClient", "GetAutoMergingPreviewCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetAutoMergingPreviewCommand)
20
- .de(de_GetAutoMergingPreviewCommand)
14
+ .sc(GetAutoMergingPreview)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetCalculatedAttributeDefinitionResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetCalculatedAttributeDefinitionCommand, se_GetCalculatedAttributeDefinitionCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetCalculatedAttributeDefinition } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetCalculatedAttributeDefinitionCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("CustomerProfiles_20200815", "GetCalculatedAttributeDefinition", {})
18
13
  .n("CustomerProfilesClient", "GetCalculatedAttributeDefinitionCommand")
19
- .f(void 0, GetCalculatedAttributeDefinitionResponseFilterSensitiveLog)
20
- .ser(se_GetCalculatedAttributeDefinitionCommand)
21
- .de(de_GetCalculatedAttributeDefinitionCommand)
14
+ .sc(GetCalculatedAttributeDefinition)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetCalculatedAttributeForProfileCommand, se_GetCalculatedAttributeForProfileCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetCalculatedAttributeForProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetCalculatedAttributeForProfileCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CustomerProfiles_20200815", "GetCalculatedAttributeForProfile", {})
17
13
  .n("CustomerProfilesClient", "GetCalculatedAttributeForProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetCalculatedAttributeForProfileCommand)
20
- .de(de_GetCalculatedAttributeForProfileCommand)
14
+ .sc(GetCalculatedAttributeForProfile)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetDomainCommand, se_GetDomainCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDomain } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDomainCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CustomerProfiles_20200815", "GetDomain", {})
17
13
  .n("CustomerProfilesClient", "GetDomainCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDomainCommand)
20
- .de(de_GetDomainCommand)
14
+ .sc(GetDomain)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetDomainLayoutResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetDomainLayoutCommand, se_GetDomainLayoutCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDomainLayout } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetDomainLayoutCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("CustomerProfiles_20200815", "GetDomainLayout", {})
18
13
  .n("CustomerProfilesClient", "GetDomainLayoutCommand")
19
- .f(void 0, GetDomainLayoutResponseFilterSensitiveLog)
20
- .ser(se_GetDomainLayoutCommand)
21
- .de(de_GetDomainLayoutCommand)
14
+ .sc(GetDomainLayout)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetEventStreamCommand, se_GetEventStreamCommand } from "../protocols/Aws_restJson1";
4
+ import { GetEventStream } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetEventStreamCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CustomerProfiles_20200815", "GetEventStream", {})
17
13
  .n("CustomerProfilesClient", "GetEventStreamCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetEventStreamCommand)
20
- .de(de_GetEventStreamCommand)
14
+ .sc(GetEventStream)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetEventTriggerResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetEventTriggerCommand, se_GetEventTriggerCommand } from "../protocols/Aws_restJson1";
4
+ import { GetEventTrigger } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetEventTriggerCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("CustomerProfiles_20200815", "GetEventTrigger", {})
18
13
  .n("CustomerProfilesClient", "GetEventTriggerCommand")
19
- .f(void 0, GetEventTriggerResponseFilterSensitiveLog)
20
- .ser(se_GetEventTriggerCommand)
21
- .de(de_GetEventTriggerCommand)
14
+ .sc(GetEventTrigger)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetIdentityResolutionJobCommand, se_GetIdentityResolutionJobCommand } from "../protocols/Aws_restJson1";
4
+ import { GetIdentityResolutionJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetIdentityResolutionJobCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CustomerProfiles_20200815", "GetIdentityResolutionJob", {})
17
13
  .n("CustomerProfilesClient", "GetIdentityResolutionJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetIdentityResolutionJobCommand)
20
- .de(de_GetIdentityResolutionJobCommand)
14
+ .sc(GetIdentityResolutionJob)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetIntegrationCommand, se_GetIntegrationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetIntegration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetIntegrationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CustomerProfiles_20200815", "GetIntegration", {})
17
13
  .n("CustomerProfilesClient", "GetIntegrationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetIntegrationCommand)
20
- .de(de_GetIntegrationCommand)
14
+ .sc(GetIntegration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetMatchesCommand, se_GetMatchesCommand } from "../protocols/Aws_restJson1";
4
+ import { GetMatches } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetMatchesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CustomerProfiles_20200815", "GetMatches", {})
17
13
  .n("CustomerProfilesClient", "GetMatchesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetMatchesCommand)
20
- .de(de_GetMatchesCommand)
14
+ .sc(GetMatches)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetProfileHistoryRecordResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetProfileHistoryRecordCommand, se_GetProfileHistoryRecordCommand } from "../protocols/Aws_restJson1";
4
+ import { GetProfileHistoryRecord } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetProfileHistoryRecordCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("CustomerProfiles_20200815", "GetProfileHistoryRecord", {})
18
13
  .n("CustomerProfilesClient", "GetProfileHistoryRecordCommand")
19
- .f(void 0, GetProfileHistoryRecordResponseFilterSensitiveLog)
20
- .ser(se_GetProfileHistoryRecordCommand)
21
- .de(de_GetProfileHistoryRecordCommand)
14
+ .sc(GetProfileHistoryRecord)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetProfileObjectTypeResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetProfileObjectTypeCommand, se_GetProfileObjectTypeCommand } from "../protocols/Aws_restJson1";
4
+ import { GetProfileObjectType } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetProfileObjectTypeCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("CustomerProfiles_20200815", "GetProfileObjectType", {})
18
13
  .n("CustomerProfilesClient", "GetProfileObjectTypeCommand")
19
- .f(void 0, GetProfileObjectTypeResponseFilterSensitiveLog)
20
- .ser(se_GetProfileObjectTypeCommand)
21
- .de(de_GetProfileObjectTypeCommand)
14
+ .sc(GetProfileObjectType)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetProfileObjectTypeTemplateResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetProfileObjectTypeTemplateCommand, se_GetProfileObjectTypeTemplateCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetProfileObjectTypeTemplate } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetProfileObjectTypeTemplateCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("CustomerProfiles_20200815", "GetProfileObjectTypeTemplate", {})
18
13
  .n("CustomerProfilesClient", "GetProfileObjectTypeTemplateCommand")
19
- .f(void 0, GetProfileObjectTypeTemplateResponseFilterSensitiveLog)
20
- .ser(se_GetProfileObjectTypeTemplateCommand)
21
- .de(de_GetProfileObjectTypeTemplateCommand)
14
+ .sc(GetProfileObjectTypeTemplate)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetSegmentDefinitionResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetSegmentDefinitionCommand, se_GetSegmentDefinitionCommand } from "../protocols/Aws_restJson1";
4
+ import { GetSegmentDefinition } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetSegmentDefinitionCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("CustomerProfiles_20200815", "GetSegmentDefinition", {})
18
13
  .n("CustomerProfilesClient", "GetSegmentDefinitionCommand")
19
- .f(void 0, GetSegmentDefinitionResponseFilterSensitiveLog)
20
- .ser(se_GetSegmentDefinitionCommand)
21
- .de(de_GetSegmentDefinitionCommand)
14
+ .sc(GetSegmentDefinition)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetSegmentEstimateCommand, se_GetSegmentEstimateCommand } from "../protocols/Aws_restJson1";
4
+ import { GetSegmentEstimate } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSegmentEstimateCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CustomerProfiles_20200815", "GetSegmentEstimate", {})
17
13
  .n("CustomerProfilesClient", "GetSegmentEstimateCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSegmentEstimateCommand)
20
- .de(de_GetSegmentEstimateCommand)
14
+ .sc(GetSegmentEstimate)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetSegmentMembershipResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetSegmentMembershipCommand, se_GetSegmentMembershipCommand } from "../protocols/Aws_restJson1";
4
+ import { GetSegmentMembership } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetSegmentMembershipCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("CustomerProfiles_20200815", "GetSegmentMembership", {})
18
13
  .n("CustomerProfilesClient", "GetSegmentMembershipCommand")
19
- .f(void 0, GetSegmentMembershipResponseFilterSensitiveLog)
20
- .ser(se_GetSegmentMembershipCommand)
21
- .de(de_GetSegmentMembershipCommand)
14
+ .sc(GetSegmentMembership)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetSegmentSnapshotCommand, se_GetSegmentSnapshotCommand } from "../protocols/Aws_restJson1";
4
+ import { GetSegmentSnapshot } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSegmentSnapshotCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CustomerProfiles_20200815", "GetSegmentSnapshot", {})
17
13
  .n("CustomerProfilesClient", "GetSegmentSnapshotCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSegmentSnapshotCommand)
20
- .de(de_GetSegmentSnapshotCommand)
14
+ .sc(GetSegmentSnapshot)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetSimilarProfilesCommand, se_GetSimilarProfilesCommand } from "../protocols/Aws_restJson1";
4
+ import { GetSimilarProfiles } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSimilarProfilesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CustomerProfiles_20200815", "GetSimilarProfiles", {})
17
13
  .n("CustomerProfilesClient", "GetSimilarProfilesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSimilarProfilesCommand)
20
- .de(de_GetSimilarProfilesCommand)
14
+ .sc(GetSimilarProfiles)
21
15
  .build() {
22
16
  }