@aws-sdk/client-entityresolution 3.927.0 → 3.929.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 +1768 -1774
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/EntityResolutionClient.js +2 -0
- package/dist-es/commands/AddPolicyStatementCommand.js +3 -9
- package/dist-es/commands/BatchDeleteUniqueIdCommand.js +3 -9
- package/dist-es/commands/CreateIdMappingWorkflowCommand.js +3 -9
- package/dist-es/commands/CreateIdNamespaceCommand.js +3 -9
- package/dist-es/commands/CreateMatchingWorkflowCommand.js +3 -9
- package/dist-es/commands/CreateSchemaMappingCommand.js +3 -9
- package/dist-es/commands/DeleteIdMappingWorkflowCommand.js +3 -9
- package/dist-es/commands/DeleteIdNamespaceCommand.js +3 -9
- package/dist-es/commands/DeleteMatchingWorkflowCommand.js +3 -9
- package/dist-es/commands/DeletePolicyStatementCommand.js +3 -9
- package/dist-es/commands/DeleteSchemaMappingCommand.js +3 -9
- package/dist-es/commands/GenerateMatchIdCommand.js +3 -10
- package/dist-es/commands/GetIdMappingJobCommand.js +3 -9
- package/dist-es/commands/GetIdMappingWorkflowCommand.js +3 -9
- package/dist-es/commands/GetIdNamespaceCommand.js +3 -9
- package/dist-es/commands/GetMatchIdCommand.js +3 -10
- package/dist-es/commands/GetMatchingJobCommand.js +3 -9
- package/dist-es/commands/GetMatchingWorkflowCommand.js +3 -9
- package/dist-es/commands/GetPolicyCommand.js +3 -9
- package/dist-es/commands/GetProviderServiceCommand.js +3 -9
- package/dist-es/commands/GetSchemaMappingCommand.js +3 -9
- package/dist-es/commands/ListIdMappingJobsCommand.js +3 -9
- package/dist-es/commands/ListIdMappingWorkflowsCommand.js +3 -9
- package/dist-es/commands/ListIdNamespacesCommand.js +3 -9
- package/dist-es/commands/ListMatchingJobsCommand.js +3 -9
- package/dist-es/commands/ListMatchingWorkflowsCommand.js +3 -9
- package/dist-es/commands/ListProviderServicesCommand.js +3 -9
- package/dist-es/commands/ListSchemaMappingsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PutPolicyCommand.js +3 -9
- package/dist-es/commands/StartIdMappingJobCommand.js +3 -9
- package/dist-es/commands/StartMatchingJobCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateIdMappingWorkflowCommand.js +3 -9
- package/dist-es/commands/UpdateIdNamespaceCommand.js +3 -9
- package/dist-es/commands/UpdateMatchingWorkflowCommand.js +3 -9
- package/dist-es/commands/UpdateSchemaMappingCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -13
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1688 -0
- package/dist-types/EntityResolutionClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -12
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +210 -0
- package/dist-types/ts3.4/EntityResolutionClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -7
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +216 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_restJson1.js +0 -1478
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -344
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -461
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AddPolicyStatementCommandInput, AddPolicyStatementCommandOutput } from "./commands/AddPolicyStatementCommand";
|
|
11
11
|
import { BatchDeleteUniqueIdCommandInput, BatchDeleteUniqueIdCommandOutput } from "./commands/BatchDeleteUniqueIdCommand";
|
|
@@ -179,6 +179,15 @@ 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>;
|
|
182
191
|
/**
|
|
183
192
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
184
193
|
*/
|
|
@@ -3111,15 +3111,3 @@ export interface UpdateSchemaMappingOutput {
|
|
|
3111
3111
|
*/
|
|
3112
3112
|
mappedInputFields: SchemaInputAttribute[] | undefined;
|
|
3113
3113
|
}
|
|
3114
|
-
/**
|
|
3115
|
-
* @internal
|
|
3116
|
-
*/
|
|
3117
|
-
export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
|
|
3118
|
-
/**
|
|
3119
|
-
* @internal
|
|
3120
|
-
*/
|
|
3121
|
-
export declare const GenerateMatchIdInputFilterSensitiveLog: (obj: GenerateMatchIdInput) => any;
|
|
3122
|
-
/**
|
|
3123
|
-
* @internal
|
|
3124
|
-
*/
|
|
3125
|
-
export declare const GetMatchIdInputFilterSensitiveLog: (obj: GetMatchIdInput) => any;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: EntityResolutionClientConfig) =>
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: EntityResolutionClientConfig) =>
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
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;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: EntityResolutionClientConfig) =>
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: EntityResolutionClientConfig) =>
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").EntityResolutionHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticMapSchema, 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 DeletedUniqueId: StaticStructureSchema;
|
|
17
|
+
export declare var DeleteIdMappingWorkflowInput: StaticStructureSchema;
|
|
18
|
+
export declare var DeleteIdMappingWorkflowOutput: StaticStructureSchema;
|
|
19
|
+
export declare var DeleteIdNamespaceInput: StaticStructureSchema;
|
|
20
|
+
export declare var DeleteIdNamespaceOutput: StaticStructureSchema;
|
|
21
|
+
export declare var DeleteMatchingWorkflowInput: StaticStructureSchema;
|
|
22
|
+
export declare var DeleteMatchingWorkflowOutput: StaticStructureSchema;
|
|
23
|
+
export declare var DeletePolicyStatementInput: StaticStructureSchema;
|
|
24
|
+
export declare var DeletePolicyStatementOutput: StaticStructureSchema;
|
|
25
|
+
export declare var DeleteSchemaMappingInput: StaticStructureSchema;
|
|
26
|
+
export declare var DeleteSchemaMappingOutput: StaticStructureSchema;
|
|
27
|
+
export declare var DeleteUniqueIdError: StaticStructureSchema;
|
|
28
|
+
export declare var ErrorDetails: StaticStructureSchema;
|
|
29
|
+
export declare var ExceedsLimitException: StaticErrorSchema;
|
|
30
|
+
export declare var FailedRecord: StaticStructureSchema;
|
|
31
|
+
export declare var GenerateMatchIdInput: StaticStructureSchema;
|
|
32
|
+
export declare var GenerateMatchIdOutput: StaticStructureSchema;
|
|
33
|
+
export declare var GetIdMappingJobInput: StaticStructureSchema;
|
|
34
|
+
export declare var GetIdMappingJobOutput: StaticStructureSchema;
|
|
35
|
+
export declare var GetIdMappingWorkflowInput: StaticStructureSchema;
|
|
36
|
+
export declare var GetIdMappingWorkflowOutput: StaticStructureSchema;
|
|
37
|
+
export declare var GetIdNamespaceInput: StaticStructureSchema;
|
|
38
|
+
export declare var GetIdNamespaceOutput: StaticStructureSchema;
|
|
39
|
+
export declare var GetMatchIdInput: StaticStructureSchema;
|
|
40
|
+
export declare var GetMatchIdOutput: StaticStructureSchema;
|
|
41
|
+
export declare var GetMatchingJobInput: StaticStructureSchema;
|
|
42
|
+
export declare var GetMatchingJobOutput: StaticStructureSchema;
|
|
43
|
+
export declare var GetMatchingWorkflowInput: StaticStructureSchema;
|
|
44
|
+
export declare var GetMatchingWorkflowOutput: StaticStructureSchema;
|
|
45
|
+
export declare var GetPolicyInput: StaticStructureSchema;
|
|
46
|
+
export declare var GetPolicyOutput: StaticStructureSchema;
|
|
47
|
+
export declare var GetProviderServiceInput: StaticStructureSchema;
|
|
48
|
+
export declare var GetProviderServiceOutput: StaticStructureSchema;
|
|
49
|
+
export declare var GetSchemaMappingInput: StaticStructureSchema;
|
|
50
|
+
export declare var GetSchemaMappingOutput: StaticStructureSchema;
|
|
51
|
+
export declare var IdMappingIncrementalRunConfig: StaticStructureSchema;
|
|
52
|
+
export declare var IdMappingJobMetrics: StaticStructureSchema;
|
|
53
|
+
export declare var IdMappingJobOutputSource: StaticStructureSchema;
|
|
54
|
+
export declare var IdMappingRuleBasedProperties: StaticStructureSchema;
|
|
55
|
+
export declare var IdMappingTechniques: StaticStructureSchema;
|
|
56
|
+
export declare var IdMappingWorkflowInputSource: StaticStructureSchema;
|
|
57
|
+
export declare var IdMappingWorkflowOutputSource: StaticStructureSchema;
|
|
58
|
+
export declare var IdMappingWorkflowSummary: StaticStructureSchema;
|
|
59
|
+
export declare var IdNamespaceIdMappingWorkflowMetadata: StaticStructureSchema;
|
|
60
|
+
export declare var IdNamespaceIdMappingWorkflowProperties: StaticStructureSchema;
|
|
61
|
+
export declare var IdNamespaceInputSource: StaticStructureSchema;
|
|
62
|
+
export declare var IdNamespaceSummary: StaticStructureSchema;
|
|
63
|
+
export declare var IncrementalRunConfig: StaticStructureSchema;
|
|
64
|
+
export declare var InputSource: StaticStructureSchema;
|
|
65
|
+
export declare var IntermediateSourceConfiguration: StaticStructureSchema;
|
|
66
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
67
|
+
export declare var JobMetrics: StaticStructureSchema;
|
|
68
|
+
export declare var JobOutputSource: StaticStructureSchema;
|
|
69
|
+
export declare var JobSummary: StaticStructureSchema;
|
|
70
|
+
export declare var ListIdMappingJobsInput: StaticStructureSchema;
|
|
71
|
+
export declare var ListIdMappingJobsOutput: StaticStructureSchema;
|
|
72
|
+
export declare var ListIdMappingWorkflowsInput: StaticStructureSchema;
|
|
73
|
+
export declare var ListIdMappingWorkflowsOutput: StaticStructureSchema;
|
|
74
|
+
export declare var ListIdNamespacesInput: StaticStructureSchema;
|
|
75
|
+
export declare var ListIdNamespacesOutput: StaticStructureSchema;
|
|
76
|
+
export declare var ListMatchingJobsInput: StaticStructureSchema;
|
|
77
|
+
export declare var ListMatchingJobsOutput: StaticStructureSchema;
|
|
78
|
+
export declare var ListMatchingWorkflowsInput: StaticStructureSchema;
|
|
79
|
+
export declare var ListMatchingWorkflowsOutput: StaticStructureSchema;
|
|
80
|
+
export declare var ListProviderServicesInput: StaticStructureSchema;
|
|
81
|
+
export declare var ListProviderServicesOutput: StaticStructureSchema;
|
|
82
|
+
export declare var ListSchemaMappingsInput: StaticStructureSchema;
|
|
83
|
+
export declare var ListSchemaMappingsOutput: StaticStructureSchema;
|
|
84
|
+
export declare var ListTagsForResourceInput: StaticStructureSchema;
|
|
85
|
+
export declare var ListTagsForResourceOutput: StaticStructureSchema;
|
|
86
|
+
export declare var MatchedRecord: StaticStructureSchema;
|
|
87
|
+
export declare var MatchGroup: StaticStructureSchema;
|
|
88
|
+
export declare var MatchingWorkflowSummary: StaticStructureSchema;
|
|
89
|
+
export declare var NamespaceProviderProperties: StaticStructureSchema;
|
|
90
|
+
export declare var NamespaceRuleBasedProperties: StaticStructureSchema;
|
|
91
|
+
export declare var OutputAttribute: StaticStructureSchema;
|
|
92
|
+
export declare var OutputSource: StaticStructureSchema;
|
|
93
|
+
export declare var ProviderComponentSchema: StaticStructureSchema;
|
|
94
|
+
export declare var ProviderIdNameSpaceConfiguration: StaticStructureSchema;
|
|
95
|
+
export declare var ProviderIntermediateDataAccessConfiguration: StaticStructureSchema;
|
|
96
|
+
export declare var ProviderMarketplaceConfiguration: StaticStructureSchema;
|
|
97
|
+
export declare var ProviderProperties: StaticStructureSchema;
|
|
98
|
+
export declare var ProviderSchemaAttribute: StaticStructureSchema;
|
|
99
|
+
export declare var ProviderServiceSummary: StaticStructureSchema;
|
|
100
|
+
export declare var PutPolicyInput: StaticStructureSchema;
|
|
101
|
+
export declare var PutPolicyOutput: StaticStructureSchema;
|
|
102
|
+
export declare var _Record: StaticStructureSchema;
|
|
103
|
+
export declare var ResolutionTechniques: StaticStructureSchema;
|
|
104
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
105
|
+
export declare var Rule: StaticStructureSchema;
|
|
106
|
+
export declare var RuleBasedProperties: StaticStructureSchema;
|
|
107
|
+
export declare var RuleCondition: StaticStructureSchema;
|
|
108
|
+
export declare var RuleConditionProperties: StaticStructureSchema;
|
|
109
|
+
export declare var SchemaInputAttribute: StaticStructureSchema;
|
|
110
|
+
export declare var SchemaMappingSummary: StaticStructureSchema;
|
|
111
|
+
export declare var StartIdMappingJobInput: StaticStructureSchema;
|
|
112
|
+
export declare var StartIdMappingJobOutput: StaticStructureSchema;
|
|
113
|
+
export declare var StartMatchingJobInput: StaticStructureSchema;
|
|
114
|
+
export declare var StartMatchingJobOutput: StaticStructureSchema;
|
|
115
|
+
export declare var TagResourceInput: StaticStructureSchema;
|
|
116
|
+
export declare var TagResourceOutput: StaticStructureSchema;
|
|
117
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
118
|
+
export declare var UntagResourceInput: StaticStructureSchema;
|
|
119
|
+
export declare var UntagResourceOutput: StaticStructureSchema;
|
|
120
|
+
export declare var UpdateIdMappingWorkflowInput: StaticStructureSchema;
|
|
121
|
+
export declare var UpdateIdMappingWorkflowOutput: StaticStructureSchema;
|
|
122
|
+
export declare var UpdateIdNamespaceInput: StaticStructureSchema;
|
|
123
|
+
export declare var UpdateIdNamespaceOutput: StaticStructureSchema;
|
|
124
|
+
export declare var UpdateMatchingWorkflowInput: StaticStructureSchema;
|
|
125
|
+
export declare var UpdateMatchingWorkflowOutput: StaticStructureSchema;
|
|
126
|
+
export declare var UpdateSchemaMappingInput: StaticStructureSchema;
|
|
127
|
+
export declare var UpdateSchemaMappingOutput: StaticStructureSchema;
|
|
128
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
129
|
+
export declare var __Unit: "unit";
|
|
130
|
+
export declare var EntityResolutionServiceException: StaticErrorSchema;
|
|
131
|
+
export declare var AwsAccountIdList: number;
|
|
132
|
+
export declare var DeletedUniqueIdList: StaticListSchema;
|
|
133
|
+
export declare var DeleteUniqueIdErrorsList: StaticListSchema;
|
|
134
|
+
export declare var DisconnectedUniqueIdsList: number;
|
|
135
|
+
export declare var FailedRecordsList: StaticListSchema;
|
|
136
|
+
export declare var IdMappingJobOutputSourceConfig: StaticListSchema;
|
|
137
|
+
export declare var IdMappingWorkflowInputSourceConfig: StaticListSchema;
|
|
138
|
+
export declare var IdMappingWorkflowList: StaticListSchema;
|
|
139
|
+
export declare var IdMappingWorkflowOutputSourceConfig: StaticListSchema;
|
|
140
|
+
export declare var IdMappingWorkflowRuleDefinitionTypeList: number;
|
|
141
|
+
export declare var IdNamespaceIdMappingWorkflowMetadataList: StaticListSchema;
|
|
142
|
+
export declare var IdNamespaceIdMappingWorkflowPropertiesList: StaticListSchema;
|
|
143
|
+
export declare var IdNamespaceInputSourceConfig: StaticListSchema;
|
|
144
|
+
export declare var IdNamespaceList: StaticListSchema;
|
|
145
|
+
export declare var InputSourceConfig: StaticListSchema;
|
|
146
|
+
export declare var JobList: StaticListSchema;
|
|
147
|
+
export declare var JobOutputSourceConfig: StaticListSchema;
|
|
148
|
+
export declare var MatchedRecordsList: StaticListSchema;
|
|
149
|
+
export declare var MatchGroupsList: StaticListSchema;
|
|
150
|
+
export declare var MatchingKeys: number;
|
|
151
|
+
export declare var MatchingWorkflowList: StaticListSchema;
|
|
152
|
+
export declare var OutputAttributes: StaticListSchema;
|
|
153
|
+
export declare var OutputSourceConfig: StaticListSchema;
|
|
154
|
+
export declare var ProviderSchemaAttributes: StaticListSchema;
|
|
155
|
+
export declare var ProviderServiceList: StaticListSchema;
|
|
156
|
+
export declare var RecordList: StaticListSchema;
|
|
157
|
+
export declare var RecordMatchingModelList: number;
|
|
158
|
+
export declare var RequiredBucketActionsList: number;
|
|
159
|
+
export declare var RuleConditionList: StaticListSchema;
|
|
160
|
+
export declare var RuleList: StaticListSchema;
|
|
161
|
+
export declare var SchemaInputAttributes: StaticListSchema;
|
|
162
|
+
export declare var SchemaList: number;
|
|
163
|
+
export declare var SchemaMappingList: StaticListSchema;
|
|
164
|
+
export declare var Schemas: StaticListSchema;
|
|
165
|
+
export declare var StatementActionList: number;
|
|
166
|
+
export declare var StatementPrincipalList: number;
|
|
167
|
+
export declare var TagKeyList: number;
|
|
168
|
+
export declare var UniqueIdList: number;
|
|
169
|
+
export declare var RecordAttributeMap: StaticMapSchema;
|
|
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;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -306,6 +309,7 @@ export interface ClientDefaults
|
|
|
306
309
|
retryMode?: string | __Provider<string>;
|
|
307
310
|
logger?: __Logger;
|
|
308
311
|
extensions?: RuntimeExtension[];
|
|
312
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
309
313
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
310
314
|
}
|
|
311
315
|
export type EntityResolutionClientConfigType = Partial<
|
|
@@ -872,10 +872,3 @@ export interface UpdateSchemaMappingOutput {
|
|
|
872
872
|
description?: string | undefined;
|
|
873
873
|
mappedInputFields: SchemaInputAttribute[] | undefined;
|
|
874
874
|
}
|
|
875
|
-
export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
|
|
876
|
-
export declare const GenerateMatchIdInputFilterSensitiveLog: (
|
|
877
|
-
obj: GenerateMatchIdInput
|
|
878
|
-
) => any;
|
|
879
|
-
export declare const GetMatchIdInputFilterSensitiveLog: (
|
|
880
|
-
obj: GetMatchIdInput
|
|
881
|
-
) => any;
|
|
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
|
|
|
40
40
|
profile?: string;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
+
import("@smithy/types").HttpRequest,
|
|
45
|
+
import("@smithy/types").HttpResponse
|
|
46
|
+
>;
|
|
43
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
44
48
|
userAgentAppId?:
|
|
45
49
|
| string
|
|
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
|
|
|
40
40
|
profile?: string;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
+
import("@smithy/types").HttpRequest,
|
|
45
|
+
import("@smithy/types").HttpResponse
|
|
46
|
+
>;
|
|
43
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
44
48
|
retryStrategy?:
|
|
45
49
|
| import("@smithy/types").RetryStrategy
|
|
@@ -39,6 +39,10 @@ export declare const getRuntimeConfig: (
|
|
|
39
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
40
40
|
logger: import("@smithy/types").Logger;
|
|
41
41
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
+
import("@smithy/types").HttpRequest,
|
|
44
|
+
import("@smithy/types").HttpResponse
|
|
45
|
+
>;
|
|
42
46
|
defaultsMode:
|
|
43
47
|
| import("@smithy/smithy-client").DefaultsMode
|
|
44
48
|
| import("@smithy/types").Provider<
|
|
@@ -16,6 +16,10 @@ export declare const getRuntimeConfig: (
|
|
|
16
16
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").EntityResolutionHttpAuthSchemeProvider;
|
|
17
17
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
18
|
logger: import("@smithy/types").Logger;
|
|
19
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
20
|
+
import("@smithy/types").HttpRequest,
|
|
21
|
+
import("@smithy/types").HttpResponse
|
|
22
|
+
>;
|
|
19
23
|
serviceId: string;
|
|
20
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
21
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticMapSchema,
|
|
5
|
+
StaticOperationSchema,
|
|
6
|
+
StaticStructureSchema,
|
|
7
|
+
} from "@smithy/types";
|
|
8
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
9
|
+
export declare var AddPolicyStatementInput: StaticStructureSchema;
|
|
10
|
+
export declare var AddPolicyStatementOutput: StaticStructureSchema;
|
|
11
|
+
export declare var BatchDeleteUniqueIdInput: StaticStructureSchema;
|
|
12
|
+
export declare var BatchDeleteUniqueIdOutput: StaticStructureSchema;
|
|
13
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
14
|
+
export declare var CreateIdMappingWorkflowInput: StaticStructureSchema;
|
|
15
|
+
export declare var CreateIdMappingWorkflowOutput: StaticStructureSchema;
|
|
16
|
+
export declare var CreateIdNamespaceInput: StaticStructureSchema;
|
|
17
|
+
export declare var CreateIdNamespaceOutput: StaticStructureSchema;
|
|
18
|
+
export declare var CreateMatchingWorkflowInput: StaticStructureSchema;
|
|
19
|
+
export declare var CreateMatchingWorkflowOutput: StaticStructureSchema;
|
|
20
|
+
export declare var CreateSchemaMappingInput: StaticStructureSchema;
|
|
21
|
+
export declare var CreateSchemaMappingOutput: StaticStructureSchema;
|
|
22
|
+
export declare var DeletedUniqueId: StaticStructureSchema;
|
|
23
|
+
export declare var DeleteIdMappingWorkflowInput: StaticStructureSchema;
|
|
24
|
+
export declare var DeleteIdMappingWorkflowOutput: StaticStructureSchema;
|
|
25
|
+
export declare var DeleteIdNamespaceInput: StaticStructureSchema;
|
|
26
|
+
export declare var DeleteIdNamespaceOutput: StaticStructureSchema;
|
|
27
|
+
export declare var DeleteMatchingWorkflowInput: StaticStructureSchema;
|
|
28
|
+
export declare var DeleteMatchingWorkflowOutput: StaticStructureSchema;
|
|
29
|
+
export declare var DeletePolicyStatementInput: StaticStructureSchema;
|
|
30
|
+
export declare var DeletePolicyStatementOutput: StaticStructureSchema;
|
|
31
|
+
export declare var DeleteSchemaMappingInput: StaticStructureSchema;
|
|
32
|
+
export declare var DeleteSchemaMappingOutput: StaticStructureSchema;
|
|
33
|
+
export declare var DeleteUniqueIdError: StaticStructureSchema;
|
|
34
|
+
export declare var ErrorDetails: StaticStructureSchema;
|
|
35
|
+
export declare var ExceedsLimitException: StaticErrorSchema;
|
|
36
|
+
export declare var FailedRecord: StaticStructureSchema;
|
|
37
|
+
export declare var GenerateMatchIdInput: StaticStructureSchema;
|
|
38
|
+
export declare var GenerateMatchIdOutput: StaticStructureSchema;
|
|
39
|
+
export declare var GetIdMappingJobInput: StaticStructureSchema;
|
|
40
|
+
export declare var GetIdMappingJobOutput: StaticStructureSchema;
|
|
41
|
+
export declare var GetIdMappingWorkflowInput: StaticStructureSchema;
|
|
42
|
+
export declare var GetIdMappingWorkflowOutput: StaticStructureSchema;
|
|
43
|
+
export declare var GetIdNamespaceInput: StaticStructureSchema;
|
|
44
|
+
export declare var GetIdNamespaceOutput: StaticStructureSchema;
|
|
45
|
+
export declare var GetMatchIdInput: StaticStructureSchema;
|
|
46
|
+
export declare var GetMatchIdOutput: StaticStructureSchema;
|
|
47
|
+
export declare var GetMatchingJobInput: StaticStructureSchema;
|
|
48
|
+
export declare var GetMatchingJobOutput: StaticStructureSchema;
|
|
49
|
+
export declare var GetMatchingWorkflowInput: StaticStructureSchema;
|
|
50
|
+
export declare var GetMatchingWorkflowOutput: StaticStructureSchema;
|
|
51
|
+
export declare var GetPolicyInput: StaticStructureSchema;
|
|
52
|
+
export declare var GetPolicyOutput: StaticStructureSchema;
|
|
53
|
+
export declare var GetProviderServiceInput: StaticStructureSchema;
|
|
54
|
+
export declare var GetProviderServiceOutput: StaticStructureSchema;
|
|
55
|
+
export declare var GetSchemaMappingInput: StaticStructureSchema;
|
|
56
|
+
export declare var GetSchemaMappingOutput: StaticStructureSchema;
|
|
57
|
+
export declare var IdMappingIncrementalRunConfig: StaticStructureSchema;
|
|
58
|
+
export declare var IdMappingJobMetrics: StaticStructureSchema;
|
|
59
|
+
export declare var IdMappingJobOutputSource: StaticStructureSchema;
|
|
60
|
+
export declare var IdMappingRuleBasedProperties: StaticStructureSchema;
|
|
61
|
+
export declare var IdMappingTechniques: StaticStructureSchema;
|
|
62
|
+
export declare var IdMappingWorkflowInputSource: StaticStructureSchema;
|
|
63
|
+
export declare var IdMappingWorkflowOutputSource: StaticStructureSchema;
|
|
64
|
+
export declare var IdMappingWorkflowSummary: StaticStructureSchema;
|
|
65
|
+
export declare var IdNamespaceIdMappingWorkflowMetadata: StaticStructureSchema;
|
|
66
|
+
export declare var IdNamespaceIdMappingWorkflowProperties: StaticStructureSchema;
|
|
67
|
+
export declare var IdNamespaceInputSource: StaticStructureSchema;
|
|
68
|
+
export declare var IdNamespaceSummary: StaticStructureSchema;
|
|
69
|
+
export declare var IncrementalRunConfig: StaticStructureSchema;
|
|
70
|
+
export declare var InputSource: StaticStructureSchema;
|
|
71
|
+
export declare var IntermediateSourceConfiguration: StaticStructureSchema;
|
|
72
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
73
|
+
export declare var JobMetrics: StaticStructureSchema;
|
|
74
|
+
export declare var JobOutputSource: StaticStructureSchema;
|
|
75
|
+
export declare var JobSummary: StaticStructureSchema;
|
|
76
|
+
export declare var ListIdMappingJobsInput: StaticStructureSchema;
|
|
77
|
+
export declare var ListIdMappingJobsOutput: StaticStructureSchema;
|
|
78
|
+
export declare var ListIdMappingWorkflowsInput: StaticStructureSchema;
|
|
79
|
+
export declare var ListIdMappingWorkflowsOutput: StaticStructureSchema;
|
|
80
|
+
export declare var ListIdNamespacesInput: StaticStructureSchema;
|
|
81
|
+
export declare var ListIdNamespacesOutput: StaticStructureSchema;
|
|
82
|
+
export declare var ListMatchingJobsInput: StaticStructureSchema;
|
|
83
|
+
export declare var ListMatchingJobsOutput: StaticStructureSchema;
|
|
84
|
+
export declare var ListMatchingWorkflowsInput: StaticStructureSchema;
|
|
85
|
+
export declare var ListMatchingWorkflowsOutput: StaticStructureSchema;
|
|
86
|
+
export declare var ListProviderServicesInput: StaticStructureSchema;
|
|
87
|
+
export declare var ListProviderServicesOutput: StaticStructureSchema;
|
|
88
|
+
export declare var ListSchemaMappingsInput: StaticStructureSchema;
|
|
89
|
+
export declare var ListSchemaMappingsOutput: StaticStructureSchema;
|
|
90
|
+
export declare var ListTagsForResourceInput: StaticStructureSchema;
|
|
91
|
+
export declare var ListTagsForResourceOutput: StaticStructureSchema;
|
|
92
|
+
export declare var MatchedRecord: StaticStructureSchema;
|
|
93
|
+
export declare var MatchGroup: StaticStructureSchema;
|
|
94
|
+
export declare var MatchingWorkflowSummary: StaticStructureSchema;
|
|
95
|
+
export declare var NamespaceProviderProperties: StaticStructureSchema;
|
|
96
|
+
export declare var NamespaceRuleBasedProperties: StaticStructureSchema;
|
|
97
|
+
export declare var OutputAttribute: StaticStructureSchema;
|
|
98
|
+
export declare var OutputSource: StaticStructureSchema;
|
|
99
|
+
export declare var ProviderComponentSchema: StaticStructureSchema;
|
|
100
|
+
export declare var ProviderIdNameSpaceConfiguration: StaticStructureSchema;
|
|
101
|
+
export declare var ProviderIntermediateDataAccessConfiguration: StaticStructureSchema;
|
|
102
|
+
export declare var ProviderMarketplaceConfiguration: StaticStructureSchema;
|
|
103
|
+
export declare var ProviderProperties: StaticStructureSchema;
|
|
104
|
+
export declare var ProviderSchemaAttribute: StaticStructureSchema;
|
|
105
|
+
export declare var ProviderServiceSummary: StaticStructureSchema;
|
|
106
|
+
export declare var PutPolicyInput: StaticStructureSchema;
|
|
107
|
+
export declare var PutPolicyOutput: StaticStructureSchema;
|
|
108
|
+
export declare var _Record: StaticStructureSchema;
|
|
109
|
+
export declare var ResolutionTechniques: StaticStructureSchema;
|
|
110
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
111
|
+
export declare var Rule: StaticStructureSchema;
|
|
112
|
+
export declare var RuleBasedProperties: StaticStructureSchema;
|
|
113
|
+
export declare var RuleCondition: StaticStructureSchema;
|
|
114
|
+
export declare var RuleConditionProperties: StaticStructureSchema;
|
|
115
|
+
export declare var SchemaInputAttribute: StaticStructureSchema;
|
|
116
|
+
export declare var SchemaMappingSummary: StaticStructureSchema;
|
|
117
|
+
export declare var StartIdMappingJobInput: StaticStructureSchema;
|
|
118
|
+
export declare var StartIdMappingJobOutput: StaticStructureSchema;
|
|
119
|
+
export declare var StartMatchingJobInput: StaticStructureSchema;
|
|
120
|
+
export declare var StartMatchingJobOutput: StaticStructureSchema;
|
|
121
|
+
export declare var TagResourceInput: StaticStructureSchema;
|
|
122
|
+
export declare var TagResourceOutput: StaticStructureSchema;
|
|
123
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
124
|
+
export declare var UntagResourceInput: StaticStructureSchema;
|
|
125
|
+
export declare var UntagResourceOutput: StaticStructureSchema;
|
|
126
|
+
export declare var UpdateIdMappingWorkflowInput: StaticStructureSchema;
|
|
127
|
+
export declare var UpdateIdMappingWorkflowOutput: StaticStructureSchema;
|
|
128
|
+
export declare var UpdateIdNamespaceInput: StaticStructureSchema;
|
|
129
|
+
export declare var UpdateIdNamespaceOutput: StaticStructureSchema;
|
|
130
|
+
export declare var UpdateMatchingWorkflowInput: StaticStructureSchema;
|
|
131
|
+
export declare var UpdateMatchingWorkflowOutput: StaticStructureSchema;
|
|
132
|
+
export declare var UpdateSchemaMappingInput: StaticStructureSchema;
|
|
133
|
+
export declare var UpdateSchemaMappingOutput: StaticStructureSchema;
|
|
134
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
135
|
+
export declare var __Unit: "unit";
|
|
136
|
+
export declare var EntityResolutionServiceException: StaticErrorSchema;
|
|
137
|
+
export declare var AwsAccountIdList: number;
|
|
138
|
+
export declare var DeletedUniqueIdList: StaticListSchema;
|
|
139
|
+
export declare var DeleteUniqueIdErrorsList: StaticListSchema;
|
|
140
|
+
export declare var DisconnectedUniqueIdsList: number;
|
|
141
|
+
export declare var FailedRecordsList: StaticListSchema;
|
|
142
|
+
export declare var IdMappingJobOutputSourceConfig: StaticListSchema;
|
|
143
|
+
export declare var IdMappingWorkflowInputSourceConfig: StaticListSchema;
|
|
144
|
+
export declare var IdMappingWorkflowList: StaticListSchema;
|
|
145
|
+
export declare var IdMappingWorkflowOutputSourceConfig: StaticListSchema;
|
|
146
|
+
export declare var IdMappingWorkflowRuleDefinitionTypeList: number;
|
|
147
|
+
export declare var IdNamespaceIdMappingWorkflowMetadataList: StaticListSchema;
|
|
148
|
+
export declare var IdNamespaceIdMappingWorkflowPropertiesList: StaticListSchema;
|
|
149
|
+
export declare var IdNamespaceInputSourceConfig: StaticListSchema;
|
|
150
|
+
export declare var IdNamespaceList: StaticListSchema;
|
|
151
|
+
export declare var InputSourceConfig: StaticListSchema;
|
|
152
|
+
export declare var JobList: StaticListSchema;
|
|
153
|
+
export declare var JobOutputSourceConfig: StaticListSchema;
|
|
154
|
+
export declare var MatchedRecordsList: StaticListSchema;
|
|
155
|
+
export declare var MatchGroupsList: StaticListSchema;
|
|
156
|
+
export declare var MatchingKeys: number;
|
|
157
|
+
export declare var MatchingWorkflowList: StaticListSchema;
|
|
158
|
+
export declare var OutputAttributes: StaticListSchema;
|
|
159
|
+
export declare var OutputSourceConfig: StaticListSchema;
|
|
160
|
+
export declare var ProviderSchemaAttributes: StaticListSchema;
|
|
161
|
+
export declare var ProviderServiceList: StaticListSchema;
|
|
162
|
+
export declare var RecordList: StaticListSchema;
|
|
163
|
+
export declare var RecordMatchingModelList: number;
|
|
164
|
+
export declare var RequiredBucketActionsList: number;
|
|
165
|
+
export declare var RuleConditionList: StaticListSchema;
|
|
166
|
+
export declare var RuleList: StaticListSchema;
|
|
167
|
+
export declare var SchemaInputAttributes: StaticListSchema;
|
|
168
|
+
export declare var SchemaList: number;
|
|
169
|
+
export declare var SchemaMappingList: StaticListSchema;
|
|
170
|
+
export declare var Schemas: StaticListSchema;
|
|
171
|
+
export declare var StatementActionList: number;
|
|
172
|
+
export declare var StatementPrincipalList: number;
|
|
173
|
+
export declare var TagKeyList: number;
|
|
174
|
+
export declare var UniqueIdList: number;
|
|
175
|
+
export declare var RecordAttributeMap: StaticMapSchema;
|
|
176
|
+
export declare var RecordAttributeMapString255: StaticMapSchema;
|
|
177
|
+
export declare var TagMap: number;
|
|
178
|
+
export declare var ProviderEndpointConfiguration: StaticStructureSchema;
|
|
179
|
+
export declare var AddPolicyStatement: StaticOperationSchema;
|
|
180
|
+
export declare var BatchDeleteUniqueId: StaticOperationSchema;
|
|
181
|
+
export declare var CreateIdMappingWorkflow: StaticOperationSchema;
|
|
182
|
+
export declare var CreateIdNamespace: StaticOperationSchema;
|
|
183
|
+
export declare var CreateMatchingWorkflow: StaticOperationSchema;
|
|
184
|
+
export declare var CreateSchemaMapping: StaticOperationSchema;
|
|
185
|
+
export declare var DeleteIdMappingWorkflow: StaticOperationSchema;
|
|
186
|
+
export declare var DeleteIdNamespace: StaticOperationSchema;
|
|
187
|
+
export declare var DeleteMatchingWorkflow: StaticOperationSchema;
|
|
188
|
+
export declare var DeletePolicyStatement: StaticOperationSchema;
|
|
189
|
+
export declare var DeleteSchemaMapping: StaticOperationSchema;
|
|
190
|
+
export declare var GenerateMatchId: StaticOperationSchema;
|
|
191
|
+
export declare var GetIdMappingJob: StaticOperationSchema;
|
|
192
|
+
export declare var GetIdMappingWorkflow: StaticOperationSchema;
|
|
193
|
+
export declare var GetIdNamespace: StaticOperationSchema;
|
|
194
|
+
export declare var GetMatchId: StaticOperationSchema;
|
|
195
|
+
export declare var GetMatchingJob: StaticOperationSchema;
|
|
196
|
+
export declare var GetMatchingWorkflow: StaticOperationSchema;
|
|
197
|
+
export declare var GetPolicy: StaticOperationSchema;
|
|
198
|
+
export declare var GetProviderService: StaticOperationSchema;
|
|
199
|
+
export declare var GetSchemaMapping: StaticOperationSchema;
|
|
200
|
+
export declare var ListIdMappingJobs: StaticOperationSchema;
|
|
201
|
+
export declare var ListIdMappingWorkflows: StaticOperationSchema;
|
|
202
|
+
export declare var ListIdNamespaces: StaticOperationSchema;
|
|
203
|
+
export declare var ListMatchingJobs: StaticOperationSchema;
|
|
204
|
+
export declare var ListMatchingWorkflows: StaticOperationSchema;
|
|
205
|
+
export declare var ListProviderServices: StaticOperationSchema;
|
|
206
|
+
export declare var ListSchemaMappings: StaticOperationSchema;
|
|
207
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
208
|
+
export declare var PutPolicy: StaticOperationSchema;
|
|
209
|
+
export declare var StartIdMappingJob: StaticOperationSchema;
|
|
210
|
+
export declare var StartMatchingJob: StaticOperationSchema;
|
|
211
|
+
export declare var TagResource: StaticOperationSchema;
|
|
212
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
213
|
+
export declare var UpdateIdMappingWorkflow: StaticOperationSchema;
|
|
214
|
+
export declare var UpdateIdNamespace: StaticOperationSchema;
|
|
215
|
+
export declare var UpdateMatchingWorkflow: StaticOperationSchema;
|
|
216
|
+
export declare var UpdateSchemaMapping: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-entityresolution",
|
|
3
3
|
"description": "AWS SDK for JavaScript Entityresolution Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.929.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-entityresolution",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.928.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.929.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.928.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
30
30
|
"@aws-sdk/types": "3.922.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.928.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.2",
|
|
35
35
|
"@smithy/core": "^3.17.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.5",
|