@aws-sdk/client-s3 3.1068.0 → 3.1070.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +35 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +15 -19
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +646 -535
- package/dist-cjs/models/S3ServiceException.js +4 -8
- package/dist-cjs/models/errors.js +106 -52
- package/dist-cjs/runtimeConfig.browser.js +29 -33
- package/dist-cjs/runtimeConfig.js +43 -47
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +25 -29
- package/dist-cjs/schemas/schemas_0.js +1256 -740
- package/dist-es/S3.js +12 -0
- package/dist-es/commands/DeleteObjectAnnotationCommand.js +23 -0
- package/dist-es/commands/GetObjectAnnotationCommand.js +28 -0
- package/dist-es/commands/ListObjectAnnotationsCommand.js +23 -0
- package/dist-es/commands/PutObjectAnnotationCommand.js +29 -0
- package/dist-es/commands/UpdateBucketMetadataAnnotationTableConfigurationCommand.js +27 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/enums.js +12 -1
- package/dist-es/models/errors.js +76 -4
- package/dist-es/pagination/ListObjectAnnotationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +260 -100
- package/dist-types/S3.d.ts +42 -0
- package/dist-types/S3Client.d.ts +7 -2
- package/dist-types/commands/CopyObjectCommand.d.ts +1 -0
- package/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +27 -0
- package/dist-types/commands/DeleteObjectAnnotationCommand.d.ts +119 -0
- package/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetObjectAnnotationCommand.d.ts +141 -0
- package/dist-types/commands/ListObjectAnnotationsCommand.d.ts +138 -0
- package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/PutObjectAnnotationCommand.d.ts +166 -0
- package/dist-types/commands/RenameObjectCommand.d.ts +1 -1
- package/dist-types/commands/RestoreObjectCommand.d.ts +1 -2
- package/dist-types/commands/UpdateBucketMetadataAnnotationTableConfigurationCommand.d.ts +110 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/enums.d.ts +29 -2
- package/dist-types/models/errors.d.ts +76 -4
- package/dist-types/models/models_0.d.ts +925 -549
- package/dist-types/models/models_1.d.ts +380 -2
- package/dist-types/pagination/ListObjectAnnotationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +24 -0
- package/dist-types/ts3.4/S3.d.ts +98 -0
- package/dist-types/ts3.4/S3Client.d.ts +30 -0
- package/dist-types/ts3.4/commands/DeleteObjectAnnotationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetObjectAnnotationCommand.d.ts +61 -0
- package/dist-types/ts3.4/commands/ListObjectAnnotationsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/PutObjectAnnotationCommand.d.ts +61 -0
- package/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/UpdateBucketMetadataAnnotationTableConfigurationCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/enums.d.ts +18 -3
- package/dist-types/ts3.4/models/errors.d.ts +41 -3
- package/dist-types/ts3.4/models/models_0.d.ts +138 -64
- package/dist-types/ts3.4/models/models_1.d.ts +75 -5
- package/dist-types/ts3.4/pagination/ListObjectAnnotationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +24 -0
- package/package.json +20 -20
|
@@ -1,15 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateBucketMetadataTableConfigurationRequest$ = exports.CreateBucketMetadataConfigurationRequest$ = exports.CreateBucketConfiguration$ = exports.CORSRule$ = exports.CORSConfiguration$ = exports.CopyPartResult$ = exports.CopyObjectResult$ = exports.CopyObjectRequest$ = exports.CopyObjectOutput$ = exports.ContinuationEvent$ = exports.Condition$ = exports.CompleteMultipartUploadRequest$ = exports.CompleteMultipartUploadOutput$ = exports.CompletedPart$ = exports.CompletedMultipartUpload$ = exports.CommonPrefix$ = exports.Checksum$ = exports.BucketLoggingStatus$ = exports.BucketLifecycleConfiguration$ = exports.BucketInfo$ = exports.Bucket$ = exports.BlockedEncryptionTypes$ = exports.AnalyticsS3BucketDestination$ = exports.AnalyticsExportDestination$ = exports.AnalyticsConfiguration$ = exports.AnalyticsAndOperator$ = exports.AccessControlTranslation$ = exports.AccessControlPolicy$ = exports.AccelerateConfiguration$ = exports.AbortMultipartUploadRequest$ = exports.AbortMultipartUploadOutput$ = exports.AbortIncompleteMultipartUpload$ = exports.AbacStatus$ = exports.errorTypeRegistries = exports.TooManyParts$ = exports.ObjectNotInActiveTierError$ = exports.ObjectAlreadyInActiveTierError$ = exports.NotFound$ = exports.NoSuchUpload$ = exports.NoSuchKey$ = exports.NoSuchBucket$ = exports.InvalidWriteOffset$ = exports.InvalidRequest$ = exports.InvalidObjectState$ = exports.IdempotencyParameterMismatch$ = exports.EncryptionTypeMismatch$ = exports.BucketAlreadyOwnedByYou$ = exports.BucketAlreadyExists$ = exports.AccessDenied$ = exports.S3ServiceException$ = void 0;
|
|
4
|
-
exports.GetBucketAccelerateConfigurationRequest$ = exports.GetBucketAccelerateConfigurationOutput$ = exports.GetBucketAbacRequest$ = exports.GetBucketAbacOutput$ = exports.FilterRule$ = exports.ExistingObjectReplication$ = exports.EventBridgeConfiguration$ = exports.ErrorDocument$ = exports.ErrorDetails$ = exports._Error$ = exports.EndEvent$ = exports.EncryptionConfiguration$ = exports.Encryption$ = exports.DestinationResult$ = exports.Destination$ = exports.DeletePublicAccessBlockRequest$ = exports.DeleteObjectTaggingRequest$ = exports.DeleteObjectTaggingOutput$ = exports.DeleteObjectsRequest$ = exports.DeleteObjectsOutput$ = exports.DeleteObjectRequest$ = exports.DeleteObjectOutput$ = exports.DeleteMarkerReplication$ = exports.DeleteMarkerEntry$ = exports.DeletedObject$ = exports.DeleteBucketWebsiteRequest$ = exports.DeleteBucketTaggingRequest$ = exports.DeleteBucketRequest$ = exports.DeleteBucketReplicationRequest$ = exports.DeleteBucketPolicyRequest$ = exports.DeleteBucketOwnershipControlsRequest$ = exports.DeleteBucketMetricsConfigurationRequest$ = exports.DeleteBucketMetadataTableConfigurationRequest$ = exports.DeleteBucketMetadataConfigurationRequest$ = exports.DeleteBucketLifecycleRequest$ = exports.DeleteBucketInventoryConfigurationRequest$ = exports.DeleteBucketIntelligentTieringConfigurationRequest$ = exports.DeleteBucketEncryptionRequest$ = exports.DeleteBucketCorsRequest$ = exports.DeleteBucketAnalyticsConfigurationRequest$ = exports.Delete$ = exports.DefaultRetention$ = exports.CSVOutput$ = exports.CSVInput$ = exports.CreateSessionRequest$ = exports.CreateSessionOutput$ = exports.CreateMultipartUploadRequest$ = exports.CreateMultipartUploadOutput$ = exports.CreateBucketRequest$ = exports.CreateBucketOutput$ = void 0;
|
|
5
|
-
exports.GetObjectLegalHoldRequest$ = exports.GetObjectLegalHoldOutput$ = exports.GetObjectAttributesRequest$ = exports.GetObjectAttributesParts$ = exports.GetObjectAttributesOutput$ = exports.GetObjectAclRequest$ = exports.GetObjectAclOutput$ = exports.GetBucketWebsiteRequest$ = exports.GetBucketWebsiteOutput$ = exports.GetBucketVersioningRequest$ = exports.GetBucketVersioningOutput$ = exports.GetBucketTaggingRequest$ = exports.GetBucketTaggingOutput$ = exports.GetBucketRequestPaymentRequest$ = exports.GetBucketRequestPaymentOutput$ = exports.GetBucketReplicationRequest$ = exports.GetBucketReplicationOutput$ = exports.GetBucketPolicyStatusRequest$ = exports.GetBucketPolicyStatusOutput$ = exports.GetBucketPolicyRequest$ = exports.GetBucketPolicyOutput$ = exports.GetBucketOwnershipControlsRequest$ = exports.GetBucketOwnershipControlsOutput$ = exports.GetBucketNotificationConfigurationRequest$ = exports.GetBucketMetricsConfigurationRequest$ = exports.GetBucketMetricsConfigurationOutput$ = exports.GetBucketMetadataTableConfigurationResult$ = exports.GetBucketMetadataTableConfigurationRequest$ = exports.GetBucketMetadataTableConfigurationOutput$ = exports.GetBucketMetadataConfigurationResult$ = exports.GetBucketMetadataConfigurationRequest$ = exports.GetBucketMetadataConfigurationOutput$ = exports.GetBucketLoggingRequest$ = exports.GetBucketLoggingOutput$ = exports.GetBucketLocationRequest$ = exports.GetBucketLocationOutput$ = exports.GetBucketLifecycleConfigurationRequest$ = exports.GetBucketLifecycleConfigurationOutput$ = exports.GetBucketInventoryConfigurationRequest$ = exports.GetBucketInventoryConfigurationOutput$ = exports.GetBucketIntelligentTieringConfigurationRequest$ = exports.GetBucketIntelligentTieringConfigurationOutput$ = exports.GetBucketEncryptionRequest$ = exports.GetBucketEncryptionOutput$ = exports.GetBucketCorsRequest$ = exports.GetBucketCorsOutput$ = exports.GetBucketAnalyticsConfigurationRequest$ = exports.GetBucketAnalyticsConfigurationOutput$ = exports.GetBucketAclRequest$ = exports.GetBucketAclOutput$ = void 0;
|
|
6
|
-
exports.ListBucketInventoryConfigurationsRequest$ = exports.ListBucketInventoryConfigurationsOutput$ = exports.ListBucketIntelligentTieringConfigurationsRequest$ = exports.ListBucketIntelligentTieringConfigurationsOutput$ = exports.ListBucketAnalyticsConfigurationsRequest$ = exports.ListBucketAnalyticsConfigurationsOutput$ = exports.LifecycleRuleFilter$ = exports.LifecycleRuleAndOperator$ = exports.LifecycleRule$ = exports.LifecycleExpiration$ = exports.LambdaFunctionConfiguration$ = exports.JSONOutput$ = exports.JSONInput$ = exports.JournalTableConfigurationUpdates$ = exports.JournalTableConfigurationResult$ = exports.JournalTableConfiguration$ = exports.InventoryTableConfigurationUpdates$ = exports.InventoryTableConfigurationResult$ = exports.InventoryTableConfiguration$ = exports.InventorySchedule$ = exports.InventoryS3BucketDestination$ = exports.InventoryFilter$ = exports.InventoryEncryption$ = exports.InventoryDestination$ = exports.InventoryConfiguration$ = exports.IntelligentTieringFilter$ = exports.IntelligentTieringConfiguration$ = exports.IntelligentTieringAndOperator$ = exports.InputSerialization$ = exports.Initiator$ = exports.IndexDocument$ = exports.HeadObjectRequest$ = exports.HeadObjectOutput$ = exports.HeadBucketRequest$ = exports.HeadBucketOutput$ = exports.Grantee$ = exports.Grant$ = exports.GlacierJobParameters$ = exports.GetPublicAccessBlockRequest$ = exports.GetPublicAccessBlockOutput$ = exports.GetObjectTorrentRequest$ = exports.GetObjectTorrentOutput$ = exports.GetObjectTaggingRequest$ = exports.GetObjectTaggingOutput$ = exports.GetObjectRetentionRequest$ = exports.GetObjectRetentionOutput$ = exports.GetObjectRequest$ = exports.GetObjectOutput$ = exports.GetObjectLockConfigurationRequest$ = exports.GetObjectLockConfigurationOutput$ = void 0;
|
|
7
|
-
exports.Progress$ = exports.PolicyStatus$ = exports.PartitionedPrefix$ = exports.Part$ = exports.ParquetInput$ = exports.OwnershipControlsRule$ = exports.OwnershipControls$ = exports.Owner$ = exports.OutputSerialization$ = exports.OutputLocation$ = exports.ObjectVersion$ = exports.ObjectPart$ = exports.ObjectLockRule$ = exports.ObjectLockRetention$ = exports.ObjectLockLegalHold$ = exports.ObjectLockConfiguration$ = exports.ObjectIdentifier$ = exports._Object$ = exports.NotificationConfigurationFilter$ = exports.NotificationConfiguration$ = exports.NoncurrentVersionTransition$ = exports.NoncurrentVersionExpiration$ = exports.MultipartUpload$ = exports.MetricsConfiguration$ = exports.MetricsAndOperator$ = exports.Metrics$ = exports.MetadataTableEncryptionConfiguration$ = exports.MetadataTableConfigurationResult$ = exports.MetadataTableConfiguration$ = exports.MetadataEntry$ = exports.MetadataConfigurationResult$ = exports.MetadataConfiguration$ = exports.LoggingEnabled$ = exports.LocationInfo$ = exports.ListPartsRequest$ = exports.ListPartsOutput$ = exports.ListObjectVersionsRequest$ = exports.ListObjectVersionsOutput$ = exports.ListObjectsV2Request$ = exports.ListObjectsV2Output$ = exports.ListObjectsRequest$ = exports.ListObjectsOutput$ = exports.ListMultipartUploadsRequest$ = exports.ListMultipartUploadsOutput$ = exports.ListDirectoryBucketsRequest$ = exports.ListDirectoryBucketsOutput$ = exports.ListBucketsRequest$ = exports.ListBucketsOutput$ = exports.ListBucketMetricsConfigurationsRequest$ = exports.ListBucketMetricsConfigurationsOutput$ = void 0;
|
|
8
|
-
exports.RequestPaymentConfiguration$ = exports.ReplicationTimeValue$ = exports.ReplicationTime$ = exports.ReplicationRuleFilter$ = exports.ReplicationRuleAndOperator$ = exports.ReplicationRule$ = exports.ReplicationConfiguration$ = exports.ReplicaModifications$ = exports.RenameObjectRequest$ = exports.RenameObjectOutput$ = exports.RedirectAllRequestsTo$ = exports.Redirect$ = exports.RecordsEvent$ = exports.RecordExpiration$ = exports.QueueConfiguration$ = exports.PutPublicAccessBlockRequest$ = exports.PutObjectTaggingRequest$ = exports.PutObjectTaggingOutput$ = exports.PutObjectRetentionRequest$ = exports.PutObjectRetentionOutput$ = exports.PutObjectRequest$ = exports.PutObjectOutput$ = exports.PutObjectLockConfigurationRequest$ = exports.PutObjectLockConfigurationOutput$ = exports.PutObjectLegalHoldRequest$ = exports.PutObjectLegalHoldOutput$ = exports.PutObjectAclRequest$ = exports.PutObjectAclOutput$ = exports.PutBucketWebsiteRequest$ = exports.PutBucketVersioningRequest$ = exports.PutBucketTaggingRequest$ = exports.PutBucketRequestPaymentRequest$ = exports.PutBucketReplicationRequest$ = exports.PutBucketPolicyRequest$ = exports.PutBucketOwnershipControlsRequest$ = exports.PutBucketNotificationConfigurationRequest$ = exports.PutBucketMetricsConfigurationRequest$ = exports.PutBucketLoggingRequest$ = exports.PutBucketLifecycleConfigurationRequest$ = exports.PutBucketLifecycleConfigurationOutput$ = exports.PutBucketInventoryConfigurationRequest$ = exports.PutBucketIntelligentTieringConfigurationRequest$ = exports.PutBucketEncryptionRequest$ = exports.PutBucketCorsRequest$ = exports.PutBucketAnalyticsConfigurationRequest$ = exports.PutBucketAclRequest$ = exports.PutBucketAccelerateConfigurationRequest$ = exports.PutBucketAbacRequest$ = exports.PublicAccessBlockConfiguration$ = exports.ProgressEvent$ = void 0;
|
|
9
|
-
exports.SelectObjectContentEventStream$ = exports.ObjectEncryption$ = exports.MetricsFilter$ = exports.AnalyticsFilter$ = exports.WriteGetObjectResponseRequest$ = exports.WebsiteConfiguration$ = exports.VersioningConfiguration$ = exports.UploadPartRequest$ = exports.UploadPartOutput$ = exports.UploadPartCopyRequest$ = exports.UploadPartCopyOutput$ = exports.UpdateObjectEncryptionResponse$ = exports.UpdateObjectEncryptionRequest$ = exports.UpdateBucketMetadataJournalTableConfigurationRequest$ = exports.UpdateBucketMetadataInventoryTableConfigurationRequest$ = exports.Transition$ = exports.TopicConfiguration$ = exports.Tiering$ = exports.TargetObjectKeyFormat$ = exports.TargetGrant$ = exports.Tagging$ = exports.Tag$ = exports.StorageClassAnalysisDataExport$ = exports.StorageClassAnalysis$ = exports.StatsEvent$ = exports.Stats$ = exports.SSES3$ = exports.SSEKMSEncryption$ = exports.SseKmsEncryptedObjects$ = exports.SSEKMS$ = exports.SourceSelectionCriteria$ = exports.SimplePrefix$ = exports.SessionCredentials$ = exports.ServerSideEncryptionRule$ = exports.ServerSideEncryptionConfiguration$ = exports.ServerSideEncryptionByDefault$ = exports.SelectParameters$ = exports.SelectObjectContentRequest$ = exports.SelectObjectContentOutput$ = exports.ScanRange$ = exports.S3TablesDestinationResult$ = exports.S3TablesDestination$ = exports.S3Location$ = exports.S3KeyFilter$ = exports.RoutingRule$ = exports.RestoreStatus$ = exports.RestoreRequest$ = exports.RestoreObjectRequest$ = exports.RestoreObjectOutput$ = exports.RequestProgress$ = void 0;
|
|
10
|
-
exports.GetBucketWebsite$ = exports.GetBucketVersioning$ = exports.GetBucketTagging$ = exports.GetBucketRequestPayment$ = exports.GetBucketReplication$ = exports.GetBucketPolicyStatus$ = exports.GetBucketPolicy$ = exports.GetBucketOwnershipControls$ = exports.GetBucketNotificationConfiguration$ = exports.GetBucketMetricsConfiguration$ = exports.GetBucketMetadataTableConfiguration$ = exports.GetBucketMetadataConfiguration$ = exports.GetBucketLogging$ = exports.GetBucketLocation$ = exports.GetBucketLifecycleConfiguration$ = exports.GetBucketInventoryConfiguration$ = exports.GetBucketIntelligentTieringConfiguration$ = exports.GetBucketEncryption$ = exports.GetBucketCors$ = exports.GetBucketAnalyticsConfiguration$ = exports.GetBucketAcl$ = exports.GetBucketAccelerateConfiguration$ = exports.GetBucketAbac$ = exports.DeletePublicAccessBlock$ = exports.DeleteObjectTagging$ = exports.DeleteObjects$ = exports.DeleteObject$ = exports.DeleteBucketWebsite$ = exports.DeleteBucketTagging$ = exports.DeleteBucketReplication$ = exports.DeleteBucketPolicy$ = exports.DeleteBucketOwnershipControls$ = exports.DeleteBucketMetricsConfiguration$ = exports.DeleteBucketMetadataTableConfiguration$ = exports.DeleteBucketMetadataConfiguration$ = exports.DeleteBucketLifecycle$ = exports.DeleteBucketInventoryConfiguration$ = exports.DeleteBucketIntelligentTieringConfiguration$ = exports.DeleteBucketEncryption$ = exports.DeleteBucketCors$ = exports.DeleteBucketAnalyticsConfiguration$ = exports.DeleteBucket$ = exports.CreateSession$ = exports.CreateMultipartUpload$ = exports.CreateBucketMetadataTableConfiguration$ = exports.CreateBucketMetadataConfiguration$ = exports.CreateBucket$ = exports.CopyObject$ = exports.CompleteMultipartUpload$ = exports.AbortMultipartUpload$ = void 0;
|
|
11
|
-
exports.RestoreObject$ = exports.RenameObject$ = exports.PutPublicAccessBlock$ = exports.PutObjectTagging$ = exports.PutObjectRetention$ = exports.PutObjectLockConfiguration$ = exports.PutObjectLegalHold$ = exports.PutObjectAcl$ = exports.PutObject$ = exports.PutBucketWebsite$ = exports.PutBucketVersioning$ = exports.PutBucketTagging$ = exports.PutBucketRequestPayment$ = exports.PutBucketReplication$ = exports.PutBucketPolicy$ = exports.PutBucketOwnershipControls$ = exports.PutBucketNotificationConfiguration$ = exports.PutBucketMetricsConfiguration$ = exports.PutBucketLogging$ = exports.PutBucketLifecycleConfiguration$ = exports.PutBucketInventoryConfiguration$ = exports.PutBucketIntelligentTieringConfiguration$ = exports.PutBucketEncryption$ = exports.PutBucketCors$ = exports.PutBucketAnalyticsConfiguration$ = exports.PutBucketAcl$ = exports.PutBucketAccelerateConfiguration$ = exports.PutBucketAbac$ = exports.ListParts$ = exports.ListObjectVersions$ = exports.ListObjectsV2$ = exports.ListObjects$ = exports.ListMultipartUploads$ = exports.ListDirectoryBuckets$ = exports.ListBuckets$ = exports.ListBucketMetricsConfigurations$ = exports.ListBucketInventoryConfigurations$ = exports.ListBucketIntelligentTieringConfigurations$ = exports.ListBucketAnalyticsConfigurations$ = exports.HeadObject$ = exports.HeadBucket$ = exports.GetPublicAccessBlock$ = exports.GetObjectTorrent$ = exports.GetObjectTagging$ = exports.GetObjectRetention$ = exports.GetObjectLockConfiguration$ = exports.GetObjectLegalHold$ = exports.GetObjectAttributes$ = exports.GetObjectAcl$ = exports.GetObject$ = void 0;
|
|
12
|
-
exports.WriteGetObjectResponse$ = exports.UploadPartCopy$ = exports.UploadPart$ = exports.UpdateObjectEncryption$ = exports.UpdateBucketMetadataJournalTableConfiguration$ = exports.UpdateBucketMetadataInventoryTableConfiguration$ = exports.SelectObjectContent$ = void 0;
|
|
13
1
|
const _A = "Account";
|
|
14
2
|
const _AAO = "AnalyticsAndOperator";
|
|
15
3
|
const _AC = "AccelerateConfiguration";
|
|
@@ -19,8 +7,11 @@ const _ACLn = "AnalyticsConfigurationList";
|
|
|
19
7
|
const _ACP = "AccessControlPolicy";
|
|
20
8
|
const _ACT = "AccessControlTranslation";
|
|
21
9
|
const _ACn = "AnalyticsConfiguration";
|
|
10
|
+
const _ACnn = "AnnotationCount";
|
|
22
11
|
const _AD = "AccessDenied";
|
|
23
12
|
const _ADb = "AbortDate";
|
|
13
|
+
const _ADn = "AnnotationDirective";
|
|
14
|
+
const _AE = "AnnotationEntry";
|
|
24
15
|
const _AED = "AnalyticsExportDestination";
|
|
25
16
|
const _AF = "AnalyticsFilter";
|
|
26
17
|
const _AH = "AllowedHeaders";
|
|
@@ -28,15 +19,21 @@ const _AHl = "AllowedHeader";
|
|
|
28
19
|
const _AI = "AccountId";
|
|
29
20
|
const _AIMU = "AbortIncompleteMultipartUpload";
|
|
30
21
|
const _AKI = "AccessKeyId";
|
|
22
|
+
const _AL = "AnnotationList";
|
|
23
|
+
const _ALE = "AnnotationLimitExceeded";
|
|
31
24
|
const _AM = "AllowedMethods";
|
|
32
25
|
const _AMU = "AbortMultipartUpload";
|
|
33
26
|
const _AMUO = "AbortMultipartUploadOutput";
|
|
34
27
|
const _AMUR = "AbortMultipartUploadRequest";
|
|
35
28
|
const _AMl = "AllowedMethod";
|
|
29
|
+
const _AN = "AnnotationName";
|
|
30
|
+
const _ANTL = "AnnotationNameTooLong";
|
|
36
31
|
const _AO = "AllowedOrigins";
|
|
37
32
|
const _AOl = "AllowedOrigin";
|
|
33
|
+
const _AP = "AnnotationPayload";
|
|
38
34
|
const _APA = "AccessPointAlias";
|
|
39
35
|
const _APAc = "AccessPointArn";
|
|
36
|
+
const _APn = "AnnotationPrefix";
|
|
40
37
|
const _AQRD = "AllowQuotedRecordDelimiter";
|
|
41
38
|
const _AR = "AcceptRanges";
|
|
42
39
|
const _ARI = "AbortRuleId";
|
|
@@ -45,7 +42,11 @@ const _ASBD = "AnalyticsS3BucketDestination";
|
|
|
45
42
|
const _ASSEBD = "ApplyServerSideEncryptionByDefault";
|
|
46
43
|
const _ASr = "ArchiveStatus";
|
|
47
44
|
const _AT = "AccessTier";
|
|
45
|
+
const _ATC = "AnnotationTableConfiguration";
|
|
46
|
+
const _ATCR = "AnnotationTableConfigurationResult";
|
|
47
|
+
const _ATCU = "AnnotationTableConfigurationUpdates";
|
|
48
48
|
const _An = "And";
|
|
49
|
+
const _Ann = "Annotations";
|
|
49
50
|
const _B = "Bucket";
|
|
50
51
|
const _BA = "BucketArn";
|
|
51
52
|
const _BAE = "BucketAlreadyExists";
|
|
@@ -125,7 +126,7 @@ const _CPom = "CommonPrefixes";
|
|
|
125
126
|
const _CR = "ContentRange";
|
|
126
127
|
const _CRSBA = "ConfirmRemoveSelfBucketAccess";
|
|
127
128
|
const _CR_ = "Content-Range";
|
|
128
|
-
const _CS = "
|
|
129
|
+
const _CS = "ConfigurationState";
|
|
129
130
|
const _CSHA = "ChecksumSHA1";
|
|
130
131
|
const _CSHAh = "ChecksumSHA256";
|
|
131
132
|
const _CSHAhe = "ChecksumSHA512";
|
|
@@ -144,7 +145,7 @@ const _CSV = "CSV";
|
|
|
144
145
|
const _CSVI = "CopySourceVersionId";
|
|
145
146
|
const _CSVIn = "CSVInput";
|
|
146
147
|
const _CSVO = "CSVOutput";
|
|
147
|
-
const _CSo = "
|
|
148
|
+
const _CSo = "CopySource";
|
|
148
149
|
const _CSr = "CreateSession";
|
|
149
150
|
const _CT = "ChecksumType";
|
|
150
151
|
const _CT_ = "Content-Type";
|
|
@@ -205,6 +206,9 @@ const _DMVI = "DeleteMarkerVersionId";
|
|
|
205
206
|
const _DMe = "DeleteMarkers";
|
|
206
207
|
const _DN = "DisplayName";
|
|
207
208
|
const _DO = "DeletedObject";
|
|
209
|
+
const _DOA = "DeleteObjectAnnotation";
|
|
210
|
+
const _DOAO = "DeleteObjectAnnotationOutput";
|
|
211
|
+
const _DOAR = "DeleteObjectAnnotationRequest";
|
|
208
212
|
const _DOO = "DeleteObjectOutput";
|
|
209
213
|
const _DOOe = "DeleteObjectsOutput";
|
|
210
214
|
const _DOR = "DeleteObjectRequest";
|
|
@@ -228,7 +232,7 @@ const _Deli = "Delimiter";
|
|
|
228
232
|
const _Des = "Destination";
|
|
229
233
|
const _Desc = "Description";
|
|
230
234
|
const _Det = "Details";
|
|
231
|
-
const _E = "
|
|
235
|
+
const _E = "Error";
|
|
232
236
|
const _EA = "EmailAddress";
|
|
233
237
|
const _EBC = "EventBridgeConfiguration";
|
|
234
238
|
const _EBO = "ExpectedBucketOwner";
|
|
@@ -244,22 +248,22 @@ const _EODM = "ExpiredObjectDeleteMarker";
|
|
|
244
248
|
const _EOR = "ExistingObjectReplication";
|
|
245
249
|
const _ES = "ExpiresString";
|
|
246
250
|
const _ESBO = "ExpectedSourceBucketOwner";
|
|
247
|
-
const _ET = "
|
|
251
|
+
const _ET = "ETag";
|
|
248
252
|
const _ETL = "EncryptionTypeList";
|
|
249
253
|
const _ETM = "EncryptionTypeMismatch";
|
|
250
|
-
const
|
|
251
|
-
const
|
|
254
|
+
const _ETn = "EncryptionType";
|
|
255
|
+
const _ETnc = "EncodingType";
|
|
252
256
|
const _ETv = "EventThreshold";
|
|
253
257
|
const _ETx = "ExpressionType";
|
|
254
258
|
const _En = "Encryption";
|
|
255
259
|
const _Ena = "Enabled";
|
|
256
260
|
const _End = "End";
|
|
257
261
|
const _Er = "Errors";
|
|
258
|
-
const _Err = "Error";
|
|
259
262
|
const _Ev = "Events";
|
|
260
263
|
const _Eve = "Event";
|
|
261
|
-
const _Ex = "
|
|
262
|
-
const _Exp = "
|
|
264
|
+
const _Ex = "Expiration";
|
|
265
|
+
const _Exp = "Expires";
|
|
266
|
+
const _Expr = "Expression";
|
|
263
267
|
const _F = "Filter";
|
|
264
268
|
const _FD = "FieldDelimiter";
|
|
265
269
|
const _FHI = "FileHeaderInfo";
|
|
@@ -346,12 +350,15 @@ const _GJP = "GlacierJobParameters";
|
|
|
346
350
|
const _GO = "GetObject";
|
|
347
351
|
const _GOA = "GetObjectAcl";
|
|
348
352
|
const _GOAO = "GetObjectAclOutput";
|
|
349
|
-
const _GOAOe = "
|
|
353
|
+
const _GOAOe = "GetObjectAnnotationOutput";
|
|
354
|
+
const _GOAOet = "GetObjectAttributesOutput";
|
|
350
355
|
const _GOAP = "GetObjectAttributesParts";
|
|
351
356
|
const _GOAR = "GetObjectAclRequest";
|
|
352
|
-
const _GOARe = "
|
|
353
|
-
const _GOARet = "
|
|
354
|
-
const
|
|
357
|
+
const _GOARe = "GetObjectAnnotationRequest";
|
|
358
|
+
const _GOARet = "GetObjectAttributesResponse";
|
|
359
|
+
const _GOARetb = "GetObjectAttributesRequest";
|
|
360
|
+
const _GOAe = "GetObjectAnnotation";
|
|
361
|
+
const _GOAet = "GetObjectAttributes";
|
|
355
362
|
const _GOLC = "GetObjectLockConfiguration";
|
|
356
363
|
const _GOLCO = "GetObjectLockConfigurationOutput";
|
|
357
364
|
const _GOLCR = "GetObjectLockConfigurationRequest";
|
|
@@ -388,6 +395,7 @@ const _HOO = "HeadObjectOutput";
|
|
|
388
395
|
const _HOR = "HeadObjectRequest";
|
|
389
396
|
const _HRC = "HttpRedirectCode";
|
|
390
397
|
const _I = "Id";
|
|
398
|
+
const _IAN = "InvalidAnnotationName";
|
|
391
399
|
const _IC = "InventoryConfiguration";
|
|
392
400
|
const _ICL = "InventoryConfigurationList";
|
|
393
401
|
const _ID = "ID";
|
|
@@ -410,9 +418,10 @@ const _INM_ = "If-None-Match";
|
|
|
410
418
|
const _IOF = "InventoryOptionalFields";
|
|
411
419
|
const _IOS = "InvalidObjectState";
|
|
412
420
|
const _IOV = "IncludedObjectVersions";
|
|
413
|
-
const _IP = "
|
|
421
|
+
const _IP = "InvalidPrefix";
|
|
414
422
|
const _IPA = "IgnorePublicAcls";
|
|
415
423
|
const _IPM = "IdempotencyParameterMismatch";
|
|
424
|
+
const _IPs = "IsPublic";
|
|
416
425
|
const _IR = "InvalidRequest";
|
|
417
426
|
const _IRIP = "IsRestoreInProgress";
|
|
418
427
|
const _IS = "InputSerialization";
|
|
@@ -490,6 +499,9 @@ const _LMUR = "ListMultipartUploadsResult";
|
|
|
490
499
|
const _LMURi = "ListMultipartUploadsRequest";
|
|
491
500
|
const _LM_ = "Last-Modified";
|
|
492
501
|
const _LO = "ListObjects";
|
|
502
|
+
const _LOA = "ListObjectAnnotations";
|
|
503
|
+
const _LOAO = "ListObjectAnnotationsOutput";
|
|
504
|
+
const _LOAR = "ListObjectAnnotationsRequest";
|
|
493
505
|
const _LOO = "ListObjectsOutput";
|
|
494
506
|
const _LOR = "ListObjectsRequest";
|
|
495
507
|
const _LOV = "ListObjectsV2";
|
|
@@ -509,6 +521,7 @@ const _LRi = "LifecycleRules";
|
|
|
509
521
|
const _LVR = "ListVersionsResult";
|
|
510
522
|
const _M = "Metadata";
|
|
511
523
|
const _MAO = "MetricsAndOperator";
|
|
524
|
+
const _MAR = "MaxAnnotationResults";
|
|
512
525
|
const _MAS = "MaxAgeSeconds";
|
|
513
526
|
const _MB = "MaxBuckets";
|
|
514
527
|
const _MC = "MetadataConfiguration";
|
|
@@ -548,6 +561,7 @@ const _NKM = "NextKeyMarker";
|
|
|
548
561
|
const _NM = "NextMarker";
|
|
549
562
|
const _NNV = "NewerNoncurrentVersions";
|
|
550
563
|
const _NPNM = "NextPartNumberMarker";
|
|
564
|
+
const _NSA = "NoSuchAnnotation";
|
|
551
565
|
const _NSB = "NoSuchBucket";
|
|
552
566
|
const _NSK = "NoSuchKey";
|
|
553
567
|
const _NSU = "NoSuchUpload";
|
|
@@ -567,6 +581,7 @@ const _OE = "ObjectEncryption";
|
|
|
567
581
|
const _OF = "OptionalFields";
|
|
568
582
|
const _OI = "ObjectIdentifier";
|
|
569
583
|
const _OIL = "ObjectIdentifierList";
|
|
584
|
+
const _OIM = "ObjectIfMatch";
|
|
570
585
|
const _OL = "OutputLocation";
|
|
571
586
|
const _OLC = "ObjectLockConfiguration";
|
|
572
587
|
const _OLE = "ObjectLockEnabled";
|
|
@@ -589,6 +604,7 @@ const _OSLT = "ObjectSizeLessThan";
|
|
|
589
604
|
const _OSV = "OutputSchemaVersion";
|
|
590
605
|
const _OSu = "OutputSerialization";
|
|
591
606
|
const _OV = "ObjectVersion";
|
|
607
|
+
const _OVI = "ObjectVersionId";
|
|
592
608
|
const _OVL = "ObjectVersionList";
|
|
593
609
|
const _Ob = "Objects";
|
|
594
610
|
const _Obj = "Object";
|
|
@@ -643,7 +659,10 @@ const _PNM = "PartNumberMarker";
|
|
|
643
659
|
const _PO = "PutObject";
|
|
644
660
|
const _POA = "PutObjectAcl";
|
|
645
661
|
const _POAO = "PutObjectAclOutput";
|
|
662
|
+
const _POAOu = "PutObjectAnnotationOutput";
|
|
646
663
|
const _POAR = "PutObjectAclRequest";
|
|
664
|
+
const _POARu = "PutObjectAnnotationRequest";
|
|
665
|
+
const _POAu = "PutObjectAnnotation";
|
|
647
666
|
const _POLC = "PutObjectLockConfiguration";
|
|
648
667
|
const _POLCO = "PutObjectLockConfigurationOutput";
|
|
649
668
|
const _POLCR = "PutObjectLockConfigurationRequest";
|
|
@@ -681,7 +700,7 @@ const _QCue = "QueueConfiguration";
|
|
|
681
700
|
const _QEC = "QuoteEscapeCharacter";
|
|
682
701
|
const _QF = "QuoteFields";
|
|
683
702
|
const _Qu = "Queue";
|
|
684
|
-
const _R = "
|
|
703
|
+
const _R = "Role";
|
|
685
704
|
const _RART = "RedirectAllRequestsTo";
|
|
686
705
|
const _RC = "RequestCharged";
|
|
687
706
|
const _RCC = "ResponseCacheControl";
|
|
@@ -730,8 +749,8 @@ const _Re = "Restore";
|
|
|
730
749
|
const _Rec = "Records";
|
|
731
750
|
const _Red = "Redirect";
|
|
732
751
|
const _Ret = "Retention";
|
|
733
|
-
const
|
|
734
|
-
const
|
|
752
|
+
const _Ru = "Rules";
|
|
753
|
+
const _Rul = "Rule";
|
|
735
754
|
const _S = "Status";
|
|
736
755
|
const _SA = "StartAfter";
|
|
737
756
|
const _SAK = "SecretAccessKey";
|
|
@@ -805,13 +824,13 @@ const _TGa = "TargetGrant";
|
|
|
805
824
|
const _TL = "TieringList";
|
|
806
825
|
const _TLr = "TransitionList";
|
|
807
826
|
const _TMP = "TooManyParts";
|
|
808
|
-
const _TN = "
|
|
809
|
-
const _TNa = "
|
|
827
|
+
const _TN = "TableName";
|
|
828
|
+
const _TNa = "TableNamespace";
|
|
810
829
|
const _TOKF = "TargetObjectKeyFormat";
|
|
811
830
|
const _TP = "TargetPrefix";
|
|
812
831
|
const _TPC = "TotalPartsCount";
|
|
813
|
-
const _TS = "
|
|
814
|
-
const _TSa = "
|
|
832
|
+
const _TS = "TableStatus";
|
|
833
|
+
const _TSa = "TagSet";
|
|
815
834
|
const _Ta = "Tag";
|
|
816
835
|
const _Tag = "Tagging";
|
|
817
836
|
const _Ti = "Tier";
|
|
@@ -824,6 +843,8 @@ const _Tr = "Transitions";
|
|
|
824
843
|
const _Tra = "Transition";
|
|
825
844
|
const _Ty = "Type";
|
|
826
845
|
const _U = "Uploads";
|
|
846
|
+
const _UBMATC = "UpdateBucketMetadataAnnotationTableConfiguration";
|
|
847
|
+
const _UBMATCR = "UpdateBucketMetadataAnnotationTableConfigurationRequest";
|
|
827
848
|
const _UBMITC = "UpdateBucketMetadataInventoryTableConfiguration";
|
|
828
849
|
const _UBMITCR = "UpdateBucketMetadataInventoryTableConfigurationRequest";
|
|
829
850
|
const _UBMJTC = "UpdateBucketMetadataJournalTableConfiguration";
|
|
@@ -831,6 +852,7 @@ const _UBMJTCR = "UpdateBucketMetadataJournalTableConfigurationRequest";
|
|
|
831
852
|
const _UI = "UploadId";
|
|
832
853
|
const _UIM = "UploadIdMarker";
|
|
833
854
|
const _UM = "UserMetadata";
|
|
855
|
+
const _UMT = "UnsupportedMediaType";
|
|
834
856
|
const _UOE = "UpdateObjectEncryption";
|
|
835
857
|
const _UOER = "UpdateObjectEncryptionRequest";
|
|
836
858
|
const _UOERp = "UpdateObjectEncryptionResponse";
|
|
@@ -854,6 +876,8 @@ const _WGORR = "WriteGetObjectResponseRequest";
|
|
|
854
876
|
const _WOB = "WriteOffsetBytes";
|
|
855
877
|
const _WRL = "WebsiteRedirectLocation";
|
|
856
878
|
const _Y = "Years";
|
|
879
|
+
const _aN = "annotationName";
|
|
880
|
+
const _ap = "annotation-prefix";
|
|
857
881
|
const _ar = "accept-ranges";
|
|
858
882
|
const _br = "bucket-region";
|
|
859
883
|
const _c = "client";
|
|
@@ -877,6 +901,7 @@ const _i = "id";
|
|
|
877
901
|
const _iT = "idempotencyToken";
|
|
878
902
|
const _km = "key-marker";
|
|
879
903
|
const _m = "marker";
|
|
904
|
+
const _mar = "max-annotation-results";
|
|
880
905
|
const _mb = "max-buckets";
|
|
881
906
|
const _mdb = "max-directory-buckets";
|
|
882
907
|
const _mk = "max-keys";
|
|
@@ -1002,12 +1027,15 @@ const _xamos = "x-amz-mp-object-size";
|
|
|
1002
1027
|
const _xamp = "x-amz-max-parts";
|
|
1003
1028
|
const _xampc = "x-amz-mp-parts-count";
|
|
1004
1029
|
const _xaoa = "x-amz-object-attributes";
|
|
1030
|
+
const _xaoad = "x-amz-object-annotation-directive";
|
|
1031
|
+
const _xaoim = "x-amz-object-if-match";
|
|
1005
1032
|
const _xaollh = "x-amz-object-lock-legal-hold";
|
|
1006
1033
|
const _xaolm = "x-amz-object-lock-mode";
|
|
1007
1034
|
const _xaolrud = "x-amz-object-lock-retain-until-date";
|
|
1008
1035
|
const _xaoo = "x-amz-object-ownership";
|
|
1009
1036
|
const _xaooa = "x-amz-optional-object-attributes";
|
|
1010
1037
|
const _xaos = "x-amz-object-size";
|
|
1038
|
+
const _xaovi = "x-amz-object-version-id";
|
|
1011
1039
|
const _xapnm = "x-amz-part-number-marker";
|
|
1012
1040
|
const _xar = "x-amz-restore";
|
|
1013
1041
|
const _xarc = "x-amz-request-charged";
|
|
@@ -1041,103 +1069,161 @@ const _xawob = "x-amz-write-offset-bytes";
|
|
|
1041
1069
|
const _xawrl = "x-amz-website-redirect-location";
|
|
1042
1070
|
const _xs = "xsi:type";
|
|
1043
1071
|
const n0 = "com.amazonaws.s3";
|
|
1044
|
-
const
|
|
1045
|
-
const
|
|
1046
|
-
const
|
|
1047
|
-
const _s_registry =
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1072
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
1073
|
+
const { AccessDenied, AnnotationLimitExceeded, AnnotationNameTooLong, BucketAlreadyExists, BucketAlreadyOwnedByYou, EncryptionTypeMismatch, IdempotencyParameterMismatch, InvalidAnnotationName, InvalidObjectState, InvalidPrefix, InvalidRequest, InvalidWriteOffset, NoSuchAnnotation, NoSuchBucket, NoSuchKey, NoSuchUpload, NotFound, ObjectAlreadyInActiveTierError, ObjectNotInActiveTierError, TooManyParts, UnsupportedMediaType } = require("../models/errors");
|
|
1074
|
+
const { S3ServiceException } = require("../models/S3ServiceException");
|
|
1075
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
1076
|
+
const S3ServiceException$ = [-3, _s, "S3ServiceException", 0, [], []];
|
|
1077
|
+
exports.S3ServiceException$ = S3ServiceException$;
|
|
1078
|
+
_s_registry.registerError(S3ServiceException$, S3ServiceException);
|
|
1079
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
1080
|
+
const AccessDenied$ = [-3, n0, _AD,
|
|
1052
1081
|
{ [_e]: _c, [_hE]: 403 },
|
|
1053
1082
|
[],
|
|
1054
1083
|
[]
|
|
1055
1084
|
];
|
|
1056
|
-
|
|
1057
|
-
|
|
1085
|
+
exports.AccessDenied$ = AccessDenied$;
|
|
1086
|
+
n0_registry.registerError(AccessDenied$, AccessDenied);
|
|
1087
|
+
const AnnotationLimitExceeded$ = [-3, n0, _ALE,
|
|
1088
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1089
|
+
[],
|
|
1090
|
+
[]
|
|
1091
|
+
];
|
|
1092
|
+
exports.AnnotationLimitExceeded$ = AnnotationLimitExceeded$;
|
|
1093
|
+
n0_registry.registerError(AnnotationLimitExceeded$, AnnotationLimitExceeded);
|
|
1094
|
+
const AnnotationNameTooLong$ = [-3, n0, _ANTL,
|
|
1095
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1096
|
+
[],
|
|
1097
|
+
[]
|
|
1098
|
+
];
|
|
1099
|
+
exports.AnnotationNameTooLong$ = AnnotationNameTooLong$;
|
|
1100
|
+
n0_registry.registerError(AnnotationNameTooLong$, AnnotationNameTooLong);
|
|
1101
|
+
const BucketAlreadyExists$ = [-3, n0, _BAE,
|
|
1058
1102
|
{ [_e]: _c, [_hE]: 409 },
|
|
1059
1103
|
[],
|
|
1060
1104
|
[]
|
|
1061
1105
|
];
|
|
1062
|
-
|
|
1063
|
-
|
|
1106
|
+
exports.BucketAlreadyExists$ = BucketAlreadyExists$;
|
|
1107
|
+
n0_registry.registerError(BucketAlreadyExists$, BucketAlreadyExists);
|
|
1108
|
+
const BucketAlreadyOwnedByYou$ = [-3, n0, _BAOBY,
|
|
1064
1109
|
{ [_e]: _c, [_hE]: 409 },
|
|
1065
1110
|
[],
|
|
1066
1111
|
[]
|
|
1067
1112
|
];
|
|
1068
|
-
|
|
1069
|
-
|
|
1113
|
+
exports.BucketAlreadyOwnedByYou$ = BucketAlreadyOwnedByYou$;
|
|
1114
|
+
n0_registry.registerError(BucketAlreadyOwnedByYou$, BucketAlreadyOwnedByYou);
|
|
1115
|
+
const EncryptionTypeMismatch$ = [-3, n0, _ETM,
|
|
1070
1116
|
{ [_e]: _c, [_hE]: 400 },
|
|
1071
1117
|
[],
|
|
1072
1118
|
[]
|
|
1073
1119
|
];
|
|
1074
|
-
|
|
1075
|
-
|
|
1120
|
+
exports.EncryptionTypeMismatch$ = EncryptionTypeMismatch$;
|
|
1121
|
+
n0_registry.registerError(EncryptionTypeMismatch$, EncryptionTypeMismatch);
|
|
1122
|
+
const IdempotencyParameterMismatch$ = [-3, n0, _IPM,
|
|
1076
1123
|
{ [_e]: _c, [_hE]: 400 },
|
|
1077
1124
|
[],
|
|
1078
1125
|
[]
|
|
1079
1126
|
];
|
|
1080
|
-
|
|
1081
|
-
|
|
1127
|
+
exports.IdempotencyParameterMismatch$ = IdempotencyParameterMismatch$;
|
|
1128
|
+
n0_registry.registerError(IdempotencyParameterMismatch$, IdempotencyParameterMismatch);
|
|
1129
|
+
const InvalidAnnotationName$ = [-3, n0, _IAN,
|
|
1130
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1131
|
+
[],
|
|
1132
|
+
[]
|
|
1133
|
+
];
|
|
1134
|
+
exports.InvalidAnnotationName$ = InvalidAnnotationName$;
|
|
1135
|
+
n0_registry.registerError(InvalidAnnotationName$, InvalidAnnotationName);
|
|
1136
|
+
const InvalidObjectState$ = [-3, n0, _IOS,
|
|
1082
1137
|
{ [_e]: _c, [_hE]: 403 },
|
|
1083
1138
|
[_SC, _AT],
|
|
1084
1139
|
[0, 0]
|
|
1085
1140
|
];
|
|
1086
|
-
|
|
1087
|
-
|
|
1141
|
+
exports.InvalidObjectState$ = InvalidObjectState$;
|
|
1142
|
+
n0_registry.registerError(InvalidObjectState$, InvalidObjectState);
|
|
1143
|
+
const InvalidPrefix$ = [-3, n0, _IP,
|
|
1144
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1145
|
+
[],
|
|
1146
|
+
[]
|
|
1147
|
+
];
|
|
1148
|
+
exports.InvalidPrefix$ = InvalidPrefix$;
|
|
1149
|
+
n0_registry.registerError(InvalidPrefix$, InvalidPrefix);
|
|
1150
|
+
const InvalidRequest$ = [-3, n0, _IR,
|
|
1088
1151
|
{ [_e]: _c, [_hE]: 400 },
|
|
1089
1152
|
[],
|
|
1090
1153
|
[]
|
|
1091
1154
|
];
|
|
1092
|
-
|
|
1093
|
-
|
|
1155
|
+
exports.InvalidRequest$ = InvalidRequest$;
|
|
1156
|
+
n0_registry.registerError(InvalidRequest$, InvalidRequest);
|
|
1157
|
+
const InvalidWriteOffset$ = [-3, n0, _IWO,
|
|
1094
1158
|
{ [_e]: _c, [_hE]: 400 },
|
|
1095
1159
|
[],
|
|
1096
1160
|
[]
|
|
1097
1161
|
];
|
|
1098
|
-
|
|
1099
|
-
|
|
1162
|
+
exports.InvalidWriteOffset$ = InvalidWriteOffset$;
|
|
1163
|
+
n0_registry.registerError(InvalidWriteOffset$, InvalidWriteOffset);
|
|
1164
|
+
const NoSuchAnnotation$ = [-3, n0, _NSA,
|
|
1100
1165
|
{ [_e]: _c, [_hE]: 404 },
|
|
1101
1166
|
[],
|
|
1102
1167
|
[]
|
|
1103
1168
|
];
|
|
1104
|
-
|
|
1105
|
-
|
|
1169
|
+
exports.NoSuchAnnotation$ = NoSuchAnnotation$;
|
|
1170
|
+
n0_registry.registerError(NoSuchAnnotation$, NoSuchAnnotation);
|
|
1171
|
+
const NoSuchBucket$ = [-3, n0, _NSB,
|
|
1106
1172
|
{ [_e]: _c, [_hE]: 404 },
|
|
1107
1173
|
[],
|
|
1108
1174
|
[]
|
|
1109
1175
|
];
|
|
1110
|
-
|
|
1111
|
-
|
|
1176
|
+
exports.NoSuchBucket$ = NoSuchBucket$;
|
|
1177
|
+
n0_registry.registerError(NoSuchBucket$, NoSuchBucket);
|
|
1178
|
+
const NoSuchKey$ = [-3, n0, _NSK,
|
|
1112
1179
|
{ [_e]: _c, [_hE]: 404 },
|
|
1113
1180
|
[],
|
|
1114
1181
|
[]
|
|
1115
1182
|
];
|
|
1116
|
-
|
|
1117
|
-
|
|
1183
|
+
exports.NoSuchKey$ = NoSuchKey$;
|
|
1184
|
+
n0_registry.registerError(NoSuchKey$, NoSuchKey);
|
|
1185
|
+
const NoSuchUpload$ = [-3, n0, _NSU,
|
|
1186
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
1187
|
+
[],
|
|
1188
|
+
[]
|
|
1189
|
+
];
|
|
1190
|
+
exports.NoSuchUpload$ = NoSuchUpload$;
|
|
1191
|
+
n0_registry.registerError(NoSuchUpload$, NoSuchUpload);
|
|
1192
|
+
const NotFound$ = [-3, n0, _NF,
|
|
1118
1193
|
{ [_e]: _c },
|
|
1119
1194
|
[],
|
|
1120
1195
|
[]
|
|
1121
1196
|
];
|
|
1122
|
-
|
|
1123
|
-
|
|
1197
|
+
exports.NotFound$ = NotFound$;
|
|
1198
|
+
n0_registry.registerError(NotFound$, NotFound);
|
|
1199
|
+
const ObjectAlreadyInActiveTierError$ = [-3, n0, _OAIATE,
|
|
1124
1200
|
{ [_e]: _c, [_hE]: 403 },
|
|
1125
1201
|
[],
|
|
1126
1202
|
[]
|
|
1127
1203
|
];
|
|
1128
|
-
|
|
1129
|
-
|
|
1204
|
+
exports.ObjectAlreadyInActiveTierError$ = ObjectAlreadyInActiveTierError$;
|
|
1205
|
+
n0_registry.registerError(ObjectAlreadyInActiveTierError$, ObjectAlreadyInActiveTierError);
|
|
1206
|
+
const ObjectNotInActiveTierError$ = [-3, n0, _ONIATE,
|
|
1130
1207
|
{ [_e]: _c, [_hE]: 403 },
|
|
1131
1208
|
[],
|
|
1132
1209
|
[]
|
|
1133
1210
|
];
|
|
1134
|
-
|
|
1135
|
-
|
|
1211
|
+
exports.ObjectNotInActiveTierError$ = ObjectNotInActiveTierError$;
|
|
1212
|
+
n0_registry.registerError(ObjectNotInActiveTierError$, ObjectNotInActiveTierError);
|
|
1213
|
+
const TooManyParts$ = [-3, n0, _TMP,
|
|
1136
1214
|
{ [_e]: _c, [_hE]: 400 },
|
|
1137
1215
|
[],
|
|
1138
1216
|
[]
|
|
1139
1217
|
];
|
|
1140
|
-
|
|
1218
|
+
exports.TooManyParts$ = TooManyParts$;
|
|
1219
|
+
n0_registry.registerError(TooManyParts$, TooManyParts);
|
|
1220
|
+
const UnsupportedMediaType$ = [-3, n0, _UMT,
|
|
1221
|
+
{ [_e]: _c, [_hE]: 415 },
|
|
1222
|
+
[],
|
|
1223
|
+
[]
|
|
1224
|
+
];
|
|
1225
|
+
exports.UnsupportedMediaType$ = UnsupportedMediaType$;
|
|
1226
|
+
n0_registry.registerError(UnsupportedMediaType$, UnsupportedMediaType);
|
|
1141
1227
|
exports.errorTypeRegistries = [
|
|
1142
1228
|
_s_registry,
|
|
1143
1229
|
n0_registry,
|
|
@@ -1149,1702 +1235,2113 @@ var SSECustomerKey = [0, n0, _SSECK, 8, 0];
|
|
|
1149
1235
|
var SSEKMSEncryptionContext = [0, n0, _SSEKMSEC, 8, 0];
|
|
1150
1236
|
var SSEKMSKeyId = [0, n0, _SSEKMSKI, 8, 0];
|
|
1151
1237
|
var StreamingBlob = [0, n0, _SB, { [_st]: 1 }, 42];
|
|
1152
|
-
|
|
1238
|
+
const AbacStatus$ = [3, n0, _AS,
|
|
1153
1239
|
0,
|
|
1154
1240
|
[_S],
|
|
1155
1241
|
[0]
|
|
1156
1242
|
];
|
|
1157
|
-
exports.
|
|
1243
|
+
exports.AbacStatus$ = AbacStatus$;
|
|
1244
|
+
const AbortIncompleteMultipartUpload$ = [3, n0, _AIMU,
|
|
1158
1245
|
0,
|
|
1159
1246
|
[_DAI],
|
|
1160
1247
|
[1]
|
|
1161
1248
|
];
|
|
1162
|
-
exports.
|
|
1249
|
+
exports.AbortIncompleteMultipartUpload$ = AbortIncompleteMultipartUpload$;
|
|
1250
|
+
const AbortMultipartUploadOutput$ = [3, n0, _AMUO,
|
|
1163
1251
|
0,
|
|
1164
1252
|
[_RC],
|
|
1165
1253
|
[[0, { [_hH]: _xarc }]]
|
|
1166
1254
|
];
|
|
1167
|
-
exports.
|
|
1255
|
+
exports.AbortMultipartUploadOutput$ = AbortMultipartUploadOutput$;
|
|
1256
|
+
const AbortMultipartUploadRequest$ = [3, n0, _AMUR,
|
|
1168
1257
|
0,
|
|
1169
1258
|
[_B, _K, _UI, _RP, _EBO, _IMIT],
|
|
1170
1259
|
[[0, 1], [0, 1], [0, { [_hQ]: _uI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [6, { [_hH]: _xaimit }]], 3
|
|
1171
1260
|
];
|
|
1172
|
-
exports.
|
|
1261
|
+
exports.AbortMultipartUploadRequest$ = AbortMultipartUploadRequest$;
|
|
1262
|
+
const AccelerateConfiguration$ = [3, n0, _AC,
|
|
1173
1263
|
0,
|
|
1174
1264
|
[_S],
|
|
1175
1265
|
[0]
|
|
1176
1266
|
];
|
|
1177
|
-
exports.
|
|
1267
|
+
exports.AccelerateConfiguration$ = AccelerateConfiguration$;
|
|
1268
|
+
const AccessControlPolicy$ = [3, n0, _ACP,
|
|
1178
1269
|
0,
|
|
1179
1270
|
[_G, _O],
|
|
1180
|
-
[[() => Grants, { [_xN]: _ACL }], () =>
|
|
1271
|
+
[[() => Grants, { [_xN]: _ACL }], () => Owner$]
|
|
1181
1272
|
];
|
|
1182
|
-
exports.
|
|
1273
|
+
exports.AccessControlPolicy$ = AccessControlPolicy$;
|
|
1274
|
+
const AccessControlTranslation$ = [3, n0, _ACT,
|
|
1183
1275
|
0,
|
|
1184
1276
|
[_O],
|
|
1185
1277
|
[0], 1
|
|
1186
1278
|
];
|
|
1187
|
-
exports.
|
|
1279
|
+
exports.AccessControlTranslation$ = AccessControlTranslation$;
|
|
1280
|
+
const AnalyticsAndOperator$ = [3, n0, _AAO,
|
|
1188
1281
|
0,
|
|
1189
1282
|
[_P, _T],
|
|
1190
1283
|
[0, [() => TagSet, { [_xF]: 1, [_xN]: _Ta }]]
|
|
1191
1284
|
];
|
|
1192
|
-
exports.
|
|
1285
|
+
exports.AnalyticsAndOperator$ = AnalyticsAndOperator$;
|
|
1286
|
+
const AnalyticsConfiguration$ = [3, n0, _ACn,
|
|
1193
1287
|
0,
|
|
1194
1288
|
[_I, _SCA, _F],
|
|
1195
|
-
[0, () =>
|
|
1289
|
+
[0, () => StorageClassAnalysis$, [() => AnalyticsFilter$, 0]], 2
|
|
1196
1290
|
];
|
|
1197
|
-
exports.
|
|
1291
|
+
exports.AnalyticsConfiguration$ = AnalyticsConfiguration$;
|
|
1292
|
+
const AnalyticsExportDestination$ = [3, n0, _AED,
|
|
1198
1293
|
0,
|
|
1199
1294
|
[_SBD],
|
|
1200
|
-
[() =>
|
|
1295
|
+
[() => AnalyticsS3BucketDestination$], 1
|
|
1201
1296
|
];
|
|
1202
|
-
exports.
|
|
1297
|
+
exports.AnalyticsExportDestination$ = AnalyticsExportDestination$;
|
|
1298
|
+
const AnalyticsS3BucketDestination$ = [3, n0, _ASBD,
|
|
1203
1299
|
0,
|
|
1204
1300
|
[_Fo, _B, _BAI, _P],
|
|
1205
1301
|
[0, 0, 0, 0], 2
|
|
1206
1302
|
];
|
|
1207
|
-
exports.
|
|
1303
|
+
exports.AnalyticsS3BucketDestination$ = AnalyticsS3BucketDestination$;
|
|
1304
|
+
const AnnotationEntry$ = [3, n0, _AE,
|
|
1305
|
+
0,
|
|
1306
|
+
[_AN, _LM, _Si, _ET, _CA, _RS],
|
|
1307
|
+
[0, 4, 1, 0, [64 | 0, { [_xF]: 1 }], 0], 3
|
|
1308
|
+
];
|
|
1309
|
+
exports.AnnotationEntry$ = AnnotationEntry$;
|
|
1310
|
+
const AnnotationTableConfiguration$ = [3, n0, _ATC,
|
|
1208
1311
|
0,
|
|
1209
|
-
[
|
|
1312
|
+
[_CS, _EC, _R],
|
|
1313
|
+
[0, () => MetadataTableEncryptionConfiguration$, 0], 1
|
|
1314
|
+
];
|
|
1315
|
+
exports.AnnotationTableConfiguration$ = AnnotationTableConfiguration$;
|
|
1316
|
+
const AnnotationTableConfigurationResult$ = [3, n0, _ATCR,
|
|
1317
|
+
0,
|
|
1318
|
+
[_CS, _TS, _E, _TN, _TA, _R],
|
|
1319
|
+
[0, 0, () => ErrorDetails$, 0, 0, 0], 1
|
|
1320
|
+
];
|
|
1321
|
+
exports.AnnotationTableConfigurationResult$ = AnnotationTableConfigurationResult$;
|
|
1322
|
+
const AnnotationTableConfigurationUpdates$ = [3, n0, _ATCU,
|
|
1323
|
+
0,
|
|
1324
|
+
[_CS, _EC, _R],
|
|
1325
|
+
[0, () => MetadataTableEncryptionConfiguration$, 0], 1
|
|
1326
|
+
];
|
|
1327
|
+
exports.AnnotationTableConfigurationUpdates$ = AnnotationTableConfigurationUpdates$;
|
|
1328
|
+
const BlockedEncryptionTypes$ = [3, n0, _BET,
|
|
1329
|
+
0,
|
|
1330
|
+
[_ETn],
|
|
1210
1331
|
[[() => EncryptionTypeList, { [_xF]: 1 }]]
|
|
1211
1332
|
];
|
|
1212
|
-
exports.
|
|
1333
|
+
exports.BlockedEncryptionTypes$ = BlockedEncryptionTypes$;
|
|
1334
|
+
const Bucket$ = [3, n0, _B,
|
|
1213
1335
|
0,
|
|
1214
1336
|
[_N, _CD, _BR, _BA],
|
|
1215
1337
|
[0, 4, 0, 0]
|
|
1216
1338
|
];
|
|
1217
|
-
exports.
|
|
1339
|
+
exports.Bucket$ = Bucket$;
|
|
1340
|
+
const BucketInfo$ = [3, n0, _BI,
|
|
1218
1341
|
0,
|
|
1219
1342
|
[_DR, _Ty],
|
|
1220
1343
|
[0, 0]
|
|
1221
1344
|
];
|
|
1222
|
-
exports.
|
|
1345
|
+
exports.BucketInfo$ = BucketInfo$;
|
|
1346
|
+
const BucketLifecycleConfiguration$ = [3, n0, _BLC,
|
|
1223
1347
|
0,
|
|
1224
|
-
[
|
|
1225
|
-
[[() => LifecycleRules, { [_xF]: 1, [_xN]:
|
|
1348
|
+
[_Ru],
|
|
1349
|
+
[[() => LifecycleRules, { [_xF]: 1, [_xN]: _Rul }]], 1
|
|
1226
1350
|
];
|
|
1227
|
-
exports.
|
|
1351
|
+
exports.BucketLifecycleConfiguration$ = BucketLifecycleConfiguration$;
|
|
1352
|
+
const BucketLoggingStatus$ = [3, n0, _BLS,
|
|
1228
1353
|
0,
|
|
1229
1354
|
[_LE],
|
|
1230
|
-
[[() =>
|
|
1355
|
+
[[() => LoggingEnabled$, 0]]
|
|
1231
1356
|
];
|
|
1232
|
-
exports.
|
|
1357
|
+
exports.BucketLoggingStatus$ = BucketLoggingStatus$;
|
|
1358
|
+
const Checksum$ = [3, n0, _C,
|
|
1233
1359
|
0,
|
|
1234
1360
|
[_CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _CT],
|
|
1235
1361
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
1236
1362
|
];
|
|
1237
|
-
exports.
|
|
1363
|
+
exports.Checksum$ = Checksum$;
|
|
1364
|
+
const CommonPrefix$ = [3, n0, _CP,
|
|
1238
1365
|
0,
|
|
1239
1366
|
[_P],
|
|
1240
1367
|
[0]
|
|
1241
1368
|
];
|
|
1242
|
-
exports.
|
|
1369
|
+
exports.CommonPrefix$ = CommonPrefix$;
|
|
1370
|
+
const CompletedMultipartUpload$ = [3, n0, _CMU,
|
|
1243
1371
|
0,
|
|
1244
1372
|
[_Pa],
|
|
1245
1373
|
[[() => CompletedPartList, { [_xF]: 1, [_xN]: _Par }]]
|
|
1246
1374
|
];
|
|
1247
|
-
exports.
|
|
1375
|
+
exports.CompletedMultipartUpload$ = CompletedMultipartUpload$;
|
|
1376
|
+
const CompletedPart$ = [3, n0, _CPo,
|
|
1248
1377
|
0,
|
|
1249
|
-
[
|
|
1378
|
+
[_ET, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _PN],
|
|
1250
1379
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]
|
|
1251
1380
|
];
|
|
1252
|
-
exports.
|
|
1381
|
+
exports.CompletedPart$ = CompletedPart$;
|
|
1382
|
+
const CompleteMultipartUploadOutput$ = [3, n0, _CMUO,
|
|
1253
1383
|
{ [_xN]: _CMUR },
|
|
1254
|
-
[_L, _B, _K,
|
|
1384
|
+
[_L, _B, _K, _Ex, _ET, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _CT, _SSE, _VI, _SSEKMSKI, _BKE, _RC],
|
|
1255
1385
|
[0, 0, 0, [0, { [_hH]: _xae }], 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, [0, { [_hH]: _xasse }], [0, { [_hH]: _xavi }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarc }]]
|
|
1256
1386
|
];
|
|
1257
|
-
exports.
|
|
1387
|
+
exports.CompleteMultipartUploadOutput$ = CompleteMultipartUploadOutput$;
|
|
1388
|
+
const CompleteMultipartUploadRequest$ = [3, n0, _CMURo,
|
|
1258
1389
|
0,
|
|
1259
1390
|
[_B, _K, _UI, _MU, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _CT, _MOS, _RP, _EBO, _IM, _INM, _SSECA, _SSECK, _SSECKMD],
|
|
1260
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _uI }], [() =>
|
|
1391
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _uI }], [() => CompletedMultipartUpload$, { [_hP]: 1, [_xN]: _CMUo }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xacs__ }], [0, { [_hH]: _xacm }], [0, { [_hH]: _xacx }], [0, { [_hH]: _xacx_ }], [0, { [_hH]: _xacx__ }], [0, { [_hH]: _xact }], [1, { [_hH]: _xamos }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _IM_ }], [0, { [_hH]: _INM_ }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }]], 3
|
|
1261
1392
|
];
|
|
1262
|
-
exports.
|
|
1393
|
+
exports.CompleteMultipartUploadRequest$ = CompleteMultipartUploadRequest$;
|
|
1394
|
+
const Condition$ = [3, n0, _Co,
|
|
1263
1395
|
0,
|
|
1264
1396
|
[_HECRE, _KPE],
|
|
1265
1397
|
[0, 0]
|
|
1266
1398
|
];
|
|
1267
|
-
exports.
|
|
1399
|
+
exports.Condition$ = Condition$;
|
|
1400
|
+
const ContinuationEvent$ = [3, n0, _CE,
|
|
1268
1401
|
0,
|
|
1269
1402
|
[],
|
|
1270
1403
|
[]
|
|
1271
1404
|
];
|
|
1272
|
-
exports.
|
|
1405
|
+
exports.ContinuationEvent$ = ContinuationEvent$;
|
|
1406
|
+
const CopyObjectOutput$ = [3, n0, _COO,
|
|
1273
1407
|
0,
|
|
1274
|
-
[_COR,
|
|
1275
|
-
[[() =>
|
|
1408
|
+
[_COR, _Ex, _CSVI, _VI, _SSE, _SSECA, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _RC],
|
|
1409
|
+
[[() => CopyObjectResult$, 16], [0, { [_hH]: _xae }], [0, { [_hH]: _xacsvi }], [0, { [_hH]: _xavi }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarc }]]
|
|
1276
1410
|
];
|
|
1277
|
-
exports.
|
|
1411
|
+
exports.CopyObjectOutput$ = CopyObjectOutput$;
|
|
1412
|
+
const CopyObjectRequest$ = [3, n0, _CORo,
|
|
1278
1413
|
0,
|
|
1279
|
-
[_B,
|
|
1280
|
-
[[0, 1], [0, { [_hH]: _xacs___ }], [0, 1], [0, { [_hH]: _xaa }], [0, { [_hH]: _CC_ }], [0, { [_hH]: _xaca }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [0, { [_hH]: _CT_ }], [0, { [_hH]: _xacsim }], [4, { [_hH]: _xacsims }], [0, { [_hH]: _xacsinm }], [4, { [_hH]: _xacsius }], [4, { [_hH]:
|
|
1414
|
+
[_B, _CSo, _K, _ACL_, _CC, _CA, _CDo, _CEo, _CL, _CTo, _CSIM, _CSIMS, _CSINM, _CSIUS, _Exp, _GFC, _GR, _GRACP, _GWACP, _IM, _INM, _M, _MD, _TD, _ADn, _SSE, _SC, _WRL, _SSECA, _SSECK, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _CSSSECA, _CSSSECK, _CSSSECKMD, _RP, _Tag, _OLM, _OLRUD, _OLLHS, _EBO, _ESBO],
|
|
1415
|
+
[[0, 1], [0, { [_hH]: _xacs___ }], [0, 1], [0, { [_hH]: _xaa }], [0, { [_hH]: _CC_ }], [0, { [_hH]: _xaca }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [0, { [_hH]: _CT_ }], [0, { [_hH]: _xacsim }], [4, { [_hH]: _xacsims }], [0, { [_hH]: _xacsinm }], [4, { [_hH]: _xacsius }], [4, { [_hH]: _Exp }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagwa }], [0, { [_hH]: _IM_ }], [0, { [_hH]: _INM_ }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xamd }], [0, { [_hH]: _xatd }], [0, { [_hH]: _xaoad }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xasc }], [0, { [_hH]: _xawrl }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xacssseca }], [() => CopySourceSSECustomerKey, { [_hH]: _xacssseck }], [0, { [_hH]: _xacssseckM }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xat }], [0, { [_hH]: _xaolm }], [5, { [_hH]: _xaolrud }], [0, { [_hH]: _xaollh }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasebo }]], 3
|
|
1281
1416
|
];
|
|
1282
|
-
exports.
|
|
1417
|
+
exports.CopyObjectRequest$ = CopyObjectRequest$;
|
|
1418
|
+
const CopyObjectResult$ = [3, n0, _COR,
|
|
1283
1419
|
0,
|
|
1284
|
-
[
|
|
1420
|
+
[_ET, _LM, _CT, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe],
|
|
1285
1421
|
[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
1286
1422
|
];
|
|
1287
|
-
exports.
|
|
1423
|
+
exports.CopyObjectResult$ = CopyObjectResult$;
|
|
1424
|
+
const CopyPartResult$ = [3, n0, _CPR,
|
|
1288
1425
|
0,
|
|
1289
|
-
[
|
|
1426
|
+
[_ET, _LM, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe],
|
|
1290
1427
|
[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
1291
1428
|
];
|
|
1292
|
-
exports.
|
|
1429
|
+
exports.CopyPartResult$ = CopyPartResult$;
|
|
1430
|
+
const CORSConfiguration$ = [3, n0, _CORSC,
|
|
1293
1431
|
0,
|
|
1294
1432
|
[_CORSR],
|
|
1295
1433
|
[[() => CORSRules, { [_xF]: 1, [_xN]: _CORSRu }]], 1
|
|
1296
1434
|
];
|
|
1297
|
-
exports.
|
|
1435
|
+
exports.CORSConfiguration$ = CORSConfiguration$;
|
|
1436
|
+
const CORSRule$ = [3, n0, _CORSRu,
|
|
1298
1437
|
0,
|
|
1299
1438
|
[_AM, _AO, _ID, _AH, _EH, _MAS],
|
|
1300
1439
|
[[64 | 0, { [_xF]: 1, [_xN]: _AMl }], [64 | 0, { [_xF]: 1, [_xN]: _AOl }], 0, [64 | 0, { [_xF]: 1, [_xN]: _AHl }], [64 | 0, { [_xF]: 1, [_xN]: _EHx }], 1], 2
|
|
1301
1440
|
];
|
|
1302
|
-
exports.
|
|
1441
|
+
exports.CORSRule$ = CORSRule$;
|
|
1442
|
+
const CreateBucketConfiguration$ = [3, n0, _CBC,
|
|
1303
1443
|
0,
|
|
1304
1444
|
[_LC, _L, _B, _T],
|
|
1305
|
-
[0, () =>
|
|
1445
|
+
[0, () => LocationInfo$, () => BucketInfo$, [() => TagSet, 0]]
|
|
1306
1446
|
];
|
|
1307
|
-
exports.
|
|
1447
|
+
exports.CreateBucketConfiguration$ = CreateBucketConfiguration$;
|
|
1448
|
+
const CreateBucketMetadataConfigurationRequest$ = [3, n0, _CBMCR,
|
|
1308
1449
|
0,
|
|
1309
1450
|
[_B, _MC, _CMDo, _CA, _EBO],
|
|
1310
|
-
[[0, 1], [() =>
|
|
1451
|
+
[[0, 1], [() => MetadataConfiguration$, { [_hP]: 1, [_xN]: _MC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
1311
1452
|
];
|
|
1312
|
-
exports.
|
|
1453
|
+
exports.CreateBucketMetadataConfigurationRequest$ = CreateBucketMetadataConfigurationRequest$;
|
|
1454
|
+
const CreateBucketMetadataTableConfigurationRequest$ = [3, n0, _CBMTCR,
|
|
1313
1455
|
0,
|
|
1314
1456
|
[_B, _MTC, _CMDo, _CA, _EBO],
|
|
1315
|
-
[[0, 1], [() =>
|
|
1457
|
+
[[0, 1], [() => MetadataTableConfiguration$, { [_hP]: 1, [_xN]: _MTC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
1316
1458
|
];
|
|
1317
|
-
exports.
|
|
1459
|
+
exports.CreateBucketMetadataTableConfigurationRequest$ = CreateBucketMetadataTableConfigurationRequest$;
|
|
1460
|
+
const CreateBucketOutput$ = [3, n0, _CBO,
|
|
1318
1461
|
0,
|
|
1319
1462
|
[_L, _BA],
|
|
1320
1463
|
[[0, { [_hH]: _L }], [0, { [_hH]: _xaba }]]
|
|
1321
1464
|
];
|
|
1322
|
-
exports.
|
|
1465
|
+
exports.CreateBucketOutput$ = CreateBucketOutput$;
|
|
1466
|
+
const CreateBucketRequest$ = [3, n0, _CBR,
|
|
1323
1467
|
0,
|
|
1324
1468
|
[_B, _ACL_, _CBC, _GFC, _GR, _GRACP, _GW, _GWACP, _OLEFB, _OO, _BN],
|
|
1325
|
-
[[0, 1], [0, { [_hH]: _xaa }], [() =>
|
|
1469
|
+
[[0, 1], [0, { [_hH]: _xaa }], [() => CreateBucketConfiguration$, { [_hP]: 1, [_xN]: _CBC }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagw }], [0, { [_hH]: _xagwa }], [2, { [_hH]: _xabole }], [0, { [_hH]: _xaoo }], [0, { [_hH]: _xabn }]], 1
|
|
1326
1470
|
];
|
|
1327
|
-
exports.
|
|
1471
|
+
exports.CreateBucketRequest$ = CreateBucketRequest$;
|
|
1472
|
+
const CreateMultipartUploadOutput$ = [3, n0, _CMUOr,
|
|
1328
1473
|
{ [_xN]: _IMUR },
|
|
1329
1474
|
[_ADb, _ARI, _B, _K, _UI, _SSE, _SSECA, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _RC, _CA, _CT],
|
|
1330
1475
|
[[4, { [_hH]: _xaad }], [0, { [_hH]: _xaari }], [0, { [_xN]: _B }], 0, 0, [0, { [_hH]: _xasse }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarc }], [0, { [_hH]: _xaca }], [0, { [_hH]: _xact }]]
|
|
1331
1476
|
];
|
|
1332
|
-
exports.
|
|
1477
|
+
exports.CreateMultipartUploadOutput$ = CreateMultipartUploadOutput$;
|
|
1478
|
+
const CreateMultipartUploadRequest$ = [3, n0, _CMURr,
|
|
1333
1479
|
0,
|
|
1334
|
-
[_B, _K, _ACL_, _CC, _CDo, _CEo, _CL, _CTo,
|
|
1335
|
-
[[0, 1], [0, 1], [0, { [_hH]: _xaa }], [0, { [_hH]: _CC_ }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [0, { [_hH]: _CT_ }], [4, { [_hH]:
|
|
1480
|
+
[_B, _K, _ACL_, _CC, _CDo, _CEo, _CL, _CTo, _Exp, _GFC, _GR, _GRACP, _GWACP, _M, _SSE, _SC, _WRL, _SSECA, _SSECK, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _RP, _Tag, _OLM, _OLRUD, _OLLHS, _EBO, _CA, _CT],
|
|
1481
|
+
[[0, 1], [0, 1], [0, { [_hH]: _xaa }], [0, { [_hH]: _CC_ }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [0, { [_hH]: _CT_ }], [4, { [_hH]: _Exp }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagwa }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xasc }], [0, { [_hH]: _xawrl }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xat }], [0, { [_hH]: _xaolm }], [5, { [_hH]: _xaolrud }], [0, { [_hH]: _xaollh }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xaca }], [0, { [_hH]: _xact }]], 2
|
|
1336
1482
|
];
|
|
1337
|
-
exports.
|
|
1483
|
+
exports.CreateMultipartUploadRequest$ = CreateMultipartUploadRequest$;
|
|
1484
|
+
const CreateSessionOutput$ = [3, n0, _CSO,
|
|
1338
1485
|
{ [_xN]: _CSR },
|
|
1339
1486
|
[_Cr, _SSE, _SSEKMSKI, _SSEKMSEC, _BKE],
|
|
1340
|
-
[[() =>
|
|
1487
|
+
[[() => SessionCredentials$, { [_xN]: _Cr }], [0, { [_hH]: _xasse }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }]], 1
|
|
1341
1488
|
];
|
|
1342
|
-
exports.
|
|
1489
|
+
exports.CreateSessionOutput$ = CreateSessionOutput$;
|
|
1490
|
+
const CreateSessionRequest$ = [3, n0, _CSRr,
|
|
1343
1491
|
0,
|
|
1344
1492
|
[_B, _SM, _SSE, _SSEKMSKI, _SSEKMSEC, _BKE],
|
|
1345
1493
|
[[0, 1], [0, { [_hH]: _xacsm }], [0, { [_hH]: _xasse }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }]], 1
|
|
1346
1494
|
];
|
|
1347
|
-
exports.
|
|
1495
|
+
exports.CreateSessionRequest$ = CreateSessionRequest$;
|
|
1496
|
+
const CSVInput$ = [3, n0, _CSVIn,
|
|
1348
1497
|
0,
|
|
1349
1498
|
[_FHI, _Com, _QEC, _RD, _FD, _QC, _AQRD],
|
|
1350
1499
|
[0, 0, 0, 0, 0, 0, 2]
|
|
1351
1500
|
];
|
|
1352
|
-
exports.
|
|
1501
|
+
exports.CSVInput$ = CSVInput$;
|
|
1502
|
+
const CSVOutput$ = [3, n0, _CSVO,
|
|
1353
1503
|
0,
|
|
1354
1504
|
[_QF, _QEC, _RD, _FD, _QC],
|
|
1355
1505
|
[0, 0, 0, 0, 0]
|
|
1356
1506
|
];
|
|
1357
|
-
exports.
|
|
1507
|
+
exports.CSVOutput$ = CSVOutput$;
|
|
1508
|
+
const DefaultRetention$ = [3, n0, _DRe,
|
|
1358
1509
|
0,
|
|
1359
1510
|
[_Mo, _D, _Y],
|
|
1360
1511
|
[0, 1, 1]
|
|
1361
1512
|
];
|
|
1362
|
-
exports.
|
|
1513
|
+
exports.DefaultRetention$ = DefaultRetention$;
|
|
1514
|
+
const Delete$ = [3, n0, _De,
|
|
1363
1515
|
0,
|
|
1364
1516
|
[_Ob, _Q],
|
|
1365
1517
|
[[() => ObjectIdentifierList, { [_xF]: 1, [_xN]: _Obj }], 2], 1
|
|
1366
1518
|
];
|
|
1367
|
-
exports.
|
|
1519
|
+
exports.Delete$ = Delete$;
|
|
1520
|
+
const DeleteBucketAnalyticsConfigurationRequest$ = [3, n0, _DBACR,
|
|
1368
1521
|
0,
|
|
1369
1522
|
[_B, _I, _EBO],
|
|
1370
1523
|
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
|
|
1371
1524
|
];
|
|
1372
|
-
exports.
|
|
1525
|
+
exports.DeleteBucketAnalyticsConfigurationRequest$ = DeleteBucketAnalyticsConfigurationRequest$;
|
|
1526
|
+
const DeleteBucketCorsRequest$ = [3, n0, _DBCR,
|
|
1373
1527
|
0,
|
|
1374
1528
|
[_B, _EBO],
|
|
1375
1529
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1376
1530
|
];
|
|
1377
|
-
exports.
|
|
1531
|
+
exports.DeleteBucketCorsRequest$ = DeleteBucketCorsRequest$;
|
|
1532
|
+
const DeleteBucketEncryptionRequest$ = [3, n0, _DBER,
|
|
1378
1533
|
0,
|
|
1379
1534
|
[_B, _EBO],
|
|
1380
1535
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1381
1536
|
];
|
|
1382
|
-
exports.
|
|
1537
|
+
exports.DeleteBucketEncryptionRequest$ = DeleteBucketEncryptionRequest$;
|
|
1538
|
+
const DeleteBucketIntelligentTieringConfigurationRequest$ = [3, n0, _DBITCR,
|
|
1383
1539
|
0,
|
|
1384
1540
|
[_B, _I, _EBO],
|
|
1385
1541
|
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
|
|
1386
1542
|
];
|
|
1387
|
-
exports.
|
|
1543
|
+
exports.DeleteBucketIntelligentTieringConfigurationRequest$ = DeleteBucketIntelligentTieringConfigurationRequest$;
|
|
1544
|
+
const DeleteBucketInventoryConfigurationRequest$ = [3, n0, _DBICR,
|
|
1388
1545
|
0,
|
|
1389
1546
|
[_B, _I, _EBO],
|
|
1390
1547
|
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
|
|
1391
1548
|
];
|
|
1392
|
-
exports.
|
|
1549
|
+
exports.DeleteBucketInventoryConfigurationRequest$ = DeleteBucketInventoryConfigurationRequest$;
|
|
1550
|
+
const DeleteBucketLifecycleRequest$ = [3, n0, _DBLR,
|
|
1393
1551
|
0,
|
|
1394
1552
|
[_B, _EBO],
|
|
1395
1553
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1396
1554
|
];
|
|
1397
|
-
exports.
|
|
1555
|
+
exports.DeleteBucketLifecycleRequest$ = DeleteBucketLifecycleRequest$;
|
|
1556
|
+
const DeleteBucketMetadataConfigurationRequest$ = [3, n0, _DBMCR,
|
|
1398
1557
|
0,
|
|
1399
1558
|
[_B, _EBO],
|
|
1400
1559
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1401
1560
|
];
|
|
1402
|
-
exports.
|
|
1561
|
+
exports.DeleteBucketMetadataConfigurationRequest$ = DeleteBucketMetadataConfigurationRequest$;
|
|
1562
|
+
const DeleteBucketMetadataTableConfigurationRequest$ = [3, n0, _DBMTCR,
|
|
1403
1563
|
0,
|
|
1404
1564
|
[_B, _EBO],
|
|
1405
1565
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1406
1566
|
];
|
|
1407
|
-
exports.
|
|
1567
|
+
exports.DeleteBucketMetadataTableConfigurationRequest$ = DeleteBucketMetadataTableConfigurationRequest$;
|
|
1568
|
+
const DeleteBucketMetricsConfigurationRequest$ = [3, n0, _DBMCRe,
|
|
1408
1569
|
0,
|
|
1409
1570
|
[_B, _I, _EBO],
|
|
1410
1571
|
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
|
|
1411
1572
|
];
|
|
1412
|
-
exports.
|
|
1573
|
+
exports.DeleteBucketMetricsConfigurationRequest$ = DeleteBucketMetricsConfigurationRequest$;
|
|
1574
|
+
const DeleteBucketOwnershipControlsRequest$ = [3, n0, _DBOCR,
|
|
1413
1575
|
0,
|
|
1414
1576
|
[_B, _EBO],
|
|
1415
1577
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1416
1578
|
];
|
|
1417
|
-
exports.
|
|
1579
|
+
exports.DeleteBucketOwnershipControlsRequest$ = DeleteBucketOwnershipControlsRequest$;
|
|
1580
|
+
const DeleteBucketPolicyRequest$ = [3, n0, _DBPR,
|
|
1418
1581
|
0,
|
|
1419
1582
|
[_B, _EBO],
|
|
1420
1583
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1421
1584
|
];
|
|
1422
|
-
exports.
|
|
1585
|
+
exports.DeleteBucketPolicyRequest$ = DeleteBucketPolicyRequest$;
|
|
1586
|
+
const DeleteBucketReplicationRequest$ = [3, n0, _DBRR,
|
|
1423
1587
|
0,
|
|
1424
1588
|
[_B, _EBO],
|
|
1425
1589
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1426
1590
|
];
|
|
1427
|
-
exports.
|
|
1591
|
+
exports.DeleteBucketReplicationRequest$ = DeleteBucketReplicationRequest$;
|
|
1592
|
+
const DeleteBucketRequest$ = [3, n0, _DBR,
|
|
1428
1593
|
0,
|
|
1429
1594
|
[_B, _EBO],
|
|
1430
1595
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1431
1596
|
];
|
|
1432
|
-
exports.
|
|
1597
|
+
exports.DeleteBucketRequest$ = DeleteBucketRequest$;
|
|
1598
|
+
const DeleteBucketTaggingRequest$ = [3, n0, _DBTR,
|
|
1433
1599
|
0,
|
|
1434
1600
|
[_B, _EBO],
|
|
1435
1601
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1436
1602
|
];
|
|
1437
|
-
exports.
|
|
1603
|
+
exports.DeleteBucketTaggingRequest$ = DeleteBucketTaggingRequest$;
|
|
1604
|
+
const DeleteBucketWebsiteRequest$ = [3, n0, _DBWR,
|
|
1438
1605
|
0,
|
|
1439
1606
|
[_B, _EBO],
|
|
1440
1607
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1441
1608
|
];
|
|
1442
|
-
exports.
|
|
1609
|
+
exports.DeleteBucketWebsiteRequest$ = DeleteBucketWebsiteRequest$;
|
|
1610
|
+
const DeletedObject$ = [3, n0, _DO,
|
|
1443
1611
|
0,
|
|
1444
1612
|
[_K, _VI, _DM, _DMVI],
|
|
1445
1613
|
[0, 0, 2, 0]
|
|
1446
1614
|
];
|
|
1447
|
-
exports.
|
|
1615
|
+
exports.DeletedObject$ = DeletedObject$;
|
|
1616
|
+
const DeleteMarkerEntry$ = [3, n0, _DME,
|
|
1448
1617
|
0,
|
|
1449
1618
|
[_O, _K, _VI, _IL, _LM],
|
|
1450
|
-
[() =>
|
|
1619
|
+
[() => Owner$, 0, 0, 2, 4]
|
|
1451
1620
|
];
|
|
1452
|
-
exports.
|
|
1621
|
+
exports.DeleteMarkerEntry$ = DeleteMarkerEntry$;
|
|
1622
|
+
const DeleteMarkerReplication$ = [3, n0, _DMR,
|
|
1453
1623
|
0,
|
|
1454
1624
|
[_S],
|
|
1455
1625
|
[0]
|
|
1456
1626
|
];
|
|
1457
|
-
exports.
|
|
1627
|
+
exports.DeleteMarkerReplication$ = DeleteMarkerReplication$;
|
|
1628
|
+
const DeleteObjectAnnotationOutput$ = [3, n0, _DOAO,
|
|
1629
|
+
0,
|
|
1630
|
+
[_OVI, _RC],
|
|
1631
|
+
[[0, { [_hH]: _xaovi }], [0, { [_hH]: _xarc }]]
|
|
1632
|
+
];
|
|
1633
|
+
exports.DeleteObjectAnnotationOutput$ = DeleteObjectAnnotationOutput$;
|
|
1634
|
+
const DeleteObjectAnnotationRequest$ = [3, n0, _DOAR,
|
|
1635
|
+
0,
|
|
1636
|
+
[_B, _K, _AN, _VI, _RP, _EBO, _OIM],
|
|
1637
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _aN }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xaoim }]], 3
|
|
1638
|
+
];
|
|
1639
|
+
exports.DeleteObjectAnnotationRequest$ = DeleteObjectAnnotationRequest$;
|
|
1640
|
+
const DeleteObjectOutput$ = [3, n0, _DOO,
|
|
1458
1641
|
0,
|
|
1459
1642
|
[_DM, _VI, _RC],
|
|
1460
1643
|
[[2, { [_hH]: _xadm }], [0, { [_hH]: _xavi }], [0, { [_hH]: _xarc }]]
|
|
1461
1644
|
];
|
|
1462
|
-
exports.
|
|
1645
|
+
exports.DeleteObjectOutput$ = DeleteObjectOutput$;
|
|
1646
|
+
const DeleteObjectRequest$ = [3, n0, _DOR,
|
|
1463
1647
|
0,
|
|
1464
1648
|
[_B, _K, _MFA, _VI, _RP, _BGR, _EBO, _IM, _IMLMT, _IMS],
|
|
1465
1649
|
[[0, 1], [0, 1], [0, { [_hH]: _xam_ }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [2, { [_hH]: _xabgr }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _IM_ }], [6, { [_hH]: _xaimlmt }], [1, { [_hH]: _xaims }]], 2
|
|
1466
1650
|
];
|
|
1467
|
-
exports.
|
|
1651
|
+
exports.DeleteObjectRequest$ = DeleteObjectRequest$;
|
|
1652
|
+
const DeleteObjectsOutput$ = [3, n0, _DOOe,
|
|
1468
1653
|
{ [_xN]: _DRel },
|
|
1469
1654
|
[_Del, _RC, _Er],
|
|
1470
|
-
[[() => DeletedObjects, { [_xF]: 1 }], [0, { [_hH]: _xarc }], [() => Errors, { [_xF]: 1, [_xN]:
|
|
1655
|
+
[[() => DeletedObjects, { [_xF]: 1 }], [0, { [_hH]: _xarc }], [() => Errors, { [_xF]: 1, [_xN]: _E }]]
|
|
1471
1656
|
];
|
|
1472
|
-
exports.
|
|
1657
|
+
exports.DeleteObjectsOutput$ = DeleteObjectsOutput$;
|
|
1658
|
+
const DeleteObjectsRequest$ = [3, n0, _DORe,
|
|
1473
1659
|
0,
|
|
1474
1660
|
[_B, _De, _MFA, _RP, _BGR, _EBO, _CA],
|
|
1475
|
-
[[0, 1], [() =>
|
|
1661
|
+
[[0, 1], [() => Delete$, { [_hP]: 1, [_xN]: _De }], [0, { [_hH]: _xam_ }], [0, { [_hH]: _xarp }], [2, { [_hH]: _xabgr }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasca }]], 2
|
|
1476
1662
|
];
|
|
1477
|
-
exports.
|
|
1663
|
+
exports.DeleteObjectsRequest$ = DeleteObjectsRequest$;
|
|
1664
|
+
const DeleteObjectTaggingOutput$ = [3, n0, _DOTO,
|
|
1478
1665
|
0,
|
|
1479
1666
|
[_VI],
|
|
1480
1667
|
[[0, { [_hH]: _xavi }]]
|
|
1481
1668
|
];
|
|
1482
|
-
exports.
|
|
1669
|
+
exports.DeleteObjectTaggingOutput$ = DeleteObjectTaggingOutput$;
|
|
1670
|
+
const DeleteObjectTaggingRequest$ = [3, n0, _DOTR,
|
|
1483
1671
|
0,
|
|
1484
1672
|
[_B, _K, _VI, _EBO],
|
|
1485
1673
|
[[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xaebo }]], 2
|
|
1486
1674
|
];
|
|
1487
|
-
exports.
|
|
1675
|
+
exports.DeleteObjectTaggingRequest$ = DeleteObjectTaggingRequest$;
|
|
1676
|
+
const DeletePublicAccessBlockRequest$ = [3, n0, _DPABR,
|
|
1488
1677
|
0,
|
|
1489
1678
|
[_B, _EBO],
|
|
1490
1679
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1491
1680
|
];
|
|
1492
|
-
exports.
|
|
1681
|
+
exports.DeletePublicAccessBlockRequest$ = DeletePublicAccessBlockRequest$;
|
|
1682
|
+
const Destination$ = [3, n0, _Des,
|
|
1493
1683
|
0,
|
|
1494
1684
|
[_B, _A, _SC, _ACT, _EC, _RT, _Me],
|
|
1495
|
-
[0, 0, 0, () =>
|
|
1685
|
+
[0, 0, 0, () => AccessControlTranslation$, () => EncryptionConfiguration$, () => ReplicationTime$, () => Metrics$], 1
|
|
1496
1686
|
];
|
|
1497
|
-
exports.
|
|
1687
|
+
exports.Destination$ = Destination$;
|
|
1688
|
+
const DestinationResult$ = [3, n0, _DRes,
|
|
1498
1689
|
0,
|
|
1499
|
-
[_TBT, _TBA,
|
|
1690
|
+
[_TBT, _TBA, _TNa],
|
|
1500
1691
|
[0, 0, 0]
|
|
1501
1692
|
];
|
|
1502
|
-
exports.
|
|
1693
|
+
exports.DestinationResult$ = DestinationResult$;
|
|
1694
|
+
const Encryption$ = [3, n0, _En,
|
|
1503
1695
|
0,
|
|
1504
|
-
[
|
|
1696
|
+
[_ETn, _KMSKI, _KMSC],
|
|
1505
1697
|
[0, [() => SSEKMSKeyId, 0], 0], 1
|
|
1506
1698
|
];
|
|
1507
|
-
exports.
|
|
1699
|
+
exports.Encryption$ = Encryption$;
|
|
1700
|
+
const EncryptionConfiguration$ = [3, n0, _EC,
|
|
1508
1701
|
0,
|
|
1509
1702
|
[_RKKID],
|
|
1510
1703
|
[0]
|
|
1511
1704
|
];
|
|
1512
|
-
exports.
|
|
1705
|
+
exports.EncryptionConfiguration$ = EncryptionConfiguration$;
|
|
1706
|
+
const EndEvent$ = [3, n0, _EE,
|
|
1513
1707
|
0,
|
|
1514
1708
|
[],
|
|
1515
1709
|
[]
|
|
1516
1710
|
];
|
|
1517
|
-
exports.
|
|
1711
|
+
exports.EndEvent$ = EndEvent$;
|
|
1712
|
+
const _Error$ = [3, n0, _E,
|
|
1518
1713
|
0,
|
|
1519
1714
|
[_K, _VI, _Cod, _Mes],
|
|
1520
1715
|
[0, 0, 0, 0]
|
|
1521
1716
|
];
|
|
1522
|
-
exports.
|
|
1717
|
+
exports._Error$ = _Error$;
|
|
1718
|
+
const ErrorDetails$ = [3, n0, _ED,
|
|
1523
1719
|
0,
|
|
1524
1720
|
[_ECr, _EM],
|
|
1525
1721
|
[0, 0]
|
|
1526
1722
|
];
|
|
1527
|
-
exports.
|
|
1723
|
+
exports.ErrorDetails$ = ErrorDetails$;
|
|
1724
|
+
const ErrorDocument$ = [3, n0, _EDr,
|
|
1528
1725
|
0,
|
|
1529
1726
|
[_K],
|
|
1530
1727
|
[0], 1
|
|
1531
1728
|
];
|
|
1532
|
-
exports.
|
|
1729
|
+
exports.ErrorDocument$ = ErrorDocument$;
|
|
1730
|
+
const EventBridgeConfiguration$ = [3, n0, _EBC,
|
|
1533
1731
|
0,
|
|
1534
1732
|
[],
|
|
1535
1733
|
[]
|
|
1536
1734
|
];
|
|
1537
|
-
exports.
|
|
1735
|
+
exports.EventBridgeConfiguration$ = EventBridgeConfiguration$;
|
|
1736
|
+
const ExistingObjectReplication$ = [3, n0, _EOR,
|
|
1538
1737
|
0,
|
|
1539
1738
|
[_S],
|
|
1540
1739
|
[0], 1
|
|
1541
1740
|
];
|
|
1542
|
-
exports.
|
|
1741
|
+
exports.ExistingObjectReplication$ = ExistingObjectReplication$;
|
|
1742
|
+
const FilterRule$ = [3, n0, _FR,
|
|
1543
1743
|
0,
|
|
1544
1744
|
[_N, _V],
|
|
1545
1745
|
[0, 0]
|
|
1546
1746
|
];
|
|
1547
|
-
exports.
|
|
1747
|
+
exports.FilterRule$ = FilterRule$;
|
|
1748
|
+
const GetBucketAbacOutput$ = [3, n0, _GBAO,
|
|
1548
1749
|
0,
|
|
1549
1750
|
[_AS],
|
|
1550
|
-
[[() =>
|
|
1751
|
+
[[() => AbacStatus$, 16]]
|
|
1551
1752
|
];
|
|
1552
|
-
exports.
|
|
1753
|
+
exports.GetBucketAbacOutput$ = GetBucketAbacOutput$;
|
|
1754
|
+
const GetBucketAbacRequest$ = [3, n0, _GBAR,
|
|
1553
1755
|
0,
|
|
1554
1756
|
[_B, _EBO],
|
|
1555
1757
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1556
1758
|
];
|
|
1557
|
-
exports.
|
|
1759
|
+
exports.GetBucketAbacRequest$ = GetBucketAbacRequest$;
|
|
1760
|
+
const GetBucketAccelerateConfigurationOutput$ = [3, n0, _GBACO,
|
|
1558
1761
|
{ [_xN]: _AC },
|
|
1559
1762
|
[_S, _RC],
|
|
1560
1763
|
[0, [0, { [_hH]: _xarc }]]
|
|
1561
1764
|
];
|
|
1562
|
-
exports.
|
|
1765
|
+
exports.GetBucketAccelerateConfigurationOutput$ = GetBucketAccelerateConfigurationOutput$;
|
|
1766
|
+
const GetBucketAccelerateConfigurationRequest$ = [3, n0, _GBACR,
|
|
1563
1767
|
0,
|
|
1564
1768
|
[_B, _EBO, _RP],
|
|
1565
1769
|
[[0, 1], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }]], 1
|
|
1566
1770
|
];
|
|
1567
|
-
exports.
|
|
1771
|
+
exports.GetBucketAccelerateConfigurationRequest$ = GetBucketAccelerateConfigurationRequest$;
|
|
1772
|
+
const GetBucketAclOutput$ = [3, n0, _GBAOe,
|
|
1568
1773
|
{ [_xN]: _ACP },
|
|
1569
1774
|
[_O, _G],
|
|
1570
|
-
[() =>
|
|
1775
|
+
[() => Owner$, [() => Grants, { [_xN]: _ACL }]]
|
|
1571
1776
|
];
|
|
1572
|
-
exports.
|
|
1777
|
+
exports.GetBucketAclOutput$ = GetBucketAclOutput$;
|
|
1778
|
+
const GetBucketAclRequest$ = [3, n0, _GBARe,
|
|
1573
1779
|
0,
|
|
1574
1780
|
[_B, _EBO],
|
|
1575
1781
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1576
1782
|
];
|
|
1577
|
-
exports.
|
|
1783
|
+
exports.GetBucketAclRequest$ = GetBucketAclRequest$;
|
|
1784
|
+
const GetBucketAnalyticsConfigurationOutput$ = [3, n0, _GBACOe,
|
|
1578
1785
|
0,
|
|
1579
1786
|
[_ACn],
|
|
1580
|
-
[[() =>
|
|
1787
|
+
[[() => AnalyticsConfiguration$, 16]]
|
|
1581
1788
|
];
|
|
1582
|
-
exports.
|
|
1789
|
+
exports.GetBucketAnalyticsConfigurationOutput$ = GetBucketAnalyticsConfigurationOutput$;
|
|
1790
|
+
const GetBucketAnalyticsConfigurationRequest$ = [3, n0, _GBACRe,
|
|
1583
1791
|
0,
|
|
1584
1792
|
[_B, _I, _EBO],
|
|
1585
1793
|
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
|
|
1586
1794
|
];
|
|
1587
|
-
exports.
|
|
1795
|
+
exports.GetBucketAnalyticsConfigurationRequest$ = GetBucketAnalyticsConfigurationRequest$;
|
|
1796
|
+
const GetBucketCorsOutput$ = [3, n0, _GBCO,
|
|
1588
1797
|
{ [_xN]: _CORSC },
|
|
1589
1798
|
[_CORSR],
|
|
1590
1799
|
[[() => CORSRules, { [_xF]: 1, [_xN]: _CORSRu }]]
|
|
1591
1800
|
];
|
|
1592
|
-
exports.
|
|
1801
|
+
exports.GetBucketCorsOutput$ = GetBucketCorsOutput$;
|
|
1802
|
+
const GetBucketCorsRequest$ = [3, n0, _GBCR,
|
|
1593
1803
|
0,
|
|
1594
1804
|
[_B, _EBO],
|
|
1595
1805
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1596
1806
|
];
|
|
1597
|
-
exports.
|
|
1807
|
+
exports.GetBucketCorsRequest$ = GetBucketCorsRequest$;
|
|
1808
|
+
const GetBucketEncryptionOutput$ = [3, n0, _GBEO,
|
|
1598
1809
|
0,
|
|
1599
1810
|
[_SSEC],
|
|
1600
|
-
[[() =>
|
|
1811
|
+
[[() => ServerSideEncryptionConfiguration$, 16]]
|
|
1601
1812
|
];
|
|
1602
|
-
exports.
|
|
1813
|
+
exports.GetBucketEncryptionOutput$ = GetBucketEncryptionOutput$;
|
|
1814
|
+
const GetBucketEncryptionRequest$ = [3, n0, _GBER,
|
|
1603
1815
|
0,
|
|
1604
1816
|
[_B, _EBO],
|
|
1605
1817
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1606
1818
|
];
|
|
1607
|
-
exports.
|
|
1819
|
+
exports.GetBucketEncryptionRequest$ = GetBucketEncryptionRequest$;
|
|
1820
|
+
const GetBucketIntelligentTieringConfigurationOutput$ = [3, n0, _GBITCO,
|
|
1608
1821
|
0,
|
|
1609
1822
|
[_ITC],
|
|
1610
|
-
[[() =>
|
|
1823
|
+
[[() => IntelligentTieringConfiguration$, 16]]
|
|
1611
1824
|
];
|
|
1612
|
-
exports.
|
|
1825
|
+
exports.GetBucketIntelligentTieringConfigurationOutput$ = GetBucketIntelligentTieringConfigurationOutput$;
|
|
1826
|
+
const GetBucketIntelligentTieringConfigurationRequest$ = [3, n0, _GBITCR,
|
|
1613
1827
|
0,
|
|
1614
1828
|
[_B, _I, _EBO],
|
|
1615
1829
|
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
|
|
1616
1830
|
];
|
|
1617
|
-
exports.
|
|
1831
|
+
exports.GetBucketIntelligentTieringConfigurationRequest$ = GetBucketIntelligentTieringConfigurationRequest$;
|
|
1832
|
+
const GetBucketInventoryConfigurationOutput$ = [3, n0, _GBICO,
|
|
1618
1833
|
0,
|
|
1619
1834
|
[_IC],
|
|
1620
|
-
[[() =>
|
|
1835
|
+
[[() => InventoryConfiguration$, 16]]
|
|
1621
1836
|
];
|
|
1622
|
-
exports.
|
|
1837
|
+
exports.GetBucketInventoryConfigurationOutput$ = GetBucketInventoryConfigurationOutput$;
|
|
1838
|
+
const GetBucketInventoryConfigurationRequest$ = [3, n0, _GBICR,
|
|
1623
1839
|
0,
|
|
1624
1840
|
[_B, _I, _EBO],
|
|
1625
1841
|
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
|
|
1626
1842
|
];
|
|
1627
|
-
exports.
|
|
1843
|
+
exports.GetBucketInventoryConfigurationRequest$ = GetBucketInventoryConfigurationRequest$;
|
|
1844
|
+
const GetBucketLifecycleConfigurationOutput$ = [3, n0, _GBLCO,
|
|
1628
1845
|
{ [_xN]: _LCi },
|
|
1629
|
-
[
|
|
1630
|
-
[[() => LifecycleRules, { [_xF]: 1, [_xN]:
|
|
1846
|
+
[_Ru, _TDMOS],
|
|
1847
|
+
[[() => LifecycleRules, { [_xF]: 1, [_xN]: _Rul }], [0, { [_hH]: _xatdmos }]]
|
|
1631
1848
|
];
|
|
1632
|
-
exports.
|
|
1849
|
+
exports.GetBucketLifecycleConfigurationOutput$ = GetBucketLifecycleConfigurationOutput$;
|
|
1850
|
+
const GetBucketLifecycleConfigurationRequest$ = [3, n0, _GBLCR,
|
|
1633
1851
|
0,
|
|
1634
1852
|
[_B, _EBO],
|
|
1635
1853
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1636
1854
|
];
|
|
1637
|
-
exports.
|
|
1855
|
+
exports.GetBucketLifecycleConfigurationRequest$ = GetBucketLifecycleConfigurationRequest$;
|
|
1856
|
+
const GetBucketLocationOutput$ = [3, n0, _GBLO,
|
|
1638
1857
|
{ [_xN]: _LC },
|
|
1639
1858
|
[_LC],
|
|
1640
1859
|
[0]
|
|
1641
1860
|
];
|
|
1642
|
-
exports.
|
|
1861
|
+
exports.GetBucketLocationOutput$ = GetBucketLocationOutput$;
|
|
1862
|
+
const GetBucketLocationRequest$ = [3, n0, _GBLR,
|
|
1643
1863
|
0,
|
|
1644
1864
|
[_B, _EBO],
|
|
1645
1865
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1646
1866
|
];
|
|
1647
|
-
exports.
|
|
1867
|
+
exports.GetBucketLocationRequest$ = GetBucketLocationRequest$;
|
|
1868
|
+
const GetBucketLoggingOutput$ = [3, n0, _GBLOe,
|
|
1648
1869
|
{ [_xN]: _BLS },
|
|
1649
1870
|
[_LE],
|
|
1650
|
-
[[() =>
|
|
1871
|
+
[[() => LoggingEnabled$, 0]]
|
|
1651
1872
|
];
|
|
1652
|
-
exports.
|
|
1873
|
+
exports.GetBucketLoggingOutput$ = GetBucketLoggingOutput$;
|
|
1874
|
+
const GetBucketLoggingRequest$ = [3, n0, _GBLRe,
|
|
1653
1875
|
0,
|
|
1654
1876
|
[_B, _EBO],
|
|
1655
1877
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1656
1878
|
];
|
|
1657
|
-
exports.
|
|
1879
|
+
exports.GetBucketLoggingRequest$ = GetBucketLoggingRequest$;
|
|
1880
|
+
const GetBucketMetadataConfigurationOutput$ = [3, n0, _GBMCO,
|
|
1658
1881
|
0,
|
|
1659
1882
|
[_GBMCR],
|
|
1660
|
-
[[() =>
|
|
1883
|
+
[[() => GetBucketMetadataConfigurationResult$, 16]]
|
|
1661
1884
|
];
|
|
1662
|
-
exports.
|
|
1885
|
+
exports.GetBucketMetadataConfigurationOutput$ = GetBucketMetadataConfigurationOutput$;
|
|
1886
|
+
const GetBucketMetadataConfigurationRequest$ = [3, n0, _GBMCRe,
|
|
1663
1887
|
0,
|
|
1664
1888
|
[_B, _EBO],
|
|
1665
1889
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1666
1890
|
];
|
|
1667
|
-
exports.
|
|
1891
|
+
exports.GetBucketMetadataConfigurationRequest$ = GetBucketMetadataConfigurationRequest$;
|
|
1892
|
+
const GetBucketMetadataConfigurationResult$ = [3, n0, _GBMCR,
|
|
1668
1893
|
0,
|
|
1669
1894
|
[_MCR],
|
|
1670
|
-
[() =>
|
|
1895
|
+
[() => MetadataConfigurationResult$], 1
|
|
1671
1896
|
];
|
|
1672
|
-
exports.
|
|
1897
|
+
exports.GetBucketMetadataConfigurationResult$ = GetBucketMetadataConfigurationResult$;
|
|
1898
|
+
const GetBucketMetadataTableConfigurationOutput$ = [3, n0, _GBMTCO,
|
|
1673
1899
|
0,
|
|
1674
1900
|
[_GBMTCR],
|
|
1675
|
-
[[() =>
|
|
1901
|
+
[[() => GetBucketMetadataTableConfigurationResult$, 16]]
|
|
1676
1902
|
];
|
|
1677
|
-
exports.
|
|
1903
|
+
exports.GetBucketMetadataTableConfigurationOutput$ = GetBucketMetadataTableConfigurationOutput$;
|
|
1904
|
+
const GetBucketMetadataTableConfigurationRequest$ = [3, n0, _GBMTCRe,
|
|
1678
1905
|
0,
|
|
1679
1906
|
[_B, _EBO],
|
|
1680
1907
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1681
1908
|
];
|
|
1682
|
-
exports.
|
|
1909
|
+
exports.GetBucketMetadataTableConfigurationRequest$ = GetBucketMetadataTableConfigurationRequest$;
|
|
1910
|
+
const GetBucketMetadataTableConfigurationResult$ = [3, n0, _GBMTCR,
|
|
1683
1911
|
0,
|
|
1684
|
-
[_MTCR, _S,
|
|
1685
|
-
[() =>
|
|
1912
|
+
[_MTCR, _S, _E],
|
|
1913
|
+
[() => MetadataTableConfigurationResult$, 0, () => ErrorDetails$], 2
|
|
1686
1914
|
];
|
|
1687
|
-
exports.
|
|
1915
|
+
exports.GetBucketMetadataTableConfigurationResult$ = GetBucketMetadataTableConfigurationResult$;
|
|
1916
|
+
const GetBucketMetricsConfigurationOutput$ = [3, n0, _GBMCOe,
|
|
1688
1917
|
0,
|
|
1689
1918
|
[_MCe],
|
|
1690
|
-
[[() =>
|
|
1919
|
+
[[() => MetricsConfiguration$, 16]]
|
|
1691
1920
|
];
|
|
1692
|
-
exports.
|
|
1921
|
+
exports.GetBucketMetricsConfigurationOutput$ = GetBucketMetricsConfigurationOutput$;
|
|
1922
|
+
const GetBucketMetricsConfigurationRequest$ = [3, n0, _GBMCRet,
|
|
1693
1923
|
0,
|
|
1694
1924
|
[_B, _I, _EBO],
|
|
1695
1925
|
[[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
|
|
1696
1926
|
];
|
|
1697
|
-
exports.
|
|
1927
|
+
exports.GetBucketMetricsConfigurationRequest$ = GetBucketMetricsConfigurationRequest$;
|
|
1928
|
+
const GetBucketNotificationConfigurationRequest$ = [3, n0, _GBNCR,
|
|
1698
1929
|
0,
|
|
1699
1930
|
[_B, _EBO],
|
|
1700
1931
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1701
1932
|
];
|
|
1702
|
-
exports.
|
|
1933
|
+
exports.GetBucketNotificationConfigurationRequest$ = GetBucketNotificationConfigurationRequest$;
|
|
1934
|
+
const GetBucketOwnershipControlsOutput$ = [3, n0, _GBOCO,
|
|
1703
1935
|
0,
|
|
1704
1936
|
[_OC],
|
|
1705
|
-
[[() =>
|
|
1937
|
+
[[() => OwnershipControls$, 16]]
|
|
1706
1938
|
];
|
|
1707
|
-
exports.
|
|
1939
|
+
exports.GetBucketOwnershipControlsOutput$ = GetBucketOwnershipControlsOutput$;
|
|
1940
|
+
const GetBucketOwnershipControlsRequest$ = [3, n0, _GBOCR,
|
|
1708
1941
|
0,
|
|
1709
1942
|
[_B, _EBO],
|
|
1710
1943
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1711
1944
|
];
|
|
1712
|
-
exports.
|
|
1945
|
+
exports.GetBucketOwnershipControlsRequest$ = GetBucketOwnershipControlsRequest$;
|
|
1946
|
+
const GetBucketPolicyOutput$ = [3, n0, _GBPO,
|
|
1713
1947
|
0,
|
|
1714
1948
|
[_Po],
|
|
1715
1949
|
[[0, 16]]
|
|
1716
1950
|
];
|
|
1717
|
-
exports.
|
|
1951
|
+
exports.GetBucketPolicyOutput$ = GetBucketPolicyOutput$;
|
|
1952
|
+
const GetBucketPolicyRequest$ = [3, n0, _GBPR,
|
|
1718
1953
|
0,
|
|
1719
1954
|
[_B, _EBO],
|
|
1720
1955
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1721
1956
|
];
|
|
1722
|
-
exports.
|
|
1957
|
+
exports.GetBucketPolicyRequest$ = GetBucketPolicyRequest$;
|
|
1958
|
+
const GetBucketPolicyStatusOutput$ = [3, n0, _GBPSO,
|
|
1723
1959
|
0,
|
|
1724
1960
|
[_PS],
|
|
1725
|
-
[[() =>
|
|
1961
|
+
[[() => PolicyStatus$, 16]]
|
|
1726
1962
|
];
|
|
1727
|
-
exports.
|
|
1963
|
+
exports.GetBucketPolicyStatusOutput$ = GetBucketPolicyStatusOutput$;
|
|
1964
|
+
const GetBucketPolicyStatusRequest$ = [3, n0, _GBPSR,
|
|
1728
1965
|
0,
|
|
1729
1966
|
[_B, _EBO],
|
|
1730
1967
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1731
1968
|
];
|
|
1732
|
-
exports.
|
|
1969
|
+
exports.GetBucketPolicyStatusRequest$ = GetBucketPolicyStatusRequest$;
|
|
1970
|
+
const GetBucketReplicationOutput$ = [3, n0, _GBRO,
|
|
1733
1971
|
0,
|
|
1734
1972
|
[_RCe],
|
|
1735
|
-
[[() =>
|
|
1973
|
+
[[() => ReplicationConfiguration$, 16]]
|
|
1736
1974
|
];
|
|
1737
|
-
exports.
|
|
1975
|
+
exports.GetBucketReplicationOutput$ = GetBucketReplicationOutput$;
|
|
1976
|
+
const GetBucketReplicationRequest$ = [3, n0, _GBRR,
|
|
1738
1977
|
0,
|
|
1739
1978
|
[_B, _EBO],
|
|
1740
1979
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1741
1980
|
];
|
|
1742
|
-
exports.
|
|
1981
|
+
exports.GetBucketReplicationRequest$ = GetBucketReplicationRequest$;
|
|
1982
|
+
const GetBucketRequestPaymentOutput$ = [3, n0, _GBRPO,
|
|
1743
1983
|
{ [_xN]: _RPC },
|
|
1744
1984
|
[_Pay],
|
|
1745
1985
|
[0]
|
|
1746
1986
|
];
|
|
1747
|
-
exports.
|
|
1987
|
+
exports.GetBucketRequestPaymentOutput$ = GetBucketRequestPaymentOutput$;
|
|
1988
|
+
const GetBucketRequestPaymentRequest$ = [3, n0, _GBRPR,
|
|
1748
1989
|
0,
|
|
1749
1990
|
[_B, _EBO],
|
|
1750
1991
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1751
1992
|
];
|
|
1752
|
-
exports.
|
|
1993
|
+
exports.GetBucketRequestPaymentRequest$ = GetBucketRequestPaymentRequest$;
|
|
1994
|
+
const GetBucketTaggingOutput$ = [3, n0, _GBTO,
|
|
1753
1995
|
{ [_xN]: _Tag },
|
|
1754
|
-
[
|
|
1996
|
+
[_TSa],
|
|
1755
1997
|
[[() => TagSet, 0]], 1
|
|
1756
1998
|
];
|
|
1757
|
-
exports.
|
|
1999
|
+
exports.GetBucketTaggingOutput$ = GetBucketTaggingOutput$;
|
|
2000
|
+
const GetBucketTaggingRequest$ = [3, n0, _GBTR,
|
|
1758
2001
|
0,
|
|
1759
2002
|
[_B, _EBO],
|
|
1760
2003
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1761
2004
|
];
|
|
1762
|
-
exports.
|
|
2005
|
+
exports.GetBucketTaggingRequest$ = GetBucketTaggingRequest$;
|
|
2006
|
+
const GetBucketVersioningOutput$ = [3, n0, _GBVO,
|
|
1763
2007
|
{ [_xN]: _VC },
|
|
1764
2008
|
[_S, _MFAD],
|
|
1765
2009
|
[0, [0, { [_xN]: _MDf }]]
|
|
1766
2010
|
];
|
|
1767
|
-
exports.
|
|
2011
|
+
exports.GetBucketVersioningOutput$ = GetBucketVersioningOutput$;
|
|
2012
|
+
const GetBucketVersioningRequest$ = [3, n0, _GBVR,
|
|
1768
2013
|
0,
|
|
1769
2014
|
[_B, _EBO],
|
|
1770
2015
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1771
2016
|
];
|
|
1772
|
-
exports.
|
|
2017
|
+
exports.GetBucketVersioningRequest$ = GetBucketVersioningRequest$;
|
|
2018
|
+
const GetBucketWebsiteOutput$ = [3, n0, _GBWO,
|
|
1773
2019
|
{ [_xN]: _WC },
|
|
1774
2020
|
[_RART, _IDn, _EDr, _RR],
|
|
1775
|
-
[() =>
|
|
2021
|
+
[() => RedirectAllRequestsTo$, () => IndexDocument$, () => ErrorDocument$, [() => RoutingRules, 0]]
|
|
1776
2022
|
];
|
|
1777
|
-
exports.
|
|
2023
|
+
exports.GetBucketWebsiteOutput$ = GetBucketWebsiteOutput$;
|
|
2024
|
+
const GetBucketWebsiteRequest$ = [3, n0, _GBWR,
|
|
1778
2025
|
0,
|
|
1779
2026
|
[_B, _EBO],
|
|
1780
2027
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1781
2028
|
];
|
|
1782
|
-
exports.
|
|
2029
|
+
exports.GetBucketWebsiteRequest$ = GetBucketWebsiteRequest$;
|
|
2030
|
+
const GetObjectAclOutput$ = [3, n0, _GOAO,
|
|
1783
2031
|
{ [_xN]: _ACP },
|
|
1784
2032
|
[_O, _G, _RC],
|
|
1785
|
-
[() =>
|
|
2033
|
+
[() => Owner$, [() => Grants, { [_xN]: _ACL }], [0, { [_hH]: _xarc }]]
|
|
1786
2034
|
];
|
|
1787
|
-
exports.
|
|
2035
|
+
exports.GetObjectAclOutput$ = GetObjectAclOutput$;
|
|
2036
|
+
const GetObjectAclRequest$ = [3, n0, _GOAR,
|
|
1788
2037
|
0,
|
|
1789
2038
|
[_B, _K, _VI, _RP, _EBO],
|
|
1790
2039
|
[[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 2
|
|
1791
2040
|
];
|
|
1792
|
-
exports.
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
[
|
|
2041
|
+
exports.GetObjectAclRequest$ = GetObjectAclRequest$;
|
|
2042
|
+
const GetObjectAnnotationOutput$ = [3, n0, _GOAOe,
|
|
2043
|
+
0,
|
|
2044
|
+
[_AP, _OVI, _LM, _CLo, _ET, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _CT, _SSE, _RC, _RS],
|
|
2045
|
+
[[() => StreamingBlob, 16], [0, { [_hH]: _xaovi }], [4, { [_hH]: _LM_ }], [1, { [_hH]: _CL__ }], [0, { [_hH]: _ET }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xacs__ }], [0, { [_hH]: _xacm }], [0, { [_hH]: _xacx }], [0, { [_hH]: _xacx_ }], [0, { [_hH]: _xacx__ }], [0, { [_hH]: _xact }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xarc }], [0, { [_hH]: _xars }]]
|
|
2046
|
+
];
|
|
2047
|
+
exports.GetObjectAnnotationOutput$ = GetObjectAnnotationOutput$;
|
|
2048
|
+
const GetObjectAnnotationRequest$ = [3, n0, _GOARe,
|
|
2049
|
+
0,
|
|
2050
|
+
[_B, _K, _AN, _VI, _RP, _EBO, _CMh],
|
|
2051
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _aN }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xacm_ }]], 3
|
|
2052
|
+
];
|
|
2053
|
+
exports.GetObjectAnnotationRequest$ = GetObjectAnnotationRequest$;
|
|
2054
|
+
const GetObjectAttributesOutput$ = [3, n0, _GOAOet,
|
|
2055
|
+
{ [_xN]: _GOARet },
|
|
2056
|
+
[_DM, _LM, _VI, _RC, _ET, _C, _OP, _SC, _OS],
|
|
2057
|
+
[[2, { [_hH]: _xadm }], [4, { [_hH]: _LM_ }], [0, { [_hH]: _xavi }], [0, { [_hH]: _xarc }], 0, () => Checksum$, [() => GetObjectAttributesParts$, 0], 0, 1]
|
|
1796
2058
|
];
|
|
1797
|
-
exports.
|
|
2059
|
+
exports.GetObjectAttributesOutput$ = GetObjectAttributesOutput$;
|
|
2060
|
+
const GetObjectAttributesParts$ = [3, n0, _GOAP,
|
|
1798
2061
|
0,
|
|
1799
2062
|
[_TPC, _PNM, _NPNM, _MP, _IT, _Pa],
|
|
1800
2063
|
[[1, { [_xN]: _PC }], 0, 0, 1, 2, [() => PartsList, { [_xF]: 1, [_xN]: _Par }]]
|
|
1801
2064
|
];
|
|
1802
|
-
exports.
|
|
2065
|
+
exports.GetObjectAttributesParts$ = GetObjectAttributesParts$;
|
|
2066
|
+
const GetObjectAttributesRequest$ = [3, n0, _GOARetb,
|
|
1803
2067
|
0,
|
|
1804
2068
|
[_B, _K, _OA, _VI, _MP, _PNM, _SSECA, _SSECK, _SSECKMD, _RP, _EBO],
|
|
1805
2069
|
[[0, 1], [0, 1], [64 | 0, { [_hH]: _xaoa }], [0, { [_hQ]: _vI }], [1, { [_hH]: _xamp }], [0, { [_hH]: _xapnm }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 3
|
|
1806
2070
|
];
|
|
1807
|
-
exports.
|
|
2071
|
+
exports.GetObjectAttributesRequest$ = GetObjectAttributesRequest$;
|
|
2072
|
+
const GetObjectLegalHoldOutput$ = [3, n0, _GOLHO,
|
|
1808
2073
|
0,
|
|
1809
2074
|
[_LH],
|
|
1810
|
-
[[() =>
|
|
2075
|
+
[[() => ObjectLockLegalHold$, { [_hP]: 1, [_xN]: _LH }]]
|
|
1811
2076
|
];
|
|
1812
|
-
exports.
|
|
2077
|
+
exports.GetObjectLegalHoldOutput$ = GetObjectLegalHoldOutput$;
|
|
2078
|
+
const GetObjectLegalHoldRequest$ = [3, n0, _GOLHR,
|
|
1813
2079
|
0,
|
|
1814
2080
|
[_B, _K, _VI, _RP, _EBO],
|
|
1815
2081
|
[[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 2
|
|
1816
2082
|
];
|
|
1817
|
-
exports.
|
|
2083
|
+
exports.GetObjectLegalHoldRequest$ = GetObjectLegalHoldRequest$;
|
|
2084
|
+
const GetObjectLockConfigurationOutput$ = [3, n0, _GOLCO,
|
|
1818
2085
|
0,
|
|
1819
2086
|
[_OLC],
|
|
1820
|
-
[[() =>
|
|
2087
|
+
[[() => ObjectLockConfiguration$, 16]]
|
|
1821
2088
|
];
|
|
1822
|
-
exports.
|
|
2089
|
+
exports.GetObjectLockConfigurationOutput$ = GetObjectLockConfigurationOutput$;
|
|
2090
|
+
const GetObjectLockConfigurationRequest$ = [3, n0, _GOLCR,
|
|
1823
2091
|
0,
|
|
1824
2092
|
[_B, _EBO],
|
|
1825
2093
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1826
2094
|
];
|
|
1827
|
-
exports.
|
|
2095
|
+
exports.GetObjectLockConfigurationRequest$ = GetObjectLockConfigurationRequest$;
|
|
2096
|
+
const GetObjectOutput$ = [3, n0, _GOO,
|
|
1828
2097
|
0,
|
|
1829
|
-
[_Bo, _DM, _AR,
|
|
1830
|
-
[[() => StreamingBlob, 16], [2, { [_hH]: _xadm }], [0, { [_hH]: _ar }], [0, { [_hH]: _xae }], [0, { [_hH]: _xar }], [4, { [_hH]: _LM_ }], [1, { [_hH]: _CL__ }], [0, { [_hH]:
|
|
2098
|
+
[_Bo, _DM, _AR, _Ex, _Re, _LM, _CLo, _ET, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _CT, _MM, _VI, _CC, _CDo, _CEo, _CL, _CR, _CTo, _Exp, _ES, _WRL, _SSE, _M, _SSECA, _SSECKMD, _SSEKMSKI, _BKE, _SC, _RC, _RS, _PC, _TC, _OLM, _OLRUD, _OLLHS],
|
|
2099
|
+
[[() => StreamingBlob, 16], [2, { [_hH]: _xadm }], [0, { [_hH]: _ar }], [0, { [_hH]: _xae }], [0, { [_hH]: _xar }], [4, { [_hH]: _LM_ }], [1, { [_hH]: _CL__ }], [0, { [_hH]: _ET }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xacs__ }], [0, { [_hH]: _xacm }], [0, { [_hH]: _xacx }], [0, { [_hH]: _xacx_ }], [0, { [_hH]: _xacx__ }], [0, { [_hH]: _xact }], [1, { [_hH]: _xamm }], [0, { [_hH]: _xavi }], [0, { [_hH]: _CC_ }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [0, { [_hH]: _CR_ }], [0, { [_hH]: _CT_ }], [4, { [_hH]: _Exp }], [0, { [_hH]: _ES }], [0, { [_hH]: _xawrl }], [0, { [_hH]: _xasse }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xasc }], [0, { [_hH]: _xarc }], [0, { [_hH]: _xars }], [1, { [_hH]: _xampc }], [1, { [_hH]: _xatc }], [0, { [_hH]: _xaolm }], [5, { [_hH]: _xaolrud }], [0, { [_hH]: _xaollh }]]
|
|
1831
2100
|
];
|
|
1832
|
-
exports.
|
|
2101
|
+
exports.GetObjectOutput$ = GetObjectOutput$;
|
|
2102
|
+
const GetObjectRequest$ = [3, n0, _GOR,
|
|
1833
2103
|
0,
|
|
1834
2104
|
[_B, _K, _IM, _IMSf, _INM, _IUS, _Ra, _RCC, _RCD, _RCE, _RCL, _RCT, _RE, _VI, _SSECA, _SSECK, _SSECKMD, _RP, _PN, _EBO, _CMh],
|
|
1835
2105
|
[[0, 1], [0, 1], [0, { [_hH]: _IM_ }], [4, { [_hH]: _IMS_ }], [0, { [_hH]: _INM_ }], [4, { [_hH]: _IUS_ }], [0, { [_hH]: _Ra }], [0, { [_hQ]: _rcc }], [0, { [_hQ]: _rcd }], [0, { [_hQ]: _rce }], [0, { [_hQ]: _rcl }], [0, { [_hQ]: _rct }], [6, { [_hQ]: _re }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xarp }], [1, { [_hQ]: _pN }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xacm_ }]], 2
|
|
1836
2106
|
];
|
|
1837
|
-
exports.
|
|
2107
|
+
exports.GetObjectRequest$ = GetObjectRequest$;
|
|
2108
|
+
const GetObjectRetentionOutput$ = [3, n0, _GORO,
|
|
1838
2109
|
0,
|
|
1839
2110
|
[_Ret],
|
|
1840
|
-
[[() =>
|
|
2111
|
+
[[() => ObjectLockRetention$, { [_hP]: 1, [_xN]: _Ret }]]
|
|
1841
2112
|
];
|
|
1842
|
-
exports.
|
|
2113
|
+
exports.GetObjectRetentionOutput$ = GetObjectRetentionOutput$;
|
|
2114
|
+
const GetObjectRetentionRequest$ = [3, n0, _GORR,
|
|
1843
2115
|
0,
|
|
1844
2116
|
[_B, _K, _VI, _RP, _EBO],
|
|
1845
2117
|
[[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 2
|
|
1846
2118
|
];
|
|
1847
|
-
exports.
|
|
2119
|
+
exports.GetObjectRetentionRequest$ = GetObjectRetentionRequest$;
|
|
2120
|
+
const GetObjectTaggingOutput$ = [3, n0, _GOTO,
|
|
1848
2121
|
{ [_xN]: _Tag },
|
|
1849
|
-
[
|
|
2122
|
+
[_TSa, _VI],
|
|
1850
2123
|
[[() => TagSet, 0], [0, { [_hH]: _xavi }]], 1
|
|
1851
2124
|
];
|
|
1852
|
-
exports.
|
|
2125
|
+
exports.GetObjectTaggingOutput$ = GetObjectTaggingOutput$;
|
|
2126
|
+
const GetObjectTaggingRequest$ = [3, n0, _GOTR,
|
|
1853
2127
|
0,
|
|
1854
2128
|
[_B, _K, _VI, _EBO, _RP],
|
|
1855
2129
|
[[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }]], 2
|
|
1856
2130
|
];
|
|
1857
|
-
exports.
|
|
2131
|
+
exports.GetObjectTaggingRequest$ = GetObjectTaggingRequest$;
|
|
2132
|
+
const GetObjectTorrentOutput$ = [3, n0, _GOTOe,
|
|
1858
2133
|
0,
|
|
1859
2134
|
[_Bo, _RC],
|
|
1860
2135
|
[[() => StreamingBlob, 16], [0, { [_hH]: _xarc }]]
|
|
1861
2136
|
];
|
|
1862
|
-
exports.
|
|
2137
|
+
exports.GetObjectTorrentOutput$ = GetObjectTorrentOutput$;
|
|
2138
|
+
const GetObjectTorrentRequest$ = [3, n0, _GOTRe,
|
|
1863
2139
|
0,
|
|
1864
2140
|
[_B, _K, _RP, _EBO],
|
|
1865
2141
|
[[0, 1], [0, 1], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 2
|
|
1866
2142
|
];
|
|
1867
|
-
exports.
|
|
2143
|
+
exports.GetObjectTorrentRequest$ = GetObjectTorrentRequest$;
|
|
2144
|
+
const GetPublicAccessBlockOutput$ = [3, n0, _GPABO,
|
|
1868
2145
|
0,
|
|
1869
2146
|
[_PABC],
|
|
1870
|
-
[[() =>
|
|
2147
|
+
[[() => PublicAccessBlockConfiguration$, 16]]
|
|
1871
2148
|
];
|
|
1872
|
-
exports.
|
|
2149
|
+
exports.GetPublicAccessBlockOutput$ = GetPublicAccessBlockOutput$;
|
|
2150
|
+
const GetPublicAccessBlockRequest$ = [3, n0, _GPABR,
|
|
1873
2151
|
0,
|
|
1874
2152
|
[_B, _EBO],
|
|
1875
2153
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1876
2154
|
];
|
|
1877
|
-
exports.
|
|
2155
|
+
exports.GetPublicAccessBlockRequest$ = GetPublicAccessBlockRequest$;
|
|
2156
|
+
const GlacierJobParameters$ = [3, n0, _GJP,
|
|
1878
2157
|
0,
|
|
1879
2158
|
[_Ti],
|
|
1880
2159
|
[0], 1
|
|
1881
2160
|
];
|
|
1882
|
-
exports.
|
|
2161
|
+
exports.GlacierJobParameters$ = GlacierJobParameters$;
|
|
2162
|
+
const Grant$ = [3, n0, _Gr,
|
|
1883
2163
|
0,
|
|
1884
2164
|
[_Gra, _Pe],
|
|
1885
|
-
[[() =>
|
|
2165
|
+
[[() => Grantee$, { [_xNm]: [_x, _hi] }], 0]
|
|
1886
2166
|
];
|
|
1887
|
-
exports.
|
|
2167
|
+
exports.Grant$ = Grant$;
|
|
2168
|
+
const Grantee$ = [3, n0, _Gra,
|
|
1888
2169
|
0,
|
|
1889
2170
|
[_Ty, _DN, _EA, _ID, _URI],
|
|
1890
2171
|
[[0, { [_xA]: 1, [_xN]: _xs }], 0, 0, 0, 0], 1
|
|
1891
2172
|
];
|
|
1892
|
-
exports.
|
|
2173
|
+
exports.Grantee$ = Grantee$;
|
|
2174
|
+
const HeadBucketOutput$ = [3, n0, _HBO,
|
|
1893
2175
|
0,
|
|
1894
2176
|
[_BA, _BLT, _BLN, _BR, _APA],
|
|
1895
2177
|
[[0, { [_hH]: _xaba }], [0, { [_hH]: _xablt }], [0, { [_hH]: _xabln }], [0, { [_hH]: _xabr }], [2, { [_hH]: _xaapa }]]
|
|
1896
2178
|
];
|
|
1897
|
-
exports.
|
|
2179
|
+
exports.HeadBucketOutput$ = HeadBucketOutput$;
|
|
2180
|
+
const HeadBucketRequest$ = [3, n0, _HBR,
|
|
1898
2181
|
0,
|
|
1899
2182
|
[_B, _EBO],
|
|
1900
2183
|
[[0, 1], [0, { [_hH]: _xaebo }]], 1
|
|
1901
2184
|
];
|
|
1902
|
-
exports.
|
|
2185
|
+
exports.HeadBucketRequest$ = HeadBucketRequest$;
|
|
2186
|
+
const HeadObjectOutput$ = [3, n0, _HOO,
|
|
1903
2187
|
0,
|
|
1904
|
-
[_DM, _AR,
|
|
1905
|
-
[[2, { [_hH]: _xadm }], [0, { [_hH]: _ar }], [0, { [_hH]: _xae }], [0, { [_hH]: _xar }], [0, { [_hH]: _xaas }], [4, { [_hH]: _LM_ }], [1, { [_hH]: _CL__ }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xacs__ }], [0, { [_hH]: _xacm }], [0, { [_hH]: _xacx }], [0, { [_hH]: _xacx_ }], [0, { [_hH]: _xacx__ }], [0, { [_hH]: _xact }], [0, { [_hH]:
|
|
2188
|
+
[_DM, _AR, _Ex, _Re, _ASr, _LM, _CLo, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _CT, _ET, _MM, _VI, _CC, _CDo, _CEo, _CL, _CTo, _CR, _Exp, _ES, _WRL, _SSE, _M, _SSECA, _SSECKMD, _SSEKMSKI, _BKE, _SC, _RC, _RS, _PC, _TC, _OLM, _OLRUD, _OLLHS],
|
|
2189
|
+
[[2, { [_hH]: _xadm }], [0, { [_hH]: _ar }], [0, { [_hH]: _xae }], [0, { [_hH]: _xar }], [0, { [_hH]: _xaas }], [4, { [_hH]: _LM_ }], [1, { [_hH]: _CL__ }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xacs__ }], [0, { [_hH]: _xacm }], [0, { [_hH]: _xacx }], [0, { [_hH]: _xacx_ }], [0, { [_hH]: _xacx__ }], [0, { [_hH]: _xact }], [0, { [_hH]: _ET }], [1, { [_hH]: _xamm }], [0, { [_hH]: _xavi }], [0, { [_hH]: _CC_ }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [0, { [_hH]: _CT_ }], [0, { [_hH]: _CR_ }], [4, { [_hH]: _Exp }], [0, { [_hH]: _ES }], [0, { [_hH]: _xawrl }], [0, { [_hH]: _xasse }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xasc }], [0, { [_hH]: _xarc }], [0, { [_hH]: _xars }], [1, { [_hH]: _xampc }], [1, { [_hH]: _xatc }], [0, { [_hH]: _xaolm }], [5, { [_hH]: _xaolrud }], [0, { [_hH]: _xaollh }]]
|
|
1906
2190
|
];
|
|
1907
|
-
exports.
|
|
2191
|
+
exports.HeadObjectOutput$ = HeadObjectOutput$;
|
|
2192
|
+
const HeadObjectRequest$ = [3, n0, _HOR,
|
|
1908
2193
|
0,
|
|
1909
2194
|
[_B, _K, _IM, _IMSf, _INM, _IUS, _Ra, _RCC, _RCD, _RCE, _RCL, _RCT, _RE, _VI, _SSECA, _SSECK, _SSECKMD, _RP, _PN, _EBO, _CMh],
|
|
1910
2195
|
[[0, 1], [0, 1], [0, { [_hH]: _IM_ }], [4, { [_hH]: _IMS_ }], [0, { [_hH]: _INM_ }], [4, { [_hH]: _IUS_ }], [0, { [_hH]: _Ra }], [0, { [_hQ]: _rcc }], [0, { [_hQ]: _rcd }], [0, { [_hQ]: _rce }], [0, { [_hQ]: _rcl }], [0, { [_hQ]: _rct }], [6, { [_hQ]: _re }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xarp }], [1, { [_hQ]: _pN }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xacm_ }]], 2
|
|
1911
2196
|
];
|
|
1912
|
-
exports.
|
|
2197
|
+
exports.HeadObjectRequest$ = HeadObjectRequest$;
|
|
2198
|
+
const IndexDocument$ = [3, n0, _IDn,
|
|
1913
2199
|
0,
|
|
1914
2200
|
[_Su],
|
|
1915
2201
|
[0], 1
|
|
1916
2202
|
];
|
|
1917
|
-
exports.
|
|
2203
|
+
exports.IndexDocument$ = IndexDocument$;
|
|
2204
|
+
const Initiator$ = [3, n0, _In,
|
|
1918
2205
|
0,
|
|
1919
2206
|
[_ID, _DN],
|
|
1920
2207
|
[0, 0]
|
|
1921
2208
|
];
|
|
1922
|
-
exports.
|
|
2209
|
+
exports.Initiator$ = Initiator$;
|
|
2210
|
+
const InputSerialization$ = [3, n0, _IS,
|
|
1923
2211
|
0,
|
|
1924
2212
|
[_CSV, _CTom, _JSON, _Parq],
|
|
1925
|
-
[() =>
|
|
2213
|
+
[() => CSVInput$, 0, () => JSONInput$, () => ParquetInput$]
|
|
1926
2214
|
];
|
|
1927
|
-
exports.
|
|
2215
|
+
exports.InputSerialization$ = InputSerialization$;
|
|
2216
|
+
const IntelligentTieringAndOperator$ = [3, n0, _ITAO,
|
|
1928
2217
|
0,
|
|
1929
2218
|
[_P, _T],
|
|
1930
2219
|
[0, [() => TagSet, { [_xF]: 1, [_xN]: _Ta }]]
|
|
1931
2220
|
];
|
|
1932
|
-
exports.
|
|
2221
|
+
exports.IntelligentTieringAndOperator$ = IntelligentTieringAndOperator$;
|
|
2222
|
+
const IntelligentTieringConfiguration$ = [3, n0, _ITC,
|
|
1933
2223
|
0,
|
|
1934
2224
|
[_I, _S, _Tie, _F],
|
|
1935
|
-
[0, 0, [() => TieringList, { [_xF]: 1, [_xN]: _Tier }], [() =>
|
|
2225
|
+
[0, 0, [() => TieringList, { [_xF]: 1, [_xN]: _Tier }], [() => IntelligentTieringFilter$, 0]], 3
|
|
1936
2226
|
];
|
|
1937
|
-
exports.
|
|
2227
|
+
exports.IntelligentTieringConfiguration$ = IntelligentTieringConfiguration$;
|
|
2228
|
+
const IntelligentTieringFilter$ = [3, n0, _ITF,
|
|
1938
2229
|
0,
|
|
1939
2230
|
[_P, _Ta, _An],
|
|
1940
|
-
[0, () =>
|
|
2231
|
+
[0, () => Tag$, [() => IntelligentTieringAndOperator$, 0]]
|
|
1941
2232
|
];
|
|
1942
|
-
exports.
|
|
2233
|
+
exports.IntelligentTieringFilter$ = IntelligentTieringFilter$;
|
|
2234
|
+
const InventoryConfiguration$ = [3, n0, _IC,
|
|
1943
2235
|
0,
|
|
1944
2236
|
[_Des, _IE, _I, _IOV, _Sc, _F, _OF],
|
|
1945
|
-
[[() =>
|
|
2237
|
+
[[() => InventoryDestination$, 0], 2, 0, 0, () => InventorySchedule$, () => InventoryFilter$, [() => InventoryOptionalFields, 0]], 5
|
|
1946
2238
|
];
|
|
1947
|
-
exports.
|
|
2239
|
+
exports.InventoryConfiguration$ = InventoryConfiguration$;
|
|
2240
|
+
const InventoryDestination$ = [3, n0, _IDnv,
|
|
1948
2241
|
0,
|
|
1949
2242
|
[_SBD],
|
|
1950
|
-
[[() =>
|
|
2243
|
+
[[() => InventoryS3BucketDestination$, 0]], 1
|
|
1951
2244
|
];
|
|
1952
|
-
exports.
|
|
2245
|
+
exports.InventoryDestination$ = InventoryDestination$;
|
|
2246
|
+
const InventoryEncryption$ = [3, n0, _IEn,
|
|
1953
2247
|
0,
|
|
1954
2248
|
[_SSES, _SSEKMS],
|
|
1955
|
-
[[() =>
|
|
2249
|
+
[[() => SSES3$, { [_xN]: _SS }], [() => SSEKMS$, { [_xN]: _SK }]]
|
|
1956
2250
|
];
|
|
1957
|
-
exports.
|
|
2251
|
+
exports.InventoryEncryption$ = InventoryEncryption$;
|
|
2252
|
+
const InventoryFilter$ = [3, n0, _IF,
|
|
1958
2253
|
0,
|
|
1959
2254
|
[_P],
|
|
1960
2255
|
[0], 1
|
|
1961
2256
|
];
|
|
1962
|
-
exports.
|
|
2257
|
+
exports.InventoryFilter$ = InventoryFilter$;
|
|
2258
|
+
const InventoryS3BucketDestination$ = [3, n0, _ISBD,
|
|
1963
2259
|
0,
|
|
1964
2260
|
[_B, _Fo, _AI, _P, _En],
|
|
1965
|
-
[0, 0, 0, 0, [() =>
|
|
2261
|
+
[0, 0, 0, 0, [() => InventoryEncryption$, 0]], 2
|
|
1966
2262
|
];
|
|
1967
|
-
exports.
|
|
2263
|
+
exports.InventoryS3BucketDestination$ = InventoryS3BucketDestination$;
|
|
2264
|
+
const InventorySchedule$ = [3, n0, _ISn,
|
|
1968
2265
|
0,
|
|
1969
2266
|
[_Fr],
|
|
1970
2267
|
[0], 1
|
|
1971
2268
|
];
|
|
1972
|
-
exports.
|
|
2269
|
+
exports.InventorySchedule$ = InventorySchedule$;
|
|
2270
|
+
const InventoryTableConfiguration$ = [3, n0, _ITCn,
|
|
1973
2271
|
0,
|
|
1974
|
-
[
|
|
1975
|
-
[0, () =>
|
|
2272
|
+
[_CS, _EC],
|
|
2273
|
+
[0, () => MetadataTableEncryptionConfiguration$], 1
|
|
1976
2274
|
];
|
|
1977
|
-
exports.
|
|
2275
|
+
exports.InventoryTableConfiguration$ = InventoryTableConfiguration$;
|
|
2276
|
+
const InventoryTableConfigurationResult$ = [3, n0, _ITCR,
|
|
1978
2277
|
0,
|
|
1979
|
-
[
|
|
1980
|
-
[0, 0, () =>
|
|
2278
|
+
[_CS, _TS, _E, _TN, _TA],
|
|
2279
|
+
[0, 0, () => ErrorDetails$, 0, 0], 1
|
|
1981
2280
|
];
|
|
1982
|
-
exports.
|
|
2281
|
+
exports.InventoryTableConfigurationResult$ = InventoryTableConfigurationResult$;
|
|
2282
|
+
const InventoryTableConfigurationUpdates$ = [3, n0, _ITCU,
|
|
1983
2283
|
0,
|
|
1984
|
-
[
|
|
1985
|
-
[0, () =>
|
|
2284
|
+
[_CS, _EC],
|
|
2285
|
+
[0, () => MetadataTableEncryptionConfiguration$], 1
|
|
1986
2286
|
];
|
|
1987
|
-
exports.
|
|
2287
|
+
exports.InventoryTableConfigurationUpdates$ = InventoryTableConfigurationUpdates$;
|
|
2288
|
+
const JournalTableConfiguration$ = [3, n0, _JTC,
|
|
1988
2289
|
0,
|
|
1989
2290
|
[_REe, _EC],
|
|
1990
|
-
[() =>
|
|
2291
|
+
[() => RecordExpiration$, () => MetadataTableEncryptionConfiguration$], 1
|
|
1991
2292
|
];
|
|
1992
|
-
exports.
|
|
2293
|
+
exports.JournalTableConfiguration$ = JournalTableConfiguration$;
|
|
2294
|
+
const JournalTableConfigurationResult$ = [3, n0, _JTCR,
|
|
1993
2295
|
0,
|
|
1994
|
-
[
|
|
1995
|
-
[0, 0, () =>
|
|
2296
|
+
[_TS, _TN, _REe, _E, _TA],
|
|
2297
|
+
[0, 0, () => RecordExpiration$, () => ErrorDetails$, 0], 3
|
|
1996
2298
|
];
|
|
1997
|
-
exports.
|
|
2299
|
+
exports.JournalTableConfigurationResult$ = JournalTableConfigurationResult$;
|
|
2300
|
+
const JournalTableConfigurationUpdates$ = [3, n0, _JTCU,
|
|
1998
2301
|
0,
|
|
1999
2302
|
[_REe],
|
|
2000
|
-
[() =>
|
|
2303
|
+
[() => RecordExpiration$], 1
|
|
2001
2304
|
];
|
|
2002
|
-
exports.
|
|
2305
|
+
exports.JournalTableConfigurationUpdates$ = JournalTableConfigurationUpdates$;
|
|
2306
|
+
const JSONInput$ = [3, n0, _JSONI,
|
|
2003
2307
|
0,
|
|
2004
2308
|
[_Ty],
|
|
2005
2309
|
[0]
|
|
2006
2310
|
];
|
|
2007
|
-
exports.
|
|
2311
|
+
exports.JSONInput$ = JSONInput$;
|
|
2312
|
+
const JSONOutput$ = [3, n0, _JSONO,
|
|
2008
2313
|
0,
|
|
2009
2314
|
[_RD],
|
|
2010
2315
|
[0]
|
|
2011
2316
|
];
|
|
2012
|
-
exports.
|
|
2317
|
+
exports.JSONOutput$ = JSONOutput$;
|
|
2318
|
+
const LambdaFunctionConfiguration$ = [3, n0, _LFC,
|
|
2013
2319
|
0,
|
|
2014
2320
|
[_LFA, _Ev, _I, _F],
|
|
2015
|
-
[[0, { [_xN]: _CF }], [64 | 0, { [_xF]: 1, [_xN]: _Eve }], 0, [() =>
|
|
2321
|
+
[[0, { [_xN]: _CF }], [64 | 0, { [_xF]: 1, [_xN]: _Eve }], 0, [() => NotificationConfigurationFilter$, 0]], 2
|
|
2016
2322
|
];
|
|
2017
|
-
exports.
|
|
2323
|
+
exports.LambdaFunctionConfiguration$ = LambdaFunctionConfiguration$;
|
|
2324
|
+
const LifecycleExpiration$ = [3, n0, _LEi,
|
|
2018
2325
|
0,
|
|
2019
2326
|
[_Da, _D, _EODM],
|
|
2020
2327
|
[5, 1, 2]
|
|
2021
2328
|
];
|
|
2022
|
-
exports.
|
|
2329
|
+
exports.LifecycleExpiration$ = LifecycleExpiration$;
|
|
2330
|
+
const LifecycleRule$ = [3, n0, _LR,
|
|
2023
2331
|
0,
|
|
2024
|
-
[_S,
|
|
2025
|
-
[0, () =>
|
|
2332
|
+
[_S, _Ex, _ID, _P, _F, _Tr, _NVT, _NVE, _AIMU],
|
|
2333
|
+
[0, () => LifecycleExpiration$, 0, 0, [() => LifecycleRuleFilter$, 0], [() => TransitionList, { [_xF]: 1, [_xN]: _Tra }], [() => NoncurrentVersionTransitionList, { [_xF]: 1, [_xN]: _NVTo }], () => NoncurrentVersionExpiration$, () => AbortIncompleteMultipartUpload$], 1
|
|
2026
2334
|
];
|
|
2027
|
-
exports.
|
|
2335
|
+
exports.LifecycleRule$ = LifecycleRule$;
|
|
2336
|
+
const LifecycleRuleAndOperator$ = [3, n0, _LRAO,
|
|
2028
2337
|
0,
|
|
2029
2338
|
[_P, _T, _OSGT, _OSLT],
|
|
2030
2339
|
[0, [() => TagSet, { [_xF]: 1, [_xN]: _Ta }], 1, 1]
|
|
2031
2340
|
];
|
|
2032
|
-
exports.
|
|
2341
|
+
exports.LifecycleRuleAndOperator$ = LifecycleRuleAndOperator$;
|
|
2342
|
+
const LifecycleRuleFilter$ = [3, n0, _LRF,
|
|
2033
2343
|
0,
|
|
2034
2344
|
[_P, _Ta, _OSGT, _OSLT, _An],
|
|
2035
|
-
[0, () =>
|
|
2345
|
+
[0, () => Tag$, 1, 1, [() => LifecycleRuleAndOperator$, 0]]
|
|
2036
2346
|
];
|
|
2037
|
-
exports.
|
|
2347
|
+
exports.LifecycleRuleFilter$ = LifecycleRuleFilter$;
|
|
2348
|
+
const ListBucketAnalyticsConfigurationsOutput$ = [3, n0, _LBACO,
|
|
2038
2349
|
{ [_xN]: _LBACR },
|
|
2039
2350
|
[_IT, _CTon, _NCT, _ACLn],
|
|
2040
2351
|
[2, 0, 0, [() => AnalyticsConfigurationList, { [_xF]: 1, [_xN]: _ACn }]]
|
|
2041
2352
|
];
|
|
2042
|
-
exports.
|
|
2353
|
+
exports.ListBucketAnalyticsConfigurationsOutput$ = ListBucketAnalyticsConfigurationsOutput$;
|
|
2354
|
+
const ListBucketAnalyticsConfigurationsRequest$ = [3, n0, _LBACRi,
|
|
2043
2355
|
0,
|
|
2044
2356
|
[_B, _CTon, _EBO],
|
|
2045
2357
|
[[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]], 1
|
|
2046
2358
|
];
|
|
2047
|
-
exports.
|
|
2359
|
+
exports.ListBucketAnalyticsConfigurationsRequest$ = ListBucketAnalyticsConfigurationsRequest$;
|
|
2360
|
+
const ListBucketIntelligentTieringConfigurationsOutput$ = [3, n0, _LBITCO,
|
|
2048
2361
|
0,
|
|
2049
2362
|
[_IT, _CTon, _NCT, _ITCL],
|
|
2050
2363
|
[2, 0, 0, [() => IntelligentTieringConfigurationList, { [_xF]: 1, [_xN]: _ITC }]]
|
|
2051
2364
|
];
|
|
2052
|
-
exports.
|
|
2365
|
+
exports.ListBucketIntelligentTieringConfigurationsOutput$ = ListBucketIntelligentTieringConfigurationsOutput$;
|
|
2366
|
+
const ListBucketIntelligentTieringConfigurationsRequest$ = [3, n0, _LBITCR,
|
|
2053
2367
|
0,
|
|
2054
2368
|
[_B, _CTon, _EBO],
|
|
2055
2369
|
[[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]], 1
|
|
2056
2370
|
];
|
|
2057
|
-
exports.
|
|
2371
|
+
exports.ListBucketIntelligentTieringConfigurationsRequest$ = ListBucketIntelligentTieringConfigurationsRequest$;
|
|
2372
|
+
const ListBucketInventoryConfigurationsOutput$ = [3, n0, _LBICO,
|
|
2058
2373
|
{ [_xN]: _LICR },
|
|
2059
2374
|
[_CTon, _ICL, _IT, _NCT],
|
|
2060
2375
|
[0, [() => InventoryConfigurationList, { [_xF]: 1, [_xN]: _IC }], 2, 0]
|
|
2061
2376
|
];
|
|
2062
|
-
exports.
|
|
2377
|
+
exports.ListBucketInventoryConfigurationsOutput$ = ListBucketInventoryConfigurationsOutput$;
|
|
2378
|
+
const ListBucketInventoryConfigurationsRequest$ = [3, n0, _LBICR,
|
|
2063
2379
|
0,
|
|
2064
2380
|
[_B, _CTon, _EBO],
|
|
2065
2381
|
[[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]], 1
|
|
2066
2382
|
];
|
|
2067
|
-
exports.
|
|
2383
|
+
exports.ListBucketInventoryConfigurationsRequest$ = ListBucketInventoryConfigurationsRequest$;
|
|
2384
|
+
const ListBucketMetricsConfigurationsOutput$ = [3, n0, _LBMCO,
|
|
2068
2385
|
{ [_xN]: _LMCR },
|
|
2069
2386
|
[_IT, _CTon, _NCT, _MCL],
|
|
2070
2387
|
[2, 0, 0, [() => MetricsConfigurationList, { [_xF]: 1, [_xN]: _MCe }]]
|
|
2071
2388
|
];
|
|
2072
|
-
exports.
|
|
2389
|
+
exports.ListBucketMetricsConfigurationsOutput$ = ListBucketMetricsConfigurationsOutput$;
|
|
2390
|
+
const ListBucketMetricsConfigurationsRequest$ = [3, n0, _LBMCR,
|
|
2073
2391
|
0,
|
|
2074
2392
|
[_B, _CTon, _EBO],
|
|
2075
2393
|
[[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]], 1
|
|
2076
2394
|
];
|
|
2077
|
-
exports.
|
|
2395
|
+
exports.ListBucketMetricsConfigurationsRequest$ = ListBucketMetricsConfigurationsRequest$;
|
|
2396
|
+
const ListBucketsOutput$ = [3, n0, _LBO,
|
|
2078
2397
|
{ [_xN]: _LAMBR },
|
|
2079
2398
|
[_Bu, _O, _CTon, _P],
|
|
2080
|
-
[[() => Buckets, 0], () =>
|
|
2399
|
+
[[() => Buckets, 0], () => Owner$, 0, 0]
|
|
2081
2400
|
];
|
|
2082
|
-
exports.
|
|
2401
|
+
exports.ListBucketsOutput$ = ListBucketsOutput$;
|
|
2402
|
+
const ListBucketsRequest$ = [3, n0, _LBR,
|
|
2083
2403
|
0,
|
|
2084
2404
|
[_MB, _CTon, _P, _BR],
|
|
2085
2405
|
[[1, { [_hQ]: _mb }], [0, { [_hQ]: _ct }], [0, { [_hQ]: _p }], [0, { [_hQ]: _br }]]
|
|
2086
2406
|
];
|
|
2087
|
-
exports.
|
|
2407
|
+
exports.ListBucketsRequest$ = ListBucketsRequest$;
|
|
2408
|
+
const ListDirectoryBucketsOutput$ = [3, n0, _LDBO,
|
|
2088
2409
|
{ [_xN]: _LAMDBR },
|
|
2089
2410
|
[_Bu, _CTon],
|
|
2090
2411
|
[[() => Buckets, 0], 0]
|
|
2091
2412
|
];
|
|
2092
|
-
exports.
|
|
2413
|
+
exports.ListDirectoryBucketsOutput$ = ListDirectoryBucketsOutput$;
|
|
2414
|
+
const ListDirectoryBucketsRequest$ = [3, n0, _LDBR,
|
|
2093
2415
|
0,
|
|
2094
2416
|
[_CTon, _MDB],
|
|
2095
2417
|
[[0, { [_hQ]: _ct }], [1, { [_hQ]: _mdb }]]
|
|
2096
2418
|
];
|
|
2097
|
-
exports.
|
|
2419
|
+
exports.ListDirectoryBucketsRequest$ = ListDirectoryBucketsRequest$;
|
|
2420
|
+
const ListMultipartUploadsOutput$ = [3, n0, _LMUO,
|
|
2098
2421
|
{ [_xN]: _LMUR },
|
|
2099
|
-
[_B, _KM, _UIM, _NKM, _P, _Deli, _NUIM, _MUa, _IT, _U, _CPom,
|
|
2422
|
+
[_B, _KM, _UIM, _NKM, _P, _Deli, _NUIM, _MUa, _IT, _U, _CPom, _ETnc, _RC],
|
|
2100
2423
|
[0, 0, 0, 0, 0, 0, 0, 1, 2, [() => MultipartUploadList, { [_xF]: 1, [_xN]: _Up }], [() => CommonPrefixList, { [_xF]: 1 }], 0, [0, { [_hH]: _xarc }]]
|
|
2101
2424
|
];
|
|
2102
|
-
exports.
|
|
2425
|
+
exports.ListMultipartUploadsOutput$ = ListMultipartUploadsOutput$;
|
|
2426
|
+
const ListMultipartUploadsRequest$ = [3, n0, _LMURi,
|
|
2103
2427
|
0,
|
|
2104
|
-
[_B, _Deli,
|
|
2428
|
+
[_B, _Deli, _ETnc, _KM, _MUa, _P, _UIM, _EBO, _RP],
|
|
2105
2429
|
[[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [0, { [_hQ]: _km }], [1, { [_hQ]: _mu }], [0, { [_hQ]: _p }], [0, { [_hQ]: _uim }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }]], 1
|
|
2106
2430
|
];
|
|
2107
|
-
exports.
|
|
2431
|
+
exports.ListMultipartUploadsRequest$ = ListMultipartUploadsRequest$;
|
|
2432
|
+
const ListObjectAnnotationsOutput$ = [3, n0, _LOAO,
|
|
2433
|
+
0,
|
|
2434
|
+
[_Ann, _B, _K, _OVI, _APn, _MAR, _ACnn, _CTon, _NCT, _RC],
|
|
2435
|
+
[[() => AnnotationList, 0], 0, 0, [0, { [_hH]: _xaovi }], 0, 1, 1, 0, 0, [0, { [_hH]: _xarc }]]
|
|
2436
|
+
];
|
|
2437
|
+
exports.ListObjectAnnotationsOutput$ = ListObjectAnnotationsOutput$;
|
|
2438
|
+
const ListObjectAnnotationsRequest$ = [3, n0, _LOAR,
|
|
2439
|
+
0,
|
|
2440
|
+
[_B, _K, _VI, _MAR, _APn, _CTon, _RP, _EBO],
|
|
2441
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _vI }], [1, { [_hQ]: _mar }], [0, { [_hQ]: _ap }], [0, { [_hQ]: _ct }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 2
|
|
2442
|
+
];
|
|
2443
|
+
exports.ListObjectAnnotationsRequest$ = ListObjectAnnotationsRequest$;
|
|
2444
|
+
const ListObjectsOutput$ = [3, n0, _LOO,
|
|
2108
2445
|
{ [_xN]: _LBRi },
|
|
2109
|
-
[_IT, _Ma, _NM, _Con, _N, _P, _Deli, _MK, _CPom,
|
|
2446
|
+
[_IT, _Ma, _NM, _Con, _N, _P, _Deli, _MK, _CPom, _ETnc, _RC],
|
|
2110
2447
|
[2, 0, 0, [() => ObjectList, { [_xF]: 1 }], 0, 0, 0, 1, [() => CommonPrefixList, { [_xF]: 1 }], 0, [0, { [_hH]: _xarc }]]
|
|
2111
2448
|
];
|
|
2112
|
-
exports.
|
|
2449
|
+
exports.ListObjectsOutput$ = ListObjectsOutput$;
|
|
2450
|
+
const ListObjectsRequest$ = [3, n0, _LOR,
|
|
2113
2451
|
0,
|
|
2114
|
-
[_B, _Deli,
|
|
2452
|
+
[_B, _Deli, _ETnc, _Ma, _MK, _P, _RP, _EBO, _OOA],
|
|
2115
2453
|
[[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [0, { [_hQ]: _m }], [1, { [_hQ]: _mk }], [0, { [_hQ]: _p }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [64 | 0, { [_hH]: _xaooa }]], 1
|
|
2116
2454
|
];
|
|
2117
|
-
exports.
|
|
2455
|
+
exports.ListObjectsRequest$ = ListObjectsRequest$;
|
|
2456
|
+
const ListObjectsV2Output$ = [3, n0, _LOVO,
|
|
2118
2457
|
{ [_xN]: _LBRi },
|
|
2119
|
-
[_IT, _Con, _N, _P, _Deli, _MK, _CPom,
|
|
2458
|
+
[_IT, _Con, _N, _P, _Deli, _MK, _CPom, _ETnc, _KC, _CTon, _NCT, _SA, _RC],
|
|
2120
2459
|
[2, [() => ObjectList, { [_xF]: 1 }], 0, 0, 0, 1, [() => CommonPrefixList, { [_xF]: 1 }], 0, 1, 0, 0, 0, [0, { [_hH]: _xarc }]]
|
|
2121
2460
|
];
|
|
2122
|
-
exports.
|
|
2461
|
+
exports.ListObjectsV2Output$ = ListObjectsV2Output$;
|
|
2462
|
+
const ListObjectsV2Request$ = [3, n0, _LOVR,
|
|
2123
2463
|
0,
|
|
2124
|
-
[_B, _Deli,
|
|
2464
|
+
[_B, _Deli, _ETnc, _MK, _P, _CTon, _FO, _SA, _RP, _EBO, _OOA],
|
|
2125
2465
|
[[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [1, { [_hQ]: _mk }], [0, { [_hQ]: _p }], [0, { [_hQ]: _ct }], [2, { [_hQ]: _fo }], [0, { [_hQ]: _sa }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [64 | 0, { [_hH]: _xaooa }]], 1
|
|
2126
2466
|
];
|
|
2127
|
-
exports.
|
|
2467
|
+
exports.ListObjectsV2Request$ = ListObjectsV2Request$;
|
|
2468
|
+
const ListObjectVersionsOutput$ = [3, n0, _LOVOi,
|
|
2128
2469
|
{ [_xN]: _LVR },
|
|
2129
|
-
[_IT, _KM, _VIM, _NKM, _NVIM, _Ve, _DMe, _N, _P, _Deli, _MK, _CPom,
|
|
2470
|
+
[_IT, _KM, _VIM, _NKM, _NVIM, _Ve, _DMe, _N, _P, _Deli, _MK, _CPom, _ETnc, _RC],
|
|
2130
2471
|
[2, 0, 0, 0, 0, [() => ObjectVersionList, { [_xF]: 1, [_xN]: _Ver }], [() => DeleteMarkers, { [_xF]: 1, [_xN]: _DM }], 0, 0, 0, 1, [() => CommonPrefixList, { [_xF]: 1 }], 0, [0, { [_hH]: _xarc }]]
|
|
2131
2472
|
];
|
|
2132
|
-
exports.
|
|
2473
|
+
exports.ListObjectVersionsOutput$ = ListObjectVersionsOutput$;
|
|
2474
|
+
const ListObjectVersionsRequest$ = [3, n0, _LOVRi,
|
|
2133
2475
|
0,
|
|
2134
|
-
[_B, _Deli,
|
|
2476
|
+
[_B, _Deli, _ETnc, _KM, _MK, _P, _VIM, _EBO, _RP, _OOA],
|
|
2135
2477
|
[[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [0, { [_hQ]: _km }], [1, { [_hQ]: _mk }], [0, { [_hQ]: _p }], [0, { [_hQ]: _vim }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }], [64 | 0, { [_hH]: _xaooa }]], 1
|
|
2136
2478
|
];
|
|
2137
|
-
exports.
|
|
2479
|
+
exports.ListObjectVersionsRequest$ = ListObjectVersionsRequest$;
|
|
2480
|
+
const ListPartsOutput$ = [3, n0, _LPO,
|
|
2138
2481
|
{ [_xN]: _LPR },
|
|
2139
2482
|
[_ADb, _ARI, _B, _K, _UI, _PNM, _NPNM, _MP, _IT, _Pa, _In, _O, _SC, _RC, _CA, _CT],
|
|
2140
|
-
[[4, { [_hH]: _xaad }], [0, { [_hH]: _xaari }], 0, 0, 0, 0, 0, 1, 2, [() => Parts, { [_xF]: 1, [_xN]: _Par }], () =>
|
|
2483
|
+
[[4, { [_hH]: _xaad }], [0, { [_hH]: _xaari }], 0, 0, 0, 0, 0, 1, 2, [() => Parts, { [_xF]: 1, [_xN]: _Par }], () => Initiator$, () => Owner$, 0, [0, { [_hH]: _xarc }], 0, 0]
|
|
2141
2484
|
];
|
|
2142
|
-
exports.
|
|
2485
|
+
exports.ListPartsOutput$ = ListPartsOutput$;
|
|
2486
|
+
const ListPartsRequest$ = [3, n0, _LPRi,
|
|
2143
2487
|
0,
|
|
2144
2488
|
[_B, _K, _UI, _MP, _PNM, _RP, _EBO, _SSECA, _SSECK, _SSECKMD],
|
|
2145
2489
|
[[0, 1], [0, 1], [0, { [_hQ]: _uI }], [1, { [_hQ]: _mp }], [0, { [_hQ]: _pnm }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }]], 3
|
|
2146
2490
|
];
|
|
2147
|
-
exports.
|
|
2491
|
+
exports.ListPartsRequest$ = ListPartsRequest$;
|
|
2492
|
+
const LocationInfo$ = [3, n0, _LI,
|
|
2148
2493
|
0,
|
|
2149
2494
|
[_Ty, _N],
|
|
2150
2495
|
[0, 0]
|
|
2151
2496
|
];
|
|
2152
|
-
exports.
|
|
2497
|
+
exports.LocationInfo$ = LocationInfo$;
|
|
2498
|
+
const LoggingEnabled$ = [3, n0, _LE,
|
|
2153
2499
|
0,
|
|
2154
2500
|
[_TB, _TP, _TG, _TOKF],
|
|
2155
|
-
[0, 0, [() => TargetGrants, 0], [() =>
|
|
2501
|
+
[0, 0, [() => TargetGrants, 0], [() => TargetObjectKeyFormat$, 0]], 2
|
|
2156
2502
|
];
|
|
2157
|
-
exports.
|
|
2503
|
+
exports.LoggingEnabled$ = LoggingEnabled$;
|
|
2504
|
+
const MetadataConfiguration$ = [3, n0, _MC,
|
|
2158
2505
|
0,
|
|
2159
|
-
[_JTC, _ITCn],
|
|
2160
|
-
[() =>
|
|
2506
|
+
[_JTC, _ITCn, _ATC],
|
|
2507
|
+
[() => JournalTableConfiguration$, () => InventoryTableConfiguration$, () => AnnotationTableConfiguration$], 1
|
|
2161
2508
|
];
|
|
2162
|
-
exports.
|
|
2509
|
+
exports.MetadataConfiguration$ = MetadataConfiguration$;
|
|
2510
|
+
const MetadataConfigurationResult$ = [3, n0, _MCR,
|
|
2163
2511
|
0,
|
|
2164
|
-
[_DRes, _JTCR, _ITCR],
|
|
2165
|
-
[() =>
|
|
2512
|
+
[_DRes, _JTCR, _ITCR, _ATCR],
|
|
2513
|
+
[() => DestinationResult$, () => JournalTableConfigurationResult$, () => InventoryTableConfigurationResult$, () => AnnotationTableConfigurationResult$], 1
|
|
2166
2514
|
];
|
|
2167
|
-
exports.
|
|
2515
|
+
exports.MetadataConfigurationResult$ = MetadataConfigurationResult$;
|
|
2516
|
+
const MetadataEntry$ = [3, n0, _ME,
|
|
2168
2517
|
0,
|
|
2169
2518
|
[_N, _V],
|
|
2170
2519
|
[0, 0]
|
|
2171
2520
|
];
|
|
2172
|
-
exports.
|
|
2521
|
+
exports.MetadataEntry$ = MetadataEntry$;
|
|
2522
|
+
const MetadataTableConfiguration$ = [3, n0, _MTC,
|
|
2173
2523
|
0,
|
|
2174
2524
|
[_STD],
|
|
2175
|
-
[() =>
|
|
2525
|
+
[() => S3TablesDestination$], 1
|
|
2176
2526
|
];
|
|
2177
|
-
exports.
|
|
2527
|
+
exports.MetadataTableConfiguration$ = MetadataTableConfiguration$;
|
|
2528
|
+
const MetadataTableConfigurationResult$ = [3, n0, _MTCR,
|
|
2178
2529
|
0,
|
|
2179
2530
|
[_STDR],
|
|
2180
|
-
[() =>
|
|
2531
|
+
[() => S3TablesDestinationResult$], 1
|
|
2181
2532
|
];
|
|
2182
|
-
exports.
|
|
2533
|
+
exports.MetadataTableConfigurationResult$ = MetadataTableConfigurationResult$;
|
|
2534
|
+
const MetadataTableEncryptionConfiguration$ = [3, n0, _MTEC,
|
|
2183
2535
|
0,
|
|
2184
2536
|
[_SAs, _KKA],
|
|
2185
2537
|
[0, 0], 1
|
|
2186
2538
|
];
|
|
2187
|
-
exports.
|
|
2539
|
+
exports.MetadataTableEncryptionConfiguration$ = MetadataTableEncryptionConfiguration$;
|
|
2540
|
+
const Metrics$ = [3, n0, _Me,
|
|
2188
2541
|
0,
|
|
2189
2542
|
[_S, _ETv],
|
|
2190
|
-
[0, () =>
|
|
2543
|
+
[0, () => ReplicationTimeValue$], 1
|
|
2191
2544
|
];
|
|
2192
|
-
exports.
|
|
2545
|
+
exports.Metrics$ = Metrics$;
|
|
2546
|
+
const MetricsAndOperator$ = [3, n0, _MAO,
|
|
2193
2547
|
0,
|
|
2194
2548
|
[_P, _T, _APAc],
|
|
2195
2549
|
[0, [() => TagSet, { [_xF]: 1, [_xN]: _Ta }], 0]
|
|
2196
2550
|
];
|
|
2197
|
-
exports.
|
|
2551
|
+
exports.MetricsAndOperator$ = MetricsAndOperator$;
|
|
2552
|
+
const MetricsConfiguration$ = [3, n0, _MCe,
|
|
2198
2553
|
0,
|
|
2199
2554
|
[_I, _F],
|
|
2200
|
-
[0, [() =>
|
|
2555
|
+
[0, [() => MetricsFilter$, 0]], 1
|
|
2201
2556
|
];
|
|
2202
|
-
exports.
|
|
2557
|
+
exports.MetricsConfiguration$ = MetricsConfiguration$;
|
|
2558
|
+
const MultipartUpload$ = [3, n0, _MU,
|
|
2203
2559
|
0,
|
|
2204
2560
|
[_UI, _K, _Ini, _SC, _O, _In, _CA, _CT],
|
|
2205
|
-
[0, 0, 4, 0, () =>
|
|
2561
|
+
[0, 0, 4, 0, () => Owner$, () => Initiator$, 0, 0]
|
|
2206
2562
|
];
|
|
2207
|
-
exports.
|
|
2563
|
+
exports.MultipartUpload$ = MultipartUpload$;
|
|
2564
|
+
const NoncurrentVersionExpiration$ = [3, n0, _NVE,
|
|
2208
2565
|
0,
|
|
2209
2566
|
[_ND, _NNV],
|
|
2210
2567
|
[1, 1]
|
|
2211
2568
|
];
|
|
2212
|
-
exports.
|
|
2569
|
+
exports.NoncurrentVersionExpiration$ = NoncurrentVersionExpiration$;
|
|
2570
|
+
const NoncurrentVersionTransition$ = [3, n0, _NVTo,
|
|
2213
2571
|
0,
|
|
2214
2572
|
[_ND, _SC, _NNV],
|
|
2215
2573
|
[1, 0, 1]
|
|
2216
2574
|
];
|
|
2217
|
-
exports.
|
|
2575
|
+
exports.NoncurrentVersionTransition$ = NoncurrentVersionTransition$;
|
|
2576
|
+
const NotificationConfiguration$ = [3, n0, _NC,
|
|
2218
2577
|
0,
|
|
2219
2578
|
[_TCo, _QCu, _LFCa, _EBC],
|
|
2220
|
-
[[() => TopicConfigurationList, { [_xF]: 1, [_xN]: _TCop }], [() => QueueConfigurationList, { [_xF]: 1, [_xN]: _QCue }], [() => LambdaFunctionConfigurationList, { [_xF]: 1, [_xN]: _CFC }], () =>
|
|
2579
|
+
[[() => TopicConfigurationList, { [_xF]: 1, [_xN]: _TCop }], [() => QueueConfigurationList, { [_xF]: 1, [_xN]: _QCue }], [() => LambdaFunctionConfigurationList, { [_xF]: 1, [_xN]: _CFC }], () => EventBridgeConfiguration$]
|
|
2221
2580
|
];
|
|
2222
|
-
exports.
|
|
2581
|
+
exports.NotificationConfiguration$ = NotificationConfiguration$;
|
|
2582
|
+
const NotificationConfigurationFilter$ = [3, n0, _NCF,
|
|
2223
2583
|
0,
|
|
2224
2584
|
[_K],
|
|
2225
|
-
[[() =>
|
|
2585
|
+
[[() => S3KeyFilter$, { [_xN]: _SKe }]]
|
|
2226
2586
|
];
|
|
2227
|
-
exports.
|
|
2587
|
+
exports.NotificationConfigurationFilter$ = NotificationConfigurationFilter$;
|
|
2588
|
+
const _Object$ = [3, n0, _Obj,
|
|
2228
2589
|
0,
|
|
2229
|
-
[_K, _LM,
|
|
2230
|
-
[0, 4, 0, [64 | 0, { [_xF]: 1 }], 0, 1, 0, () =>
|
|
2590
|
+
[_K, _LM, _ET, _CA, _CT, _Si, _SC, _O, _RSe],
|
|
2591
|
+
[0, 4, 0, [64 | 0, { [_xF]: 1 }], 0, 1, 0, () => Owner$, () => RestoreStatus$]
|
|
2231
2592
|
];
|
|
2232
|
-
exports.
|
|
2593
|
+
exports._Object$ = _Object$;
|
|
2594
|
+
const ObjectIdentifier$ = [3, n0, _OI,
|
|
2233
2595
|
0,
|
|
2234
|
-
[_K, _VI,
|
|
2596
|
+
[_K, _VI, _ET, _LMT, _Si],
|
|
2235
2597
|
[0, 0, 0, 6, 1], 1
|
|
2236
2598
|
];
|
|
2237
|
-
exports.
|
|
2599
|
+
exports.ObjectIdentifier$ = ObjectIdentifier$;
|
|
2600
|
+
const ObjectLockConfiguration$ = [3, n0, _OLC,
|
|
2238
2601
|
0,
|
|
2239
|
-
[_OLE,
|
|
2240
|
-
[0, () =>
|
|
2602
|
+
[_OLE, _Rul],
|
|
2603
|
+
[0, () => ObjectLockRule$]
|
|
2241
2604
|
];
|
|
2242
|
-
exports.
|
|
2605
|
+
exports.ObjectLockConfiguration$ = ObjectLockConfiguration$;
|
|
2606
|
+
const ObjectLockLegalHold$ = [3, n0, _OLLH,
|
|
2243
2607
|
0,
|
|
2244
2608
|
[_S],
|
|
2245
2609
|
[0]
|
|
2246
2610
|
];
|
|
2247
|
-
exports.
|
|
2611
|
+
exports.ObjectLockLegalHold$ = ObjectLockLegalHold$;
|
|
2612
|
+
const ObjectLockRetention$ = [3, n0, _OLR,
|
|
2248
2613
|
0,
|
|
2249
2614
|
[_Mo, _RUD],
|
|
2250
2615
|
[0, 5]
|
|
2251
2616
|
];
|
|
2252
|
-
exports.
|
|
2617
|
+
exports.ObjectLockRetention$ = ObjectLockRetention$;
|
|
2618
|
+
const ObjectLockRule$ = [3, n0, _OLRb,
|
|
2253
2619
|
0,
|
|
2254
2620
|
[_DRe],
|
|
2255
|
-
[() =>
|
|
2621
|
+
[() => DefaultRetention$]
|
|
2256
2622
|
];
|
|
2257
|
-
exports.
|
|
2623
|
+
exports.ObjectLockRule$ = ObjectLockRule$;
|
|
2624
|
+
const ObjectPart$ = [3, n0, _OPb,
|
|
2258
2625
|
0,
|
|
2259
2626
|
[_PN, _Si, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe],
|
|
2260
2627
|
[1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
2261
2628
|
];
|
|
2262
|
-
exports.
|
|
2629
|
+
exports.ObjectPart$ = ObjectPart$;
|
|
2630
|
+
const ObjectVersion$ = [3, n0, _OV,
|
|
2263
2631
|
0,
|
|
2264
|
-
[
|
|
2265
|
-
[0, [64 | 0, { [_xF]: 1 }], 0, 1, 0, 0, 0, 2, 4, () =>
|
|
2632
|
+
[_ET, _CA, _CT, _Si, _SC, _K, _VI, _IL, _LM, _O, _RSe],
|
|
2633
|
+
[0, [64 | 0, { [_xF]: 1 }], 0, 1, 0, 0, 0, 2, 4, () => Owner$, () => RestoreStatus$]
|
|
2266
2634
|
];
|
|
2267
|
-
exports.
|
|
2635
|
+
exports.ObjectVersion$ = ObjectVersion$;
|
|
2636
|
+
const OutputLocation$ = [3, n0, _OL,
|
|
2268
2637
|
0,
|
|
2269
2638
|
[_S_],
|
|
2270
|
-
[[() =>
|
|
2639
|
+
[[() => S3Location$, 0]]
|
|
2271
2640
|
];
|
|
2272
|
-
exports.
|
|
2641
|
+
exports.OutputLocation$ = OutputLocation$;
|
|
2642
|
+
const OutputSerialization$ = [3, n0, _OSu,
|
|
2273
2643
|
0,
|
|
2274
2644
|
[_CSV, _JSON],
|
|
2275
|
-
[() =>
|
|
2645
|
+
[() => CSVOutput$, () => JSONOutput$]
|
|
2276
2646
|
];
|
|
2277
|
-
exports.
|
|
2647
|
+
exports.OutputSerialization$ = OutputSerialization$;
|
|
2648
|
+
const Owner$ = [3, n0, _O,
|
|
2278
2649
|
0,
|
|
2279
2650
|
[_DN, _ID],
|
|
2280
2651
|
[0, 0]
|
|
2281
2652
|
];
|
|
2282
|
-
exports.
|
|
2653
|
+
exports.Owner$ = Owner$;
|
|
2654
|
+
const OwnershipControls$ = [3, n0, _OC,
|
|
2283
2655
|
0,
|
|
2284
|
-
[
|
|
2285
|
-
[[() => OwnershipControlsRules, { [_xF]: 1, [_xN]:
|
|
2656
|
+
[_Ru],
|
|
2657
|
+
[[() => OwnershipControlsRules, { [_xF]: 1, [_xN]: _Rul }]], 1
|
|
2286
2658
|
];
|
|
2287
|
-
exports.
|
|
2659
|
+
exports.OwnershipControls$ = OwnershipControls$;
|
|
2660
|
+
const OwnershipControlsRule$ = [3, n0, _OCR,
|
|
2288
2661
|
0,
|
|
2289
2662
|
[_OO],
|
|
2290
2663
|
[0], 1
|
|
2291
2664
|
];
|
|
2292
|
-
exports.
|
|
2665
|
+
exports.OwnershipControlsRule$ = OwnershipControlsRule$;
|
|
2666
|
+
const ParquetInput$ = [3, n0, _PI,
|
|
2293
2667
|
0,
|
|
2294
2668
|
[],
|
|
2295
2669
|
[]
|
|
2296
2670
|
];
|
|
2297
|
-
exports.
|
|
2671
|
+
exports.ParquetInput$ = ParquetInput$;
|
|
2672
|
+
const Part$ = [3, n0, _Par,
|
|
2298
2673
|
0,
|
|
2299
|
-
[_PN, _LM,
|
|
2674
|
+
[_PN, _LM, _ET, _Si, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe],
|
|
2300
2675
|
[1, 4, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
2301
2676
|
];
|
|
2302
|
-
exports.
|
|
2677
|
+
exports.Part$ = Part$;
|
|
2678
|
+
const PartitionedPrefix$ = [3, n0, _PP,
|
|
2303
2679
|
{ [_xN]: _PP },
|
|
2304
2680
|
[_PDS],
|
|
2305
2681
|
[0]
|
|
2306
2682
|
];
|
|
2307
|
-
exports.
|
|
2683
|
+
exports.PartitionedPrefix$ = PartitionedPrefix$;
|
|
2684
|
+
const PolicyStatus$ = [3, n0, _PS,
|
|
2308
2685
|
0,
|
|
2309
|
-
[
|
|
2310
|
-
[[2, { [_xN]:
|
|
2686
|
+
[_IPs],
|
|
2687
|
+
[[2, { [_xN]: _IPs }]]
|
|
2311
2688
|
];
|
|
2312
|
-
exports.
|
|
2689
|
+
exports.PolicyStatus$ = PolicyStatus$;
|
|
2690
|
+
const Progress$ = [3, n0, _Pr,
|
|
2313
2691
|
0,
|
|
2314
2692
|
[_BS, _BP, _BRy],
|
|
2315
2693
|
[1, 1, 1]
|
|
2316
2694
|
];
|
|
2317
|
-
exports.
|
|
2695
|
+
exports.Progress$ = Progress$;
|
|
2696
|
+
const ProgressEvent$ = [3, n0, _PE,
|
|
2318
2697
|
0,
|
|
2319
2698
|
[_Det],
|
|
2320
|
-
[[() =>
|
|
2699
|
+
[[() => Progress$, { [_eP]: 1 }]]
|
|
2321
2700
|
];
|
|
2322
|
-
exports.
|
|
2701
|
+
exports.ProgressEvent$ = ProgressEvent$;
|
|
2702
|
+
const PublicAccessBlockConfiguration$ = [3, n0, _PABC,
|
|
2323
2703
|
0,
|
|
2324
2704
|
[_BPA, _IPA, _BPP, _RPB],
|
|
2325
2705
|
[[2, { [_xN]: _BPA }], [2, { [_xN]: _IPA }], [2, { [_xN]: _BPP }], [2, { [_xN]: _RPB }]]
|
|
2326
2706
|
];
|
|
2327
|
-
exports.
|
|
2707
|
+
exports.PublicAccessBlockConfiguration$ = PublicAccessBlockConfiguration$;
|
|
2708
|
+
const PutBucketAbacRequest$ = [3, n0, _PBAR,
|
|
2328
2709
|
0,
|
|
2329
2710
|
[_B, _AS, _CMDo, _CA, _EBO],
|
|
2330
|
-
[[0, 1], [() =>
|
|
2711
|
+
[[0, 1], [() => AbacStatus$, { [_hP]: 1, [_xN]: _AS }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2331
2712
|
];
|
|
2332
|
-
exports.
|
|
2713
|
+
exports.PutBucketAbacRequest$ = PutBucketAbacRequest$;
|
|
2714
|
+
const PutBucketAccelerateConfigurationRequest$ = [3, n0, _PBACR,
|
|
2333
2715
|
0,
|
|
2334
2716
|
[_B, _AC, _EBO, _CA],
|
|
2335
|
-
[[0, 1], [() =>
|
|
2717
|
+
[[0, 1], [() => AccelerateConfiguration$, { [_hP]: 1, [_xN]: _AC }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasca }]], 2
|
|
2336
2718
|
];
|
|
2337
|
-
exports.
|
|
2719
|
+
exports.PutBucketAccelerateConfigurationRequest$ = PutBucketAccelerateConfigurationRequest$;
|
|
2720
|
+
const PutBucketAclRequest$ = [3, n0, _PBARu,
|
|
2338
2721
|
0,
|
|
2339
2722
|
[_B, _ACL_, _ACP, _CMDo, _CA, _GFC, _GR, _GRACP, _GW, _GWACP, _EBO],
|
|
2340
|
-
[[0, 1], [0, { [_hH]: _xaa }], [() =>
|
|
2723
|
+
[[0, 1], [0, { [_hH]: _xaa }], [() => AccessControlPolicy$, { [_hP]: 1, [_xN]: _ACP }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagw }], [0, { [_hH]: _xagwa }], [0, { [_hH]: _xaebo }]], 1
|
|
2341
2724
|
];
|
|
2342
|
-
exports.
|
|
2725
|
+
exports.PutBucketAclRequest$ = PutBucketAclRequest$;
|
|
2726
|
+
const PutBucketAnalyticsConfigurationRequest$ = [3, n0, _PBACRu,
|
|
2343
2727
|
0,
|
|
2344
2728
|
[_B, _I, _ACn, _EBO],
|
|
2345
|
-
[[0, 1], [0, { [_hQ]: _i }], [() =>
|
|
2729
|
+
[[0, 1], [0, { [_hQ]: _i }], [() => AnalyticsConfiguration$, { [_hP]: 1, [_xN]: _ACn }], [0, { [_hH]: _xaebo }]], 3
|
|
2346
2730
|
];
|
|
2347
|
-
exports.
|
|
2731
|
+
exports.PutBucketAnalyticsConfigurationRequest$ = PutBucketAnalyticsConfigurationRequest$;
|
|
2732
|
+
const PutBucketCorsRequest$ = [3, n0, _PBCR,
|
|
2348
2733
|
0,
|
|
2349
2734
|
[_B, _CORSC, _CMDo, _CA, _EBO],
|
|
2350
|
-
[[0, 1], [() =>
|
|
2735
|
+
[[0, 1], [() => CORSConfiguration$, { [_hP]: 1, [_xN]: _CORSC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2351
2736
|
];
|
|
2352
|
-
exports.
|
|
2737
|
+
exports.PutBucketCorsRequest$ = PutBucketCorsRequest$;
|
|
2738
|
+
const PutBucketEncryptionRequest$ = [3, n0, _PBER,
|
|
2353
2739
|
0,
|
|
2354
2740
|
[_B, _SSEC, _CMDo, _CA, _EBO],
|
|
2355
|
-
[[0, 1], [() =>
|
|
2741
|
+
[[0, 1], [() => ServerSideEncryptionConfiguration$, { [_hP]: 1, [_xN]: _SSEC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2356
2742
|
];
|
|
2357
|
-
exports.
|
|
2743
|
+
exports.PutBucketEncryptionRequest$ = PutBucketEncryptionRequest$;
|
|
2744
|
+
const PutBucketIntelligentTieringConfigurationRequest$ = [3, n0, _PBITCR,
|
|
2358
2745
|
0,
|
|
2359
2746
|
[_B, _I, _ITC, _EBO],
|
|
2360
|
-
[[0, 1], [0, { [_hQ]: _i }], [() =>
|
|
2747
|
+
[[0, 1], [0, { [_hQ]: _i }], [() => IntelligentTieringConfiguration$, { [_hP]: 1, [_xN]: _ITC }], [0, { [_hH]: _xaebo }]], 3
|
|
2361
2748
|
];
|
|
2362
|
-
exports.
|
|
2749
|
+
exports.PutBucketIntelligentTieringConfigurationRequest$ = PutBucketIntelligentTieringConfigurationRequest$;
|
|
2750
|
+
const PutBucketInventoryConfigurationRequest$ = [3, n0, _PBICR,
|
|
2363
2751
|
0,
|
|
2364
2752
|
[_B, _I, _IC, _EBO],
|
|
2365
|
-
[[0, 1], [0, { [_hQ]: _i }], [() =>
|
|
2753
|
+
[[0, 1], [0, { [_hQ]: _i }], [() => InventoryConfiguration$, { [_hP]: 1, [_xN]: _IC }], [0, { [_hH]: _xaebo }]], 3
|
|
2366
2754
|
];
|
|
2367
|
-
exports.
|
|
2755
|
+
exports.PutBucketInventoryConfigurationRequest$ = PutBucketInventoryConfigurationRequest$;
|
|
2756
|
+
const PutBucketLifecycleConfigurationOutput$ = [3, n0, _PBLCO,
|
|
2368
2757
|
0,
|
|
2369
2758
|
[_TDMOS],
|
|
2370
2759
|
[[0, { [_hH]: _xatdmos }]]
|
|
2371
2760
|
];
|
|
2372
|
-
exports.
|
|
2761
|
+
exports.PutBucketLifecycleConfigurationOutput$ = PutBucketLifecycleConfigurationOutput$;
|
|
2762
|
+
const PutBucketLifecycleConfigurationRequest$ = [3, n0, _PBLCR,
|
|
2373
2763
|
0,
|
|
2374
2764
|
[_B, _CA, _LCi, _EBO, _TDMOS],
|
|
2375
|
-
[[0, 1], [0, { [_hH]: _xasca }], [() =>
|
|
2765
|
+
[[0, 1], [0, { [_hH]: _xasca }], [() => BucketLifecycleConfiguration$, { [_hP]: 1, [_xN]: _LCi }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xatdmos }]], 1
|
|
2376
2766
|
];
|
|
2377
|
-
exports.
|
|
2767
|
+
exports.PutBucketLifecycleConfigurationRequest$ = PutBucketLifecycleConfigurationRequest$;
|
|
2768
|
+
const PutBucketLoggingRequest$ = [3, n0, _PBLR,
|
|
2378
2769
|
0,
|
|
2379
2770
|
[_B, _BLS, _CMDo, _CA, _EBO],
|
|
2380
|
-
[[0, 1], [() =>
|
|
2771
|
+
[[0, 1], [() => BucketLoggingStatus$, { [_hP]: 1, [_xN]: _BLS }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2381
2772
|
];
|
|
2382
|
-
exports.
|
|
2773
|
+
exports.PutBucketLoggingRequest$ = PutBucketLoggingRequest$;
|
|
2774
|
+
const PutBucketMetricsConfigurationRequest$ = [3, n0, _PBMCR,
|
|
2383
2775
|
0,
|
|
2384
2776
|
[_B, _I, _MCe, _EBO],
|
|
2385
|
-
[[0, 1], [0, { [_hQ]: _i }], [() =>
|
|
2777
|
+
[[0, 1], [0, { [_hQ]: _i }], [() => MetricsConfiguration$, { [_hP]: 1, [_xN]: _MCe }], [0, { [_hH]: _xaebo }]], 3
|
|
2386
2778
|
];
|
|
2387
|
-
exports.
|
|
2779
|
+
exports.PutBucketMetricsConfigurationRequest$ = PutBucketMetricsConfigurationRequest$;
|
|
2780
|
+
const PutBucketNotificationConfigurationRequest$ = [3, n0, _PBNCR,
|
|
2388
2781
|
0,
|
|
2389
2782
|
[_B, _NC, _EBO, _SDV],
|
|
2390
|
-
[[0, 1], [() =>
|
|
2783
|
+
[[0, 1], [() => NotificationConfiguration$, { [_hP]: 1, [_xN]: _NC }], [0, { [_hH]: _xaebo }], [2, { [_hH]: _xasdv }]], 2
|
|
2391
2784
|
];
|
|
2392
|
-
exports.
|
|
2785
|
+
exports.PutBucketNotificationConfigurationRequest$ = PutBucketNotificationConfigurationRequest$;
|
|
2786
|
+
const PutBucketOwnershipControlsRequest$ = [3, n0, _PBOCR,
|
|
2393
2787
|
0,
|
|
2394
2788
|
[_B, _OC, _CMDo, _EBO, _CA],
|
|
2395
|
-
[[0, 1], [() =>
|
|
2789
|
+
[[0, 1], [() => OwnershipControls$, { [_hP]: 1, [_xN]: _OC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasca }]], 2
|
|
2396
2790
|
];
|
|
2397
|
-
exports.
|
|
2791
|
+
exports.PutBucketOwnershipControlsRequest$ = PutBucketOwnershipControlsRequest$;
|
|
2792
|
+
const PutBucketPolicyRequest$ = [3, n0, _PBPR,
|
|
2398
2793
|
0,
|
|
2399
2794
|
[_B, _Po, _CMDo, _CA, _CRSBA, _EBO],
|
|
2400
2795
|
[[0, 1], [0, 16], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [2, { [_hH]: _xacrsba }], [0, { [_hH]: _xaebo }]], 2
|
|
2401
2796
|
];
|
|
2402
|
-
exports.
|
|
2797
|
+
exports.PutBucketPolicyRequest$ = PutBucketPolicyRequest$;
|
|
2798
|
+
const PutBucketReplicationRequest$ = [3, n0, _PBRR,
|
|
2403
2799
|
0,
|
|
2404
2800
|
[_B, _RCe, _CMDo, _CA, _To, _EBO],
|
|
2405
|
-
[[0, 1], [() =>
|
|
2801
|
+
[[0, 1], [() => ReplicationConfiguration$, { [_hP]: 1, [_xN]: _RCe }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xabolt }], [0, { [_hH]: _xaebo }]], 2
|
|
2406
2802
|
];
|
|
2407
|
-
exports.
|
|
2803
|
+
exports.PutBucketReplicationRequest$ = PutBucketReplicationRequest$;
|
|
2804
|
+
const PutBucketRequestPaymentRequest$ = [3, n0, _PBRPR,
|
|
2408
2805
|
0,
|
|
2409
2806
|
[_B, _RPC, _CMDo, _CA, _EBO],
|
|
2410
|
-
[[0, 1], [() =>
|
|
2807
|
+
[[0, 1], [() => RequestPaymentConfiguration$, { [_hP]: 1, [_xN]: _RPC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2411
2808
|
];
|
|
2412
|
-
exports.
|
|
2809
|
+
exports.PutBucketRequestPaymentRequest$ = PutBucketRequestPaymentRequest$;
|
|
2810
|
+
const PutBucketTaggingRequest$ = [3, n0, _PBTR,
|
|
2413
2811
|
0,
|
|
2414
2812
|
[_B, _Tag, _CMDo, _CA, _EBO],
|
|
2415
|
-
[[0, 1], [() =>
|
|
2813
|
+
[[0, 1], [() => Tagging$, { [_hP]: 1, [_xN]: _Tag }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2416
2814
|
];
|
|
2417
|
-
exports.
|
|
2815
|
+
exports.PutBucketTaggingRequest$ = PutBucketTaggingRequest$;
|
|
2816
|
+
const PutBucketVersioningRequest$ = [3, n0, _PBVR,
|
|
2418
2817
|
0,
|
|
2419
2818
|
[_B, _VC, _CMDo, _CA, _MFA, _EBO],
|
|
2420
|
-
[[0, 1], [() =>
|
|
2819
|
+
[[0, 1], [() => VersioningConfiguration$, { [_hP]: 1, [_xN]: _VC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xam_ }], [0, { [_hH]: _xaebo }]], 2
|
|
2421
2820
|
];
|
|
2422
|
-
exports.
|
|
2821
|
+
exports.PutBucketVersioningRequest$ = PutBucketVersioningRequest$;
|
|
2822
|
+
const PutBucketWebsiteRequest$ = [3, n0, _PBWR,
|
|
2423
2823
|
0,
|
|
2424
2824
|
[_B, _WC, _CMDo, _CA, _EBO],
|
|
2425
|
-
[[0, 1], [() =>
|
|
2825
|
+
[[0, 1], [() => WebsiteConfiguration$, { [_hP]: 1, [_xN]: _WC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2426
2826
|
];
|
|
2427
|
-
exports.
|
|
2827
|
+
exports.PutBucketWebsiteRequest$ = PutBucketWebsiteRequest$;
|
|
2828
|
+
const PutObjectAclOutput$ = [3, n0, _POAO,
|
|
2428
2829
|
0,
|
|
2429
2830
|
[_RC],
|
|
2430
2831
|
[[0, { [_hH]: _xarc }]]
|
|
2431
2832
|
];
|
|
2432
|
-
exports.
|
|
2833
|
+
exports.PutObjectAclOutput$ = PutObjectAclOutput$;
|
|
2834
|
+
const PutObjectAclRequest$ = [3, n0, _POAR,
|
|
2433
2835
|
0,
|
|
2434
2836
|
[_B, _K, _ACL_, _ACP, _CMDo, _CA, _GFC, _GR, _GRACP, _GW, _GWACP, _RP, _VI, _EBO],
|
|
2435
|
-
[[0, 1], [0, 1], [0, { [_hH]: _xaa }], [() =>
|
|
2837
|
+
[[0, 1], [0, 1], [0, { [_hH]: _xaa }], [() => AccessControlPolicy$, { [_hP]: 1, [_xN]: _ACP }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagw }], [0, { [_hH]: _xagwa }], [0, { [_hH]: _xarp }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xaebo }]], 2
|
|
2838
|
+
];
|
|
2839
|
+
exports.PutObjectAclRequest$ = PutObjectAclRequest$;
|
|
2840
|
+
const PutObjectAnnotationOutput$ = [3, n0, _POAOu,
|
|
2841
|
+
0,
|
|
2842
|
+
[_K, _AN, _OVI, _ET, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _CT, _SSE, _RC],
|
|
2843
|
+
[0, 0, [0, { [_hH]: _xaovi }], [0, { [_hH]: _ET }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xacs__ }], [0, { [_hH]: _xacm }], [0, { [_hH]: _xacx }], [0, { [_hH]: _xacx_ }], [0, { [_hH]: _xacx__ }], [0, { [_hH]: _xact }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xarc }]]
|
|
2436
2844
|
];
|
|
2437
|
-
exports.
|
|
2845
|
+
exports.PutObjectAnnotationOutput$ = PutObjectAnnotationOutput$;
|
|
2846
|
+
const PutObjectAnnotationRequest$ = [3, n0, _POARu,
|
|
2847
|
+
0,
|
|
2848
|
+
[_B, _K, _AN, _AP, _VI, _OIM, _CA, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _CMDo, _RP, _EBO],
|
|
2849
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _aN }], [() => StreamingBlob, 16], [0, { [_hQ]: _vI }], [0, { [_hH]: _xaoim }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xacs__ }], [0, { [_hH]: _xacm }], [0, { [_hH]: _xacx }], [0, { [_hH]: _xacx_ }], [0, { [_hH]: _xacx__ }], [0, { [_hH]: _CM }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 4
|
|
2850
|
+
];
|
|
2851
|
+
exports.PutObjectAnnotationRequest$ = PutObjectAnnotationRequest$;
|
|
2852
|
+
const PutObjectLegalHoldOutput$ = [3, n0, _POLHO,
|
|
2438
2853
|
0,
|
|
2439
2854
|
[_RC],
|
|
2440
2855
|
[[0, { [_hH]: _xarc }]]
|
|
2441
2856
|
];
|
|
2442
|
-
exports.
|
|
2857
|
+
exports.PutObjectLegalHoldOutput$ = PutObjectLegalHoldOutput$;
|
|
2858
|
+
const PutObjectLegalHoldRequest$ = [3, n0, _POLHR,
|
|
2443
2859
|
0,
|
|
2444
2860
|
[_B, _K, _LH, _RP, _VI, _CMDo, _CA, _EBO],
|
|
2445
|
-
[[0, 1], [0, 1], [() =>
|
|
2861
|
+
[[0, 1], [0, 1], [() => ObjectLockLegalHold$, { [_hP]: 1, [_xN]: _LH }], [0, { [_hH]: _xarp }], [0, { [_hQ]: _vI }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2446
2862
|
];
|
|
2447
|
-
exports.
|
|
2863
|
+
exports.PutObjectLegalHoldRequest$ = PutObjectLegalHoldRequest$;
|
|
2864
|
+
const PutObjectLockConfigurationOutput$ = [3, n0, _POLCO,
|
|
2448
2865
|
0,
|
|
2449
2866
|
[_RC],
|
|
2450
2867
|
[[0, { [_hH]: _xarc }]]
|
|
2451
2868
|
];
|
|
2452
|
-
exports.
|
|
2869
|
+
exports.PutObjectLockConfigurationOutput$ = PutObjectLockConfigurationOutput$;
|
|
2870
|
+
const PutObjectLockConfigurationRequest$ = [3, n0, _POLCR,
|
|
2453
2871
|
0,
|
|
2454
2872
|
[_B, _OLC, _RP, _To, _CMDo, _CA, _EBO],
|
|
2455
|
-
[[0, 1], [() =>
|
|
2873
|
+
[[0, 1], [() => ObjectLockConfiguration$, { [_hP]: 1, [_xN]: _OLC }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xabolt }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 1
|
|
2456
2874
|
];
|
|
2457
|
-
exports.
|
|
2875
|
+
exports.PutObjectLockConfigurationRequest$ = PutObjectLockConfigurationRequest$;
|
|
2876
|
+
const PutObjectOutput$ = [3, n0, _POO,
|
|
2458
2877
|
0,
|
|
2459
|
-
[
|
|
2460
|
-
[[0, { [_hH]: _xae }], [0, { [_hH]:
|
|
2878
|
+
[_Ex, _ET, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _CT, _SSE, _VI, _SSECA, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _Si, _RC],
|
|
2879
|
+
[[0, { [_hH]: _xae }], [0, { [_hH]: _ET }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xacs__ }], [0, { [_hH]: _xacm }], [0, { [_hH]: _xacx }], [0, { [_hH]: _xacx_ }], [0, { [_hH]: _xacx__ }], [0, { [_hH]: _xact }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xavi }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [1, { [_hH]: _xaos }], [0, { [_hH]: _xarc }]]
|
|
2461
2880
|
];
|
|
2462
|
-
exports.
|
|
2881
|
+
exports.PutObjectOutput$ = PutObjectOutput$;
|
|
2882
|
+
const PutObjectRequest$ = [3, n0, _POR,
|
|
2463
2883
|
0,
|
|
2464
|
-
[_B, _K, _ACL_, _Bo, _CC, _CDo, _CEo, _CL, _CLo, _CMDo, _CTo, _CA, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe,
|
|
2465
|
-
[[0, 1], [0, 1], [0, { [_hH]: _xaa }], [() => StreamingBlob, 16], [0, { [_hH]: _CC_ }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [1, { [_hH]: _CL__ }], [0, { [_hH]: _CM }], [0, { [_hH]: _CT_ }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xacs__ }], [0, { [_hH]: _xacm }], [0, { [_hH]: _xacx }], [0, { [_hH]: _xacx_ }], [0, { [_hH]: _xacx__ }], [4, { [_hH]:
|
|
2884
|
+
[_B, _K, _ACL_, _Bo, _CC, _CDo, _CEo, _CL, _CLo, _CMDo, _CTo, _CA, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _Exp, _IM, _INM, _GFC, _GR, _GRACP, _GWACP, _WOB, _M, _SSE, _SC, _WRL, _SSECA, _SSECK, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _RP, _Tag, _OLM, _OLRUD, _OLLHS, _EBO],
|
|
2885
|
+
[[0, 1], [0, 1], [0, { [_hH]: _xaa }], [() => StreamingBlob, 16], [0, { [_hH]: _CC_ }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [1, { [_hH]: _CL__ }], [0, { [_hH]: _CM }], [0, { [_hH]: _CT_ }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xacs__ }], [0, { [_hH]: _xacm }], [0, { [_hH]: _xacx }], [0, { [_hH]: _xacx_ }], [0, { [_hH]: _xacx__ }], [4, { [_hH]: _Exp }], [0, { [_hH]: _IM_ }], [0, { [_hH]: _INM_ }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagwa }], [1, { [_hH]: _xawob }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xasc }], [0, { [_hH]: _xawrl }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xat }], [0, { [_hH]: _xaolm }], [5, { [_hH]: _xaolrud }], [0, { [_hH]: _xaollh }], [0, { [_hH]: _xaebo }]], 2
|
|
2466
2886
|
];
|
|
2467
|
-
exports.
|
|
2887
|
+
exports.PutObjectRequest$ = PutObjectRequest$;
|
|
2888
|
+
const PutObjectRetentionOutput$ = [3, n0, _PORO,
|
|
2468
2889
|
0,
|
|
2469
2890
|
[_RC],
|
|
2470
2891
|
[[0, { [_hH]: _xarc }]]
|
|
2471
2892
|
];
|
|
2472
|
-
exports.
|
|
2893
|
+
exports.PutObjectRetentionOutput$ = PutObjectRetentionOutput$;
|
|
2894
|
+
const PutObjectRetentionRequest$ = [3, n0, _PORR,
|
|
2473
2895
|
0,
|
|
2474
2896
|
[_B, _K, _Ret, _RP, _VI, _BGR, _CMDo, _CA, _EBO],
|
|
2475
|
-
[[0, 1], [0, 1], [() =>
|
|
2897
|
+
[[0, 1], [0, 1], [() => ObjectLockRetention$, { [_hP]: 1, [_xN]: _Ret }], [0, { [_hH]: _xarp }], [0, { [_hQ]: _vI }], [2, { [_hH]: _xabgr }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2476
2898
|
];
|
|
2477
|
-
exports.
|
|
2899
|
+
exports.PutObjectRetentionRequest$ = PutObjectRetentionRequest$;
|
|
2900
|
+
const PutObjectTaggingOutput$ = [3, n0, _POTO,
|
|
2478
2901
|
0,
|
|
2479
2902
|
[_VI],
|
|
2480
2903
|
[[0, { [_hH]: _xavi }]]
|
|
2481
2904
|
];
|
|
2482
|
-
exports.
|
|
2905
|
+
exports.PutObjectTaggingOutput$ = PutObjectTaggingOutput$;
|
|
2906
|
+
const PutObjectTaggingRequest$ = [3, n0, _POTR,
|
|
2483
2907
|
0,
|
|
2484
2908
|
[_B, _K, _Tag, _VI, _CMDo, _CA, _EBO, _RP],
|
|
2485
|
-
[[0, 1], [0, 1], [() =>
|
|
2909
|
+
[[0, 1], [0, 1], [() => Tagging$, { [_hP]: 1, [_xN]: _Tag }], [0, { [_hQ]: _vI }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }]], 3
|
|
2486
2910
|
];
|
|
2487
|
-
exports.
|
|
2911
|
+
exports.PutObjectTaggingRequest$ = PutObjectTaggingRequest$;
|
|
2912
|
+
const PutPublicAccessBlockRequest$ = [3, n0, _PPABR,
|
|
2488
2913
|
0,
|
|
2489
2914
|
[_B, _PABC, _CMDo, _CA, _EBO],
|
|
2490
|
-
[[0, 1], [() =>
|
|
2915
|
+
[[0, 1], [() => PublicAccessBlockConfiguration$, { [_hP]: 1, [_xN]: _PABC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2491
2916
|
];
|
|
2492
|
-
exports.
|
|
2917
|
+
exports.PutPublicAccessBlockRequest$ = PutPublicAccessBlockRequest$;
|
|
2918
|
+
const QueueConfiguration$ = [3, n0, _QCue,
|
|
2493
2919
|
0,
|
|
2494
2920
|
[_QA, _Ev, _I, _F],
|
|
2495
|
-
[[0, { [_xN]: _Qu }], [64 | 0, { [_xF]: 1, [_xN]: _Eve }], 0, [() =>
|
|
2921
|
+
[[0, { [_xN]: _Qu }], [64 | 0, { [_xF]: 1, [_xN]: _Eve }], 0, [() => NotificationConfigurationFilter$, 0]], 2
|
|
2496
2922
|
];
|
|
2497
|
-
exports.
|
|
2923
|
+
exports.QueueConfiguration$ = QueueConfiguration$;
|
|
2924
|
+
const RecordExpiration$ = [3, n0, _REe,
|
|
2498
2925
|
0,
|
|
2499
|
-
[
|
|
2926
|
+
[_Ex, _D],
|
|
2500
2927
|
[0, 1], 1
|
|
2501
2928
|
];
|
|
2502
|
-
exports.
|
|
2929
|
+
exports.RecordExpiration$ = RecordExpiration$;
|
|
2930
|
+
const RecordsEvent$ = [3, n0, _REec,
|
|
2503
2931
|
0,
|
|
2504
2932
|
[_Payl],
|
|
2505
2933
|
[[21, { [_eP]: 1 }]]
|
|
2506
2934
|
];
|
|
2507
|
-
exports.
|
|
2935
|
+
exports.RecordsEvent$ = RecordsEvent$;
|
|
2936
|
+
const Redirect$ = [3, n0, _Red,
|
|
2508
2937
|
0,
|
|
2509
2938
|
[_HN, _HRC, _Pro, _RKPW, _RKW],
|
|
2510
2939
|
[0, 0, 0, 0, 0]
|
|
2511
2940
|
];
|
|
2512
|
-
exports.
|
|
2941
|
+
exports.Redirect$ = Redirect$;
|
|
2942
|
+
const RedirectAllRequestsTo$ = [3, n0, _RART,
|
|
2513
2943
|
0,
|
|
2514
2944
|
[_HN, _Pro],
|
|
2515
2945
|
[0, 0], 1
|
|
2516
2946
|
];
|
|
2517
|
-
exports.
|
|
2947
|
+
exports.RedirectAllRequestsTo$ = RedirectAllRequestsTo$;
|
|
2948
|
+
const RenameObjectOutput$ = [3, n0, _ROO,
|
|
2518
2949
|
0,
|
|
2519
2950
|
[],
|
|
2520
2951
|
[]
|
|
2521
2952
|
];
|
|
2522
|
-
exports.
|
|
2953
|
+
exports.RenameObjectOutput$ = RenameObjectOutput$;
|
|
2954
|
+
const RenameObjectRequest$ = [3, n0, _ROR,
|
|
2523
2955
|
0,
|
|
2524
2956
|
[_B, _K, _RSen, _DIM, _DINM, _DIMS, _DIUS, _SIM, _SINM, _SIMS, _SIUS, _CTl],
|
|
2525
2957
|
[[0, 1], [0, 1], [0, { [_hH]: _xars_ }], [0, { [_hH]: _IM_ }], [0, { [_hH]: _INM_ }], [4, { [_hH]: _IMS_ }], [4, { [_hH]: _IUS_ }], [0, { [_hH]: _xarsim }], [0, { [_hH]: _xarsinm }], [6, { [_hH]: _xarsims }], [6, { [_hH]: _xarsius }], [0, { [_hH]: _xact_, [_iT]: 1 }]], 3
|
|
2526
2958
|
];
|
|
2527
|
-
exports.
|
|
2959
|
+
exports.RenameObjectRequest$ = RenameObjectRequest$;
|
|
2960
|
+
const ReplicaModifications$ = [3, n0, _RM,
|
|
2528
2961
|
0,
|
|
2529
2962
|
[_S],
|
|
2530
2963
|
[0], 1
|
|
2531
2964
|
];
|
|
2532
|
-
exports.
|
|
2965
|
+
exports.ReplicaModifications$ = ReplicaModifications$;
|
|
2966
|
+
const ReplicationConfiguration$ = [3, n0, _RCe,
|
|
2533
2967
|
0,
|
|
2534
|
-
[
|
|
2535
|
-
[0, [() => ReplicationRules, { [_xF]: 1, [_xN]:
|
|
2968
|
+
[_R, _Ru],
|
|
2969
|
+
[0, [() => ReplicationRules, { [_xF]: 1, [_xN]: _Rul }]], 2
|
|
2536
2970
|
];
|
|
2537
|
-
exports.
|
|
2971
|
+
exports.ReplicationConfiguration$ = ReplicationConfiguration$;
|
|
2972
|
+
const ReplicationRule$ = [3, n0, _RRe,
|
|
2538
2973
|
0,
|
|
2539
2974
|
[_S, _Des, _ID, _Pri, _P, _F, _SSC, _EOR, _DMR],
|
|
2540
|
-
[0, () =>
|
|
2975
|
+
[0, () => Destination$, 0, 1, 0, [() => ReplicationRuleFilter$, 0], () => SourceSelectionCriteria$, () => ExistingObjectReplication$, () => DeleteMarkerReplication$], 2
|
|
2541
2976
|
];
|
|
2542
|
-
exports.
|
|
2977
|
+
exports.ReplicationRule$ = ReplicationRule$;
|
|
2978
|
+
const ReplicationRuleAndOperator$ = [3, n0, _RRAO,
|
|
2543
2979
|
0,
|
|
2544
2980
|
[_P, _T],
|
|
2545
2981
|
[0, [() => TagSet, { [_xF]: 1, [_xN]: _Ta }]]
|
|
2546
2982
|
];
|
|
2547
|
-
exports.
|
|
2983
|
+
exports.ReplicationRuleAndOperator$ = ReplicationRuleAndOperator$;
|
|
2984
|
+
const ReplicationRuleFilter$ = [3, n0, _RRF,
|
|
2548
2985
|
0,
|
|
2549
2986
|
[_P, _Ta, _An],
|
|
2550
|
-
[0, () =>
|
|
2987
|
+
[0, () => Tag$, [() => ReplicationRuleAndOperator$, 0]]
|
|
2551
2988
|
];
|
|
2552
|
-
exports.
|
|
2989
|
+
exports.ReplicationRuleFilter$ = ReplicationRuleFilter$;
|
|
2990
|
+
const ReplicationTime$ = [3, n0, _RT,
|
|
2553
2991
|
0,
|
|
2554
2992
|
[_S, _Tim],
|
|
2555
|
-
[0, () =>
|
|
2993
|
+
[0, () => ReplicationTimeValue$], 2
|
|
2556
2994
|
];
|
|
2557
|
-
exports.
|
|
2995
|
+
exports.ReplicationTime$ = ReplicationTime$;
|
|
2996
|
+
const ReplicationTimeValue$ = [3, n0, _RTV,
|
|
2558
2997
|
0,
|
|
2559
2998
|
[_Mi],
|
|
2560
2999
|
[1]
|
|
2561
3000
|
];
|
|
2562
|
-
exports.
|
|
3001
|
+
exports.ReplicationTimeValue$ = ReplicationTimeValue$;
|
|
3002
|
+
const RequestPaymentConfiguration$ = [3, n0, _RPC,
|
|
2563
3003
|
0,
|
|
2564
3004
|
[_Pay],
|
|
2565
3005
|
[0], 1
|
|
2566
3006
|
];
|
|
2567
|
-
exports.
|
|
3007
|
+
exports.RequestPaymentConfiguration$ = RequestPaymentConfiguration$;
|
|
3008
|
+
const RequestProgress$ = [3, n0, _RPe,
|
|
2568
3009
|
0,
|
|
2569
3010
|
[_Ena],
|
|
2570
3011
|
[2]
|
|
2571
3012
|
];
|
|
2572
|
-
exports.
|
|
3013
|
+
exports.RequestProgress$ = RequestProgress$;
|
|
3014
|
+
const RestoreObjectOutput$ = [3, n0, _ROOe,
|
|
2573
3015
|
0,
|
|
2574
3016
|
[_RC, _ROP],
|
|
2575
3017
|
[[0, { [_hH]: _xarc }], [0, { [_hH]: _xarop }]]
|
|
2576
3018
|
];
|
|
2577
|
-
exports.
|
|
3019
|
+
exports.RestoreObjectOutput$ = RestoreObjectOutput$;
|
|
3020
|
+
const RestoreObjectRequest$ = [3, n0, _RORe,
|
|
2578
3021
|
0,
|
|
2579
3022
|
[_B, _K, _VI, _RRes, _RP, _CA, _EBO],
|
|
2580
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _vI }], [() =>
|
|
3023
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _vI }], [() => RestoreRequest$, { [_hP]: 1, [_xN]: _RRes }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2581
3024
|
];
|
|
2582
|
-
exports.
|
|
3025
|
+
exports.RestoreObjectRequest$ = RestoreObjectRequest$;
|
|
3026
|
+
const RestoreRequest$ = [3, n0, _RRes,
|
|
2583
3027
|
0,
|
|
2584
3028
|
[_D, _GJP, _Ty, _Ti, _Desc, _SP, _OL],
|
|
2585
|
-
[1, () =>
|
|
3029
|
+
[1, () => GlacierJobParameters$, 0, 0, 0, () => SelectParameters$, [() => OutputLocation$, 0]]
|
|
2586
3030
|
];
|
|
2587
|
-
exports.
|
|
3031
|
+
exports.RestoreRequest$ = RestoreRequest$;
|
|
3032
|
+
const RestoreStatus$ = [3, n0, _RSe,
|
|
2588
3033
|
0,
|
|
2589
3034
|
[_IRIP, _RED],
|
|
2590
3035
|
[2, 4]
|
|
2591
3036
|
];
|
|
2592
|
-
exports.
|
|
3037
|
+
exports.RestoreStatus$ = RestoreStatus$;
|
|
3038
|
+
const RoutingRule$ = [3, n0, _RRo,
|
|
2593
3039
|
0,
|
|
2594
3040
|
[_Red, _Co],
|
|
2595
|
-
[() =>
|
|
3041
|
+
[() => Redirect$, () => Condition$], 1
|
|
2596
3042
|
];
|
|
2597
|
-
exports.
|
|
3043
|
+
exports.RoutingRule$ = RoutingRule$;
|
|
3044
|
+
const S3KeyFilter$ = [3, n0, _SKF,
|
|
2598
3045
|
0,
|
|
2599
3046
|
[_FRi],
|
|
2600
3047
|
[[() => FilterRuleList, { [_xF]: 1, [_xN]: _FR }]]
|
|
2601
3048
|
];
|
|
2602
|
-
exports.
|
|
3049
|
+
exports.S3KeyFilter$ = S3KeyFilter$;
|
|
3050
|
+
const S3Location$ = [3, n0, _SL,
|
|
2603
3051
|
0,
|
|
2604
3052
|
[_BNu, _P, _En, _CACL, _ACL, _Tag, _UM, _SC],
|
|
2605
|
-
[0, 0, [() =>
|
|
3053
|
+
[0, 0, [() => Encryption$, 0], 0, [() => Grants, 0], [() => Tagging$, 0], [() => UserMetadata, 0], 0], 2
|
|
2606
3054
|
];
|
|
2607
|
-
exports.
|
|
3055
|
+
exports.S3Location$ = S3Location$;
|
|
3056
|
+
const S3TablesDestination$ = [3, n0, _STD,
|
|
2608
3057
|
0,
|
|
2609
|
-
[_TBA,
|
|
3058
|
+
[_TBA, _TN],
|
|
2610
3059
|
[0, 0], 2
|
|
2611
3060
|
];
|
|
2612
|
-
exports.
|
|
3061
|
+
exports.S3TablesDestination$ = S3TablesDestination$;
|
|
3062
|
+
const S3TablesDestinationResult$ = [3, n0, _STDR,
|
|
2613
3063
|
0,
|
|
2614
|
-
[_TBA,
|
|
3064
|
+
[_TBA, _TN, _TA, _TNa],
|
|
2615
3065
|
[0, 0, 0, 0], 4
|
|
2616
3066
|
];
|
|
2617
|
-
exports.
|
|
3067
|
+
exports.S3TablesDestinationResult$ = S3TablesDestinationResult$;
|
|
3068
|
+
const ScanRange$ = [3, n0, _SR,
|
|
2618
3069
|
0,
|
|
2619
3070
|
[_St, _End],
|
|
2620
3071
|
[1, 1]
|
|
2621
3072
|
];
|
|
2622
|
-
exports.
|
|
3073
|
+
exports.ScanRange$ = ScanRange$;
|
|
3074
|
+
const SelectObjectContentOutput$ = [3, n0, _SOCO,
|
|
2623
3075
|
0,
|
|
2624
3076
|
[_Payl],
|
|
2625
|
-
[[() =>
|
|
3077
|
+
[[() => SelectObjectContentEventStream$, 16]]
|
|
2626
3078
|
];
|
|
2627
|
-
exports.
|
|
3079
|
+
exports.SelectObjectContentOutput$ = SelectObjectContentOutput$;
|
|
3080
|
+
const SelectObjectContentRequest$ = [3, n0, _SOCR,
|
|
2628
3081
|
0,
|
|
2629
|
-
[_B, _K,
|
|
2630
|
-
[[0, 1], [0, 1], 0, 0, () =>
|
|
3082
|
+
[_B, _K, _Expr, _ETx, _IS, _OSu, _SSECA, _SSECK, _SSECKMD, _RPe, _SR, _EBO],
|
|
3083
|
+
[[0, 1], [0, 1], 0, 0, () => InputSerialization$, () => OutputSerialization$, [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], () => RequestProgress$, () => ScanRange$, [0, { [_hH]: _xaebo }]], 6
|
|
2631
3084
|
];
|
|
2632
|
-
exports.
|
|
3085
|
+
exports.SelectObjectContentRequest$ = SelectObjectContentRequest$;
|
|
3086
|
+
const SelectParameters$ = [3, n0, _SP,
|
|
2633
3087
|
0,
|
|
2634
|
-
[_IS, _ETx,
|
|
2635
|
-
[() =>
|
|
3088
|
+
[_IS, _ETx, _Expr, _OSu],
|
|
3089
|
+
[() => InputSerialization$, 0, 0, () => OutputSerialization$], 4
|
|
2636
3090
|
];
|
|
2637
|
-
exports.
|
|
3091
|
+
exports.SelectParameters$ = SelectParameters$;
|
|
3092
|
+
const ServerSideEncryptionByDefault$ = [3, n0, _SSEBD,
|
|
2638
3093
|
0,
|
|
2639
3094
|
[_SSEA, _KMSMKID],
|
|
2640
3095
|
[0, [() => SSEKMSKeyId, 0]], 1
|
|
2641
3096
|
];
|
|
2642
|
-
exports.
|
|
3097
|
+
exports.ServerSideEncryptionByDefault$ = ServerSideEncryptionByDefault$;
|
|
3098
|
+
const ServerSideEncryptionConfiguration$ = [3, n0, _SSEC,
|
|
2643
3099
|
0,
|
|
2644
|
-
[
|
|
2645
|
-
[[() => ServerSideEncryptionRules, { [_xF]: 1, [_xN]:
|
|
3100
|
+
[_Ru],
|
|
3101
|
+
[[() => ServerSideEncryptionRules, { [_xF]: 1, [_xN]: _Rul }]], 1
|
|
2646
3102
|
];
|
|
2647
|
-
exports.
|
|
3103
|
+
exports.ServerSideEncryptionConfiguration$ = ServerSideEncryptionConfiguration$;
|
|
3104
|
+
const ServerSideEncryptionRule$ = [3, n0, _SSER,
|
|
2648
3105
|
0,
|
|
2649
3106
|
[_ASSEBD, _BKE, _BET],
|
|
2650
|
-
[[() =>
|
|
3107
|
+
[[() => ServerSideEncryptionByDefault$, 0], 2, [() => BlockedEncryptionTypes$, 0]]
|
|
2651
3108
|
];
|
|
2652
|
-
exports.
|
|
3109
|
+
exports.ServerSideEncryptionRule$ = ServerSideEncryptionRule$;
|
|
3110
|
+
const SessionCredentials$ = [3, n0, _SCe,
|
|
2653
3111
|
0,
|
|
2654
|
-
[_AKI, _SAK, _ST,
|
|
2655
|
-
[[0, { [_xN]: _AKI }], [() => SessionCredentialValue, { [_xN]: _SAK }], [() => SessionCredentialValue, { [_xN]: _ST }], [4, { [_xN]:
|
|
3112
|
+
[_AKI, _SAK, _ST, _Ex],
|
|
3113
|
+
[[0, { [_xN]: _AKI }], [() => SessionCredentialValue, { [_xN]: _SAK }], [() => SessionCredentialValue, { [_xN]: _ST }], [4, { [_xN]: _Ex }]], 4
|
|
2656
3114
|
];
|
|
2657
|
-
exports.
|
|
3115
|
+
exports.SessionCredentials$ = SessionCredentials$;
|
|
3116
|
+
const SimplePrefix$ = [3, n0, _SPi,
|
|
2658
3117
|
{ [_xN]: _SPi },
|
|
2659
3118
|
[],
|
|
2660
3119
|
[]
|
|
2661
3120
|
];
|
|
2662
|
-
exports.
|
|
3121
|
+
exports.SimplePrefix$ = SimplePrefix$;
|
|
3122
|
+
const SourceSelectionCriteria$ = [3, n0, _SSC,
|
|
2663
3123
|
0,
|
|
2664
3124
|
[_SKEO, _RM],
|
|
2665
|
-
[() =>
|
|
3125
|
+
[() => SseKmsEncryptedObjects$, () => ReplicaModifications$]
|
|
2666
3126
|
];
|
|
2667
|
-
exports.
|
|
3127
|
+
exports.SourceSelectionCriteria$ = SourceSelectionCriteria$;
|
|
3128
|
+
const SSEKMS$ = [3, n0, _SSEKMS,
|
|
2668
3129
|
{ [_xN]: _SK },
|
|
2669
3130
|
[_KI],
|
|
2670
3131
|
[[() => SSEKMSKeyId, 0]], 1
|
|
2671
3132
|
];
|
|
2672
|
-
exports.
|
|
3133
|
+
exports.SSEKMS$ = SSEKMS$;
|
|
3134
|
+
const SseKmsEncryptedObjects$ = [3, n0, _SKEO,
|
|
2673
3135
|
0,
|
|
2674
3136
|
[_S],
|
|
2675
3137
|
[0], 1
|
|
2676
3138
|
];
|
|
2677
|
-
exports.
|
|
3139
|
+
exports.SseKmsEncryptedObjects$ = SseKmsEncryptedObjects$;
|
|
3140
|
+
const SSEKMSEncryption$ = [3, n0, _SSEKMSE,
|
|
2678
3141
|
{ [_xN]: _SK },
|
|
2679
3142
|
[_KMSKA, _BKE],
|
|
2680
3143
|
[[() => NonEmptyKmsKeyArnString, 0], 2], 1
|
|
2681
3144
|
];
|
|
2682
|
-
exports.
|
|
3145
|
+
exports.SSEKMSEncryption$ = SSEKMSEncryption$;
|
|
3146
|
+
const SSES3$ = [3, n0, _SSES,
|
|
2683
3147
|
{ [_xN]: _SS },
|
|
2684
3148
|
[],
|
|
2685
3149
|
[]
|
|
2686
3150
|
];
|
|
2687
|
-
exports.
|
|
3151
|
+
exports.SSES3$ = SSES3$;
|
|
3152
|
+
const Stats$ = [3, n0, _Sta,
|
|
2688
3153
|
0,
|
|
2689
3154
|
[_BS, _BP, _BRy],
|
|
2690
3155
|
[1, 1, 1]
|
|
2691
3156
|
];
|
|
2692
|
-
exports.
|
|
3157
|
+
exports.Stats$ = Stats$;
|
|
3158
|
+
const StatsEvent$ = [3, n0, _SE,
|
|
2693
3159
|
0,
|
|
2694
3160
|
[_Det],
|
|
2695
|
-
[[() =>
|
|
3161
|
+
[[() => Stats$, { [_eP]: 1 }]]
|
|
2696
3162
|
];
|
|
2697
|
-
exports.
|
|
3163
|
+
exports.StatsEvent$ = StatsEvent$;
|
|
3164
|
+
const StorageClassAnalysis$ = [3, n0, _SCA,
|
|
2698
3165
|
0,
|
|
2699
3166
|
[_DE],
|
|
2700
|
-
[() =>
|
|
3167
|
+
[() => StorageClassAnalysisDataExport$]
|
|
2701
3168
|
];
|
|
2702
|
-
exports.
|
|
3169
|
+
exports.StorageClassAnalysis$ = StorageClassAnalysis$;
|
|
3170
|
+
const StorageClassAnalysisDataExport$ = [3, n0, _SCADE,
|
|
2703
3171
|
0,
|
|
2704
3172
|
[_OSV, _Des],
|
|
2705
|
-
[0, () =>
|
|
3173
|
+
[0, () => AnalyticsExportDestination$], 2
|
|
2706
3174
|
];
|
|
2707
|
-
exports.
|
|
3175
|
+
exports.StorageClassAnalysisDataExport$ = StorageClassAnalysisDataExport$;
|
|
3176
|
+
const Tag$ = [3, n0, _Ta,
|
|
2708
3177
|
0,
|
|
2709
3178
|
[_K, _V],
|
|
2710
3179
|
[0, 0], 2
|
|
2711
3180
|
];
|
|
2712
|
-
exports.
|
|
3181
|
+
exports.Tag$ = Tag$;
|
|
3182
|
+
const Tagging$ = [3, n0, _Tag,
|
|
2713
3183
|
0,
|
|
2714
|
-
[
|
|
3184
|
+
[_TSa],
|
|
2715
3185
|
[[() => TagSet, 0]], 1
|
|
2716
3186
|
];
|
|
2717
|
-
exports.
|
|
3187
|
+
exports.Tagging$ = Tagging$;
|
|
3188
|
+
const TargetGrant$ = [3, n0, _TGa,
|
|
2718
3189
|
0,
|
|
2719
3190
|
[_Gra, _Pe],
|
|
2720
|
-
[[() =>
|
|
3191
|
+
[[() => Grantee$, { [_xNm]: [_x, _hi] }], 0]
|
|
2721
3192
|
];
|
|
2722
|
-
exports.
|
|
3193
|
+
exports.TargetGrant$ = TargetGrant$;
|
|
3194
|
+
const TargetObjectKeyFormat$ = [3, n0, _TOKF,
|
|
2723
3195
|
0,
|
|
2724
3196
|
[_SPi, _PP],
|
|
2725
|
-
[[() =>
|
|
3197
|
+
[[() => SimplePrefix$, { [_xN]: _SPi }], [() => PartitionedPrefix$, { [_xN]: _PP }]]
|
|
2726
3198
|
];
|
|
2727
|
-
exports.
|
|
3199
|
+
exports.TargetObjectKeyFormat$ = TargetObjectKeyFormat$;
|
|
3200
|
+
const Tiering$ = [3, n0, _Tier,
|
|
2728
3201
|
0,
|
|
2729
3202
|
[_D, _AT],
|
|
2730
3203
|
[1, 0], 2
|
|
2731
3204
|
];
|
|
2732
|
-
exports.
|
|
3205
|
+
exports.Tiering$ = Tiering$;
|
|
3206
|
+
const TopicConfiguration$ = [3, n0, _TCop,
|
|
2733
3207
|
0,
|
|
2734
3208
|
[_TAo, _Ev, _I, _F],
|
|
2735
|
-
[[0, { [_xN]: _Top }], [64 | 0, { [_xF]: 1, [_xN]: _Eve }], 0, [() =>
|
|
3209
|
+
[[0, { [_xN]: _Top }], [64 | 0, { [_xF]: 1, [_xN]: _Eve }], 0, [() => NotificationConfigurationFilter$, 0]], 2
|
|
2736
3210
|
];
|
|
2737
|
-
exports.
|
|
3211
|
+
exports.TopicConfiguration$ = TopicConfiguration$;
|
|
3212
|
+
const Transition$ = [3, n0, _Tra,
|
|
2738
3213
|
0,
|
|
2739
3214
|
[_Da, _D, _SC],
|
|
2740
3215
|
[5, 1, 0]
|
|
2741
3216
|
];
|
|
2742
|
-
exports.
|
|
3217
|
+
exports.Transition$ = Transition$;
|
|
3218
|
+
const UpdateBucketMetadataAnnotationTableConfigurationRequest$ = [3, n0, _UBMATCR,
|
|
3219
|
+
0,
|
|
3220
|
+
[_B, _ATC, _CMDo, _CA, _EBO],
|
|
3221
|
+
[[0, 1], [() => AnnotationTableConfigurationUpdates$, { [_hP]: 1, [_xN]: _ATC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
3222
|
+
];
|
|
3223
|
+
exports.UpdateBucketMetadataAnnotationTableConfigurationRequest$ = UpdateBucketMetadataAnnotationTableConfigurationRequest$;
|
|
3224
|
+
const UpdateBucketMetadataInventoryTableConfigurationRequest$ = [3, n0, _UBMITCR,
|
|
2743
3225
|
0,
|
|
2744
3226
|
[_B, _ITCn, _CMDo, _CA, _EBO],
|
|
2745
|
-
[[0, 1], [() =>
|
|
3227
|
+
[[0, 1], [() => InventoryTableConfigurationUpdates$, { [_hP]: 1, [_xN]: _ITCn }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2746
3228
|
];
|
|
2747
|
-
exports.
|
|
3229
|
+
exports.UpdateBucketMetadataInventoryTableConfigurationRequest$ = UpdateBucketMetadataInventoryTableConfigurationRequest$;
|
|
3230
|
+
const UpdateBucketMetadataJournalTableConfigurationRequest$ = [3, n0, _UBMJTCR,
|
|
2748
3231
|
0,
|
|
2749
3232
|
[_B, _JTC, _CMDo, _CA, _EBO],
|
|
2750
|
-
[[0, 1], [() =>
|
|
3233
|
+
[[0, 1], [() => JournalTableConfigurationUpdates$, { [_hP]: 1, [_xN]: _JTC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
|
|
2751
3234
|
];
|
|
2752
|
-
exports.
|
|
3235
|
+
exports.UpdateBucketMetadataJournalTableConfigurationRequest$ = UpdateBucketMetadataJournalTableConfigurationRequest$;
|
|
3236
|
+
const UpdateObjectEncryptionRequest$ = [3, n0, _UOER,
|
|
2753
3237
|
0,
|
|
2754
3238
|
[_B, _K, _OE, _VI, _RP, _EBO, _CMDo, _CA],
|
|
2755
|
-
[[0, 1], [0, 1], [() =>
|
|
3239
|
+
[[0, 1], [0, 1], [() => ObjectEncryption$, 16], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }]], 3
|
|
2756
3240
|
];
|
|
2757
|
-
exports.
|
|
3241
|
+
exports.UpdateObjectEncryptionRequest$ = UpdateObjectEncryptionRequest$;
|
|
3242
|
+
const UpdateObjectEncryptionResponse$ = [3, n0, _UOERp,
|
|
2758
3243
|
0,
|
|
2759
3244
|
[_RC],
|
|
2760
3245
|
[[0, { [_hH]: _xarc }]]
|
|
2761
3246
|
];
|
|
2762
|
-
exports.
|
|
3247
|
+
exports.UpdateObjectEncryptionResponse$ = UpdateObjectEncryptionResponse$;
|
|
3248
|
+
const UploadPartCopyOutput$ = [3, n0, _UPCO,
|
|
2763
3249
|
0,
|
|
2764
3250
|
[_CSVI, _CPR, _SSE, _SSECA, _SSECKMD, _SSEKMSKI, _BKE, _RC],
|
|
2765
|
-
[[0, { [_hH]: _xacsvi }], [() =>
|
|
3251
|
+
[[0, { [_hH]: _xacsvi }], [() => CopyPartResult$, 16], [0, { [_hH]: _xasse }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarc }]]
|
|
2766
3252
|
];
|
|
2767
|
-
exports.
|
|
3253
|
+
exports.UploadPartCopyOutput$ = UploadPartCopyOutput$;
|
|
3254
|
+
const UploadPartCopyRequest$ = [3, n0, _UPCR,
|
|
2768
3255
|
0,
|
|
2769
|
-
[_B,
|
|
3256
|
+
[_B, _CSo, _K, _PN, _UI, _CSIM, _CSIMS, _CSINM, _CSIUS, _CSRo, _SSECA, _SSECK, _SSECKMD, _CSSSECA, _CSSSECK, _CSSSECKMD, _RP, _EBO, _ESBO],
|
|
2770
3257
|
[[0, 1], [0, { [_hH]: _xacs___ }], [0, 1], [1, { [_hQ]: _pN }], [0, { [_hQ]: _uI }], [0, { [_hH]: _xacsim }], [4, { [_hH]: _xacsims }], [0, { [_hH]: _xacsinm }], [4, { [_hH]: _xacsius }], [0, { [_hH]: _xacsr }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xacssseca }], [() => CopySourceSSECustomerKey, { [_hH]: _xacssseck }], [0, { [_hH]: _xacssseckM }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasebo }]], 5
|
|
2771
3258
|
];
|
|
2772
|
-
exports.
|
|
3259
|
+
exports.UploadPartCopyRequest$ = UploadPartCopyRequest$;
|
|
3260
|
+
const UploadPartOutput$ = [3, n0, _UPO,
|
|
2773
3261
|
0,
|
|
2774
|
-
[_SSE,
|
|
2775
|
-
[[0, { [_hH]: _xasse }], [0, { [_hH]:
|
|
3262
|
+
[_SSE, _ET, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _SSECA, _SSECKMD, _SSEKMSKI, _BKE, _RC],
|
|
3263
|
+
[[0, { [_hH]: _xasse }], [0, { [_hH]: _ET }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xacs__ }], [0, { [_hH]: _xacm }], [0, { [_hH]: _xacx }], [0, { [_hH]: _xacx_ }], [0, { [_hH]: _xacx__ }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarc }]]
|
|
2776
3264
|
];
|
|
2777
|
-
exports.
|
|
3265
|
+
exports.UploadPartOutput$ = UploadPartOutput$;
|
|
3266
|
+
const UploadPartRequest$ = [3, n0, _UPR,
|
|
2778
3267
|
0,
|
|
2779
3268
|
[_B, _K, _PN, _UI, _Bo, _CLo, _CMDo, _CA, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _SSECA, _SSECK, _SSECKMD, _RP, _EBO],
|
|
2780
3269
|
[[0, 1], [0, 1], [1, { [_hQ]: _pN }], [0, { [_hQ]: _uI }], [() => StreamingBlob, 16], [1, { [_hH]: _CL__ }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xacs__ }], [0, { [_hH]: _xacm }], [0, { [_hH]: _xacx }], [0, { [_hH]: _xacx_ }], [0, { [_hH]: _xacx__ }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 4
|
|
2781
3270
|
];
|
|
2782
|
-
exports.
|
|
3271
|
+
exports.UploadPartRequest$ = UploadPartRequest$;
|
|
3272
|
+
const VersioningConfiguration$ = [3, n0, _VC,
|
|
2783
3273
|
0,
|
|
2784
3274
|
[_MFAD, _S],
|
|
2785
3275
|
[[0, { [_xN]: _MDf }], 0]
|
|
2786
3276
|
];
|
|
2787
|
-
exports.
|
|
3277
|
+
exports.VersioningConfiguration$ = VersioningConfiguration$;
|
|
3278
|
+
const WebsiteConfiguration$ = [3, n0, _WC,
|
|
2788
3279
|
0,
|
|
2789
3280
|
[_EDr, _IDn, _RART, _RR],
|
|
2790
|
-
[() =>
|
|
3281
|
+
[() => ErrorDocument$, () => IndexDocument$, () => RedirectAllRequestsTo$, [() => RoutingRules, 0]]
|
|
2791
3282
|
];
|
|
2792
|
-
exports.
|
|
3283
|
+
exports.WebsiteConfiguration$ = WebsiteConfiguration$;
|
|
3284
|
+
const WriteGetObjectResponseRequest$ = [3, n0, _WGORR,
|
|
2793
3285
|
0,
|
|
2794
|
-
[_RReq, _RTe, _Bo, _SCt, _ECr, _EM, _AR, _CC, _CDo, _CEo, _CL, _CLo, _CR, _CTo, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _DM,
|
|
3286
|
+
[_RReq, _RTe, _Bo, _SCt, _ECr, _EM, _AR, _CC, _CDo, _CEo, _CL, _CLo, _CR, _CTo, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _DM, _ET, _Exp, _Ex, _LM, _MM, _M, _OLM, _OLLHS, _OLRUD, _PC, _RS, _RC, _Re, _SSE, _SSECA, _SSEKMSKI, _SSECKMD, _SC, _TC, _VI, _BKE],
|
|
2795
3287
|
[[0, { [_hL]: 1, [_hH]: _xarr }], [0, { [_hH]: _xart }], [() => StreamingBlob, 16], [1, { [_hH]: _xafs }], [0, { [_hH]: _xafec }], [0, { [_hH]: _xafem }], [0, { [_hH]: _xafhar }], [0, { [_hH]: _xafhCC }], [0, { [_hH]: _xafhCD }], [0, { [_hH]: _xafhCE }], [0, { [_hH]: _xafhCL }], [1, { [_hH]: _CL__ }], [0, { [_hH]: _xafhCR }], [0, { [_hH]: _xafhCT }], [0, { [_hH]: _xafhxacc }], [0, { [_hH]: _xafhxacc_ }], [0, { [_hH]: _xafhxacc__ }], [0, { [_hH]: _xafhxacs }], [0, { [_hH]: _xafhxacs_ }], [0, { [_hH]: _xafhxacs__ }], [0, { [_hH]: _xafhxacm }], [0, { [_hH]: _xafhxacx }], [0, { [_hH]: _xafhxacx_ }], [0, { [_hH]: _xafhxacx__ }], [2, { [_hH]: _xafhxadm }], [0, { [_hH]: _xafhE }], [4, { [_hH]: _xafhE_ }], [0, { [_hH]: _xafhxae }], [4, { [_hH]: _xafhLM }], [1, { [_hH]: _xafhxamm }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xafhxaolm }], [0, { [_hH]: _xafhxaollh }], [5, { [_hH]: _xafhxaolrud }], [1, { [_hH]: _xafhxampc }], [0, { [_hH]: _xafhxars }], [0, { [_hH]: _xafhxarc }], [0, { [_hH]: _xafhxar }], [0, { [_hH]: _xafhxasse }], [0, { [_hH]: _xafhxasseca }], [() => SSEKMSKeyId, { [_hH]: _xafhxasseakki }], [0, { [_hH]: _xafhxasseckM }], [0, { [_hH]: _xafhxasc }], [1, { [_hH]: _xafhxatc }], [0, { [_hH]: _xafhxavi }], [2, { [_hH]: _xafhxassebke }]], 2
|
|
2796
3288
|
];
|
|
3289
|
+
exports.WriteGetObjectResponseRequest$ = WriteGetObjectResponseRequest$;
|
|
2797
3290
|
var __Unit = "unit";
|
|
2798
3291
|
var AllowedHeaders = 64 | 0;
|
|
2799
3292
|
var AllowedMethods = 64 | 0;
|
|
2800
3293
|
var AllowedOrigins = 64 | 0;
|
|
2801
3294
|
var AnalyticsConfigurationList = [1, n0, _ACLn,
|
|
2802
|
-
0, [() =>
|
|
3295
|
+
0, [() => AnalyticsConfiguration$,
|
|
2803
3296
|
0]
|
|
2804
3297
|
];
|
|
3298
|
+
var AnnotationList = [1, n0, _AL,
|
|
3299
|
+
0, [() => AnnotationEntry$,
|
|
3300
|
+
{ [_xN]: _AE }]
|
|
3301
|
+
];
|
|
2805
3302
|
var Buckets = [1, n0, _Bu,
|
|
2806
|
-
0, [() =>
|
|
3303
|
+
0, [() => Bucket$,
|
|
2807
3304
|
{ [_xN]: _B }]
|
|
2808
3305
|
];
|
|
2809
3306
|
var ChecksumAlgorithmList = 64 | 0;
|
|
2810
3307
|
var CommonPrefixList = [1, n0, _CPL,
|
|
2811
|
-
0, () =>
|
|
3308
|
+
0, () => CommonPrefix$
|
|
2812
3309
|
];
|
|
2813
3310
|
var CompletedPartList = [1, n0, _CPLo,
|
|
2814
|
-
0, () =>
|
|
3311
|
+
0, () => CompletedPart$
|
|
2815
3312
|
];
|
|
2816
3313
|
var CORSRules = [1, n0, _CORSR,
|
|
2817
|
-
0, [() =>
|
|
3314
|
+
0, [() => CORSRule$,
|
|
2818
3315
|
0]
|
|
2819
3316
|
];
|
|
2820
3317
|
var DeletedObjects = [1, n0, _DOe,
|
|
2821
|
-
0, () =>
|
|
3318
|
+
0, () => DeletedObject$
|
|
2822
3319
|
];
|
|
2823
3320
|
var DeleteMarkers = [1, n0, _DMe,
|
|
2824
|
-
0, () =>
|
|
3321
|
+
0, () => DeleteMarkerEntry$
|
|
2825
3322
|
];
|
|
2826
3323
|
var EncryptionTypeList = [1, n0, _ETL,
|
|
2827
3324
|
0, [0,
|
|
2828
|
-
{ [_xN]:
|
|
3325
|
+
{ [_xN]: _ETn }]
|
|
2829
3326
|
];
|
|
2830
3327
|
var Errors = [1, n0, _Er,
|
|
2831
|
-
0, () =>
|
|
3328
|
+
0, () => _Error$
|
|
2832
3329
|
];
|
|
2833
3330
|
var EventList = 64 | 0;
|
|
2834
3331
|
var ExposeHeaders = 64 | 0;
|
|
2835
3332
|
var FilterRuleList = [1, n0, _FRL,
|
|
2836
|
-
0, () =>
|
|
3333
|
+
0, () => FilterRule$
|
|
2837
3334
|
];
|
|
2838
3335
|
var Grants = [1, n0, _G,
|
|
2839
|
-
0, [() =>
|
|
3336
|
+
0, [() => Grant$,
|
|
2840
3337
|
{ [_xN]: _Gr }]
|
|
2841
3338
|
];
|
|
2842
3339
|
var IntelligentTieringConfigurationList = [1, n0, _ITCL,
|
|
2843
|
-
0, [() =>
|
|
3340
|
+
0, [() => IntelligentTieringConfiguration$,
|
|
2844
3341
|
0]
|
|
2845
3342
|
];
|
|
2846
3343
|
var InventoryConfigurationList = [1, n0, _ICL,
|
|
2847
|
-
0, [() =>
|
|
3344
|
+
0, [() => InventoryConfiguration$,
|
|
2848
3345
|
0]
|
|
2849
3346
|
];
|
|
2850
3347
|
var InventoryOptionalFields = [1, n0, _IOF,
|
|
@@ -2852,422 +3349,441 @@ var InventoryOptionalFields = [1, n0, _IOF,
|
|
|
2852
3349
|
{ [_xN]: _Fi }]
|
|
2853
3350
|
];
|
|
2854
3351
|
var LambdaFunctionConfigurationList = [1, n0, _LFCL,
|
|
2855
|
-
0, [() =>
|
|
3352
|
+
0, [() => LambdaFunctionConfiguration$,
|
|
2856
3353
|
0]
|
|
2857
3354
|
];
|
|
2858
3355
|
var LifecycleRules = [1, n0, _LRi,
|
|
2859
|
-
0, [() =>
|
|
3356
|
+
0, [() => LifecycleRule$,
|
|
2860
3357
|
0]
|
|
2861
3358
|
];
|
|
2862
3359
|
var MetricsConfigurationList = [1, n0, _MCL,
|
|
2863
|
-
0, [() =>
|
|
3360
|
+
0, [() => MetricsConfiguration$,
|
|
2864
3361
|
0]
|
|
2865
3362
|
];
|
|
2866
3363
|
var MultipartUploadList = [1, n0, _MUL,
|
|
2867
|
-
0, () =>
|
|
3364
|
+
0, () => MultipartUpload$
|
|
2868
3365
|
];
|
|
2869
3366
|
var NoncurrentVersionTransitionList = [1, n0, _NVTL,
|
|
2870
|
-
0, () =>
|
|
3367
|
+
0, () => NoncurrentVersionTransition$
|
|
2871
3368
|
];
|
|
2872
3369
|
var ObjectAttributesList = 64 | 0;
|
|
2873
3370
|
var ObjectIdentifierList = [1, n0, _OIL,
|
|
2874
|
-
0, () =>
|
|
3371
|
+
0, () => ObjectIdentifier$
|
|
2875
3372
|
];
|
|
2876
3373
|
var ObjectList = [1, n0, _OLb,
|
|
2877
|
-
0, [() =>
|
|
3374
|
+
0, [() => _Object$,
|
|
2878
3375
|
0]
|
|
2879
3376
|
];
|
|
2880
3377
|
var ObjectVersionList = [1, n0, _OVL,
|
|
2881
|
-
0, [() =>
|
|
3378
|
+
0, [() => ObjectVersion$,
|
|
2882
3379
|
0]
|
|
2883
3380
|
];
|
|
2884
3381
|
var OptionalObjectAttributesList = 64 | 0;
|
|
2885
3382
|
var OwnershipControlsRules = [1, n0, _OCRw,
|
|
2886
|
-
0, () =>
|
|
3383
|
+
0, () => OwnershipControlsRule$
|
|
2887
3384
|
];
|
|
2888
3385
|
var Parts = [1, n0, _Pa,
|
|
2889
|
-
0, () =>
|
|
3386
|
+
0, () => Part$
|
|
2890
3387
|
];
|
|
2891
3388
|
var PartsList = [1, n0, _PL,
|
|
2892
|
-
0, () =>
|
|
3389
|
+
0, () => ObjectPart$
|
|
2893
3390
|
];
|
|
2894
3391
|
var QueueConfigurationList = [1, n0, _QCL,
|
|
2895
|
-
0, [() =>
|
|
3392
|
+
0, [() => QueueConfiguration$,
|
|
2896
3393
|
0]
|
|
2897
3394
|
];
|
|
2898
3395
|
var ReplicationRules = [1, n0, _RRep,
|
|
2899
|
-
0, [() =>
|
|
3396
|
+
0, [() => ReplicationRule$,
|
|
2900
3397
|
0]
|
|
2901
3398
|
];
|
|
2902
3399
|
var RoutingRules = [1, n0, _RR,
|
|
2903
|
-
0, [() =>
|
|
3400
|
+
0, [() => RoutingRule$,
|
|
2904
3401
|
{ [_xN]: _RRo }]
|
|
2905
3402
|
];
|
|
2906
3403
|
var ServerSideEncryptionRules = [1, n0, _SSERe,
|
|
2907
|
-
0, [() =>
|
|
3404
|
+
0, [() => ServerSideEncryptionRule$,
|
|
2908
3405
|
0]
|
|
2909
3406
|
];
|
|
2910
|
-
var TagSet = [1, n0,
|
|
2911
|
-
0, [() =>
|
|
3407
|
+
var TagSet = [1, n0, _TSa,
|
|
3408
|
+
0, [() => Tag$,
|
|
2912
3409
|
{ [_xN]: _Ta }]
|
|
2913
3410
|
];
|
|
2914
3411
|
var TargetGrants = [1, n0, _TG,
|
|
2915
|
-
0, [() =>
|
|
3412
|
+
0, [() => TargetGrant$,
|
|
2916
3413
|
{ [_xN]: _Gr }]
|
|
2917
3414
|
];
|
|
2918
3415
|
var TieringList = [1, n0, _TL,
|
|
2919
|
-
0, () =>
|
|
3416
|
+
0, () => Tiering$
|
|
2920
3417
|
];
|
|
2921
3418
|
var TopicConfigurationList = [1, n0, _TCL,
|
|
2922
|
-
0, [() =>
|
|
3419
|
+
0, [() => TopicConfiguration$,
|
|
2923
3420
|
0]
|
|
2924
3421
|
];
|
|
2925
3422
|
var TransitionList = [1, n0, _TLr,
|
|
2926
|
-
0, () =>
|
|
3423
|
+
0, () => Transition$
|
|
2927
3424
|
];
|
|
2928
3425
|
var UserMetadata = [1, n0, _UM,
|
|
2929
|
-
0, [() =>
|
|
3426
|
+
0, [() => MetadataEntry$,
|
|
2930
3427
|
{ [_xN]: _ME }]
|
|
2931
3428
|
];
|
|
2932
3429
|
var Metadata = 128 | 0;
|
|
2933
|
-
|
|
3430
|
+
const AnalyticsFilter$ = [4, n0, _AF,
|
|
2934
3431
|
0,
|
|
2935
3432
|
[_P, _Ta, _An],
|
|
2936
|
-
[0, () =>
|
|
3433
|
+
[0, () => Tag$, [() => AnalyticsAndOperator$, 0]]
|
|
2937
3434
|
];
|
|
2938
|
-
exports.
|
|
3435
|
+
exports.AnalyticsFilter$ = AnalyticsFilter$;
|
|
3436
|
+
const MetricsFilter$ = [4, n0, _MF,
|
|
2939
3437
|
0,
|
|
2940
3438
|
[_P, _Ta, _APAc, _An],
|
|
2941
|
-
[0, () =>
|
|
3439
|
+
[0, () => Tag$, 0, [() => MetricsAndOperator$, 0]]
|
|
2942
3440
|
];
|
|
2943
|
-
exports.
|
|
3441
|
+
exports.MetricsFilter$ = MetricsFilter$;
|
|
3442
|
+
const ObjectEncryption$ = [4, n0, _OE,
|
|
2944
3443
|
0,
|
|
2945
3444
|
[_SSEKMS],
|
|
2946
|
-
[[() =>
|
|
3445
|
+
[[() => SSEKMSEncryption$, { [_xN]: _SK }]]
|
|
2947
3446
|
];
|
|
2948
|
-
exports.
|
|
3447
|
+
exports.ObjectEncryption$ = ObjectEncryption$;
|
|
3448
|
+
const SelectObjectContentEventStream$ = [4, n0, _SOCES,
|
|
2949
3449
|
{ [_st]: 1 },
|
|
2950
3450
|
[_Rec, _Sta, _Pr, _Cont, _End],
|
|
2951
|
-
[[() =>
|
|
3451
|
+
[[() => RecordsEvent$, 0], [() => StatsEvent$, 0], [() => ProgressEvent$, 0], () => ContinuationEvent$, () => EndEvent$]
|
|
2952
3452
|
];
|
|
3453
|
+
exports.SelectObjectContentEventStream$ = SelectObjectContentEventStream$;
|
|
2953
3454
|
exports.AbortMultipartUpload$ = [9, n0, _AMU,
|
|
2954
|
-
{ [_h]: ["DELETE", "/{Key+}?x-id=AbortMultipartUpload", 204] }, () =>
|
|
3455
|
+
{ [_h]: ["DELETE", "/{Key+}?x-id=AbortMultipartUpload", 204] }, () => AbortMultipartUploadRequest$, () => AbortMultipartUploadOutput$
|
|
2955
3456
|
];
|
|
2956
3457
|
exports.CompleteMultipartUpload$ = [9, n0, _CMUo,
|
|
2957
|
-
{ [_h]: ["POST", "/{Key+}", 200] }, () =>
|
|
3458
|
+
{ [_h]: ["POST", "/{Key+}", 200] }, () => CompleteMultipartUploadRequest$, () => CompleteMultipartUploadOutput$
|
|
2958
3459
|
];
|
|
2959
3460
|
exports.CopyObject$ = [9, n0, _CO,
|
|
2960
|
-
{ [_h]: ["PUT", "/{Key+}?x-id=CopyObject", 200] }, () =>
|
|
3461
|
+
{ [_h]: ["PUT", "/{Key+}?x-id=CopyObject", 200] }, () => CopyObjectRequest$, () => CopyObjectOutput$
|
|
2961
3462
|
];
|
|
2962
3463
|
exports.CreateBucket$ = [9, n0, _CB,
|
|
2963
|
-
{ [_h]: ["PUT", "/", 200] }, () =>
|
|
3464
|
+
{ [_h]: ["PUT", "/", 200] }, () => CreateBucketRequest$, () => CreateBucketOutput$
|
|
2964
3465
|
];
|
|
2965
3466
|
exports.CreateBucketMetadataConfiguration$ = [9, n0, _CBMC,
|
|
2966
|
-
{ [_hC]: "-", [_h]: ["POST", "/?metadataConfiguration", 200] }, () =>
|
|
3467
|
+
{ [_hC]: "-", [_h]: ["POST", "/?metadataConfiguration", 200] }, () => CreateBucketMetadataConfigurationRequest$, () => __Unit
|
|
2967
3468
|
];
|
|
2968
3469
|
exports.CreateBucketMetadataTableConfiguration$ = [9, n0, _CBMTC,
|
|
2969
|
-
{ [_hC]: "-", [_h]: ["POST", "/?metadataTable", 200] }, () =>
|
|
3470
|
+
{ [_hC]: "-", [_h]: ["POST", "/?metadataTable", 200] }, () => CreateBucketMetadataTableConfigurationRequest$, () => __Unit
|
|
2970
3471
|
];
|
|
2971
3472
|
exports.CreateMultipartUpload$ = [9, n0, _CMUr,
|
|
2972
|
-
{ [_h]: ["POST", "/{Key+}?uploads", 200] }, () =>
|
|
3473
|
+
{ [_h]: ["POST", "/{Key+}?uploads", 200] }, () => CreateMultipartUploadRequest$, () => CreateMultipartUploadOutput$
|
|
2973
3474
|
];
|
|
2974
3475
|
exports.CreateSession$ = [9, n0, _CSr,
|
|
2975
|
-
{ [_h]: ["GET", "/?session", 200] }, () =>
|
|
3476
|
+
{ [_h]: ["GET", "/?session", 200] }, () => CreateSessionRequest$, () => CreateSessionOutput$
|
|
2976
3477
|
];
|
|
2977
3478
|
exports.DeleteBucket$ = [9, n0, _DB,
|
|
2978
|
-
{ [_h]: ["DELETE", "/", 204] }, () =>
|
|
3479
|
+
{ [_h]: ["DELETE", "/", 204] }, () => DeleteBucketRequest$, () => __Unit
|
|
2979
3480
|
];
|
|
2980
3481
|
exports.DeleteBucketAnalyticsConfiguration$ = [9, n0, _DBAC,
|
|
2981
|
-
{ [_h]: ["DELETE", "/?analytics", 204] }, () =>
|
|
3482
|
+
{ [_h]: ["DELETE", "/?analytics", 204] }, () => DeleteBucketAnalyticsConfigurationRequest$, () => __Unit
|
|
2982
3483
|
];
|
|
2983
3484
|
exports.DeleteBucketCors$ = [9, n0, _DBC,
|
|
2984
|
-
{ [_h]: ["DELETE", "/?cors", 204] }, () =>
|
|
3485
|
+
{ [_h]: ["DELETE", "/?cors", 204] }, () => DeleteBucketCorsRequest$, () => __Unit
|
|
2985
3486
|
];
|
|
2986
3487
|
exports.DeleteBucketEncryption$ = [9, n0, _DBE,
|
|
2987
|
-
{ [_h]: ["DELETE", "/?encryption", 204] }, () =>
|
|
3488
|
+
{ [_h]: ["DELETE", "/?encryption", 204] }, () => DeleteBucketEncryptionRequest$, () => __Unit
|
|
2988
3489
|
];
|
|
2989
3490
|
exports.DeleteBucketIntelligentTieringConfiguration$ = [9, n0, _DBITC,
|
|
2990
|
-
{ [_h]: ["DELETE", "/?intelligent-tiering", 204] }, () =>
|
|
3491
|
+
{ [_h]: ["DELETE", "/?intelligent-tiering", 204] }, () => DeleteBucketIntelligentTieringConfigurationRequest$, () => __Unit
|
|
2991
3492
|
];
|
|
2992
3493
|
exports.DeleteBucketInventoryConfiguration$ = [9, n0, _DBIC,
|
|
2993
|
-
{ [_h]: ["DELETE", "/?inventory", 204] }, () =>
|
|
3494
|
+
{ [_h]: ["DELETE", "/?inventory", 204] }, () => DeleteBucketInventoryConfigurationRequest$, () => __Unit
|
|
2994
3495
|
];
|
|
2995
3496
|
exports.DeleteBucketLifecycle$ = [9, n0, _DBL,
|
|
2996
|
-
{ [_h]: ["DELETE", "/?lifecycle", 204] }, () =>
|
|
3497
|
+
{ [_h]: ["DELETE", "/?lifecycle", 204] }, () => DeleteBucketLifecycleRequest$, () => __Unit
|
|
2997
3498
|
];
|
|
2998
3499
|
exports.DeleteBucketMetadataConfiguration$ = [9, n0, _DBMC,
|
|
2999
|
-
{ [_h]: ["DELETE", "/?metadataConfiguration", 204] }, () =>
|
|
3500
|
+
{ [_h]: ["DELETE", "/?metadataConfiguration", 204] }, () => DeleteBucketMetadataConfigurationRequest$, () => __Unit
|
|
3000
3501
|
];
|
|
3001
3502
|
exports.DeleteBucketMetadataTableConfiguration$ = [9, n0, _DBMTC,
|
|
3002
|
-
{ [_h]: ["DELETE", "/?metadataTable", 204] }, () =>
|
|
3503
|
+
{ [_h]: ["DELETE", "/?metadataTable", 204] }, () => DeleteBucketMetadataTableConfigurationRequest$, () => __Unit
|
|
3003
3504
|
];
|
|
3004
3505
|
exports.DeleteBucketMetricsConfiguration$ = [9, n0, _DBMCe,
|
|
3005
|
-
{ [_h]: ["DELETE", "/?metrics", 204] }, () =>
|
|
3506
|
+
{ [_h]: ["DELETE", "/?metrics", 204] }, () => DeleteBucketMetricsConfigurationRequest$, () => __Unit
|
|
3006
3507
|
];
|
|
3007
3508
|
exports.DeleteBucketOwnershipControls$ = [9, n0, _DBOC,
|
|
3008
|
-
{ [_h]: ["DELETE", "/?ownershipControls", 204] }, () =>
|
|
3509
|
+
{ [_h]: ["DELETE", "/?ownershipControls", 204] }, () => DeleteBucketOwnershipControlsRequest$, () => __Unit
|
|
3009
3510
|
];
|
|
3010
3511
|
exports.DeleteBucketPolicy$ = [9, n0, _DBP,
|
|
3011
|
-
{ [_h]: ["DELETE", "/?policy", 204] }, () =>
|
|
3512
|
+
{ [_h]: ["DELETE", "/?policy", 204] }, () => DeleteBucketPolicyRequest$, () => __Unit
|
|
3012
3513
|
];
|
|
3013
3514
|
exports.DeleteBucketReplication$ = [9, n0, _DBRe,
|
|
3014
|
-
{ [_h]: ["DELETE", "/?replication", 204] }, () =>
|
|
3515
|
+
{ [_h]: ["DELETE", "/?replication", 204] }, () => DeleteBucketReplicationRequest$, () => __Unit
|
|
3015
3516
|
];
|
|
3016
3517
|
exports.DeleteBucketTagging$ = [9, n0, _DBT,
|
|
3017
|
-
{ [_h]: ["DELETE", "/?tagging", 204] }, () =>
|
|
3518
|
+
{ [_h]: ["DELETE", "/?tagging", 204] }, () => DeleteBucketTaggingRequest$, () => __Unit
|
|
3018
3519
|
];
|
|
3019
3520
|
exports.DeleteBucketWebsite$ = [9, n0, _DBW,
|
|
3020
|
-
{ [_h]: ["DELETE", "/?website", 204] }, () =>
|
|
3521
|
+
{ [_h]: ["DELETE", "/?website", 204] }, () => DeleteBucketWebsiteRequest$, () => __Unit
|
|
3021
3522
|
];
|
|
3022
3523
|
exports.DeleteObject$ = [9, n0, _DOel,
|
|
3023
|
-
{ [_h]: ["DELETE", "/{Key+}?x-id=DeleteObject", 204] }, () =>
|
|
3524
|
+
{ [_h]: ["DELETE", "/{Key+}?x-id=DeleteObject", 204] }, () => DeleteObjectRequest$, () => DeleteObjectOutput$
|
|
3525
|
+
];
|
|
3526
|
+
exports.DeleteObjectAnnotation$ = [9, n0, _DOA,
|
|
3527
|
+
{ [_h]: ["DELETE", "/{Key+}?annotation", 204] }, () => DeleteObjectAnnotationRequest$, () => DeleteObjectAnnotationOutput$
|
|
3024
3528
|
];
|
|
3025
3529
|
exports.DeleteObjects$ = [9, n0, _DOele,
|
|
3026
|
-
{ [_hC]: "-", [_h]: ["POST", "/?delete", 200] }, () =>
|
|
3530
|
+
{ [_hC]: "-", [_h]: ["POST", "/?delete", 200] }, () => DeleteObjectsRequest$, () => DeleteObjectsOutput$
|
|
3027
3531
|
];
|
|
3028
3532
|
exports.DeleteObjectTagging$ = [9, n0, _DOT,
|
|
3029
|
-
{ [_h]: ["DELETE", "/{Key+}?tagging", 204] }, () =>
|
|
3533
|
+
{ [_h]: ["DELETE", "/{Key+}?tagging", 204] }, () => DeleteObjectTaggingRequest$, () => DeleteObjectTaggingOutput$
|
|
3030
3534
|
];
|
|
3031
3535
|
exports.DeletePublicAccessBlock$ = [9, n0, _DPAB,
|
|
3032
|
-
{ [_h]: ["DELETE", "/?publicAccessBlock", 204] }, () =>
|
|
3536
|
+
{ [_h]: ["DELETE", "/?publicAccessBlock", 204] }, () => DeletePublicAccessBlockRequest$, () => __Unit
|
|
3033
3537
|
];
|
|
3034
3538
|
exports.GetBucketAbac$ = [9, n0, _GBA,
|
|
3035
|
-
{ [_h]: ["GET", "/?abac", 200] }, () =>
|
|
3539
|
+
{ [_h]: ["GET", "/?abac", 200] }, () => GetBucketAbacRequest$, () => GetBucketAbacOutput$
|
|
3036
3540
|
];
|
|
3037
3541
|
exports.GetBucketAccelerateConfiguration$ = [9, n0, _GBAC,
|
|
3038
|
-
{ [_h]: ["GET", "/?accelerate", 200] }, () =>
|
|
3542
|
+
{ [_h]: ["GET", "/?accelerate", 200] }, () => GetBucketAccelerateConfigurationRequest$, () => GetBucketAccelerateConfigurationOutput$
|
|
3039
3543
|
];
|
|
3040
3544
|
exports.GetBucketAcl$ = [9, n0, _GBAe,
|
|
3041
|
-
{ [_h]: ["GET", "/?acl", 200] }, () =>
|
|
3545
|
+
{ [_h]: ["GET", "/?acl", 200] }, () => GetBucketAclRequest$, () => GetBucketAclOutput$
|
|
3042
3546
|
];
|
|
3043
3547
|
exports.GetBucketAnalyticsConfiguration$ = [9, n0, _GBACe,
|
|
3044
|
-
{ [_h]: ["GET", "/?analytics&x-id=GetBucketAnalyticsConfiguration", 200] }, () =>
|
|
3548
|
+
{ [_h]: ["GET", "/?analytics&x-id=GetBucketAnalyticsConfiguration", 200] }, () => GetBucketAnalyticsConfigurationRequest$, () => GetBucketAnalyticsConfigurationOutput$
|
|
3045
3549
|
];
|
|
3046
3550
|
exports.GetBucketCors$ = [9, n0, _GBC,
|
|
3047
|
-
{ [_h]: ["GET", "/?cors", 200] }, () =>
|
|
3551
|
+
{ [_h]: ["GET", "/?cors", 200] }, () => GetBucketCorsRequest$, () => GetBucketCorsOutput$
|
|
3048
3552
|
];
|
|
3049
3553
|
exports.GetBucketEncryption$ = [9, n0, _GBE,
|
|
3050
|
-
{ [_h]: ["GET", "/?encryption", 200] }, () =>
|
|
3554
|
+
{ [_h]: ["GET", "/?encryption", 200] }, () => GetBucketEncryptionRequest$, () => GetBucketEncryptionOutput$
|
|
3051
3555
|
];
|
|
3052
3556
|
exports.GetBucketIntelligentTieringConfiguration$ = [9, n0, _GBITC,
|
|
3053
|
-
{ [_h]: ["GET", "/?intelligent-tiering&x-id=GetBucketIntelligentTieringConfiguration", 200] }, () =>
|
|
3557
|
+
{ [_h]: ["GET", "/?intelligent-tiering&x-id=GetBucketIntelligentTieringConfiguration", 200] }, () => GetBucketIntelligentTieringConfigurationRequest$, () => GetBucketIntelligentTieringConfigurationOutput$
|
|
3054
3558
|
];
|
|
3055
3559
|
exports.GetBucketInventoryConfiguration$ = [9, n0, _GBIC,
|
|
3056
|
-
{ [_h]: ["GET", "/?inventory&x-id=GetBucketInventoryConfiguration", 200] }, () =>
|
|
3560
|
+
{ [_h]: ["GET", "/?inventory&x-id=GetBucketInventoryConfiguration", 200] }, () => GetBucketInventoryConfigurationRequest$, () => GetBucketInventoryConfigurationOutput$
|
|
3057
3561
|
];
|
|
3058
3562
|
exports.GetBucketLifecycleConfiguration$ = [9, n0, _GBLC,
|
|
3059
|
-
{ [_h]: ["GET", "/?lifecycle", 200] }, () =>
|
|
3563
|
+
{ [_h]: ["GET", "/?lifecycle", 200] }, () => GetBucketLifecycleConfigurationRequest$, () => GetBucketLifecycleConfigurationOutput$
|
|
3060
3564
|
];
|
|
3061
3565
|
exports.GetBucketLocation$ = [9, n0, _GBL,
|
|
3062
|
-
{ [_h]: ["GET", "/?location", 200] }, () =>
|
|
3566
|
+
{ [_h]: ["GET", "/?location", 200] }, () => GetBucketLocationRequest$, () => GetBucketLocationOutput$
|
|
3063
3567
|
];
|
|
3064
3568
|
exports.GetBucketLogging$ = [9, n0, _GBLe,
|
|
3065
|
-
{ [_h]: ["GET", "/?logging", 200] }, () =>
|
|
3569
|
+
{ [_h]: ["GET", "/?logging", 200] }, () => GetBucketLoggingRequest$, () => GetBucketLoggingOutput$
|
|
3066
3570
|
];
|
|
3067
3571
|
exports.GetBucketMetadataConfiguration$ = [9, n0, _GBMC,
|
|
3068
|
-
{ [_h]: ["GET", "/?metadataConfiguration", 200] }, () =>
|
|
3572
|
+
{ [_h]: ["GET", "/?metadataConfiguration", 200] }, () => GetBucketMetadataConfigurationRequest$, () => GetBucketMetadataConfigurationOutput$
|
|
3069
3573
|
];
|
|
3070
3574
|
exports.GetBucketMetadataTableConfiguration$ = [9, n0, _GBMTC,
|
|
3071
|
-
{ [_h]: ["GET", "/?metadataTable", 200] }, () =>
|
|
3575
|
+
{ [_h]: ["GET", "/?metadataTable", 200] }, () => GetBucketMetadataTableConfigurationRequest$, () => GetBucketMetadataTableConfigurationOutput$
|
|
3072
3576
|
];
|
|
3073
3577
|
exports.GetBucketMetricsConfiguration$ = [9, n0, _GBMCe,
|
|
3074
|
-
{ [_h]: ["GET", "/?metrics&x-id=GetBucketMetricsConfiguration", 200] }, () =>
|
|
3578
|
+
{ [_h]: ["GET", "/?metrics&x-id=GetBucketMetricsConfiguration", 200] }, () => GetBucketMetricsConfigurationRequest$, () => GetBucketMetricsConfigurationOutput$
|
|
3075
3579
|
];
|
|
3076
3580
|
exports.GetBucketNotificationConfiguration$ = [9, n0, _GBNC,
|
|
3077
|
-
{ [_h]: ["GET", "/?notification", 200] }, () =>
|
|
3581
|
+
{ [_h]: ["GET", "/?notification", 200] }, () => GetBucketNotificationConfigurationRequest$, () => NotificationConfiguration$
|
|
3078
3582
|
];
|
|
3079
3583
|
exports.GetBucketOwnershipControls$ = [9, n0, _GBOC,
|
|
3080
|
-
{ [_h]: ["GET", "/?ownershipControls", 200] }, () =>
|
|
3584
|
+
{ [_h]: ["GET", "/?ownershipControls", 200] }, () => GetBucketOwnershipControlsRequest$, () => GetBucketOwnershipControlsOutput$
|
|
3081
3585
|
];
|
|
3082
3586
|
exports.GetBucketPolicy$ = [9, n0, _GBP,
|
|
3083
|
-
{ [_h]: ["GET", "/?policy", 200] }, () =>
|
|
3587
|
+
{ [_h]: ["GET", "/?policy", 200] }, () => GetBucketPolicyRequest$, () => GetBucketPolicyOutput$
|
|
3084
3588
|
];
|
|
3085
3589
|
exports.GetBucketPolicyStatus$ = [9, n0, _GBPS,
|
|
3086
|
-
{ [_h]: ["GET", "/?policyStatus", 200] }, () =>
|
|
3590
|
+
{ [_h]: ["GET", "/?policyStatus", 200] }, () => GetBucketPolicyStatusRequest$, () => GetBucketPolicyStatusOutput$
|
|
3087
3591
|
];
|
|
3088
3592
|
exports.GetBucketReplication$ = [9, n0, _GBR,
|
|
3089
|
-
{ [_h]: ["GET", "/?replication", 200] }, () =>
|
|
3593
|
+
{ [_h]: ["GET", "/?replication", 200] }, () => GetBucketReplicationRequest$, () => GetBucketReplicationOutput$
|
|
3090
3594
|
];
|
|
3091
3595
|
exports.GetBucketRequestPayment$ = [9, n0, _GBRP,
|
|
3092
|
-
{ [_h]: ["GET", "/?requestPayment", 200] }, () =>
|
|
3596
|
+
{ [_h]: ["GET", "/?requestPayment", 200] }, () => GetBucketRequestPaymentRequest$, () => GetBucketRequestPaymentOutput$
|
|
3093
3597
|
];
|
|
3094
3598
|
exports.GetBucketTagging$ = [9, n0, _GBT,
|
|
3095
|
-
{ [_h]: ["GET", "/?tagging", 200] }, () =>
|
|
3599
|
+
{ [_h]: ["GET", "/?tagging", 200] }, () => GetBucketTaggingRequest$, () => GetBucketTaggingOutput$
|
|
3096
3600
|
];
|
|
3097
3601
|
exports.GetBucketVersioning$ = [9, n0, _GBV,
|
|
3098
|
-
{ [_h]: ["GET", "/?versioning", 200] }, () =>
|
|
3602
|
+
{ [_h]: ["GET", "/?versioning", 200] }, () => GetBucketVersioningRequest$, () => GetBucketVersioningOutput$
|
|
3099
3603
|
];
|
|
3100
3604
|
exports.GetBucketWebsite$ = [9, n0, _GBW,
|
|
3101
|
-
{ [_h]: ["GET", "/?website", 200] }, () =>
|
|
3605
|
+
{ [_h]: ["GET", "/?website", 200] }, () => GetBucketWebsiteRequest$, () => GetBucketWebsiteOutput$
|
|
3102
3606
|
];
|
|
3103
3607
|
exports.GetObject$ = [9, n0, _GO,
|
|
3104
|
-
{ [_hC]: "-", [_h]: ["GET", "/{Key+}?x-id=GetObject", 200] }, () =>
|
|
3608
|
+
{ [_hC]: "-", [_h]: ["GET", "/{Key+}?x-id=GetObject", 200] }, () => GetObjectRequest$, () => GetObjectOutput$
|
|
3105
3609
|
];
|
|
3106
3610
|
exports.GetObjectAcl$ = [9, n0, _GOA,
|
|
3107
|
-
{ [_h]: ["GET", "/{Key+}?acl", 200] }, () =>
|
|
3611
|
+
{ [_h]: ["GET", "/{Key+}?acl", 200] }, () => GetObjectAclRequest$, () => GetObjectAclOutput$
|
|
3612
|
+
];
|
|
3613
|
+
exports.GetObjectAnnotation$ = [9, n0, _GOAe,
|
|
3614
|
+
{ [_hC]: "-", [_h]: ["GET", "/{Key+}?annotation&x-id=GetObjectAnnotation", 200] }, () => GetObjectAnnotationRequest$, () => GetObjectAnnotationOutput$
|
|
3108
3615
|
];
|
|
3109
|
-
exports.GetObjectAttributes$ = [9, n0,
|
|
3110
|
-
{ [_h]: ["GET", "/{Key+}?attributes", 200] }, () =>
|
|
3616
|
+
exports.GetObjectAttributes$ = [9, n0, _GOAet,
|
|
3617
|
+
{ [_h]: ["GET", "/{Key+}?attributes", 200] }, () => GetObjectAttributesRequest$, () => GetObjectAttributesOutput$
|
|
3111
3618
|
];
|
|
3112
3619
|
exports.GetObjectLegalHold$ = [9, n0, _GOLH,
|
|
3113
|
-
{ [_h]: ["GET", "/{Key+}?legal-hold", 200] }, () =>
|
|
3620
|
+
{ [_h]: ["GET", "/{Key+}?legal-hold", 200] }, () => GetObjectLegalHoldRequest$, () => GetObjectLegalHoldOutput$
|
|
3114
3621
|
];
|
|
3115
3622
|
exports.GetObjectLockConfiguration$ = [9, n0, _GOLC,
|
|
3116
|
-
{ [_h]: ["GET", "/?object-lock", 200] }, () =>
|
|
3623
|
+
{ [_h]: ["GET", "/?object-lock", 200] }, () => GetObjectLockConfigurationRequest$, () => GetObjectLockConfigurationOutput$
|
|
3117
3624
|
];
|
|
3118
3625
|
exports.GetObjectRetention$ = [9, n0, _GORe,
|
|
3119
|
-
{ [_h]: ["GET", "/{Key+}?retention", 200] }, () =>
|
|
3626
|
+
{ [_h]: ["GET", "/{Key+}?retention", 200] }, () => GetObjectRetentionRequest$, () => GetObjectRetentionOutput$
|
|
3120
3627
|
];
|
|
3121
3628
|
exports.GetObjectTagging$ = [9, n0, _GOT,
|
|
3122
|
-
{ [_h]: ["GET", "/{Key+}?tagging", 200] }, () =>
|
|
3629
|
+
{ [_h]: ["GET", "/{Key+}?tagging", 200] }, () => GetObjectTaggingRequest$, () => GetObjectTaggingOutput$
|
|
3123
3630
|
];
|
|
3124
3631
|
exports.GetObjectTorrent$ = [9, n0, _GOTe,
|
|
3125
|
-
{ [_h]: ["GET", "/{Key+}?torrent", 200] }, () =>
|
|
3632
|
+
{ [_h]: ["GET", "/{Key+}?torrent", 200] }, () => GetObjectTorrentRequest$, () => GetObjectTorrentOutput$
|
|
3126
3633
|
];
|
|
3127
3634
|
exports.GetPublicAccessBlock$ = [9, n0, _GPAB,
|
|
3128
|
-
{ [_h]: ["GET", "/?publicAccessBlock", 200] }, () =>
|
|
3635
|
+
{ [_h]: ["GET", "/?publicAccessBlock", 200] }, () => GetPublicAccessBlockRequest$, () => GetPublicAccessBlockOutput$
|
|
3129
3636
|
];
|
|
3130
3637
|
exports.HeadBucket$ = [9, n0, _HB,
|
|
3131
|
-
{ [_h]: ["HEAD", "/", 200] }, () =>
|
|
3638
|
+
{ [_h]: ["HEAD", "/", 200] }, () => HeadBucketRequest$, () => HeadBucketOutput$
|
|
3132
3639
|
];
|
|
3133
3640
|
exports.HeadObject$ = [9, n0, _HO,
|
|
3134
|
-
{ [_h]: ["HEAD", "/{Key+}", 200] }, () =>
|
|
3641
|
+
{ [_h]: ["HEAD", "/{Key+}", 200] }, () => HeadObjectRequest$, () => HeadObjectOutput$
|
|
3135
3642
|
];
|
|
3136
3643
|
exports.ListBucketAnalyticsConfigurations$ = [9, n0, _LBAC,
|
|
3137
|
-
{ [_h]: ["GET", "/?analytics&x-id=ListBucketAnalyticsConfigurations", 200] }, () =>
|
|
3644
|
+
{ [_h]: ["GET", "/?analytics&x-id=ListBucketAnalyticsConfigurations", 200] }, () => ListBucketAnalyticsConfigurationsRequest$, () => ListBucketAnalyticsConfigurationsOutput$
|
|
3138
3645
|
];
|
|
3139
3646
|
exports.ListBucketIntelligentTieringConfigurations$ = [9, n0, _LBITC,
|
|
3140
|
-
{ [_h]: ["GET", "/?intelligent-tiering&x-id=ListBucketIntelligentTieringConfigurations", 200] }, () =>
|
|
3647
|
+
{ [_h]: ["GET", "/?intelligent-tiering&x-id=ListBucketIntelligentTieringConfigurations", 200] }, () => ListBucketIntelligentTieringConfigurationsRequest$, () => ListBucketIntelligentTieringConfigurationsOutput$
|
|
3141
3648
|
];
|
|
3142
3649
|
exports.ListBucketInventoryConfigurations$ = [9, n0, _LBIC,
|
|
3143
|
-
{ [_h]: ["GET", "/?inventory&x-id=ListBucketInventoryConfigurations", 200] }, () =>
|
|
3650
|
+
{ [_h]: ["GET", "/?inventory&x-id=ListBucketInventoryConfigurations", 200] }, () => ListBucketInventoryConfigurationsRequest$, () => ListBucketInventoryConfigurationsOutput$
|
|
3144
3651
|
];
|
|
3145
3652
|
exports.ListBucketMetricsConfigurations$ = [9, n0, _LBMC,
|
|
3146
|
-
{ [_h]: ["GET", "/?metrics&x-id=ListBucketMetricsConfigurations", 200] }, () =>
|
|
3653
|
+
{ [_h]: ["GET", "/?metrics&x-id=ListBucketMetricsConfigurations", 200] }, () => ListBucketMetricsConfigurationsRequest$, () => ListBucketMetricsConfigurationsOutput$
|
|
3147
3654
|
];
|
|
3148
3655
|
exports.ListBuckets$ = [9, n0, _LB,
|
|
3149
|
-
{ [_h]: ["GET", "/?x-id=ListBuckets", 200] }, () =>
|
|
3656
|
+
{ [_h]: ["GET", "/?x-id=ListBuckets", 200] }, () => ListBucketsRequest$, () => ListBucketsOutput$
|
|
3150
3657
|
];
|
|
3151
3658
|
exports.ListDirectoryBuckets$ = [9, n0, _LDB,
|
|
3152
|
-
{ [_h]: ["GET", "/?x-id=ListDirectoryBuckets", 200] }, () =>
|
|
3659
|
+
{ [_h]: ["GET", "/?x-id=ListDirectoryBuckets", 200] }, () => ListDirectoryBucketsRequest$, () => ListDirectoryBucketsOutput$
|
|
3153
3660
|
];
|
|
3154
3661
|
exports.ListMultipartUploads$ = [9, n0, _LMU,
|
|
3155
|
-
{ [_h]: ["GET", "/?uploads", 200] }, () =>
|
|
3662
|
+
{ [_h]: ["GET", "/?uploads", 200] }, () => ListMultipartUploadsRequest$, () => ListMultipartUploadsOutput$
|
|
3663
|
+
];
|
|
3664
|
+
exports.ListObjectAnnotations$ = [9, n0, _LOA,
|
|
3665
|
+
{ [_h]: ["GET", "/{Key+}?annotation&x-id=ListObjectAnnotations", 200] }, () => ListObjectAnnotationsRequest$, () => ListObjectAnnotationsOutput$
|
|
3156
3666
|
];
|
|
3157
3667
|
exports.ListObjects$ = [9, n0, _LO,
|
|
3158
|
-
{ [_h]: ["GET", "/", 200] }, () =>
|
|
3668
|
+
{ [_h]: ["GET", "/", 200] }, () => ListObjectsRequest$, () => ListObjectsOutput$
|
|
3159
3669
|
];
|
|
3160
3670
|
exports.ListObjectsV2$ = [9, n0, _LOV,
|
|
3161
|
-
{ [_h]: ["GET", "/?list-type=2", 200] }, () =>
|
|
3671
|
+
{ [_h]: ["GET", "/?list-type=2", 200] }, () => ListObjectsV2Request$, () => ListObjectsV2Output$
|
|
3162
3672
|
];
|
|
3163
3673
|
exports.ListObjectVersions$ = [9, n0, _LOVi,
|
|
3164
|
-
{ [_h]: ["GET", "/?versions", 200] }, () =>
|
|
3674
|
+
{ [_h]: ["GET", "/?versions", 200] }, () => ListObjectVersionsRequest$, () => ListObjectVersionsOutput$
|
|
3165
3675
|
];
|
|
3166
3676
|
exports.ListParts$ = [9, n0, _LP,
|
|
3167
|
-
{ [_h]: ["GET", "/{Key+}?x-id=ListParts", 200] }, () =>
|
|
3677
|
+
{ [_h]: ["GET", "/{Key+}?x-id=ListParts", 200] }, () => ListPartsRequest$, () => ListPartsOutput$
|
|
3168
3678
|
];
|
|
3169
3679
|
exports.PutBucketAbac$ = [9, n0, _PBA,
|
|
3170
|
-
{ [_hC]: "-", [_h]: ["PUT", "/?abac", 200] }, () =>
|
|
3680
|
+
{ [_hC]: "-", [_h]: ["PUT", "/?abac", 200] }, () => PutBucketAbacRequest$, () => __Unit
|
|
3171
3681
|
];
|
|
3172
3682
|
exports.PutBucketAccelerateConfiguration$ = [9, n0, _PBAC,
|
|
3173
|
-
{ [_hC]: "-", [_h]: ["PUT", "/?accelerate", 200] }, () =>
|
|
3683
|
+
{ [_hC]: "-", [_h]: ["PUT", "/?accelerate", 200] }, () => PutBucketAccelerateConfigurationRequest$, () => __Unit
|
|
3174
3684
|
];
|
|
3175
3685
|
exports.PutBucketAcl$ = [9, n0, _PBAu,
|
|
3176
|
-
{ [_hC]: "-", [_h]: ["PUT", "/?acl", 200] }, () =>
|
|
3686
|
+
{ [_hC]: "-", [_h]: ["PUT", "/?acl", 200] }, () => PutBucketAclRequest$, () => __Unit
|
|
3177
3687
|
];
|
|
3178
3688
|
exports.PutBucketAnalyticsConfiguration$ = [9, n0, _PBACu,
|
|
3179
|
-
{ [_h]: ["PUT", "/?analytics", 200] }, () =>
|
|
3689
|
+
{ [_h]: ["PUT", "/?analytics", 200] }, () => PutBucketAnalyticsConfigurationRequest$, () => __Unit
|
|
3180
3690
|
];
|
|
3181
3691
|
exports.PutBucketCors$ = [9, n0, _PBC,
|
|
3182
|
-
{ [_hC]: "-", [_h]: ["PUT", "/?cors", 200] }, () =>
|
|
3692
|
+
{ [_hC]: "-", [_h]: ["PUT", "/?cors", 200] }, () => PutBucketCorsRequest$, () => __Unit
|
|
3183
3693
|
];
|
|
3184
3694
|
exports.PutBucketEncryption$ = [9, n0, _PBE,
|
|
3185
|
-
{ [_hC]: "-", [_h]: ["PUT", "/?encryption", 200] }, () =>
|
|
3695
|
+
{ [_hC]: "-", [_h]: ["PUT", "/?encryption", 200] }, () => PutBucketEncryptionRequest$, () => __Unit
|
|
3186
3696
|
];
|
|
3187
3697
|
exports.PutBucketIntelligentTieringConfiguration$ = [9, n0, _PBITC,
|
|
3188
|
-
{ [_h]: ["PUT", "/?intelligent-tiering", 200] }, () =>
|
|
3698
|
+
{ [_h]: ["PUT", "/?intelligent-tiering", 200] }, () => PutBucketIntelligentTieringConfigurationRequest$, () => __Unit
|
|
3189
3699
|
];
|
|
3190
3700
|
exports.PutBucketInventoryConfiguration$ = [9, n0, _PBIC,
|
|
3191
|
-
{ [_h]: ["PUT", "/?inventory", 200] }, () =>
|
|
3701
|
+
{ [_h]: ["PUT", "/?inventory", 200] }, () => PutBucketInventoryConfigurationRequest$, () => __Unit
|
|
3192
3702
|
];
|
|
3193
3703
|
exports.PutBucketLifecycleConfiguration$ = [9, n0, _PBLC,
|
|
3194
|
-
{ [_hC]: "-", [_h]: ["PUT", "/?lifecycle", 200] }, () =>
|
|
3704
|
+
{ [_hC]: "-", [_h]: ["PUT", "/?lifecycle", 200] }, () => PutBucketLifecycleConfigurationRequest$, () => PutBucketLifecycleConfigurationOutput$
|
|
3195
3705
|
];
|
|
3196
3706
|
exports.PutBucketLogging$ = [9, n0, _PBL,
|
|
3197
|
-
{ [_hC]: "-", [_h]: ["PUT", "/?logging", 200] }, () =>
|
|
3707
|
+
{ [_hC]: "-", [_h]: ["PUT", "/?logging", 200] }, () => PutBucketLoggingRequest$, () => __Unit
|
|
3198
3708
|
];
|
|
3199
3709
|
exports.PutBucketMetricsConfiguration$ = [9, n0, _PBMC,
|
|
3200
|
-
{ [_h]: ["PUT", "/?metrics", 200] }, () =>
|
|
3710
|
+
{ [_h]: ["PUT", "/?metrics", 200] }, () => PutBucketMetricsConfigurationRequest$, () => __Unit
|
|
3201
3711
|
];
|
|
3202
3712
|
exports.PutBucketNotificationConfiguration$ = [9, n0, _PBNC,
|
|
3203
|
-
{ [_h]: ["PUT", "/?notification", 200] }, () =>
|
|
3713
|
+
{ [_h]: ["PUT", "/?notification", 200] }, () => PutBucketNotificationConfigurationRequest$, () => __Unit
|
|
3204
3714
|
];
|
|
3205
3715
|
exports.PutBucketOwnershipControls$ = [9, n0, _PBOC,
|
|
3206
|
-
{ [_hC]: "-", [_h]: ["PUT", "/?ownershipControls", 200] }, () =>
|
|
3716
|
+
{ [_hC]: "-", [_h]: ["PUT", "/?ownershipControls", 200] }, () => PutBucketOwnershipControlsRequest$, () => __Unit
|
|
3207
3717
|
];
|
|
3208
3718
|
exports.PutBucketPolicy$ = [9, n0, _PBP,
|
|
3209
|
-
{ [_hC]: "-", [_h]: ["PUT", "/?policy", 200] }, () =>
|
|
3719
|
+
{ [_hC]: "-", [_h]: ["PUT", "/?policy", 200] }, () => PutBucketPolicyRequest$, () => __Unit
|
|
3210
3720
|
];
|
|
3211
3721
|
exports.PutBucketReplication$ = [9, n0, _PBR,
|
|
3212
|
-
{ [_hC]: "-", [_h]: ["PUT", "/?replication", 200] }, () =>
|
|
3722
|
+
{ [_hC]: "-", [_h]: ["PUT", "/?replication", 200] }, () => PutBucketReplicationRequest$, () => __Unit
|
|
3213
3723
|
];
|
|
3214
3724
|
exports.PutBucketRequestPayment$ = [9, n0, _PBRP,
|
|
3215
|
-
{ [_hC]: "-", [_h]: ["PUT", "/?requestPayment", 200] }, () =>
|
|
3725
|
+
{ [_hC]: "-", [_h]: ["PUT", "/?requestPayment", 200] }, () => PutBucketRequestPaymentRequest$, () => __Unit
|
|
3216
3726
|
];
|
|
3217
3727
|
exports.PutBucketTagging$ = [9, n0, _PBT,
|
|
3218
|
-
{ [_hC]: "-", [_h]: ["PUT", "/?tagging", 200] }, () =>
|
|
3728
|
+
{ [_hC]: "-", [_h]: ["PUT", "/?tagging", 200] }, () => PutBucketTaggingRequest$, () => __Unit
|
|
3219
3729
|
];
|
|
3220
3730
|
exports.PutBucketVersioning$ = [9, n0, _PBV,
|
|
3221
|
-
{ [_hC]: "-", [_h]: ["PUT", "/?versioning", 200] }, () =>
|
|
3731
|
+
{ [_hC]: "-", [_h]: ["PUT", "/?versioning", 200] }, () => PutBucketVersioningRequest$, () => __Unit
|
|
3222
3732
|
];
|
|
3223
3733
|
exports.PutBucketWebsite$ = [9, n0, _PBW,
|
|
3224
|
-
{ [_hC]: "-", [_h]: ["PUT", "/?website", 200] }, () =>
|
|
3734
|
+
{ [_hC]: "-", [_h]: ["PUT", "/?website", 200] }, () => PutBucketWebsiteRequest$, () => __Unit
|
|
3225
3735
|
];
|
|
3226
3736
|
exports.PutObject$ = [9, n0, _PO,
|
|
3227
|
-
{ [_hC]: "-", [_h]: ["PUT", "/{Key+}?x-id=PutObject", 200] }, () =>
|
|
3737
|
+
{ [_hC]: "-", [_h]: ["PUT", "/{Key+}?x-id=PutObject", 200] }, () => PutObjectRequest$, () => PutObjectOutput$
|
|
3228
3738
|
];
|
|
3229
3739
|
exports.PutObjectAcl$ = [9, n0, _POA,
|
|
3230
|
-
{ [_hC]: "-", [_h]: ["PUT", "/{Key+}?acl", 200] }, () =>
|
|
3740
|
+
{ [_hC]: "-", [_h]: ["PUT", "/{Key+}?acl", 200] }, () => PutObjectAclRequest$, () => PutObjectAclOutput$
|
|
3741
|
+
];
|
|
3742
|
+
exports.PutObjectAnnotation$ = [9, n0, _POAu,
|
|
3743
|
+
{ [_hC]: "-", [_h]: ["PUT", "/{Key+}?annotation", 200] }, () => PutObjectAnnotationRequest$, () => PutObjectAnnotationOutput$
|
|
3231
3744
|
];
|
|
3232
3745
|
exports.PutObjectLegalHold$ = [9, n0, _POLH,
|
|
3233
|
-
{ [_hC]: "-", [_h]: ["PUT", "/{Key+}?legal-hold", 200] }, () =>
|
|
3746
|
+
{ [_hC]: "-", [_h]: ["PUT", "/{Key+}?legal-hold", 200] }, () => PutObjectLegalHoldRequest$, () => PutObjectLegalHoldOutput$
|
|
3234
3747
|
];
|
|
3235
3748
|
exports.PutObjectLockConfiguration$ = [9, n0, _POLC,
|
|
3236
|
-
{ [_hC]: "-", [_h]: ["PUT", "/?object-lock", 200] }, () =>
|
|
3749
|
+
{ [_hC]: "-", [_h]: ["PUT", "/?object-lock", 200] }, () => PutObjectLockConfigurationRequest$, () => PutObjectLockConfigurationOutput$
|
|
3237
3750
|
];
|
|
3238
3751
|
exports.PutObjectRetention$ = [9, n0, _PORu,
|
|
3239
|
-
{ [_hC]: "-", [_h]: ["PUT", "/{Key+}?retention", 200] }, () =>
|
|
3752
|
+
{ [_hC]: "-", [_h]: ["PUT", "/{Key+}?retention", 200] }, () => PutObjectRetentionRequest$, () => PutObjectRetentionOutput$
|
|
3240
3753
|
];
|
|
3241
3754
|
exports.PutObjectTagging$ = [9, n0, _POT,
|
|
3242
|
-
{ [_hC]: "-", [_h]: ["PUT", "/{Key+}?tagging", 200] }, () =>
|
|
3755
|
+
{ [_hC]: "-", [_h]: ["PUT", "/{Key+}?tagging", 200] }, () => PutObjectTaggingRequest$, () => PutObjectTaggingOutput$
|
|
3243
3756
|
];
|
|
3244
3757
|
exports.PutPublicAccessBlock$ = [9, n0, _PPAB,
|
|
3245
|
-
{ [_hC]: "-", [_h]: ["PUT", "/?publicAccessBlock", 200] }, () =>
|
|
3758
|
+
{ [_hC]: "-", [_h]: ["PUT", "/?publicAccessBlock", 200] }, () => PutPublicAccessBlockRequest$, () => __Unit
|
|
3246
3759
|
];
|
|
3247
3760
|
exports.RenameObject$ = [9, n0, _RO,
|
|
3248
|
-
{ [_h]: ["PUT", "/{Key+}?renameObject", 200] }, () =>
|
|
3761
|
+
{ [_h]: ["PUT", "/{Key+}?renameObject", 200] }, () => RenameObjectRequest$, () => RenameObjectOutput$
|
|
3249
3762
|
];
|
|
3250
3763
|
exports.RestoreObject$ = [9, n0, _ROe,
|
|
3251
|
-
{ [_hC]: "-", [_h]: ["POST", "/{Key+}?restore", 200] }, () =>
|
|
3764
|
+
{ [_hC]: "-", [_h]: ["POST", "/{Key+}?restore", 200] }, () => RestoreObjectRequest$, () => RestoreObjectOutput$
|
|
3252
3765
|
];
|
|
3253
3766
|
exports.SelectObjectContent$ = [9, n0, _SOC,
|
|
3254
|
-
{ [_h]: ["POST", "/{Key+}?select&select-type=2", 200] }, () =>
|
|
3767
|
+
{ [_h]: ["POST", "/{Key+}?select&select-type=2", 200] }, () => SelectObjectContentRequest$, () => SelectObjectContentOutput$
|
|
3768
|
+
];
|
|
3769
|
+
exports.UpdateBucketMetadataAnnotationTableConfiguration$ = [9, n0, _UBMATC,
|
|
3770
|
+
{ [_hC]: "-", [_h]: ["PUT", "/?metadataAnnotationTable", 200] }, () => UpdateBucketMetadataAnnotationTableConfigurationRequest$, () => __Unit
|
|
3255
3771
|
];
|
|
3256
3772
|
exports.UpdateBucketMetadataInventoryTableConfiguration$ = [9, n0, _UBMITC,
|
|
3257
|
-
{ [_hC]: "-", [_h]: ["PUT", "/?metadataInventoryTable", 200] }, () =>
|
|
3773
|
+
{ [_hC]: "-", [_h]: ["PUT", "/?metadataInventoryTable", 200] }, () => UpdateBucketMetadataInventoryTableConfigurationRequest$, () => __Unit
|
|
3258
3774
|
];
|
|
3259
3775
|
exports.UpdateBucketMetadataJournalTableConfiguration$ = [9, n0, _UBMJTC,
|
|
3260
|
-
{ [_hC]: "-", [_h]: ["PUT", "/?metadataJournalTable", 200] }, () =>
|
|
3776
|
+
{ [_hC]: "-", [_h]: ["PUT", "/?metadataJournalTable", 200] }, () => UpdateBucketMetadataJournalTableConfigurationRequest$, () => __Unit
|
|
3261
3777
|
];
|
|
3262
3778
|
exports.UpdateObjectEncryption$ = [9, n0, _UOE,
|
|
3263
|
-
{ [_hC]: "-", [_h]: ["PUT", "/{Key+}?encryption", 200] }, () =>
|
|
3779
|
+
{ [_hC]: "-", [_h]: ["PUT", "/{Key+}?encryption", 200] }, () => UpdateObjectEncryptionRequest$, () => UpdateObjectEncryptionResponse$
|
|
3264
3780
|
];
|
|
3265
3781
|
exports.UploadPart$ = [9, n0, _UP,
|
|
3266
|
-
{ [_hC]: "-", [_h]: ["PUT", "/{Key+}?x-id=UploadPart", 200] }, () =>
|
|
3782
|
+
{ [_hC]: "-", [_h]: ["PUT", "/{Key+}?x-id=UploadPart", 200] }, () => UploadPartRequest$, () => UploadPartOutput$
|
|
3267
3783
|
];
|
|
3268
3784
|
exports.UploadPartCopy$ = [9, n0, _UPC,
|
|
3269
|
-
{ [_h]: ["PUT", "/{Key+}?x-id=UploadPartCopy", 200] }, () =>
|
|
3785
|
+
{ [_h]: ["PUT", "/{Key+}?x-id=UploadPartCopy", 200] }, () => UploadPartCopyRequest$, () => UploadPartCopyOutput$
|
|
3270
3786
|
];
|
|
3271
3787
|
exports.WriteGetObjectResponse$ = [9, n0, _WGOR,
|
|
3272
|
-
{ [_en]: ["{RequestRoute}."], [_h]: ["POST", "/WriteGetObjectResponse", 200] }, () =>
|
|
3788
|
+
{ [_en]: ["{RequestRoute}."], [_h]: ["POST", "/WriteGetObjectResponse", 200] }, () => WriteGetObjectResponseRequest$, () => __Unit
|
|
3273
3789
|
];
|