@aws-sdk/client-s3-control 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateAccessPointCommand.js +2 -2
- package/dist-cjs/commands/CreateAccessPointForObjectLambdaCommand.js +2 -2
- package/dist-cjs/commands/CreateBucketCommand.js +2 -2
- package/dist-cjs/commands/CreateJobCommand.js +2 -2
- package/dist-cjs/commands/CreateMultiRegionAccessPointCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccessPointCommand.js +1 -1
- package/dist-cjs/commands/DeleteAccessPointForObjectLambdaCommand.js +1 -1
- package/dist-cjs/commands/DeleteAccessPointPolicyCommand.js +1 -1
- package/dist-cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +1 -1
- package/dist-cjs/commands/DeleteBucketCommand.js +1 -1
- package/dist-cjs/commands/DeleteBucketLifecycleConfigurationCommand.js +1 -1
- package/dist-cjs/commands/DeleteBucketPolicyCommand.js +1 -1
- package/dist-cjs/commands/DeleteBucketTaggingCommand.js +1 -1
- package/dist-cjs/commands/DeleteJobTaggingCommand.js +2 -2
- package/dist-cjs/commands/DeleteMultiRegionAccessPointCommand.js +2 -2
- package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +1 -1
- package/dist-cjs/commands/DeleteStorageLensConfigurationCommand.js +1 -1
- package/dist-cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js +2 -2
- package/dist-cjs/commands/DescribeJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js +2 -2
- package/dist-cjs/commands/GetAccessPointCommand.js +2 -2
- package/dist-cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +2 -2
- package/dist-cjs/commands/GetAccessPointForObjectLambdaCommand.js +2 -2
- package/dist-cjs/commands/GetAccessPointPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js +2 -2
- package/dist-cjs/commands/GetAccessPointPolicyStatusCommand.js +2 -2
- package/dist-cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +2 -2
- package/dist-cjs/commands/GetBucketCommand.js +2 -2
- package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetBucketPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetBucketTaggingCommand.js +2 -2
- package/dist-cjs/commands/GetJobTaggingCommand.js +2 -2
- package/dist-cjs/commands/GetMultiRegionAccessPointCommand.js +2 -2
- package/dist-cjs/commands/GetMultiRegionAccessPointPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +2 -2
- package/dist-cjs/commands/GetPublicAccessBlockCommand.js +2 -2
- package/dist-cjs/commands/GetStorageLensConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetStorageLensConfigurationTaggingCommand.js +2 -2
- package/dist-cjs/commands/ListAccessPointsCommand.js +2 -2
- package/dist-cjs/commands/ListAccessPointsForObjectLambdaCommand.js +2 -2
- package/dist-cjs/commands/ListJobsCommand.js +2 -2
- package/dist-cjs/commands/ListMultiRegionAccessPointsCommand.js +2 -2
- package/dist-cjs/commands/ListRegionalBucketsCommand.js +2 -2
- package/dist-cjs/commands/ListStorageLensConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +1 -1
- package/dist-cjs/commands/PutAccessPointPolicyCommand.js +1 -1
- package/dist-cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js +1 -1
- package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +1 -1
- package/dist-cjs/commands/PutBucketPolicyCommand.js +1 -1
- package/dist-cjs/commands/PutBucketTaggingCommand.js +1 -1
- package/dist-cjs/commands/PutJobTaggingCommand.js +2 -2
- package/dist-cjs/commands/PutMultiRegionAccessPointPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutPublicAccessBlockCommand.js +1 -1
- package/dist-cjs/commands/PutStorageLensConfigurationCommand.js +1 -1
- package/dist-cjs/commands/PutStorageLensConfigurationTaggingCommand.js +2 -2
- package/dist-cjs/commands/UpdateJobPriorityCommand.js +2 -2
- package/dist-cjs/commands/UpdateJobStatusCommand.js +2 -2
- package/dist-cjs/models/models_0.js +767 -1133
- package/dist-cjs/protocols/Aws_restXml.js +968 -1967
- package/dist-es/commands/CreateAccessPointCommand.js +3 -3
- package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +3 -3
- package/dist-es/commands/CreateBucketCommand.js +3 -3
- package/dist-es/commands/CreateJobCommand.js +3 -3
- package/dist-es/commands/CreateMultiRegionAccessPointCommand.js +3 -3
- package/dist-es/commands/DeleteAccessPointCommand.js +2 -2
- package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +2 -2
- package/dist-es/commands/DeleteAccessPointPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +2 -2
- package/dist-es/commands/DeleteBucketCommand.js +2 -2
- package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteBucketPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteBucketTaggingCommand.js +2 -2
- package/dist-es/commands/DeleteJobTaggingCommand.js +3 -3
- package/dist-es/commands/DeleteMultiRegionAccessPointCommand.js +3 -3
- package/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -2
- package/dist-es/commands/DeleteStorageLensConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +3 -3
- package/dist-es/commands/DescribeJobCommand.js +3 -3
- package/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js +3 -3
- package/dist-es/commands/GetAccessPointCommand.js +3 -3
- package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +3 -3
- package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +3 -3
- package/dist-es/commands/GetAccessPointPolicyCommand.js +3 -3
- package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +3 -3
- package/dist-es/commands/GetAccessPointPolicyStatusCommand.js +3 -3
- package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +3 -3
- package/dist-es/commands/GetBucketCommand.js +3 -3
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +3 -3
- package/dist-es/commands/GetBucketPolicyCommand.js +3 -3
- package/dist-es/commands/GetBucketTaggingCommand.js +3 -3
- package/dist-es/commands/GetJobTaggingCommand.js +3 -3
- package/dist-es/commands/GetMultiRegionAccessPointCommand.js +3 -3
- package/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js +3 -3
- package/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +3 -3
- package/dist-es/commands/GetPublicAccessBlockCommand.js +3 -3
- package/dist-es/commands/GetStorageLensConfigurationCommand.js +3 -3
- package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +3 -3
- package/dist-es/commands/ListAccessPointsCommand.js +3 -3
- package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +3 -3
- package/dist-es/commands/ListJobsCommand.js +3 -3
- package/dist-es/commands/ListMultiRegionAccessPointsCommand.js +3 -3
- package/dist-es/commands/ListRegionalBucketsCommand.js +3 -3
- package/dist-es/commands/ListStorageLensConfigurationsCommand.js +3 -3
- package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +2 -2
- package/dist-es/commands/PutAccessPointPolicyCommand.js +2 -2
- package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +2 -2
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -2
- package/dist-es/commands/PutBucketPolicyCommand.js +2 -2
- package/dist-es/commands/PutBucketTaggingCommand.js +2 -2
- package/dist-es/commands/PutJobTaggingCommand.js +3 -3
- package/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js +3 -3
- package/dist-es/commands/PutPublicAccessBlockCommand.js +2 -2
- package/dist-es/commands/PutStorageLensConfigurationCommand.js +2 -2
- package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +3 -3
- package/dist-es/commands/UpdateJobPriorityCommand.js +3 -3
- package/dist-es/commands/UpdateJobStatusCommand.js +3 -3
- package/dist-es/models/models_0.js +204 -756
- package/dist-es/protocols/Aws_restXml.js +1107 -1865
- package/dist-types/models/models_0.d.ts +745 -1113
- package/dist-types/ts3.4/models/models_0.d.ts +372 -740
- package/package.json +7 -7
|
@@ -24,7 +24,7 @@ class PutBucketLifecycleConfigurationCommand extends smithy_client_1.Command {
|
|
|
24
24
|
logger,
|
|
25
25
|
clientName,
|
|
26
26
|
commandName,
|
|
27
|
-
inputFilterSensitiveLog: models_0_1.
|
|
27
|
+
inputFilterSensitiveLog: models_0_1.PutBucketLifecycleConfigurationRequestFilterSensitiveLog,
|
|
28
28
|
outputFilterSensitiveLog: (output) => output,
|
|
29
29
|
};
|
|
30
30
|
const { requestHandler } = configuration;
|
|
@@ -24,7 +24,7 @@ class PutBucketPolicyCommand extends smithy_client_1.Command {
|
|
|
24
24
|
logger,
|
|
25
25
|
clientName,
|
|
26
26
|
commandName,
|
|
27
|
-
inputFilterSensitiveLog: models_0_1.
|
|
27
|
+
inputFilterSensitiveLog: models_0_1.PutBucketPolicyRequestFilterSensitiveLog,
|
|
28
28
|
outputFilterSensitiveLog: (output) => output,
|
|
29
29
|
};
|
|
30
30
|
const { requestHandler } = configuration;
|
|
@@ -24,7 +24,7 @@ class PutBucketTaggingCommand extends smithy_client_1.Command {
|
|
|
24
24
|
logger,
|
|
25
25
|
clientName,
|
|
26
26
|
commandName,
|
|
27
|
-
inputFilterSensitiveLog: models_0_1.
|
|
27
|
+
inputFilterSensitiveLog: models_0_1.PutBucketTaggingRequestFilterSensitiveLog,
|
|
28
28
|
outputFilterSensitiveLog: (output) => output,
|
|
29
29
|
};
|
|
30
30
|
const { requestHandler } = configuration;
|
|
@@ -22,8 +22,8 @@ class PutJobTaggingCommand extends smithy_client_1.Command {
|
|
|
22
22
|
logger,
|
|
23
23
|
clientName,
|
|
24
24
|
commandName,
|
|
25
|
-
inputFilterSensitiveLog: models_0_1.
|
|
26
|
-
outputFilterSensitiveLog: models_0_1.
|
|
25
|
+
inputFilterSensitiveLog: models_0_1.PutJobTaggingRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: models_0_1.PutJobTaggingResultFilterSensitiveLog,
|
|
27
27
|
};
|
|
28
28
|
const { requestHandler } = configuration;
|
|
29
29
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -24,8 +24,8 @@ class PutMultiRegionAccessPointPolicyCommand extends smithy_client_1.Command {
|
|
|
24
24
|
logger,
|
|
25
25
|
clientName,
|
|
26
26
|
commandName,
|
|
27
|
-
inputFilterSensitiveLog: models_0_1.
|
|
28
|
-
outputFilterSensitiveLog: models_0_1.
|
|
27
|
+
inputFilterSensitiveLog: models_0_1.PutMultiRegionAccessPointPolicyRequestFilterSensitiveLog,
|
|
28
|
+
outputFilterSensitiveLog: models_0_1.PutMultiRegionAccessPointPolicyResultFilterSensitiveLog,
|
|
29
29
|
};
|
|
30
30
|
const { requestHandler } = configuration;
|
|
31
31
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -22,7 +22,7 @@ class PutPublicAccessBlockCommand extends smithy_client_1.Command {
|
|
|
22
22
|
logger,
|
|
23
23
|
clientName,
|
|
24
24
|
commandName,
|
|
25
|
-
inputFilterSensitiveLog: models_0_1.
|
|
25
|
+
inputFilterSensitiveLog: models_0_1.PutPublicAccessBlockRequestFilterSensitiveLog,
|
|
26
26
|
outputFilterSensitiveLog: (output) => output,
|
|
27
27
|
};
|
|
28
28
|
const { requestHandler } = configuration;
|
|
@@ -22,7 +22,7 @@ class PutStorageLensConfigurationCommand extends smithy_client_1.Command {
|
|
|
22
22
|
logger,
|
|
23
23
|
clientName,
|
|
24
24
|
commandName,
|
|
25
|
-
inputFilterSensitiveLog: models_0_1.
|
|
25
|
+
inputFilterSensitiveLog: models_0_1.PutStorageLensConfigurationRequestFilterSensitiveLog,
|
|
26
26
|
outputFilterSensitiveLog: (output) => output,
|
|
27
27
|
};
|
|
28
28
|
const { requestHandler } = configuration;
|
|
@@ -22,8 +22,8 @@ class PutStorageLensConfigurationTaggingCommand extends smithy_client_1.Command
|
|
|
22
22
|
logger,
|
|
23
23
|
clientName,
|
|
24
24
|
commandName,
|
|
25
|
-
inputFilterSensitiveLog: models_0_1.
|
|
26
|
-
outputFilterSensitiveLog: models_0_1.
|
|
25
|
+
inputFilterSensitiveLog: models_0_1.PutStorageLensConfigurationTaggingRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: models_0_1.PutStorageLensConfigurationTaggingResultFilterSensitiveLog,
|
|
27
27
|
};
|
|
28
28
|
const { requestHandler } = configuration;
|
|
29
29
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -22,8 +22,8 @@ class UpdateJobPriorityCommand extends smithy_client_1.Command {
|
|
|
22
22
|
logger,
|
|
23
23
|
clientName,
|
|
24
24
|
commandName,
|
|
25
|
-
inputFilterSensitiveLog: models_0_1.
|
|
26
|
-
outputFilterSensitiveLog: models_0_1.
|
|
25
|
+
inputFilterSensitiveLog: models_0_1.UpdateJobPriorityRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: models_0_1.UpdateJobPriorityResultFilterSensitiveLog,
|
|
27
27
|
};
|
|
28
28
|
const { requestHandler } = configuration;
|
|
29
29
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -22,8 +22,8 @@ class UpdateJobStatusCommand extends smithy_client_1.Command {
|
|
|
22
22
|
logger,
|
|
23
23
|
clientName,
|
|
24
24
|
commandName,
|
|
25
|
-
inputFilterSensitiveLog: models_0_1.
|
|
26
|
-
outputFilterSensitiveLog: models_0_1.
|
|
25
|
+
inputFilterSensitiveLog: models_0_1.UpdateJobStatusRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: models_0_1.UpdateJobStatusResultFilterSensitiveLog,
|
|
27
27
|
};
|
|
28
28
|
const { requestHandler } = configuration;
|
|
29
29
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|