@aws-sdk/client-entityresolution 3.948.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.
Files changed (66) hide show
  1. package/dist-cjs/index.js +553 -384
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/AddPolicyStatementCommand.js +2 -2
  4. package/dist-es/commands/BatchDeleteUniqueIdCommand.js +2 -2
  5. package/dist-es/commands/CreateIdMappingWorkflowCommand.js +2 -2
  6. package/dist-es/commands/CreateIdNamespaceCommand.js +2 -2
  7. package/dist-es/commands/CreateMatchingWorkflowCommand.js +2 -2
  8. package/dist-es/commands/CreateSchemaMappingCommand.js +2 -2
  9. package/dist-es/commands/DeleteIdMappingWorkflowCommand.js +2 -2
  10. package/dist-es/commands/DeleteIdNamespaceCommand.js +2 -2
  11. package/dist-es/commands/DeleteMatchingWorkflowCommand.js +2 -2
  12. package/dist-es/commands/DeletePolicyStatementCommand.js +2 -2
  13. package/dist-es/commands/DeleteSchemaMappingCommand.js +2 -2
  14. package/dist-es/commands/GenerateMatchIdCommand.js +2 -2
  15. package/dist-es/commands/GetIdMappingJobCommand.js +2 -2
  16. package/dist-es/commands/GetIdMappingWorkflowCommand.js +2 -2
  17. package/dist-es/commands/GetIdNamespaceCommand.js +2 -2
  18. package/dist-es/commands/GetMatchIdCommand.js +2 -2
  19. package/dist-es/commands/GetMatchingJobCommand.js +2 -2
  20. package/dist-es/commands/GetMatchingWorkflowCommand.js +2 -2
  21. package/dist-es/commands/GetPolicyCommand.js +2 -2
  22. package/dist-es/commands/GetProviderServiceCommand.js +2 -2
  23. package/dist-es/commands/GetSchemaMappingCommand.js +2 -2
  24. package/dist-es/commands/ListIdMappingJobsCommand.js +2 -2
  25. package/dist-es/commands/ListIdMappingWorkflowsCommand.js +2 -2
  26. package/dist-es/commands/ListIdNamespacesCommand.js +2 -2
  27. package/dist-es/commands/ListMatchingJobsCommand.js +2 -2
  28. package/dist-es/commands/ListMatchingWorkflowsCommand.js +2 -2
  29. package/dist-es/commands/ListProviderServicesCommand.js +2 -2
  30. package/dist-es/commands/ListSchemaMappingsCommand.js +2 -2
  31. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  32. package/dist-es/commands/PutPolicyCommand.js +2 -2
  33. package/dist-es/commands/StartIdMappingJobCommand.js +2 -2
  34. package/dist-es/commands/StartMatchingJobCommand.js +2 -2
  35. package/dist-es/commands/TagResourceCommand.js +2 -2
  36. package/dist-es/commands/UntagResourceCommand.js +2 -2
  37. package/dist-es/commands/UpdateIdMappingWorkflowCommand.js +2 -2
  38. package/dist-es/commands/UpdateIdNamespaceCommand.js +2 -2
  39. package/dist-es/commands/UpdateMatchingWorkflowCommand.js +2 -2
  40. package/dist-es/commands/UpdateSchemaMappingCommand.js +2 -2
  41. package/dist-es/index.js +1 -0
  42. package/dist-es/runtimeConfig.shared.js +6 -1
  43. package/dist-es/schemas/schemas_0.js +342 -341
  44. package/dist-types/EntityResolutionClient.d.ts +1 -10
  45. package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +2 -2
  46. package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +10 -2
  47. package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +1 -1
  48. package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +5 -1
  49. package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +2 -2
  50. package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +10 -2
  51. package/dist-types/index.d.ts +1 -0
  52. package/dist-types/models/models_0.d.ts +29 -8
  53. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  54. package/dist-types/runtimeConfig.d.ts +6 -2
  55. package/dist-types/runtimeConfig.native.d.ts +6 -2
  56. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  57. package/dist-types/schemas/schemas_0.d.ts +169 -209
  58. package/dist-types/ts3.4/EntityResolutionClient.d.ts +0 -4
  59. package/dist-types/ts3.4/index.d.ts +1 -0
  60. package/dist-types/ts3.4/models/models_0.d.ts +9 -2
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  64. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  65. package/dist-types/ts3.4/schemas/schemas_0.d.ts +168 -210
  66. 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 ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
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
  */
@@ -48,8 +48,8 @@ declare const CreateIdMappingWorkflowCommand_base: {
48
48
  * ],
49
49
  * outputSourceConfig: [ // IdMappingWorkflowOutputSourceConfig
50
50
  * { // IdMappingWorkflowOutputSource
51
- * outputS3Path: "STRING_VALUE", // required
52
51
  * KMSArn: "STRING_VALUE",
52
+ * outputS3Path: "STRING_VALUE", // required
53
53
  * },
54
54
  * ],
55
55
  * idMappingTechniques: { // IdMappingTechniques
@@ -98,8 +98,8 @@ declare const CreateIdMappingWorkflowCommand_base: {
98
98
  * // ],
99
99
  * // outputSourceConfig: [ // IdMappingWorkflowOutputSourceConfig
100
100
  * // { // IdMappingWorkflowOutputSource
101
- * // outputS3Path: "STRING_VALUE", // required
102
101
  * // KMSArn: "STRING_VALUE",
102
+ * // outputS3Path: "STRING_VALUE", // required
103
103
  * // },
104
104
  * // ],
105
105
  * // idMappingTechniques: { // IdMappingTechniques
@@ -48,8 +48,8 @@ declare const CreateMatchingWorkflowCommand_base: {
48
48
  * ],
49
49
  * outputSourceConfig: [ // OutputSourceConfig // required
50
50
  * { // OutputSource
51
- * outputS3Path: "STRING_VALUE", // required
52
51
  * KMSArn: "STRING_VALUE",
52
+ * outputS3Path: "STRING_VALUE",
53
53
  * output: [ // OutputAttributes // required
54
54
  * { // OutputAttribute
55
55
  * name: "STRING_VALUE", // required
@@ -57,6 +57,10 @@ declare const CreateMatchingWorkflowCommand_base: {
57
57
  * },
58
58
  * ],
59
59
  * applyNormalization: true || false,
60
+ * customerProfilesIntegrationConfig: { // CustomerProfilesIntegrationConfig
61
+ * domainArn: "STRING_VALUE", // required
62
+ * objectTypeArn: "STRING_VALUE", // required
63
+ * },
60
64
  * },
61
65
  * ],
62
66
  * resolutionTechniques: { // ResolutionTechniques
@@ -112,8 +116,8 @@ declare const CreateMatchingWorkflowCommand_base: {
112
116
  * // ],
113
117
  * // outputSourceConfig: [ // OutputSourceConfig // required
114
118
  * // { // OutputSource
115
- * // outputS3Path: "STRING_VALUE", // required
116
119
  * // KMSArn: "STRING_VALUE",
120
+ * // outputS3Path: "STRING_VALUE",
117
121
  * // output: [ // OutputAttributes // required
118
122
  * // { // OutputAttribute
119
123
  * // name: "STRING_VALUE", // required
@@ -121,6 +125,10 @@ declare const CreateMatchingWorkflowCommand_base: {
121
125
  * // },
122
126
  * // ],
123
127
  * // applyNormalization: true || false,
128
+ * // customerProfilesIntegrationConfig: { // CustomerProfilesIntegrationConfig
129
+ * // domainArn: "STRING_VALUE", // required
130
+ * // objectTypeArn: "STRING_VALUE", // required
131
+ * // },
124
132
  * // },
125
133
  * // ],
126
134
  * // resolutionTechniques: { // ResolutionTechniques
@@ -54,8 +54,8 @@ declare const GetIdMappingWorkflowCommand_base: {
54
54
  * // ],
55
55
  * // outputSourceConfig: [ // IdMappingWorkflowOutputSourceConfig
56
56
  * // { // IdMappingWorkflowOutputSource
57
- * // outputS3Path: "STRING_VALUE", // required
58
57
  * // KMSArn: "STRING_VALUE",
58
+ * // outputS3Path: "STRING_VALUE", // required
59
59
  * // },
60
60
  * // ],
61
61
  * // idMappingTechniques: { // IdMappingTechniques
@@ -54,8 +54,8 @@ declare const GetMatchingWorkflowCommand_base: {
54
54
  * // ],
55
55
  * // outputSourceConfig: [ // OutputSourceConfig // required
56
56
  * // { // OutputSource
57
- * // outputS3Path: "STRING_VALUE", // required
58
57
  * // KMSArn: "STRING_VALUE",
58
+ * // outputS3Path: "STRING_VALUE",
59
59
  * // output: [ // OutputAttributes // required
60
60
  * // { // OutputAttribute
61
61
  * // name: "STRING_VALUE", // required
@@ -63,6 +63,10 @@ declare const GetMatchingWorkflowCommand_base: {
63
63
  * // },
64
64
  * // ],
65
65
  * // applyNormalization: true || false,
66
+ * // customerProfilesIntegrationConfig: { // CustomerProfilesIntegrationConfig
67
+ * // domainArn: "STRING_VALUE", // required
68
+ * // objectTypeArn: "STRING_VALUE", // required
69
+ * // },
66
70
  * // },
67
71
  * // ],
68
72
  * // resolutionTechniques: { // ResolutionTechniques
@@ -48,8 +48,8 @@ declare const UpdateIdMappingWorkflowCommand_base: {
48
48
  * ],
49
49
  * outputSourceConfig: [ // IdMappingWorkflowOutputSourceConfig
50
50
  * { // IdMappingWorkflowOutputSource
51
- * outputS3Path: "STRING_VALUE", // required
52
51
  * KMSArn: "STRING_VALUE",
52
+ * outputS3Path: "STRING_VALUE", // required
53
53
  * },
54
54
  * ],
55
55
  * idMappingTechniques: { // IdMappingTechniques
@@ -95,8 +95,8 @@ declare const UpdateIdMappingWorkflowCommand_base: {
95
95
  * // ],
96
96
  * // outputSourceConfig: [ // IdMappingWorkflowOutputSourceConfig
97
97
  * // { // IdMappingWorkflowOutputSource
98
- * // outputS3Path: "STRING_VALUE", // required
99
98
  * // KMSArn: "STRING_VALUE",
99
+ * // outputS3Path: "STRING_VALUE", // required
100
100
  * // },
101
101
  * // ],
102
102
  * // idMappingTechniques: { // IdMappingTechniques
@@ -48,8 +48,8 @@ declare const UpdateMatchingWorkflowCommand_base: {
48
48
  * ],
49
49
  * outputSourceConfig: [ // OutputSourceConfig // required
50
50
  * { // OutputSource
51
- * outputS3Path: "STRING_VALUE", // required
52
51
  * KMSArn: "STRING_VALUE",
52
+ * outputS3Path: "STRING_VALUE",
53
53
  * output: [ // OutputAttributes // required
54
54
  * { // OutputAttribute
55
55
  * name: "STRING_VALUE", // required
@@ -57,6 +57,10 @@ declare const UpdateMatchingWorkflowCommand_base: {
57
57
  * },
58
58
  * ],
59
59
  * applyNormalization: true || false,
60
+ * customerProfilesIntegrationConfig: { // CustomerProfilesIntegrationConfig
61
+ * domainArn: "STRING_VALUE", // required
62
+ * objectTypeArn: "STRING_VALUE", // required
63
+ * },
60
64
  * },
61
65
  * ],
62
66
  * resolutionTechniques: { // ResolutionTechniques
@@ -108,8 +112,8 @@ declare const UpdateMatchingWorkflowCommand_base: {
108
112
  * // ],
109
113
  * // outputSourceConfig: [ // OutputSourceConfig // required
110
114
  * // { // OutputSource
111
- * // outputS3Path: "STRING_VALUE", // required
112
115
  * // KMSArn: "STRING_VALUE",
116
+ * // outputS3Path: "STRING_VALUE",
113
117
  * // output: [ // OutputAttributes // required
114
118
  * // { // OutputAttribute
115
119
  * // name: "STRING_VALUE", // required
@@ -117,6 +121,10 @@ declare const UpdateMatchingWorkflowCommand_base: {
117
121
  * // },
118
122
  * // ],
119
123
  * // applyNormalization: true || false,
124
+ * // customerProfilesIntegrationConfig: { // CustomerProfilesIntegrationConfig
125
+ * // domainArn: "STRING_VALUE", // required
126
+ * // objectTypeArn: "STRING_VALUE", // required
127
+ * // },
120
128
  * // },
121
129
  * // ],
122
130
  * // resolutionTechniques: { // ResolutionTechniques
@@ -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";
@@ -260,15 +260,15 @@ export interface IdMappingWorkflowInputSource {
260
260
  */
261
261
  export interface IdMappingWorkflowOutputSource {
262
262
  /**
263
- * <p>The S3 path to which Entity Resolution will write the output table.</p>
263
+ * <p>Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.</p>
264
264
  * @public
265
265
  */
266
- outputS3Path: string | undefined;
266
+ KMSArn?: string | undefined;
267
267
  /**
268
- * <p>Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.</p>
268
+ * <p>The S3 path to which Entity Resolution will write the output table.</p>
269
269
  * @public
270
270
  */
271
- KMSArn?: string | undefined;
271
+ outputS3Path: string | undefined;
272
272
  }
273
273
  /**
274
274
  * @public
@@ -566,6 +566,22 @@ export interface InputSource {
566
566
  */
567
567
  applyNormalization?: boolean | undefined;
568
568
  }
569
+ /**
570
+ * <p>Specifies the configuration for integrating with Customer Profiles. This configuration enables Entity Resolution to send matched output directly to Customer Profiles instead of Amazon S3, creating a unified customer view by automatically updating customer profiles based on match clusters.</p>
571
+ * @public
572
+ */
573
+ export interface CustomerProfilesIntegrationConfig {
574
+ /**
575
+ * <p>The Amazon Resource Name (ARN) of the Customer Profiles domain where the matched output will be sent.</p>
576
+ * @public
577
+ */
578
+ domainArn: string | undefined;
579
+ /**
580
+ * <p>The Amazon Resource Name (ARN) of the Customer Profiles object type that defines the structure for the matched customer data.</p>
581
+ * @public
582
+ */
583
+ objectTypeArn: string | undefined;
584
+ }
569
585
  /**
570
586
  * <p>A list of <code>OutputAttribute</code> objects, each of which have the fields <code>Name</code> and <code>Hashed</code>. Each of these objects selects a column to be included in the output table, and whether the values of the column should be hashed.</p>
571
587
  * @public
@@ -588,15 +604,15 @@ export interface OutputAttribute {
588
604
  */
589
605
  export interface OutputSource {
590
606
  /**
591
- * <p>The S3 path to which Entity Resolution will write the output table.</p>
607
+ * <p>Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.</p>
592
608
  * @public
593
609
  */
594
- outputS3Path: string | undefined;
610
+ KMSArn?: string | undefined;
595
611
  /**
596
- * <p>Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.</p>
612
+ * <p>The S3 path to which Entity Resolution will write the output table.</p>
597
613
  * @public
598
614
  */
599
- KMSArn?: string | undefined;
615
+ outputS3Path?: string | undefined;
600
616
  /**
601
617
  * <p>A list of <code>OutputAttribute</code> objects, each of which have the fields <code>Name</code> and <code>Hashed</code>. Each of these objects selects a column to be included in the output table, and whether the values of the column should be hashed.</p>
602
618
  * @public
@@ -607,6 +623,11 @@ export interface OutputSource {
607
623
  * @public
608
624
  */
609
625
  applyNormalization?: boolean | undefined;
626
+ /**
627
+ * <p>Specifies the Customer Profiles integration configuration for sending matched output directly to Customer Profiles. When configured, Entity Resolution automatically creates and updates customer profiles based on match clusters, eliminating the need for manual Amazon S3 integration setup.</p>
628
+ * @public
629
+ */
630
+ customerProfilesIntegrationConfig?: CustomerProfilesIntegrationConfig | undefined;
610
631
  }
611
632
  /**
612
633
  * <p>An object which defines the list of matching rules to run in a matching workflow. </p>
@@ -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").HttpRequest, import("@smithy/types").HttpResponse>;
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;