@aws-sdk/client-entityresolution 3.1087.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 +38 -38
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetIdNamespaceInput, GetIdNamespaceOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetIdNamespaceCommandInput extends GetIdNamespaceInput {}
|
|
5
|
-
export interface GetIdNamespaceCommandOutput
|
|
6
|
-
extends GetIdNamespaceOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetIdNamespaceCommandOutput extends GetIdNamespaceOutput, __MetadataBearer {}
|
|
8
6
|
declare const GetIdNamespaceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetIdNamespaceCommandInput
|
|
8
|
+
input: GetIdNamespaceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetIdNamespaceCommandInput,
|
|
13
11
|
GetIdNamespaceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetIdNamespaceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetIdNamespaceCommandInput
|
|
17
|
+
input: GetIdNamespaceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetIdNamespaceCommandInput,
|
|
22
20
|
GetIdNamespaceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetMatchIdInput, GetMatchIdOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetMatchIdCommandInput extends GetMatchIdInput {}
|
|
5
|
-
export interface GetMatchIdCommandOutput
|
|
6
|
-
extends GetMatchIdOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetMatchIdCommandOutput extends GetMatchIdOutput, __MetadataBearer {}
|
|
8
6
|
declare const GetMatchIdCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetMatchIdCommandInput
|
|
8
|
+
input: GetMatchIdCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetMatchIdCommandInput,
|
|
13
11
|
GetMatchIdCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetMatchIdCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetMatchIdCommandInput
|
|
17
|
+
input: GetMatchIdCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetMatchIdCommandInput,
|
|
22
20
|
GetMatchIdCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetMatchingJobInput, GetMatchingJobOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetMatchingJobCommandInput extends GetMatchingJobInput {}
|
|
5
|
-
export interface GetMatchingJobCommandOutput
|
|
6
|
-
extends GetMatchingJobOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetMatchingJobCommandOutput extends GetMatchingJobOutput, __MetadataBearer {}
|
|
8
6
|
declare const GetMatchingJobCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetMatchingJobCommandInput
|
|
8
|
+
input: GetMatchingJobCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetMatchingJobCommandInput,
|
|
13
11
|
GetMatchingJobCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetMatchingJobCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetMatchingJobCommandInput
|
|
17
|
+
input: GetMatchingJobCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetMatchingJobCommandInput,
|
|
22
20
|
GetMatchingJobCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetMatchingWorkflowInput,
|
|
4
|
-
GetMatchingWorkflowOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetMatchingWorkflowInput, GetMatchingWorkflowOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetMatchingWorkflowCommandInput
|
|
8
|
-
extends GetMatchingWorkflowInput {}
|
|
4
|
+
export interface GetMatchingWorkflowCommandInput extends GetMatchingWorkflowInput {}
|
|
9
5
|
export interface GetMatchingWorkflowCommandOutput
|
|
10
|
-
extends GetMatchingWorkflowOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetMatchingWorkflowOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetMatchingWorkflowCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetMatchingWorkflowCommandInput
|
|
9
|
+
input: GetMatchingWorkflowCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetMatchingWorkflowCommandInput,
|
|
17
12
|
GetMatchingWorkflowCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetMatchingWorkflowCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetMatchingWorkflowCommandInput
|
|
18
|
+
input: GetMatchingWorkflowCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetMatchingWorkflowCommandInput,
|
|
26
21
|
GetMatchingWorkflowCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetPolicyInput, GetPolicyOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetPolicyCommandInput extends GetPolicyInput {}
|
|
5
|
-
export interface GetPolicyCommandOutput
|
|
6
|
-
extends GetPolicyOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetPolicyCommandOutput extends GetPolicyOutput, __MetadataBearer {}
|
|
8
6
|
declare const GetPolicyCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetPolicyCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetPolicyCommandInput,
|
|
11
11
|
GetPolicyCommandOutput,
|
|
12
12
|
import("..").EntityResolutionClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetPolicyCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetPolicyCommandInput,
|
|
18
20
|
GetPolicyCommandOutput,
|
|
19
21
|
import("..").EntityResolutionClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetProviderServiceInput,
|
|
4
|
-
GetProviderServiceOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetProviderServiceInput, GetProviderServiceOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetProviderServiceCommandInput
|
|
8
|
-
extends GetProviderServiceInput {}
|
|
4
|
+
export interface GetProviderServiceCommandInput extends GetProviderServiceInput {}
|
|
9
5
|
export interface GetProviderServiceCommandOutput
|
|
10
|
-
extends GetProviderServiceOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetProviderServiceOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetProviderServiceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetProviderServiceCommandInput
|
|
9
|
+
input: GetProviderServiceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetProviderServiceCommandInput,
|
|
17
12
|
GetProviderServiceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetProviderServiceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetProviderServiceCommandInput
|
|
18
|
+
input: GetProviderServiceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetProviderServiceCommandInput,
|
|
26
21
|
GetProviderServiceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetSchemaMappingInput,
|
|
4
|
-
GetSchemaMappingOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetSchemaMappingInput, GetSchemaMappingOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetSchemaMappingCommandInput extends GetSchemaMappingInput {}
|
|
8
|
-
export interface GetSchemaMappingCommandOutput
|
|
9
|
-
extends GetSchemaMappingOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetSchemaMappingCommandOutput extends GetSchemaMappingOutput, __MetadataBearer {}
|
|
11
6
|
declare const GetSchemaMappingCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetSchemaMappingCommandInput
|
|
8
|
+
input: GetSchemaMappingCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetSchemaMappingCommandInput,
|
|
16
11
|
GetSchemaMappingCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetSchemaMappingCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetSchemaMappingCommandInput
|
|
17
|
+
input: GetSchemaMappingCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetSchemaMappingCommandInput,
|
|
25
20
|
GetSchemaMappingCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListIdMappingJobsInput,
|
|
4
|
-
ListIdMappingJobsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListIdMappingJobsInput, ListIdMappingJobsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListIdMappingJobsCommandInput extends ListIdMappingJobsInput {}
|
|
8
|
-
export interface ListIdMappingJobsCommandOutput
|
|
9
|
-
extends ListIdMappingJobsOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListIdMappingJobsCommandOutput extends ListIdMappingJobsOutput, __MetadataBearer {}
|
|
11
6
|
declare const ListIdMappingJobsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListIdMappingJobsCommandInput
|
|
8
|
+
input: ListIdMappingJobsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListIdMappingJobsCommandInput,
|
|
16
11
|
ListIdMappingJobsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListIdMappingJobsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListIdMappingJobsCommandInput
|
|
17
|
+
input: ListIdMappingJobsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListIdMappingJobsCommandInput,
|
|
25
20
|
ListIdMappingJobsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListIdMappingWorkflowsInput,
|
|
4
|
-
ListIdMappingWorkflowsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListIdMappingWorkflowsInput, ListIdMappingWorkflowsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListIdMappingWorkflowsCommandInput
|
|
8
|
-
extends ListIdMappingWorkflowsInput {}
|
|
4
|
+
export interface ListIdMappingWorkflowsCommandInput extends ListIdMappingWorkflowsInput {}
|
|
9
5
|
export interface ListIdMappingWorkflowsCommandOutput
|
|
10
|
-
extends ListIdMappingWorkflowsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListIdMappingWorkflowsOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListIdMappingWorkflowsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListIdMappingWorkflowsCommandInput
|
|
9
|
+
input: ListIdMappingWorkflowsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListIdMappingWorkflowsCommandInput,
|
|
17
12
|
ListIdMappingWorkflowsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListIdNamespacesInput,
|
|
4
|
-
ListIdNamespacesOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListIdNamespacesInput, ListIdNamespacesOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListIdNamespacesCommandInput extends ListIdNamespacesInput {}
|
|
8
|
-
export interface ListIdNamespacesCommandOutput
|
|
9
|
-
extends ListIdNamespacesOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListIdNamespacesCommandOutput extends ListIdNamespacesOutput, __MetadataBearer {}
|
|
11
6
|
declare const ListIdNamespacesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListIdNamespacesCommandInput
|
|
8
|
+
input: ListIdNamespacesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListIdNamespacesCommandInput,
|
|
16
11
|
ListIdNamespacesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListMatchingJobsInput,
|
|
4
|
-
ListMatchingJobsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListMatchingJobsInput, ListMatchingJobsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListMatchingJobsCommandInput extends ListMatchingJobsInput {}
|
|
8
|
-
export interface ListMatchingJobsCommandOutput
|
|
9
|
-
extends ListMatchingJobsOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListMatchingJobsCommandOutput extends ListMatchingJobsOutput, __MetadataBearer {}
|
|
11
6
|
declare const ListMatchingJobsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListMatchingJobsCommandInput
|
|
8
|
+
input: ListMatchingJobsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListMatchingJobsCommandInput,
|
|
16
11
|
ListMatchingJobsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListMatchingJobsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListMatchingJobsCommandInput
|
|
17
|
+
input: ListMatchingJobsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListMatchingJobsCommandInput,
|
|
25
20
|
ListMatchingJobsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListMatchingWorkflowsInput,
|
|
4
|
-
ListMatchingWorkflowsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListMatchingWorkflowsInput, ListMatchingWorkflowsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListMatchingWorkflowsCommandInput
|
|
8
|
-
extends ListMatchingWorkflowsInput {}
|
|
4
|
+
export interface ListMatchingWorkflowsCommandInput extends ListMatchingWorkflowsInput {}
|
|
9
5
|
export interface ListMatchingWorkflowsCommandOutput
|
|
10
|
-
extends ListMatchingWorkflowsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListMatchingWorkflowsOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListMatchingWorkflowsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListMatchingWorkflowsCommandInput
|
|
9
|
+
input: ListMatchingWorkflowsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListMatchingWorkflowsCommandInput,
|
|
17
12
|
ListMatchingWorkflowsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListProviderServicesInput,
|
|
4
|
-
ListProviderServicesOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListProviderServicesInput, ListProviderServicesOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListProviderServicesCommandInput
|
|
8
|
-
extends ListProviderServicesInput {}
|
|
4
|
+
export interface ListProviderServicesCommandInput extends ListProviderServicesInput {}
|
|
9
5
|
export interface ListProviderServicesCommandOutput
|
|
10
|
-
extends ListProviderServicesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListProviderServicesOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListProviderServicesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListProviderServicesCommandInput
|
|
9
|
+
input: ListProviderServicesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListProviderServicesCommandInput,
|
|
17
12
|
ListProviderServicesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListSchemaMappingsInput,
|
|
4
|
-
ListSchemaMappingsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListSchemaMappingsInput, ListSchemaMappingsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListSchemaMappingsCommandInput
|
|
8
|
-
extends ListSchemaMappingsInput {}
|
|
4
|
+
export interface ListSchemaMappingsCommandInput extends ListSchemaMappingsInput {}
|
|
9
5
|
export interface ListSchemaMappingsCommandOutput
|
|
10
|
-
extends ListSchemaMappingsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListSchemaMappingsOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListSchemaMappingsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListSchemaMappingsCommandInput
|
|
9
|
+
input: ListSchemaMappingsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListSchemaMappingsCommandInput,
|
|
17
12
|
ListSchemaMappingsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceInput,
|
|
4
|
-
ListTagsForResourceOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceInput {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { PutPolicyInput, PutPolicyOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface PutPolicyCommandInput extends PutPolicyInput {}
|
|
5
|
-
export interface PutPolicyCommandOutput
|
|
6
|
-
extends PutPolicyOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PutPolicyCommandOutput extends PutPolicyOutput, __MetadataBearer {}
|
|
8
6
|
declare const PutPolicyCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: PutPolicyCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
PutPolicyCommandInput,
|
|
11
11
|
PutPolicyCommandOutput,
|
|
12
12
|
import("..").EntityResolutionClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: PutPolicyCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
PutPolicyCommandInput,
|
|
18
20
|
PutPolicyCommandOutput,
|
|
19
21
|
import("..").EntityResolutionClientResolvedConfig,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartIdMappingJobInput,
|
|
4
|
-
StartIdMappingJobOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartIdMappingJobInput, StartIdMappingJobOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface StartIdMappingJobCommandInput extends StartIdMappingJobInput {}
|
|
8
|
-
export interface StartIdMappingJobCommandOutput
|
|
9
|
-
extends StartIdMappingJobOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StartIdMappingJobCommandOutput extends StartIdMappingJobOutput, __MetadataBearer {}
|
|
11
6
|
declare const StartIdMappingJobCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: StartIdMappingJobCommandInput
|
|
8
|
+
input: StartIdMappingJobCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
StartIdMappingJobCommandInput,
|
|
16
11
|
StartIdMappingJobCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const StartIdMappingJobCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: StartIdMappingJobCommandInput
|
|
17
|
+
input: StartIdMappingJobCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
StartIdMappingJobCommandInput,
|
|
25
20
|
StartIdMappingJobCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartMatchingJobInput,
|
|
4
|
-
StartMatchingJobOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartMatchingJobInput, StartMatchingJobOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface StartMatchingJobCommandInput extends StartMatchingJobInput {}
|
|
8
|
-
export interface StartMatchingJobCommandOutput
|
|
9
|
-
extends StartMatchingJobOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StartMatchingJobCommandOutput extends StartMatchingJobOutput, __MetadataBearer {}
|
|
11
6
|
declare const StartMatchingJobCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: StartMatchingJobCommandInput
|
|
8
|
+
input: StartMatchingJobCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
StartMatchingJobCommandInput,
|
|
16
11
|
StartMatchingJobCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const StartMatchingJobCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: StartMatchingJobCommandInput
|
|
17
|
+
input: StartMatchingJobCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
StartMatchingJobCommandInput,
|
|
25
20
|
StartMatchingJobCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
5
|
-
export interface UntagResourceCommandOutput
|
|
6
|
-
extends UntagResourceOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {}
|
|
8
6
|
declare const UntagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UntagResourceCommandInput,
|
|
13
11
|
UntagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UntagResourceCommandInput,
|
|
22
20
|
UntagResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateIdMappingWorkflowInput,
|
|
4
|
-
UpdateIdMappingWorkflowOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateIdMappingWorkflowInput, UpdateIdMappingWorkflowOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateIdMappingWorkflowCommandInput
|
|
8
|
-
extends UpdateIdMappingWorkflowInput {}
|
|
4
|
+
export interface UpdateIdMappingWorkflowCommandInput extends UpdateIdMappingWorkflowInput {}
|
|
9
5
|
export interface UpdateIdMappingWorkflowCommandOutput
|
|
10
|
-
extends UpdateIdMappingWorkflowOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateIdMappingWorkflowOutput, __MetadataBearer {}
|
|
12
7
|
declare const UpdateIdMappingWorkflowCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateIdMappingWorkflowCommandInput
|
|
9
|
+
input: UpdateIdMappingWorkflowCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateIdMappingWorkflowCommandInput,
|
|
17
12
|
UpdateIdMappingWorkflowCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateIdMappingWorkflowCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateIdMappingWorkflowCommandInput
|
|
18
|
+
input: UpdateIdMappingWorkflowCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateIdMappingWorkflowCommandInput,
|
|
26
21
|
UpdateIdMappingWorkflowCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateIdNamespaceInput,
|
|
4
|
-
UpdateIdNamespaceOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateIdNamespaceInput, UpdateIdNamespaceOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateIdNamespaceCommandInput extends UpdateIdNamespaceInput {}
|
|
8
|
-
export interface UpdateIdNamespaceCommandOutput
|
|
9
|
-
extends UpdateIdNamespaceOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateIdNamespaceCommandOutput extends UpdateIdNamespaceOutput, __MetadataBearer {}
|
|
11
6
|
declare const UpdateIdNamespaceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateIdNamespaceCommandInput
|
|
8
|
+
input: UpdateIdNamespaceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateIdNamespaceCommandInput,
|
|
16
11
|
UpdateIdNamespaceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateIdNamespaceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateIdNamespaceCommandInput
|
|
17
|
+
input: UpdateIdNamespaceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateIdNamespaceCommandInput,
|
|
25
20
|
UpdateIdNamespaceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateMatchingWorkflowInput,
|
|
4
|
-
UpdateMatchingWorkflowOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateMatchingWorkflowInput, UpdateMatchingWorkflowOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateMatchingWorkflowCommandInput
|
|
8
|
-
extends UpdateMatchingWorkflowInput {}
|
|
4
|
+
export interface UpdateMatchingWorkflowCommandInput extends UpdateMatchingWorkflowInput {}
|
|
9
5
|
export interface UpdateMatchingWorkflowCommandOutput
|
|
10
|
-
extends UpdateMatchingWorkflowOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateMatchingWorkflowOutput, __MetadataBearer {}
|
|
12
7
|
declare const UpdateMatchingWorkflowCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateMatchingWorkflowCommandInput
|
|
9
|
+
input: UpdateMatchingWorkflowCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateMatchingWorkflowCommandInput,
|
|
17
12
|
UpdateMatchingWorkflowCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateMatchingWorkflowCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateMatchingWorkflowCommandInput
|
|
18
|
+
input: UpdateMatchingWorkflowCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateMatchingWorkflowCommandInput,
|
|
26
21
|
UpdateMatchingWorkflowCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateSchemaMappingInput,
|
|
4
|
-
UpdateSchemaMappingOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateSchemaMappingInput, UpdateSchemaMappingOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateSchemaMappingCommandInput
|
|
8
|
-
extends UpdateSchemaMappingInput {}
|
|
4
|
+
export interface UpdateSchemaMappingCommandInput extends UpdateSchemaMappingInput {}
|
|
9
5
|
export interface UpdateSchemaMappingCommandOutput
|
|
10
|
-
extends UpdateSchemaMappingOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateSchemaMappingOutput, __MetadataBearer {}
|
|
12
7
|
declare const UpdateSchemaMappingCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateSchemaMappingCommandInput
|
|
9
|
+
input: UpdateSchemaMappingCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateSchemaMappingCommandInput,
|
|
17
12
|
UpdateSchemaMappingCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateSchemaMappingCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateSchemaMappingCommandInput
|
|
18
|
+
input: UpdateSchemaMappingCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateSchemaMappingCommandInput,
|
|
26
21
|
UpdateSchemaMappingCommandOutput,
|