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