@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_ListWorkflowsCommand, se_ListWorkflowsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListWorkflows } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListWorkflowsCommand 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", "ListWorkflows", {})
17
13
  .n("CustomerProfilesClient", "ListWorkflowsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListWorkflowsCommand)
20
- .de(de_ListWorkflowsCommand)
14
+ .sc(ListWorkflows)
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_MergeProfilesCommand, se_MergeProfilesCommand } from "../protocols/Aws_restJson1";
4
+ import { MergeProfiles } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class MergeProfilesCommand 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", "MergeProfiles", {})
17
13
  .n("CustomerProfilesClient", "MergeProfilesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_MergeProfilesCommand)
20
- .de(de_MergeProfilesCommand)
14
+ .sc(MergeProfiles)
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 { PutIntegrationRequestFilterSensitiveLog, } from "../models/models_1";
6
- import { de_PutIntegrationCommand, se_PutIntegrationCommand } from "../protocols/Aws_restJson1";
4
+ import { PutIntegration } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class PutIntegrationCommand 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", "PutIntegration", {})
18
13
  .n("CustomerProfilesClient", "PutIntegrationCommand")
19
- .f(PutIntegrationRequestFilterSensitiveLog, void 0)
20
- .ser(se_PutIntegrationCommand)
21
- .de(de_PutIntegrationCommand)
14
+ .sc(PutIntegration)
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 { PutProfileObjectRequestFilterSensitiveLog, } from "../models/models_1";
6
- import { de_PutProfileObjectCommand, se_PutProfileObjectCommand } from "../protocols/Aws_restJson1";
4
+ import { PutProfileObject } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class PutProfileObjectCommand 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", "PutProfileObject", {})
18
13
  .n("CustomerProfilesClient", "PutProfileObjectCommand")
19
- .f(PutProfileObjectRequestFilterSensitiveLog, void 0)
20
- .ser(se_PutProfileObjectCommand)
21
- .de(de_PutProfileObjectCommand)
14
+ .sc(PutProfileObject)
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 { PutProfileObjectTypeRequestFilterSensitiveLog, PutProfileObjectTypeResponseFilterSensitiveLog, } from "../models/models_1";
6
- import { de_PutProfileObjectTypeCommand, se_PutProfileObjectTypeCommand } from "../protocols/Aws_restJson1";
4
+ import { PutProfileObjectType } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class PutProfileObjectTypeCommand 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", "PutProfileObjectType", {})
18
13
  .n("CustomerProfilesClient", "PutProfileObjectTypeCommand")
19
- .f(PutProfileObjectTypeRequestFilterSensitiveLog, PutProfileObjectTypeResponseFilterSensitiveLog)
20
- .ser(se_PutProfileObjectTypeCommand)
21
- .de(de_PutProfileObjectTypeCommand)
14
+ .sc(PutProfileObjectType)
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 { SearchProfilesResponseFilterSensitiveLog, } from "../models/models_1";
6
- import { de_SearchProfilesCommand, se_SearchProfilesCommand } from "../protocols/Aws_restJson1";
4
+ import { SearchProfiles } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class SearchProfilesCommand 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", "SearchProfiles", {})
18
13
  .n("CustomerProfilesClient", "SearchProfilesCommand")
19
- .f(void 0, SearchProfilesResponseFilterSensitiveLog)
20
- .ser(se_SearchProfilesCommand)
21
- .de(de_SearchProfilesCommand)
14
+ .sc(SearchProfiles)
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_StartUploadJobCommand, se_StartUploadJobCommand } from "../protocols/Aws_restJson1";
4
+ import { StartUploadJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartUploadJobCommand 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", "StartUploadJob", {})
17
13
  .n("CustomerProfilesClient", "StartUploadJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartUploadJobCommand)
20
- .de(de_StartUploadJobCommand)
14
+ .sc(StartUploadJob)
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_StopUploadJobCommand, se_StopUploadJobCommand } from "../protocols/Aws_restJson1";
4
+ import { StopUploadJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StopUploadJobCommand 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", "StopUploadJob", {})
17
13
  .n("CustomerProfilesClient", "StopUploadJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StopUploadJobCommand)
20
- .de(de_StopUploadJobCommand)
14
+ .sc(StopUploadJob)
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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { TagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagResourceCommand 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", "TagResource", {})
17
13
  .n("CustomerProfilesClient", "TagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagResourceCommand)
20
- .de(de_TagResourceCommand)
14
+ .sc(TagResource)
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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { UntagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UntagResourceCommand 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", "UntagResource", {})
17
13
  .n("CustomerProfilesClient", "UntagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UntagResourceCommand)
20
- .de(de_UntagResourceCommand)
14
+ .sc(UntagResource)
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 { UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog, UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog, } from "../models/models_1";
6
- import { de_UpdateCalculatedAttributeDefinitionCommand, se_UpdateCalculatedAttributeDefinitionCommand, } from "../protocols/Aws_restJson1";
4
+ import { UpdateCalculatedAttributeDefinition } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateCalculatedAttributeDefinitionCommand 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", "UpdateCalculatedAttributeDefinition", {})
18
13
  .n("CustomerProfilesClient", "UpdateCalculatedAttributeDefinitionCommand")
19
- .f(UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog, UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog)
20
- .ser(se_UpdateCalculatedAttributeDefinitionCommand)
21
- .de(de_UpdateCalculatedAttributeDefinitionCommand)
14
+ .sc(UpdateCalculatedAttributeDefinition)
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_UpdateDomainCommand, se_UpdateDomainCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateDomain } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateDomainCommand 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", "UpdateDomain", {})
17
13
  .n("CustomerProfilesClient", "UpdateDomainCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateDomainCommand)
20
- .de(de_UpdateDomainCommand)
14
+ .sc(UpdateDomain)
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 { UpdateDomainLayoutRequestFilterSensitiveLog, UpdateDomainLayoutResponseFilterSensitiveLog, } from "../models/models_1";
6
- import { de_UpdateDomainLayoutCommand, se_UpdateDomainLayoutCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateDomainLayout } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateDomainLayoutCommand 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", "UpdateDomainLayout", {})
18
13
  .n("CustomerProfilesClient", "UpdateDomainLayoutCommand")
19
- .f(UpdateDomainLayoutRequestFilterSensitiveLog, UpdateDomainLayoutResponseFilterSensitiveLog)
20
- .ser(se_UpdateDomainLayoutCommand)
21
- .de(de_UpdateDomainLayoutCommand)
14
+ .sc(UpdateDomainLayout)
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 { UpdateEventTriggerRequestFilterSensitiveLog, UpdateEventTriggerResponseFilterSensitiveLog, } from "../models/models_1";
6
- import { de_UpdateEventTriggerCommand, se_UpdateEventTriggerCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateEventTrigger } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateEventTriggerCommand 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", "UpdateEventTrigger", {})
18
13
  .n("CustomerProfilesClient", "UpdateEventTriggerCommand")
19
- .f(UpdateEventTriggerRequestFilterSensitiveLog, UpdateEventTriggerResponseFilterSensitiveLog)
20
- .ser(se_UpdateEventTriggerCommand)
21
- .de(de_UpdateEventTriggerCommand)
14
+ .sc(UpdateEventTrigger)
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 { UpdateProfileRequestFilterSensitiveLog, } from "../models/models_1";
6
- import { de_UpdateProfileCommand, se_UpdateProfileCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateProfile } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateProfileCommand 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", "UpdateProfile", {})
18
13
  .n("CustomerProfilesClient", "UpdateProfileCommand")
19
- .f(UpdateProfileRequestFilterSensitiveLog, void 0)
20
- .ser(se_UpdateProfileCommand)
21
- .de(de_UpdateProfileCommand)
14
+ .sc(UpdateProfile)
22
15
  .build() {
23
16
  }