@aws-sdk/client-s3-control 3.40.1 → 3.45.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 +44 -0
- package/dist-cjs/endpoints.js +14 -5
- package/dist-cjs/models/models_0.js +8 -2
- package/dist-cjs/protocols/Aws_restXml.js +25 -0
- package/dist-es/endpoints.js +14 -5
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/protocols/Aws_restXml.js +25 -0
- package/dist-types/commands/CreateAccessPointCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +1 -1
- package/dist-types/commands/CreateBucketCommand.d.ts +1 -1
- package/dist-types/commands/CreateJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +1 -1
- 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/DeleteBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/DeleteJobTaggingCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +1 -1
- 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/GetBucketTaggingCommand.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/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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/PutJobTaggingCommand.d.ts +1 -1
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
- 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 +32 -12
- package/dist-types/ts3.4/models/models_0.d.ts +16 -5
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,50 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **clients:** update clients as of 11/28/2021 ([#3072](https://github.com/aws/aws-sdk-js-v3/issues/3072)) ([2ad1622](https://github.com/aws/aws-sdk-js-v3/commit/2ad1622ba8586b926fe508055211803bb29e3976))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* **clients:** merge default variants by comparing tags ([#3044](https://github.com/aws/aws-sdk-js-v3/issues/3044)) ([d65a310](https://github.com/aws/aws-sdk-js-v3/commit/d65a310ed5a471e72633a18ae6f3c98390e20783))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Features
|
|
43
|
+
|
|
44
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
6
50
|
## [3.40.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.0...v3.40.1) (2021-11-08)
|
|
7
51
|
|
|
8
52
|
**Note:** Version bump only for package @aws-sdk/client-s3-control
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -344,6 +344,7 @@ const partitionHash = {
|
|
|
344
344
|
"ap-south-1",
|
|
345
345
|
"ap-southeast-1",
|
|
346
346
|
"ap-southeast-2",
|
|
347
|
+
"ap-southeast-3",
|
|
347
348
|
"ca-central-1",
|
|
348
349
|
"ca-central-1-fips",
|
|
349
350
|
"eu-central-1",
|
|
@@ -374,11 +375,11 @@ const partitionHash = {
|
|
|
374
375
|
tags: ["fips"],
|
|
375
376
|
},
|
|
376
377
|
{
|
|
377
|
-
hostname: "s3-control-fips.{region}.
|
|
378
|
+
hostname: "s3-control-fips.dualstack.{region}.amazonaws.com",
|
|
378
379
|
tags: ["dualstack", "fips"],
|
|
379
380
|
},
|
|
380
381
|
{
|
|
381
|
-
hostname: "s3-control.{region}.
|
|
382
|
+
hostname: "s3-control.dualstack.{region}.amazonaws.com",
|
|
382
383
|
tags: ["dualstack"],
|
|
383
384
|
},
|
|
384
385
|
],
|
|
@@ -400,7 +401,7 @@ const partitionHash = {
|
|
|
400
401
|
tags: ["dualstack", "fips"],
|
|
401
402
|
},
|
|
402
403
|
{
|
|
403
|
-
hostname: "s3-control.{region}.
|
|
404
|
+
hostname: "s3-control.dualstack.{region}.amazonaws.com.cn",
|
|
404
405
|
tags: ["dualstack"],
|
|
405
406
|
},
|
|
406
407
|
],
|
|
@@ -413,6 +414,10 @@ const partitionHash = {
|
|
|
413
414
|
hostname: "s3-control.{region}.c2s.ic.gov",
|
|
414
415
|
tags: [],
|
|
415
416
|
},
|
|
417
|
+
{
|
|
418
|
+
hostname: "s3-control-fips.{region}.c2s.ic.gov",
|
|
419
|
+
tags: ["fips"],
|
|
420
|
+
},
|
|
416
421
|
],
|
|
417
422
|
},
|
|
418
423
|
"aws-iso-b": {
|
|
@@ -423,6 +428,10 @@ const partitionHash = {
|
|
|
423
428
|
hostname: "s3-control.{region}.sc2s.sgov.gov",
|
|
424
429
|
tags: [],
|
|
425
430
|
},
|
|
431
|
+
{
|
|
432
|
+
hostname: "s3-control-fips.{region}.sc2s.sgov.gov",
|
|
433
|
+
tags: ["fips"],
|
|
434
|
+
},
|
|
426
435
|
],
|
|
427
436
|
},
|
|
428
437
|
"aws-us-gov": {
|
|
@@ -438,11 +447,11 @@ const partitionHash = {
|
|
|
438
447
|
tags: ["fips"],
|
|
439
448
|
},
|
|
440
449
|
{
|
|
441
|
-
hostname: "s3-control-fips.{region}.
|
|
450
|
+
hostname: "s3-control-fips.dualstack.{region}.amazonaws.com",
|
|
442
451
|
tags: ["dualstack", "fips"],
|
|
443
452
|
},
|
|
444
453
|
{
|
|
445
|
-
hostname: "s3-control.{region}.
|
|
454
|
+
hostname: "s3-control.dualstack.{region}.amazonaws.com",
|
|
446
455
|
tags: ["dualstack"],
|
|
447
456
|
},
|
|
448
457
|
],
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.S3Permission = exports.S3Grantee = exports.S3GranteeTypeIdentifier = exports.S3InitiateRestoreObjectOperation = exports.S3GlacierJobTier = exports.S3DeleteObjectTaggingOperation = exports.LambdaInvokeOperation = exports.JobManifest = exports.JobManifestSpec = exports.JobManifestFormat = exports.JobManifestFieldName = exports.JobManifestLocation = exports.BadRequestException = exports.CreateBucketResult = exports.CreateBucketRequest = exports.CreateBucketConfiguration = exports.BucketAlreadyOwnedByYou = exports.BucketAlreadyExists = exports.CreateAccessPointForObjectLambdaResult = exports.CreateAccessPointForObjectLambdaRequest = exports.ObjectLambdaConfiguration = exports.ObjectLambdaTransformationConfiguration = exports.ObjectLambdaContentTransformation = exports.ObjectLambdaTransformationConfigurationAction = exports.ObjectLambdaAllowedFeature = exports.CreateAccessPointResult = exports.CreateAccessPointRequest = exports.AwsLambdaTransformation = exports.AsyncOperation = exports.AsyncResponseDetails = exports.MultiRegionAccessPointsAsyncResponse = exports.MultiRegionAccessPointRegionalResponse = exports.AsyncRequestParameters = exports.PutMultiRegionAccessPointPolicyInput = exports.DeleteMultiRegionAccessPointInput = exports.CreateMultiRegionAccessPointInput = exports.Region = exports.PublicAccessBlockConfiguration = exports.AsyncOperationName = exports.AsyncErrorDetails = exports.AccountLevel = exports.BucketLevel = exports.PrefixLevel = exports.PrefixLevelStorageMetrics = exports.SelectionCriteria = exports.ActivityMetrics = exports.AccessPoint = exports.VpcConfiguration = exports.NetworkOrigin = exports.AbortIncompleteMultipartUpload = void 0;
|
|
4
4
|
exports.JobFailure = exports.DescribeJobRequest = exports.DeleteStorageLensConfigurationTaggingResult = exports.DeleteStorageLensConfigurationTaggingRequest = exports.DeleteStorageLensConfigurationRequest = exports.DeletePublicAccessBlockRequest = exports.DeleteMultiRegionAccessPointResult = exports.DeleteMultiRegionAccessPointRequest = exports.NotFoundException = exports.DeleteJobTaggingResult = exports.DeleteJobTaggingRequest = exports.DeleteBucketTaggingRequest = exports.DeleteBucketPolicyRequest = exports.DeleteBucketLifecycleConfigurationRequest = exports.DeleteBucketRequest = exports.DeleteAccessPointPolicyForObjectLambdaRequest = exports.DeleteAccessPointPolicyRequest = exports.DeleteAccessPointForObjectLambdaRequest = exports.DeleteAccessPointRequest = exports.CreateMultiRegionAccessPointResult = exports.CreateMultiRegionAccessPointRequest = exports.TooManyRequestsException = exports.InternalServiceException = exports.IdempotencyException = exports.CreateJobResult = exports.CreateJobRequest = exports.JobReport = exports.JobReportScope = exports.JobReportFormat = exports.JobOperation = exports.S3SetObjectTaggingOperation = exports.S3SetObjectRetentionOperation = exports.S3Retention = exports.S3ObjectLockRetentionMode = exports.S3SetObjectLegalHoldOperation = exports.S3ObjectLockLegalHold = exports.S3CopyObjectOperation = exports.S3StorageClass = exports.S3ObjectLockMode = exports.S3ObjectLockLegalHoldStatus = exports.S3Tag = exports.S3ObjectMetadata = exports.S3SSEAlgorithm = exports.S3MetadataDirective = exports.S3SetObjectAclOperation = exports.S3AccessControlPolicy = exports.S3CannedAccessControlList = exports.S3AccessControlList = exports.S3ObjectOwner = exports.S3Grant = void 0;
|
|
5
5
|
exports.GetMultiRegionAccessPointPolicyStatusResult = exports.GetMultiRegionAccessPointPolicyStatusRequest = exports.GetMultiRegionAccessPointPolicyResult = exports.MultiRegionAccessPointPolicyDocument = exports.ProposedMultiRegionAccessPointPolicy = exports.EstablishedMultiRegionAccessPointPolicy = exports.GetMultiRegionAccessPointPolicyRequest = exports.GetMultiRegionAccessPointResult = exports.MultiRegionAccessPointReport = exports.MultiRegionAccessPointStatus = exports.RegionReport = exports.GetMultiRegionAccessPointRequest = exports.GetJobTaggingResult = exports.GetJobTaggingRequest = exports.GetBucketTaggingResult = exports.GetBucketTaggingRequest = exports.GetBucketPolicyResult = exports.GetBucketPolicyRequest = exports.GetBucketLifecycleConfigurationResult = exports.LifecycleRule = exports.Transition = exports.NoncurrentVersionTransition = exports.NoncurrentVersionExpiration = exports.LifecycleRuleFilter = exports.LifecycleRuleAndOperator = exports.LifecycleExpiration = exports.GetBucketLifecycleConfigurationRequest = exports.GetBucketResult = exports.GetBucketRequest = exports.GetAccessPointPolicyStatusForObjectLambdaResult = exports.GetAccessPointPolicyStatusForObjectLambdaRequest = exports.GetAccessPointPolicyStatusResult = exports.PolicyStatus = exports.GetAccessPointPolicyStatusRequest = exports.GetAccessPointPolicyForObjectLambdaResult = exports.GetAccessPointPolicyForObjectLambdaRequest = exports.GetAccessPointPolicyResult = exports.GetAccessPointPolicyRequest = exports.GetAccessPointForObjectLambdaResult = exports.GetAccessPointForObjectLambdaRequest = exports.GetAccessPointConfigurationForObjectLambdaResult = exports.GetAccessPointConfigurationForObjectLambdaRequest = exports.GetAccessPointResult = exports.GetAccessPointRequest = exports.DescribeMultiRegionAccessPointOperationResult = exports.DescribeMultiRegionAccessPointOperationRequest = exports.DescribeJobResult = exports.JobDescriptor = exports.JobStatus = exports.JobProgressSummary = void 0;
|
|
6
|
-
exports.
|
|
7
|
-
exports.UpdateJobStatusResult = exports.UpdateJobStatusRequest = exports.RequestedJobStatus = exports.JobStatusException = exports.UpdateJobPriorityResult = exports.UpdateJobPriorityRequest = exports.PutStorageLensConfigurationTaggingResult = exports.PutStorageLensConfigurationTaggingRequest = exports.PutStorageLensConfigurationRequest = void 0;
|
|
6
|
+
exports.PutMultiRegionAccessPointPolicyResult = exports.PutMultiRegionAccessPointPolicyRequest = exports.TooManyTagsException = exports.PutJobTaggingResult = exports.PutJobTaggingRequest = exports.PutBucketTaggingRequest = exports.Tagging = exports.PutBucketPolicyRequest = exports.PutBucketLifecycleConfigurationRequest = exports.LifecycleConfiguration = exports.PutAccessPointPolicyForObjectLambdaRequest = exports.PutAccessPointPolicyRequest = exports.PutAccessPointConfigurationForObjectLambdaRequest = exports.ListStorageLensConfigurationsResult = exports.ListStorageLensConfigurationEntry = exports.ListStorageLensConfigurationsRequest = exports.ListRegionalBucketsResult = exports.RegionalBucket = exports.ListRegionalBucketsRequest = exports.ListMultiRegionAccessPointsResult = exports.ListMultiRegionAccessPointsRequest = exports.ListJobsResult = exports.JobListDescriptor = exports.OperationName = exports.ListJobsRequest = exports.InvalidRequestException = exports.InvalidNextTokenException = exports.ListAccessPointsForObjectLambdaResult = exports.ObjectLambdaAccessPoint = exports.ListAccessPointsForObjectLambdaRequest = exports.ListAccessPointsResult = exports.ListAccessPointsRequest = exports.GetStorageLensConfigurationTaggingResult = exports.StorageLensTag = exports.GetStorageLensConfigurationTaggingRequest = exports.GetStorageLensConfigurationResult = exports.StorageLensConfiguration = exports.Include = exports._Exclude = exports.StorageLensDataExport = exports.S3BucketDestination = exports.StorageLensDataExportEncryption = exports.SSES3 = exports.SSEKMS = exports.CloudWatchMetrics = exports.StorageLensAwsOrg = exports.GetStorageLensConfigurationRequest = exports.NoSuchPublicAccessBlockConfiguration = exports.GetPublicAccessBlockRequest = exports.GetPublicAccessBlockOutput = void 0;
|
|
7
|
+
exports.UpdateJobStatusResult = exports.UpdateJobStatusRequest = exports.RequestedJobStatus = exports.JobStatusException = exports.UpdateJobPriorityResult = exports.UpdateJobPriorityRequest = exports.PutStorageLensConfigurationTaggingResult = exports.PutStorageLensConfigurationTaggingRequest = exports.PutStorageLensConfigurationRequest = exports.PutPublicAccessBlockRequest = void 0;
|
|
8
8
|
var AbortIncompleteMultipartUpload;
|
|
9
9
|
(function (AbortIncompleteMultipartUpload) {
|
|
10
10
|
AbortIncompleteMultipartUpload.filterSensitiveLog = (obj) => ({
|
|
@@ -960,6 +960,12 @@ var StorageLensAwsOrg;
|
|
|
960
960
|
...obj,
|
|
961
961
|
});
|
|
962
962
|
})(StorageLensAwsOrg = exports.StorageLensAwsOrg || (exports.StorageLensAwsOrg = {}));
|
|
963
|
+
var CloudWatchMetrics;
|
|
964
|
+
(function (CloudWatchMetrics) {
|
|
965
|
+
CloudWatchMetrics.filterSensitiveLog = (obj) => ({
|
|
966
|
+
...obj,
|
|
967
|
+
});
|
|
968
|
+
})(CloudWatchMetrics = exports.CloudWatchMetrics || (exports.CloudWatchMetrics = {}));
|
|
963
969
|
var SSEKMS;
|
|
964
970
|
(function (SSEKMS) {
|
|
965
971
|
SSEKMS.filterSensitiveLog = (obj) => ({
|
|
@@ -5218,6 +5218,14 @@ const serializeAws_restXmlBuckets = (input, context) => {
|
|
|
5218
5218
|
return node.withName("Arn");
|
|
5219
5219
|
});
|
|
5220
5220
|
};
|
|
5221
|
+
const serializeAws_restXmlCloudWatchMetrics = (input, context) => {
|
|
5222
|
+
const bodyNode = new xml_builder_1.XmlNode("CloudWatchMetrics");
|
|
5223
|
+
if (input.IsEnabled !== undefined && input.IsEnabled !== null) {
|
|
5224
|
+
const node = new xml_builder_1.XmlNode("IsEnabled").addChildNode(new xml_builder_1.XmlText(String(input.IsEnabled))).withName("IsEnabled");
|
|
5225
|
+
bodyNode.addChildNode(node);
|
|
5226
|
+
}
|
|
5227
|
+
return bodyNode;
|
|
5228
|
+
};
|
|
5221
5229
|
const serializeAws_restXmlCreateBucketConfiguration = (input, context) => {
|
|
5222
5230
|
const bodyNode = new xml_builder_1.XmlNode("CreateBucketConfiguration");
|
|
5223
5231
|
if (input.LocationConstraint !== undefined && input.LocationConstraint !== null) {
|
|
@@ -6273,6 +6281,10 @@ const serializeAws_restXmlStorageLensDataExport = (input, context) => {
|
|
|
6273
6281
|
const node = serializeAws_restXmlS3BucketDestination(input.S3BucketDestination, context).withName("S3BucketDestination");
|
|
6274
6282
|
bodyNode.addChildNode(node);
|
|
6275
6283
|
}
|
|
6284
|
+
if (input.CloudWatchMetrics !== undefined && input.CloudWatchMetrics !== null) {
|
|
6285
|
+
const node = serializeAws_restXmlCloudWatchMetrics(input.CloudWatchMetrics, context).withName("CloudWatchMetrics");
|
|
6286
|
+
bodyNode.addChildNode(node);
|
|
6287
|
+
}
|
|
6276
6288
|
return bodyNode;
|
|
6277
6289
|
};
|
|
6278
6290
|
const serializeAws_restXmlStorageLensDataExportEncryption = (input, context) => {
|
|
@@ -6547,6 +6559,15 @@ const deserializeAws_restXmlBuckets = (output, context) => {
|
|
|
6547
6559
|
return smithy_client_1.expectString(entry);
|
|
6548
6560
|
});
|
|
6549
6561
|
};
|
|
6562
|
+
const deserializeAws_restXmlCloudWatchMetrics = (output, context) => {
|
|
6563
|
+
const contents = {
|
|
6564
|
+
IsEnabled: undefined,
|
|
6565
|
+
};
|
|
6566
|
+
if (output["IsEnabled"] !== undefined) {
|
|
6567
|
+
contents.IsEnabled = smithy_client_1.parseBoolean(output["IsEnabled"]);
|
|
6568
|
+
}
|
|
6569
|
+
return contents;
|
|
6570
|
+
};
|
|
6550
6571
|
const deserializeAws_restXmlCreateMultiRegionAccessPointInput = (output, context) => {
|
|
6551
6572
|
const contents = {
|
|
6552
6573
|
Name: undefined,
|
|
@@ -7884,10 +7905,14 @@ const deserializeAws_restXmlStorageLensConfigurationList = (output, context) =>
|
|
|
7884
7905
|
const deserializeAws_restXmlStorageLensDataExport = (output, context) => {
|
|
7885
7906
|
const contents = {
|
|
7886
7907
|
S3BucketDestination: undefined,
|
|
7908
|
+
CloudWatchMetrics: undefined,
|
|
7887
7909
|
};
|
|
7888
7910
|
if (output["S3BucketDestination"] !== undefined) {
|
|
7889
7911
|
contents.S3BucketDestination = deserializeAws_restXmlS3BucketDestination(output["S3BucketDestination"], context);
|
|
7890
7912
|
}
|
|
7913
|
+
if (output["CloudWatchMetrics"] !== undefined) {
|
|
7914
|
+
contents.CloudWatchMetrics = deserializeAws_restXmlCloudWatchMetrics(output["CloudWatchMetrics"], context);
|
|
7915
|
+
}
|
|
7891
7916
|
return contents;
|
|
7892
7917
|
};
|
|
7893
7918
|
const deserializeAws_restXmlStorageLensDataExportEncryption = (output, context) => {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -342,6 +342,7 @@ var partitionHash = {
|
|
|
342
342
|
"ap-south-1",
|
|
343
343
|
"ap-southeast-1",
|
|
344
344
|
"ap-southeast-2",
|
|
345
|
+
"ap-southeast-3",
|
|
345
346
|
"ca-central-1",
|
|
346
347
|
"ca-central-1-fips",
|
|
347
348
|
"eu-central-1",
|
|
@@ -372,11 +373,11 @@ var partitionHash = {
|
|
|
372
373
|
tags: ["fips"],
|
|
373
374
|
},
|
|
374
375
|
{
|
|
375
|
-
hostname: "s3-control-fips.{region}.
|
|
376
|
+
hostname: "s3-control-fips.dualstack.{region}.amazonaws.com",
|
|
376
377
|
tags: ["dualstack", "fips"],
|
|
377
378
|
},
|
|
378
379
|
{
|
|
379
|
-
hostname: "s3-control.{region}.
|
|
380
|
+
hostname: "s3-control.dualstack.{region}.amazonaws.com",
|
|
380
381
|
tags: ["dualstack"],
|
|
381
382
|
},
|
|
382
383
|
],
|
|
@@ -398,7 +399,7 @@ var partitionHash = {
|
|
|
398
399
|
tags: ["dualstack", "fips"],
|
|
399
400
|
},
|
|
400
401
|
{
|
|
401
|
-
hostname: "s3-control.{region}.
|
|
402
|
+
hostname: "s3-control.dualstack.{region}.amazonaws.com.cn",
|
|
402
403
|
tags: ["dualstack"],
|
|
403
404
|
},
|
|
404
405
|
],
|
|
@@ -411,6 +412,10 @@ var partitionHash = {
|
|
|
411
412
|
hostname: "s3-control.{region}.c2s.ic.gov",
|
|
412
413
|
tags: [],
|
|
413
414
|
},
|
|
415
|
+
{
|
|
416
|
+
hostname: "s3-control-fips.{region}.c2s.ic.gov",
|
|
417
|
+
tags: ["fips"],
|
|
418
|
+
},
|
|
414
419
|
],
|
|
415
420
|
},
|
|
416
421
|
"aws-iso-b": {
|
|
@@ -421,6 +426,10 @@ var partitionHash = {
|
|
|
421
426
|
hostname: "s3-control.{region}.sc2s.sgov.gov",
|
|
422
427
|
tags: [],
|
|
423
428
|
},
|
|
429
|
+
{
|
|
430
|
+
hostname: "s3-control-fips.{region}.sc2s.sgov.gov",
|
|
431
|
+
tags: ["fips"],
|
|
432
|
+
},
|
|
424
433
|
],
|
|
425
434
|
},
|
|
426
435
|
"aws-us-gov": {
|
|
@@ -436,11 +445,11 @@ var partitionHash = {
|
|
|
436
445
|
tags: ["fips"],
|
|
437
446
|
},
|
|
438
447
|
{
|
|
439
|
-
hostname: "s3-control-fips.{region}.
|
|
448
|
+
hostname: "s3-control-fips.dualstack.{region}.amazonaws.com",
|
|
440
449
|
tags: ["dualstack", "fips"],
|
|
441
450
|
},
|
|
442
451
|
{
|
|
443
|
-
hostname: "s3-control.{region}.
|
|
452
|
+
hostname: "s3-control.dualstack.{region}.amazonaws.com",
|
|
444
453
|
tags: ["dualstack"],
|
|
445
454
|
},
|
|
446
455
|
],
|
|
@@ -685,6 +685,10 @@ export var StorageLensAwsOrg;
|
|
|
685
685
|
(function (StorageLensAwsOrg) {
|
|
686
686
|
StorageLensAwsOrg.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
687
687
|
})(StorageLensAwsOrg || (StorageLensAwsOrg = {}));
|
|
688
|
+
export var CloudWatchMetrics;
|
|
689
|
+
(function (CloudWatchMetrics) {
|
|
690
|
+
CloudWatchMetrics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
691
|
+
})(CloudWatchMetrics || (CloudWatchMetrics = {}));
|
|
688
692
|
export var SSEKMS;
|
|
689
693
|
(function (SSEKMS) {
|
|
690
694
|
SSEKMS.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -6043,6 +6043,14 @@ var serializeAws_restXmlBuckets = function (input, context) {
|
|
|
6043
6043
|
return node.withName("Arn");
|
|
6044
6044
|
});
|
|
6045
6045
|
};
|
|
6046
|
+
var serializeAws_restXmlCloudWatchMetrics = function (input, context) {
|
|
6047
|
+
var bodyNode = new __XmlNode("CloudWatchMetrics");
|
|
6048
|
+
if (input.IsEnabled !== undefined && input.IsEnabled !== null) {
|
|
6049
|
+
var node = new __XmlNode("IsEnabled").addChildNode(new __XmlText(String(input.IsEnabled))).withName("IsEnabled");
|
|
6050
|
+
bodyNode.addChildNode(node);
|
|
6051
|
+
}
|
|
6052
|
+
return bodyNode;
|
|
6053
|
+
};
|
|
6046
6054
|
var serializeAws_restXmlCreateBucketConfiguration = function (input, context) {
|
|
6047
6055
|
var bodyNode = new __XmlNode("CreateBucketConfiguration");
|
|
6048
6056
|
if (input.LocationConstraint !== undefined && input.LocationConstraint !== null) {
|
|
@@ -7098,6 +7106,10 @@ var serializeAws_restXmlStorageLensDataExport = function (input, context) {
|
|
|
7098
7106
|
var node = serializeAws_restXmlS3BucketDestination(input.S3BucketDestination, context).withName("S3BucketDestination");
|
|
7099
7107
|
bodyNode.addChildNode(node);
|
|
7100
7108
|
}
|
|
7109
|
+
if (input.CloudWatchMetrics !== undefined && input.CloudWatchMetrics !== null) {
|
|
7110
|
+
var node = serializeAws_restXmlCloudWatchMetrics(input.CloudWatchMetrics, context).withName("CloudWatchMetrics");
|
|
7111
|
+
bodyNode.addChildNode(node);
|
|
7112
|
+
}
|
|
7101
7113
|
return bodyNode;
|
|
7102
7114
|
};
|
|
7103
7115
|
var serializeAws_restXmlStorageLensDataExportEncryption = function (input, context) {
|
|
@@ -7372,6 +7384,15 @@ var deserializeAws_restXmlBuckets = function (output, context) {
|
|
|
7372
7384
|
return __expectString(entry);
|
|
7373
7385
|
});
|
|
7374
7386
|
};
|
|
7387
|
+
var deserializeAws_restXmlCloudWatchMetrics = function (output, context) {
|
|
7388
|
+
var contents = {
|
|
7389
|
+
IsEnabled: undefined,
|
|
7390
|
+
};
|
|
7391
|
+
if (output["IsEnabled"] !== undefined) {
|
|
7392
|
+
contents.IsEnabled = __parseBoolean(output["IsEnabled"]);
|
|
7393
|
+
}
|
|
7394
|
+
return contents;
|
|
7395
|
+
};
|
|
7375
7396
|
var deserializeAws_restXmlCreateMultiRegionAccessPointInput = function (output, context) {
|
|
7376
7397
|
var contents = {
|
|
7377
7398
|
Name: undefined,
|
|
@@ -8705,10 +8726,14 @@ var deserializeAws_restXmlStorageLensConfigurationList = function (output, conte
|
|
|
8705
8726
|
var deserializeAws_restXmlStorageLensDataExport = function (output, context) {
|
|
8706
8727
|
var contents = {
|
|
8707
8728
|
S3BucketDestination: undefined,
|
|
8729
|
+
CloudWatchMetrics: undefined,
|
|
8708
8730
|
};
|
|
8709
8731
|
if (output["S3BucketDestination"] !== undefined) {
|
|
8710
8732
|
contents.S3BucketDestination = deserializeAws_restXmlS3BucketDestination(output["S3BucketDestination"], context);
|
|
8711
8733
|
}
|
|
8734
|
+
if (output["CloudWatchMetrics"] !== undefined) {
|
|
8735
|
+
contents.CloudWatchMetrics = deserializeAws_restXmlCloudWatchMetrics(output["CloudWatchMetrics"], context);
|
|
8736
|
+
}
|
|
8712
8737
|
return contents;
|
|
8713
8738
|
};
|
|
8714
8739
|
var deserializeAws_restXmlStorageLensDataExportEncryption = function (output, context) {
|
|
@@ -50,7 +50,7 @@ export interface CreateAccessPointCommandOutput extends CreateAccessPointResult,
|
|
|
50
50
|
*
|
|
51
51
|
* @see {@link CreateAccessPointCommandInput} for command's `input` shape.
|
|
52
52
|
* @see {@link CreateAccessPointCommandOutput} for command's `response` shape.
|
|
53
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
53
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
54
54
|
*
|
|
55
55
|
*/
|
|
56
56
|
export declare class CreateAccessPointCommand extends $Command<CreateAccessPointCommandInput, CreateAccessPointCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -39,7 +39,7 @@ export interface CreateAccessPointForObjectLambdaCommandOutput extends CreateAcc
|
|
|
39
39
|
*
|
|
40
40
|
* @see {@link CreateAccessPointForObjectLambdaCommandInput} for command's `input` shape.
|
|
41
41
|
* @see {@link CreateAccessPointForObjectLambdaCommandOutput} for command's `response` shape.
|
|
42
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
42
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
45
45
|
export declare class CreateAccessPointForObjectLambdaCommand extends $Command<CreateAccessPointForObjectLambdaCommandInput, CreateAccessPointForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -69,7 +69,7 @@ export interface CreateBucketCommandOutput extends CreateBucketResult, __Metadat
|
|
|
69
69
|
*
|
|
70
70
|
* @see {@link CreateBucketCommandInput} for command's `input` shape.
|
|
71
71
|
* @see {@link CreateBucketCommandOutput} for command's `response` shape.
|
|
72
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
72
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
73
73
|
*
|
|
74
74
|
*/
|
|
75
75
|
export declare class CreateBucketCommand extends $Command<CreateBucketCommandInput, CreateBucketCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -53,7 +53,7 @@ export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBeare
|
|
|
53
53
|
*
|
|
54
54
|
* @see {@link CreateJobCommandInput} for command's `input` shape.
|
|
55
55
|
* @see {@link CreateJobCommandOutput} for command's `response` shape.
|
|
56
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
56
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
57
57
|
*
|
|
58
58
|
*/
|
|
59
59
|
export declare class CreateJobCommand extends $Command<CreateJobCommandInput, CreateJobCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -53,7 +53,7 @@ export interface CreateMultiRegionAccessPointCommandOutput extends CreateMultiRe
|
|
|
53
53
|
*
|
|
54
54
|
* @see {@link CreateMultiRegionAccessPointCommandInput} for command's `input` shape.
|
|
55
55
|
* @see {@link CreateMultiRegionAccessPointCommandOutput} for command's `response` shape.
|
|
56
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
56
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
57
57
|
*
|
|
58
58
|
*/
|
|
59
59
|
export declare class CreateMultiRegionAccessPointCommand extends $Command<CreateMultiRegionAccessPointCommandInput, CreateMultiRegionAccessPointCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -40,7 +40,7 @@ export interface DeleteAccessPointCommandOutput extends __MetadataBearer {
|
|
|
40
40
|
*
|
|
41
41
|
* @see {@link DeleteAccessPointCommandInput} for command's `input` shape.
|
|
42
42
|
* @see {@link DeleteAccessPointCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
43
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
export declare class DeleteAccessPointCommand extends $Command<DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -38,7 +38,7 @@ export interface DeleteAccessPointForObjectLambdaCommandOutput extends __Metadat
|
|
|
38
38
|
*
|
|
39
39
|
* @see {@link DeleteAccessPointForObjectLambdaCommandInput} for command's `input` shape.
|
|
40
40
|
* @see {@link DeleteAccessPointForObjectLambdaCommandOutput} for command's `response` shape.
|
|
41
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
41
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
export declare class DeleteAccessPointForObjectLambdaCommand extends $Command<DeleteAccessPointForObjectLambdaCommandInput, DeleteAccessPointForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface DeleteAccessPointPolicyCommandOutput extends __MetadataBearer {
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link DeleteAccessPointPolicyCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link DeleteAccessPointPolicyCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class DeleteAccessPointPolicyCommand extends $Command<DeleteAccessPointPolicyCommandInput, DeleteAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -33,7 +33,7 @@ export interface DeleteAccessPointPolicyForObjectLambdaCommandOutput extends __M
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link DeleteAccessPointPolicyForObjectLambdaCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link DeleteAccessPointPolicyForObjectLambdaCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class DeleteAccessPointPolicyForObjectLambdaCommand extends $Command<DeleteAccessPointPolicyForObjectLambdaCommandInput, DeleteAccessPointPolicyForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -48,7 +48,7 @@ export interface DeleteBucketCommandOutput extends __MetadataBearer {
|
|
|
48
48
|
*
|
|
49
49
|
* @see {@link DeleteBucketCommandInput} for command's `input` shape.
|
|
50
50
|
* @see {@link DeleteBucketCommandOutput} for command's `response` shape.
|
|
51
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
51
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
52
52
|
*
|
|
53
53
|
*/
|
|
54
54
|
export declare class DeleteBucketCommand extends $Command<DeleteBucketCommandInput, DeleteBucketCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -48,7 +48,7 @@ export interface DeleteBucketLifecycleConfigurationCommandOutput extends __Metad
|
|
|
48
48
|
*
|
|
49
49
|
* @see {@link DeleteBucketLifecycleConfigurationCommandInput} for command's `input` shape.
|
|
50
50
|
* @see {@link DeleteBucketLifecycleConfigurationCommandOutput} for command's `response` shape.
|
|
51
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
51
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
52
52
|
*
|
|
53
53
|
*/
|
|
54
54
|
export declare class DeleteBucketLifecycleConfigurationCommand extends $Command<DeleteBucketLifecycleConfigurationCommandInput, DeleteBucketLifecycleConfigurationCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -60,7 +60,7 @@ export interface DeleteBucketPolicyCommandOutput extends __MetadataBearer {
|
|
|
60
60
|
*
|
|
61
61
|
* @see {@link DeleteBucketPolicyCommandInput} for command's `input` shape.
|
|
62
62
|
* @see {@link DeleteBucketPolicyCommandOutput} for command's `response` shape.
|
|
63
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
63
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
64
64
|
*
|
|
65
65
|
*/
|
|
66
66
|
export declare class DeleteBucketPolicyCommand extends $Command<DeleteBucketPolicyCommandInput, DeleteBucketPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -46,7 +46,7 @@ export interface DeleteBucketTaggingCommandOutput extends __MetadataBearer {
|
|
|
46
46
|
*
|
|
47
47
|
* @see {@link DeleteBucketTaggingCommandInput} for command's `input` shape.
|
|
48
48
|
* @see {@link DeleteBucketTaggingCommandOutput} for command's `response` shape.
|
|
49
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
49
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
52
|
export declare class DeleteBucketTaggingCommand extends $Command<DeleteBucketTaggingCommandInput, DeleteBucketTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -42,7 +42,7 @@ export interface DeleteJobTaggingCommandOutput extends DeleteJobTaggingResult, _
|
|
|
42
42
|
*
|
|
43
43
|
* @see {@link DeleteJobTaggingCommandInput} for command's `input` shape.
|
|
44
44
|
* @see {@link DeleteJobTaggingCommandOutput} for command's `response` shape.
|
|
45
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
45
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
export declare class DeleteJobTaggingCommand extends $Command<DeleteJobTaggingCommandInput, DeleteJobTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -52,7 +52,7 @@ export interface DeleteMultiRegionAccessPointCommandOutput extends DeleteMultiRe
|
|
|
52
52
|
*
|
|
53
53
|
* @see {@link DeleteMultiRegionAccessPointCommandInput} for command's `input` shape.
|
|
54
54
|
* @see {@link DeleteMultiRegionAccessPointCommandOutput} for command's `response` shape.
|
|
55
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
55
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
56
56
|
*
|
|
57
57
|
*/
|
|
58
58
|
export declare class DeleteMultiRegionAccessPointCommand extends $Command<DeleteMultiRegionAccessPointCommandInput, DeleteMultiRegionAccessPointCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface DeletePublicAccessBlockCommandOutput extends __MetadataBearer {
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link DeletePublicAccessBlockCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link DeletePublicAccessBlockCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class DeletePublicAccessBlockCommand extends $Command<DeletePublicAccessBlockCommandInput, DeletePublicAccessBlockCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface DeleteStorageLensConfigurationCommandOutput extends __MetadataB
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link DeleteStorageLensConfigurationCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link DeleteStorageLensConfigurationCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class DeleteStorageLensConfigurationCommand extends $Command<DeleteStorageLensConfigurationCommandInput, DeleteStorageLensConfigurationCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface DeleteStorageLensConfigurationTaggingCommandOutput extends Dele
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link DeleteStorageLensConfigurationTaggingCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link DeleteStorageLensConfigurationTaggingCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class DeleteStorageLensConfigurationTaggingCommand extends $Command<DeleteStorageLensConfigurationTaggingCommandInput, DeleteStorageLensConfigurationTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -46,7 +46,7 @@ export interface DescribeJobCommandOutput extends DescribeJobResult, __MetadataB
|
|
|
46
46
|
*
|
|
47
47
|
* @see {@link DescribeJobCommandInput} for command's `input` shape.
|
|
48
48
|
* @see {@link DescribeJobCommandOutput} for command's `response` shape.
|
|
49
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
49
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
52
|
export declare class DescribeJobCommand extends $Command<DescribeJobCommandInput, DescribeJobCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -46,7 +46,7 @@ export interface DescribeMultiRegionAccessPointOperationCommandOutput extends De
|
|
|
46
46
|
*
|
|
47
47
|
* @see {@link DescribeMultiRegionAccessPointOperationCommandInput} for command's `input` shape.
|
|
48
48
|
* @see {@link DescribeMultiRegionAccessPointOperationCommandOutput} for command's `response` shape.
|
|
49
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
49
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
52
|
export declare class DescribeMultiRegionAccessPointOperationCommand extends $Command<DescribeMultiRegionAccessPointOperationCommandInput, DescribeMultiRegionAccessPointOperationCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -41,7 +41,7 @@ export interface GetAccessPointCommandOutput extends GetAccessPointResult, __Met
|
|
|
41
41
|
*
|
|
42
42
|
* @see {@link GetAccessPointCommandInput} for command's `input` shape.
|
|
43
43
|
* @see {@link GetAccessPointCommandOutput} for command's `response` shape.
|
|
44
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
44
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
47
47
|
export declare class GetAccessPointCommand extends $Command<GetAccessPointCommandInput, GetAccessPointCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface GetAccessPointConfigurationForObjectLambdaCommandOutput extends
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetAccessPointConfigurationForObjectLambdaCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetAccessPointConfigurationForObjectLambdaCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetAccessPointConfigurationForObjectLambdaCommand extends $Command<GetAccessPointConfigurationForObjectLambdaCommandInput, GetAccessPointConfigurationForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -38,7 +38,7 @@ export interface GetAccessPointForObjectLambdaCommandOutput extends GetAccessPoi
|
|
|
38
38
|
*
|
|
39
39
|
* @see {@link GetAccessPointForObjectLambdaCommandInput} for command's `input` shape.
|
|
40
40
|
* @see {@link GetAccessPointForObjectLambdaCommandOutput} for command's `response` shape.
|
|
41
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
41
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
export declare class GetAccessPointForObjectLambdaCommand extends $Command<GetAccessPointForObjectLambdaCommandInput, GetAccessPointForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -33,7 +33,7 @@ export interface GetAccessPointPolicyCommandOutput extends GetAccessPointPolicyR
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link GetAccessPointPolicyCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link GetAccessPointPolicyCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class GetAccessPointPolicyCommand extends $Command<GetAccessPointPolicyCommandInput, GetAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -33,7 +33,7 @@ export interface GetAccessPointPolicyForObjectLambdaCommandOutput extends GetAcc
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link GetAccessPointPolicyForObjectLambdaCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link GetAccessPointPolicyForObjectLambdaCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class GetAccessPointPolicyForObjectLambdaCommand extends $Command<GetAccessPointPolicyForObjectLambdaCommandInput, GetAccessPointPolicyForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetAccessPointPolicyStatusCommandOutput extends GetAccessPointP
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetAccessPointPolicyStatusCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetAccessPointPolicyStatusCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetAccessPointPolicyStatusCommand extends $Command<GetAccessPointPolicyStatusCommandInput, GetAccessPointPolicyStatusCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetAccessPointPolicyStatusForObjectLambdaCommandOutput extends
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetAccessPointPolicyStatusForObjectLambdaCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetAccessPointPolicyStatusForObjectLambdaCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetAccessPointPolicyStatusForObjectLambdaCommand extends $Command<GetAccessPointPolicyStatusForObjectLambdaCommandInput, GetAccessPointPolicyStatusForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -50,7 +50,7 @@ export interface GetBucketCommandOutput extends GetBucketResult, __MetadataBeare
|
|
|
50
50
|
*
|
|
51
51
|
* @see {@link GetBucketCommandInput} for command's `input` shape.
|
|
52
52
|
* @see {@link GetBucketCommandOutput} for command's `response` shape.
|
|
53
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
53
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
54
54
|
*
|
|
55
55
|
*/
|
|
56
56
|
export declare class GetBucketCommand extends $Command<GetBucketCommandInput, GetBucketCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -68,7 +68,7 @@ export interface GetBucketLifecycleConfigurationCommandOutput extends GetBucketL
|
|
|
68
68
|
*
|
|
69
69
|
* @see {@link GetBucketLifecycleConfigurationCommandInput} for command's `input` shape.
|
|
70
70
|
* @see {@link GetBucketLifecycleConfigurationCommandOutput} for command's `response` shape.
|
|
71
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
71
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
72
72
|
*
|
|
73
73
|
*/
|
|
74
74
|
export declare class GetBucketLifecycleConfigurationCommand extends $Command<GetBucketLifecycleConfigurationCommandInput, GetBucketLifecycleConfigurationCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -60,7 +60,7 @@ export interface GetBucketPolicyCommandOutput extends GetBucketPolicyResult, __M
|
|
|
60
60
|
*
|
|
61
61
|
* @see {@link GetBucketPolicyCommandInput} for command's `input` shape.
|
|
62
62
|
* @see {@link GetBucketPolicyCommandOutput} for command's `response` shape.
|
|
63
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
63
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
64
64
|
*
|
|
65
65
|
*/
|
|
66
66
|
export declare class GetBucketPolicyCommand extends $Command<GetBucketPolicyCommandInput, GetBucketPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -58,7 +58,7 @@ export interface GetBucketTaggingCommandOutput extends GetBucketTaggingResult, _
|
|
|
58
58
|
*
|
|
59
59
|
* @see {@link GetBucketTaggingCommandInput} for command's `input` shape.
|
|
60
60
|
* @see {@link GetBucketTaggingCommandOutput} for command's `response` shape.
|
|
61
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
61
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
62
62
|
*
|
|
63
63
|
*/
|
|
64
64
|
export declare class GetBucketTaggingCommand extends $Command<GetBucketTaggingCommandInput, GetBucketTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -43,7 +43,7 @@ export interface GetJobTaggingCommandOutput extends GetJobTaggingResult, __Metad
|
|
|
43
43
|
*
|
|
44
44
|
* @see {@link GetJobTaggingCommandInput} for command's `input` shape.
|
|
45
45
|
* @see {@link GetJobTaggingCommandOutput} for command's `response` shape.
|
|
46
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
46
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
export declare class GetJobTaggingCommand extends $Command<GetJobTaggingCommandInput, GetJobTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -47,7 +47,7 @@ export interface GetMultiRegionAccessPointCommandOutput extends GetMultiRegionAc
|
|
|
47
47
|
*
|
|
48
48
|
* @see {@link GetMultiRegionAccessPointCommandInput} for command's `input` shape.
|
|
49
49
|
* @see {@link GetMultiRegionAccessPointCommandOutput} for command's `response` shape.
|
|
50
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
50
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
export declare class GetMultiRegionAccessPointCommand extends $Command<GetMultiRegionAccessPointCommandInput, GetMultiRegionAccessPointCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -37,7 +37,7 @@ export interface GetMultiRegionAccessPointPolicyCommandOutput extends GetMultiRe
|
|
|
37
37
|
*
|
|
38
38
|
* @see {@link GetMultiRegionAccessPointPolicyCommandInput} for command's `input` shape.
|
|
39
39
|
* @see {@link GetMultiRegionAccessPointPolicyCommandOutput} for command's `response` shape.
|
|
40
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
40
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
export declare class GetMultiRegionAccessPointPolicyCommand extends $Command<GetMultiRegionAccessPointPolicyCommandInput, GetMultiRegionAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -38,7 +38,7 @@ export interface GetMultiRegionAccessPointPolicyStatusCommandOutput extends GetM
|
|
|
38
38
|
*
|
|
39
39
|
* @see {@link GetMultiRegionAccessPointPolicyStatusCommandInput} for command's `input` shape.
|
|
40
40
|
* @see {@link GetMultiRegionAccessPointPolicyStatusCommandOutput} for command's `response` shape.
|
|
41
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
41
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
export declare class GetMultiRegionAccessPointPolicyStatusCommand extends $Command<GetMultiRegionAccessPointPolicyStatusCommandInput, GetMultiRegionAccessPointPolicyStatusCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface GetPublicAccessBlockCommandOutput extends GetPublicAccessBlockO
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link GetPublicAccessBlockCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link GetPublicAccessBlockCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class GetPublicAccessBlockCommand extends $Command<GetPublicAccessBlockCommandInput, GetPublicAccessBlockCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface GetStorageLensConfigurationCommandOutput extends GetStorageLens
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link GetStorageLensConfigurationCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link GetStorageLensConfigurationCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class GetStorageLensConfigurationCommand extends $Command<GetStorageLensConfigurationCommandInput, GetStorageLensConfigurationCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface GetStorageLensConfigurationTaggingCommandOutput extends GetStor
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetStorageLensConfigurationTaggingCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetStorageLensConfigurationTaggingCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetStorageLensConfigurationTaggingCommand extends $Command<GetStorageLensConfigurationTaggingCommandInput, GetStorageLensConfigurationTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -43,7 +43,7 @@ export interface ListAccessPointsCommandOutput extends ListAccessPointsResult, _
|
|
|
43
43
|
*
|
|
44
44
|
* @see {@link ListAccessPointsCommandInput} for command's `input` shape.
|
|
45
45
|
* @see {@link ListAccessPointsCommandOutput} for command's `response` shape.
|
|
46
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
46
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
export declare class ListAccessPointsCommand extends $Command<ListAccessPointsCommandInput, ListAccessPointsCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -41,7 +41,7 @@ export interface ListAccessPointsForObjectLambdaCommandOutput extends ListAccess
|
|
|
41
41
|
*
|
|
42
42
|
* @see {@link ListAccessPointsForObjectLambdaCommandInput} for command's `input` shape.
|
|
43
43
|
* @see {@link ListAccessPointsForObjectLambdaCommandOutput} for command's `response` shape.
|
|
44
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
44
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
47
47
|
export declare class ListAccessPointsForObjectLambdaCommand extends $Command<ListAccessPointsForObjectLambdaCommandInput, ListAccessPointsForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -46,7 +46,7 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer
|
|
|
46
46
|
*
|
|
47
47
|
* @see {@link ListJobsCommandInput} for command's `input` shape.
|
|
48
48
|
* @see {@link ListJobsCommandOutput} for command's `response` shape.
|
|
49
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
49
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
52
|
export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -49,7 +49,7 @@ export interface ListMultiRegionAccessPointsCommandOutput extends ListMultiRegio
|
|
|
49
49
|
*
|
|
50
50
|
* @see {@link ListMultiRegionAccessPointsCommandInput} for command's `input` shape.
|
|
51
51
|
* @see {@link ListMultiRegionAccessPointsCommandOutput} for command's `response` shape.
|
|
52
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
52
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
export declare class ListMultiRegionAccessPointsCommand extends $Command<ListMultiRegionAccessPointsCommandInput, ListMultiRegionAccessPointsCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface ListRegionalBucketsCommandOutput extends ListRegionalBucketsRes
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ListRegionalBucketsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ListRegionalBucketsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class ListRegionalBucketsCommand extends $Command<ListRegionalBucketsCommandInput, ListRegionalBucketsCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface ListStorageLensConfigurationsCommandOutput extends ListStorageL
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link ListStorageLensConfigurationsCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link ListStorageLensConfigurationsCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class ListStorageLensConfigurationsCommand extends $Command<ListStorageLensConfigurationsCommandInput, ListStorageLensConfigurationsCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface PutAccessPointConfigurationForObjectLambdaCommandOutput extends
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link PutAccessPointConfigurationForObjectLambdaCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link PutAccessPointConfigurationForObjectLambdaCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class PutAccessPointConfigurationForObjectLambdaCommand extends $Command<PutAccessPointConfigurationForObjectLambdaCommandInput, PutAccessPointConfigurationForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -36,7 +36,7 @@ export interface PutAccessPointPolicyCommandOutput extends __MetadataBearer {
|
|
|
36
36
|
*
|
|
37
37
|
* @see {@link PutAccessPointPolicyCommandInput} for command's `input` shape.
|
|
38
38
|
* @see {@link PutAccessPointPolicyCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
39
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
export declare class PutAccessPointPolicyCommand extends $Command<PutAccessPointPolicyCommandInput, PutAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -34,7 +34,7 @@ export interface PutAccessPointPolicyForObjectLambdaCommandOutput extends __Meta
|
|
|
34
34
|
*
|
|
35
35
|
* @see {@link PutAccessPointPolicyForObjectLambdaCommandInput} for command's `input` shape.
|
|
36
36
|
* @see {@link PutAccessPointPolicyForObjectLambdaCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
37
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
export declare class PutAccessPointPolicyForObjectLambdaCommand extends $Command<PutAccessPointPolicyForObjectLambdaCommandInput, PutAccessPointPolicyForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -42,7 +42,7 @@ export interface PutBucketLifecycleConfigurationCommandOutput extends __Metadata
|
|
|
42
42
|
*
|
|
43
43
|
* @see {@link PutBucketLifecycleConfigurationCommandInput} for command's `input` shape.
|
|
44
44
|
* @see {@link PutBucketLifecycleConfigurationCommandOutput} for command's `response` shape.
|
|
45
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
45
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
export declare class PutBucketLifecycleConfigurationCommand extends $Command<PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -58,7 +58,7 @@ export interface PutBucketPolicyCommandOutput extends __MetadataBearer {
|
|
|
58
58
|
*
|
|
59
59
|
* @see {@link PutBucketPolicyCommandInput} for command's `input` shape.
|
|
60
60
|
* @see {@link PutBucketPolicyCommandOutput} for command's `response` shape.
|
|
61
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
61
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
62
62
|
*
|
|
63
63
|
*/
|
|
64
64
|
export declare class PutBucketPolicyCommand extends $Command<PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -103,7 +103,7 @@ export interface PutBucketTaggingCommandOutput extends __MetadataBearer {
|
|
|
103
103
|
*
|
|
104
104
|
* @see {@link PutBucketTaggingCommandInput} for command's `input` shape.
|
|
105
105
|
* @see {@link PutBucketTaggingCommandOutput} for command's `response` shape.
|
|
106
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
106
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
107
107
|
*
|
|
108
108
|
*/
|
|
109
109
|
export declare class PutBucketTaggingCommand extends $Command<PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -82,7 +82,7 @@ export interface PutJobTaggingCommandOutput extends PutJobTaggingResult, __Metad
|
|
|
82
82
|
*
|
|
83
83
|
* @see {@link PutJobTaggingCommandInput} for command's `input` shape.
|
|
84
84
|
* @see {@link PutJobTaggingCommandOutput} for command's `response` shape.
|
|
85
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
85
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
86
86
|
*
|
|
87
87
|
*/
|
|
88
88
|
export declare class PutJobTaggingCommand extends $Command<PutJobTaggingCommandInput, PutJobTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -39,7 +39,7 @@ export interface PutMultiRegionAccessPointPolicyCommandOutput extends PutMultiRe
|
|
|
39
39
|
*
|
|
40
40
|
* @see {@link PutMultiRegionAccessPointPolicyCommandInput} for command's `input` shape.
|
|
41
41
|
* @see {@link PutMultiRegionAccessPointPolicyCommandOutput} for command's `response` shape.
|
|
42
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
42
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
45
45
|
export declare class PutMultiRegionAccessPointPolicyCommand extends $Command<PutMultiRegionAccessPointPolicyCommandInput, PutMultiRegionAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface PutPublicAccessBlockCommandOutput extends __MetadataBearer {
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link PutPublicAccessBlockCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link PutPublicAccessBlockCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class PutPublicAccessBlockCommand extends $Command<PutPublicAccessBlockCommandInput, PutPublicAccessBlockCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface PutStorageLensConfigurationCommandOutput extends __MetadataBear
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link PutStorageLensConfigurationCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link PutStorageLensConfigurationCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class PutStorageLensConfigurationCommand extends $Command<PutStorageLensConfigurationCommandInput, PutStorageLensConfigurationCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface PutStorageLensConfigurationTaggingCommandOutput extends PutStor
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link PutStorageLensConfigurationTaggingCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link PutStorageLensConfigurationTaggingCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class PutStorageLensConfigurationTaggingCommand extends $Command<PutStorageLensConfigurationTaggingCommandInput, PutStorageLensConfigurationTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -45,7 +45,7 @@ export interface UpdateJobPriorityCommandOutput extends UpdateJobPriorityResult,
|
|
|
45
45
|
*
|
|
46
46
|
* @see {@link UpdateJobPriorityCommandInput} for command's `input` shape.
|
|
47
47
|
* @see {@link UpdateJobPriorityCommandOutput} for command's `response` shape.
|
|
48
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
48
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
export declare class UpdateJobPriorityCommand extends $Command<UpdateJobPriorityCommandInput, UpdateJobPriorityCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -46,7 +46,7 @@ export interface UpdateJobStatusCommandOutput extends UpdateJobStatusResult, __M
|
|
|
46
46
|
*
|
|
47
47
|
* @see {@link UpdateJobStatusCommandInput} for command's `input` shape.
|
|
48
48
|
* @see {@link UpdateJobStatusCommandOutput} for command's `response` shape.
|
|
49
|
-
* @see {@link S3ControlClientResolvedConfig | config} for
|
|
49
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
52
|
export declare class UpdateJobStatusCommand extends $Command<UpdateJobStatusCommandInput, UpdateJobStatusCommandOutput, S3ControlClientResolvedConfig> {
|
|
@@ -734,6 +734,13 @@ export interface CreateBucketRequest {
|
|
|
734
734
|
* <p>The name of the bucket.</p>
|
|
735
735
|
*/
|
|
736
736
|
Bucket: string | undefined;
|
|
737
|
+
/**
|
|
738
|
+
* <p>The configuration information for the bucket.</p>
|
|
739
|
+
* <note>
|
|
740
|
+
* <p>This is not supported by Amazon S3 on Outposts buckets.</p>
|
|
741
|
+
* </note>
|
|
742
|
+
*/
|
|
743
|
+
CreateBucketConfiguration?: CreateBucketConfiguration;
|
|
737
744
|
/**
|
|
738
745
|
* <p>Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.</p>
|
|
739
746
|
* <note>
|
|
@@ -783,13 +790,6 @@ export interface CreateBucketRequest {
|
|
|
783
790
|
* </note>
|
|
784
791
|
*/
|
|
785
792
|
OutpostId?: string;
|
|
786
|
-
/**
|
|
787
|
-
* <p>The configuration information for the bucket.</p>
|
|
788
|
-
* <note>
|
|
789
|
-
* <p>This is not supported by Amazon S3 on Outposts buckets.</p>
|
|
790
|
-
* </note>
|
|
791
|
-
*/
|
|
792
|
-
CreateBucketConfiguration?: CreateBucketConfiguration;
|
|
793
793
|
}
|
|
794
794
|
export declare namespace CreateBucketRequest {
|
|
795
795
|
/**
|
|
@@ -3035,6 +3035,22 @@ export declare namespace StorageLensAwsOrg {
|
|
|
3035
3035
|
*/
|
|
3036
3036
|
const filterSensitiveLog: (obj: StorageLensAwsOrg) => any;
|
|
3037
3037
|
}
|
|
3038
|
+
/**
|
|
3039
|
+
* <p>A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics.</p>
|
|
3040
|
+
* <p>For more information about publishing S3 Storage Lens metrics to CloudWatch, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_view_metrics_cloudwatch.html">Monitor S3 Storage Lens metrics in CloudWatch</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
3041
|
+
*/
|
|
3042
|
+
export interface CloudWatchMetrics {
|
|
3043
|
+
/**
|
|
3044
|
+
* <p>A container that indicates whether CloudWatch publishing for S3 Storage Lens metrics is enabled. A value of <code>true</code> indicates that CloudWatch publishing for S3 Storage Lens metrics is enabled.</p>
|
|
3045
|
+
*/
|
|
3046
|
+
IsEnabled: boolean | undefined;
|
|
3047
|
+
}
|
|
3048
|
+
export declare namespace CloudWatchMetrics {
|
|
3049
|
+
/**
|
|
3050
|
+
* @internal
|
|
3051
|
+
*/
|
|
3052
|
+
const filterSensitiveLog: (obj: CloudWatchMetrics) => any;
|
|
3053
|
+
}
|
|
3038
3054
|
/**
|
|
3039
3055
|
* <p></p>
|
|
3040
3056
|
*/
|
|
@@ -3136,7 +3152,11 @@ export interface StorageLensDataExport {
|
|
|
3136
3152
|
* <p>This bucket must be located in the same Region as the storage lens configuration. </p>
|
|
3137
3153
|
* </note>
|
|
3138
3154
|
*/
|
|
3139
|
-
S3BucketDestination
|
|
3155
|
+
S3BucketDestination?: S3BucketDestination;
|
|
3156
|
+
/**
|
|
3157
|
+
* <p>A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics.</p>
|
|
3158
|
+
*/
|
|
3159
|
+
CloudWatchMetrics?: CloudWatchMetrics;
|
|
3140
3160
|
}
|
|
3141
3161
|
export declare namespace StorageLensDataExport {
|
|
3142
3162
|
/**
|
|
@@ -3942,15 +3962,15 @@ export declare namespace PutMultiRegionAccessPointPolicyResult {
|
|
|
3942
3962
|
const filterSensitiveLog: (obj: PutMultiRegionAccessPointPolicyResult) => any;
|
|
3943
3963
|
}
|
|
3944
3964
|
export interface PutPublicAccessBlockRequest {
|
|
3965
|
+
/**
|
|
3966
|
+
* <p>The <code>PublicAccessBlock</code> configuration that you want to apply to the specified Amazon Web Services account.</p>
|
|
3967
|
+
*/
|
|
3968
|
+
PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
|
|
3945
3969
|
/**
|
|
3946
3970
|
* <p>The account ID for the Amazon Web Services account whose <code>PublicAccessBlock</code> configuration you want
|
|
3947
3971
|
* to set.</p>
|
|
3948
3972
|
*/
|
|
3949
3973
|
AccountId?: string;
|
|
3950
|
-
/**
|
|
3951
|
-
* <p>The <code>PublicAccessBlock</code> configuration that you want to apply to the specified Amazon Web Services account.</p>
|
|
3952
|
-
*/
|
|
3953
|
-
PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
|
|
3954
3974
|
}
|
|
3955
3975
|
export declare namespace PutPublicAccessBlockRequest {
|
|
3956
3976
|
/**
|
|
@@ -392,6 +392,8 @@ export interface CreateBucketRequest {
|
|
|
392
392
|
|
|
393
393
|
Bucket: string | undefined;
|
|
394
394
|
|
|
395
|
+
CreateBucketConfiguration?: CreateBucketConfiguration;
|
|
396
|
+
|
|
395
397
|
GrantFullControl?: string;
|
|
396
398
|
|
|
397
399
|
GrantRead?: string;
|
|
@@ -405,8 +407,6 @@ export interface CreateBucketRequest {
|
|
|
405
407
|
ObjectLockEnabledForBucket?: boolean;
|
|
406
408
|
|
|
407
409
|
OutpostId?: string;
|
|
408
|
-
|
|
409
|
-
CreateBucketConfiguration?: CreateBucketConfiguration;
|
|
410
410
|
}
|
|
411
411
|
export declare namespace CreateBucketRequest {
|
|
412
412
|
|
|
@@ -1675,6 +1675,15 @@ export declare namespace StorageLensAwsOrg {
|
|
|
1675
1675
|
const filterSensitiveLog: (obj: StorageLensAwsOrg) => any;
|
|
1676
1676
|
}
|
|
1677
1677
|
|
|
1678
|
+
export interface CloudWatchMetrics {
|
|
1679
|
+
|
|
1680
|
+
IsEnabled: boolean | undefined;
|
|
1681
|
+
}
|
|
1682
|
+
export declare namespace CloudWatchMetrics {
|
|
1683
|
+
|
|
1684
|
+
const filterSensitiveLog: (obj: CloudWatchMetrics) => any;
|
|
1685
|
+
}
|
|
1686
|
+
|
|
1678
1687
|
export interface SSEKMS {
|
|
1679
1688
|
|
|
1680
1689
|
KeyId: string | undefined;
|
|
@@ -1725,7 +1734,9 @@ export declare namespace S3BucketDestination {
|
|
|
1725
1734
|
|
|
1726
1735
|
export interface StorageLensDataExport {
|
|
1727
1736
|
|
|
1728
|
-
S3BucketDestination
|
|
1737
|
+
S3BucketDestination?: S3BucketDestination;
|
|
1738
|
+
|
|
1739
|
+
CloudWatchMetrics?: CloudWatchMetrics;
|
|
1729
1740
|
}
|
|
1730
1741
|
export declare namespace StorageLensDataExport {
|
|
1731
1742
|
|
|
@@ -2187,9 +2198,9 @@ export declare namespace PutMultiRegionAccessPointPolicyResult {
|
|
|
2187
2198
|
}
|
|
2188
2199
|
export interface PutPublicAccessBlockRequest {
|
|
2189
2200
|
|
|
2190
|
-
AccountId?: string;
|
|
2191
|
-
|
|
2192
2201
|
PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
|
|
2202
|
+
|
|
2203
|
+
AccountId?: string;
|
|
2193
2204
|
}
|
|
2194
2205
|
export declare namespace PutPublicAccessBlockRequest {
|
|
2195
2206
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3-control",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Control Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.45.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
25
|
-
"@aws-sdk/client-sts": "3.
|
|
26
|
-
"@aws-sdk/config-resolver": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/client-sts": "3.45.0",
|
|
26
|
+
"@aws-sdk/config-resolver": "3.45.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.45.0",
|
|
28
28
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
29
29
|
"@aws-sdk/hash-blob-browser": "3.40.0",
|
|
30
30
|
"@aws-sdk/hash-node": "3.40.0",
|
|
31
|
-
"@aws-sdk/hash-stream-node": "3.
|
|
31
|
+
"@aws-sdk/hash-stream-node": "3.45.0",
|
|
32
32
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
33
33
|
"@aws-sdk/md5-js": "3.40.0",
|
|
34
34
|
"@aws-sdk/middleware-apply-body-checksum": "3.40.0",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"@aws-sdk/middleware-host-header": "3.40.0",
|
|
37
37
|
"@aws-sdk/middleware-logger": "3.40.0",
|
|
38
38
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
39
|
-
"@aws-sdk/middleware-sdk-s3-control": "3.
|
|
39
|
+
"@aws-sdk/middleware-sdk-s3-control": "3.42.0",
|
|
40
40
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
41
|
-
"@aws-sdk/middleware-signing": "3.
|
|
41
|
+
"@aws-sdk/middleware-signing": "3.45.0",
|
|
42
42
|
"@aws-sdk/middleware-stack": "3.40.0",
|
|
43
43
|
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
44
44
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
45
45
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
46
46
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
47
|
-
"@aws-sdk/smithy-client": "3.
|
|
47
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
48
48
|
"@aws-sdk/types": "3.40.0",
|
|
49
49
|
"@aws-sdk/url-parser": "3.40.0",
|
|
50
50
|
"@aws-sdk/util-base64-browser": "3.37.0",
|