@aws-sdk/client-s3-control 3.300.0 → 3.303.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/models/models_0.js +240 -284
- package/dist-es/models/models_0.js +240 -284
- package/dist-types/commands/CreateAccessPointCommand.d.ts +3 -3
- package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +8 -8
- package/dist-types/commands/CreateBucketCommand.d.ts +2 -2
- package/dist-types/commands/CreateJobCommand.d.ts +33 -33
- package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +5 -5
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/DeleteJobTaggingCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +2 -2
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +1 -1
- package/dist-types/commands/DescribeJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessPointCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +1 -1
- package/dist-types/commands/GetJobTaggingCommand.d.ts +1 -1
- package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +1 -1
- package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +1 -1
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +1 -1
- package/dist-types/commands/ListAccessPointsCommand.d.ts +1 -1
- package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/ListJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
- package/dist-types/commands/ListRegionalBucketsCommand.d.ts +1 -1
- package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +8 -8
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +15 -15
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +19 -19
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +4 -4
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +2 -2
- package/dist-types/commands/PutJobTaggingCommand.d.ts +3 -3
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +2 -2
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +2 -2
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +23 -23
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +3 -3
- package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +3 -3
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +460 -240
- package/dist-types/ts3.4/models/models_0.d.ts +320 -240
- package/package.json +40 -40
|
@@ -1,33 +1,28 @@
|
|
|
1
1
|
import { S3ControlServiceException as __BaseException } from "./S3ControlServiceException";
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
ObjectLambdaTransformationConfigurationAction["GetObject"] = "GetObject";
|
|
27
|
-
ObjectLambdaTransformationConfigurationAction["HeadObject"] = "HeadObject";
|
|
28
|
-
ObjectLambdaTransformationConfigurationAction["ListObjects"] = "ListObjects";
|
|
29
|
-
ObjectLambdaTransformationConfigurationAction["ListObjectsV2"] = "ListObjectsV2";
|
|
30
|
-
})(ObjectLambdaTransformationConfigurationAction || (ObjectLambdaTransformationConfigurationAction = {}));
|
|
2
|
+
export const OwnerOverride = {
|
|
3
|
+
Destination: "Destination",
|
|
4
|
+
};
|
|
5
|
+
export const NetworkOrigin = {
|
|
6
|
+
Internet: "Internet",
|
|
7
|
+
VPC: "VPC",
|
|
8
|
+
};
|
|
9
|
+
export const AsyncOperationName = {
|
|
10
|
+
CreateMultiRegionAccessPoint: "CreateMultiRegionAccessPoint",
|
|
11
|
+
DeleteMultiRegionAccessPoint: "DeleteMultiRegionAccessPoint",
|
|
12
|
+
PutMultiRegionAccessPointPolicy: "PutMultiRegionAccessPointPolicy",
|
|
13
|
+
};
|
|
14
|
+
export const ObjectLambdaAllowedFeature = {
|
|
15
|
+
GetObjectPartNumber: "GetObject-PartNumber",
|
|
16
|
+
GetObjectRange: "GetObject-Range",
|
|
17
|
+
HeadObjectPartNumber: "HeadObject-PartNumber",
|
|
18
|
+
HeadObjectRange: "HeadObject-Range",
|
|
19
|
+
};
|
|
20
|
+
export const ObjectLambdaTransformationConfigurationAction = {
|
|
21
|
+
GetObject: "GetObject",
|
|
22
|
+
HeadObject: "HeadObject",
|
|
23
|
+
ListObjects: "ListObjects",
|
|
24
|
+
ListObjectsV2: "ListObjectsV2",
|
|
25
|
+
};
|
|
31
26
|
export var ObjectLambdaContentTransformation;
|
|
32
27
|
(function (ObjectLambdaContentTransformation) {
|
|
33
28
|
ObjectLambdaContentTransformation.visit = (value, visitor) => {
|
|
@@ -36,11 +31,10 @@ export var ObjectLambdaContentTransformation;
|
|
|
36
31
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
37
32
|
};
|
|
38
33
|
})(ObjectLambdaContentTransformation || (ObjectLambdaContentTransformation = {}));
|
|
39
|
-
export
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
})(ObjectLambdaAccessPointAliasStatus || (ObjectLambdaAccessPointAliasStatus = {}));
|
|
34
|
+
export const ObjectLambdaAccessPointAliasStatus = {
|
|
35
|
+
PROVISIONING: "PROVISIONING",
|
|
36
|
+
READY: "READY",
|
|
37
|
+
};
|
|
44
38
|
export class BucketAlreadyExists extends __BaseException {
|
|
45
39
|
constructor(opts) {
|
|
46
40
|
super({
|
|
@@ -65,27 +59,25 @@ export class BucketAlreadyOwnedByYou extends __BaseException {
|
|
|
65
59
|
Object.setPrototypeOf(this, BucketAlreadyOwnedByYou.prototype);
|
|
66
60
|
}
|
|
67
61
|
}
|
|
68
|
-
export
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
BucketLocationConstraint["us_west_2"] = "us-west-2";
|
|
88
|
-
})(BucketLocationConstraint || (BucketLocationConstraint = {}));
|
|
62
|
+
export const BucketCannedACL = {
|
|
63
|
+
authenticated_read: "authenticated-read",
|
|
64
|
+
private: "private",
|
|
65
|
+
public_read: "public-read",
|
|
66
|
+
public_read_write: "public-read-write",
|
|
67
|
+
};
|
|
68
|
+
export const BucketLocationConstraint = {
|
|
69
|
+
EU: "EU",
|
|
70
|
+
ap_northeast_1: "ap-northeast-1",
|
|
71
|
+
ap_south_1: "ap-south-1",
|
|
72
|
+
ap_southeast_1: "ap-southeast-1",
|
|
73
|
+
ap_southeast_2: "ap-southeast-2",
|
|
74
|
+
cn_north_1: "cn-north-1",
|
|
75
|
+
eu_central_1: "eu-central-1",
|
|
76
|
+
eu_west_1: "eu-west-1",
|
|
77
|
+
sa_east_1: "sa-east-1",
|
|
78
|
+
us_west_1: "us-west-1",
|
|
79
|
+
us_west_2: "us-west-2",
|
|
80
|
+
};
|
|
89
81
|
export class BadRequestException extends __BaseException {
|
|
90
82
|
constructor(opts) {
|
|
91
83
|
super({
|
|
@@ -99,29 +91,25 @@ export class BadRequestException extends __BaseException {
|
|
|
99
91
|
this.Message = opts.Message;
|
|
100
92
|
}
|
|
101
93
|
}
|
|
102
|
-
export
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
}
|
|
121
|
-
export var GeneratedManifestFormat;
|
|
122
|
-
(function (GeneratedManifestFormat) {
|
|
123
|
-
GeneratedManifestFormat["S3InventoryReport_CSV_20211130"] = "S3InventoryReport_CSV_20211130";
|
|
124
|
-
})(GeneratedManifestFormat || (GeneratedManifestFormat = {}));
|
|
94
|
+
export const JobManifestFieldName = {
|
|
95
|
+
Bucket: "Bucket",
|
|
96
|
+
Ignore: "Ignore",
|
|
97
|
+
Key: "Key",
|
|
98
|
+
VersionId: "VersionId",
|
|
99
|
+
};
|
|
100
|
+
export const JobManifestFormat = {
|
|
101
|
+
S3BatchOperations_CSV_20180820: "S3BatchOperations_CSV_20180820",
|
|
102
|
+
S3InventoryReport_CSV_20161130: "S3InventoryReport_CSV_20161130",
|
|
103
|
+
};
|
|
104
|
+
export const ReplicationStatus = {
|
|
105
|
+
COMPLETED: "COMPLETED",
|
|
106
|
+
FAILED: "FAILED",
|
|
107
|
+
NONE: "NONE",
|
|
108
|
+
REPLICA: "REPLICA",
|
|
109
|
+
};
|
|
110
|
+
export const GeneratedManifestFormat = {
|
|
111
|
+
S3InventoryReport_CSV_20211130: "S3InventoryReport_CSV_20211130",
|
|
112
|
+
};
|
|
125
113
|
export var JobManifestGenerator;
|
|
126
114
|
(function (JobManifestGenerator) {
|
|
127
115
|
JobManifestGenerator.visit = (value, visitor) => {
|
|
@@ -130,86 +118,73 @@ export var JobManifestGenerator;
|
|
|
130
118
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
131
119
|
};
|
|
132
120
|
})(JobManifestGenerator || (JobManifestGenerator = {}));
|
|
133
|
-
export
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
}
|
|
189
|
-
export
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
(function (S3ObjectLockRetentionMode) {
|
|
201
|
-
S3ObjectLockRetentionMode["COMPLIANCE"] = "COMPLIANCE";
|
|
202
|
-
S3ObjectLockRetentionMode["GOVERNANCE"] = "GOVERNANCE";
|
|
203
|
-
})(S3ObjectLockRetentionMode || (S3ObjectLockRetentionMode = {}));
|
|
204
|
-
export var JobReportFormat;
|
|
205
|
-
(function (JobReportFormat) {
|
|
206
|
-
JobReportFormat["Report_CSV_20180820"] = "Report_CSV_20180820";
|
|
207
|
-
})(JobReportFormat || (JobReportFormat = {}));
|
|
208
|
-
export var JobReportScope;
|
|
209
|
-
(function (JobReportScope) {
|
|
210
|
-
JobReportScope["AllTasks"] = "AllTasks";
|
|
211
|
-
JobReportScope["FailedTasksOnly"] = "FailedTasksOnly";
|
|
212
|
-
})(JobReportScope || (JobReportScope = {}));
|
|
121
|
+
export const S3GlacierJobTier = {
|
|
122
|
+
BULK: "BULK",
|
|
123
|
+
STANDARD: "STANDARD",
|
|
124
|
+
};
|
|
125
|
+
export const S3GranteeTypeIdentifier = {
|
|
126
|
+
CANONICAL: "id",
|
|
127
|
+
EMAIL_ADDRESS: "emailAddress",
|
|
128
|
+
GROUP: "uri",
|
|
129
|
+
};
|
|
130
|
+
export const S3Permission = {
|
|
131
|
+
FULL_CONTROL: "FULL_CONTROL",
|
|
132
|
+
READ: "READ",
|
|
133
|
+
READ_ACP: "READ_ACP",
|
|
134
|
+
WRITE: "WRITE",
|
|
135
|
+
WRITE_ACP: "WRITE_ACP",
|
|
136
|
+
};
|
|
137
|
+
export const S3CannedAccessControlList = {
|
|
138
|
+
AUTHENTICATED_READ: "authenticated-read",
|
|
139
|
+
AWS_EXEC_READ: "aws-exec-read",
|
|
140
|
+
BUCKET_OWNER_FULL_CONTROL: "bucket-owner-full-control",
|
|
141
|
+
BUCKET_OWNER_READ: "bucket-owner-read",
|
|
142
|
+
PRIVATE: "private",
|
|
143
|
+
PUBLIC_READ: "public-read",
|
|
144
|
+
PUBLIC_READ_WRITE: "public-read-write",
|
|
145
|
+
};
|
|
146
|
+
export const S3ChecksumAlgorithm = {
|
|
147
|
+
CRC32: "CRC32",
|
|
148
|
+
CRC32C: "CRC32C",
|
|
149
|
+
SHA1: "SHA1",
|
|
150
|
+
SHA256: "SHA256",
|
|
151
|
+
};
|
|
152
|
+
export const S3MetadataDirective = {
|
|
153
|
+
COPY: "COPY",
|
|
154
|
+
REPLACE: "REPLACE",
|
|
155
|
+
};
|
|
156
|
+
export const S3SSEAlgorithm = {
|
|
157
|
+
AES256: "AES256",
|
|
158
|
+
KMS: "KMS",
|
|
159
|
+
};
|
|
160
|
+
export const S3ObjectLockLegalHoldStatus = {
|
|
161
|
+
OFF: "OFF",
|
|
162
|
+
ON: "ON",
|
|
163
|
+
};
|
|
164
|
+
export const S3ObjectLockMode = {
|
|
165
|
+
COMPLIANCE: "COMPLIANCE",
|
|
166
|
+
GOVERNANCE: "GOVERNANCE",
|
|
167
|
+
};
|
|
168
|
+
export const S3StorageClass = {
|
|
169
|
+
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
170
|
+
GLACIER: "GLACIER",
|
|
171
|
+
GLACIER_IR: "GLACIER_IR",
|
|
172
|
+
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
173
|
+
ONEZONE_IA: "ONEZONE_IA",
|
|
174
|
+
STANDARD: "STANDARD",
|
|
175
|
+
STANDARD_IA: "STANDARD_IA",
|
|
176
|
+
};
|
|
177
|
+
export const S3ObjectLockRetentionMode = {
|
|
178
|
+
COMPLIANCE: "COMPLIANCE",
|
|
179
|
+
GOVERNANCE: "GOVERNANCE",
|
|
180
|
+
};
|
|
181
|
+
export const JobReportFormat = {
|
|
182
|
+
Report_CSV_20180820: "Report_CSV_20180820",
|
|
183
|
+
};
|
|
184
|
+
export const JobReportScope = {
|
|
185
|
+
AllTasks: "AllTasks",
|
|
186
|
+
FailedTasksOnly: "FailedTasksOnly",
|
|
187
|
+
};
|
|
213
188
|
export class IdempotencyException extends __BaseException {
|
|
214
189
|
constructor(opts) {
|
|
215
190
|
super({
|
|
@@ -262,101 +237,87 @@ export class NotFoundException extends __BaseException {
|
|
|
262
237
|
this.Message = opts.Message;
|
|
263
238
|
}
|
|
264
239
|
}
|
|
265
|
-
export
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
}
|
|
299
|
-
export
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
}
|
|
326
|
-
export
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
}
|
|
346
|
-
export var BucketVersioningStatus;
|
|
347
|
-
(function (BucketVersioningStatus) {
|
|
348
|
-
BucketVersioningStatus["Enabled"] = "Enabled";
|
|
349
|
-
BucketVersioningStatus["Suspended"] = "Suspended";
|
|
350
|
-
})(BucketVersioningStatus || (BucketVersioningStatus = {}));
|
|
351
|
-
export var MultiRegionAccessPointStatus;
|
|
352
|
-
(function (MultiRegionAccessPointStatus) {
|
|
353
|
-
MultiRegionAccessPointStatus["CREATING"] = "CREATING";
|
|
354
|
-
MultiRegionAccessPointStatus["DELETING"] = "DELETING";
|
|
355
|
-
MultiRegionAccessPointStatus["INCONSISTENT_ACROSS_REGIONS"] = "INCONSISTENT_ACROSS_REGIONS";
|
|
356
|
-
MultiRegionAccessPointStatus["PARTIALLY_CREATED"] = "PARTIALLY_CREATED";
|
|
357
|
-
MultiRegionAccessPointStatus["PARTIALLY_DELETED"] = "PARTIALLY_DELETED";
|
|
358
|
-
MultiRegionAccessPointStatus["READY"] = "READY";
|
|
359
|
-
})(MultiRegionAccessPointStatus || (MultiRegionAccessPointStatus = {}));
|
|
240
|
+
export const JobStatus = {
|
|
241
|
+
Active: "Active",
|
|
242
|
+
Cancelled: "Cancelled",
|
|
243
|
+
Cancelling: "Cancelling",
|
|
244
|
+
Complete: "Complete",
|
|
245
|
+
Completing: "Completing",
|
|
246
|
+
Failed: "Failed",
|
|
247
|
+
Failing: "Failing",
|
|
248
|
+
New: "New",
|
|
249
|
+
Paused: "Paused",
|
|
250
|
+
Pausing: "Pausing",
|
|
251
|
+
Preparing: "Preparing",
|
|
252
|
+
Ready: "Ready",
|
|
253
|
+
Suspended: "Suspended",
|
|
254
|
+
};
|
|
255
|
+
export const TransitionStorageClass = {
|
|
256
|
+
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
257
|
+
GLACIER: "GLACIER",
|
|
258
|
+
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
259
|
+
ONEZONE_IA: "ONEZONE_IA",
|
|
260
|
+
STANDARD_IA: "STANDARD_IA",
|
|
261
|
+
};
|
|
262
|
+
export const ExpirationStatus = {
|
|
263
|
+
Disabled: "Disabled",
|
|
264
|
+
Enabled: "Enabled",
|
|
265
|
+
};
|
|
266
|
+
export const DeleteMarkerReplicationStatus = {
|
|
267
|
+
Disabled: "Disabled",
|
|
268
|
+
Enabled: "Enabled",
|
|
269
|
+
};
|
|
270
|
+
export const MetricsStatus = {
|
|
271
|
+
Disabled: "Disabled",
|
|
272
|
+
Enabled: "Enabled",
|
|
273
|
+
};
|
|
274
|
+
export const ReplicationTimeStatus = {
|
|
275
|
+
Disabled: "Disabled",
|
|
276
|
+
Enabled: "Enabled",
|
|
277
|
+
};
|
|
278
|
+
export const ReplicationStorageClass = {
|
|
279
|
+
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
280
|
+
GLACIER: "GLACIER",
|
|
281
|
+
GLACIER_IR: "GLACIER_IR",
|
|
282
|
+
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
283
|
+
ONEZONE_IA: "ONEZONE_IA",
|
|
284
|
+
OUTPOSTS: "OUTPOSTS",
|
|
285
|
+
REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
|
|
286
|
+
STANDARD: "STANDARD",
|
|
287
|
+
STANDARD_IA: "STANDARD_IA",
|
|
288
|
+
};
|
|
289
|
+
export const ExistingObjectReplicationStatus = {
|
|
290
|
+
Disabled: "Disabled",
|
|
291
|
+
Enabled: "Enabled",
|
|
292
|
+
};
|
|
293
|
+
export const ReplicaModificationsStatus = {
|
|
294
|
+
Disabled: "Disabled",
|
|
295
|
+
Enabled: "Enabled",
|
|
296
|
+
};
|
|
297
|
+
export const SseKmsEncryptedObjectsStatus = {
|
|
298
|
+
Disabled: "Disabled",
|
|
299
|
+
Enabled: "Enabled",
|
|
300
|
+
};
|
|
301
|
+
export const ReplicationRuleStatus = {
|
|
302
|
+
Disabled: "Disabled",
|
|
303
|
+
Enabled: "Enabled",
|
|
304
|
+
};
|
|
305
|
+
export const MFADeleteStatus = {
|
|
306
|
+
Disabled: "Disabled",
|
|
307
|
+
Enabled: "Enabled",
|
|
308
|
+
};
|
|
309
|
+
export const BucketVersioningStatus = {
|
|
310
|
+
Enabled: "Enabled",
|
|
311
|
+
Suspended: "Suspended",
|
|
312
|
+
};
|
|
313
|
+
export const MultiRegionAccessPointStatus = {
|
|
314
|
+
CREATING: "CREATING",
|
|
315
|
+
DELETING: "DELETING",
|
|
316
|
+
INCONSISTENT_ACROSS_REGIONS: "INCONSISTENT_ACROSS_REGIONS",
|
|
317
|
+
PARTIALLY_CREATED: "PARTIALLY_CREATED",
|
|
318
|
+
PARTIALLY_DELETED: "PARTIALLY_DELETED",
|
|
319
|
+
READY: "READY",
|
|
320
|
+
};
|
|
360
321
|
export class NoSuchPublicAccessBlockConfiguration extends __BaseException {
|
|
361
322
|
constructor(opts) {
|
|
362
323
|
super({
|
|
@@ -370,15 +331,13 @@ export class NoSuchPublicAccessBlockConfiguration extends __BaseException {
|
|
|
370
331
|
this.Message = opts.Message;
|
|
371
332
|
}
|
|
372
333
|
}
|
|
373
|
-
export
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
OutputSchemaVersion["V_1"] = "V_1";
|
|
381
|
-
})(OutputSchemaVersion || (OutputSchemaVersion = {}));
|
|
334
|
+
export const Format = {
|
|
335
|
+
CSV: "CSV",
|
|
336
|
+
Parquet: "Parquet",
|
|
337
|
+
};
|
|
338
|
+
export const OutputSchemaVersion = {
|
|
339
|
+
V_1: "V_1",
|
|
340
|
+
};
|
|
382
341
|
export class InvalidNextTokenException extends __BaseException {
|
|
383
342
|
constructor(opts) {
|
|
384
343
|
super({
|
|
@@ -405,23 +364,21 @@ export class InvalidRequestException extends __BaseException {
|
|
|
405
364
|
this.Message = opts.Message;
|
|
406
365
|
}
|
|
407
366
|
}
|
|
408
|
-
export
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
MFADelete["Enabled"] = "Enabled";
|
|
424
|
-
})(MFADelete || (MFADelete = {}));
|
|
367
|
+
export const OperationName = {
|
|
368
|
+
LambdaInvoke: "LambdaInvoke",
|
|
369
|
+
S3DeleteObjectTagging: "S3DeleteObjectTagging",
|
|
370
|
+
S3InitiateRestoreObject: "S3InitiateRestoreObject",
|
|
371
|
+
S3PutObjectAcl: "S3PutObjectAcl",
|
|
372
|
+
S3PutObjectCopy: "S3PutObjectCopy",
|
|
373
|
+
S3PutObjectLegalHold: "S3PutObjectLegalHold",
|
|
374
|
+
S3PutObjectRetention: "S3PutObjectRetention",
|
|
375
|
+
S3PutObjectTagging: "S3PutObjectTagging",
|
|
376
|
+
S3ReplicateObject: "S3ReplicateObject",
|
|
377
|
+
};
|
|
378
|
+
export const MFADelete = {
|
|
379
|
+
Disabled: "Disabled",
|
|
380
|
+
Enabled: "Enabled",
|
|
381
|
+
};
|
|
425
382
|
export class TooManyTagsException extends __BaseException {
|
|
426
383
|
constructor(opts) {
|
|
427
384
|
super({
|
|
@@ -448,8 +405,7 @@ export class JobStatusException extends __BaseException {
|
|
|
448
405
|
this.Message = opts.Message;
|
|
449
406
|
}
|
|
450
407
|
}
|
|
451
|
-
export
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
})(RequestedJobStatus || (RequestedJobStatus = {}));
|
|
408
|
+
export const RequestedJobStatus = {
|
|
409
|
+
Cancelled: "Cancelled",
|
|
410
|
+
Ready: "Ready",
|
|
411
|
+
};
|
|
@@ -56,14 +56,14 @@ export interface CreateAccessPointCommandOutput extends CreateAccessPointResult,
|
|
|
56
56
|
* import { S3ControlClient, CreateAccessPointCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
57
57
|
* // const { S3ControlClient, CreateAccessPointCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
58
58
|
* const client = new S3ControlClient(config);
|
|
59
|
-
* const input = {
|
|
59
|
+
* const input = { // CreateAccessPointRequest
|
|
60
60
|
* AccountId: "STRING_VALUE",
|
|
61
61
|
* Name: "STRING_VALUE", // required
|
|
62
62
|
* Bucket: "STRING_VALUE", // required
|
|
63
|
-
* VpcConfiguration: {
|
|
63
|
+
* VpcConfiguration: { // VpcConfiguration
|
|
64
64
|
* VpcId: "STRING_VALUE", // required
|
|
65
65
|
* },
|
|
66
|
-
* PublicAccessBlockConfiguration: {
|
|
66
|
+
* PublicAccessBlockConfiguration: { // PublicAccessBlockConfiguration
|
|
67
67
|
* BlockPublicAcls: true || false,
|
|
68
68
|
* IgnorePublicAcls: true || false,
|
|
69
69
|
* BlockPublicPolicy: true || false,
|