@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 { GetBucketTaggingRequestFilterSensitiveLog, GetBucketTaggingResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlGetBucketTaggingCommand, serializeAws_restXmlGetBucketTaggingCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var GetBucketTaggingCommand = (function (_super) {
|
|
8
8
|
__extends(GetBucketTaggingCommand, _super);
|
|
@@ -22,8 +22,8 @@ var GetBucketTaggingCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: GetBucketTaggingRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: GetBucketTaggingResultFilterSensitiveLog,
|
|
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 { GetJobTaggingRequestFilterSensitiveLog, GetJobTaggingResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlGetJobTaggingCommand, serializeAws_restXmlGetJobTaggingCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var GetJobTaggingCommand = (function (_super) {
|
|
8
8
|
__extends(GetJobTaggingCommand, _super);
|
|
@@ -22,8 +22,8 @@ var GetJobTaggingCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: GetJobTaggingRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: GetJobTaggingResultFilterSensitiveLog,
|
|
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 { GetMultiRegionAccessPointRequestFilterSensitiveLog, GetMultiRegionAccessPointResultFilterSensitiveLog, } from "../models/models_0";
|
|
7
7
|
import { deserializeAws_restXmlGetMultiRegionAccessPointCommand, serializeAws_restXmlGetMultiRegionAccessPointCommand, } from "../protocols/Aws_restXml";
|
|
8
8
|
var GetMultiRegionAccessPointCommand = (function (_super) {
|
|
9
9
|
__extends(GetMultiRegionAccessPointCommand, _super);
|
|
@@ -24,8 +24,8 @@ var GetMultiRegionAccessPointCommand = (function (_super) {
|
|
|
24
24
|
logger: logger,
|
|
25
25
|
clientName: clientName,
|
|
26
26
|
commandName: commandName,
|
|
27
|
-
inputFilterSensitiveLog:
|
|
28
|
-
outputFilterSensitiveLog:
|
|
27
|
+
inputFilterSensitiveLog: GetMultiRegionAccessPointRequestFilterSensitiveLog,
|
|
28
|
+
outputFilterSensitiveLog: GetMultiRegionAccessPointResultFilterSensitiveLog,
|
|
29
29
|
};
|
|
30
30
|
var requestHandler = configuration.requestHandler;
|
|
31
31
|
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 { GetMultiRegionAccessPointPolicyRequestFilterSensitiveLog, GetMultiRegionAccessPointPolicyResultFilterSensitiveLog, } from "../models/models_0";
|
|
7
7
|
import { deserializeAws_restXmlGetMultiRegionAccessPointPolicyCommand, serializeAws_restXmlGetMultiRegionAccessPointPolicyCommand, } from "../protocols/Aws_restXml";
|
|
8
8
|
var GetMultiRegionAccessPointPolicyCommand = (function (_super) {
|
|
9
9
|
__extends(GetMultiRegionAccessPointPolicyCommand, _super);
|
|
@@ -24,8 +24,8 @@ var GetMultiRegionAccessPointPolicyCommand = (function (_super) {
|
|
|
24
24
|
logger: logger,
|
|
25
25
|
clientName: clientName,
|
|
26
26
|
commandName: commandName,
|
|
27
|
-
inputFilterSensitiveLog:
|
|
28
|
-
outputFilterSensitiveLog:
|
|
27
|
+
inputFilterSensitiveLog: GetMultiRegionAccessPointPolicyRequestFilterSensitiveLog,
|
|
28
|
+
outputFilterSensitiveLog: GetMultiRegionAccessPointPolicyResultFilterSensitiveLog,
|
|
29
29
|
};
|
|
30
30
|
var requestHandler = configuration.requestHandler;
|
|
31
31
|
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 { GetMultiRegionAccessPointPolicyStatusRequestFilterSensitiveLog, GetMultiRegionAccessPointPolicyStatusResultFilterSensitiveLog, } from "../models/models_0";
|
|
7
7
|
import { deserializeAws_restXmlGetMultiRegionAccessPointPolicyStatusCommand, serializeAws_restXmlGetMultiRegionAccessPointPolicyStatusCommand, } from "../protocols/Aws_restXml";
|
|
8
8
|
var GetMultiRegionAccessPointPolicyStatusCommand = (function (_super) {
|
|
9
9
|
__extends(GetMultiRegionAccessPointPolicyStatusCommand, _super);
|
|
@@ -24,8 +24,8 @@ var GetMultiRegionAccessPointPolicyStatusCommand = (function (_super) {
|
|
|
24
24
|
logger: logger,
|
|
25
25
|
clientName: clientName,
|
|
26
26
|
commandName: commandName,
|
|
27
|
-
inputFilterSensitiveLog:
|
|
28
|
-
outputFilterSensitiveLog:
|
|
27
|
+
inputFilterSensitiveLog: GetMultiRegionAccessPointPolicyStatusRequestFilterSensitiveLog,
|
|
28
|
+
outputFilterSensitiveLog: GetMultiRegionAccessPointPolicyStatusResultFilterSensitiveLog,
|
|
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 { GetPublicAccessBlockOutputFilterSensitiveLog, GetPublicAccessBlockRequestFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlGetPublicAccessBlockCommand, serializeAws_restXmlGetPublicAccessBlockCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var GetPublicAccessBlockCommand = (function (_super) {
|
|
8
8
|
__extends(GetPublicAccessBlockCommand, _super);
|
|
@@ -22,8 +22,8 @@ var GetPublicAccessBlockCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: GetPublicAccessBlockRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: GetPublicAccessBlockOutputFilterSensitiveLog,
|
|
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 { GetStorageLensConfigurationRequestFilterSensitiveLog, GetStorageLensConfigurationResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlGetStorageLensConfigurationCommand, serializeAws_restXmlGetStorageLensConfigurationCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var GetStorageLensConfigurationCommand = (function (_super) {
|
|
8
8
|
__extends(GetStorageLensConfigurationCommand, _super);
|
|
@@ -22,8 +22,8 @@ var GetStorageLensConfigurationCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: GetStorageLensConfigurationRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: GetStorageLensConfigurationResultFilterSensitiveLog,
|
|
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 { GetStorageLensConfigurationTaggingRequestFilterSensitiveLog, GetStorageLensConfigurationTaggingResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlGetStorageLensConfigurationTaggingCommand, serializeAws_restXmlGetStorageLensConfigurationTaggingCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var GetStorageLensConfigurationTaggingCommand = (function (_super) {
|
|
8
8
|
__extends(GetStorageLensConfigurationTaggingCommand, _super);
|
|
@@ -22,8 +22,8 @@ var GetStorageLensConfigurationTaggingCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: GetStorageLensConfigurationTaggingRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: GetStorageLensConfigurationTaggingResultFilterSensitiveLog,
|
|
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 { ListAccessPointsRequestFilterSensitiveLog, ListAccessPointsResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlListAccessPointsCommand, serializeAws_restXmlListAccessPointsCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var ListAccessPointsCommand = (function (_super) {
|
|
8
8
|
__extends(ListAccessPointsCommand, _super);
|
|
@@ -22,8 +22,8 @@ var ListAccessPointsCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: ListAccessPointsRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: ListAccessPointsResultFilterSensitiveLog,
|
|
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 { ListAccessPointsForObjectLambdaRequestFilterSensitiveLog, ListAccessPointsForObjectLambdaResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlListAccessPointsForObjectLambdaCommand, serializeAws_restXmlListAccessPointsForObjectLambdaCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var ListAccessPointsForObjectLambdaCommand = (function (_super) {
|
|
8
8
|
__extends(ListAccessPointsForObjectLambdaCommand, _super);
|
|
@@ -22,8 +22,8 @@ var ListAccessPointsForObjectLambdaCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: ListAccessPointsForObjectLambdaRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: ListAccessPointsForObjectLambdaResultFilterSensitiveLog,
|
|
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 { ListJobsRequestFilterSensitiveLog, ListJobsResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlListJobsCommand, serializeAws_restXmlListJobsCommand } from "../protocols/Aws_restXml";
|
|
7
7
|
var ListJobsCommand = (function (_super) {
|
|
8
8
|
__extends(ListJobsCommand, _super);
|
|
@@ -22,8 +22,8 @@ var ListJobsCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: ListJobsRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: ListJobsResultFilterSensitiveLog,
|
|
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 { ListMultiRegionAccessPointsRequestFilterSensitiveLog, ListMultiRegionAccessPointsResultFilterSensitiveLog, } from "../models/models_0";
|
|
7
7
|
import { deserializeAws_restXmlListMultiRegionAccessPointsCommand, serializeAws_restXmlListMultiRegionAccessPointsCommand, } from "../protocols/Aws_restXml";
|
|
8
8
|
var ListMultiRegionAccessPointsCommand = (function (_super) {
|
|
9
9
|
__extends(ListMultiRegionAccessPointsCommand, _super);
|
|
@@ -24,8 +24,8 @@ var ListMultiRegionAccessPointsCommand = (function (_super) {
|
|
|
24
24
|
logger: logger,
|
|
25
25
|
clientName: clientName,
|
|
26
26
|
commandName: commandName,
|
|
27
|
-
inputFilterSensitiveLog:
|
|
28
|
-
outputFilterSensitiveLog:
|
|
27
|
+
inputFilterSensitiveLog: ListMultiRegionAccessPointsRequestFilterSensitiveLog,
|
|
28
|
+
outputFilterSensitiveLog: ListMultiRegionAccessPointsResultFilterSensitiveLog,
|
|
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 { getRedirectFromPostIdPlugin } 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 { ListRegionalBucketsRequestFilterSensitiveLog, ListRegionalBucketsResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlListRegionalBucketsCommand, serializeAws_restXmlListRegionalBucketsCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var ListRegionalBucketsCommand = (function (_super) {
|
|
8
8
|
__extends(ListRegionalBucketsCommand, _super);
|
|
@@ -22,8 +22,8 @@ var ListRegionalBucketsCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: ListRegionalBucketsRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: ListRegionalBucketsResultFilterSensitiveLog,
|
|
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 { ListStorageLensConfigurationsRequestFilterSensitiveLog, ListStorageLensConfigurationsResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlListStorageLensConfigurationsCommand, serializeAws_restXmlListStorageLensConfigurationsCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var ListStorageLensConfigurationsCommand = (function (_super) {
|
|
8
8
|
__extends(ListStorageLensConfigurationsCommand, _super);
|
|
@@ -22,8 +22,8 @@ var ListStorageLensConfigurationsCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: ListStorageLensConfigurationsRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: ListStorageLensConfigurationsResultFilterSensitiveLog,
|
|
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 { PutAccessPointConfigurationForObjectLambdaRequestFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlPutAccessPointConfigurationForObjectLambdaCommand, serializeAws_restXmlPutAccessPointConfigurationForObjectLambdaCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var PutAccessPointConfigurationForObjectLambdaCommand = (function (_super) {
|
|
8
8
|
__extends(PutAccessPointConfigurationForObjectLambdaCommand, _super);
|
|
@@ -22,7 +22,7 @@ var PutAccessPointConfigurationForObjectLambdaCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: PutAccessPointConfigurationForObjectLambdaRequestFilterSensitiveLog,
|
|
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 { PutAccessPointPolicyRequestFilterSensitiveLog } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlPutAccessPointPolicyCommand, serializeAws_restXmlPutAccessPointPolicyCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var PutAccessPointPolicyCommand = (function (_super) {
|
|
8
8
|
__extends(PutAccessPointPolicyCommand, _super);
|
|
@@ -22,7 +22,7 @@ var PutAccessPointPolicyCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: PutAccessPointPolicyRequestFilterSensitiveLog,
|
|
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 { PutAccessPointPolicyForObjectLambdaRequestFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlPutAccessPointPolicyForObjectLambdaCommand, serializeAws_restXmlPutAccessPointPolicyForObjectLambdaCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var PutAccessPointPolicyForObjectLambdaCommand = (function (_super) {
|
|
8
8
|
__extends(PutAccessPointPolicyForObjectLambdaCommand, _super);
|
|
@@ -22,7 +22,7 @@ var PutAccessPointPolicyForObjectLambdaCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: PutAccessPointPolicyForObjectLambdaRequestFilterSensitiveLog,
|
|
26
26
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { PutBucketLifecycleConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
|
|
7
7
|
import { deserializeAws_restXmlPutBucketLifecycleConfigurationCommand, serializeAws_restXmlPutBucketLifecycleConfigurationCommand, } from "../protocols/Aws_restXml";
|
|
8
8
|
var PutBucketLifecycleConfigurationCommand = (function (_super) {
|
|
9
9
|
__extends(PutBucketLifecycleConfigurationCommand, _super);
|
|
@@ -24,7 +24,7 @@ var PutBucketLifecycleConfigurationCommand = (function (_super) {
|
|
|
24
24
|
logger: logger,
|
|
25
25
|
clientName: clientName,
|
|
26
26
|
commandName: commandName,
|
|
27
|
-
inputFilterSensitiveLog:
|
|
27
|
+
inputFilterSensitiveLog: PutBucketLifecycleConfigurationRequestFilterSensitiveLog,
|
|
28
28
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
29
29
|
};
|
|
30
30
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { PutBucketPolicyRequestFilterSensitiveLog } from "../models/models_0";
|
|
7
7
|
import { deserializeAws_restXmlPutBucketPolicyCommand, serializeAws_restXmlPutBucketPolicyCommand, } from "../protocols/Aws_restXml";
|
|
8
8
|
var PutBucketPolicyCommand = (function (_super) {
|
|
9
9
|
__extends(PutBucketPolicyCommand, _super);
|
|
@@ -24,7 +24,7 @@ var PutBucketPolicyCommand = (function (_super) {
|
|
|
24
24
|
logger: logger,
|
|
25
25
|
clientName: clientName,
|
|
26
26
|
commandName: commandName,
|
|
27
|
-
inputFilterSensitiveLog:
|
|
27
|
+
inputFilterSensitiveLog: PutBucketPolicyRequestFilterSensitiveLog,
|
|
28
28
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
29
29
|
};
|
|
30
30
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { PutBucketTaggingRequestFilterSensitiveLog } from "../models/models_0";
|
|
7
7
|
import { deserializeAws_restXmlPutBucketTaggingCommand, serializeAws_restXmlPutBucketTaggingCommand, } from "../protocols/Aws_restXml";
|
|
8
8
|
var PutBucketTaggingCommand = (function (_super) {
|
|
9
9
|
__extends(PutBucketTaggingCommand, _super);
|
|
@@ -24,7 +24,7 @@ var PutBucketTaggingCommand = (function (_super) {
|
|
|
24
24
|
logger: logger,
|
|
25
25
|
clientName: clientName,
|
|
26
26
|
commandName: commandName,
|
|
27
|
-
inputFilterSensitiveLog:
|
|
27
|
+
inputFilterSensitiveLog: PutBucketTaggingRequestFilterSensitiveLog,
|
|
28
28
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
29
29
|
};
|
|
30
30
|
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 { PutJobTaggingRequestFilterSensitiveLog, PutJobTaggingResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlPutJobTaggingCommand, serializeAws_restXmlPutJobTaggingCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var PutJobTaggingCommand = (function (_super) {
|
|
8
8
|
__extends(PutJobTaggingCommand, _super);
|
|
@@ -22,8 +22,8 @@ var PutJobTaggingCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: PutJobTaggingRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: PutJobTaggingResultFilterSensitiveLog,
|
|
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 { PutMultiRegionAccessPointPolicyRequestFilterSensitiveLog, PutMultiRegionAccessPointPolicyResultFilterSensitiveLog, } from "../models/models_0";
|
|
7
7
|
import { deserializeAws_restXmlPutMultiRegionAccessPointPolicyCommand, serializeAws_restXmlPutMultiRegionAccessPointPolicyCommand, } from "../protocols/Aws_restXml";
|
|
8
8
|
var PutMultiRegionAccessPointPolicyCommand = (function (_super) {
|
|
9
9
|
__extends(PutMultiRegionAccessPointPolicyCommand, _super);
|
|
@@ -24,8 +24,8 @@ var PutMultiRegionAccessPointPolicyCommand = (function (_super) {
|
|
|
24
24
|
logger: logger,
|
|
25
25
|
clientName: clientName,
|
|
26
26
|
commandName: commandName,
|
|
27
|
-
inputFilterSensitiveLog:
|
|
28
|
-
outputFilterSensitiveLog:
|
|
27
|
+
inputFilterSensitiveLog: PutMultiRegionAccessPointPolicyRequestFilterSensitiveLog,
|
|
28
|
+
outputFilterSensitiveLog: PutMultiRegionAccessPointPolicyResultFilterSensitiveLog,
|
|
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 { PutPublicAccessBlockRequestFilterSensitiveLog } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlPutPublicAccessBlockCommand, serializeAws_restXmlPutPublicAccessBlockCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var PutPublicAccessBlockCommand = (function (_super) {
|
|
8
8
|
__extends(PutPublicAccessBlockCommand, _super);
|
|
@@ -22,7 +22,7 @@ var PutPublicAccessBlockCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: PutPublicAccessBlockRequestFilterSensitiveLog,
|
|
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 { PutStorageLensConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlPutStorageLensConfigurationCommand, serializeAws_restXmlPutStorageLensConfigurationCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var PutStorageLensConfigurationCommand = (function (_super) {
|
|
8
8
|
__extends(PutStorageLensConfigurationCommand, _super);
|
|
@@ -22,7 +22,7 @@ var PutStorageLensConfigurationCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: PutStorageLensConfigurationRequestFilterSensitiveLog,
|
|
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 { PutStorageLensConfigurationTaggingRequestFilterSensitiveLog, PutStorageLensConfigurationTaggingResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlPutStorageLensConfigurationTaggingCommand, serializeAws_restXmlPutStorageLensConfigurationTaggingCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var PutStorageLensConfigurationTaggingCommand = (function (_super) {
|
|
8
8
|
__extends(PutStorageLensConfigurationTaggingCommand, _super);
|
|
@@ -22,8 +22,8 @@ var PutStorageLensConfigurationTaggingCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: PutStorageLensConfigurationTaggingRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: PutStorageLensConfigurationTaggingResultFilterSensitiveLog,
|
|
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 { UpdateJobPriorityRequestFilterSensitiveLog, UpdateJobPriorityResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlUpdateJobPriorityCommand, serializeAws_restXmlUpdateJobPriorityCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var UpdateJobPriorityCommand = (function (_super) {
|
|
8
8
|
__extends(UpdateJobPriorityCommand, _super);
|
|
@@ -22,8 +22,8 @@ var UpdateJobPriorityCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: UpdateJobPriorityRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: UpdateJobPriorityResultFilterSensitiveLog,
|
|
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 { UpdateJobStatusRequestFilterSensitiveLog, UpdateJobStatusResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restXmlUpdateJobStatusCommand, serializeAws_restXmlUpdateJobStatusCommand, } from "../protocols/Aws_restXml";
|
|
7
7
|
var UpdateJobStatusCommand = (function (_super) {
|
|
8
8
|
__extends(UpdateJobStatusCommand, _super);
|
|
@@ -22,8 +22,8 @@ var UpdateJobStatusCommand = (function (_super) {
|
|
|
22
22
|
logger: logger,
|
|
23
23
|
clientName: clientName,
|
|
24
24
|
commandName: commandName,
|
|
25
|
-
inputFilterSensitiveLog:
|
|
26
|
-
outputFilterSensitiveLog:
|
|
25
|
+
inputFilterSensitiveLog: UpdateJobStatusRequestFilterSensitiveLog,
|
|
26
|
+
outputFilterSensitiveLog: UpdateJobStatusResultFilterSensitiveLog,
|
|
27
27
|
};
|
|
28
28
|
var requestHandler = configuration.requestHandler;
|
|
29
29
|
return stack.resolve(function (request) {
|