@aws-sdk/client-s3 3.490.0 → 3.495.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/dist-cjs/S3.js +1 -201
- package/dist-cjs/S3Client.js +1 -53
- package/dist-cjs/commands/AbortMultipartUploadCommand.js +1 -30
- package/dist-cjs/commands/CompleteMultipartUploadCommand.js +1 -35
- package/dist-cjs/commands/CopyObjectCommand.js +1 -35
- package/dist-cjs/commands/CreateBucketCommand.js +1 -33
- package/dist-cjs/commands/CreateMultipartUploadCommand.js +1 -33
- package/dist-cjs/commands/CreateSessionCommand.js +1 -31
- package/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketCorsCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketEncryptionCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketLifecycleCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketPolicyCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketReplicationCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketTaggingCommand.js +1 -30
- package/dist-cjs/commands/DeleteBucketWebsiteCommand.js +1 -30
- package/dist-cjs/commands/DeleteObjectCommand.js +1 -30
- package/dist-cjs/commands/DeleteObjectTaggingCommand.js +1 -29
- package/dist-cjs/commands/DeleteObjectsCommand.js +1 -35
- package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +1 -30
- package/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +1 -30
- package/dist-cjs/commands/GetBucketAclCommand.js +1 -30
- package/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +1 -30
- package/dist-cjs/commands/GetBucketCorsCommand.js +1 -30
- package/dist-cjs/commands/GetBucketEncryptionCommand.js +1 -31
- package/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +1 -30
- package/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +1 -31
- package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +1 -30
- package/dist-cjs/commands/GetBucketLocationCommand.js +1 -30
- package/dist-cjs/commands/GetBucketLoggingCommand.js +1 -30
- package/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +1 -30
- package/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +1 -30
- package/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +1 -30
- package/dist-cjs/commands/GetBucketPolicyCommand.js +1 -30
- package/dist-cjs/commands/GetBucketPolicyStatusCommand.js +1 -30
- package/dist-cjs/commands/GetBucketReplicationCommand.js +1 -30
- package/dist-cjs/commands/GetBucketRequestPaymentCommand.js +1 -30
- package/dist-cjs/commands/GetBucketTaggingCommand.js +1 -30
- package/dist-cjs/commands/GetBucketVersioningCommand.js +1 -30
- package/dist-cjs/commands/GetBucketWebsiteCommand.js +1 -30
- package/dist-cjs/commands/GetObjectAclCommand.js +1 -30
- package/dist-cjs/commands/GetObjectAttributesCommand.js +1 -32
- package/dist-cjs/commands/GetObjectCommand.js +1 -40
- package/dist-cjs/commands/GetObjectLegalHoldCommand.js +1 -29
- package/dist-cjs/commands/GetObjectLockConfigurationCommand.js +1 -29
- package/dist-cjs/commands/GetObjectRetentionCommand.js +1 -29
- package/dist-cjs/commands/GetObjectTaggingCommand.js +1 -29
- package/dist-cjs/commands/GetObjectTorrentCommand.js +1 -30
- package/dist-cjs/commands/GetPublicAccessBlockCommand.js +1 -30
- package/dist-cjs/commands/HeadBucketCommand.js +1 -29
- package/dist-cjs/commands/HeadObjectCommand.js +1 -33
- package/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +1 -30
- package/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +1 -30
- package/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +1 -31
- package/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +1 -29
- package/dist-cjs/commands/ListBucketsCommand.js +1 -28
- package/dist-cjs/commands/ListDirectoryBucketsCommand.js +1 -29
- package/dist-cjs/commands/ListMultipartUploadsCommand.js +1 -30
- package/dist-cjs/commands/ListObjectVersionsCommand.js +1 -30
- package/dist-cjs/commands/ListObjectsCommand.js +1 -30
- package/dist-cjs/commands/ListObjectsV2Command.js +1 -30
- package/dist-cjs/commands/ListPartsCommand.js +1 -33
- package/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +1 -36
- package/dist-cjs/commands/PutBucketAclCommand.js +1 -36
- package/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +1 -30
- package/dist-cjs/commands/PutBucketCorsCommand.js +1 -36
- package/dist-cjs/commands/PutBucketEncryptionCommand.js +1 -37
- package/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +1 -30
- package/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +1 -31
- package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +1 -36
- package/dist-cjs/commands/PutBucketLoggingCommand.js +1 -36
- package/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +1 -30
- package/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +1 -30
- package/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +1 -32
- package/dist-cjs/commands/PutBucketPolicyCommand.js +1 -36
- package/dist-cjs/commands/PutBucketReplicationCommand.js +1 -36
- package/dist-cjs/commands/PutBucketRequestPaymentCommand.js +1 -36
- package/dist-cjs/commands/PutBucketTaggingCommand.js +1 -36
- package/dist-cjs/commands/PutBucketVersioningCommand.js +1 -36
- package/dist-cjs/commands/PutBucketWebsiteCommand.js +1 -36
- package/dist-cjs/commands/PutObjectAclCommand.js +1 -36
- package/dist-cjs/commands/PutObjectCommand.js +1 -41
- package/dist-cjs/commands/PutObjectLegalHoldCommand.js +1 -35
- package/dist-cjs/commands/PutObjectLockConfigurationCommand.js +1 -35
- package/dist-cjs/commands/PutObjectRetentionCommand.js +1 -35
- package/dist-cjs/commands/PutObjectTaggingCommand.js +1 -35
- package/dist-cjs/commands/PutPublicAccessBlockCommand.js +1 -36
- package/dist-cjs/commands/RestoreObjectCommand.js +1 -36
- package/dist-cjs/commands/SelectObjectContentCommand.js +1 -36
- package/dist-cjs/commands/UploadPartCommand.js +1 -39
- package/dist-cjs/commands/UploadPartCopyCommand.js +1 -35
- package/dist-cjs/commands/WriteGetObjectResponseCommand.js +1 -30
- package/dist-cjs/commands/index.js +1 -98
- package/dist-cjs/endpoint/EndpointParameters.js +1 -28
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +12190 -12
- package/dist-cjs/models/S3ServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -5
- package/dist-cjs/models/models_0.js +1 -647
- package/dist-cjs/models/models_1.js +1 -156
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListDirectoryBucketsPaginator.js +1 -7
- package/dist-cjs/pagination/ListObjectsV2Paginator.js +1 -7
- package/dist-cjs/pagination/ListPartsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -7
- package/dist-cjs/protocols/Aws_restXml.js +1 -8967
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-cjs/waiters/index.js +1 -7
- package/dist-cjs/waiters/waitForBucketExists.js +1 -31
- package/dist-cjs/waiters/waitForBucketNotExists.js +1 -30
- package/dist-cjs/waiters/waitForObjectExists.js +1 -31
- package/dist-cjs/waiters/waitForObjectNotExists.js +1 -30
- package/package.json +56 -56
package/dist-cjs/S3.js
CHANGED
|
@@ -1,201 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.S3 = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AbortMultipartUploadCommand_1 = require("./commands/AbortMultipartUploadCommand");
|
|
6
|
-
const CompleteMultipartUploadCommand_1 = require("./commands/CompleteMultipartUploadCommand");
|
|
7
|
-
const CopyObjectCommand_1 = require("./commands/CopyObjectCommand");
|
|
8
|
-
const CreateBucketCommand_1 = require("./commands/CreateBucketCommand");
|
|
9
|
-
const CreateMultipartUploadCommand_1 = require("./commands/CreateMultipartUploadCommand");
|
|
10
|
-
const CreateSessionCommand_1 = require("./commands/CreateSessionCommand");
|
|
11
|
-
const DeleteBucketAnalyticsConfigurationCommand_1 = require("./commands/DeleteBucketAnalyticsConfigurationCommand");
|
|
12
|
-
const DeleteBucketCommand_1 = require("./commands/DeleteBucketCommand");
|
|
13
|
-
const DeleteBucketCorsCommand_1 = require("./commands/DeleteBucketCorsCommand");
|
|
14
|
-
const DeleteBucketEncryptionCommand_1 = require("./commands/DeleteBucketEncryptionCommand");
|
|
15
|
-
const DeleteBucketIntelligentTieringConfigurationCommand_1 = require("./commands/DeleteBucketIntelligentTieringConfigurationCommand");
|
|
16
|
-
const DeleteBucketInventoryConfigurationCommand_1 = require("./commands/DeleteBucketInventoryConfigurationCommand");
|
|
17
|
-
const DeleteBucketLifecycleCommand_1 = require("./commands/DeleteBucketLifecycleCommand");
|
|
18
|
-
const DeleteBucketMetricsConfigurationCommand_1 = require("./commands/DeleteBucketMetricsConfigurationCommand");
|
|
19
|
-
const DeleteBucketOwnershipControlsCommand_1 = require("./commands/DeleteBucketOwnershipControlsCommand");
|
|
20
|
-
const DeleteBucketPolicyCommand_1 = require("./commands/DeleteBucketPolicyCommand");
|
|
21
|
-
const DeleteBucketReplicationCommand_1 = require("./commands/DeleteBucketReplicationCommand");
|
|
22
|
-
const DeleteBucketTaggingCommand_1 = require("./commands/DeleteBucketTaggingCommand");
|
|
23
|
-
const DeleteBucketWebsiteCommand_1 = require("./commands/DeleteBucketWebsiteCommand");
|
|
24
|
-
const DeleteObjectCommand_1 = require("./commands/DeleteObjectCommand");
|
|
25
|
-
const DeleteObjectsCommand_1 = require("./commands/DeleteObjectsCommand");
|
|
26
|
-
const DeleteObjectTaggingCommand_1 = require("./commands/DeleteObjectTaggingCommand");
|
|
27
|
-
const DeletePublicAccessBlockCommand_1 = require("./commands/DeletePublicAccessBlockCommand");
|
|
28
|
-
const GetBucketAccelerateConfigurationCommand_1 = require("./commands/GetBucketAccelerateConfigurationCommand");
|
|
29
|
-
const GetBucketAclCommand_1 = require("./commands/GetBucketAclCommand");
|
|
30
|
-
const GetBucketAnalyticsConfigurationCommand_1 = require("./commands/GetBucketAnalyticsConfigurationCommand");
|
|
31
|
-
const GetBucketCorsCommand_1 = require("./commands/GetBucketCorsCommand");
|
|
32
|
-
const GetBucketEncryptionCommand_1 = require("./commands/GetBucketEncryptionCommand");
|
|
33
|
-
const GetBucketIntelligentTieringConfigurationCommand_1 = require("./commands/GetBucketIntelligentTieringConfigurationCommand");
|
|
34
|
-
const GetBucketInventoryConfigurationCommand_1 = require("./commands/GetBucketInventoryConfigurationCommand");
|
|
35
|
-
const GetBucketLifecycleConfigurationCommand_1 = require("./commands/GetBucketLifecycleConfigurationCommand");
|
|
36
|
-
const GetBucketLocationCommand_1 = require("./commands/GetBucketLocationCommand");
|
|
37
|
-
const GetBucketLoggingCommand_1 = require("./commands/GetBucketLoggingCommand");
|
|
38
|
-
const GetBucketMetricsConfigurationCommand_1 = require("./commands/GetBucketMetricsConfigurationCommand");
|
|
39
|
-
const GetBucketNotificationConfigurationCommand_1 = require("./commands/GetBucketNotificationConfigurationCommand");
|
|
40
|
-
const GetBucketOwnershipControlsCommand_1 = require("./commands/GetBucketOwnershipControlsCommand");
|
|
41
|
-
const GetBucketPolicyCommand_1 = require("./commands/GetBucketPolicyCommand");
|
|
42
|
-
const GetBucketPolicyStatusCommand_1 = require("./commands/GetBucketPolicyStatusCommand");
|
|
43
|
-
const GetBucketReplicationCommand_1 = require("./commands/GetBucketReplicationCommand");
|
|
44
|
-
const GetBucketRequestPaymentCommand_1 = require("./commands/GetBucketRequestPaymentCommand");
|
|
45
|
-
const GetBucketTaggingCommand_1 = require("./commands/GetBucketTaggingCommand");
|
|
46
|
-
const GetBucketVersioningCommand_1 = require("./commands/GetBucketVersioningCommand");
|
|
47
|
-
const GetBucketWebsiteCommand_1 = require("./commands/GetBucketWebsiteCommand");
|
|
48
|
-
const GetObjectAclCommand_1 = require("./commands/GetObjectAclCommand");
|
|
49
|
-
const GetObjectAttributesCommand_1 = require("./commands/GetObjectAttributesCommand");
|
|
50
|
-
const GetObjectCommand_1 = require("./commands/GetObjectCommand");
|
|
51
|
-
const GetObjectLegalHoldCommand_1 = require("./commands/GetObjectLegalHoldCommand");
|
|
52
|
-
const GetObjectLockConfigurationCommand_1 = require("./commands/GetObjectLockConfigurationCommand");
|
|
53
|
-
const GetObjectRetentionCommand_1 = require("./commands/GetObjectRetentionCommand");
|
|
54
|
-
const GetObjectTaggingCommand_1 = require("./commands/GetObjectTaggingCommand");
|
|
55
|
-
const GetObjectTorrentCommand_1 = require("./commands/GetObjectTorrentCommand");
|
|
56
|
-
const GetPublicAccessBlockCommand_1 = require("./commands/GetPublicAccessBlockCommand");
|
|
57
|
-
const HeadBucketCommand_1 = require("./commands/HeadBucketCommand");
|
|
58
|
-
const HeadObjectCommand_1 = require("./commands/HeadObjectCommand");
|
|
59
|
-
const ListBucketAnalyticsConfigurationsCommand_1 = require("./commands/ListBucketAnalyticsConfigurationsCommand");
|
|
60
|
-
const ListBucketIntelligentTieringConfigurationsCommand_1 = require("./commands/ListBucketIntelligentTieringConfigurationsCommand");
|
|
61
|
-
const ListBucketInventoryConfigurationsCommand_1 = require("./commands/ListBucketInventoryConfigurationsCommand");
|
|
62
|
-
const ListBucketMetricsConfigurationsCommand_1 = require("./commands/ListBucketMetricsConfigurationsCommand");
|
|
63
|
-
const ListBucketsCommand_1 = require("./commands/ListBucketsCommand");
|
|
64
|
-
const ListDirectoryBucketsCommand_1 = require("./commands/ListDirectoryBucketsCommand");
|
|
65
|
-
const ListMultipartUploadsCommand_1 = require("./commands/ListMultipartUploadsCommand");
|
|
66
|
-
const ListObjectsCommand_1 = require("./commands/ListObjectsCommand");
|
|
67
|
-
const ListObjectsV2Command_1 = require("./commands/ListObjectsV2Command");
|
|
68
|
-
const ListObjectVersionsCommand_1 = require("./commands/ListObjectVersionsCommand");
|
|
69
|
-
const ListPartsCommand_1 = require("./commands/ListPartsCommand");
|
|
70
|
-
const PutBucketAccelerateConfigurationCommand_1 = require("./commands/PutBucketAccelerateConfigurationCommand");
|
|
71
|
-
const PutBucketAclCommand_1 = require("./commands/PutBucketAclCommand");
|
|
72
|
-
const PutBucketAnalyticsConfigurationCommand_1 = require("./commands/PutBucketAnalyticsConfigurationCommand");
|
|
73
|
-
const PutBucketCorsCommand_1 = require("./commands/PutBucketCorsCommand");
|
|
74
|
-
const PutBucketEncryptionCommand_1 = require("./commands/PutBucketEncryptionCommand");
|
|
75
|
-
const PutBucketIntelligentTieringConfigurationCommand_1 = require("./commands/PutBucketIntelligentTieringConfigurationCommand");
|
|
76
|
-
const PutBucketInventoryConfigurationCommand_1 = require("./commands/PutBucketInventoryConfigurationCommand");
|
|
77
|
-
const PutBucketLifecycleConfigurationCommand_1 = require("./commands/PutBucketLifecycleConfigurationCommand");
|
|
78
|
-
const PutBucketLoggingCommand_1 = require("./commands/PutBucketLoggingCommand");
|
|
79
|
-
const PutBucketMetricsConfigurationCommand_1 = require("./commands/PutBucketMetricsConfigurationCommand");
|
|
80
|
-
const PutBucketNotificationConfigurationCommand_1 = require("./commands/PutBucketNotificationConfigurationCommand");
|
|
81
|
-
const PutBucketOwnershipControlsCommand_1 = require("./commands/PutBucketOwnershipControlsCommand");
|
|
82
|
-
const PutBucketPolicyCommand_1 = require("./commands/PutBucketPolicyCommand");
|
|
83
|
-
const PutBucketReplicationCommand_1 = require("./commands/PutBucketReplicationCommand");
|
|
84
|
-
const PutBucketRequestPaymentCommand_1 = require("./commands/PutBucketRequestPaymentCommand");
|
|
85
|
-
const PutBucketTaggingCommand_1 = require("./commands/PutBucketTaggingCommand");
|
|
86
|
-
const PutBucketVersioningCommand_1 = require("./commands/PutBucketVersioningCommand");
|
|
87
|
-
const PutBucketWebsiteCommand_1 = require("./commands/PutBucketWebsiteCommand");
|
|
88
|
-
const PutObjectAclCommand_1 = require("./commands/PutObjectAclCommand");
|
|
89
|
-
const PutObjectCommand_1 = require("./commands/PutObjectCommand");
|
|
90
|
-
const PutObjectLegalHoldCommand_1 = require("./commands/PutObjectLegalHoldCommand");
|
|
91
|
-
const PutObjectLockConfigurationCommand_1 = require("./commands/PutObjectLockConfigurationCommand");
|
|
92
|
-
const PutObjectRetentionCommand_1 = require("./commands/PutObjectRetentionCommand");
|
|
93
|
-
const PutObjectTaggingCommand_1 = require("./commands/PutObjectTaggingCommand");
|
|
94
|
-
const PutPublicAccessBlockCommand_1 = require("./commands/PutPublicAccessBlockCommand");
|
|
95
|
-
const RestoreObjectCommand_1 = require("./commands/RestoreObjectCommand");
|
|
96
|
-
const SelectObjectContentCommand_1 = require("./commands/SelectObjectContentCommand");
|
|
97
|
-
const UploadPartCommand_1 = require("./commands/UploadPartCommand");
|
|
98
|
-
const UploadPartCopyCommand_1 = require("./commands/UploadPartCopyCommand");
|
|
99
|
-
const WriteGetObjectResponseCommand_1 = require("./commands/WriteGetObjectResponseCommand");
|
|
100
|
-
const S3Client_1 = require("./S3Client");
|
|
101
|
-
const commands = {
|
|
102
|
-
AbortMultipartUploadCommand: AbortMultipartUploadCommand_1.AbortMultipartUploadCommand,
|
|
103
|
-
CompleteMultipartUploadCommand: CompleteMultipartUploadCommand_1.CompleteMultipartUploadCommand,
|
|
104
|
-
CopyObjectCommand: CopyObjectCommand_1.CopyObjectCommand,
|
|
105
|
-
CreateBucketCommand: CreateBucketCommand_1.CreateBucketCommand,
|
|
106
|
-
CreateMultipartUploadCommand: CreateMultipartUploadCommand_1.CreateMultipartUploadCommand,
|
|
107
|
-
CreateSessionCommand: CreateSessionCommand_1.CreateSessionCommand,
|
|
108
|
-
DeleteBucketCommand: DeleteBucketCommand_1.DeleteBucketCommand,
|
|
109
|
-
DeleteBucketAnalyticsConfigurationCommand: DeleteBucketAnalyticsConfigurationCommand_1.DeleteBucketAnalyticsConfigurationCommand,
|
|
110
|
-
DeleteBucketCorsCommand: DeleteBucketCorsCommand_1.DeleteBucketCorsCommand,
|
|
111
|
-
DeleteBucketEncryptionCommand: DeleteBucketEncryptionCommand_1.DeleteBucketEncryptionCommand,
|
|
112
|
-
DeleteBucketIntelligentTieringConfigurationCommand: DeleteBucketIntelligentTieringConfigurationCommand_1.DeleteBucketIntelligentTieringConfigurationCommand,
|
|
113
|
-
DeleteBucketInventoryConfigurationCommand: DeleteBucketInventoryConfigurationCommand_1.DeleteBucketInventoryConfigurationCommand,
|
|
114
|
-
DeleteBucketLifecycleCommand: DeleteBucketLifecycleCommand_1.DeleteBucketLifecycleCommand,
|
|
115
|
-
DeleteBucketMetricsConfigurationCommand: DeleteBucketMetricsConfigurationCommand_1.DeleteBucketMetricsConfigurationCommand,
|
|
116
|
-
DeleteBucketOwnershipControlsCommand: DeleteBucketOwnershipControlsCommand_1.DeleteBucketOwnershipControlsCommand,
|
|
117
|
-
DeleteBucketPolicyCommand: DeleteBucketPolicyCommand_1.DeleteBucketPolicyCommand,
|
|
118
|
-
DeleteBucketReplicationCommand: DeleteBucketReplicationCommand_1.DeleteBucketReplicationCommand,
|
|
119
|
-
DeleteBucketTaggingCommand: DeleteBucketTaggingCommand_1.DeleteBucketTaggingCommand,
|
|
120
|
-
DeleteBucketWebsiteCommand: DeleteBucketWebsiteCommand_1.DeleteBucketWebsiteCommand,
|
|
121
|
-
DeleteObjectCommand: DeleteObjectCommand_1.DeleteObjectCommand,
|
|
122
|
-
DeleteObjectsCommand: DeleteObjectsCommand_1.DeleteObjectsCommand,
|
|
123
|
-
DeleteObjectTaggingCommand: DeleteObjectTaggingCommand_1.DeleteObjectTaggingCommand,
|
|
124
|
-
DeletePublicAccessBlockCommand: DeletePublicAccessBlockCommand_1.DeletePublicAccessBlockCommand,
|
|
125
|
-
GetBucketAccelerateConfigurationCommand: GetBucketAccelerateConfigurationCommand_1.GetBucketAccelerateConfigurationCommand,
|
|
126
|
-
GetBucketAclCommand: GetBucketAclCommand_1.GetBucketAclCommand,
|
|
127
|
-
GetBucketAnalyticsConfigurationCommand: GetBucketAnalyticsConfigurationCommand_1.GetBucketAnalyticsConfigurationCommand,
|
|
128
|
-
GetBucketCorsCommand: GetBucketCorsCommand_1.GetBucketCorsCommand,
|
|
129
|
-
GetBucketEncryptionCommand: GetBucketEncryptionCommand_1.GetBucketEncryptionCommand,
|
|
130
|
-
GetBucketIntelligentTieringConfigurationCommand: GetBucketIntelligentTieringConfigurationCommand_1.GetBucketIntelligentTieringConfigurationCommand,
|
|
131
|
-
GetBucketInventoryConfigurationCommand: GetBucketInventoryConfigurationCommand_1.GetBucketInventoryConfigurationCommand,
|
|
132
|
-
GetBucketLifecycleConfigurationCommand: GetBucketLifecycleConfigurationCommand_1.GetBucketLifecycleConfigurationCommand,
|
|
133
|
-
GetBucketLocationCommand: GetBucketLocationCommand_1.GetBucketLocationCommand,
|
|
134
|
-
GetBucketLoggingCommand: GetBucketLoggingCommand_1.GetBucketLoggingCommand,
|
|
135
|
-
GetBucketMetricsConfigurationCommand: GetBucketMetricsConfigurationCommand_1.GetBucketMetricsConfigurationCommand,
|
|
136
|
-
GetBucketNotificationConfigurationCommand: GetBucketNotificationConfigurationCommand_1.GetBucketNotificationConfigurationCommand,
|
|
137
|
-
GetBucketOwnershipControlsCommand: GetBucketOwnershipControlsCommand_1.GetBucketOwnershipControlsCommand,
|
|
138
|
-
GetBucketPolicyCommand: GetBucketPolicyCommand_1.GetBucketPolicyCommand,
|
|
139
|
-
GetBucketPolicyStatusCommand: GetBucketPolicyStatusCommand_1.GetBucketPolicyStatusCommand,
|
|
140
|
-
GetBucketReplicationCommand: GetBucketReplicationCommand_1.GetBucketReplicationCommand,
|
|
141
|
-
GetBucketRequestPaymentCommand: GetBucketRequestPaymentCommand_1.GetBucketRequestPaymentCommand,
|
|
142
|
-
GetBucketTaggingCommand: GetBucketTaggingCommand_1.GetBucketTaggingCommand,
|
|
143
|
-
GetBucketVersioningCommand: GetBucketVersioningCommand_1.GetBucketVersioningCommand,
|
|
144
|
-
GetBucketWebsiteCommand: GetBucketWebsiteCommand_1.GetBucketWebsiteCommand,
|
|
145
|
-
GetObjectCommand: GetObjectCommand_1.GetObjectCommand,
|
|
146
|
-
GetObjectAclCommand: GetObjectAclCommand_1.GetObjectAclCommand,
|
|
147
|
-
GetObjectAttributesCommand: GetObjectAttributesCommand_1.GetObjectAttributesCommand,
|
|
148
|
-
GetObjectLegalHoldCommand: GetObjectLegalHoldCommand_1.GetObjectLegalHoldCommand,
|
|
149
|
-
GetObjectLockConfigurationCommand: GetObjectLockConfigurationCommand_1.GetObjectLockConfigurationCommand,
|
|
150
|
-
GetObjectRetentionCommand: GetObjectRetentionCommand_1.GetObjectRetentionCommand,
|
|
151
|
-
GetObjectTaggingCommand: GetObjectTaggingCommand_1.GetObjectTaggingCommand,
|
|
152
|
-
GetObjectTorrentCommand: GetObjectTorrentCommand_1.GetObjectTorrentCommand,
|
|
153
|
-
GetPublicAccessBlockCommand: GetPublicAccessBlockCommand_1.GetPublicAccessBlockCommand,
|
|
154
|
-
HeadBucketCommand: HeadBucketCommand_1.HeadBucketCommand,
|
|
155
|
-
HeadObjectCommand: HeadObjectCommand_1.HeadObjectCommand,
|
|
156
|
-
ListBucketAnalyticsConfigurationsCommand: ListBucketAnalyticsConfigurationsCommand_1.ListBucketAnalyticsConfigurationsCommand,
|
|
157
|
-
ListBucketIntelligentTieringConfigurationsCommand: ListBucketIntelligentTieringConfigurationsCommand_1.ListBucketIntelligentTieringConfigurationsCommand,
|
|
158
|
-
ListBucketInventoryConfigurationsCommand: ListBucketInventoryConfigurationsCommand_1.ListBucketInventoryConfigurationsCommand,
|
|
159
|
-
ListBucketMetricsConfigurationsCommand: ListBucketMetricsConfigurationsCommand_1.ListBucketMetricsConfigurationsCommand,
|
|
160
|
-
ListBucketsCommand: ListBucketsCommand_1.ListBucketsCommand,
|
|
161
|
-
ListDirectoryBucketsCommand: ListDirectoryBucketsCommand_1.ListDirectoryBucketsCommand,
|
|
162
|
-
ListMultipartUploadsCommand: ListMultipartUploadsCommand_1.ListMultipartUploadsCommand,
|
|
163
|
-
ListObjectsCommand: ListObjectsCommand_1.ListObjectsCommand,
|
|
164
|
-
ListObjectsV2Command: ListObjectsV2Command_1.ListObjectsV2Command,
|
|
165
|
-
ListObjectVersionsCommand: ListObjectVersionsCommand_1.ListObjectVersionsCommand,
|
|
166
|
-
ListPartsCommand: ListPartsCommand_1.ListPartsCommand,
|
|
167
|
-
PutBucketAccelerateConfigurationCommand: PutBucketAccelerateConfigurationCommand_1.PutBucketAccelerateConfigurationCommand,
|
|
168
|
-
PutBucketAclCommand: PutBucketAclCommand_1.PutBucketAclCommand,
|
|
169
|
-
PutBucketAnalyticsConfigurationCommand: PutBucketAnalyticsConfigurationCommand_1.PutBucketAnalyticsConfigurationCommand,
|
|
170
|
-
PutBucketCorsCommand: PutBucketCorsCommand_1.PutBucketCorsCommand,
|
|
171
|
-
PutBucketEncryptionCommand: PutBucketEncryptionCommand_1.PutBucketEncryptionCommand,
|
|
172
|
-
PutBucketIntelligentTieringConfigurationCommand: PutBucketIntelligentTieringConfigurationCommand_1.PutBucketIntelligentTieringConfigurationCommand,
|
|
173
|
-
PutBucketInventoryConfigurationCommand: PutBucketInventoryConfigurationCommand_1.PutBucketInventoryConfigurationCommand,
|
|
174
|
-
PutBucketLifecycleConfigurationCommand: PutBucketLifecycleConfigurationCommand_1.PutBucketLifecycleConfigurationCommand,
|
|
175
|
-
PutBucketLoggingCommand: PutBucketLoggingCommand_1.PutBucketLoggingCommand,
|
|
176
|
-
PutBucketMetricsConfigurationCommand: PutBucketMetricsConfigurationCommand_1.PutBucketMetricsConfigurationCommand,
|
|
177
|
-
PutBucketNotificationConfigurationCommand: PutBucketNotificationConfigurationCommand_1.PutBucketNotificationConfigurationCommand,
|
|
178
|
-
PutBucketOwnershipControlsCommand: PutBucketOwnershipControlsCommand_1.PutBucketOwnershipControlsCommand,
|
|
179
|
-
PutBucketPolicyCommand: PutBucketPolicyCommand_1.PutBucketPolicyCommand,
|
|
180
|
-
PutBucketReplicationCommand: PutBucketReplicationCommand_1.PutBucketReplicationCommand,
|
|
181
|
-
PutBucketRequestPaymentCommand: PutBucketRequestPaymentCommand_1.PutBucketRequestPaymentCommand,
|
|
182
|
-
PutBucketTaggingCommand: PutBucketTaggingCommand_1.PutBucketTaggingCommand,
|
|
183
|
-
PutBucketVersioningCommand: PutBucketVersioningCommand_1.PutBucketVersioningCommand,
|
|
184
|
-
PutBucketWebsiteCommand: PutBucketWebsiteCommand_1.PutBucketWebsiteCommand,
|
|
185
|
-
PutObjectCommand: PutObjectCommand_1.PutObjectCommand,
|
|
186
|
-
PutObjectAclCommand: PutObjectAclCommand_1.PutObjectAclCommand,
|
|
187
|
-
PutObjectLegalHoldCommand: PutObjectLegalHoldCommand_1.PutObjectLegalHoldCommand,
|
|
188
|
-
PutObjectLockConfigurationCommand: PutObjectLockConfigurationCommand_1.PutObjectLockConfigurationCommand,
|
|
189
|
-
PutObjectRetentionCommand: PutObjectRetentionCommand_1.PutObjectRetentionCommand,
|
|
190
|
-
PutObjectTaggingCommand: PutObjectTaggingCommand_1.PutObjectTaggingCommand,
|
|
191
|
-
PutPublicAccessBlockCommand: PutPublicAccessBlockCommand_1.PutPublicAccessBlockCommand,
|
|
192
|
-
RestoreObjectCommand: RestoreObjectCommand_1.RestoreObjectCommand,
|
|
193
|
-
SelectObjectContentCommand: SelectObjectContentCommand_1.SelectObjectContentCommand,
|
|
194
|
-
UploadPartCommand: UploadPartCommand_1.UploadPartCommand,
|
|
195
|
-
UploadPartCopyCommand: UploadPartCopyCommand_1.UploadPartCopyCommand,
|
|
196
|
-
WriteGetObjectResponseCommand: WriteGetObjectResponseCommand_1.WriteGetObjectResponseCommand,
|
|
197
|
-
};
|
|
198
|
-
class S3 extends S3Client_1.S3Client {
|
|
199
|
-
}
|
|
200
|
-
exports.S3 = S3;
|
|
201
|
-
(0, smithy_client_1.createAggregatedClient)(commands, S3);
|
|
1
|
+
module.exports = require("./index.js");
|
package/dist-cjs/S3Client.js
CHANGED
|
@@ -1,53 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.S3Client = exports.__Client = void 0;
|
|
4
|
-
const middleware_expect_continue_1 = require("@aws-sdk/middleware-expect-continue");
|
|
5
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
6
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
7
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
8
|
-
const middleware_sdk_s3_1 = require("@aws-sdk/middleware-sdk-s3");
|
|
9
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
10
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
11
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
12
|
-
const eventstream_serde_config_resolver_1 = require("@smithy/eventstream-serde-config-resolver");
|
|
13
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
14
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
15
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
16
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
17
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
18
|
-
const CreateSessionCommand_1 = require("./commands/CreateSessionCommand");
|
|
19
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
20
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
21
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
22
|
-
class S3Client extends smithy_client_1.Client {
|
|
23
|
-
constructor(...[configuration]) {
|
|
24
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
25
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
26
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
27
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
28
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
29
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
30
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
31
|
-
const _config_7 = (0, middleware_sdk_s3_1.resolveS3Config)(_config_6, { session: [() => this, CreateSessionCommand_1.CreateSessionCommand] });
|
|
32
|
-
const _config_8 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_7);
|
|
33
|
-
const _config_9 = (0, eventstream_serde_config_resolver_1.resolveEventStreamSerdeConfig)(_config_8);
|
|
34
|
-
const _config_10 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_9, configuration?.extensions || []);
|
|
35
|
-
super(_config_10);
|
|
36
|
-
this.config = _config_10;
|
|
37
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
38
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
39
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
40
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
41
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
42
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
43
|
-
this.middlewareStack.use((0, middleware_sdk_s3_1.getValidateBucketNamePlugin)(this.config));
|
|
44
|
-
this.middlewareStack.use((0, middleware_expect_continue_1.getAddExpectContinuePlugin)(this.config));
|
|
45
|
-
this.middlewareStack.use((0, middleware_sdk_s3_1.getRegionRedirectMiddlewarePlugin)(this.config));
|
|
46
|
-
this.middlewareStack.use((0, middleware_sdk_s3_1.getS3ExpressPlugin)(this.config));
|
|
47
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
48
|
-
}
|
|
49
|
-
destroy() {
|
|
50
|
-
super.destroy();
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
exports.S3Client = S3Client;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AbortMultipartUploadCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class AbortMultipartUploadCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
15
|
-
Key: { type: "contextParams", name: "Key" },
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "AbortMultipartUpload", {})
|
|
24
|
-
.n("S3Client", "AbortMultipartUploadCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_AbortMultipartUploadCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_AbortMultipartUploadCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.AbortMultipartUploadCommand = AbortMultipartUploadCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,35 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CompleteMultipartUploadCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_sdk_s3_1 = require("@aws-sdk/middleware-sdk-s3");
|
|
5
|
-
const middleware_ssec_1 = require("@aws-sdk/middleware-ssec");
|
|
6
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
7
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
8
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
9
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
10
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
11
|
-
const models_0_1 = require("../models/models_0");
|
|
12
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
13
|
-
class CompleteMultipartUploadCommand extends smithy_client_1.Command
|
|
14
|
-
.classBuilder()
|
|
15
|
-
.ep({
|
|
16
|
-
...EndpointParameters_1.commonParams,
|
|
17
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
18
|
-
Key: { type: "contextParams", name: "Key" },
|
|
19
|
-
})
|
|
20
|
-
.m(function (Command, cs, config, o) {
|
|
21
|
-
return [
|
|
22
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
23
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
24
|
-
(0, middleware_sdk_s3_1.getThrow200ExceptionsPlugin)(config),
|
|
25
|
-
(0, middleware_ssec_1.getSsecPlugin)(config),
|
|
26
|
-
];
|
|
27
|
-
})
|
|
28
|
-
.s("AmazonS3", "CompleteMultipartUpload", {})
|
|
29
|
-
.n("S3Client", "CompleteMultipartUploadCommand")
|
|
30
|
-
.f(models_0_1.CompleteMultipartUploadRequestFilterSensitiveLog, models_0_1.CompleteMultipartUploadOutputFilterSensitiveLog)
|
|
31
|
-
.ser(Aws_restXml_1.se_CompleteMultipartUploadCommand)
|
|
32
|
-
.de(Aws_restXml_1.de_CompleteMultipartUploadCommand)
|
|
33
|
-
.build() {
|
|
34
|
-
}
|
|
35
|
-
exports.CompleteMultipartUploadCommand = CompleteMultipartUploadCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,35 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CopyObjectCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_sdk_s3_1 = require("@aws-sdk/middleware-sdk-s3");
|
|
5
|
-
const middleware_ssec_1 = require("@aws-sdk/middleware-ssec");
|
|
6
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
7
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
8
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
9
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
10
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
11
|
-
const models_0_1 = require("../models/models_0");
|
|
12
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
13
|
-
class CopyObjectCommand extends smithy_client_1.Command
|
|
14
|
-
.classBuilder()
|
|
15
|
-
.ep({
|
|
16
|
-
...EndpointParameters_1.commonParams,
|
|
17
|
-
DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
|
|
18
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
19
|
-
})
|
|
20
|
-
.m(function (Command, cs, config, o) {
|
|
21
|
-
return [
|
|
22
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
23
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
24
|
-
(0, middleware_sdk_s3_1.getThrow200ExceptionsPlugin)(config),
|
|
25
|
-
(0, middleware_ssec_1.getSsecPlugin)(config),
|
|
26
|
-
];
|
|
27
|
-
})
|
|
28
|
-
.s("AmazonS3", "CopyObject", {})
|
|
29
|
-
.n("S3Client", "CopyObjectCommand")
|
|
30
|
-
.f(models_0_1.CopyObjectRequestFilterSensitiveLog, models_0_1.CopyObjectOutputFilterSensitiveLog)
|
|
31
|
-
.ser(Aws_restXml_1.se_CopyObjectCommand)
|
|
32
|
-
.de(Aws_restXml_1.de_CopyObjectCommand)
|
|
33
|
-
.build() {
|
|
34
|
-
}
|
|
35
|
-
exports.CopyObjectCommand = CopyObjectCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,33 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateBucketCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_location_constraint_1 = require("@aws-sdk/middleware-location-constraint");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class CreateBucketCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
16
|
-
DisableAccessPoints: { type: "staticContextParams", value: true },
|
|
17
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
18
|
-
})
|
|
19
|
-
.m(function (Command, cs, config, o) {
|
|
20
|
-
return [
|
|
21
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
22
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
23
|
-
(0, middleware_location_constraint_1.getLocationConstraintPlugin)(config),
|
|
24
|
-
];
|
|
25
|
-
})
|
|
26
|
-
.s("AmazonS3", "CreateBucket", {})
|
|
27
|
-
.n("S3Client", "CreateBucketCommand")
|
|
28
|
-
.f(void 0, void 0)
|
|
29
|
-
.ser(Aws_restXml_1.se_CreateBucketCommand)
|
|
30
|
-
.de(Aws_restXml_1.de_CreateBucketCommand)
|
|
31
|
-
.build() {
|
|
32
|
-
}
|
|
33
|
-
exports.CreateBucketCommand = CreateBucketCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,33 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateMultipartUploadCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_ssec_1 = require("@aws-sdk/middleware-ssec");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const models_0_1 = require("../models/models_0");
|
|
11
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
12
|
-
class CreateMultipartUploadCommand extends smithy_client_1.Command
|
|
13
|
-
.classBuilder()
|
|
14
|
-
.ep({
|
|
15
|
-
...EndpointParameters_1.commonParams,
|
|
16
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
17
|
-
Key: { type: "contextParams", name: "Key" },
|
|
18
|
-
})
|
|
19
|
-
.m(function (Command, cs, config, o) {
|
|
20
|
-
return [
|
|
21
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
22
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
23
|
-
(0, middleware_ssec_1.getSsecPlugin)(config),
|
|
24
|
-
];
|
|
25
|
-
})
|
|
26
|
-
.s("AmazonS3", "CreateMultipartUpload", {})
|
|
27
|
-
.n("S3Client", "CreateMultipartUploadCommand")
|
|
28
|
-
.f(models_0_1.CreateMultipartUploadRequestFilterSensitiveLog, models_0_1.CreateMultipartUploadOutputFilterSensitiveLog)
|
|
29
|
-
.ser(Aws_restXml_1.se_CreateMultipartUploadCommand)
|
|
30
|
-
.de(Aws_restXml_1.de_CreateMultipartUploadCommand)
|
|
31
|
-
.build() {
|
|
32
|
-
}
|
|
33
|
-
exports.CreateMultipartUploadCommand = CreateMultipartUploadCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,31 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateSessionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class CreateSessionCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
|
|
16
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
17
|
-
})
|
|
18
|
-
.m(function (Command, cs, config, o) {
|
|
19
|
-
return [
|
|
20
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
22
|
-
];
|
|
23
|
-
})
|
|
24
|
-
.s("AmazonS3", "CreateSession", {})
|
|
25
|
-
.n("S3Client", "CreateSessionCommand")
|
|
26
|
-
.f(void 0, models_0_1.CreateSessionOutputFilterSensitiveLog)
|
|
27
|
-
.ser(Aws_restXml_1.se_CreateSessionCommand)
|
|
28
|
-
.de(Aws_restXml_1.de_CreateSessionCommand)
|
|
29
|
-
.build() {
|
|
30
|
-
}
|
|
31
|
-
exports.CreateSessionCommand = CreateSessionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteBucketAnalyticsConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class DeleteBucketAnalyticsConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
15
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "DeleteBucketAnalyticsConfiguration", {})
|
|
24
|
-
.n("S3Client", "DeleteBucketAnalyticsConfigurationCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeleteBucketAnalyticsConfigurationCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeleteBucketAnalyticsConfigurationCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteBucketAnalyticsConfigurationCommand = DeleteBucketAnalyticsConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteBucketCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class DeleteBucketCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
15
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "DeleteBucket", {})
|
|
24
|
-
.n("S3Client", "DeleteBucketCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeleteBucketCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeleteBucketCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteBucketCommand = DeleteBucketCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteBucketCorsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class DeleteBucketCorsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
15
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "DeleteBucketCors", {})
|
|
24
|
-
.n("S3Client", "DeleteBucketCorsCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeleteBucketCorsCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeleteBucketCorsCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteBucketCorsCommand = DeleteBucketCorsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteBucketEncryptionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class DeleteBucketEncryptionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
15
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "DeleteBucketEncryption", {})
|
|
24
|
-
.n("S3Client", "DeleteBucketEncryptionCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeleteBucketEncryptionCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeleteBucketEncryptionCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteBucketEncryptionCommand = DeleteBucketEncryptionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteBucketIntelligentTieringConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class DeleteBucketIntelligentTieringConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
15
|
-
Bucket: { type: "contextParams", name: "Bucket" },
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AmazonS3", "DeleteBucketIntelligentTieringConfiguration", {})
|
|
24
|
-
.n("S3Client", "DeleteBucketIntelligentTieringConfigurationCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeleteBucketIntelligentTieringConfigurationCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeleteBucketIntelligentTieringConfigurationCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteBucketIntelligentTieringConfigurationCommand = DeleteBucketIntelligentTieringConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|