@aws-sdk/client-lex-runtime-service 3.362.0 → 3.369.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 (61) hide show
  1. package/dist-cjs/LexRuntimeService.js +1 -1
  2. package/dist-cjs/LexRuntimeServiceClient.js +5 -5
  3. package/dist-cjs/commands/DeleteSessionCommand.js +3 -3
  4. package/dist-cjs/commands/GetSessionCommand.js +3 -3
  5. package/dist-cjs/commands/PostContentCommand.js +3 -3
  6. package/dist-cjs/commands/PostTextCommand.js +3 -3
  7. package/dist-cjs/commands/PutSessionCommand.js +3 -3
  8. package/dist-cjs/models/LexRuntimeServiceServiceException.js +1 -1
  9. package/dist-cjs/models/models_0.js +1 -1
  10. package/dist-cjs/protocols/Aws_restJson1.js +1 -1
  11. package/dist-cjs/runtimeConfig.browser.js +7 -7
  12. package/dist-cjs/runtimeConfig.js +10 -10
  13. package/dist-cjs/runtimeConfig.shared.js +5 -5
  14. package/dist-es/LexRuntimeService.js +1 -1
  15. package/dist-es/LexRuntimeServiceClient.js +5 -5
  16. package/dist-es/commands/DeleteSessionCommand.js +3 -3
  17. package/dist-es/commands/GetSessionCommand.js +3 -3
  18. package/dist-es/commands/PostContentCommand.js +3 -3
  19. package/dist-es/commands/PostTextCommand.js +3 -3
  20. package/dist-es/commands/PutSessionCommand.js +3 -3
  21. package/dist-es/models/LexRuntimeServiceServiceException.js +1 -1
  22. package/dist-es/models/models_0.js +1 -1
  23. package/dist-es/protocols/Aws_restJson1.js +1 -1
  24. package/dist-es/runtimeConfig.browser.js +7 -7
  25. package/dist-es/runtimeConfig.js +10 -10
  26. package/dist-es/runtimeConfig.shared.js +5 -5
  27. package/dist-types/LexRuntimeService.d.ts +1 -1
  28. package/dist-types/LexRuntimeServiceClient.d.ts +8 -8
  29. package/dist-types/commands/DeleteSessionCommand.d.ts +3 -3
  30. package/dist-types/commands/GetSessionCommand.d.ts +3 -3
  31. package/dist-types/commands/PostContentCommand.d.ts +3 -3
  32. package/dist-types/commands/PostTextCommand.d.ts +3 -3
  33. package/dist-types/commands/PutSessionCommand.d.ts +3 -3
  34. package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
  35. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  36. package/dist-types/endpoint/ruleset.d.ts +1 -1
  37. package/dist-types/models/LexRuntimeServiceServiceException.d.ts +1 -1
  38. package/dist-types/models/models_0.d.ts +1 -1
  39. package/dist-types/protocols/Aws_restJson1.d.ts +1 -2
  40. package/dist-types/runtimeConfig.browser.d.ts +21 -21
  41. package/dist-types/runtimeConfig.d.ts +21 -21
  42. package/dist-types/runtimeConfig.native.d.ts +20 -20
  43. package/dist-types/runtimeConfig.shared.d.ts +5 -5
  44. package/dist-types/ts3.4/LexRuntimeService.d.ts +1 -1
  45. package/dist-types/ts3.4/LexRuntimeServiceClient.d.ts +19 -21
  46. package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +3 -3
  47. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +3 -3
  48. package/dist-types/ts3.4/commands/PostContentCommand.d.ts +3 -3
  49. package/dist-types/ts3.4/commands/PostTextCommand.d.ts +3 -3
  50. package/dist-types/ts3.4/commands/PutSessionCommand.d.ts +3 -3
  51. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  52. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  53. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  54. package/dist-types/ts3.4/models/LexRuntimeServiceServiceException.d.ts +1 -1
  55. package/dist-types/ts3.4/models/models_0.d.ts +1 -1
  56. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +4 -2
  57. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +36 -41
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +36 -38
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -39
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +5 -5
  61. package/package.json +35 -34
@@ -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 { LexRuntimeServiceClientConfig } from "./LexRuntimeServiceClient";
3
3
  export declare const getRuntimeConfig: (
4
4
  config: LexRuntimeServiceClientConfig
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").Endpoint
46
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
47
- | import("@aws-sdk/types").EndpointV2
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
  };
@@ -3,18 +3,18 @@ export declare const getRuntimeConfig: (
3
3
  config: LexRuntimeServiceClientConfig
4
4
  ) => {
5
5
  runtime: string;
6
- sha256: import("@aws-sdk/types").HashConstructor;
6
+ sha256: import("@smithy/types").HashConstructor;
7
7
  requestHandler:
8
- | (import("@aws-sdk/types").RequestHandler<
8
+ | (import("@smithy/types").RequestHandler<
9
9
  any,
10
10
  any,
11
- import("@aws-sdk/types").HttpHandlerOptions
11
+ import("@smithy/types").HttpHandlerOptions
12
12
  > &
13
13
  import("@smithy/protocol-http").HttpHandler)
14
- | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
14
+ | import("@smithy/fetch-http-handler").FetchHttpHandler;
15
15
  apiVersion: string;
16
- urlParser: import("@aws-sdk/types").UrlParser;
17
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
16
+ urlParser: import("@smithy/types").UrlParser;
17
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
19
19
  base64Decoder: import("@smithy/types").Decoder;
20
20
  base64Encoder: import("@smithy/types").Encoder;
@@ -22,67 +22,62 @@ export declare const getRuntimeConfig: (
22
22
  utf8Encoder: import("@smithy/types").Encoder;
23
23
  disableHostPrefix: boolean;
24
24
  serviceId: string;
25
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
26
- (boolean | import("@aws-sdk/types").Provider<boolean>);
27
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
28
- (boolean | import("@aws-sdk/types").Provider<boolean>);
29
- region: string | import("@aws-sdk/types").Provider<any>;
25
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
26
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
27
+ region: string | import("@smithy/types").Provider<any>;
30
28
  credentialDefaultProvider: (
31
29
  input: any
32
30
  ) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
33
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<
34
- import("@aws-sdk/types").UserAgent
31
+ defaultUserAgentProvider: import("@smithy/types").Provider<
32
+ import("@smithy/types").UserAgent
35
33
  >;
36
- maxAttempts: (number | import("@smithy/types").Provider<number>) &
37
- (number | import("@aws-sdk/types").Provider<number>);
34
+ maxAttempts: number | import("@smithy/types").Provider<number>;
38
35
  retryMode: string | import("@smithy/types").Provider<string>;
39
- logger: import("@aws-sdk/types").Logger;
36
+ logger: import("@smithy/types").Logger;
40
37
  defaultsMode:
41
- | import("@aws-sdk/smithy-client").DefaultsMode
38
+ | import("@smithy/smithy-client").DefaultsMode
42
39
  | import("@smithy/types").Provider<
43
- import("@aws-sdk/smithy-client").DefaultsMode
40
+ import("@smithy/smithy-client").DefaultsMode
44
41
  >;
45
- sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
42
+ sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
46
43
  endpoint?:
47
44
  | string
48
- | import("@aws-sdk/types").EndpointV2
49
- | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> &
50
- import("@smithy/types").Provider<import("@smithy/types").Endpoint>)
51
- | (import("@aws-sdk/types").Endpoint & import("@smithy/types").Endpoint)
52
- | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
53
- import("@smithy/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>
54
49
  | undefined;
55
50
  endpointProvider: (
56
51
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
57
52
  context?: {
58
- logger?: import("@aws-sdk/types").Logger | undefined;
53
+ logger?: import("@smithy/types").Logger | undefined;
59
54
  }
60
- ) => import("@aws-sdk/types").EndpointV2;
55
+ ) => import("@smithy/types").EndpointV2;
61
56
  tls?: boolean | undefined;
62
57
  retryStrategy?:
63
- | import("@aws-sdk/types").RetryStrategy
64
- | import("@aws-sdk/types").RetryStrategyV2
58
+ | import("@smithy/types").RetryStrategy
59
+ | import("@smithy/types").RetryStrategyV2
65
60
  | undefined;
66
61
  credentials?:
67
- | import("@aws-sdk/types").AwsCredentialIdentity
68
- | import("@aws-sdk/types").Provider<
69
- import("@aws-sdk/types").AwsCredentialIdentity
62
+ | import("@smithy/types").AwsCredentialIdentity
63
+ | import("@smithy/types").Provider<
64
+ import("@smithy/types").AwsCredentialIdentity
70
65
  >
71
66
  | undefined;
72
67
  signer?:
73
- | import("@aws-sdk/types").RequestSigner
68
+ | import("@smithy/types").RequestSigner
74
69
  | ((
75
- authScheme?: import("@aws-sdk/types").AuthScheme | undefined
76
- ) => Promise<import("@aws-sdk/types").RequestSigner>)
70
+ authScheme?: import("@smithy/types").AuthScheme | undefined
71
+ ) => Promise<import("@smithy/types").RequestSigner>)
77
72
  | undefined;
78
73
  signingEscapePath?: boolean | undefined;
79
74
  systemClockOffset?: number | undefined;
80
75
  signingRegion?: string | undefined;
81
76
  signerConstructor?:
82
77
  | (new (
83
- options: import("@aws-sdk/signature-v4").SignatureV4Init &
84
- import("@aws-sdk/signature-v4").SignatureV4CryptoInit
85
- ) => import("@aws-sdk/types").RequestSigner)
78
+ options: import("@smithy/signature-v4").SignatureV4Init &
79
+ import("@smithy/signature-v4").SignatureV4CryptoInit
80
+ ) => import("@smithy/types").RequestSigner)
86
81
  | undefined;
87
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
82
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
88
83
  };
@@ -9,13 +9,13 @@ export declare const getRuntimeConfig: (
9
9
  endpointProvider: (
10
10
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
11
11
  context?: {
12
- logger?: import("@aws-sdk/types").Logger | undefined;
12
+ logger?: import("@smithy/types").Logger | undefined;
13
13
  }
14
- ) => import("@aws-sdk/types").EndpointV2;
15
- logger: import("@aws-sdk/types").Logger;
16
- sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
14
+ ) => import("@smithy/types").EndpointV2;
15
+ logger: import("@smithy/types").Logger;
16
+ sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
17
17
  serviceId: string;
18
- urlParser: import("@aws-sdk/types").UrlParser;
18
+ urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
20
  utf8Encoder: import("@smithy/types").Encoder;
21
21
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lex-runtime-service",
3
3
  "description": "AWS SDK for JavaScript Lex Runtime Service Client for Node.js, Browser and React Native",
4
- "version": "3.362.0",
4
+ "version": "3.369.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -23,44 +23,45 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "3.0.0",
25
25
  "@aws-crypto/sha256-js": "3.0.0",
26
- "@aws-sdk/client-sts": "3.362.0",
27
- "@aws-sdk/config-resolver": "3.357.0",
28
- "@aws-sdk/credential-provider-node": "3.362.0",
29
- "@aws-sdk/fetch-http-handler": "3.357.0",
30
- "@aws-sdk/hash-node": "3.357.0",
31
- "@aws-sdk/invalid-dependency": "3.357.0",
32
- "@aws-sdk/middleware-content-length": "3.357.0",
33
- "@aws-sdk/middleware-endpoint": "3.357.0",
34
- "@aws-sdk/middleware-host-header": "3.357.0",
35
- "@aws-sdk/middleware-logger": "3.357.0",
36
- "@aws-sdk/middleware-recursion-detection": "3.357.0",
37
- "@aws-sdk/middleware-retry": "3.362.0",
38
- "@aws-sdk/middleware-serde": "3.357.0",
39
- "@aws-sdk/middleware-signing": "3.357.0",
40
- "@aws-sdk/middleware-stack": "3.357.0",
41
- "@aws-sdk/middleware-user-agent": "3.357.0",
42
- "@aws-sdk/node-config-provider": "3.357.0",
43
- "@aws-sdk/node-http-handler": "3.360.0",
44
- "@aws-sdk/smithy-client": "3.360.0",
45
- "@aws-sdk/types": "3.357.0",
46
- "@aws-sdk/url-parser": "3.357.0",
47
- "@aws-sdk/util-base64": "3.310.0",
48
- "@aws-sdk/util-body-length-browser": "3.310.0",
49
- "@aws-sdk/util-body-length-node": "3.310.0",
50
- "@aws-sdk/util-defaults-mode-browser": "3.360.0",
51
- "@aws-sdk/util-defaults-mode-node": "3.360.0",
52
- "@aws-sdk/util-endpoints": "3.357.0",
53
- "@aws-sdk/util-retry": "3.362.0",
54
- "@aws-sdk/util-stream": "3.360.0",
55
- "@aws-sdk/util-user-agent-browser": "3.357.0",
56
- "@aws-sdk/util-user-agent-node": "3.357.0",
57
- "@aws-sdk/util-utf8": "3.310.0",
26
+ "@aws-sdk/client-sts": "3.369.0",
27
+ "@aws-sdk/credential-provider-node": "3.369.0",
28
+ "@aws-sdk/middleware-host-header": "3.369.0",
29
+ "@aws-sdk/middleware-logger": "3.369.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.369.0",
31
+ "@aws-sdk/middleware-signing": "3.369.0",
32
+ "@aws-sdk/middleware-user-agent": "3.369.0",
33
+ "@aws-sdk/types": "3.369.0",
34
+ "@aws-sdk/util-endpoints": "3.369.0",
35
+ "@aws-sdk/util-user-agent-browser": "3.369.0",
36
+ "@aws-sdk/util-user-agent-node": "3.369.0",
37
+ "@smithy/config-resolver": "^1.0.1",
38
+ "@smithy/fetch-http-handler": "^1.0.1",
39
+ "@smithy/hash-node": "^1.0.1",
40
+ "@smithy/invalid-dependency": "^1.0.1",
41
+ "@smithy/middleware-content-length": "^1.0.1",
42
+ "@smithy/middleware-endpoint": "^1.0.1",
43
+ "@smithy/middleware-retry": "^1.0.2",
44
+ "@smithy/middleware-serde": "^1.0.1",
45
+ "@smithy/middleware-stack": "^1.0.1",
46
+ "@smithy/node-config-provider": "^1.0.1",
47
+ "@smithy/node-http-handler": "^1.0.2",
58
48
  "@smithy/protocol-http": "^1.0.1",
59
- "@smithy/types": "^1.0.0",
49
+ "@smithy/smithy-client": "^1.0.3",
50
+ "@smithy/types": "^1.1.0",
51
+ "@smithy/url-parser": "^1.0.1",
52
+ "@smithy/util-base64": "^1.0.1",
53
+ "@smithy/util-body-length-browser": "^1.0.1",
54
+ "@smithy/util-body-length-node": "^1.0.1",
55
+ "@smithy/util-defaults-mode-browser": "^1.0.1",
56
+ "@smithy/util-defaults-mode-node": "^1.0.1",
57
+ "@smithy/util-retry": "^1.0.2",
58
+ "@smithy/util-stream": "^1.0.1",
59
+ "@smithy/util-utf8": "^1.0.1",
60
60
  "tslib": "^2.5.0"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@aws-sdk/service-client-documentation-generator": "3.310.0",
64
+ "@smithy/service-client-documentation-generator": "^1.0.1",
64
65
  "@tsconfig/node14": "1.0.3",
65
66
  "@types/chai": "^4.2.11",
66
67
  "@types/mocha": "^8.0.4",