@aws-sdk/client-directory-service 3.651.1 → 3.654.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 (160) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +124 -5
  3. package/dist-es/DirectoryService.js +6 -0
  4. package/dist-es/commands/DescribeDirectoryDataAccessCommand.js +22 -0
  5. package/dist-es/commands/DisableDirectoryDataAccessCommand.js +22 -0
  6. package/dist-es/commands/EnableDirectoryDataAccessCommand.js +22 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/models_0.js +9 -0
  9. package/dist-es/protocols/Aws_json1_1.js +60 -3
  10. package/dist-types/DirectoryService.d.ts +21 -0
  11. package/dist-types/DirectoryServiceClient.d.ts +5 -2
  12. package/dist-types/commands/AcceptSharedDirectoryCommand.d.ts +11 -0
  13. package/dist-types/commands/AddIpRoutesCommand.d.ts +12 -1
  14. package/dist-types/commands/AddRegionCommand.d.ts +13 -2
  15. package/dist-types/commands/AddTagsToResourceCommand.d.ts +11 -0
  16. package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +11 -0
  17. package/dist-types/commands/ConnectDirectoryCommand.d.ts +11 -0
  18. package/dist-types/commands/CreateAliasCommand.d.ts +11 -0
  19. package/dist-types/commands/CreateComputerCommand.d.ts +12 -1
  20. package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +12 -1
  21. package/dist-types/commands/CreateDirectoryCommand.d.ts +11 -0
  22. package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +11 -0
  23. package/dist-types/commands/CreateMicrosoftADCommand.d.ts +11 -0
  24. package/dist-types/commands/CreateSnapshotCommand.d.ts +11 -0
  25. package/dist-types/commands/CreateTrustCommand.d.ts +11 -0
  26. package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +12 -1
  27. package/dist-types/commands/DeleteDirectoryCommand.d.ts +11 -0
  28. package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +11 -0
  29. package/dist-types/commands/DeleteSnapshotCommand.d.ts +11 -0
  30. package/dist-types/commands/DeleteTrustCommand.d.ts +11 -0
  31. package/dist-types/commands/DeregisterCertificateCommand.d.ts +12 -1
  32. package/dist-types/commands/DeregisterEventTopicCommand.d.ts +11 -0
  33. package/dist-types/commands/DescribeCertificateCommand.d.ts +11 -0
  34. package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +12 -1
  35. package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +12 -1
  36. package/dist-types/commands/DescribeDirectoriesCommand.d.ts +12 -1
  37. package/dist-types/commands/DescribeDirectoryDataAccessCommand.d.ts +86 -0
  38. package/dist-types/commands/DescribeDomainControllersCommand.d.ts +12 -1
  39. package/dist-types/commands/DescribeEventTopicsCommand.d.ts +11 -0
  40. package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +11 -0
  41. package/dist-types/commands/DescribeRegionsCommand.d.ts +13 -2
  42. package/dist-types/commands/DescribeSettingsCommand.d.ts +11 -0
  43. package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +11 -0
  44. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +11 -0
  45. package/dist-types/commands/DescribeTrustsCommand.d.ts +11 -0
  46. package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +12 -1
  47. package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +12 -1
  48. package/dist-types/commands/DisableDirectoryDataAccessCommand.d.ts +92 -0
  49. package/dist-types/commands/DisableLDAPSCommand.d.ts +12 -1
  50. package/dist-types/commands/DisableRadiusCommand.d.ts +11 -0
  51. package/dist-types/commands/DisableSsoCommand.d.ts +11 -0
  52. package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +12 -1
  53. package/dist-types/commands/EnableDirectoryDataAccessCommand.d.ts +92 -0
  54. package/dist-types/commands/EnableLDAPSCommand.d.ts +12 -1
  55. package/dist-types/commands/EnableRadiusCommand.d.ts +11 -0
  56. package/dist-types/commands/EnableSsoCommand.d.ts +11 -0
  57. package/dist-types/commands/GetDirectoryLimitsCommand.d.ts +11 -0
  58. package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +11 -0
  59. package/dist-types/commands/ListCertificatesCommand.d.ts +11 -0
  60. package/dist-types/commands/ListIpRoutesCommand.d.ts +11 -0
  61. package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +11 -0
  62. package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +11 -0
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  64. package/dist-types/commands/RegisterCertificateCommand.d.ts +12 -1
  65. package/dist-types/commands/RegisterEventTopicCommand.d.ts +11 -0
  66. package/dist-types/commands/RejectSharedDirectoryCommand.d.ts +11 -0
  67. package/dist-types/commands/RemoveIpRoutesCommand.d.ts +12 -1
  68. package/dist-types/commands/RemoveRegionCommand.d.ts +13 -2
  69. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +11 -0
  70. package/dist-types/commands/ResetUserPasswordCommand.d.ts +13 -2
  71. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +11 -0
  72. package/dist-types/commands/ShareDirectoryCommand.d.ts +12 -1
  73. package/dist-types/commands/StartSchemaExtensionCommand.d.ts +12 -1
  74. package/dist-types/commands/UnshareDirectoryCommand.d.ts +11 -0
  75. package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +12 -1
  76. package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +13 -2
  77. package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +12 -1
  78. package/dist-types/commands/UpdateRadiusCommand.d.ts +11 -0
  79. package/dist-types/commands/UpdateSettingsCommand.d.ts +12 -1
  80. package/dist-types/commands/UpdateTrustCommand.d.ts +11 -0
  81. package/dist-types/commands/VerifyTrustCommand.d.ts +11 -0
  82. package/dist-types/commands/index.d.ts +3 -0
  83. package/dist-types/models/models_0.d.ts +95 -27
  84. package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  85. package/dist-types/ts3.4/DirectoryService.d.ts +51 -0
  86. package/dist-types/ts3.4/DirectoryServiceClient.d.ts +18 -0
  87. package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/DescribeDirectoryDataAccessCommand.d.ts +51 -0
  113. package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +12 -1
  121. package/dist-types/ts3.4/commands/DescribeUpdateDirectoryCommand.d.ts +12 -1
  122. package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/DisableDirectoryDataAccessCommand.d.ts +51 -0
  124. package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +12 -1
  127. package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +12 -1
  128. package/dist-types/ts3.4/commands/EnableDirectoryDataAccessCommand.d.ts +51 -0
  129. package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +12 -1
  130. package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +12 -1
  131. package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +12 -1
  132. package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +12 -1
  133. package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +12 -1
  134. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +12 -1
  135. package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +12 -1
  136. package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +12 -1
  137. package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +12 -1
  138. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  139. package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +12 -1
  140. package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +12 -1
  141. package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +12 -1
  142. package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +12 -1
  143. package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +12 -1
  144. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -1
  145. package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +12 -1
  146. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +12 -1
  147. package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +12 -1
  148. package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +12 -1
  149. package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +12 -1
  150. package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +12 -1
  151. package/dist-types/ts3.4/commands/UpdateDirectorySetupCommand.d.ts +12 -1
  152. package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +12 -1
  153. package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +12 -1
  154. package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +12 -1
  155. package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +12 -1
  156. package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +12 -1
  157. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  158. package/dist-types/ts3.4/models/models_0.d.ts +25 -0
  159. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
  160. package/package.json +35 -35
@@ -103,6 +103,10 @@ import {
103
103
  DescribeDirectoriesCommandInput,
104
104
  DescribeDirectoriesCommandOutput,
105
105
  } from "../commands/DescribeDirectoriesCommand";
106
+ import {
107
+ DescribeDirectoryDataAccessCommandInput,
108
+ DescribeDirectoryDataAccessCommandOutput,
109
+ } from "../commands/DescribeDirectoryDataAccessCommand";
106
110
  import {
107
111
  DescribeDomainControllersCommandInput,
108
112
  DescribeDomainControllersCommandOutput,
@@ -143,6 +147,10 @@ import {
143
147
  DisableClientAuthenticationCommandInput,
144
148
  DisableClientAuthenticationCommandOutput,
145
149
  } from "../commands/DisableClientAuthenticationCommand";
150
+ import {
151
+ DisableDirectoryDataAccessCommandInput,
152
+ DisableDirectoryDataAccessCommandOutput,
153
+ } from "../commands/DisableDirectoryDataAccessCommand";
146
154
  import {
147
155
  DisableLDAPSCommandInput,
148
156
  DisableLDAPSCommandOutput,
@@ -159,6 +167,10 @@ import {
159
167
  EnableClientAuthenticationCommandInput,
160
168
  EnableClientAuthenticationCommandOutput,
161
169
  } from "../commands/EnableClientAuthenticationCommand";
170
+ import {
171
+ EnableDirectoryDataAccessCommandInput,
172
+ EnableDirectoryDataAccessCommandOutput,
173
+ } from "../commands/EnableDirectoryDataAccessCommand";
162
174
  import {
163
175
  EnableLDAPSCommandInput,
164
176
  EnableLDAPSCommandOutput,
@@ -371,6 +383,10 @@ export declare const se_DescribeDirectoriesCommand: (
371
383
  input: DescribeDirectoriesCommandInput,
372
384
  context: __SerdeContext
373
385
  ) => Promise<__HttpRequest>;
386
+ export declare const se_DescribeDirectoryDataAccessCommand: (
387
+ input: DescribeDirectoryDataAccessCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
374
390
  export declare const se_DescribeDomainControllersCommand: (
375
391
  input: DescribeDomainControllersCommandInput,
376
392
  context: __SerdeContext
@@ -411,6 +427,10 @@ export declare const se_DisableClientAuthenticationCommand: (
411
427
  input: DisableClientAuthenticationCommandInput,
412
428
  context: __SerdeContext
413
429
  ) => Promise<__HttpRequest>;
430
+ export declare const se_DisableDirectoryDataAccessCommand: (
431
+ input: DisableDirectoryDataAccessCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
414
434
  export declare const se_DisableLDAPSCommand: (
415
435
  input: DisableLDAPSCommandInput,
416
436
  context: __SerdeContext
@@ -427,6 +447,10 @@ export declare const se_EnableClientAuthenticationCommand: (
427
447
  input: EnableClientAuthenticationCommandInput,
428
448
  context: __SerdeContext
429
449
  ) => Promise<__HttpRequest>;
450
+ export declare const se_EnableDirectoryDataAccessCommand: (
451
+ input: EnableDirectoryDataAccessCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
430
454
  export declare const se_EnableLDAPSCommand: (
431
455
  input: EnableLDAPSCommandInput,
432
456
  context: __SerdeContext
@@ -639,6 +663,10 @@ export declare const de_DescribeDirectoriesCommand: (
639
663
  output: __HttpResponse,
640
664
  context: __SerdeContext
641
665
  ) => Promise<DescribeDirectoriesCommandOutput>;
666
+ export declare const de_DescribeDirectoryDataAccessCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<DescribeDirectoryDataAccessCommandOutput>;
642
670
  export declare const de_DescribeDomainControllersCommand: (
643
671
  output: __HttpResponse,
644
672
  context: __SerdeContext
@@ -679,6 +707,10 @@ export declare const de_DisableClientAuthenticationCommand: (
679
707
  output: __HttpResponse,
680
708
  context: __SerdeContext
681
709
  ) => Promise<DisableClientAuthenticationCommandOutput>;
710
+ export declare const de_DisableDirectoryDataAccessCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<DisableDirectoryDataAccessCommandOutput>;
682
714
  export declare const de_DisableLDAPSCommand: (
683
715
  output: __HttpResponse,
684
716
  context: __SerdeContext
@@ -695,6 +727,10 @@ export declare const de_EnableClientAuthenticationCommand: (
695
727
  output: __HttpResponse,
696
728
  context: __SerdeContext
697
729
  ) => Promise<EnableClientAuthenticationCommandOutput>;
730
+ export declare const de_EnableDirectoryDataAccessCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<EnableDirectoryDataAccessCommandOutput>;
698
734
  export declare const de_EnableLDAPSCommand: (
699
735
  output: __HttpResponse,
700
736
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-directory-service",
3
3
  "description": "AWS SDK for JavaScript Directory Service Client for Node.js, Browser and React Native",
4
- "version": "3.651.1",
4
+ "version": "3.654.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-directory-service",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },