@aws-sdk/client-connecthealth 3.1110.0 → 3.1112.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 CHANGED
@@ -70,7 +70,7 @@ const commonParams = {
70
70
  Region: { type: "builtInParams", name: "region" },
71
71
  };
72
72
 
73
- var version = "3.1109.0";
73
+ var version = "3.1111.0";
74
74
  var packageInfo = {
75
75
  version: version};
76
76
 
@@ -4,6 +4,44 @@ import type { ConnectHealthClientConfig } from "./ConnectHealthClient";
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
7
+ cacheMiddleware?: boolean;
8
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<string> | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
9
+ tls?: boolean;
10
+ ignoreConfiguredEndpointUrls?: boolean;
11
+ serviceConfiguredEndpoint?: never;
12
+ customUserAgent?: string | import("@smithy/types").UserAgent;
13
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
14
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
15
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
16
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
17
+ signingEscapePath?: boolean;
18
+ systemClockOffset?: number;
19
+ signingRegion?: string;
20
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
21
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
22
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
23
+ apiVersion: string;
24
+ base64Decoder: import("@smithy/types").Decoder;
25
+ base64Encoder: (_input: Uint8Array | string) => string;
26
+ disableHostPrefix: boolean;
27
+ endpointProvider: (params: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
28
+ logger?: import("@smithy/types").Logger;
29
+ }) => import("@smithy/types").EndpointV2;
30
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
31
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHealthHttpAuthSchemeProvider;
32
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
33
+ logger: import("@smithy/types").Logger;
34
+ protocol: import("@smithy/types").$ClientProtocol<any, any> | import("@smithy/types").$ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
35
+ protocolSettings: {
36
+ [setting: string]: unknown;
37
+ defaultNamespace?: string;
38
+ };
39
+ serviceId: string;
40
+ sha256: import("@smithy/types").HashConstructor;
41
+ urlParser: import("@smithy/types").UrlParser;
42
+ utf8Decoder: import("@smithy/types").Decoder;
43
+ utf8Encoder: (input: Uint8Array | string) => string;
44
+ profile?: string;
7
45
  runtime: string;
8
46
  defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
47
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
@@ -13,47 +51,9 @@ export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
13
51
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
14
52
  maxAttempts: number | import("@smithy/types").Provider<number>;
15
53
  region: string | import("@smithy/types").Provider<any>;
16
- requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
54
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
17
55
  retryMode: string | import("@smithy/types").Provider<string>;
18
56
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
21
- cacheMiddleware?: boolean | undefined;
22
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
23
- protocolSettings: {
24
- defaultNamespace?: string;
25
- [setting: string]: unknown;
26
- };
27
- apiVersion: string;
28
- sha256: import("@smithy/types").HashConstructor;
29
- urlParser: import("@smithy/types").UrlParser;
30
- base64Decoder: import("@smithy/types").Decoder;
31
- base64Encoder: (_input: Uint8Array | string) => string;
32
- utf8Decoder: import("@smithy/types").Decoder;
33
- utf8Encoder: (input: Uint8Array | string) => string;
34
- disableHostPrefix: boolean;
35
- serviceId: string;
36
- profile?: string;
37
- logger: import("@smithy/types").Logger;
38
- extensions: import("./runtimeExtensions").RuntimeExtension[];
39
- customUserAgent?: string | import("@smithy/types").UserAgent;
40
- userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
41
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
42
- 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;
43
- endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
44
- logger?: import("@smithy/types").Logger;
45
- }) => import("@smithy/types").EndpointV2;
46
- tls?: boolean;
47
- ignoreConfiguredEndpointUrls?: boolean;
48
- serviceConfiguredEndpoint?: never;
49
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
50
- httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
51
- httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHealthHttpAuthSchemeProvider;
52
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
53
- signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
54
- signingEscapePath?: boolean;
55
- systemClockOffset?: number;
56
- signingRegion?: string;
57
- signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
58
- disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
57
+ useDualstackEndpoint: boolean | (() => Promise<boolean>);
58
+ useFipsEndpoint: boolean | (() => Promise<boolean>);
59
59
  };
@@ -4,11 +4,46 @@ import type { ConnectHealthClientConfig } from "./ConnectHealthClient";
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
7
+ cacheMiddleware?: boolean;
8
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<string> | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
9
+ tls?: boolean;
10
+ ignoreConfiguredEndpointUrls?: boolean;
11
+ serviceConfiguredEndpoint?: never;
12
+ customUserAgent?: string | import("@smithy/types").UserAgent;
13
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
14
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
15
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
16
+ signingEscapePath?: boolean;
17
+ systemClockOffset?: number;
18
+ signingRegion?: string;
19
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
20
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
21
+ apiVersion: string;
22
+ base64Decoder: import("@smithy/types").Decoder;
23
+ base64Encoder: (_input: Uint8Array | string) => string;
24
+ disableHostPrefix: boolean;
25
+ endpointProvider: (params: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
26
+ logger?: import("@smithy/types").Logger;
27
+ }) => import("@smithy/types").EndpointV2;
28
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
29
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHealthHttpAuthSchemeProvider;
30
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
31
+ logger: import("@smithy/types").Logger;
32
+ protocol: import("@smithy/types").$ClientProtocol<any, any> | import("@smithy/types").$ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
33
+ protocolSettings: {
34
+ [setting: string]: unknown;
35
+ defaultNamespace?: string;
36
+ };
37
+ serviceId: string;
38
+ sha256: import("@smithy/types").HashConstructor;
39
+ urlParser: import("@smithy/types").UrlParser;
40
+ utf8Decoder: import("@smithy/types").Decoder;
41
+ utf8Encoder: (input: Uint8Array | string) => string;
7
42
  runtime: string;
8
43
  defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
44
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
45
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
46
+ credentialDefaultProvider: ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider) | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider);
12
47
  defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
48
  eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
14
49
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
@@ -20,40 +55,5 @@ export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
20
55
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
56
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
57
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
23
- cacheMiddleware?: boolean | undefined;
24
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
25
- protocolSettings: {
26
- defaultNamespace?: string;
27
- [setting: string]: unknown;
28
- };
29
- apiVersion: string;
30
- sha256: import("@smithy/types").HashConstructor;
31
- urlParser: import("@smithy/types").UrlParser;
32
- base64Decoder: import("@smithy/types").Decoder;
33
- base64Encoder: (_input: Uint8Array | string) => string;
34
- utf8Decoder: import("@smithy/types").Decoder;
35
- utf8Encoder: (input: Uint8Array | string) => string;
36
- disableHostPrefix: boolean;
37
- serviceId: string;
38
58
  profile?: string;
39
- logger: import("@smithy/types").Logger;
40
- extensions: import("./runtimeExtensions").RuntimeExtension[];
41
- customUserAgent?: string | import("@smithy/types").UserAgent;
42
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
43
- 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;
44
- endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
45
- logger?: import("@smithy/types").Logger;
46
- }) => import("@smithy/types").EndpointV2;
47
- tls?: boolean;
48
- ignoreConfiguredEndpointUrls?: boolean;
49
- serviceConfiguredEndpoint?: never;
50
- httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
51
- httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHealthHttpAuthSchemeProvider;
52
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
53
- signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
54
- signingEscapePath?: boolean;
55
- systemClockOffset?: number;
56
- signingRegion?: string;
57
- signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
58
- disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
59
59
  };
@@ -3,56 +3,56 @@ import type { ConnectHealthClientConfig } from "./ConnectHealthClient";
3
3
  * @internal
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
6
- runtime: string;
7
- eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
6
  cacheMiddleware?: boolean;
10
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
7
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<string> | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
8
+ tls?: boolean;
9
+ ignoreConfiguredEndpointUrls?: boolean;
10
+ serviceConfiguredEndpoint?: never;
11
+ customUserAgent?: string | import("@smithy/types").UserAgent;
12
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
13
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
14
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
15
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
16
+ signingEscapePath?: boolean;
17
+ systemClockOffset?: number;
18
+ signingRegion?: string;
19
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
20
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
21
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
22
+ apiVersion: string;
23
+ base64Decoder: import("@smithy/types").Decoder;
24
+ base64Encoder: (_input: Uint8Array | string) => string;
25
+ disableHostPrefix: boolean;
26
+ endpointProvider: (params: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
27
+ logger?: import("@smithy/types").Logger;
28
+ }) => import("@smithy/types").EndpointV2;
29
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHealthHttpAuthSchemeProvider;
31
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
32
+ logger: import("@smithy/types").Logger;
33
+ protocol: import("@smithy/types").$ClientProtocol<any, any> | import("@smithy/types").$ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
11
34
  protocolSettings: {
12
- defaultNamespace?: string;
13
35
  [setting: string]: unknown;
36
+ defaultNamespace?: string;
14
37
  };
15
- apiVersion: string;
38
+ serviceId: string;
16
39
  sha256: import("@smithy/types").HashConstructor;
17
40
  urlParser: import("@smithy/types").UrlParser;
18
- bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
19
- streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
20
- base64Decoder: import("@smithy/types").Decoder;
21
- base64Encoder: (_input: Uint8Array | string) => string;
22
41
  utf8Decoder: import("@smithy/types").Decoder;
23
42
  utf8Encoder: (input: Uint8Array | string) => string;
24
- disableHostPrefix: boolean;
25
- serviceId: string;
26
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
27
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
28
- region: string | import("@smithy/types").Provider<any>;
29
43
  profile?: string;
30
- defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
44
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode> | import("@smithy/core/client").DefaultsMode;
45
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
31
46
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
47
+ defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
48
+ eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
32
49
  maxAttempts: number | import("@smithy/types").Provider<number>;
50
+ region: string | import("@smithy/types").Provider<any>;
51
+ requestHandler: import("@smithy/fetch-http-handler").FetchHttpHandler | import("@smithy/types").FetchHttpHandlerOptions | import("@smithy/types").NodeHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any>;
33
52
  retryMode: string | import("@smithy/types").Provider<string>;
34
- logger: import("@smithy/types").Logger;
35
- extensions: import("./runtimeExtensions").RuntimeExtension[];
36
- eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
37
- defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
38
- customUserAgent?: string | import("@smithy/types").UserAgent;
39
- userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
40
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
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;
42
- endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
43
- logger?: import("@smithy/types").Logger;
44
- }) => import("@smithy/types").EndpointV2;
45
- tls?: boolean;
46
- ignoreConfiguredEndpointUrls?: boolean;
47
- serviceConfiguredEndpoint?: never;
48
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
49
- httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
50
- httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHealthHttpAuthSchemeProvider;
51
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
52
- signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
53
- signingEscapePath?: boolean;
54
- systemClockOffset?: number;
55
- signingRegion?: string;
56
- signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
57
- disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
53
+ streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
54
+ useDualstackEndpoint: boolean | (() => Promise<boolean>);
55
+ useFipsEndpoint: boolean | (() => Promise<boolean>);
56
+ runtime: string;
57
+ eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
58
58
  };
@@ -8,14 +8,14 @@ export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
8
8
  base64Decoder: import("@smithy/types").Decoder;
9
9
  base64Encoder: (_input: Uint8Array | string) => string;
10
10
  disableHostPrefix: boolean;
11
- endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
+ endpointProvider: (params: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
12
12
  logger?: import("@smithy/types").Logger;
13
13
  }) => import("@smithy/types").EndpointV2;
14
14
  extensions: import("./runtimeExtensions").RuntimeExtension[];
15
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHealthHttpAuthSchemeProvider;
16
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
17
17
  logger: import("@smithy/types").Logger;
18
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
18
+ protocol: import("@smithy/types").$ClientProtocol<any, any> | import("@smithy/types").$ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
19
19
  protocolSettings: {
20
20
  [setting: string]: unknown;
21
21
  defaultNamespace?: string;
@@ -1,83 +1,30 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
2
  import { ConnectHealthClientConfig } from "./ConnectHealthClient";
3
3
  export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
4
- runtime: string;
5
- defaultsMode: import("@smithy/types").Provider<
6
- import("@smithy/core/client").ResolvedDefaultsMode
7
- >;
8
- bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider:
10
- | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
- | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
12
- defaultUserAgentProvider: (
13
- config?: import("@aws-sdk/core/client").PreviouslyResolved,
14
- ) => Promise<import("@smithy/types").UserAgent>;
15
- eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
16
- eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
17
- maxAttempts: number | import("@smithy/types").Provider<number>;
18
- region: string | import("@smithy/types").Provider<any>;
19
- requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
20
- retryMode: string | import("@smithy/types").Provider<string>;
21
- streamCollector: (
22
- stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
23
- ) => Promise<Uint8Array>;
24
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
25
- (boolean | import("@smithy/types").Provider<boolean | undefined>);
26
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
27
- (boolean | import("@smithy/types").Provider<boolean | undefined>);
28
- cacheMiddleware?: boolean | undefined;
29
- protocol:
30
- | import("@smithy/types").ClientProtocol<any, any>
31
- | import("@smithy/types").ClientProtocolCtor<any, any>
32
- | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
33
- protocolSettings: {
34
- defaultNamespace?: string;
35
- [setting: string]: unknown;
36
- };
37
- apiVersion: string;
38
- sha256: import("@smithy/types").HashConstructor;
39
- urlParser: import("@smithy/types").UrlParser;
40
- base64Decoder: import("@smithy/types").Decoder;
41
- base64Encoder: (_input: Uint8Array | string) => string;
42
- utf8Decoder: import("@smithy/types").Decoder;
43
- utf8Encoder: (input: Uint8Array | string) => string;
44
- disableHostPrefix: boolean;
45
- serviceId: string;
46
- profile?: string;
47
- logger: import("@smithy/types").Logger;
48
- extensions: import("./runtimeExtensions").RuntimeExtension[];
49
- customUserAgent?: string | import("@smithy/types").UserAgent;
50
- userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
51
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
4
+ cacheMiddleware?: boolean;
52
5
  endpoint?:
53
6
  | ((
54
7
  | string
55
8
  | import("@smithy/types").Endpoint
56
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
57
9
  | import("@smithy/types").EndpointV2
10
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
58
11
  | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
59
12
  ) &
60
13
  (
61
14
  | string
62
- | import("@smithy/types").Provider<string>
63
15
  | import("@smithy/types").Endpoint
64
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
65
16
  | import("@smithy/types").EndpointV2
17
+ | import("@smithy/types").Provider<string>
18
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
66
19
  | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
67
20
  ))
68
21
  | undefined;
69
- endpointProvider: (
70
- endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
71
- context?: {
72
- logger?: import("@smithy/types").Logger;
73
- },
74
- ) => import("@smithy/types").EndpointV2;
75
22
  tls?: boolean;
76
23
  ignoreConfiguredEndpointUrls?: boolean;
77
24
  serviceConfiguredEndpoint?: never;
78
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
79
- httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
80
- httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHealthHttpAuthSchemeProvider;
25
+ customUserAgent?: string | import("@smithy/types").UserAgent;
26
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
27
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
81
28
  credentials?:
82
29
  | import("@smithy/types").AwsCredentialIdentity
83
30
  | import("@smithy/types").AwsCredentialIdentityProvider;
@@ -94,4 +41,55 @@ export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
94
41
  import("@smithy/signature-v4").SignatureV4CryptoInit,
95
42
  ) => import("@smithy/types").RequestSigner;
96
43
  disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
44
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
45
+ apiVersion: string;
46
+ base64Decoder: import("@smithy/types").Decoder;
47
+ base64Encoder: (_input: Uint8Array | string) => string;
48
+ disableHostPrefix: boolean;
49
+ endpointProvider: (
50
+ params: import("./endpoint/EndpointParameters").EndpointParameters,
51
+ context?: {
52
+ logger?: import("@smithy/types").Logger;
53
+ },
54
+ ) => import("@smithy/types").EndpointV2;
55
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
56
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHealthHttpAuthSchemeProvider;
57
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
58
+ logger: import("@smithy/types").Logger;
59
+ protocol:
60
+ | import("@smithy/types").$ClientProtocol<any, any>
61
+ | import("@smithy/types").$ClientProtocolCtor<any, any>
62
+ | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
63
+ protocolSettings: {
64
+ [setting: string]: unknown;
65
+ defaultNamespace?: string;
66
+ };
67
+ serviceId: string;
68
+ sha256: import("@smithy/types").HashConstructor;
69
+ urlParser: import("@smithy/types").UrlParser;
70
+ utf8Decoder: import("@smithy/types").Decoder;
71
+ utf8Encoder: (input: Uint8Array | string) => string;
72
+ profile?: string;
73
+ runtime: string;
74
+ defaultsMode: import("@smithy/types").Provider<
75
+ import("@smithy/core/client").ResolvedDefaultsMode
76
+ >;
77
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
78
+ credentialDefaultProvider:
79
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
80
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
81
+ defaultUserAgentProvider: (
82
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
83
+ ) => Promise<import("@smithy/types").UserAgent>;
84
+ eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
85
+ eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
86
+ maxAttempts: number | import("@smithy/types").Provider<number>;
87
+ region: string | import("@smithy/types").Provider<any>;
88
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
89
+ retryMode: string | import("@smithy/types").Provider<string>;
90
+ streamCollector: (
91
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
92
+ ) => Promise<Uint8Array>;
93
+ useDualstackEndpoint: boolean | (() => Promise<boolean>);
94
+ useFipsEndpoint: boolean | (() => Promise<boolean>);
97
95
  };
@@ -1,83 +1,29 @@
1
1
  import { NodeHttp2Handler as RequestHandler } from "@smithy/node-http-handler";
2
2
  import { ConnectHealthClientConfig } from "./ConnectHealthClient";
3
3
  export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
4
- runtime: string;
5
- defaultsMode: import("@smithy/types").Provider<
6
- import("@smithy/core/client").ResolvedDefaultsMode
7
- >;
8
- authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
9
- bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider:
11
- | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
12
- | ((
13
- init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
14
- ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
15
- defaultUserAgentProvider: (
16
- config?: import("@aws-sdk/core/client").PreviouslyResolved,
17
- ) => Promise<import("@smithy/types").UserAgent>;
18
- eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
19
- eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
20
- maxAttempts: number | import("@smithy/types").Provider<number>;
21
- region: string | import("@smithy/types").Provider<string>;
22
- requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
23
- retryMode: string | import("@smithy/types").Provider<string>;
24
- streamCollector: (
25
- stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
26
- ) => Promise<Uint8Array>;
27
- useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
28
- useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
29
- userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
30
- cacheMiddleware?: boolean | undefined;
31
- protocol:
32
- | import("@smithy/types").ClientProtocol<any, any>
33
- | import("@smithy/types").ClientProtocolCtor<any, any>
34
- | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
35
- protocolSettings: {
36
- defaultNamespace?: string;
37
- [setting: string]: unknown;
38
- };
39
- apiVersion: string;
40
- sha256: import("@smithy/types").HashConstructor;
41
- urlParser: import("@smithy/types").UrlParser;
42
- base64Decoder: import("@smithy/types").Decoder;
43
- base64Encoder: (_input: Uint8Array | string) => string;
44
- utf8Decoder: import("@smithy/types").Decoder;
45
- utf8Encoder: (input: Uint8Array | string) => string;
46
- disableHostPrefix: boolean;
47
- serviceId: string;
48
- profile?: string;
49
- logger: import("@smithy/types").Logger;
50
- extensions: import("./runtimeExtensions").RuntimeExtension[];
51
- customUserAgent?: string | import("@smithy/types").UserAgent;
52
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
4
+ cacheMiddleware?: boolean;
53
5
  endpoint?:
54
6
  | ((
55
7
  | string
56
8
  | import("@smithy/types").Endpoint
57
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
58
9
  | import("@smithy/types").EndpointV2
10
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
59
11
  | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
60
12
  ) &
61
13
  (
62
14
  | string
63
- | import("@smithy/types").Provider<string>
64
15
  | import("@smithy/types").Endpoint
65
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
66
16
  | import("@smithy/types").EndpointV2
17
+ | import("@smithy/types").Provider<string>
18
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
67
19
  | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
68
20
  ))
69
21
  | undefined;
70
- endpointProvider: (
71
- endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
72
- context?: {
73
- logger?: import("@smithy/types").Logger;
74
- },
75
- ) => import("@smithy/types").EndpointV2;
76
22
  tls?: boolean;
77
23
  ignoreConfiguredEndpointUrls?: boolean;
78
24
  serviceConfiguredEndpoint?: never;
79
- httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
80
- httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHealthHttpAuthSchemeProvider;
25
+ customUserAgent?: string | import("@smithy/types").UserAgent;
26
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
81
27
  credentials?:
82
28
  | import("@smithy/types").AwsCredentialIdentity
83
29
  | import("@smithy/types").AwsCredentialIdentityProvider;
@@ -94,4 +40,58 @@ export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
94
40
  import("@smithy/signature-v4").SignatureV4CryptoInit,
95
41
  ) => import("@smithy/types").RequestSigner;
96
42
  disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
43
+ apiVersion: string;
44
+ base64Decoder: import("@smithy/types").Decoder;
45
+ base64Encoder: (_input: Uint8Array | string) => string;
46
+ disableHostPrefix: boolean;
47
+ endpointProvider: (
48
+ params: import("./endpoint/EndpointParameters").EndpointParameters,
49
+ context?: {
50
+ logger?: import("@smithy/types").Logger;
51
+ },
52
+ ) => import("@smithy/types").EndpointV2;
53
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
54
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHealthHttpAuthSchemeProvider;
55
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
56
+ logger: import("@smithy/types").Logger;
57
+ protocol:
58
+ | import("@smithy/types").$ClientProtocol<any, any>
59
+ | import("@smithy/types").$ClientProtocolCtor<any, any>
60
+ | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
61
+ protocolSettings: {
62
+ [setting: string]: unknown;
63
+ defaultNamespace?: string;
64
+ };
65
+ serviceId: string;
66
+ sha256: import("@smithy/types").HashConstructor;
67
+ urlParser: import("@smithy/types").UrlParser;
68
+ utf8Decoder: import("@smithy/types").Decoder;
69
+ utf8Encoder: (input: Uint8Array | string) => string;
70
+ runtime: string;
71
+ defaultsMode: import("@smithy/types").Provider<
72
+ import("@smithy/core/client").ResolvedDefaultsMode
73
+ >;
74
+ authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
75
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
76
+ credentialDefaultProvider:
77
+ | ((
78
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
79
+ ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider)
80
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider);
81
+ defaultUserAgentProvider: (
82
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
83
+ ) => Promise<import("@smithy/types").UserAgent>;
84
+ eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
85
+ eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
86
+ maxAttempts: number | import("@smithy/types").Provider<number>;
87
+ region: string | import("@smithy/types").Provider<string>;
88
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
89
+ retryMode: string | import("@smithy/types").Provider<string>;
90
+ streamCollector: (
91
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
92
+ ) => Promise<Uint8Array>;
93
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
94
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
95
+ userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
96
+ profile?: string;
97
97
  };
@@ -1,87 +1,29 @@
1
1
  import { ConnectHealthClientConfig } from "./ConnectHealthClient";
2
2
  export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
3
- runtime: string;
4
- eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
5
- requestHandler:
6
- | import("@smithy/types").NodeHttpHandlerOptions
7
- | import("@smithy/types").FetchHttpHandlerOptions
8
- | Record<string, unknown>
9
- | import("@smithy/core/protocols").HttpHandler<any>
10
- | import("@smithy/fetch-http-handler").FetchHttpHandler;
11
3
  cacheMiddleware?: boolean;
12
- protocol:
13
- | import("@smithy/types").ClientProtocol<any, any>
14
- | import("@smithy/types").ClientProtocolCtor<any, any>
15
- | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
16
- protocolSettings: {
17
- defaultNamespace?: string;
18
- [setting: string]: unknown;
19
- };
20
- apiVersion: string;
21
- sha256: import("@smithy/types").HashConstructor;
22
- urlParser: import("@smithy/types").UrlParser;
23
- bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
24
- streamCollector: (
25
- stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
26
- ) => Promise<Uint8Array>;
27
- base64Decoder: import("@smithy/types").Decoder;
28
- base64Encoder: (_input: Uint8Array | string) => string;
29
- utf8Decoder: import("@smithy/types").Decoder;
30
- utf8Encoder: (input: Uint8Array | string) => string;
31
- disableHostPrefix: boolean;
32
- serviceId: string;
33
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
34
- (boolean | import("@smithy/types").Provider<boolean | undefined>);
35
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
36
- (boolean | import("@smithy/types").Provider<boolean | undefined>);
37
- region: string | import("@smithy/types").Provider<any>;
38
- profile?: string;
39
- defaultUserAgentProvider: (
40
- config?: import("@aws-sdk/core/client").PreviouslyResolved,
41
- ) => Promise<import("@smithy/types").UserAgent>;
42
- credentialDefaultProvider:
43
- | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
44
- | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
45
- maxAttempts: number | import("@smithy/types").Provider<number>;
46
- retryMode: string | import("@smithy/types").Provider<string>;
47
- logger: import("@smithy/types").Logger;
48
- extensions: import("./runtimeExtensions").RuntimeExtension[];
49
- eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
50
- defaultsMode:
51
- | import("@smithy/core/client").DefaultsMode
52
- | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
53
- customUserAgent?: string | import("@smithy/types").UserAgent;
54
- userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
55
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
56
4
  endpoint?:
57
5
  | ((
58
6
  | string
59
7
  | import("@smithy/types").Endpoint
60
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
61
8
  | import("@smithy/types").EndpointV2
9
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
62
10
  | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
63
11
  ) &
64
12
  (
65
13
  | string
66
- | import("@smithy/types").Provider<string>
67
14
  | import("@smithy/types").Endpoint
68
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
69
15
  | import("@smithy/types").EndpointV2
16
+ | import("@smithy/types").Provider<string>
17
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
70
18
  | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
71
19
  ))
72
20
  | undefined;
73
- endpointProvider: (
74
- endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
75
- context?: {
76
- logger?: import("@smithy/types").Logger;
77
- },
78
- ) => import("@smithy/types").EndpointV2;
79
21
  tls?: boolean;
80
22
  ignoreConfiguredEndpointUrls?: boolean;
81
23
  serviceConfiguredEndpoint?: never;
82
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
83
- httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
84
- httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHealthHttpAuthSchemeProvider;
24
+ customUserAgent?: string | import("@smithy/types").UserAgent;
25
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
26
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
85
27
  credentials?:
86
28
  | import("@smithy/types").AwsCredentialIdentity
87
29
  | import("@smithy/types").AwsCredentialIdentityProvider;
@@ -98,4 +40,60 @@ export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
98
40
  import("@smithy/signature-v4").SignatureV4CryptoInit,
99
41
  ) => import("@smithy/types").RequestSigner;
100
42
  disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
43
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
44
+ apiVersion: string;
45
+ base64Decoder: import("@smithy/types").Decoder;
46
+ base64Encoder: (_input: Uint8Array | string) => string;
47
+ disableHostPrefix: boolean;
48
+ endpointProvider: (
49
+ params: import("./endpoint/EndpointParameters").EndpointParameters,
50
+ context?: {
51
+ logger?: import("@smithy/types").Logger;
52
+ },
53
+ ) => import("@smithy/types").EndpointV2;
54
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
55
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHealthHttpAuthSchemeProvider;
56
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
57
+ logger: import("@smithy/types").Logger;
58
+ protocol:
59
+ | import("@smithy/types").$ClientProtocol<any, any>
60
+ | import("@smithy/types").$ClientProtocolCtor<any, any>
61
+ | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
62
+ protocolSettings: {
63
+ [setting: string]: unknown;
64
+ defaultNamespace?: string;
65
+ };
66
+ serviceId: string;
67
+ sha256: import("@smithy/types").HashConstructor;
68
+ urlParser: import("@smithy/types").UrlParser;
69
+ utf8Decoder: import("@smithy/types").Decoder;
70
+ utf8Encoder: (input: Uint8Array | string) => string;
71
+ profile?: string;
72
+ defaultsMode:
73
+ | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>
74
+ | import("@smithy/core/client").DefaultsMode;
75
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
76
+ credentialDefaultProvider:
77
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
78
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
79
+ defaultUserAgentProvider: (
80
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
81
+ ) => Promise<import("@smithy/types").UserAgent>;
82
+ eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
83
+ maxAttempts: number | import("@smithy/types").Provider<number>;
84
+ region: string | import("@smithy/types").Provider<any>;
85
+ requestHandler:
86
+ | import("@smithy/fetch-http-handler").FetchHttpHandler
87
+ | import("@smithy/types").FetchHttpHandlerOptions
88
+ | import("@smithy/types").NodeHttpHandlerOptions
89
+ | Record<string, unknown>
90
+ | import("@smithy/core/protocols").HttpHandler<any>;
91
+ retryMode: string | import("@smithy/types").Provider<string>;
92
+ streamCollector: (
93
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
94
+ ) => Promise<Uint8Array>;
95
+ useDualstackEndpoint: boolean | (() => Promise<boolean>);
96
+ useFipsEndpoint: boolean | (() => Promise<boolean>);
97
+ runtime: string;
98
+ eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
101
99
  };
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
6
6
  base64Encoder: (_input: Uint8Array | string) => string;
7
7
  disableHostPrefix: boolean;
8
8
  endpointProvider: (
9
- endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
9
+ params: import("./endpoint/EndpointParameters").EndpointParameters,
10
10
  context?: {
11
11
  logger?: import("@smithy/types").Logger;
12
12
  },
@@ -16,8 +16,8 @@ export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
16
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
17
17
  logger: import("@smithy/types").Logger;
18
18
  protocol:
19
- | import("@smithy/types").ClientProtocol<any, any>
20
- | import("@smithy/types").ClientProtocolCtor<any, any>
19
+ | import("@smithy/types").$ClientProtocol<any, any>
20
+ | import("@smithy/types").$ClientProtocolCtor<any, any>
21
21
  | typeof AwsRestJsonProtocol;
22
22
  protocolSettings: {
23
23
  [setting: string]: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-connecthealth",
3
- "version": "3.1110.0",
3
+ "version": "3.1112.0",
4
4
  "description": "AWS SDK for JavaScript Connecthealth Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-connecthealth",
6
6
  "license": "Apache-2.0",
@@ -50,11 +50,11 @@
50
50
  "test:index": "tsc -p tsconfig.test.json && node ./test/index-objects.spec.mjs"
51
51
  },
52
52
  "dependencies": {
53
- "@aws-sdk/core": "^3.977.7",
54
- "@aws-sdk/credential-provider-node": "^3.972.79",
55
- "@aws-sdk/eventstream-handler-node": "^3.972.32",
56
- "@aws-sdk/middleware-eventstream": "^3.972.27",
57
- "@aws-sdk/types": "^3.974.3",
53
+ "@aws-sdk/core": "^3.977.8",
54
+ "@aws-sdk/credential-provider-node": "^3.972.80",
55
+ "@aws-sdk/eventstream-handler-node": "^3.972.33",
56
+ "@aws-sdk/middleware-eventstream": "^3.972.28",
57
+ "@aws-sdk/types": "^3.974.4",
58
58
  "@smithy/core": "^3.31.1",
59
59
  "@smithy/fetch-http-handler": "^5.6.13",
60
60
  "@smithy/node-http-handler": "^4.9.13",
@@ -68,7 +68,7 @@
68
68
  "concurrently": "7.0.0",
69
69
  "downlevel-dts": "0.10.1",
70
70
  "premove": "4.0.0",
71
- "typescript": "~6.0.3",
71
+ "typescript": "~7.0.2",
72
72
  "vitest": "^4.0.17"
73
73
  },
74
74
  "engines": {