@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
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { CreateAccessPointRequestFilterSensitiveLog, CreateAccessPointResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlCreateAccessPointCommand, serializeAws_restXmlCreateAccessPointCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var CreateAccessPointCommand = (function (_super) {
|
|
8
8
|
__extends(CreateAccessPointCommand, _super);
|
|
@@ -22,8 +22,8 @@ var CreateAccessPointCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: CreateAccessPointRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: CreateAccessPointResultFilterSensitiveLog,
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
29
29
|
return stack.resolve(function (request) {
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { CreateAccessPointForObjectLambdaRequestFilterSensitiveLog, CreateAccessPointForObjectLambdaResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlCreateAccessPointForObjectLambdaCommand, serializeAws_restXmlCreateAccessPointForObjectLambdaCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var CreateAccessPointForObjectLambdaCommand = (function (_super) {
|
|
8
8
|
__extends(CreateAccessPointForObjectLambdaCommand, _super);
|
|
@@ -22,8 +22,8 @@ var CreateAccessPointForObjectLambdaCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: CreateAccessPointForObjectLambdaRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: CreateAccessPointForObjectLambdaResultFilterSensitiveLog,
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
29
29
|
return stack.resolve(function (request) {
|
|
@@ -3,7 +3,7 @@ import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-ch
|
|
|
3
3
|
import { getRedirectFromPostIdPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
import {
|
|
6
|
+
import { CreateBucketRequestFilterSensitiveLog, CreateBucketResultFilterSensitiveLog, } from "../models/models_0";
|
|
7
7
|
import { deserializeAws_restXmlCreateBucketCommand, serializeAws_restXmlCreateBucketCommand, } from "../protocols/Aws_restXml";
|
|
8
8
|
var CreateBucketCommand = (function (_super) {
|
|
9
9
|
__extends(CreateBucketCommand, _super);
|
|
@@ -24,8 +24,8 @@ var CreateBucketCommand = (function (_super) {
|
|
|
24
24
|
logger: logger,
|
|
25
25
|
clientName: clientName,
|
|
26
26
|
commandName: commandName,
|
|
27
|
-
inputFilterSensitiveLog:
|
|
28
|
-
outputFilterSensitiveLog:
|
|
27
|
+
inputFilterSensitiveLog: CreateBucketRequestFilterSensitiveLog,
|
|
28
|
+
outputFilterSensitiveLog: CreateBucketResultFilterSensitiveLog,
|
|
29
29
|
};
|
|
30
30
|
var requestHandler = configuration.requestHandler;
|
|
31
31
|
return stack.resolve(function (request) {
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { CreateJobRequestFilterSensitiveLog, CreateJobResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlCreateJobCommand, serializeAws_restXmlCreateJobCommand } from "../protocols/Aws_restXml";
|
|
7
7
|
var CreateJobCommand = (function (_super) {
|
|
8
8
|
__extends(CreateJobCommand, _super);
|
|
@@ -22,8 +22,8 @@ var CreateJobCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: CreateJobRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: CreateJobResultFilterSensitiveLog,
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
29
29
|
return stack.resolve(function (request) {
|
|
@@ -3,7 +3,7 @@ import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-ch
|
|
|
3
3
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
import {
|
|
6
|
+
import { CreateMultiRegionAccessPointRequestFilterSensitiveLog, CreateMultiRegionAccessPointResultFilterSensitiveLog, } from "../models/models_0";
|
|
7
7
|
import { deserializeAws_restXmlCreateMultiRegionAccessPointCommand, serializeAws_restXmlCreateMultiRegionAccessPointCommand, } from "../protocols/Aws_restXml";
|
|
8
8
|
var CreateMultiRegionAccessPointCommand = (function (_super) {
|
|
9
9
|
__extends(CreateMultiRegionAccessPointCommand, _super);
|
|
@@ -24,8 +24,8 @@ var CreateMultiRegionAccessPointCommand = (function (_super) {
|
|
|
24
24
|
logger: logger,
|
|
25
25
|
clientName: clientName,
|
|
26
26
|
commandName: commandName,
|
|
27
|
-
inputFilterSensitiveLog:
|
|
28
|
-
outputFilterSensitiveLog:
|
|
27
|
+
inputFilterSensitiveLog: CreateMultiRegionAccessPointRequestFilterSensitiveLog,
|
|
28
|
+
outputFilterSensitiveLog: CreateMultiRegionAccessPointResultFilterSensitiveLog,
|
|
29
29
|
};
|
|
30
30
|
var requestHandler = configuration.requestHandler;
|
|
31
31
|
return stack.resolve(function (request) {
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { DeleteAccessPointRequestFilterSensitiveLog } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlDeleteAccessPointCommand, serializeAws_restXmlDeleteAccessPointCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var DeleteAccessPointCommand = (function (_super) {
|
|
8
8
|
__extends(DeleteAccessPointCommand, _super);
|
|
@@ -22,7 +22,7 @@ var DeleteAccessPointCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: DeleteAccessPointRequestFilterSensitiveLog,
|
|
26
26
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { DeleteAccessPointForObjectLambdaRequestFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlDeleteAccessPointForObjectLambdaCommand, serializeAws_restXmlDeleteAccessPointForObjectLambdaCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var DeleteAccessPointForObjectLambdaCommand = (function (_super) {
|
|
8
8
|
__extends(DeleteAccessPointForObjectLambdaCommand, _super);
|
|
@@ -22,7 +22,7 @@ var DeleteAccessPointForObjectLambdaCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: DeleteAccessPointForObjectLambdaRequestFilterSensitiveLog,
|
|
26
26
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { DeleteAccessPointPolicyRequestFilterSensitiveLog } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlDeleteAccessPointPolicyCommand, serializeAws_restXmlDeleteAccessPointPolicyCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var DeleteAccessPointPolicyCommand = (function (_super) {
|
|
8
8
|
__extends(DeleteAccessPointPolicyCommand, _super);
|
|
@@ -22,7 +22,7 @@ var DeleteAccessPointPolicyCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: DeleteAccessPointPolicyRequestFilterSensitiveLog,
|
|
26
26
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { DeleteAccessPointPolicyForObjectLambdaRequestFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlDeleteAccessPointPolicyForObjectLambdaCommand, serializeAws_restXmlDeleteAccessPointPolicyForObjectLambdaCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var DeleteAccessPointPolicyForObjectLambdaCommand = (function (_super) {
|
|
8
8
|
__extends(DeleteAccessPointPolicyForObjectLambdaCommand, _super);
|
|
@@ -22,7 +22,7 @@ var DeleteAccessPointPolicyForObjectLambdaCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: DeleteAccessPointPolicyForObjectLambdaRequestFilterSensitiveLog,
|
|
26
26
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { DeleteBucketRequestFilterSensitiveLog } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlDeleteBucketCommand, serializeAws_restXmlDeleteBucketCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var DeleteBucketCommand = (function (_super) {
|
|
8
8
|
__extends(DeleteBucketCommand, _super);
|
|
@@ -22,7 +22,7 @@ var DeleteBucketCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: DeleteBucketRequestFilterSensitiveLog,
|
|
26
26
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { DeleteBucketLifecycleConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlDeleteBucketLifecycleConfigurationCommand, serializeAws_restXmlDeleteBucketLifecycleConfigurationCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var DeleteBucketLifecycleConfigurationCommand = (function (_super) {
|
|
8
8
|
__extends(DeleteBucketLifecycleConfigurationCommand, _super);
|
|
@@ -22,7 +22,7 @@ var DeleteBucketLifecycleConfigurationCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: DeleteBucketLifecycleConfigurationRequestFilterSensitiveLog,
|
|
26
26
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { DeleteBucketPolicyRequestFilterSensitiveLog } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlDeleteBucketPolicyCommand, serializeAws_restXmlDeleteBucketPolicyCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var DeleteBucketPolicyCommand = (function (_super) {
|
|
8
8
|
__extends(DeleteBucketPolicyCommand, _super);
|
|
@@ -22,7 +22,7 @@ var DeleteBucketPolicyCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: DeleteBucketPolicyRequestFilterSensitiveLog,
|
|
26
26
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { DeleteBucketTaggingRequestFilterSensitiveLog } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlDeleteBucketTaggingCommand, serializeAws_restXmlDeleteBucketTaggingCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var DeleteBucketTaggingCommand = (function (_super) {
|
|
8
8
|
__extends(DeleteBucketTaggingCommand, _super);
|
|
@@ -22,7 +22,7 @@ var DeleteBucketTaggingCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: DeleteBucketTaggingRequestFilterSensitiveLog,
|
|
26
26
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { DeleteJobTaggingRequestFilterSensitiveLog, DeleteJobTaggingResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlDeleteJobTaggingCommand, serializeAws_restXmlDeleteJobTaggingCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var DeleteJobTaggingCommand = (function (_super) {
|
|
8
8
|
__extends(DeleteJobTaggingCommand, _super);
|
|
@@ -22,8 +22,8 @@ var DeleteJobTaggingCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: DeleteJobTaggingRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: DeleteJobTaggingResultFilterSensitiveLog,
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
29
29
|
return stack.resolve(function (request) {
|
|
@@ -3,7 +3,7 @@ import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-ch
|
|
|
3
3
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
import {
|
|
6
|
+
import { DeleteMultiRegionAccessPointRequestFilterSensitiveLog, DeleteMultiRegionAccessPointResultFilterSensitiveLog, } from "../models/models_0";
|
|
7
7
|
import { deserializeAws_restXmlDeleteMultiRegionAccessPointCommand, serializeAws_restXmlDeleteMultiRegionAccessPointCommand, } from "../protocols/Aws_restXml";
|
|
8
8
|
var DeleteMultiRegionAccessPointCommand = (function (_super) {
|
|
9
9
|
__extends(DeleteMultiRegionAccessPointCommand, _super);
|
|
@@ -24,8 +24,8 @@ var DeleteMultiRegionAccessPointCommand = (function (_super) {
|
|
|
24
24
|
logger: logger,
|
|
25
25
|
clientName: clientName,
|
|
26
26
|
commandName: commandName,
|
|
27
|
-
inputFilterSensitiveLog:
|
|
28
|
-
outputFilterSensitiveLog:
|
|
27
|
+
inputFilterSensitiveLog: DeleteMultiRegionAccessPointRequestFilterSensitiveLog,
|
|
28
|
+
outputFilterSensitiveLog: DeleteMultiRegionAccessPointResultFilterSensitiveLog,
|
|
29
29
|
};
|
|
30
30
|
var requestHandler = configuration.requestHandler;
|
|
31
31
|
return stack.resolve(function (request) {
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { DeletePublicAccessBlockRequestFilterSensitiveLog } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlDeletePublicAccessBlockCommand, serializeAws_restXmlDeletePublicAccessBlockCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var DeletePublicAccessBlockCommand = (function (_super) {
|
|
8
8
|
__extends(DeletePublicAccessBlockCommand, _super);
|
|
@@ -22,7 +22,7 @@ var DeletePublicAccessBlockCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: DeletePublicAccessBlockRequestFilterSensitiveLog,
|
|
26
26
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { DeleteStorageLensConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlDeleteStorageLensConfigurationCommand, serializeAws_restXmlDeleteStorageLensConfigurationCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var DeleteStorageLensConfigurationCommand = (function (_super) {
|
|
8
8
|
__extends(DeleteStorageLensConfigurationCommand, _super);
|
|
@@ -22,7 +22,7 @@ var DeleteStorageLensConfigurationCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: DeleteStorageLensConfigurationRequestFilterSensitiveLog,
|
|
26
26
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { DeleteStorageLensConfigurationTaggingRequestFilterSensitiveLog, DeleteStorageLensConfigurationTaggingResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlDeleteStorageLensConfigurationTaggingCommand, serializeAws_restXmlDeleteStorageLensConfigurationTaggingCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var DeleteStorageLensConfigurationTaggingCommand = (function (_super) {
|
|
8
8
|
__extends(DeleteStorageLensConfigurationTaggingCommand, _super);
|
|
@@ -22,8 +22,8 @@ var DeleteStorageLensConfigurationTaggingCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: DeleteStorageLensConfigurationTaggingRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: DeleteStorageLensConfigurationTaggingResultFilterSensitiveLog,
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
29
29
|
return stack.resolve(function (request) {
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { DescribeJobRequestFilterSensitiveLog, DescribeJobResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlDescribeJobCommand, serializeAws_restXmlDescribeJobCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var DescribeJobCommand = (function (_super) {
|
|
8
8
|
__extends(DescribeJobCommand, _super);
|
|
@@ -22,8 +22,8 @@ var DescribeJobCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: DescribeJobRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: DescribeJobResultFilterSensitiveLog,
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
29
29
|
return stack.resolve(function (request) {
|
|
@@ -3,7 +3,7 @@ import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-ch
|
|
|
3
3
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
import {
|
|
6
|
+
import { DescribeMultiRegionAccessPointOperationRequestFilterSensitiveLog, DescribeMultiRegionAccessPointOperationResultFilterSensitiveLog, } from "../models/models_0";
|
|
7
7
|
import { deserializeAws_restXmlDescribeMultiRegionAccessPointOperationCommand, serializeAws_restXmlDescribeMultiRegionAccessPointOperationCommand, } from "../protocols/Aws_restXml";
|
|
8
8
|
var DescribeMultiRegionAccessPointOperationCommand = (function (_super) {
|
|
9
9
|
__extends(DescribeMultiRegionAccessPointOperationCommand, _super);
|
|
@@ -24,8 +24,8 @@ var DescribeMultiRegionAccessPointOperationCommand = (function (_super) {
|
|
|
24
24
|
logger: logger,
|
|
25
25
|
clientName: clientName,
|
|
26
26
|
commandName: commandName,
|
|
27
|
-
inputFilterSensitiveLog:
|
|
28
|
-
outputFilterSensitiveLog:
|
|
27
|
+
inputFilterSensitiveLog: DescribeMultiRegionAccessPointOperationRequestFilterSensitiveLog,
|
|
28
|
+
outputFilterSensitiveLog: DescribeMultiRegionAccessPointOperationResultFilterSensitiveLog,
|
|
29
29
|
};
|
|
30
30
|
var requestHandler = configuration.requestHandler;
|
|
31
31
|
return stack.resolve(function (request) {
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { GetAccessPointRequestFilterSensitiveLog, GetAccessPointResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlGetAccessPointCommand, serializeAws_restXmlGetAccessPointCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var GetAccessPointCommand = (function (_super) {
|
|
8
8
|
__extends(GetAccessPointCommand, _super);
|
|
@@ -22,8 +22,8 @@ var GetAccessPointCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: GetAccessPointRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: GetAccessPointResultFilterSensitiveLog,
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
29
29
|
return stack.resolve(function (request) {
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { GetAccessPointConfigurationForObjectLambdaRequestFilterSensitiveLog, GetAccessPointConfigurationForObjectLambdaResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlGetAccessPointConfigurationForObjectLambdaCommand, serializeAws_restXmlGetAccessPointConfigurationForObjectLambdaCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var GetAccessPointConfigurationForObjectLambdaCommand = (function (_super) {
|
|
8
8
|
__extends(GetAccessPointConfigurationForObjectLambdaCommand, _super);
|
|
@@ -22,8 +22,8 @@ var GetAccessPointConfigurationForObjectLambdaCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: GetAccessPointConfigurationForObjectLambdaRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: GetAccessPointConfigurationForObjectLambdaResultFilterSensitiveLog,
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
29
29
|
return stack.resolve(function (request) {
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { GetAccessPointForObjectLambdaRequestFilterSensitiveLog, GetAccessPointForObjectLambdaResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlGetAccessPointForObjectLambdaCommand, serializeAws_restXmlGetAccessPointForObjectLambdaCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var GetAccessPointForObjectLambdaCommand = (function (_super) {
|
|
8
8
|
__extends(GetAccessPointForObjectLambdaCommand, _super);
|
|
@@ -22,8 +22,8 @@ var GetAccessPointForObjectLambdaCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: GetAccessPointForObjectLambdaRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: GetAccessPointForObjectLambdaResultFilterSensitiveLog,
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
29
29
|
return stack.resolve(function (request) {
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { GetAccessPointPolicyRequestFilterSensitiveLog, GetAccessPointPolicyResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlGetAccessPointPolicyCommand, serializeAws_restXmlGetAccessPointPolicyCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var GetAccessPointPolicyCommand = (function (_super) {
|
|
8
8
|
__extends(GetAccessPointPolicyCommand, _super);
|
|
@@ -22,8 +22,8 @@ var GetAccessPointPolicyCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: GetAccessPointPolicyRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: GetAccessPointPolicyResultFilterSensitiveLog,
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
29
29
|
return stack.resolve(function (request) {
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { GetAccessPointPolicyForObjectLambdaRequestFilterSensitiveLog, GetAccessPointPolicyForObjectLambdaResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlGetAccessPointPolicyForObjectLambdaCommand, serializeAws_restXmlGetAccessPointPolicyForObjectLambdaCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var GetAccessPointPolicyForObjectLambdaCommand = (function (_super) {
|
|
8
8
|
__extends(GetAccessPointPolicyForObjectLambdaCommand, _super);
|
|
@@ -22,8 +22,8 @@ var GetAccessPointPolicyForObjectLambdaCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: GetAccessPointPolicyForObjectLambdaRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: GetAccessPointPolicyForObjectLambdaResultFilterSensitiveLog,
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
29
29
|
return stack.resolve(function (request) {
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { GetAccessPointPolicyStatusRequestFilterSensitiveLog, GetAccessPointPolicyStatusResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlGetAccessPointPolicyStatusCommand, serializeAws_restXmlGetAccessPointPolicyStatusCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var GetAccessPointPolicyStatusCommand = (function (_super) {
|
|
8
8
|
__extends(GetAccessPointPolicyStatusCommand, _super);
|
|
@@ -22,8 +22,8 @@ var GetAccessPointPolicyStatusCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: GetAccessPointPolicyStatusRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: GetAccessPointPolicyStatusResultFilterSensitiveLog,
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
29
29
|
return stack.resolve(function (request) {
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { GetAccessPointPolicyStatusForObjectLambdaRequestFilterSensitiveLog, GetAccessPointPolicyStatusForObjectLambdaResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlGetAccessPointPolicyStatusForObjectLambdaCommand, serializeAws_restXmlGetAccessPointPolicyStatusForObjectLambdaCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var GetAccessPointPolicyStatusForObjectLambdaCommand = (function (_super) {
|
|
8
8
|
__extends(GetAccessPointPolicyStatusForObjectLambdaCommand, _super);
|
|
@@ -22,8 +22,8 @@ var GetAccessPointPolicyStatusForObjectLambdaCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: GetAccessPointPolicyStatusForObjectLambdaRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: GetAccessPointPolicyStatusForObjectLambdaResultFilterSensitiveLog,
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
29
29
|
return stack.resolve(function (request) {
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { GetBucketRequestFilterSensitiveLog, GetBucketResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlGetBucketCommand, serializeAws_restXmlGetBucketCommand } from "../protocols/Aws_restXml";
|
|
7
7
|
var GetBucketCommand = (function (_super) {
|
|
8
8
|
__extends(GetBucketCommand, _super);
|
|
@@ -22,8 +22,8 @@ var GetBucketCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: GetBucketRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: GetBucketResultFilterSensitiveLog,
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
29
29
|
return stack.resolve(function (request) {
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { GetBucketLifecycleConfigurationRequestFilterSensitiveLog, GetBucketLifecycleConfigurationResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlGetBucketLifecycleConfigurationCommand, serializeAws_restXmlGetBucketLifecycleConfigurationCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var GetBucketLifecycleConfigurationCommand = (function (_super) {
|
|
8
8
|
__extends(GetBucketLifecycleConfigurationCommand, _super);
|
|
@@ -22,8 +22,8 @@ var GetBucketLifecycleConfigurationCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: GetBucketLifecycleConfigurationRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: GetBucketLifecycleConfigurationResultFilterSensitiveLog,
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
29
29
|
return stack.resolve(function (request) {
|
|
@@ -2,7 +2,7 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { GetBucketPolicyRequestFilterSensitiveLog, GetBucketPolicyResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlGetBucketPolicyCommand, serializeAws_restXmlGetBucketPolicyCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var GetBucketPolicyCommand = (function (_super) {
|
|
8
8
|
__extends(GetBucketPolicyCommand, _super);
|
|
@@ -22,8 +22,8 @@ var GetBucketPolicyCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: GetBucketPolicyRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: GetBucketPolicyResultFilterSensitiveLog,
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
29
29
|
return stack.resolve(function (request) {
|