@aws-sdk/client-s3-control 3.288.0 → 3.290.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/README.md +24 -0
- package/dist-cjs/S3Control.js +45 -0
- package/dist-cjs/commands/DeleteBucketReplicationCommand.js +52 -0
- package/dist-cjs/commands/GetBucketReplicationCommand.js +52 -0
- package/dist-cjs/commands/PutBucketReplicationCommand.js +54 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/endpoint/ruleset.js +2 -2
- package/dist-cjs/models/models_0.js +133 -5
- package/dist-cjs/protocols/Aws_restXml.js +654 -3
- package/dist-es/S3Control.js +45 -0
- package/dist-es/commands/DeleteBucketReplicationCommand.js +48 -0
- package/dist-es/commands/GetBucketReplicationCommand.js +48 -0
- package/dist-es/commands/PutBucketReplicationCommand.js +50 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/endpoint/ruleset.js +2 -2
- package/dist-es/models/models_0.js +108 -0
- package/dist-es/protocols/Aws_restXml.js +645 -0
- package/dist-types/S3Control.d.ts +222 -29
- package/dist-types/S3ControlClient.d.ts +5 -2
- package/dist-types/commands/CreateAccessPointCommand.d.ts +1 -0
- package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +9 -0
- package/dist-types/commands/CreateJobCommand.d.ts +13 -0
- package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBucketCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +78 -0
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -0
- package/dist-types/commands/DeleteJobTaggingCommand.d.ts +14 -3
- package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +1 -0
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -0
- package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +1 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +13 -0
- package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/GetBucketCommand.d.ts +1 -0
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetBucketReplicationCommand.d.ts +85 -0
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -0
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +12 -6
- package/dist-types/commands/GetJobTaggingCommand.d.ts +14 -3
- package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +1 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +1 -0
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +6 -0
- package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +1 -0
- package/dist-types/commands/ListAccessPointsCommand.d.ts +9 -4
- package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/ListJobsCommand.d.ts +10 -0
- package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -0
- package/dist-types/commands/ListRegionalBucketsCommand.d.ts +1 -0
- package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +1 -0
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -0
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +122 -0
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -0
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +16 -9
- package/dist-types/commands/PutJobTaggingCommand.d.ts +17 -2
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -0
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -0
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -0
- package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -0
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +13 -0
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +16 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +680 -73
- package/dist-types/protocols/Aws_restXml.d.ts +9 -0
- package/dist-types/ts3.4/S3Control.d.ts +51 -0
- package/dist-types/ts3.4/S3ControlClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +180 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +36 -0
- package/package.json +34 -34
package/dist-es/S3Control.js
CHANGED
|
@@ -10,6 +10,7 @@ import { DeleteAccessPointPolicyForObjectLambdaCommand, } from "./commands/Delet
|
|
|
10
10
|
import { DeleteBucketCommand, } from "./commands/DeleteBucketCommand";
|
|
11
11
|
import { DeleteBucketLifecycleConfigurationCommand, } from "./commands/DeleteBucketLifecycleConfigurationCommand";
|
|
12
12
|
import { DeleteBucketPolicyCommand, } from "./commands/DeleteBucketPolicyCommand";
|
|
13
|
+
import { DeleteBucketReplicationCommand, } from "./commands/DeleteBucketReplicationCommand";
|
|
13
14
|
import { DeleteBucketTaggingCommand, } from "./commands/DeleteBucketTaggingCommand";
|
|
14
15
|
import { DeleteJobTaggingCommand, } from "./commands/DeleteJobTaggingCommand";
|
|
15
16
|
import { DeleteMultiRegionAccessPointCommand, } from "./commands/DeleteMultiRegionAccessPointCommand";
|
|
@@ -28,6 +29,7 @@ import { GetAccessPointPolicyStatusForObjectLambdaCommand, } from "./commands/Ge
|
|
|
28
29
|
import { GetBucketCommand } from "./commands/GetBucketCommand";
|
|
29
30
|
import { GetBucketLifecycleConfigurationCommand, } from "./commands/GetBucketLifecycleConfigurationCommand";
|
|
30
31
|
import { GetBucketPolicyCommand, } from "./commands/GetBucketPolicyCommand";
|
|
32
|
+
import { GetBucketReplicationCommand, } from "./commands/GetBucketReplicationCommand";
|
|
31
33
|
import { GetBucketTaggingCommand, } from "./commands/GetBucketTaggingCommand";
|
|
32
34
|
import { GetBucketVersioningCommand, } from "./commands/GetBucketVersioningCommand";
|
|
33
35
|
import { GetJobTaggingCommand, } from "./commands/GetJobTaggingCommand";
|
|
@@ -49,6 +51,7 @@ import { PutAccessPointPolicyCommand, } from "./commands/PutAccessPointPolicyCom
|
|
|
49
51
|
import { PutAccessPointPolicyForObjectLambdaCommand, } from "./commands/PutAccessPointPolicyForObjectLambdaCommand";
|
|
50
52
|
import { PutBucketLifecycleConfigurationCommand, } from "./commands/PutBucketLifecycleConfigurationCommand";
|
|
51
53
|
import { PutBucketPolicyCommand, } from "./commands/PutBucketPolicyCommand";
|
|
54
|
+
import { PutBucketReplicationCommand, } from "./commands/PutBucketReplicationCommand";
|
|
52
55
|
import { PutBucketTaggingCommand, } from "./commands/PutBucketTaggingCommand";
|
|
53
56
|
import { PutBucketVersioningCommand, } from "./commands/PutBucketVersioningCommand";
|
|
54
57
|
import { PutJobTaggingCommand, } from "./commands/PutJobTaggingCommand";
|
|
@@ -229,6 +232,20 @@ export class S3Control extends S3ControlClient {
|
|
|
229
232
|
return this.send(command, optionsOrCb);
|
|
230
233
|
}
|
|
231
234
|
}
|
|
235
|
+
deleteBucketReplication(args, optionsOrCb, cb) {
|
|
236
|
+
const command = new DeleteBucketReplicationCommand(args);
|
|
237
|
+
if (typeof optionsOrCb === "function") {
|
|
238
|
+
this.send(command, optionsOrCb);
|
|
239
|
+
}
|
|
240
|
+
else if (typeof cb === "function") {
|
|
241
|
+
if (typeof optionsOrCb !== "object")
|
|
242
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
243
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
244
|
+
}
|
|
245
|
+
else {
|
|
246
|
+
return this.send(command, optionsOrCb);
|
|
247
|
+
}
|
|
248
|
+
}
|
|
232
249
|
deleteBucketTagging(args, optionsOrCb, cb) {
|
|
233
250
|
const command = new DeleteBucketTaggingCommand(args);
|
|
234
251
|
if (typeof optionsOrCb === "function") {
|
|
@@ -481,6 +498,20 @@ export class S3Control extends S3ControlClient {
|
|
|
481
498
|
return this.send(command, optionsOrCb);
|
|
482
499
|
}
|
|
483
500
|
}
|
|
501
|
+
getBucketReplication(args, optionsOrCb, cb) {
|
|
502
|
+
const command = new GetBucketReplicationCommand(args);
|
|
503
|
+
if (typeof optionsOrCb === "function") {
|
|
504
|
+
this.send(command, optionsOrCb);
|
|
505
|
+
}
|
|
506
|
+
else if (typeof cb === "function") {
|
|
507
|
+
if (typeof optionsOrCb !== "object")
|
|
508
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
509
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
510
|
+
}
|
|
511
|
+
else {
|
|
512
|
+
return this.send(command, optionsOrCb);
|
|
513
|
+
}
|
|
514
|
+
}
|
|
484
515
|
getBucketTagging(args, optionsOrCb, cb) {
|
|
485
516
|
const command = new GetBucketTaggingCommand(args);
|
|
486
517
|
if (typeof optionsOrCb === "function") {
|
|
@@ -775,6 +806,20 @@ export class S3Control extends S3ControlClient {
|
|
|
775
806
|
return this.send(command, optionsOrCb);
|
|
776
807
|
}
|
|
777
808
|
}
|
|
809
|
+
putBucketReplication(args, optionsOrCb, cb) {
|
|
810
|
+
const command = new PutBucketReplicationCommand(args);
|
|
811
|
+
if (typeof optionsOrCb === "function") {
|
|
812
|
+
this.send(command, optionsOrCb);
|
|
813
|
+
}
|
|
814
|
+
else if (typeof cb === "function") {
|
|
815
|
+
if (typeof optionsOrCb !== "object")
|
|
816
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
817
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
818
|
+
}
|
|
819
|
+
else {
|
|
820
|
+
return this.send(command, optionsOrCb);
|
|
821
|
+
}
|
|
822
|
+
}
|
|
778
823
|
putBucketTagging(args, optionsOrCb, cb) {
|
|
779
824
|
const command = new PutBucketTaggingCommand(args);
|
|
780
825
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
+
import { DeleteBucketReplicationRequestFilterSensitiveLog } from "../models/models_0";
|
|
6
|
+
import { deserializeAws_restXmlDeleteBucketReplicationCommand, serializeAws_restXmlDeleteBucketReplicationCommand, } from "../protocols/Aws_restXml";
|
|
7
|
+
export class DeleteBucketReplicationCommand extends $Command {
|
|
8
|
+
constructor(input) {
|
|
9
|
+
super();
|
|
10
|
+
this.input = input;
|
|
11
|
+
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
15
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
16
|
+
Bucket: { type: "contextParams", name: "Bucket" },
|
|
17
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
18
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
19
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
20
|
+
Region: { type: "builtInParams", name: "region" },
|
|
21
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
25
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
26
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteBucketReplicationCommand.getEndpointParameterInstructions()));
|
|
27
|
+
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
28
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
29
|
+
const { logger } = configuration;
|
|
30
|
+
const clientName = "S3ControlClient";
|
|
31
|
+
const commandName = "DeleteBucketReplicationCommand";
|
|
32
|
+
const handlerExecutionContext = {
|
|
33
|
+
logger,
|
|
34
|
+
clientName,
|
|
35
|
+
commandName,
|
|
36
|
+
inputFilterSensitiveLog: DeleteBucketReplicationRequestFilterSensitiveLog,
|
|
37
|
+
outputFilterSensitiveLog: (output) => output,
|
|
38
|
+
};
|
|
39
|
+
const { requestHandler } = configuration;
|
|
40
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
+
}
|
|
42
|
+
serialize(input, context) {
|
|
43
|
+
return serializeAws_restXmlDeleteBucketReplicationCommand(input, context);
|
|
44
|
+
}
|
|
45
|
+
deserialize(output, context) {
|
|
46
|
+
return deserializeAws_restXmlDeleteBucketReplicationCommand(output, context);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
3
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
|
+
import { GetBucketReplicationRequestFilterSensitiveLog, GetBucketReplicationResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { deserializeAws_restXmlGetBucketReplicationCommand, serializeAws_restXmlGetBucketReplicationCommand, } from "../protocols/Aws_restXml";
|
|
7
|
+
export class GetBucketReplicationCommand extends $Command {
|
|
8
|
+
constructor(input) {
|
|
9
|
+
super();
|
|
10
|
+
this.input = input;
|
|
11
|
+
}
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
15
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
16
|
+
Bucket: { type: "contextParams", name: "Bucket" },
|
|
17
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
18
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
19
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
20
|
+
Region: { type: "builtInParams", name: "region" },
|
|
21
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
25
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
26
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetBucketReplicationCommand.getEndpointParameterInstructions()));
|
|
27
|
+
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
28
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
29
|
+
const { logger } = configuration;
|
|
30
|
+
const clientName = "S3ControlClient";
|
|
31
|
+
const commandName = "GetBucketReplicationCommand";
|
|
32
|
+
const handlerExecutionContext = {
|
|
33
|
+
logger,
|
|
34
|
+
clientName,
|
|
35
|
+
commandName,
|
|
36
|
+
inputFilterSensitiveLog: GetBucketReplicationRequestFilterSensitiveLog,
|
|
37
|
+
outputFilterSensitiveLog: GetBucketReplicationResultFilterSensitiveLog,
|
|
38
|
+
};
|
|
39
|
+
const { requestHandler } = configuration;
|
|
40
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
+
}
|
|
42
|
+
serialize(input, context) {
|
|
43
|
+
return serializeAws_restXmlGetBucketReplicationCommand(input, context);
|
|
44
|
+
}
|
|
45
|
+
deserialize(output, context) {
|
|
46
|
+
return deserializeAws_restXmlGetBucketReplicationCommand(output, context);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { getApplyMd5BodyChecksumPlugin } from "@aws-sdk/middleware-apply-body-checksum";
|
|
2
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
3
|
+
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
4
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
+
import { PutBucketReplicationRequestFilterSensitiveLog } from "../models/models_0";
|
|
7
|
+
import { deserializeAws_restXmlPutBucketReplicationCommand, serializeAws_restXmlPutBucketReplicationCommand, } from "../protocols/Aws_restXml";
|
|
8
|
+
export class PutBucketReplicationCommand extends $Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
static getEndpointParameterInstructions() {
|
|
14
|
+
return {
|
|
15
|
+
RequiresAccountId: { type: "staticContextParams", value: true },
|
|
16
|
+
AccountId: { type: "contextParams", name: "AccountId" },
|
|
17
|
+
Bucket: { type: "contextParams", name: "Bucket" },
|
|
18
|
+
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
19
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
21
|
+
Region: { type: "builtInParams", name: "region" },
|
|
22
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
26
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
27
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, PutBucketReplicationCommand.getEndpointParameterInstructions()));
|
|
28
|
+
this.middlewareStack.use(getProcessArnablesPlugin(configuration));
|
|
29
|
+
this.middlewareStack.use(getApplyMd5BodyChecksumPlugin(configuration));
|
|
30
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
31
|
+
const { logger } = configuration;
|
|
32
|
+
const clientName = "S3ControlClient";
|
|
33
|
+
const commandName = "PutBucketReplicationCommand";
|
|
34
|
+
const handlerExecutionContext = {
|
|
35
|
+
logger,
|
|
36
|
+
clientName,
|
|
37
|
+
commandName,
|
|
38
|
+
inputFilterSensitiveLog: PutBucketReplicationRequestFilterSensitiveLog,
|
|
39
|
+
outputFilterSensitiveLog: (output) => output,
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return serializeAws_restXmlPutBucketReplicationCommand(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return deserializeAws_restXmlPutBucketReplicationCommand(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -10,6 +10,7 @@ export * from "./DeleteAccessPointPolicyForObjectLambdaCommand";
|
|
|
10
10
|
export * from "./DeleteBucketCommand";
|
|
11
11
|
export * from "./DeleteBucketLifecycleConfigurationCommand";
|
|
12
12
|
export * from "./DeleteBucketPolicyCommand";
|
|
13
|
+
export * from "./DeleteBucketReplicationCommand";
|
|
13
14
|
export * from "./DeleteBucketTaggingCommand";
|
|
14
15
|
export * from "./DeleteJobTaggingCommand";
|
|
15
16
|
export * from "./DeleteMultiRegionAccessPointCommand";
|
|
@@ -28,6 +29,7 @@ export * from "./GetAccessPointPolicyStatusForObjectLambdaCommand";
|
|
|
28
29
|
export * from "./GetBucketCommand";
|
|
29
30
|
export * from "./GetBucketLifecycleConfigurationCommand";
|
|
30
31
|
export * from "./GetBucketPolicyCommand";
|
|
32
|
+
export * from "./GetBucketReplicationCommand";
|
|
31
33
|
export * from "./GetBucketTaggingCommand";
|
|
32
34
|
export * from "./GetBucketVersioningCommand";
|
|
33
35
|
export * from "./GetJobTaggingCommand";
|
|
@@ -49,6 +51,7 @@ export * from "./PutAccessPointPolicyCommand";
|
|
|
49
51
|
export * from "./PutAccessPointPolicyForObjectLambdaCommand";
|
|
50
52
|
export * from "./PutBucketLifecycleConfigurationCommand";
|
|
51
53
|
export * from "./PutBucketPolicyCommand";
|
|
54
|
+
export * from "./PutBucketReplicationCommand";
|
|
52
55
|
export * from "./PutBucketTaggingCommand";
|
|
53
56
|
export * from "./PutBucketVersioningCommand";
|
|
54
57
|
export * from "./PutJobTaggingCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const aA = "required", aB = "type", aC = "conditions", aD = "fn", aE = "argv", aF = "ref", aG = "assign", aH = "authSchemes", aI = "
|
|
2
|
-
const a = false, b = true, c = "tree", d = "isSet", e = "aws.partition", f = "stringEquals", g = "getAttr", h = "error", i = "not", j = "isValidHostLabel", k = "{url#scheme}://{url#authority}{url#path}", l = "s3-outposts", m = "{Region}", n = "endpoint", o = "aws.parseArn", p = "accessPointArn", q = "resourceId[0]", r = "arnType", s = "service", t = "resourceId[1]", u = "outpostId", v = "arnPartition", w = "{accessPointArn#accountId}", x = "resourceId[2]", y = "outpostType", z = "resourceId[3]", A = "bucketArn", B = "{bucketArn#accountId}", C = { [aA]: false, [aB]: "String" }, D = { [aA]: true, "default": false, [aB]: "Boolean" }, E = { [aA]: false, [aB]: "Boolean" }, F = { [aF]: "OutpostId" }, G = { [aC]: [{ [aD]: "booleanEquals", [aE]: [{ [aF]: "UseFIPS" }, true] }, { [aD]: f, [aE]: [{ [aD]: g, [aE]: [{ [aF]: "partitionResult" }, "name"] }, "aws-cn"] }], [h]: "Partition does not support FIPS", [aB]: h }, H = { [aD]: "booleanEquals", [aE]: [{ [aF]: "UseFIPS" }, true] }, I = { [aC]: [{ [aD]: d, [aE]: [{ [aF]: "RequiresAccountId" }] }, { [aD]: "booleanEquals", [aE]: [{ [aF]: "RequiresAccountId" }, true] }, { [aD]: i, [aE]: [{ [aD]: d, [aE]: [{ [aF]: "AccountId" }] }] }], [h]: "AccountId is required but not set", [aB]: h }, J = { [aD]: d, [aE]: [{ [aF]: "RequiresAccountId" }] }, K = { [aD]: "booleanEquals", [aE]: [{ [aF]: "RequiresAccountId" }, true] }, L = { [aD]: d, [aE]: [{ [aF]: "AccountId" }] }, M = { [aF]: "AccountId" }, N = { [aC]: [L, { [aD]: i, [aE]: [{ [aD]: j, [aE]: [M, false] }] }], [h]: "AccountId must only contain a-z, A-Z, 0-9 and `-`.", [aB]: h }, O = { [aD]: "booleanEquals", [aE]: [{ [aF]: "UseDualStack" }, true] }, P = { [aH]: [{ [aI]:
|
|
1
|
+
const aA = "required", aB = "type", aC = "conditions", aD = "fn", aE = "argv", aF = "ref", aG = "assign", aH = "authSchemes", aI = "disableDoubleEncoding", aJ = "name", aK = "signingName", aL = "signingRegion", aM = "x-amz-account-id", aN = "x-amz-outpost-id";
|
|
2
|
+
const a = false, b = true, c = "tree", d = "isSet", e = "aws.partition", f = "stringEquals", g = "getAttr", h = "error", i = "not", j = "isValidHostLabel", k = "{url#scheme}://{url#authority}{url#path}", l = "s3-outposts", m = "{Region}", n = "endpoint", o = "aws.parseArn", p = "accessPointArn", q = "resourceId[0]", r = "arnType", s = "service", t = "resourceId[1]", u = "outpostId", v = "arnPartition", w = "{accessPointArn#accountId}", x = "resourceId[2]", y = "outpostType", z = "resourceId[3]", A = "bucketArn", B = "{bucketArn#accountId}", C = { [aA]: false, [aB]: "String" }, D = { [aA]: true, "default": false, [aB]: "Boolean" }, E = { [aA]: false, [aB]: "Boolean" }, F = { [aF]: "OutpostId" }, G = { [aC]: [{ [aD]: "booleanEquals", [aE]: [{ [aF]: "UseFIPS" }, true] }, { [aD]: f, [aE]: [{ [aD]: g, [aE]: [{ [aF]: "partitionResult" }, "name"] }, "aws-cn"] }], [h]: "Partition does not support FIPS", [aB]: h }, H = { [aD]: "booleanEquals", [aE]: [{ [aF]: "UseFIPS" }, true] }, I = { [aC]: [{ [aD]: d, [aE]: [{ [aF]: "RequiresAccountId" }] }, { [aD]: "booleanEquals", [aE]: [{ [aF]: "RequiresAccountId" }, true] }, { [aD]: i, [aE]: [{ [aD]: d, [aE]: [{ [aF]: "AccountId" }] }] }], [h]: "AccountId is required but not set", [aB]: h }, J = { [aD]: d, [aE]: [{ [aF]: "RequiresAccountId" }] }, K = { [aD]: "booleanEquals", [aE]: [{ [aF]: "RequiresAccountId" }, true] }, L = { [aD]: d, [aE]: [{ [aF]: "AccountId" }] }, M = { [aF]: "AccountId" }, N = { [aC]: [L, { [aD]: i, [aE]: [{ [aD]: j, [aE]: [M, false] }] }], [h]: "AccountId must only contain a-z, A-Z, 0-9 and `-`.", [aB]: h }, O = { [aD]: "booleanEquals", [aE]: [{ [aF]: "UseDualStack" }, true] }, P = { [aH]: [{ [aI]: true, [aJ]: "sigv4", [aK]: l, [aL]: m }] }, Q = {}, R = { [h]: "Invalid region: region was not a valid DNS name.", [aB]: h }, S = { [h]: "A valid partition could not be determined", [aB]: h }, T = { [aF]: p }, U = { [aD]: i, [aE]: [{ [aD]: f, [aE]: [{ [aF]: r }, ""] }] }, V = { [aD]: d, [aE]: [{ [aF]: "UseArnRegion" }] }, W = { [aD]: "booleanEquals", [aE]: [{ [aF]: "UseArnRegion" }, false] }, X = { [aD]: g, [aE]: [T, "region"] }, Y = { [aD]: g, [aE]: [T, "accountId"] }, Z = { [aF]: y }, aa = { [aH]: [{ [aI]: true, [aJ]: "sigv4", [aK]: l, [aL]: "{accessPointArn#region}" }] }, ab = { [aM]: [w], [aN]: ["{outpostId}"] }, ac = { [h]: "Invalid ARN: Expected a 4-component resource", [aB]: h }, ad = { [h]: "Invalid ARN: missing account ID", [aB]: h }, ae = { [h]: "Client was configured for partition `{partitionResult#name}` but ARN has `{arnPartition#name}`", [aB]: h }, af = { [h]: "Invalid ARN: The outpost Id must only contain a-z, A-Z, 0-9 and `-`., found: `{outpostId}`", [aB]: h }, ag = { [h]: "Invalid ARN: The Outpost Id was not set", [aB]: h }, ah = { [h]: "Invalid ARN: No ARN type specified", [aB]: h }, ai = { [aF]: A }, aj = { [aD]: g, [aE]: [ai, "region"] }, ak = { [aD]: g, [aE]: [ai, "accountId"] }, al = { [aH]: [{ [aI]: true, [aJ]: "sigv4", [aK]: l, [aL]: "{bucketArn#region}" }] }, am = { [aM]: [B], [aN]: ["{outpostId}"] }, an = { [aH]: [{ [aI]: true, [aJ]: "sigv4", [aK]: "s3", [aL]: m }] }, ao = { [aD]: "booleanEquals", [aE]: [{ [aF]: "UseDualStack" }, false] }, ap = { [aD]: "booleanEquals", [aE]: [{ [aF]: "UseFIPS" }, false] }, aq = [{ [aF]: "Region" }], ar = [{ [aD]: e, [aE]: aq, [aG]: "partitionResult" }], as = [{ [aD]: j, [aE]: [{ [aF]: "Region" }, true] }], at = [O], au = [{ [aD]: d, [aE]: [{ [aF]: "Endpoint" }] }, { [aD]: "parseURL", [aE]: [{ [aF]: "Endpoint" }], [aG]: "url" }], av = [H], aw = [{ [aF]: "AccessPointName" }], ax = [{ [aD]: j, [aE]: [{ [aF]: u }, false] }], ay = [{ [aD]: f, [aE]: [{ [aD]: g, [aE]: [{ [aF]: v }, "name"] }, { [aD]: g, [aE]: [{ [aF]: "partitionResult" }, "name"] }] }], az = [{ [aF]: "Bucket" }];
|
|
3
3
|
const _data = { version: "1.0", parameters: { Region: C, UseFIPS: D, UseDualStack: D, Endpoint: C, AccountId: C, RequiresAccountId: E, OutpostId: C, Bucket: C, AccessPointName: C, UseArnRegion: E }, rules: [{ [aB]: c, rules: [{ [aC]: [{ [aD]: d, [aE]: aq }], [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: [{ [aD]: d, [aE]: [F] }], [aB]: c, rules: [{ [aC]: ar, [aB]: c, rules: [{ [aB]: c, rules: [G, { [aB]: c, rules: [I, { [aB]: c, rules: [N, { [aB]: c, rules: [{ [aC]: [{ [aD]: i, [aE]: [{ [aD]: j, [aE]: [F, a] }] }], error: "OutpostId must only contain a-z, A-Z, 0-9 and `-`.", [aB]: h }, { [aB]: c, rules: [{ [aC]: as, [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: at, error: "Invalid configuration: Outposts do not support dual-stack", [aB]: h }, { [aB]: c, rules: [{ [aC]: au, endpoint: { url: k, properties: P, headers: Q }, [aB]: n }, { [aC]: av, endpoint: { url: "https://s3-outposts-fips.{Region}.{partitionResult#dnsSuffix}", properties: P, headers: Q }, [aB]: n }, { endpoint: { url: "https://s3-outposts.{Region}.{partitionResult#dnsSuffix}", properties: P, headers: Q }, [aB]: n }] }] }] }, R] }] }] }] }] }] }, S] }, { [aC]: [{ [aD]: d, [aE]: aw }, { [aD]: o, [aE]: aw, [aG]: p }], [aB]: c, rules: [{ [aC]: [{ [aD]: g, [aE]: [T, q], [aG]: r }, U], [aB]: c, rules: [{ [aC]: [{ [aD]: f, [aE]: [{ [aD]: g, [aE]: [T, s] }, l] }], [aB]: c, rules: [{ [aC]: at, error: "Invalid configuration: Outpost Access Points do not support dual-stack", [aB]: h }, { [aB]: c, rules: [{ [aC]: [{ [aD]: g, [aE]: [T, t], [aG]: u }], [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: ax, [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: [V, W, { [aD]: i, [aE]: [{ [aD]: f, [aE]: [X, m] }] }], error: "Invalid configuration: region from ARN `{accessPointArn#region}` does not match client region `{Region}` and UseArnRegion is `false`", [aB]: h }, { [aB]: c, rules: [{ [aC]: ar, [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: [{ [aD]: e, [aE]: [X], [aG]: v }], [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: ay, [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: [{ [aD]: j, [aE]: [X, b] }], [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: [{ [aD]: i, [aE]: [{ [aD]: f, [aE]: [Y, ""] }] }], [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: [{ [aD]: j, [aE]: [Y, a] }], [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: [L, { [aD]: i, [aE]: [{ [aD]: f, [aE]: [M, w] }] }], error: "Invalid ARN: the accountId specified in the ARN (`{accessPointArn#accountId}`) does not match the parameter (`{AccountId}`)", [aB]: h }, { [aB]: c, rules: [{ [aC]: [{ [aD]: g, [aE]: [T, x], [aG]: y }], [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: [{ [aD]: g, [aE]: [T, z], [aG]: "accessPointName" }], [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: [{ [aD]: f, [aE]: [Z, "accesspoint"] }], [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: av, endpoint: { url: "https://s3-outposts-fips.{accessPointArn#region}.{arnPartition#dnsSuffix}", properties: aa, headers: ab }, [aB]: n }, { [aC]: au, endpoint: { url: k, properties: aa, headers: ab }, [aB]: n }, { endpoint: { url: "https://s3-outposts.{accessPointArn#region}.{arnPartition#dnsSuffix}", properties: aa, headers: ab }, [aB]: n }] }] }, { error: "Expected an outpost type `accesspoint`, found `{outpostType}`", [aB]: h }] }] }, { error: "Invalid ARN: expected an access point name", [aB]: h }] }] }, ac] }] }] }, { error: "Invalid ARN: The account id may only contain a-z, A-Z, 0-9 and `-`. Found: `{accessPointArn#accountId}`", [aB]: h }] }] }, ad] }] }, { error: "Invalid region in ARN: `{accessPointArn#region}` (invalid DNS name)", [aB]: h }] }] }, ae] }] }, { error: "Could not load partition for ARN region `{accessPointArn#region}`", [aB]: h }] }] }, S] }] }] }, af] }] }, ag] }] }] }, ah] }, { [aC]: [{ [aD]: d, [aE]: az }, { [aD]: o, [aE]: az, [aG]: A }], [aB]: c, rules: [{ [aC]: [{ [aD]: g, [aE]: [ai, q], [aG]: r }, U], [aB]: c, rules: [{ [aC]: [{ [aD]: f, [aE]: [{ [aD]: g, [aE]: [ai, s] }, l] }], [aB]: c, rules: [{ [aC]: at, error: "Invalid configuration: Outpost buckets do not support dual-stack", [aB]: h }, { [aB]: c, rules: [{ [aC]: [{ [aD]: g, [aE]: [ai, t], [aG]: u }], [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: ax, [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: [V, W, { [aD]: i, [aE]: [{ [aD]: f, [aE]: [aj, m] }] }], error: "Invalid configuration: region from ARN `{bucketArn#region}` does not match client region `{Region}` and UseArnRegion is `false`", [aB]: h }, { [aB]: c, rules: [{ [aC]: [{ [aD]: e, [aE]: [aj], [aG]: v }], [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: ar, [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: ay, [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: [{ [aD]: j, [aE]: [aj, b] }], [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: [{ [aD]: i, [aE]: [{ [aD]: f, [aE]: [ak, ""] }] }], [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: [{ [aD]: j, [aE]: [ak, a] }], [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: [L, { [aD]: i, [aE]: [{ [aD]: f, [aE]: [M, B] }] }], error: "Invalid ARN: the accountId specified in the ARN (`{bucketArn#accountId}`) does not match the parameter (`{AccountId}`)", [aB]: h }, { [aB]: c, rules: [{ [aC]: [{ [aD]: g, [aE]: [ai, x], [aG]: y }], [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: [{ [aD]: g, [aE]: [ai, z], [aG]: "bucketName" }], [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: [{ [aD]: f, [aE]: [Z, "bucket"] }], [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: av, endpoint: { url: "https://s3-outposts-fips.{bucketArn#region}.{arnPartition#dnsSuffix}", properties: al, headers: am }, [aB]: n }, { [aC]: au, endpoint: { url: k, properties: al, headers: am }, [aB]: n }, { endpoint: { url: "https://s3-outposts.{bucketArn#region}.{arnPartition#dnsSuffix}", properties: al, headers: am }, [aB]: n }] }] }, { error: "Invalid ARN: Expected an outpost type `bucket`, found `{outpostType}`", [aB]: h }] }] }, { error: "Invalid ARN: expected a bucket name", [aB]: h }] }] }, ac] }] }] }, { error: "Invalid ARN: The account id may only contain a-z, A-Z, 0-9 and `-`. Found: `{bucketArn#accountId}`", [aB]: h }] }] }, ad] }] }, { error: "Invalid region in ARN: `{bucketArn#region}` (invalid DNS name)", [aB]: h }] }] }, ae] }] }, S] }] }, { error: "Could not load partition for ARN region `{bucketArn#region}`", [aB]: h }] }] }] }, af] }] }, ag] }] }] }, ah] }, { [aB]: c, rules: [{ [aC]: ar, [aB]: c, rules: [{ [aB]: c, rules: [{ [aC]: as, [aB]: c, rules: [{ [aB]: c, rules: [G, { [aB]: c, rules: [I, { [aB]: c, rules: [N, { [aB]: c, rules: [{ [aC]: au, [aB]: c, rules: [{ [aC]: at, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", [aB]: h }, { [aB]: c, rules: [{ [aC]: [J, K, L], endpoint: { url: "{url#scheme}://{AccountId}.{url#authority}{url#path}", properties: an, headers: Q }, [aB]: n }, { endpoint: { url: k, properties: an, headers: Q }, [aB]: n }] }] }, { [aB]: c, rules: [{ [aC]: [H, O, J, K, L], endpoint: { url: "https://{AccountId}.s3-control-fips.dualstack.{Region}.{partitionResult#dnsSuffix}", properties: an, headers: Q }, [aB]: n }, { [aC]: [H, O], endpoint: { url: "https://s3-control-fips.dualstack.{Region}.{partitionResult#dnsSuffix}", properties: an, headers: Q }, [aB]: n }, { [aC]: [H, ao, J, K, L], endpoint: { url: "https://{AccountId}.s3-control-fips.{Region}.{partitionResult#dnsSuffix}", properties: an, headers: Q }, [aB]: n }, { [aC]: [H, ao], endpoint: { url: "https://s3-control-fips.{Region}.{partitionResult#dnsSuffix}", properties: an, headers: Q }, [aB]: n }, { [aC]: [ap, O, J, K, L], endpoint: { url: "https://{AccountId}.s3-control.dualstack.{Region}.{partitionResult#dnsSuffix}", properties: an, headers: Q }, [aB]: n }, { [aC]: [ap, O], endpoint: { url: "https://s3-control.dualstack.{Region}.{partitionResult#dnsSuffix}", properties: an, headers: Q }, [aB]: n }, { [aC]: [ap, ao, J, K, L], endpoint: { url: "https://{AccountId}.s3-control.{Region}.{partitionResult#dnsSuffix}", properties: an, headers: Q }, [aB]: n }, { [aC]: [ap, ao], endpoint: { url: "https://s3-control.{Region}.{partitionResult#dnsSuffix}", properties: an, headers: Q }, [aB]: n }] }] }] }] }] }] }, R] }] }, S] }] }] }, { error: "Region must be set", [aB]: h }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { S3ControlServiceException as __BaseException } from "./S3ControlServiceException";
|
|
2
|
+
export var OwnerOverride;
|
|
3
|
+
(function (OwnerOverride) {
|
|
4
|
+
OwnerOverride["Destination"] = "Destination";
|
|
5
|
+
})(OwnerOverride || (OwnerOverride = {}));
|
|
2
6
|
export var NetworkOrigin;
|
|
3
7
|
(function (NetworkOrigin) {
|
|
4
8
|
NetworkOrigin["Internet"] = "Internet";
|
|
@@ -282,6 +286,53 @@ export var ExpirationStatus;
|
|
|
282
286
|
ExpirationStatus["Disabled"] = "Disabled";
|
|
283
287
|
ExpirationStatus["Enabled"] = "Enabled";
|
|
284
288
|
})(ExpirationStatus || (ExpirationStatus = {}));
|
|
289
|
+
export var DeleteMarkerReplicationStatus;
|
|
290
|
+
(function (DeleteMarkerReplicationStatus) {
|
|
291
|
+
DeleteMarkerReplicationStatus["Disabled"] = "Disabled";
|
|
292
|
+
DeleteMarkerReplicationStatus["Enabled"] = "Enabled";
|
|
293
|
+
})(DeleteMarkerReplicationStatus || (DeleteMarkerReplicationStatus = {}));
|
|
294
|
+
export var MetricsStatus;
|
|
295
|
+
(function (MetricsStatus) {
|
|
296
|
+
MetricsStatus["Disabled"] = "Disabled";
|
|
297
|
+
MetricsStatus["Enabled"] = "Enabled";
|
|
298
|
+
})(MetricsStatus || (MetricsStatus = {}));
|
|
299
|
+
export var ReplicationTimeStatus;
|
|
300
|
+
(function (ReplicationTimeStatus) {
|
|
301
|
+
ReplicationTimeStatus["Disabled"] = "Disabled";
|
|
302
|
+
ReplicationTimeStatus["Enabled"] = "Enabled";
|
|
303
|
+
})(ReplicationTimeStatus || (ReplicationTimeStatus = {}));
|
|
304
|
+
export var ReplicationStorageClass;
|
|
305
|
+
(function (ReplicationStorageClass) {
|
|
306
|
+
ReplicationStorageClass["DEEP_ARCHIVE"] = "DEEP_ARCHIVE";
|
|
307
|
+
ReplicationStorageClass["GLACIER"] = "GLACIER";
|
|
308
|
+
ReplicationStorageClass["GLACIER_IR"] = "GLACIER_IR";
|
|
309
|
+
ReplicationStorageClass["INTELLIGENT_TIERING"] = "INTELLIGENT_TIERING";
|
|
310
|
+
ReplicationStorageClass["ONEZONE_IA"] = "ONEZONE_IA";
|
|
311
|
+
ReplicationStorageClass["OUTPOSTS"] = "OUTPOSTS";
|
|
312
|
+
ReplicationStorageClass["REDUCED_REDUNDANCY"] = "REDUCED_REDUNDANCY";
|
|
313
|
+
ReplicationStorageClass["STANDARD"] = "STANDARD";
|
|
314
|
+
ReplicationStorageClass["STANDARD_IA"] = "STANDARD_IA";
|
|
315
|
+
})(ReplicationStorageClass || (ReplicationStorageClass = {}));
|
|
316
|
+
export var ExistingObjectReplicationStatus;
|
|
317
|
+
(function (ExistingObjectReplicationStatus) {
|
|
318
|
+
ExistingObjectReplicationStatus["Disabled"] = "Disabled";
|
|
319
|
+
ExistingObjectReplicationStatus["Enabled"] = "Enabled";
|
|
320
|
+
})(ExistingObjectReplicationStatus || (ExistingObjectReplicationStatus = {}));
|
|
321
|
+
export var ReplicaModificationsStatus;
|
|
322
|
+
(function (ReplicaModificationsStatus) {
|
|
323
|
+
ReplicaModificationsStatus["Disabled"] = "Disabled";
|
|
324
|
+
ReplicaModificationsStatus["Enabled"] = "Enabled";
|
|
325
|
+
})(ReplicaModificationsStatus || (ReplicaModificationsStatus = {}));
|
|
326
|
+
export var SseKmsEncryptedObjectsStatus;
|
|
327
|
+
(function (SseKmsEncryptedObjectsStatus) {
|
|
328
|
+
SseKmsEncryptedObjectsStatus["Disabled"] = "Disabled";
|
|
329
|
+
SseKmsEncryptedObjectsStatus["Enabled"] = "Enabled";
|
|
330
|
+
})(SseKmsEncryptedObjectsStatus || (SseKmsEncryptedObjectsStatus = {}));
|
|
331
|
+
export var ReplicationRuleStatus;
|
|
332
|
+
(function (ReplicationRuleStatus) {
|
|
333
|
+
ReplicationRuleStatus["Disabled"] = "Disabled";
|
|
334
|
+
ReplicationRuleStatus["Enabled"] = "Enabled";
|
|
335
|
+
})(ReplicationRuleStatus || (ReplicationRuleStatus = {}));
|
|
285
336
|
export var MFADeleteStatus;
|
|
286
337
|
(function (MFADeleteStatus) {
|
|
287
338
|
MFADeleteStatus["Disabled"] = "Disabled";
|
|
@@ -400,6 +451,9 @@ export var RequestedJobStatus;
|
|
|
400
451
|
export const AbortIncompleteMultipartUploadFilterSensitiveLog = (obj) => ({
|
|
401
452
|
...obj,
|
|
402
453
|
});
|
|
454
|
+
export const AccessControlTranslationFilterSensitiveLog = (obj) => ({
|
|
455
|
+
...obj,
|
|
456
|
+
});
|
|
403
457
|
export const VpcConfigurationFilterSensitiveLog = (obj) => ({
|
|
404
458
|
...obj,
|
|
405
459
|
});
|
|
@@ -636,6 +690,9 @@ export const DeleteBucketLifecycleConfigurationRequestFilterSensitiveLog = (obj)
|
|
|
636
690
|
export const DeleteBucketPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
637
691
|
...obj,
|
|
638
692
|
});
|
|
693
|
+
export const DeleteBucketReplicationRequestFilterSensitiveLog = (obj) => ({
|
|
694
|
+
...obj,
|
|
695
|
+
});
|
|
639
696
|
export const DeleteBucketTaggingRequestFilterSensitiveLog = (obj) => ({
|
|
640
697
|
...obj,
|
|
641
698
|
});
|
|
@@ -777,6 +834,54 @@ export const GetBucketPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
|
777
834
|
export const GetBucketPolicyResultFilterSensitiveLog = (obj) => ({
|
|
778
835
|
...obj,
|
|
779
836
|
});
|
|
837
|
+
export const GetBucketReplicationRequestFilterSensitiveLog = (obj) => ({
|
|
838
|
+
...obj,
|
|
839
|
+
});
|
|
840
|
+
export const DeleteMarkerReplicationFilterSensitiveLog = (obj) => ({
|
|
841
|
+
...obj,
|
|
842
|
+
});
|
|
843
|
+
export const EncryptionConfigurationFilterSensitiveLog = (obj) => ({
|
|
844
|
+
...obj,
|
|
845
|
+
});
|
|
846
|
+
export const ReplicationTimeValueFilterSensitiveLog = (obj) => ({
|
|
847
|
+
...obj,
|
|
848
|
+
});
|
|
849
|
+
export const MetricsFilterSensitiveLog = (obj) => ({
|
|
850
|
+
...obj,
|
|
851
|
+
});
|
|
852
|
+
export const ReplicationTimeFilterSensitiveLog = (obj) => ({
|
|
853
|
+
...obj,
|
|
854
|
+
});
|
|
855
|
+
export const DestinationFilterSensitiveLog = (obj) => ({
|
|
856
|
+
...obj,
|
|
857
|
+
});
|
|
858
|
+
export const ExistingObjectReplicationFilterSensitiveLog = (obj) => ({
|
|
859
|
+
...obj,
|
|
860
|
+
});
|
|
861
|
+
export const ReplicationRuleAndOperatorFilterSensitiveLog = (obj) => ({
|
|
862
|
+
...obj,
|
|
863
|
+
});
|
|
864
|
+
export const ReplicationRuleFilterFilterSensitiveLog = (obj) => ({
|
|
865
|
+
...obj,
|
|
866
|
+
});
|
|
867
|
+
export const ReplicaModificationsFilterSensitiveLog = (obj) => ({
|
|
868
|
+
...obj,
|
|
869
|
+
});
|
|
870
|
+
export const SseKmsEncryptedObjectsFilterSensitiveLog = (obj) => ({
|
|
871
|
+
...obj,
|
|
872
|
+
});
|
|
873
|
+
export const SourceSelectionCriteriaFilterSensitiveLog = (obj) => ({
|
|
874
|
+
...obj,
|
|
875
|
+
});
|
|
876
|
+
export const ReplicationRuleFilterSensitiveLog = (obj) => ({
|
|
877
|
+
...obj,
|
|
878
|
+
});
|
|
879
|
+
export const ReplicationConfigurationFilterSensitiveLog = (obj) => ({
|
|
880
|
+
...obj,
|
|
881
|
+
});
|
|
882
|
+
export const GetBucketReplicationResultFilterSensitiveLog = (obj) => ({
|
|
883
|
+
...obj,
|
|
884
|
+
});
|
|
780
885
|
export const GetBucketTaggingRequestFilterSensitiveLog = (obj) => ({
|
|
781
886
|
...obj,
|
|
782
887
|
});
|
|
@@ -955,6 +1060,9 @@ export const PutBucketLifecycleConfigurationRequestFilterSensitiveLog = (obj) =>
|
|
|
955
1060
|
export const PutBucketPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
956
1061
|
...obj,
|
|
957
1062
|
});
|
|
1063
|
+
export const PutBucketReplicationRequestFilterSensitiveLog = (obj) => ({
|
|
1064
|
+
...obj,
|
|
1065
|
+
});
|
|
958
1066
|
export const TaggingFilterSensitiveLog = (obj) => ({
|
|
959
1067
|
...obj,
|
|
960
1068
|
});
|