@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 { GetIdMappingJobInput, GetIdMappingJobOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetIdMappingJobCommandInput extends GetIdMappingJobInput {
21
20
  */
22
21
  export interface GetIdMappingJobCommandOutput extends GetIdMappingJobOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetIdMappingJobCommand_base: {
24
+ new (input: GetIdMappingJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdMappingJobCommandInput, GetIdMappingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the status, metrics, and errors (if there are any) that are associated with a
@@ -88,23 +91,5 @@ export interface GetIdMappingJobCommandOutput extends GetIdMappingJobOutput, __M
88
91
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
89
92
  *
90
93
  */
91
- export declare class GetIdMappingJobCommand extends $Command<GetIdMappingJobCommandInput, GetIdMappingJobCommandOutput, EntityResolutionClientResolvedConfig> {
92
- readonly input: GetIdMappingJobCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: GetIdMappingJobCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIdMappingJobCommandInput, GetIdMappingJobCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class GetIdMappingJobCommand extends GetIdMappingJobCommand_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 { GetIdMappingWorkflowInput, GetIdMappingWorkflowOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetIdMappingWorkflowCommandInput extends GetIdMappingWorkflowIn
21
20
  */
22
21
  export interface GetIdMappingWorkflowCommandOutput extends GetIdMappingWorkflowOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetIdMappingWorkflowCommand_base: {
24
+ new (input: GetIdMappingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdMappingWorkflowCommandInput, GetIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the <code>IdMappingWorkflow</code> with a given name, if it exists.</p>
@@ -105,23 +108,5 @@ export interface GetIdMappingWorkflowCommandOutput extends GetIdMappingWorkflowO
105
108
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
106
109
  *
107
110
  */
108
- export declare class GetIdMappingWorkflowCommand extends $Command<GetIdMappingWorkflowCommandInput, GetIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig> {
109
- readonly input: GetIdMappingWorkflowCommandInput;
110
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
111
- /**
112
- * @public
113
- */
114
- constructor(input: GetIdMappingWorkflowCommandInput);
115
- /**
116
- * @internal
117
- */
118
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIdMappingWorkflowCommandInput, GetIdMappingWorkflowCommandOutput>;
119
- /**
120
- * @internal
121
- */
122
- private serialize;
123
- /**
124
- * @internal
125
- */
126
- private deserialize;
111
+ export declare class GetIdMappingWorkflowCommand extends GetIdMappingWorkflowCommand_base {
127
112
  }
@@ -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 { GetMatchIdInput, GetMatchIdOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMatchIdCommandInput extends GetMatchIdInput {
21
20
  */
22
21
  export interface GetMatchIdCommandOutput extends GetMatchIdOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetMatchIdCommand_base: {
24
+ new (input: GetMatchIdCommandInput): import("@smithy/smithy-client").CommandImpl<GetMatchIdCommandInput, GetMatchIdCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the corresponding Match ID of a customer record if the record has been
@@ -79,23 +82,5 @@ export interface GetMatchIdCommandOutput extends GetMatchIdOutput, __MetadataBea
79
82
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
80
83
  *
81
84
  */
82
- export declare class GetMatchIdCommand extends $Command<GetMatchIdCommandInput, GetMatchIdCommandOutput, EntityResolutionClientResolvedConfig> {
83
- readonly input: GetMatchIdCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: GetMatchIdCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMatchIdCommandInput, GetMatchIdCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class GetMatchIdCommand extends GetMatchIdCommand_base {
101
86
  }
@@ -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 { GetMatchingJobInput, GetMatchingJobOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMatchingJobCommandInput extends GetMatchingJobInput {
21
20
  */
22
21
  export interface GetMatchingJobCommandOutput extends GetMatchingJobOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetMatchingJobCommand_base: {
24
+ new (input: GetMatchingJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMatchingJobCommandInput, GetMatchingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the status, metrics, and errors (if there are any) that are associated with a
@@ -89,23 +92,5 @@ export interface GetMatchingJobCommandOutput extends GetMatchingJobOutput, __Met
89
92
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
90
93
  *
91
94
  */
92
- export declare class GetMatchingJobCommand extends $Command<GetMatchingJobCommandInput, GetMatchingJobCommandOutput, EntityResolutionClientResolvedConfig> {
93
- readonly input: GetMatchingJobCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: GetMatchingJobCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMatchingJobCommandInput, GetMatchingJobCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class GetMatchingJobCommand extends GetMatchingJobCommand_base {
111
96
  }
@@ -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 { GetMatchingWorkflowInput, GetMatchingWorkflowOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMatchingWorkflowCommandInput extends GetMatchingWorkflowInpu
21
20
  */
22
21
  export interface GetMatchingWorkflowCommandOutput extends GetMatchingWorkflowOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetMatchingWorkflowCommand_base: {
24
+ new (input: GetMatchingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<GetMatchingWorkflowCommandInput, GetMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the <code>MatchingWorkflow</code> with a given name, if it exists.</p>
@@ -127,23 +130,5 @@ export interface GetMatchingWorkflowCommandOutput extends GetMatchingWorkflowOut
127
130
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
128
131
  *
129
132
  */
130
- export declare class GetMatchingWorkflowCommand extends $Command<GetMatchingWorkflowCommandInput, GetMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig> {
131
- readonly input: GetMatchingWorkflowCommandInput;
132
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
133
- /**
134
- * @public
135
- */
136
- constructor(input: GetMatchingWorkflowCommandInput);
137
- /**
138
- * @internal
139
- */
140
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMatchingWorkflowCommandInput, GetMatchingWorkflowCommandOutput>;
141
- /**
142
- * @internal
143
- */
144
- private serialize;
145
- /**
146
- * @internal
147
- */
148
- private deserialize;
133
+ export declare class GetMatchingWorkflowCommand extends GetMatchingWorkflowCommand_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 { GetProviderServiceInput, GetProviderServiceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetProviderServiceCommandInput extends GetProviderServiceInput
21
20
  */
22
21
  export interface GetProviderServiceCommandOutput extends GetProviderServiceOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetProviderServiceCommand_base: {
24
+ new (input: GetProviderServiceCommandInput): import("@smithy/smithy-client").CommandImpl<GetProviderServiceCommandInput, GetProviderServiceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the <code>ProviderService</code> of a given name.</p>
@@ -99,23 +102,5 @@ export interface GetProviderServiceCommandOutput extends GetProviderServiceOutpu
99
102
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
100
103
  *
101
104
  */
102
- export declare class GetProviderServiceCommand extends $Command<GetProviderServiceCommandInput, GetProviderServiceCommandOutput, EntityResolutionClientResolvedConfig> {
103
- readonly input: GetProviderServiceCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: GetProviderServiceCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProviderServiceCommandInput, GetProviderServiceCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class GetProviderServiceCommand extends GetProviderServiceCommand_base {
121
106
  }
@@ -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 { GetSchemaMappingInput, GetSchemaMappingOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSchemaMappingCommandInput extends GetSchemaMappingInput {
21
20
  */
22
21
  export interface GetSchemaMappingCommandOutput extends GetSchemaMappingOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetSchemaMappingCommand_base: {
24
+ new (input: GetSchemaMappingCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaMappingCommandInput, GetSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the SchemaMapping of a given name.</p>
@@ -92,23 +95,5 @@ export interface GetSchemaMappingCommandOutput extends GetSchemaMappingOutput, _
92
95
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
93
96
  *
94
97
  */
95
- export declare class GetSchemaMappingCommand extends $Command<GetSchemaMappingCommandInput, GetSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig> {
96
- readonly input: GetSchemaMappingCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: GetSchemaMappingCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSchemaMappingCommandInput, GetSchemaMappingCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class GetSchemaMappingCommand extends GetSchemaMappingCommand_base {
114
99
  }
@@ -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 { ListIdMappingJobsInput, ListIdMappingJobsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListIdMappingJobsCommandInput extends ListIdMappingJobsInput {
21
20
  */
22
21
  export interface ListIdMappingJobsCommandOutput extends ListIdMappingJobsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListIdMappingJobsCommand_base: {
24
+ new (input: ListIdMappingJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdMappingJobsCommandInput, ListIdMappingJobsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all ID mapping jobs for a given workflow.</p>
@@ -85,23 +88,5 @@ export interface ListIdMappingJobsCommandOutput extends ListIdMappingJobsOutput,
85
88
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
86
89
  *
87
90
  */
88
- export declare class ListIdMappingJobsCommand extends $Command<ListIdMappingJobsCommandInput, ListIdMappingJobsCommandOutput, EntityResolutionClientResolvedConfig> {
89
- readonly input: ListIdMappingJobsCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: ListIdMappingJobsCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIdMappingJobsCommandInput, ListIdMappingJobsCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class ListIdMappingJobsCommand extends ListIdMappingJobsCommand_base {
107
92
  }
@@ -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 { ListIdMappingWorkflowsInput, ListIdMappingWorkflowsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListIdMappingWorkflowsCommandInput extends ListIdMappingWorkflo
21
20
  */
22
21
  export interface ListIdMappingWorkflowsCommandOutput extends ListIdMappingWorkflowsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListIdMappingWorkflowsCommand_base: {
24
+ new (input: ListIdMappingWorkflowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdMappingWorkflowsCommandInput, ListIdMappingWorkflowsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of all the <code>IdMappingWorkflows</code> that have been created for an
@@ -81,23 +84,5 @@ export interface ListIdMappingWorkflowsCommandOutput extends ListIdMappingWorkfl
81
84
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
82
85
  *
83
86
  */
84
- export declare class ListIdMappingWorkflowsCommand extends $Command<ListIdMappingWorkflowsCommandInput, ListIdMappingWorkflowsCommandOutput, EntityResolutionClientResolvedConfig> {
85
- readonly input: ListIdMappingWorkflowsCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListIdMappingWorkflowsCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIdMappingWorkflowsCommandInput, ListIdMappingWorkflowsCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListIdMappingWorkflowsCommand extends ListIdMappingWorkflowsCommand_base {
103
88
  }
@@ -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 { ListMatchingJobsInput, ListMatchingJobsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListMatchingJobsCommandInput extends ListMatchingJobsInput {
21
20
  */
22
21
  export interface ListMatchingJobsCommandOutput extends ListMatchingJobsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListMatchingJobsCommand_base: {
24
+ new (input: ListMatchingJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMatchingJobsCommandInput, ListMatchingJobsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all jobs for a given workflow.</p>
@@ -85,23 +88,5 @@ export interface ListMatchingJobsCommandOutput extends ListMatchingJobsOutput, _
85
88
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
86
89
  *
87
90
  */
88
- export declare class ListMatchingJobsCommand extends $Command<ListMatchingJobsCommandInput, ListMatchingJobsCommandOutput, EntityResolutionClientResolvedConfig> {
89
- readonly input: ListMatchingJobsCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: ListMatchingJobsCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMatchingJobsCommandInput, ListMatchingJobsCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class ListMatchingJobsCommand extends ListMatchingJobsCommand_base {
107
92
  }
@@ -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 { ListMatchingWorkflowsInput, ListMatchingWorkflowsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListMatchingWorkflowsCommandInput extends ListMatchingWorkflows
21
20
  */
22
21
  export interface ListMatchingWorkflowsCommandOutput extends ListMatchingWorkflowsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListMatchingWorkflowsCommand_base: {
24
+ new (input: ListMatchingWorkflowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMatchingWorkflowsCommandInput, ListMatchingWorkflowsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of all the <code>MatchingWorkflows</code> that have been created for an
@@ -82,23 +85,5 @@ export interface ListMatchingWorkflowsCommandOutput extends ListMatchingWorkflow
82
85
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
83
86
  *
84
87
  */
85
- export declare class ListMatchingWorkflowsCommand extends $Command<ListMatchingWorkflowsCommandInput, ListMatchingWorkflowsCommandOutput, EntityResolutionClientResolvedConfig> {
86
- readonly input: ListMatchingWorkflowsCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: ListMatchingWorkflowsCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMatchingWorkflowsCommandInput, ListMatchingWorkflowsCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class ListMatchingWorkflowsCommand extends ListMatchingWorkflowsCommand_base {
104
89
  }
@@ -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 { ListProviderServicesInput, ListProviderServicesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListProviderServicesCommandInput extends ListProviderServicesIn
21
20
  */
22
21
  export interface ListProviderServicesCommandOutput extends ListProviderServicesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListProviderServicesCommand_base: {
24
+ new (input: ListProviderServicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListProviderServicesCommandInput, ListProviderServicesCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of all the <code>ProviderServices</code> that are available in this
@@ -83,23 +86,5 @@ export interface ListProviderServicesCommandOutput extends ListProviderServicesO
83
86
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
84
87
  *
85
88
  */
86
- export declare class ListProviderServicesCommand extends $Command<ListProviderServicesCommandInput, ListProviderServicesCommandOutput, EntityResolutionClientResolvedConfig> {
87
- readonly input: ListProviderServicesCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: ListProviderServicesCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProviderServicesCommandInput, ListProviderServicesCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class ListProviderServicesCommand extends ListProviderServicesCommand_base {
105
90
  }
@@ -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 { ListSchemaMappingsInput, ListSchemaMappingsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListSchemaMappingsCommandInput extends ListSchemaMappingsInput
21
20
  */
22
21
  export interface ListSchemaMappingsCommandOutput extends ListSchemaMappingsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListSchemaMappingsCommand_base: {
24
+ new (input: ListSchemaMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchemaMappingsCommandInput, ListSchemaMappingsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of all the <code>SchemaMappings</code> that have been created for an
@@ -82,23 +85,5 @@ export interface ListSchemaMappingsCommandOutput extends ListSchemaMappingsOutpu
82
85
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
83
86
  *
84
87
  */
85
- export declare class ListSchemaMappingsCommand extends $Command<ListSchemaMappingsCommandInput, ListSchemaMappingsCommandOutput, EntityResolutionClientResolvedConfig> {
86
- readonly input: ListSchemaMappingsCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: ListSchemaMappingsCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSchemaMappingsCommandInput, ListSchemaMappingsCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class ListSchemaMappingsCommand extends ListSchemaMappingsCommand_base {
104
89
  }
@@ -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 { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Displays the tags associated with an Entity Resolution resource. In Entity Resolution,
@@ -68,23 +71,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
68
71
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
69
72
  *
70
73
  */
71
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EntityResolutionClientResolvedConfig> {
72
- readonly input: ListTagsForResourceCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: ListTagsForResourceCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
90
75
  }