@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,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
5
4
  import { StartIdMappingJobInput, StartIdMappingJobOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartIdMappingJobCommandInput extends StartIdMappingJobInput {
21
20
  */
22
21
  export interface StartIdMappingJobCommandOutput extends StartIdMappingJobOutput, __MetadataBearer {
23
22
  }
23
+ declare const StartIdMappingJobCommand_base: {
24
+ new (input: StartIdMappingJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartIdMappingJobCommandInput, StartIdMappingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts the <code>IdMappingJob</code> of a workflow. The workflow must have previously
@@ -88,23 +91,5 @@ export interface StartIdMappingJobCommandOutput extends StartIdMappingJobOutput,
88
91
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
89
92
  *
90
93
  */
91
- export declare class StartIdMappingJobCommand extends $Command<StartIdMappingJobCommandInput, StartIdMappingJobCommandOutput, EntityResolutionClientResolvedConfig> {
92
- readonly input: StartIdMappingJobCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: StartIdMappingJobCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartIdMappingJobCommandInput, StartIdMappingJobCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class StartIdMappingJobCommand extends StartIdMappingJobCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
5
4
  import { StartMatchingJobInput, StartMatchingJobOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartMatchingJobCommandInput extends StartMatchingJobInput {
21
20
  */
22
21
  export interface StartMatchingJobCommandOutput extends StartMatchingJobOutput, __MetadataBearer {
23
22
  }
23
+ declare const StartMatchingJobCommand_base: {
24
+ new (input: StartMatchingJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartMatchingJobCommandInput, StartMatchingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts the <code>MatchingJob</code> of a workflow. The workflow must have previously
@@ -88,23 +91,5 @@ export interface StartMatchingJobCommandOutput extends StartMatchingJobOutput, _
88
91
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
89
92
  *
90
93
  */
91
- export declare class StartMatchingJobCommand extends $Command<StartMatchingJobCommandInput, StartMatchingJobCommandOutput, EntityResolutionClientResolvedConfig> {
92
- readonly input: StartMatchingJobCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: StartMatchingJobCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMatchingJobCommandInput, StartMatchingJobCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class StartMatchingJobCommand extends StartMatchingJobCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
5
4
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceInput {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Assigns one or more tags (key-value pairs) to the specified Entity Resolution resource.
@@ -75,23 +78,5 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
75
78
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
76
79
  *
77
80
  */
78
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, EntityResolutionClientResolvedConfig> {
79
- readonly input: TagResourceCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: TagResourceCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class TagResourceCommand extends TagResourceCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
5
4
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes one or more tags from the specified Entity Resolution resource. In Entity Resolution, <code>SchemaMapping</code>, and <code>MatchingWorkflow</code> can be
@@ -62,23 +65,5 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
62
65
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
63
66
  *
64
67
  */
65
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, EntityResolutionClientResolvedConfig> {
66
- readonly input: UntagResourceCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: UntagResourceCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
84
69
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
5
4
  import { UpdateIdMappingWorkflowInput, UpdateIdMappingWorkflowOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateIdMappingWorkflowCommandInput extends UpdateIdMappingWork
21
20
  */
22
21
  export interface UpdateIdMappingWorkflowCommandOutput extends UpdateIdMappingWorkflowOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateIdMappingWorkflowCommand_base: {
24
+ new (input: UpdateIdMappingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIdMappingWorkflowCommandInput, UpdateIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an existing <code>IdMappingWorkflow</code>. This method is identical to
@@ -127,23 +130,5 @@ export interface UpdateIdMappingWorkflowCommandOutput extends UpdateIdMappingWor
127
130
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
128
131
  *
129
132
  */
130
- export declare class UpdateIdMappingWorkflowCommand extends $Command<UpdateIdMappingWorkflowCommandInput, UpdateIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig> {
131
- readonly input: UpdateIdMappingWorkflowCommandInput;
132
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
133
- /**
134
- * @public
135
- */
136
- constructor(input: UpdateIdMappingWorkflowCommandInput);
137
- /**
138
- * @internal
139
- */
140
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIdMappingWorkflowCommandInput, UpdateIdMappingWorkflowCommandOutput>;
141
- /**
142
- * @internal
143
- */
144
- private serialize;
145
- /**
146
- * @internal
147
- */
148
- private deserialize;
133
+ export declare class UpdateIdMappingWorkflowCommand extends UpdateIdMappingWorkflowCommand_base {
149
134
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
5
4
  import { UpdateMatchingWorkflowInput, UpdateMatchingWorkflowOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateMatchingWorkflowCommandInput extends UpdateMatchingWorkfl
21
20
  */
22
21
  export interface UpdateMatchingWorkflowCommandOutput extends UpdateMatchingWorkflowOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateMatchingWorkflowCommand_base: {
24
+ new (input: UpdateMatchingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMatchingWorkflowCommandInput, UpdateMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an existing <code>MatchingWorkflow</code>. This method is identical to
@@ -170,23 +173,5 @@ export interface UpdateMatchingWorkflowCommandOutput extends UpdateMatchingWorkf
170
173
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
171
174
  *
172
175
  */
173
- export declare class UpdateMatchingWorkflowCommand extends $Command<UpdateMatchingWorkflowCommandInput, UpdateMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig> {
174
- readonly input: UpdateMatchingWorkflowCommandInput;
175
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
176
- /**
177
- * @public
178
- */
179
- constructor(input: UpdateMatchingWorkflowCommandInput);
180
- /**
181
- * @internal
182
- */
183
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMatchingWorkflowCommandInput, UpdateMatchingWorkflowCommandOutput>;
184
- /**
185
- * @internal
186
- */
187
- private serialize;
188
- /**
189
- * @internal
190
- */
191
- private deserialize;
176
+ export declare class UpdateMatchingWorkflowCommand extends UpdateMatchingWorkflowCommand_base {
192
177
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
5
4
  import { UpdateSchemaMappingInput, UpdateSchemaMappingOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateSchemaMappingCommandInput extends UpdateSchemaMappingInpu
21
20
  */
22
21
  export interface UpdateSchemaMappingCommandOutput extends UpdateSchemaMappingOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateSchemaMappingCommand_base: {
24
+ new (input: UpdateSchemaMappingCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSchemaMappingCommandInput, UpdateSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a schema mapping.</p>
@@ -106,23 +109,5 @@ export interface UpdateSchemaMappingCommandOutput extends UpdateSchemaMappingOut
106
109
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
107
110
  *
108
111
  */
109
- export declare class UpdateSchemaMappingCommand extends $Command<UpdateSchemaMappingCommandInput, UpdateSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig> {
110
- readonly input: UpdateSchemaMappingCommandInput;
111
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
112
- /**
113
- * @public
114
- */
115
- constructor(input: UpdateSchemaMappingCommandInput);
116
- /**
117
- * @internal
118
- */
119
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSchemaMappingCommandInput, UpdateSchemaMappingCommandOutput>;
120
- /**
121
- * @internal
122
- */
123
- private serialize;
124
- /**
125
- * @internal
126
- */
127
- private deserialize;
112
+ export declare class UpdateSchemaMappingCommand extends UpdateSchemaMappingCommand_base {
128
113
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { EntityResolutionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListIdMappingJobs(config: EntityResolutionPaginationConfiguration, input: ListIdMappingJobsCommandInput, ...additionalArguments: any): Paginator<ListIdMappingJobsCommandOutput>;
7
+ export declare const paginateListIdMappingJobs: (config: EntityResolutionPaginationConfiguration, input: ListIdMappingJobsCommandInput, ...rest: any[]) => Paginator<ListIdMappingJobsCommandOutput>;
@@ -4,4 +4,4 @@ import { EntityResolutionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListIdMappingWorkflows(config: EntityResolutionPaginationConfiguration, input: ListIdMappingWorkflowsCommandInput, ...additionalArguments: any): Paginator<ListIdMappingWorkflowsCommandOutput>;
7
+ export declare const paginateListIdMappingWorkflows: (config: EntityResolutionPaginationConfiguration, input: ListIdMappingWorkflowsCommandInput, ...rest: any[]) => Paginator<ListIdMappingWorkflowsCommandOutput>;
@@ -4,4 +4,4 @@ import { EntityResolutionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListMatchingJobs(config: EntityResolutionPaginationConfiguration, input: ListMatchingJobsCommandInput, ...additionalArguments: any): Paginator<ListMatchingJobsCommandOutput>;
7
+ export declare const paginateListMatchingJobs: (config: EntityResolutionPaginationConfiguration, input: ListMatchingJobsCommandInput, ...rest: any[]) => Paginator<ListMatchingJobsCommandOutput>;
@@ -4,4 +4,4 @@ import { EntityResolutionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListMatchingWorkflows(config: EntityResolutionPaginationConfiguration, input: ListMatchingWorkflowsCommandInput, ...additionalArguments: any): Paginator<ListMatchingWorkflowsCommandOutput>;
7
+ export declare const paginateListMatchingWorkflows: (config: EntityResolutionPaginationConfiguration, input: ListMatchingWorkflowsCommandInput, ...rest: any[]) => Paginator<ListMatchingWorkflowsCommandOutput>;
@@ -4,4 +4,4 @@ import { EntityResolutionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListProviderServices(config: EntityResolutionPaginationConfiguration, input: ListProviderServicesCommandInput, ...additionalArguments: any): Paginator<ListProviderServicesCommandOutput>;
7
+ export declare const paginateListProviderServices: (config: EntityResolutionPaginationConfiguration, input: ListProviderServicesCommandInput, ...rest: any[]) => Paginator<ListProviderServicesCommandOutput>;
@@ -4,4 +4,4 @@ import { EntityResolutionPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListSchemaMappings(config: EntityResolutionPaginationConfiguration, input: ListSchemaMappingsCommandInput, ...additionalArguments: any): Paginator<ListSchemaMappingsCommandOutput>;
7
+ export declare const paginateListSchemaMappings: (config: EntityResolutionPaginationConfiguration, input: ListSchemaMappingsCommandInput, ...rest: any[]) => Paginator<ListSchemaMappingsCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EntityResolutionClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateIdMappingWorkflowCommandInput
21
15
  export interface CreateIdMappingWorkflowCommandOutput
22
16
  extends CreateIdMappingWorkflowOutput,
23
17
  __MetadataBearer {}
24
- export declare class CreateIdMappingWorkflowCommand extends $Command<
25
- CreateIdMappingWorkflowCommandInput,
26
- CreateIdMappingWorkflowCommandOutput,
27
- EntityResolutionClientResolvedConfig
28
- > {
29
- readonly input: CreateIdMappingWorkflowCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateIdMappingWorkflowCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EntityResolutionClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateIdMappingWorkflowCommand_base: {
19
+ new (
20
+ input: CreateIdMappingWorkflowCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateIdMappingWorkflowCommandInput,
38
- CreateIdMappingWorkflowCommandOutput
23
+ CreateIdMappingWorkflowCommandOutput,
24
+ EntityResolutionClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateIdMappingWorkflowCommand extends CreateIdMappingWorkflowCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EntityResolutionClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateMatchingWorkflowCommandInput
21
15
  export interface CreateMatchingWorkflowCommandOutput
22
16
  extends CreateMatchingWorkflowOutput,
23
17
  __MetadataBearer {}
24
- export declare class CreateMatchingWorkflowCommand extends $Command<
25
- CreateMatchingWorkflowCommandInput,
26
- CreateMatchingWorkflowCommandOutput,
27
- EntityResolutionClientResolvedConfig
28
- > {
29
- readonly input: CreateMatchingWorkflowCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateMatchingWorkflowCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EntityResolutionClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateMatchingWorkflowCommand_base: {
19
+ new (
20
+ input: CreateMatchingWorkflowCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateMatchingWorkflowCommandInput,
38
- CreateMatchingWorkflowCommandOutput
23
+ CreateMatchingWorkflowCommandOutput,
24
+ EntityResolutionClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateMatchingWorkflowCommand extends CreateMatchingWorkflowCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EntityResolutionClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateSchemaMappingCommandInput
21
15
  export interface CreateSchemaMappingCommandOutput
22
16
  extends CreateSchemaMappingOutput,
23
17
  __MetadataBearer {}
24
- export declare class CreateSchemaMappingCommand extends $Command<
25
- CreateSchemaMappingCommandInput,
26
- CreateSchemaMappingCommandOutput,
27
- EntityResolutionClientResolvedConfig
28
- > {
29
- readonly input: CreateSchemaMappingCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateSchemaMappingCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EntityResolutionClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateSchemaMappingCommandInput, CreateSchemaMappingCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateSchemaMappingCommand_base: {
19
+ new (
20
+ input: CreateSchemaMappingCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateSchemaMappingCommandInput,
23
+ CreateSchemaMappingCommandOutput,
24
+ EntityResolutionClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateSchemaMappingCommand extends CreateSchemaMappingCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EntityResolutionClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteIdMappingWorkflowCommandInput
21
15
  export interface DeleteIdMappingWorkflowCommandOutput
22
16
  extends DeleteIdMappingWorkflowOutput,
23
17
  __MetadataBearer {}
24
- export declare class DeleteIdMappingWorkflowCommand extends $Command<
25
- DeleteIdMappingWorkflowCommandInput,
26
- DeleteIdMappingWorkflowCommandOutput,
27
- EntityResolutionClientResolvedConfig
28
- > {
29
- readonly input: DeleteIdMappingWorkflowCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteIdMappingWorkflowCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EntityResolutionClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteIdMappingWorkflowCommand_base: {
19
+ new (
20
+ input: DeleteIdMappingWorkflowCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteIdMappingWorkflowCommandInput,
38
- DeleteIdMappingWorkflowCommandOutput
23
+ DeleteIdMappingWorkflowCommandOutput,
24
+ EntityResolutionClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteIdMappingWorkflowCommand extends DeleteIdMappingWorkflowCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EntityResolutionClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteMatchingWorkflowCommandInput
21
15
  export interface DeleteMatchingWorkflowCommandOutput
22
16
  extends DeleteMatchingWorkflowOutput,
23
17
  __MetadataBearer {}
24
- export declare class DeleteMatchingWorkflowCommand extends $Command<
25
- DeleteMatchingWorkflowCommandInput,
26
- DeleteMatchingWorkflowCommandOutput,
27
- EntityResolutionClientResolvedConfig
28
- > {
29
- readonly input: DeleteMatchingWorkflowCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteMatchingWorkflowCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EntityResolutionClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteMatchingWorkflowCommand_base: {
19
+ new (
20
+ input: DeleteMatchingWorkflowCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteMatchingWorkflowCommandInput,
38
- DeleteMatchingWorkflowCommandOutput
23
+ DeleteMatchingWorkflowCommandOutput,
24
+ EntityResolutionClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteMatchingWorkflowCommand extends DeleteMatchingWorkflowCommand_base {}