@aws-sdk/client-s3-control 3.183.0 → 3.185.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 +23 -0
- package/dist-cjs/models/models_0.js +5 -0
- package/dist-cjs/protocols/Aws_restXml.js +2 -2
- package/dist-cjs/runtimeConfig.shared.js +3 -2
- package/dist-es/S3Control.js +245 -238
- package/dist-es/S3ControlClient.js +29 -23
- package/dist-es/commands/CreateAccessPointCommand.js +28 -21
- package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +28 -21
- package/dist-es/commands/CreateBucketCommand.js +28 -21
- package/dist-es/commands/CreateJobCommand.js +28 -21
- package/dist-es/commands/CreateMultiRegionAccessPointCommand.js +28 -21
- package/dist-es/commands/DeleteAccessPointCommand.js +29 -22
- package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +29 -22
- package/dist-es/commands/DeleteAccessPointPolicyCommand.js +29 -22
- package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +29 -22
- package/dist-es/commands/DeleteBucketCommand.js +29 -22
- package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +29 -22
- package/dist-es/commands/DeleteBucketPolicyCommand.js +29 -22
- package/dist-es/commands/DeleteBucketTaggingCommand.js +29 -22
- package/dist-es/commands/DeleteJobTaggingCommand.js +28 -21
- package/dist-es/commands/DeleteMultiRegionAccessPointCommand.js +28 -21
- package/dist-es/commands/DeletePublicAccessBlockCommand.js +29 -22
- package/dist-es/commands/DeleteStorageLensConfigurationCommand.js +29 -22
- package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +28 -21
- package/dist-es/commands/DescribeJobCommand.js +28 -21
- package/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js +28 -21
- package/dist-es/commands/GetAccessPointCommand.js +28 -21
- package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +28 -21
- package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +28 -21
- package/dist-es/commands/GetAccessPointPolicyCommand.js +28 -21
- package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +28 -21
- package/dist-es/commands/GetAccessPointPolicyStatusCommand.js +28 -21
- package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +28 -21
- package/dist-es/commands/GetBucketCommand.js +28 -21
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +28 -21
- package/dist-es/commands/GetBucketPolicyCommand.js +28 -21
- package/dist-es/commands/GetBucketTaggingCommand.js +28 -21
- package/dist-es/commands/GetBucketVersioningCommand.js +28 -21
- package/dist-es/commands/GetJobTaggingCommand.js +28 -21
- package/dist-es/commands/GetMultiRegionAccessPointCommand.js +28 -21
- package/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js +28 -21
- package/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +28 -21
- package/dist-es/commands/GetPublicAccessBlockCommand.js +28 -21
- package/dist-es/commands/GetStorageLensConfigurationCommand.js +28 -21
- package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +28 -21
- package/dist-es/commands/ListAccessPointsCommand.js +28 -21
- package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +28 -21
- package/dist-es/commands/ListJobsCommand.js +28 -21
- package/dist-es/commands/ListMultiRegionAccessPointsCommand.js +28 -21
- package/dist-es/commands/ListRegionalBucketsCommand.js +28 -21
- package/dist-es/commands/ListStorageLensConfigurationsCommand.js +28 -21
- package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +29 -22
- package/dist-es/commands/PutAccessPointPolicyCommand.js +29 -22
- package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +29 -22
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +29 -22
- package/dist-es/commands/PutBucketPolicyCommand.js +29 -22
- package/dist-es/commands/PutBucketTaggingCommand.js +29 -22
- package/dist-es/commands/PutBucketVersioningCommand.js +29 -22
- package/dist-es/commands/PutJobTaggingCommand.js +28 -21
- package/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js +28 -21
- package/dist-es/commands/PutPublicAccessBlockCommand.js +29 -22
- package/dist-es/commands/PutStorageLensConfigurationCommand.js +29 -22
- package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +28 -21
- package/dist-es/commands/UpdateJobPriorityCommand.js +28 -21
- package/dist-es/commands/UpdateJobStatusCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/S3ControlServiceException.js +10 -5
- package/dist-es/models/models_0.js +349 -723
- package/dist-es/pagination/ListAccessPointsForObjectLambdaPaginator.js +68 -25
- package/dist-es/pagination/ListAccessPointsPaginator.js +68 -25
- package/dist-es/pagination/ListJobsPaginator.js +68 -25
- package/dist-es/pagination/ListMultiRegionAccessPointsPaginator.js +68 -25
- package/dist-es/pagination/ListRegionalBucketsPaginator.js +68 -25
- package/dist-es/pagination/ListStorageLensConfigurationsPaginator.js +67 -24
- package/dist-es/protocols/Aws_restXml.js +6164 -4548
- package/dist-es/runtimeConfig.browser.js +12 -28
- package/dist-es/runtimeConfig.js +12 -32
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +12 -8
- package/dist-types/models/models_0.d.ts +7 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +5 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +5 -5
|
@@ -1,36 +1,43 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum";
|
|
2
3
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
6
|
import { GetMultiRegionAccessPointPolicyStatusRequestFilterSensitiveLog, GetMultiRegionAccessPointPolicyStatusResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
7
|
import { deserializeAws_restXmlGetMultiRegionAccessPointPolicyStatusCommand, serializeAws_restXmlGetMultiRegionAccessPointPolicyStatusCommand, } from "../protocols/Aws_restXml";
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
var GetMultiRegionAccessPointPolicyStatusCommand = (function (_super) {
|
|
9
|
+
__extends(GetMultiRegionAccessPointPolicyStatusCommand, _super);
|
|
10
|
+
function GetMultiRegionAccessPointPolicyStatusCommand(input) {
|
|
11
|
+
var _this = _super.call(this) || this;
|
|
12
|
+
_this.input = input;
|
|
13
|
+
return _this;
|
|
11
14
|
}
|
|
12
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
15
|
+
GetMultiRegionAccessPointPolicyStatusCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
13
16
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
17
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
15
18
|
this.middlewareStack.use(getApplyMd5BodyChecksumPlugin(configuration));
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
logger,
|
|
22
|
-
clientName,
|
|
23
|
-
commandName,
|
|
19
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
20
|
+
var logger = configuration.logger;
|
|
21
|
+
var clientName = "S3ControlClient";
|
|
22
|
+
var commandName = "GetMultiRegionAccessPointPolicyStatusCommand";
|
|
23
|
+
var handlerExecutionContext = {
|
|
24
|
+
logger: logger,
|
|
25
|
+
clientName: clientName,
|
|
26
|
+
commandName: commandName,
|
|
24
27
|
inputFilterSensitiveLog: GetMultiRegionAccessPointPolicyStatusRequestFilterSensitiveLog,
|
|
25
28
|
outputFilterSensitiveLog: GetMultiRegionAccessPointPolicyStatusResultFilterSensitiveLog,
|
|
26
29
|
};
|
|
27
|
-
|
|
28
|
-
return stack.resolve((request)
|
|
29
|
-
|
|
30
|
-
|
|
30
|
+
var requestHandler = configuration.requestHandler;
|
|
31
|
+
return stack.resolve(function (request) {
|
|
32
|
+
return requestHandler.handle(request.request, options || {});
|
|
33
|
+
}, handlerExecutionContext);
|
|
34
|
+
};
|
|
35
|
+
GetMultiRegionAccessPointPolicyStatusCommand.prototype.serialize = function (input, context) {
|
|
31
36
|
return serializeAws_restXmlGetMultiRegionAccessPointPolicyStatusCommand(input, context);
|
|
32
|
-
}
|
|
33
|
-
deserialize(output, context) {
|
|
37
|
+
};
|
|
38
|
+
GetMultiRegionAccessPointPolicyStatusCommand.prototype.deserialize = function (output, context) {
|
|
34
39
|
return deserializeAws_restXmlGetMultiRegionAccessPointPolicyStatusCommand(output, context);
|
|
35
|
-
}
|
|
36
|
-
|
|
40
|
+
};
|
|
41
|
+
return GetMultiRegionAccessPointPolicyStatusCommand;
|
|
42
|
+
}($Command));
|
|
43
|
+
export { GetMultiRegionAccessPointPolicyStatusCommand };
|
|
@@ -1,34 +1,41 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
5
|
import { GetPublicAccessBlockOutputFilterSensitiveLog, GetPublicAccessBlockRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { deserializeAws_restXmlGetPublicAccessBlockCommand, serializeAws_restXmlGetPublicAccessBlockCommand, } from "../protocols/Aws_restXml";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
var GetPublicAccessBlockCommand = (function (_super) {
|
|
8
|
+
__extends(GetPublicAccessBlockCommand, _super);
|
|
9
|
+
function GetPublicAccessBlockCommand(input) {
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
11
|
+
_this.input = input;
|
|
12
|
+
return _this;
|
|
10
13
|
}
|
|
11
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
GetPublicAccessBlockCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
12
15
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
13
16
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
logger,
|
|
20
|
-
clientName,
|
|
21
|
-
commandName,
|
|
17
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
18
|
+
var logger = configuration.logger;
|
|
19
|
+
var clientName = "S3ControlClient";
|
|
20
|
+
var commandName = "GetPublicAccessBlockCommand";
|
|
21
|
+
var handlerExecutionContext = {
|
|
22
|
+
logger: logger,
|
|
23
|
+
clientName: clientName,
|
|
24
|
+
commandName: commandName,
|
|
22
25
|
inputFilterSensitiveLog: GetPublicAccessBlockRequestFilterSensitiveLog,
|
|
23
26
|
outputFilterSensitiveLog: GetPublicAccessBlockOutputFilterSensitiveLog,
|
|
24
27
|
};
|
|
25
|
-
|
|
26
|
-
return stack.resolve((request)
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
var requestHandler = configuration.requestHandler;
|
|
29
|
+
return stack.resolve(function (request) {
|
|
30
|
+
return requestHandler.handle(request.request, options || {});
|
|
31
|
+
}, handlerExecutionContext);
|
|
32
|
+
};
|
|
33
|
+
GetPublicAccessBlockCommand.prototype.serialize = function (input, context) {
|
|
29
34
|
return serializeAws_restXmlGetPublicAccessBlockCommand(input, context);
|
|
30
|
-
}
|
|
31
|
-
deserialize(output, context) {
|
|
35
|
+
};
|
|
36
|
+
GetPublicAccessBlockCommand.prototype.deserialize = function (output, context) {
|
|
32
37
|
return deserializeAws_restXmlGetPublicAccessBlockCommand(output, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
38
|
+
};
|
|
39
|
+
return GetPublicAccessBlockCommand;
|
|
40
|
+
}($Command));
|
|
41
|
+
export { GetPublicAccessBlockCommand };
|
|
@@ -1,34 +1,41 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
5
|
import { GetStorageLensConfigurationRequestFilterSensitiveLog, GetStorageLensConfigurationResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { deserializeAws_restXmlGetStorageLensConfigurationCommand, serializeAws_restXmlGetStorageLensConfigurationCommand, } from "../protocols/Aws_restXml";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
var GetStorageLensConfigurationCommand = (function (_super) {
|
|
8
|
+
__extends(GetStorageLensConfigurationCommand, _super);
|
|
9
|
+
function GetStorageLensConfigurationCommand(input) {
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
11
|
+
_this.input = input;
|
|
12
|
+
return _this;
|
|
10
13
|
}
|
|
11
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
GetStorageLensConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
12
15
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
13
16
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
logger,
|
|
20
|
-
clientName,
|
|
21
|
-
commandName,
|
|
17
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
18
|
+
var logger = configuration.logger;
|
|
19
|
+
var clientName = "S3ControlClient";
|
|
20
|
+
var commandName = "GetStorageLensConfigurationCommand";
|
|
21
|
+
var handlerExecutionContext = {
|
|
22
|
+
logger: logger,
|
|
23
|
+
clientName: clientName,
|
|
24
|
+
commandName: commandName,
|
|
22
25
|
inputFilterSensitiveLog: GetStorageLensConfigurationRequestFilterSensitiveLog,
|
|
23
26
|
outputFilterSensitiveLog: GetStorageLensConfigurationResultFilterSensitiveLog,
|
|
24
27
|
};
|
|
25
|
-
|
|
26
|
-
return stack.resolve((request)
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
var requestHandler = configuration.requestHandler;
|
|
29
|
+
return stack.resolve(function (request) {
|
|
30
|
+
return requestHandler.handle(request.request, options || {});
|
|
31
|
+
}, handlerExecutionContext);
|
|
32
|
+
};
|
|
33
|
+
GetStorageLensConfigurationCommand.prototype.serialize = function (input, context) {
|
|
29
34
|
return serializeAws_restXmlGetStorageLensConfigurationCommand(input, context);
|
|
30
|
-
}
|
|
31
|
-
deserialize(output, context) {
|
|
35
|
+
};
|
|
36
|
+
GetStorageLensConfigurationCommand.prototype.deserialize = function (output, context) {
|
|
32
37
|
return deserializeAws_restXmlGetStorageLensConfigurationCommand(output, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
38
|
+
};
|
|
39
|
+
return GetStorageLensConfigurationCommand;
|
|
40
|
+
}($Command));
|
|
41
|
+
export { GetStorageLensConfigurationCommand };
|
|
@@ -1,34 +1,41 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
5
|
import { GetStorageLensConfigurationTaggingRequestFilterSensitiveLog, GetStorageLensConfigurationTaggingResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { deserializeAws_restXmlGetStorageLensConfigurationTaggingCommand, serializeAws_restXmlGetStorageLensConfigurationTaggingCommand, } from "../protocols/Aws_restXml";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
var GetStorageLensConfigurationTaggingCommand = (function (_super) {
|
|
8
|
+
__extends(GetStorageLensConfigurationTaggingCommand, _super);
|
|
9
|
+
function GetStorageLensConfigurationTaggingCommand(input) {
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
11
|
+
_this.input = input;
|
|
12
|
+
return _this;
|
|
10
13
|
}
|
|
11
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
GetStorageLensConfigurationTaggingCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
12
15
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
13
16
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
logger,
|
|
20
|
-
clientName,
|
|
21
|
-
commandName,
|
|
17
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
18
|
+
var logger = configuration.logger;
|
|
19
|
+
var clientName = "S3ControlClient";
|
|
20
|
+
var commandName = "GetStorageLensConfigurationTaggingCommand";
|
|
21
|
+
var handlerExecutionContext = {
|
|
22
|
+
logger: logger,
|
|
23
|
+
clientName: clientName,
|
|
24
|
+
commandName: commandName,
|
|
22
25
|
inputFilterSensitiveLog: GetStorageLensConfigurationTaggingRequestFilterSensitiveLog,
|
|
23
26
|
outputFilterSensitiveLog: GetStorageLensConfigurationTaggingResultFilterSensitiveLog,
|
|
24
27
|
};
|
|
25
|
-
|
|
26
|
-
return stack.resolve((request)
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
var requestHandler = configuration.requestHandler;
|
|
29
|
+
return stack.resolve(function (request) {
|
|
30
|
+
return requestHandler.handle(request.request, options || {});
|
|
31
|
+
}, handlerExecutionContext);
|
|
32
|
+
};
|
|
33
|
+
GetStorageLensConfigurationTaggingCommand.prototype.serialize = function (input, context) {
|
|
29
34
|
return serializeAws_restXmlGetStorageLensConfigurationTaggingCommand(input, context);
|
|
30
|
-
}
|
|
31
|
-
deserialize(output, context) {
|
|
35
|
+
};
|
|
36
|
+
GetStorageLensConfigurationTaggingCommand.prototype.deserialize = function (output, context) {
|
|
32
37
|
return deserializeAws_restXmlGetStorageLensConfigurationTaggingCommand(output, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
38
|
+
};
|
|
39
|
+
return GetStorageLensConfigurationTaggingCommand;
|
|
40
|
+
}($Command));
|
|
41
|
+
export { GetStorageLensConfigurationTaggingCommand };
|
|
@@ -1,34 +1,41 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
5
|
import { ListAccessPointsRequestFilterSensitiveLog, ListAccessPointsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { deserializeAws_restXmlListAccessPointsCommand, serializeAws_restXmlListAccessPointsCommand, } from "../protocols/Aws_restXml";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
var ListAccessPointsCommand = (function (_super) {
|
|
8
|
+
__extends(ListAccessPointsCommand, _super);
|
|
9
|
+
function ListAccessPointsCommand(input) {
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
11
|
+
_this.input = input;
|
|
12
|
+
return _this;
|
|
10
13
|
}
|
|
11
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
ListAccessPointsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
12
15
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
13
16
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
logger,
|
|
20
|
-
clientName,
|
|
21
|
-
commandName,
|
|
17
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
18
|
+
var logger = configuration.logger;
|
|
19
|
+
var clientName = "S3ControlClient";
|
|
20
|
+
var commandName = "ListAccessPointsCommand";
|
|
21
|
+
var handlerExecutionContext = {
|
|
22
|
+
logger: logger,
|
|
23
|
+
clientName: clientName,
|
|
24
|
+
commandName: commandName,
|
|
22
25
|
inputFilterSensitiveLog: ListAccessPointsRequestFilterSensitiveLog,
|
|
23
26
|
outputFilterSensitiveLog: ListAccessPointsResultFilterSensitiveLog,
|
|
24
27
|
};
|
|
25
|
-
|
|
26
|
-
return stack.resolve((request)
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
var requestHandler = configuration.requestHandler;
|
|
29
|
+
return stack.resolve(function (request) {
|
|
30
|
+
return requestHandler.handle(request.request, options || {});
|
|
31
|
+
}, handlerExecutionContext);
|
|
32
|
+
};
|
|
33
|
+
ListAccessPointsCommand.prototype.serialize = function (input, context) {
|
|
29
34
|
return serializeAws_restXmlListAccessPointsCommand(input, context);
|
|
30
|
-
}
|
|
31
|
-
deserialize(output, context) {
|
|
35
|
+
};
|
|
36
|
+
ListAccessPointsCommand.prototype.deserialize = function (output, context) {
|
|
32
37
|
return deserializeAws_restXmlListAccessPointsCommand(output, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
38
|
+
};
|
|
39
|
+
return ListAccessPointsCommand;
|
|
40
|
+
}($Command));
|
|
41
|
+
export { ListAccessPointsCommand };
|
|
@@ -1,34 +1,41 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
5
|
import { ListAccessPointsForObjectLambdaRequestFilterSensitiveLog, ListAccessPointsForObjectLambdaResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { deserializeAws_restXmlListAccessPointsForObjectLambdaCommand, serializeAws_restXmlListAccessPointsForObjectLambdaCommand, } from "../protocols/Aws_restXml";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
var ListAccessPointsForObjectLambdaCommand = (function (_super) {
|
|
8
|
+
__extends(ListAccessPointsForObjectLambdaCommand, _super);
|
|
9
|
+
function ListAccessPointsForObjectLambdaCommand(input) {
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
11
|
+
_this.input = input;
|
|
12
|
+
return _this;
|
|
10
13
|
}
|
|
11
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
ListAccessPointsForObjectLambdaCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
12
15
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
13
16
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
logger,
|
|
20
|
-
clientName,
|
|
21
|
-
commandName,
|
|
17
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
18
|
+
var logger = configuration.logger;
|
|
19
|
+
var clientName = "S3ControlClient";
|
|
20
|
+
var commandName = "ListAccessPointsForObjectLambdaCommand";
|
|
21
|
+
var handlerExecutionContext = {
|
|
22
|
+
logger: logger,
|
|
23
|
+
clientName: clientName,
|
|
24
|
+
commandName: commandName,
|
|
22
25
|
inputFilterSensitiveLog: ListAccessPointsForObjectLambdaRequestFilterSensitiveLog,
|
|
23
26
|
outputFilterSensitiveLog: ListAccessPointsForObjectLambdaResultFilterSensitiveLog,
|
|
24
27
|
};
|
|
25
|
-
|
|
26
|
-
return stack.resolve((request)
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
var requestHandler = configuration.requestHandler;
|
|
29
|
+
return stack.resolve(function (request) {
|
|
30
|
+
return requestHandler.handle(request.request, options || {});
|
|
31
|
+
}, handlerExecutionContext);
|
|
32
|
+
};
|
|
33
|
+
ListAccessPointsForObjectLambdaCommand.prototype.serialize = function (input, context) {
|
|
29
34
|
return serializeAws_restXmlListAccessPointsForObjectLambdaCommand(input, context);
|
|
30
|
-
}
|
|
31
|
-
deserialize(output, context) {
|
|
35
|
+
};
|
|
36
|
+
ListAccessPointsForObjectLambdaCommand.prototype.deserialize = function (output, context) {
|
|
32
37
|
return deserializeAws_restXmlListAccessPointsForObjectLambdaCommand(output, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
38
|
+
};
|
|
39
|
+
return ListAccessPointsForObjectLambdaCommand;
|
|
40
|
+
}($Command));
|
|
41
|
+
export { ListAccessPointsForObjectLambdaCommand };
|
|
@@ -1,34 +1,41 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
5
|
import { ListJobsRequestFilterSensitiveLog, ListJobsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { deserializeAws_restXmlListJobsCommand, serializeAws_restXmlListJobsCommand } from "../protocols/Aws_restXml";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
var ListJobsCommand = (function (_super) {
|
|
8
|
+
__extends(ListJobsCommand, _super);
|
|
9
|
+
function ListJobsCommand(input) {
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
11
|
+
_this.input = input;
|
|
12
|
+
return _this;
|
|
10
13
|
}
|
|
11
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
ListJobsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
12
15
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
13
16
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
logger,
|
|
20
|
-
clientName,
|
|
21
|
-
commandName,
|
|
17
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
18
|
+
var logger = configuration.logger;
|
|
19
|
+
var clientName = "S3ControlClient";
|
|
20
|
+
var commandName = "ListJobsCommand";
|
|
21
|
+
var handlerExecutionContext = {
|
|
22
|
+
logger: logger,
|
|
23
|
+
clientName: clientName,
|
|
24
|
+
commandName: commandName,
|
|
22
25
|
inputFilterSensitiveLog: ListJobsRequestFilterSensitiveLog,
|
|
23
26
|
outputFilterSensitiveLog: ListJobsResultFilterSensitiveLog,
|
|
24
27
|
};
|
|
25
|
-
|
|
26
|
-
return stack.resolve((request)
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
var requestHandler = configuration.requestHandler;
|
|
29
|
+
return stack.resolve(function (request) {
|
|
30
|
+
return requestHandler.handle(request.request, options || {});
|
|
31
|
+
}, handlerExecutionContext);
|
|
32
|
+
};
|
|
33
|
+
ListJobsCommand.prototype.serialize = function (input, context) {
|
|
29
34
|
return serializeAws_restXmlListJobsCommand(input, context);
|
|
30
|
-
}
|
|
31
|
-
deserialize(output, context) {
|
|
35
|
+
};
|
|
36
|
+
ListJobsCommand.prototype.deserialize = function (output, context) {
|
|
32
37
|
return deserializeAws_restXmlListJobsCommand(output, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
38
|
+
};
|
|
39
|
+
return ListJobsCommand;
|
|
40
|
+
}($Command));
|
|
41
|
+
export { ListJobsCommand };
|
|
@@ -1,36 +1,43 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum";
|
|
2
3
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
6
|
import { ListMultiRegionAccessPointsRequestFilterSensitiveLog, ListMultiRegionAccessPointsResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
7
|
import { deserializeAws_restXmlListMultiRegionAccessPointsCommand, serializeAws_restXmlListMultiRegionAccessPointsCommand, } from "../protocols/Aws_restXml";
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
var ListMultiRegionAccessPointsCommand = (function (_super) {
|
|
9
|
+
__extends(ListMultiRegionAccessPointsCommand, _super);
|
|
10
|
+
function ListMultiRegionAccessPointsCommand(input) {
|
|
11
|
+
var _this = _super.call(this) || this;
|
|
12
|
+
_this.input = input;
|
|
13
|
+
return _this;
|
|
11
14
|
}
|
|
12
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
15
|
+
ListMultiRegionAccessPointsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
13
16
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
17
|
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
15
18
|
this.middlewareStack.use(getApplyMd5BodyChecksumPlugin(configuration));
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
logger,
|
|
22
|
-
clientName,
|
|
23
|
-
commandName,
|
|
19
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
20
|
+
var logger = configuration.logger;
|
|
21
|
+
var clientName = "S3ControlClient";
|
|
22
|
+
var commandName = "ListMultiRegionAccessPointsCommand";
|
|
23
|
+
var handlerExecutionContext = {
|
|
24
|
+
logger: logger,
|
|
25
|
+
clientName: clientName,
|
|
26
|
+
commandName: commandName,
|
|
24
27
|
inputFilterSensitiveLog: ListMultiRegionAccessPointsRequestFilterSensitiveLog,
|
|
25
28
|
outputFilterSensitiveLog: ListMultiRegionAccessPointsResultFilterSensitiveLog,
|
|
26
29
|
};
|
|
27
|
-
|
|
28
|
-
return stack.resolve((request)
|
|
29
|
-
|
|
30
|
-
|
|
30
|
+
var requestHandler = configuration.requestHandler;
|
|
31
|
+
return stack.resolve(function (request) {
|
|
32
|
+
return requestHandler.handle(request.request, options || {});
|
|
33
|
+
}, handlerExecutionContext);
|
|
34
|
+
};
|
|
35
|
+
ListMultiRegionAccessPointsCommand.prototype.serialize = function (input, context) {
|
|
31
36
|
return serializeAws_restXmlListMultiRegionAccessPointsCommand(input, context);
|
|
32
|
-
}
|
|
33
|
-
deserialize(output, context) {
|
|
37
|
+
};
|
|
38
|
+
ListMultiRegionAccessPointsCommand.prototype.deserialize = function (output, context) {
|
|
34
39
|
return deserializeAws_restXmlListMultiRegionAccessPointsCommand(output, context);
|
|
35
|
-
}
|
|
36
|
-
|
|
40
|
+
};
|
|
41
|
+
return ListMultiRegionAccessPointsCommand;
|
|
42
|
+
}($Command));
|
|
43
|
+
export { ListMultiRegionAccessPointsCommand };
|
|
@@ -1,34 +1,41 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getRedirectFromPostIdPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
3
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
5
|
import { ListRegionalBucketsRequestFilterSensitiveLog, ListRegionalBucketsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { deserializeAws_restXmlListRegionalBucketsCommand, serializeAws_restXmlListRegionalBucketsCommand, } from "../protocols/Aws_restXml";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
var ListRegionalBucketsCommand = (function (_super) {
|
|
8
|
+
__extends(ListRegionalBucketsCommand, _super);
|
|
9
|
+
function ListRegionalBucketsCommand(input) {
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
11
|
+
_this.input = input;
|
|
12
|
+
return _this;
|
|
10
13
|
}
|
|
11
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
ListRegionalBucketsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
12
15
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
13
16
|
this.middlewareStack.use(getRedirectFromPostIdPlugin(configuration));
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
logger,
|
|
20
|
-
clientName,
|
|
21
|
-
commandName,
|
|
17
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
18
|
+
var logger = configuration.logger;
|
|
19
|
+
var clientName = "S3ControlClient";
|
|
20
|
+
var commandName = "ListRegionalBucketsCommand";
|
|
21
|
+
var handlerExecutionContext = {
|
|
22
|
+
logger: logger,
|
|
23
|
+
clientName: clientName,
|
|
24
|
+
commandName: commandName,
|
|
22
25
|
inputFilterSensitiveLog: ListRegionalBucketsRequestFilterSensitiveLog,
|
|
23
26
|
outputFilterSensitiveLog: ListRegionalBucketsResultFilterSensitiveLog,
|
|
24
27
|
};
|
|
25
|
-
|
|
26
|
-
return stack.resolve((request)
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
var requestHandler = configuration.requestHandler;
|
|
29
|
+
return stack.resolve(function (request) {
|
|
30
|
+
return requestHandler.handle(request.request, options || {});
|
|
31
|
+
}, handlerExecutionContext);
|
|
32
|
+
};
|
|
33
|
+
ListRegionalBucketsCommand.prototype.serialize = function (input, context) {
|
|
29
34
|
return serializeAws_restXmlListRegionalBucketsCommand(input, context);
|
|
30
|
-
}
|
|
31
|
-
deserialize(output, context) {
|
|
35
|
+
};
|
|
36
|
+
ListRegionalBucketsCommand.prototype.deserialize = function (output, context) {
|
|
32
37
|
return deserializeAws_restXmlListRegionalBucketsCommand(output, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
38
|
+
};
|
|
39
|
+
return ListRegionalBucketsCommand;
|
|
40
|
+
}($Command));
|
|
41
|
+
export { ListRegionalBucketsCommand };
|