@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,3 +1,4 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
|
|
2
3
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
3
4
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
@@ -9,27 +10,32 @@ import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-sig
|
|
|
9
10
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
10
11
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
11
12
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
13
|
+
var S3ControlClient = (function (_super) {
|
|
14
|
+
__extends(S3ControlClient, _super);
|
|
15
|
+
function S3ControlClient(configuration) {
|
|
16
|
+
var _this = this;
|
|
17
|
+
var _config_0 = __getRuntimeConfig(configuration);
|
|
18
|
+
var _config_1 = resolveRegionConfig(_config_0);
|
|
19
|
+
var _config_2 = resolveEndpointsConfig(_config_1);
|
|
20
|
+
var _config_3 = resolveRetryConfig(_config_2);
|
|
21
|
+
var _config_4 = resolveHostHeaderConfig(_config_3);
|
|
22
|
+
var _config_5 = resolveAwsAuthConfig(_config_4);
|
|
23
|
+
var _config_6 = resolveS3ControlConfig(_config_5);
|
|
24
|
+
var _config_7 = resolveUserAgentConfig(_config_6);
|
|
25
|
+
_this = _super.call(this, _config_7) || this;
|
|
26
|
+
_this.config = _config_7;
|
|
27
|
+
_this.middlewareStack.use(getRetryPlugin(_this.config));
|
|
28
|
+
_this.middlewareStack.use(getContentLengthPlugin(_this.config));
|
|
29
|
+
_this.middlewareStack.use(getHostHeaderPlugin(_this.config));
|
|
30
|
+
_this.middlewareStack.use(getLoggerPlugin(_this.config));
|
|
31
|
+
_this.middlewareStack.use(getRecursionDetectionPlugin(_this.config));
|
|
32
|
+
_this.middlewareStack.use(getAwsAuthPlugin(_this.config));
|
|
33
|
+
_this.middlewareStack.use(getUserAgentPlugin(_this.config));
|
|
34
|
+
return _this;
|
|
31
35
|
}
|
|
32
|
-
destroy() {
|
|
33
|
-
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
+
S3ControlClient.prototype.destroy = function () {
|
|
37
|
+
_super.prototype.destroy.call(this);
|
|
38
|
+
};
|
|
39
|
+
return S3ControlClient;
|
|
40
|
+
}(__Client));
|
|
41
|
+
export { S3ControlClient };
|
|
@@ -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 { CreateAccessPointRequestFilterSensitiveLog, CreateAccessPointResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { deserializeAws_restXmlCreateAccessPointCommand, serializeAws_restXmlCreateAccessPointCommand, } from "../protocols/Aws_restXml";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
var CreateAccessPointCommand = (function (_super) {
|
|
8
|
+
__extends(CreateAccessPointCommand, _super);
|
|
9
|
+
function CreateAccessPointCommand(input) {
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
11
|
+
_this.input = input;
|
|
12
|
+
return _this;
|
|
10
13
|
}
|
|
11
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
CreateAccessPointCommand.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 = "CreateAccessPointCommand";
|
|
21
|
+
var handlerExecutionContext = {
|
|
22
|
+
logger: logger,
|
|
23
|
+
clientName: clientName,
|
|
24
|
+
commandName: commandName,
|
|
22
25
|
inputFilterSensitiveLog: CreateAccessPointRequestFilterSensitiveLog,
|
|
23
26
|
outputFilterSensitiveLog: CreateAccessPointResultFilterSensitiveLog,
|
|
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
|
+
CreateAccessPointCommand.prototype.serialize = function (input, context) {
|
|
29
34
|
return serializeAws_restXmlCreateAccessPointCommand(input, context);
|
|
30
|
-
}
|
|
31
|
-
deserialize(output, context) {
|
|
35
|
+
};
|
|
36
|
+
CreateAccessPointCommand.prototype.deserialize = function (output, context) {
|
|
32
37
|
return deserializeAws_restXmlCreateAccessPointCommand(output, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
38
|
+
};
|
|
39
|
+
return CreateAccessPointCommand;
|
|
40
|
+
}($Command));
|
|
41
|
+
export { CreateAccessPointCommand };
|
|
@@ -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 { CreateAccessPointForObjectLambdaRequestFilterSensitiveLog, CreateAccessPointForObjectLambdaResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { deserializeAws_restXmlCreateAccessPointForObjectLambdaCommand, serializeAws_restXmlCreateAccessPointForObjectLambdaCommand, } from "../protocols/Aws_restXml";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
var CreateAccessPointForObjectLambdaCommand = (function (_super) {
|
|
8
|
+
__extends(CreateAccessPointForObjectLambdaCommand, _super);
|
|
9
|
+
function CreateAccessPointForObjectLambdaCommand(input) {
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
11
|
+
_this.input = input;
|
|
12
|
+
return _this;
|
|
10
13
|
}
|
|
11
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
CreateAccessPointForObjectLambdaCommand.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 = "CreateAccessPointForObjectLambdaCommand";
|
|
21
|
+
var handlerExecutionContext = {
|
|
22
|
+
logger: logger,
|
|
23
|
+
clientName: clientName,
|
|
24
|
+
commandName: commandName,
|
|
22
25
|
inputFilterSensitiveLog: CreateAccessPointForObjectLambdaRequestFilterSensitiveLog,
|
|
23
26
|
outputFilterSensitiveLog: CreateAccessPointForObjectLambdaResultFilterSensitiveLog,
|
|
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
|
+
CreateAccessPointForObjectLambdaCommand.prototype.serialize = function (input, context) {
|
|
29
34
|
return serializeAws_restXmlCreateAccessPointForObjectLambdaCommand(input, context);
|
|
30
|
-
}
|
|
31
|
-
deserialize(output, context) {
|
|
35
|
+
};
|
|
36
|
+
CreateAccessPointForObjectLambdaCommand.prototype.deserialize = function (output, context) {
|
|
32
37
|
return deserializeAws_restXmlCreateAccessPointForObjectLambdaCommand(output, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
38
|
+
};
|
|
39
|
+
return CreateAccessPointForObjectLambdaCommand;
|
|
40
|
+
}($Command));
|
|
41
|
+
export { CreateAccessPointForObjectLambdaCommand };
|
|
@@ -1,36 +1,43 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum";
|
|
2
3
|
import { getRedirectFromPostIdPlugin } 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 { CreateBucketRequestFilterSensitiveLog, CreateBucketResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
7
|
import { deserializeAws_restXmlCreateBucketCommand, serializeAws_restXmlCreateBucketCommand, } from "../protocols/Aws_restXml";
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
var CreateBucketCommand = (function (_super) {
|
|
9
|
+
__extends(CreateBucketCommand, _super);
|
|
10
|
+
function CreateBucketCommand(input) {
|
|
11
|
+
var _this = _super.call(this) || this;
|
|
12
|
+
_this.input = input;
|
|
13
|
+
return _this;
|
|
11
14
|
}
|
|
12
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
15
|
+
CreateBucketCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
13
16
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
17
|
this.middlewareStack.use(getRedirectFromPostIdPlugin(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 = "CreateBucketCommand";
|
|
23
|
+
var handlerExecutionContext = {
|
|
24
|
+
logger: logger,
|
|
25
|
+
clientName: clientName,
|
|
26
|
+
commandName: commandName,
|
|
24
27
|
inputFilterSensitiveLog: CreateBucketRequestFilterSensitiveLog,
|
|
25
28
|
outputFilterSensitiveLog: CreateBucketResultFilterSensitiveLog,
|
|
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
|
+
CreateBucketCommand.prototype.serialize = function (input, context) {
|
|
31
36
|
return serializeAws_restXmlCreateBucketCommand(input, context);
|
|
32
|
-
}
|
|
33
|
-
deserialize(output, context) {
|
|
37
|
+
};
|
|
38
|
+
CreateBucketCommand.prototype.deserialize = function (output, context) {
|
|
34
39
|
return deserializeAws_restXmlCreateBucketCommand(output, context);
|
|
35
|
-
}
|
|
36
|
-
|
|
40
|
+
};
|
|
41
|
+
return CreateBucketCommand;
|
|
42
|
+
}($Command));
|
|
43
|
+
export { CreateBucketCommand };
|
|
@@ -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 { CreateJobRequestFilterSensitiveLog, CreateJobResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { deserializeAws_restXmlCreateJobCommand, serializeAws_restXmlCreateJobCommand } from "../protocols/Aws_restXml";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
var CreateJobCommand = (function (_super) {
|
|
8
|
+
__extends(CreateJobCommand, _super);
|
|
9
|
+
function CreateJobCommand(input) {
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
11
|
+
_this.input = input;
|
|
12
|
+
return _this;
|
|
10
13
|
}
|
|
11
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
CreateJobCommand.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 = "CreateJobCommand";
|
|
21
|
+
var handlerExecutionContext = {
|
|
22
|
+
logger: logger,
|
|
23
|
+
clientName: clientName,
|
|
24
|
+
commandName: commandName,
|
|
22
25
|
inputFilterSensitiveLog: CreateJobRequestFilterSensitiveLog,
|
|
23
26
|
outputFilterSensitiveLog: CreateJobResultFilterSensitiveLog,
|
|
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
|
+
CreateJobCommand.prototype.serialize = function (input, context) {
|
|
29
34
|
return serializeAws_restXmlCreateJobCommand(input, context);
|
|
30
|
-
}
|
|
31
|
-
deserialize(output, context) {
|
|
35
|
+
};
|
|
36
|
+
CreateJobCommand.prototype.deserialize = function (output, context) {
|
|
32
37
|
return deserializeAws_restXmlCreateJobCommand(output, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
38
|
+
};
|
|
39
|
+
return CreateJobCommand;
|
|
40
|
+
}($Command));
|
|
41
|
+
export { CreateJobCommand };
|
|
@@ -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 { CreateMultiRegionAccessPointRequestFilterSensitiveLog, CreateMultiRegionAccessPointResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
7
|
import { deserializeAws_restXmlCreateMultiRegionAccessPointCommand, serializeAws_restXmlCreateMultiRegionAccessPointCommand, } from "../protocols/Aws_restXml";
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
var CreateMultiRegionAccessPointCommand = (function (_super) {
|
|
9
|
+
__extends(CreateMultiRegionAccessPointCommand, _super);
|
|
10
|
+
function CreateMultiRegionAccessPointCommand(input) {
|
|
11
|
+
var _this = _super.call(this) || this;
|
|
12
|
+
_this.input = input;
|
|
13
|
+
return _this;
|
|
11
14
|
}
|
|
12
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
15
|
+
CreateMultiRegionAccessPointCommand.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 = "CreateMultiRegionAccessPointCommand";
|
|
23
|
+
var handlerExecutionContext = {
|
|
24
|
+
logger: logger,
|
|
25
|
+
clientName: clientName,
|
|
26
|
+
commandName: commandName,
|
|
24
27
|
inputFilterSensitiveLog: CreateMultiRegionAccessPointRequestFilterSensitiveLog,
|
|
25
28
|
outputFilterSensitiveLog: CreateMultiRegionAccessPointResultFilterSensitiveLog,
|
|
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
|
+
CreateMultiRegionAccessPointCommand.prototype.serialize = function (input, context) {
|
|
31
36
|
return serializeAws_restXmlCreateMultiRegionAccessPointCommand(input, context);
|
|
32
|
-
}
|
|
33
|
-
deserialize(output, context) {
|
|
37
|
+
};
|
|
38
|
+
CreateMultiRegionAccessPointCommand.prototype.deserialize = function (output, context) {
|
|
34
39
|
return deserializeAws_restXmlCreateMultiRegionAccessPointCommand(output, context);
|
|
35
|
-
}
|
|
36
|
-
|
|
40
|
+
};
|
|
41
|
+
return CreateMultiRegionAccessPointCommand;
|
|
42
|
+
}($Command));
|
|
43
|
+
export { CreateMultiRegionAccessPointCommand };
|
|
@@ -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 { DeleteAccessPointRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
6
|
import { deserializeAws_restXmlDeleteAccessPointCommand, serializeAws_restXmlDeleteAccessPointCommand, } from "../protocols/Aws_restXml";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
var DeleteAccessPointCommand = (function (_super) {
|
|
8
|
+
__extends(DeleteAccessPointCommand, _super);
|
|
9
|
+
function DeleteAccessPointCommand(input) {
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
11
|
+
_this.input = input;
|
|
12
|
+
return _this;
|
|
10
13
|
}
|
|
11
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
DeleteAccessPointCommand.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 = "DeleteAccessPointCommand";
|
|
21
|
+
var handlerExecutionContext = {
|
|
22
|
+
logger: logger,
|
|
23
|
+
clientName: clientName,
|
|
24
|
+
commandName: commandName,
|
|
22
25
|
inputFilterSensitiveLog: DeleteAccessPointRequestFilterSensitiveLog,
|
|
23
|
-
outputFilterSensitiveLog: (output)
|
|
26
|
+
outputFilterSensitiveLog: function (output) { return output; },
|
|
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
|
+
DeleteAccessPointCommand.prototype.serialize = function (input, context) {
|
|
29
34
|
return serializeAws_restXmlDeleteAccessPointCommand(input, context);
|
|
30
|
-
}
|
|
31
|
-
deserialize(output, context) {
|
|
35
|
+
};
|
|
36
|
+
DeleteAccessPointCommand.prototype.deserialize = function (output, context) {
|
|
32
37
|
return deserializeAws_restXmlDeleteAccessPointCommand(output, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
38
|
+
};
|
|
39
|
+
return DeleteAccessPointCommand;
|
|
40
|
+
}($Command));
|
|
41
|
+
export { DeleteAccessPointCommand };
|
|
@@ -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 { DeleteAccessPointForObjectLambdaRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { deserializeAws_restXmlDeleteAccessPointForObjectLambdaCommand, serializeAws_restXmlDeleteAccessPointForObjectLambdaCommand, } from "../protocols/Aws_restXml";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
var DeleteAccessPointForObjectLambdaCommand = (function (_super) {
|
|
8
|
+
__extends(DeleteAccessPointForObjectLambdaCommand, _super);
|
|
9
|
+
function DeleteAccessPointForObjectLambdaCommand(input) {
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
11
|
+
_this.input = input;
|
|
12
|
+
return _this;
|
|
10
13
|
}
|
|
11
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
DeleteAccessPointForObjectLambdaCommand.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 = "DeleteAccessPointForObjectLambdaCommand";
|
|
21
|
+
var handlerExecutionContext = {
|
|
22
|
+
logger: logger,
|
|
23
|
+
clientName: clientName,
|
|
24
|
+
commandName: commandName,
|
|
22
25
|
inputFilterSensitiveLog: DeleteAccessPointForObjectLambdaRequestFilterSensitiveLog,
|
|
23
|
-
outputFilterSensitiveLog: (output)
|
|
26
|
+
outputFilterSensitiveLog: function (output) { return output; },
|
|
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
|
+
DeleteAccessPointForObjectLambdaCommand.prototype.serialize = function (input, context) {
|
|
29
34
|
return serializeAws_restXmlDeleteAccessPointForObjectLambdaCommand(input, context);
|
|
30
|
-
}
|
|
31
|
-
deserialize(output, context) {
|
|
35
|
+
};
|
|
36
|
+
DeleteAccessPointForObjectLambdaCommand.prototype.deserialize = function (output, context) {
|
|
32
37
|
return deserializeAws_restXmlDeleteAccessPointForObjectLambdaCommand(output, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
38
|
+
};
|
|
39
|
+
return DeleteAccessPointForObjectLambdaCommand;
|
|
40
|
+
}($Command));
|
|
41
|
+
export { DeleteAccessPointForObjectLambdaCommand };
|
|
@@ -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 { DeleteAccessPointPolicyRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
6
|
import { deserializeAws_restXmlDeleteAccessPointPolicyCommand, serializeAws_restXmlDeleteAccessPointPolicyCommand, } from "../protocols/Aws_restXml";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
var DeleteAccessPointPolicyCommand = (function (_super) {
|
|
8
|
+
__extends(DeleteAccessPointPolicyCommand, _super);
|
|
9
|
+
function DeleteAccessPointPolicyCommand(input) {
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
11
|
+
_this.input = input;
|
|
12
|
+
return _this;
|
|
10
13
|
}
|
|
11
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
DeleteAccessPointPolicyCommand.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 = "DeleteAccessPointPolicyCommand";
|
|
21
|
+
var handlerExecutionContext = {
|
|
22
|
+
logger: logger,
|
|
23
|
+
clientName: clientName,
|
|
24
|
+
commandName: commandName,
|
|
22
25
|
inputFilterSensitiveLog: DeleteAccessPointPolicyRequestFilterSensitiveLog,
|
|
23
|
-
outputFilterSensitiveLog: (output)
|
|
26
|
+
outputFilterSensitiveLog: function (output) { return output; },
|
|
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
|
+
DeleteAccessPointPolicyCommand.prototype.serialize = function (input, context) {
|
|
29
34
|
return serializeAws_restXmlDeleteAccessPointPolicyCommand(input, context);
|
|
30
|
-
}
|
|
31
|
-
deserialize(output, context) {
|
|
35
|
+
};
|
|
36
|
+
DeleteAccessPointPolicyCommand.prototype.deserialize = function (output, context) {
|
|
32
37
|
return deserializeAws_restXmlDeleteAccessPointPolicyCommand(output, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
38
|
+
};
|
|
39
|
+
return DeleteAccessPointPolicyCommand;
|
|
40
|
+
}($Command));
|
|
41
|
+
export { DeleteAccessPointPolicyCommand };
|