@aws-sdk/client-s3-control 3.289.0 → 3.292.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 +142 -5
- package/dist-cjs/protocols/Aws_restXml.js +677 -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 +116 -0
- package/dist-es/protocols/Aws_restXml.js +668 -0
- package/dist-types/S3Control.d.ts +226 -35
- 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 +84 -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 +124 -0
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -0
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +14 -8
- 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 +6 -7
- 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 +716 -74
- 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 +194 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +36 -0
- package/package.json +41 -46
|
@@ -12,6 +12,7 @@ import { DeleteAccessPointPolicyForObjectLambdaCommandInput, DeleteAccessPointPo
|
|
|
12
12
|
import { DeleteBucketCommandInput, DeleteBucketCommandOutput } from "../commands/DeleteBucketCommand";
|
|
13
13
|
import { DeleteBucketLifecycleConfigurationCommandInput, DeleteBucketLifecycleConfigurationCommandOutput } from "../commands/DeleteBucketLifecycleConfigurationCommand";
|
|
14
14
|
import { DeleteBucketPolicyCommandInput, DeleteBucketPolicyCommandOutput } from "../commands/DeleteBucketPolicyCommand";
|
|
15
|
+
import { DeleteBucketReplicationCommandInput, DeleteBucketReplicationCommandOutput } from "../commands/DeleteBucketReplicationCommand";
|
|
15
16
|
import { DeleteBucketTaggingCommandInput, DeleteBucketTaggingCommandOutput } from "../commands/DeleteBucketTaggingCommand";
|
|
16
17
|
import { DeleteJobTaggingCommandInput, DeleteJobTaggingCommandOutput } from "../commands/DeleteJobTaggingCommand";
|
|
17
18
|
import { DeleteMultiRegionAccessPointCommandInput, DeleteMultiRegionAccessPointCommandOutput } from "../commands/DeleteMultiRegionAccessPointCommand";
|
|
@@ -30,6 +31,7 @@ import { GetAccessPointPolicyStatusForObjectLambdaCommandInput, GetAccessPointPo
|
|
|
30
31
|
import { GetBucketCommandInput, GetBucketCommandOutput } from "../commands/GetBucketCommand";
|
|
31
32
|
import { GetBucketLifecycleConfigurationCommandInput, GetBucketLifecycleConfigurationCommandOutput } from "../commands/GetBucketLifecycleConfigurationCommand";
|
|
32
33
|
import { GetBucketPolicyCommandInput, GetBucketPolicyCommandOutput } from "../commands/GetBucketPolicyCommand";
|
|
34
|
+
import { GetBucketReplicationCommandInput, GetBucketReplicationCommandOutput } from "../commands/GetBucketReplicationCommand";
|
|
33
35
|
import { GetBucketTaggingCommandInput, GetBucketTaggingCommandOutput } from "../commands/GetBucketTaggingCommand";
|
|
34
36
|
import { GetBucketVersioningCommandInput, GetBucketVersioningCommandOutput } from "../commands/GetBucketVersioningCommand";
|
|
35
37
|
import { GetJobTaggingCommandInput, GetJobTaggingCommandOutput } from "../commands/GetJobTaggingCommand";
|
|
@@ -51,6 +53,7 @@ import { PutAccessPointPolicyCommandInput, PutAccessPointPolicyCommandOutput } f
|
|
|
51
53
|
import { PutAccessPointPolicyForObjectLambdaCommandInput, PutAccessPointPolicyForObjectLambdaCommandOutput } from "../commands/PutAccessPointPolicyForObjectLambdaCommand";
|
|
52
54
|
import { PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput } from "../commands/PutBucketLifecycleConfigurationCommand";
|
|
53
55
|
import { PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput } from "../commands/PutBucketPolicyCommand";
|
|
56
|
+
import { PutBucketReplicationCommandInput, PutBucketReplicationCommandOutput } from "../commands/PutBucketReplicationCommand";
|
|
54
57
|
import { PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput } from "../commands/PutBucketTaggingCommand";
|
|
55
58
|
import { PutBucketVersioningCommandInput, PutBucketVersioningCommandOutput } from "../commands/PutBucketVersioningCommand";
|
|
56
59
|
import { PutJobTaggingCommandInput, PutJobTaggingCommandOutput } from "../commands/PutJobTaggingCommand";
|
|
@@ -73,6 +76,7 @@ export declare const serializeAws_restXmlDeleteAccessPointPolicyForObjectLambdaC
|
|
|
73
76
|
export declare const serializeAws_restXmlDeleteBucketCommand: (input: DeleteBucketCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
77
|
export declare const serializeAws_restXmlDeleteBucketLifecycleConfigurationCommand: (input: DeleteBucketLifecycleConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
78
|
export declare const serializeAws_restXmlDeleteBucketPolicyCommand: (input: DeleteBucketPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
export declare const serializeAws_restXmlDeleteBucketReplicationCommand: (input: DeleteBucketReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
80
|
export declare const serializeAws_restXmlDeleteBucketTaggingCommand: (input: DeleteBucketTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
81
|
export declare const serializeAws_restXmlDeleteJobTaggingCommand: (input: DeleteJobTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
82
|
export declare const serializeAws_restXmlDeleteMultiRegionAccessPointCommand: (input: DeleteMultiRegionAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -91,6 +95,7 @@ export declare const serializeAws_restXmlGetAccessPointPolicyStatusForObjectLamb
|
|
|
91
95
|
export declare const serializeAws_restXmlGetBucketCommand: (input: GetBucketCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
96
|
export declare const serializeAws_restXmlGetBucketLifecycleConfigurationCommand: (input: GetBucketLifecycleConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
97
|
export declare const serializeAws_restXmlGetBucketPolicyCommand: (input: GetBucketPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
export declare const serializeAws_restXmlGetBucketReplicationCommand: (input: GetBucketReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
99
|
export declare const serializeAws_restXmlGetBucketTaggingCommand: (input: GetBucketTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
100
|
export declare const serializeAws_restXmlGetBucketVersioningCommand: (input: GetBucketVersioningCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
101
|
export declare const serializeAws_restXmlGetJobTaggingCommand: (input: GetJobTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -112,6 +117,7 @@ export declare const serializeAws_restXmlPutAccessPointPolicyCommand: (input: Pu
|
|
|
112
117
|
export declare const serializeAws_restXmlPutAccessPointPolicyForObjectLambdaCommand: (input: PutAccessPointPolicyForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
118
|
export declare const serializeAws_restXmlPutBucketLifecycleConfigurationCommand: (input: PutBucketLifecycleConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
119
|
export declare const serializeAws_restXmlPutBucketPolicyCommand: (input: PutBucketPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
+
export declare const serializeAws_restXmlPutBucketReplicationCommand: (input: PutBucketReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
121
|
export declare const serializeAws_restXmlPutBucketTaggingCommand: (input: PutBucketTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
122
|
export declare const serializeAws_restXmlPutBucketVersioningCommand: (input: PutBucketVersioningCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
123
|
export declare const serializeAws_restXmlPutJobTaggingCommand: (input: PutJobTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -134,6 +140,7 @@ export declare const deserializeAws_restXmlDeleteAccessPointPolicyForObjectLambd
|
|
|
134
140
|
export declare const deserializeAws_restXmlDeleteBucketCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBucketCommandOutput>;
|
|
135
141
|
export declare const deserializeAws_restXmlDeleteBucketLifecycleConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBucketLifecycleConfigurationCommandOutput>;
|
|
136
142
|
export declare const deserializeAws_restXmlDeleteBucketPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBucketPolicyCommandOutput>;
|
|
143
|
+
export declare const deserializeAws_restXmlDeleteBucketReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBucketReplicationCommandOutput>;
|
|
137
144
|
export declare const deserializeAws_restXmlDeleteBucketTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBucketTaggingCommandOutput>;
|
|
138
145
|
export declare const deserializeAws_restXmlDeleteJobTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobTaggingCommandOutput>;
|
|
139
146
|
export declare const deserializeAws_restXmlDeleteMultiRegionAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMultiRegionAccessPointCommandOutput>;
|
|
@@ -152,6 +159,7 @@ export declare const deserializeAws_restXmlGetAccessPointPolicyStatusForObjectLa
|
|
|
152
159
|
export declare const deserializeAws_restXmlGetBucketCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketCommandOutput>;
|
|
153
160
|
export declare const deserializeAws_restXmlGetBucketLifecycleConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketLifecycleConfigurationCommandOutput>;
|
|
154
161
|
export declare const deserializeAws_restXmlGetBucketPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketPolicyCommandOutput>;
|
|
162
|
+
export declare const deserializeAws_restXmlGetBucketReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketReplicationCommandOutput>;
|
|
155
163
|
export declare const deserializeAws_restXmlGetBucketTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketTaggingCommandOutput>;
|
|
156
164
|
export declare const deserializeAws_restXmlGetBucketVersioningCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketVersioningCommandOutput>;
|
|
157
165
|
export declare const deserializeAws_restXmlGetJobTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobTaggingCommandOutput>;
|
|
@@ -173,6 +181,7 @@ export declare const deserializeAws_restXmlPutAccessPointPolicyCommand: (output:
|
|
|
173
181
|
export declare const deserializeAws_restXmlPutAccessPointPolicyForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccessPointPolicyForObjectLambdaCommandOutput>;
|
|
174
182
|
export declare const deserializeAws_restXmlPutBucketLifecycleConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBucketLifecycleConfigurationCommandOutput>;
|
|
175
183
|
export declare const deserializeAws_restXmlPutBucketPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBucketPolicyCommandOutput>;
|
|
184
|
+
export declare const deserializeAws_restXmlPutBucketReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBucketReplicationCommandOutput>;
|
|
176
185
|
export declare const deserializeAws_restXmlPutBucketTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBucketTaggingCommandOutput>;
|
|
177
186
|
export declare const deserializeAws_restXmlPutBucketVersioningCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBucketVersioningCommandOutput>;
|
|
178
187
|
export declare const deserializeAws_restXmlPutJobTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutJobTaggingCommandOutput>;
|
|
@@ -47,6 +47,10 @@ import {
|
|
|
47
47
|
DeleteBucketPolicyCommandInput,
|
|
48
48
|
DeleteBucketPolicyCommandOutput,
|
|
49
49
|
} from "./commands/DeleteBucketPolicyCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteBucketReplicationCommandInput,
|
|
52
|
+
DeleteBucketReplicationCommandOutput,
|
|
53
|
+
} from "./commands/DeleteBucketReplicationCommand";
|
|
50
54
|
import {
|
|
51
55
|
DeleteBucketTaggingCommandInput,
|
|
52
56
|
DeleteBucketTaggingCommandOutput,
|
|
@@ -119,6 +123,10 @@ import {
|
|
|
119
123
|
GetBucketPolicyCommandInput,
|
|
120
124
|
GetBucketPolicyCommandOutput,
|
|
121
125
|
} from "./commands/GetBucketPolicyCommand";
|
|
126
|
+
import {
|
|
127
|
+
GetBucketReplicationCommandInput,
|
|
128
|
+
GetBucketReplicationCommandOutput,
|
|
129
|
+
} from "./commands/GetBucketReplicationCommand";
|
|
122
130
|
import {
|
|
123
131
|
GetBucketTaggingCommandInput,
|
|
124
132
|
GetBucketTaggingCommandOutput,
|
|
@@ -203,6 +211,10 @@ import {
|
|
|
203
211
|
PutBucketPolicyCommandInput,
|
|
204
212
|
PutBucketPolicyCommandOutput,
|
|
205
213
|
} from "./commands/PutBucketPolicyCommand";
|
|
214
|
+
import {
|
|
215
|
+
PutBucketReplicationCommandInput,
|
|
216
|
+
PutBucketReplicationCommandOutput,
|
|
217
|
+
} from "./commands/PutBucketReplicationCommand";
|
|
206
218
|
import {
|
|
207
219
|
PutBucketTaggingCommandInput,
|
|
208
220
|
PutBucketTaggingCommandOutput,
|
|
@@ -413,6 +425,19 @@ export declare class S3Control extends S3ControlClient {
|
|
|
413
425
|
options: __HttpHandlerOptions,
|
|
414
426
|
cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void
|
|
415
427
|
): void;
|
|
428
|
+
deleteBucketReplication(
|
|
429
|
+
args: DeleteBucketReplicationCommandInput,
|
|
430
|
+
options?: __HttpHandlerOptions
|
|
431
|
+
): Promise<DeleteBucketReplicationCommandOutput>;
|
|
432
|
+
deleteBucketReplication(
|
|
433
|
+
args: DeleteBucketReplicationCommandInput,
|
|
434
|
+
cb: (err: any, data?: DeleteBucketReplicationCommandOutput) => void
|
|
435
|
+
): void;
|
|
436
|
+
deleteBucketReplication(
|
|
437
|
+
args: DeleteBucketReplicationCommandInput,
|
|
438
|
+
options: __HttpHandlerOptions,
|
|
439
|
+
cb: (err: any, data?: DeleteBucketReplicationCommandOutput) => void
|
|
440
|
+
): void;
|
|
416
441
|
deleteBucketTagging(
|
|
417
442
|
args: DeleteBucketTaggingCommandInput,
|
|
418
443
|
options?: __HttpHandlerOptions
|
|
@@ -677,6 +702,19 @@ export declare class S3Control extends S3ControlClient {
|
|
|
677
702
|
options: __HttpHandlerOptions,
|
|
678
703
|
cb: (err: any, data?: GetBucketPolicyCommandOutput) => void
|
|
679
704
|
): void;
|
|
705
|
+
getBucketReplication(
|
|
706
|
+
args: GetBucketReplicationCommandInput,
|
|
707
|
+
options?: __HttpHandlerOptions
|
|
708
|
+
): Promise<GetBucketReplicationCommandOutput>;
|
|
709
|
+
getBucketReplication(
|
|
710
|
+
args: GetBucketReplicationCommandInput,
|
|
711
|
+
cb: (err: any, data?: GetBucketReplicationCommandOutput) => void
|
|
712
|
+
): void;
|
|
713
|
+
getBucketReplication(
|
|
714
|
+
args: GetBucketReplicationCommandInput,
|
|
715
|
+
options: __HttpHandlerOptions,
|
|
716
|
+
cb: (err: any, data?: GetBucketReplicationCommandOutput) => void
|
|
717
|
+
): void;
|
|
680
718
|
getBucketTagging(
|
|
681
719
|
args: GetBucketTaggingCommandInput,
|
|
682
720
|
options?: __HttpHandlerOptions
|
|
@@ -974,6 +1012,19 @@ export declare class S3Control extends S3ControlClient {
|
|
|
974
1012
|
options: __HttpHandlerOptions,
|
|
975
1013
|
cb: (err: any, data?: PutBucketPolicyCommandOutput) => void
|
|
976
1014
|
): void;
|
|
1015
|
+
putBucketReplication(
|
|
1016
|
+
args: PutBucketReplicationCommandInput,
|
|
1017
|
+
options?: __HttpHandlerOptions
|
|
1018
|
+
): Promise<PutBucketReplicationCommandOutput>;
|
|
1019
|
+
putBucketReplication(
|
|
1020
|
+
args: PutBucketReplicationCommandInput,
|
|
1021
|
+
cb: (err: any, data?: PutBucketReplicationCommandOutput) => void
|
|
1022
|
+
): void;
|
|
1023
|
+
putBucketReplication(
|
|
1024
|
+
args: PutBucketReplicationCommandInput,
|
|
1025
|
+
options: __HttpHandlerOptions,
|
|
1026
|
+
cb: (err: any, data?: PutBucketReplicationCommandOutput) => void
|
|
1027
|
+
): void;
|
|
977
1028
|
putBucketTagging(
|
|
978
1029
|
args: PutBucketTaggingCommandInput,
|
|
979
1030
|
options?: __HttpHandlerOptions
|
|
@@ -98,6 +98,10 @@ import {
|
|
|
98
98
|
DeleteBucketPolicyCommandInput,
|
|
99
99
|
DeleteBucketPolicyCommandOutput,
|
|
100
100
|
} from "./commands/DeleteBucketPolicyCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteBucketReplicationCommandInput,
|
|
103
|
+
DeleteBucketReplicationCommandOutput,
|
|
104
|
+
} from "./commands/DeleteBucketReplicationCommand";
|
|
101
105
|
import {
|
|
102
106
|
DeleteBucketTaggingCommandInput,
|
|
103
107
|
DeleteBucketTaggingCommandOutput,
|
|
@@ -170,6 +174,10 @@ import {
|
|
|
170
174
|
GetBucketPolicyCommandInput,
|
|
171
175
|
GetBucketPolicyCommandOutput,
|
|
172
176
|
} from "./commands/GetBucketPolicyCommand";
|
|
177
|
+
import {
|
|
178
|
+
GetBucketReplicationCommandInput,
|
|
179
|
+
GetBucketReplicationCommandOutput,
|
|
180
|
+
} from "./commands/GetBucketReplicationCommand";
|
|
173
181
|
import {
|
|
174
182
|
GetBucketTaggingCommandInput,
|
|
175
183
|
GetBucketTaggingCommandOutput,
|
|
@@ -254,6 +262,10 @@ import {
|
|
|
254
262
|
PutBucketPolicyCommandInput,
|
|
255
263
|
PutBucketPolicyCommandOutput,
|
|
256
264
|
} from "./commands/PutBucketPolicyCommand";
|
|
265
|
+
import {
|
|
266
|
+
PutBucketReplicationCommandInput,
|
|
267
|
+
PutBucketReplicationCommandOutput,
|
|
268
|
+
} from "./commands/PutBucketReplicationCommand";
|
|
257
269
|
import {
|
|
258
270
|
PutBucketTaggingCommandInput,
|
|
259
271
|
PutBucketTaggingCommandOutput,
|
|
@@ -312,6 +324,7 @@ export declare type ServiceInputTypes =
|
|
|
312
324
|
| DeleteBucketCommandInput
|
|
313
325
|
| DeleteBucketLifecycleConfigurationCommandInput
|
|
314
326
|
| DeleteBucketPolicyCommandInput
|
|
327
|
+
| DeleteBucketReplicationCommandInput
|
|
315
328
|
| DeleteBucketTaggingCommandInput
|
|
316
329
|
| DeleteJobTaggingCommandInput
|
|
317
330
|
| DeleteMultiRegionAccessPointCommandInput
|
|
@@ -330,6 +343,7 @@ export declare type ServiceInputTypes =
|
|
|
330
343
|
| GetBucketCommandInput
|
|
331
344
|
| GetBucketLifecycleConfigurationCommandInput
|
|
332
345
|
| GetBucketPolicyCommandInput
|
|
346
|
+
| GetBucketReplicationCommandInput
|
|
333
347
|
| GetBucketTaggingCommandInput
|
|
334
348
|
| GetBucketVersioningCommandInput
|
|
335
349
|
| GetJobTaggingCommandInput
|
|
@@ -351,6 +365,7 @@ export declare type ServiceInputTypes =
|
|
|
351
365
|
| PutAccessPointPolicyForObjectLambdaCommandInput
|
|
352
366
|
| PutBucketLifecycleConfigurationCommandInput
|
|
353
367
|
| PutBucketPolicyCommandInput
|
|
368
|
+
| PutBucketReplicationCommandInput
|
|
354
369
|
| PutBucketTaggingCommandInput
|
|
355
370
|
| PutBucketVersioningCommandInput
|
|
356
371
|
| PutJobTaggingCommandInput
|
|
@@ -374,6 +389,7 @@ export declare type ServiceOutputTypes =
|
|
|
374
389
|
| DeleteBucketCommandOutput
|
|
375
390
|
| DeleteBucketLifecycleConfigurationCommandOutput
|
|
376
391
|
| DeleteBucketPolicyCommandOutput
|
|
392
|
+
| DeleteBucketReplicationCommandOutput
|
|
377
393
|
| DeleteBucketTaggingCommandOutput
|
|
378
394
|
| DeleteJobTaggingCommandOutput
|
|
379
395
|
| DeleteMultiRegionAccessPointCommandOutput
|
|
@@ -392,6 +408,7 @@ export declare type ServiceOutputTypes =
|
|
|
392
408
|
| GetBucketCommandOutput
|
|
393
409
|
| GetBucketLifecycleConfigurationCommandOutput
|
|
394
410
|
| GetBucketPolicyCommandOutput
|
|
411
|
+
| GetBucketReplicationCommandOutput
|
|
395
412
|
| GetBucketTaggingCommandOutput
|
|
396
413
|
| GetBucketVersioningCommandOutput
|
|
397
414
|
| GetJobTaggingCommandOutput
|
|
@@ -413,6 +430,7 @@ export declare type ServiceOutputTypes =
|
|
|
413
430
|
| PutAccessPointPolicyForObjectLambdaCommandOutput
|
|
414
431
|
| PutBucketLifecycleConfigurationCommandOutput
|
|
415
432
|
| PutBucketPolicyCommandOutput
|
|
433
|
+
| PutBucketReplicationCommandOutput
|
|
416
434
|
| PutBucketTaggingCommandOutput
|
|
417
435
|
| PutBucketVersioningCommandOutput
|
|
418
436
|
| PutJobTaggingCommandOutput
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import { DeleteBucketReplicationRequest } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
S3ControlClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../S3ControlClient";
|
|
15
|
+
export interface DeleteBucketReplicationCommandInput
|
|
16
|
+
extends DeleteBucketReplicationRequest {}
|
|
17
|
+
export interface DeleteBucketReplicationCommandOutput
|
|
18
|
+
extends __MetadataBearer {}
|
|
19
|
+
export declare class DeleteBucketReplicationCommand extends $Command<
|
|
20
|
+
DeleteBucketReplicationCommandInput,
|
|
21
|
+
DeleteBucketReplicationCommandOutput,
|
|
22
|
+
S3ControlClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteBucketReplicationCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: DeleteBucketReplicationCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: S3ControlClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteBucketReplicationCommandInput,
|
|
33
|
+
DeleteBucketReplicationCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
GetBucketReplicationRequest,
|
|
11
|
+
GetBucketReplicationResult,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
S3ControlClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../S3ControlClient";
|
|
18
|
+
export interface GetBucketReplicationCommandInput
|
|
19
|
+
extends GetBucketReplicationRequest {}
|
|
20
|
+
export interface GetBucketReplicationCommandOutput
|
|
21
|
+
extends GetBucketReplicationResult,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class GetBucketReplicationCommand extends $Command<
|
|
24
|
+
GetBucketReplicationCommandInput,
|
|
25
|
+
GetBucketReplicationCommandOutput,
|
|
26
|
+
S3ControlClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetBucketReplicationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: GetBucketReplicationCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: S3ControlClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetBucketReplicationCommandInput,
|
|
37
|
+
GetBucketReplicationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import { PutBucketReplicationRequest } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
S3ControlClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../S3ControlClient";
|
|
15
|
+
export interface PutBucketReplicationCommandInput
|
|
16
|
+
extends PutBucketReplicationRequest {}
|
|
17
|
+
export interface PutBucketReplicationCommandOutput extends __MetadataBearer {}
|
|
18
|
+
export declare class PutBucketReplicationCommand extends $Command<
|
|
19
|
+
PutBucketReplicationCommandInput,
|
|
20
|
+
PutBucketReplicationCommandOutput,
|
|
21
|
+
S3ControlClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: PutBucketReplicationCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
25
|
+
constructor(input: PutBucketReplicationCommandInput);
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: S3ControlClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
PutBucketReplicationCommandInput,
|
|
32
|
+
PutBucketReplicationCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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";
|
|
@@ -3,6 +3,12 @@ import { S3ControlServiceException as __BaseException } from "./S3ControlService
|
|
|
3
3
|
export interface AbortIncompleteMultipartUpload {
|
|
4
4
|
DaysAfterInitiation?: number;
|
|
5
5
|
}
|
|
6
|
+
export declare enum OwnerOverride {
|
|
7
|
+
Destination = "Destination",
|
|
8
|
+
}
|
|
9
|
+
export interface AccessControlTranslation {
|
|
10
|
+
Owner: OwnerOverride | string | undefined;
|
|
11
|
+
}
|
|
6
12
|
export declare enum NetworkOrigin {
|
|
7
13
|
Internet = "Internet",
|
|
8
14
|
VPC = "VPC",
|
|
@@ -76,6 +82,7 @@ export interface PublicAccessBlockConfiguration {
|
|
|
76
82
|
}
|
|
77
83
|
export interface Region {
|
|
78
84
|
Bucket: string | undefined;
|
|
85
|
+
BucketAccountId?: string;
|
|
79
86
|
}
|
|
80
87
|
export interface CreateMultiRegionAccessPointInput {
|
|
81
88
|
Name: string | undefined;
|
|
@@ -181,8 +188,17 @@ export interface CreateAccessPointForObjectLambdaRequest {
|
|
|
181
188
|
Name: string | undefined;
|
|
182
189
|
Configuration: ObjectLambdaConfiguration | undefined;
|
|
183
190
|
}
|
|
191
|
+
export declare enum ObjectLambdaAccessPointAliasStatus {
|
|
192
|
+
PROVISIONING = "PROVISIONING",
|
|
193
|
+
READY = "READY",
|
|
194
|
+
}
|
|
195
|
+
export interface ObjectLambdaAccessPointAlias {
|
|
196
|
+
Value?: string;
|
|
197
|
+
Status?: ObjectLambdaAccessPointAliasStatus | string;
|
|
198
|
+
}
|
|
184
199
|
export interface CreateAccessPointForObjectLambdaResult {
|
|
185
200
|
ObjectLambdaAccessPointArn?: string;
|
|
201
|
+
Alias?: ObjectLambdaAccessPointAlias;
|
|
186
202
|
}
|
|
187
203
|
export declare class BucketAlreadyExists extends __BaseException {
|
|
188
204
|
readonly name: "BucketAlreadyExists";
|
|
@@ -570,6 +586,10 @@ export interface DeleteBucketPolicyRequest {
|
|
|
570
586
|
AccountId?: string;
|
|
571
587
|
Bucket: string | undefined;
|
|
572
588
|
}
|
|
589
|
+
export interface DeleteBucketReplicationRequest {
|
|
590
|
+
AccountId?: string;
|
|
591
|
+
Bucket: string | undefined;
|
|
592
|
+
}
|
|
573
593
|
export interface DeleteBucketTaggingRequest {
|
|
574
594
|
AccountId?: string;
|
|
575
595
|
Bucket: string | undefined;
|
|
@@ -703,6 +723,7 @@ export interface GetAccessPointForObjectLambdaResult {
|
|
|
703
723
|
Name?: string;
|
|
704
724
|
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
|
|
705
725
|
CreationDate?: Date;
|
|
726
|
+
Alias?: ObjectLambdaAccessPointAlias;
|
|
706
727
|
}
|
|
707
728
|
export interface GetAccessPointPolicyRequest {
|
|
708
729
|
AccountId?: string;
|
|
@@ -810,6 +831,116 @@ export interface GetBucketPolicyRequest {
|
|
|
810
831
|
export interface GetBucketPolicyResult {
|
|
811
832
|
Policy?: string;
|
|
812
833
|
}
|
|
834
|
+
export interface GetBucketReplicationRequest {
|
|
835
|
+
AccountId?: string;
|
|
836
|
+
Bucket: string | undefined;
|
|
837
|
+
}
|
|
838
|
+
export declare enum DeleteMarkerReplicationStatus {
|
|
839
|
+
Disabled = "Disabled",
|
|
840
|
+
Enabled = "Enabled",
|
|
841
|
+
}
|
|
842
|
+
export interface DeleteMarkerReplication {
|
|
843
|
+
Status: DeleteMarkerReplicationStatus | string | undefined;
|
|
844
|
+
}
|
|
845
|
+
export interface EncryptionConfiguration {
|
|
846
|
+
ReplicaKmsKeyID?: string;
|
|
847
|
+
}
|
|
848
|
+
export interface ReplicationTimeValue {
|
|
849
|
+
Minutes?: number;
|
|
850
|
+
}
|
|
851
|
+
export declare enum MetricsStatus {
|
|
852
|
+
Disabled = "Disabled",
|
|
853
|
+
Enabled = "Enabled",
|
|
854
|
+
}
|
|
855
|
+
export interface Metrics {
|
|
856
|
+
Status: MetricsStatus | string | undefined;
|
|
857
|
+
EventThreshold?: ReplicationTimeValue;
|
|
858
|
+
}
|
|
859
|
+
export declare enum ReplicationTimeStatus {
|
|
860
|
+
Disabled = "Disabled",
|
|
861
|
+
Enabled = "Enabled",
|
|
862
|
+
}
|
|
863
|
+
export interface ReplicationTime {
|
|
864
|
+
Status: ReplicationTimeStatus | string | undefined;
|
|
865
|
+
Time: ReplicationTimeValue | undefined;
|
|
866
|
+
}
|
|
867
|
+
export declare enum ReplicationStorageClass {
|
|
868
|
+
DEEP_ARCHIVE = "DEEP_ARCHIVE",
|
|
869
|
+
GLACIER = "GLACIER",
|
|
870
|
+
GLACIER_IR = "GLACIER_IR",
|
|
871
|
+
INTELLIGENT_TIERING = "INTELLIGENT_TIERING",
|
|
872
|
+
ONEZONE_IA = "ONEZONE_IA",
|
|
873
|
+
OUTPOSTS = "OUTPOSTS",
|
|
874
|
+
REDUCED_REDUNDANCY = "REDUCED_REDUNDANCY",
|
|
875
|
+
STANDARD = "STANDARD",
|
|
876
|
+
STANDARD_IA = "STANDARD_IA",
|
|
877
|
+
}
|
|
878
|
+
export interface Destination {
|
|
879
|
+
Account?: string;
|
|
880
|
+
Bucket: string | undefined;
|
|
881
|
+
ReplicationTime?: ReplicationTime;
|
|
882
|
+
AccessControlTranslation?: AccessControlTranslation;
|
|
883
|
+
EncryptionConfiguration?: EncryptionConfiguration;
|
|
884
|
+
Metrics?: Metrics;
|
|
885
|
+
StorageClass?: ReplicationStorageClass | string;
|
|
886
|
+
}
|
|
887
|
+
export declare enum ExistingObjectReplicationStatus {
|
|
888
|
+
Disabled = "Disabled",
|
|
889
|
+
Enabled = "Enabled",
|
|
890
|
+
}
|
|
891
|
+
export interface ExistingObjectReplication {
|
|
892
|
+
Status: ExistingObjectReplicationStatus | string | undefined;
|
|
893
|
+
}
|
|
894
|
+
export interface ReplicationRuleAndOperator {
|
|
895
|
+
Prefix?: string;
|
|
896
|
+
Tags?: S3Tag[];
|
|
897
|
+
}
|
|
898
|
+
export interface ReplicationRuleFilter {
|
|
899
|
+
Prefix?: string;
|
|
900
|
+
Tag?: S3Tag;
|
|
901
|
+
And?: ReplicationRuleAndOperator;
|
|
902
|
+
}
|
|
903
|
+
export declare enum ReplicaModificationsStatus {
|
|
904
|
+
Disabled = "Disabled",
|
|
905
|
+
Enabled = "Enabled",
|
|
906
|
+
}
|
|
907
|
+
export interface ReplicaModifications {
|
|
908
|
+
Status: ReplicaModificationsStatus | string | undefined;
|
|
909
|
+
}
|
|
910
|
+
export declare enum SseKmsEncryptedObjectsStatus {
|
|
911
|
+
Disabled = "Disabled",
|
|
912
|
+
Enabled = "Enabled",
|
|
913
|
+
}
|
|
914
|
+
export interface SseKmsEncryptedObjects {
|
|
915
|
+
Status: SseKmsEncryptedObjectsStatus | string | undefined;
|
|
916
|
+
}
|
|
917
|
+
export interface SourceSelectionCriteria {
|
|
918
|
+
SseKmsEncryptedObjects?: SseKmsEncryptedObjects;
|
|
919
|
+
ReplicaModifications?: ReplicaModifications;
|
|
920
|
+
}
|
|
921
|
+
export declare enum ReplicationRuleStatus {
|
|
922
|
+
Disabled = "Disabled",
|
|
923
|
+
Enabled = "Enabled",
|
|
924
|
+
}
|
|
925
|
+
export interface ReplicationRule {
|
|
926
|
+
ID?: string;
|
|
927
|
+
Priority?: number;
|
|
928
|
+
Prefix?: string;
|
|
929
|
+
Filter?: ReplicationRuleFilter;
|
|
930
|
+
Status: ReplicationRuleStatus | string | undefined;
|
|
931
|
+
SourceSelectionCriteria?: SourceSelectionCriteria;
|
|
932
|
+
ExistingObjectReplication?: ExistingObjectReplication;
|
|
933
|
+
Destination: Destination | undefined;
|
|
934
|
+
DeleteMarkerReplication?: DeleteMarkerReplication;
|
|
935
|
+
Bucket: string | undefined;
|
|
936
|
+
}
|
|
937
|
+
export interface ReplicationConfiguration {
|
|
938
|
+
Role: string | undefined;
|
|
939
|
+
Rules: ReplicationRule[] | undefined;
|
|
940
|
+
}
|
|
941
|
+
export interface GetBucketReplicationResult {
|
|
942
|
+
ReplicationConfiguration?: ReplicationConfiguration;
|
|
943
|
+
}
|
|
813
944
|
export interface GetBucketTaggingRequest {
|
|
814
945
|
AccountId?: string;
|
|
815
946
|
Bucket: string | undefined;
|
|
@@ -847,6 +978,7 @@ export interface GetMultiRegionAccessPointRequest {
|
|
|
847
978
|
export interface RegionReport {
|
|
848
979
|
Bucket?: string;
|
|
849
980
|
Region?: string;
|
|
981
|
+
BucketAccountId?: string;
|
|
850
982
|
}
|
|
851
983
|
export declare enum MultiRegionAccessPointStatus {
|
|
852
984
|
CREATING = "CREATING",
|
|
@@ -1008,6 +1140,7 @@ export interface ListAccessPointsForObjectLambdaRequest {
|
|
|
1008
1140
|
export interface ObjectLambdaAccessPoint {
|
|
1009
1141
|
Name: string | undefined;
|
|
1010
1142
|
ObjectLambdaAccessPointArn?: string;
|
|
1143
|
+
Alias?: ObjectLambdaAccessPointAlias;
|
|
1011
1144
|
}
|
|
1012
1145
|
export interface ListAccessPointsForObjectLambdaResult {
|
|
1013
1146
|
ObjectLambdaAccessPointList?: ObjectLambdaAccessPoint[];
|
|
@@ -1129,6 +1262,11 @@ export interface PutBucketPolicyRequest {
|
|
|
1129
1262
|
ConfirmRemoveSelfBucketAccess?: boolean;
|
|
1130
1263
|
Policy: string | undefined;
|
|
1131
1264
|
}
|
|
1265
|
+
export interface PutBucketReplicationRequest {
|
|
1266
|
+
AccountId?: string;
|
|
1267
|
+
Bucket: string | undefined;
|
|
1268
|
+
ReplicationConfiguration: ReplicationConfiguration | undefined;
|
|
1269
|
+
}
|
|
1132
1270
|
export interface Tagging {
|
|
1133
1271
|
TagSet: S3Tag[] | undefined;
|
|
1134
1272
|
}
|
|
@@ -1228,6 +1366,9 @@ export interface UpdateJobStatusResult {
|
|
|
1228
1366
|
export declare const AbortIncompleteMultipartUploadFilterSensitiveLog: (
|
|
1229
1367
|
obj: AbortIncompleteMultipartUpload
|
|
1230
1368
|
) => any;
|
|
1369
|
+
export declare const AccessControlTranslationFilterSensitiveLog: (
|
|
1370
|
+
obj: AccessControlTranslation
|
|
1371
|
+
) => any;
|
|
1231
1372
|
export declare const VpcConfigurationFilterSensitiveLog: (
|
|
1232
1373
|
obj: VpcConfiguration
|
|
1233
1374
|
) => any;
|
|
@@ -1305,6 +1446,9 @@ export declare const ObjectLambdaConfigurationFilterSensitiveLog: (
|
|
|
1305
1446
|
export declare const CreateAccessPointForObjectLambdaRequestFilterSensitiveLog: (
|
|
1306
1447
|
obj: CreateAccessPointForObjectLambdaRequest
|
|
1307
1448
|
) => any;
|
|
1449
|
+
export declare const ObjectLambdaAccessPointAliasFilterSensitiveLog: (
|
|
1450
|
+
obj: ObjectLambdaAccessPointAlias
|
|
1451
|
+
) => any;
|
|
1308
1452
|
export declare const CreateAccessPointForObjectLambdaResultFilterSensitiveLog: (
|
|
1309
1453
|
obj: CreateAccessPointForObjectLambdaResult
|
|
1310
1454
|
) => any;
|
|
@@ -1426,6 +1570,9 @@ export declare const DeleteBucketLifecycleConfigurationRequestFilterSensitiveLog
|
|
|
1426
1570
|
export declare const DeleteBucketPolicyRequestFilterSensitiveLog: (
|
|
1427
1571
|
obj: DeleteBucketPolicyRequest
|
|
1428
1572
|
) => any;
|
|
1573
|
+
export declare const DeleteBucketReplicationRequestFilterSensitiveLog: (
|
|
1574
|
+
obj: DeleteBucketReplicationRequest
|
|
1575
|
+
) => any;
|
|
1429
1576
|
export declare const DeleteBucketTaggingRequestFilterSensitiveLog: (
|
|
1430
1577
|
obj: DeleteBucketTaggingRequest
|
|
1431
1578
|
) => any;
|
|
@@ -1556,6 +1703,50 @@ export declare const GetBucketPolicyRequestFilterSensitiveLog: (
|
|
|
1556
1703
|
export declare const GetBucketPolicyResultFilterSensitiveLog: (
|
|
1557
1704
|
obj: GetBucketPolicyResult
|
|
1558
1705
|
) => any;
|
|
1706
|
+
export declare const GetBucketReplicationRequestFilterSensitiveLog: (
|
|
1707
|
+
obj: GetBucketReplicationRequest
|
|
1708
|
+
) => any;
|
|
1709
|
+
export declare const DeleteMarkerReplicationFilterSensitiveLog: (
|
|
1710
|
+
obj: DeleteMarkerReplication
|
|
1711
|
+
) => any;
|
|
1712
|
+
export declare const EncryptionConfigurationFilterSensitiveLog: (
|
|
1713
|
+
obj: EncryptionConfiguration
|
|
1714
|
+
) => any;
|
|
1715
|
+
export declare const ReplicationTimeValueFilterSensitiveLog: (
|
|
1716
|
+
obj: ReplicationTimeValue
|
|
1717
|
+
) => any;
|
|
1718
|
+
export declare const MetricsFilterSensitiveLog: (obj: Metrics) => any;
|
|
1719
|
+
export declare const ReplicationTimeFilterSensitiveLog: (
|
|
1720
|
+
obj: ReplicationTime
|
|
1721
|
+
) => any;
|
|
1722
|
+
export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
|
|
1723
|
+
export declare const ExistingObjectReplicationFilterSensitiveLog: (
|
|
1724
|
+
obj: ExistingObjectReplication
|
|
1725
|
+
) => any;
|
|
1726
|
+
export declare const ReplicationRuleAndOperatorFilterSensitiveLog: (
|
|
1727
|
+
obj: ReplicationRuleAndOperator
|
|
1728
|
+
) => any;
|
|
1729
|
+
export declare const ReplicationRuleFilterFilterSensitiveLog: (
|
|
1730
|
+
obj: ReplicationRuleFilter
|
|
1731
|
+
) => any;
|
|
1732
|
+
export declare const ReplicaModificationsFilterSensitiveLog: (
|
|
1733
|
+
obj: ReplicaModifications
|
|
1734
|
+
) => any;
|
|
1735
|
+
export declare const SseKmsEncryptedObjectsFilterSensitiveLog: (
|
|
1736
|
+
obj: SseKmsEncryptedObjects
|
|
1737
|
+
) => any;
|
|
1738
|
+
export declare const SourceSelectionCriteriaFilterSensitiveLog: (
|
|
1739
|
+
obj: SourceSelectionCriteria
|
|
1740
|
+
) => any;
|
|
1741
|
+
export declare const ReplicationRuleFilterSensitiveLog: (
|
|
1742
|
+
obj: ReplicationRule
|
|
1743
|
+
) => any;
|
|
1744
|
+
export declare const ReplicationConfigurationFilterSensitiveLog: (
|
|
1745
|
+
obj: ReplicationConfiguration
|
|
1746
|
+
) => any;
|
|
1747
|
+
export declare const GetBucketReplicationResultFilterSensitiveLog: (
|
|
1748
|
+
obj: GetBucketReplicationResult
|
|
1749
|
+
) => any;
|
|
1559
1750
|
export declare const GetBucketTaggingRequestFilterSensitiveLog: (
|
|
1560
1751
|
obj: GetBucketTaggingRequest
|
|
1561
1752
|
) => any;
|
|
@@ -1723,6 +1914,9 @@ export declare const PutBucketLifecycleConfigurationRequestFilterSensitiveLog: (
|
|
|
1723
1914
|
export declare const PutBucketPolicyRequestFilterSensitiveLog: (
|
|
1724
1915
|
obj: PutBucketPolicyRequest
|
|
1725
1916
|
) => any;
|
|
1917
|
+
export declare const PutBucketReplicationRequestFilterSensitiveLog: (
|
|
1918
|
+
obj: PutBucketReplicationRequest
|
|
1919
|
+
) => any;
|
|
1726
1920
|
export declare const TaggingFilterSensitiveLog: (obj: Tagging) => any;
|
|
1727
1921
|
export declare const PutBucketTaggingRequestFilterSensitiveLog: (
|
|
1728
1922
|
obj: PutBucketTaggingRequest
|