sst 2.7.1 → 2.8.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 (51) hide show
  1. package/cli/ci-info.d.ts +4 -0
  2. package/cli/ci-info.js +8 -0
  3. package/cli/commands/bind.js +1 -0
  4. package/cli/commands/deploy.js +2 -1
  5. package/cli/commands/dev.js +9 -3
  6. package/cli/commands/diff.js +20 -5
  7. package/cli/commands/update.js +1 -0
  8. package/cli/telemetry/environment.js +4 -4
  9. package/cli/ui/functions.js +3 -3
  10. package/config.js +2 -1
  11. package/constructs/AppSyncApi.d.ts +1 -2
  12. package/constructs/AppSyncApi.js +5 -15
  13. package/constructs/AstroSite.js +4 -8
  14. package/constructs/EdgeFunction.js +6 -6
  15. package/constructs/Function.d.ts +1 -1
  16. package/constructs/Function.js +10 -2
  17. package/constructs/RemixSite.js +4 -8
  18. package/constructs/SolidStartSite.js +4 -9
  19. package/constructs/SsrFunction.d.ts +10 -2
  20. package/constructs/SsrFunction.js +99 -32
  21. package/constructs/SsrSite.d.ts +5 -3
  22. package/constructs/SsrSite.js +23 -11
  23. package/constructs/SvelteKitSite.d.ts +27 -0
  24. package/constructs/SvelteKitSite.js +101 -0
  25. package/constructs/SvelteKitSite.tsdoc.d.ts +2 -0
  26. package/constructs/SvelteKitSite.tsdoc.js +2 -0
  27. package/constructs/deprecated/NextjsSite.js +1 -1
  28. package/constructs/deprecated/cross-region-helper.js +3 -3
  29. package/constructs/index.d.ts +1 -0
  30. package/constructs/index.js +1 -0
  31. package/constructs/static-file-list.d.ts +1 -0
  32. package/constructs/static-file-list.js +51 -0
  33. package/constructs/util/appSyncApiDomain.d.ts +14 -2
  34. package/constructs/util/appSyncApiDomain.js +56 -11
  35. package/node/config/index.js +0 -9
  36. package/node/site/index.d.ts +6 -6
  37. package/node/site/index.js +5 -5
  38. package/node/util/index.js +11 -0
  39. package/package.json +2 -2
  40. package/runtime/handlers.js +7 -0
  41. package/runtime/workers.js +4 -0
  42. package/sst.mjs +70 -16
  43. package/support/base-site-archiver.mjs +18 -18
  44. package/support/bootstrap-metadata-function/index.mjs +1345 -1409
  45. package/support/bridge/bridge.mjs +46 -35
  46. package/support/custom-resources/index.mjs +6468 -6532
  47. package/support/job-invoker/index.mjs +90 -907
  48. package/support/rds-migrator/index.mjs +16 -16
  49. package/support/script-function/index.mjs +90 -907
  50. package/support/ssr-site-function-archiver.mjs +9 -9
  51. /package/support/{sls-nextjs-site-function-stub → ssr-site-function-stub}/index.js +0 -0
@@ -2158,9 +2158,9 @@ var require_dist_cjs7 = __commonJS({
2158
2158
  }
2159
2159
  });
2160
2160
 
2161
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js
2161
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js
2162
2162
  var require_S3ServiceException = __commonJS({
2163
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js"(exports) {
2163
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js"(exports) {
2164
2164
  "use strict";
2165
2165
  Object.defineProperty(exports, "__esModule", { value: true });
2166
2166
  exports.S3ServiceException = void 0;
@@ -2176,9 +2176,9 @@ var require_S3ServiceException = __commonJS({
2176
2176
  }
2177
2177
  });
2178
2178
 
2179
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_0.js
2179
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_0.js
2180
2180
  var require_models_0 = __commonJS({
2181
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_0.js"(exports) {
2181
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_0.js"(exports) {
2182
2182
  "use strict";
2183
2183
  Object.defineProperty(exports, "__esModule", { value: true });
2184
2184
  exports.ChecksumMode = exports.ReplicationStatus = exports.Protocol = exports.BucketVersioningStatus = exports.MFADeleteStatus = exports.Payer = exports.ReplicationRuleStatus = exports.SseKmsEncryptedObjectsStatus = exports.ReplicaModificationsStatus = exports.ReplicationRuleFilter = exports.ExistingObjectReplicationStatus = exports.ReplicationTimeStatus = exports.MetricsStatus = exports.DeleteMarkerReplicationStatus = exports.FilterRuleName = exports.MetricsFilter = exports.BucketLogsPermission = exports.ExpirationStatus = exports.TransitionStorageClass = exports.LifecycleRuleFilter = exports.InventoryFrequency = exports.InventoryOptionalField = exports.InventoryIncludedObjectVersions = exports.InventoryFormat = exports.IntelligentTieringAccessTier = exports.IntelligentTieringStatus = exports.StorageClassAnalysisSchemaVersion = exports.AnalyticsS3ExportFileFormat = exports.AnalyticsFilter = exports.ObjectOwnership = exports.BucketLocationConstraint = exports.BucketCannedACL = exports.BucketAlreadyOwnedByYou = exports.BucketAlreadyExists = exports.ObjectNotInActiveTierError = exports.TaggingDirective = exports.StorageClass = exports.ObjectLockMode = exports.ObjectLockLegalHoldStatus = exports.MetadataDirective = exports.ChecksumAlgorithm = exports.ObjectCannedACL = exports.ServerSideEncryption = exports.OwnerOverride = exports.Permission = exports.Type = exports.BucketAccelerateStatus = exports.NoSuchUpload = exports.RequestPayer = exports.RequestCharged = void 0;
@@ -5684,9 +5684,9 @@ var require_fxp = __commonJS({
5684
5684
  }
5685
5685
  });
5686
5686
 
5687
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_1.js
5687
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_1.js
5688
5688
  var require_models_1 = __commonJS({
5689
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_1.js"(exports) {
5689
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_1.js"(exports) {
5690
5690
  "use strict";
5691
5691
  Object.defineProperty(exports, "__esModule", { value: true });
5692
5692
  exports.WriteGetObjectResponseRequestFilterSensitiveLog = exports.UploadPartCopyRequestFilterSensitiveLog = exports.UploadPartCopyOutputFilterSensitiveLog = exports.CopyPartResultFilterSensitiveLog = exports.UploadPartRequestFilterSensitiveLog = exports.UploadPartOutputFilterSensitiveLog = exports.SelectObjectContentRequestFilterSensitiveLog = exports.ScanRangeFilterSensitiveLog = exports.RequestProgressFilterSensitiveLog = exports.SelectObjectContentOutputFilterSensitiveLog = exports.SelectObjectContentEventStreamFilterSensitiveLog = exports.StatsEventFilterSensitiveLog = exports.StatsFilterSensitiveLog = exports.RecordsEventFilterSensitiveLog = exports.ProgressEventFilterSensitiveLog = exports.ProgressFilterSensitiveLog = exports.EndEventFilterSensitiveLog = exports.ContinuationEventFilterSensitiveLog = exports.RestoreObjectRequestFilterSensitiveLog = exports.RestoreRequestFilterSensitiveLog = exports.SelectParametersFilterSensitiveLog = exports.OutputSerializationFilterSensitiveLog = exports.JSONOutputFilterSensitiveLog = exports.CSVOutputFilterSensitiveLog = exports.InputSerializationFilterSensitiveLog = exports.ParquetInputFilterSensitiveLog = exports.JSONInputFilterSensitiveLog = exports.CSVInputFilterSensitiveLog = exports.OutputLocationFilterSensitiveLog = exports.S3LocationFilterSensitiveLog = exports.MetadataEntryFilterSensitiveLog = exports.EncryptionFilterSensitiveLog = exports.GlacierJobParametersFilterSensitiveLog = exports.RestoreObjectOutputFilterSensitiveLog = exports.PutPublicAccessBlockRequestFilterSensitiveLog = exports.PutObjectTaggingRequestFilterSensitiveLog = exports.PutObjectTaggingOutputFilterSensitiveLog = exports.PutObjectRetentionRequestFilterSensitiveLog = exports.PutObjectRetentionOutputFilterSensitiveLog = exports.SelectObjectContentEventStream = exports.RestoreRequestType = exports.QuoteFields = exports.JSONType = exports.FileHeaderInfo = exports.CompressionType = exports.ExpressionType = exports.Tier = exports.ObjectAlreadyInActiveTierError = void 0;
@@ -5941,9 +5941,9 @@ var require_models_1 = __commonJS({
5941
5941
  }
5942
5942
  });
5943
5943
 
5944
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/protocols/Aws_restXml.js
5944
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/protocols/Aws_restXml.js
5945
5945
  var require_Aws_restXml = __commonJS({
5946
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/protocols/Aws_restXml.js"(exports) {
5946
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/protocols/Aws_restXml.js"(exports) {
5947
5947
  "use strict";
5948
5948
  Object.defineProperty(exports, "__esModule", { value: true });
5949
5949
  exports.serializeAws_restXmlGetObjectTorrentCommand = exports.serializeAws_restXmlGetObjectTaggingCommand = exports.serializeAws_restXmlGetObjectRetentionCommand = exports.serializeAws_restXmlGetObjectLockConfigurationCommand = exports.serializeAws_restXmlGetObjectLegalHoldCommand = exports.serializeAws_restXmlGetObjectAttributesCommand = exports.serializeAws_restXmlGetObjectAclCommand = exports.serializeAws_restXmlGetObjectCommand = exports.serializeAws_restXmlGetBucketWebsiteCommand = exports.serializeAws_restXmlGetBucketVersioningCommand = exports.serializeAws_restXmlGetBucketTaggingCommand = exports.serializeAws_restXmlGetBucketRequestPaymentCommand = exports.serializeAws_restXmlGetBucketReplicationCommand = exports.serializeAws_restXmlGetBucketPolicyStatusCommand = exports.serializeAws_restXmlGetBucketPolicyCommand = exports.serializeAws_restXmlGetBucketOwnershipControlsCommand = exports.serializeAws_restXmlGetBucketNotificationConfigurationCommand = exports.serializeAws_restXmlGetBucketMetricsConfigurationCommand = exports.serializeAws_restXmlGetBucketLoggingCommand = exports.serializeAws_restXmlGetBucketLocationCommand = exports.serializeAws_restXmlGetBucketLifecycleConfigurationCommand = exports.serializeAws_restXmlGetBucketInventoryConfigurationCommand = exports.serializeAws_restXmlGetBucketIntelligentTieringConfigurationCommand = exports.serializeAws_restXmlGetBucketEncryptionCommand = exports.serializeAws_restXmlGetBucketCorsCommand = exports.serializeAws_restXmlGetBucketAnalyticsConfigurationCommand = exports.serializeAws_restXmlGetBucketAclCommand = exports.serializeAws_restXmlGetBucketAccelerateConfigurationCommand = exports.serializeAws_restXmlDeletePublicAccessBlockCommand = exports.serializeAws_restXmlDeleteObjectTaggingCommand = exports.serializeAws_restXmlDeleteObjectsCommand = exports.serializeAws_restXmlDeleteObjectCommand = exports.serializeAws_restXmlDeleteBucketWebsiteCommand = exports.serializeAws_restXmlDeleteBucketTaggingCommand = exports.serializeAws_restXmlDeleteBucketReplicationCommand = exports.serializeAws_restXmlDeleteBucketPolicyCommand = exports.serializeAws_restXmlDeleteBucketOwnershipControlsCommand = exports.serializeAws_restXmlDeleteBucketMetricsConfigurationCommand = exports.serializeAws_restXmlDeleteBucketLifecycleCommand = exports.serializeAws_restXmlDeleteBucketInventoryConfigurationCommand = exports.serializeAws_restXmlDeleteBucketIntelligentTieringConfigurationCommand = exports.serializeAws_restXmlDeleteBucketEncryptionCommand = exports.serializeAws_restXmlDeleteBucketCorsCommand = exports.serializeAws_restXmlDeleteBucketAnalyticsConfigurationCommand = exports.serializeAws_restXmlDeleteBucketCommand = exports.serializeAws_restXmlCreateMultipartUploadCommand = exports.serializeAws_restXmlCreateBucketCommand = exports.serializeAws_restXmlCopyObjectCommand = exports.serializeAws_restXmlCompleteMultipartUploadCommand = exports.serializeAws_restXmlAbortMultipartUploadCommand = void 0;
@@ -15838,9 +15838,9 @@ var require_Aws_restXml = __commonJS({
15838
15838
  }
15839
15839
  });
15840
15840
 
15841
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/AbortMultipartUploadCommand.js
15841
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/AbortMultipartUploadCommand.js
15842
15842
  var require_AbortMultipartUploadCommand = __commonJS({
15843
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/AbortMultipartUploadCommand.js"(exports) {
15843
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/AbortMultipartUploadCommand.js"(exports) {
15844
15844
  "use strict";
15845
15845
  Object.defineProperty(exports, "__esModule", { value: true });
15846
15846
  exports.AbortMultipartUploadCommand = void 0;
@@ -16147,9 +16147,9 @@ var require_dist_cjs12 = __commonJS({
16147
16147
  }
16148
16148
  });
16149
16149
 
16150
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CompleteMultipartUploadCommand.js
16150
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CompleteMultipartUploadCommand.js
16151
16151
  var require_CompleteMultipartUploadCommand = __commonJS({
16152
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CompleteMultipartUploadCommand.js"(exports) {
16152
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CompleteMultipartUploadCommand.js"(exports) {
16153
16153
  "use strict";
16154
16154
  Object.defineProperty(exports, "__esModule", { value: true });
16155
16155
  exports.CompleteMultipartUploadCommand = void 0;
@@ -16210,9 +16210,9 @@ var require_CompleteMultipartUploadCommand = __commonJS({
16210
16210
  }
16211
16211
  });
16212
16212
 
16213
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CopyObjectCommand.js
16213
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CopyObjectCommand.js
16214
16214
  var require_CopyObjectCommand = __commonJS({
16215
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CopyObjectCommand.js"(exports) {
16215
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CopyObjectCommand.js"(exports) {
16216
16216
  "use strict";
16217
16217
  Object.defineProperty(exports, "__esModule", { value: true });
16218
16218
  exports.CopyObjectCommand = void 0;
@@ -16312,9 +16312,9 @@ var require_dist_cjs13 = __commonJS({
16312
16312
  }
16313
16313
  });
16314
16314
 
16315
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateBucketCommand.js
16315
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateBucketCommand.js
16316
16316
  var require_CreateBucketCommand = __commonJS({
16317
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateBucketCommand.js"(exports) {
16317
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateBucketCommand.js"(exports) {
16318
16318
  "use strict";
16319
16319
  Object.defineProperty(exports, "__esModule", { value: true });
16320
16320
  exports.CreateBucketCommand = void 0;
@@ -16374,9 +16374,9 @@ var require_CreateBucketCommand = __commonJS({
16374
16374
  }
16375
16375
  });
16376
16376
 
16377
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateMultipartUploadCommand.js
16377
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateMultipartUploadCommand.js
16378
16378
  var require_CreateMultipartUploadCommand = __commonJS({
16379
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateMultipartUploadCommand.js"(exports) {
16379
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateMultipartUploadCommand.js"(exports) {
16380
16380
  "use strict";
16381
16381
  Object.defineProperty(exports, "__esModule", { value: true });
16382
16382
  exports.CreateMultipartUploadCommand = void 0;
@@ -16435,9 +16435,9 @@ var require_CreateMultipartUploadCommand = __commonJS({
16435
16435
  }
16436
16436
  });
16437
16437
 
16438
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js
16438
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js
16439
16439
  var require_DeleteBucketAnalyticsConfigurationCommand = __commonJS({
16440
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js"(exports) {
16440
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js"(exports) {
16441
16441
  "use strict";
16442
16442
  Object.defineProperty(exports, "__esModule", { value: true });
16443
16443
  exports.DeleteBucketAnalyticsConfigurationCommand = void 0;
@@ -16494,9 +16494,9 @@ var require_DeleteBucketAnalyticsConfigurationCommand = __commonJS({
16494
16494
  }
16495
16495
  });
16496
16496
 
16497
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCommand.js
16497
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCommand.js
16498
16498
  var require_DeleteBucketCommand = __commonJS({
16499
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCommand.js"(exports) {
16499
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCommand.js"(exports) {
16500
16500
  "use strict";
16501
16501
  Object.defineProperty(exports, "__esModule", { value: true });
16502
16502
  exports.DeleteBucketCommand = void 0;
@@ -16553,9 +16553,9 @@ var require_DeleteBucketCommand = __commonJS({
16553
16553
  }
16554
16554
  });
16555
16555
 
16556
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCorsCommand.js
16556
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCorsCommand.js
16557
16557
  var require_DeleteBucketCorsCommand = __commonJS({
16558
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCorsCommand.js"(exports) {
16558
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCorsCommand.js"(exports) {
16559
16559
  "use strict";
16560
16560
  Object.defineProperty(exports, "__esModule", { value: true });
16561
16561
  exports.DeleteBucketCorsCommand = void 0;
@@ -16612,9 +16612,9 @@ var require_DeleteBucketCorsCommand = __commonJS({
16612
16612
  }
16613
16613
  });
16614
16614
 
16615
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketEncryptionCommand.js
16615
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketEncryptionCommand.js
16616
16616
  var require_DeleteBucketEncryptionCommand = __commonJS({
16617
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketEncryptionCommand.js"(exports) {
16617
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketEncryptionCommand.js"(exports) {
16618
16618
  "use strict";
16619
16619
  Object.defineProperty(exports, "__esModule", { value: true });
16620
16620
  exports.DeleteBucketEncryptionCommand = void 0;
@@ -16671,9 +16671,9 @@ var require_DeleteBucketEncryptionCommand = __commonJS({
16671
16671
  }
16672
16672
  });
16673
16673
 
16674
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js
16674
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js
16675
16675
  var require_DeleteBucketIntelligentTieringConfigurationCommand = __commonJS({
16676
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js"(exports) {
16676
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js"(exports) {
16677
16677
  "use strict";
16678
16678
  Object.defineProperty(exports, "__esModule", { value: true });
16679
16679
  exports.DeleteBucketIntelligentTieringConfigurationCommand = void 0;
@@ -16730,9 +16730,9 @@ var require_DeleteBucketIntelligentTieringConfigurationCommand = __commonJS({
16730
16730
  }
16731
16731
  });
16732
16732
 
16733
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js
16733
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js
16734
16734
  var require_DeleteBucketInventoryConfigurationCommand = __commonJS({
16735
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js"(exports) {
16735
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js"(exports) {
16736
16736
  "use strict";
16737
16737
  Object.defineProperty(exports, "__esModule", { value: true });
16738
16738
  exports.DeleteBucketInventoryConfigurationCommand = void 0;
@@ -16789,9 +16789,9 @@ var require_DeleteBucketInventoryConfigurationCommand = __commonJS({
16789
16789
  }
16790
16790
  });
16791
16791
 
16792
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketLifecycleCommand.js
16792
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketLifecycleCommand.js
16793
16793
  var require_DeleteBucketLifecycleCommand = __commonJS({
16794
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketLifecycleCommand.js"(exports) {
16794
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketLifecycleCommand.js"(exports) {
16795
16795
  "use strict";
16796
16796
  Object.defineProperty(exports, "__esModule", { value: true });
16797
16797
  exports.DeleteBucketLifecycleCommand = void 0;
@@ -16848,9 +16848,9 @@ var require_DeleteBucketLifecycleCommand = __commonJS({
16848
16848
  }
16849
16849
  });
16850
16850
 
16851
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js
16851
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js
16852
16852
  var require_DeleteBucketMetricsConfigurationCommand = __commonJS({
16853
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js"(exports) {
16853
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js"(exports) {
16854
16854
  "use strict";
16855
16855
  Object.defineProperty(exports, "__esModule", { value: true });
16856
16856
  exports.DeleteBucketMetricsConfigurationCommand = void 0;
@@ -16907,9 +16907,9 @@ var require_DeleteBucketMetricsConfigurationCommand = __commonJS({
16907
16907
  }
16908
16908
  });
16909
16909
 
16910
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js
16910
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js
16911
16911
  var require_DeleteBucketOwnershipControlsCommand = __commonJS({
16912
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js"(exports) {
16912
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js"(exports) {
16913
16913
  "use strict";
16914
16914
  Object.defineProperty(exports, "__esModule", { value: true });
16915
16915
  exports.DeleteBucketOwnershipControlsCommand = void 0;
@@ -16966,9 +16966,9 @@ var require_DeleteBucketOwnershipControlsCommand = __commonJS({
16966
16966
  }
16967
16967
  });
16968
16968
 
16969
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketPolicyCommand.js
16969
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketPolicyCommand.js
16970
16970
  var require_DeleteBucketPolicyCommand = __commonJS({
16971
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketPolicyCommand.js"(exports) {
16971
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketPolicyCommand.js"(exports) {
16972
16972
  "use strict";
16973
16973
  Object.defineProperty(exports, "__esModule", { value: true });
16974
16974
  exports.DeleteBucketPolicyCommand = void 0;
@@ -17025,9 +17025,9 @@ var require_DeleteBucketPolicyCommand = __commonJS({
17025
17025
  }
17026
17026
  });
17027
17027
 
17028
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketReplicationCommand.js
17028
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketReplicationCommand.js
17029
17029
  var require_DeleteBucketReplicationCommand = __commonJS({
17030
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketReplicationCommand.js"(exports) {
17030
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketReplicationCommand.js"(exports) {
17031
17031
  "use strict";
17032
17032
  Object.defineProperty(exports, "__esModule", { value: true });
17033
17033
  exports.DeleteBucketReplicationCommand = void 0;
@@ -17084,9 +17084,9 @@ var require_DeleteBucketReplicationCommand = __commonJS({
17084
17084
  }
17085
17085
  });
17086
17086
 
17087
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketTaggingCommand.js
17087
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketTaggingCommand.js
17088
17088
  var require_DeleteBucketTaggingCommand = __commonJS({
17089
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketTaggingCommand.js"(exports) {
17089
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketTaggingCommand.js"(exports) {
17090
17090
  "use strict";
17091
17091
  Object.defineProperty(exports, "__esModule", { value: true });
17092
17092
  exports.DeleteBucketTaggingCommand = void 0;
@@ -17143,9 +17143,9 @@ var require_DeleteBucketTaggingCommand = __commonJS({
17143
17143
  }
17144
17144
  });
17145
17145
 
17146
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketWebsiteCommand.js
17146
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketWebsiteCommand.js
17147
17147
  var require_DeleteBucketWebsiteCommand = __commonJS({
17148
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketWebsiteCommand.js"(exports) {
17148
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketWebsiteCommand.js"(exports) {
17149
17149
  "use strict";
17150
17150
  Object.defineProperty(exports, "__esModule", { value: true });
17151
17151
  exports.DeleteBucketWebsiteCommand = void 0;
@@ -17202,9 +17202,9 @@ var require_DeleteBucketWebsiteCommand = __commonJS({
17202
17202
  }
17203
17203
  });
17204
17204
 
17205
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectCommand.js
17205
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectCommand.js
17206
17206
  var require_DeleteObjectCommand = __commonJS({
17207
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectCommand.js"(exports) {
17207
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectCommand.js"(exports) {
17208
17208
  "use strict";
17209
17209
  Object.defineProperty(exports, "__esModule", { value: true });
17210
17210
  exports.DeleteObjectCommand = void 0;
@@ -18962,9 +18962,9 @@ var require_dist_cjs18 = __commonJS({
18962
18962
  }
18963
18963
  });
18964
18964
 
18965
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectsCommand.js
18965
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectsCommand.js
18966
18966
  var require_DeleteObjectsCommand = __commonJS({
18967
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectsCommand.js"(exports) {
18967
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectsCommand.js"(exports) {
18968
18968
  "use strict";
18969
18969
  Object.defineProperty(exports, "__esModule", { value: true });
18970
18970
  exports.DeleteObjectsCommand = void 0;
@@ -19027,9 +19027,9 @@ var require_DeleteObjectsCommand = __commonJS({
19027
19027
  }
19028
19028
  });
19029
19029
 
19030
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectTaggingCommand.js
19030
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectTaggingCommand.js
19031
19031
  var require_DeleteObjectTaggingCommand = __commonJS({
19032
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectTaggingCommand.js"(exports) {
19032
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectTaggingCommand.js"(exports) {
19033
19033
  "use strict";
19034
19034
  Object.defineProperty(exports, "__esModule", { value: true });
19035
19035
  exports.DeleteObjectTaggingCommand = void 0;
@@ -19086,9 +19086,9 @@ var require_DeleteObjectTaggingCommand = __commonJS({
19086
19086
  }
19087
19087
  });
19088
19088
 
19089
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeletePublicAccessBlockCommand.js
19089
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeletePublicAccessBlockCommand.js
19090
19090
  var require_DeletePublicAccessBlockCommand = __commonJS({
19091
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeletePublicAccessBlockCommand.js"(exports) {
19091
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeletePublicAccessBlockCommand.js"(exports) {
19092
19092
  "use strict";
19093
19093
  Object.defineProperty(exports, "__esModule", { value: true });
19094
19094
  exports.DeletePublicAccessBlockCommand = void 0;
@@ -19145,9 +19145,9 @@ var require_DeletePublicAccessBlockCommand = __commonJS({
19145
19145
  }
19146
19146
  });
19147
19147
 
19148
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js
19148
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js
19149
19149
  var require_GetBucketAccelerateConfigurationCommand = __commonJS({
19150
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js"(exports) {
19150
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js"(exports) {
19151
19151
  "use strict";
19152
19152
  Object.defineProperty(exports, "__esModule", { value: true });
19153
19153
  exports.GetBucketAccelerateConfigurationCommand = void 0;
@@ -19204,9 +19204,9 @@ var require_GetBucketAccelerateConfigurationCommand = __commonJS({
19204
19204
  }
19205
19205
  });
19206
19206
 
19207
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAclCommand.js
19207
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAclCommand.js
19208
19208
  var require_GetBucketAclCommand = __commonJS({
19209
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAclCommand.js"(exports) {
19209
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAclCommand.js"(exports) {
19210
19210
  "use strict";
19211
19211
  Object.defineProperty(exports, "__esModule", { value: true });
19212
19212
  exports.GetBucketAclCommand = void 0;
@@ -19263,9 +19263,9 @@ var require_GetBucketAclCommand = __commonJS({
19263
19263
  }
19264
19264
  });
19265
19265
 
19266
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js
19266
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js
19267
19267
  var require_GetBucketAnalyticsConfigurationCommand = __commonJS({
19268
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js"(exports) {
19268
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js"(exports) {
19269
19269
  "use strict";
19270
19270
  Object.defineProperty(exports, "__esModule", { value: true });
19271
19271
  exports.GetBucketAnalyticsConfigurationCommand = void 0;
@@ -19322,9 +19322,9 @@ var require_GetBucketAnalyticsConfigurationCommand = __commonJS({
19322
19322
  }
19323
19323
  });
19324
19324
 
19325
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketCorsCommand.js
19325
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketCorsCommand.js
19326
19326
  var require_GetBucketCorsCommand = __commonJS({
19327
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketCorsCommand.js"(exports) {
19327
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketCorsCommand.js"(exports) {
19328
19328
  "use strict";
19329
19329
  Object.defineProperty(exports, "__esModule", { value: true });
19330
19330
  exports.GetBucketCorsCommand = void 0;
@@ -19381,9 +19381,9 @@ var require_GetBucketCorsCommand = __commonJS({
19381
19381
  }
19382
19382
  });
19383
19383
 
19384
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketEncryptionCommand.js
19384
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketEncryptionCommand.js
19385
19385
  var require_GetBucketEncryptionCommand = __commonJS({
19386
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketEncryptionCommand.js"(exports) {
19386
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketEncryptionCommand.js"(exports) {
19387
19387
  "use strict";
19388
19388
  Object.defineProperty(exports, "__esModule", { value: true });
19389
19389
  exports.GetBucketEncryptionCommand = void 0;
@@ -19440,9 +19440,9 @@ var require_GetBucketEncryptionCommand = __commonJS({
19440
19440
  }
19441
19441
  });
19442
19442
 
19443
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js
19443
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js
19444
19444
  var require_GetBucketIntelligentTieringConfigurationCommand = __commonJS({
19445
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js"(exports) {
19445
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js"(exports) {
19446
19446
  "use strict";
19447
19447
  Object.defineProperty(exports, "__esModule", { value: true });
19448
19448
  exports.GetBucketIntelligentTieringConfigurationCommand = void 0;
@@ -19499,9 +19499,9 @@ var require_GetBucketIntelligentTieringConfigurationCommand = __commonJS({
19499
19499
  }
19500
19500
  });
19501
19501
 
19502
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js
19502
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js
19503
19503
  var require_GetBucketInventoryConfigurationCommand = __commonJS({
19504
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js"(exports) {
19504
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js"(exports) {
19505
19505
  "use strict";
19506
19506
  Object.defineProperty(exports, "__esModule", { value: true });
19507
19507
  exports.GetBucketInventoryConfigurationCommand = void 0;
@@ -19558,9 +19558,9 @@ var require_GetBucketInventoryConfigurationCommand = __commonJS({
19558
19558
  }
19559
19559
  });
19560
19560
 
19561
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js
19561
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js
19562
19562
  var require_GetBucketLifecycleConfigurationCommand = __commonJS({
19563
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js"(exports) {
19563
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js"(exports) {
19564
19564
  "use strict";
19565
19565
  Object.defineProperty(exports, "__esModule", { value: true });
19566
19566
  exports.GetBucketLifecycleConfigurationCommand = void 0;
@@ -19617,9 +19617,9 @@ var require_GetBucketLifecycleConfigurationCommand = __commonJS({
19617
19617
  }
19618
19618
  });
19619
19619
 
19620
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLocationCommand.js
19620
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLocationCommand.js
19621
19621
  var require_GetBucketLocationCommand = __commonJS({
19622
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLocationCommand.js"(exports) {
19622
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLocationCommand.js"(exports) {
19623
19623
  "use strict";
19624
19624
  Object.defineProperty(exports, "__esModule", { value: true });
19625
19625
  exports.GetBucketLocationCommand = void 0;
@@ -19676,9 +19676,9 @@ var require_GetBucketLocationCommand = __commonJS({
19676
19676
  }
19677
19677
  });
19678
19678
 
19679
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLoggingCommand.js
19679
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLoggingCommand.js
19680
19680
  var require_GetBucketLoggingCommand = __commonJS({
19681
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLoggingCommand.js"(exports) {
19681
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLoggingCommand.js"(exports) {
19682
19682
  "use strict";
19683
19683
  Object.defineProperty(exports, "__esModule", { value: true });
19684
19684
  exports.GetBucketLoggingCommand = void 0;
@@ -19735,9 +19735,9 @@ var require_GetBucketLoggingCommand = __commonJS({
19735
19735
  }
19736
19736
  });
19737
19737
 
19738
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js
19738
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js
19739
19739
  var require_GetBucketMetricsConfigurationCommand = __commonJS({
19740
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js"(exports) {
19740
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js"(exports) {
19741
19741
  "use strict";
19742
19742
  Object.defineProperty(exports, "__esModule", { value: true });
19743
19743
  exports.GetBucketMetricsConfigurationCommand = void 0;
@@ -19794,9 +19794,9 @@ var require_GetBucketMetricsConfigurationCommand = __commonJS({
19794
19794
  }
19795
19795
  });
19796
19796
 
19797
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js
19797
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js
19798
19798
  var require_GetBucketNotificationConfigurationCommand = __commonJS({
19799
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js"(exports) {
19799
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js"(exports) {
19800
19800
  "use strict";
19801
19801
  Object.defineProperty(exports, "__esModule", { value: true });
19802
19802
  exports.GetBucketNotificationConfigurationCommand = void 0;
@@ -19853,9 +19853,9 @@ var require_GetBucketNotificationConfigurationCommand = __commonJS({
19853
19853
  }
19854
19854
  });
19855
19855
 
19856
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketOwnershipControlsCommand.js
19856
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketOwnershipControlsCommand.js
19857
19857
  var require_GetBucketOwnershipControlsCommand = __commonJS({
19858
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketOwnershipControlsCommand.js"(exports) {
19858
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketOwnershipControlsCommand.js"(exports) {
19859
19859
  "use strict";
19860
19860
  Object.defineProperty(exports, "__esModule", { value: true });
19861
19861
  exports.GetBucketOwnershipControlsCommand = void 0;
@@ -19912,9 +19912,9 @@ var require_GetBucketOwnershipControlsCommand = __commonJS({
19912
19912
  }
19913
19913
  });
19914
19914
 
19915
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyCommand.js
19915
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyCommand.js
19916
19916
  var require_GetBucketPolicyCommand = __commonJS({
19917
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyCommand.js"(exports) {
19917
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyCommand.js"(exports) {
19918
19918
  "use strict";
19919
19919
  Object.defineProperty(exports, "__esModule", { value: true });
19920
19920
  exports.GetBucketPolicyCommand = void 0;
@@ -19971,9 +19971,9 @@ var require_GetBucketPolicyCommand = __commonJS({
19971
19971
  }
19972
19972
  });
19973
19973
 
19974
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyStatusCommand.js
19974
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyStatusCommand.js
19975
19975
  var require_GetBucketPolicyStatusCommand = __commonJS({
19976
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyStatusCommand.js"(exports) {
19976
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyStatusCommand.js"(exports) {
19977
19977
  "use strict";
19978
19978
  Object.defineProperty(exports, "__esModule", { value: true });
19979
19979
  exports.GetBucketPolicyStatusCommand = void 0;
@@ -20030,9 +20030,9 @@ var require_GetBucketPolicyStatusCommand = __commonJS({
20030
20030
  }
20031
20031
  });
20032
20032
 
20033
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketReplicationCommand.js
20033
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketReplicationCommand.js
20034
20034
  var require_GetBucketReplicationCommand = __commonJS({
20035
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketReplicationCommand.js"(exports) {
20035
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketReplicationCommand.js"(exports) {
20036
20036
  "use strict";
20037
20037
  Object.defineProperty(exports, "__esModule", { value: true });
20038
20038
  exports.GetBucketReplicationCommand = void 0;
@@ -20089,9 +20089,9 @@ var require_GetBucketReplicationCommand = __commonJS({
20089
20089
  }
20090
20090
  });
20091
20091
 
20092
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketRequestPaymentCommand.js
20092
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketRequestPaymentCommand.js
20093
20093
  var require_GetBucketRequestPaymentCommand = __commonJS({
20094
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketRequestPaymentCommand.js"(exports) {
20094
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketRequestPaymentCommand.js"(exports) {
20095
20095
  "use strict";
20096
20096
  Object.defineProperty(exports, "__esModule", { value: true });
20097
20097
  exports.GetBucketRequestPaymentCommand = void 0;
@@ -20148,9 +20148,9 @@ var require_GetBucketRequestPaymentCommand = __commonJS({
20148
20148
  }
20149
20149
  });
20150
20150
 
20151
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketTaggingCommand.js
20151
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketTaggingCommand.js
20152
20152
  var require_GetBucketTaggingCommand = __commonJS({
20153
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketTaggingCommand.js"(exports) {
20153
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketTaggingCommand.js"(exports) {
20154
20154
  "use strict";
20155
20155
  Object.defineProperty(exports, "__esModule", { value: true });
20156
20156
  exports.GetBucketTaggingCommand = void 0;
@@ -20207,9 +20207,9 @@ var require_GetBucketTaggingCommand = __commonJS({
20207
20207
  }
20208
20208
  });
20209
20209
 
20210
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketVersioningCommand.js
20210
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketVersioningCommand.js
20211
20211
  var require_GetBucketVersioningCommand = __commonJS({
20212
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketVersioningCommand.js"(exports) {
20212
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketVersioningCommand.js"(exports) {
20213
20213
  "use strict";
20214
20214
  Object.defineProperty(exports, "__esModule", { value: true });
20215
20215
  exports.GetBucketVersioningCommand = void 0;
@@ -20266,9 +20266,9 @@ var require_GetBucketVersioningCommand = __commonJS({
20266
20266
  }
20267
20267
  });
20268
20268
 
20269
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketWebsiteCommand.js
20269
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketWebsiteCommand.js
20270
20270
  var require_GetBucketWebsiteCommand = __commonJS({
20271
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketWebsiteCommand.js"(exports) {
20271
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketWebsiteCommand.js"(exports) {
20272
20272
  "use strict";
20273
20273
  Object.defineProperty(exports, "__esModule", { value: true });
20274
20274
  exports.GetBucketWebsiteCommand = void 0;
@@ -20325,9 +20325,9 @@ var require_GetBucketWebsiteCommand = __commonJS({
20325
20325
  }
20326
20326
  });
20327
20327
 
20328
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAclCommand.js
20328
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAclCommand.js
20329
20329
  var require_GetObjectAclCommand = __commonJS({
20330
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAclCommand.js"(exports) {
20330
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAclCommand.js"(exports) {
20331
20331
  "use strict";
20332
20332
  Object.defineProperty(exports, "__esModule", { value: true });
20333
20333
  exports.GetObjectAclCommand = void 0;
@@ -20384,9 +20384,9 @@ var require_GetObjectAclCommand = __commonJS({
20384
20384
  }
20385
20385
  });
20386
20386
 
20387
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAttributesCommand.js
20387
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAttributesCommand.js
20388
20388
  var require_GetObjectAttributesCommand = __commonJS({
20389
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAttributesCommand.js"(exports) {
20389
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAttributesCommand.js"(exports) {
20390
20390
  "use strict";
20391
20391
  Object.defineProperty(exports, "__esModule", { value: true });
20392
20392
  exports.GetObjectAttributesCommand = void 0;
@@ -20445,9 +20445,9 @@ var require_GetObjectAttributesCommand = __commonJS({
20445
20445
  }
20446
20446
  });
20447
20447
 
20448
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectCommand.js
20448
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectCommand.js
20449
20449
  var require_GetObjectCommand = __commonJS({
20450
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectCommand.js"(exports) {
20450
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectCommand.js"(exports) {
20451
20451
  "use strict";
20452
20452
  Object.defineProperty(exports, "__esModule", { value: true });
20453
20453
  exports.GetObjectCommand = void 0;
@@ -20513,9 +20513,9 @@ var require_GetObjectCommand = __commonJS({
20513
20513
  }
20514
20514
  });
20515
20515
 
20516
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLegalHoldCommand.js
20516
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLegalHoldCommand.js
20517
20517
  var require_GetObjectLegalHoldCommand = __commonJS({
20518
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLegalHoldCommand.js"(exports) {
20518
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLegalHoldCommand.js"(exports) {
20519
20519
  "use strict";
20520
20520
  Object.defineProperty(exports, "__esModule", { value: true });
20521
20521
  exports.GetObjectLegalHoldCommand = void 0;
@@ -20572,9 +20572,9 @@ var require_GetObjectLegalHoldCommand = __commonJS({
20572
20572
  }
20573
20573
  });
20574
20574
 
20575
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLockConfigurationCommand.js
20575
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLockConfigurationCommand.js
20576
20576
  var require_GetObjectLockConfigurationCommand = __commonJS({
20577
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLockConfigurationCommand.js"(exports) {
20577
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLockConfigurationCommand.js"(exports) {
20578
20578
  "use strict";
20579
20579
  Object.defineProperty(exports, "__esModule", { value: true });
20580
20580
  exports.GetObjectLockConfigurationCommand = void 0;
@@ -20631,9 +20631,9 @@ var require_GetObjectLockConfigurationCommand = __commonJS({
20631
20631
  }
20632
20632
  });
20633
20633
 
20634
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectRetentionCommand.js
20634
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectRetentionCommand.js
20635
20635
  var require_GetObjectRetentionCommand = __commonJS({
20636
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectRetentionCommand.js"(exports) {
20636
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectRetentionCommand.js"(exports) {
20637
20637
  "use strict";
20638
20638
  Object.defineProperty(exports, "__esModule", { value: true });
20639
20639
  exports.GetObjectRetentionCommand = void 0;
@@ -20690,9 +20690,9 @@ var require_GetObjectRetentionCommand = __commonJS({
20690
20690
  }
20691
20691
  });
20692
20692
 
20693
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTaggingCommand.js
20693
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTaggingCommand.js
20694
20694
  var require_GetObjectTaggingCommand = __commonJS({
20695
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTaggingCommand.js"(exports) {
20695
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTaggingCommand.js"(exports) {
20696
20696
  "use strict";
20697
20697
  Object.defineProperty(exports, "__esModule", { value: true });
20698
20698
  exports.GetObjectTaggingCommand = void 0;
@@ -20749,9 +20749,9 @@ var require_GetObjectTaggingCommand = __commonJS({
20749
20749
  }
20750
20750
  });
20751
20751
 
20752
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTorrentCommand.js
20752
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTorrentCommand.js
20753
20753
  var require_GetObjectTorrentCommand = __commonJS({
20754
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTorrentCommand.js"(exports) {
20754
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTorrentCommand.js"(exports) {
20755
20755
  "use strict";
20756
20756
  Object.defineProperty(exports, "__esModule", { value: true });
20757
20757
  exports.GetObjectTorrentCommand = void 0;
@@ -20808,9 +20808,9 @@ var require_GetObjectTorrentCommand = __commonJS({
20808
20808
  }
20809
20809
  });
20810
20810
 
20811
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetPublicAccessBlockCommand.js
20811
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetPublicAccessBlockCommand.js
20812
20812
  var require_GetPublicAccessBlockCommand = __commonJS({
20813
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetPublicAccessBlockCommand.js"(exports) {
20813
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetPublicAccessBlockCommand.js"(exports) {
20814
20814
  "use strict";
20815
20815
  Object.defineProperty(exports, "__esModule", { value: true });
20816
20816
  exports.GetPublicAccessBlockCommand = void 0;
@@ -20867,9 +20867,9 @@ var require_GetPublicAccessBlockCommand = __commonJS({
20867
20867
  }
20868
20868
  });
20869
20869
 
20870
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadBucketCommand.js
20870
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadBucketCommand.js
20871
20871
  var require_HeadBucketCommand = __commonJS({
20872
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadBucketCommand.js"(exports) {
20872
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadBucketCommand.js"(exports) {
20873
20873
  "use strict";
20874
20874
  Object.defineProperty(exports, "__esModule", { value: true });
20875
20875
  exports.HeadBucketCommand = void 0;
@@ -20926,9 +20926,9 @@ var require_HeadBucketCommand = __commonJS({
20926
20926
  }
20927
20927
  });
20928
20928
 
20929
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadObjectCommand.js
20929
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadObjectCommand.js
20930
20930
  var require_HeadObjectCommand = __commonJS({
20931
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadObjectCommand.js"(exports) {
20931
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadObjectCommand.js"(exports) {
20932
20932
  "use strict";
20933
20933
  Object.defineProperty(exports, "__esModule", { value: true });
20934
20934
  exports.HeadObjectCommand = void 0;
@@ -20987,9 +20987,9 @@ var require_HeadObjectCommand = __commonJS({
20987
20987
  }
20988
20988
  });
20989
20989
 
20990
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js
20990
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js
20991
20991
  var require_ListBucketAnalyticsConfigurationsCommand = __commonJS({
20992
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js"(exports) {
20992
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js"(exports) {
20993
20993
  "use strict";
20994
20994
  Object.defineProperty(exports, "__esModule", { value: true });
20995
20995
  exports.ListBucketAnalyticsConfigurationsCommand = void 0;
@@ -21046,9 +21046,9 @@ var require_ListBucketAnalyticsConfigurationsCommand = __commonJS({
21046
21046
  }
21047
21047
  });
21048
21048
 
21049
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js
21049
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js
21050
21050
  var require_ListBucketIntelligentTieringConfigurationsCommand = __commonJS({
21051
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js"(exports) {
21051
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js"(exports) {
21052
21052
  "use strict";
21053
21053
  Object.defineProperty(exports, "__esModule", { value: true });
21054
21054
  exports.ListBucketIntelligentTieringConfigurationsCommand = void 0;
@@ -21105,9 +21105,9 @@ var require_ListBucketIntelligentTieringConfigurationsCommand = __commonJS({
21105
21105
  }
21106
21106
  });
21107
21107
 
21108
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js
21108
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js
21109
21109
  var require_ListBucketInventoryConfigurationsCommand = __commonJS({
21110
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js"(exports) {
21110
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js"(exports) {
21111
21111
  "use strict";
21112
21112
  Object.defineProperty(exports, "__esModule", { value: true });
21113
21113
  exports.ListBucketInventoryConfigurationsCommand = void 0;
@@ -21164,9 +21164,9 @@ var require_ListBucketInventoryConfigurationsCommand = __commonJS({
21164
21164
  }
21165
21165
  });
21166
21166
 
21167
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js
21167
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js
21168
21168
  var require_ListBucketMetricsConfigurationsCommand = __commonJS({
21169
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js"(exports) {
21169
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js"(exports) {
21170
21170
  "use strict";
21171
21171
  Object.defineProperty(exports, "__esModule", { value: true });
21172
21172
  exports.ListBucketMetricsConfigurationsCommand = void 0;
@@ -21223,9 +21223,9 @@ var require_ListBucketMetricsConfigurationsCommand = __commonJS({
21223
21223
  }
21224
21224
  });
21225
21225
 
21226
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketsCommand.js
21226
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketsCommand.js
21227
21227
  var require_ListBucketsCommand = __commonJS({
21228
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketsCommand.js"(exports) {
21228
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketsCommand.js"(exports) {
21229
21229
  "use strict";
21230
21230
  Object.defineProperty(exports, "__esModule", { value: true });
21231
21231
  exports.ListBucketsCommand = void 0;
@@ -21281,9 +21281,9 @@ var require_ListBucketsCommand = __commonJS({
21281
21281
  }
21282
21282
  });
21283
21283
 
21284
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListMultipartUploadsCommand.js
21284
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListMultipartUploadsCommand.js
21285
21285
  var require_ListMultipartUploadsCommand = __commonJS({
21286
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListMultipartUploadsCommand.js"(exports) {
21286
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListMultipartUploadsCommand.js"(exports) {
21287
21287
  "use strict";
21288
21288
  Object.defineProperty(exports, "__esModule", { value: true });
21289
21289
  exports.ListMultipartUploadsCommand = void 0;
@@ -21340,9 +21340,9 @@ var require_ListMultipartUploadsCommand = __commonJS({
21340
21340
  }
21341
21341
  });
21342
21342
 
21343
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsCommand.js
21343
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsCommand.js
21344
21344
  var require_ListObjectsCommand = __commonJS({
21345
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsCommand.js"(exports) {
21345
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsCommand.js"(exports) {
21346
21346
  "use strict";
21347
21347
  Object.defineProperty(exports, "__esModule", { value: true });
21348
21348
  exports.ListObjectsCommand = void 0;
@@ -21399,9 +21399,9 @@ var require_ListObjectsCommand = __commonJS({
21399
21399
  }
21400
21400
  });
21401
21401
 
21402
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsV2Command.js
21402
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsV2Command.js
21403
21403
  var require_ListObjectsV2Command = __commonJS({
21404
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsV2Command.js"(exports) {
21404
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsV2Command.js"(exports) {
21405
21405
  "use strict";
21406
21406
  Object.defineProperty(exports, "__esModule", { value: true });
21407
21407
  exports.ListObjectsV2Command = void 0;
@@ -21458,9 +21458,9 @@ var require_ListObjectsV2Command = __commonJS({
21458
21458
  }
21459
21459
  });
21460
21460
 
21461
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectVersionsCommand.js
21461
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectVersionsCommand.js
21462
21462
  var require_ListObjectVersionsCommand = __commonJS({
21463
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectVersionsCommand.js"(exports) {
21463
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectVersionsCommand.js"(exports) {
21464
21464
  "use strict";
21465
21465
  Object.defineProperty(exports, "__esModule", { value: true });
21466
21466
  exports.ListObjectVersionsCommand = void 0;
@@ -21517,9 +21517,9 @@ var require_ListObjectVersionsCommand = __commonJS({
21517
21517
  }
21518
21518
  });
21519
21519
 
21520
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListPartsCommand.js
21520
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListPartsCommand.js
21521
21521
  var require_ListPartsCommand = __commonJS({
21522
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListPartsCommand.js"(exports) {
21522
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListPartsCommand.js"(exports) {
21523
21523
  "use strict";
21524
21524
  Object.defineProperty(exports, "__esModule", { value: true });
21525
21525
  exports.ListPartsCommand = void 0;
@@ -21578,9 +21578,9 @@ var require_ListPartsCommand = __commonJS({
21578
21578
  }
21579
21579
  });
21580
21580
 
21581
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js
21581
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js
21582
21582
  var require_PutBucketAccelerateConfigurationCommand = __commonJS({
21583
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js"(exports) {
21583
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js"(exports) {
21584
21584
  "use strict";
21585
21585
  Object.defineProperty(exports, "__esModule", { value: true });
21586
21586
  exports.PutBucketAccelerateConfigurationCommand = void 0;
@@ -21643,9 +21643,9 @@ var require_PutBucketAccelerateConfigurationCommand = __commonJS({
21643
21643
  }
21644
21644
  });
21645
21645
 
21646
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAclCommand.js
21646
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAclCommand.js
21647
21647
  var require_PutBucketAclCommand = __commonJS({
21648
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAclCommand.js"(exports) {
21648
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAclCommand.js"(exports) {
21649
21649
  "use strict";
21650
21650
  Object.defineProperty(exports, "__esModule", { value: true });
21651
21651
  exports.PutBucketAclCommand = void 0;
@@ -21708,9 +21708,9 @@ var require_PutBucketAclCommand = __commonJS({
21708
21708
  }
21709
21709
  });
21710
21710
 
21711
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js
21711
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js
21712
21712
  var require_PutBucketAnalyticsConfigurationCommand = __commonJS({
21713
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js"(exports) {
21713
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js"(exports) {
21714
21714
  "use strict";
21715
21715
  Object.defineProperty(exports, "__esModule", { value: true });
21716
21716
  exports.PutBucketAnalyticsConfigurationCommand = void 0;
@@ -21767,9 +21767,9 @@ var require_PutBucketAnalyticsConfigurationCommand = __commonJS({
21767
21767
  }
21768
21768
  });
21769
21769
 
21770
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketCorsCommand.js
21770
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketCorsCommand.js
21771
21771
  var require_PutBucketCorsCommand = __commonJS({
21772
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketCorsCommand.js"(exports) {
21772
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketCorsCommand.js"(exports) {
21773
21773
  "use strict";
21774
21774
  Object.defineProperty(exports, "__esModule", { value: true });
21775
21775
  exports.PutBucketCorsCommand = void 0;
@@ -21832,9 +21832,9 @@ var require_PutBucketCorsCommand = __commonJS({
21832
21832
  }
21833
21833
  });
21834
21834
 
21835
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketEncryptionCommand.js
21835
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketEncryptionCommand.js
21836
21836
  var require_PutBucketEncryptionCommand = __commonJS({
21837
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketEncryptionCommand.js"(exports) {
21837
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketEncryptionCommand.js"(exports) {
21838
21838
  "use strict";
21839
21839
  Object.defineProperty(exports, "__esModule", { value: true });
21840
21840
  exports.PutBucketEncryptionCommand = void 0;
@@ -21897,9 +21897,9 @@ var require_PutBucketEncryptionCommand = __commonJS({
21897
21897
  }
21898
21898
  });
21899
21899
 
21900
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js
21900
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js
21901
21901
  var require_PutBucketIntelligentTieringConfigurationCommand = __commonJS({
21902
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js"(exports) {
21902
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js"(exports) {
21903
21903
  "use strict";
21904
21904
  Object.defineProperty(exports, "__esModule", { value: true });
21905
21905
  exports.PutBucketIntelligentTieringConfigurationCommand = void 0;
@@ -21956,9 +21956,9 @@ var require_PutBucketIntelligentTieringConfigurationCommand = __commonJS({
21956
21956
  }
21957
21957
  });
21958
21958
 
21959
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js
21959
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js
21960
21960
  var require_PutBucketInventoryConfigurationCommand = __commonJS({
21961
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js"(exports) {
21961
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js"(exports) {
21962
21962
  "use strict";
21963
21963
  Object.defineProperty(exports, "__esModule", { value: true });
21964
21964
  exports.PutBucketInventoryConfigurationCommand = void 0;
@@ -22015,9 +22015,9 @@ var require_PutBucketInventoryConfigurationCommand = __commonJS({
22015
22015
  }
22016
22016
  });
22017
22017
 
22018
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js
22018
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js
22019
22019
  var require_PutBucketLifecycleConfigurationCommand = __commonJS({
22020
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js"(exports) {
22020
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js"(exports) {
22021
22021
  "use strict";
22022
22022
  Object.defineProperty(exports, "__esModule", { value: true });
22023
22023
  exports.PutBucketLifecycleConfigurationCommand = void 0;
@@ -22080,9 +22080,9 @@ var require_PutBucketLifecycleConfigurationCommand = __commonJS({
22080
22080
  }
22081
22081
  });
22082
22082
 
22083
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLoggingCommand.js
22083
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLoggingCommand.js
22084
22084
  var require_PutBucketLoggingCommand = __commonJS({
22085
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLoggingCommand.js"(exports) {
22085
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLoggingCommand.js"(exports) {
22086
22086
  "use strict";
22087
22087
  Object.defineProperty(exports, "__esModule", { value: true });
22088
22088
  exports.PutBucketLoggingCommand = void 0;
@@ -22145,9 +22145,9 @@ var require_PutBucketLoggingCommand = __commonJS({
22145
22145
  }
22146
22146
  });
22147
22147
 
22148
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js
22148
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js
22149
22149
  var require_PutBucketMetricsConfigurationCommand = __commonJS({
22150
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js"(exports) {
22150
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js"(exports) {
22151
22151
  "use strict";
22152
22152
  Object.defineProperty(exports, "__esModule", { value: true });
22153
22153
  exports.PutBucketMetricsConfigurationCommand = void 0;
@@ -22204,9 +22204,9 @@ var require_PutBucketMetricsConfigurationCommand = __commonJS({
22204
22204
  }
22205
22205
  });
22206
22206
 
22207
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js
22207
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js
22208
22208
  var require_PutBucketNotificationConfigurationCommand = __commonJS({
22209
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js"(exports) {
22209
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js"(exports) {
22210
22210
  "use strict";
22211
22211
  Object.defineProperty(exports, "__esModule", { value: true });
22212
22212
  exports.PutBucketNotificationConfigurationCommand = void 0;
@@ -22263,9 +22263,9 @@ var require_PutBucketNotificationConfigurationCommand = __commonJS({
22263
22263
  }
22264
22264
  });
22265
22265
 
22266
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketOwnershipControlsCommand.js
22266
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketOwnershipControlsCommand.js
22267
22267
  var require_PutBucketOwnershipControlsCommand = __commonJS({
22268
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketOwnershipControlsCommand.js"(exports) {
22268
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketOwnershipControlsCommand.js"(exports) {
22269
22269
  "use strict";
22270
22270
  Object.defineProperty(exports, "__esModule", { value: true });
22271
22271
  exports.PutBucketOwnershipControlsCommand = void 0;
@@ -22324,9 +22324,9 @@ var require_PutBucketOwnershipControlsCommand = __commonJS({
22324
22324
  }
22325
22325
  });
22326
22326
 
22327
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketPolicyCommand.js
22327
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketPolicyCommand.js
22328
22328
  var require_PutBucketPolicyCommand = __commonJS({
22329
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketPolicyCommand.js"(exports) {
22329
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketPolicyCommand.js"(exports) {
22330
22330
  "use strict";
22331
22331
  Object.defineProperty(exports, "__esModule", { value: true });
22332
22332
  exports.PutBucketPolicyCommand = void 0;
@@ -22389,9 +22389,9 @@ var require_PutBucketPolicyCommand = __commonJS({
22389
22389
  }
22390
22390
  });
22391
22391
 
22392
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketReplicationCommand.js
22392
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketReplicationCommand.js
22393
22393
  var require_PutBucketReplicationCommand = __commonJS({
22394
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketReplicationCommand.js"(exports) {
22394
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketReplicationCommand.js"(exports) {
22395
22395
  "use strict";
22396
22396
  Object.defineProperty(exports, "__esModule", { value: true });
22397
22397
  exports.PutBucketReplicationCommand = void 0;
@@ -22454,9 +22454,9 @@ var require_PutBucketReplicationCommand = __commonJS({
22454
22454
  }
22455
22455
  });
22456
22456
 
22457
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketRequestPaymentCommand.js
22457
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketRequestPaymentCommand.js
22458
22458
  var require_PutBucketRequestPaymentCommand = __commonJS({
22459
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketRequestPaymentCommand.js"(exports) {
22459
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketRequestPaymentCommand.js"(exports) {
22460
22460
  "use strict";
22461
22461
  Object.defineProperty(exports, "__esModule", { value: true });
22462
22462
  exports.PutBucketRequestPaymentCommand = void 0;
@@ -22519,9 +22519,9 @@ var require_PutBucketRequestPaymentCommand = __commonJS({
22519
22519
  }
22520
22520
  });
22521
22521
 
22522
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketTaggingCommand.js
22522
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketTaggingCommand.js
22523
22523
  var require_PutBucketTaggingCommand = __commonJS({
22524
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketTaggingCommand.js"(exports) {
22524
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketTaggingCommand.js"(exports) {
22525
22525
  "use strict";
22526
22526
  Object.defineProperty(exports, "__esModule", { value: true });
22527
22527
  exports.PutBucketTaggingCommand = void 0;
@@ -22584,9 +22584,9 @@ var require_PutBucketTaggingCommand = __commonJS({
22584
22584
  }
22585
22585
  });
22586
22586
 
22587
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketVersioningCommand.js
22587
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketVersioningCommand.js
22588
22588
  var require_PutBucketVersioningCommand = __commonJS({
22589
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketVersioningCommand.js"(exports) {
22589
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketVersioningCommand.js"(exports) {
22590
22590
  "use strict";
22591
22591
  Object.defineProperty(exports, "__esModule", { value: true });
22592
22592
  exports.PutBucketVersioningCommand = void 0;
@@ -22649,9 +22649,9 @@ var require_PutBucketVersioningCommand = __commonJS({
22649
22649
  }
22650
22650
  });
22651
22651
 
22652
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketWebsiteCommand.js
22652
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketWebsiteCommand.js
22653
22653
  var require_PutBucketWebsiteCommand = __commonJS({
22654
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketWebsiteCommand.js"(exports) {
22654
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketWebsiteCommand.js"(exports) {
22655
22655
  "use strict";
22656
22656
  Object.defineProperty(exports, "__esModule", { value: true });
22657
22657
  exports.PutBucketWebsiteCommand = void 0;
@@ -22714,9 +22714,9 @@ var require_PutBucketWebsiteCommand = __commonJS({
22714
22714
  }
22715
22715
  });
22716
22716
 
22717
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectAclCommand.js
22717
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectAclCommand.js
22718
22718
  var require_PutObjectAclCommand = __commonJS({
22719
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectAclCommand.js"(exports) {
22719
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectAclCommand.js"(exports) {
22720
22720
  "use strict";
22721
22721
  Object.defineProperty(exports, "__esModule", { value: true });
22722
22722
  exports.PutObjectAclCommand = void 0;
@@ -22779,9 +22779,9 @@ var require_PutObjectAclCommand = __commonJS({
22779
22779
  }
22780
22780
  });
22781
22781
 
22782
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectCommand.js
22782
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectCommand.js
22783
22783
  var require_PutObjectCommand = __commonJS({
22784
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectCommand.js"(exports) {
22784
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectCommand.js"(exports) {
22785
22785
  "use strict";
22786
22786
  Object.defineProperty(exports, "__esModule", { value: true });
22787
22787
  exports.PutObjectCommand = void 0;
@@ -22848,9 +22848,9 @@ var require_PutObjectCommand = __commonJS({
22848
22848
  }
22849
22849
  });
22850
22850
 
22851
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLegalHoldCommand.js
22851
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLegalHoldCommand.js
22852
22852
  var require_PutObjectLegalHoldCommand = __commonJS({
22853
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLegalHoldCommand.js"(exports) {
22853
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLegalHoldCommand.js"(exports) {
22854
22854
  "use strict";
22855
22855
  Object.defineProperty(exports, "__esModule", { value: true });
22856
22856
  exports.PutObjectLegalHoldCommand = void 0;
@@ -22913,9 +22913,9 @@ var require_PutObjectLegalHoldCommand = __commonJS({
22913
22913
  }
22914
22914
  });
22915
22915
 
22916
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLockConfigurationCommand.js
22916
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLockConfigurationCommand.js
22917
22917
  var require_PutObjectLockConfigurationCommand = __commonJS({
22918
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLockConfigurationCommand.js"(exports) {
22918
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLockConfigurationCommand.js"(exports) {
22919
22919
  "use strict";
22920
22920
  Object.defineProperty(exports, "__esModule", { value: true });
22921
22921
  exports.PutObjectLockConfigurationCommand = void 0;
@@ -22978,9 +22978,9 @@ var require_PutObjectLockConfigurationCommand = __commonJS({
22978
22978
  }
22979
22979
  });
22980
22980
 
22981
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectRetentionCommand.js
22981
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectRetentionCommand.js
22982
22982
  var require_PutObjectRetentionCommand = __commonJS({
22983
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectRetentionCommand.js"(exports) {
22983
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectRetentionCommand.js"(exports) {
22984
22984
  "use strict";
22985
22985
  Object.defineProperty(exports, "__esModule", { value: true });
22986
22986
  exports.PutObjectRetentionCommand = void 0;
@@ -23043,9 +23043,9 @@ var require_PutObjectRetentionCommand = __commonJS({
23043
23043
  }
23044
23044
  });
23045
23045
 
23046
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectTaggingCommand.js
23046
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectTaggingCommand.js
23047
23047
  var require_PutObjectTaggingCommand = __commonJS({
23048
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectTaggingCommand.js"(exports) {
23048
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectTaggingCommand.js"(exports) {
23049
23049
  "use strict";
23050
23050
  Object.defineProperty(exports, "__esModule", { value: true });
23051
23051
  exports.PutObjectTaggingCommand = void 0;
@@ -23108,9 +23108,9 @@ var require_PutObjectTaggingCommand = __commonJS({
23108
23108
  }
23109
23109
  });
23110
23110
 
23111
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutPublicAccessBlockCommand.js
23111
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutPublicAccessBlockCommand.js
23112
23112
  var require_PutPublicAccessBlockCommand = __commonJS({
23113
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutPublicAccessBlockCommand.js"(exports) {
23113
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutPublicAccessBlockCommand.js"(exports) {
23114
23114
  "use strict";
23115
23115
  Object.defineProperty(exports, "__esModule", { value: true });
23116
23116
  exports.PutPublicAccessBlockCommand = void 0;
@@ -23173,9 +23173,9 @@ var require_PutPublicAccessBlockCommand = __commonJS({
23173
23173
  }
23174
23174
  });
23175
23175
 
23176
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/RestoreObjectCommand.js
23176
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/RestoreObjectCommand.js
23177
23177
  var require_RestoreObjectCommand = __commonJS({
23178
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/RestoreObjectCommand.js"(exports) {
23178
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/RestoreObjectCommand.js"(exports) {
23179
23179
  "use strict";
23180
23180
  Object.defineProperty(exports, "__esModule", { value: true });
23181
23181
  exports.RestoreObjectCommand = void 0;
@@ -23238,9 +23238,9 @@ var require_RestoreObjectCommand = __commonJS({
23238
23238
  }
23239
23239
  });
23240
23240
 
23241
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/SelectObjectContentCommand.js
23241
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/SelectObjectContentCommand.js
23242
23242
  var require_SelectObjectContentCommand = __commonJS({
23243
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/SelectObjectContentCommand.js"(exports) {
23243
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/SelectObjectContentCommand.js"(exports) {
23244
23244
  "use strict";
23245
23245
  Object.defineProperty(exports, "__esModule", { value: true });
23246
23246
  exports.SelectObjectContentCommand = void 0;
@@ -23299,9 +23299,9 @@ var require_SelectObjectContentCommand = __commonJS({
23299
23299
  }
23300
23300
  });
23301
23301
 
23302
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCommand.js
23302
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCommand.js
23303
23303
  var require_UploadPartCommand = __commonJS({
23304
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCommand.js"(exports) {
23304
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCommand.js"(exports) {
23305
23305
  "use strict";
23306
23306
  Object.defineProperty(exports, "__esModule", { value: true });
23307
23307
  exports.UploadPartCommand = void 0;
@@ -23366,9 +23366,9 @@ var require_UploadPartCommand = __commonJS({
23366
23366
  }
23367
23367
  });
23368
23368
 
23369
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCopyCommand.js
23369
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCopyCommand.js
23370
23370
  var require_UploadPartCopyCommand = __commonJS({
23371
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCopyCommand.js"(exports) {
23371
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCopyCommand.js"(exports) {
23372
23372
  "use strict";
23373
23373
  Object.defineProperty(exports, "__esModule", { value: true });
23374
23374
  exports.UploadPartCopyCommand = void 0;
@@ -23429,9 +23429,9 @@ var require_UploadPartCopyCommand = __commonJS({
23429
23429
  }
23430
23430
  });
23431
23431
 
23432
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/WriteGetObjectResponseCommand.js
23432
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/WriteGetObjectResponseCommand.js
23433
23433
  var require_WriteGetObjectResponseCommand = __commonJS({
23434
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/WriteGetObjectResponseCommand.js"(exports) {
23434
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/WriteGetObjectResponseCommand.js"(exports) {
23435
23435
  "use strict";
23436
23436
  Object.defineProperty(exports, "__esModule", { value: true });
23437
23437
  exports.WriteGetObjectResponseCommand = void 0;
@@ -26402,9 +26402,9 @@ var require_dist_cjs35 = __commonJS({
26402
26402
  }
26403
26403
  });
26404
26404
 
26405
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/EndpointParameters.js
26405
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/EndpointParameters.js
26406
26406
  var require_EndpointParameters = __commonJS({
26407
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/EndpointParameters.js"(exports) {
26407
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/EndpointParameters.js"(exports) {
26408
26408
  "use strict";
26409
26409
  Object.defineProperty(exports, "__esModule", { value: true });
26410
26410
  exports.resolveClientEndpointParameters = void 0;
@@ -26423,9 +26423,9 @@ var require_EndpointParameters = __commonJS({
26423
26423
  }
26424
26424
  });
26425
26425
 
26426
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/package.json
26426
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/package.json
26427
26427
  var require_package = __commonJS({
26428
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/package.json"(exports, module) {
26428
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/package.json"(exports, module) {
26429
26429
  module.exports = {
26430
26430
  name: "@aws-sdk/client-s3",
26431
26431
  description: "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
@@ -30987,160 +30987,12 @@ var require_dist_cjs45 = __commonJS({
30987
30987
  }
30988
30988
  });
30989
30989
 
30990
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/promise.js
30991
- var require_promise = __commonJS({
30992
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/promise.js"(exports) {
30993
- "use strict";
30994
- Object.defineProperty(exports, "__esModule", { value: true });
30995
- exports.newLiftedPromise = exports.makeSelfCleaningPromise = void 0;
30996
- function makeSelfCleaningPromise(promise, cleaner) {
30997
- if (!cleaner) {
30998
- return promise;
30999
- }
31000
- return promise.finally(() => {
31001
- cleaner();
31002
- });
31003
- }
31004
- __name(makeSelfCleaningPromise, "makeSelfCleaningPromise");
31005
- exports.makeSelfCleaningPromise = makeSelfCleaningPromise;
31006
- function newLiftedPromise(promiseBody) {
31007
- let localResolve = void 0;
31008
- let localReject = void 0;
31009
- let promise = new Promise((resolve, reject) => {
31010
- localResolve = resolve;
31011
- localReject = reject;
31012
- });
31013
- if (!localResolve || !localReject) {
31014
- throw new Error("Failed to bind resolve and reject when making lifted promise");
31015
- }
31016
- if (promiseBody) {
31017
- promiseBody(localResolve, localReject);
31018
- }
31019
- return {
31020
- promise,
31021
- resolve: localResolve,
31022
- reject: localReject
31023
- };
31024
- }
31025
- __name(newLiftedPromise, "newLiftedPromise");
31026
- exports.newLiftedPromise = newLiftedPromise;
31027
- }
31028
- });
31029
-
31030
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/cancel.js
31031
- var require_cancel = __commonJS({
31032
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/cancel.js"(exports) {
31033
- "use strict";
31034
- var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
31035
- if (k2 === void 0)
31036
- k2 = k;
31037
- var desc = Object.getOwnPropertyDescriptor(m, k);
31038
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
31039
- desc = { enumerable: true, get: function() {
31040
- return m[k];
31041
- } };
31042
- }
31043
- Object.defineProperty(o, k2, desc);
31044
- } : function(o, m, k, k2) {
31045
- if (k2 === void 0)
31046
- k2 = k;
31047
- o[k2] = m[k];
31048
- });
31049
- var __setModuleDefault2 = exports && exports.__setModuleDefault || (Object.create ? function(o, v) {
31050
- Object.defineProperty(o, "default", { enumerable: true, value: v });
31051
- } : function(o, v) {
31052
- o["default"] = v;
31053
- });
31054
- var __importStar3 = exports && exports.__importStar || function(mod) {
31055
- if (mod && mod.__esModule)
31056
- return mod;
31057
- var result = {};
31058
- if (mod != null) {
31059
- for (var k in mod)
31060
- if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
31061
- __createBinding3(result, mod, k);
31062
- }
31063
- __setModuleDefault2(result, mod);
31064
- return result;
31065
- };
31066
- Object.defineProperty(exports, "__esModule", { value: true });
31067
- exports.newCancellablePromiseFromNextEvent = exports.CancelController = exports.EVENT_NAME = void 0;
31068
- var events_1 = __require("events");
31069
- var promise = __importStar3(require_promise());
31070
- exports.EVENT_NAME = "cancelled";
31071
- var CancelController = class {
31072
- constructor(options) {
31073
- this.cancelled = false;
31074
- if (options && options.emitterFactory) {
31075
- this.emitter = options.emitterFactory();
31076
- } else {
31077
- this.emitter = new events_1.EventEmitter();
31078
- }
31079
- }
31080
- cancel() {
31081
- if (!this.cancelled) {
31082
- this.cancelled = true;
31083
- this.emitter.emit(exports.EVENT_NAME);
31084
- this.emitter.removeAllListeners(exports.EVENT_NAME);
31085
- }
31086
- }
31087
- hasBeenCancelled() {
31088
- return this.cancelled;
31089
- }
31090
- addListener(listener) {
31091
- if (this.cancelled) {
31092
- listener();
31093
- return void 0;
31094
- }
31095
- this.emitter.on(exports.EVENT_NAME, listener);
31096
- return () => {
31097
- this.emitter.removeListener(exports.EVENT_NAME, listener);
31098
- };
31099
- }
31100
- };
31101
- __name(CancelController, "CancelController");
31102
- exports.CancelController = CancelController;
31103
- function newCancellablePromiseFromNextEvent(config) {
31104
- let onEvent = void 0;
31105
- let cancelRemoveListener = void 0;
31106
- let liftedPromise = promise.newLiftedPromise();
31107
- onEvent = /* @__PURE__ */ __name((eventData) => {
31108
- try {
31109
- if (config.eventDataTransformer) {
31110
- liftedPromise.resolve(config.eventDataTransformer(eventData));
31111
- } else {
31112
- liftedPromise.resolve(eventData);
31113
- }
31114
- } catch (err) {
31115
- liftedPromise.reject(err);
31116
- }
31117
- }, "onEvent");
31118
- config.emitter.addListener(config.eventName, onEvent);
31119
- if (config.cancelController) {
31120
- cancelRemoveListener = config.cancelController.addListener(() => {
31121
- liftedPromise.reject(config.cancelMessage);
31122
- });
31123
- }
31124
- return promise.makeSelfCleaningPromise(liftedPromise.promise, () => {
31125
- if (onEvent) {
31126
- config.emitter.removeListener(config.eventName, onEvent);
31127
- }
31128
- if (cancelRemoveListener) {
31129
- cancelRemoveListener();
31130
- }
31131
- });
31132
- }
31133
- __name(newCancellablePromiseFromNextEvent, "newCancellablePromiseFromNextEvent");
31134
- exports.newCancellablePromiseFromNextEvent = newCancellablePromiseFromNextEvent;
31135
- }
31136
- });
31137
-
31138
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/package.json
30990
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/package.json
31139
30991
  var require_package4 = __commonJS({
31140
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/package.json"(exports, module) {
30992
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/package.json"(exports, module) {
31141
30993
  module.exports = {
31142
30994
  name: "aws-crt",
31143
- version: "1.15.15",
30995
+ version: "1.15.9",
31144
30996
  description: "NodeJS/browser bindings to the aws-c-* libraries",
31145
30997
  homepage: "https://github.com/awslabs/aws-crt-nodejs",
31146
30998
  repository: {
@@ -31170,42 +31022,40 @@ var require_package4 = __commonJS({
31170
31022
  "@types/jest": "^27.0.1",
31171
31023
  "@types/node": "^10.17.54",
31172
31024
  "@types/prettier": "2.6.0",
31173
- "@types/puppeteer": "^5.4.7",
31025
+ "@types/puppeteer": "^5.4.4",
31174
31026
  "@types/uuid": "^3.4.8",
31175
31027
  "@types/ws": "^7.4.7",
31176
31028
  "aws-sdk": "^2.848.0",
31177
- "cmake-js": "^6.3.2",
31178
31029
  "https-proxy-agent": "^5.0.1",
31179
31030
  jest: "^27.2.1",
31180
31031
  "jest-puppeteer": "^5.0.4",
31181
31032
  "jest-runtime": "^27.2.1",
31182
31033
  puppeteer: "^3.3.0",
31183
- tar: "^6.1.11",
31184
31034
  "ts-jest": "^27.0.5",
31185
31035
  typedoc: "^0.22.18",
31186
31036
  "typedoc-plugin-merge-modules": "^3.1.0",
31187
31037
  typescript: "^4.7.4",
31188
31038
  uuid: "^8.3.2",
31189
- yargs: "^17.2.1"
31039
+ yargs: "^17.2.1",
31040
+ "cmake-js": "^6.3.2",
31041
+ tar: "^6.1.11"
31190
31042
  },
31191
31043
  dependencies: {
31192
31044
  "@aws-sdk/util-utf8-browser": "^3.109.0",
31193
31045
  "@httptoolkit/websocket-stream": "^6.0.0",
31194
31046
  axios: "^0.24.0",
31195
- buffer: "^6.0.3",
31196
- "cmake-js": "^6.3.2",
31197
31047
  "crypto-js": "^4.0.0",
31198
31048
  mqtt: "^4.3.7",
31199
- process: "^0.11.10",
31049
+ "cmake-js": "^6.3.2",
31200
31050
  tar: "^6.1.11"
31201
31051
  }
31202
31052
  };
31203
31053
  }
31204
31054
  });
31205
31055
 
31206
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/platform.js
31056
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/common/platform.js
31207
31057
  var require_platform = __commonJS({
31208
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/platform.js"(exports) {
31058
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/common/platform.js"(exports) {
31209
31059
  "use strict";
31210
31060
  Object.defineProperty(exports, "__esModule", { value: true });
31211
31061
  exports.crt_version = exports.package_info = exports.is_browser = exports.is_nodejs = void 0;
@@ -31241,9 +31091,9 @@ var require_platform = __commonJS({
31241
31091
  }
31242
31092
  });
31243
31093
 
31244
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/resource_safety.js
31094
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/common/resource_safety.js
31245
31095
  var require_resource_safety = __commonJS({
31246
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/resource_safety.js"(exports) {
31096
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/common/resource_safety.js"(exports) {
31247
31097
  "use strict";
31248
31098
  var __awaiter3 = exports && exports.__awaiter || function(thisArg, _arguments, P, generator) {
31249
31099
  function adopt(value) {
@@ -31292,9 +31142,9 @@ var require_resource_safety = __commonJS({
31292
31142
  }
31293
31143
  });
31294
31144
 
31295
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/binding.js
31145
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/binding.js
31296
31146
  var require_binding = __commonJS({
31297
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/binding.js"(exports) {
31147
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/binding.js"(exports) {
31298
31148
  "use strict";
31299
31149
  var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
31300
31150
  if (k2 === void 0)
@@ -31367,9 +31217,9 @@ var require_binding = __commonJS({
31367
31217
  }
31368
31218
  });
31369
31219
 
31370
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/error.js
31220
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/error.js
31371
31221
  var require_error = __commonJS({
31372
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/error.js"(exports) {
31222
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/error.js"(exports) {
31373
31223
  "use strict";
31374
31224
  var __importDefault3 = exports && exports.__importDefault || function(mod) {
31375
31225
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -31417,9 +31267,9 @@ var require_error = __commonJS({
31417
31267
  }
31418
31268
  });
31419
31269
 
31420
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/native_resource.js
31270
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/native_resource.js
31421
31271
  var require_native_resource = __commonJS({
31422
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/native_resource.js"(exports) {
31272
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/native_resource.js"(exports) {
31423
31273
  "use strict";
31424
31274
  Object.defineProperty(exports, "__esModule", { value: true });
31425
31275
  exports.NativeResourceMixin = exports.NativeResource = void 0;
@@ -31453,9 +31303,9 @@ var require_native_resource = __commonJS({
31453
31303
  }
31454
31304
  });
31455
31305
 
31456
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/io.js
31306
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/common/io.js
31457
31307
  var require_io = __commonJS({
31458
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/io.js"(exports) {
31308
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/common/io.js"(exports) {
31459
31309
  "use strict";
31460
31310
  Object.defineProperty(exports, "__esModule", { value: true });
31461
31311
  exports.SocketDomain = exports.SocketType = exports.TlsVersion = void 0;
@@ -31482,9 +31332,9 @@ var require_io = __commonJS({
31482
31332
  }
31483
31333
  });
31484
31334
 
31485
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/io.js
31335
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/io.js
31486
31336
  var require_io2 = __commonJS({
31487
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/io.js"(exports) {
31337
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/io.js"(exports) {
31488
31338
  "use strict";
31489
31339
  var __importDefault3 = exports && exports.__importDefault || function(mod) {
31490
31340
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -31504,7 +31354,6 @@ var require_io2 = __commonJS({
31504
31354
  Object.defineProperty(exports, "SocketDomain", { enumerable: true, get: function() {
31505
31355
  return io_2.SocketDomain;
31506
31356
  } });
31507
- var error_1 = require_error();
31508
31357
  function error_code_to_string(error_code) {
31509
31358
  return binding_1.default.error_code_to_string(error_code);
31510
31359
  }
@@ -31540,7 +31389,7 @@ var require_io2 = __commonJS({
31540
31389
  super(binding_1.default.io_input_stream_new(16 * 1024));
31541
31390
  this.source = source;
31542
31391
  this.source.on("data", (data) => {
31543
- data = Buffer.isBuffer(data) ? data : Buffer.from(data.toString());
31392
+ data = Buffer.isBuffer(data) ? data : new Buffer(data.toString(), "utf8");
31544
31393
  binding_1.default.io_input_stream_append(this.native_handle(), data);
31545
31394
  });
31546
31395
  this.source.on("end", () => {
@@ -31632,9 +31481,6 @@ var require_io2 = __commonJS({
31632
31481
  exports.TlsContextOptions = TlsContextOptions;
31633
31482
  var TlsContext = class extends native_resource_1.NativeResource {
31634
31483
  constructor(ctx_opt) {
31635
- if (ctx_opt == null || ctx_opt == void 0) {
31636
- throw new error_1.CrtError("TlsContext constructor: ctx_opt not defined");
31637
- }
31638
31484
  super(binding_1.default.io_tls_ctx_new(ctx_opt.min_tls_version, ctx_opt.ca_filepath, ctx_opt.ca_dirpath, ctx_opt.certificate_authority, ctx_opt.alpn_list && ctx_opt.alpn_list.length > 0 ? ctx_opt.alpn_list.join(";") : void 0, ctx_opt.certificate_filepath, ctx_opt.certificate, ctx_opt.private_key_filepath, ctx_opt.private_key, ctx_opt.pkcs12_filepath, ctx_opt.pkcs12_password, ctx_opt.pkcs11_options, ctx_opt.windows_cert_store_path, ctx_opt.verify_peer));
31639
31485
  }
31640
31486
  };
@@ -31664,9 +31510,6 @@ var require_io2 = __commonJS({
31664
31510
  exports.ServerTlsContext = ServerTlsContext;
31665
31511
  var TlsConnectionOptions = class extends native_resource_1.NativeResource {
31666
31512
  constructor(tls_ctx, server_name, alpn_list = []) {
31667
- if (tls_ctx == null || tls_ctx == void 0) {
31668
- throw new error_1.CrtError("TlsConnectionOptions constructor: tls_ctx not defined");
31669
- }
31670
31513
  super(binding_1.default.io_tls_connection_options_new(tls_ctx.native_handle(), server_name, alpn_list && alpn_list.length > 0 ? alpn_list.join(";") : void 0));
31671
31514
  this.tls_ctx = tls_ctx;
31672
31515
  this.server_name = server_name;
@@ -31696,9 +31539,9 @@ var require_io2 = __commonJS({
31696
31539
  }
31697
31540
  });
31698
31541
 
31699
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/auth.js
31542
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/auth.js
31700
31543
  var require_auth = __commonJS({
31701
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/auth.js"(exports) {
31544
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/auth.js"(exports) {
31702
31545
  "use strict";
31703
31546
  var __awaiter3 = exports && exports.__awaiter || function(thisArg, _arguments, P, generator) {
31704
31547
  function adopt(value) {
@@ -31747,17 +31590,8 @@ var require_auth = __commonJS({
31747
31590
  return super.newStatic(access_key, secret_key, session_token);
31748
31591
  }
31749
31592
  static newCognito(config) {
31750
- if (config == null || config == void 0) {
31751
- throw new error_1.CrtError("AwsCredentialsProvider newCognito: Cognito config not defined");
31752
- }
31753
31593
  return super.newCognito(config, config.tlsContext != null ? config.tlsContext.native_handle() : new io_1.ClientTlsContext().native_handle(), config.bootstrap != null ? config.bootstrap.native_handle() : null, config.httpProxyOptions ? config.httpProxyOptions.create_native_handle() : null);
31754
31594
  }
31755
- static newX509(config) {
31756
- if (config == null || config == void 0) {
31757
- throw new error_1.CrtError("AwsCredentialsProvider newX509: X509 config not defined");
31758
- }
31759
- return super.newX509(config, config.tlsContext.native_handle(), config.httpProxyOptions ? config.httpProxyOptions.create_native_handle() : null);
31760
- }
31761
31595
  };
31762
31596
  __name(AwsCredentialsProvider, "AwsCredentialsProvider");
31763
31597
  exports.AwsCredentialsProvider = AwsCredentialsProvider;
@@ -31812,9 +31646,9 @@ var require_auth = __commonJS({
31812
31646
  }
31813
31647
  });
31814
31648
 
31815
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/checksums.js
31649
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/checksums.js
31816
31650
  var require_checksums = __commonJS({
31817
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/checksums.js"(exports) {
31651
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/checksums.js"(exports) {
31818
31652
  "use strict";
31819
31653
  var __importDefault3 = exports && exports.__importDefault || function(mod) {
31820
31654
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -31835,9 +31669,9 @@ var require_checksums = __commonJS({
31835
31669
  }
31836
31670
  });
31837
31671
 
31838
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/crt.js
31672
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/crt.js
31839
31673
  var require_crt = __commonJS({
31840
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/crt.js"(exports) {
31674
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/crt.js"(exports) {
31841
31675
  "use strict";
31842
31676
  var __importDefault3 = exports && exports.__importDefault || function(mod) {
31843
31677
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -31858,9 +31692,9 @@ var require_crt = __commonJS({
31858
31692
  }
31859
31693
  });
31860
31694
 
31861
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/crypto.js
31695
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/crypto.js
31862
31696
  var require_crypto = __commonJS({
31863
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/crypto.js"(exports) {
31697
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/crypto.js"(exports) {
31864
31698
  "use strict";
31865
31699
  var __importDefault3 = exports && exports.__importDefault || function(mod) {
31866
31700
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -31944,9 +31778,41 @@ var require_crypto = __commonJS({
31944
31778
  }
31945
31779
  });
31946
31780
 
31947
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/event.js
31781
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/common/http.js
31782
+ var require_http = __commonJS({
31783
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/common/http.js"(exports) {
31784
+ "use strict";
31785
+ Object.defineProperty(exports, "__esModule", { value: true });
31786
+ exports.CommonHttpProxyOptions = exports.HttpProxyAuthenticationType = exports.HttpVersion = void 0;
31787
+ var HttpVersion;
31788
+ (function(HttpVersion2) {
31789
+ HttpVersion2[HttpVersion2["Unknown"] = 0] = "Unknown";
31790
+ HttpVersion2[HttpVersion2["Http1_0"] = 1] = "Http1_0";
31791
+ HttpVersion2[HttpVersion2["Http1_1"] = 2] = "Http1_1";
31792
+ HttpVersion2[HttpVersion2["Http2"] = 3] = "Http2";
31793
+ })(HttpVersion = exports.HttpVersion || (exports.HttpVersion = {}));
31794
+ var HttpProxyAuthenticationType;
31795
+ (function(HttpProxyAuthenticationType2) {
31796
+ HttpProxyAuthenticationType2[HttpProxyAuthenticationType2["None"] = 0] = "None";
31797
+ HttpProxyAuthenticationType2[HttpProxyAuthenticationType2["Basic"] = 1] = "Basic";
31798
+ })(HttpProxyAuthenticationType = exports.HttpProxyAuthenticationType || (exports.HttpProxyAuthenticationType = {}));
31799
+ var CommonHttpProxyOptions = class {
31800
+ constructor(host_name, port, auth_method = HttpProxyAuthenticationType.None, auth_username, auth_password) {
31801
+ this.host_name = host_name;
31802
+ this.port = port;
31803
+ this.auth_method = auth_method;
31804
+ this.auth_username = auth_username;
31805
+ this.auth_password = auth_password;
31806
+ }
31807
+ };
31808
+ __name(CommonHttpProxyOptions, "CommonHttpProxyOptions");
31809
+ exports.CommonHttpProxyOptions = CommonHttpProxyOptions;
31810
+ }
31811
+ });
31812
+
31813
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/common/event.js
31948
31814
  var require_event = __commonJS({
31949
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/event.js"(exports) {
31815
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/common/event.js"(exports) {
31950
31816
  "use strict";
31951
31817
  Object.defineProperty(exports, "__esModule", { value: true });
31952
31818
  exports.BufferedEventEmitter = void 0;
@@ -31993,910 +31859,251 @@ var require_event = __commonJS({
31993
31859
  }
31994
31860
  });
31995
31861
 
31996
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/eventstream_utils.js
31997
- var require_eventstream_utils = __commonJS({
31998
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/eventstream_utils.js"(exports) {
31862
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/http.js
31863
+ var require_http2 = __commonJS({
31864
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/http.js"(exports) {
31999
31865
  "use strict";
31866
+ var __importDefault3 = exports && exports.__importDefault || function(mod) {
31867
+ return mod && mod.__esModule ? mod : { "default": mod };
31868
+ };
32000
31869
  Object.defineProperty(exports, "__esModule", { value: true });
32001
- exports.unmarshalInt64BigintFromBuffer = exports.marshalInt64BigintAsBuffer = exports.MIN_INT64 = exports.MAX_INT64 = exports.MIN_INT32 = exports.MAX_INT32 = exports.MIN_INT16 = exports.MAX_INT16 = exports.MIN_INT8 = exports.MAX_INT8 = void 0;
31870
+ exports.HttpClientConnectionManager = exports.HttpClientStream = exports.HttpStream = exports.HttpClientConnection = exports.HttpProxyOptions = exports.HttpProxyConnectionType = exports.HttpConnection = exports.HttpRequest = exports.HttpHeaders = exports.HttpProxyAuthenticationType = void 0;
31871
+ var binding_1 = __importDefault3(require_binding());
31872
+ var native_resource_1 = require_native_resource();
32002
31873
  var error_1 = require_error();
32003
- exports.MAX_INT8 = 127;
32004
- exports.MIN_INT8 = -128;
32005
- exports.MAX_INT16 = 32767;
32006
- exports.MIN_INT16 = -32768;
32007
- exports.MAX_INT32 = 2147483647;
32008
- exports.MIN_INT32 = -2147483648;
32009
- exports.MAX_INT64 = BigInt("9223372036854775807");
32010
- exports.MIN_INT64 = BigInt("-9223372036854775808");
32011
- var MAX_UINT8_AS_BIGINT = BigInt("256");
32012
- function marshalInt64BigintAsBuffer(value) {
32013
- if (value < exports.MIN_INT64 || value > exports.MAX_INT64) {
32014
- throw new error_1.CrtError("marshalInt64BigintAsBuffer expects a value that can fit in 8 bytes");
32015
- }
32016
- let buffer = new Uint8Array(8);
32017
- if (value < 0) {
32018
- value = -value - BigInt(1);
32019
- for (let i = 0; i < 8; ++i) {
32020
- buffer[i] = 255 - Number(value % MAX_UINT8_AS_BIGINT);
32021
- value /= MAX_UINT8_AS_BIGINT;
31874
+ var http_1 = require_http();
31875
+ var http_2 = require_http();
31876
+ Object.defineProperty(exports, "HttpProxyAuthenticationType", { enumerable: true, get: function() {
31877
+ return http_2.HttpProxyAuthenticationType;
31878
+ } });
31879
+ var event_1 = require_event();
31880
+ exports.HttpHeaders = binding_1.default.HttpHeaders;
31881
+ var nativeHttpRequest = binding_1.default.HttpRequest;
31882
+ var HttpRequest = class extends nativeHttpRequest {
31883
+ constructor(method, path, headers, body) {
31884
+ super(method, path, headers, body === null || body === void 0 ? void 0 : body.native_handle());
31885
+ }
31886
+ };
31887
+ __name(HttpRequest, "HttpRequest");
31888
+ exports.HttpRequest = HttpRequest;
31889
+ var HttpConnection = class extends (0, native_resource_1.NativeResourceMixin)(event_1.BufferedEventEmitter) {
31890
+ constructor(native_handle) {
31891
+ super();
31892
+ this._super(native_handle);
31893
+ }
31894
+ close() {
31895
+ binding_1.default.http_connection_close(this.native_handle());
31896
+ }
31897
+ on(event, listener) {
31898
+ super.on(event, listener);
31899
+ if (event == "connect") {
31900
+ process.nextTick(() => {
31901
+ this.uncork();
31902
+ });
32022
31903
  }
32023
- } else {
32024
- for (let i = 0; i < 8; ++i) {
32025
- buffer[i] = Number(value % MAX_UINT8_AS_BIGINT);
32026
- value /= MAX_UINT8_AS_BIGINT;
31904
+ return this;
31905
+ }
31906
+ };
31907
+ __name(HttpConnection, "HttpConnection");
31908
+ exports.HttpConnection = HttpConnection;
31909
+ HttpConnection.CONNECT = "connect";
31910
+ HttpConnection.ERROR = "error";
31911
+ HttpConnection.CLOSE = "close";
31912
+ var HttpProxyConnectionType;
31913
+ (function(HttpProxyConnectionType2) {
31914
+ HttpProxyConnectionType2[HttpProxyConnectionType2["Legacy"] = 0] = "Legacy";
31915
+ HttpProxyConnectionType2[HttpProxyConnectionType2["Forwarding"] = 1] = "Forwarding";
31916
+ HttpProxyConnectionType2[HttpProxyConnectionType2["Tunneling"] = 2] = "Tunneling";
31917
+ })(HttpProxyConnectionType = exports.HttpProxyConnectionType || (exports.HttpProxyConnectionType = {}));
31918
+ var HttpProxyOptions = class extends http_1.CommonHttpProxyOptions {
31919
+ constructor(host_name, port, auth_method = http_1.HttpProxyAuthenticationType.None, auth_username, auth_password, tls_opts, connection_type) {
31920
+ super(host_name, port, auth_method, auth_username, auth_password);
31921
+ this.tls_opts = tls_opts;
31922
+ this.connection_type = connection_type;
31923
+ }
31924
+ create_native_handle() {
31925
+ return binding_1.default.http_proxy_options_new(this.host_name, this.port, this.auth_method, this.auth_username, this.auth_password, this.tls_opts ? this.tls_opts.native_handle() : void 0, this.connection_type ? this.connection_type : HttpProxyConnectionType.Legacy);
31926
+ }
31927
+ };
31928
+ __name(HttpProxyOptions, "HttpProxyOptions");
31929
+ exports.HttpProxyOptions = HttpProxyOptions;
31930
+ var HttpClientConnection = class extends HttpConnection {
31931
+ constructor(bootstrap, host_name, port, socket_options, tls_opts, proxy_options, handle) {
31932
+ super(handle ? handle : binding_1.default.http_connection_new(bootstrap != null ? bootstrap.native_handle() : null, (handle2, error_code) => {
31933
+ this._on_setup(handle2, error_code);
31934
+ }, (handle2, error_code) => {
31935
+ this._on_shutdown(handle2, error_code);
31936
+ }, host_name, port, socket_options.native_handle(), tls_opts ? tls_opts.native_handle() : void 0, proxy_options ? proxy_options.create_native_handle() : void 0));
31937
+ this.bootstrap = bootstrap;
31938
+ this.socket_options = socket_options;
31939
+ this.tls_opts = tls_opts;
31940
+ }
31941
+ _on_setup(native_handle, error_code) {
31942
+ if (error_code) {
31943
+ this.emit("error", new error_1.CrtError(error_code));
31944
+ return;
32027
31945
  }
31946
+ this.emit("connect");
32028
31947
  }
32029
- return buffer;
32030
- }
32031
- __name(marshalInt64BigintAsBuffer, "marshalInt64BigintAsBuffer");
32032
- exports.marshalInt64BigintAsBuffer = marshalInt64BigintAsBuffer;
32033
- function unmarshalInt64BigintFromBuffer(buffer) {
32034
- let value = BigInt(0);
32035
- let byteView = new Uint8Array(buffer);
32036
- if (byteView.length != 8) {
32037
- throw new error_1.CrtError("unmarshalInt64BigintFromBuffer expects a byte buffer of length 8");
32038
- }
32039
- let shift = BigInt(1);
32040
- let isNegative = (byteView[7] & 128) != 0;
32041
- if (isNegative) {
32042
- for (let i = 0; i < byteView.length; ++i) {
32043
- let byteValue = BigInt(255 - byteView[i]);
32044
- value += byteValue * shift;
32045
- shift *= MAX_UINT8_AS_BIGINT;
32046
- }
32047
- value += BigInt(1);
32048
- value = -value;
32049
- } else {
32050
- for (let i = 0; i < byteView.length; ++i) {
32051
- let byteValue = BigInt(byteView[i]);
32052
- value += byteValue * shift;
32053
- shift *= MAX_UINT8_AS_BIGINT;
31948
+ _on_shutdown(native_handle, error_code) {
31949
+ if (error_code) {
31950
+ this.emit("error", new error_1.CrtError(error_code));
31951
+ return;
32054
31952
  }
31953
+ this.emit("close");
32055
31954
  }
32056
- return value;
32057
- }
32058
- __name(unmarshalInt64BigintFromBuffer, "unmarshalInt64BigintFromBuffer");
32059
- exports.unmarshalInt64BigintFromBuffer = unmarshalInt64BigintFromBuffer;
31955
+ request(request) {
31956
+ let stream;
31957
+ const on_response_impl = /* @__PURE__ */ __name((status_code, headers) => {
31958
+ stream._on_response(status_code, headers);
31959
+ }, "on_response_impl");
31960
+ const on_body_impl = /* @__PURE__ */ __name((data) => {
31961
+ stream._on_body(data);
31962
+ }, "on_body_impl");
31963
+ const on_complete_impl = /* @__PURE__ */ __name((error_code) => {
31964
+ stream._on_complete(error_code);
31965
+ }, "on_complete_impl");
31966
+ const native_handle = binding_1.default.http_stream_new(this.native_handle(), request, on_complete_impl, on_response_impl, on_body_impl);
31967
+ return stream = new HttpClientStream(native_handle, this, request);
31968
+ }
31969
+ };
31970
+ __name(HttpClientConnection, "HttpClientConnection");
31971
+ exports.HttpClientConnection = HttpClientConnection;
31972
+ var HttpStream = class extends (0, native_resource_1.NativeResourceMixin)(event_1.BufferedEventEmitter) {
31973
+ constructor(native_handle, connection) {
31974
+ super();
31975
+ this.connection = connection;
31976
+ this._super(native_handle);
31977
+ this.cork();
31978
+ }
31979
+ activate() {
31980
+ binding_1.default.http_stream_activate(this.native_handle());
31981
+ }
31982
+ close() {
31983
+ binding_1.default.http_stream_close(this.native_handle());
31984
+ }
31985
+ _on_body(data) {
31986
+ this.emit("data", data);
31987
+ }
31988
+ _on_complete(error_code) {
31989
+ if (error_code) {
31990
+ this.emit("error", new error_1.CrtError(error_code));
31991
+ this.close();
31992
+ return;
31993
+ }
31994
+ this.on("end", () => {
31995
+ this.close();
31996
+ });
31997
+ this.emit("end");
31998
+ }
31999
+ };
32000
+ __name(HttpStream, "HttpStream");
32001
+ exports.HttpStream = HttpStream;
32002
+ var HttpClientStream = class extends HttpStream {
32003
+ constructor(native_handle, connection, request) {
32004
+ super(native_handle, connection);
32005
+ this.request = request;
32006
+ }
32007
+ status_code() {
32008
+ return this.response_status_code;
32009
+ }
32010
+ on(event, listener) {
32011
+ super.on(event, listener);
32012
+ if (event == "response") {
32013
+ process.nextTick(() => {
32014
+ this.uncork();
32015
+ });
32016
+ }
32017
+ return this;
32018
+ }
32019
+ _on_response(status_code, header_array) {
32020
+ this.response_status_code = status_code;
32021
+ let headers = new exports.HttpHeaders(header_array);
32022
+ this.emit("response", status_code, headers);
32023
+ }
32024
+ };
32025
+ __name(HttpClientStream, "HttpClientStream");
32026
+ exports.HttpClientStream = HttpClientStream;
32027
+ HttpClientStream.RESPONSE = "response";
32028
+ HttpClientStream.DATA = "data";
32029
+ HttpClientStream.ERROR = "error";
32030
+ HttpClientStream.END = "end";
32031
+ HttpClientStream.HEADERS = "headers";
32032
+ var HttpClientConnectionManager = class extends native_resource_1.NativeResource {
32033
+ constructor(bootstrap, host, port, max_connections, initial_window_size, socket_options, tls_opts, proxy_options) {
32034
+ super(binding_1.default.http_connection_manager_new(bootstrap != null ? bootstrap.native_handle() : null, host, port, max_connections, initial_window_size, socket_options.native_handle(), tls_opts ? tls_opts.native_handle() : void 0, proxy_options ? proxy_options.create_native_handle() : void 0, void 0));
32035
+ this.bootstrap = bootstrap;
32036
+ this.host = host;
32037
+ this.port = port;
32038
+ this.max_connections = max_connections;
32039
+ this.initial_window_size = initial_window_size;
32040
+ this.socket_options = socket_options;
32041
+ this.tls_opts = tls_opts;
32042
+ this.proxy_options = proxy_options;
32043
+ this.connections = /* @__PURE__ */ new Map();
32044
+ }
32045
+ acquire() {
32046
+ return new Promise((resolve, reject) => {
32047
+ const on_acquired = /* @__PURE__ */ __name((handle, error_code) => {
32048
+ if (error_code) {
32049
+ reject(new error_1.CrtError(error_code));
32050
+ return;
32051
+ }
32052
+ let connection = this.connections.get(handle);
32053
+ if (!connection) {
32054
+ connection = new HttpClientConnection(this.bootstrap, this.host, this.port, this.socket_options, this.tls_opts, this.proxy_options, handle);
32055
+ this.connections.set(handle, connection);
32056
+ connection.on("close", () => {
32057
+ this.connections.delete(handle);
32058
+ });
32059
+ }
32060
+ resolve(connection);
32061
+ }, "on_acquired");
32062
+ binding_1.default.http_connection_manager_acquire(this.native_handle(), on_acquired);
32063
+ });
32064
+ }
32065
+ release(connection) {
32066
+ binding_1.default.http_connection_manager_release(this.native_handle(), connection.native_handle());
32067
+ }
32068
+ close() {
32069
+ binding_1.default.http_connection_manager_close(this.native_handle());
32070
+ }
32071
+ };
32072
+ __name(HttpClientConnectionManager, "HttpClientConnectionManager");
32073
+ exports.HttpClientConnectionManager = HttpClientConnectionManager;
32060
32074
  }
32061
32075
  });
32062
32076
 
32063
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/eventstream.js
32064
- var require_eventstream = __commonJS({
32065
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/eventstream.js"(exports) {
32066
- "use strict";
32067
- var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
32068
- if (k2 === void 0)
32069
- k2 = k;
32070
- var desc = Object.getOwnPropertyDescriptor(m, k);
32071
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
32072
- desc = { enumerable: true, get: function() {
32073
- return m[k];
32074
- } };
32075
- }
32076
- Object.defineProperty(o, k2, desc);
32077
- } : function(o, m, k, k2) {
32078
- if (k2 === void 0)
32079
- k2 = k;
32080
- o[k2] = m[k];
32081
- });
32082
- var __setModuleDefault2 = exports && exports.__setModuleDefault || (Object.create ? function(o, v) {
32083
- Object.defineProperty(o, "default", { enumerable: true, value: v });
32084
- } : function(o, v) {
32085
- o["default"] = v;
32086
- });
32087
- var __importStar3 = exports && exports.__importStar || function(mod) {
32088
- if (mod && mod.__esModule)
32089
- return mod;
32090
- var result = {};
32091
- if (mod != null) {
32092
- for (var k in mod)
32093
- if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
32094
- __createBinding3(result, mod, k);
32095
- }
32096
- __setModuleDefault2(result, mod);
32097
- return result;
32098
- };
32099
- var __awaiter3 = exports && exports.__awaiter || function(thisArg, _arguments, P, generator) {
32100
- function adopt(value) {
32101
- return value instanceof P ? value : new P(function(resolve) {
32102
- resolve(value);
32103
- });
32104
- }
32105
- __name(adopt, "adopt");
32106
- return new (P || (P = Promise))(function(resolve, reject) {
32107
- function fulfilled(value) {
32108
- try {
32109
- step(generator.next(value));
32110
- } catch (e) {
32111
- reject(e);
32112
- }
32113
- }
32114
- __name(fulfilled, "fulfilled");
32115
- function rejected(value) {
32116
- try {
32117
- step(generator["throw"](value));
32118
- } catch (e) {
32119
- reject(e);
32120
- }
32121
- }
32122
- __name(rejected, "rejected");
32123
- function step(result) {
32124
- result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
32125
- }
32126
- __name(step, "step");
32127
- step((generator = generator.apply(thisArg, _arguments || [])).next());
32128
- });
32129
- };
32130
- var __importDefault3 = exports && exports.__importDefault || function(mod) {
32131
- return mod && mod.__esModule ? mod : { "default": mod };
32132
- };
32133
- Object.defineProperty(exports, "__esModule", { value: true });
32134
- exports.ClientStream = exports.ClientConnection = exports.MessageType = exports.MessageFlags = exports.Header = exports.HeaderType = void 0;
32135
- var native_resource_1 = require_native_resource();
32136
- var event_1 = require_event();
32137
- var error_1 = require_error();
32138
- var io = __importStar3(require_io2());
32139
- var eventstream_utils = __importStar3(require_eventstream_utils());
32140
- var promise = __importStar3(require_promise());
32141
- var binding_1 = __importDefault3(require_binding());
32142
- var HeaderType;
32143
- (function(HeaderType2) {
32144
- HeaderType2[HeaderType2["BooleanTrue"] = 0] = "BooleanTrue";
32145
- HeaderType2[HeaderType2["BooleanFalse"] = 1] = "BooleanFalse";
32146
- HeaderType2[HeaderType2["Byte"] = 2] = "Byte";
32147
- HeaderType2[HeaderType2["Int16"] = 3] = "Int16";
32148
- HeaderType2[HeaderType2["Int32"] = 4] = "Int32";
32149
- HeaderType2[HeaderType2["Int64"] = 5] = "Int64";
32150
- HeaderType2[HeaderType2["ByteBuffer"] = 6] = "ByteBuffer";
32151
- HeaderType2[HeaderType2["String"] = 7] = "String";
32152
- HeaderType2[HeaderType2["Timestamp"] = 8] = "Timestamp";
32153
- HeaderType2[HeaderType2["UUID"] = 9] = "UUID";
32154
- })(HeaderType = exports.HeaderType || (exports.HeaderType = {}));
32155
- var AWS_MAXIMUM_EVENT_STREAM_HEADER_NAME_LENGTH = 127;
32156
- var Header = class {
32157
- constructor(name, type, value) {
32158
- this.name = name;
32159
- this.type = type;
32160
- this.value = value;
32161
- }
32162
- static validateHeaderName(name) {
32163
- if (name.length == 0 || name.length > AWS_MAXIMUM_EVENT_STREAM_HEADER_NAME_LENGTH) {
32164
- throw new error_1.CrtError(`Event stream header name (${name}) is not valid`);
32165
- }
32166
- }
32167
- static newBoolean(name, value) {
32168
- Header.validateHeaderName(name);
32169
- if (value) {
32170
- return new Header(name, HeaderType.BooleanTrue);
32171
- } else {
32172
- return new Header(name, HeaderType.BooleanFalse);
32173
- }
32174
- }
32175
- static newByte(name, value) {
32176
- Header.validateHeaderName(name);
32177
- if (value >= eventstream_utils.MIN_INT8 && value <= eventstream_utils.MAX_INT8 && Number.isSafeInteger(value)) {
32178
- return new Header(name, HeaderType.Byte, value);
32179
- }
32180
- throw new error_1.CrtError(`Illegal value for eventstream byte-valued header: ${value}`);
32181
- }
32182
- static newInt16(name, value) {
32183
- Header.validateHeaderName(name);
32184
- if (value >= eventstream_utils.MIN_INT16 && value <= eventstream_utils.MAX_INT16 && Number.isSafeInteger(value)) {
32185
- return new Header(name, HeaderType.Int16, value);
32186
- }
32187
- throw new error_1.CrtError(`Illegal value for eventstream int16-valued header: ${value}`);
32188
- }
32189
- static newInt32(name, value) {
32190
- Header.validateHeaderName(name);
32191
- if (value >= eventstream_utils.MIN_INT32 && value <= eventstream_utils.MAX_INT32 && Number.isSafeInteger(value)) {
32192
- return new Header(name, HeaderType.Int32, value);
32193
- }
32194
- throw new error_1.CrtError(`Illegal value for eventstream int32-valued header: ${value}`);
32195
- }
32196
- static newInt64FromNumber(name, value) {
32197
- Header.validateHeaderName(name);
32198
- if (Number.isSafeInteger(value)) {
32199
- return new Header(name, HeaderType.Int64, eventstream_utils.marshalInt64BigintAsBuffer(BigInt(value)));
32200
- }
32201
- throw new error_1.CrtError(`Illegal value for eventstream int64-valued header: ${value}`);
32202
- }
32203
- static newInt64FromBigint(name, value) {
32204
- Header.validateHeaderName(name);
32205
- if (value >= eventstream_utils.MIN_INT64 && value <= eventstream_utils.MAX_INT64) {
32206
- return new Header(name, HeaderType.Int64, eventstream_utils.marshalInt64BigintAsBuffer(value));
32207
- }
32208
- throw new error_1.CrtError(`Illegal value for eventstream int64-valued header: ${value}`);
32209
- }
32210
- static newByteBuffer(name, value) {
32211
- Header.validateHeaderName(name);
32212
- return new Header(name, HeaderType.ByteBuffer, value);
32213
- }
32214
- static newString(name, value) {
32215
- Header.validateHeaderName(name);
32216
- return new Header(name, HeaderType.String, value);
32217
- }
32218
- static newTimeStampFromSecondsSinceEpoch(name, secondsSinceEpoch) {
32219
- Header.validateHeaderName(name);
32220
- if (Number.isSafeInteger(secondsSinceEpoch) && secondsSinceEpoch >= 0) {
32221
- return new Header(name, HeaderType.Timestamp, secondsSinceEpoch);
32222
- }
32223
- throw new error_1.CrtError(`Illegal value for eventstream timestamp-valued header: ${secondsSinceEpoch}`);
32224
- }
32225
- static newTimeStampFromDate(name, date) {
32226
- Header.validateHeaderName(name);
32227
- const secondsSinceEpoch = date.getTime();
32228
- if (Number.isSafeInteger(secondsSinceEpoch)) {
32229
- return new Header(name, HeaderType.Timestamp, secondsSinceEpoch);
32230
- }
32231
- throw new error_1.CrtError(`Illegal value for eventstream timestamp-valued header: ${date}`);
32232
- }
32233
- static newUUID(name, value) {
32234
- Header.validateHeaderName(name);
32235
- if (value.byteLength == 16) {
32236
- return new Header(name, HeaderType.UUID, value);
32237
- }
32238
- throw new error_1.CrtError(`Illegal value for eventstream uuid-valued header: ${value}`);
32239
- }
32240
- toValue(type) {
32241
- if (type != this.type) {
32242
- throw new error_1.CrtError(`Header of type (${this.type}) cannot be converted to type (${type})`);
32243
- }
32244
- return this.value;
32245
- }
32246
- asBoolean() {
32247
- switch (this.type) {
32248
- case HeaderType.BooleanFalse:
32249
- return false;
32250
- case HeaderType.BooleanTrue:
32251
- return true;
32252
- default:
32253
- throw new error_1.CrtError(`Header of type (${this.type}) cannot be converted to type (boolean)`);
32254
- }
32255
- }
32256
- asByte() {
32257
- return this.toValue(HeaderType.Byte);
32258
- }
32259
- asInt16() {
32260
- return this.toValue(HeaderType.Int16);
32261
- }
32262
- asInt32() {
32263
- return this.toValue(HeaderType.Int32);
32264
- }
32265
- asInt64() {
32266
- return eventstream_utils.unmarshalInt64BigintFromBuffer(this.toValue(HeaderType.Int64));
32267
- }
32268
- asByteBuffer() {
32269
- return this.toValue(HeaderType.ByteBuffer);
32270
- }
32271
- asString() {
32272
- return this.toValue(HeaderType.String);
32273
- }
32274
- asTimestamp() {
32275
- return this.toValue(HeaderType.Timestamp);
32276
- }
32277
- asUUID() {
32278
- return this.toValue(HeaderType.UUID);
32279
- }
32280
- };
32281
- __name(Header, "Header");
32282
- exports.Header = Header;
32283
- var MessageFlags;
32284
- (function(MessageFlags2) {
32285
- MessageFlags2[MessageFlags2["None"] = 0] = "None";
32286
- MessageFlags2[MessageFlags2["ConnectionAccepted"] = 1] = "ConnectionAccepted";
32287
- MessageFlags2[MessageFlags2["TerminateStream"] = 2] = "TerminateStream";
32288
- })(MessageFlags = exports.MessageFlags || (exports.MessageFlags = {}));
32289
- var MessageType;
32290
- (function(MessageType2) {
32291
- MessageType2[MessageType2["ApplicationMessage"] = 0] = "ApplicationMessage";
32292
- MessageType2[MessageType2["ApplicationError"] = 1] = "ApplicationError";
32293
- MessageType2[MessageType2["Ping"] = 2] = "Ping";
32294
- MessageType2[MessageType2["PingResponse"] = 3] = "PingResponse";
32295
- MessageType2[MessageType2["Connect"] = 4] = "Connect";
32296
- MessageType2[MessageType2["ConnectAck"] = 5] = "ConnectAck";
32297
- MessageType2[MessageType2["ProtocolError"] = 6] = "ProtocolError";
32298
- MessageType2[MessageType2["InternalError"] = 7] = "InternalError";
32299
- })(MessageType = exports.MessageType || (exports.MessageType = {}));
32300
- function mapPodHeadersToJSHeaders(headers) {
32301
- return Array.from(headers, (header) => {
32302
- return new Header(header.name, header.type, header.value);
32303
- });
32304
- }
32305
- __name(mapPodHeadersToJSHeaders, "mapPodHeadersToJSHeaders");
32306
- function mapPodMessageToJSMessage(message) {
32307
- let jsMessage = {
32308
- type: message.type,
32309
- flags: message.flags,
32310
- payload: message.payload
32311
- };
32312
- if (message.headers) {
32313
- jsMessage.headers = mapPodHeadersToJSHeaders(message.headers);
32314
- }
32315
- return jsMessage;
32316
- }
32317
- __name(mapPodMessageToJSMessage, "mapPodMessageToJSMessage");
32318
- var ClientConnectionState;
32319
- (function(ClientConnectionState2) {
32320
- ClientConnectionState2[ClientConnectionState2["None"] = 0] = "None";
32321
- ClientConnectionState2[ClientConnectionState2["Connecting"] = 1] = "Connecting";
32322
- ClientConnectionState2[ClientConnectionState2["Connected"] = 2] = "Connected";
32323
- ClientConnectionState2[ClientConnectionState2["Disconnected"] = 3] = "Disconnected";
32324
- ClientConnectionState2[ClientConnectionState2["Closed"] = 4] = "Closed";
32325
- })(ClientConnectionState || (ClientConnectionState = {}));
32326
- var ClientConnection = class extends (0, native_resource_1.NativeResourceMixin)(event_1.BufferedEventEmitter) {
32327
- constructor(config) {
32328
- if (config === void 0) {
32329
- throw new error_1.CrtError("Invalid configuration passed to eventstream ClientConnection constructor");
32330
- }
32331
- super();
32332
- this.state = ClientConnectionState.None;
32333
- this._super(binding_1.default.event_stream_client_connection_new(this, config, (connection, errorCode) => {
32334
- ClientConnection._s_on_disconnect(connection, errorCode);
32335
- }, (connection, message) => {
32336
- ClientConnection._s_on_protocol_message(connection, message);
32337
- }, config.socketOptions ? config.socketOptions.native_handle() : null, config.tlsCtx ? config.tlsCtx.native_handle() : null));
32338
- }
32339
- close() {
32340
- if (this.state != ClientConnectionState.Closed) {
32341
- this.state = ClientConnectionState.Closed;
32342
- binding_1.default.event_stream_client_connection_close(this.native_handle());
32343
- }
32344
- }
32345
- connect(options) {
32346
- return __awaiter3(this, void 0, void 0, function* () {
32347
- let cleanupCancelListener = void 0;
32348
- let connectPromise = new Promise((resolve, reject) => {
32349
- if (!options) {
32350
- reject(new error_1.CrtError("Invalid options passed to event stream ClientConnection.connect"));
32351
- return;
32352
- }
32353
- if (this.state != ClientConnectionState.None) {
32354
- reject(new error_1.CrtError(`Event stream connection in a state (${this.state}) where connect() is not allowed.`));
32355
- return;
32356
- }
32357
- this.state = ClientConnectionState.Connecting;
32358
- if (options.cancelController) {
32359
- let cancel = /* @__PURE__ */ __name(() => {
32360
- reject(new error_1.CrtError(`Event stream connection connect() cancelled by external request.`));
32361
- setImmediate(() => {
32362
- this.close();
32363
- });
32364
- }, "cancel");
32365
- cleanupCancelListener = options.cancelController.addListener(cancel);
32366
- if (!cleanupCancelListener) {
32367
- return;
32368
- }
32369
- }
32370
- function curriedPromiseCallback(connection, errorCode) {
32371
- return ClientConnection._s_on_connection_setup(resolve, reject, connection, errorCode);
32372
- }
32373
- __name(curriedPromiseCallback, "curriedPromiseCallback");
32374
- try {
32375
- binding_1.default.event_stream_client_connection_connect(this.native_handle(), curriedPromiseCallback);
32376
- } catch (e) {
32377
- this.state = ClientConnectionState.Disconnected;
32378
- reject(e);
32379
- }
32380
- });
32381
- return promise.makeSelfCleaningPromise(connectPromise, cleanupCancelListener);
32382
- });
32383
- }
32384
- sendProtocolMessage(options) {
32385
- return __awaiter3(this, void 0, void 0, function* () {
32386
- let cleanupCancelListener = void 0;
32387
- let sendProtocolMessagePromise = new Promise((resolve, reject) => {
32388
- try {
32389
- let curriedPromiseCallback = function(errorCode) {
32390
- return ClientConnection._s_on_connection_send_protocol_message_completion(resolve, reject, errorCode);
32391
- };
32392
- __name(curriedPromiseCallback, "curriedPromiseCallback");
32393
- if (!options) {
32394
- reject(new error_1.CrtError("Invalid options passed to event stream ClientConnection.sendProtocolMessage"));
32395
- return;
32396
- }
32397
- if (!this.isConnected()) {
32398
- reject(new error_1.CrtError(`Event stream connection in a state (${this.state}) where sending protocol messages is not allowed.`));
32399
- return;
32400
- }
32401
- if (options.cancelController) {
32402
- let cancel = /* @__PURE__ */ __name(() => {
32403
- reject(new error_1.CrtError(`Event stream connection sendProtocolMessage() cancelled by external request.`));
32404
- setImmediate(() => {
32405
- this.close();
32406
- });
32407
- }, "cancel");
32408
- cleanupCancelListener = options.cancelController.addListener(cancel);
32409
- if (!cleanupCancelListener) {
32410
- return;
32411
- }
32412
- }
32413
- binding_1.default.event_stream_client_connection_send_protocol_message(this.native_handle(), options, curriedPromiseCallback);
32414
- } catch (e) {
32415
- reject(e);
32416
- }
32417
- });
32418
- return promise.makeSelfCleaningPromise(sendProtocolMessagePromise, cleanupCancelListener);
32419
- });
32420
- }
32421
- isConnected() {
32422
- return this.state == ClientConnectionState.Connected;
32423
- }
32424
- newStream() {
32425
- if (!this.isConnected()) {
32426
- throw new error_1.CrtError(`Event stream connection in a state (${this.state}) where creating new streams is forbidden.`);
32427
- }
32428
- return new ClientStream(this);
32429
- }
32430
- on(event, listener) {
32431
- super.on(event, listener);
32432
- return this;
32433
- }
32434
- static _s_on_connection_setup(resolve, reject, connection, errorCode) {
32435
- if (errorCode == 0 && connection.state == ClientConnectionState.Connecting) {
32436
- connection.state = ClientConnectionState.Connected;
32437
- resolve();
32438
- } else {
32439
- if (connection.state != ClientConnectionState.Closed) {
32440
- connection.state = ClientConnectionState.Disconnected;
32441
- }
32442
- reject(io.error_code_to_string(errorCode));
32443
- }
32444
- }
32445
- static _s_on_disconnect(connection, errorCode) {
32446
- if (connection.state != ClientConnectionState.Closed) {
32447
- connection.state = ClientConnectionState.Disconnected;
32448
- }
32449
- process.nextTick(() => {
32450
- connection.emit("disconnection", { errorCode });
32451
- });
32452
- }
32453
- static _s_on_protocol_message(connection, message) {
32454
- process.nextTick(() => {
32455
- connection.emit("protocolMessage", { message: mapPodMessageToJSMessage(message) });
32456
- });
32457
- }
32458
- static _s_on_connection_send_protocol_message_completion(resolve, reject, errorCode) {
32459
- if (errorCode == 0) {
32460
- resolve();
32461
- } else {
32462
- reject(io.error_code_to_string(errorCode));
32463
- }
32464
- }
32465
- };
32466
- __name(ClientConnection, "ClientConnection");
32467
- exports.ClientConnection = ClientConnection;
32468
- ClientConnection.DISCONNECTION = "disconnection";
32469
- ClientConnection.PROTOCOL_MESSAGE = "protocolMessage";
32470
- var ClientStreamState;
32471
- (function(ClientStreamState2) {
32472
- ClientStreamState2[ClientStreamState2["None"] = 0] = "None";
32473
- ClientStreamState2[ClientStreamState2["Activating"] = 1] = "Activating";
32474
- ClientStreamState2[ClientStreamState2["Activated"] = 2] = "Activated";
32475
- ClientStreamState2[ClientStreamState2["Ended"] = 3] = "Ended";
32476
- ClientStreamState2[ClientStreamState2["Closed"] = 4] = "Closed";
32477
- })(ClientStreamState || (ClientStreamState = {}));
32478
- var ClientStream = class extends (0, native_resource_1.NativeResourceMixin)(event_1.BufferedEventEmitter) {
32479
- constructor(connection) {
32480
- super();
32481
- this._super(binding_1.default.event_stream_client_stream_new(this, connection.native_handle(), (stream) => {
32482
- ClientStream._s_on_stream_ended(stream);
32483
- }, (stream, message) => {
32484
- ClientStream._s_on_stream_message(stream, message);
32485
- }));
32486
- this.state = ClientStreamState.None;
32487
- }
32488
- close() {
32489
- if (this.state != ClientStreamState.Closed) {
32490
- this.state = ClientStreamState.Closed;
32491
- binding_1.default.event_stream_client_stream_close(this.native_handle());
32492
- }
32493
- }
32494
- activate(options) {
32495
- return __awaiter3(this, void 0, void 0, function* () {
32496
- let cleanupCancelListener = void 0;
32497
- let activatePromise = new Promise((resolve, reject) => {
32498
- try {
32499
- let curriedPromiseCallback = function(stream, errorCode) {
32500
- return ClientStream._s_on_stream_activated(resolve, reject, stream, errorCode);
32501
- };
32502
- __name(curriedPromiseCallback, "curriedPromiseCallback");
32503
- if (this.state != ClientStreamState.None) {
32504
- reject(new error_1.CrtError(`Event stream in a state (${this.state}) where activation is not allowed.`));
32505
- return;
32506
- }
32507
- if (options === void 0) {
32508
- this.state = ClientStreamState.Ended;
32509
- reject(new error_1.CrtError("Invalid options passed to ClientStream.activate"));
32510
- return;
32511
- }
32512
- this.state = ClientStreamState.Activating;
32513
- if (options.cancelController) {
32514
- let cancel = /* @__PURE__ */ __name(() => {
32515
- reject(new error_1.CrtError(`Event stream activate() cancelled by external request.`));
32516
- setImmediate(() => {
32517
- this.close();
32518
- });
32519
- }, "cancel");
32520
- cleanupCancelListener = options.cancelController.addListener(cancel);
32521
- if (!cleanupCancelListener) {
32522
- return;
32523
- }
32524
- }
32525
- binding_1.default.event_stream_client_stream_activate(this.native_handle(), options, curriedPromiseCallback);
32526
- } catch (e) {
32527
- this.state = ClientStreamState.Ended;
32528
- reject(e);
32529
- }
32530
- });
32531
- return promise.makeSelfCleaningPromise(activatePromise, cleanupCancelListener);
32532
- });
32533
- }
32534
- sendMessage(options) {
32535
- return __awaiter3(this, void 0, void 0, function* () {
32536
- let cleanupCancelListener = void 0;
32537
- let sendMessagePromise = new Promise((resolve, reject) => {
32538
- try {
32539
- let curriedPromiseCallback = function(errorCode) {
32540
- return ClientStream._s_on_stream_send_message_completion(resolve, reject, errorCode);
32541
- };
32542
- __name(curriedPromiseCallback, "curriedPromiseCallback");
32543
- if (!options) {
32544
- reject(new error_1.CrtError("Invalid options passed to ClientStream.sendMessage"));
32545
- return;
32546
- }
32547
- if (this.state != ClientStreamState.Activated) {
32548
- reject(new error_1.CrtError(`Event stream in a state (${this.state}) where sending messages is not allowed.`));
32549
- return;
32550
- }
32551
- if (options.cancelController) {
32552
- let cancel = /* @__PURE__ */ __name(() => {
32553
- reject(new error_1.CrtError(`Event stream sendMessage() cancelled by external request.`));
32554
- setImmediate(() => {
32555
- this.close();
32556
- });
32557
- }, "cancel");
32558
- cleanupCancelListener = options.cancelController.addListener(cancel);
32559
- if (!cleanupCancelListener) {
32560
- return;
32561
- }
32562
- }
32563
- binding_1.default.event_stream_client_stream_send_message(this.native_handle(), options, curriedPromiseCallback);
32564
- } catch (e) {
32565
- reject(e);
32566
- }
32567
- });
32568
- return promise.makeSelfCleaningPromise(sendMessagePromise, cleanupCancelListener);
32569
- });
32570
- }
32571
- isActive() {
32572
- return this.state == ClientStreamState.Activated;
32573
- }
32574
- on(event, listener) {
32575
- super.on(event, listener);
32576
- return this;
32577
- }
32578
- static _s_on_stream_activated(resolve, reject, stream, errorCode) {
32579
- if (errorCode == 0 && stream.state == ClientStreamState.Activating) {
32580
- stream.state = ClientStreamState.Activated;
32581
- resolve();
32582
- } else {
32583
- if (stream.state != ClientStreamState.Closed) {
32584
- stream.state = ClientStreamState.Ended;
32585
- }
32586
- reject(io.error_code_to_string(errorCode));
32587
- }
32588
- }
32589
- static _s_on_stream_send_message_completion(resolve, reject, errorCode) {
32590
- if (errorCode == 0) {
32591
- resolve();
32592
- } else {
32593
- reject(io.error_code_to_string(errorCode));
32594
- }
32595
- }
32596
- static _s_on_stream_ended(stream) {
32597
- process.nextTick(() => {
32598
- stream.emit(ClientStream.ENDED, {});
32599
- });
32600
- }
32601
- static _s_on_stream_message(stream, message) {
32602
- process.nextTick(() => {
32603
- stream.emit(ClientStream.MESSAGE, { message: mapPodMessageToJSMessage(message) });
32604
- });
32605
- }
32606
- };
32607
- __name(ClientStream, "ClientStream");
32608
- exports.ClientStream = ClientStream;
32609
- ClientStream.ENDED = "ended";
32610
- ClientStream.MESSAGE = "message";
32611
- }
32612
- });
32613
-
32614
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/http.js
32615
- var require_http = __commonJS({
32616
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/http.js"(exports) {
32617
- "use strict";
32618
- Object.defineProperty(exports, "__esModule", { value: true });
32619
- exports.CommonHttpProxyOptions = exports.HttpProxyAuthenticationType = exports.HttpVersion = void 0;
32620
- var HttpVersion;
32621
- (function(HttpVersion2) {
32622
- HttpVersion2[HttpVersion2["Unknown"] = 0] = "Unknown";
32623
- HttpVersion2[HttpVersion2["Http1_0"] = 1] = "Http1_0";
32624
- HttpVersion2[HttpVersion2["Http1_1"] = 2] = "Http1_1";
32625
- HttpVersion2[HttpVersion2["Http2"] = 3] = "Http2";
32626
- })(HttpVersion = exports.HttpVersion || (exports.HttpVersion = {}));
32627
- var HttpProxyAuthenticationType;
32628
- (function(HttpProxyAuthenticationType2) {
32629
- HttpProxyAuthenticationType2[HttpProxyAuthenticationType2["None"] = 0] = "None";
32630
- HttpProxyAuthenticationType2[HttpProxyAuthenticationType2["Basic"] = 1] = "Basic";
32631
- })(HttpProxyAuthenticationType = exports.HttpProxyAuthenticationType || (exports.HttpProxyAuthenticationType = {}));
32632
- var CommonHttpProxyOptions = class {
32633
- constructor(host_name, port, auth_method = HttpProxyAuthenticationType.None, auth_username, auth_password) {
32634
- this.host_name = host_name;
32635
- this.port = port;
32636
- this.auth_method = auth_method;
32637
- this.auth_username = auth_username;
32638
- this.auth_password = auth_password;
32639
- }
32640
- };
32641
- __name(CommonHttpProxyOptions, "CommonHttpProxyOptions");
32642
- exports.CommonHttpProxyOptions = CommonHttpProxyOptions;
32643
- }
32644
- });
32645
-
32646
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/http.js
32647
- var require_http2 = __commonJS({
32648
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/http.js"(exports) {
32649
- "use strict";
32650
- var __importDefault3 = exports && exports.__importDefault || function(mod) {
32651
- return mod && mod.__esModule ? mod : { "default": mod };
32652
- };
32653
- Object.defineProperty(exports, "__esModule", { value: true });
32654
- exports.HttpClientConnectionManager = exports.HttpClientStream = exports.HttpStream = exports.HttpClientConnection = exports.HttpProxyOptions = exports.HttpProxyConnectionType = exports.HttpConnection = exports.HttpRequest = exports.HttpHeaders = exports.HttpProxyAuthenticationType = void 0;
32655
- var binding_1 = __importDefault3(require_binding());
32656
- var native_resource_1 = require_native_resource();
32657
- var error_1 = require_error();
32658
- var http_1 = require_http();
32659
- var http_2 = require_http();
32660
- Object.defineProperty(exports, "HttpProxyAuthenticationType", { enumerable: true, get: function() {
32661
- return http_2.HttpProxyAuthenticationType;
32662
- } });
32663
- var event_1 = require_event();
32664
- exports.HttpHeaders = binding_1.default.HttpHeaders;
32665
- var nativeHttpRequest = binding_1.default.HttpRequest;
32666
- var HttpRequest = class extends nativeHttpRequest {
32667
- constructor(method, path, headers, body) {
32668
- super(method, path, headers, body === null || body === void 0 ? void 0 : body.native_handle());
32669
- }
32670
- };
32671
- __name(HttpRequest, "HttpRequest");
32672
- exports.HttpRequest = HttpRequest;
32673
- var HttpConnection = class extends (0, native_resource_1.NativeResourceMixin)(event_1.BufferedEventEmitter) {
32674
- constructor(native_handle) {
32675
- super();
32676
- this._super(native_handle);
32677
- }
32678
- close() {
32679
- binding_1.default.http_connection_close(this.native_handle());
32680
- }
32681
- on(event, listener) {
32682
- super.on(event, listener);
32683
- if (event == "connect") {
32684
- process.nextTick(() => {
32685
- this.uncork();
32686
- });
32687
- }
32688
- return this;
32689
- }
32690
- };
32691
- __name(HttpConnection, "HttpConnection");
32692
- exports.HttpConnection = HttpConnection;
32693
- HttpConnection.CONNECT = "connect";
32694
- HttpConnection.ERROR = "error";
32695
- HttpConnection.CLOSE = "close";
32696
- var HttpProxyConnectionType;
32697
- (function(HttpProxyConnectionType2) {
32698
- HttpProxyConnectionType2[HttpProxyConnectionType2["Legacy"] = 0] = "Legacy";
32699
- HttpProxyConnectionType2[HttpProxyConnectionType2["Forwarding"] = 1] = "Forwarding";
32700
- HttpProxyConnectionType2[HttpProxyConnectionType2["Tunneling"] = 2] = "Tunneling";
32701
- })(HttpProxyConnectionType = exports.HttpProxyConnectionType || (exports.HttpProxyConnectionType = {}));
32702
- var HttpProxyOptions = class extends http_1.CommonHttpProxyOptions {
32703
- constructor(host_name, port, auth_method = http_1.HttpProxyAuthenticationType.None, auth_username, auth_password, tls_opts, connection_type) {
32704
- super(host_name, port, auth_method, auth_username, auth_password);
32705
- this.tls_opts = tls_opts;
32706
- this.connection_type = connection_type;
32707
- }
32708
- create_native_handle() {
32709
- return binding_1.default.http_proxy_options_new(this.host_name, this.port, this.auth_method, this.auth_username, this.auth_password, this.tls_opts ? this.tls_opts.native_handle() : void 0, this.connection_type ? this.connection_type : HttpProxyConnectionType.Legacy);
32710
- }
32711
- };
32712
- __name(HttpProxyOptions, "HttpProxyOptions");
32713
- exports.HttpProxyOptions = HttpProxyOptions;
32714
- var HttpClientConnection = class extends HttpConnection {
32715
- constructor(bootstrap, host_name, port, socket_options, tls_opts, proxy_options, handle) {
32716
- if (socket_options == null || socket_options == void 0) {
32717
- throw new error_1.CrtError("HttpClientConnection constructor: socket_options not defined");
32718
- }
32719
- super(handle ? handle : binding_1.default.http_connection_new(bootstrap != null ? bootstrap.native_handle() : null, (handle2, error_code) => {
32720
- this._on_setup(handle2, error_code);
32721
- }, (handle2, error_code) => {
32722
- this._on_shutdown(handle2, error_code);
32723
- }, host_name, port, socket_options.native_handle(), tls_opts ? tls_opts.native_handle() : void 0, proxy_options ? proxy_options.create_native_handle() : void 0));
32724
- this.bootstrap = bootstrap;
32725
- this.socket_options = socket_options;
32726
- this.tls_opts = tls_opts;
32727
- }
32728
- _on_setup(native_handle, error_code) {
32729
- if (error_code) {
32730
- this.emit("error", new error_1.CrtError(error_code));
32731
- return;
32732
- }
32733
- this.emit("connect");
32734
- }
32735
- _on_shutdown(native_handle, error_code) {
32736
- if (error_code) {
32737
- this.emit("error", new error_1.CrtError(error_code));
32738
- return;
32739
- }
32740
- this.emit("close");
32741
- }
32742
- request(request) {
32743
- let stream;
32744
- const on_response_impl = /* @__PURE__ */ __name((status_code, headers) => {
32745
- stream._on_response(status_code, headers);
32746
- }, "on_response_impl");
32747
- const on_body_impl = /* @__PURE__ */ __name((data) => {
32748
- stream._on_body(data);
32749
- }, "on_body_impl");
32750
- const on_complete_impl = /* @__PURE__ */ __name((error_code) => {
32751
- stream._on_complete(error_code);
32752
- }, "on_complete_impl");
32753
- const native_handle = binding_1.default.http_stream_new(this.native_handle(), request, on_complete_impl, on_response_impl, on_body_impl);
32754
- return stream = new HttpClientStream(native_handle, this, request);
32755
- }
32756
- };
32757
- __name(HttpClientConnection, "HttpClientConnection");
32758
- exports.HttpClientConnection = HttpClientConnection;
32759
- var HttpStream = class extends (0, native_resource_1.NativeResourceMixin)(event_1.BufferedEventEmitter) {
32760
- constructor(native_handle, connection) {
32761
- super();
32762
- this.connection = connection;
32763
- this._super(native_handle);
32764
- this.cork();
32765
- }
32766
- activate() {
32767
- binding_1.default.http_stream_activate(this.native_handle());
32768
- }
32769
- close() {
32770
- binding_1.default.http_stream_close(this.native_handle());
32771
- }
32772
- _on_body(data) {
32773
- this.emit("data", data);
32774
- }
32775
- _on_complete(error_code) {
32776
- if (error_code) {
32777
- this.emit("error", new error_1.CrtError(error_code));
32778
- this.close();
32779
- return;
32780
- }
32781
- this.on("end", () => {
32782
- this.close();
32783
- });
32784
- this.emit("end");
32785
- }
32786
- };
32787
- __name(HttpStream, "HttpStream");
32788
- exports.HttpStream = HttpStream;
32789
- var HttpClientStream = class extends HttpStream {
32790
- constructor(native_handle, connection, request) {
32791
- super(native_handle, connection);
32792
- this.request = request;
32793
- }
32794
- status_code() {
32795
- return this.response_status_code;
32796
- }
32797
- on(event, listener) {
32798
- super.on(event, listener);
32799
- if (event == "response") {
32800
- process.nextTick(() => {
32801
- this.uncork();
32802
- });
32803
- }
32804
- return this;
32805
- }
32806
- _on_response(status_code, header_array) {
32807
- this.response_status_code = status_code;
32808
- let headers = new exports.HttpHeaders(header_array);
32809
- this.emit("response", status_code, headers);
32810
- }
32811
- };
32812
- __name(HttpClientStream, "HttpClientStream");
32813
- exports.HttpClientStream = HttpClientStream;
32814
- HttpClientStream.RESPONSE = "response";
32815
- HttpClientStream.DATA = "data";
32816
- HttpClientStream.ERROR = "error";
32817
- HttpClientStream.END = "end";
32818
- HttpClientStream.HEADERS = "headers";
32819
- var HttpClientConnectionManager = class extends native_resource_1.NativeResource {
32820
- constructor(bootstrap, host, port, max_connections, initial_window_size, socket_options, tls_opts, proxy_options) {
32821
- if (socket_options == null || socket_options == void 0) {
32822
- throw new error_1.CrtError("HttpClientConnectionManager constructor: socket_options not defined");
32823
- }
32824
- super(binding_1.default.http_connection_manager_new(bootstrap != null ? bootstrap.native_handle() : null, host, port, max_connections, initial_window_size, socket_options.native_handle(), tls_opts ? tls_opts.native_handle() : void 0, proxy_options ? proxy_options.create_native_handle() : void 0, void 0));
32825
- this.bootstrap = bootstrap;
32826
- this.host = host;
32827
- this.port = port;
32828
- this.max_connections = max_connections;
32829
- this.initial_window_size = initial_window_size;
32830
- this.socket_options = socket_options;
32831
- this.tls_opts = tls_opts;
32832
- this.proxy_options = proxy_options;
32833
- this.connections = /* @__PURE__ */ new Map();
32834
- }
32835
- acquire() {
32836
- return new Promise((resolve, reject) => {
32837
- const on_acquired = /* @__PURE__ */ __name((handle, error_code) => {
32838
- if (error_code) {
32839
- reject(new error_1.CrtError(error_code));
32840
- return;
32841
- }
32842
- let connection = this.connections.get(handle);
32843
- if (!connection) {
32844
- connection = new HttpClientConnection(this.bootstrap, this.host, this.port, this.socket_options, this.tls_opts, this.proxy_options, handle);
32845
- this.connections.set(handle, connection);
32846
- connection.on("close", () => {
32847
- this.connections.delete(handle);
32848
- });
32849
- }
32850
- resolve(connection);
32851
- }, "on_acquired");
32852
- binding_1.default.http_connection_manager_acquire(this.native_handle(), on_acquired);
32853
- });
32854
- }
32855
- release(connection) {
32856
- if (connection == null || connection == void 0) {
32857
- throw new error_1.CrtError("HttpClientConnectionManager release: connection not defined");
32858
- }
32859
- binding_1.default.http_connection_manager_release(this.native_handle(), connection.native_handle());
32860
- }
32861
- close() {
32862
- binding_1.default.http_connection_manager_close(this.native_handle());
32863
- }
32864
- };
32865
- __name(HttpClientConnectionManager, "HttpClientConnectionManager");
32866
- exports.HttpClientConnectionManager = HttpClientConnectionManager;
32867
- }
32868
- });
32869
-
32870
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/mqtt.js
32871
- var require_mqtt = __commonJS({
32872
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/mqtt.js"(exports) {
32873
- "use strict";
32874
- Object.defineProperty(exports, "__esModule", { value: true });
32875
- exports.DEFAULT_RECONNECT_MIN_SEC = exports.DEFAULT_RECONNECT_MAX_SEC = exports.MqttWill = exports.QoS = void 0;
32876
- var QoS;
32877
- (function(QoS2) {
32878
- QoS2[QoS2["AtMostOnce"] = 0] = "AtMostOnce";
32879
- QoS2[QoS2["AtLeastOnce"] = 1] = "AtLeastOnce";
32880
- QoS2[QoS2["ExactlyOnce"] = 2] = "ExactlyOnce";
32881
- })(QoS = exports.QoS || (exports.QoS = {}));
32882
- var MqttWill = class {
32883
- constructor(topic, qos, payload, retain = false) {
32884
- this.topic = topic;
32885
- this.qos = qos;
32886
- this.payload = payload;
32887
- this.retain = retain;
32888
- }
32889
- };
32890
- __name(MqttWill, "MqttWill");
32891
- exports.MqttWill = MqttWill;
32892
- exports.DEFAULT_RECONNECT_MAX_SEC = 128;
32893
- exports.DEFAULT_RECONNECT_MIN_SEC = 1;
32894
- }
32895
- });
32896
-
32897
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/aws_iot_shared.js
32898
- var require_aws_iot_shared = __commonJS({
32899
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/aws_iot_shared.js"(exports) {
32077
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/common/mqtt.js
32078
+ var require_mqtt = __commonJS({
32079
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/common/mqtt.js"(exports) {
32080
+ "use strict";
32081
+ Object.defineProperty(exports, "__esModule", { value: true });
32082
+ exports.DEFAULT_RECONNECT_MIN_SEC = exports.DEFAULT_RECONNECT_MAX_SEC = exports.MqttWill = exports.QoS = void 0;
32083
+ var QoS;
32084
+ (function(QoS2) {
32085
+ QoS2[QoS2["AtMostOnce"] = 0] = "AtMostOnce";
32086
+ QoS2[QoS2["AtLeastOnce"] = 1] = "AtLeastOnce";
32087
+ QoS2[QoS2["ExactlyOnce"] = 2] = "ExactlyOnce";
32088
+ })(QoS = exports.QoS || (exports.QoS = {}));
32089
+ var MqttWill = class {
32090
+ constructor(topic, qos, payload, retain = false) {
32091
+ this.topic = topic;
32092
+ this.qos = qos;
32093
+ this.payload = payload;
32094
+ this.retain = retain;
32095
+ }
32096
+ };
32097
+ __name(MqttWill, "MqttWill");
32098
+ exports.MqttWill = MqttWill;
32099
+ exports.DEFAULT_RECONNECT_MAX_SEC = 128;
32100
+ exports.DEFAULT_RECONNECT_MIN_SEC = 1;
32101
+ }
32102
+ });
32103
+
32104
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/common/aws_iot_shared.js
32105
+ var require_aws_iot_shared = __commonJS({
32106
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/common/aws_iot_shared.js"(exports) {
32900
32107
  "use strict";
32901
32108
  var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
32902
32109
  if (k2 === void 0)
@@ -33030,9 +32237,9 @@ var require_aws_iot_shared = __commonJS({
33030
32237
  }
33031
32238
  });
33032
32239
 
33033
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/aws_iot.js
32240
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/aws_iot.js
33034
32241
  var require_aws_iot = __commonJS({
33035
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/aws_iot.js"(exports) {
32242
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/aws_iot.js"(exports) {
33036
32243
  "use strict";
33037
32244
  var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
33038
32245
  if (k2 === void 0)
@@ -33168,9 +32375,6 @@ var require_aws_iot = __commonJS({
33168
32375
  }
33169
32376
  static configure_websocket_handshake(builder, options) {
33170
32377
  if (options) {
33171
- if (builder == null || builder == void 0) {
33172
- throw new error_1.CrtError("AwsIotMqttConnectionConfigBuilder configure_websocket_handshake: builder not defined");
33173
- }
33174
32378
  builder.params.websocket_handshake_transform = (request, done) => __awaiter3(this, void 0, void 0, function* () {
33175
32379
  var _a, _b, _c;
33176
32380
  const signing_config = (_b = (_a = options.create_signing_config) === null || _a === void 0 ? void 0 : _a.call(options)) !== null && _b !== void 0 ? _b : {
@@ -33211,9 +32415,6 @@ var require_aws_iot = __commonJS({
33211
32415
  this.configure_websocket_handshake(builder, options);
33212
32416
  return builder;
33213
32417
  }
33214
- static new_builder_for_websocket() {
33215
- return this.new_with_websockets();
33216
- }
33217
32418
  with_certificate_authority_from_path(ca_dirpath, ca_filepath) {
33218
32419
  this.tls_ctx_options.override_default_trust_store_from_path(ca_dirpath, ca_filepath);
33219
32420
  return this;
@@ -33338,9 +32539,9 @@ var require_aws_iot = __commonJS({
33338
32539
  }
33339
32540
  });
33340
32541
 
33341
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/mqtt_shared.js
32542
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/common/mqtt_shared.js
33342
32543
  var require_mqtt_shared = __commonJS({
33343
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/mqtt_shared.js"(exports) {
32544
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/common/mqtt_shared.js"(exports) {
33344
32545
  "use strict";
33345
32546
  Object.defineProperty(exports, "__esModule", { value: true });
33346
32547
  exports.DEFAULT_KEEP_ALIVE = exports.normalize_payload = void 0;
@@ -33372,9 +32573,9 @@ var require_mqtt_shared = __commonJS({
33372
32573
  }
33373
32574
  });
33374
32575
 
33375
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/mqtt5.js
32576
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/common/mqtt5.js
33376
32577
  var require_mqtt5 = __commonJS({
33377
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/mqtt5.js"(exports) {
32578
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/common/mqtt5.js"(exports) {
33378
32579
  "use strict";
33379
32580
  Object.defineProperty(exports, "__esModule", { value: true });
33380
32581
  exports.RetryJitterType = exports.ClientSessionBehavior = void 0;
@@ -33395,9 +32596,9 @@ var require_mqtt5 = __commonJS({
33395
32596
  }
33396
32597
  });
33397
32598
 
33398
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/mqtt5_packet.js
32599
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/common/mqtt5_packet.js
33399
32600
  var require_mqtt5_packet = __commonJS({
33400
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/mqtt5_packet.js"(exports) {
32601
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/common/mqtt5_packet.js"(exports) {
33401
32602
  "use strict";
33402
32603
  Object.defineProperty(exports, "__esModule", { value: true });
33403
32604
  exports.PacketType = exports.RetainHandlingType = exports.QoS = exports.PayloadFormatIndicator = exports.isSuccessfulPubackReasonCode = exports.PubackReasonCode = exports.isSuccessfulUnsubackReasonCode = exports.UnsubackReasonCode = exports.isSuccessfulSubackReasonCode = exports.SubackReasonCode = exports.isSuccessfulDisconnectReasonCode = exports.DisconnectReasonCode = exports.isSuccessfulConnectReasonCode = exports.ConnectReasonCode = void 0;
@@ -33558,9 +32759,9 @@ var require_mqtt5_packet = __commonJS({
33558
32759
  }
33559
32760
  });
33560
32761
 
33561
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/mqtt5.js
32762
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/mqtt5.js
33562
32763
  var require_mqtt52 = __commonJS({
33563
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/mqtt5.js"(exports) {
32764
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/mqtt5.js"(exports) {
33564
32765
  "use strict";
33565
32766
  var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
33566
32767
  if (k2 === void 0)
@@ -33825,9 +33026,9 @@ var require_mqtt52 = __commonJS({
33825
33026
  }
33826
33027
  });
33827
33028
 
33828
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/aws_iot_mqtt5.js
33029
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/aws_iot_mqtt5.js
33829
33030
  var require_aws_iot_mqtt5 = __commonJS({
33830
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/aws_iot_mqtt5.js"(exports) {
33031
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/aws_iot_mqtt5.js"(exports) {
33831
33032
  "use strict";
33832
33033
  var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
33833
33034
  if (k2 === void 0)
@@ -34071,9 +33272,9 @@ var require_aws_iot_mqtt5 = __commonJS({
34071
33272
  }
34072
33273
  });
34073
33274
 
34074
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/iot.js
33275
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/iot.js
34075
33276
  var require_iot = __commonJS({
34076
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/iot.js"(exports) {
33277
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/iot.js"(exports) {
34077
33278
  "use strict";
34078
33279
  var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
34079
33280
  if (k2 === void 0)
@@ -34101,9 +33302,9 @@ var require_iot = __commonJS({
34101
33302
  }
34102
33303
  });
34103
33304
 
34104
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/mqtt.js
33305
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/mqtt.js
34105
33306
  var require_mqtt2 = __commonJS({
34106
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/mqtt.js"(exports) {
33307
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/native/mqtt.js"(exports) {
34107
33308
  "use strict";
34108
33309
  var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
34109
33310
  if (k2 === void 0)
@@ -34207,9 +33408,6 @@ var require_mqtt2 = __commonJS({
34207
33408
  super();
34208
33409
  this.client = client;
34209
33410
  this.config = config;
34210
- if (config == null || config == void 0) {
34211
- throw new error_1.CrtError("MqttClientConnection constructor: config not defined");
34212
- }
34213
33411
  const will = config.will ? {
34214
33412
  topic: config.will.topic,
34215
33413
  qos: config.will.qos,
@@ -34226,12 +33424,6 @@ var require_mqtt2 = __commonJS({
34226
33424
  max_sec = config.reconnect_max_sec;
34227
33425
  min_sec = Math.min(min_sec, max_sec);
34228
33426
  }
34229
- if (client == void 0 || client == null) {
34230
- throw new error_1.CrtError("MqttClientConnection constructor: client not defined");
34231
- }
34232
- if (config.socket_options == void 0 || config.socket_options == null) {
34233
- throw new error_1.CrtError("MqttClientConnection constructor: socket_options in configuration not defined");
34234
- }
34235
33427
  this._super(binding_1.default.mqtt_client_connection_new(client.native_handle(), (error_code) => {
34236
33428
  this._on_connection_interrupted(error_code);
34237
33429
  }, (return_code, session_present) => {
@@ -34258,9 +33450,6 @@ var require_mqtt2 = __commonJS({
34258
33450
  return __awaiter3(this, void 0, void 0, function* () {
34259
33451
  return new Promise((resolve, reject) => {
34260
33452
  reject = this._reject(reject);
34261
- if (this.config.socket_options == null || this.config.socket_options == void 0) {
34262
- throw new error_1.CrtError("MqttClientConnection connect: socket_options in configuration not defined");
34263
- }
34264
33453
  try {
34265
33454
  binding_1.default.mqtt_client_connection_connect(this.native_handle(), this.config.client_id, this.config.host_name, this.config.port, this.config.socket_options.native_handle(), this.config.keep_alive, this.config.ping_timeout, this.config.protocol_operation_timeout, this.config.clean_session, this._on_connect_callback.bind(this, resolve, reject));
34266
33455
  } catch (e) {
@@ -34397,9 +33586,9 @@ var require_mqtt2 = __commonJS({
34397
33586
  }
34398
33587
  });
34399
33588
 
34400
- // ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/index.js
33589
+ // ../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/index.js
34401
33590
  var require_dist = __commonJS({
34402
- "../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/index.js"(exports) {
33591
+ "../../node_modules/.pnpm/aws-crt@1.15.9/node_modules/aws-crt/dist/index.js"(exports) {
34403
33592
  "use strict";
34404
33593
  var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
34405
33594
  if (k2 === void 0)
@@ -34434,13 +33623,9 @@ var require_dist = __commonJS({
34434
33623
  return result;
34435
33624
  };
34436
33625
  Object.defineProperty(exports, "__esModule", { value: true });
34437
- exports.CrtError = exports.resource_safety = exports.promise = exports.platform = exports.mqtt5 = exports.mqtt = exports.iot = exports.io = exports.http = exports.eventstream = exports.crt = exports.crypto = exports.checksums = exports.cancel = exports.auth = void 0;
34438
- var cancel = __importStar3(require_cancel());
34439
- exports.cancel = cancel;
33626
+ exports.CrtError = exports.resource_safety = exports.platform = exports.mqtt5 = exports.mqtt = exports.iot = exports.io = exports.http = exports.crt = exports.crypto = exports.checksums = exports.auth = void 0;
34440
33627
  var platform = __importStar3(require_platform());
34441
33628
  exports.platform = platform;
34442
- var promise = __importStar3(require_promise());
34443
- exports.promise = promise;
34444
33629
  var resource_safety = __importStar3(require_resource_safety());
34445
33630
  exports.resource_safety = resource_safety;
34446
33631
  var auth = __importStar3(require_auth());
@@ -34451,8 +33636,6 @@ var require_dist = __commonJS({
34451
33636
  exports.crt = crt;
34452
33637
  var crypto4 = __importStar3(require_crypto());
34453
33638
  exports.crypto = crypto4;
34454
- var eventstream = __importStar3(require_eventstream());
34455
- exports.eventstream = eventstream;
34456
33639
  var http = __importStar3(require_http2());
34457
33640
  exports.http = http;
34458
33641
  var io = __importStar3(require_io2());
@@ -40108,9 +39291,207 @@ var require_dist_cjs64 = __commonJS({
40108
39291
  }
40109
39292
  });
40110
39293
 
40111
- // ../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/signature-v4-crt/dist-cjs/constants.js
39294
+ // ../../node_modules/.pnpm/@aws-sdk+querystring-parser@3.292.0/node_modules/@aws-sdk/querystring-parser/dist-cjs/index.js
39295
+ var require_dist_cjs65 = __commonJS({
39296
+ "../../node_modules/.pnpm/@aws-sdk+querystring-parser@3.292.0/node_modules/@aws-sdk/querystring-parser/dist-cjs/index.js"(exports) {
39297
+ "use strict";
39298
+ Object.defineProperty(exports, "__esModule", { value: true });
39299
+ exports.parseQueryString = void 0;
39300
+ function parseQueryString(querystring) {
39301
+ const query = {};
39302
+ querystring = querystring.replace(/^\?/, "");
39303
+ if (querystring) {
39304
+ for (const pair of querystring.split("&")) {
39305
+ let [key, value = null] = pair.split("=");
39306
+ key = decodeURIComponent(key);
39307
+ if (value) {
39308
+ value = decodeURIComponent(value);
39309
+ }
39310
+ if (!(key in query)) {
39311
+ query[key] = value;
39312
+ } else if (Array.isArray(query[key])) {
39313
+ query[key].push(value);
39314
+ } else {
39315
+ query[key] = [query[key], value];
39316
+ }
39317
+ }
39318
+ }
39319
+ return query;
39320
+ }
39321
+ __name(parseQueryString, "parseQueryString");
39322
+ exports.parseQueryString = parseQueryString;
39323
+ }
39324
+ });
39325
+
39326
+ // ../../node_modules/.pnpm/@aws-sdk+util-hex-encoding@3.292.0/node_modules/@aws-sdk/util-hex-encoding/dist-cjs/index.js
39327
+ var require_dist_cjs66 = __commonJS({
39328
+ "../../node_modules/.pnpm/@aws-sdk+util-hex-encoding@3.292.0/node_modules/@aws-sdk/util-hex-encoding/dist-cjs/index.js"(exports) {
39329
+ "use strict";
39330
+ Object.defineProperty(exports, "__esModule", { value: true });
39331
+ exports.toHex = exports.fromHex = void 0;
39332
+ var SHORT_TO_HEX = {};
39333
+ var HEX_TO_SHORT = {};
39334
+ for (let i = 0; i < 256; i++) {
39335
+ let encodedByte = i.toString(16).toLowerCase();
39336
+ if (encodedByte.length === 1) {
39337
+ encodedByte = `0${encodedByte}`;
39338
+ }
39339
+ SHORT_TO_HEX[i] = encodedByte;
39340
+ HEX_TO_SHORT[encodedByte] = i;
39341
+ }
39342
+ function fromHex(encoded) {
39343
+ if (encoded.length % 2 !== 0) {
39344
+ throw new Error("Hex encoded strings must have an even number length");
39345
+ }
39346
+ const out = new Uint8Array(encoded.length / 2);
39347
+ for (let i = 0; i < encoded.length; i += 2) {
39348
+ const encodedByte = encoded.slice(i, i + 2).toLowerCase();
39349
+ if (encodedByte in HEX_TO_SHORT) {
39350
+ out[i / 2] = HEX_TO_SHORT[encodedByte];
39351
+ } else {
39352
+ throw new Error(`Cannot decode unrecognized sequence ${encodedByte} as hexadecimal`);
39353
+ }
39354
+ }
39355
+ return out;
39356
+ }
39357
+ __name(fromHex, "fromHex");
39358
+ exports.fromHex = fromHex;
39359
+ function toHex(bytes) {
39360
+ let out = "";
39361
+ for (let i = 0; i < bytes.byteLength; i++) {
39362
+ out += SHORT_TO_HEX[bytes[i]];
39363
+ }
39364
+ return out;
39365
+ }
39366
+ __name(toHex, "toHex");
39367
+ exports.toHex = toHex;
39368
+ }
39369
+ });
39370
+
39371
+ // ../../node_modules/.pnpm/@aws-sdk+util-middleware@3.292.0/node_modules/@aws-sdk/util-middleware/dist-cjs/normalizeProvider.js
39372
+ var require_normalizeProvider2 = __commonJS({
39373
+ "../../node_modules/.pnpm/@aws-sdk+util-middleware@3.292.0/node_modules/@aws-sdk/util-middleware/dist-cjs/normalizeProvider.js"(exports) {
39374
+ "use strict";
39375
+ Object.defineProperty(exports, "__esModule", { value: true });
39376
+ exports.normalizeProvider = void 0;
39377
+ var normalizeProvider = /* @__PURE__ */ __name((input) => {
39378
+ if (typeof input === "function")
39379
+ return input;
39380
+ const promisified = Promise.resolve(input);
39381
+ return () => promisified;
39382
+ }, "normalizeProvider");
39383
+ exports.normalizeProvider = normalizeProvider;
39384
+ }
39385
+ });
39386
+
39387
+ // ../../node_modules/.pnpm/@aws-sdk+util-middleware@3.292.0/node_modules/@aws-sdk/util-middleware/dist-cjs/index.js
39388
+ var require_dist_cjs67 = __commonJS({
39389
+ "../../node_modules/.pnpm/@aws-sdk+util-middleware@3.292.0/node_modules/@aws-sdk/util-middleware/dist-cjs/index.js"(exports) {
39390
+ "use strict";
39391
+ Object.defineProperty(exports, "__esModule", { value: true });
39392
+ var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
39393
+ tslib_1.__exportStar(require_normalizeProvider2(), exports);
39394
+ }
39395
+ });
39396
+
39397
+ // ../../node_modules/.pnpm/@aws-sdk+is-array-buffer@3.292.0/node_modules/@aws-sdk/is-array-buffer/dist-cjs/index.js
39398
+ var require_dist_cjs68 = __commonJS({
39399
+ "../../node_modules/.pnpm/@aws-sdk+is-array-buffer@3.292.0/node_modules/@aws-sdk/is-array-buffer/dist-cjs/index.js"(exports) {
39400
+ "use strict";
39401
+ Object.defineProperty(exports, "__esModule", { value: true });
39402
+ exports.isArrayBuffer = void 0;
39403
+ var isArrayBuffer = /* @__PURE__ */ __name((arg) => typeof ArrayBuffer === "function" && arg instanceof ArrayBuffer || Object.prototype.toString.call(arg) === "[object ArrayBuffer]", "isArrayBuffer");
39404
+ exports.isArrayBuffer = isArrayBuffer;
39405
+ }
39406
+ });
39407
+
39408
+ // ../../node_modules/.pnpm/@aws-sdk+util-buffer-from@3.292.0/node_modules/@aws-sdk/util-buffer-from/dist-cjs/index.js
39409
+ var require_dist_cjs69 = __commonJS({
39410
+ "../../node_modules/.pnpm/@aws-sdk+util-buffer-from@3.292.0/node_modules/@aws-sdk/util-buffer-from/dist-cjs/index.js"(exports) {
39411
+ "use strict";
39412
+ Object.defineProperty(exports, "__esModule", { value: true });
39413
+ exports.fromString = exports.fromArrayBuffer = void 0;
39414
+ var is_array_buffer_1 = require_dist_cjs68();
39415
+ var buffer_1 = __require("buffer");
39416
+ var fromArrayBuffer = /* @__PURE__ */ __name((input, offset = 0, length = input.byteLength - offset) => {
39417
+ if (!(0, is_array_buffer_1.isArrayBuffer)(input)) {
39418
+ throw new TypeError(`The "input" argument must be ArrayBuffer. Received type ${typeof input} (${input})`);
39419
+ }
39420
+ return buffer_1.Buffer.from(input, offset, length);
39421
+ }, "fromArrayBuffer");
39422
+ exports.fromArrayBuffer = fromArrayBuffer;
39423
+ var fromString = /* @__PURE__ */ __name((input, encoding) => {
39424
+ if (typeof input !== "string") {
39425
+ throw new TypeError(`The "input" argument must be of type string. Received type ${typeof input} (${input})`);
39426
+ }
39427
+ return encoding ? buffer_1.Buffer.from(input, encoding) : buffer_1.Buffer.from(input);
39428
+ }, "fromString");
39429
+ exports.fromString = fromString;
39430
+ }
39431
+ });
39432
+
39433
+ // ../../node_modules/.pnpm/@aws-sdk+util-utf8@3.292.0/node_modules/@aws-sdk/util-utf8/dist-cjs/fromUtf8.js
39434
+ var require_fromUtf82 = __commonJS({
39435
+ "../../node_modules/.pnpm/@aws-sdk+util-utf8@3.292.0/node_modules/@aws-sdk/util-utf8/dist-cjs/fromUtf8.js"(exports) {
39436
+ "use strict";
39437
+ Object.defineProperty(exports, "__esModule", { value: true });
39438
+ exports.fromUtf8 = void 0;
39439
+ var util_buffer_from_1 = require_dist_cjs69();
39440
+ var fromUtf8 = /* @__PURE__ */ __name((input) => {
39441
+ const buf = (0, util_buffer_from_1.fromString)(input, "utf8");
39442
+ return new Uint8Array(buf.buffer, buf.byteOffset, buf.byteLength / Uint8Array.BYTES_PER_ELEMENT);
39443
+ }, "fromUtf8");
39444
+ exports.fromUtf8 = fromUtf8;
39445
+ }
39446
+ });
39447
+
39448
+ // ../../node_modules/.pnpm/@aws-sdk+util-utf8@3.292.0/node_modules/@aws-sdk/util-utf8/dist-cjs/toUint8Array.js
39449
+ var require_toUint8Array2 = __commonJS({
39450
+ "../../node_modules/.pnpm/@aws-sdk+util-utf8@3.292.0/node_modules/@aws-sdk/util-utf8/dist-cjs/toUint8Array.js"(exports) {
39451
+ "use strict";
39452
+ Object.defineProperty(exports, "__esModule", { value: true });
39453
+ exports.toUint8Array = void 0;
39454
+ var fromUtf8_1 = require_fromUtf82();
39455
+ var toUint8Array = /* @__PURE__ */ __name((data) => {
39456
+ if (typeof data === "string") {
39457
+ return (0, fromUtf8_1.fromUtf8)(data);
39458
+ }
39459
+ if (ArrayBuffer.isView(data)) {
39460
+ return new Uint8Array(data.buffer, data.byteOffset, data.byteLength / Uint8Array.BYTES_PER_ELEMENT);
39461
+ }
39462
+ return new Uint8Array(data);
39463
+ }, "toUint8Array");
39464
+ exports.toUint8Array = toUint8Array;
39465
+ }
39466
+ });
39467
+
39468
+ // ../../node_modules/.pnpm/@aws-sdk+util-utf8@3.292.0/node_modules/@aws-sdk/util-utf8/dist-cjs/toUtf8.js
39469
+ var require_toUtf82 = __commonJS({
39470
+ "../../node_modules/.pnpm/@aws-sdk+util-utf8@3.292.0/node_modules/@aws-sdk/util-utf8/dist-cjs/toUtf8.js"(exports) {
39471
+ "use strict";
39472
+ Object.defineProperty(exports, "__esModule", { value: true });
39473
+ exports.toUtf8 = void 0;
39474
+ var util_buffer_from_1 = require_dist_cjs69();
39475
+ var toUtf8 = /* @__PURE__ */ __name((input) => (0, util_buffer_from_1.fromArrayBuffer)(input.buffer, input.byteOffset, input.byteLength).toString("utf8"), "toUtf8");
39476
+ exports.toUtf8 = toUtf8;
39477
+ }
39478
+ });
39479
+
39480
+ // ../../node_modules/.pnpm/@aws-sdk+util-utf8@3.292.0/node_modules/@aws-sdk/util-utf8/dist-cjs/index.js
39481
+ var require_dist_cjs70 = __commonJS({
39482
+ "../../node_modules/.pnpm/@aws-sdk+util-utf8@3.292.0/node_modules/@aws-sdk/util-utf8/dist-cjs/index.js"(exports) {
39483
+ "use strict";
39484
+ Object.defineProperty(exports, "__esModule", { value: true });
39485
+ var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
39486
+ tslib_1.__exportStar(require_fromUtf82(), exports);
39487
+ tslib_1.__exportStar(require_toUint8Array2(), exports);
39488
+ tslib_1.__exportStar(require_toUtf82(), exports);
39489
+ }
39490
+ });
39491
+
39492
+ // ../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/constants.js
40112
39493
  var require_constants10 = __commonJS({
40113
- "../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/signature-v4-crt/dist-cjs/constants.js"(exports) {
39494
+ "../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/constants.js"(exports) {
40114
39495
  "use strict";
40115
39496
  Object.defineProperty(exports, "__esModule", { value: true });
40116
39497
  exports.MAX_PRESIGNED_TTL = exports.KEY_TYPE_IDENTIFIER = exports.MAX_CACHE_SIZE = exports.UNSIGNED_PAYLOAD = exports.EVENT_ALGORITHM_IDENTIFIER = exports.ALGORITHM_IDENTIFIER_V4A = exports.ALGORITHM_IDENTIFIER = exports.UNSIGNABLE_PATTERNS = exports.SEC_HEADER_PATTERN = exports.PROXY_HEADER_PATTERN = exports.ALWAYS_UNSIGNABLE_HEADERS = exports.HOST_HEADER = exports.TOKEN_HEADER = exports.SHA256_HEADER = exports.SIGNATURE_HEADER = exports.GENERATED_HEADERS = exports.DATE_HEADER = exports.AMZ_DATE_HEADER = exports.AUTH_HEADER = exports.REGION_SET_PARAM = exports.TOKEN_QUERY_PARAM = exports.SIGNATURE_QUERY_PARAM = exports.EXPIRES_QUERY_PARAM = exports.SIGNED_HEADERS_QUERY_PARAM = exports.AMZ_DATE_QUERY_PARAM = exports.CREDENTIAL_QUERY_PARAM = exports.ALGORITHM_QUERY_PARAM = void 0;
@@ -40160,9 +39541,564 @@ var require_constants10 = __commonJS({
40160
39541
  }
40161
39542
  });
40162
39543
 
40163
- // ../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/signature-v4-crt/dist-cjs/headerUtil.js
39544
+ // ../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/credentialDerivation.js
39545
+ var require_credentialDerivation2 = __commonJS({
39546
+ "../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/credentialDerivation.js"(exports) {
39547
+ "use strict";
39548
+ Object.defineProperty(exports, "__esModule", { value: true });
39549
+ exports.clearCredentialCache = exports.getSigningKey = exports.createScope = void 0;
39550
+ var util_hex_encoding_1 = require_dist_cjs66();
39551
+ var util_utf8_1 = require_dist_cjs70();
39552
+ var constants_1 = require_constants10();
39553
+ var signingKeyCache = {};
39554
+ var cacheQueue = [];
39555
+ var createScope = /* @__PURE__ */ __name((shortDate, region, service) => `${shortDate}/${region}/${service}/${constants_1.KEY_TYPE_IDENTIFIER}`, "createScope");
39556
+ exports.createScope = createScope;
39557
+ var getSigningKey = /* @__PURE__ */ __name(async (sha256Constructor, credentials, shortDate, region, service) => {
39558
+ const credsHash = await hmac(sha256Constructor, credentials.secretAccessKey, credentials.accessKeyId);
39559
+ const cacheKey = `${shortDate}:${region}:${service}:${(0, util_hex_encoding_1.toHex)(credsHash)}:${credentials.sessionToken}`;
39560
+ if (cacheKey in signingKeyCache) {
39561
+ return signingKeyCache[cacheKey];
39562
+ }
39563
+ cacheQueue.push(cacheKey);
39564
+ while (cacheQueue.length > constants_1.MAX_CACHE_SIZE) {
39565
+ delete signingKeyCache[cacheQueue.shift()];
39566
+ }
39567
+ let key = `AWS4${credentials.secretAccessKey}`;
39568
+ for (const signable of [shortDate, region, service, constants_1.KEY_TYPE_IDENTIFIER]) {
39569
+ key = await hmac(sha256Constructor, key, signable);
39570
+ }
39571
+ return signingKeyCache[cacheKey] = key;
39572
+ }, "getSigningKey");
39573
+ exports.getSigningKey = getSigningKey;
39574
+ var clearCredentialCache = /* @__PURE__ */ __name(() => {
39575
+ cacheQueue.length = 0;
39576
+ Object.keys(signingKeyCache).forEach((cacheKey) => {
39577
+ delete signingKeyCache[cacheKey];
39578
+ });
39579
+ }, "clearCredentialCache");
39580
+ exports.clearCredentialCache = clearCredentialCache;
39581
+ var hmac = /* @__PURE__ */ __name((ctor, secret, data) => {
39582
+ const hash = new ctor(secret);
39583
+ hash.update((0, util_utf8_1.toUint8Array)(data));
39584
+ return hash.digest();
39585
+ }, "hmac");
39586
+ }
39587
+ });
39588
+
39589
+ // ../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalHeaders.js
39590
+ var require_getCanonicalHeaders2 = __commonJS({
39591
+ "../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalHeaders.js"(exports) {
39592
+ "use strict";
39593
+ Object.defineProperty(exports, "__esModule", { value: true });
39594
+ exports.getCanonicalHeaders = void 0;
39595
+ var constants_1 = require_constants10();
39596
+ var getCanonicalHeaders = /* @__PURE__ */ __name(({ headers }, unsignableHeaders, signableHeaders) => {
39597
+ const canonical = {};
39598
+ for (const headerName of Object.keys(headers).sort()) {
39599
+ if (headers[headerName] == void 0) {
39600
+ continue;
39601
+ }
39602
+ const canonicalHeaderName = headerName.toLowerCase();
39603
+ if (canonicalHeaderName in constants_1.ALWAYS_UNSIGNABLE_HEADERS || (unsignableHeaders === null || unsignableHeaders === void 0 ? void 0 : unsignableHeaders.has(canonicalHeaderName)) || constants_1.PROXY_HEADER_PATTERN.test(canonicalHeaderName) || constants_1.SEC_HEADER_PATTERN.test(canonicalHeaderName)) {
39604
+ if (!signableHeaders || signableHeaders && !signableHeaders.has(canonicalHeaderName)) {
39605
+ continue;
39606
+ }
39607
+ }
39608
+ canonical[canonicalHeaderName] = headers[headerName].trim().replace(/\s+/g, " ");
39609
+ }
39610
+ return canonical;
39611
+ }, "getCanonicalHeaders");
39612
+ exports.getCanonicalHeaders = getCanonicalHeaders;
39613
+ }
39614
+ });
39615
+
39616
+ // ../../node_modules/.pnpm/@aws-sdk+util-uri-escape@3.292.0/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri.js
39617
+ var require_escape_uri2 = __commonJS({
39618
+ "../../node_modules/.pnpm/@aws-sdk+util-uri-escape@3.292.0/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri.js"(exports) {
39619
+ "use strict";
39620
+ Object.defineProperty(exports, "__esModule", { value: true });
39621
+ exports.escapeUri = void 0;
39622
+ var escapeUri = /* @__PURE__ */ __name((uri) => encodeURIComponent(uri).replace(/[!'()*]/g, hexEncode), "escapeUri");
39623
+ exports.escapeUri = escapeUri;
39624
+ var hexEncode = /* @__PURE__ */ __name((c) => `%${c.charCodeAt(0).toString(16).toUpperCase()}`, "hexEncode");
39625
+ }
39626
+ });
39627
+
39628
+ // ../../node_modules/.pnpm/@aws-sdk+util-uri-escape@3.292.0/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri-path.js
39629
+ var require_escape_uri_path2 = __commonJS({
39630
+ "../../node_modules/.pnpm/@aws-sdk+util-uri-escape@3.292.0/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri-path.js"(exports) {
39631
+ "use strict";
39632
+ Object.defineProperty(exports, "__esModule", { value: true });
39633
+ exports.escapeUriPath = void 0;
39634
+ var escape_uri_1 = require_escape_uri2();
39635
+ var escapeUriPath = /* @__PURE__ */ __name((uri) => uri.split("/").map(escape_uri_1.escapeUri).join("/"), "escapeUriPath");
39636
+ exports.escapeUriPath = escapeUriPath;
39637
+ }
39638
+ });
39639
+
39640
+ // ../../node_modules/.pnpm/@aws-sdk+util-uri-escape@3.292.0/node_modules/@aws-sdk/util-uri-escape/dist-cjs/index.js
39641
+ var require_dist_cjs71 = __commonJS({
39642
+ "../../node_modules/.pnpm/@aws-sdk+util-uri-escape@3.292.0/node_modules/@aws-sdk/util-uri-escape/dist-cjs/index.js"(exports) {
39643
+ "use strict";
39644
+ Object.defineProperty(exports, "__esModule", { value: true });
39645
+ var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
39646
+ tslib_1.__exportStar(require_escape_uri2(), exports);
39647
+ tslib_1.__exportStar(require_escape_uri_path2(), exports);
39648
+ }
39649
+ });
39650
+
39651
+ // ../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalQuery.js
39652
+ var require_getCanonicalQuery2 = __commonJS({
39653
+ "../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalQuery.js"(exports) {
39654
+ "use strict";
39655
+ Object.defineProperty(exports, "__esModule", { value: true });
39656
+ exports.getCanonicalQuery = void 0;
39657
+ var util_uri_escape_1 = require_dist_cjs71();
39658
+ var constants_1 = require_constants10();
39659
+ var getCanonicalQuery = /* @__PURE__ */ __name(({ query = {} }) => {
39660
+ const keys = [];
39661
+ const serialized = {};
39662
+ for (const key of Object.keys(query).sort()) {
39663
+ if (key.toLowerCase() === constants_1.SIGNATURE_HEADER) {
39664
+ continue;
39665
+ }
39666
+ keys.push(key);
39667
+ const value = query[key];
39668
+ if (typeof value === "string") {
39669
+ serialized[key] = `${(0, util_uri_escape_1.escapeUri)(key)}=${(0, util_uri_escape_1.escapeUri)(value)}`;
39670
+ } else if (Array.isArray(value)) {
39671
+ serialized[key] = value.slice(0).sort().reduce((encoded, value2) => encoded.concat([`${(0, util_uri_escape_1.escapeUri)(key)}=${(0, util_uri_escape_1.escapeUri)(value2)}`]), []).join("&");
39672
+ }
39673
+ }
39674
+ return keys.map((key) => serialized[key]).filter((serialized2) => serialized2).join("&");
39675
+ }, "getCanonicalQuery");
39676
+ exports.getCanonicalQuery = getCanonicalQuery;
39677
+ }
39678
+ });
39679
+
39680
+ // ../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/getPayloadHash.js
39681
+ var require_getPayloadHash2 = __commonJS({
39682
+ "../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/getPayloadHash.js"(exports) {
39683
+ "use strict";
39684
+ Object.defineProperty(exports, "__esModule", { value: true });
39685
+ exports.getPayloadHash = void 0;
39686
+ var is_array_buffer_1 = require_dist_cjs68();
39687
+ var util_hex_encoding_1 = require_dist_cjs66();
39688
+ var util_utf8_1 = require_dist_cjs70();
39689
+ var constants_1 = require_constants10();
39690
+ var getPayloadHash = /* @__PURE__ */ __name(async ({ headers, body }, hashConstructor) => {
39691
+ for (const headerName of Object.keys(headers)) {
39692
+ if (headerName.toLowerCase() === constants_1.SHA256_HEADER) {
39693
+ return headers[headerName];
39694
+ }
39695
+ }
39696
+ if (body == void 0) {
39697
+ return "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";
39698
+ } else if (typeof body === "string" || ArrayBuffer.isView(body) || (0, is_array_buffer_1.isArrayBuffer)(body)) {
39699
+ const hashCtor = new hashConstructor();
39700
+ hashCtor.update((0, util_utf8_1.toUint8Array)(body));
39701
+ return (0, util_hex_encoding_1.toHex)(await hashCtor.digest());
39702
+ }
39703
+ return constants_1.UNSIGNED_PAYLOAD;
39704
+ }, "getPayloadHash");
39705
+ exports.getPayloadHash = getPayloadHash;
39706
+ }
39707
+ });
39708
+
39709
+ // ../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/headerUtil.js
40164
39710
  var require_headerUtil2 = __commonJS({
40165
- "../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/signature-v4-crt/dist-cjs/headerUtil.js"(exports) {
39711
+ "../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/headerUtil.js"(exports) {
39712
+ "use strict";
39713
+ Object.defineProperty(exports, "__esModule", { value: true });
39714
+ exports.deleteHeader = exports.getHeaderValue = exports.hasHeader = void 0;
39715
+ var hasHeader = /* @__PURE__ */ __name((soughtHeader, headers) => {
39716
+ soughtHeader = soughtHeader.toLowerCase();
39717
+ for (const headerName of Object.keys(headers)) {
39718
+ if (soughtHeader === headerName.toLowerCase()) {
39719
+ return true;
39720
+ }
39721
+ }
39722
+ return false;
39723
+ }, "hasHeader");
39724
+ exports.hasHeader = hasHeader;
39725
+ var getHeaderValue = /* @__PURE__ */ __name((soughtHeader, headers) => {
39726
+ soughtHeader = soughtHeader.toLowerCase();
39727
+ for (const headerName of Object.keys(headers)) {
39728
+ if (soughtHeader === headerName.toLowerCase()) {
39729
+ return headers[headerName];
39730
+ }
39731
+ }
39732
+ return void 0;
39733
+ }, "getHeaderValue");
39734
+ exports.getHeaderValue = getHeaderValue;
39735
+ var deleteHeader = /* @__PURE__ */ __name((soughtHeader, headers) => {
39736
+ soughtHeader = soughtHeader.toLowerCase();
39737
+ for (const headerName of Object.keys(headers)) {
39738
+ if (soughtHeader === headerName.toLowerCase()) {
39739
+ delete headers[headerName];
39740
+ }
39741
+ }
39742
+ }, "deleteHeader");
39743
+ exports.deleteHeader = deleteHeader;
39744
+ }
39745
+ });
39746
+
39747
+ // ../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/cloneRequest.js
39748
+ var require_cloneRequest2 = __commonJS({
39749
+ "../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/cloneRequest.js"(exports) {
39750
+ "use strict";
39751
+ Object.defineProperty(exports, "__esModule", { value: true });
39752
+ exports.cloneQuery = exports.cloneRequest = void 0;
39753
+ var cloneRequest = /* @__PURE__ */ __name(({ headers, query, ...rest }) => ({
39754
+ ...rest,
39755
+ headers: { ...headers },
39756
+ query: query ? (0, exports.cloneQuery)(query) : void 0
39757
+ }), "cloneRequest");
39758
+ exports.cloneRequest = cloneRequest;
39759
+ var cloneQuery = /* @__PURE__ */ __name((query) => Object.keys(query).reduce((carry, paramName) => {
39760
+ const param = query[paramName];
39761
+ return {
39762
+ ...carry,
39763
+ [paramName]: Array.isArray(param) ? [...param] : param
39764
+ };
39765
+ }, {}), "cloneQuery");
39766
+ exports.cloneQuery = cloneQuery;
39767
+ }
39768
+ });
39769
+
39770
+ // ../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/moveHeadersToQuery.js
39771
+ var require_moveHeadersToQuery2 = __commonJS({
39772
+ "../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/moveHeadersToQuery.js"(exports) {
39773
+ "use strict";
39774
+ Object.defineProperty(exports, "__esModule", { value: true });
39775
+ exports.moveHeadersToQuery = void 0;
39776
+ var cloneRequest_1 = require_cloneRequest2();
39777
+ var moveHeadersToQuery = /* @__PURE__ */ __name((request, options = {}) => {
39778
+ var _a;
39779
+ const { headers, query = {} } = typeof request.clone === "function" ? request.clone() : (0, cloneRequest_1.cloneRequest)(request);
39780
+ for (const name of Object.keys(headers)) {
39781
+ const lname = name.toLowerCase();
39782
+ if (lname.slice(0, 6) === "x-amz-" && !((_a = options.unhoistableHeaders) === null || _a === void 0 ? void 0 : _a.has(lname))) {
39783
+ query[name] = headers[name];
39784
+ delete headers[name];
39785
+ }
39786
+ }
39787
+ return {
39788
+ ...request,
39789
+ headers,
39790
+ query
39791
+ };
39792
+ }, "moveHeadersToQuery");
39793
+ exports.moveHeadersToQuery = moveHeadersToQuery;
39794
+ }
39795
+ });
39796
+
39797
+ // ../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/prepareRequest.js
39798
+ var require_prepareRequest2 = __commonJS({
39799
+ "../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/prepareRequest.js"(exports) {
39800
+ "use strict";
39801
+ Object.defineProperty(exports, "__esModule", { value: true });
39802
+ exports.prepareRequest = void 0;
39803
+ var cloneRequest_1 = require_cloneRequest2();
39804
+ var constants_1 = require_constants10();
39805
+ var prepareRequest = /* @__PURE__ */ __name((request) => {
39806
+ request = typeof request.clone === "function" ? request.clone() : (0, cloneRequest_1.cloneRequest)(request);
39807
+ for (const headerName of Object.keys(request.headers)) {
39808
+ if (constants_1.GENERATED_HEADERS.indexOf(headerName.toLowerCase()) > -1) {
39809
+ delete request.headers[headerName];
39810
+ }
39811
+ }
39812
+ return request;
39813
+ }, "prepareRequest");
39814
+ exports.prepareRequest = prepareRequest;
39815
+ }
39816
+ });
39817
+
39818
+ // ../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/utilDate.js
39819
+ var require_utilDate2 = __commonJS({
39820
+ "../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/utilDate.js"(exports) {
39821
+ "use strict";
39822
+ Object.defineProperty(exports, "__esModule", { value: true });
39823
+ exports.toDate = exports.iso8601 = void 0;
39824
+ var iso8601 = /* @__PURE__ */ __name((time) => (0, exports.toDate)(time).toISOString().replace(/\.\d{3}Z$/, "Z"), "iso8601");
39825
+ exports.iso8601 = iso8601;
39826
+ var toDate = /* @__PURE__ */ __name((time) => {
39827
+ if (typeof time === "number") {
39828
+ return new Date(time * 1e3);
39829
+ }
39830
+ if (typeof time === "string") {
39831
+ if (Number(time)) {
39832
+ return new Date(Number(time) * 1e3);
39833
+ }
39834
+ return new Date(time);
39835
+ }
39836
+ return time;
39837
+ }, "toDate");
39838
+ exports.toDate = toDate;
39839
+ }
39840
+ });
39841
+
39842
+ // ../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js
39843
+ var require_SignatureV42 = __commonJS({
39844
+ "../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js"(exports) {
39845
+ "use strict";
39846
+ Object.defineProperty(exports, "__esModule", { value: true });
39847
+ exports.SignatureV4 = void 0;
39848
+ var util_hex_encoding_1 = require_dist_cjs66();
39849
+ var util_middleware_1 = require_dist_cjs67();
39850
+ var util_utf8_1 = require_dist_cjs70();
39851
+ var constants_1 = require_constants10();
39852
+ var credentialDerivation_1 = require_credentialDerivation2();
39853
+ var getCanonicalHeaders_1 = require_getCanonicalHeaders2();
39854
+ var getCanonicalQuery_1 = require_getCanonicalQuery2();
39855
+ var getPayloadHash_1 = require_getPayloadHash2();
39856
+ var headerUtil_1 = require_headerUtil2();
39857
+ var moveHeadersToQuery_1 = require_moveHeadersToQuery2();
39858
+ var prepareRequest_1 = require_prepareRequest2();
39859
+ var utilDate_1 = require_utilDate2();
39860
+ var SignatureV4 = class {
39861
+ constructor({ applyChecksum, credentials, region, service, sha256, uriEscapePath = true }) {
39862
+ this.service = service;
39863
+ this.sha256 = sha256;
39864
+ this.uriEscapePath = uriEscapePath;
39865
+ this.applyChecksum = typeof applyChecksum === "boolean" ? applyChecksum : true;
39866
+ this.regionProvider = (0, util_middleware_1.normalizeProvider)(region);
39867
+ this.credentialProvider = (0, util_middleware_1.normalizeProvider)(credentials);
39868
+ }
39869
+ async presign(originalRequest, options = {}) {
39870
+ const { signingDate = new Date(), expiresIn = 3600, unsignableHeaders, unhoistableHeaders, signableHeaders, signingRegion, signingService } = options;
39871
+ const credentials = await this.credentialProvider();
39872
+ this.validateResolvedCredentials(credentials);
39873
+ const region = signingRegion !== null && signingRegion !== void 0 ? signingRegion : await this.regionProvider();
39874
+ const { longDate, shortDate } = formatDate(signingDate);
39875
+ if (expiresIn > constants_1.MAX_PRESIGNED_TTL) {
39876
+ return Promise.reject("Signature version 4 presigned URLs must have an expiration date less than one week in the future");
39877
+ }
39878
+ const scope = (0, credentialDerivation_1.createScope)(shortDate, region, signingService !== null && signingService !== void 0 ? signingService : this.service);
39879
+ const request = (0, moveHeadersToQuery_1.moveHeadersToQuery)((0, prepareRequest_1.prepareRequest)(originalRequest), { unhoistableHeaders });
39880
+ if (credentials.sessionToken) {
39881
+ request.query[constants_1.TOKEN_QUERY_PARAM] = credentials.sessionToken;
39882
+ }
39883
+ request.query[constants_1.ALGORITHM_QUERY_PARAM] = constants_1.ALGORITHM_IDENTIFIER;
39884
+ request.query[constants_1.CREDENTIAL_QUERY_PARAM] = `${credentials.accessKeyId}/${scope}`;
39885
+ request.query[constants_1.AMZ_DATE_QUERY_PARAM] = longDate;
39886
+ request.query[constants_1.EXPIRES_QUERY_PARAM] = expiresIn.toString(10);
39887
+ const canonicalHeaders = (0, getCanonicalHeaders_1.getCanonicalHeaders)(request, unsignableHeaders, signableHeaders);
39888
+ request.query[constants_1.SIGNED_HEADERS_QUERY_PARAM] = getCanonicalHeaderList(canonicalHeaders);
39889
+ request.query[constants_1.SIGNATURE_QUERY_PARAM] = await this.getSignature(longDate, scope, this.getSigningKey(credentials, region, shortDate, signingService), this.createCanonicalRequest(request, canonicalHeaders, await (0, getPayloadHash_1.getPayloadHash)(originalRequest, this.sha256)));
39890
+ return request;
39891
+ }
39892
+ async sign(toSign, options) {
39893
+ if (typeof toSign === "string") {
39894
+ return this.signString(toSign, options);
39895
+ } else if (toSign.headers && toSign.payload) {
39896
+ return this.signEvent(toSign, options);
39897
+ } else {
39898
+ return this.signRequest(toSign, options);
39899
+ }
39900
+ }
39901
+ async signEvent({ headers, payload }, { signingDate = new Date(), priorSignature, signingRegion, signingService }) {
39902
+ const region = signingRegion !== null && signingRegion !== void 0 ? signingRegion : await this.regionProvider();
39903
+ const { shortDate, longDate } = formatDate(signingDate);
39904
+ const scope = (0, credentialDerivation_1.createScope)(shortDate, region, signingService !== null && signingService !== void 0 ? signingService : this.service);
39905
+ const hashedPayload = await (0, getPayloadHash_1.getPayloadHash)({ headers: {}, body: payload }, this.sha256);
39906
+ const hash = new this.sha256();
39907
+ hash.update(headers);
39908
+ const hashedHeaders = (0, util_hex_encoding_1.toHex)(await hash.digest());
39909
+ const stringToSign = [
39910
+ constants_1.EVENT_ALGORITHM_IDENTIFIER,
39911
+ longDate,
39912
+ scope,
39913
+ priorSignature,
39914
+ hashedHeaders,
39915
+ hashedPayload
39916
+ ].join("\n");
39917
+ return this.signString(stringToSign, { signingDate, signingRegion: region, signingService });
39918
+ }
39919
+ async signString(stringToSign, { signingDate = new Date(), signingRegion, signingService } = {}) {
39920
+ const credentials = await this.credentialProvider();
39921
+ this.validateResolvedCredentials(credentials);
39922
+ const region = signingRegion !== null && signingRegion !== void 0 ? signingRegion : await this.regionProvider();
39923
+ const { shortDate } = formatDate(signingDate);
39924
+ const hash = new this.sha256(await this.getSigningKey(credentials, region, shortDate, signingService));
39925
+ hash.update((0, util_utf8_1.toUint8Array)(stringToSign));
39926
+ return (0, util_hex_encoding_1.toHex)(await hash.digest());
39927
+ }
39928
+ async signRequest(requestToSign, { signingDate = new Date(), signableHeaders, unsignableHeaders, signingRegion, signingService } = {}) {
39929
+ const credentials = await this.credentialProvider();
39930
+ this.validateResolvedCredentials(credentials);
39931
+ const region = signingRegion !== null && signingRegion !== void 0 ? signingRegion : await this.regionProvider();
39932
+ const request = (0, prepareRequest_1.prepareRequest)(requestToSign);
39933
+ const { longDate, shortDate } = formatDate(signingDate);
39934
+ const scope = (0, credentialDerivation_1.createScope)(shortDate, region, signingService !== null && signingService !== void 0 ? signingService : this.service);
39935
+ request.headers[constants_1.AMZ_DATE_HEADER] = longDate;
39936
+ if (credentials.sessionToken) {
39937
+ request.headers[constants_1.TOKEN_HEADER] = credentials.sessionToken;
39938
+ }
39939
+ const payloadHash = await (0, getPayloadHash_1.getPayloadHash)(request, this.sha256);
39940
+ if (!(0, headerUtil_1.hasHeader)(constants_1.SHA256_HEADER, request.headers) && this.applyChecksum) {
39941
+ request.headers[constants_1.SHA256_HEADER] = payloadHash;
39942
+ }
39943
+ const canonicalHeaders = (0, getCanonicalHeaders_1.getCanonicalHeaders)(request, unsignableHeaders, signableHeaders);
39944
+ const signature = await this.getSignature(longDate, scope, this.getSigningKey(credentials, region, shortDate, signingService), this.createCanonicalRequest(request, canonicalHeaders, payloadHash));
39945
+ request.headers[constants_1.AUTH_HEADER] = `${constants_1.ALGORITHM_IDENTIFIER} Credential=${credentials.accessKeyId}/${scope}, SignedHeaders=${getCanonicalHeaderList(canonicalHeaders)}, Signature=${signature}`;
39946
+ return request;
39947
+ }
39948
+ createCanonicalRequest(request, canonicalHeaders, payloadHash) {
39949
+ const sortedHeaders = Object.keys(canonicalHeaders).sort();
39950
+ return `${request.method}
39951
+ ${this.getCanonicalPath(request)}
39952
+ ${(0, getCanonicalQuery_1.getCanonicalQuery)(request)}
39953
+ ${sortedHeaders.map((name) => `${name}:${canonicalHeaders[name]}`).join("\n")}
39954
+
39955
+ ${sortedHeaders.join(";")}
39956
+ ${payloadHash}`;
39957
+ }
39958
+ async createStringToSign(longDate, credentialScope, canonicalRequest) {
39959
+ const hash = new this.sha256();
39960
+ hash.update((0, util_utf8_1.toUint8Array)(canonicalRequest));
39961
+ const hashedRequest = await hash.digest();
39962
+ return `${constants_1.ALGORITHM_IDENTIFIER}
39963
+ ${longDate}
39964
+ ${credentialScope}
39965
+ ${(0, util_hex_encoding_1.toHex)(hashedRequest)}`;
39966
+ }
39967
+ getCanonicalPath({ path }) {
39968
+ if (this.uriEscapePath) {
39969
+ const normalizedPathSegments = [];
39970
+ for (const pathSegment of path.split("/")) {
39971
+ if ((pathSegment === null || pathSegment === void 0 ? void 0 : pathSegment.length) === 0)
39972
+ continue;
39973
+ if (pathSegment === ".")
39974
+ continue;
39975
+ if (pathSegment === "..") {
39976
+ normalizedPathSegments.pop();
39977
+ } else {
39978
+ normalizedPathSegments.push(pathSegment);
39979
+ }
39980
+ }
39981
+ const normalizedPath = `${(path === null || path === void 0 ? void 0 : path.startsWith("/")) ? "/" : ""}${normalizedPathSegments.join("/")}${normalizedPathSegments.length > 0 && (path === null || path === void 0 ? void 0 : path.endsWith("/")) ? "/" : ""}`;
39982
+ const doubleEncoded = encodeURIComponent(normalizedPath);
39983
+ return doubleEncoded.replace(/%2F/g, "/");
39984
+ }
39985
+ return path;
39986
+ }
39987
+ async getSignature(longDate, credentialScope, keyPromise, canonicalRequest) {
39988
+ const stringToSign = await this.createStringToSign(longDate, credentialScope, canonicalRequest);
39989
+ const hash = new this.sha256(await keyPromise);
39990
+ hash.update((0, util_utf8_1.toUint8Array)(stringToSign));
39991
+ return (0, util_hex_encoding_1.toHex)(await hash.digest());
39992
+ }
39993
+ getSigningKey(credentials, region, shortDate, service) {
39994
+ return (0, credentialDerivation_1.getSigningKey)(this.sha256, credentials, shortDate, region, service || this.service);
39995
+ }
39996
+ validateResolvedCredentials(credentials) {
39997
+ if (typeof credentials !== "object" || typeof credentials.accessKeyId !== "string" || typeof credentials.secretAccessKey !== "string") {
39998
+ throw new Error("Resolved credential object is not valid");
39999
+ }
40000
+ }
40001
+ };
40002
+ __name(SignatureV4, "SignatureV4");
40003
+ exports.SignatureV4 = SignatureV4;
40004
+ var formatDate = /* @__PURE__ */ __name((now) => {
40005
+ const longDate = (0, utilDate_1.iso8601)(now).replace(/[\-:]/g, "");
40006
+ return {
40007
+ longDate,
40008
+ shortDate: longDate.slice(0, 8)
40009
+ };
40010
+ }, "formatDate");
40011
+ var getCanonicalHeaderList = /* @__PURE__ */ __name((headers) => Object.keys(headers).sort().join(";"), "getCanonicalHeaderList");
40012
+ }
40013
+ });
40014
+
40015
+ // ../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/index.js
40016
+ var require_dist_cjs72 = __commonJS({
40017
+ "../../node_modules/.pnpm/@aws-sdk+signature-v4@3.292.0/node_modules/@aws-sdk/signature-v4/dist-cjs/index.js"(exports) {
40018
+ "use strict";
40019
+ Object.defineProperty(exports, "__esModule", { value: true });
40020
+ exports.prepareRequest = exports.moveHeadersToQuery = exports.getPayloadHash = exports.getCanonicalQuery = exports.getCanonicalHeaders = void 0;
40021
+ var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
40022
+ tslib_1.__exportStar(require_SignatureV42(), exports);
40023
+ var getCanonicalHeaders_1 = require_getCanonicalHeaders2();
40024
+ Object.defineProperty(exports, "getCanonicalHeaders", { enumerable: true, get: function() {
40025
+ return getCanonicalHeaders_1.getCanonicalHeaders;
40026
+ } });
40027
+ var getCanonicalQuery_1 = require_getCanonicalQuery2();
40028
+ Object.defineProperty(exports, "getCanonicalQuery", { enumerable: true, get: function() {
40029
+ return getCanonicalQuery_1.getCanonicalQuery;
40030
+ } });
40031
+ var getPayloadHash_1 = require_getPayloadHash2();
40032
+ Object.defineProperty(exports, "getPayloadHash", { enumerable: true, get: function() {
40033
+ return getPayloadHash_1.getPayloadHash;
40034
+ } });
40035
+ var moveHeadersToQuery_1 = require_moveHeadersToQuery2();
40036
+ Object.defineProperty(exports, "moveHeadersToQuery", { enumerable: true, get: function() {
40037
+ return moveHeadersToQuery_1.moveHeadersToQuery;
40038
+ } });
40039
+ var prepareRequest_1 = require_prepareRequest2();
40040
+ Object.defineProperty(exports, "prepareRequest", { enumerable: true, get: function() {
40041
+ return prepareRequest_1.prepareRequest;
40042
+ } });
40043
+ tslib_1.__exportStar(require_credentialDerivation2(), exports);
40044
+ }
40045
+ });
40046
+
40047
+ // ../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/signature-v4-crt/dist-cjs/constants.js
40048
+ var require_constants11 = __commonJS({
40049
+ "../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/signature-v4-crt/dist-cjs/constants.js"(exports) {
40050
+ "use strict";
40051
+ Object.defineProperty(exports, "__esModule", { value: true });
40052
+ exports.MAX_PRESIGNED_TTL = exports.KEY_TYPE_IDENTIFIER = exports.MAX_CACHE_SIZE = exports.UNSIGNED_PAYLOAD = exports.EVENT_ALGORITHM_IDENTIFIER = exports.ALGORITHM_IDENTIFIER_V4A = exports.ALGORITHM_IDENTIFIER = exports.UNSIGNABLE_PATTERNS = exports.SEC_HEADER_PATTERN = exports.PROXY_HEADER_PATTERN = exports.ALWAYS_UNSIGNABLE_HEADERS = exports.HOST_HEADER = exports.TOKEN_HEADER = exports.SHA256_HEADER = exports.SIGNATURE_HEADER = exports.GENERATED_HEADERS = exports.DATE_HEADER = exports.AMZ_DATE_HEADER = exports.AUTH_HEADER = exports.REGION_SET_PARAM = exports.TOKEN_QUERY_PARAM = exports.SIGNATURE_QUERY_PARAM = exports.EXPIRES_QUERY_PARAM = exports.SIGNED_HEADERS_QUERY_PARAM = exports.AMZ_DATE_QUERY_PARAM = exports.CREDENTIAL_QUERY_PARAM = exports.ALGORITHM_QUERY_PARAM = void 0;
40053
+ exports.ALGORITHM_QUERY_PARAM = "X-Amz-Algorithm";
40054
+ exports.CREDENTIAL_QUERY_PARAM = "X-Amz-Credential";
40055
+ exports.AMZ_DATE_QUERY_PARAM = "X-Amz-Date";
40056
+ exports.SIGNED_HEADERS_QUERY_PARAM = "X-Amz-SignedHeaders";
40057
+ exports.EXPIRES_QUERY_PARAM = "X-Amz-Expires";
40058
+ exports.SIGNATURE_QUERY_PARAM = "X-Amz-Signature";
40059
+ exports.TOKEN_QUERY_PARAM = "X-Amz-Security-Token";
40060
+ exports.REGION_SET_PARAM = "X-Amz-Region-Set";
40061
+ exports.AUTH_HEADER = "authorization";
40062
+ exports.AMZ_DATE_HEADER = exports.AMZ_DATE_QUERY_PARAM.toLowerCase();
40063
+ exports.DATE_HEADER = "date";
40064
+ exports.GENERATED_HEADERS = [exports.AUTH_HEADER, exports.AMZ_DATE_HEADER, exports.DATE_HEADER];
40065
+ exports.SIGNATURE_HEADER = exports.SIGNATURE_QUERY_PARAM.toLowerCase();
40066
+ exports.SHA256_HEADER = "x-amz-content-sha256";
40067
+ exports.TOKEN_HEADER = exports.TOKEN_QUERY_PARAM.toLowerCase();
40068
+ exports.HOST_HEADER = "host";
40069
+ exports.ALWAYS_UNSIGNABLE_HEADERS = {
40070
+ authorization: true,
40071
+ "cache-control": true,
40072
+ connection: true,
40073
+ expect: true,
40074
+ from: true,
40075
+ "keep-alive": true,
40076
+ "max-forwards": true,
40077
+ pragma: true,
40078
+ referer: true,
40079
+ te: true,
40080
+ trailer: true,
40081
+ "transfer-encoding": true,
40082
+ upgrade: true,
40083
+ "user-agent": true,
40084
+ "x-amzn-trace-id": true
40085
+ };
40086
+ exports.PROXY_HEADER_PATTERN = /^proxy-/;
40087
+ exports.SEC_HEADER_PATTERN = /^sec-/;
40088
+ exports.UNSIGNABLE_PATTERNS = [/^proxy-/i, /^sec-/i];
40089
+ exports.ALGORITHM_IDENTIFIER = "AWS4-HMAC-SHA256";
40090
+ exports.ALGORITHM_IDENTIFIER_V4A = "AWS4-ECDSA-P256-SHA256";
40091
+ exports.EVENT_ALGORITHM_IDENTIFIER = "AWS4-HMAC-SHA256-PAYLOAD";
40092
+ exports.UNSIGNED_PAYLOAD = "UNSIGNED-PAYLOAD";
40093
+ exports.MAX_CACHE_SIZE = 50;
40094
+ exports.KEY_TYPE_IDENTIFIER = "aws4_request";
40095
+ exports.MAX_PRESIGNED_TTL = 60 * 60 * 24 * 7;
40096
+ }
40097
+ });
40098
+
40099
+ // ../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/signature-v4-crt/dist-cjs/headerUtil.js
40100
+ var require_headerUtil3 = __commonJS({
40101
+ "../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/signature-v4-crt/dist-cjs/headerUtil.js"(exports) {
40166
40102
  "use strict";
40167
40103
  Object.defineProperty(exports, "__esModule", { value: true });
40168
40104
  exports.deleteHeader = exports.getHeaderValue = exports.hasHeader = void 0;
@@ -40201,18 +40137,18 @@ var require_headerUtil2 = __commonJS({
40201
40137
  }
40202
40138
  });
40203
40139
 
40204
- // ../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/signature-v4-crt/dist-cjs/CrtSignerV4.js
40140
+ // ../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/signature-v4-crt/dist-cjs/CrtSignerV4.js
40205
40141
  var require_CrtSignerV4 = __commonJS({
40206
- "../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/signature-v4-crt/dist-cjs/CrtSignerV4.js"(exports) {
40142
+ "../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/signature-v4-crt/dist-cjs/CrtSignerV4.js"(exports) {
40207
40143
  "use strict";
40208
40144
  Object.defineProperty(exports, "__esModule", { value: true });
40209
40145
  exports.CrtSignerV4 = void 0;
40210
- var querystring_parser_1 = require_dist_cjs();
40211
- var signature_v4_1 = require_dist_cjs33();
40212
- var util_middleware_1 = require_dist_cjs4();
40146
+ var querystring_parser_1 = require_dist_cjs65();
40147
+ var signature_v4_1 = require_dist_cjs72();
40148
+ var util_middleware_1 = require_dist_cjs67();
40213
40149
  var aws_crt_1 = require_dist();
40214
- var constants_1 = require_constants10();
40215
- var headerUtil_1 = require_headerUtil2();
40150
+ var constants_1 = require_constants11();
40151
+ var headerUtil_1 = require_headerUtil3();
40216
40152
  function sdkHttpRequest2crtHttpRequest(sdkRequest) {
40217
40153
  (0, headerUtil_1.deleteHeader)(constants_1.SHA256_HEADER, sdkRequest.headers);
40218
40154
  const headersArray = Object.entries(sdkRequest.headers);
@@ -40330,9 +40266,9 @@ var require_CrtSignerV4 = __commonJS({
40330
40266
  }
40331
40267
  });
40332
40268
 
40333
- // ../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/signature-v4-crt/dist-cjs/index.js
40334
- var require_dist_cjs65 = __commonJS({
40335
- "../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/signature-v4-crt/dist-cjs/index.js"(exports) {
40269
+ // ../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/signature-v4-crt/dist-cjs/index.js
40270
+ var require_dist_cjs73 = __commonJS({
40271
+ "../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/signature-v4-crt/dist-cjs/index.js"(exports) {
40336
40272
  "use strict";
40337
40273
  Object.defineProperty(exports, "__esModule", { value: true });
40338
40274
  var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
@@ -40340,9 +40276,9 @@ var require_dist_cjs65 = __commonJS({
40340
40276
  }
40341
40277
  });
40342
40278
 
40343
- // ../../node_modules/.pnpm/@aws-sdk+signature-v4-multi-region@3.272.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/SignatureV4MultiRegion.js
40279
+ // ../../node_modules/.pnpm/@aws-sdk+signature-v4-multi-region@3.272.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/SignatureV4MultiRegion.js
40344
40280
  var require_SignatureV4MultiRegion = __commonJS({
40345
- "../../node_modules/.pnpm/@aws-sdk+signature-v4-multi-region@3.272.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/SignatureV4MultiRegion.js"(exports) {
40281
+ "../../node_modules/.pnpm/@aws-sdk+signature-v4-multi-region@3.272.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/SignatureV4MultiRegion.js"(exports) {
40346
40282
  "use strict";
40347
40283
  Object.defineProperty(exports, "__esModule", { value: true });
40348
40284
  exports.SignatureV4MultiRegion = void 0;
@@ -40372,7 +40308,7 @@ var require_SignatureV4MultiRegion = __commonJS({
40372
40308
  if (!this.sigv4aSigner) {
40373
40309
  let CrtSignerV4;
40374
40310
  try {
40375
- CrtSignerV4 = typeof __require === "function" && require_dist_cjs65().CrtSignerV4;
40311
+ CrtSignerV4 = typeof __require === "function" && require_dist_cjs73().CrtSignerV4;
40376
40312
  if (typeof CrtSignerV4 !== "function")
40377
40313
  throw new Error();
40378
40314
  } catch (e) {
@@ -40394,9 +40330,9 @@ For more information please go to https://github.com/aws/aws-sdk-js-v3#functiona
40394
40330
  }
40395
40331
  });
40396
40332
 
40397
- // ../../node_modules/.pnpm/@aws-sdk+signature-v4-multi-region@3.272.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js
40398
- var require_dist_cjs66 = __commonJS({
40399
- "../../node_modules/.pnpm/@aws-sdk+signature-v4-multi-region@3.272.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js"(exports) {
40333
+ // ../../node_modules/.pnpm/@aws-sdk+signature-v4-multi-region@3.272.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js
40334
+ var require_dist_cjs74 = __commonJS({
40335
+ "../../node_modules/.pnpm/@aws-sdk+signature-v4-multi-region@3.272.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js"(exports) {
40400
40336
  "use strict";
40401
40337
  Object.defineProperty(exports, "__esModule", { value: true });
40402
40338
  var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
@@ -40404,9 +40340,9 @@ var require_dist_cjs66 = __commonJS({
40404
40340
  }
40405
40341
  });
40406
40342
 
40407
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js
40343
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js
40408
40344
  var require_ruleset4 = __commonJS({
40409
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js"(exports) {
40345
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js"(exports) {
40410
40346
  "use strict";
40411
40347
  Object.defineProperty(exports, "__esModule", { value: true });
40412
40348
  exports.ruleSet = void 0;
@@ -40581,9 +40517,9 @@ var require_ruleset4 = __commonJS({
40581
40517
  }
40582
40518
  });
40583
40519
 
40584
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js
40520
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js
40585
40521
  var require_endpointResolver4 = __commonJS({
40586
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js"(exports) {
40522
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js"(exports) {
40587
40523
  "use strict";
40588
40524
  Object.defineProperty(exports, "__esModule", { value: true });
40589
40525
  exports.defaultEndpointResolver = void 0;
@@ -40599,13 +40535,13 @@ var require_endpointResolver4 = __commonJS({
40599
40535
  }
40600
40536
  });
40601
40537
 
40602
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js
40538
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js
40603
40539
  var require_runtimeConfig_shared4 = __commonJS({
40604
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js"(exports) {
40540
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js"(exports) {
40605
40541
  "use strict";
40606
40542
  Object.defineProperty(exports, "__esModule", { value: true });
40607
40543
  exports.getRuntimeConfig = void 0;
40608
- var signature_v4_multi_region_1 = require_dist_cjs66();
40544
+ var signature_v4_multi_region_1 = require_dist_cjs74();
40609
40545
  var smithy_client_1 = require_dist_cjs7();
40610
40546
  var url_parser_1 = require_dist_cjs2();
40611
40547
  var util_base64_1 = require_dist_cjs47();
@@ -40630,9 +40566,9 @@ var require_runtimeConfig_shared4 = __commonJS({
40630
40566
  }
40631
40567
  });
40632
40568
 
40633
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js
40569
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js
40634
40570
  var require_runtimeConfig4 = __commonJS({
40635
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js"(exports) {
40571
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js"(exports) {
40636
40572
  "use strict";
40637
40573
  Object.defineProperty(exports, "__esModule", { value: true });
40638
40574
  exports.getRuntimeConfig = void 0;
@@ -40693,9 +40629,9 @@ var require_runtimeConfig4 = __commonJS({
40693
40629
  }
40694
40630
  });
40695
40631
 
40696
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/S3Client.js
40632
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/S3Client.js
40697
40633
  var require_S3Client = __commonJS({
40698
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/S3Client.js"(exports) {
40634
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/S3Client.js"(exports) {
40699
40635
  "use strict";
40700
40636
  Object.defineProperty(exports, "__esModule", { value: true });
40701
40637
  exports.S3Client = void 0;
@@ -40747,9 +40683,9 @@ var require_S3Client = __commonJS({
40747
40683
  }
40748
40684
  });
40749
40685
 
40750
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/S3.js
40686
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/S3.js
40751
40687
  var require_S3 = __commonJS({
40752
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/S3.js"(exports) {
40688
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/S3.js"(exports) {
40753
40689
  "use strict";
40754
40690
  Object.defineProperty(exports, "__esModule", { value: true });
40755
40691
  exports.S3 = void 0;
@@ -41970,9 +41906,9 @@ var require_S3 = __commonJS({
41970
41906
  }
41971
41907
  });
41972
41908
 
41973
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/index.js
41909
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/index.js
41974
41910
  var require_commands4 = __commonJS({
41975
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/index.js"(exports) {
41911
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/commands/index.js"(exports) {
41976
41912
  "use strict";
41977
41913
  Object.defineProperty(exports, "__esModule", { value: true });
41978
41914
  var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
@@ -42072,9 +42008,9 @@ var require_commands4 = __commonJS({
42072
42008
  }
42073
42009
  });
42074
42010
 
42075
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/models/index.js
42011
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/models/index.js
42076
42012
  var require_models4 = __commonJS({
42077
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/models/index.js"(exports) {
42013
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/models/index.js"(exports) {
42078
42014
  "use strict";
42079
42015
  Object.defineProperty(exports, "__esModule", { value: true });
42080
42016
  var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
@@ -42083,17 +42019,17 @@ var require_models4 = __commonJS({
42083
42019
  }
42084
42020
  });
42085
42021
 
42086
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/Interfaces.js
42022
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/Interfaces.js
42087
42023
  var require_Interfaces2 = __commonJS({
42088
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/Interfaces.js"(exports) {
42024
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/Interfaces.js"(exports) {
42089
42025
  "use strict";
42090
42026
  Object.defineProperty(exports, "__esModule", { value: true });
42091
42027
  }
42092
42028
  });
42093
42029
 
42094
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListObjectsV2Paginator.js
42030
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListObjectsV2Paginator.js
42095
42031
  var require_ListObjectsV2Paginator = __commonJS({
42096
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListObjectsV2Paginator.js"(exports) {
42032
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListObjectsV2Paginator.js"(exports) {
42097
42033
  "use strict";
42098
42034
  Object.defineProperty(exports, "__esModule", { value: true });
42099
42035
  exports.paginateListObjectsV2 = void 0;
@@ -42132,9 +42068,9 @@ var require_ListObjectsV2Paginator = __commonJS({
42132
42068
  }
42133
42069
  });
42134
42070
 
42135
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListPartsPaginator.js
42071
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListPartsPaginator.js
42136
42072
  var require_ListPartsPaginator = __commonJS({
42137
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListPartsPaginator.js"(exports) {
42073
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListPartsPaginator.js"(exports) {
42138
42074
  "use strict";
42139
42075
  Object.defineProperty(exports, "__esModule", { value: true });
42140
42076
  exports.paginateListParts = void 0;
@@ -42173,9 +42109,9 @@ var require_ListPartsPaginator = __commonJS({
42173
42109
  }
42174
42110
  });
42175
42111
 
42176
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/index.js
42112
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/index.js
42177
42113
  var require_pagination3 = __commonJS({
42178
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/index.js"(exports) {
42114
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/index.js"(exports) {
42179
42115
  "use strict";
42180
42116
  Object.defineProperty(exports, "__esModule", { value: true });
42181
42117
  var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
@@ -42352,7 +42288,7 @@ var require_createWaiter = __commonJS({
42352
42288
  });
42353
42289
 
42354
42290
  // ../../node_modules/.pnpm/@aws-sdk+util-waiter@3.272.0/node_modules/@aws-sdk/util-waiter/dist-cjs/index.js
42355
- var require_dist_cjs67 = __commonJS({
42291
+ var require_dist_cjs75 = __commonJS({
42356
42292
  "../../node_modules/.pnpm/@aws-sdk+util-waiter@3.272.0/node_modules/@aws-sdk/util-waiter/dist-cjs/index.js"(exports) {
42357
42293
  "use strict";
42358
42294
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -42362,13 +42298,13 @@ var require_dist_cjs67 = __commonJS({
42362
42298
  }
42363
42299
  });
42364
42300
 
42365
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketExists.js
42301
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketExists.js
42366
42302
  var require_waitForBucketExists = __commonJS({
42367
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketExists.js"(exports) {
42303
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketExists.js"(exports) {
42368
42304
  "use strict";
42369
42305
  Object.defineProperty(exports, "__esModule", { value: true });
42370
42306
  exports.waitUntilBucketExists = exports.waitForBucketExists = void 0;
42371
- var util_waiter_1 = require_dist_cjs67();
42307
+ var util_waiter_1 = require_dist_cjs75();
42372
42308
  var HeadBucketCommand_1 = require_HeadBucketCommand();
42373
42309
  var checkState = /* @__PURE__ */ __name(async (client, input) => {
42374
42310
  let reason;
@@ -42398,13 +42334,13 @@ var require_waitForBucketExists = __commonJS({
42398
42334
  }
42399
42335
  });
42400
42336
 
42401
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketNotExists.js
42337
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketNotExists.js
42402
42338
  var require_waitForBucketNotExists = __commonJS({
42403
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketNotExists.js"(exports) {
42339
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketNotExists.js"(exports) {
42404
42340
  "use strict";
42405
42341
  Object.defineProperty(exports, "__esModule", { value: true });
42406
42342
  exports.waitUntilBucketNotExists = exports.waitForBucketNotExists = void 0;
42407
- var util_waiter_1 = require_dist_cjs67();
42343
+ var util_waiter_1 = require_dist_cjs75();
42408
42344
  var HeadBucketCommand_1 = require_HeadBucketCommand();
42409
42345
  var checkState = /* @__PURE__ */ __name(async (client, input) => {
42410
42346
  let reason;
@@ -42433,13 +42369,13 @@ var require_waitForBucketNotExists = __commonJS({
42433
42369
  }
42434
42370
  });
42435
42371
 
42436
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectExists.js
42372
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectExists.js
42437
42373
  var require_waitForObjectExists = __commonJS({
42438
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectExists.js"(exports) {
42374
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectExists.js"(exports) {
42439
42375
  "use strict";
42440
42376
  Object.defineProperty(exports, "__esModule", { value: true });
42441
42377
  exports.waitUntilObjectExists = exports.waitForObjectExists = void 0;
42442
- var util_waiter_1 = require_dist_cjs67();
42378
+ var util_waiter_1 = require_dist_cjs75();
42443
42379
  var HeadObjectCommand_1 = require_HeadObjectCommand();
42444
42380
  var checkState = /* @__PURE__ */ __name(async (client, input) => {
42445
42381
  let reason;
@@ -42469,13 +42405,13 @@ var require_waitForObjectExists = __commonJS({
42469
42405
  }
42470
42406
  });
42471
42407
 
42472
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectNotExists.js
42408
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectNotExists.js
42473
42409
  var require_waitForObjectNotExists = __commonJS({
42474
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectNotExists.js"(exports) {
42410
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectNotExists.js"(exports) {
42475
42411
  "use strict";
42476
42412
  Object.defineProperty(exports, "__esModule", { value: true });
42477
42413
  exports.waitUntilObjectNotExists = exports.waitForObjectNotExists = void 0;
42478
- var util_waiter_1 = require_dist_cjs67();
42414
+ var util_waiter_1 = require_dist_cjs75();
42479
42415
  var HeadObjectCommand_1 = require_HeadObjectCommand();
42480
42416
  var checkState = /* @__PURE__ */ __name(async (client, input) => {
42481
42417
  let reason;
@@ -42504,9 +42440,9 @@ var require_waitForObjectNotExists = __commonJS({
42504
42440
  }
42505
42441
  });
42506
42442
 
42507
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/index.js
42443
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/index.js
42508
42444
  var require_waiters = __commonJS({
42509
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/index.js"(exports) {
42445
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/index.js"(exports) {
42510
42446
  "use strict";
42511
42447
  Object.defineProperty(exports, "__esModule", { value: true });
42512
42448
  var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
@@ -42517,9 +42453,9 @@ var require_waiters = __commonJS({
42517
42453
  }
42518
42454
  });
42519
42455
 
42520
- // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/index.js
42521
- var require_dist_cjs68 = __commonJS({
42522
- "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/client-s3/dist-cjs/index.js"(exports) {
42456
+ // ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/index.js
42457
+ var require_dist_cjs76 = __commonJS({
42458
+ "../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.0_@aws-sdk+signature-v4-crt@3.292.0/node_modules/@aws-sdk/client-s3/dist-cjs/index.js"(exports) {
42523
42459
  "use strict";
42524
42460
  Object.defineProperty(exports, "__esModule", { value: true });
42525
42461
  exports.S3ServiceException = void 0;
@@ -44385,7 +44321,7 @@ var require_pagination4 = __commonJS({
44385
44321
  });
44386
44322
 
44387
44323
  // ../../node_modules/.pnpm/@aws-sdk+client-iot-data-plane@3.279.0/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/index.js
44388
- var require_dist_cjs69 = __commonJS({
44324
+ var require_dist_cjs77 = __commonJS({
44389
44325
  "../../node_modules/.pnpm/@aws-sdk+client-iot-data-plane@3.279.0/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/index.js"(exports) {
44390
44326
  "use strict";
44391
44327
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -59843,7 +59779,7 @@ var require_waitForChangeSetCreateComplete = __commonJS({
59843
59779
  "use strict";
59844
59780
  Object.defineProperty(exports, "__esModule", { value: true });
59845
59781
  exports.waitUntilChangeSetCreateComplete = exports.waitForChangeSetCreateComplete = void 0;
59846
- var util_waiter_1 = require_dist_cjs67();
59782
+ var util_waiter_1 = require_dist_cjs75();
59847
59783
  var DescribeChangeSetCommand_1 = require_DescribeChangeSetCommand();
59848
59784
  var checkState = /* @__PURE__ */ __name(async (client, input) => {
59849
59785
  let reason;
@@ -59896,7 +59832,7 @@ var require_waitForStackCreateComplete = __commonJS({
59896
59832
  "use strict";
59897
59833
  Object.defineProperty(exports, "__esModule", { value: true });
59898
59834
  exports.waitUntilStackCreateComplete = exports.waitForStackCreateComplete = void 0;
59899
- var util_waiter_1 = require_dist_cjs67();
59835
+ var util_waiter_1 = require_dist_cjs75();
59900
59836
  var DescribeStacksCommand_1 = require_DescribeStacksCommand();
59901
59837
  var checkState = /* @__PURE__ */ __name(async (client, input) => {
59902
59838
  let reason;
@@ -60023,7 +59959,7 @@ var require_waitForStackDeleteComplete = __commonJS({
60023
59959
  "use strict";
60024
59960
  Object.defineProperty(exports, "__esModule", { value: true });
60025
59961
  exports.waitUntilStackDeleteComplete = exports.waitForStackDeleteComplete = void 0;
60026
- var util_waiter_1 = require_dist_cjs67();
59962
+ var util_waiter_1 = require_dist_cjs75();
60027
59963
  var DescribeStacksCommand_1 = require_DescribeStacksCommand();
60028
59964
  var checkState = /* @__PURE__ */ __name(async (client, input) => {
60029
59965
  let reason;
@@ -60165,7 +60101,7 @@ var require_waitForStackExists = __commonJS({
60165
60101
  "use strict";
60166
60102
  Object.defineProperty(exports, "__esModule", { value: true });
60167
60103
  exports.waitUntilStackExists = exports.waitForStackExists = void 0;
60168
- var util_waiter_1 = require_dist_cjs67();
60104
+ var util_waiter_1 = require_dist_cjs75();
60169
60105
  var DescribeStacksCommand_1 = require_DescribeStacksCommand();
60170
60106
  var checkState = /* @__PURE__ */ __name(async (client, input) => {
60171
60107
  let reason;
@@ -60201,7 +60137,7 @@ var require_waitForStackImportComplete = __commonJS({
60201
60137
  "use strict";
60202
60138
  Object.defineProperty(exports, "__esModule", { value: true });
60203
60139
  exports.waitUntilStackImportComplete = exports.waitForStackImportComplete = void 0;
60204
- var util_waiter_1 = require_dist_cjs67();
60140
+ var util_waiter_1 = require_dist_cjs75();
60205
60141
  var DescribeStacksCommand_1 = require_DescribeStacksCommand();
60206
60142
  var checkState = /* @__PURE__ */ __name(async (client, input) => {
60207
60143
  let reason;
@@ -60328,7 +60264,7 @@ var require_waitForStackRollbackComplete = __commonJS({
60328
60264
  "use strict";
60329
60265
  Object.defineProperty(exports, "__esModule", { value: true });
60330
60266
  exports.waitUntilStackRollbackComplete = exports.waitForStackRollbackComplete = void 0;
60331
- var util_waiter_1 = require_dist_cjs67();
60267
+ var util_waiter_1 = require_dist_cjs75();
60332
60268
  var DescribeStacksCommand_1 = require_DescribeStacksCommand();
60333
60269
  var checkState = /* @__PURE__ */ __name(async (client, input) => {
60334
60270
  let reason;
@@ -60425,7 +60361,7 @@ var require_waitForStackUpdateComplete = __commonJS({
60425
60361
  "use strict";
60426
60362
  Object.defineProperty(exports, "__esModule", { value: true });
60427
60363
  exports.waitUntilStackUpdateComplete = exports.waitForStackUpdateComplete = void 0;
60428
- var util_waiter_1 = require_dist_cjs67();
60364
+ var util_waiter_1 = require_dist_cjs75();
60429
60365
  var DescribeStacksCommand_1 = require_DescribeStacksCommand();
60430
60366
  var checkState = /* @__PURE__ */ __name(async (client, input) => {
60431
60367
  let reason;
@@ -60522,7 +60458,7 @@ var require_waitForTypeRegistrationComplete = __commonJS({
60522
60458
  "use strict";
60523
60459
  Object.defineProperty(exports, "__esModule", { value: true });
60524
60460
  exports.waitUntilTypeRegistrationComplete = exports.waitForTypeRegistrationComplete = void 0;
60525
- var util_waiter_1 = require_dist_cjs67();
60461
+ var util_waiter_1 = require_dist_cjs75();
60526
60462
  var DescribeTypeRegistrationCommand_1 = require_DescribeTypeRegistrationCommand();
60527
60463
  var checkState = /* @__PURE__ */ __name(async (client, input) => {
60528
60464
  let reason;
@@ -60584,7 +60520,7 @@ var require_waiters2 = __commonJS({
60584
60520
  });
60585
60521
 
60586
60522
  // ../../node_modules/.pnpm/@aws-sdk+client-cloudformation@3.279.0/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js
60587
- var require_dist_cjs70 = __commonJS({
60523
+ var require_dist_cjs78 = __commonJS({
60588
60524
  "../../node_modules/.pnpm/@aws-sdk+client-cloudformation@3.279.0/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js"(exports) {
60589
60525
  "use strict";
60590
60526
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -60604,9 +60540,9 @@ var require_dist_cjs70 = __commonJS({
60604
60540
  });
60605
60541
 
60606
60542
  // support/bootstrap-metadata-function/index.ts
60607
- var import_client_s3 = __toESM(require_dist_cjs68(), 1);
60608
- var import_client_iot_data_plane = __toESM(require_dist_cjs69(), 1);
60609
- var import_client_cloudformation = __toESM(require_dist_cjs70(), 1);
60543
+ var import_client_s3 = __toESM(require_dist_cjs76(), 1);
60544
+ var import_client_iot_data_plane = __toESM(require_dist_cjs77(), 1);
60545
+ var import_client_cloudformation = __toESM(require_dist_cjs78(), 1);
60610
60546
  var s3 = new import_client_s3.S3Client({ logger: console });
60611
60547
  var iot = new import_client_iot_data_plane.IoTDataPlaneClient({ logger: console });
60612
60548
  var cf = new import_client_cloudformation.CloudFormationClient({ logger: console });