@aws-sdk/client-workmailmessageflow 3.360.0 → 3.363.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/dist-cjs/WorkMailMessageFlow.js +1 -1
  2. package/dist-cjs/WorkMailMessageFlowClient.js +5 -5
  3. package/dist-cjs/commands/GetRawMessageContentCommand.js +3 -3
  4. package/dist-cjs/commands/PutRawMessageContentCommand.js +3 -3
  5. package/dist-cjs/models/WorkMailMessageFlowServiceException.js +1 -1
  6. package/dist-cjs/protocols/Aws_restJson1.js +1 -1
  7. package/dist-cjs/runtimeConfig.browser.js +7 -7
  8. package/dist-cjs/runtimeConfig.js +10 -10
  9. package/dist-cjs/runtimeConfig.shared.js +5 -5
  10. package/dist-es/WorkMailMessageFlow.js +1 -1
  11. package/dist-es/WorkMailMessageFlowClient.js +5 -5
  12. package/dist-es/commands/GetRawMessageContentCommand.js +3 -3
  13. package/dist-es/commands/PutRawMessageContentCommand.js +3 -3
  14. package/dist-es/models/WorkMailMessageFlowServiceException.js +1 -1
  15. package/dist-es/protocols/Aws_restJson1.js +1 -1
  16. package/dist-es/runtimeConfig.browser.js +7 -7
  17. package/dist-es/runtimeConfig.js +10 -10
  18. package/dist-es/runtimeConfig.shared.js +5 -5
  19. package/dist-types/WorkMailMessageFlow.d.ts +1 -1
  20. package/dist-types/WorkMailMessageFlowClient.d.ts +8 -8
  21. package/dist-types/commands/GetRawMessageContentCommand.d.ts +3 -3
  22. package/dist-types/commands/PutRawMessageContentCommand.d.ts +3 -3
  23. package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
  24. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  25. package/dist-types/endpoint/ruleset.d.ts +1 -1
  26. package/dist-types/models/WorkMailMessageFlowServiceException.d.ts +1 -1
  27. package/dist-types/models/models_0.d.ts +1 -1
  28. package/dist-types/protocols/Aws_restJson1.d.ts +1 -2
  29. package/dist-types/runtimeConfig.browser.d.ts +21 -21
  30. package/dist-types/runtimeConfig.d.ts +21 -21
  31. package/dist-types/runtimeConfig.native.d.ts +20 -20
  32. package/dist-types/runtimeConfig.shared.d.ts +5 -5
  33. package/dist-types/ts3.4/WorkMailMessageFlow.d.ts +1 -1
  34. package/dist-types/ts3.4/WorkMailMessageFlowClient.d.ts +19 -21
  35. package/dist-types/ts3.4/commands/GetRawMessageContentCommand.d.ts +3 -3
  36. package/dist-types/ts3.4/commands/PutRawMessageContentCommand.d.ts +3 -3
  37. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  38. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  39. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  40. package/dist-types/ts3.4/models/WorkMailMessageFlowServiceException.d.ts +1 -1
  41. package/dist-types/ts3.4/models/models_0.d.ts +1 -1
  42. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +4 -2
  43. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +36 -41
  44. package/dist-types/ts3.4/runtimeConfig.d.ts +36 -38
  45. package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -39
  46. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +5 -5
  47. package/package.json +32 -31
@@ -4,11 +4,11 @@ import { WorkMailMessageFlowClientConfig } from "./WorkMailMessageFlowClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: WorkMailMessageFlowClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@aws-sdk/types").HashConstructor;
8
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
+ sha256: import("@smithy/types").HashConstructor;
8
+ requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  apiVersion: string;
10
- urlParser: import("@aws-sdk/types").UrlParser;
11
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
+ urlParser: import("@smithy/types").UrlParser;
11
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
14
  base64Encoder: import("@smithy/types").Encoder;
@@ -16,27 +16,27 @@ export declare const getRuntimeConfig: (config: WorkMailMessageFlowClientConfig)
16
16
  utf8Encoder: import("@smithy/types").Encoder;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
20
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
21
- region: string | import("@aws-sdk/types").Provider<any>;
19
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
+ region: string | import("@smithy/types").Provider<any>;
22
22
  credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
23
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
24
- maxAttempts: (number | import("@smithy/types").Provider<number>) & (number | import("@aws-sdk/types").Provider<number>);
23
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
24
+ maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
26
- logger: import("@aws-sdk/types").Logger;
27
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
28
- sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
29
- endpoint?: string | import("@aws-sdk/types").EndpointV2 | (import("@aws-sdk/types").Endpoint & import("@smithy/types").Endpoint) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@smithy/types").Provider<import("@smithy/types").Endpoint>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>) | undefined;
26
+ logger: import("@smithy/types").Logger;
27
+ defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
28
+ sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
29
+ 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> | undefined;
30
30
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
- logger?: import("@aws-sdk/types").Logger | undefined;
32
- }) => import("@aws-sdk/types").EndpointV2;
31
+ logger?: import("@smithy/types").Logger | undefined;
32
+ }) => import("@smithy/types").EndpointV2;
33
33
  tls?: boolean | undefined;
34
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined;
35
- credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
36
- signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
35
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
36
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
37
37
  signingEscapePath?: boolean | undefined;
38
38
  systemClockOffset?: number | undefined;
39
39
  signingRegion?: string | undefined;
40
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
41
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
40
+ signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
41
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
42
42
  };
@@ -8,12 +8,12 @@ export declare const getRuntimeConfig: (config: WorkMailMessageFlowClientConfig)
8
8
  base64Encoder: import("@smithy/types").Encoder;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
- logger?: import("@aws-sdk/types").Logger | undefined;
12
- }) => import("@aws-sdk/types").EndpointV2;
13
- logger: import("@aws-sdk/types").Logger;
14
- sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
11
+ logger?: import("@smithy/types").Logger | undefined;
12
+ }) => import("@smithy/types").EndpointV2;
13
+ logger: import("@smithy/types").Logger;
14
+ sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
15
15
  serviceId: string;
16
- urlParser: import("@aws-sdk/types").UrlParser;
16
+ urlParser: import("@smithy/types").UrlParser;
17
17
  utf8Decoder: import("@smithy/types").Decoder;
18
18
  utf8Encoder: import("@smithy/types").Encoder;
19
19
  };
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import {
3
3
  GetRawMessageContentCommandInput,
4
4
  GetRawMessageContentCommandOutput,
@@ -1,19 +1,7 @@
1
- import {
2
- RegionInputConfig,
3
- RegionResolvedConfig,
4
- } from "@aws-sdk/config-resolver";
5
- import {
6
- EndpointInputConfig,
7
- EndpointResolvedConfig,
8
- } from "@aws-sdk/middleware-endpoint";
9
1
  import {
10
2
  HostHeaderInputConfig,
11
3
  HostHeaderResolvedConfig,
12
4
  } from "@aws-sdk/middleware-host-header";
13
- import {
14
- RetryInputConfig,
15
- RetryResolvedConfig,
16
- } from "@aws-sdk/middleware-retry";
17
5
  import {
18
6
  AwsAuthInputConfig,
19
7
  AwsAuthResolvedConfig,
@@ -22,30 +10,40 @@ import {
22
10
  UserAgentInputConfig,
23
11
  UserAgentResolvedConfig,
24
12
  } from "@aws-sdk/middleware-user-agent";
13
+ import { Credentials as __Credentials } from "@aws-sdk/types";
14
+ import {
15
+ RegionInputConfig,
16
+ RegionResolvedConfig,
17
+ } from "@smithy/config-resolver";
18
+ import {
19
+ EndpointInputConfig,
20
+ EndpointResolvedConfig,
21
+ } from "@smithy/middleware-endpoint";
22
+ import {
23
+ RetryInputConfig,
24
+ RetryResolvedConfig,
25
+ } from "@smithy/middleware-retry";
26
+ import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
25
27
  import {
26
28
  Client as __Client,
27
29
  DefaultsMode as __DefaultsMode,
28
30
  SmithyConfiguration as __SmithyConfiguration,
29
31
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
30
- } from "@aws-sdk/smithy-client";
32
+ } from "@smithy/smithy-client";
31
33
  import {
32
34
  BodyLengthCalculator as __BodyLengthCalculator,
33
35
  ChecksumConstructor as __ChecksumConstructor,
34
- Credentials as __Credentials,
36
+ Decoder as __Decoder,
37
+ Encoder as __Encoder,
35
38
  HashConstructor as __HashConstructor,
36
39
  HttpHandlerOptions as __HttpHandlerOptions,
37
40
  Logger as __Logger,
41
+ Provider as __Provider,
38
42
  Provider,
39
43
  SdkStreamMixinInjector as __SdkStreamMixinInjector,
44
+ StreamCollector as __StreamCollector,
40
45
  UrlParser as __UrlParser,
41
46
  UserAgent as __UserAgent,
42
- } from "@aws-sdk/types";
43
- import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
44
- import {
45
- Decoder as __Decoder,
46
- Encoder as __Encoder,
47
- Provider as __Provider,
48
- StreamCollector as __StreamCollector,
49
47
  } from "@smithy/types";
50
48
  import {
51
49
  GetRawMessageContentCommandInput,
@@ -1,12 +1,12 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  WithSdkStreamMixin as __WithSdkStreamMixin,
9
- } from "@aws-sdk/types";
9
+ } from "@smithy/types";
10
10
  import {
11
11
  GetRawMessageContentRequest,
12
12
  GetRawMessageContentResponse,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  PutRawMessageContentRequest,
11
11
  PutRawMessageContentResponse,
@@ -1,8 +1,9 @@
1
1
  import {
2
+ Endpoint,
2
3
  EndpointParameters as __EndpointParameters,
3
4
  EndpointV2,
4
- } from "@aws-sdk/types";
5
- import { Endpoint, Provider } from "@smithy/types";
5
+ Provider,
6
+ } from "@smithy/types";
6
7
  export interface ClientInputEndpointParameters {
7
8
  region?: string | Provider<string>;
8
9
  useDualstackEndpoint?: boolean | Provider<boolean>;
@@ -1,4 +1,4 @@
1
- import { EndpointV2, Logger } from "@aws-sdk/types";
1
+ import { EndpointV2, Logger } from "@smithy/types";
2
2
  import { EndpointParameters } from "./EndpointParameters";
3
3
  export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
@@ -1,2 +1,2 @@
1
- import { RuleSetObject } from "@aws-sdk/util-endpoints";
1
+ import { RuleSetObject } from "@smithy/types";
2
2
  export declare const ruleSet: RuleSetObject;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
- } from "@aws-sdk/smithy-client";
4
+ } from "@smithy/smithy-client";
5
5
  export { __ServiceException, __ServiceExceptionOptions };
6
6
  export declare class WorkMailMessageFlowServiceException extends __ServiceException {
7
7
  constructor(options: __ServiceExceptionOptions);
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { Readable } from "stream";
3
3
  import { WorkMailMessageFlowServiceException as __BaseException } from "./WorkMailMessageFlowServiceException";
4
4
  export interface GetRawMessageContentRequest {
@@ -1,9 +1,11 @@
1
- import { SdkStreamSerdeContext as __SdkStreamSerdeContext } from "@aws-sdk/types";
2
1
  import {
3
2
  HttpRequest as __HttpRequest,
4
3
  HttpResponse as __HttpResponse,
5
4
  } from "@smithy/protocol-http";
6
- import { SerdeContext as __SerdeContext } from "@smithy/types";
5
+ import {
6
+ SdkStreamSerdeContext as __SdkStreamSerdeContext,
7
+ SerdeContext as __SerdeContext,
8
+ } from "@smithy/types";
7
9
  import {
8
10
  GetRawMessageContentCommandInput,
9
11
  GetRawMessageContentCommandOutput,
@@ -1,97 +1,92 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
1
+ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
2
  import { WorkMailMessageFlowClientConfig } from "./WorkMailMessageFlowClient";
3
3
  export declare const getRuntimeConfig: (
4
4
  config: WorkMailMessageFlowClientConfig
5
5
  ) => {
6
6
  runtime: string;
7
- defaultsMode: import("@aws-sdk/types").Provider<
8
- import("@aws-sdk/smithy-client").ResolvedDefaultsMode
7
+ defaultsMode: import("@smithy/types").Provider<
8
+ import("@smithy/smithy-client").ResolvedDefaultsMode
9
9
  >;
10
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: (
12
12
  input: any
13
13
  ) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
14
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<
15
- import("@aws-sdk/types").UserAgent
14
+ defaultUserAgentProvider: import("@smithy/types").Provider<
15
+ import("@smithy/types").UserAgent
16
16
  >;
17
- maxAttempts: (number | import("@smithy/types").Provider<number>) &
18
- (number | import("@aws-sdk/types").Provider<number>);
19
- region: string | import("@aws-sdk/types").Provider<any>;
17
+ maxAttempts: number | import("@smithy/types").Provider<number>;
18
+ region: string | import("@smithy/types").Provider<any>;
20
19
  requestHandler:
21
- | (import("@aws-sdk/types").RequestHandler<
20
+ | (import("@smithy/types").RequestHandler<
22
21
  any,
23
22
  any,
24
- import("@aws-sdk/types").HttpHandlerOptions
23
+ import("@smithy/types").HttpHandlerOptions
25
24
  > &
26
25
  import("@smithy/protocol-http").HttpHandler)
27
26
  | RequestHandler;
28
27
  retryMode: string | import("@smithy/types").Provider<string>;
29
- sha256: import("@aws-sdk/types").HashConstructor;
28
+ sha256: import("@smithy/types").HashConstructor;
30
29
  streamCollector: import("@smithy/types").StreamCollector;
31
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
32
- (boolean | import("@aws-sdk/types").Provider<boolean>);
33
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
34
- (boolean | import("@aws-sdk/types").Provider<boolean>);
30
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
31
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
35
32
  apiVersion: string;
36
- urlParser: import("@aws-sdk/types").UrlParser;
33
+ urlParser: import("@smithy/types").UrlParser;
37
34
  base64Decoder: import("@smithy/types").Decoder;
38
35
  base64Encoder: import("@smithy/types").Encoder;
39
36
  utf8Decoder: import("@smithy/types").Decoder;
40
37
  utf8Encoder: import("@smithy/types").Encoder;
41
38
  disableHostPrefix: boolean;
42
39
  serviceId: string;
43
- logger: import("@aws-sdk/types").Logger;
44
- sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
40
+ logger: import("@smithy/types").Logger;
41
+ sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
45
42
  endpoint?:
46
43
  | ((
47
44
  | string
48
- | import("@aws-sdk/types").EndpointV2
49
- | import("@aws-sdk/types").Endpoint
50
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
51
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
45
+ | import("@smithy/types").Endpoint
46
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
47
+ | import("@smithy/types").EndpointV2
48
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
52
49
  ) &
53
50
  (
54
51
  | string
55
52
  | import("@smithy/types").Provider<string>
56
53
  | import("@smithy/types").Endpoint
57
54
  | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
58
- | import("@aws-sdk/types").EndpointV2
59
- | import("@smithy/types").Provider<
60
- import("@aws-sdk/types").EndpointV2
61
- >
55
+ | import("@smithy/types").EndpointV2
56
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
62
57
  ))
63
58
  | undefined;
64
59
  endpointProvider: (
65
60
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
66
61
  context?: {
67
- logger?: import("@aws-sdk/types").Logger | undefined;
62
+ logger?: import("@smithy/types").Logger | undefined;
68
63
  }
69
- ) => import("@aws-sdk/types").EndpointV2;
64
+ ) => import("@smithy/types").EndpointV2;
70
65
  tls?: boolean | undefined;
71
66
  retryStrategy?:
72
- | import("@aws-sdk/types").RetryStrategy
73
- | import("@aws-sdk/types").RetryStrategyV2
67
+ | import("@smithy/types").RetryStrategy
68
+ | import("@smithy/types").RetryStrategyV2
74
69
  | undefined;
75
70
  credentials?:
76
- | import("@aws-sdk/types").AwsCredentialIdentity
77
- | import("@aws-sdk/types").Provider<
78
- import("@aws-sdk/types").AwsCredentialIdentity
71
+ | import("@smithy/types").AwsCredentialIdentity
72
+ | import("@smithy/types").Provider<
73
+ import("@smithy/types").AwsCredentialIdentity
79
74
  >
80
75
  | undefined;
81
76
  signer?:
82
- | import("@aws-sdk/types").RequestSigner
77
+ | import("@smithy/types").RequestSigner
83
78
  | ((
84
- authScheme?: import("@aws-sdk/types").AuthScheme | undefined
85
- ) => Promise<import("@aws-sdk/types").RequestSigner>)
79
+ authScheme?: import("@smithy/types").AuthScheme | undefined
80
+ ) => Promise<import("@smithy/types").RequestSigner>)
86
81
  | undefined;
87
82
  signingEscapePath?: boolean | undefined;
88
83
  systemClockOffset?: number | undefined;
89
84
  signingRegion?: string | undefined;
90
85
  signerConstructor?:
91
86
  | (new (
92
- options: import("@aws-sdk/signature-v4").SignatureV4Init &
93
- import("@aws-sdk/signature-v4").SignatureV4CryptoInit
94
- ) => import("@aws-sdk/types").RequestSigner)
87
+ options: import("@smithy/signature-v4").SignatureV4Init &
88
+ import("@smithy/signature-v4").SignatureV4CryptoInit
89
+ ) => import("@smithy/types").RequestSigner)
95
90
  | undefined;
96
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
91
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
97
92
  };
@@ -1,94 +1,92 @@
1
- import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
1
+ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
2
2
  import { WorkMailMessageFlowClientConfig } from "./WorkMailMessageFlowClient";
3
3
  export declare const getRuntimeConfig: (
4
4
  config: WorkMailMessageFlowClientConfig
5
5
  ) => {
6
6
  runtime: string;
7
- defaultsMode: import("@aws-sdk/types").Provider<
8
- import("@aws-sdk/smithy-client").ResolvedDefaultsMode
7
+ defaultsMode: import("@smithy/types").Provider<
8
+ import("@smithy/smithy-client").ResolvedDefaultsMode
9
9
  >;
10
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: (
12
12
  input: any
13
13
  ) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
14
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<
15
- import("@aws-sdk/types").UserAgent
14
+ defaultUserAgentProvider: import("@smithy/types").Provider<
15
+ import("@smithy/types").UserAgent
16
16
  >;
17
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
18
- region: string | import("@aws-sdk/types").Provider<string>;
17
+ maxAttempts: number | import("@smithy/types").Provider<number>;
18
+ region: string | import("@smithy/types").Provider<string>;
19
19
  requestHandler:
20
- | (import("@aws-sdk/types").RequestHandler<
20
+ | (import("@smithy/types").RequestHandler<
21
21
  any,
22
22
  any,
23
- import("@aws-sdk/types").HttpHandlerOptions
23
+ import("@smithy/types").HttpHandlerOptions
24
24
  > &
25
25
  import("@smithy/protocol-http").HttpHandler)
26
26
  | RequestHandler;
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
- sha256: import("@aws-sdk/types").HashConstructor;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  streamCollector: import("@smithy/types").StreamCollector;
30
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
31
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
30
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
31
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
32
32
  apiVersion: string;
33
- urlParser: import("@aws-sdk/types").UrlParser;
33
+ urlParser: import("@smithy/types").UrlParser;
34
34
  base64Decoder: import("@smithy/types").Decoder;
35
35
  base64Encoder: import("@smithy/types").Encoder;
36
36
  utf8Decoder: import("@smithy/types").Decoder;
37
37
  utf8Encoder: import("@smithy/types").Encoder;
38
38
  disableHostPrefix: boolean;
39
39
  serviceId: string;
40
- logger: import("@aws-sdk/types").Logger;
41
- sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
40
+ logger: import("@smithy/types").Logger;
41
+ sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
42
42
  endpoint?:
43
43
  | ((
44
44
  | string
45
- | import("@aws-sdk/types").EndpointV2
46
- | import("@aws-sdk/types").Endpoint
47
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
48
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
45
+ | import("@smithy/types").Endpoint
46
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
47
+ | import("@smithy/types").EndpointV2
48
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
49
49
  ) &
50
50
  (
51
51
  | string
52
52
  | import("@smithy/types").Provider<string>
53
53
  | import("@smithy/types").Endpoint
54
54
  | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
55
- | import("@aws-sdk/types").EndpointV2
56
- | import("@smithy/types").Provider<
57
- import("@aws-sdk/types").EndpointV2
58
- >
55
+ | import("@smithy/types").EndpointV2
56
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
59
57
  ))
60
58
  | undefined;
61
59
  endpointProvider: (
62
60
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
63
61
  context?: {
64
- logger?: import("@aws-sdk/types").Logger | undefined;
62
+ logger?: import("@smithy/types").Logger | undefined;
65
63
  }
66
- ) => import("@aws-sdk/types").EndpointV2;
64
+ ) => import("@smithy/types").EndpointV2;
67
65
  tls?: boolean | undefined;
68
66
  retryStrategy?:
69
- | import("@aws-sdk/types").RetryStrategy
70
- | import("@aws-sdk/types").RetryStrategyV2
67
+ | import("@smithy/types").RetryStrategy
68
+ | import("@smithy/types").RetryStrategyV2
71
69
  | undefined;
72
70
  credentials?:
73
- | import("@aws-sdk/types").AwsCredentialIdentity
74
- | import("@aws-sdk/types").Provider<
75
- import("@aws-sdk/types").AwsCredentialIdentity
71
+ | import("@smithy/types").AwsCredentialIdentity
72
+ | import("@smithy/types").Provider<
73
+ import("@smithy/types").AwsCredentialIdentity
76
74
  >
77
75
  | undefined;
78
76
  signer?:
79
- | import("@aws-sdk/types").RequestSigner
77
+ | import("@smithy/types").RequestSigner
80
78
  | ((
81
- authScheme?: import("@aws-sdk/types").AuthScheme | undefined
82
- ) => Promise<import("@aws-sdk/types").RequestSigner>)
79
+ authScheme?: import("@smithy/types").AuthScheme | undefined
80
+ ) => Promise<import("@smithy/types").RequestSigner>)
83
81
  | undefined;
84
82
  signingEscapePath?: boolean | undefined;
85
83
  systemClockOffset?: number | undefined;
86
84
  signingRegion?: string | undefined;
87
85
  signerConstructor?:
88
86
  | (new (
89
- options: import("@aws-sdk/signature-v4").SignatureV4Init &
90
- import("@aws-sdk/signature-v4").SignatureV4CryptoInit
91
- ) => import("@aws-sdk/types").RequestSigner)
87
+ options: import("@smithy/signature-v4").SignatureV4Init &
88
+ import("@smithy/signature-v4").SignatureV4CryptoInit
89
+ ) => import("@smithy/types").RequestSigner)
92
90
  | undefined;
93
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
91
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
94
92
  };