sst 2.5.8 → 2.7.1
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.
- package/constructs/future/Auth.js +7 -1
- package/node/api/index.d.ts +1 -4
- package/node/api/index.js +8 -9
- package/node/auth/auth.js +2 -2
- package/node/auth/index.js +1 -2
- package/node/bucket/index.js +2 -3
- package/node/config/index.js +4 -4
- package/node/event-bus/index.js +3 -3
- package/node/function/index.js +3 -3
- package/node/future/auth/adapter/link.d.ts +1 -1
- package/node/future/auth/adapter/link.js +5 -3
- package/node/future/auth/handler.js +7 -2
- package/node/future/auth/index.js +2 -3
- package/node/future/auth/session.js +3 -1
- package/node/graphql/index.d.ts +11 -38
- package/node/graphql/index.js +21 -45
- package/node/job/index.js +10 -7
- package/node/kinesis-stream/index.js +3 -3
- package/node/queue/index.js +2 -3
- package/node/rds/index.js +2 -3
- package/node/site/index.js +18 -19
- package/node/table/index.js +4 -3
- package/node/topic/index.js +4 -3
- package/node/util/index.d.ts +1 -1
- package/node/util/index.js +4 -2
- package/package.json +4 -3
- package/support/base-site-archiver.mjs +12 -12
- package/support/bootstrap-metadata-function/index.mjs +1409 -1345
- package/support/bridge/bridge.mjs +35 -46
- package/support/custom-resources/index.mjs +6503 -6439
- package/support/job-invoker/index.mjs +907 -90
- package/support/rds-migrator/index.mjs +16 -16
- package/support/script-function/index.mjs +907 -90
- package/support/ssr-site-function-archiver.mjs +9 -9
|
@@ -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.
|
|
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
|
|
2162
2162
|
var require_S3ServiceException = __commonJS({
|
|
2163
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
2180
2180
|
var require_models_0 = __commonJS({
|
|
2181
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
5688
5688
|
var require_models_1 = __commonJS({
|
|
5689
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
5945
5945
|
var require_Aws_restXml = __commonJS({
|
|
5946
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
15842
15842
|
var require_AbortMultipartUploadCommand = __commonJS({
|
|
15843
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
16151
16151
|
var require_CompleteMultipartUploadCommand = __commonJS({
|
|
16152
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
16214
16214
|
var require_CopyObjectCommand = __commonJS({
|
|
16215
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
16316
16316
|
var require_CreateBucketCommand = __commonJS({
|
|
16317
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
16378
16378
|
var require_CreateMultipartUploadCommand = __commonJS({
|
|
16379
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
16439
16439
|
var require_DeleteBucketAnalyticsConfigurationCommand = __commonJS({
|
|
16440
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
16498
16498
|
var require_DeleteBucketCommand = __commonJS({
|
|
16499
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
16557
16557
|
var require_DeleteBucketCorsCommand = __commonJS({
|
|
16558
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
16616
16616
|
var require_DeleteBucketEncryptionCommand = __commonJS({
|
|
16617
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
16675
16675
|
var require_DeleteBucketIntelligentTieringConfigurationCommand = __commonJS({
|
|
16676
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
16734
16734
|
var require_DeleteBucketInventoryConfigurationCommand = __commonJS({
|
|
16735
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
16793
16793
|
var require_DeleteBucketLifecycleCommand = __commonJS({
|
|
16794
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
16852
16852
|
var require_DeleteBucketMetricsConfigurationCommand = __commonJS({
|
|
16853
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
16911
16911
|
var require_DeleteBucketOwnershipControlsCommand = __commonJS({
|
|
16912
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
16970
16970
|
var require_DeleteBucketPolicyCommand = __commonJS({
|
|
16971
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
17029
17029
|
var require_DeleteBucketReplicationCommand = __commonJS({
|
|
17030
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
17088
17088
|
var require_DeleteBucketTaggingCommand = __commonJS({
|
|
17089
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
17147
17147
|
var require_DeleteBucketWebsiteCommand = __commonJS({
|
|
17148
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
17206
17206
|
var require_DeleteObjectCommand = __commonJS({
|
|
17207
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
18966
18966
|
var require_DeleteObjectsCommand = __commonJS({
|
|
18967
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
19031
19031
|
var require_DeleteObjectTaggingCommand = __commonJS({
|
|
19032
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
19090
19090
|
var require_DeletePublicAccessBlockCommand = __commonJS({
|
|
19091
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
19149
19149
|
var require_GetBucketAccelerateConfigurationCommand = __commonJS({
|
|
19150
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
19208
19208
|
var require_GetBucketAclCommand = __commonJS({
|
|
19209
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
19267
19267
|
var require_GetBucketAnalyticsConfigurationCommand = __commonJS({
|
|
19268
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
19326
19326
|
var require_GetBucketCorsCommand = __commonJS({
|
|
19327
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
19385
19385
|
var require_GetBucketEncryptionCommand = __commonJS({
|
|
19386
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
19444
19444
|
var require_GetBucketIntelligentTieringConfigurationCommand = __commonJS({
|
|
19445
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
19503
19503
|
var require_GetBucketInventoryConfigurationCommand = __commonJS({
|
|
19504
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
19562
19562
|
var require_GetBucketLifecycleConfigurationCommand = __commonJS({
|
|
19563
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
19621
19621
|
var require_GetBucketLocationCommand = __commonJS({
|
|
19622
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
19680
19680
|
var require_GetBucketLoggingCommand = __commonJS({
|
|
19681
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
19739
19739
|
var require_GetBucketMetricsConfigurationCommand = __commonJS({
|
|
19740
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
19798
19798
|
var require_GetBucketNotificationConfigurationCommand = __commonJS({
|
|
19799
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
19857
19857
|
var require_GetBucketOwnershipControlsCommand = __commonJS({
|
|
19858
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
19916
19916
|
var require_GetBucketPolicyCommand = __commonJS({
|
|
19917
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
19975
19975
|
var require_GetBucketPolicyStatusCommand = __commonJS({
|
|
19976
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
20034
20034
|
var require_GetBucketReplicationCommand = __commonJS({
|
|
20035
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
20093
20093
|
var require_GetBucketRequestPaymentCommand = __commonJS({
|
|
20094
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
20152
20152
|
var require_GetBucketTaggingCommand = __commonJS({
|
|
20153
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
20211
20211
|
var require_GetBucketVersioningCommand = __commonJS({
|
|
20212
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
20270
20270
|
var require_GetBucketWebsiteCommand = __commonJS({
|
|
20271
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
20329
20329
|
var require_GetObjectAclCommand = __commonJS({
|
|
20330
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
20388
20388
|
var require_GetObjectAttributesCommand = __commonJS({
|
|
20389
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
20449
20449
|
var require_GetObjectCommand = __commonJS({
|
|
20450
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
20517
20517
|
var require_GetObjectLegalHoldCommand = __commonJS({
|
|
20518
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
20576
20576
|
var require_GetObjectLockConfigurationCommand = __commonJS({
|
|
20577
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
20635
20635
|
var require_GetObjectRetentionCommand = __commonJS({
|
|
20636
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
20694
20694
|
var require_GetObjectTaggingCommand = __commonJS({
|
|
20695
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
20753
20753
|
var require_GetObjectTorrentCommand = __commonJS({
|
|
20754
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
20812
20812
|
var require_GetPublicAccessBlockCommand = __commonJS({
|
|
20813
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
20871
20871
|
var require_HeadBucketCommand = __commonJS({
|
|
20872
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
20930
20930
|
var require_HeadObjectCommand = __commonJS({
|
|
20931
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
20991
20991
|
var require_ListBucketAnalyticsConfigurationsCommand = __commonJS({
|
|
20992
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
21050
21050
|
var require_ListBucketIntelligentTieringConfigurationsCommand = __commonJS({
|
|
21051
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
21109
21109
|
var require_ListBucketInventoryConfigurationsCommand = __commonJS({
|
|
21110
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
21168
21168
|
var require_ListBucketMetricsConfigurationsCommand = __commonJS({
|
|
21169
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
21227
21227
|
var require_ListBucketsCommand = __commonJS({
|
|
21228
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
21285
21285
|
var require_ListMultipartUploadsCommand = __commonJS({
|
|
21286
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
21344
21344
|
var require_ListObjectsCommand = __commonJS({
|
|
21345
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
21403
21403
|
var require_ListObjectsV2Command = __commonJS({
|
|
21404
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
21462
21462
|
var require_ListObjectVersionsCommand = __commonJS({
|
|
21463
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
21521
21521
|
var require_ListPartsCommand = __commonJS({
|
|
21522
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
21582
21582
|
var require_PutBucketAccelerateConfigurationCommand = __commonJS({
|
|
21583
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
21647
21647
|
var require_PutBucketAclCommand = __commonJS({
|
|
21648
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
21712
21712
|
var require_PutBucketAnalyticsConfigurationCommand = __commonJS({
|
|
21713
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
21771
21771
|
var require_PutBucketCorsCommand = __commonJS({
|
|
21772
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
21836
21836
|
var require_PutBucketEncryptionCommand = __commonJS({
|
|
21837
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
21901
21901
|
var require_PutBucketIntelligentTieringConfigurationCommand = __commonJS({
|
|
21902
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
21960
21960
|
var require_PutBucketInventoryConfigurationCommand = __commonJS({
|
|
21961
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
22019
22019
|
var require_PutBucketLifecycleConfigurationCommand = __commonJS({
|
|
22020
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
22084
22084
|
var require_PutBucketLoggingCommand = __commonJS({
|
|
22085
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
22149
22149
|
var require_PutBucketMetricsConfigurationCommand = __commonJS({
|
|
22150
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
22208
22208
|
var require_PutBucketNotificationConfigurationCommand = __commonJS({
|
|
22209
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
22267
22267
|
var require_PutBucketOwnershipControlsCommand = __commonJS({
|
|
22268
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
22328
22328
|
var require_PutBucketPolicyCommand = __commonJS({
|
|
22329
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
22393
22393
|
var require_PutBucketReplicationCommand = __commonJS({
|
|
22394
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
22458
22458
|
var require_PutBucketRequestPaymentCommand = __commonJS({
|
|
22459
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
22523
22523
|
var require_PutBucketTaggingCommand = __commonJS({
|
|
22524
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
22588
22588
|
var require_PutBucketVersioningCommand = __commonJS({
|
|
22589
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
22653
22653
|
var require_PutBucketWebsiteCommand = __commonJS({
|
|
22654
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
22718
22718
|
var require_PutObjectAclCommand = __commonJS({
|
|
22719
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
22783
22783
|
var require_PutObjectCommand = __commonJS({
|
|
22784
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
22852
22852
|
var require_PutObjectLegalHoldCommand = __commonJS({
|
|
22853
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
22917
22917
|
var require_PutObjectLockConfigurationCommand = __commonJS({
|
|
22918
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
22982
22982
|
var require_PutObjectRetentionCommand = __commonJS({
|
|
22983
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
23047
23047
|
var require_PutObjectTaggingCommand = __commonJS({
|
|
23048
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
23112
23112
|
var require_PutPublicAccessBlockCommand = __commonJS({
|
|
23113
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
23177
23177
|
var require_RestoreObjectCommand = __commonJS({
|
|
23178
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
23242
23242
|
var require_SelectObjectContentCommand = __commonJS({
|
|
23243
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
23303
23303
|
var require_UploadPartCommand = __commonJS({
|
|
23304
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
23370
23370
|
var require_UploadPartCopyCommand = __commonJS({
|
|
23371
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
23433
23433
|
var require_WriteGetObjectResponseCommand = __commonJS({
|
|
23434
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
26406
26406
|
var require_EndpointParameters = __commonJS({
|
|
26407
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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.
|
|
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
|
|
26427
26427
|
var require_package = __commonJS({
|
|
26428
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
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,12 +30987,160 @@ var require_dist_cjs45 = __commonJS({
|
|
|
30987
30987
|
}
|
|
30988
30988
|
});
|
|
30989
30989
|
|
|
30990
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
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
|
|
30991
31139
|
var require_package4 = __commonJS({
|
|
30992
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
31140
|
+
"../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/package.json"(exports, module) {
|
|
30993
31141
|
module.exports = {
|
|
30994
31142
|
name: "aws-crt",
|
|
30995
|
-
version: "1.15.
|
|
31143
|
+
version: "1.15.15",
|
|
30996
31144
|
description: "NodeJS/browser bindings to the aws-c-* libraries",
|
|
30997
31145
|
homepage: "https://github.com/awslabs/aws-crt-nodejs",
|
|
30998
31146
|
repository: {
|
|
@@ -31022,40 +31170,42 @@ var require_package4 = __commonJS({
|
|
|
31022
31170
|
"@types/jest": "^27.0.1",
|
|
31023
31171
|
"@types/node": "^10.17.54",
|
|
31024
31172
|
"@types/prettier": "2.6.0",
|
|
31025
|
-
"@types/puppeteer": "^5.4.
|
|
31173
|
+
"@types/puppeteer": "^5.4.7",
|
|
31026
31174
|
"@types/uuid": "^3.4.8",
|
|
31027
31175
|
"@types/ws": "^7.4.7",
|
|
31028
31176
|
"aws-sdk": "^2.848.0",
|
|
31177
|
+
"cmake-js": "^6.3.2",
|
|
31029
31178
|
"https-proxy-agent": "^5.0.1",
|
|
31030
31179
|
jest: "^27.2.1",
|
|
31031
31180
|
"jest-puppeteer": "^5.0.4",
|
|
31032
31181
|
"jest-runtime": "^27.2.1",
|
|
31033
31182
|
puppeteer: "^3.3.0",
|
|
31183
|
+
tar: "^6.1.11",
|
|
31034
31184
|
"ts-jest": "^27.0.5",
|
|
31035
31185
|
typedoc: "^0.22.18",
|
|
31036
31186
|
"typedoc-plugin-merge-modules": "^3.1.0",
|
|
31037
31187
|
typescript: "^4.7.4",
|
|
31038
31188
|
uuid: "^8.3.2",
|
|
31039
|
-
yargs: "^17.2.1"
|
|
31040
|
-
"cmake-js": "^6.3.2",
|
|
31041
|
-
tar: "^6.1.11"
|
|
31189
|
+
yargs: "^17.2.1"
|
|
31042
31190
|
},
|
|
31043
31191
|
dependencies: {
|
|
31044
31192
|
"@aws-sdk/util-utf8-browser": "^3.109.0",
|
|
31045
31193
|
"@httptoolkit/websocket-stream": "^6.0.0",
|
|
31046
31194
|
axios: "^0.24.0",
|
|
31195
|
+
buffer: "^6.0.3",
|
|
31196
|
+
"cmake-js": "^6.3.2",
|
|
31047
31197
|
"crypto-js": "^4.0.0",
|
|
31048
31198
|
mqtt: "^4.3.7",
|
|
31049
|
-
|
|
31199
|
+
process: "^0.11.10",
|
|
31050
31200
|
tar: "^6.1.11"
|
|
31051
31201
|
}
|
|
31052
31202
|
};
|
|
31053
31203
|
}
|
|
31054
31204
|
});
|
|
31055
31205
|
|
|
31056
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
31206
|
+
// ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/platform.js
|
|
31057
31207
|
var require_platform = __commonJS({
|
|
31058
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
31208
|
+
"../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/platform.js"(exports) {
|
|
31059
31209
|
"use strict";
|
|
31060
31210
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31061
31211
|
exports.crt_version = exports.package_info = exports.is_browser = exports.is_nodejs = void 0;
|
|
@@ -31091,9 +31241,9 @@ var require_platform = __commonJS({
|
|
|
31091
31241
|
}
|
|
31092
31242
|
});
|
|
31093
31243
|
|
|
31094
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
31244
|
+
// ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/resource_safety.js
|
|
31095
31245
|
var require_resource_safety = __commonJS({
|
|
31096
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
31246
|
+
"../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/resource_safety.js"(exports) {
|
|
31097
31247
|
"use strict";
|
|
31098
31248
|
var __awaiter3 = exports && exports.__awaiter || function(thisArg, _arguments, P, generator) {
|
|
31099
31249
|
function adopt(value) {
|
|
@@ -31142,9 +31292,9 @@ var require_resource_safety = __commonJS({
|
|
|
31142
31292
|
}
|
|
31143
31293
|
});
|
|
31144
31294
|
|
|
31145
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
31295
|
+
// ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/binding.js
|
|
31146
31296
|
var require_binding = __commonJS({
|
|
31147
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
31297
|
+
"../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/binding.js"(exports) {
|
|
31148
31298
|
"use strict";
|
|
31149
31299
|
var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
31150
31300
|
if (k2 === void 0)
|
|
@@ -31217,9 +31367,9 @@ var require_binding = __commonJS({
|
|
|
31217
31367
|
}
|
|
31218
31368
|
});
|
|
31219
31369
|
|
|
31220
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
31370
|
+
// ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/error.js
|
|
31221
31371
|
var require_error = __commonJS({
|
|
31222
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
31372
|
+
"../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/error.js"(exports) {
|
|
31223
31373
|
"use strict";
|
|
31224
31374
|
var __importDefault3 = exports && exports.__importDefault || function(mod) {
|
|
31225
31375
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -31267,9 +31417,9 @@ var require_error = __commonJS({
|
|
|
31267
31417
|
}
|
|
31268
31418
|
});
|
|
31269
31419
|
|
|
31270
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
31420
|
+
// ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/native_resource.js
|
|
31271
31421
|
var require_native_resource = __commonJS({
|
|
31272
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
31422
|
+
"../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/native_resource.js"(exports) {
|
|
31273
31423
|
"use strict";
|
|
31274
31424
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31275
31425
|
exports.NativeResourceMixin = exports.NativeResource = void 0;
|
|
@@ -31303,9 +31453,9 @@ var require_native_resource = __commonJS({
|
|
|
31303
31453
|
}
|
|
31304
31454
|
});
|
|
31305
31455
|
|
|
31306
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
31456
|
+
// ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/io.js
|
|
31307
31457
|
var require_io = __commonJS({
|
|
31308
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
31458
|
+
"../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/io.js"(exports) {
|
|
31309
31459
|
"use strict";
|
|
31310
31460
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31311
31461
|
exports.SocketDomain = exports.SocketType = exports.TlsVersion = void 0;
|
|
@@ -31332,9 +31482,9 @@ var require_io = __commonJS({
|
|
|
31332
31482
|
}
|
|
31333
31483
|
});
|
|
31334
31484
|
|
|
31335
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
31485
|
+
// ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/io.js
|
|
31336
31486
|
var require_io2 = __commonJS({
|
|
31337
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
31487
|
+
"../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/io.js"(exports) {
|
|
31338
31488
|
"use strict";
|
|
31339
31489
|
var __importDefault3 = exports && exports.__importDefault || function(mod) {
|
|
31340
31490
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -31354,6 +31504,7 @@ var require_io2 = __commonJS({
|
|
|
31354
31504
|
Object.defineProperty(exports, "SocketDomain", { enumerable: true, get: function() {
|
|
31355
31505
|
return io_2.SocketDomain;
|
|
31356
31506
|
} });
|
|
31507
|
+
var error_1 = require_error();
|
|
31357
31508
|
function error_code_to_string(error_code) {
|
|
31358
31509
|
return binding_1.default.error_code_to_string(error_code);
|
|
31359
31510
|
}
|
|
@@ -31389,7 +31540,7 @@ var require_io2 = __commonJS({
|
|
|
31389
31540
|
super(binding_1.default.io_input_stream_new(16 * 1024));
|
|
31390
31541
|
this.source = source;
|
|
31391
31542
|
this.source.on("data", (data) => {
|
|
31392
|
-
data = Buffer.isBuffer(data) ? data :
|
|
31543
|
+
data = Buffer.isBuffer(data) ? data : Buffer.from(data.toString());
|
|
31393
31544
|
binding_1.default.io_input_stream_append(this.native_handle(), data);
|
|
31394
31545
|
});
|
|
31395
31546
|
this.source.on("end", () => {
|
|
@@ -31481,6 +31632,9 @@ var require_io2 = __commonJS({
|
|
|
31481
31632
|
exports.TlsContextOptions = TlsContextOptions;
|
|
31482
31633
|
var TlsContext = class extends native_resource_1.NativeResource {
|
|
31483
31634
|
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
|
+
}
|
|
31484
31638
|
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));
|
|
31485
31639
|
}
|
|
31486
31640
|
};
|
|
@@ -31510,6 +31664,9 @@ var require_io2 = __commonJS({
|
|
|
31510
31664
|
exports.ServerTlsContext = ServerTlsContext;
|
|
31511
31665
|
var TlsConnectionOptions = class extends native_resource_1.NativeResource {
|
|
31512
31666
|
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
|
+
}
|
|
31513
31670
|
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));
|
|
31514
31671
|
this.tls_ctx = tls_ctx;
|
|
31515
31672
|
this.server_name = server_name;
|
|
@@ -31539,9 +31696,9 @@ var require_io2 = __commonJS({
|
|
|
31539
31696
|
}
|
|
31540
31697
|
});
|
|
31541
31698
|
|
|
31542
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
31699
|
+
// ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/auth.js
|
|
31543
31700
|
var require_auth = __commonJS({
|
|
31544
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
31701
|
+
"../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/auth.js"(exports) {
|
|
31545
31702
|
"use strict";
|
|
31546
31703
|
var __awaiter3 = exports && exports.__awaiter || function(thisArg, _arguments, P, generator) {
|
|
31547
31704
|
function adopt(value) {
|
|
@@ -31590,8 +31747,17 @@ var require_auth = __commonJS({
|
|
|
31590
31747
|
return super.newStatic(access_key, secret_key, session_token);
|
|
31591
31748
|
}
|
|
31592
31749
|
static newCognito(config) {
|
|
31750
|
+
if (config == null || config == void 0) {
|
|
31751
|
+
throw new error_1.CrtError("AwsCredentialsProvider newCognito: Cognito config not defined");
|
|
31752
|
+
}
|
|
31593
31753
|
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);
|
|
31594
31754
|
}
|
|
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
|
+
}
|
|
31595
31761
|
};
|
|
31596
31762
|
__name(AwsCredentialsProvider, "AwsCredentialsProvider");
|
|
31597
31763
|
exports.AwsCredentialsProvider = AwsCredentialsProvider;
|
|
@@ -31646,9 +31812,9 @@ var require_auth = __commonJS({
|
|
|
31646
31812
|
}
|
|
31647
31813
|
});
|
|
31648
31814
|
|
|
31649
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
31815
|
+
// ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/checksums.js
|
|
31650
31816
|
var require_checksums = __commonJS({
|
|
31651
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
31817
|
+
"../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/checksums.js"(exports) {
|
|
31652
31818
|
"use strict";
|
|
31653
31819
|
var __importDefault3 = exports && exports.__importDefault || function(mod) {
|
|
31654
31820
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -31669,9 +31835,9 @@ var require_checksums = __commonJS({
|
|
|
31669
31835
|
}
|
|
31670
31836
|
});
|
|
31671
31837
|
|
|
31672
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
31838
|
+
// ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/crt.js
|
|
31673
31839
|
var require_crt = __commonJS({
|
|
31674
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
31840
|
+
"../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/crt.js"(exports) {
|
|
31675
31841
|
"use strict";
|
|
31676
31842
|
var __importDefault3 = exports && exports.__importDefault || function(mod) {
|
|
31677
31843
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -31692,9 +31858,9 @@ var require_crt = __commonJS({
|
|
|
31692
31858
|
}
|
|
31693
31859
|
});
|
|
31694
31860
|
|
|
31695
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
31861
|
+
// ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/crypto.js
|
|
31696
31862
|
var require_crypto = __commonJS({
|
|
31697
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
31863
|
+
"../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/crypto.js"(exports) {
|
|
31698
31864
|
"use strict";
|
|
31699
31865
|
var __importDefault3 = exports && exports.__importDefault || function(mod) {
|
|
31700
31866
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -31778,41 +31944,9 @@ var require_crypto = __commonJS({
|
|
|
31778
31944
|
}
|
|
31779
31945
|
});
|
|
31780
31946
|
|
|
31781
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
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
|
|
31947
|
+
// ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/event.js
|
|
31814
31948
|
var require_event = __commonJS({
|
|
31815
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
31949
|
+
"../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/event.js"(exports) {
|
|
31816
31950
|
"use strict";
|
|
31817
31951
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31818
31952
|
exports.BufferedEventEmitter = void 0;
|
|
@@ -31859,251 +31993,910 @@ var require_event = __commonJS({
|
|
|
31859
31993
|
}
|
|
31860
31994
|
});
|
|
31861
31995
|
|
|
31862
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
31863
|
-
var
|
|
31864
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
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) {
|
|
31865
31999
|
"use strict";
|
|
31866
|
-
var __importDefault3 = exports && exports.__importDefault || function(mod) {
|
|
31867
|
-
return mod && mod.__esModule ? mod : { "default": mod };
|
|
31868
|
-
};
|
|
31869
32000
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31870
|
-
exports.
|
|
31871
|
-
var binding_1 = __importDefault3(require_binding());
|
|
31872
|
-
var native_resource_1 = require_native_resource();
|
|
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;
|
|
31873
32002
|
var error_1 = require_error();
|
|
31874
|
-
|
|
31875
|
-
|
|
31876
|
-
|
|
31877
|
-
|
|
31878
|
-
|
|
31879
|
-
|
|
31880
|
-
exports.
|
|
31881
|
-
|
|
31882
|
-
var
|
|
31883
|
-
|
|
31884
|
-
|
|
31885
|
-
|
|
31886
|
-
|
|
31887
|
-
|
|
31888
|
-
|
|
31889
|
-
|
|
31890
|
-
|
|
31891
|
-
|
|
31892
|
-
|
|
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
|
-
});
|
|
31903
|
-
}
|
|
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;
|
|
31945
|
-
}
|
|
31946
|
-
this.emit("connect");
|
|
31947
|
-
}
|
|
31948
|
-
_on_shutdown(native_handle, error_code) {
|
|
31949
|
-
if (error_code) {
|
|
31950
|
-
this.emit("error", new error_1.CrtError(error_code));
|
|
31951
|
-
return;
|
|
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;
|
|
31952
32022
|
}
|
|
31953
|
-
|
|
31954
|
-
|
|
31955
|
-
|
|
31956
|
-
|
|
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;
|
|
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;
|
|
31993
32027
|
}
|
|
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
32028
|
}
|
|
32010
|
-
|
|
32011
|
-
|
|
32012
|
-
|
|
32013
|
-
|
|
32014
|
-
|
|
32015
|
-
|
|
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;
|
|
32016
32054
|
}
|
|
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
32055
|
}
|
|
32045
|
-
|
|
32046
|
-
|
|
32047
|
-
|
|
32048
|
-
|
|
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;
|
|
32074
|
-
}
|
|
32075
|
-
});
|
|
32076
|
-
|
|
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;
|
|
32056
|
+
return value;
|
|
32057
|
+
}
|
|
32058
|
+
__name(unmarshalInt64BigintFromBuffer, "unmarshalInt64BigintFromBuffer");
|
|
32059
|
+
exports.unmarshalInt64BigintFromBuffer = unmarshalInt64BigintFromBuffer;
|
|
32101
32060
|
}
|
|
32102
32061
|
});
|
|
32103
32062
|
|
|
32104
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
32105
|
-
var
|
|
32106
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
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) {
|
|
32107
32900
|
"use strict";
|
|
32108
32901
|
var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
32109
32902
|
if (k2 === void 0)
|
|
@@ -32237,9 +33030,9 @@ var require_aws_iot_shared = __commonJS({
|
|
|
32237
33030
|
}
|
|
32238
33031
|
});
|
|
32239
33032
|
|
|
32240
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
33033
|
+
// ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/aws_iot.js
|
|
32241
33034
|
var require_aws_iot = __commonJS({
|
|
32242
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
33035
|
+
"../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/aws_iot.js"(exports) {
|
|
32243
33036
|
"use strict";
|
|
32244
33037
|
var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
32245
33038
|
if (k2 === void 0)
|
|
@@ -32375,6 +33168,9 @@ var require_aws_iot = __commonJS({
|
|
|
32375
33168
|
}
|
|
32376
33169
|
static configure_websocket_handshake(builder, options) {
|
|
32377
33170
|
if (options) {
|
|
33171
|
+
if (builder == null || builder == void 0) {
|
|
33172
|
+
throw new error_1.CrtError("AwsIotMqttConnectionConfigBuilder configure_websocket_handshake: builder not defined");
|
|
33173
|
+
}
|
|
32378
33174
|
builder.params.websocket_handshake_transform = (request, done) => __awaiter3(this, void 0, void 0, function* () {
|
|
32379
33175
|
var _a, _b, _c;
|
|
32380
33176
|
const signing_config = (_b = (_a = options.create_signing_config) === null || _a === void 0 ? void 0 : _a.call(options)) !== null && _b !== void 0 ? _b : {
|
|
@@ -32415,6 +33211,9 @@ var require_aws_iot = __commonJS({
|
|
|
32415
33211
|
this.configure_websocket_handshake(builder, options);
|
|
32416
33212
|
return builder;
|
|
32417
33213
|
}
|
|
33214
|
+
static new_builder_for_websocket() {
|
|
33215
|
+
return this.new_with_websockets();
|
|
33216
|
+
}
|
|
32418
33217
|
with_certificate_authority_from_path(ca_dirpath, ca_filepath) {
|
|
32419
33218
|
this.tls_ctx_options.override_default_trust_store_from_path(ca_dirpath, ca_filepath);
|
|
32420
33219
|
return this;
|
|
@@ -32539,9 +33338,9 @@ var require_aws_iot = __commonJS({
|
|
|
32539
33338
|
}
|
|
32540
33339
|
});
|
|
32541
33340
|
|
|
32542
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
33341
|
+
// ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/mqtt_shared.js
|
|
32543
33342
|
var require_mqtt_shared = __commonJS({
|
|
32544
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
33343
|
+
"../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/mqtt_shared.js"(exports) {
|
|
32545
33344
|
"use strict";
|
|
32546
33345
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32547
33346
|
exports.DEFAULT_KEEP_ALIVE = exports.normalize_payload = void 0;
|
|
@@ -32573,9 +33372,9 @@ var require_mqtt_shared = __commonJS({
|
|
|
32573
33372
|
}
|
|
32574
33373
|
});
|
|
32575
33374
|
|
|
32576
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
33375
|
+
// ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/mqtt5.js
|
|
32577
33376
|
var require_mqtt5 = __commonJS({
|
|
32578
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
33377
|
+
"../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/mqtt5.js"(exports) {
|
|
32579
33378
|
"use strict";
|
|
32580
33379
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32581
33380
|
exports.RetryJitterType = exports.ClientSessionBehavior = void 0;
|
|
@@ -32596,9 +33395,9 @@ var require_mqtt5 = __commonJS({
|
|
|
32596
33395
|
}
|
|
32597
33396
|
});
|
|
32598
33397
|
|
|
32599
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
33398
|
+
// ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/mqtt5_packet.js
|
|
32600
33399
|
var require_mqtt5_packet = __commonJS({
|
|
32601
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
33400
|
+
"../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/common/mqtt5_packet.js"(exports) {
|
|
32602
33401
|
"use strict";
|
|
32603
33402
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32604
33403
|
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;
|
|
@@ -32759,9 +33558,9 @@ var require_mqtt5_packet = __commonJS({
|
|
|
32759
33558
|
}
|
|
32760
33559
|
});
|
|
32761
33560
|
|
|
32762
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
33561
|
+
// ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/mqtt5.js
|
|
32763
33562
|
var require_mqtt52 = __commonJS({
|
|
32764
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
33563
|
+
"../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/mqtt5.js"(exports) {
|
|
32765
33564
|
"use strict";
|
|
32766
33565
|
var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
32767
33566
|
if (k2 === void 0)
|
|
@@ -33026,9 +33825,9 @@ var require_mqtt52 = __commonJS({
|
|
|
33026
33825
|
}
|
|
33027
33826
|
});
|
|
33028
33827
|
|
|
33029
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
33828
|
+
// ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/aws_iot_mqtt5.js
|
|
33030
33829
|
var require_aws_iot_mqtt5 = __commonJS({
|
|
33031
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
33830
|
+
"../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/aws_iot_mqtt5.js"(exports) {
|
|
33032
33831
|
"use strict";
|
|
33033
33832
|
var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
33034
33833
|
if (k2 === void 0)
|
|
@@ -33272,9 +34071,9 @@ var require_aws_iot_mqtt5 = __commonJS({
|
|
|
33272
34071
|
}
|
|
33273
34072
|
});
|
|
33274
34073
|
|
|
33275
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
34074
|
+
// ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/iot.js
|
|
33276
34075
|
var require_iot = __commonJS({
|
|
33277
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
34076
|
+
"../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/iot.js"(exports) {
|
|
33278
34077
|
"use strict";
|
|
33279
34078
|
var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
33280
34079
|
if (k2 === void 0)
|
|
@@ -33302,9 +34101,9 @@ var require_iot = __commonJS({
|
|
|
33302
34101
|
}
|
|
33303
34102
|
});
|
|
33304
34103
|
|
|
33305
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
34104
|
+
// ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/mqtt.js
|
|
33306
34105
|
var require_mqtt2 = __commonJS({
|
|
33307
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
34106
|
+
"../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/native/mqtt.js"(exports) {
|
|
33308
34107
|
"use strict";
|
|
33309
34108
|
var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
33310
34109
|
if (k2 === void 0)
|
|
@@ -33408,6 +34207,9 @@ var require_mqtt2 = __commonJS({
|
|
|
33408
34207
|
super();
|
|
33409
34208
|
this.client = client;
|
|
33410
34209
|
this.config = config;
|
|
34210
|
+
if (config == null || config == void 0) {
|
|
34211
|
+
throw new error_1.CrtError("MqttClientConnection constructor: config not defined");
|
|
34212
|
+
}
|
|
33411
34213
|
const will = config.will ? {
|
|
33412
34214
|
topic: config.will.topic,
|
|
33413
34215
|
qos: config.will.qos,
|
|
@@ -33424,6 +34226,12 @@ var require_mqtt2 = __commonJS({
|
|
|
33424
34226
|
max_sec = config.reconnect_max_sec;
|
|
33425
34227
|
min_sec = Math.min(min_sec, max_sec);
|
|
33426
34228
|
}
|
|
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
|
+
}
|
|
33427
34235
|
this._super(binding_1.default.mqtt_client_connection_new(client.native_handle(), (error_code) => {
|
|
33428
34236
|
this._on_connection_interrupted(error_code);
|
|
33429
34237
|
}, (return_code, session_present) => {
|
|
@@ -33450,6 +34258,9 @@ var require_mqtt2 = __commonJS({
|
|
|
33450
34258
|
return __awaiter3(this, void 0, void 0, function* () {
|
|
33451
34259
|
return new Promise((resolve, reject) => {
|
|
33452
34260
|
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
|
+
}
|
|
33453
34264
|
try {
|
|
33454
34265
|
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));
|
|
33455
34266
|
} catch (e) {
|
|
@@ -33586,9 +34397,9 @@ var require_mqtt2 = __commonJS({
|
|
|
33586
34397
|
}
|
|
33587
34398
|
});
|
|
33588
34399
|
|
|
33589
|
-
// ../../node_modules/.pnpm/aws-crt@1.15.
|
|
34400
|
+
// ../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/index.js
|
|
33590
34401
|
var require_dist = __commonJS({
|
|
33591
|
-
"../../node_modules/.pnpm/aws-crt@1.15.
|
|
34402
|
+
"../../node_modules/.pnpm/aws-crt@1.15.15/node_modules/aws-crt/dist/index.js"(exports) {
|
|
33592
34403
|
"use strict";
|
|
33593
34404
|
var __createBinding3 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
33594
34405
|
if (k2 === void 0)
|
|
@@ -33623,9 +34434,13 @@ var require_dist = __commonJS({
|
|
|
33623
34434
|
return result;
|
|
33624
34435
|
};
|
|
33625
34436
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
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;
|
|
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;
|
|
33627
34440
|
var platform = __importStar3(require_platform());
|
|
33628
34441
|
exports.platform = platform;
|
|
34442
|
+
var promise = __importStar3(require_promise());
|
|
34443
|
+
exports.promise = promise;
|
|
33629
34444
|
var resource_safety = __importStar3(require_resource_safety());
|
|
33630
34445
|
exports.resource_safety = resource_safety;
|
|
33631
34446
|
var auth = __importStar3(require_auth());
|
|
@@ -33636,6 +34451,8 @@ var require_dist = __commonJS({
|
|
|
33636
34451
|
exports.crt = crt;
|
|
33637
34452
|
var crypto4 = __importStar3(require_crypto());
|
|
33638
34453
|
exports.crypto = crypto4;
|
|
34454
|
+
var eventstream = __importStar3(require_eventstream());
|
|
34455
|
+
exports.eventstream = eventstream;
|
|
33639
34456
|
var http = __importStar3(require_http2());
|
|
33640
34457
|
exports.http = http;
|
|
33641
34458
|
var io = __importStar3(require_io2());
|
|
@@ -39291,207 +40108,9 @@ var require_dist_cjs64 = __commonJS({
|
|
|
39291
40108
|
}
|
|
39292
40109
|
});
|
|
39293
40110
|
|
|
39294
|
-
// ../../node_modules/.pnpm/@aws-sdk+
|
|
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
|
|
40111
|
+
// ../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/signature-v4-crt/dist-cjs/constants.js
|
|
39493
40112
|
var require_constants10 = __commonJS({
|
|
39494
|
-
"../../node_modules/.pnpm/@aws-sdk+signature-v4@3.
|
|
40113
|
+
"../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/signature-v4-crt/dist-cjs/constants.js"(exports) {
|
|
39495
40114
|
"use strict";
|
|
39496
40115
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39497
40116
|
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;
|
|
@@ -39541,564 +40160,9 @@ var require_constants10 = __commonJS({
|
|
|
39541
40160
|
}
|
|
39542
40161
|
});
|
|
39543
40162
|
|
|
39544
|
-
// ../../node_modules/.pnpm/@aws-sdk+signature-v4@3.
|
|
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
|
|
40163
|
+
// ../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/signature-v4-crt/dist-cjs/headerUtil.js
|
|
39710
40164
|
var require_headerUtil2 = __commonJS({
|
|
39711
|
-
"../../node_modules/.pnpm/@aws-sdk+signature-v4@3.
|
|
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) {
|
|
40165
|
+
"../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/signature-v4-crt/dist-cjs/headerUtil.js"(exports) {
|
|
40102
40166
|
"use strict";
|
|
40103
40167
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40104
40168
|
exports.deleteHeader = exports.getHeaderValue = exports.hasHeader = void 0;
|
|
@@ -40137,18 +40201,18 @@ var require_headerUtil3 = __commonJS({
|
|
|
40137
40201
|
}
|
|
40138
40202
|
});
|
|
40139
40203
|
|
|
40140
|
-
// ../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.
|
|
40204
|
+
// ../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/signature-v4-crt/dist-cjs/CrtSignerV4.js
|
|
40141
40205
|
var require_CrtSignerV4 = __commonJS({
|
|
40142
|
-
"../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.
|
|
40206
|
+
"../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.272.0/node_modules/@aws-sdk/signature-v4-crt/dist-cjs/CrtSignerV4.js"(exports) {
|
|
40143
40207
|
"use strict";
|
|
40144
40208
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40145
40209
|
exports.CrtSignerV4 = void 0;
|
|
40146
|
-
var querystring_parser_1 =
|
|
40147
|
-
var signature_v4_1 =
|
|
40148
|
-
var util_middleware_1 =
|
|
40210
|
+
var querystring_parser_1 = require_dist_cjs();
|
|
40211
|
+
var signature_v4_1 = require_dist_cjs33();
|
|
40212
|
+
var util_middleware_1 = require_dist_cjs4();
|
|
40149
40213
|
var aws_crt_1 = require_dist();
|
|
40150
|
-
var constants_1 =
|
|
40151
|
-
var headerUtil_1 =
|
|
40214
|
+
var constants_1 = require_constants10();
|
|
40215
|
+
var headerUtil_1 = require_headerUtil2();
|
|
40152
40216
|
function sdkHttpRequest2crtHttpRequest(sdkRequest) {
|
|
40153
40217
|
(0, headerUtil_1.deleteHeader)(constants_1.SHA256_HEADER, sdkRequest.headers);
|
|
40154
40218
|
const headersArray = Object.entries(sdkRequest.headers);
|
|
@@ -40266,9 +40330,9 @@ var require_CrtSignerV4 = __commonJS({
|
|
|
40266
40330
|
}
|
|
40267
40331
|
});
|
|
40268
40332
|
|
|
40269
|
-
// ../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.
|
|
40270
|
-
var
|
|
40271
|
-
"../../node_modules/.pnpm/@aws-sdk+signature-v4-crt@3.
|
|
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) {
|
|
40272
40336
|
"use strict";
|
|
40273
40337
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40274
40338
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
@@ -40276,9 +40340,9 @@ var require_dist_cjs73 = __commonJS({
|
|
|
40276
40340
|
}
|
|
40277
40341
|
});
|
|
40278
40342
|
|
|
40279
|
-
// ../../node_modules/.pnpm/@aws-sdk+signature-v4-multi-region@3.272.
|
|
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
|
|
40280
40344
|
var require_SignatureV4MultiRegion = __commonJS({
|
|
40281
|
-
"../../node_modules/.pnpm/@aws-sdk+signature-v4-multi-region@3.272.
|
|
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) {
|
|
40282
40346
|
"use strict";
|
|
40283
40347
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40284
40348
|
exports.SignatureV4MultiRegion = void 0;
|
|
@@ -40308,7 +40372,7 @@ var require_SignatureV4MultiRegion = __commonJS({
|
|
|
40308
40372
|
if (!this.sigv4aSigner) {
|
|
40309
40373
|
let CrtSignerV4;
|
|
40310
40374
|
try {
|
|
40311
|
-
CrtSignerV4 = typeof __require === "function" &&
|
|
40375
|
+
CrtSignerV4 = typeof __require === "function" && require_dist_cjs65().CrtSignerV4;
|
|
40312
40376
|
if (typeof CrtSignerV4 !== "function")
|
|
40313
40377
|
throw new Error();
|
|
40314
40378
|
} catch (e) {
|
|
@@ -40330,9 +40394,9 @@ For more information please go to https://github.com/aws/aws-sdk-js-v3#functiona
|
|
|
40330
40394
|
}
|
|
40331
40395
|
});
|
|
40332
40396
|
|
|
40333
|
-
// ../../node_modules/.pnpm/@aws-sdk+signature-v4-multi-region@3.272.
|
|
40334
|
-
var
|
|
40335
|
-
"../../node_modules/.pnpm/@aws-sdk+signature-v4-multi-region@3.272.
|
|
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) {
|
|
40336
40400
|
"use strict";
|
|
40337
40401
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40338
40402
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
@@ -40340,9 +40404,9 @@ var require_dist_cjs74 = __commonJS({
|
|
|
40340
40404
|
}
|
|
40341
40405
|
});
|
|
40342
40406
|
|
|
40343
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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
|
|
40344
40408
|
var require_ruleset4 = __commonJS({
|
|
40345
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
40346
40410
|
"use strict";
|
|
40347
40411
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40348
40412
|
exports.ruleSet = void 0;
|
|
@@ -40517,9 +40581,9 @@ var require_ruleset4 = __commonJS({
|
|
|
40517
40581
|
}
|
|
40518
40582
|
});
|
|
40519
40583
|
|
|
40520
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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
|
|
40521
40585
|
var require_endpointResolver4 = __commonJS({
|
|
40522
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
40523
40587
|
"use strict";
|
|
40524
40588
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40525
40589
|
exports.defaultEndpointResolver = void 0;
|
|
@@ -40535,13 +40599,13 @@ var require_endpointResolver4 = __commonJS({
|
|
|
40535
40599
|
}
|
|
40536
40600
|
});
|
|
40537
40601
|
|
|
40538
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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
|
|
40539
40603
|
var require_runtimeConfig_shared4 = __commonJS({
|
|
40540
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
40541
40605
|
"use strict";
|
|
40542
40606
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40543
40607
|
exports.getRuntimeConfig = void 0;
|
|
40544
|
-
var signature_v4_multi_region_1 =
|
|
40608
|
+
var signature_v4_multi_region_1 = require_dist_cjs66();
|
|
40545
40609
|
var smithy_client_1 = require_dist_cjs7();
|
|
40546
40610
|
var url_parser_1 = require_dist_cjs2();
|
|
40547
40611
|
var util_base64_1 = require_dist_cjs47();
|
|
@@ -40566,9 +40630,9 @@ var require_runtimeConfig_shared4 = __commonJS({
|
|
|
40566
40630
|
}
|
|
40567
40631
|
});
|
|
40568
40632
|
|
|
40569
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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
|
|
40570
40634
|
var require_runtimeConfig4 = __commonJS({
|
|
40571
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
40572
40636
|
"use strict";
|
|
40573
40637
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40574
40638
|
exports.getRuntimeConfig = void 0;
|
|
@@ -40629,9 +40693,9 @@ var require_runtimeConfig4 = __commonJS({
|
|
|
40629
40693
|
}
|
|
40630
40694
|
});
|
|
40631
40695
|
|
|
40632
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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
|
|
40633
40697
|
var require_S3Client = __commonJS({
|
|
40634
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
40635
40699
|
"use strict";
|
|
40636
40700
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40637
40701
|
exports.S3Client = void 0;
|
|
@@ -40683,9 +40747,9 @@ var require_S3Client = __commonJS({
|
|
|
40683
40747
|
}
|
|
40684
40748
|
});
|
|
40685
40749
|
|
|
40686
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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
|
|
40687
40751
|
var require_S3 = __commonJS({
|
|
40688
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
40689
40753
|
"use strict";
|
|
40690
40754
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40691
40755
|
exports.S3 = void 0;
|
|
@@ -41906,9 +41970,9 @@ var require_S3 = __commonJS({
|
|
|
41906
41970
|
}
|
|
41907
41971
|
});
|
|
41908
41972
|
|
|
41909
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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
|
|
41910
41974
|
var require_commands4 = __commonJS({
|
|
41911
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
41912
41976
|
"use strict";
|
|
41913
41977
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
41914
41978
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
@@ -42008,9 +42072,9 @@ var require_commands4 = __commonJS({
|
|
|
42008
42072
|
}
|
|
42009
42073
|
});
|
|
42010
42074
|
|
|
42011
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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
|
|
42012
42076
|
var require_models4 = __commonJS({
|
|
42013
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
42014
42078
|
"use strict";
|
|
42015
42079
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42016
42080
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
@@ -42019,17 +42083,17 @@ var require_models4 = __commonJS({
|
|
|
42019
42083
|
}
|
|
42020
42084
|
});
|
|
42021
42085
|
|
|
42022
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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
|
|
42023
42087
|
var require_Interfaces2 = __commonJS({
|
|
42024
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
42025
42089
|
"use strict";
|
|
42026
42090
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42027
42091
|
}
|
|
42028
42092
|
});
|
|
42029
42093
|
|
|
42030
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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
|
|
42031
42095
|
var require_ListObjectsV2Paginator = __commonJS({
|
|
42032
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
42033
42097
|
"use strict";
|
|
42034
42098
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42035
42099
|
exports.paginateListObjectsV2 = void 0;
|
|
@@ -42068,9 +42132,9 @@ var require_ListObjectsV2Paginator = __commonJS({
|
|
|
42068
42132
|
}
|
|
42069
42133
|
});
|
|
42070
42134
|
|
|
42071
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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
|
|
42072
42136
|
var require_ListPartsPaginator = __commonJS({
|
|
42073
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
42074
42138
|
"use strict";
|
|
42075
42139
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42076
42140
|
exports.paginateListParts = void 0;
|
|
@@ -42109,9 +42173,9 @@ var require_ListPartsPaginator = __commonJS({
|
|
|
42109
42173
|
}
|
|
42110
42174
|
});
|
|
42111
42175
|
|
|
42112
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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
|
|
42113
42177
|
var require_pagination3 = __commonJS({
|
|
42114
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
42115
42179
|
"use strict";
|
|
42116
42180
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42117
42181
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
@@ -42288,7 +42352,7 @@ var require_createWaiter = __commonJS({
|
|
|
42288
42352
|
});
|
|
42289
42353
|
|
|
42290
42354
|
// ../../node_modules/.pnpm/@aws-sdk+util-waiter@3.272.0/node_modules/@aws-sdk/util-waiter/dist-cjs/index.js
|
|
42291
|
-
var
|
|
42355
|
+
var require_dist_cjs67 = __commonJS({
|
|
42292
42356
|
"../../node_modules/.pnpm/@aws-sdk+util-waiter@3.272.0/node_modules/@aws-sdk/util-waiter/dist-cjs/index.js"(exports) {
|
|
42293
42357
|
"use strict";
|
|
42294
42358
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -42298,13 +42362,13 @@ var require_dist_cjs75 = __commonJS({
|
|
|
42298
42362
|
}
|
|
42299
42363
|
});
|
|
42300
42364
|
|
|
42301
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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
|
|
42302
42366
|
var require_waitForBucketExists = __commonJS({
|
|
42303
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
42304
42368
|
"use strict";
|
|
42305
42369
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42306
42370
|
exports.waitUntilBucketExists = exports.waitForBucketExists = void 0;
|
|
42307
|
-
var util_waiter_1 =
|
|
42371
|
+
var util_waiter_1 = require_dist_cjs67();
|
|
42308
42372
|
var HeadBucketCommand_1 = require_HeadBucketCommand();
|
|
42309
42373
|
var checkState = /* @__PURE__ */ __name(async (client, input) => {
|
|
42310
42374
|
let reason;
|
|
@@ -42334,13 +42398,13 @@ var require_waitForBucketExists = __commonJS({
|
|
|
42334
42398
|
}
|
|
42335
42399
|
});
|
|
42336
42400
|
|
|
42337
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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
|
|
42338
42402
|
var require_waitForBucketNotExists = __commonJS({
|
|
42339
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
42340
42404
|
"use strict";
|
|
42341
42405
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42342
42406
|
exports.waitUntilBucketNotExists = exports.waitForBucketNotExists = void 0;
|
|
42343
|
-
var util_waiter_1 =
|
|
42407
|
+
var util_waiter_1 = require_dist_cjs67();
|
|
42344
42408
|
var HeadBucketCommand_1 = require_HeadBucketCommand();
|
|
42345
42409
|
var checkState = /* @__PURE__ */ __name(async (client, input) => {
|
|
42346
42410
|
let reason;
|
|
@@ -42369,13 +42433,13 @@ var require_waitForBucketNotExists = __commonJS({
|
|
|
42369
42433
|
}
|
|
42370
42434
|
});
|
|
42371
42435
|
|
|
42372
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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
|
|
42373
42437
|
var require_waitForObjectExists = __commonJS({
|
|
42374
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
42375
42439
|
"use strict";
|
|
42376
42440
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42377
42441
|
exports.waitUntilObjectExists = exports.waitForObjectExists = void 0;
|
|
42378
|
-
var util_waiter_1 =
|
|
42442
|
+
var util_waiter_1 = require_dist_cjs67();
|
|
42379
42443
|
var HeadObjectCommand_1 = require_HeadObjectCommand();
|
|
42380
42444
|
var checkState = /* @__PURE__ */ __name(async (client, input) => {
|
|
42381
42445
|
let reason;
|
|
@@ -42405,13 +42469,13 @@ var require_waitForObjectExists = __commonJS({
|
|
|
42405
42469
|
}
|
|
42406
42470
|
});
|
|
42407
42471
|
|
|
42408
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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
|
|
42409
42473
|
var require_waitForObjectNotExists = __commonJS({
|
|
42410
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
42411
42475
|
"use strict";
|
|
42412
42476
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42413
42477
|
exports.waitUntilObjectNotExists = exports.waitForObjectNotExists = void 0;
|
|
42414
|
-
var util_waiter_1 =
|
|
42478
|
+
var util_waiter_1 = require_dist_cjs67();
|
|
42415
42479
|
var HeadObjectCommand_1 = require_HeadObjectCommand();
|
|
42416
42480
|
var checkState = /* @__PURE__ */ __name(async (client, input) => {
|
|
42417
42481
|
let reason;
|
|
@@ -42440,9 +42504,9 @@ var require_waitForObjectNotExists = __commonJS({
|
|
|
42440
42504
|
}
|
|
42441
42505
|
});
|
|
42442
42506
|
|
|
42443
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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
|
|
42444
42508
|
var require_waiters = __commonJS({
|
|
42445
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
42446
42510
|
"use strict";
|
|
42447
42511
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42448
42512
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
@@ -42453,9 +42517,9 @@ var require_waiters = __commonJS({
|
|
|
42453
42517
|
}
|
|
42454
42518
|
});
|
|
42455
42519
|
|
|
42456
|
-
// ../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
42457
|
-
var
|
|
42458
|
-
"../../node_modules/.pnpm/@aws-sdk+client-s3@3.279.
|
|
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) {
|
|
42459
42523
|
"use strict";
|
|
42460
42524
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42461
42525
|
exports.S3ServiceException = void 0;
|
|
@@ -44321,7 +44385,7 @@ var require_pagination4 = __commonJS({
|
|
|
44321
44385
|
});
|
|
44322
44386
|
|
|
44323
44387
|
// ../../node_modules/.pnpm/@aws-sdk+client-iot-data-plane@3.279.0/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/index.js
|
|
44324
|
-
var
|
|
44388
|
+
var require_dist_cjs69 = __commonJS({
|
|
44325
44389
|
"../../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) {
|
|
44326
44390
|
"use strict";
|
|
44327
44391
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -59779,7 +59843,7 @@ var require_waitForChangeSetCreateComplete = __commonJS({
|
|
|
59779
59843
|
"use strict";
|
|
59780
59844
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
59781
59845
|
exports.waitUntilChangeSetCreateComplete = exports.waitForChangeSetCreateComplete = void 0;
|
|
59782
|
-
var util_waiter_1 =
|
|
59846
|
+
var util_waiter_1 = require_dist_cjs67();
|
|
59783
59847
|
var DescribeChangeSetCommand_1 = require_DescribeChangeSetCommand();
|
|
59784
59848
|
var checkState = /* @__PURE__ */ __name(async (client, input) => {
|
|
59785
59849
|
let reason;
|
|
@@ -59832,7 +59896,7 @@ var require_waitForStackCreateComplete = __commonJS({
|
|
|
59832
59896
|
"use strict";
|
|
59833
59897
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
59834
59898
|
exports.waitUntilStackCreateComplete = exports.waitForStackCreateComplete = void 0;
|
|
59835
|
-
var util_waiter_1 =
|
|
59899
|
+
var util_waiter_1 = require_dist_cjs67();
|
|
59836
59900
|
var DescribeStacksCommand_1 = require_DescribeStacksCommand();
|
|
59837
59901
|
var checkState = /* @__PURE__ */ __name(async (client, input) => {
|
|
59838
59902
|
let reason;
|
|
@@ -59959,7 +60023,7 @@ var require_waitForStackDeleteComplete = __commonJS({
|
|
|
59959
60023
|
"use strict";
|
|
59960
60024
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
59961
60025
|
exports.waitUntilStackDeleteComplete = exports.waitForStackDeleteComplete = void 0;
|
|
59962
|
-
var util_waiter_1 =
|
|
60026
|
+
var util_waiter_1 = require_dist_cjs67();
|
|
59963
60027
|
var DescribeStacksCommand_1 = require_DescribeStacksCommand();
|
|
59964
60028
|
var checkState = /* @__PURE__ */ __name(async (client, input) => {
|
|
59965
60029
|
let reason;
|
|
@@ -60101,7 +60165,7 @@ var require_waitForStackExists = __commonJS({
|
|
|
60101
60165
|
"use strict";
|
|
60102
60166
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60103
60167
|
exports.waitUntilStackExists = exports.waitForStackExists = void 0;
|
|
60104
|
-
var util_waiter_1 =
|
|
60168
|
+
var util_waiter_1 = require_dist_cjs67();
|
|
60105
60169
|
var DescribeStacksCommand_1 = require_DescribeStacksCommand();
|
|
60106
60170
|
var checkState = /* @__PURE__ */ __name(async (client, input) => {
|
|
60107
60171
|
let reason;
|
|
@@ -60137,7 +60201,7 @@ var require_waitForStackImportComplete = __commonJS({
|
|
|
60137
60201
|
"use strict";
|
|
60138
60202
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60139
60203
|
exports.waitUntilStackImportComplete = exports.waitForStackImportComplete = void 0;
|
|
60140
|
-
var util_waiter_1 =
|
|
60204
|
+
var util_waiter_1 = require_dist_cjs67();
|
|
60141
60205
|
var DescribeStacksCommand_1 = require_DescribeStacksCommand();
|
|
60142
60206
|
var checkState = /* @__PURE__ */ __name(async (client, input) => {
|
|
60143
60207
|
let reason;
|
|
@@ -60264,7 +60328,7 @@ var require_waitForStackRollbackComplete = __commonJS({
|
|
|
60264
60328
|
"use strict";
|
|
60265
60329
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60266
60330
|
exports.waitUntilStackRollbackComplete = exports.waitForStackRollbackComplete = void 0;
|
|
60267
|
-
var util_waiter_1 =
|
|
60331
|
+
var util_waiter_1 = require_dist_cjs67();
|
|
60268
60332
|
var DescribeStacksCommand_1 = require_DescribeStacksCommand();
|
|
60269
60333
|
var checkState = /* @__PURE__ */ __name(async (client, input) => {
|
|
60270
60334
|
let reason;
|
|
@@ -60361,7 +60425,7 @@ var require_waitForStackUpdateComplete = __commonJS({
|
|
|
60361
60425
|
"use strict";
|
|
60362
60426
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60363
60427
|
exports.waitUntilStackUpdateComplete = exports.waitForStackUpdateComplete = void 0;
|
|
60364
|
-
var util_waiter_1 =
|
|
60428
|
+
var util_waiter_1 = require_dist_cjs67();
|
|
60365
60429
|
var DescribeStacksCommand_1 = require_DescribeStacksCommand();
|
|
60366
60430
|
var checkState = /* @__PURE__ */ __name(async (client, input) => {
|
|
60367
60431
|
let reason;
|
|
@@ -60458,7 +60522,7 @@ var require_waitForTypeRegistrationComplete = __commonJS({
|
|
|
60458
60522
|
"use strict";
|
|
60459
60523
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60460
60524
|
exports.waitUntilTypeRegistrationComplete = exports.waitForTypeRegistrationComplete = void 0;
|
|
60461
|
-
var util_waiter_1 =
|
|
60525
|
+
var util_waiter_1 = require_dist_cjs67();
|
|
60462
60526
|
var DescribeTypeRegistrationCommand_1 = require_DescribeTypeRegistrationCommand();
|
|
60463
60527
|
var checkState = /* @__PURE__ */ __name(async (client, input) => {
|
|
60464
60528
|
let reason;
|
|
@@ -60520,7 +60584,7 @@ var require_waiters2 = __commonJS({
|
|
|
60520
60584
|
});
|
|
60521
60585
|
|
|
60522
60586
|
// ../../node_modules/.pnpm/@aws-sdk+client-cloudformation@3.279.0/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js
|
|
60523
|
-
var
|
|
60587
|
+
var require_dist_cjs70 = __commonJS({
|
|
60524
60588
|
"../../node_modules/.pnpm/@aws-sdk+client-cloudformation@3.279.0/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js"(exports) {
|
|
60525
60589
|
"use strict";
|
|
60526
60590
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -60540,9 +60604,9 @@ var require_dist_cjs78 = __commonJS({
|
|
|
60540
60604
|
});
|
|
60541
60605
|
|
|
60542
60606
|
// support/bootstrap-metadata-function/index.ts
|
|
60543
|
-
var import_client_s3 = __toESM(
|
|
60544
|
-
var import_client_iot_data_plane = __toESM(
|
|
60545
|
-
var import_client_cloudformation = __toESM(
|
|
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);
|
|
60546
60610
|
var s3 = new import_client_s3.S3Client({ logger: console });
|
|
60547
60611
|
var iot = new import_client_iot_data_plane.IoTDataPlaneClient({ logger: console });
|
|
60548
60612
|
var cf = new import_client_cloudformation.CloudFormationClient({ logger: console });
|