@aws-sdk/client-s3-control 3.50.0 → 3.53.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/CHANGELOG.md +31 -0
- package/README.md +1 -4
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/S3ControlServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +263 -4
- package/dist-cjs/protocols/Aws_restXml.js +658 -850
- package/dist-es/index.js +1 -0
- package/dist-es/models/S3ControlServiceException.js +12 -0
- package/dist-es/models/models_0.js +230 -4
- package/dist-es/protocols/Aws_restXml.js +980 -806
- package/dist-types/S3Control.d.ts +297 -283
- package/dist-types/S3ControlClient.d.ts +1 -4
- package/dist-types/commands/CreateAccessPointCommand.d.ts +7 -7
- package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +4 -3
- package/dist-types/commands/CreateBucketCommand.d.ts +14 -9
- package/dist-types/commands/CreateJobCommand.d.ts +3 -4
- package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +9 -10
- package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBucketCommand.d.ts +5 -6
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +8 -7
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +13 -12
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +7 -8
- package/dist-types/commands/DeleteJobTaggingCommand.d.ts +3 -2
- package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +7 -8
- package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +6 -7
- package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +7 -7
- package/dist-types/commands/DescribeJobCommand.d.ts +1 -2
- package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +2 -3
- package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +2 -1
- package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +2 -1
- package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +3 -1
- package/dist-types/commands/GetBucketCommand.d.ts +10 -12
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +12 -10
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +17 -12
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +7 -7
- package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +3 -4
- package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +5 -5
- package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +6 -6
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +2 -2
- package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +5 -7
- package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +7 -6
- package/dist-types/commands/ListAccessPointsCommand.d.ts +4 -4
- package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +5 -5
- package/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +6 -7
- package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +7 -7
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +2 -1
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +3 -2
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +3 -3
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +9 -7
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +14 -11
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +22 -20
- package/dist-types/commands/PutJobTaggingCommand.d.ts +16 -14
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +7 -7
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +4 -3
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +3 -4
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +7 -8
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +1 -2
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +1 -2
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/S3ControlServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +668 -302
- package/dist-types/ts3.4/S3Control.d.ts +290 -0
- package/dist-types/ts3.4/S3ControlClient.d.ts +137 -0
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBucketCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetJobTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +57 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/S3ControlServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2434 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAccessPointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMultiRegionAccessPointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRegionalBucketsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStorageLensConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +173 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +42 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +43 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +41 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +39 -39
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
|
|
3
|
+
var S3ControlServiceException = (function (_super) {
|
|
4
|
+
__extends(S3ControlServiceException, _super);
|
|
5
|
+
function S3ControlServiceException(options) {
|
|
6
|
+
var _this = _super.call(this, options) || this;
|
|
7
|
+
Object.setPrototypeOf(_this, S3ControlServiceException.prototype);
|
|
8
|
+
return _this;
|
|
9
|
+
}
|
|
10
|
+
return S3ControlServiceException;
|
|
11
|
+
}(__ServiceException));
|
|
12
|
+
export { S3ControlServiceException };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
2
|
+
import { S3ControlServiceException as __BaseException } from "./S3ControlServiceException";
|
|
2
3
|
export var AbortIncompleteMultipartUpload;
|
|
3
4
|
(function (AbortIncompleteMultipartUpload) {
|
|
4
5
|
AbortIncompleteMultipartUpload.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -148,6 +149,30 @@ export var CreateAccessPointForObjectLambdaResult;
|
|
|
148
149
|
(function (CreateAccessPointForObjectLambdaResult) {
|
|
149
150
|
CreateAccessPointForObjectLambdaResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
151
|
})(CreateAccessPointForObjectLambdaResult || (CreateAccessPointForObjectLambdaResult = {}));
|
|
152
|
+
var BucketAlreadyExists = (function (_super) {
|
|
153
|
+
__extends(BucketAlreadyExists, _super);
|
|
154
|
+
function BucketAlreadyExists(opts) {
|
|
155
|
+
var _this = _super.call(this, __assign({ name: "BucketAlreadyExists", $fault: "client" }, opts)) || this;
|
|
156
|
+
_this.name = "BucketAlreadyExists";
|
|
157
|
+
_this.$fault = "client";
|
|
158
|
+
Object.setPrototypeOf(_this, BucketAlreadyExists.prototype);
|
|
159
|
+
return _this;
|
|
160
|
+
}
|
|
161
|
+
return BucketAlreadyExists;
|
|
162
|
+
}(__BaseException));
|
|
163
|
+
export { BucketAlreadyExists };
|
|
164
|
+
var BucketAlreadyOwnedByYou = (function (_super) {
|
|
165
|
+
__extends(BucketAlreadyOwnedByYou, _super);
|
|
166
|
+
function BucketAlreadyOwnedByYou(opts) {
|
|
167
|
+
var _this = _super.call(this, __assign({ name: "BucketAlreadyOwnedByYou", $fault: "client" }, opts)) || this;
|
|
168
|
+
_this.name = "BucketAlreadyOwnedByYou";
|
|
169
|
+
_this.$fault = "client";
|
|
170
|
+
Object.setPrototypeOf(_this, BucketAlreadyOwnedByYou.prototype);
|
|
171
|
+
return _this;
|
|
172
|
+
}
|
|
173
|
+
return BucketAlreadyOwnedByYou;
|
|
174
|
+
}(__BaseException));
|
|
175
|
+
export { BucketAlreadyOwnedByYou };
|
|
151
176
|
export var CreateBucketConfiguration;
|
|
152
177
|
(function (CreateBucketConfiguration) {
|
|
153
178
|
CreateBucketConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -160,6 +185,19 @@ export var CreateBucketResult;
|
|
|
160
185
|
(function (CreateBucketResult) {
|
|
161
186
|
CreateBucketResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
162
187
|
})(CreateBucketResult || (CreateBucketResult = {}));
|
|
188
|
+
var BadRequestException = (function (_super) {
|
|
189
|
+
__extends(BadRequestException, _super);
|
|
190
|
+
function BadRequestException(opts) {
|
|
191
|
+
var _this = _super.call(this, __assign({ name: "BadRequestException", $fault: "client" }, opts)) || this;
|
|
192
|
+
_this.name = "BadRequestException";
|
|
193
|
+
_this.$fault = "client";
|
|
194
|
+
Object.setPrototypeOf(_this, BadRequestException.prototype);
|
|
195
|
+
_this.Message = opts.Message;
|
|
196
|
+
return _this;
|
|
197
|
+
}
|
|
198
|
+
return BadRequestException;
|
|
199
|
+
}(__BaseException));
|
|
200
|
+
export { BadRequestException };
|
|
163
201
|
export var JobManifestLocation;
|
|
164
202
|
(function (JobManifestLocation) {
|
|
165
203
|
JobManifestLocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -184,6 +222,56 @@ export var JobManifest;
|
|
|
184
222
|
(function (JobManifest) {
|
|
185
223
|
JobManifest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
224
|
})(JobManifest || (JobManifest = {}));
|
|
225
|
+
export var ReplicationStatus;
|
|
226
|
+
(function (ReplicationStatus) {
|
|
227
|
+
ReplicationStatus["COMPLETED"] = "COMPLETED";
|
|
228
|
+
ReplicationStatus["FAILED"] = "FAILED";
|
|
229
|
+
ReplicationStatus["NONE"] = "NONE";
|
|
230
|
+
ReplicationStatus["REPLICA"] = "REPLICA";
|
|
231
|
+
})(ReplicationStatus || (ReplicationStatus = {}));
|
|
232
|
+
export var JobManifestGeneratorFilter;
|
|
233
|
+
(function (JobManifestGeneratorFilter) {
|
|
234
|
+
JobManifestGeneratorFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
235
|
+
})(JobManifestGeneratorFilter || (JobManifestGeneratorFilter = {}));
|
|
236
|
+
export var SSEKMSEncryption;
|
|
237
|
+
(function (SSEKMSEncryption) {
|
|
238
|
+
SSEKMSEncryption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
|
+
})(SSEKMSEncryption || (SSEKMSEncryption = {}));
|
|
240
|
+
export var SSES3Encryption;
|
|
241
|
+
(function (SSES3Encryption) {
|
|
242
|
+
SSES3Encryption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
+
})(SSES3Encryption || (SSES3Encryption = {}));
|
|
244
|
+
export var GeneratedManifestEncryption;
|
|
245
|
+
(function (GeneratedManifestEncryption) {
|
|
246
|
+
GeneratedManifestEncryption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
+
})(GeneratedManifestEncryption || (GeneratedManifestEncryption = {}));
|
|
248
|
+
export var GeneratedManifestFormat;
|
|
249
|
+
(function (GeneratedManifestFormat) {
|
|
250
|
+
GeneratedManifestFormat["S3InventoryReport_CSV_20211130"] = "S3InventoryReport_CSV_20211130";
|
|
251
|
+
})(GeneratedManifestFormat || (GeneratedManifestFormat = {}));
|
|
252
|
+
export var S3ManifestOutputLocation;
|
|
253
|
+
(function (S3ManifestOutputLocation) {
|
|
254
|
+
S3ManifestOutputLocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
+
})(S3ManifestOutputLocation || (S3ManifestOutputLocation = {}));
|
|
256
|
+
export var S3JobManifestGenerator;
|
|
257
|
+
(function (S3JobManifestGenerator) {
|
|
258
|
+
S3JobManifestGenerator.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
+
})(S3JobManifestGenerator || (S3JobManifestGenerator = {}));
|
|
260
|
+
export var JobManifestGenerator;
|
|
261
|
+
(function (JobManifestGenerator) {
|
|
262
|
+
JobManifestGenerator.visit = function (value, visitor) {
|
|
263
|
+
if (value.S3JobManifestGenerator !== undefined)
|
|
264
|
+
return visitor.S3JobManifestGenerator(value.S3JobManifestGenerator);
|
|
265
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
266
|
+
};
|
|
267
|
+
JobManifestGenerator.filterSensitiveLog = function (obj) {
|
|
268
|
+
var _a;
|
|
269
|
+
if (obj.S3JobManifestGenerator !== undefined)
|
|
270
|
+
return { S3JobManifestGenerator: S3JobManifestGenerator.filterSensitiveLog(obj.S3JobManifestGenerator) };
|
|
271
|
+
if (obj.$unknown !== undefined)
|
|
272
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
273
|
+
};
|
|
274
|
+
})(JobManifestGenerator || (JobManifestGenerator = {}));
|
|
187
275
|
export var LambdaInvokeOperation;
|
|
188
276
|
(function (LambdaInvokeOperation) {
|
|
189
277
|
LambdaInvokeOperation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -249,6 +337,13 @@ export var S3SetObjectAclOperation;
|
|
|
249
337
|
(function (S3SetObjectAclOperation) {
|
|
250
338
|
S3SetObjectAclOperation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
339
|
})(S3SetObjectAclOperation || (S3SetObjectAclOperation = {}));
|
|
340
|
+
export var S3ChecksumAlgorithm;
|
|
341
|
+
(function (S3ChecksumAlgorithm) {
|
|
342
|
+
S3ChecksumAlgorithm["CRC32"] = "CRC32";
|
|
343
|
+
S3ChecksumAlgorithm["CRC32C"] = "CRC32C";
|
|
344
|
+
S3ChecksumAlgorithm["SHA1"] = "SHA1";
|
|
345
|
+
S3ChecksumAlgorithm["SHA256"] = "SHA256";
|
|
346
|
+
})(S3ChecksumAlgorithm || (S3ChecksumAlgorithm = {}));
|
|
252
347
|
export var S3MetadataDirective;
|
|
253
348
|
(function (S3MetadataDirective) {
|
|
254
349
|
S3MetadataDirective["COPY"] = "COPY";
|
|
@@ -281,6 +376,7 @@ export var S3StorageClass;
|
|
|
281
376
|
(function (S3StorageClass) {
|
|
282
377
|
S3StorageClass["DEEP_ARCHIVE"] = "DEEP_ARCHIVE";
|
|
283
378
|
S3StorageClass["GLACIER"] = "GLACIER";
|
|
379
|
+
S3StorageClass["GLACIER_IR"] = "GLACIER_IR";
|
|
284
380
|
S3StorageClass["INTELLIGENT_TIERING"] = "INTELLIGENT_TIERING";
|
|
285
381
|
S3StorageClass["ONEZONE_IA"] = "ONEZONE_IA";
|
|
286
382
|
S3StorageClass["STANDARD"] = "STANDARD";
|
|
@@ -315,6 +411,10 @@ export var S3SetObjectTaggingOperation;
|
|
|
315
411
|
(function (S3SetObjectTaggingOperation) {
|
|
316
412
|
S3SetObjectTaggingOperation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
413
|
})(S3SetObjectTaggingOperation || (S3SetObjectTaggingOperation = {}));
|
|
414
|
+
export var S3ReplicateObjectOperation;
|
|
415
|
+
(function (S3ReplicateObjectOperation) {
|
|
416
|
+
S3ReplicateObjectOperation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
|
+
})(S3ReplicateObjectOperation || (S3ReplicateObjectOperation = {}));
|
|
318
418
|
export var JobOperation;
|
|
319
419
|
(function (JobOperation) {
|
|
320
420
|
JobOperation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -334,12 +434,51 @@ export var JobReport;
|
|
|
334
434
|
})(JobReport || (JobReport = {}));
|
|
335
435
|
export var CreateJobRequest;
|
|
336
436
|
(function (CreateJobRequest) {
|
|
337
|
-
CreateJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
+
CreateJobRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ManifestGenerator && { ManifestGenerator: JobManifestGenerator.filterSensitiveLog(obj.ManifestGenerator) }))); };
|
|
338
438
|
})(CreateJobRequest || (CreateJobRequest = {}));
|
|
339
439
|
export var CreateJobResult;
|
|
340
440
|
(function (CreateJobResult) {
|
|
341
441
|
CreateJobResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
442
|
})(CreateJobResult || (CreateJobResult = {}));
|
|
443
|
+
var IdempotencyException = (function (_super) {
|
|
444
|
+
__extends(IdempotencyException, _super);
|
|
445
|
+
function IdempotencyException(opts) {
|
|
446
|
+
var _this = _super.call(this, __assign({ name: "IdempotencyException", $fault: "client" }, opts)) || this;
|
|
447
|
+
_this.name = "IdempotencyException";
|
|
448
|
+
_this.$fault = "client";
|
|
449
|
+
Object.setPrototypeOf(_this, IdempotencyException.prototype);
|
|
450
|
+
_this.Message = opts.Message;
|
|
451
|
+
return _this;
|
|
452
|
+
}
|
|
453
|
+
return IdempotencyException;
|
|
454
|
+
}(__BaseException));
|
|
455
|
+
export { IdempotencyException };
|
|
456
|
+
var InternalServiceException = (function (_super) {
|
|
457
|
+
__extends(InternalServiceException, _super);
|
|
458
|
+
function InternalServiceException(opts) {
|
|
459
|
+
var _this = _super.call(this, __assign({ name: "InternalServiceException", $fault: "server" }, opts)) || this;
|
|
460
|
+
_this.name = "InternalServiceException";
|
|
461
|
+
_this.$fault = "server";
|
|
462
|
+
Object.setPrototypeOf(_this, InternalServiceException.prototype);
|
|
463
|
+
_this.Message = opts.Message;
|
|
464
|
+
return _this;
|
|
465
|
+
}
|
|
466
|
+
return InternalServiceException;
|
|
467
|
+
}(__BaseException));
|
|
468
|
+
export { InternalServiceException };
|
|
469
|
+
var TooManyRequestsException = (function (_super) {
|
|
470
|
+
__extends(TooManyRequestsException, _super);
|
|
471
|
+
function TooManyRequestsException(opts) {
|
|
472
|
+
var _this = _super.call(this, __assign({ name: "TooManyRequestsException", $fault: "client" }, opts)) || this;
|
|
473
|
+
_this.name = "TooManyRequestsException";
|
|
474
|
+
_this.$fault = "client";
|
|
475
|
+
Object.setPrototypeOf(_this, TooManyRequestsException.prototype);
|
|
476
|
+
_this.Message = opts.Message;
|
|
477
|
+
return _this;
|
|
478
|
+
}
|
|
479
|
+
return TooManyRequestsException;
|
|
480
|
+
}(__BaseException));
|
|
481
|
+
export { TooManyRequestsException };
|
|
343
482
|
export var CreateMultiRegionAccessPointRequest;
|
|
344
483
|
(function (CreateMultiRegionAccessPointRequest) {
|
|
345
484
|
CreateMultiRegionAccessPointRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -388,6 +527,19 @@ export var DeleteJobTaggingResult;
|
|
|
388
527
|
(function (DeleteJobTaggingResult) {
|
|
389
528
|
DeleteJobTaggingResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
529
|
})(DeleteJobTaggingResult || (DeleteJobTaggingResult = {}));
|
|
530
|
+
var NotFoundException = (function (_super) {
|
|
531
|
+
__extends(NotFoundException, _super);
|
|
532
|
+
function NotFoundException(opts) {
|
|
533
|
+
var _this = _super.call(this, __assign({ name: "NotFoundException", $fault: "client" }, opts)) || this;
|
|
534
|
+
_this.name = "NotFoundException";
|
|
535
|
+
_this.$fault = "client";
|
|
536
|
+
Object.setPrototypeOf(_this, NotFoundException.prototype);
|
|
537
|
+
_this.Message = opts.Message;
|
|
538
|
+
return _this;
|
|
539
|
+
}
|
|
540
|
+
return NotFoundException;
|
|
541
|
+
}(__BaseException));
|
|
542
|
+
export { NotFoundException };
|
|
391
543
|
export var DeleteMultiRegionAccessPointRequest;
|
|
392
544
|
(function (DeleteMultiRegionAccessPointRequest) {
|
|
393
545
|
DeleteMultiRegionAccessPointRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -420,6 +572,14 @@ export var JobFailure;
|
|
|
420
572
|
(function (JobFailure) {
|
|
421
573
|
JobFailure.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
574
|
})(JobFailure || (JobFailure = {}));
|
|
575
|
+
export var S3GeneratedManifestDescriptor;
|
|
576
|
+
(function (S3GeneratedManifestDescriptor) {
|
|
577
|
+
S3GeneratedManifestDescriptor.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
+
})(S3GeneratedManifestDescriptor || (S3GeneratedManifestDescriptor = {}));
|
|
579
|
+
export var JobTimers;
|
|
580
|
+
(function (JobTimers) {
|
|
581
|
+
JobTimers.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
+
})(JobTimers || (JobTimers = {}));
|
|
423
583
|
export var JobProgressSummary;
|
|
424
584
|
(function (JobProgressSummary) {
|
|
425
585
|
JobProgressSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -442,11 +602,11 @@ export var JobStatus;
|
|
|
442
602
|
})(JobStatus || (JobStatus = {}));
|
|
443
603
|
export var JobDescriptor;
|
|
444
604
|
(function (JobDescriptor) {
|
|
445
|
-
JobDescriptor.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
605
|
+
JobDescriptor.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ManifestGenerator && { ManifestGenerator: JobManifestGenerator.filterSensitiveLog(obj.ManifestGenerator) }))); };
|
|
446
606
|
})(JobDescriptor || (JobDescriptor = {}));
|
|
447
607
|
export var DescribeJobResult;
|
|
448
608
|
(function (DescribeJobResult) {
|
|
449
|
-
DescribeJobResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
609
|
+
DescribeJobResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Job && { Job: JobDescriptor.filterSensitiveLog(obj.Job) }))); };
|
|
450
610
|
})(DescribeJobResult || (DescribeJobResult = {}));
|
|
451
611
|
export var DescribeMultiRegionAccessPointOperationRequest;
|
|
452
612
|
(function (DescribeMultiRegionAccessPointOperationRequest) {
|
|
@@ -645,6 +805,19 @@ export var GetPublicAccessBlockRequest;
|
|
|
645
805
|
(function (GetPublicAccessBlockRequest) {
|
|
646
806
|
GetPublicAccessBlockRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
807
|
})(GetPublicAccessBlockRequest || (GetPublicAccessBlockRequest = {}));
|
|
808
|
+
var NoSuchPublicAccessBlockConfiguration = (function (_super) {
|
|
809
|
+
__extends(NoSuchPublicAccessBlockConfiguration, _super);
|
|
810
|
+
function NoSuchPublicAccessBlockConfiguration(opts) {
|
|
811
|
+
var _this = _super.call(this, __assign({ name: "NoSuchPublicAccessBlockConfiguration", $fault: "client" }, opts)) || this;
|
|
812
|
+
_this.name = "NoSuchPublicAccessBlockConfiguration";
|
|
813
|
+
_this.$fault = "client";
|
|
814
|
+
Object.setPrototypeOf(_this, NoSuchPublicAccessBlockConfiguration.prototype);
|
|
815
|
+
_this.Message = opts.Message;
|
|
816
|
+
return _this;
|
|
817
|
+
}
|
|
818
|
+
return NoSuchPublicAccessBlockConfiguration;
|
|
819
|
+
}(__BaseException));
|
|
820
|
+
export { NoSuchPublicAccessBlockConfiguration };
|
|
648
821
|
export var GetStorageLensConfigurationRequest;
|
|
649
822
|
(function (GetStorageLensConfigurationRequest) {
|
|
650
823
|
GetStorageLensConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -725,6 +898,32 @@ export var ListAccessPointsForObjectLambdaResult;
|
|
|
725
898
|
(function (ListAccessPointsForObjectLambdaResult) {
|
|
726
899
|
ListAccessPointsForObjectLambdaResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
727
900
|
})(ListAccessPointsForObjectLambdaResult || (ListAccessPointsForObjectLambdaResult = {}));
|
|
901
|
+
var InvalidNextTokenException = (function (_super) {
|
|
902
|
+
__extends(InvalidNextTokenException, _super);
|
|
903
|
+
function InvalidNextTokenException(opts) {
|
|
904
|
+
var _this = _super.call(this, __assign({ name: "InvalidNextTokenException", $fault: "client" }, opts)) || this;
|
|
905
|
+
_this.name = "InvalidNextTokenException";
|
|
906
|
+
_this.$fault = "client";
|
|
907
|
+
Object.setPrototypeOf(_this, InvalidNextTokenException.prototype);
|
|
908
|
+
_this.Message = opts.Message;
|
|
909
|
+
return _this;
|
|
910
|
+
}
|
|
911
|
+
return InvalidNextTokenException;
|
|
912
|
+
}(__BaseException));
|
|
913
|
+
export { InvalidNextTokenException };
|
|
914
|
+
var InvalidRequestException = (function (_super) {
|
|
915
|
+
__extends(InvalidRequestException, _super);
|
|
916
|
+
function InvalidRequestException(opts) {
|
|
917
|
+
var _this = _super.call(this, __assign({ name: "InvalidRequestException", $fault: "client" }, opts)) || this;
|
|
918
|
+
_this.name = "InvalidRequestException";
|
|
919
|
+
_this.$fault = "client";
|
|
920
|
+
Object.setPrototypeOf(_this, InvalidRequestException.prototype);
|
|
921
|
+
_this.Message = opts.Message;
|
|
922
|
+
return _this;
|
|
923
|
+
}
|
|
924
|
+
return InvalidRequestException;
|
|
925
|
+
}(__BaseException));
|
|
926
|
+
export { InvalidRequestException };
|
|
728
927
|
export var ListJobsRequest;
|
|
729
928
|
(function (ListJobsRequest) {
|
|
730
929
|
ListJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -739,6 +938,7 @@ export var OperationName;
|
|
|
739
938
|
OperationName["S3PutObjectLegalHold"] = "S3PutObjectLegalHold";
|
|
740
939
|
OperationName["S3PutObjectRetention"] = "S3PutObjectRetention";
|
|
741
940
|
OperationName["S3PutObjectTagging"] = "S3PutObjectTagging";
|
|
941
|
+
OperationName["S3ReplicateObject"] = "S3ReplicateObject";
|
|
742
942
|
})(OperationName || (OperationName = {}));
|
|
743
943
|
export var JobListDescriptor;
|
|
744
944
|
(function (JobListDescriptor) {
|
|
@@ -820,6 +1020,19 @@ export var PutJobTaggingResult;
|
|
|
820
1020
|
(function (PutJobTaggingResult) {
|
|
821
1021
|
PutJobTaggingResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
822
1022
|
})(PutJobTaggingResult || (PutJobTaggingResult = {}));
|
|
1023
|
+
var TooManyTagsException = (function (_super) {
|
|
1024
|
+
__extends(TooManyTagsException, _super);
|
|
1025
|
+
function TooManyTagsException(opts) {
|
|
1026
|
+
var _this = _super.call(this, __assign({ name: "TooManyTagsException", $fault: "client" }, opts)) || this;
|
|
1027
|
+
_this.name = "TooManyTagsException";
|
|
1028
|
+
_this.$fault = "client";
|
|
1029
|
+
Object.setPrototypeOf(_this, TooManyTagsException.prototype);
|
|
1030
|
+
_this.Message = opts.Message;
|
|
1031
|
+
return _this;
|
|
1032
|
+
}
|
|
1033
|
+
return TooManyTagsException;
|
|
1034
|
+
}(__BaseException));
|
|
1035
|
+
export { TooManyTagsException };
|
|
823
1036
|
export var PutMultiRegionAccessPointPolicyRequest;
|
|
824
1037
|
(function (PutMultiRegionAccessPointPolicyRequest) {
|
|
825
1038
|
PutMultiRegionAccessPointPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -852,6 +1065,19 @@ export var UpdateJobPriorityResult;
|
|
|
852
1065
|
(function (UpdateJobPriorityResult) {
|
|
853
1066
|
UpdateJobPriorityResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
854
1067
|
})(UpdateJobPriorityResult || (UpdateJobPriorityResult = {}));
|
|
1068
|
+
var JobStatusException = (function (_super) {
|
|
1069
|
+
__extends(JobStatusException, _super);
|
|
1070
|
+
function JobStatusException(opts) {
|
|
1071
|
+
var _this = _super.call(this, __assign({ name: "JobStatusException", $fault: "client" }, opts)) || this;
|
|
1072
|
+
_this.name = "JobStatusException";
|
|
1073
|
+
_this.$fault = "client";
|
|
1074
|
+
Object.setPrototypeOf(_this, JobStatusException.prototype);
|
|
1075
|
+
_this.Message = opts.Message;
|
|
1076
|
+
return _this;
|
|
1077
|
+
}
|
|
1078
|
+
return JobStatusException;
|
|
1079
|
+
}(__BaseException));
|
|
1080
|
+
export { JobStatusException };
|
|
855
1081
|
export var RequestedJobStatus;
|
|
856
1082
|
(function (RequestedJobStatus) {
|
|
857
1083
|
RequestedJobStatus["Cancelled"] = "Cancelled";
|