@aws-sdk/client-s3 3.844.0 → 3.845.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 (139) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +594 -121
  3. package/dist-es/S3.js +10 -0
  4. package/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +31 -0
  5. package/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +26 -0
  6. package/dist-es/commands/GetBucketMetadataConfigurationCommand.js +28 -0
  7. package/dist-es/commands/ListPartsCommand.js +1 -1
  8. package/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +31 -0
  9. package/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +31 -0
  10. package/dist-es/commands/index.js +5 -0
  11. package/dist-es/models/models_0.js +16 -24
  12. package/dist-es/models/models_1.js +24 -0
  13. package/dist-es/protocols/Aws_restXml.js +325 -3
  14. package/dist-types/S3.d.ts +35 -0
  15. package/dist-types/S3Client.d.ts +7 -2
  16. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +17 -22
  17. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +46 -57
  18. package/dist-types/commands/CopyObjectCommand.d.ts +95 -106
  19. package/dist-types/commands/CreateBucketCommand.d.ts +70 -82
  20. package/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +182 -0
  21. package/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +25 -12
  22. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +88 -113
  23. package/dist-types/commands/CreateSessionCommand.d.ts +45 -50
  24. package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +7 -9
  25. package/dist-types/commands/DeleteBucketCommand.d.ts +10 -12
  26. package/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -5
  27. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +16 -18
  28. package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -6
  29. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +23 -28
  30. package/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +114 -0
  31. package/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +26 -8
  32. package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +9 -12
  33. package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +5 -6
  34. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +20 -23
  35. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +5 -7
  36. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -3
  37. package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +9 -10
  38. package/dist-types/commands/DeleteObjectCommand.d.ts +37 -23
  39. package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +7 -7
  40. package/dist-types/commands/DeleteObjectsCommand.d.ts +37 -44
  41. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +6 -6
  42. package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +14 -17
  43. package/dist-types/commands/GetBucketAclCommand.d.ts +9 -11
  44. package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +8 -11
  45. package/dist-types/commands/GetBucketCorsCommand.d.ts +4 -6
  46. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +16 -19
  47. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +6 -8
  48. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +28 -37
  49. package/dist-types/commands/GetBucketLocationCommand.d.ts +4 -5
  50. package/dist-types/commands/GetBucketLoggingCommand.d.ts +2 -2
  51. package/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +146 -0
  52. package/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +25 -8
  53. package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +10 -11
  54. package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +7 -8
  55. package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +9 -8
  56. package/dist-types/commands/GetBucketPolicyCommand.d.ts +24 -29
  57. package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +5 -6
  58. package/dist-types/commands/GetBucketReplicationCommand.d.ts +11 -12
  59. package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +2 -3
  60. package/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -3
  61. package/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -3
  62. package/dist-types/commands/GetBucketWebsiteCommand.d.ts +6 -7
  63. package/dist-types/commands/GetObjectAclCommand.d.ts +9 -11
  64. package/dist-types/commands/GetObjectAttributesCommand.d.ts +55 -70
  65. package/dist-types/commands/GetObjectCommand.d.ts +66 -81
  66. package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -2
  67. package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -3
  68. package/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -2
  69. package/dist-types/commands/GetObjectTaggingCommand.d.ts +8 -10
  70. package/dist-types/commands/GetObjectTorrentCommand.d.ts +4 -5
  71. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +10 -12
  72. package/dist-types/commands/HeadBucketCommand.d.ts +33 -35
  73. package/dist-types/commands/HeadObjectCommand.d.ts +50 -62
  74. package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +14 -17
  75. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +12 -15
  76. package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +15 -18
  77. package/dist-types/commands/ListBucketsCommand.d.ts +10 -9
  78. package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +9 -9
  79. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +41 -49
  80. package/dist-types/commands/ListObjectVersionsCommand.d.ts +7 -9
  81. package/dist-types/commands/ListObjectsCommand.d.ts +8 -7
  82. package/dist-types/commands/ListObjectsV2Command.d.ts +28 -31
  83. package/dist-types/commands/ListPartsCommand.d.ts +21 -24
  84. package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +14 -18
  85. package/dist-types/commands/PutBucketAclCommand.d.ts +51 -62
  86. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +23 -25
  87. package/dist-types/commands/PutBucketCorsCommand.d.ts +23 -27
  88. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +40 -48
  89. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +11 -12
  90. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +33 -37
  91. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +51 -60
  92. package/dist-types/commands/PutBucketLoggingCommand.d.ts +26 -33
  93. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +12 -14
  94. package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +29 -35
  95. package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -6
  96. package/dist-types/commands/PutBucketPolicyCommand.d.ts +24 -29
  97. package/dist-types/commands/PutBucketReplicationCommand.d.ts +31 -38
  98. package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +4 -5
  99. package/dist-types/commands/PutBucketTaggingCommand.d.ts +21 -27
  100. package/dist-types/commands/PutBucketVersioningCommand.d.ts +20 -23
  101. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +19 -18
  102. package/dist-types/commands/PutObjectAclCommand.d.ts +53 -61
  103. package/dist-types/commands/PutObjectCommand.d.ts +56 -66
  104. package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -3
  105. package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +10 -11
  106. package/dist-types/commands/PutObjectRetentionCommand.d.ts +4 -4
  107. package/dist-types/commands/PutObjectTaggingCommand.d.ts +18 -24
  108. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +10 -12
  109. package/dist-types/commands/RenameObjectCommand.d.ts +34 -40
  110. package/dist-types/commands/RestoreObjectCommand.d.ts +76 -85
  111. package/dist-types/commands/SelectObjectContentCommand.d.ts +50 -59
  112. package/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +161 -0
  113. package/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +113 -0
  114. package/dist-types/commands/UploadPartCommand.d.ts +64 -74
  115. package/dist-types/commands/UploadPartCopyCommand.d.ts +80 -96
  116. package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +29 -33
  117. package/dist-types/commands/index.d.ts +5 -0
  118. package/dist-types/models/models_0.d.ts +2688 -3603
  119. package/dist-types/models/models_1.d.ts +2120 -743
  120. package/dist-types/protocols/Aws_restXml.d.ts +45 -0
  121. package/dist-types/ts3.4/S3.d.ts +109 -0
  122. package/dist-types/ts3.4/S3Client.d.ts +30 -0
  123. package/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +47 -0
  124. package/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +47 -0
  125. package/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +51 -0
  126. package/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +47 -0
  134. package/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +47 -0
  135. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  136. package/dist-types/ts3.4/models/models_0.d.ts +93 -206
  137. package/dist-types/ts3.4/models/models_1.d.ts +238 -0
  138. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +60 -0
  139. package/package.json +15 -15
@@ -23,6 +23,10 @@ import {
23
23
  CreateBucketCommandInput,
24
24
  CreateBucketCommandOutput,
25
25
  } from "../commands/CreateBucketCommand";
26
+ import {
27
+ CreateBucketMetadataConfigurationCommandInput,
28
+ CreateBucketMetadataConfigurationCommandOutput,
29
+ } from "../commands/CreateBucketMetadataConfigurationCommand";
26
30
  import {
27
31
  CreateBucketMetadataTableConfigurationCommandInput,
28
32
  CreateBucketMetadataTableConfigurationCommandOutput,
@@ -63,6 +67,10 @@ import {
63
67
  DeleteBucketLifecycleCommandInput,
64
68
  DeleteBucketLifecycleCommandOutput,
65
69
  } from "../commands/DeleteBucketLifecycleCommand";
70
+ import {
71
+ DeleteBucketMetadataConfigurationCommandInput,
72
+ DeleteBucketMetadataConfigurationCommandOutput,
73
+ } from "../commands/DeleteBucketMetadataConfigurationCommand";
66
74
  import {
67
75
  DeleteBucketMetadataTableConfigurationCommandInput,
68
76
  DeleteBucketMetadataTableConfigurationCommandOutput,
@@ -147,6 +155,10 @@ import {
147
155
  GetBucketLoggingCommandInput,
148
156
  GetBucketLoggingCommandOutput,
149
157
  } from "../commands/GetBucketLoggingCommand";
158
+ import {
159
+ GetBucketMetadataConfigurationCommandInput,
160
+ GetBucketMetadataConfigurationCommandOutput,
161
+ } from "../commands/GetBucketMetadataConfigurationCommand";
150
162
  import {
151
163
  GetBucketMetadataTableConfigurationCommandInput,
152
164
  GetBucketMetadataTableConfigurationCommandOutput,
@@ -391,6 +403,14 @@ import {
391
403
  SelectObjectContentCommandInput,
392
404
  SelectObjectContentCommandOutput,
393
405
  } from "../commands/SelectObjectContentCommand";
406
+ import {
407
+ UpdateBucketMetadataInventoryTableConfigurationCommandInput,
408
+ UpdateBucketMetadataInventoryTableConfigurationCommandOutput,
409
+ } from "../commands/UpdateBucketMetadataInventoryTableConfigurationCommand";
410
+ import {
411
+ UpdateBucketMetadataJournalTableConfigurationCommandInput,
412
+ UpdateBucketMetadataJournalTableConfigurationCommandOutput,
413
+ } from "../commands/UpdateBucketMetadataJournalTableConfigurationCommand";
394
414
  import {
395
415
  UploadPartCommandInput,
396
416
  UploadPartCommandOutput,
@@ -419,6 +439,10 @@ export declare const se_CreateBucketCommand: (
419
439
  input: CreateBucketCommandInput,
420
440
  context: __SerdeContext
421
441
  ) => Promise<__HttpRequest>;
442
+ export declare const se_CreateBucketMetadataConfigurationCommand: (
443
+ input: CreateBucketMetadataConfigurationCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
422
446
  export declare const se_CreateBucketMetadataTableConfigurationCommand: (
423
447
  input: CreateBucketMetadataTableConfigurationCommandInput,
424
448
  context: __SerdeContext
@@ -459,6 +483,10 @@ export declare const se_DeleteBucketLifecycleCommand: (
459
483
  input: DeleteBucketLifecycleCommandInput,
460
484
  context: __SerdeContext
461
485
  ) => Promise<__HttpRequest>;
486
+ export declare const se_DeleteBucketMetadataConfigurationCommand: (
487
+ input: DeleteBucketMetadataConfigurationCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
462
490
  export declare const se_DeleteBucketMetadataTableConfigurationCommand: (
463
491
  input: DeleteBucketMetadataTableConfigurationCommandInput,
464
492
  context: __SerdeContext
@@ -543,6 +571,10 @@ export declare const se_GetBucketLoggingCommand: (
543
571
  input: GetBucketLoggingCommandInput,
544
572
  context: __SerdeContext
545
573
  ) => Promise<__HttpRequest>;
574
+ export declare const se_GetBucketMetadataConfigurationCommand: (
575
+ input: GetBucketMetadataConfigurationCommandInput,
576
+ context: __SerdeContext
577
+ ) => Promise<__HttpRequest>;
546
578
  export declare const se_GetBucketMetadataTableConfigurationCommand: (
547
579
  input: GetBucketMetadataTableConfigurationCommandInput,
548
580
  context: __SerdeContext
@@ -787,6 +819,14 @@ export declare const se_SelectObjectContentCommand: (
787
819
  input: SelectObjectContentCommandInput,
788
820
  context: __SerdeContext
789
821
  ) => Promise<__HttpRequest>;
822
+ export declare const se_UpdateBucketMetadataInventoryTableConfigurationCommand: (
823
+ input: UpdateBucketMetadataInventoryTableConfigurationCommandInput,
824
+ context: __SerdeContext
825
+ ) => Promise<__HttpRequest>;
826
+ export declare const se_UpdateBucketMetadataJournalTableConfigurationCommand: (
827
+ input: UpdateBucketMetadataJournalTableConfigurationCommandInput,
828
+ context: __SerdeContext
829
+ ) => Promise<__HttpRequest>;
790
830
  export declare const se_UploadPartCommand: (
791
831
  input: UploadPartCommandInput,
792
832
  context: __SerdeContext
@@ -815,6 +855,10 @@ export declare const de_CreateBucketCommand: (
815
855
  output: __HttpResponse,
816
856
  context: __SerdeContext
817
857
  ) => Promise<CreateBucketCommandOutput>;
858
+ export declare const de_CreateBucketMetadataConfigurationCommand: (
859
+ output: __HttpResponse,
860
+ context: __SerdeContext
861
+ ) => Promise<CreateBucketMetadataConfigurationCommandOutput>;
818
862
  export declare const de_CreateBucketMetadataTableConfigurationCommand: (
819
863
  output: __HttpResponse,
820
864
  context: __SerdeContext
@@ -855,6 +899,10 @@ export declare const de_DeleteBucketLifecycleCommand: (
855
899
  output: __HttpResponse,
856
900
  context: __SerdeContext
857
901
  ) => Promise<DeleteBucketLifecycleCommandOutput>;
902
+ export declare const de_DeleteBucketMetadataConfigurationCommand: (
903
+ output: __HttpResponse,
904
+ context: __SerdeContext
905
+ ) => Promise<DeleteBucketMetadataConfigurationCommandOutput>;
858
906
  export declare const de_DeleteBucketMetadataTableConfigurationCommand: (
859
907
  output: __HttpResponse,
860
908
  context: __SerdeContext
@@ -939,6 +987,10 @@ export declare const de_GetBucketLoggingCommand: (
939
987
  output: __HttpResponse,
940
988
  context: __SerdeContext
941
989
  ) => Promise<GetBucketLoggingCommandOutput>;
990
+ export declare const de_GetBucketMetadataConfigurationCommand: (
991
+ output: __HttpResponse,
992
+ context: __SerdeContext
993
+ ) => Promise<GetBucketMetadataConfigurationCommandOutput>;
942
994
  export declare const de_GetBucketMetadataTableConfigurationCommand: (
943
995
  output: __HttpResponse,
944
996
  context: __SerdeContext
@@ -1183,6 +1235,14 @@ export declare const de_SelectObjectContentCommand: (
1183
1235
  output: __HttpResponse,
1184
1236
  context: __SerdeContext & __EventStreamSerdeContext
1185
1237
  ) => Promise<SelectObjectContentCommandOutput>;
1238
+ export declare const de_UpdateBucketMetadataInventoryTableConfigurationCommand: (
1239
+ output: __HttpResponse,
1240
+ context: __SerdeContext
1241
+ ) => Promise<UpdateBucketMetadataInventoryTableConfigurationCommandOutput>;
1242
+ export declare const de_UpdateBucketMetadataJournalTableConfigurationCommand: (
1243
+ output: __HttpResponse,
1244
+ context: __SerdeContext
1245
+ ) => Promise<UpdateBucketMetadataJournalTableConfigurationCommandOutput>;
1186
1246
  export declare const de_UploadPartCommand: (
1187
1247
  output: __HttpResponse,
1188
1248
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3",
3
3
  "description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
4
- "version": "3.844.0",
4
+ "version": "3.845.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-s3",
@@ -29,24 +29,24 @@
29
29
  "@aws-crypto/sha1-browser": "5.2.0",
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "3.844.0",
33
- "@aws-sdk/credential-provider-node": "3.844.0",
32
+ "@aws-sdk/core": "3.845.0",
33
+ "@aws-sdk/credential-provider-node": "3.845.0",
34
34
  "@aws-sdk/middleware-bucket-endpoint": "3.840.0",
35
35
  "@aws-sdk/middleware-expect-continue": "3.840.0",
36
- "@aws-sdk/middleware-flexible-checksums": "3.844.0",
36
+ "@aws-sdk/middleware-flexible-checksums": "3.845.0",
37
37
  "@aws-sdk/middleware-host-header": "3.840.0",
38
38
  "@aws-sdk/middleware-location-constraint": "3.840.0",
39
39
  "@aws-sdk/middleware-logger": "3.840.0",
40
40
  "@aws-sdk/middleware-recursion-detection": "3.840.0",
41
- "@aws-sdk/middleware-sdk-s3": "3.844.0",
41
+ "@aws-sdk/middleware-sdk-s3": "3.845.0",
42
42
  "@aws-sdk/middleware-ssec": "3.840.0",
43
- "@aws-sdk/middleware-user-agent": "3.844.0",
43
+ "@aws-sdk/middleware-user-agent": "3.845.0",
44
44
  "@aws-sdk/region-config-resolver": "3.840.0",
45
- "@aws-sdk/signature-v4-multi-region": "3.844.0",
45
+ "@aws-sdk/signature-v4-multi-region": "3.845.0",
46
46
  "@aws-sdk/types": "3.840.0",
47
- "@aws-sdk/util-endpoints": "3.844.0",
47
+ "@aws-sdk/util-endpoints": "3.845.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.840.0",
49
- "@aws-sdk/util-user-agent-node": "3.844.0",
49
+ "@aws-sdk/util-user-agent-node": "3.845.0",
50
50
  "@aws-sdk/xml-builder": "3.821.0",
51
51
  "@smithy/config-resolver": "^4.1.4",
52
52
  "@smithy/core": "^3.7.0",
@@ -60,21 +60,21 @@
60
60
  "@smithy/invalid-dependency": "^4.0.4",
61
61
  "@smithy/md5-js": "^4.0.4",
62
62
  "@smithy/middleware-content-length": "^4.0.4",
63
- "@smithy/middleware-endpoint": "^4.1.14",
64
- "@smithy/middleware-retry": "^4.1.15",
63
+ "@smithy/middleware-endpoint": "^4.1.15",
64
+ "@smithy/middleware-retry": "^4.1.16",
65
65
  "@smithy/middleware-serde": "^4.0.8",
66
66
  "@smithy/middleware-stack": "^4.0.4",
67
67
  "@smithy/node-config-provider": "^4.1.3",
68
68
  "@smithy/node-http-handler": "^4.1.0",
69
69
  "@smithy/protocol-http": "^5.1.2",
70
- "@smithy/smithy-client": "^4.4.6",
70
+ "@smithy/smithy-client": "^4.4.7",
71
71
  "@smithy/types": "^4.3.1",
72
72
  "@smithy/url-parser": "^4.0.4",
73
73
  "@smithy/util-base64": "^4.0.0",
74
74
  "@smithy/util-body-length-browser": "^4.0.0",
75
75
  "@smithy/util-body-length-node": "^4.0.0",
76
- "@smithy/util-defaults-mode-browser": "^4.0.22",
77
- "@smithy/util-defaults-mode-node": "^4.0.22",
76
+ "@smithy/util-defaults-mode-browser": "^4.0.23",
77
+ "@smithy/util-defaults-mode-node": "^4.0.23",
78
78
  "@smithy/util-endpoints": "^3.0.6",
79
79
  "@smithy/util-middleware": "^4.0.4",
80
80
  "@smithy/util-retry": "^4.0.6",
@@ -86,7 +86,7 @@
86
86
  "uuid": "^9.0.1"
87
87
  },
88
88
  "devDependencies": {
89
- "@aws-sdk/signature-v4-crt": "3.844.0",
89
+ "@aws-sdk/signature-v4-crt": "3.845.0",
90
90
  "@tsconfig/node18": "18.2.4",
91
91
  "@types/node": "^18.19.69",
92
92
  "concurrently": "7.0.0",