@aws-sdk/client-entityresolution 3.952.0 → 3.953.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 +548 -384
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AddPolicyStatementCommand.js +2 -2
- package/dist-es/commands/BatchDeleteUniqueIdCommand.js +2 -2
- package/dist-es/commands/CreateIdMappingWorkflowCommand.js +2 -2
- package/dist-es/commands/CreateIdNamespaceCommand.js +2 -2
- package/dist-es/commands/CreateMatchingWorkflowCommand.js +2 -2
- package/dist-es/commands/CreateSchemaMappingCommand.js +2 -2
- package/dist-es/commands/DeleteIdMappingWorkflowCommand.js +2 -2
- package/dist-es/commands/DeleteIdNamespaceCommand.js +2 -2
- package/dist-es/commands/DeleteMatchingWorkflowCommand.js +2 -2
- package/dist-es/commands/DeletePolicyStatementCommand.js +2 -2
- package/dist-es/commands/DeleteSchemaMappingCommand.js +2 -2
- package/dist-es/commands/GenerateMatchIdCommand.js +2 -2
- package/dist-es/commands/GetIdMappingJobCommand.js +2 -2
- package/dist-es/commands/GetIdMappingWorkflowCommand.js +2 -2
- package/dist-es/commands/GetIdNamespaceCommand.js +2 -2
- package/dist-es/commands/GetMatchIdCommand.js +2 -2
- package/dist-es/commands/GetMatchingJobCommand.js +2 -2
- package/dist-es/commands/GetMatchingWorkflowCommand.js +2 -2
- package/dist-es/commands/GetPolicyCommand.js +2 -2
- package/dist-es/commands/GetProviderServiceCommand.js +2 -2
- package/dist-es/commands/GetSchemaMappingCommand.js +2 -2
- package/dist-es/commands/ListIdMappingJobsCommand.js +2 -2
- package/dist-es/commands/ListIdMappingWorkflowsCommand.js +2 -2
- package/dist-es/commands/ListIdNamespacesCommand.js +2 -2
- package/dist-es/commands/ListMatchingJobsCommand.js +2 -2
- package/dist-es/commands/ListMatchingWorkflowsCommand.js +2 -2
- package/dist-es/commands/ListProviderServicesCommand.js +2 -2
- package/dist-es/commands/ListSchemaMappingsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutPolicyCommand.js +2 -2
- package/dist-es/commands/StartIdMappingJobCommand.js +2 -2
- package/dist-es/commands/StartMatchingJobCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateIdMappingWorkflowCommand.js +2 -2
- package/dist-es/commands/UpdateIdNamespaceCommand.js +2 -2
- package/dist-es/commands/UpdateMatchingWorkflowCommand.js +2 -2
- package/dist-es/commands/UpdateSchemaMappingCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +337 -341
- package/dist-types/EntityResolutionClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +169 -210
- package/dist-types/ts3.4/EntityResolutionClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +168 -211
- package/package.json +34 -34
|
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AddPolicyStatementCommandInput, AddPolicyStatementCommandOutput } from "./commands/AddPolicyStatementCommand";
|
|
11
11
|
import { BatchDeleteUniqueIdCommandInput, BatchDeleteUniqueIdCommandOutput } from "./commands/BatchDeleteUniqueIdCommand";
|
|
@@ -179,15 +179,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
179
179
|
* Optional extensions
|
|
180
180
|
*/
|
|
181
181
|
extensions?: RuntimeExtension[];
|
|
182
|
-
/**
|
|
183
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
184
|
-
* may be overridden. A default will always be set by the client.
|
|
185
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
186
|
-
* the client.
|
|
187
|
-
* @alpha
|
|
188
|
-
*
|
|
189
|
-
*/
|
|
190
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
191
182
|
/**
|
|
192
183
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
193
184
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { EntityResolutionExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export * from "./schemas/schemas_0";
|
|
12
13
|
export * from "./pagination";
|
|
13
14
|
export * from "./models/enums";
|
|
14
15
|
export * from "./models/errors";
|
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: EntityResolutionClientConfig) =>
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
|
-
apiVersion: string;
|
|
21
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
defaultNamespace?: string;
|
|
24
|
+
[setting: string]: unknown;
|
|
25
|
+
};
|
|
26
|
+
apiVersion: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
24
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: EntityResolutionClientConfig) =>
|
|
|
29
34
|
profile?: string;
|
|
30
35
|
logger: import("@smithy/types").Logger;
|
|
31
36
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
37
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
34
38
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
35
39
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: EntityResolutionClientConfig) =>
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
|
-
apiVersion: string;
|
|
23
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
defaultNamespace?: string;
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
};
|
|
28
|
+
apiVersion: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
26
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: EntityResolutionClientConfig) =>
|
|
|
31
36
|
profile?: string;
|
|
32
37
|
logger: import("@smithy/types").Logger;
|
|
33
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
39
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
36
40
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
37
41
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: EntityResolutionClientConfig) =>
|
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
9
|
cacheMiddleware?: boolean;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
11
|
+
protocolSettings: {
|
|
12
|
+
defaultNamespace?: string;
|
|
13
|
+
[setting: string]: unknown;
|
|
14
|
+
};
|
|
15
|
+
apiVersion: string;
|
|
11
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
12
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: EntityResolutionClientConfig) =>
|
|
|
27
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
33
|
logger: import("@smithy/types").Logger;
|
|
29
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
31
35
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
32
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import type { EntityResolutionClientConfig } from "./EntityResolutionClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: EntityResolutionClientConfig) =>
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").EntityResolutionHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
18
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
|
|
19
|
+
protocolSettings: {
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
defaultNamespace?: string;
|
|
22
|
+
};
|
|
18
23
|
serviceId: string;
|
|
19
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
20
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,210 +1,169 @@
|
|
|
1
|
-
import type { StaticErrorSchema,
|
|
2
|
-
export declare var AccessDeniedException
|
|
3
|
-
export declare var AddPolicyStatementInput
|
|
4
|
-
export declare var AddPolicyStatementOutput
|
|
5
|
-
export declare var BatchDeleteUniqueIdInput
|
|
6
|
-
export declare var BatchDeleteUniqueIdOutput
|
|
7
|
-
export declare var ConflictException
|
|
8
|
-
export declare var CreateIdMappingWorkflowInput
|
|
9
|
-
export declare var CreateIdMappingWorkflowOutput
|
|
10
|
-
export declare var CreateIdNamespaceInput
|
|
11
|
-
export declare var CreateIdNamespaceOutput
|
|
12
|
-
export declare var CreateMatchingWorkflowInput
|
|
13
|
-
export declare var CreateMatchingWorkflowOutput
|
|
14
|
-
export declare var CreateSchemaMappingInput
|
|
15
|
-
export declare var CreateSchemaMappingOutput
|
|
16
|
-
export declare var CustomerProfilesIntegrationConfig
|
|
17
|
-
export declare var DeletedUniqueId
|
|
18
|
-
export declare var DeleteIdMappingWorkflowInput
|
|
19
|
-
export declare var DeleteIdMappingWorkflowOutput
|
|
20
|
-
export declare var DeleteIdNamespaceInput
|
|
21
|
-
export declare var DeleteIdNamespaceOutput
|
|
22
|
-
export declare var DeleteMatchingWorkflowInput
|
|
23
|
-
export declare var DeleteMatchingWorkflowOutput
|
|
24
|
-
export declare var DeletePolicyStatementInput
|
|
25
|
-
export declare var DeletePolicyStatementOutput
|
|
26
|
-
export declare var DeleteSchemaMappingInput
|
|
27
|
-
export declare var DeleteSchemaMappingOutput
|
|
28
|
-
export declare var DeleteUniqueIdError
|
|
29
|
-
export declare var ErrorDetails
|
|
30
|
-
export declare var ExceedsLimitException
|
|
31
|
-
export declare var FailedRecord
|
|
32
|
-
export declare var GenerateMatchIdInput
|
|
33
|
-
export declare var GenerateMatchIdOutput
|
|
34
|
-
export declare var GetIdMappingJobInput
|
|
35
|
-
export declare var GetIdMappingJobOutput
|
|
36
|
-
export declare var GetIdMappingWorkflowInput
|
|
37
|
-
export declare var GetIdMappingWorkflowOutput
|
|
38
|
-
export declare var GetIdNamespaceInput
|
|
39
|
-
export declare var GetIdNamespaceOutput
|
|
40
|
-
export declare var GetMatchIdInput
|
|
41
|
-
export declare var GetMatchIdOutput
|
|
42
|
-
export declare var GetMatchingJobInput
|
|
43
|
-
export declare var GetMatchingJobOutput
|
|
44
|
-
export declare var GetMatchingWorkflowInput
|
|
45
|
-
export declare var GetMatchingWorkflowOutput
|
|
46
|
-
export declare var GetPolicyInput
|
|
47
|
-
export declare var GetPolicyOutput
|
|
48
|
-
export declare var GetProviderServiceInput
|
|
49
|
-
export declare var GetProviderServiceOutput
|
|
50
|
-
export declare var GetSchemaMappingInput
|
|
51
|
-
export declare var GetSchemaMappingOutput
|
|
52
|
-
export declare var IdMappingIncrementalRunConfig
|
|
53
|
-
export declare var IdMappingJobMetrics
|
|
54
|
-
export declare var IdMappingJobOutputSource
|
|
55
|
-
export declare var IdMappingRuleBasedProperties
|
|
56
|
-
export declare var IdMappingTechniques
|
|
57
|
-
export declare var IdMappingWorkflowInputSource
|
|
58
|
-
export declare var IdMappingWorkflowOutputSource
|
|
59
|
-
export declare var IdMappingWorkflowSummary
|
|
60
|
-
export declare var IdNamespaceIdMappingWorkflowMetadata
|
|
61
|
-
export declare var IdNamespaceIdMappingWorkflowProperties
|
|
62
|
-
export declare var IdNamespaceInputSource
|
|
63
|
-
export declare var IdNamespaceSummary
|
|
64
|
-
export declare var IncrementalRunConfig
|
|
65
|
-
export declare var InputSource
|
|
66
|
-
export declare var IntermediateSourceConfiguration
|
|
67
|
-
export declare var InternalServerException
|
|
68
|
-
export declare var JobMetrics
|
|
69
|
-
export declare var JobOutputSource
|
|
70
|
-
export declare var JobSummary
|
|
71
|
-
export declare var ListIdMappingJobsInput
|
|
72
|
-
export declare var ListIdMappingJobsOutput
|
|
73
|
-
export declare var ListIdMappingWorkflowsInput
|
|
74
|
-
export declare var ListIdMappingWorkflowsOutput
|
|
75
|
-
export declare var ListIdNamespacesInput
|
|
76
|
-
export declare var ListIdNamespacesOutput
|
|
77
|
-
export declare var ListMatchingJobsInput
|
|
78
|
-
export declare var ListMatchingJobsOutput
|
|
79
|
-
export declare var ListMatchingWorkflowsInput
|
|
80
|
-
export declare var ListMatchingWorkflowsOutput
|
|
81
|
-
export declare var ListProviderServicesInput
|
|
82
|
-
export declare var ListProviderServicesOutput
|
|
83
|
-
export declare var ListSchemaMappingsInput
|
|
84
|
-
export declare var ListSchemaMappingsOutput
|
|
85
|
-
export declare var ListTagsForResourceInput
|
|
86
|
-
export declare var ListTagsForResourceOutput
|
|
87
|
-
export declare var MatchedRecord
|
|
88
|
-
export declare var MatchGroup
|
|
89
|
-
export declare var MatchingWorkflowSummary
|
|
90
|
-
export declare var NamespaceProviderProperties
|
|
91
|
-
export declare var NamespaceRuleBasedProperties
|
|
92
|
-
export declare var OutputAttribute
|
|
93
|
-
export declare var OutputSource
|
|
94
|
-
export declare var ProviderComponentSchema
|
|
95
|
-
export declare var ProviderIdNameSpaceConfiguration
|
|
96
|
-
export declare var ProviderIntermediateDataAccessConfiguration
|
|
97
|
-
export declare var ProviderMarketplaceConfiguration
|
|
98
|
-
export declare var ProviderProperties
|
|
99
|
-
export declare var ProviderSchemaAttribute
|
|
100
|
-
export declare var ProviderServiceSummary
|
|
101
|
-
export declare var PutPolicyInput
|
|
102
|
-
export declare var PutPolicyOutput
|
|
103
|
-
export declare var _Record
|
|
104
|
-
export declare var ResolutionTechniques
|
|
105
|
-
export declare var ResourceNotFoundException
|
|
106
|
-
export declare var Rule
|
|
107
|
-
export declare var RuleBasedProperties
|
|
108
|
-
export declare var RuleCondition
|
|
109
|
-
export declare var RuleConditionProperties
|
|
110
|
-
export declare var SchemaInputAttribute
|
|
111
|
-
export declare var SchemaMappingSummary
|
|
112
|
-
export declare var StartIdMappingJobInput
|
|
113
|
-
export declare var StartIdMappingJobOutput
|
|
114
|
-
export declare var StartMatchingJobInput
|
|
115
|
-
export declare var StartMatchingJobOutput
|
|
116
|
-
export declare var TagResourceInput
|
|
117
|
-
export declare var TagResourceOutput
|
|
118
|
-
export declare var ThrottlingException
|
|
119
|
-
export declare var UntagResourceInput
|
|
120
|
-
export declare var UntagResourceOutput
|
|
121
|
-
export declare var UpdateIdMappingWorkflowInput
|
|
122
|
-
export declare var UpdateIdMappingWorkflowOutput
|
|
123
|
-
export declare var UpdateIdNamespaceInput
|
|
124
|
-
export declare var UpdateIdNamespaceOutput
|
|
125
|
-
export declare var UpdateMatchingWorkflowInput
|
|
126
|
-
export declare var UpdateMatchingWorkflowOutput
|
|
127
|
-
export declare var UpdateSchemaMappingInput
|
|
128
|
-
export declare var UpdateSchemaMappingOutput
|
|
129
|
-
export declare var ValidationException
|
|
130
|
-
export declare var EntityResolutionServiceException
|
|
131
|
-
export declare var
|
|
132
|
-
export declare var
|
|
133
|
-
export declare var
|
|
134
|
-
export declare var
|
|
135
|
-
export declare var
|
|
136
|
-
export declare var
|
|
137
|
-
export declare var
|
|
138
|
-
export declare var
|
|
139
|
-
export declare var
|
|
140
|
-
export declare var
|
|
141
|
-
export declare var
|
|
142
|
-
export declare var
|
|
143
|
-
export declare var
|
|
144
|
-
export declare var
|
|
145
|
-
export declare var
|
|
146
|
-
export declare var
|
|
147
|
-
export declare var
|
|
148
|
-
export declare var
|
|
149
|
-
export declare var
|
|
150
|
-
export declare var
|
|
151
|
-
export declare var
|
|
152
|
-
export declare var
|
|
153
|
-
export declare var
|
|
154
|
-
export declare var
|
|
155
|
-
export declare var
|
|
156
|
-
export declare var
|
|
157
|
-
export declare var
|
|
158
|
-
export declare var
|
|
159
|
-
export declare var
|
|
160
|
-
export declare var
|
|
161
|
-
export declare var
|
|
162
|
-
export declare var
|
|
163
|
-
export declare var
|
|
164
|
-
export declare var
|
|
165
|
-
export declare var
|
|
166
|
-
export declare var
|
|
167
|
-
export declare var
|
|
168
|
-
export declare var
|
|
169
|
-
export declare var
|
|
170
|
-
export declare var RecordAttributeMapString255: StaticMapSchema;
|
|
171
|
-
export declare var TagMap: number;
|
|
172
|
-
export declare var ProviderEndpointConfiguration: StaticStructureSchema;
|
|
173
|
-
export declare var AddPolicyStatement: StaticOperationSchema;
|
|
174
|
-
export declare var BatchDeleteUniqueId: StaticOperationSchema;
|
|
175
|
-
export declare var CreateIdMappingWorkflow: StaticOperationSchema;
|
|
176
|
-
export declare var CreateIdNamespace: StaticOperationSchema;
|
|
177
|
-
export declare var CreateMatchingWorkflow: StaticOperationSchema;
|
|
178
|
-
export declare var CreateSchemaMapping: StaticOperationSchema;
|
|
179
|
-
export declare var DeleteIdMappingWorkflow: StaticOperationSchema;
|
|
180
|
-
export declare var DeleteIdNamespace: StaticOperationSchema;
|
|
181
|
-
export declare var DeleteMatchingWorkflow: StaticOperationSchema;
|
|
182
|
-
export declare var DeletePolicyStatement: StaticOperationSchema;
|
|
183
|
-
export declare var DeleteSchemaMapping: StaticOperationSchema;
|
|
184
|
-
export declare var GenerateMatchId: StaticOperationSchema;
|
|
185
|
-
export declare var GetIdMappingJob: StaticOperationSchema;
|
|
186
|
-
export declare var GetIdMappingWorkflow: StaticOperationSchema;
|
|
187
|
-
export declare var GetIdNamespace: StaticOperationSchema;
|
|
188
|
-
export declare var GetMatchId: StaticOperationSchema;
|
|
189
|
-
export declare var GetMatchingJob: StaticOperationSchema;
|
|
190
|
-
export declare var GetMatchingWorkflow: StaticOperationSchema;
|
|
191
|
-
export declare var GetPolicy: StaticOperationSchema;
|
|
192
|
-
export declare var GetProviderService: StaticOperationSchema;
|
|
193
|
-
export declare var GetSchemaMapping: StaticOperationSchema;
|
|
194
|
-
export declare var ListIdMappingJobs: StaticOperationSchema;
|
|
195
|
-
export declare var ListIdMappingWorkflows: StaticOperationSchema;
|
|
196
|
-
export declare var ListIdNamespaces: StaticOperationSchema;
|
|
197
|
-
export declare var ListMatchingJobs: StaticOperationSchema;
|
|
198
|
-
export declare var ListMatchingWorkflows: StaticOperationSchema;
|
|
199
|
-
export declare var ListProviderServices: StaticOperationSchema;
|
|
200
|
-
export declare var ListSchemaMappings: StaticOperationSchema;
|
|
201
|
-
export declare var ListTagsForResource: StaticOperationSchema;
|
|
202
|
-
export declare var PutPolicy: StaticOperationSchema;
|
|
203
|
-
export declare var StartIdMappingJob: StaticOperationSchema;
|
|
204
|
-
export declare var StartMatchingJob: StaticOperationSchema;
|
|
205
|
-
export declare var TagResource: StaticOperationSchema;
|
|
206
|
-
export declare var UntagResource: StaticOperationSchema;
|
|
207
|
-
export declare var UpdateIdMappingWorkflow: StaticOperationSchema;
|
|
208
|
-
export declare var UpdateIdNamespace: StaticOperationSchema;
|
|
209
|
-
export declare var UpdateMatchingWorkflow: StaticOperationSchema;
|
|
210
|
-
export declare var UpdateSchemaMapping: StaticOperationSchema;
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
|
+
export declare var AddPolicyStatementInput$: StaticStructureSchema;
|
|
4
|
+
export declare var AddPolicyStatementOutput$: StaticStructureSchema;
|
|
5
|
+
export declare var BatchDeleteUniqueIdInput$: StaticStructureSchema;
|
|
6
|
+
export declare var BatchDeleteUniqueIdOutput$: StaticStructureSchema;
|
|
7
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
8
|
+
export declare var CreateIdMappingWorkflowInput$: StaticStructureSchema;
|
|
9
|
+
export declare var CreateIdMappingWorkflowOutput$: StaticStructureSchema;
|
|
10
|
+
export declare var CreateIdNamespaceInput$: StaticStructureSchema;
|
|
11
|
+
export declare var CreateIdNamespaceOutput$: StaticStructureSchema;
|
|
12
|
+
export declare var CreateMatchingWorkflowInput$: StaticStructureSchema;
|
|
13
|
+
export declare var CreateMatchingWorkflowOutput$: StaticStructureSchema;
|
|
14
|
+
export declare var CreateSchemaMappingInput$: StaticStructureSchema;
|
|
15
|
+
export declare var CreateSchemaMappingOutput$: StaticStructureSchema;
|
|
16
|
+
export declare var CustomerProfilesIntegrationConfig$: StaticStructureSchema;
|
|
17
|
+
export declare var DeletedUniqueId$: StaticStructureSchema;
|
|
18
|
+
export declare var DeleteIdMappingWorkflowInput$: StaticStructureSchema;
|
|
19
|
+
export declare var DeleteIdMappingWorkflowOutput$: StaticStructureSchema;
|
|
20
|
+
export declare var DeleteIdNamespaceInput$: StaticStructureSchema;
|
|
21
|
+
export declare var DeleteIdNamespaceOutput$: StaticStructureSchema;
|
|
22
|
+
export declare var DeleteMatchingWorkflowInput$: StaticStructureSchema;
|
|
23
|
+
export declare var DeleteMatchingWorkflowOutput$: StaticStructureSchema;
|
|
24
|
+
export declare var DeletePolicyStatementInput$: StaticStructureSchema;
|
|
25
|
+
export declare var DeletePolicyStatementOutput$: StaticStructureSchema;
|
|
26
|
+
export declare var DeleteSchemaMappingInput$: StaticStructureSchema;
|
|
27
|
+
export declare var DeleteSchemaMappingOutput$: StaticStructureSchema;
|
|
28
|
+
export declare var DeleteUniqueIdError$: StaticStructureSchema;
|
|
29
|
+
export declare var ErrorDetails$: StaticStructureSchema;
|
|
30
|
+
export declare var ExceedsLimitException$: StaticErrorSchema;
|
|
31
|
+
export declare var FailedRecord$: StaticStructureSchema;
|
|
32
|
+
export declare var GenerateMatchIdInput$: StaticStructureSchema;
|
|
33
|
+
export declare var GenerateMatchIdOutput$: StaticStructureSchema;
|
|
34
|
+
export declare var GetIdMappingJobInput$: StaticStructureSchema;
|
|
35
|
+
export declare var GetIdMappingJobOutput$: StaticStructureSchema;
|
|
36
|
+
export declare var GetIdMappingWorkflowInput$: StaticStructureSchema;
|
|
37
|
+
export declare var GetIdMappingWorkflowOutput$: StaticStructureSchema;
|
|
38
|
+
export declare var GetIdNamespaceInput$: StaticStructureSchema;
|
|
39
|
+
export declare var GetIdNamespaceOutput$: StaticStructureSchema;
|
|
40
|
+
export declare var GetMatchIdInput$: StaticStructureSchema;
|
|
41
|
+
export declare var GetMatchIdOutput$: StaticStructureSchema;
|
|
42
|
+
export declare var GetMatchingJobInput$: StaticStructureSchema;
|
|
43
|
+
export declare var GetMatchingJobOutput$: StaticStructureSchema;
|
|
44
|
+
export declare var GetMatchingWorkflowInput$: StaticStructureSchema;
|
|
45
|
+
export declare var GetMatchingWorkflowOutput$: StaticStructureSchema;
|
|
46
|
+
export declare var GetPolicyInput$: StaticStructureSchema;
|
|
47
|
+
export declare var GetPolicyOutput$: StaticStructureSchema;
|
|
48
|
+
export declare var GetProviderServiceInput$: StaticStructureSchema;
|
|
49
|
+
export declare var GetProviderServiceOutput$: StaticStructureSchema;
|
|
50
|
+
export declare var GetSchemaMappingInput$: StaticStructureSchema;
|
|
51
|
+
export declare var GetSchemaMappingOutput$: StaticStructureSchema;
|
|
52
|
+
export declare var IdMappingIncrementalRunConfig$: StaticStructureSchema;
|
|
53
|
+
export declare var IdMappingJobMetrics$: StaticStructureSchema;
|
|
54
|
+
export declare var IdMappingJobOutputSource$: StaticStructureSchema;
|
|
55
|
+
export declare var IdMappingRuleBasedProperties$: StaticStructureSchema;
|
|
56
|
+
export declare var IdMappingTechniques$: StaticStructureSchema;
|
|
57
|
+
export declare var IdMappingWorkflowInputSource$: StaticStructureSchema;
|
|
58
|
+
export declare var IdMappingWorkflowOutputSource$: StaticStructureSchema;
|
|
59
|
+
export declare var IdMappingWorkflowSummary$: StaticStructureSchema;
|
|
60
|
+
export declare var IdNamespaceIdMappingWorkflowMetadata$: StaticStructureSchema;
|
|
61
|
+
export declare var IdNamespaceIdMappingWorkflowProperties$: StaticStructureSchema;
|
|
62
|
+
export declare var IdNamespaceInputSource$: StaticStructureSchema;
|
|
63
|
+
export declare var IdNamespaceSummary$: StaticStructureSchema;
|
|
64
|
+
export declare var IncrementalRunConfig$: StaticStructureSchema;
|
|
65
|
+
export declare var InputSource$: StaticStructureSchema;
|
|
66
|
+
export declare var IntermediateSourceConfiguration$: StaticStructureSchema;
|
|
67
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
68
|
+
export declare var JobMetrics$: StaticStructureSchema;
|
|
69
|
+
export declare var JobOutputSource$: StaticStructureSchema;
|
|
70
|
+
export declare var JobSummary$: StaticStructureSchema;
|
|
71
|
+
export declare var ListIdMappingJobsInput$: StaticStructureSchema;
|
|
72
|
+
export declare var ListIdMappingJobsOutput$: StaticStructureSchema;
|
|
73
|
+
export declare var ListIdMappingWorkflowsInput$: StaticStructureSchema;
|
|
74
|
+
export declare var ListIdMappingWorkflowsOutput$: StaticStructureSchema;
|
|
75
|
+
export declare var ListIdNamespacesInput$: StaticStructureSchema;
|
|
76
|
+
export declare var ListIdNamespacesOutput$: StaticStructureSchema;
|
|
77
|
+
export declare var ListMatchingJobsInput$: StaticStructureSchema;
|
|
78
|
+
export declare var ListMatchingJobsOutput$: StaticStructureSchema;
|
|
79
|
+
export declare var ListMatchingWorkflowsInput$: StaticStructureSchema;
|
|
80
|
+
export declare var ListMatchingWorkflowsOutput$: StaticStructureSchema;
|
|
81
|
+
export declare var ListProviderServicesInput$: StaticStructureSchema;
|
|
82
|
+
export declare var ListProviderServicesOutput$: StaticStructureSchema;
|
|
83
|
+
export declare var ListSchemaMappingsInput$: StaticStructureSchema;
|
|
84
|
+
export declare var ListSchemaMappingsOutput$: StaticStructureSchema;
|
|
85
|
+
export declare var ListTagsForResourceInput$: StaticStructureSchema;
|
|
86
|
+
export declare var ListTagsForResourceOutput$: StaticStructureSchema;
|
|
87
|
+
export declare var MatchedRecord$: StaticStructureSchema;
|
|
88
|
+
export declare var MatchGroup$: StaticStructureSchema;
|
|
89
|
+
export declare var MatchingWorkflowSummary$: StaticStructureSchema;
|
|
90
|
+
export declare var NamespaceProviderProperties$: StaticStructureSchema;
|
|
91
|
+
export declare var NamespaceRuleBasedProperties$: StaticStructureSchema;
|
|
92
|
+
export declare var OutputAttribute$: StaticStructureSchema;
|
|
93
|
+
export declare var OutputSource$: StaticStructureSchema;
|
|
94
|
+
export declare var ProviderComponentSchema$: StaticStructureSchema;
|
|
95
|
+
export declare var ProviderIdNameSpaceConfiguration$: StaticStructureSchema;
|
|
96
|
+
export declare var ProviderIntermediateDataAccessConfiguration$: StaticStructureSchema;
|
|
97
|
+
export declare var ProviderMarketplaceConfiguration$: StaticStructureSchema;
|
|
98
|
+
export declare var ProviderProperties$: StaticStructureSchema;
|
|
99
|
+
export declare var ProviderSchemaAttribute$: StaticStructureSchema;
|
|
100
|
+
export declare var ProviderServiceSummary$: StaticStructureSchema;
|
|
101
|
+
export declare var PutPolicyInput$: StaticStructureSchema;
|
|
102
|
+
export declare var PutPolicyOutput$: StaticStructureSchema;
|
|
103
|
+
export declare var _Record$: StaticStructureSchema;
|
|
104
|
+
export declare var ResolutionTechniques$: StaticStructureSchema;
|
|
105
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
106
|
+
export declare var Rule$: StaticStructureSchema;
|
|
107
|
+
export declare var RuleBasedProperties$: StaticStructureSchema;
|
|
108
|
+
export declare var RuleCondition$: StaticStructureSchema;
|
|
109
|
+
export declare var RuleConditionProperties$: StaticStructureSchema;
|
|
110
|
+
export declare var SchemaInputAttribute$: StaticStructureSchema;
|
|
111
|
+
export declare var SchemaMappingSummary$: StaticStructureSchema;
|
|
112
|
+
export declare var StartIdMappingJobInput$: StaticStructureSchema;
|
|
113
|
+
export declare var StartIdMappingJobOutput$: StaticStructureSchema;
|
|
114
|
+
export declare var StartMatchingJobInput$: StaticStructureSchema;
|
|
115
|
+
export declare var StartMatchingJobOutput$: StaticStructureSchema;
|
|
116
|
+
export declare var TagResourceInput$: StaticStructureSchema;
|
|
117
|
+
export declare var TagResourceOutput$: StaticStructureSchema;
|
|
118
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
119
|
+
export declare var UntagResourceInput$: StaticStructureSchema;
|
|
120
|
+
export declare var UntagResourceOutput$: StaticStructureSchema;
|
|
121
|
+
export declare var UpdateIdMappingWorkflowInput$: StaticStructureSchema;
|
|
122
|
+
export declare var UpdateIdMappingWorkflowOutput$: StaticStructureSchema;
|
|
123
|
+
export declare var UpdateIdNamespaceInput$: StaticStructureSchema;
|
|
124
|
+
export declare var UpdateIdNamespaceOutput$: StaticStructureSchema;
|
|
125
|
+
export declare var UpdateMatchingWorkflowInput$: StaticStructureSchema;
|
|
126
|
+
export declare var UpdateMatchingWorkflowOutput$: StaticStructureSchema;
|
|
127
|
+
export declare var UpdateSchemaMappingInput$: StaticStructureSchema;
|
|
128
|
+
export declare var UpdateSchemaMappingOutput$: StaticStructureSchema;
|
|
129
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
130
|
+
export declare var EntityResolutionServiceException$: StaticErrorSchema;
|
|
131
|
+
export declare var ProviderEndpointConfiguration$: StaticStructureSchema;
|
|
132
|
+
export declare var AddPolicyStatement$: StaticOperationSchema;
|
|
133
|
+
export declare var BatchDeleteUniqueId$: StaticOperationSchema;
|
|
134
|
+
export declare var CreateIdMappingWorkflow$: StaticOperationSchema;
|
|
135
|
+
export declare var CreateIdNamespace$: StaticOperationSchema;
|
|
136
|
+
export declare var CreateMatchingWorkflow$: StaticOperationSchema;
|
|
137
|
+
export declare var CreateSchemaMapping$: StaticOperationSchema;
|
|
138
|
+
export declare var DeleteIdMappingWorkflow$: StaticOperationSchema;
|
|
139
|
+
export declare var DeleteIdNamespace$: StaticOperationSchema;
|
|
140
|
+
export declare var DeleteMatchingWorkflow$: StaticOperationSchema;
|
|
141
|
+
export declare var DeletePolicyStatement$: StaticOperationSchema;
|
|
142
|
+
export declare var DeleteSchemaMapping$: StaticOperationSchema;
|
|
143
|
+
export declare var GenerateMatchId$: StaticOperationSchema;
|
|
144
|
+
export declare var GetIdMappingJob$: StaticOperationSchema;
|
|
145
|
+
export declare var GetIdMappingWorkflow$: StaticOperationSchema;
|
|
146
|
+
export declare var GetIdNamespace$: StaticOperationSchema;
|
|
147
|
+
export declare var GetMatchId$: StaticOperationSchema;
|
|
148
|
+
export declare var GetMatchingJob$: StaticOperationSchema;
|
|
149
|
+
export declare var GetMatchingWorkflow$: StaticOperationSchema;
|
|
150
|
+
export declare var GetPolicy$: StaticOperationSchema;
|
|
151
|
+
export declare var GetProviderService$: StaticOperationSchema;
|
|
152
|
+
export declare var GetSchemaMapping$: StaticOperationSchema;
|
|
153
|
+
export declare var ListIdMappingJobs$: StaticOperationSchema;
|
|
154
|
+
export declare var ListIdMappingWorkflows$: StaticOperationSchema;
|
|
155
|
+
export declare var ListIdNamespaces$: StaticOperationSchema;
|
|
156
|
+
export declare var ListMatchingJobs$: StaticOperationSchema;
|
|
157
|
+
export declare var ListMatchingWorkflows$: StaticOperationSchema;
|
|
158
|
+
export declare var ListProviderServices$: StaticOperationSchema;
|
|
159
|
+
export declare var ListSchemaMappings$: StaticOperationSchema;
|
|
160
|
+
export declare var ListTagsForResource$: StaticOperationSchema;
|
|
161
|
+
export declare var PutPolicy$: StaticOperationSchema;
|
|
162
|
+
export declare var StartIdMappingJob$: StaticOperationSchema;
|
|
163
|
+
export declare var StartMatchingJob$: StaticOperationSchema;
|
|
164
|
+
export declare var TagResource$: StaticOperationSchema;
|
|
165
|
+
export declare var UntagResource$: StaticOperationSchema;
|
|
166
|
+
export declare var UpdateIdMappingWorkflow$: StaticOperationSchema;
|
|
167
|
+
export declare var UpdateIdNamespace$: StaticOperationSchema;
|
|
168
|
+
export declare var UpdateMatchingWorkflow$: StaticOperationSchema;
|
|
169
|
+
export declare var UpdateSchemaMapping$: StaticOperationSchema;
|
|
@@ -29,13 +29,10 @@ import {
|
|
|
29
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
32
|
-
ClientProtocol,
|
|
33
32
|
Decoder as __Decoder,
|
|
34
33
|
Encoder as __Encoder,
|
|
35
34
|
HashConstructor as __HashConstructor,
|
|
36
35
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
-
HttpRequest,
|
|
38
|
-
HttpResponse,
|
|
39
36
|
Logger as __Logger,
|
|
40
37
|
Provider as __Provider,
|
|
41
38
|
StreamCollector as __StreamCollector,
|
|
@@ -309,7 +306,6 @@ export interface ClientDefaults
|
|
|
309
306
|
retryMode?: string | __Provider<string>;
|
|
310
307
|
logger?: __Logger;
|
|
311
308
|
extensions?: RuntimeExtension[];
|
|
312
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
313
309
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
314
310
|
}
|
|
315
311
|
export type EntityResolutionClientConfigType = Partial<
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { EntityResolutionExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export * from "./schemas/schemas_0";
|
|
7
8
|
export * from "./pagination";
|
|
8
9
|
export * from "./models/enums";
|
|
9
10
|
export * from "./models/errors";
|
|
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
|
|
|
28
28
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
29
29
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
30
30
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
31
|
-
apiVersion: string;
|
|
32
31
|
cacheMiddleware?: boolean | undefined;
|
|
32
|
+
protocol:
|
|
33
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
36
|
+
protocolSettings: {
|
|
37
|
+
defaultNamespace?: string;
|
|
38
|
+
[setting: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
apiVersion: string;
|
|
33
41
|
urlParser: import("@smithy/types").UrlParser;
|
|
34
42
|
base64Decoder: import("@smithy/types").Decoder;
|
|
35
43
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
|
|
|
40
48
|
profile?: string;
|
|
41
49
|
logger: import("@smithy/types").Logger;
|
|
42
50
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
-
import("@smithy/types").HttpRequest,
|
|
45
|
-
import("@smithy/types").HttpResponse
|
|
46
|
-
>;
|
|
47
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
48
52
|
userAgentAppId?:
|
|
49
53
|
| string
|
|
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
|
|
|
28
28
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
29
29
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
30
30
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
31
|
-
apiVersion: string;
|
|
32
31
|
cacheMiddleware?: boolean | undefined;
|
|
32
|
+
protocol:
|
|
33
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
36
|
+
protocolSettings: {
|
|
37
|
+
defaultNamespace?: string;
|
|
38
|
+
[setting: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
apiVersion: string;
|
|
33
41
|
urlParser: import("@smithy/types").UrlParser;
|
|
34
42
|
base64Decoder: import("@smithy/types").Decoder;
|
|
35
43
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
|
|
|
40
48
|
profile?: string;
|
|
41
49
|
logger: import("@smithy/types").Logger;
|
|
42
50
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
-
import("@smithy/types").HttpRequest,
|
|
45
|
-
import("@smithy/types").HttpResponse
|
|
46
|
-
>;
|
|
47
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
48
52
|
retryStrategy?:
|
|
49
53
|
| import("@smithy/types").RetryStrategy
|