cdk8s-aws-cdk 0.0.5
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/.gitattributes +21 -0
- package/.jsii +4392 -0
- package/API.md +2204 -0
- package/LICENSE +202 -0
- package/README.md +201 -0
- package/changelog.md +2 -0
- package/examples/rds-db-instance/README.md +0 -0
- package/examples/rds-db-instance/cdk.out/RdsDBInstanceStack.assets.json +19 -0
- package/examples/rds-db-instance/cdk.out/RdsDBInstanceStack.template.json +86 -0
- package/examples/rds-db-instance/cdk.out/cdk.out +1 -0
- package/examples/rds-db-instance/cdk.out/manifest.json +230 -0
- package/examples/rds-db-instance/cdk.out/tree.json +171 -0
- package/examples/rds-db-instance/main.ts +136 -0
- package/lib/adapter.d.ts +37 -0
- package/lib/adapter.d.ts.map +1 -0
- package/lib/adapter.js +196 -0
- package/lib/chart.d.ts +19 -0
- package/lib/chart.d.ts.map +1 -0
- package/lib/chart.js +63 -0
- package/lib/imports/cloudcontrol.services.k8s.aws.d.ts +106 -0
- package/lib/imports/cloudcontrol.services.k8s.aws.d.ts.map +1 -0
- package/lib/imports/cloudcontrol.services.k8s.aws.js +92 -0
- package/lib/imports/dynamotables-dynamodb.services.k8s.aws.d.ts +430 -0
- package/lib/imports/dynamotables-dynamodb.services.k8s.aws.d.ts.map +1 -0
- package/lib/imports/dynamotables-dynamodb.services.k8s.aws.js +314 -0
- package/lib/imports/ec2securitygroups-ec2.services.k8s.aws.d.ts +173 -0
- package/lib/imports/ec2securitygroups-ec2.services.k8s.aws.d.ts.map +1 -0
- package/lib/imports/ec2securitygroups-ec2.services.k8s.aws.js +156 -0
- package/lib/imports/fieldexports-services.k8s.aws.d.ts +159 -0
- package/lib/imports/fieldexports-services.k8s.aws.d.ts.map +1 -0
- package/lib/imports/fieldexports-services.k8s.aws.js +151 -0
- package/lib/imports/iampolicies-iam.services.k8s.aws.d.ts +135 -0
- package/lib/imports/iampolicies-iam.services.k8s.aws.d.ts.map +1 -0
- package/lib/imports/iampolicies-iam.services.k8s.aws.js +109 -0
- package/lib/imports/iamroles-iam.services.k8s.aws.d.ts +143 -0
- package/lib/imports/iamroles-iam.services.k8s.aws.d.ts.map +1 -0
- package/lib/imports/iamroles-iam.services.k8s.aws.js +112 -0
- package/lib/imports/k8s.d.ts +18619 -0
- package/lib/imports/k8s.d.ts.map +1 -0
- package/lib/imports/k8s.js +14701 -0
- package/lib/imports/lambdaeventsourcemappings-lambda.services.k8s.aws.d.ts +280 -0
- package/lib/imports/lambdaeventsourcemappings-lambda.services.k8s.aws.d.ts.map +1 -0
- package/lib/imports/lambdaeventsourcemappings-lambda.services.k8s.aws.js +183 -0
- package/lib/imports/lambdafunctions-lambda.services.k8s.aws.d.ts +343 -0
- package/lib/imports/lambdafunctions-lambda.services.k8s.aws.d.ts.map +1 -0
- package/lib/imports/lambdafunctions-lambda.services.k8s.aws.js +225 -0
- package/lib/imports/rdsdbinstances-rds.services.k8s.aws.d.ts +790 -0
- package/lib/imports/rdsdbinstances-rds.services.k8s.aws.d.ts.map +1 -0
- package/lib/imports/rdsdbinstances-rds.services.k8s.aws.js +217 -0
- package/lib/imports/rdsdbsubnetgroups-rds.services.k8s.aws.d.ts +114 -0
- package/lib/imports/rdsdbsubnetgroups-rds.services.k8s.aws.d.ts.map +1 -0
- package/lib/imports/rdsdbsubnetgroups-rds.services.k8s.aws.js +108 -0
- package/lib/imports/s3buckets-s3.services.k8s.aws.d.ts +2253 -0
- package/lib/imports/s3buckets-s3.services.k8s.aws.d.ts.map +1 -0
- package/lib/imports/s3buckets-s3.services.k8s.aws.js +1672 -0
- package/lib/imports/sfnmachines-sfn.services.k8s.aws.d.ts +203 -0
- package/lib/imports/sfnmachines-sfn.services.k8s.aws.d.ts.map +1 -0
- package/lib/imports/sfnmachines-sfn.services.k8s.aws.js +174 -0
- package/lib/imports/snstopics-sns.services.k8s.aws.d.ts +106 -0
- package/lib/imports/snstopics-sns.services.k8s.aws.d.ts.map +1 -0
- package/lib/imports/snstopics-sns.services.k8s.aws.js +110 -0
- package/lib/index.d.ts +4 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +16 -0
- package/lib/mappers/base.d.ts +23 -0
- package/lib/mappers/base.d.ts.map +1 -0
- package/lib/mappers/base.js +20 -0
- package/lib/mappers/ec2-security-group.d.ts +9 -0
- package/lib/mappers/ec2-security-group.d.ts.map +1 -0
- package/lib/mappers/ec2-security-group.js +33 -0
- package/lib/mappers/iam-policy.d.ts +9 -0
- package/lib/mappers/iam-policy.d.ts.map +1 -0
- package/lib/mappers/iam-policy.js +32 -0
- package/lib/mappers/iam-role.d.ts +9 -0
- package/lib/mappers/iam-role.d.ts.map +1 -0
- package/lib/mappers/iam-role.js +34 -0
- package/lib/mappers/index.d.ts +9 -0
- package/lib/mappers/index.d.ts.map +1 -0
- package/lib/mappers/index.js +21 -0
- package/lib/mappers/lambda-function.d.ts +9 -0
- package/lib/mappers/lambda-function.d.ts.map +1 -0
- package/lib/mappers/lambda-function.js +37 -0
- package/lib/mappers/rds-db-instance.d.ts +10 -0
- package/lib/mappers/rds-db-instance.d.ts.map +1 -0
- package/lib/mappers/rds-db-instance.js +65 -0
- package/lib/mappers/rds-db-subnet-group.d.ts +9 -0
- package/lib/mappers/rds-db-subnet-group.d.ts.map +1 -0
- package/lib/mappers/rds-db-subnet-group.js +34 -0
- package/lib/mappers/s3-bucket.d.ts +9 -0
- package/lib/mappers/s3-bucket.d.ts.map +1 -0
- package/lib/mappers/s3-bucket.js +53 -0
- package/package.json +129 -0
- package/releasetag.txt +1 -0
- package/version.txt +1 -0
|
@@ -0,0 +1,2253 @@
|
|
|
1
|
+
import { ApiObject, ApiObjectMetadata, GroupVersionKind } from 'cdk8s';
|
|
2
|
+
import { Construct } from 'constructs';
|
|
3
|
+
/**
|
|
4
|
+
* Bucket is the Schema for the Buckets API
|
|
5
|
+
*
|
|
6
|
+
* @schema Bucket
|
|
7
|
+
*/
|
|
8
|
+
export declare class Bucket extends ApiObject {
|
|
9
|
+
/**
|
|
10
|
+
* Returns the apiVersion and kind for "Bucket"
|
|
11
|
+
*/
|
|
12
|
+
static readonly GVK: GroupVersionKind;
|
|
13
|
+
/**
|
|
14
|
+
* Renders a Kubernetes manifest for "Bucket".
|
|
15
|
+
*
|
|
16
|
+
* This can be used to inline resource manifests inside other objects (e.g. as templates).
|
|
17
|
+
*
|
|
18
|
+
* @param props initialization props
|
|
19
|
+
*/
|
|
20
|
+
static manifest(props?: BucketProps): any;
|
|
21
|
+
/**
|
|
22
|
+
* Defines a "Bucket" API object
|
|
23
|
+
* @param scope the scope in which to define this object
|
|
24
|
+
* @param id a scope-local name for the object
|
|
25
|
+
* @param props initialization props
|
|
26
|
+
*/
|
|
27
|
+
constructor(scope: Construct, id: string, props?: BucketProps);
|
|
28
|
+
/**
|
|
29
|
+
* Renders the object to Kubernetes JSON.
|
|
30
|
+
*/
|
|
31
|
+
toJson(): any;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Bucket is the Schema for the Buckets API
|
|
35
|
+
*
|
|
36
|
+
* @schema Bucket
|
|
37
|
+
*/
|
|
38
|
+
export interface BucketProps {
|
|
39
|
+
/**
|
|
40
|
+
* @schema Bucket#metadata
|
|
41
|
+
*/
|
|
42
|
+
readonly metadata?: ApiObjectMetadata;
|
|
43
|
+
/**
|
|
44
|
+
* BucketSpec defines the desired state of Bucket.
|
|
45
|
+
* In terms of implementation, a Bucket is a resource. An Amazon S3 bucket name is globally unique, and the namespace is shared by all Amazon Web Services accounts.
|
|
46
|
+
*
|
|
47
|
+
* @schema Bucket#spec
|
|
48
|
+
*/
|
|
49
|
+
readonly spec?: BucketSpec;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Converts an object of type 'BucketProps' to JSON representation.
|
|
53
|
+
*/
|
|
54
|
+
export declare function toJson_BucketProps(obj: BucketProps | undefined): Record<string, any> | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* BucketSpec defines the desired state of Bucket.
|
|
57
|
+
* In terms of implementation, a Bucket is a resource. An Amazon S3 bucket name is globally unique, and the namespace is shared by all Amazon Web Services accounts.
|
|
58
|
+
*
|
|
59
|
+
* @schema BucketSpec
|
|
60
|
+
*/
|
|
61
|
+
export interface BucketSpec {
|
|
62
|
+
/**
|
|
63
|
+
* Container for setting the transfer acceleration state.
|
|
64
|
+
*
|
|
65
|
+
* @schema BucketSpec#accelerate
|
|
66
|
+
*/
|
|
67
|
+
readonly accelerate?: BucketSpecAccelerate;
|
|
68
|
+
/**
|
|
69
|
+
* The canned ACL to apply to the bucket.
|
|
70
|
+
*
|
|
71
|
+
* @schema BucketSpec#acl
|
|
72
|
+
*/
|
|
73
|
+
readonly acl?: string;
|
|
74
|
+
/**
|
|
75
|
+
* @schema BucketSpec#analytics
|
|
76
|
+
*/
|
|
77
|
+
readonly analytics?: BucketSpecAnalytics[];
|
|
78
|
+
/**
|
|
79
|
+
* Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more information, see Enabling Cross-Origin Resource Sharing (https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html) in the Amazon S3 User Guide.
|
|
80
|
+
*
|
|
81
|
+
* @schema BucketSpec#cors
|
|
82
|
+
*/
|
|
83
|
+
readonly cors?: BucketSpecCors;
|
|
84
|
+
/**
|
|
85
|
+
* The configuration information for the bucket.
|
|
86
|
+
*
|
|
87
|
+
* @schema BucketSpec#createBucketConfiguration
|
|
88
|
+
*/
|
|
89
|
+
readonly createBucketConfiguration?: BucketSpecCreateBucketConfiguration;
|
|
90
|
+
/**
|
|
91
|
+
* Specifies the default server-side-encryption configuration.
|
|
92
|
+
*
|
|
93
|
+
* @schema BucketSpec#encryption
|
|
94
|
+
*/
|
|
95
|
+
readonly encryption?: BucketSpecEncryption;
|
|
96
|
+
/**
|
|
97
|
+
* Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.
|
|
98
|
+
*
|
|
99
|
+
* @schema BucketSpec#grantFullControl
|
|
100
|
+
*/
|
|
101
|
+
readonly grantFullControl?: string;
|
|
102
|
+
/**
|
|
103
|
+
* Allows grantee to list the objects in the bucket.
|
|
104
|
+
*
|
|
105
|
+
* @schema BucketSpec#grantRead
|
|
106
|
+
*/
|
|
107
|
+
readonly grantRead?: string;
|
|
108
|
+
/**
|
|
109
|
+
* Allows grantee to read the bucket ACL.
|
|
110
|
+
*
|
|
111
|
+
* @schema BucketSpec#grantReadACP
|
|
112
|
+
*/
|
|
113
|
+
readonly grantReadAcp?: string;
|
|
114
|
+
/**
|
|
115
|
+
* Allows grantee to create new objects in the bucket.
|
|
116
|
+
* For the bucket and object owners of existing objects, also allows deletions and overwrites of those objects.
|
|
117
|
+
*
|
|
118
|
+
* @schema BucketSpec#grantWrite
|
|
119
|
+
*/
|
|
120
|
+
readonly grantWrite?: string;
|
|
121
|
+
/**
|
|
122
|
+
* Allows grantee to write the ACL for the applicable bucket.
|
|
123
|
+
*
|
|
124
|
+
* @schema BucketSpec#grantWriteACP
|
|
125
|
+
*/
|
|
126
|
+
readonly grantWriteAcp?: string;
|
|
127
|
+
/**
|
|
128
|
+
* @schema BucketSpec#intelligentTiering
|
|
129
|
+
*/
|
|
130
|
+
readonly intelligentTiering?: BucketSpecIntelligentTiering[];
|
|
131
|
+
/**
|
|
132
|
+
* @schema BucketSpec#inventory
|
|
133
|
+
*/
|
|
134
|
+
readonly inventory?: BucketSpecInventory[];
|
|
135
|
+
/**
|
|
136
|
+
* Container for lifecycle rules. You can add as many as 1,000 rules.
|
|
137
|
+
*
|
|
138
|
+
* @schema BucketSpec#lifecycle
|
|
139
|
+
*/
|
|
140
|
+
readonly lifecycle?: BucketSpecLifecycle;
|
|
141
|
+
/**
|
|
142
|
+
* Container for logging status information.
|
|
143
|
+
*
|
|
144
|
+
* @schema BucketSpec#logging
|
|
145
|
+
*/
|
|
146
|
+
readonly logging?: BucketSpecLogging;
|
|
147
|
+
/**
|
|
148
|
+
* @schema BucketSpec#metrics
|
|
149
|
+
*/
|
|
150
|
+
readonly metrics?: BucketSpecMetrics[];
|
|
151
|
+
/**
|
|
152
|
+
* The name of the bucket to create.
|
|
153
|
+
*
|
|
154
|
+
* @schema BucketSpec#name
|
|
155
|
+
*/
|
|
156
|
+
readonly name: string;
|
|
157
|
+
/**
|
|
158
|
+
* A container for specifying the notification configuration of the bucket. If this element is empty, notifications are turned off for the bucket.
|
|
159
|
+
*
|
|
160
|
+
* @schema BucketSpec#notification
|
|
161
|
+
*/
|
|
162
|
+
readonly notification?: BucketSpecNotification;
|
|
163
|
+
/**
|
|
164
|
+
* Specifies whether you want S3 Object Lock to be enabled for the new bucket.
|
|
165
|
+
*
|
|
166
|
+
* @schema BucketSpec#objectLockEnabledForBucket
|
|
167
|
+
*/
|
|
168
|
+
readonly objectLockEnabledForBucket?: boolean;
|
|
169
|
+
/**
|
|
170
|
+
* The OwnershipControls (BucketOwnerPreferred or ObjectWriter) that you want to apply to this Amazon S3 bucket.
|
|
171
|
+
*
|
|
172
|
+
* @schema BucketSpec#ownershipControls
|
|
173
|
+
*/
|
|
174
|
+
readonly ownershipControls?: BucketSpecOwnershipControls;
|
|
175
|
+
/**
|
|
176
|
+
* The bucket policy as a JSON document.
|
|
177
|
+
*
|
|
178
|
+
* @schema BucketSpec#policy
|
|
179
|
+
*/
|
|
180
|
+
readonly policy?: string;
|
|
181
|
+
/**
|
|
182
|
+
* The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket. You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see The Meaning of "Public" (https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status) in the Amazon S3 User Guide.
|
|
183
|
+
*
|
|
184
|
+
* @schema BucketSpec#publicAccessBlock
|
|
185
|
+
*/
|
|
186
|
+
readonly publicAccessBlock?: BucketSpecPublicAccessBlock;
|
|
187
|
+
/**
|
|
188
|
+
* A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB.
|
|
189
|
+
*
|
|
190
|
+
* @schema BucketSpec#replication
|
|
191
|
+
*/
|
|
192
|
+
readonly replication?: BucketSpecReplication;
|
|
193
|
+
/**
|
|
194
|
+
* Container for Payer.
|
|
195
|
+
*
|
|
196
|
+
* @schema BucketSpec#requestPayment
|
|
197
|
+
*/
|
|
198
|
+
readonly requestPayment?: BucketSpecRequestPayment;
|
|
199
|
+
/**
|
|
200
|
+
* Container for the TagSet and Tag elements.
|
|
201
|
+
*
|
|
202
|
+
* @schema BucketSpec#tagging
|
|
203
|
+
*/
|
|
204
|
+
readonly tagging?: BucketSpecTagging;
|
|
205
|
+
/**
|
|
206
|
+
* Container for setting the versioning state.
|
|
207
|
+
*
|
|
208
|
+
* @schema BucketSpec#versioning
|
|
209
|
+
*/
|
|
210
|
+
readonly versioning?: BucketSpecVersioning;
|
|
211
|
+
/**
|
|
212
|
+
* Container for the request.
|
|
213
|
+
*
|
|
214
|
+
* @schema BucketSpec#website
|
|
215
|
+
*/
|
|
216
|
+
readonly website?: BucketSpecWebsite;
|
|
217
|
+
}
|
|
218
|
+
/**
|
|
219
|
+
* Converts an object of type 'BucketSpec' to JSON representation.
|
|
220
|
+
*/
|
|
221
|
+
export declare function toJson_BucketSpec(obj: BucketSpec | undefined): Record<string, any> | undefined;
|
|
222
|
+
/**
|
|
223
|
+
* Container for setting the transfer acceleration state.
|
|
224
|
+
*
|
|
225
|
+
* @schema BucketSpecAccelerate
|
|
226
|
+
*/
|
|
227
|
+
export interface BucketSpecAccelerate {
|
|
228
|
+
/**
|
|
229
|
+
* @schema BucketSpecAccelerate#status
|
|
230
|
+
*/
|
|
231
|
+
readonly status?: string;
|
|
232
|
+
}
|
|
233
|
+
/**
|
|
234
|
+
* Converts an object of type 'BucketSpecAccelerate' to JSON representation.
|
|
235
|
+
*/
|
|
236
|
+
export declare function toJson_BucketSpecAccelerate(obj: BucketSpecAccelerate | undefined): Record<string, any> | undefined;
|
|
237
|
+
/**
|
|
238
|
+
* Specifies the configuration and any analyses for the analytics filter of an Amazon S3 bucket.
|
|
239
|
+
*
|
|
240
|
+
* @schema BucketSpecAnalytics
|
|
241
|
+
*/
|
|
242
|
+
export interface BucketSpecAnalytics {
|
|
243
|
+
/**
|
|
244
|
+
* The filter used to describe a set of objects for analyses. A filter must have exactly one prefix, one tag, or one conjunction (AnalyticsAndOperator). If no filter is provided, all objects will be considered in any analysis.
|
|
245
|
+
*
|
|
246
|
+
* @schema BucketSpecAnalytics#filter
|
|
247
|
+
*/
|
|
248
|
+
readonly filter?: BucketSpecAnalyticsFilter;
|
|
249
|
+
/**
|
|
250
|
+
* @schema BucketSpecAnalytics#id
|
|
251
|
+
*/
|
|
252
|
+
readonly id?: string;
|
|
253
|
+
/**
|
|
254
|
+
* Specifies data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes for an Amazon S3 bucket.
|
|
255
|
+
*
|
|
256
|
+
* @schema BucketSpecAnalytics#storageClassAnalysis
|
|
257
|
+
*/
|
|
258
|
+
readonly storageClassAnalysis?: BucketSpecAnalyticsStorageClassAnalysis;
|
|
259
|
+
}
|
|
260
|
+
/**
|
|
261
|
+
* Converts an object of type 'BucketSpecAnalytics' to JSON representation.
|
|
262
|
+
*/
|
|
263
|
+
export declare function toJson_BucketSpecAnalytics(obj: BucketSpecAnalytics | undefined): Record<string, any> | undefined;
|
|
264
|
+
/**
|
|
265
|
+
* Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more information, see Enabling Cross-Origin Resource Sharing (https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html) in the Amazon S3 User Guide.
|
|
266
|
+
*
|
|
267
|
+
* @schema BucketSpecCors
|
|
268
|
+
*/
|
|
269
|
+
export interface BucketSpecCors {
|
|
270
|
+
/**
|
|
271
|
+
* @schema BucketSpecCors#corsRules
|
|
272
|
+
*/
|
|
273
|
+
readonly corsRules?: BucketSpecCorsCorsRules[];
|
|
274
|
+
}
|
|
275
|
+
/**
|
|
276
|
+
* Converts an object of type 'BucketSpecCors' to JSON representation.
|
|
277
|
+
*/
|
|
278
|
+
export declare function toJson_BucketSpecCors(obj: BucketSpecCors | undefined): Record<string, any> | undefined;
|
|
279
|
+
/**
|
|
280
|
+
* The configuration information for the bucket.
|
|
281
|
+
*
|
|
282
|
+
* @schema BucketSpecCreateBucketConfiguration
|
|
283
|
+
*/
|
|
284
|
+
export interface BucketSpecCreateBucketConfiguration {
|
|
285
|
+
/**
|
|
286
|
+
* @schema BucketSpecCreateBucketConfiguration#locationConstraint
|
|
287
|
+
*/
|
|
288
|
+
readonly locationConstraint?: string;
|
|
289
|
+
}
|
|
290
|
+
/**
|
|
291
|
+
* Converts an object of type 'BucketSpecCreateBucketConfiguration' to JSON representation.
|
|
292
|
+
*/
|
|
293
|
+
export declare function toJson_BucketSpecCreateBucketConfiguration(obj: BucketSpecCreateBucketConfiguration | undefined): Record<string, any> | undefined;
|
|
294
|
+
/**
|
|
295
|
+
* Specifies the default server-side-encryption configuration.
|
|
296
|
+
*
|
|
297
|
+
* @schema BucketSpecEncryption
|
|
298
|
+
*/
|
|
299
|
+
export interface BucketSpecEncryption {
|
|
300
|
+
/**
|
|
301
|
+
* @schema BucketSpecEncryption#rules
|
|
302
|
+
*/
|
|
303
|
+
readonly rules?: BucketSpecEncryptionRules[];
|
|
304
|
+
}
|
|
305
|
+
/**
|
|
306
|
+
* Converts an object of type 'BucketSpecEncryption' to JSON representation.
|
|
307
|
+
*/
|
|
308
|
+
export declare function toJson_BucketSpecEncryption(obj: BucketSpecEncryption | undefined): Record<string, any> | undefined;
|
|
309
|
+
/**
|
|
310
|
+
* Specifies the S3 Intelligent-Tiering configuration for an Amazon S3 bucket.
|
|
311
|
+
* For information about the S3 Intelligent-Tiering storage class, see Storage class for automatically optimizing frequently and infrequently accessed objects (https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html#sc-dynamic-data-access).
|
|
312
|
+
*
|
|
313
|
+
* @schema BucketSpecIntelligentTiering
|
|
314
|
+
*/
|
|
315
|
+
export interface BucketSpecIntelligentTiering {
|
|
316
|
+
/**
|
|
317
|
+
* The Filter is used to identify objects that the S3 Intelligent-Tiering configuration applies to.
|
|
318
|
+
*
|
|
319
|
+
* @schema BucketSpecIntelligentTiering#filter
|
|
320
|
+
*/
|
|
321
|
+
readonly filter?: BucketSpecIntelligentTieringFilter;
|
|
322
|
+
/**
|
|
323
|
+
* @schema BucketSpecIntelligentTiering#id
|
|
324
|
+
*/
|
|
325
|
+
readonly id?: string;
|
|
326
|
+
/**
|
|
327
|
+
* @schema BucketSpecIntelligentTiering#status
|
|
328
|
+
*/
|
|
329
|
+
readonly status?: string;
|
|
330
|
+
/**
|
|
331
|
+
* @schema BucketSpecIntelligentTiering#tierings
|
|
332
|
+
*/
|
|
333
|
+
readonly tierings?: BucketSpecIntelligentTieringTierings[];
|
|
334
|
+
}
|
|
335
|
+
/**
|
|
336
|
+
* Converts an object of type 'BucketSpecIntelligentTiering' to JSON representation.
|
|
337
|
+
*/
|
|
338
|
+
export declare function toJson_BucketSpecIntelligentTiering(obj: BucketSpecIntelligentTiering | undefined): Record<string, any> | undefined;
|
|
339
|
+
/**
|
|
340
|
+
* Specifies the inventory configuration for an Amazon S3 bucket. For more information, see GET Bucket inventory (https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETInventoryConfig.html) in the Amazon S3 API Reference.
|
|
341
|
+
*
|
|
342
|
+
* @schema BucketSpecInventory
|
|
343
|
+
*/
|
|
344
|
+
export interface BucketSpecInventory {
|
|
345
|
+
/**
|
|
346
|
+
* Specifies the inventory configuration for an Amazon S3 bucket.
|
|
347
|
+
*
|
|
348
|
+
* @schema BucketSpecInventory#destination
|
|
349
|
+
*/
|
|
350
|
+
readonly destination?: BucketSpecInventoryDestination;
|
|
351
|
+
/**
|
|
352
|
+
* Specifies an inventory filter. The inventory only includes objects that meet the filter's criteria.
|
|
353
|
+
*
|
|
354
|
+
* @schema BucketSpecInventory#filter
|
|
355
|
+
*/
|
|
356
|
+
readonly filter?: BucketSpecInventoryFilter;
|
|
357
|
+
/**
|
|
358
|
+
* @schema BucketSpecInventory#id
|
|
359
|
+
*/
|
|
360
|
+
readonly id?: string;
|
|
361
|
+
/**
|
|
362
|
+
* @schema BucketSpecInventory#includedObjectVersions
|
|
363
|
+
*/
|
|
364
|
+
readonly includedObjectVersions?: string;
|
|
365
|
+
/**
|
|
366
|
+
* @schema BucketSpecInventory#isEnabled
|
|
367
|
+
*/
|
|
368
|
+
readonly isEnabled?: boolean;
|
|
369
|
+
/**
|
|
370
|
+
* @schema BucketSpecInventory#optionalFields
|
|
371
|
+
*/
|
|
372
|
+
readonly optionalFields?: string[];
|
|
373
|
+
/**
|
|
374
|
+
* Specifies the schedule for generating inventory results.
|
|
375
|
+
*
|
|
376
|
+
* @schema BucketSpecInventory#schedule
|
|
377
|
+
*/
|
|
378
|
+
readonly schedule?: BucketSpecInventorySchedule;
|
|
379
|
+
}
|
|
380
|
+
/**
|
|
381
|
+
* Converts an object of type 'BucketSpecInventory' to JSON representation.
|
|
382
|
+
*/
|
|
383
|
+
export declare function toJson_BucketSpecInventory(obj: BucketSpecInventory | undefined): Record<string, any> | undefined;
|
|
384
|
+
/**
|
|
385
|
+
* Container for lifecycle rules. You can add as many as 1,000 rules.
|
|
386
|
+
*
|
|
387
|
+
* @schema BucketSpecLifecycle
|
|
388
|
+
*/
|
|
389
|
+
export interface BucketSpecLifecycle {
|
|
390
|
+
/**
|
|
391
|
+
* @schema BucketSpecLifecycle#rules
|
|
392
|
+
*/
|
|
393
|
+
readonly rules?: BucketSpecLifecycleRules[];
|
|
394
|
+
}
|
|
395
|
+
/**
|
|
396
|
+
* Converts an object of type 'BucketSpecLifecycle' to JSON representation.
|
|
397
|
+
*/
|
|
398
|
+
export declare function toJson_BucketSpecLifecycle(obj: BucketSpecLifecycle | undefined): Record<string, any> | undefined;
|
|
399
|
+
/**
|
|
400
|
+
* Container for logging status information.
|
|
401
|
+
*
|
|
402
|
+
* @schema BucketSpecLogging
|
|
403
|
+
*/
|
|
404
|
+
export interface BucketSpecLogging {
|
|
405
|
+
/**
|
|
406
|
+
* Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys for a bucket. For more information, see PUT Bucket logging (https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTlogging.html) in the Amazon S3 API Reference.
|
|
407
|
+
*
|
|
408
|
+
* @schema BucketSpecLogging#loggingEnabled
|
|
409
|
+
*/
|
|
410
|
+
readonly loggingEnabled?: BucketSpecLoggingLoggingEnabled;
|
|
411
|
+
}
|
|
412
|
+
/**
|
|
413
|
+
* Converts an object of type 'BucketSpecLogging' to JSON representation.
|
|
414
|
+
*/
|
|
415
|
+
export declare function toJson_BucketSpecLogging(obj: BucketSpecLogging | undefined): Record<string, any> | undefined;
|
|
416
|
+
/**
|
|
417
|
+
* Specifies a metrics configuration for the CloudWatch request metrics (specified by the metrics configuration ID) from an Amazon S3 bucket. If you're updating an existing metrics configuration, note that this is a full replacement of the existing metrics configuration. If you don't include the elements you want to keep, they are erased. For more information, see PutBucketMetricsConfiguration (https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTMetricConfiguration.html).
|
|
418
|
+
*
|
|
419
|
+
* @schema BucketSpecMetrics
|
|
420
|
+
*/
|
|
421
|
+
export interface BucketSpecMetrics {
|
|
422
|
+
/**
|
|
423
|
+
* Specifies a metrics configuration filter. The metrics configuration only includes objects that meet the filter's criteria. A filter must be a prefix, an object tag, an access point ARN, or a conjunction (MetricsAndOperator). For more information, see PutBucketMetricsConfiguration (https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketMetricsConfiguration.html).
|
|
424
|
+
*
|
|
425
|
+
* @schema BucketSpecMetrics#filter
|
|
426
|
+
*/
|
|
427
|
+
readonly filter?: BucketSpecMetricsFilter;
|
|
428
|
+
/**
|
|
429
|
+
* @schema BucketSpecMetrics#id
|
|
430
|
+
*/
|
|
431
|
+
readonly id?: string;
|
|
432
|
+
}
|
|
433
|
+
/**
|
|
434
|
+
* Converts an object of type 'BucketSpecMetrics' to JSON representation.
|
|
435
|
+
*/
|
|
436
|
+
export declare function toJson_BucketSpecMetrics(obj: BucketSpecMetrics | undefined): Record<string, any> | undefined;
|
|
437
|
+
/**
|
|
438
|
+
* A container for specifying the notification configuration of the bucket. If this element is empty, notifications are turned off for the bucket.
|
|
439
|
+
*
|
|
440
|
+
* @schema BucketSpecNotification
|
|
441
|
+
*/
|
|
442
|
+
export interface BucketSpecNotification {
|
|
443
|
+
/**
|
|
444
|
+
* @schema BucketSpecNotification#lambdaFunctionConfigurations
|
|
445
|
+
*/
|
|
446
|
+
readonly lambdaFunctionConfigurations?: BucketSpecNotificationLambdaFunctionConfigurations[];
|
|
447
|
+
/**
|
|
448
|
+
* @schema BucketSpecNotification#queueConfigurations
|
|
449
|
+
*/
|
|
450
|
+
readonly queueConfigurations?: BucketSpecNotificationQueueConfigurations[];
|
|
451
|
+
/**
|
|
452
|
+
* @schema BucketSpecNotification#topicConfigurations
|
|
453
|
+
*/
|
|
454
|
+
readonly topicConfigurations?: BucketSpecNotificationTopicConfigurations[];
|
|
455
|
+
}
|
|
456
|
+
/**
|
|
457
|
+
* Converts an object of type 'BucketSpecNotification' to JSON representation.
|
|
458
|
+
*/
|
|
459
|
+
export declare function toJson_BucketSpecNotification(obj: BucketSpecNotification | undefined): Record<string, any> | undefined;
|
|
460
|
+
/**
|
|
461
|
+
* The OwnershipControls (BucketOwnerPreferred or ObjectWriter) that you want to apply to this Amazon S3 bucket.
|
|
462
|
+
*
|
|
463
|
+
* @schema BucketSpecOwnershipControls
|
|
464
|
+
*/
|
|
465
|
+
export interface BucketSpecOwnershipControls {
|
|
466
|
+
/**
|
|
467
|
+
* @schema BucketSpecOwnershipControls#rules
|
|
468
|
+
*/
|
|
469
|
+
readonly rules?: BucketSpecOwnershipControlsRules[];
|
|
470
|
+
}
|
|
471
|
+
/**
|
|
472
|
+
* Converts an object of type 'BucketSpecOwnershipControls' to JSON representation.
|
|
473
|
+
*/
|
|
474
|
+
export declare function toJson_BucketSpecOwnershipControls(obj: BucketSpecOwnershipControls | undefined): Record<string, any> | undefined;
|
|
475
|
+
/**
|
|
476
|
+
* The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket. You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see The Meaning of "Public" (https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status) in the Amazon S3 User Guide.
|
|
477
|
+
*
|
|
478
|
+
* @schema BucketSpecPublicAccessBlock
|
|
479
|
+
*/
|
|
480
|
+
export interface BucketSpecPublicAccessBlock {
|
|
481
|
+
/**
|
|
482
|
+
* @schema BucketSpecPublicAccessBlock#blockPublicACLs
|
|
483
|
+
*/
|
|
484
|
+
readonly blockPublicAcLs?: boolean;
|
|
485
|
+
/**
|
|
486
|
+
* @schema BucketSpecPublicAccessBlock#blockPublicPolicy
|
|
487
|
+
*/
|
|
488
|
+
readonly blockPublicPolicy?: boolean;
|
|
489
|
+
/**
|
|
490
|
+
* @schema BucketSpecPublicAccessBlock#ignorePublicACLs
|
|
491
|
+
*/
|
|
492
|
+
readonly ignorePublicAcLs?: boolean;
|
|
493
|
+
/**
|
|
494
|
+
* @schema BucketSpecPublicAccessBlock#restrictPublicBuckets
|
|
495
|
+
*/
|
|
496
|
+
readonly restrictPublicBuckets?: boolean;
|
|
497
|
+
}
|
|
498
|
+
/**
|
|
499
|
+
* Converts an object of type 'BucketSpecPublicAccessBlock' to JSON representation.
|
|
500
|
+
*/
|
|
501
|
+
export declare function toJson_BucketSpecPublicAccessBlock(obj: BucketSpecPublicAccessBlock | undefined): Record<string, any> | undefined;
|
|
502
|
+
/**
|
|
503
|
+
* A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB.
|
|
504
|
+
*
|
|
505
|
+
* @schema BucketSpecReplication
|
|
506
|
+
*/
|
|
507
|
+
export interface BucketSpecReplication {
|
|
508
|
+
/**
|
|
509
|
+
* @schema BucketSpecReplication#role
|
|
510
|
+
*/
|
|
511
|
+
readonly role?: string;
|
|
512
|
+
/**
|
|
513
|
+
* @schema BucketSpecReplication#rules
|
|
514
|
+
*/
|
|
515
|
+
readonly rules?: BucketSpecReplicationRules[];
|
|
516
|
+
}
|
|
517
|
+
/**
|
|
518
|
+
* Converts an object of type 'BucketSpecReplication' to JSON representation.
|
|
519
|
+
*/
|
|
520
|
+
export declare function toJson_BucketSpecReplication(obj: BucketSpecReplication | undefined): Record<string, any> | undefined;
|
|
521
|
+
/**
|
|
522
|
+
* Container for Payer.
|
|
523
|
+
*
|
|
524
|
+
* @schema BucketSpecRequestPayment
|
|
525
|
+
*/
|
|
526
|
+
export interface BucketSpecRequestPayment {
|
|
527
|
+
/**
|
|
528
|
+
* @schema BucketSpecRequestPayment#payer
|
|
529
|
+
*/
|
|
530
|
+
readonly payer?: string;
|
|
531
|
+
}
|
|
532
|
+
/**
|
|
533
|
+
* Converts an object of type 'BucketSpecRequestPayment' to JSON representation.
|
|
534
|
+
*/
|
|
535
|
+
export declare function toJson_BucketSpecRequestPayment(obj: BucketSpecRequestPayment | undefined): Record<string, any> | undefined;
|
|
536
|
+
/**
|
|
537
|
+
* Container for the TagSet and Tag elements.
|
|
538
|
+
*
|
|
539
|
+
* @schema BucketSpecTagging
|
|
540
|
+
*/
|
|
541
|
+
export interface BucketSpecTagging {
|
|
542
|
+
/**
|
|
543
|
+
* @schema BucketSpecTagging#tagSet
|
|
544
|
+
*/
|
|
545
|
+
readonly tagSet?: BucketSpecTaggingTagSet[];
|
|
546
|
+
}
|
|
547
|
+
/**
|
|
548
|
+
* Converts an object of type 'BucketSpecTagging' to JSON representation.
|
|
549
|
+
*/
|
|
550
|
+
export declare function toJson_BucketSpecTagging(obj: BucketSpecTagging | undefined): Record<string, any> | undefined;
|
|
551
|
+
/**
|
|
552
|
+
* Container for setting the versioning state.
|
|
553
|
+
*
|
|
554
|
+
* @schema BucketSpecVersioning
|
|
555
|
+
*/
|
|
556
|
+
export interface BucketSpecVersioning {
|
|
557
|
+
/**
|
|
558
|
+
* @schema BucketSpecVersioning#status
|
|
559
|
+
*/
|
|
560
|
+
readonly status?: string;
|
|
561
|
+
}
|
|
562
|
+
/**
|
|
563
|
+
* Converts an object of type 'BucketSpecVersioning' to JSON representation.
|
|
564
|
+
*/
|
|
565
|
+
export declare function toJson_BucketSpecVersioning(obj: BucketSpecVersioning | undefined): Record<string, any> | undefined;
|
|
566
|
+
/**
|
|
567
|
+
* Container for the request.
|
|
568
|
+
*
|
|
569
|
+
* @schema BucketSpecWebsite
|
|
570
|
+
*/
|
|
571
|
+
export interface BucketSpecWebsite {
|
|
572
|
+
/**
|
|
573
|
+
* The error information.
|
|
574
|
+
*
|
|
575
|
+
* @schema BucketSpecWebsite#errorDocument
|
|
576
|
+
*/
|
|
577
|
+
readonly errorDocument?: BucketSpecWebsiteErrorDocument;
|
|
578
|
+
/**
|
|
579
|
+
* Container for the Suffix element.
|
|
580
|
+
*
|
|
581
|
+
* @schema BucketSpecWebsite#indexDocument
|
|
582
|
+
*/
|
|
583
|
+
readonly indexDocument?: BucketSpecWebsiteIndexDocument;
|
|
584
|
+
/**
|
|
585
|
+
* Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.
|
|
586
|
+
*
|
|
587
|
+
* @schema BucketSpecWebsite#redirectAllRequestsTo
|
|
588
|
+
*/
|
|
589
|
+
readonly redirectAllRequestsTo?: BucketSpecWebsiteRedirectAllRequestsTo;
|
|
590
|
+
/**
|
|
591
|
+
* @schema BucketSpecWebsite#routingRules
|
|
592
|
+
*/
|
|
593
|
+
readonly routingRules?: BucketSpecWebsiteRoutingRules[];
|
|
594
|
+
}
|
|
595
|
+
/**
|
|
596
|
+
* Converts an object of type 'BucketSpecWebsite' to JSON representation.
|
|
597
|
+
*/
|
|
598
|
+
export declare function toJson_BucketSpecWebsite(obj: BucketSpecWebsite | undefined): Record<string, any> | undefined;
|
|
599
|
+
/**
|
|
600
|
+
* The filter used to describe a set of objects for analyses. A filter must have exactly one prefix, one tag, or one conjunction (AnalyticsAndOperator). If no filter is provided, all objects will be considered in any analysis.
|
|
601
|
+
*
|
|
602
|
+
* @schema BucketSpecAnalyticsFilter
|
|
603
|
+
*/
|
|
604
|
+
export interface BucketSpecAnalyticsFilter {
|
|
605
|
+
/**
|
|
606
|
+
* A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates in any combination, and an object must match all of the predicates for the filter to apply.
|
|
607
|
+
*
|
|
608
|
+
* @schema BucketSpecAnalyticsFilter#and
|
|
609
|
+
*/
|
|
610
|
+
readonly and?: BucketSpecAnalyticsFilterAnd;
|
|
611
|
+
/**
|
|
612
|
+
* @schema BucketSpecAnalyticsFilter#prefix
|
|
613
|
+
*/
|
|
614
|
+
readonly prefix?: string;
|
|
615
|
+
/**
|
|
616
|
+
* A container of a key value name pair.
|
|
617
|
+
*
|
|
618
|
+
* @schema BucketSpecAnalyticsFilter#tag
|
|
619
|
+
*/
|
|
620
|
+
readonly tag?: BucketSpecAnalyticsFilterTag;
|
|
621
|
+
}
|
|
622
|
+
/**
|
|
623
|
+
* Converts an object of type 'BucketSpecAnalyticsFilter' to JSON representation.
|
|
624
|
+
*/
|
|
625
|
+
export declare function toJson_BucketSpecAnalyticsFilter(obj: BucketSpecAnalyticsFilter | undefined): Record<string, any> | undefined;
|
|
626
|
+
/**
|
|
627
|
+
* Specifies data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes for an Amazon S3 bucket.
|
|
628
|
+
*
|
|
629
|
+
* @schema BucketSpecAnalyticsStorageClassAnalysis
|
|
630
|
+
*/
|
|
631
|
+
export interface BucketSpecAnalyticsStorageClassAnalysis {
|
|
632
|
+
/**
|
|
633
|
+
* Container for data related to the storage class analysis for an Amazon S3 bucket for export.
|
|
634
|
+
*
|
|
635
|
+
* @schema BucketSpecAnalyticsStorageClassAnalysis#dataExport
|
|
636
|
+
*/
|
|
637
|
+
readonly dataExport?: BucketSpecAnalyticsStorageClassAnalysisDataExport;
|
|
638
|
+
}
|
|
639
|
+
/**
|
|
640
|
+
* Converts an object of type 'BucketSpecAnalyticsStorageClassAnalysis' to JSON representation.
|
|
641
|
+
*/
|
|
642
|
+
export declare function toJson_BucketSpecAnalyticsStorageClassAnalysis(obj: BucketSpecAnalyticsStorageClassAnalysis | undefined): Record<string, any> | undefined;
|
|
643
|
+
/**
|
|
644
|
+
* Specifies a cross-origin access rule for an Amazon S3 bucket.
|
|
645
|
+
*
|
|
646
|
+
* @schema BucketSpecCorsCorsRules
|
|
647
|
+
*/
|
|
648
|
+
export interface BucketSpecCorsCorsRules {
|
|
649
|
+
/**
|
|
650
|
+
* @schema BucketSpecCorsCorsRules#allowedHeaders
|
|
651
|
+
*/
|
|
652
|
+
readonly allowedHeaders?: string[];
|
|
653
|
+
/**
|
|
654
|
+
* @schema BucketSpecCorsCorsRules#allowedMethods
|
|
655
|
+
*/
|
|
656
|
+
readonly allowedMethods?: string[];
|
|
657
|
+
/**
|
|
658
|
+
* @schema BucketSpecCorsCorsRules#allowedOrigins
|
|
659
|
+
*/
|
|
660
|
+
readonly allowedOrigins?: string[];
|
|
661
|
+
/**
|
|
662
|
+
* @schema BucketSpecCorsCorsRules#exposeHeaders
|
|
663
|
+
*/
|
|
664
|
+
readonly exposeHeaders?: string[];
|
|
665
|
+
/**
|
|
666
|
+
* @schema BucketSpecCorsCorsRules#id
|
|
667
|
+
*/
|
|
668
|
+
readonly id?: string;
|
|
669
|
+
/**
|
|
670
|
+
* @schema BucketSpecCorsCorsRules#maxAgeSeconds
|
|
671
|
+
*/
|
|
672
|
+
readonly maxAgeSeconds?: number;
|
|
673
|
+
}
|
|
674
|
+
/**
|
|
675
|
+
* Converts an object of type 'BucketSpecCorsCorsRules' to JSON representation.
|
|
676
|
+
*/
|
|
677
|
+
export declare function toJson_BucketSpecCorsCorsRules(obj: BucketSpecCorsCorsRules | undefined): Record<string, any> | undefined;
|
|
678
|
+
/**
|
|
679
|
+
* Specifies the default server-side encryption configuration.
|
|
680
|
+
*
|
|
681
|
+
* @schema BucketSpecEncryptionRules
|
|
682
|
+
*/
|
|
683
|
+
export interface BucketSpecEncryptionRules {
|
|
684
|
+
/**
|
|
685
|
+
* Describes the default server-side encryption to apply to new objects in the bucket. If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied. For more information, see PUT Bucket encryption (https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTencryption.html) in the Amazon S3 API Reference.
|
|
686
|
+
*
|
|
687
|
+
* @schema BucketSpecEncryptionRules#applyServerSideEncryptionByDefault
|
|
688
|
+
*/
|
|
689
|
+
readonly applyServerSideEncryptionByDefault?: BucketSpecEncryptionRulesApplyServerSideEncryptionByDefault;
|
|
690
|
+
/**
|
|
691
|
+
* @schema BucketSpecEncryptionRules#bucketKeyEnabled
|
|
692
|
+
*/
|
|
693
|
+
readonly bucketKeyEnabled?: boolean;
|
|
694
|
+
}
|
|
695
|
+
/**
|
|
696
|
+
* Converts an object of type 'BucketSpecEncryptionRules' to JSON representation.
|
|
697
|
+
*/
|
|
698
|
+
export declare function toJson_BucketSpecEncryptionRules(obj: BucketSpecEncryptionRules | undefined): Record<string, any> | undefined;
|
|
699
|
+
/**
|
|
700
|
+
* The Filter is used to identify objects that the S3 Intelligent-Tiering configuration applies to.
|
|
701
|
+
*
|
|
702
|
+
* @schema BucketSpecIntelligentTieringFilter
|
|
703
|
+
*/
|
|
704
|
+
export interface BucketSpecIntelligentTieringFilter {
|
|
705
|
+
/**
|
|
706
|
+
* A container for specifying S3 Intelligent-Tiering filters. The filters determine the subset of objects to which the rule applies.
|
|
707
|
+
*
|
|
708
|
+
* @schema BucketSpecIntelligentTieringFilter#and
|
|
709
|
+
*/
|
|
710
|
+
readonly and?: BucketSpecIntelligentTieringFilterAnd;
|
|
711
|
+
/**
|
|
712
|
+
* @schema BucketSpecIntelligentTieringFilter#prefix
|
|
713
|
+
*/
|
|
714
|
+
readonly prefix?: string;
|
|
715
|
+
/**
|
|
716
|
+
* A container of a key value name pair.
|
|
717
|
+
*
|
|
718
|
+
* @schema BucketSpecIntelligentTieringFilter#tag
|
|
719
|
+
*/
|
|
720
|
+
readonly tag?: BucketSpecIntelligentTieringFilterTag;
|
|
721
|
+
}
|
|
722
|
+
/**
|
|
723
|
+
* Converts an object of type 'BucketSpecIntelligentTieringFilter' to JSON representation.
|
|
724
|
+
*/
|
|
725
|
+
export declare function toJson_BucketSpecIntelligentTieringFilter(obj: BucketSpecIntelligentTieringFilter | undefined): Record<string, any> | undefined;
|
|
726
|
+
/**
|
|
727
|
+
* The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without additional operational overhead.
|
|
728
|
+
*
|
|
729
|
+
* @schema BucketSpecIntelligentTieringTierings
|
|
730
|
+
*/
|
|
731
|
+
export interface BucketSpecIntelligentTieringTierings {
|
|
732
|
+
/**
|
|
733
|
+
* @schema BucketSpecIntelligentTieringTierings#accessTier
|
|
734
|
+
*/
|
|
735
|
+
readonly accessTier?: string;
|
|
736
|
+
/**
|
|
737
|
+
* @schema BucketSpecIntelligentTieringTierings#days
|
|
738
|
+
*/
|
|
739
|
+
readonly days?: number;
|
|
740
|
+
}
|
|
741
|
+
/**
|
|
742
|
+
* Converts an object of type 'BucketSpecIntelligentTieringTierings' to JSON representation.
|
|
743
|
+
*/
|
|
744
|
+
export declare function toJson_BucketSpecIntelligentTieringTierings(obj: BucketSpecIntelligentTieringTierings | undefined): Record<string, any> | undefined;
|
|
745
|
+
/**
|
|
746
|
+
* Specifies the inventory configuration for an Amazon S3 bucket.
|
|
747
|
+
*
|
|
748
|
+
* @schema BucketSpecInventoryDestination
|
|
749
|
+
*/
|
|
750
|
+
export interface BucketSpecInventoryDestination {
|
|
751
|
+
/**
|
|
752
|
+
* Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.
|
|
753
|
+
*
|
|
754
|
+
* @schema BucketSpecInventoryDestination#s3BucketDestination
|
|
755
|
+
*/
|
|
756
|
+
readonly s3BucketDestination?: BucketSpecInventoryDestinationS3BucketDestination;
|
|
757
|
+
}
|
|
758
|
+
/**
|
|
759
|
+
* Converts an object of type 'BucketSpecInventoryDestination' to JSON representation.
|
|
760
|
+
*/
|
|
761
|
+
export declare function toJson_BucketSpecInventoryDestination(obj: BucketSpecInventoryDestination | undefined): Record<string, any> | undefined;
|
|
762
|
+
/**
|
|
763
|
+
* Specifies an inventory filter. The inventory only includes objects that meet the filter's criteria.
|
|
764
|
+
*
|
|
765
|
+
* @schema BucketSpecInventoryFilter
|
|
766
|
+
*/
|
|
767
|
+
export interface BucketSpecInventoryFilter {
|
|
768
|
+
/**
|
|
769
|
+
* @schema BucketSpecInventoryFilter#prefix
|
|
770
|
+
*/
|
|
771
|
+
readonly prefix?: string;
|
|
772
|
+
}
|
|
773
|
+
/**
|
|
774
|
+
* Converts an object of type 'BucketSpecInventoryFilter' to JSON representation.
|
|
775
|
+
*/
|
|
776
|
+
export declare function toJson_BucketSpecInventoryFilter(obj: BucketSpecInventoryFilter | undefined): Record<string, any> | undefined;
|
|
777
|
+
/**
|
|
778
|
+
* Specifies the schedule for generating inventory results.
|
|
779
|
+
*
|
|
780
|
+
* @schema BucketSpecInventorySchedule
|
|
781
|
+
*/
|
|
782
|
+
export interface BucketSpecInventorySchedule {
|
|
783
|
+
/**
|
|
784
|
+
* @schema BucketSpecInventorySchedule#frequency
|
|
785
|
+
*/
|
|
786
|
+
readonly frequency?: string;
|
|
787
|
+
}
|
|
788
|
+
/**
|
|
789
|
+
* Converts an object of type 'BucketSpecInventorySchedule' to JSON representation.
|
|
790
|
+
*/
|
|
791
|
+
export declare function toJson_BucketSpecInventorySchedule(obj: BucketSpecInventorySchedule | undefined): Record<string, any> | undefined;
|
|
792
|
+
/**
|
|
793
|
+
* A lifecycle rule for individual objects in an Amazon S3 bucket.
|
|
794
|
+
*
|
|
795
|
+
* @schema BucketSpecLifecycleRules
|
|
796
|
+
*/
|
|
797
|
+
export interface BucketSpecLifecycleRules {
|
|
798
|
+
/**
|
|
799
|
+
* Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. For more information, see Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Policy (https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html#mpu-abort-incomplete-mpu-lifecycle-config) in the Amazon S3 User Guide.
|
|
800
|
+
*
|
|
801
|
+
* @schema BucketSpecLifecycleRules#abortIncompleteMultipartUpload
|
|
802
|
+
*/
|
|
803
|
+
readonly abortIncompleteMultipartUpload?: BucketSpecLifecycleRulesAbortIncompleteMultipartUpload;
|
|
804
|
+
/**
|
|
805
|
+
* Container for the expiration for the lifecycle of the object.
|
|
806
|
+
*
|
|
807
|
+
* @schema BucketSpecLifecycleRules#expiration
|
|
808
|
+
*/
|
|
809
|
+
readonly expiration?: BucketSpecLifecycleRulesExpiration;
|
|
810
|
+
/**
|
|
811
|
+
* The Filter is used to identify objects that a Lifecycle Rule applies to. A Filter must have exactly one of Prefix, Tag, or And specified.
|
|
812
|
+
*
|
|
813
|
+
* @schema BucketSpecLifecycleRules#filter
|
|
814
|
+
*/
|
|
815
|
+
readonly filter?: BucketSpecLifecycleRulesFilter;
|
|
816
|
+
/**
|
|
817
|
+
* @schema BucketSpecLifecycleRules#id
|
|
818
|
+
*/
|
|
819
|
+
readonly id?: string;
|
|
820
|
+
/**
|
|
821
|
+
* Specifies when noncurrent object versions expire. Upon expiration, Amazon S3 permanently deletes the noncurrent object versions. You set this lifecycle configuration action on a bucket that has versioning enabled (or suspended) to request that Amazon S3 delete noncurrent object versions at a specific period in the object's lifetime.
|
|
822
|
+
*
|
|
823
|
+
* @schema BucketSpecLifecycleRules#noncurrentVersionExpiration
|
|
824
|
+
*/
|
|
825
|
+
readonly noncurrentVersionExpiration?: BucketSpecLifecycleRulesNoncurrentVersionExpiration;
|
|
826
|
+
/**
|
|
827
|
+
* @schema BucketSpecLifecycleRules#noncurrentVersionTransitions
|
|
828
|
+
*/
|
|
829
|
+
readonly noncurrentVersionTransitions?: BucketSpecLifecycleRulesNoncurrentVersionTransitions[];
|
|
830
|
+
/**
|
|
831
|
+
* @schema BucketSpecLifecycleRules#prefix
|
|
832
|
+
*/
|
|
833
|
+
readonly prefix?: string;
|
|
834
|
+
/**
|
|
835
|
+
* @schema BucketSpecLifecycleRules#status
|
|
836
|
+
*/
|
|
837
|
+
readonly status?: string;
|
|
838
|
+
/**
|
|
839
|
+
* @schema BucketSpecLifecycleRules#transitions
|
|
840
|
+
*/
|
|
841
|
+
readonly transitions?: BucketSpecLifecycleRulesTransitions[];
|
|
842
|
+
}
|
|
843
|
+
/**
|
|
844
|
+
* Converts an object of type 'BucketSpecLifecycleRules' to JSON representation.
|
|
845
|
+
*/
|
|
846
|
+
export declare function toJson_BucketSpecLifecycleRules(obj: BucketSpecLifecycleRules | undefined): Record<string, any> | undefined;
|
|
847
|
+
/**
|
|
848
|
+
* Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys for a bucket. For more information, see PUT Bucket logging (https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTlogging.html) in the Amazon S3 API Reference.
|
|
849
|
+
*
|
|
850
|
+
* @schema BucketSpecLoggingLoggingEnabled
|
|
851
|
+
*/
|
|
852
|
+
export interface BucketSpecLoggingLoggingEnabled {
|
|
853
|
+
/**
|
|
854
|
+
* @schema BucketSpecLoggingLoggingEnabled#targetBucket
|
|
855
|
+
*/
|
|
856
|
+
readonly targetBucket?: string;
|
|
857
|
+
/**
|
|
858
|
+
* @schema BucketSpecLoggingLoggingEnabled#targetGrants
|
|
859
|
+
*/
|
|
860
|
+
readonly targetGrants?: BucketSpecLoggingLoggingEnabledTargetGrants[];
|
|
861
|
+
/**
|
|
862
|
+
* @schema BucketSpecLoggingLoggingEnabled#targetPrefix
|
|
863
|
+
*/
|
|
864
|
+
readonly targetPrefix?: string;
|
|
865
|
+
}
|
|
866
|
+
/**
|
|
867
|
+
* Converts an object of type 'BucketSpecLoggingLoggingEnabled' to JSON representation.
|
|
868
|
+
*/
|
|
869
|
+
export declare function toJson_BucketSpecLoggingLoggingEnabled(obj: BucketSpecLoggingLoggingEnabled | undefined): Record<string, any> | undefined;
|
|
870
|
+
/**
|
|
871
|
+
* Specifies a metrics configuration filter. The metrics configuration only includes objects that meet the filter's criteria. A filter must be a prefix, an object tag, an access point ARN, or a conjunction (MetricsAndOperator). For more information, see PutBucketMetricsConfiguration (https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketMetricsConfiguration.html).
|
|
872
|
+
*
|
|
873
|
+
* @schema BucketSpecMetricsFilter
|
|
874
|
+
*/
|
|
875
|
+
export interface BucketSpecMetricsFilter {
|
|
876
|
+
/**
|
|
877
|
+
* @schema BucketSpecMetricsFilter#accessPointARN
|
|
878
|
+
*/
|
|
879
|
+
readonly accessPointArn?: string;
|
|
880
|
+
/**
|
|
881
|
+
* A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates, and an object must match all of the predicates in order for the filter to apply.
|
|
882
|
+
*
|
|
883
|
+
* @schema BucketSpecMetricsFilter#and
|
|
884
|
+
*/
|
|
885
|
+
readonly and?: BucketSpecMetricsFilterAnd;
|
|
886
|
+
/**
|
|
887
|
+
* @schema BucketSpecMetricsFilter#prefix
|
|
888
|
+
*/
|
|
889
|
+
readonly prefix?: string;
|
|
890
|
+
/**
|
|
891
|
+
* A container of a key value name pair.
|
|
892
|
+
*
|
|
893
|
+
* @schema BucketSpecMetricsFilter#tag
|
|
894
|
+
*/
|
|
895
|
+
readonly tag?: BucketSpecMetricsFilterTag;
|
|
896
|
+
}
|
|
897
|
+
/**
|
|
898
|
+
* Converts an object of type 'BucketSpecMetricsFilter' to JSON representation.
|
|
899
|
+
*/
|
|
900
|
+
export declare function toJson_BucketSpecMetricsFilter(obj: BucketSpecMetricsFilter | undefined): Record<string, any> | undefined;
|
|
901
|
+
/**
|
|
902
|
+
* A container for specifying the configuration for Lambda notifications.
|
|
903
|
+
*
|
|
904
|
+
* @schema BucketSpecNotificationLambdaFunctionConfigurations
|
|
905
|
+
*/
|
|
906
|
+
export interface BucketSpecNotificationLambdaFunctionConfigurations {
|
|
907
|
+
/**
|
|
908
|
+
* @schema BucketSpecNotificationLambdaFunctionConfigurations#events
|
|
909
|
+
*/
|
|
910
|
+
readonly events?: string[];
|
|
911
|
+
/**
|
|
912
|
+
* Specifies object key name filtering rules. For information about key name filtering, see Configuring Event Notifications (https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html) in the Amazon S3 User Guide.
|
|
913
|
+
*
|
|
914
|
+
* @schema BucketSpecNotificationLambdaFunctionConfigurations#filter
|
|
915
|
+
*/
|
|
916
|
+
readonly filter?: BucketSpecNotificationLambdaFunctionConfigurationsFilter;
|
|
917
|
+
/**
|
|
918
|
+
* An optional unique identifier for configurations in a notification configuration. If you don't provide one, Amazon S3 will assign an ID.
|
|
919
|
+
*
|
|
920
|
+
* @schema BucketSpecNotificationLambdaFunctionConfigurations#id
|
|
921
|
+
*/
|
|
922
|
+
readonly id?: string;
|
|
923
|
+
/**
|
|
924
|
+
* @schema BucketSpecNotificationLambdaFunctionConfigurations#lambdaFunctionARN
|
|
925
|
+
*/
|
|
926
|
+
readonly lambdaFunctionArn?: string;
|
|
927
|
+
}
|
|
928
|
+
/**
|
|
929
|
+
* Converts an object of type 'BucketSpecNotificationLambdaFunctionConfigurations' to JSON representation.
|
|
930
|
+
*/
|
|
931
|
+
export declare function toJson_BucketSpecNotificationLambdaFunctionConfigurations(obj: BucketSpecNotificationLambdaFunctionConfigurations | undefined): Record<string, any> | undefined;
|
|
932
|
+
/**
|
|
933
|
+
* Specifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.
|
|
934
|
+
*
|
|
935
|
+
* @schema BucketSpecNotificationQueueConfigurations
|
|
936
|
+
*/
|
|
937
|
+
export interface BucketSpecNotificationQueueConfigurations {
|
|
938
|
+
/**
|
|
939
|
+
* @schema BucketSpecNotificationQueueConfigurations#events
|
|
940
|
+
*/
|
|
941
|
+
readonly events?: string[];
|
|
942
|
+
/**
|
|
943
|
+
* Specifies object key name filtering rules. For information about key name filtering, see Configuring Event Notifications (https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html) in the Amazon S3 User Guide.
|
|
944
|
+
*
|
|
945
|
+
* @schema BucketSpecNotificationQueueConfigurations#filter
|
|
946
|
+
*/
|
|
947
|
+
readonly filter?: BucketSpecNotificationQueueConfigurationsFilter;
|
|
948
|
+
/**
|
|
949
|
+
* An optional unique identifier for configurations in a notification configuration. If you don't provide one, Amazon S3 will assign an ID.
|
|
950
|
+
*
|
|
951
|
+
* @schema BucketSpecNotificationQueueConfigurations#id
|
|
952
|
+
*/
|
|
953
|
+
readonly id?: string;
|
|
954
|
+
/**
|
|
955
|
+
* @schema BucketSpecNotificationQueueConfigurations#queueARN
|
|
956
|
+
*/
|
|
957
|
+
readonly queueArn?: string;
|
|
958
|
+
}
|
|
959
|
+
/**
|
|
960
|
+
* Converts an object of type 'BucketSpecNotificationQueueConfigurations' to JSON representation.
|
|
961
|
+
*/
|
|
962
|
+
export declare function toJson_BucketSpecNotificationQueueConfigurations(obj: BucketSpecNotificationQueueConfigurations | undefined): Record<string, any> | undefined;
|
|
963
|
+
/**
|
|
964
|
+
* A container for specifying the configuration for publication of messages to an Amazon Simple Notification Service (Amazon SNS) topic when Amazon S3 detects specified events.
|
|
965
|
+
*
|
|
966
|
+
* @schema BucketSpecNotificationTopicConfigurations
|
|
967
|
+
*/
|
|
968
|
+
export interface BucketSpecNotificationTopicConfigurations {
|
|
969
|
+
/**
|
|
970
|
+
* @schema BucketSpecNotificationTopicConfigurations#events
|
|
971
|
+
*/
|
|
972
|
+
readonly events?: string[];
|
|
973
|
+
/**
|
|
974
|
+
* Specifies object key name filtering rules. For information about key name filtering, see Configuring Event Notifications (https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html) in the Amazon S3 User Guide.
|
|
975
|
+
*
|
|
976
|
+
* @schema BucketSpecNotificationTopicConfigurations#filter
|
|
977
|
+
*/
|
|
978
|
+
readonly filter?: BucketSpecNotificationTopicConfigurationsFilter;
|
|
979
|
+
/**
|
|
980
|
+
* An optional unique identifier for configurations in a notification configuration. If you don't provide one, Amazon S3 will assign an ID.
|
|
981
|
+
*
|
|
982
|
+
* @schema BucketSpecNotificationTopicConfigurations#id
|
|
983
|
+
*/
|
|
984
|
+
readonly id?: string;
|
|
985
|
+
/**
|
|
986
|
+
* @schema BucketSpecNotificationTopicConfigurations#topicARN
|
|
987
|
+
*/
|
|
988
|
+
readonly topicArn?: string;
|
|
989
|
+
}
|
|
990
|
+
/**
|
|
991
|
+
* Converts an object of type 'BucketSpecNotificationTopicConfigurations' to JSON representation.
|
|
992
|
+
*/
|
|
993
|
+
export declare function toJson_BucketSpecNotificationTopicConfigurations(obj: BucketSpecNotificationTopicConfigurations | undefined): Record<string, any> | undefined;
|
|
994
|
+
/**
|
|
995
|
+
* The container element for an ownership control rule.
|
|
996
|
+
*
|
|
997
|
+
* @schema BucketSpecOwnershipControlsRules
|
|
998
|
+
*/
|
|
999
|
+
export interface BucketSpecOwnershipControlsRules {
|
|
1000
|
+
/**
|
|
1001
|
+
* The container element for object ownership for a bucket's ownership controls.
|
|
1002
|
+
* BucketOwnerPreferred - Objects uploaded to the bucket change ownership to the bucket owner if the objects are uploaded with the bucket-owner-full-control canned ACL.
|
|
1003
|
+
* ObjectWriter - The uploading account will own the object if the object is uploaded with the bucket-owner-full-control canned ACL.
|
|
1004
|
+
*
|
|
1005
|
+
* @schema BucketSpecOwnershipControlsRules#objectOwnership
|
|
1006
|
+
*/
|
|
1007
|
+
readonly objectOwnership?: string;
|
|
1008
|
+
}
|
|
1009
|
+
/**
|
|
1010
|
+
* Converts an object of type 'BucketSpecOwnershipControlsRules' to JSON representation.
|
|
1011
|
+
*/
|
|
1012
|
+
export declare function toJson_BucketSpecOwnershipControlsRules(obj: BucketSpecOwnershipControlsRules | undefined): Record<string, any> | undefined;
|
|
1013
|
+
/**
|
|
1014
|
+
* Specifies which Amazon S3 objects to replicate and where to store the replicas.
|
|
1015
|
+
*
|
|
1016
|
+
* @schema BucketSpecReplicationRules
|
|
1017
|
+
*/
|
|
1018
|
+
export interface BucketSpecReplicationRules {
|
|
1019
|
+
/**
|
|
1020
|
+
* Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration (https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-add-config.html#replication-config-min-rule-config).
|
|
1021
|
+
* For more information about delete marker replication, see Basic Rule Configuration (https://docs.aws.amazon.com/AmazonS3/latest/dev/delete-marker-replication.html).
|
|
1022
|
+
* If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility (https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-add-config.html#replication-backward-compat-considerations).
|
|
1023
|
+
*
|
|
1024
|
+
* @schema BucketSpecReplicationRules#deleteMarkerReplication
|
|
1025
|
+
*/
|
|
1026
|
+
readonly deleteMarkerReplication?: BucketSpecReplicationRulesDeleteMarkerReplication;
|
|
1027
|
+
/**
|
|
1028
|
+
* Specifies information about where to publish analysis or configuration results for an Amazon S3 bucket and S3 Replication Time Control (S3 RTC).
|
|
1029
|
+
*
|
|
1030
|
+
* @schema BucketSpecReplicationRules#destination
|
|
1031
|
+
*/
|
|
1032
|
+
readonly destination?: BucketSpecReplicationRulesDestination;
|
|
1033
|
+
/**
|
|
1034
|
+
* Optional configuration to replicate existing source bucket objects. For more information, see Replicating Existing Objects (https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-what-is-isnot-replicated.html#existing-object-replication) in the Amazon S3 User Guide.
|
|
1035
|
+
*
|
|
1036
|
+
* @schema BucketSpecReplicationRules#existingObjectReplication
|
|
1037
|
+
*/
|
|
1038
|
+
readonly existingObjectReplication?: BucketSpecReplicationRulesExistingObjectReplication;
|
|
1039
|
+
/**
|
|
1040
|
+
* A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, Tag, or an And child element.
|
|
1041
|
+
*
|
|
1042
|
+
* @schema BucketSpecReplicationRules#filter
|
|
1043
|
+
*/
|
|
1044
|
+
readonly filter?: BucketSpecReplicationRulesFilter;
|
|
1045
|
+
/**
|
|
1046
|
+
* @schema BucketSpecReplicationRules#id
|
|
1047
|
+
*/
|
|
1048
|
+
readonly id?: string;
|
|
1049
|
+
/**
|
|
1050
|
+
* @schema BucketSpecReplicationRules#prefix
|
|
1051
|
+
*/
|
|
1052
|
+
readonly prefix?: string;
|
|
1053
|
+
/**
|
|
1054
|
+
* @schema BucketSpecReplicationRules#priority
|
|
1055
|
+
*/
|
|
1056
|
+
readonly priority?: number;
|
|
1057
|
+
/**
|
|
1058
|
+
* A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects. Currently, Amazon S3 supports only the filter that you can specify for objects created with server-side encryption using a customer managed key stored in Amazon Web Services Key Management Service (SSE-KMS).
|
|
1059
|
+
*
|
|
1060
|
+
* @schema BucketSpecReplicationRules#sourceSelectionCriteria
|
|
1061
|
+
*/
|
|
1062
|
+
readonly sourceSelectionCriteria?: BucketSpecReplicationRulesSourceSelectionCriteria;
|
|
1063
|
+
/**
|
|
1064
|
+
* @schema BucketSpecReplicationRules#status
|
|
1065
|
+
*/
|
|
1066
|
+
readonly status?: string;
|
|
1067
|
+
}
|
|
1068
|
+
/**
|
|
1069
|
+
* Converts an object of type 'BucketSpecReplicationRules' to JSON representation.
|
|
1070
|
+
*/
|
|
1071
|
+
export declare function toJson_BucketSpecReplicationRules(obj: BucketSpecReplicationRules | undefined): Record<string, any> | undefined;
|
|
1072
|
+
/**
|
|
1073
|
+
* A container of a key value name pair.
|
|
1074
|
+
*
|
|
1075
|
+
* @schema BucketSpecTaggingTagSet
|
|
1076
|
+
*/
|
|
1077
|
+
export interface BucketSpecTaggingTagSet {
|
|
1078
|
+
/**
|
|
1079
|
+
* @schema BucketSpecTaggingTagSet#key
|
|
1080
|
+
*/
|
|
1081
|
+
readonly key?: string;
|
|
1082
|
+
/**
|
|
1083
|
+
* @schema BucketSpecTaggingTagSet#value
|
|
1084
|
+
*/
|
|
1085
|
+
readonly value?: string;
|
|
1086
|
+
}
|
|
1087
|
+
/**
|
|
1088
|
+
* Converts an object of type 'BucketSpecTaggingTagSet' to JSON representation.
|
|
1089
|
+
*/
|
|
1090
|
+
export declare function toJson_BucketSpecTaggingTagSet(obj: BucketSpecTaggingTagSet | undefined): Record<string, any> | undefined;
|
|
1091
|
+
/**
|
|
1092
|
+
* The error information.
|
|
1093
|
+
*
|
|
1094
|
+
* @schema BucketSpecWebsiteErrorDocument
|
|
1095
|
+
*/
|
|
1096
|
+
export interface BucketSpecWebsiteErrorDocument {
|
|
1097
|
+
/**
|
|
1098
|
+
* @schema BucketSpecWebsiteErrorDocument#key
|
|
1099
|
+
*/
|
|
1100
|
+
readonly key?: string;
|
|
1101
|
+
}
|
|
1102
|
+
/**
|
|
1103
|
+
* Converts an object of type 'BucketSpecWebsiteErrorDocument' to JSON representation.
|
|
1104
|
+
*/
|
|
1105
|
+
export declare function toJson_BucketSpecWebsiteErrorDocument(obj: BucketSpecWebsiteErrorDocument | undefined): Record<string, any> | undefined;
|
|
1106
|
+
/**
|
|
1107
|
+
* Container for the Suffix element.
|
|
1108
|
+
*
|
|
1109
|
+
* @schema BucketSpecWebsiteIndexDocument
|
|
1110
|
+
*/
|
|
1111
|
+
export interface BucketSpecWebsiteIndexDocument {
|
|
1112
|
+
/**
|
|
1113
|
+
* @schema BucketSpecWebsiteIndexDocument#suffix
|
|
1114
|
+
*/
|
|
1115
|
+
readonly suffix?: string;
|
|
1116
|
+
}
|
|
1117
|
+
/**
|
|
1118
|
+
* Converts an object of type 'BucketSpecWebsiteIndexDocument' to JSON representation.
|
|
1119
|
+
*/
|
|
1120
|
+
export declare function toJson_BucketSpecWebsiteIndexDocument(obj: BucketSpecWebsiteIndexDocument | undefined): Record<string, any> | undefined;
|
|
1121
|
+
/**
|
|
1122
|
+
* Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.
|
|
1123
|
+
*
|
|
1124
|
+
* @schema BucketSpecWebsiteRedirectAllRequestsTo
|
|
1125
|
+
*/
|
|
1126
|
+
export interface BucketSpecWebsiteRedirectAllRequestsTo {
|
|
1127
|
+
/**
|
|
1128
|
+
* @schema BucketSpecWebsiteRedirectAllRequestsTo#hostName
|
|
1129
|
+
*/
|
|
1130
|
+
readonly hostName?: string;
|
|
1131
|
+
/**
|
|
1132
|
+
* @schema BucketSpecWebsiteRedirectAllRequestsTo#protocol
|
|
1133
|
+
*/
|
|
1134
|
+
readonly protocol?: string;
|
|
1135
|
+
}
|
|
1136
|
+
/**
|
|
1137
|
+
* Converts an object of type 'BucketSpecWebsiteRedirectAllRequestsTo' to JSON representation.
|
|
1138
|
+
*/
|
|
1139
|
+
export declare function toJson_BucketSpecWebsiteRedirectAllRequestsTo(obj: BucketSpecWebsiteRedirectAllRequestsTo | undefined): Record<string, any> | undefined;
|
|
1140
|
+
/**
|
|
1141
|
+
* Specifies the redirect behavior and when a redirect is applied. For more information about routing rules, see Configuring advanced conditional redirects (https://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html#advanced-conditional-redirects) in the Amazon S3 User Guide.
|
|
1142
|
+
*
|
|
1143
|
+
* @schema BucketSpecWebsiteRoutingRules
|
|
1144
|
+
*/
|
|
1145
|
+
export interface BucketSpecWebsiteRoutingRules {
|
|
1146
|
+
/**
|
|
1147
|
+
* A container for describing a condition that must be met for the specified redirect to apply. For example, 1. If request is for pages in the /docs folder, redirect to the /documents folder. 2. If request results in HTTP error 4xx, redirect request to another host where you might process the error.
|
|
1148
|
+
*
|
|
1149
|
+
* @schema BucketSpecWebsiteRoutingRules#condition
|
|
1150
|
+
*/
|
|
1151
|
+
readonly condition?: BucketSpecWebsiteRoutingRulesCondition;
|
|
1152
|
+
/**
|
|
1153
|
+
* Specifies how requests are redirected. In the event of an error, you can specify a different error code to return.
|
|
1154
|
+
*
|
|
1155
|
+
* @schema BucketSpecWebsiteRoutingRules#redirect
|
|
1156
|
+
*/
|
|
1157
|
+
readonly redirect?: BucketSpecWebsiteRoutingRulesRedirect;
|
|
1158
|
+
}
|
|
1159
|
+
/**
|
|
1160
|
+
* Converts an object of type 'BucketSpecWebsiteRoutingRules' to JSON representation.
|
|
1161
|
+
*/
|
|
1162
|
+
export declare function toJson_BucketSpecWebsiteRoutingRules(obj: BucketSpecWebsiteRoutingRules | undefined): Record<string, any> | undefined;
|
|
1163
|
+
/**
|
|
1164
|
+
* A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates in any combination, and an object must match all of the predicates for the filter to apply.
|
|
1165
|
+
*
|
|
1166
|
+
* @schema BucketSpecAnalyticsFilterAnd
|
|
1167
|
+
*/
|
|
1168
|
+
export interface BucketSpecAnalyticsFilterAnd {
|
|
1169
|
+
/**
|
|
1170
|
+
* @schema BucketSpecAnalyticsFilterAnd#prefix
|
|
1171
|
+
*/
|
|
1172
|
+
readonly prefix?: string;
|
|
1173
|
+
/**
|
|
1174
|
+
* @schema BucketSpecAnalyticsFilterAnd#tags
|
|
1175
|
+
*/
|
|
1176
|
+
readonly tags?: BucketSpecAnalyticsFilterAndTags[];
|
|
1177
|
+
}
|
|
1178
|
+
/**
|
|
1179
|
+
* Converts an object of type 'BucketSpecAnalyticsFilterAnd' to JSON representation.
|
|
1180
|
+
*/
|
|
1181
|
+
export declare function toJson_BucketSpecAnalyticsFilterAnd(obj: BucketSpecAnalyticsFilterAnd | undefined): Record<string, any> | undefined;
|
|
1182
|
+
/**
|
|
1183
|
+
* A container of a key value name pair.
|
|
1184
|
+
*
|
|
1185
|
+
* @schema BucketSpecAnalyticsFilterTag
|
|
1186
|
+
*/
|
|
1187
|
+
export interface BucketSpecAnalyticsFilterTag {
|
|
1188
|
+
/**
|
|
1189
|
+
* @schema BucketSpecAnalyticsFilterTag#key
|
|
1190
|
+
*/
|
|
1191
|
+
readonly key?: string;
|
|
1192
|
+
/**
|
|
1193
|
+
* @schema BucketSpecAnalyticsFilterTag#value
|
|
1194
|
+
*/
|
|
1195
|
+
readonly value?: string;
|
|
1196
|
+
}
|
|
1197
|
+
/**
|
|
1198
|
+
* Converts an object of type 'BucketSpecAnalyticsFilterTag' to JSON representation.
|
|
1199
|
+
*/
|
|
1200
|
+
export declare function toJson_BucketSpecAnalyticsFilterTag(obj: BucketSpecAnalyticsFilterTag | undefined): Record<string, any> | undefined;
|
|
1201
|
+
/**
|
|
1202
|
+
* Container for data related to the storage class analysis for an Amazon S3 bucket for export.
|
|
1203
|
+
*
|
|
1204
|
+
* @schema BucketSpecAnalyticsStorageClassAnalysisDataExport
|
|
1205
|
+
*/
|
|
1206
|
+
export interface BucketSpecAnalyticsStorageClassAnalysisDataExport {
|
|
1207
|
+
/**
|
|
1208
|
+
* Where to publish the analytics results.
|
|
1209
|
+
*
|
|
1210
|
+
* @schema BucketSpecAnalyticsStorageClassAnalysisDataExport#destination
|
|
1211
|
+
*/
|
|
1212
|
+
readonly destination?: BucketSpecAnalyticsStorageClassAnalysisDataExportDestination;
|
|
1213
|
+
/**
|
|
1214
|
+
* @schema BucketSpecAnalyticsStorageClassAnalysisDataExport#outputSchemaVersion
|
|
1215
|
+
*/
|
|
1216
|
+
readonly outputSchemaVersion?: string;
|
|
1217
|
+
}
|
|
1218
|
+
/**
|
|
1219
|
+
* Converts an object of type 'BucketSpecAnalyticsStorageClassAnalysisDataExport' to JSON representation.
|
|
1220
|
+
*/
|
|
1221
|
+
export declare function toJson_BucketSpecAnalyticsStorageClassAnalysisDataExport(obj: BucketSpecAnalyticsStorageClassAnalysisDataExport | undefined): Record<string, any> | undefined;
|
|
1222
|
+
/**
|
|
1223
|
+
* Describes the default server-side encryption to apply to new objects in the bucket. If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied. For more information, see PUT Bucket encryption (https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTencryption.html) in the Amazon S3 API Reference.
|
|
1224
|
+
*
|
|
1225
|
+
* @schema BucketSpecEncryptionRulesApplyServerSideEncryptionByDefault
|
|
1226
|
+
*/
|
|
1227
|
+
export interface BucketSpecEncryptionRulesApplyServerSideEncryptionByDefault {
|
|
1228
|
+
/**
|
|
1229
|
+
* @schema BucketSpecEncryptionRulesApplyServerSideEncryptionByDefault#kmsMasterKeyID
|
|
1230
|
+
*/
|
|
1231
|
+
readonly kmsMasterKeyId?: string;
|
|
1232
|
+
/**
|
|
1233
|
+
* @schema BucketSpecEncryptionRulesApplyServerSideEncryptionByDefault#sseAlgorithm
|
|
1234
|
+
*/
|
|
1235
|
+
readonly sseAlgorithm?: string;
|
|
1236
|
+
}
|
|
1237
|
+
/**
|
|
1238
|
+
* Converts an object of type 'BucketSpecEncryptionRulesApplyServerSideEncryptionByDefault' to JSON representation.
|
|
1239
|
+
*/
|
|
1240
|
+
export declare function toJson_BucketSpecEncryptionRulesApplyServerSideEncryptionByDefault(obj: BucketSpecEncryptionRulesApplyServerSideEncryptionByDefault | undefined): Record<string, any> | undefined;
|
|
1241
|
+
/**
|
|
1242
|
+
* A container for specifying S3 Intelligent-Tiering filters. The filters determine the subset of objects to which the rule applies.
|
|
1243
|
+
*
|
|
1244
|
+
* @schema BucketSpecIntelligentTieringFilterAnd
|
|
1245
|
+
*/
|
|
1246
|
+
export interface BucketSpecIntelligentTieringFilterAnd {
|
|
1247
|
+
/**
|
|
1248
|
+
* @schema BucketSpecIntelligentTieringFilterAnd#prefix
|
|
1249
|
+
*/
|
|
1250
|
+
readonly prefix?: string;
|
|
1251
|
+
/**
|
|
1252
|
+
* @schema BucketSpecIntelligentTieringFilterAnd#tags
|
|
1253
|
+
*/
|
|
1254
|
+
readonly tags?: BucketSpecIntelligentTieringFilterAndTags[];
|
|
1255
|
+
}
|
|
1256
|
+
/**
|
|
1257
|
+
* Converts an object of type 'BucketSpecIntelligentTieringFilterAnd' to JSON representation.
|
|
1258
|
+
*/
|
|
1259
|
+
export declare function toJson_BucketSpecIntelligentTieringFilterAnd(obj: BucketSpecIntelligentTieringFilterAnd | undefined): Record<string, any> | undefined;
|
|
1260
|
+
/**
|
|
1261
|
+
* A container of a key value name pair.
|
|
1262
|
+
*
|
|
1263
|
+
* @schema BucketSpecIntelligentTieringFilterTag
|
|
1264
|
+
*/
|
|
1265
|
+
export interface BucketSpecIntelligentTieringFilterTag {
|
|
1266
|
+
/**
|
|
1267
|
+
* @schema BucketSpecIntelligentTieringFilterTag#key
|
|
1268
|
+
*/
|
|
1269
|
+
readonly key?: string;
|
|
1270
|
+
/**
|
|
1271
|
+
* @schema BucketSpecIntelligentTieringFilterTag#value
|
|
1272
|
+
*/
|
|
1273
|
+
readonly value?: string;
|
|
1274
|
+
}
|
|
1275
|
+
/**
|
|
1276
|
+
* Converts an object of type 'BucketSpecIntelligentTieringFilterTag' to JSON representation.
|
|
1277
|
+
*/
|
|
1278
|
+
export declare function toJson_BucketSpecIntelligentTieringFilterTag(obj: BucketSpecIntelligentTieringFilterTag | undefined): Record<string, any> | undefined;
|
|
1279
|
+
/**
|
|
1280
|
+
* Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.
|
|
1281
|
+
*
|
|
1282
|
+
* @schema BucketSpecInventoryDestinationS3BucketDestination
|
|
1283
|
+
*/
|
|
1284
|
+
export interface BucketSpecInventoryDestinationS3BucketDestination {
|
|
1285
|
+
/**
|
|
1286
|
+
* @schema BucketSpecInventoryDestinationS3BucketDestination#accountID
|
|
1287
|
+
*/
|
|
1288
|
+
readonly accountId?: string;
|
|
1289
|
+
/**
|
|
1290
|
+
* @schema BucketSpecInventoryDestinationS3BucketDestination#bucket
|
|
1291
|
+
*/
|
|
1292
|
+
readonly bucket?: string;
|
|
1293
|
+
/**
|
|
1294
|
+
* Contains the type of server-side encryption used to encrypt the inventory results.
|
|
1295
|
+
*
|
|
1296
|
+
* @schema BucketSpecInventoryDestinationS3BucketDestination#encryption
|
|
1297
|
+
*/
|
|
1298
|
+
readonly encryption?: BucketSpecInventoryDestinationS3BucketDestinationEncryption;
|
|
1299
|
+
/**
|
|
1300
|
+
* @schema BucketSpecInventoryDestinationS3BucketDestination#format
|
|
1301
|
+
*/
|
|
1302
|
+
readonly format?: string;
|
|
1303
|
+
/**
|
|
1304
|
+
* @schema BucketSpecInventoryDestinationS3BucketDestination#prefix
|
|
1305
|
+
*/
|
|
1306
|
+
readonly prefix?: string;
|
|
1307
|
+
}
|
|
1308
|
+
/**
|
|
1309
|
+
* Converts an object of type 'BucketSpecInventoryDestinationS3BucketDestination' to JSON representation.
|
|
1310
|
+
*/
|
|
1311
|
+
export declare function toJson_BucketSpecInventoryDestinationS3BucketDestination(obj: BucketSpecInventoryDestinationS3BucketDestination | undefined): Record<string, any> | undefined;
|
|
1312
|
+
/**
|
|
1313
|
+
* Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. For more information, see Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Policy (https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html#mpu-abort-incomplete-mpu-lifecycle-config) in the Amazon S3 User Guide.
|
|
1314
|
+
*
|
|
1315
|
+
* @schema BucketSpecLifecycleRulesAbortIncompleteMultipartUpload
|
|
1316
|
+
*/
|
|
1317
|
+
export interface BucketSpecLifecycleRulesAbortIncompleteMultipartUpload {
|
|
1318
|
+
/**
|
|
1319
|
+
* @schema BucketSpecLifecycleRulesAbortIncompleteMultipartUpload#daysAfterInitiation
|
|
1320
|
+
*/
|
|
1321
|
+
readonly daysAfterInitiation?: number;
|
|
1322
|
+
}
|
|
1323
|
+
/**
|
|
1324
|
+
* Converts an object of type 'BucketSpecLifecycleRulesAbortIncompleteMultipartUpload' to JSON representation.
|
|
1325
|
+
*/
|
|
1326
|
+
export declare function toJson_BucketSpecLifecycleRulesAbortIncompleteMultipartUpload(obj: BucketSpecLifecycleRulesAbortIncompleteMultipartUpload | undefined): Record<string, any> | undefined;
|
|
1327
|
+
/**
|
|
1328
|
+
* Container for the expiration for the lifecycle of the object.
|
|
1329
|
+
*
|
|
1330
|
+
* @schema BucketSpecLifecycleRulesExpiration
|
|
1331
|
+
*/
|
|
1332
|
+
export interface BucketSpecLifecycleRulesExpiration {
|
|
1333
|
+
/**
|
|
1334
|
+
* @schema BucketSpecLifecycleRulesExpiration#date
|
|
1335
|
+
*/
|
|
1336
|
+
readonly date?: Date;
|
|
1337
|
+
/**
|
|
1338
|
+
* @schema BucketSpecLifecycleRulesExpiration#days
|
|
1339
|
+
*/
|
|
1340
|
+
readonly days?: number;
|
|
1341
|
+
/**
|
|
1342
|
+
* @schema BucketSpecLifecycleRulesExpiration#expiredObjectDeleteMarker
|
|
1343
|
+
*/
|
|
1344
|
+
readonly expiredObjectDeleteMarker?: boolean;
|
|
1345
|
+
}
|
|
1346
|
+
/**
|
|
1347
|
+
* Converts an object of type 'BucketSpecLifecycleRulesExpiration' to JSON representation.
|
|
1348
|
+
*/
|
|
1349
|
+
export declare function toJson_BucketSpecLifecycleRulesExpiration(obj: BucketSpecLifecycleRulesExpiration | undefined): Record<string, any> | undefined;
|
|
1350
|
+
/**
|
|
1351
|
+
* The Filter is used to identify objects that a Lifecycle Rule applies to. A Filter must have exactly one of Prefix, Tag, or And specified.
|
|
1352
|
+
*
|
|
1353
|
+
* @schema BucketSpecLifecycleRulesFilter
|
|
1354
|
+
*/
|
|
1355
|
+
export interface BucketSpecLifecycleRulesFilter {
|
|
1356
|
+
/**
|
|
1357
|
+
* This is used in a Lifecycle Rule Filter to apply a logical AND to two or more predicates. The Lifecycle Rule will apply to any object matching all of the predicates configured inside the And operator.
|
|
1358
|
+
*
|
|
1359
|
+
* @schema BucketSpecLifecycleRulesFilter#and
|
|
1360
|
+
*/
|
|
1361
|
+
readonly and?: BucketSpecLifecycleRulesFilterAnd;
|
|
1362
|
+
/**
|
|
1363
|
+
* @schema BucketSpecLifecycleRulesFilter#prefix
|
|
1364
|
+
*/
|
|
1365
|
+
readonly prefix?: string;
|
|
1366
|
+
/**
|
|
1367
|
+
* A container of a key value name pair.
|
|
1368
|
+
*
|
|
1369
|
+
* @schema BucketSpecLifecycleRulesFilter#tag
|
|
1370
|
+
*/
|
|
1371
|
+
readonly tag?: BucketSpecLifecycleRulesFilterTag;
|
|
1372
|
+
}
|
|
1373
|
+
/**
|
|
1374
|
+
* Converts an object of type 'BucketSpecLifecycleRulesFilter' to JSON representation.
|
|
1375
|
+
*/
|
|
1376
|
+
export declare function toJson_BucketSpecLifecycleRulesFilter(obj: BucketSpecLifecycleRulesFilter | undefined): Record<string, any> | undefined;
|
|
1377
|
+
/**
|
|
1378
|
+
* Specifies when noncurrent object versions expire. Upon expiration, Amazon S3 permanently deletes the noncurrent object versions. You set this lifecycle configuration action on a bucket that has versioning enabled (or suspended) to request that Amazon S3 delete noncurrent object versions at a specific period in the object's lifetime.
|
|
1379
|
+
*
|
|
1380
|
+
* @schema BucketSpecLifecycleRulesNoncurrentVersionExpiration
|
|
1381
|
+
*/
|
|
1382
|
+
export interface BucketSpecLifecycleRulesNoncurrentVersionExpiration {
|
|
1383
|
+
/**
|
|
1384
|
+
* @schema BucketSpecLifecycleRulesNoncurrentVersionExpiration#noncurrentDays
|
|
1385
|
+
*/
|
|
1386
|
+
readonly noncurrentDays?: number;
|
|
1387
|
+
}
|
|
1388
|
+
/**
|
|
1389
|
+
* Converts an object of type 'BucketSpecLifecycleRulesNoncurrentVersionExpiration' to JSON representation.
|
|
1390
|
+
*/
|
|
1391
|
+
export declare function toJson_BucketSpecLifecycleRulesNoncurrentVersionExpiration(obj: BucketSpecLifecycleRulesNoncurrentVersionExpiration | undefined): Record<string, any> | undefined;
|
|
1392
|
+
/**
|
|
1393
|
+
* Container for the transition rule that describes when noncurrent objects transition to the STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, or DEEP_ARCHIVE storage class. If your bucket is versioning-enabled (or versioning is suspended), you can set this action to request that Amazon S3 transition noncurrent object versions to the STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, or DEEP_ARCHIVE storage class at a specific period in the object's lifetime.
|
|
1394
|
+
*
|
|
1395
|
+
* @schema BucketSpecLifecycleRulesNoncurrentVersionTransitions
|
|
1396
|
+
*/
|
|
1397
|
+
export interface BucketSpecLifecycleRulesNoncurrentVersionTransitions {
|
|
1398
|
+
/**
|
|
1399
|
+
* @schema BucketSpecLifecycleRulesNoncurrentVersionTransitions#noncurrentDays
|
|
1400
|
+
*/
|
|
1401
|
+
readonly noncurrentDays?: number;
|
|
1402
|
+
/**
|
|
1403
|
+
* @schema BucketSpecLifecycleRulesNoncurrentVersionTransitions#storageClass
|
|
1404
|
+
*/
|
|
1405
|
+
readonly storageClass?: string;
|
|
1406
|
+
}
|
|
1407
|
+
/**
|
|
1408
|
+
* Converts an object of type 'BucketSpecLifecycleRulesNoncurrentVersionTransitions' to JSON representation.
|
|
1409
|
+
*/
|
|
1410
|
+
export declare function toJson_BucketSpecLifecycleRulesNoncurrentVersionTransitions(obj: BucketSpecLifecycleRulesNoncurrentVersionTransitions | undefined): Record<string, any> | undefined;
|
|
1411
|
+
/**
|
|
1412
|
+
* Specifies when an object transitions to a specified storage class. For more information about Amazon S3 lifecycle configuration rules, see Transitioning Objects Using Amazon S3 Lifecycle (https://docs.aws.amazon.com/AmazonS3/latest/dev/lifecycle-transition-general-considerations.html) in the Amazon S3 User Guide.
|
|
1413
|
+
*
|
|
1414
|
+
* @schema BucketSpecLifecycleRulesTransitions
|
|
1415
|
+
*/
|
|
1416
|
+
export interface BucketSpecLifecycleRulesTransitions {
|
|
1417
|
+
/**
|
|
1418
|
+
* @schema BucketSpecLifecycleRulesTransitions#date
|
|
1419
|
+
*/
|
|
1420
|
+
readonly date?: Date;
|
|
1421
|
+
/**
|
|
1422
|
+
* @schema BucketSpecLifecycleRulesTransitions#days
|
|
1423
|
+
*/
|
|
1424
|
+
readonly days?: number;
|
|
1425
|
+
/**
|
|
1426
|
+
* @schema BucketSpecLifecycleRulesTransitions#storageClass
|
|
1427
|
+
*/
|
|
1428
|
+
readonly storageClass?: string;
|
|
1429
|
+
}
|
|
1430
|
+
/**
|
|
1431
|
+
* Converts an object of type 'BucketSpecLifecycleRulesTransitions' to JSON representation.
|
|
1432
|
+
*/
|
|
1433
|
+
export declare function toJson_BucketSpecLifecycleRulesTransitions(obj: BucketSpecLifecycleRulesTransitions | undefined): Record<string, any> | undefined;
|
|
1434
|
+
/**
|
|
1435
|
+
* Container for granting information.
|
|
1436
|
+
*
|
|
1437
|
+
* @schema BucketSpecLoggingLoggingEnabledTargetGrants
|
|
1438
|
+
*/
|
|
1439
|
+
export interface BucketSpecLoggingLoggingEnabledTargetGrants {
|
|
1440
|
+
/**
|
|
1441
|
+
* Container for the person being granted permissions.
|
|
1442
|
+
*
|
|
1443
|
+
* @schema BucketSpecLoggingLoggingEnabledTargetGrants#grantee
|
|
1444
|
+
*/
|
|
1445
|
+
readonly grantee?: BucketSpecLoggingLoggingEnabledTargetGrantsGrantee;
|
|
1446
|
+
/**
|
|
1447
|
+
* @schema BucketSpecLoggingLoggingEnabledTargetGrants#permission
|
|
1448
|
+
*/
|
|
1449
|
+
readonly permission?: string;
|
|
1450
|
+
}
|
|
1451
|
+
/**
|
|
1452
|
+
* Converts an object of type 'BucketSpecLoggingLoggingEnabledTargetGrants' to JSON representation.
|
|
1453
|
+
*/
|
|
1454
|
+
export declare function toJson_BucketSpecLoggingLoggingEnabledTargetGrants(obj: BucketSpecLoggingLoggingEnabledTargetGrants | undefined): Record<string, any> | undefined;
|
|
1455
|
+
/**
|
|
1456
|
+
* A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates, and an object must match all of the predicates in order for the filter to apply.
|
|
1457
|
+
*
|
|
1458
|
+
* @schema BucketSpecMetricsFilterAnd
|
|
1459
|
+
*/
|
|
1460
|
+
export interface BucketSpecMetricsFilterAnd {
|
|
1461
|
+
/**
|
|
1462
|
+
* @schema BucketSpecMetricsFilterAnd#accessPointARN
|
|
1463
|
+
*/
|
|
1464
|
+
readonly accessPointArn?: string;
|
|
1465
|
+
/**
|
|
1466
|
+
* @schema BucketSpecMetricsFilterAnd#prefix
|
|
1467
|
+
*/
|
|
1468
|
+
readonly prefix?: string;
|
|
1469
|
+
/**
|
|
1470
|
+
* @schema BucketSpecMetricsFilterAnd#tags
|
|
1471
|
+
*/
|
|
1472
|
+
readonly tags?: BucketSpecMetricsFilterAndTags[];
|
|
1473
|
+
}
|
|
1474
|
+
/**
|
|
1475
|
+
* Converts an object of type 'BucketSpecMetricsFilterAnd' to JSON representation.
|
|
1476
|
+
*/
|
|
1477
|
+
export declare function toJson_BucketSpecMetricsFilterAnd(obj: BucketSpecMetricsFilterAnd | undefined): Record<string, any> | undefined;
|
|
1478
|
+
/**
|
|
1479
|
+
* A container of a key value name pair.
|
|
1480
|
+
*
|
|
1481
|
+
* @schema BucketSpecMetricsFilterTag
|
|
1482
|
+
*/
|
|
1483
|
+
export interface BucketSpecMetricsFilterTag {
|
|
1484
|
+
/**
|
|
1485
|
+
* @schema BucketSpecMetricsFilterTag#key
|
|
1486
|
+
*/
|
|
1487
|
+
readonly key?: string;
|
|
1488
|
+
/**
|
|
1489
|
+
* @schema BucketSpecMetricsFilterTag#value
|
|
1490
|
+
*/
|
|
1491
|
+
readonly value?: string;
|
|
1492
|
+
}
|
|
1493
|
+
/**
|
|
1494
|
+
* Converts an object of type 'BucketSpecMetricsFilterTag' to JSON representation.
|
|
1495
|
+
*/
|
|
1496
|
+
export declare function toJson_BucketSpecMetricsFilterTag(obj: BucketSpecMetricsFilterTag | undefined): Record<string, any> | undefined;
|
|
1497
|
+
/**
|
|
1498
|
+
* Specifies object key name filtering rules. For information about key name filtering, see Configuring Event Notifications (https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html) in the Amazon S3 User Guide.
|
|
1499
|
+
*
|
|
1500
|
+
* @schema BucketSpecNotificationLambdaFunctionConfigurationsFilter
|
|
1501
|
+
*/
|
|
1502
|
+
export interface BucketSpecNotificationLambdaFunctionConfigurationsFilter {
|
|
1503
|
+
/**
|
|
1504
|
+
* A container for object key name prefix and suffix filtering rules.
|
|
1505
|
+
*
|
|
1506
|
+
* @schema BucketSpecNotificationLambdaFunctionConfigurationsFilter#key
|
|
1507
|
+
*/
|
|
1508
|
+
readonly key?: BucketSpecNotificationLambdaFunctionConfigurationsFilterKey;
|
|
1509
|
+
}
|
|
1510
|
+
/**
|
|
1511
|
+
* Converts an object of type 'BucketSpecNotificationLambdaFunctionConfigurationsFilter' to JSON representation.
|
|
1512
|
+
*/
|
|
1513
|
+
export declare function toJson_BucketSpecNotificationLambdaFunctionConfigurationsFilter(obj: BucketSpecNotificationLambdaFunctionConfigurationsFilter | undefined): Record<string, any> | undefined;
|
|
1514
|
+
/**
|
|
1515
|
+
* Specifies object key name filtering rules. For information about key name filtering, see Configuring Event Notifications (https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html) in the Amazon S3 User Guide.
|
|
1516
|
+
*
|
|
1517
|
+
* @schema BucketSpecNotificationQueueConfigurationsFilter
|
|
1518
|
+
*/
|
|
1519
|
+
export interface BucketSpecNotificationQueueConfigurationsFilter {
|
|
1520
|
+
/**
|
|
1521
|
+
* A container for object key name prefix and suffix filtering rules.
|
|
1522
|
+
*
|
|
1523
|
+
* @schema BucketSpecNotificationQueueConfigurationsFilter#key
|
|
1524
|
+
*/
|
|
1525
|
+
readonly key?: BucketSpecNotificationQueueConfigurationsFilterKey;
|
|
1526
|
+
}
|
|
1527
|
+
/**
|
|
1528
|
+
* Converts an object of type 'BucketSpecNotificationQueueConfigurationsFilter' to JSON representation.
|
|
1529
|
+
*/
|
|
1530
|
+
export declare function toJson_BucketSpecNotificationQueueConfigurationsFilter(obj: BucketSpecNotificationQueueConfigurationsFilter | undefined): Record<string, any> | undefined;
|
|
1531
|
+
/**
|
|
1532
|
+
* Specifies object key name filtering rules. For information about key name filtering, see Configuring Event Notifications (https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html) in the Amazon S3 User Guide.
|
|
1533
|
+
*
|
|
1534
|
+
* @schema BucketSpecNotificationTopicConfigurationsFilter
|
|
1535
|
+
*/
|
|
1536
|
+
export interface BucketSpecNotificationTopicConfigurationsFilter {
|
|
1537
|
+
/**
|
|
1538
|
+
* A container for object key name prefix and suffix filtering rules.
|
|
1539
|
+
*
|
|
1540
|
+
* @schema BucketSpecNotificationTopicConfigurationsFilter#key
|
|
1541
|
+
*/
|
|
1542
|
+
readonly key?: BucketSpecNotificationTopicConfigurationsFilterKey;
|
|
1543
|
+
}
|
|
1544
|
+
/**
|
|
1545
|
+
* Converts an object of type 'BucketSpecNotificationTopicConfigurationsFilter' to JSON representation.
|
|
1546
|
+
*/
|
|
1547
|
+
export declare function toJson_BucketSpecNotificationTopicConfigurationsFilter(obj: BucketSpecNotificationTopicConfigurationsFilter | undefined): Record<string, any> | undefined;
|
|
1548
|
+
/**
|
|
1549
|
+
* Specifies whether Amazon S3 replicates delete markers. If you specify a Filter in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication Status must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see Basic Rule Configuration (https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-add-config.html#replication-config-min-rule-config).
|
|
1550
|
+
* For more information about delete marker replication, see Basic Rule Configuration (https://docs.aws.amazon.com/AmazonS3/latest/dev/delete-marker-replication.html).
|
|
1551
|
+
* If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see Backward Compatibility (https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-add-config.html#replication-backward-compat-considerations).
|
|
1552
|
+
*
|
|
1553
|
+
* @schema BucketSpecReplicationRulesDeleteMarkerReplication
|
|
1554
|
+
*/
|
|
1555
|
+
export interface BucketSpecReplicationRulesDeleteMarkerReplication {
|
|
1556
|
+
/**
|
|
1557
|
+
* @schema BucketSpecReplicationRulesDeleteMarkerReplication#status
|
|
1558
|
+
*/
|
|
1559
|
+
readonly status?: string;
|
|
1560
|
+
}
|
|
1561
|
+
/**
|
|
1562
|
+
* Converts an object of type 'BucketSpecReplicationRulesDeleteMarkerReplication' to JSON representation.
|
|
1563
|
+
*/
|
|
1564
|
+
export declare function toJson_BucketSpecReplicationRulesDeleteMarkerReplication(obj: BucketSpecReplicationRulesDeleteMarkerReplication | undefined): Record<string, any> | undefined;
|
|
1565
|
+
/**
|
|
1566
|
+
* Specifies information about where to publish analysis or configuration results for an Amazon S3 bucket and S3 Replication Time Control (S3 RTC).
|
|
1567
|
+
*
|
|
1568
|
+
* @schema BucketSpecReplicationRulesDestination
|
|
1569
|
+
*/
|
|
1570
|
+
export interface BucketSpecReplicationRulesDestination {
|
|
1571
|
+
/**
|
|
1572
|
+
* A container for information about access control for replicas.
|
|
1573
|
+
*
|
|
1574
|
+
* @schema BucketSpecReplicationRulesDestination#accessControlTranslation
|
|
1575
|
+
*/
|
|
1576
|
+
readonly accessControlTranslation?: BucketSpecReplicationRulesDestinationAccessControlTranslation;
|
|
1577
|
+
/**
|
|
1578
|
+
* @schema BucketSpecReplicationRulesDestination#account
|
|
1579
|
+
*/
|
|
1580
|
+
readonly account?: string;
|
|
1581
|
+
/**
|
|
1582
|
+
* @schema BucketSpecReplicationRulesDestination#bucket
|
|
1583
|
+
*/
|
|
1584
|
+
readonly bucket?: string;
|
|
1585
|
+
/**
|
|
1586
|
+
* Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
|
|
1587
|
+
*
|
|
1588
|
+
* @schema BucketSpecReplicationRulesDestination#encryptionConfiguration
|
|
1589
|
+
*/
|
|
1590
|
+
readonly encryptionConfiguration?: BucketSpecReplicationRulesDestinationEncryptionConfiguration;
|
|
1591
|
+
/**
|
|
1592
|
+
* A container specifying replication metrics-related settings enabling replication metrics and events.
|
|
1593
|
+
*
|
|
1594
|
+
* @schema BucketSpecReplicationRulesDestination#metrics
|
|
1595
|
+
*/
|
|
1596
|
+
readonly metrics?: BucketSpecReplicationRulesDestinationMetrics;
|
|
1597
|
+
/**
|
|
1598
|
+
* A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block.
|
|
1599
|
+
*
|
|
1600
|
+
* @schema BucketSpecReplicationRulesDestination#replicationTime
|
|
1601
|
+
*/
|
|
1602
|
+
readonly replicationTime?: BucketSpecReplicationRulesDestinationReplicationTime;
|
|
1603
|
+
/**
|
|
1604
|
+
* @schema BucketSpecReplicationRulesDestination#storageClass
|
|
1605
|
+
*/
|
|
1606
|
+
readonly storageClass?: string;
|
|
1607
|
+
}
|
|
1608
|
+
/**
|
|
1609
|
+
* Converts an object of type 'BucketSpecReplicationRulesDestination' to JSON representation.
|
|
1610
|
+
*/
|
|
1611
|
+
export declare function toJson_BucketSpecReplicationRulesDestination(obj: BucketSpecReplicationRulesDestination | undefined): Record<string, any> | undefined;
|
|
1612
|
+
/**
|
|
1613
|
+
* Optional configuration to replicate existing source bucket objects. For more information, see Replicating Existing Objects (https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-what-is-isnot-replicated.html#existing-object-replication) in the Amazon S3 User Guide.
|
|
1614
|
+
*
|
|
1615
|
+
* @schema BucketSpecReplicationRulesExistingObjectReplication
|
|
1616
|
+
*/
|
|
1617
|
+
export interface BucketSpecReplicationRulesExistingObjectReplication {
|
|
1618
|
+
/**
|
|
1619
|
+
* @schema BucketSpecReplicationRulesExistingObjectReplication#status
|
|
1620
|
+
*/
|
|
1621
|
+
readonly status?: string;
|
|
1622
|
+
}
|
|
1623
|
+
/**
|
|
1624
|
+
* Converts an object of type 'BucketSpecReplicationRulesExistingObjectReplication' to JSON representation.
|
|
1625
|
+
*/
|
|
1626
|
+
export declare function toJson_BucketSpecReplicationRulesExistingObjectReplication(obj: BucketSpecReplicationRulesExistingObjectReplication | undefined): Record<string, any> | undefined;
|
|
1627
|
+
/**
|
|
1628
|
+
* A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, Tag, or an And child element.
|
|
1629
|
+
*
|
|
1630
|
+
* @schema BucketSpecReplicationRulesFilter
|
|
1631
|
+
*/
|
|
1632
|
+
export interface BucketSpecReplicationRulesFilter {
|
|
1633
|
+
/**
|
|
1634
|
+
* A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter.
|
|
1635
|
+
* For example:
|
|
1636
|
+
* * If you specify both a Prefix and a Tag filter, wrap these filters in an And tag.
|
|
1637
|
+
* * If you specify a filter based on multiple tags, wrap the Tag elements in an And tag.
|
|
1638
|
+
*
|
|
1639
|
+
* @schema BucketSpecReplicationRulesFilter#and
|
|
1640
|
+
*/
|
|
1641
|
+
readonly and?: BucketSpecReplicationRulesFilterAnd;
|
|
1642
|
+
/**
|
|
1643
|
+
* @schema BucketSpecReplicationRulesFilter#prefix
|
|
1644
|
+
*/
|
|
1645
|
+
readonly prefix?: string;
|
|
1646
|
+
/**
|
|
1647
|
+
* A container of a key value name pair.
|
|
1648
|
+
*
|
|
1649
|
+
* @schema BucketSpecReplicationRulesFilter#tag
|
|
1650
|
+
*/
|
|
1651
|
+
readonly tag?: BucketSpecReplicationRulesFilterTag;
|
|
1652
|
+
}
|
|
1653
|
+
/**
|
|
1654
|
+
* Converts an object of type 'BucketSpecReplicationRulesFilter' to JSON representation.
|
|
1655
|
+
*/
|
|
1656
|
+
export declare function toJson_BucketSpecReplicationRulesFilter(obj: BucketSpecReplicationRulesFilter | undefined): Record<string, any> | undefined;
|
|
1657
|
+
/**
|
|
1658
|
+
* A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects. Currently, Amazon S3 supports only the filter that you can specify for objects created with server-side encryption using a customer managed key stored in Amazon Web Services Key Management Service (SSE-KMS).
|
|
1659
|
+
*
|
|
1660
|
+
* @schema BucketSpecReplicationRulesSourceSelectionCriteria
|
|
1661
|
+
*/
|
|
1662
|
+
export interface BucketSpecReplicationRulesSourceSelectionCriteria {
|
|
1663
|
+
/**
|
|
1664
|
+
* A filter that you can specify for selection for modifications on replicas. Amazon S3 doesn't replicate replica modifications by default. In the latest version of replication configuration (when Filter is specified), you can specify this element and set the status to Enabled to replicate modifications on replicas.
|
|
1665
|
+
* If you don't specify the Filter element, Amazon S3 assumes that the replication configuration is the earlier version, V1. In the earlier version, this element is not allowed.
|
|
1666
|
+
*
|
|
1667
|
+
* @schema BucketSpecReplicationRulesSourceSelectionCriteria#replicaModifications
|
|
1668
|
+
*/
|
|
1669
|
+
readonly replicaModifications?: BucketSpecReplicationRulesSourceSelectionCriteriaReplicaModifications;
|
|
1670
|
+
/**
|
|
1671
|
+
* A container for filter information for the selection of S3 objects encrypted with Amazon Web Services KMS.
|
|
1672
|
+
*
|
|
1673
|
+
* @schema BucketSpecReplicationRulesSourceSelectionCriteria#sseKMSEncryptedObjects
|
|
1674
|
+
*/
|
|
1675
|
+
readonly sseKmsEncryptedObjects?: BucketSpecReplicationRulesSourceSelectionCriteriaSseKmsEncryptedObjects;
|
|
1676
|
+
}
|
|
1677
|
+
/**
|
|
1678
|
+
* Converts an object of type 'BucketSpecReplicationRulesSourceSelectionCriteria' to JSON representation.
|
|
1679
|
+
*/
|
|
1680
|
+
export declare function toJson_BucketSpecReplicationRulesSourceSelectionCriteria(obj: BucketSpecReplicationRulesSourceSelectionCriteria | undefined): Record<string, any> | undefined;
|
|
1681
|
+
/**
|
|
1682
|
+
* A container for describing a condition that must be met for the specified redirect to apply. For example, 1. If request is for pages in the /docs folder, redirect to the /documents folder. 2. If request results in HTTP error 4xx, redirect request to another host where you might process the error.
|
|
1683
|
+
*
|
|
1684
|
+
* @schema BucketSpecWebsiteRoutingRulesCondition
|
|
1685
|
+
*/
|
|
1686
|
+
export interface BucketSpecWebsiteRoutingRulesCondition {
|
|
1687
|
+
/**
|
|
1688
|
+
* @schema BucketSpecWebsiteRoutingRulesCondition#httpErrorCodeReturnedEquals
|
|
1689
|
+
*/
|
|
1690
|
+
readonly httpErrorCodeReturnedEquals?: string;
|
|
1691
|
+
/**
|
|
1692
|
+
* @schema BucketSpecWebsiteRoutingRulesCondition#keyPrefixEquals
|
|
1693
|
+
*/
|
|
1694
|
+
readonly keyPrefixEquals?: string;
|
|
1695
|
+
}
|
|
1696
|
+
/**
|
|
1697
|
+
* Converts an object of type 'BucketSpecWebsiteRoutingRulesCondition' to JSON representation.
|
|
1698
|
+
*/
|
|
1699
|
+
export declare function toJson_BucketSpecWebsiteRoutingRulesCondition(obj: BucketSpecWebsiteRoutingRulesCondition | undefined): Record<string, any> | undefined;
|
|
1700
|
+
/**
|
|
1701
|
+
* Specifies how requests are redirected. In the event of an error, you can specify a different error code to return.
|
|
1702
|
+
*
|
|
1703
|
+
* @schema BucketSpecWebsiteRoutingRulesRedirect
|
|
1704
|
+
*/
|
|
1705
|
+
export interface BucketSpecWebsiteRoutingRulesRedirect {
|
|
1706
|
+
/**
|
|
1707
|
+
* @schema BucketSpecWebsiteRoutingRulesRedirect#hostName
|
|
1708
|
+
*/
|
|
1709
|
+
readonly hostName?: string;
|
|
1710
|
+
/**
|
|
1711
|
+
* @schema BucketSpecWebsiteRoutingRulesRedirect#httpRedirectCode
|
|
1712
|
+
*/
|
|
1713
|
+
readonly httpRedirectCode?: string;
|
|
1714
|
+
/**
|
|
1715
|
+
* @schema BucketSpecWebsiteRoutingRulesRedirect#protocol
|
|
1716
|
+
*/
|
|
1717
|
+
readonly protocol?: string;
|
|
1718
|
+
/**
|
|
1719
|
+
* @schema BucketSpecWebsiteRoutingRulesRedirect#replaceKeyPrefixWith
|
|
1720
|
+
*/
|
|
1721
|
+
readonly replaceKeyPrefixWith?: string;
|
|
1722
|
+
/**
|
|
1723
|
+
* @schema BucketSpecWebsiteRoutingRulesRedirect#replaceKeyWith
|
|
1724
|
+
*/
|
|
1725
|
+
readonly replaceKeyWith?: string;
|
|
1726
|
+
}
|
|
1727
|
+
/**
|
|
1728
|
+
* Converts an object of type 'BucketSpecWebsiteRoutingRulesRedirect' to JSON representation.
|
|
1729
|
+
*/
|
|
1730
|
+
export declare function toJson_BucketSpecWebsiteRoutingRulesRedirect(obj: BucketSpecWebsiteRoutingRulesRedirect | undefined): Record<string, any> | undefined;
|
|
1731
|
+
/**
|
|
1732
|
+
* A container of a key value name pair.
|
|
1733
|
+
*
|
|
1734
|
+
* @schema BucketSpecAnalyticsFilterAndTags
|
|
1735
|
+
*/
|
|
1736
|
+
export interface BucketSpecAnalyticsFilterAndTags {
|
|
1737
|
+
/**
|
|
1738
|
+
* @schema BucketSpecAnalyticsFilterAndTags#key
|
|
1739
|
+
*/
|
|
1740
|
+
readonly key?: string;
|
|
1741
|
+
/**
|
|
1742
|
+
* @schema BucketSpecAnalyticsFilterAndTags#value
|
|
1743
|
+
*/
|
|
1744
|
+
readonly value?: string;
|
|
1745
|
+
}
|
|
1746
|
+
/**
|
|
1747
|
+
* Converts an object of type 'BucketSpecAnalyticsFilterAndTags' to JSON representation.
|
|
1748
|
+
*/
|
|
1749
|
+
export declare function toJson_BucketSpecAnalyticsFilterAndTags(obj: BucketSpecAnalyticsFilterAndTags | undefined): Record<string, any> | undefined;
|
|
1750
|
+
/**
|
|
1751
|
+
* Where to publish the analytics results.
|
|
1752
|
+
*
|
|
1753
|
+
* @schema BucketSpecAnalyticsStorageClassAnalysisDataExportDestination
|
|
1754
|
+
*/
|
|
1755
|
+
export interface BucketSpecAnalyticsStorageClassAnalysisDataExportDestination {
|
|
1756
|
+
/**
|
|
1757
|
+
* Contains information about where to publish the analytics results.
|
|
1758
|
+
*
|
|
1759
|
+
* @schema BucketSpecAnalyticsStorageClassAnalysisDataExportDestination#s3BucketDestination
|
|
1760
|
+
*/
|
|
1761
|
+
readonly s3BucketDestination?: BucketSpecAnalyticsStorageClassAnalysisDataExportDestinationS3BucketDestination;
|
|
1762
|
+
}
|
|
1763
|
+
/**
|
|
1764
|
+
* Converts an object of type 'BucketSpecAnalyticsStorageClassAnalysisDataExportDestination' to JSON representation.
|
|
1765
|
+
*/
|
|
1766
|
+
export declare function toJson_BucketSpecAnalyticsStorageClassAnalysisDataExportDestination(obj: BucketSpecAnalyticsStorageClassAnalysisDataExportDestination | undefined): Record<string, any> | undefined;
|
|
1767
|
+
/**
|
|
1768
|
+
* A container of a key value name pair.
|
|
1769
|
+
*
|
|
1770
|
+
* @schema BucketSpecIntelligentTieringFilterAndTags
|
|
1771
|
+
*/
|
|
1772
|
+
export interface BucketSpecIntelligentTieringFilterAndTags {
|
|
1773
|
+
/**
|
|
1774
|
+
* @schema BucketSpecIntelligentTieringFilterAndTags#key
|
|
1775
|
+
*/
|
|
1776
|
+
readonly key?: string;
|
|
1777
|
+
/**
|
|
1778
|
+
* @schema BucketSpecIntelligentTieringFilterAndTags#value
|
|
1779
|
+
*/
|
|
1780
|
+
readonly value?: string;
|
|
1781
|
+
}
|
|
1782
|
+
/**
|
|
1783
|
+
* Converts an object of type 'BucketSpecIntelligentTieringFilterAndTags' to JSON representation.
|
|
1784
|
+
*/
|
|
1785
|
+
export declare function toJson_BucketSpecIntelligentTieringFilterAndTags(obj: BucketSpecIntelligentTieringFilterAndTags | undefined): Record<string, any> | undefined;
|
|
1786
|
+
/**
|
|
1787
|
+
* Contains the type of server-side encryption used to encrypt the inventory results.
|
|
1788
|
+
*
|
|
1789
|
+
* @schema BucketSpecInventoryDestinationS3BucketDestinationEncryption
|
|
1790
|
+
*/
|
|
1791
|
+
export interface BucketSpecInventoryDestinationS3BucketDestinationEncryption {
|
|
1792
|
+
/**
|
|
1793
|
+
* Specifies the use of SSE-KMS to encrypt delivered inventory reports.
|
|
1794
|
+
*
|
|
1795
|
+
* @schema BucketSpecInventoryDestinationS3BucketDestinationEncryption#sseKMS
|
|
1796
|
+
*/
|
|
1797
|
+
readonly sseKms?: BucketSpecInventoryDestinationS3BucketDestinationEncryptionSseKms;
|
|
1798
|
+
}
|
|
1799
|
+
/**
|
|
1800
|
+
* Converts an object of type 'BucketSpecInventoryDestinationS3BucketDestinationEncryption' to JSON representation.
|
|
1801
|
+
*/
|
|
1802
|
+
export declare function toJson_BucketSpecInventoryDestinationS3BucketDestinationEncryption(obj: BucketSpecInventoryDestinationS3BucketDestinationEncryption | undefined): Record<string, any> | undefined;
|
|
1803
|
+
/**
|
|
1804
|
+
* This is used in a Lifecycle Rule Filter to apply a logical AND to two or more predicates. The Lifecycle Rule will apply to any object matching all of the predicates configured inside the And operator.
|
|
1805
|
+
*
|
|
1806
|
+
* @schema BucketSpecLifecycleRulesFilterAnd
|
|
1807
|
+
*/
|
|
1808
|
+
export interface BucketSpecLifecycleRulesFilterAnd {
|
|
1809
|
+
/**
|
|
1810
|
+
* @schema BucketSpecLifecycleRulesFilterAnd#prefix
|
|
1811
|
+
*/
|
|
1812
|
+
readonly prefix?: string;
|
|
1813
|
+
/**
|
|
1814
|
+
* @schema BucketSpecLifecycleRulesFilterAnd#tags
|
|
1815
|
+
*/
|
|
1816
|
+
readonly tags?: BucketSpecLifecycleRulesFilterAndTags[];
|
|
1817
|
+
}
|
|
1818
|
+
/**
|
|
1819
|
+
* Converts an object of type 'BucketSpecLifecycleRulesFilterAnd' to JSON representation.
|
|
1820
|
+
*/
|
|
1821
|
+
export declare function toJson_BucketSpecLifecycleRulesFilterAnd(obj: BucketSpecLifecycleRulesFilterAnd | undefined): Record<string, any> | undefined;
|
|
1822
|
+
/**
|
|
1823
|
+
* A container of a key value name pair.
|
|
1824
|
+
*
|
|
1825
|
+
* @schema BucketSpecLifecycleRulesFilterTag
|
|
1826
|
+
*/
|
|
1827
|
+
export interface BucketSpecLifecycleRulesFilterTag {
|
|
1828
|
+
/**
|
|
1829
|
+
* @schema BucketSpecLifecycleRulesFilterTag#key
|
|
1830
|
+
*/
|
|
1831
|
+
readonly key?: string;
|
|
1832
|
+
/**
|
|
1833
|
+
* @schema BucketSpecLifecycleRulesFilterTag#value
|
|
1834
|
+
*/
|
|
1835
|
+
readonly value?: string;
|
|
1836
|
+
}
|
|
1837
|
+
/**
|
|
1838
|
+
* Converts an object of type 'BucketSpecLifecycleRulesFilterTag' to JSON representation.
|
|
1839
|
+
*/
|
|
1840
|
+
export declare function toJson_BucketSpecLifecycleRulesFilterTag(obj: BucketSpecLifecycleRulesFilterTag | undefined): Record<string, any> | undefined;
|
|
1841
|
+
/**
|
|
1842
|
+
* Container for the person being granted permissions.
|
|
1843
|
+
*
|
|
1844
|
+
* @schema BucketSpecLoggingLoggingEnabledTargetGrantsGrantee
|
|
1845
|
+
*/
|
|
1846
|
+
export interface BucketSpecLoggingLoggingEnabledTargetGrantsGrantee {
|
|
1847
|
+
/**
|
|
1848
|
+
* @schema BucketSpecLoggingLoggingEnabledTargetGrantsGrantee#displayName
|
|
1849
|
+
*/
|
|
1850
|
+
readonly displayName?: string;
|
|
1851
|
+
/**
|
|
1852
|
+
* @schema BucketSpecLoggingLoggingEnabledTargetGrantsGrantee#emailAddress
|
|
1853
|
+
*/
|
|
1854
|
+
readonly emailAddress?: string;
|
|
1855
|
+
/**
|
|
1856
|
+
* @schema BucketSpecLoggingLoggingEnabledTargetGrantsGrantee#id
|
|
1857
|
+
*/
|
|
1858
|
+
readonly id?: string;
|
|
1859
|
+
/**
|
|
1860
|
+
* @schema BucketSpecLoggingLoggingEnabledTargetGrantsGrantee#type_
|
|
1861
|
+
*/
|
|
1862
|
+
readonly type?: string;
|
|
1863
|
+
/**
|
|
1864
|
+
* @schema BucketSpecLoggingLoggingEnabledTargetGrantsGrantee#uRI
|
|
1865
|
+
*/
|
|
1866
|
+
readonly uRi?: string;
|
|
1867
|
+
}
|
|
1868
|
+
/**
|
|
1869
|
+
* Converts an object of type 'BucketSpecLoggingLoggingEnabledTargetGrantsGrantee' to JSON representation.
|
|
1870
|
+
*/
|
|
1871
|
+
export declare function toJson_BucketSpecLoggingLoggingEnabledTargetGrantsGrantee(obj: BucketSpecLoggingLoggingEnabledTargetGrantsGrantee | undefined): Record<string, any> | undefined;
|
|
1872
|
+
/**
|
|
1873
|
+
* A container of a key value name pair.
|
|
1874
|
+
*
|
|
1875
|
+
* @schema BucketSpecMetricsFilterAndTags
|
|
1876
|
+
*/
|
|
1877
|
+
export interface BucketSpecMetricsFilterAndTags {
|
|
1878
|
+
/**
|
|
1879
|
+
* @schema BucketSpecMetricsFilterAndTags#key
|
|
1880
|
+
*/
|
|
1881
|
+
readonly key?: string;
|
|
1882
|
+
/**
|
|
1883
|
+
* @schema BucketSpecMetricsFilterAndTags#value
|
|
1884
|
+
*/
|
|
1885
|
+
readonly value?: string;
|
|
1886
|
+
}
|
|
1887
|
+
/**
|
|
1888
|
+
* Converts an object of type 'BucketSpecMetricsFilterAndTags' to JSON representation.
|
|
1889
|
+
*/
|
|
1890
|
+
export declare function toJson_BucketSpecMetricsFilterAndTags(obj: BucketSpecMetricsFilterAndTags | undefined): Record<string, any> | undefined;
|
|
1891
|
+
/**
|
|
1892
|
+
* A container for object key name prefix and suffix filtering rules.
|
|
1893
|
+
*
|
|
1894
|
+
* @schema BucketSpecNotificationLambdaFunctionConfigurationsFilterKey
|
|
1895
|
+
*/
|
|
1896
|
+
export interface BucketSpecNotificationLambdaFunctionConfigurationsFilterKey {
|
|
1897
|
+
/**
|
|
1898
|
+
* A list of containers for the key-value pair that defines the criteria for the filter rule.
|
|
1899
|
+
*
|
|
1900
|
+
* @schema BucketSpecNotificationLambdaFunctionConfigurationsFilterKey#filterRules
|
|
1901
|
+
*/
|
|
1902
|
+
readonly filterRules?: BucketSpecNotificationLambdaFunctionConfigurationsFilterKeyFilterRules[];
|
|
1903
|
+
}
|
|
1904
|
+
/**
|
|
1905
|
+
* Converts an object of type 'BucketSpecNotificationLambdaFunctionConfigurationsFilterKey' to JSON representation.
|
|
1906
|
+
*/
|
|
1907
|
+
export declare function toJson_BucketSpecNotificationLambdaFunctionConfigurationsFilterKey(obj: BucketSpecNotificationLambdaFunctionConfigurationsFilterKey | undefined): Record<string, any> | undefined;
|
|
1908
|
+
/**
|
|
1909
|
+
* A container for object key name prefix and suffix filtering rules.
|
|
1910
|
+
*
|
|
1911
|
+
* @schema BucketSpecNotificationQueueConfigurationsFilterKey
|
|
1912
|
+
*/
|
|
1913
|
+
export interface BucketSpecNotificationQueueConfigurationsFilterKey {
|
|
1914
|
+
/**
|
|
1915
|
+
* A list of containers for the key-value pair that defines the criteria for the filter rule.
|
|
1916
|
+
*
|
|
1917
|
+
* @schema BucketSpecNotificationQueueConfigurationsFilterKey#filterRules
|
|
1918
|
+
*/
|
|
1919
|
+
readonly filterRules?: BucketSpecNotificationQueueConfigurationsFilterKeyFilterRules[];
|
|
1920
|
+
}
|
|
1921
|
+
/**
|
|
1922
|
+
* Converts an object of type 'BucketSpecNotificationQueueConfigurationsFilterKey' to JSON representation.
|
|
1923
|
+
*/
|
|
1924
|
+
export declare function toJson_BucketSpecNotificationQueueConfigurationsFilterKey(obj: BucketSpecNotificationQueueConfigurationsFilterKey | undefined): Record<string, any> | undefined;
|
|
1925
|
+
/**
|
|
1926
|
+
* A container for object key name prefix and suffix filtering rules.
|
|
1927
|
+
*
|
|
1928
|
+
* @schema BucketSpecNotificationTopicConfigurationsFilterKey
|
|
1929
|
+
*/
|
|
1930
|
+
export interface BucketSpecNotificationTopicConfigurationsFilterKey {
|
|
1931
|
+
/**
|
|
1932
|
+
* A list of containers for the key-value pair that defines the criteria for the filter rule.
|
|
1933
|
+
*
|
|
1934
|
+
* @schema BucketSpecNotificationTopicConfigurationsFilterKey#filterRules
|
|
1935
|
+
*/
|
|
1936
|
+
readonly filterRules?: BucketSpecNotificationTopicConfigurationsFilterKeyFilterRules[];
|
|
1937
|
+
}
|
|
1938
|
+
/**
|
|
1939
|
+
* Converts an object of type 'BucketSpecNotificationTopicConfigurationsFilterKey' to JSON representation.
|
|
1940
|
+
*/
|
|
1941
|
+
export declare function toJson_BucketSpecNotificationTopicConfigurationsFilterKey(obj: BucketSpecNotificationTopicConfigurationsFilterKey | undefined): Record<string, any> | undefined;
|
|
1942
|
+
/**
|
|
1943
|
+
* A container for information about access control for replicas.
|
|
1944
|
+
*
|
|
1945
|
+
* @schema BucketSpecReplicationRulesDestinationAccessControlTranslation
|
|
1946
|
+
*/
|
|
1947
|
+
export interface BucketSpecReplicationRulesDestinationAccessControlTranslation {
|
|
1948
|
+
/**
|
|
1949
|
+
* @schema BucketSpecReplicationRulesDestinationAccessControlTranslation#owner
|
|
1950
|
+
*/
|
|
1951
|
+
readonly owner?: string;
|
|
1952
|
+
}
|
|
1953
|
+
/**
|
|
1954
|
+
* Converts an object of type 'BucketSpecReplicationRulesDestinationAccessControlTranslation' to JSON representation.
|
|
1955
|
+
*/
|
|
1956
|
+
export declare function toJson_BucketSpecReplicationRulesDestinationAccessControlTranslation(obj: BucketSpecReplicationRulesDestinationAccessControlTranslation | undefined): Record<string, any> | undefined;
|
|
1957
|
+
/**
|
|
1958
|
+
* Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
|
|
1959
|
+
*
|
|
1960
|
+
* @schema BucketSpecReplicationRulesDestinationEncryptionConfiguration
|
|
1961
|
+
*/
|
|
1962
|
+
export interface BucketSpecReplicationRulesDestinationEncryptionConfiguration {
|
|
1963
|
+
/**
|
|
1964
|
+
* @schema BucketSpecReplicationRulesDestinationEncryptionConfiguration#replicaKMSKeyID
|
|
1965
|
+
*/
|
|
1966
|
+
readonly replicaKmsKeyId?: string;
|
|
1967
|
+
}
|
|
1968
|
+
/**
|
|
1969
|
+
* Converts an object of type 'BucketSpecReplicationRulesDestinationEncryptionConfiguration' to JSON representation.
|
|
1970
|
+
*/
|
|
1971
|
+
export declare function toJson_BucketSpecReplicationRulesDestinationEncryptionConfiguration(obj: BucketSpecReplicationRulesDestinationEncryptionConfiguration | undefined): Record<string, any> | undefined;
|
|
1972
|
+
/**
|
|
1973
|
+
* A container specifying replication metrics-related settings enabling replication metrics and events.
|
|
1974
|
+
*
|
|
1975
|
+
* @schema BucketSpecReplicationRulesDestinationMetrics
|
|
1976
|
+
*/
|
|
1977
|
+
export interface BucketSpecReplicationRulesDestinationMetrics {
|
|
1978
|
+
/**
|
|
1979
|
+
* A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
|
|
1980
|
+
*
|
|
1981
|
+
* @schema BucketSpecReplicationRulesDestinationMetrics#eventThreshold
|
|
1982
|
+
*/
|
|
1983
|
+
readonly eventThreshold?: BucketSpecReplicationRulesDestinationMetricsEventThreshold;
|
|
1984
|
+
/**
|
|
1985
|
+
* @schema BucketSpecReplicationRulesDestinationMetrics#status
|
|
1986
|
+
*/
|
|
1987
|
+
readonly status?: string;
|
|
1988
|
+
}
|
|
1989
|
+
/**
|
|
1990
|
+
* Converts an object of type 'BucketSpecReplicationRulesDestinationMetrics' to JSON representation.
|
|
1991
|
+
*/
|
|
1992
|
+
export declare function toJson_BucketSpecReplicationRulesDestinationMetrics(obj: BucketSpecReplicationRulesDestinationMetrics | undefined): Record<string, any> | undefined;
|
|
1993
|
+
/**
|
|
1994
|
+
* A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block.
|
|
1995
|
+
*
|
|
1996
|
+
* @schema BucketSpecReplicationRulesDestinationReplicationTime
|
|
1997
|
+
*/
|
|
1998
|
+
export interface BucketSpecReplicationRulesDestinationReplicationTime {
|
|
1999
|
+
/**
|
|
2000
|
+
* @schema BucketSpecReplicationRulesDestinationReplicationTime#status
|
|
2001
|
+
*/
|
|
2002
|
+
readonly status?: string;
|
|
2003
|
+
/**
|
|
2004
|
+
* A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
|
|
2005
|
+
*
|
|
2006
|
+
* @schema BucketSpecReplicationRulesDestinationReplicationTime#time
|
|
2007
|
+
*/
|
|
2008
|
+
readonly time?: BucketSpecReplicationRulesDestinationReplicationTimeTime;
|
|
2009
|
+
}
|
|
2010
|
+
/**
|
|
2011
|
+
* Converts an object of type 'BucketSpecReplicationRulesDestinationReplicationTime' to JSON representation.
|
|
2012
|
+
*/
|
|
2013
|
+
export declare function toJson_BucketSpecReplicationRulesDestinationReplicationTime(obj: BucketSpecReplicationRulesDestinationReplicationTime | undefined): Record<string, any> | undefined;
|
|
2014
|
+
/**
|
|
2015
|
+
* A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter.
|
|
2016
|
+
* For example:
|
|
2017
|
+
* * If you specify both a Prefix and a Tag filter, wrap these filters in an And tag.
|
|
2018
|
+
* * If you specify a filter based on multiple tags, wrap the Tag elements in an And tag.
|
|
2019
|
+
*
|
|
2020
|
+
* @schema BucketSpecReplicationRulesFilterAnd
|
|
2021
|
+
*/
|
|
2022
|
+
export interface BucketSpecReplicationRulesFilterAnd {
|
|
2023
|
+
/**
|
|
2024
|
+
* @schema BucketSpecReplicationRulesFilterAnd#prefix
|
|
2025
|
+
*/
|
|
2026
|
+
readonly prefix?: string;
|
|
2027
|
+
/**
|
|
2028
|
+
* @schema BucketSpecReplicationRulesFilterAnd#tags
|
|
2029
|
+
*/
|
|
2030
|
+
readonly tags?: BucketSpecReplicationRulesFilterAndTags[];
|
|
2031
|
+
}
|
|
2032
|
+
/**
|
|
2033
|
+
* Converts an object of type 'BucketSpecReplicationRulesFilterAnd' to JSON representation.
|
|
2034
|
+
*/
|
|
2035
|
+
export declare function toJson_BucketSpecReplicationRulesFilterAnd(obj: BucketSpecReplicationRulesFilterAnd | undefined): Record<string, any> | undefined;
|
|
2036
|
+
/**
|
|
2037
|
+
* A container of a key value name pair.
|
|
2038
|
+
*
|
|
2039
|
+
* @schema BucketSpecReplicationRulesFilterTag
|
|
2040
|
+
*/
|
|
2041
|
+
export interface BucketSpecReplicationRulesFilterTag {
|
|
2042
|
+
/**
|
|
2043
|
+
* @schema BucketSpecReplicationRulesFilterTag#key
|
|
2044
|
+
*/
|
|
2045
|
+
readonly key?: string;
|
|
2046
|
+
/**
|
|
2047
|
+
* @schema BucketSpecReplicationRulesFilterTag#value
|
|
2048
|
+
*/
|
|
2049
|
+
readonly value?: string;
|
|
2050
|
+
}
|
|
2051
|
+
/**
|
|
2052
|
+
* Converts an object of type 'BucketSpecReplicationRulesFilterTag' to JSON representation.
|
|
2053
|
+
*/
|
|
2054
|
+
export declare function toJson_BucketSpecReplicationRulesFilterTag(obj: BucketSpecReplicationRulesFilterTag | undefined): Record<string, any> | undefined;
|
|
2055
|
+
/**
|
|
2056
|
+
* A filter that you can specify for selection for modifications on replicas. Amazon S3 doesn't replicate replica modifications by default. In the latest version of replication configuration (when Filter is specified), you can specify this element and set the status to Enabled to replicate modifications on replicas.
|
|
2057
|
+
* If you don't specify the Filter element, Amazon S3 assumes that the replication configuration is the earlier version, V1. In the earlier version, this element is not allowed.
|
|
2058
|
+
*
|
|
2059
|
+
* @schema BucketSpecReplicationRulesSourceSelectionCriteriaReplicaModifications
|
|
2060
|
+
*/
|
|
2061
|
+
export interface BucketSpecReplicationRulesSourceSelectionCriteriaReplicaModifications {
|
|
2062
|
+
/**
|
|
2063
|
+
* @schema BucketSpecReplicationRulesSourceSelectionCriteriaReplicaModifications#status
|
|
2064
|
+
*/
|
|
2065
|
+
readonly status?: string;
|
|
2066
|
+
}
|
|
2067
|
+
/**
|
|
2068
|
+
* Converts an object of type 'BucketSpecReplicationRulesSourceSelectionCriteriaReplicaModifications' to JSON representation.
|
|
2069
|
+
*/
|
|
2070
|
+
export declare function toJson_BucketSpecReplicationRulesSourceSelectionCriteriaReplicaModifications(obj: BucketSpecReplicationRulesSourceSelectionCriteriaReplicaModifications | undefined): Record<string, any> | undefined;
|
|
2071
|
+
/**
|
|
2072
|
+
* A container for filter information for the selection of S3 objects encrypted with Amazon Web Services KMS.
|
|
2073
|
+
*
|
|
2074
|
+
* @schema BucketSpecReplicationRulesSourceSelectionCriteriaSseKmsEncryptedObjects
|
|
2075
|
+
*/
|
|
2076
|
+
export interface BucketSpecReplicationRulesSourceSelectionCriteriaSseKmsEncryptedObjects {
|
|
2077
|
+
/**
|
|
2078
|
+
* @schema BucketSpecReplicationRulesSourceSelectionCriteriaSseKmsEncryptedObjects#status
|
|
2079
|
+
*/
|
|
2080
|
+
readonly status?: string;
|
|
2081
|
+
}
|
|
2082
|
+
/**
|
|
2083
|
+
* Converts an object of type 'BucketSpecReplicationRulesSourceSelectionCriteriaSseKmsEncryptedObjects' to JSON representation.
|
|
2084
|
+
*/
|
|
2085
|
+
export declare function toJson_BucketSpecReplicationRulesSourceSelectionCriteriaSseKmsEncryptedObjects(obj: BucketSpecReplicationRulesSourceSelectionCriteriaSseKmsEncryptedObjects | undefined): Record<string, any> | undefined;
|
|
2086
|
+
/**
|
|
2087
|
+
* Contains information about where to publish the analytics results.
|
|
2088
|
+
*
|
|
2089
|
+
* @schema BucketSpecAnalyticsStorageClassAnalysisDataExportDestinationS3BucketDestination
|
|
2090
|
+
*/
|
|
2091
|
+
export interface BucketSpecAnalyticsStorageClassAnalysisDataExportDestinationS3BucketDestination {
|
|
2092
|
+
/**
|
|
2093
|
+
* @schema BucketSpecAnalyticsStorageClassAnalysisDataExportDestinationS3BucketDestination#bucket
|
|
2094
|
+
*/
|
|
2095
|
+
readonly bucket?: string;
|
|
2096
|
+
/**
|
|
2097
|
+
* @schema BucketSpecAnalyticsStorageClassAnalysisDataExportDestinationS3BucketDestination#bucketAccountID
|
|
2098
|
+
*/
|
|
2099
|
+
readonly bucketAccountId?: string;
|
|
2100
|
+
/**
|
|
2101
|
+
* @schema BucketSpecAnalyticsStorageClassAnalysisDataExportDestinationS3BucketDestination#format
|
|
2102
|
+
*/
|
|
2103
|
+
readonly format?: string;
|
|
2104
|
+
/**
|
|
2105
|
+
* @schema BucketSpecAnalyticsStorageClassAnalysisDataExportDestinationS3BucketDestination#prefix
|
|
2106
|
+
*/
|
|
2107
|
+
readonly prefix?: string;
|
|
2108
|
+
}
|
|
2109
|
+
/**
|
|
2110
|
+
* Converts an object of type 'BucketSpecAnalyticsStorageClassAnalysisDataExportDestinationS3BucketDestination' to JSON representation.
|
|
2111
|
+
*/
|
|
2112
|
+
export declare function toJson_BucketSpecAnalyticsStorageClassAnalysisDataExportDestinationS3BucketDestination(obj: BucketSpecAnalyticsStorageClassAnalysisDataExportDestinationS3BucketDestination | undefined): Record<string, any> | undefined;
|
|
2113
|
+
/**
|
|
2114
|
+
* Specifies the use of SSE-KMS to encrypt delivered inventory reports.
|
|
2115
|
+
*
|
|
2116
|
+
* @schema BucketSpecInventoryDestinationS3BucketDestinationEncryptionSseKms
|
|
2117
|
+
*/
|
|
2118
|
+
export interface BucketSpecInventoryDestinationS3BucketDestinationEncryptionSseKms {
|
|
2119
|
+
/**
|
|
2120
|
+
* @schema BucketSpecInventoryDestinationS3BucketDestinationEncryptionSseKms#keyID
|
|
2121
|
+
*/
|
|
2122
|
+
readonly keyId?: string;
|
|
2123
|
+
}
|
|
2124
|
+
/**
|
|
2125
|
+
* Converts an object of type 'BucketSpecInventoryDestinationS3BucketDestinationEncryptionSseKms' to JSON representation.
|
|
2126
|
+
*/
|
|
2127
|
+
export declare function toJson_BucketSpecInventoryDestinationS3BucketDestinationEncryptionSseKms(obj: BucketSpecInventoryDestinationS3BucketDestinationEncryptionSseKms | undefined): Record<string, any> | undefined;
|
|
2128
|
+
/**
|
|
2129
|
+
* A container of a key value name pair.
|
|
2130
|
+
*
|
|
2131
|
+
* @schema BucketSpecLifecycleRulesFilterAndTags
|
|
2132
|
+
*/
|
|
2133
|
+
export interface BucketSpecLifecycleRulesFilterAndTags {
|
|
2134
|
+
/**
|
|
2135
|
+
* @schema BucketSpecLifecycleRulesFilterAndTags#key
|
|
2136
|
+
*/
|
|
2137
|
+
readonly key?: string;
|
|
2138
|
+
/**
|
|
2139
|
+
* @schema BucketSpecLifecycleRulesFilterAndTags#value
|
|
2140
|
+
*/
|
|
2141
|
+
readonly value?: string;
|
|
2142
|
+
}
|
|
2143
|
+
/**
|
|
2144
|
+
* Converts an object of type 'BucketSpecLifecycleRulesFilterAndTags' to JSON representation.
|
|
2145
|
+
*/
|
|
2146
|
+
export declare function toJson_BucketSpecLifecycleRulesFilterAndTags(obj: BucketSpecLifecycleRulesFilterAndTags | undefined): Record<string, any> | undefined;
|
|
2147
|
+
/**
|
|
2148
|
+
* Specifies the Amazon S3 object key name to filter on and whether to filter on the suffix or prefix of the key name.
|
|
2149
|
+
*
|
|
2150
|
+
* @schema BucketSpecNotificationLambdaFunctionConfigurationsFilterKeyFilterRules
|
|
2151
|
+
*/
|
|
2152
|
+
export interface BucketSpecNotificationLambdaFunctionConfigurationsFilterKeyFilterRules {
|
|
2153
|
+
/**
|
|
2154
|
+
* @schema BucketSpecNotificationLambdaFunctionConfigurationsFilterKeyFilterRules#name
|
|
2155
|
+
*/
|
|
2156
|
+
readonly name?: string;
|
|
2157
|
+
/**
|
|
2158
|
+
* @schema BucketSpecNotificationLambdaFunctionConfigurationsFilterKeyFilterRules#value
|
|
2159
|
+
*/
|
|
2160
|
+
readonly value?: string;
|
|
2161
|
+
}
|
|
2162
|
+
/**
|
|
2163
|
+
* Converts an object of type 'BucketSpecNotificationLambdaFunctionConfigurationsFilterKeyFilterRules' to JSON representation.
|
|
2164
|
+
*/
|
|
2165
|
+
export declare function toJson_BucketSpecNotificationLambdaFunctionConfigurationsFilterKeyFilterRules(obj: BucketSpecNotificationLambdaFunctionConfigurationsFilterKeyFilterRules | undefined): Record<string, any> | undefined;
|
|
2166
|
+
/**
|
|
2167
|
+
* Specifies the Amazon S3 object key name to filter on and whether to filter on the suffix or prefix of the key name.
|
|
2168
|
+
*
|
|
2169
|
+
* @schema BucketSpecNotificationQueueConfigurationsFilterKeyFilterRules
|
|
2170
|
+
*/
|
|
2171
|
+
export interface BucketSpecNotificationQueueConfigurationsFilterKeyFilterRules {
|
|
2172
|
+
/**
|
|
2173
|
+
* @schema BucketSpecNotificationQueueConfigurationsFilterKeyFilterRules#name
|
|
2174
|
+
*/
|
|
2175
|
+
readonly name?: string;
|
|
2176
|
+
/**
|
|
2177
|
+
* @schema BucketSpecNotificationQueueConfigurationsFilterKeyFilterRules#value
|
|
2178
|
+
*/
|
|
2179
|
+
readonly value?: string;
|
|
2180
|
+
}
|
|
2181
|
+
/**
|
|
2182
|
+
* Converts an object of type 'BucketSpecNotificationQueueConfigurationsFilterKeyFilterRules' to JSON representation.
|
|
2183
|
+
*/
|
|
2184
|
+
export declare function toJson_BucketSpecNotificationQueueConfigurationsFilterKeyFilterRules(obj: BucketSpecNotificationQueueConfigurationsFilterKeyFilterRules | undefined): Record<string, any> | undefined;
|
|
2185
|
+
/**
|
|
2186
|
+
* Specifies the Amazon S3 object key name to filter on and whether to filter on the suffix or prefix of the key name.
|
|
2187
|
+
*
|
|
2188
|
+
* @schema BucketSpecNotificationTopicConfigurationsFilterKeyFilterRules
|
|
2189
|
+
*/
|
|
2190
|
+
export interface BucketSpecNotificationTopicConfigurationsFilterKeyFilterRules {
|
|
2191
|
+
/**
|
|
2192
|
+
* @schema BucketSpecNotificationTopicConfigurationsFilterKeyFilterRules#name
|
|
2193
|
+
*/
|
|
2194
|
+
readonly name?: string;
|
|
2195
|
+
/**
|
|
2196
|
+
* @schema BucketSpecNotificationTopicConfigurationsFilterKeyFilterRules#value
|
|
2197
|
+
*/
|
|
2198
|
+
readonly value?: string;
|
|
2199
|
+
}
|
|
2200
|
+
/**
|
|
2201
|
+
* Converts an object of type 'BucketSpecNotificationTopicConfigurationsFilterKeyFilterRules' to JSON representation.
|
|
2202
|
+
*/
|
|
2203
|
+
export declare function toJson_BucketSpecNotificationTopicConfigurationsFilterKeyFilterRules(obj: BucketSpecNotificationTopicConfigurationsFilterKeyFilterRules | undefined): Record<string, any> | undefined;
|
|
2204
|
+
/**
|
|
2205
|
+
* A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
|
|
2206
|
+
*
|
|
2207
|
+
* @schema BucketSpecReplicationRulesDestinationMetricsEventThreshold
|
|
2208
|
+
*/
|
|
2209
|
+
export interface BucketSpecReplicationRulesDestinationMetricsEventThreshold {
|
|
2210
|
+
/**
|
|
2211
|
+
* @schema BucketSpecReplicationRulesDestinationMetricsEventThreshold#minutes
|
|
2212
|
+
*/
|
|
2213
|
+
readonly minutes?: number;
|
|
2214
|
+
}
|
|
2215
|
+
/**
|
|
2216
|
+
* Converts an object of type 'BucketSpecReplicationRulesDestinationMetricsEventThreshold' to JSON representation.
|
|
2217
|
+
*/
|
|
2218
|
+
export declare function toJson_BucketSpecReplicationRulesDestinationMetricsEventThreshold(obj: BucketSpecReplicationRulesDestinationMetricsEventThreshold | undefined): Record<string, any> | undefined;
|
|
2219
|
+
/**
|
|
2220
|
+
* A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.
|
|
2221
|
+
*
|
|
2222
|
+
* @schema BucketSpecReplicationRulesDestinationReplicationTimeTime
|
|
2223
|
+
*/
|
|
2224
|
+
export interface BucketSpecReplicationRulesDestinationReplicationTimeTime {
|
|
2225
|
+
/**
|
|
2226
|
+
* @schema BucketSpecReplicationRulesDestinationReplicationTimeTime#minutes
|
|
2227
|
+
*/
|
|
2228
|
+
readonly minutes?: number;
|
|
2229
|
+
}
|
|
2230
|
+
/**
|
|
2231
|
+
* Converts an object of type 'BucketSpecReplicationRulesDestinationReplicationTimeTime' to JSON representation.
|
|
2232
|
+
*/
|
|
2233
|
+
export declare function toJson_BucketSpecReplicationRulesDestinationReplicationTimeTime(obj: BucketSpecReplicationRulesDestinationReplicationTimeTime | undefined): Record<string, any> | undefined;
|
|
2234
|
+
/**
|
|
2235
|
+
* A container of a key value name pair.
|
|
2236
|
+
*
|
|
2237
|
+
* @schema BucketSpecReplicationRulesFilterAndTags
|
|
2238
|
+
*/
|
|
2239
|
+
export interface BucketSpecReplicationRulesFilterAndTags {
|
|
2240
|
+
/**
|
|
2241
|
+
* @schema BucketSpecReplicationRulesFilterAndTags#key
|
|
2242
|
+
*/
|
|
2243
|
+
readonly key?: string;
|
|
2244
|
+
/**
|
|
2245
|
+
* @schema BucketSpecReplicationRulesFilterAndTags#value
|
|
2246
|
+
*/
|
|
2247
|
+
readonly value?: string;
|
|
2248
|
+
}
|
|
2249
|
+
/**
|
|
2250
|
+
* Converts an object of type 'BucketSpecReplicationRulesFilterAndTags' to JSON representation.
|
|
2251
|
+
*/
|
|
2252
|
+
export declare function toJson_BucketSpecReplicationRulesFilterAndTags(obj: BucketSpecReplicationRulesFilterAndTags | undefined): Record<string, any> | undefined;
|
|
2253
|
+
//# sourceMappingURL=s3buckets-s3.services.k8s.aws.d.ts.map
|