@aws-sdk/client-entityresolution 3.1086.0 → 3.1088.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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/EntityResolution.d.ts +126 -140
- package/dist-types/ts3.4/EntityResolutionClient.d.ts +9 -31
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AddPolicyStatementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchDeleteUniqueIdCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateIdMappingWorkflowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateIdNamespaceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateMatchingWorkflowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSchemaMappingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteIdMappingWorkflowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteIdNamespaceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteMatchingWorkflowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeletePolicyStatementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteSchemaMappingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GenerateMatchIdCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetIdMappingJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetIdMappingWorkflowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetIdNamespaceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMatchIdCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMatchingJobCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMatchingWorkflowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetProviderServiceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSchemaMappingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListIdMappingJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListIdMappingWorkflowsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListIdNamespacesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListMatchingJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListMatchingWorkflowsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListProviderServicesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSchemaMappingsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/StartIdMappingJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartMatchingJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateIdMappingWorkflowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateIdNamespaceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateMatchingWorkflowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateSchemaMappingCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +8 -16
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +8 -24
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/package.json +39 -39
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -96,10 +93,7 @@ import {
|
|
|
96
93
|
GetIdNamespaceCommandInput,
|
|
97
94
|
GetIdNamespaceCommandOutput,
|
|
98
95
|
} from "./commands/GetIdNamespaceCommand";
|
|
99
|
-
import {
|
|
100
|
-
GetMatchIdCommandInput,
|
|
101
|
-
GetMatchIdCommandOutput,
|
|
102
|
-
} from "./commands/GetMatchIdCommand";
|
|
96
|
+
import { GetMatchIdCommandInput, GetMatchIdCommandOutput } from "./commands/GetMatchIdCommand";
|
|
103
97
|
import {
|
|
104
98
|
GetMatchingJobCommandInput,
|
|
105
99
|
GetMatchingJobCommandOutput,
|
|
@@ -108,10 +102,7 @@ import {
|
|
|
108
102
|
GetMatchingWorkflowCommandInput,
|
|
109
103
|
GetMatchingWorkflowCommandOutput,
|
|
110
104
|
} from "./commands/GetMatchingWorkflowCommand";
|
|
111
|
-
import {
|
|
112
|
-
GetPolicyCommandInput,
|
|
113
|
-
GetPolicyCommandOutput,
|
|
114
|
-
} from "./commands/GetPolicyCommand";
|
|
105
|
+
import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
|
|
115
106
|
import {
|
|
116
107
|
GetProviderServiceCommandInput,
|
|
117
108
|
GetProviderServiceCommandOutput,
|
|
@@ -152,10 +143,7 @@ import {
|
|
|
152
143
|
ListTagsForResourceCommandInput,
|
|
153
144
|
ListTagsForResourceCommandOutput,
|
|
154
145
|
} from "./commands/ListTagsForResourceCommand";
|
|
155
|
-
import {
|
|
156
|
-
PutPolicyCommandInput,
|
|
157
|
-
PutPolicyCommandOutput,
|
|
158
|
-
} from "./commands/PutPolicyCommand";
|
|
146
|
+
import { PutPolicyCommandInput, PutPolicyCommandOutput } from "./commands/PutPolicyCommand";
|
|
159
147
|
import {
|
|
160
148
|
StartIdMappingJobCommandInput,
|
|
161
149
|
StartIdMappingJobCommandOutput,
|
|
@@ -164,10 +152,7 @@ import {
|
|
|
164
152
|
StartMatchingJobCommandInput,
|
|
165
153
|
StartMatchingJobCommandOutput,
|
|
166
154
|
} from "./commands/StartMatchingJobCommand";
|
|
167
|
-
import {
|
|
168
|
-
TagResourceCommandInput,
|
|
169
|
-
TagResourceCommandOutput,
|
|
170
|
-
} from "./commands/TagResourceCommand";
|
|
155
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
171
156
|
import {
|
|
172
157
|
UntagResourceCommandInput,
|
|
173
158
|
UntagResourceCommandOutput,
|
|
@@ -273,8 +258,7 @@ export type ServiceOutputTypes =
|
|
|
273
258
|
| UpdateIdNamespaceCommandOutput
|
|
274
259
|
| UpdateMatchingWorkflowCommandOutput
|
|
275
260
|
| UpdateSchemaMappingCommandOutput;
|
|
276
|
-
export interface ClientDefaults
|
|
277
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
261
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
278
262
|
requestHandler?: __HttpHandlerUserInput;
|
|
279
263
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
280
264
|
urlParser?: __UrlParser;
|
|
@@ -310,8 +294,7 @@ export type EntityResolutionClientConfigType = Partial<
|
|
|
310
294
|
EndpointInputConfig<EndpointParameters> &
|
|
311
295
|
HttpAuthSchemeInputConfig &
|
|
312
296
|
ClientInputEndpointParameters;
|
|
313
|
-
export interface EntityResolutionClientConfig
|
|
314
|
-
extends EntityResolutionClientConfigType {}
|
|
297
|
+
export interface EntityResolutionClientConfig extends EntityResolutionClientConfigType {}
|
|
315
298
|
export type EntityResolutionClientResolvedConfigType =
|
|
316
299
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
317
300
|
Required<ClientDefaults> &
|
|
@@ -323,8 +306,7 @@ export type EntityResolutionClientResolvedConfigType =
|
|
|
323
306
|
EndpointResolvedConfig<EndpointParameters> &
|
|
324
307
|
HttpAuthSchemeResolvedConfig &
|
|
325
308
|
ClientResolvedEndpointParameters;
|
|
326
|
-
export interface EntityResolutionClientResolvedConfig
|
|
327
|
-
extends EntityResolutionClientResolvedConfigType {}
|
|
309
|
+
export interface EntityResolutionClientResolvedConfig extends EntityResolutionClientResolvedConfigType {}
|
|
328
310
|
export declare class EntityResolutionClient extends __Client<
|
|
329
311
|
__HttpHandlerOptions,
|
|
330
312
|
ServiceInputTypes,
|
|
@@ -332,10 +314,6 @@ export declare class EntityResolutionClient extends __Client<
|
|
|
332
314
|
EntityResolutionClientResolvedConfig
|
|
333
315
|
> {
|
|
334
316
|
readonly config: EntityResolutionClientResolvedConfig;
|
|
335
|
-
constructor(
|
|
336
|
-
...[
|
|
337
|
-
configuration,
|
|
338
|
-
]: __CheckOptionalClientConfig<EntityResolutionClientConfig>
|
|
339
|
-
);
|
|
317
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<EntityResolutionClientConfig>);
|
|
340
318
|
destroy(): void;
|
|
341
319
|
}
|
|
@@ -7,17 +7,10 @@ import { EntityResolutionHttpAuthSchemeProvider } from "./httpAuthSchemeProvider
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: EntityResolutionHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: EntityResolutionHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): EntityResolutionHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { EntityResolutionClientResolvedConfig } from "../EntityResolutionClient";
|
|
15
|
-
export interface EntityResolutionHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface EntityResolutionHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface EntityResolutionHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface EntityResolutionHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
EntityResolutionClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
EntityResolutionHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultEntityResolutionHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: EntityResolutionClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<EntityResolutionHttpAuthSchemeParameters>;
|
|
31
|
-
export interface EntityResolutionHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<EntityResolutionHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface EntityResolutionHttpAuthSchemeProvider extends HttpAuthSchemeProvider<EntityResolutionHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultEntityResolutionHttpAuthSchemeProvider: EntityResolutionHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: EntityResolutionHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: EntityResolutionHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./EntityResolutionClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
EntityResolutionClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
AddPolicyStatementInput,
|
|
4
|
-
AddPolicyStatementOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { AddPolicyStatementInput, AddPolicyStatementOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface AddPolicyStatementCommandInput
|
|
8
|
-
extends AddPolicyStatementInput {}
|
|
4
|
+
export interface AddPolicyStatementCommandInput extends AddPolicyStatementInput {}
|
|
9
5
|
export interface AddPolicyStatementCommandOutput
|
|
10
|
-
extends AddPolicyStatementOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends AddPolicyStatementOutput, __MetadataBearer {}
|
|
12
7
|
declare const AddPolicyStatementCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: AddPolicyStatementCommandInput
|
|
9
|
+
input: AddPolicyStatementCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
AddPolicyStatementCommandInput,
|
|
17
12
|
AddPolicyStatementCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const AddPolicyStatementCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: AddPolicyStatementCommandInput
|
|
18
|
+
input: AddPolicyStatementCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
AddPolicyStatementCommandInput,
|
|
26
21
|
AddPolicyStatementCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchDeleteUniqueIdInput,
|
|
4
|
-
BatchDeleteUniqueIdOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchDeleteUniqueIdInput, BatchDeleteUniqueIdOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchDeleteUniqueIdCommandInput
|
|
8
|
-
extends BatchDeleteUniqueIdInput {}
|
|
4
|
+
export interface BatchDeleteUniqueIdCommandInput extends BatchDeleteUniqueIdInput {}
|
|
9
5
|
export interface BatchDeleteUniqueIdCommandOutput
|
|
10
|
-
extends BatchDeleteUniqueIdOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends BatchDeleteUniqueIdOutput, __MetadataBearer {}
|
|
12
7
|
declare const BatchDeleteUniqueIdCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: BatchDeleteUniqueIdCommandInput
|
|
9
|
+
input: BatchDeleteUniqueIdCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
BatchDeleteUniqueIdCommandInput,
|
|
17
12
|
BatchDeleteUniqueIdCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const BatchDeleteUniqueIdCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: BatchDeleteUniqueIdCommandInput
|
|
18
|
+
input: BatchDeleteUniqueIdCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
BatchDeleteUniqueIdCommandInput,
|
|
26
21
|
BatchDeleteUniqueIdCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateIdMappingWorkflowInput,
|
|
4
|
-
CreateIdMappingWorkflowOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateIdMappingWorkflowInput, CreateIdMappingWorkflowOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateIdMappingWorkflowCommandInput
|
|
8
|
-
extends CreateIdMappingWorkflowInput {}
|
|
4
|
+
export interface CreateIdMappingWorkflowCommandInput extends CreateIdMappingWorkflowInput {}
|
|
9
5
|
export interface CreateIdMappingWorkflowCommandOutput
|
|
10
|
-
extends CreateIdMappingWorkflowOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateIdMappingWorkflowOutput, __MetadataBearer {}
|
|
12
7
|
declare const CreateIdMappingWorkflowCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateIdMappingWorkflowCommandInput
|
|
9
|
+
input: CreateIdMappingWorkflowCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateIdMappingWorkflowCommandInput,
|
|
17
12
|
CreateIdMappingWorkflowCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateIdMappingWorkflowCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateIdMappingWorkflowCommandInput
|
|
18
|
+
input: CreateIdMappingWorkflowCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateIdMappingWorkflowCommandInput,
|
|
26
21
|
CreateIdMappingWorkflowCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateIdNamespaceInput,
|
|
4
|
-
CreateIdNamespaceOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateIdNamespaceInput, CreateIdNamespaceOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateIdNamespaceCommandInput extends CreateIdNamespaceInput {}
|
|
8
|
-
export interface CreateIdNamespaceCommandOutput
|
|
9
|
-
extends CreateIdNamespaceOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateIdNamespaceCommandOutput extends CreateIdNamespaceOutput, __MetadataBearer {}
|
|
11
6
|
declare const CreateIdNamespaceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateIdNamespaceCommandInput
|
|
8
|
+
input: CreateIdNamespaceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateIdNamespaceCommandInput,
|
|
16
11
|
CreateIdNamespaceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateIdNamespaceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateIdNamespaceCommandInput
|
|
17
|
+
input: CreateIdNamespaceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateIdNamespaceCommandInput,
|
|
25
20
|
CreateIdNamespaceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateMatchingWorkflowInput,
|
|
4
|
-
CreateMatchingWorkflowOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateMatchingWorkflowInput, CreateMatchingWorkflowOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateMatchingWorkflowCommandInput
|
|
8
|
-
extends CreateMatchingWorkflowInput {}
|
|
4
|
+
export interface CreateMatchingWorkflowCommandInput extends CreateMatchingWorkflowInput {}
|
|
9
5
|
export interface CreateMatchingWorkflowCommandOutput
|
|
10
|
-
extends CreateMatchingWorkflowOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateMatchingWorkflowOutput, __MetadataBearer {}
|
|
12
7
|
declare const CreateMatchingWorkflowCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateMatchingWorkflowCommandInput
|
|
9
|
+
input: CreateMatchingWorkflowCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateMatchingWorkflowCommandInput,
|
|
17
12
|
CreateMatchingWorkflowCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateMatchingWorkflowCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateMatchingWorkflowCommandInput
|
|
18
|
+
input: CreateMatchingWorkflowCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateMatchingWorkflowCommandInput,
|
|
26
21
|
CreateMatchingWorkflowCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateSchemaMappingInput,
|
|
4
|
-
CreateSchemaMappingOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateSchemaMappingInput, CreateSchemaMappingOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateSchemaMappingCommandInput
|
|
8
|
-
extends CreateSchemaMappingInput {}
|
|
4
|
+
export interface CreateSchemaMappingCommandInput extends CreateSchemaMappingInput {}
|
|
9
5
|
export interface CreateSchemaMappingCommandOutput
|
|
10
|
-
extends CreateSchemaMappingOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateSchemaMappingOutput, __MetadataBearer {}
|
|
12
7
|
declare const CreateSchemaMappingCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateSchemaMappingCommandInput
|
|
9
|
+
input: CreateSchemaMappingCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateSchemaMappingCommandInput,
|
|
17
12
|
CreateSchemaMappingCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateSchemaMappingCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateSchemaMappingCommandInput
|
|
18
|
+
input: CreateSchemaMappingCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateSchemaMappingCommandInput,
|
|
26
21
|
CreateSchemaMappingCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteIdMappingWorkflowInput,
|
|
4
|
-
DeleteIdMappingWorkflowOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteIdMappingWorkflowInput, DeleteIdMappingWorkflowOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteIdMappingWorkflowCommandInput
|
|
8
|
-
extends DeleteIdMappingWorkflowInput {}
|
|
4
|
+
export interface DeleteIdMappingWorkflowCommandInput extends DeleteIdMappingWorkflowInput {}
|
|
9
5
|
export interface DeleteIdMappingWorkflowCommandOutput
|
|
10
|
-
extends DeleteIdMappingWorkflowOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteIdMappingWorkflowOutput, __MetadataBearer {}
|
|
12
7
|
declare const DeleteIdMappingWorkflowCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteIdMappingWorkflowCommandInput
|
|
9
|
+
input: DeleteIdMappingWorkflowCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteIdMappingWorkflowCommandInput,
|
|
17
12
|
DeleteIdMappingWorkflowCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteIdMappingWorkflowCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteIdMappingWorkflowCommandInput
|
|
18
|
+
input: DeleteIdMappingWorkflowCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteIdMappingWorkflowCommandInput,
|
|
26
21
|
DeleteIdMappingWorkflowCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteIdNamespaceInput,
|
|
4
|
-
DeleteIdNamespaceOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteIdNamespaceInput, DeleteIdNamespaceOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteIdNamespaceCommandInput extends DeleteIdNamespaceInput {}
|
|
8
|
-
export interface DeleteIdNamespaceCommandOutput
|
|
9
|
-
extends DeleteIdNamespaceOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteIdNamespaceCommandOutput extends DeleteIdNamespaceOutput, __MetadataBearer {}
|
|
11
6
|
declare const DeleteIdNamespaceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteIdNamespaceCommandInput
|
|
8
|
+
input: DeleteIdNamespaceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteIdNamespaceCommandInput,
|
|
16
11
|
DeleteIdNamespaceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteIdNamespaceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteIdNamespaceCommandInput
|
|
17
|
+
input: DeleteIdNamespaceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteIdNamespaceCommandInput,
|
|
25
20
|
DeleteIdNamespaceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteMatchingWorkflowInput,
|
|
4
|
-
DeleteMatchingWorkflowOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteMatchingWorkflowInput, DeleteMatchingWorkflowOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteMatchingWorkflowCommandInput
|
|
8
|
-
extends DeleteMatchingWorkflowInput {}
|
|
4
|
+
export interface DeleteMatchingWorkflowCommandInput extends DeleteMatchingWorkflowInput {}
|
|
9
5
|
export interface DeleteMatchingWorkflowCommandOutput
|
|
10
|
-
extends DeleteMatchingWorkflowOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteMatchingWorkflowOutput, __MetadataBearer {}
|
|
12
7
|
declare const DeleteMatchingWorkflowCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteMatchingWorkflowCommandInput
|
|
9
|
+
input: DeleteMatchingWorkflowCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteMatchingWorkflowCommandInput,
|
|
17
12
|
DeleteMatchingWorkflowCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteMatchingWorkflowCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteMatchingWorkflowCommandInput
|
|
18
|
+
input: DeleteMatchingWorkflowCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteMatchingWorkflowCommandInput,
|
|
26
21
|
DeleteMatchingWorkflowCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeletePolicyStatementInput,
|
|
4
|
-
DeletePolicyStatementOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeletePolicyStatementInput, DeletePolicyStatementOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeletePolicyStatementCommandInput
|
|
8
|
-
extends DeletePolicyStatementInput {}
|
|
4
|
+
export interface DeletePolicyStatementCommandInput extends DeletePolicyStatementInput {}
|
|
9
5
|
export interface DeletePolicyStatementCommandOutput
|
|
10
|
-
extends DeletePolicyStatementOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeletePolicyStatementOutput, __MetadataBearer {}
|
|
12
7
|
declare const DeletePolicyStatementCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeletePolicyStatementCommandInput
|
|
9
|
+
input: DeletePolicyStatementCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeletePolicyStatementCommandInput,
|
|
17
12
|
DeletePolicyStatementCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeletePolicyStatementCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeletePolicyStatementCommandInput
|
|
18
|
+
input: DeletePolicyStatementCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeletePolicyStatementCommandInput,
|
|
26
21
|
DeletePolicyStatementCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteSchemaMappingInput,
|
|
4
|
-
DeleteSchemaMappingOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteSchemaMappingInput, DeleteSchemaMappingOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteSchemaMappingCommandInput
|
|
8
|
-
extends DeleteSchemaMappingInput {}
|
|
4
|
+
export interface DeleteSchemaMappingCommandInput extends DeleteSchemaMappingInput {}
|
|
9
5
|
export interface DeleteSchemaMappingCommandOutput
|
|
10
|
-
extends DeleteSchemaMappingOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteSchemaMappingOutput, __MetadataBearer {}
|
|
12
7
|
declare const DeleteSchemaMappingCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteSchemaMappingCommandInput
|
|
9
|
+
input: DeleteSchemaMappingCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteSchemaMappingCommandInput,
|
|
17
12
|
DeleteSchemaMappingCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteSchemaMappingCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteSchemaMappingCommandInput
|
|
18
|
+
input: DeleteSchemaMappingCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteSchemaMappingCommandInput,
|
|
26
21
|
DeleteSchemaMappingCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GenerateMatchIdInput,
|
|
4
|
-
GenerateMatchIdOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GenerateMatchIdInput, GenerateMatchIdOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GenerateMatchIdCommandInput extends GenerateMatchIdInput {}
|
|
8
|
-
export interface GenerateMatchIdCommandOutput
|
|
9
|
-
extends GenerateMatchIdOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GenerateMatchIdCommandOutput extends GenerateMatchIdOutput, __MetadataBearer {}
|
|
11
6
|
declare const GenerateMatchIdCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GenerateMatchIdCommandInput
|
|
8
|
+
input: GenerateMatchIdCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GenerateMatchIdCommandInput,
|
|
16
11
|
GenerateMatchIdCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GenerateMatchIdCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GenerateMatchIdCommandInput
|
|
17
|
+
input: GenerateMatchIdCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GenerateMatchIdCommandInput,
|
|
25
20
|
GenerateMatchIdCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetIdMappingJobInput,
|
|
4
|
-
GetIdMappingJobOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetIdMappingJobInput, GetIdMappingJobOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetIdMappingJobCommandInput extends GetIdMappingJobInput {}
|
|
8
|
-
export interface GetIdMappingJobCommandOutput
|
|
9
|
-
extends GetIdMappingJobOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetIdMappingJobCommandOutput extends GetIdMappingJobOutput, __MetadataBearer {}
|
|
11
6
|
declare const GetIdMappingJobCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetIdMappingJobCommandInput
|
|
8
|
+
input: GetIdMappingJobCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetIdMappingJobCommandInput,
|
|
16
11
|
GetIdMappingJobCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetIdMappingJobCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetIdMappingJobCommandInput
|
|
17
|
+
input: GetIdMappingJobCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetIdMappingJobCommandInput,
|
|
25
20
|
GetIdMappingJobCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetIdMappingWorkflowInput,
|
|
4
|
-
GetIdMappingWorkflowOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetIdMappingWorkflowInput, GetIdMappingWorkflowOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetIdMappingWorkflowCommandInput
|
|
8
|
-
extends GetIdMappingWorkflowInput {}
|
|
4
|
+
export interface GetIdMappingWorkflowCommandInput extends GetIdMappingWorkflowInput {}
|
|
9
5
|
export interface GetIdMappingWorkflowCommandOutput
|
|
10
|
-
extends GetIdMappingWorkflowOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetIdMappingWorkflowOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetIdMappingWorkflowCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetIdMappingWorkflowCommandInput
|
|
9
|
+
input: GetIdMappingWorkflowCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetIdMappingWorkflowCommandInput,
|
|
17
12
|
GetIdMappingWorkflowCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetIdMappingWorkflowCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetIdMappingWorkflowCommandInput
|
|
18
|
+
input: GetIdMappingWorkflowCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetIdMappingWorkflowCommandInput,
|
|
26
21
|
GetIdMappingWorkflowCommandOutput,
|