@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,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 { GetUploadJobResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetUploadJobCommand, se_GetUploadJobCommand } from "../protocols/Aws_restJson1";
4
+ import { GetUploadJob } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetUploadJobCommand 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", "GetUploadJob", {})
18
13
  .n("CustomerProfilesClient", "GetUploadJobCommand")
19
- .f(void 0, GetUploadJobResponseFilterSensitiveLog)
20
- .ser(se_GetUploadJobCommand)
21
- .de(de_GetUploadJobCommand)
14
+ .sc(GetUploadJob)
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_GetUploadJobPathCommand, se_GetUploadJobPathCommand } from "../protocols/Aws_restJson1";
4
+ import { GetUploadJobPath } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetUploadJobPathCommand 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", "GetUploadJobPath", {})
17
13
  .n("CustomerProfilesClient", "GetUploadJobPathCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetUploadJobPathCommand)
20
- .de(de_GetUploadJobPathCommand)
14
+ .sc(GetUploadJobPath)
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_GetWorkflowCommand, se_GetWorkflowCommand } from "../protocols/Aws_restJson1";
4
+ import { GetWorkflow } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetWorkflowCommand 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", "GetWorkflow", {})
17
13
  .n("CustomerProfilesClient", "GetWorkflowCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetWorkflowCommand)
20
- .de(de_GetWorkflowCommand)
14
+ .sc(GetWorkflow)
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_GetWorkflowStepsCommand, se_GetWorkflowStepsCommand } from "../protocols/Aws_restJson1";
4
+ import { GetWorkflowSteps } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetWorkflowStepsCommand 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", "GetWorkflowSteps", {})
17
13
  .n("CustomerProfilesClient", "GetWorkflowStepsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetWorkflowStepsCommand)
20
- .de(de_GetWorkflowStepsCommand)
14
+ .sc(GetWorkflowSteps)
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_ListAccountIntegrationsCommand, se_ListAccountIntegrationsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAccountIntegrations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAccountIntegrationsCommand 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", "ListAccountIntegrations", {})
17
13
  .n("CustomerProfilesClient", "ListAccountIntegrationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAccountIntegrationsCommand)
20
- .de(de_ListAccountIntegrationsCommand)
14
+ .sc(ListAccountIntegrations)
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 { ListCalculatedAttributeDefinitionsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListCalculatedAttributeDefinitionsCommand, se_ListCalculatedAttributeDefinitionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListCalculatedAttributeDefinitions } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListCalculatedAttributeDefinitionsCommand 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", "ListCalculatedAttributeDefinitions", {})
18
13
  .n("CustomerProfilesClient", "ListCalculatedAttributeDefinitionsCommand")
19
- .f(void 0, ListCalculatedAttributeDefinitionsResponseFilterSensitiveLog)
20
- .ser(se_ListCalculatedAttributeDefinitionsCommand)
21
- .de(de_ListCalculatedAttributeDefinitionsCommand)
14
+ .sc(ListCalculatedAttributeDefinitions)
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_ListCalculatedAttributesForProfileCommand, se_ListCalculatedAttributesForProfileCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListCalculatedAttributesForProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListCalculatedAttributesForProfileCommand 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", "ListCalculatedAttributesForProfile", {})
17
13
  .n("CustomerProfilesClient", "ListCalculatedAttributesForProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListCalculatedAttributesForProfileCommand)
20
- .de(de_ListCalculatedAttributesForProfileCommand)
14
+ .sc(ListCalculatedAttributesForProfile)
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 { ListDomainLayoutsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListDomainLayoutsCommand, se_ListDomainLayoutsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListDomainLayouts } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListDomainLayoutsCommand 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", "ListDomainLayouts", {})
18
13
  .n("CustomerProfilesClient", "ListDomainLayoutsCommand")
19
- .f(void 0, ListDomainLayoutsResponseFilterSensitiveLog)
20
- .ser(se_ListDomainLayoutsCommand)
21
- .de(de_ListDomainLayoutsCommand)
14
+ .sc(ListDomainLayouts)
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_ListDomainsCommand, se_ListDomainsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListDomains } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDomainsCommand 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", "ListDomains", {})
17
13
  .n("CustomerProfilesClient", "ListDomainsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDomainsCommand)
20
- .de(de_ListDomainsCommand)
14
+ .sc(ListDomains)
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_ListEventStreamsCommand, se_ListEventStreamsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListEventStreams } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListEventStreamsCommand 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", "ListEventStreams", {})
17
13
  .n("CustomerProfilesClient", "ListEventStreamsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListEventStreamsCommand)
20
- .de(de_ListEventStreamsCommand)
14
+ .sc(ListEventStreams)
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 { ListEventTriggersResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListEventTriggersCommand, se_ListEventTriggersCommand } from "../protocols/Aws_restJson1";
4
+ import { ListEventTriggers } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListEventTriggersCommand 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", "ListEventTriggers", {})
18
13
  .n("CustomerProfilesClient", "ListEventTriggersCommand")
19
- .f(void 0, ListEventTriggersResponseFilterSensitiveLog)
20
- .ser(se_ListEventTriggersCommand)
21
- .de(de_ListEventTriggersCommand)
14
+ .sc(ListEventTriggers)
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_ListIdentityResolutionJobsCommand, se_ListIdentityResolutionJobsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListIdentityResolutionJobs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListIdentityResolutionJobsCommand 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", "ListIdentityResolutionJobs", {})
17
13
  .n("CustomerProfilesClient", "ListIdentityResolutionJobsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListIdentityResolutionJobsCommand)
20
- .de(de_ListIdentityResolutionJobsCommand)
14
+ .sc(ListIdentityResolutionJobs)
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_ListIntegrationsCommand, se_ListIntegrationsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListIntegrations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListIntegrationsCommand 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", "ListIntegrations", {})
17
13
  .n("CustomerProfilesClient", "ListIntegrationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListIntegrationsCommand)
20
- .de(de_ListIntegrationsCommand)
14
+ .sc(ListIntegrations)
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_ListObjectTypeAttributesCommand, se_ListObjectTypeAttributesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListObjectTypeAttributes } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListObjectTypeAttributesCommand 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", "ListObjectTypeAttributes", {})
17
13
  .n("CustomerProfilesClient", "ListObjectTypeAttributesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListObjectTypeAttributesCommand)
20
- .de(de_ListObjectTypeAttributesCommand)
14
+ .sc(ListObjectTypeAttributes)
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_ListProfileAttributeValuesCommand, se_ListProfileAttributeValuesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListProfileAttributeValues } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListProfileAttributeValuesCommand 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", "ListProfileAttributeValues", {})
17
13
  .n("CustomerProfilesClient", "ListProfileAttributeValuesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListProfileAttributeValuesCommand)
20
- .de(de_ListProfileAttributeValuesCommand)
14
+ .sc(ListProfileAttributeValues)
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_ListProfileHistoryRecordsCommand, se_ListProfileHistoryRecordsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListProfileHistoryRecords } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListProfileHistoryRecordsCommand 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", "ListProfileHistoryRecords", {})
17
13
  .n("CustomerProfilesClient", "ListProfileHistoryRecordsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListProfileHistoryRecordsCommand)
20
- .de(de_ListProfileHistoryRecordsCommand)
14
+ .sc(ListProfileHistoryRecords)
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_ListProfileObjectTypeTemplatesCommand, se_ListProfileObjectTypeTemplatesCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListProfileObjectTypeTemplates } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListProfileObjectTypeTemplatesCommand 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", "ListProfileObjectTypeTemplates", {})
17
13
  .n("CustomerProfilesClient", "ListProfileObjectTypeTemplatesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListProfileObjectTypeTemplatesCommand)
20
- .de(de_ListProfileObjectTypeTemplatesCommand)
14
+ .sc(ListProfileObjectTypeTemplates)
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 { ListProfileObjectTypesResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListProfileObjectTypesCommand, se_ListProfileObjectTypesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListProfileObjectTypes } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListProfileObjectTypesCommand 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", "ListProfileObjectTypes", {})
18
13
  .n("CustomerProfilesClient", "ListProfileObjectTypesCommand")
19
- .f(void 0, ListProfileObjectTypesResponseFilterSensitiveLog)
20
- .ser(se_ListProfileObjectTypesCommand)
21
- .de(de_ListProfileObjectTypesCommand)
14
+ .sc(ListProfileObjectTypes)
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 { ListProfileObjectsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListProfileObjectsCommand, se_ListProfileObjectsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListProfileObjects } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListProfileObjectsCommand 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", "ListProfileObjects", {})
18
13
  .n("CustomerProfilesClient", "ListProfileObjectsCommand")
19
- .f(void 0, ListProfileObjectsResponseFilterSensitiveLog)
20
- .ser(se_ListProfileObjectsCommand)
21
- .de(de_ListProfileObjectsCommand)
14
+ .sc(ListProfileObjects)
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_ListRuleBasedMatchesCommand, se_ListRuleBasedMatchesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListRuleBasedMatches } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListRuleBasedMatchesCommand 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", "ListRuleBasedMatches", {})
17
13
  .n("CustomerProfilesClient", "ListRuleBasedMatchesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListRuleBasedMatchesCommand)
20
- .de(de_ListRuleBasedMatchesCommand)
14
+ .sc(ListRuleBasedMatches)
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 { ListSegmentDefinitionsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListSegmentDefinitionsCommand, se_ListSegmentDefinitionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListSegmentDefinitions } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListSegmentDefinitionsCommand 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", "ListSegmentDefinitions", {})
18
13
  .n("CustomerProfilesClient", "ListSegmentDefinitionsCommand")
19
- .f(void 0, ListSegmentDefinitionsResponseFilterSensitiveLog)
20
- .ser(se_ListSegmentDefinitionsCommand)
21
- .de(de_ListSegmentDefinitionsCommand)
14
+ .sc(ListSegmentDefinitions)
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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand 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", "ListTagsForResource", {})
17
13
  .n("CustomerProfilesClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
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_ListUploadJobsCommand, se_ListUploadJobsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListUploadJobs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListUploadJobsCommand 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", "ListUploadJobs", {})
17
13
  .n("CustomerProfilesClient", "ListUploadJobsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListUploadJobsCommand)
20
- .de(de_ListUploadJobsCommand)
14
+ .sc(ListUploadJobs)
21
15
  .build() {
22
16
  }