@aws-sdk/client-entityresolution 3.477.0 → 3.481.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 (137) hide show
  1. package/dist-cjs/commands/CreateIdMappingWorkflowCommand.js +18 -41
  2. package/dist-cjs/commands/CreateMatchingWorkflowCommand.js +18 -41
  3. package/dist-cjs/commands/CreateSchemaMappingCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteIdMappingWorkflowCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteMatchingWorkflowCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteSchemaMappingCommand.js +18 -41
  7. package/dist-cjs/commands/GetIdMappingJobCommand.js +18 -41
  8. package/dist-cjs/commands/GetIdMappingWorkflowCommand.js +18 -41
  9. package/dist-cjs/commands/GetMatchIdCommand.js +18 -41
  10. package/dist-cjs/commands/GetMatchingJobCommand.js +18 -41
  11. package/dist-cjs/commands/GetMatchingWorkflowCommand.js +18 -41
  12. package/dist-cjs/commands/GetProviderServiceCommand.js +18 -41
  13. package/dist-cjs/commands/GetSchemaMappingCommand.js +18 -41
  14. package/dist-cjs/commands/ListIdMappingJobsCommand.js +18 -41
  15. package/dist-cjs/commands/ListIdMappingWorkflowsCommand.js +18 -41
  16. package/dist-cjs/commands/ListMatchingJobsCommand.js +18 -41
  17. package/dist-cjs/commands/ListMatchingWorkflowsCommand.js +18 -41
  18. package/dist-cjs/commands/ListProviderServicesCommand.js +18 -41
  19. package/dist-cjs/commands/ListSchemaMappingsCommand.js +18 -41
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  21. package/dist-cjs/commands/StartIdMappingJobCommand.js +18 -41
  22. package/dist-cjs/commands/StartMatchingJobCommand.js +18 -41
  23. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  24. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  25. package/dist-cjs/commands/UpdateIdMappingWorkflowCommand.js +18 -41
  26. package/dist-cjs/commands/UpdateMatchingWorkflowCommand.js +18 -41
  27. package/dist-cjs/commands/UpdateSchemaMappingCommand.js +18 -41
  28. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  29. package/dist-cjs/pagination/ListIdMappingJobsPaginator.js +2 -24
  30. package/dist-cjs/pagination/ListIdMappingWorkflowsPaginator.js +2 -24
  31. package/dist-cjs/pagination/ListMatchingJobsPaginator.js +2 -24
  32. package/dist-cjs/pagination/ListMatchingWorkflowsPaginator.js +2 -24
  33. package/dist-cjs/pagination/ListProviderServicesPaginator.js +2 -24
  34. package/dist-cjs/pagination/ListSchemaMappingsPaginator.js +2 -24
  35. package/dist-es/commands/CreateIdMappingWorkflowCommand.js +18 -41
  36. package/dist-es/commands/CreateMatchingWorkflowCommand.js +18 -41
  37. package/dist-es/commands/CreateSchemaMappingCommand.js +18 -41
  38. package/dist-es/commands/DeleteIdMappingWorkflowCommand.js +18 -41
  39. package/dist-es/commands/DeleteMatchingWorkflowCommand.js +18 -41
  40. package/dist-es/commands/DeleteSchemaMappingCommand.js +18 -41
  41. package/dist-es/commands/GetIdMappingJobCommand.js +18 -41
  42. package/dist-es/commands/GetIdMappingWorkflowCommand.js +18 -41
  43. package/dist-es/commands/GetMatchIdCommand.js +18 -41
  44. package/dist-es/commands/GetMatchingJobCommand.js +18 -41
  45. package/dist-es/commands/GetMatchingWorkflowCommand.js +18 -41
  46. package/dist-es/commands/GetProviderServiceCommand.js +18 -41
  47. package/dist-es/commands/GetSchemaMappingCommand.js +18 -41
  48. package/dist-es/commands/ListIdMappingJobsCommand.js +18 -41
  49. package/dist-es/commands/ListIdMappingWorkflowsCommand.js +18 -41
  50. package/dist-es/commands/ListMatchingJobsCommand.js +18 -41
  51. package/dist-es/commands/ListMatchingWorkflowsCommand.js +18 -41
  52. package/dist-es/commands/ListProviderServicesCommand.js +18 -41
  53. package/dist-es/commands/ListSchemaMappingsCommand.js +18 -41
  54. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  55. package/dist-es/commands/StartIdMappingJobCommand.js +18 -41
  56. package/dist-es/commands/StartMatchingJobCommand.js +18 -41
  57. package/dist-es/commands/TagResourceCommand.js +18 -41
  58. package/dist-es/commands/UntagResourceCommand.js +18 -41
  59. package/dist-es/commands/UpdateIdMappingWorkflowCommand.js +18 -41
  60. package/dist-es/commands/UpdateMatchingWorkflowCommand.js +18 -41
  61. package/dist-es/commands/UpdateSchemaMappingCommand.js +18 -41
  62. package/dist-es/endpoint/EndpointParameters.js +6 -0
  63. package/dist-es/pagination/ListIdMappingJobsPaginator.js +2 -23
  64. package/dist-es/pagination/ListIdMappingWorkflowsPaginator.js +2 -23
  65. package/dist-es/pagination/ListMatchingJobsPaginator.js +2 -23
  66. package/dist-es/pagination/ListMatchingWorkflowsPaginator.js +2 -23
  67. package/dist-es/pagination/ListProviderServicesPaginator.js +2 -23
  68. package/dist-es/pagination/ListSchemaMappingsPaginator.js +2 -23
  69. package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +6 -21
  70. package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +6 -21
  71. package/dist-types/commands/CreateSchemaMappingCommand.d.ts +6 -21
  72. package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +6 -21
  73. package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +6 -21
  74. package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +6 -21
  75. package/dist-types/commands/GetIdMappingJobCommand.d.ts +6 -21
  76. package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +6 -21
  77. package/dist-types/commands/GetMatchIdCommand.d.ts +6 -21
  78. package/dist-types/commands/GetMatchingJobCommand.d.ts +6 -21
  79. package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +6 -21
  80. package/dist-types/commands/GetProviderServiceCommand.d.ts +6 -21
  81. package/dist-types/commands/GetSchemaMappingCommand.d.ts +6 -21
  82. package/dist-types/commands/ListIdMappingJobsCommand.d.ts +6 -21
  83. package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +6 -21
  84. package/dist-types/commands/ListMatchingJobsCommand.d.ts +6 -21
  85. package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +6 -21
  86. package/dist-types/commands/ListProviderServicesCommand.d.ts +6 -21
  87. package/dist-types/commands/ListSchemaMappingsCommand.d.ts +6 -21
  88. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  89. package/dist-types/commands/StartIdMappingJobCommand.d.ts +6 -21
  90. package/dist-types/commands/StartMatchingJobCommand.d.ts +6 -21
  91. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  92. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  93. package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +6 -21
  94. package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +6 -21
  95. package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +6 -21
  96. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  97. package/dist-types/pagination/ListIdMappingJobsPaginator.d.ts +1 -1
  98. package/dist-types/pagination/ListIdMappingWorkflowsPaginator.d.ts +1 -1
  99. package/dist-types/pagination/ListMatchingJobsPaginator.d.ts +1 -1
  100. package/dist-types/pagination/ListMatchingWorkflowsPaginator.d.ts +1 -1
  101. package/dist-types/pagination/ListProviderServicesPaginator.d.ts +1 -1
  102. package/dist-types/pagination/ListSchemaMappingsPaginator.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/CreateIdMappingWorkflowCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/CreateMatchingWorkflowCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/CreateSchemaMappingCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/DeleteIdMappingWorkflowCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/DeleteMatchingWorkflowCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/commands/DeleteSchemaMappingCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/GetIdMappingJobCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/GetIdMappingWorkflowCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/GetMatchIdCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/GetMatchingJobCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/GetMatchingWorkflowCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/GetProviderServiceCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/GetSchemaMappingCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/ListIdMappingJobsCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/ListIdMappingWorkflowsCommand.d.ts +12 -24
  118. package/dist-types/ts3.4/commands/ListMatchingJobsCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/ListMatchingWorkflowsCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/commands/ListProviderServicesCommand.d.ts +12 -24
  121. package/dist-types/ts3.4/commands/ListSchemaMappingsCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/StartIdMappingJobCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/StartMatchingJobCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/UpdateIdMappingWorkflowCommand.d.ts +12 -24
  128. package/dist-types/ts3.4/commands/UpdateMatchingWorkflowCommand.d.ts +12 -24
  129. package/dist-types/ts3.4/commands/UpdateSchemaMappingCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  131. package/dist-types/ts3.4/pagination/ListIdMappingJobsPaginator.d.ts +3 -3
  132. package/dist-types/ts3.4/pagination/ListIdMappingWorkflowsPaginator.d.ts +3 -3
  133. package/dist-types/ts3.4/pagination/ListMatchingJobsPaginator.d.ts +3 -3
  134. package/dist-types/ts3.4/pagination/ListMatchingWorkflowsPaginator.d.ts +3 -3
  135. package/dist-types/ts3.4/pagination/ListProviderServicesPaginator.d.ts +3 -3
  136. package/dist-types/ts3.4/pagination/ListSchemaMappingsPaginator.d.ts +3 -3
  137. package/package.json +11 -11
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetIdMappingJobCommand, se_GetIdMappingJobCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class GetIdMappingJobCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetIdMappingJobCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "EntityResolutionClient";
26
- const commandName = "GetIdMappingJobCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSVeniceService",
35
- operation: "GetIdMappingJob",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetIdMappingJobCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetIdMappingJobCommand(output, context);
46
- }
7
+ export class GetIdMappingJobCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSVeniceService", "GetIdMappingJob", {})
19
+ .n("EntityResolutionClient", "GetIdMappingJobCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetIdMappingJobCommand)
22
+ .de(de_GetIdMappingJobCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetIdMappingWorkflowCommand, se_GetIdMappingWorkflowCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class GetIdMappingWorkflowCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetIdMappingWorkflowCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "EntityResolutionClient";
26
- const commandName = "GetIdMappingWorkflowCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSVeniceService",
35
- operation: "GetIdMappingWorkflow",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetIdMappingWorkflowCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetIdMappingWorkflowCommand(output, context);
46
- }
7
+ export class GetIdMappingWorkflowCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSVeniceService", "GetIdMappingWorkflow", {})
19
+ .n("EntityResolutionClient", "GetIdMappingWorkflowCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetIdMappingWorkflowCommand)
22
+ .de(de_GetIdMappingWorkflowCommand)
23
+ .build() {
47
24
  }
@@ -1,48 +1,25 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { GetMatchIdInputFilterSensitiveLog } from "../models/models_0";
6
6
  import { de_GetMatchIdCommand, se_GetMatchIdCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class GetMatchIdCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, GetMatchIdCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "EntityResolutionClient";
27
- const commandName = "GetMatchIdCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: GetMatchIdInputFilterSensitiveLog,
33
- outputFilterSensitiveLog: (_) => _,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "AWSVeniceService",
36
- operation: "GetMatchId",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_GetMatchIdCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_GetMatchIdCommand(output, context);
47
- }
8
+ export class GetMatchIdCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("AWSVeniceService", "GetMatchId", {})
20
+ .n("EntityResolutionClient", "GetMatchIdCommand")
21
+ .f(GetMatchIdInputFilterSensitiveLog, void 0)
22
+ .ser(se_GetMatchIdCommand)
23
+ .de(de_GetMatchIdCommand)
24
+ .build() {
48
25
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetMatchingJobCommand, se_GetMatchingJobCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class GetMatchingJobCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetMatchingJobCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "EntityResolutionClient";
26
- const commandName = "GetMatchingJobCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSVeniceService",
35
- operation: "GetMatchingJob",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetMatchingJobCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetMatchingJobCommand(output, context);
46
- }
7
+ export class GetMatchingJobCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSVeniceService", "GetMatchingJob", {})
19
+ .n("EntityResolutionClient", "GetMatchingJobCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetMatchingJobCommand)
22
+ .de(de_GetMatchingJobCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetMatchingWorkflowCommand, se_GetMatchingWorkflowCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class GetMatchingWorkflowCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetMatchingWorkflowCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "EntityResolutionClient";
26
- const commandName = "GetMatchingWorkflowCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSVeniceService",
35
- operation: "GetMatchingWorkflow",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetMatchingWorkflowCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetMatchingWorkflowCommand(output, context);
46
- }
7
+ export class GetMatchingWorkflowCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSVeniceService", "GetMatchingWorkflow", {})
19
+ .n("EntityResolutionClient", "GetMatchingWorkflowCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetMatchingWorkflowCommand)
22
+ .de(de_GetMatchingWorkflowCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetProviderServiceCommand, se_GetProviderServiceCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class GetProviderServiceCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetProviderServiceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "EntityResolutionClient";
26
- const commandName = "GetProviderServiceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSVeniceService",
35
- operation: "GetProviderService",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetProviderServiceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetProviderServiceCommand(output, context);
46
- }
7
+ export class GetProviderServiceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSVeniceService", "GetProviderService", {})
19
+ .n("EntityResolutionClient", "GetProviderServiceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetProviderServiceCommand)
22
+ .de(de_GetProviderServiceCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetSchemaMappingCommand, se_GetSchemaMappingCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class GetSchemaMappingCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetSchemaMappingCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "EntityResolutionClient";
26
- const commandName = "GetSchemaMappingCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSVeniceService",
35
- operation: "GetSchemaMapping",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetSchemaMappingCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetSchemaMappingCommand(output, context);
46
- }
7
+ export class GetSchemaMappingCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSVeniceService", "GetSchemaMapping", {})
19
+ .n("EntityResolutionClient", "GetSchemaMappingCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetSchemaMappingCommand)
22
+ .de(de_GetSchemaMappingCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListIdMappingJobsCommand, se_ListIdMappingJobsCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class ListIdMappingJobsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListIdMappingJobsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "EntityResolutionClient";
26
- const commandName = "ListIdMappingJobsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSVeniceService",
35
- operation: "ListIdMappingJobs",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListIdMappingJobsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListIdMappingJobsCommand(output, context);
46
- }
7
+ export class ListIdMappingJobsCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSVeniceService", "ListIdMappingJobs", {})
19
+ .n("EntityResolutionClient", "ListIdMappingJobsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListIdMappingJobsCommand)
22
+ .de(de_ListIdMappingJobsCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListIdMappingWorkflowsCommand, se_ListIdMappingWorkflowsCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class ListIdMappingWorkflowsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListIdMappingWorkflowsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "EntityResolutionClient";
26
- const commandName = "ListIdMappingWorkflowsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSVeniceService",
35
- operation: "ListIdMappingWorkflows",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListIdMappingWorkflowsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListIdMappingWorkflowsCommand(output, context);
46
- }
7
+ export class ListIdMappingWorkflowsCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSVeniceService", "ListIdMappingWorkflows", {})
19
+ .n("EntityResolutionClient", "ListIdMappingWorkflowsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListIdMappingWorkflowsCommand)
22
+ .de(de_ListIdMappingWorkflowsCommand)
23
+ .build() {
47
24
  }