@aws-sdk/client-entityresolution 3.1076.0 → 3.1078.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 +49 -385
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddPolicyStatementCommand.js +2 -14
- package/dist-es/commands/BatchDeleteUniqueIdCommand.js +2 -14
- package/dist-es/commands/CreateIdMappingWorkflowCommand.js +2 -14
- package/dist-es/commands/CreateIdNamespaceCommand.js +2 -14
- package/dist-es/commands/CreateMatchingWorkflowCommand.js +2 -14
- package/dist-es/commands/CreateSchemaMappingCommand.js +2 -14
- package/dist-es/commands/DeleteIdMappingWorkflowCommand.js +2 -14
- package/dist-es/commands/DeleteIdNamespaceCommand.js +2 -14
- package/dist-es/commands/DeleteMatchingWorkflowCommand.js +2 -14
- package/dist-es/commands/DeletePolicyStatementCommand.js +2 -14
- package/dist-es/commands/DeleteSchemaMappingCommand.js +2 -14
- package/dist-es/commands/GenerateMatchIdCommand.js +2 -14
- package/dist-es/commands/GetIdMappingJobCommand.js +2 -14
- package/dist-es/commands/GetIdMappingWorkflowCommand.js +2 -14
- package/dist-es/commands/GetIdNamespaceCommand.js +2 -14
- package/dist-es/commands/GetMatchIdCommand.js +2 -14
- package/dist-es/commands/GetMatchingJobCommand.js +2 -14
- package/dist-es/commands/GetMatchingWorkflowCommand.js +2 -14
- package/dist-es/commands/GetPolicyCommand.js +2 -14
- package/dist-es/commands/GetProviderServiceCommand.js +2 -14
- package/dist-es/commands/GetSchemaMappingCommand.js +2 -14
- package/dist-es/commands/ListIdMappingJobsCommand.js +2 -14
- package/dist-es/commands/ListIdMappingWorkflowsCommand.js +2 -14
- package/dist-es/commands/ListIdNamespacesCommand.js +2 -14
- package/dist-es/commands/ListMatchingJobsCommand.js +2 -14
- package/dist-es/commands/ListMatchingWorkflowsCommand.js +2 -14
- package/dist-es/commands/ListProviderServicesCommand.js +2 -14
- package/dist-es/commands/ListSchemaMappingsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutPolicyCommand.js +2 -14
- package/dist-es/commands/StartIdMappingJobCommand.js +2 -14
- package/dist-es/commands/StartMatchingJobCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateIdMappingWorkflowCommand.js +2 -14
- package/dist-es/commands/UpdateIdNamespaceCommand.js +2 -14
- package/dist-es/commands/UpdateMatchingWorkflowCommand.js +2 -14
- package/dist-es/commands/UpdateSchemaMappingCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddPolicyStatementCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteUniqueIdCommand.d.ts +3 -8
- package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/CreateIdNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/CreateSchemaMappingCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIdNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/DeletePolicyStatementCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +3 -8
- package/dist-types/commands/GenerateMatchIdCommand.d.ts +3 -8
- package/dist-types/commands/GetIdMappingJobCommand.d.ts +3 -8
- package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/GetIdNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/GetMatchIdCommand.d.ts +3 -8
- package/dist-types/commands/GetMatchingJobCommand.d.ts +3 -8
- package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/GetPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetProviderServiceCommand.d.ts +3 -8
- package/dist-types/commands/GetSchemaMappingCommand.d.ts +3 -8
- package/dist-types/commands/ListIdMappingJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +3 -8
- package/dist-types/commands/ListIdNamespacesCommand.d.ts +3 -8
- package/dist-types/commands/ListMatchingJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +3 -8
- package/dist-types/commands/ListProviderServicesCommand.d.ts +3 -8
- package/dist-types/commands/ListSchemaMappingsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutPolicyCommand.d.ts +3 -8
- package/dist-types/commands/StartIdMappingJobCommand.d.ts +3 -8
- package/dist-types/commands/StartMatchingJobCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIdNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddPolicyStatementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteUniqueIdCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIdMappingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIdNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMatchingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSchemaMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIdMappingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIdNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMatchingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePolicyStatementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSchemaMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GenerateMatchIdCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdMappingJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdMappingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMatchIdCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMatchingJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMatchingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProviderServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSchemaMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdMappingJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdMappingWorkflowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdNamespacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMatchingJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMatchingWorkflowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProviderServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSchemaMappingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartIdMappingJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartMatchingJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIdMappingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIdNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMatchingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSchemaMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
2
|
import type { UpdateSchemaMappingInput, UpdateSchemaMappingOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateSchemaMappingCommandInput extends UpdateSchemaMappingInpu
|
|
|
22
19
|
export interface UpdateSchemaMappingCommandOutput extends UpdateSchemaMappingOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateSchemaMappingCommand_base: {
|
|
25
|
-
new (input: UpdateSchemaMappingCommandInput): import("@smithy/core/client").CommandImpl<UpdateSchemaMappingCommandInput, UpdateSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateSchemaMappingCommandInput): import("@smithy/core/client").CommandImpl<UpdateSchemaMappingCommandInput, UpdateSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateSchemaMappingCommandInput): import("@smithy/core/client").CommandImpl<UpdateSchemaMappingCommandInput, UpdateSchemaMappingCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateSchemaMappingCommandInput): import("@smithy/core/client").CommandImpl<UpdateSchemaMappingCommandInput, UpdateSchemaMappingCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a schema mapping.</p> <note> <p>A schema is immutable if it is being used by a workflow. Therefore, you can't update a schema mapping if it's associated with a workflow. </p> </note>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { EntityResolutionExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
12
13
|
export * from "./schemas/schemas_0";
|
|
13
14
|
export * from "./pagination";
|
|
14
15
|
export * from "./models/enums";
|
|
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: EntityResolutionClientConfig) =>
|
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
17
16
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
18
17
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
18
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: EntityResolutionClientConfig) =>
|
|
|
24
23
|
[setting: string]: unknown;
|
|
25
24
|
};
|
|
26
25
|
apiVersion: string;
|
|
26
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
29
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: EntityResolutionClientConfig) =>
|
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
18
17
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: EntityResolutionClientConfig) =>
|
|
|
26
25
|
[setting: string]: unknown;
|
|
27
26
|
};
|
|
28
27
|
apiVersion: string;
|
|
28
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
29
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -4,7 +4,6 @@ import type { EntityResolutionClientConfig } from "./EntityResolutionClient";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: EntityResolutionClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
8
7
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
8
|
cacheMiddleware?: boolean;
|
|
10
9
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: EntityResolutionClientConfig) =>
|
|
|
13
12
|
[setting: string]: unknown;
|
|
14
13
|
};
|
|
15
14
|
apiVersion: string;
|
|
15
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
16
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
18
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: EntityResolutionClientConfig) =>
|
|
|
21
21
|
defaultNamespace?: string;
|
|
22
22
|
};
|
|
23
23
|
serviceId: string;
|
|
24
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
24
25
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
26
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
27
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
EntityResolutionClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./EntityResolutionClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
EntityResolutionClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
EntityResolutionClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
AddPolicyStatementInput,
|
|
10
4
|
AddPolicyStatementOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface AddPolicyStatementCommandInput
|
|
15
8
|
extends AddPolicyStatementInput {}
|
|
16
9
|
export interface AddPolicyStatementCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AddPolicyStatementCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AddPolicyStatementCommandInput,
|
|
24
17
|
AddPolicyStatementCommandOutput,
|
|
25
|
-
EntityResolutionClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AddPolicyStatementCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AddPolicyStatementCommandInput,
|
|
33
26
|
AddPolicyStatementCommandOutput,
|
|
34
|
-
EntityResolutionClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class AddPolicyStatementCommand extends AddPolicyStatementCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
BatchDeleteUniqueIdInput,
|
|
10
4
|
BatchDeleteUniqueIdOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchDeleteUniqueIdCommandInput
|
|
15
8
|
extends BatchDeleteUniqueIdInput {}
|
|
16
9
|
export interface BatchDeleteUniqueIdCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const BatchDeleteUniqueIdCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
BatchDeleteUniqueIdCommandInput,
|
|
24
17
|
BatchDeleteUniqueIdCommandOutput,
|
|
25
|
-
EntityResolutionClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: BatchDeleteUniqueIdCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
BatchDeleteUniqueIdCommandInput,
|
|
33
26
|
BatchDeleteUniqueIdCommandOutput,
|
|
34
|
-
EntityResolutionClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class BatchDeleteUniqueIdCommand extends BatchDeleteUniqueIdCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateIdMappingWorkflowInput,
|
|
10
4
|
CreateIdMappingWorkflowOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateIdMappingWorkflowCommandInput
|
|
15
8
|
extends CreateIdMappingWorkflowInput {}
|
|
16
9
|
export interface CreateIdMappingWorkflowCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateIdMappingWorkflowCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateIdMappingWorkflowCommandInput,
|
|
24
17
|
CreateIdMappingWorkflowCommandOutput,
|
|
25
|
-
EntityResolutionClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateIdMappingWorkflowCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateIdMappingWorkflowCommandInput,
|
|
33
26
|
CreateIdMappingWorkflowCommandOutput,
|
|
34
|
-
EntityResolutionClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateIdMappingWorkflowCommand extends CreateIdMappingWorkflowCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateIdNamespaceInput,
|
|
10
4
|
CreateIdNamespaceOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateIdNamespaceCommandInput extends CreateIdNamespaceInput {}
|
|
15
8
|
export interface CreateIdNamespaceCommandOutput
|
|
16
9
|
extends CreateIdNamespaceOutput,
|
|
@@ -21,22 +14,20 @@ declare const CreateIdNamespaceCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreateIdNamespaceCommandInput,
|
|
23
16
|
CreateIdNamespaceCommandOutput,
|
|
24
|
-
EntityResolutionClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreateIdNamespaceCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreateIdNamespaceCommandInput,
|
|
32
25
|
CreateIdNamespaceCommandOutput,
|
|
33
|
-
EntityResolutionClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class CreateIdNamespaceCommand extends CreateIdNamespaceCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateMatchingWorkflowInput,
|
|
10
4
|
CreateMatchingWorkflowOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateMatchingWorkflowCommandInput
|
|
15
8
|
extends CreateMatchingWorkflowInput {}
|
|
16
9
|
export interface CreateMatchingWorkflowCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateMatchingWorkflowCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateMatchingWorkflowCommandInput,
|
|
24
17
|
CreateMatchingWorkflowCommandOutput,
|
|
25
|
-
EntityResolutionClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateMatchingWorkflowCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateMatchingWorkflowCommandInput,
|
|
33
26
|
CreateMatchingWorkflowCommandOutput,
|
|
34
|
-
EntityResolutionClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateMatchingWorkflowCommand extends CreateMatchingWorkflowCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateSchemaMappingInput,
|
|
10
4
|
CreateSchemaMappingOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateSchemaMappingCommandInput
|
|
15
8
|
extends CreateSchemaMappingInput {}
|
|
16
9
|
export interface CreateSchemaMappingCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateSchemaMappingCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateSchemaMappingCommandInput,
|
|
24
17
|
CreateSchemaMappingCommandOutput,
|
|
25
|
-
EntityResolutionClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateSchemaMappingCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateSchemaMappingCommandInput,
|
|
33
26
|
CreateSchemaMappingCommandOutput,
|
|
34
|
-
EntityResolutionClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateSchemaMappingCommand extends CreateSchemaMappingCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteIdMappingWorkflowInput,
|
|
10
4
|
DeleteIdMappingWorkflowOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteIdMappingWorkflowCommandInput
|
|
15
8
|
extends DeleteIdMappingWorkflowInput {}
|
|
16
9
|
export interface DeleteIdMappingWorkflowCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteIdMappingWorkflowCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteIdMappingWorkflowCommandInput,
|
|
24
17
|
DeleteIdMappingWorkflowCommandOutput,
|
|
25
|
-
EntityResolutionClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteIdMappingWorkflowCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteIdMappingWorkflowCommandInput,
|
|
33
26
|
DeleteIdMappingWorkflowCommandOutput,
|
|
34
|
-
EntityResolutionClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteIdMappingWorkflowCommand extends DeleteIdMappingWorkflowCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteIdNamespaceInput,
|
|
10
4
|
DeleteIdNamespaceOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteIdNamespaceCommandInput extends DeleteIdNamespaceInput {}
|
|
15
8
|
export interface DeleteIdNamespaceCommandOutput
|
|
16
9
|
extends DeleteIdNamespaceOutput,
|
|
@@ -21,22 +14,20 @@ declare const DeleteIdNamespaceCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteIdNamespaceCommandInput,
|
|
23
16
|
DeleteIdNamespaceCommandOutput,
|
|
24
|
-
EntityResolutionClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteIdNamespaceCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteIdNamespaceCommandInput,
|
|
32
25
|
DeleteIdNamespaceCommandOutput,
|
|
33
|
-
EntityResolutionClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteIdNamespaceCommand extends DeleteIdNamespaceCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteMatchingWorkflowInput,
|
|
10
4
|
DeleteMatchingWorkflowOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteMatchingWorkflowCommandInput
|
|
15
8
|
extends DeleteMatchingWorkflowInput {}
|
|
16
9
|
export interface DeleteMatchingWorkflowCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteMatchingWorkflowCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteMatchingWorkflowCommandInput,
|
|
24
17
|
DeleteMatchingWorkflowCommandOutput,
|
|
25
|
-
EntityResolutionClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteMatchingWorkflowCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteMatchingWorkflowCommandInput,
|
|
33
26
|
DeleteMatchingWorkflowCommandOutput,
|
|
34
|
-
EntityResolutionClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteMatchingWorkflowCommand extends DeleteMatchingWorkflowCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
DeletePolicyStatementInput,
|
|
10
4
|
DeletePolicyStatementOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeletePolicyStatementCommandInput
|
|
15
8
|
extends DeletePolicyStatementInput {}
|
|
16
9
|
export interface DeletePolicyStatementCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeletePolicyStatementCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeletePolicyStatementCommandInput,
|
|
24
17
|
DeletePolicyStatementCommandOutput,
|
|
25
|
-
EntityResolutionClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeletePolicyStatementCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeletePolicyStatementCommandInput,
|
|
33
26
|
DeletePolicyStatementCommandOutput,
|
|
34
|
-
EntityResolutionClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeletePolicyStatementCommand extends DeletePolicyStatementCommand_base {
|
|
43
34
|
protected static __types: {
|