aws-sdk-s3control 1.75.0 → 1.77.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3control/client.rb +1 -1
- data/lib/aws-sdk-s3control/endpoint_provider.rb +27 -9
- data/lib/aws-sdk-s3control/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-s3control.rb +1 -1
- data/sig/client.rbs +1694 -0
- data/sig/errors.rbs +50 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +1969 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,1969 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::S3Control
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AbortIncompleteMultipartUpload
|
12
|
+
attr_accessor days_after_initiation: ::Integer
|
13
|
+
SENSITIVE: []
|
14
|
+
end
|
15
|
+
|
16
|
+
class AccessControlTranslation
|
17
|
+
attr_accessor owner: ("Destination")
|
18
|
+
SENSITIVE: []
|
19
|
+
end
|
20
|
+
|
21
|
+
class AccessGrantsLocationConfiguration
|
22
|
+
attr_accessor s3_sub_prefix: ::String
|
23
|
+
SENSITIVE: []
|
24
|
+
end
|
25
|
+
|
26
|
+
class AccessPoint
|
27
|
+
attr_accessor name: ::String
|
28
|
+
attr_accessor network_origin: ("Internet" | "VPC")
|
29
|
+
attr_accessor vpc_configuration: Types::VpcConfiguration
|
30
|
+
attr_accessor bucket: ::String
|
31
|
+
attr_accessor access_point_arn: ::String
|
32
|
+
attr_accessor alias: ::String
|
33
|
+
attr_accessor bucket_account_id: ::String
|
34
|
+
SENSITIVE: []
|
35
|
+
end
|
36
|
+
|
37
|
+
class AccountLevel
|
38
|
+
attr_accessor activity_metrics: Types::ActivityMetrics
|
39
|
+
attr_accessor bucket_level: Types::BucketLevel
|
40
|
+
attr_accessor advanced_cost_optimization_metrics: Types::AdvancedCostOptimizationMetrics
|
41
|
+
attr_accessor advanced_data_protection_metrics: Types::AdvancedDataProtectionMetrics
|
42
|
+
attr_accessor detailed_status_codes_metrics: Types::DetailedStatusCodesMetrics
|
43
|
+
attr_accessor storage_lens_group_level: Types::StorageLensGroupLevel
|
44
|
+
SENSITIVE: []
|
45
|
+
end
|
46
|
+
|
47
|
+
class ActivityMetrics
|
48
|
+
attr_accessor is_enabled: bool
|
49
|
+
SENSITIVE: []
|
50
|
+
end
|
51
|
+
|
52
|
+
class AdvancedCostOptimizationMetrics
|
53
|
+
attr_accessor is_enabled: bool
|
54
|
+
SENSITIVE: []
|
55
|
+
end
|
56
|
+
|
57
|
+
class AdvancedDataProtectionMetrics
|
58
|
+
attr_accessor is_enabled: bool
|
59
|
+
SENSITIVE: []
|
60
|
+
end
|
61
|
+
|
62
|
+
class AssociateAccessGrantsIdentityCenterRequest
|
63
|
+
attr_accessor account_id: ::String
|
64
|
+
attr_accessor identity_center_arn: ::String
|
65
|
+
SENSITIVE: []
|
66
|
+
end
|
67
|
+
|
68
|
+
class AsyncErrorDetails
|
69
|
+
attr_accessor code: ::String
|
70
|
+
attr_accessor message: ::String
|
71
|
+
attr_accessor resource: ::String
|
72
|
+
attr_accessor request_id: ::String
|
73
|
+
SENSITIVE: []
|
74
|
+
end
|
75
|
+
|
76
|
+
class AsyncOperation
|
77
|
+
attr_accessor creation_time: ::Time
|
78
|
+
attr_accessor operation: ("CreateMultiRegionAccessPoint" | "DeleteMultiRegionAccessPoint" | "PutMultiRegionAccessPointPolicy")
|
79
|
+
attr_accessor request_token_arn: ::String
|
80
|
+
attr_accessor request_parameters: Types::AsyncRequestParameters
|
81
|
+
attr_accessor request_status: ::String
|
82
|
+
attr_accessor response_details: Types::AsyncResponseDetails
|
83
|
+
SENSITIVE: []
|
84
|
+
end
|
85
|
+
|
86
|
+
class AsyncRequestParameters
|
87
|
+
attr_accessor create_multi_region_access_point_request: Types::CreateMultiRegionAccessPointInput
|
88
|
+
attr_accessor delete_multi_region_access_point_request: Types::DeleteMultiRegionAccessPointInput
|
89
|
+
attr_accessor put_multi_region_access_point_policy_request: Types::PutMultiRegionAccessPointPolicyInput
|
90
|
+
SENSITIVE: []
|
91
|
+
end
|
92
|
+
|
93
|
+
class AsyncResponseDetails
|
94
|
+
attr_accessor multi_region_access_point_details: Types::MultiRegionAccessPointsAsyncResponse
|
95
|
+
attr_accessor error_details: Types::AsyncErrorDetails
|
96
|
+
SENSITIVE: []
|
97
|
+
end
|
98
|
+
|
99
|
+
class AwsLambdaTransformation
|
100
|
+
attr_accessor function_arn: ::String
|
101
|
+
attr_accessor function_payload: ::String
|
102
|
+
SENSITIVE: []
|
103
|
+
end
|
104
|
+
|
105
|
+
class BadRequestException
|
106
|
+
attr_accessor message: ::String
|
107
|
+
SENSITIVE: []
|
108
|
+
end
|
109
|
+
|
110
|
+
class BucketAlreadyExists < Aws::EmptyStructure
|
111
|
+
end
|
112
|
+
|
113
|
+
class BucketAlreadyOwnedByYou < Aws::EmptyStructure
|
114
|
+
end
|
115
|
+
|
116
|
+
class BucketLevel
|
117
|
+
attr_accessor activity_metrics: Types::ActivityMetrics
|
118
|
+
attr_accessor prefix_level: Types::PrefixLevel
|
119
|
+
attr_accessor advanced_cost_optimization_metrics: Types::AdvancedCostOptimizationMetrics
|
120
|
+
attr_accessor advanced_data_protection_metrics: Types::AdvancedDataProtectionMetrics
|
121
|
+
attr_accessor detailed_status_codes_metrics: Types::DetailedStatusCodesMetrics
|
122
|
+
SENSITIVE: []
|
123
|
+
end
|
124
|
+
|
125
|
+
class CloudWatchMetrics
|
126
|
+
attr_accessor is_enabled: bool
|
127
|
+
SENSITIVE: []
|
128
|
+
end
|
129
|
+
|
130
|
+
class CreateAccessGrantRequest
|
131
|
+
attr_accessor account_id: ::String
|
132
|
+
attr_accessor access_grants_location_id: ::String
|
133
|
+
attr_accessor access_grants_location_configuration: Types::AccessGrantsLocationConfiguration
|
134
|
+
attr_accessor grantee: Types::Grantee
|
135
|
+
attr_accessor permission: ("READ" | "WRITE" | "READWRITE")
|
136
|
+
attr_accessor application_arn: ::String
|
137
|
+
attr_accessor s3_prefix_type: ("Object")
|
138
|
+
attr_accessor tags: ::Array[Types::Tag]
|
139
|
+
SENSITIVE: []
|
140
|
+
end
|
141
|
+
|
142
|
+
class CreateAccessGrantResult
|
143
|
+
attr_accessor created_at: ::Time
|
144
|
+
attr_accessor access_grant_id: ::String
|
145
|
+
attr_accessor access_grant_arn: ::String
|
146
|
+
attr_accessor grantee: Types::Grantee
|
147
|
+
attr_accessor access_grants_location_id: ::String
|
148
|
+
attr_accessor access_grants_location_configuration: Types::AccessGrantsLocationConfiguration
|
149
|
+
attr_accessor permission: ("READ" | "WRITE" | "READWRITE")
|
150
|
+
attr_accessor application_arn: ::String
|
151
|
+
attr_accessor grant_scope: ::String
|
152
|
+
SENSITIVE: []
|
153
|
+
end
|
154
|
+
|
155
|
+
class CreateAccessGrantsInstanceRequest
|
156
|
+
attr_accessor account_id: ::String
|
157
|
+
attr_accessor identity_center_arn: ::String
|
158
|
+
attr_accessor tags: ::Array[Types::Tag]
|
159
|
+
SENSITIVE: []
|
160
|
+
end
|
161
|
+
|
162
|
+
class CreateAccessGrantsInstanceResult
|
163
|
+
attr_accessor created_at: ::Time
|
164
|
+
attr_accessor access_grants_instance_id: ::String
|
165
|
+
attr_accessor access_grants_instance_arn: ::String
|
166
|
+
attr_accessor identity_center_arn: ::String
|
167
|
+
SENSITIVE: []
|
168
|
+
end
|
169
|
+
|
170
|
+
class CreateAccessGrantsLocationRequest
|
171
|
+
attr_accessor account_id: ::String
|
172
|
+
attr_accessor location_scope: ::String
|
173
|
+
attr_accessor iam_role_arn: ::String
|
174
|
+
attr_accessor tags: ::Array[Types::Tag]
|
175
|
+
SENSITIVE: []
|
176
|
+
end
|
177
|
+
|
178
|
+
class CreateAccessGrantsLocationResult
|
179
|
+
attr_accessor created_at: ::Time
|
180
|
+
attr_accessor access_grants_location_id: ::String
|
181
|
+
attr_accessor access_grants_location_arn: ::String
|
182
|
+
attr_accessor location_scope: ::String
|
183
|
+
attr_accessor iam_role_arn: ::String
|
184
|
+
SENSITIVE: []
|
185
|
+
end
|
186
|
+
|
187
|
+
class CreateAccessPointForObjectLambdaRequest
|
188
|
+
attr_accessor account_id: ::String
|
189
|
+
attr_accessor name: ::String
|
190
|
+
attr_accessor configuration: Types::ObjectLambdaConfiguration
|
191
|
+
SENSITIVE: []
|
192
|
+
end
|
193
|
+
|
194
|
+
class CreateAccessPointForObjectLambdaResult
|
195
|
+
attr_accessor object_lambda_access_point_arn: ::String
|
196
|
+
attr_accessor alias: Types::ObjectLambdaAccessPointAlias
|
197
|
+
SENSITIVE: []
|
198
|
+
end
|
199
|
+
|
200
|
+
class CreateAccessPointRequest
|
201
|
+
attr_accessor account_id: ::String
|
202
|
+
attr_accessor name: ::String
|
203
|
+
attr_accessor bucket: ::String
|
204
|
+
attr_accessor vpc_configuration: Types::VpcConfiguration
|
205
|
+
attr_accessor public_access_block_configuration: Types::PublicAccessBlockConfiguration
|
206
|
+
attr_accessor bucket_account_id: ::String
|
207
|
+
SENSITIVE: []
|
208
|
+
end
|
209
|
+
|
210
|
+
class CreateAccessPointResult
|
211
|
+
attr_accessor access_point_arn: ::String
|
212
|
+
attr_accessor alias: ::String
|
213
|
+
SENSITIVE: []
|
214
|
+
end
|
215
|
+
|
216
|
+
class CreateBucketConfiguration
|
217
|
+
attr_accessor location_constraint: ("EU" | "eu-west-1" | "us-west-1" | "us-west-2" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-northeast-1" | "sa-east-1" | "cn-north-1" | "eu-central-1")
|
218
|
+
SENSITIVE: []
|
219
|
+
end
|
220
|
+
|
221
|
+
class CreateBucketRequest
|
222
|
+
attr_accessor acl: ("private" | "public-read" | "public-read-write" | "authenticated-read")
|
223
|
+
attr_accessor bucket: ::String
|
224
|
+
attr_accessor create_bucket_configuration: Types::CreateBucketConfiguration
|
225
|
+
attr_accessor grant_full_control: ::String
|
226
|
+
attr_accessor grant_read: ::String
|
227
|
+
attr_accessor grant_read_acp: ::String
|
228
|
+
attr_accessor grant_write: ::String
|
229
|
+
attr_accessor grant_write_acp: ::String
|
230
|
+
attr_accessor object_lock_enabled_for_bucket: bool
|
231
|
+
attr_accessor outpost_id: ::String
|
232
|
+
SENSITIVE: []
|
233
|
+
end
|
234
|
+
|
235
|
+
class CreateBucketResult
|
236
|
+
attr_accessor location: ::String
|
237
|
+
attr_accessor bucket_arn: ::String
|
238
|
+
SENSITIVE: []
|
239
|
+
end
|
240
|
+
|
241
|
+
class CreateJobRequest
|
242
|
+
attr_accessor account_id: ::String
|
243
|
+
attr_accessor confirmation_required: bool
|
244
|
+
attr_accessor operation: Types::JobOperation
|
245
|
+
attr_accessor report: Types::JobReport
|
246
|
+
attr_accessor client_request_token: ::String
|
247
|
+
attr_accessor manifest: Types::JobManifest
|
248
|
+
attr_accessor description: ::String
|
249
|
+
attr_accessor priority: ::Integer
|
250
|
+
attr_accessor role_arn: ::String
|
251
|
+
attr_accessor tags: ::Array[Types::S3Tag]
|
252
|
+
attr_accessor manifest_generator: Types::JobManifestGenerator
|
253
|
+
SENSITIVE: []
|
254
|
+
end
|
255
|
+
|
256
|
+
class CreateJobResult
|
257
|
+
attr_accessor job_id: ::String
|
258
|
+
SENSITIVE: []
|
259
|
+
end
|
260
|
+
|
261
|
+
class CreateMultiRegionAccessPointInput
|
262
|
+
attr_accessor name: ::String
|
263
|
+
attr_accessor public_access_block: Types::PublicAccessBlockConfiguration
|
264
|
+
attr_accessor regions: ::Array[Types::Region]
|
265
|
+
SENSITIVE: []
|
266
|
+
end
|
267
|
+
|
268
|
+
class CreateMultiRegionAccessPointRequest
|
269
|
+
attr_accessor account_id: ::String
|
270
|
+
attr_accessor client_token: ::String
|
271
|
+
attr_accessor details: Types::CreateMultiRegionAccessPointInput
|
272
|
+
SENSITIVE: []
|
273
|
+
end
|
274
|
+
|
275
|
+
class CreateMultiRegionAccessPointResult
|
276
|
+
attr_accessor request_token_arn: ::String
|
277
|
+
SENSITIVE: []
|
278
|
+
end
|
279
|
+
|
280
|
+
class CreateStorageLensGroupRequest
|
281
|
+
attr_accessor account_id: ::String
|
282
|
+
attr_accessor storage_lens_group: Types::StorageLensGroup
|
283
|
+
attr_accessor tags: ::Array[Types::Tag]
|
284
|
+
SENSITIVE: []
|
285
|
+
end
|
286
|
+
|
287
|
+
class Credentials
|
288
|
+
attr_accessor access_key_id: ::String
|
289
|
+
attr_accessor secret_access_key: ::String
|
290
|
+
attr_accessor session_token: ::String
|
291
|
+
attr_accessor expiration: ::Time
|
292
|
+
SENSITIVE: [:access_key_id, :secret_access_key, :session_token]
|
293
|
+
end
|
294
|
+
|
295
|
+
class DeleteAccessGrantRequest
|
296
|
+
attr_accessor account_id: ::String
|
297
|
+
attr_accessor access_grant_id: ::String
|
298
|
+
SENSITIVE: []
|
299
|
+
end
|
300
|
+
|
301
|
+
class DeleteAccessGrantsInstanceRequest
|
302
|
+
attr_accessor account_id: ::String
|
303
|
+
SENSITIVE: []
|
304
|
+
end
|
305
|
+
|
306
|
+
class DeleteAccessGrantsInstanceResourcePolicyRequest
|
307
|
+
attr_accessor account_id: ::String
|
308
|
+
SENSITIVE: []
|
309
|
+
end
|
310
|
+
|
311
|
+
class DeleteAccessGrantsLocationRequest
|
312
|
+
attr_accessor account_id: ::String
|
313
|
+
attr_accessor access_grants_location_id: ::String
|
314
|
+
SENSITIVE: []
|
315
|
+
end
|
316
|
+
|
317
|
+
class DeleteAccessPointForObjectLambdaRequest
|
318
|
+
attr_accessor account_id: ::String
|
319
|
+
attr_accessor name: ::String
|
320
|
+
SENSITIVE: []
|
321
|
+
end
|
322
|
+
|
323
|
+
class DeleteAccessPointPolicyForObjectLambdaRequest
|
324
|
+
attr_accessor account_id: ::String
|
325
|
+
attr_accessor name: ::String
|
326
|
+
SENSITIVE: []
|
327
|
+
end
|
328
|
+
|
329
|
+
class DeleteAccessPointPolicyRequest
|
330
|
+
attr_accessor account_id: ::String
|
331
|
+
attr_accessor name: ::String
|
332
|
+
SENSITIVE: []
|
333
|
+
end
|
334
|
+
|
335
|
+
class DeleteAccessPointRequest
|
336
|
+
attr_accessor account_id: ::String
|
337
|
+
attr_accessor name: ::String
|
338
|
+
SENSITIVE: []
|
339
|
+
end
|
340
|
+
|
341
|
+
class DeleteBucketLifecycleConfigurationRequest
|
342
|
+
attr_accessor account_id: ::String
|
343
|
+
attr_accessor bucket: ::String
|
344
|
+
SENSITIVE: []
|
345
|
+
end
|
346
|
+
|
347
|
+
class DeleteBucketPolicyRequest
|
348
|
+
attr_accessor account_id: ::String
|
349
|
+
attr_accessor bucket: ::String
|
350
|
+
SENSITIVE: []
|
351
|
+
end
|
352
|
+
|
353
|
+
class DeleteBucketReplicationRequest
|
354
|
+
attr_accessor account_id: ::String
|
355
|
+
attr_accessor bucket: ::String
|
356
|
+
SENSITIVE: []
|
357
|
+
end
|
358
|
+
|
359
|
+
class DeleteBucketRequest
|
360
|
+
attr_accessor account_id: ::String
|
361
|
+
attr_accessor bucket: ::String
|
362
|
+
SENSITIVE: []
|
363
|
+
end
|
364
|
+
|
365
|
+
class DeleteBucketTaggingRequest
|
366
|
+
attr_accessor account_id: ::String
|
367
|
+
attr_accessor bucket: ::String
|
368
|
+
SENSITIVE: []
|
369
|
+
end
|
370
|
+
|
371
|
+
class DeleteJobTaggingRequest
|
372
|
+
attr_accessor account_id: ::String
|
373
|
+
attr_accessor job_id: ::String
|
374
|
+
SENSITIVE: []
|
375
|
+
end
|
376
|
+
|
377
|
+
class DeleteJobTaggingResult < Aws::EmptyStructure
|
378
|
+
end
|
379
|
+
|
380
|
+
class DeleteMarkerReplication
|
381
|
+
attr_accessor status: ("Enabled" | "Disabled")
|
382
|
+
SENSITIVE: []
|
383
|
+
end
|
384
|
+
|
385
|
+
class DeleteMultiRegionAccessPointInput
|
386
|
+
attr_accessor name: ::String
|
387
|
+
SENSITIVE: []
|
388
|
+
end
|
389
|
+
|
390
|
+
class DeleteMultiRegionAccessPointRequest
|
391
|
+
attr_accessor account_id: ::String
|
392
|
+
attr_accessor client_token: ::String
|
393
|
+
attr_accessor details: Types::DeleteMultiRegionAccessPointInput
|
394
|
+
SENSITIVE: []
|
395
|
+
end
|
396
|
+
|
397
|
+
class DeleteMultiRegionAccessPointResult
|
398
|
+
attr_accessor request_token_arn: ::String
|
399
|
+
SENSITIVE: []
|
400
|
+
end
|
401
|
+
|
402
|
+
class DeletePublicAccessBlockRequest
|
403
|
+
attr_accessor account_id: ::String
|
404
|
+
SENSITIVE: []
|
405
|
+
end
|
406
|
+
|
407
|
+
class DeleteStorageLensConfigurationRequest
|
408
|
+
attr_accessor config_id: ::String
|
409
|
+
attr_accessor account_id: ::String
|
410
|
+
SENSITIVE: []
|
411
|
+
end
|
412
|
+
|
413
|
+
class DeleteStorageLensConfigurationTaggingRequest
|
414
|
+
attr_accessor config_id: ::String
|
415
|
+
attr_accessor account_id: ::String
|
416
|
+
SENSITIVE: []
|
417
|
+
end
|
418
|
+
|
419
|
+
class DeleteStorageLensConfigurationTaggingResult < Aws::EmptyStructure
|
420
|
+
end
|
421
|
+
|
422
|
+
class DeleteStorageLensGroupRequest
|
423
|
+
attr_accessor name: ::String
|
424
|
+
attr_accessor account_id: ::String
|
425
|
+
SENSITIVE: []
|
426
|
+
end
|
427
|
+
|
428
|
+
class DescribeJobRequest
|
429
|
+
attr_accessor account_id: ::String
|
430
|
+
attr_accessor job_id: ::String
|
431
|
+
SENSITIVE: []
|
432
|
+
end
|
433
|
+
|
434
|
+
class DescribeJobResult
|
435
|
+
attr_accessor job: Types::JobDescriptor
|
436
|
+
SENSITIVE: []
|
437
|
+
end
|
438
|
+
|
439
|
+
class DescribeMultiRegionAccessPointOperationRequest
|
440
|
+
attr_accessor account_id: ::String
|
441
|
+
attr_accessor request_token_arn: ::String
|
442
|
+
SENSITIVE: []
|
443
|
+
end
|
444
|
+
|
445
|
+
class DescribeMultiRegionAccessPointOperationResult
|
446
|
+
attr_accessor async_operation: Types::AsyncOperation
|
447
|
+
SENSITIVE: []
|
448
|
+
end
|
449
|
+
|
450
|
+
class Destination
|
451
|
+
attr_accessor account: ::String
|
452
|
+
attr_accessor bucket: ::String
|
453
|
+
attr_accessor replication_time: Types::ReplicationTime
|
454
|
+
attr_accessor access_control_translation: Types::AccessControlTranslation
|
455
|
+
attr_accessor encryption_configuration: Types::EncryptionConfiguration
|
456
|
+
attr_accessor metrics: Types::Metrics
|
457
|
+
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR")
|
458
|
+
SENSITIVE: []
|
459
|
+
end
|
460
|
+
|
461
|
+
class DetailedStatusCodesMetrics
|
462
|
+
attr_accessor is_enabled: bool
|
463
|
+
SENSITIVE: []
|
464
|
+
end
|
465
|
+
|
466
|
+
class DissociateAccessGrantsIdentityCenterRequest
|
467
|
+
attr_accessor account_id: ::String
|
468
|
+
SENSITIVE: []
|
469
|
+
end
|
470
|
+
|
471
|
+
class EncryptionConfiguration
|
472
|
+
attr_accessor replica_kms_key_id: ::String
|
473
|
+
SENSITIVE: []
|
474
|
+
end
|
475
|
+
|
476
|
+
class EstablishedMultiRegionAccessPointPolicy
|
477
|
+
attr_accessor policy: ::String
|
478
|
+
SENSITIVE: []
|
479
|
+
end
|
480
|
+
|
481
|
+
class Exclude
|
482
|
+
attr_accessor buckets: ::Array[::String]
|
483
|
+
attr_accessor regions: ::Array[::String]
|
484
|
+
SENSITIVE: []
|
485
|
+
end
|
486
|
+
|
487
|
+
class ExistingObjectReplication
|
488
|
+
attr_accessor status: ("Enabled" | "Disabled")
|
489
|
+
SENSITIVE: []
|
490
|
+
end
|
491
|
+
|
492
|
+
class GeneratedManifestEncryption
|
493
|
+
attr_accessor sses3: Types::SSES3Encryption
|
494
|
+
attr_accessor ssekms: Types::SSEKMSEncryption
|
495
|
+
SENSITIVE: []
|
496
|
+
end
|
497
|
+
|
498
|
+
class GetAccessGrantRequest
|
499
|
+
attr_accessor account_id: ::String
|
500
|
+
attr_accessor access_grant_id: ::String
|
501
|
+
SENSITIVE: []
|
502
|
+
end
|
503
|
+
|
504
|
+
class GetAccessGrantResult
|
505
|
+
attr_accessor created_at: ::Time
|
506
|
+
attr_accessor access_grant_id: ::String
|
507
|
+
attr_accessor access_grant_arn: ::String
|
508
|
+
attr_accessor grantee: Types::Grantee
|
509
|
+
attr_accessor permission: ("READ" | "WRITE" | "READWRITE")
|
510
|
+
attr_accessor access_grants_location_id: ::String
|
511
|
+
attr_accessor access_grants_location_configuration: Types::AccessGrantsLocationConfiguration
|
512
|
+
attr_accessor grant_scope: ::String
|
513
|
+
attr_accessor application_arn: ::String
|
514
|
+
SENSITIVE: []
|
515
|
+
end
|
516
|
+
|
517
|
+
class GetAccessGrantsInstanceForPrefixRequest
|
518
|
+
attr_accessor account_id: ::String
|
519
|
+
attr_accessor s3_prefix: ::String
|
520
|
+
SENSITIVE: []
|
521
|
+
end
|
522
|
+
|
523
|
+
class GetAccessGrantsInstanceForPrefixResult
|
524
|
+
attr_accessor access_grants_instance_arn: ::String
|
525
|
+
attr_accessor access_grants_instance_id: ::String
|
526
|
+
SENSITIVE: []
|
527
|
+
end
|
528
|
+
|
529
|
+
class GetAccessGrantsInstanceRequest
|
530
|
+
attr_accessor account_id: ::String
|
531
|
+
SENSITIVE: []
|
532
|
+
end
|
533
|
+
|
534
|
+
class GetAccessGrantsInstanceResourcePolicyRequest
|
535
|
+
attr_accessor account_id: ::String
|
536
|
+
SENSITIVE: []
|
537
|
+
end
|
538
|
+
|
539
|
+
class GetAccessGrantsInstanceResourcePolicyResult
|
540
|
+
attr_accessor policy: ::String
|
541
|
+
attr_accessor organization: ::String
|
542
|
+
attr_accessor created_at: ::Time
|
543
|
+
SENSITIVE: []
|
544
|
+
end
|
545
|
+
|
546
|
+
class GetAccessGrantsInstanceResult
|
547
|
+
attr_accessor access_grants_instance_arn: ::String
|
548
|
+
attr_accessor access_grants_instance_id: ::String
|
549
|
+
attr_accessor identity_center_arn: ::String
|
550
|
+
attr_accessor created_at: ::Time
|
551
|
+
SENSITIVE: []
|
552
|
+
end
|
553
|
+
|
554
|
+
class GetAccessGrantsLocationRequest
|
555
|
+
attr_accessor account_id: ::String
|
556
|
+
attr_accessor access_grants_location_id: ::String
|
557
|
+
SENSITIVE: []
|
558
|
+
end
|
559
|
+
|
560
|
+
class GetAccessGrantsLocationResult
|
561
|
+
attr_accessor created_at: ::Time
|
562
|
+
attr_accessor access_grants_location_id: ::String
|
563
|
+
attr_accessor access_grants_location_arn: ::String
|
564
|
+
attr_accessor location_scope: ::String
|
565
|
+
attr_accessor iam_role_arn: ::String
|
566
|
+
SENSITIVE: []
|
567
|
+
end
|
568
|
+
|
569
|
+
class GetAccessPointConfigurationForObjectLambdaRequest
|
570
|
+
attr_accessor account_id: ::String
|
571
|
+
attr_accessor name: ::String
|
572
|
+
SENSITIVE: []
|
573
|
+
end
|
574
|
+
|
575
|
+
class GetAccessPointConfigurationForObjectLambdaResult
|
576
|
+
attr_accessor configuration: Types::ObjectLambdaConfiguration
|
577
|
+
SENSITIVE: []
|
578
|
+
end
|
579
|
+
|
580
|
+
class GetAccessPointForObjectLambdaRequest
|
581
|
+
attr_accessor account_id: ::String
|
582
|
+
attr_accessor name: ::String
|
583
|
+
SENSITIVE: []
|
584
|
+
end
|
585
|
+
|
586
|
+
class GetAccessPointForObjectLambdaResult
|
587
|
+
attr_accessor name: ::String
|
588
|
+
attr_accessor public_access_block_configuration: Types::PublicAccessBlockConfiguration
|
589
|
+
attr_accessor creation_date: ::Time
|
590
|
+
attr_accessor alias: Types::ObjectLambdaAccessPointAlias
|
591
|
+
SENSITIVE: []
|
592
|
+
end
|
593
|
+
|
594
|
+
class GetAccessPointPolicyForObjectLambdaRequest
|
595
|
+
attr_accessor account_id: ::String
|
596
|
+
attr_accessor name: ::String
|
597
|
+
SENSITIVE: []
|
598
|
+
end
|
599
|
+
|
600
|
+
class GetAccessPointPolicyForObjectLambdaResult
|
601
|
+
attr_accessor policy: ::String
|
602
|
+
SENSITIVE: []
|
603
|
+
end
|
604
|
+
|
605
|
+
class GetAccessPointPolicyRequest
|
606
|
+
attr_accessor account_id: ::String
|
607
|
+
attr_accessor name: ::String
|
608
|
+
SENSITIVE: []
|
609
|
+
end
|
610
|
+
|
611
|
+
class GetAccessPointPolicyResult
|
612
|
+
attr_accessor policy: ::String
|
613
|
+
SENSITIVE: []
|
614
|
+
end
|
615
|
+
|
616
|
+
class GetAccessPointPolicyStatusForObjectLambdaRequest
|
617
|
+
attr_accessor account_id: ::String
|
618
|
+
attr_accessor name: ::String
|
619
|
+
SENSITIVE: []
|
620
|
+
end
|
621
|
+
|
622
|
+
class GetAccessPointPolicyStatusForObjectLambdaResult
|
623
|
+
attr_accessor policy_status: Types::PolicyStatus
|
624
|
+
SENSITIVE: []
|
625
|
+
end
|
626
|
+
|
627
|
+
class GetAccessPointPolicyStatusRequest
|
628
|
+
attr_accessor account_id: ::String
|
629
|
+
attr_accessor name: ::String
|
630
|
+
SENSITIVE: []
|
631
|
+
end
|
632
|
+
|
633
|
+
class GetAccessPointPolicyStatusResult
|
634
|
+
attr_accessor policy_status: Types::PolicyStatus
|
635
|
+
SENSITIVE: []
|
636
|
+
end
|
637
|
+
|
638
|
+
class GetAccessPointRequest
|
639
|
+
attr_accessor account_id: ::String
|
640
|
+
attr_accessor name: ::String
|
641
|
+
SENSITIVE: []
|
642
|
+
end
|
643
|
+
|
644
|
+
class GetAccessPointResult
|
645
|
+
attr_accessor name: ::String
|
646
|
+
attr_accessor bucket: ::String
|
647
|
+
attr_accessor network_origin: ("Internet" | "VPC")
|
648
|
+
attr_accessor vpc_configuration: Types::VpcConfiguration
|
649
|
+
attr_accessor public_access_block_configuration: Types::PublicAccessBlockConfiguration
|
650
|
+
attr_accessor creation_date: ::Time
|
651
|
+
attr_accessor alias: ::String
|
652
|
+
attr_accessor access_point_arn: ::String
|
653
|
+
attr_accessor endpoints: ::Hash[::String, ::String]
|
654
|
+
attr_accessor bucket_account_id: ::String
|
655
|
+
SENSITIVE: []
|
656
|
+
end
|
657
|
+
|
658
|
+
class GetBucketLifecycleConfigurationRequest
|
659
|
+
attr_accessor account_id: ::String
|
660
|
+
attr_accessor bucket: ::String
|
661
|
+
SENSITIVE: []
|
662
|
+
end
|
663
|
+
|
664
|
+
class GetBucketLifecycleConfigurationResult
|
665
|
+
attr_accessor rules: ::Array[Types::LifecycleRule]
|
666
|
+
SENSITIVE: []
|
667
|
+
end
|
668
|
+
|
669
|
+
class GetBucketPolicyRequest
|
670
|
+
attr_accessor account_id: ::String
|
671
|
+
attr_accessor bucket: ::String
|
672
|
+
SENSITIVE: []
|
673
|
+
end
|
674
|
+
|
675
|
+
class GetBucketPolicyResult
|
676
|
+
attr_accessor policy: ::String
|
677
|
+
SENSITIVE: []
|
678
|
+
end
|
679
|
+
|
680
|
+
class GetBucketReplicationRequest
|
681
|
+
attr_accessor account_id: ::String
|
682
|
+
attr_accessor bucket: ::String
|
683
|
+
SENSITIVE: []
|
684
|
+
end
|
685
|
+
|
686
|
+
class GetBucketReplicationResult
|
687
|
+
attr_accessor replication_configuration: Types::ReplicationConfiguration
|
688
|
+
SENSITIVE: []
|
689
|
+
end
|
690
|
+
|
691
|
+
class GetBucketRequest
|
692
|
+
attr_accessor account_id: ::String
|
693
|
+
attr_accessor bucket: ::String
|
694
|
+
SENSITIVE: []
|
695
|
+
end
|
696
|
+
|
697
|
+
class GetBucketResult
|
698
|
+
attr_accessor bucket: ::String
|
699
|
+
attr_accessor public_access_block_enabled: bool
|
700
|
+
attr_accessor creation_date: ::Time
|
701
|
+
SENSITIVE: []
|
702
|
+
end
|
703
|
+
|
704
|
+
class GetBucketTaggingRequest
|
705
|
+
attr_accessor account_id: ::String
|
706
|
+
attr_accessor bucket: ::String
|
707
|
+
SENSITIVE: []
|
708
|
+
end
|
709
|
+
|
710
|
+
class GetBucketTaggingResult
|
711
|
+
attr_accessor tag_set: ::Array[Types::S3Tag]
|
712
|
+
SENSITIVE: []
|
713
|
+
end
|
714
|
+
|
715
|
+
class GetBucketVersioningRequest
|
716
|
+
attr_accessor account_id: ::String
|
717
|
+
attr_accessor bucket: ::String
|
718
|
+
SENSITIVE: []
|
719
|
+
end
|
720
|
+
|
721
|
+
class GetBucketVersioningResult
|
722
|
+
attr_accessor status: ("Enabled" | "Suspended")
|
723
|
+
attr_accessor mfa_delete: ("Enabled" | "Disabled")
|
724
|
+
SENSITIVE: []
|
725
|
+
end
|
726
|
+
|
727
|
+
class GetDataAccessRequest
|
728
|
+
attr_accessor account_id: ::String
|
729
|
+
attr_accessor target: ::String
|
730
|
+
attr_accessor permission: ("READ" | "WRITE" | "READWRITE")
|
731
|
+
attr_accessor duration_seconds: ::Integer
|
732
|
+
attr_accessor privilege: ("Minimal" | "Default")
|
733
|
+
attr_accessor target_type: ("Object")
|
734
|
+
SENSITIVE: []
|
735
|
+
end
|
736
|
+
|
737
|
+
class GetDataAccessResult
|
738
|
+
attr_accessor credentials: Types::Credentials
|
739
|
+
attr_accessor matched_grant_target: ::String
|
740
|
+
SENSITIVE: [:credentials]
|
741
|
+
end
|
742
|
+
|
743
|
+
class GetJobTaggingRequest
|
744
|
+
attr_accessor account_id: ::String
|
745
|
+
attr_accessor job_id: ::String
|
746
|
+
SENSITIVE: []
|
747
|
+
end
|
748
|
+
|
749
|
+
class GetJobTaggingResult
|
750
|
+
attr_accessor tags: ::Array[Types::S3Tag]
|
751
|
+
SENSITIVE: []
|
752
|
+
end
|
753
|
+
|
754
|
+
class GetMultiRegionAccessPointPolicyRequest
|
755
|
+
attr_accessor account_id: ::String
|
756
|
+
attr_accessor name: ::String
|
757
|
+
SENSITIVE: []
|
758
|
+
end
|
759
|
+
|
760
|
+
class GetMultiRegionAccessPointPolicyResult
|
761
|
+
attr_accessor policy: Types::MultiRegionAccessPointPolicyDocument
|
762
|
+
SENSITIVE: []
|
763
|
+
end
|
764
|
+
|
765
|
+
class GetMultiRegionAccessPointPolicyStatusRequest
|
766
|
+
attr_accessor account_id: ::String
|
767
|
+
attr_accessor name: ::String
|
768
|
+
SENSITIVE: []
|
769
|
+
end
|
770
|
+
|
771
|
+
class GetMultiRegionAccessPointPolicyStatusResult
|
772
|
+
attr_accessor established: Types::PolicyStatus
|
773
|
+
SENSITIVE: []
|
774
|
+
end
|
775
|
+
|
776
|
+
class GetMultiRegionAccessPointRequest
|
777
|
+
attr_accessor account_id: ::String
|
778
|
+
attr_accessor name: ::String
|
779
|
+
SENSITIVE: []
|
780
|
+
end
|
781
|
+
|
782
|
+
class GetMultiRegionAccessPointResult
|
783
|
+
attr_accessor access_point: Types::MultiRegionAccessPointReport
|
784
|
+
SENSITIVE: []
|
785
|
+
end
|
786
|
+
|
787
|
+
class GetMultiRegionAccessPointRoutesRequest
|
788
|
+
attr_accessor account_id: ::String
|
789
|
+
attr_accessor mrap: ::String
|
790
|
+
SENSITIVE: []
|
791
|
+
end
|
792
|
+
|
793
|
+
class GetMultiRegionAccessPointRoutesResult
|
794
|
+
attr_accessor mrap: ::String
|
795
|
+
attr_accessor routes: ::Array[Types::MultiRegionAccessPointRoute]
|
796
|
+
SENSITIVE: []
|
797
|
+
end
|
798
|
+
|
799
|
+
class GetPublicAccessBlockOutput
|
800
|
+
attr_accessor public_access_block_configuration: Types::PublicAccessBlockConfiguration
|
801
|
+
SENSITIVE: []
|
802
|
+
end
|
803
|
+
|
804
|
+
class GetPublicAccessBlockRequest
|
805
|
+
attr_accessor account_id: ::String
|
806
|
+
SENSITIVE: []
|
807
|
+
end
|
808
|
+
|
809
|
+
class GetStorageLensConfigurationRequest
|
810
|
+
attr_accessor config_id: ::String
|
811
|
+
attr_accessor account_id: ::String
|
812
|
+
SENSITIVE: []
|
813
|
+
end
|
814
|
+
|
815
|
+
class GetStorageLensConfigurationResult
|
816
|
+
attr_accessor storage_lens_configuration: Types::StorageLensConfiguration
|
817
|
+
SENSITIVE: []
|
818
|
+
end
|
819
|
+
|
820
|
+
class GetStorageLensConfigurationTaggingRequest
|
821
|
+
attr_accessor config_id: ::String
|
822
|
+
attr_accessor account_id: ::String
|
823
|
+
SENSITIVE: []
|
824
|
+
end
|
825
|
+
|
826
|
+
class GetStorageLensConfigurationTaggingResult
|
827
|
+
attr_accessor tags: ::Array[Types::StorageLensTag]
|
828
|
+
SENSITIVE: []
|
829
|
+
end
|
830
|
+
|
831
|
+
class GetStorageLensGroupRequest
|
832
|
+
attr_accessor name: ::String
|
833
|
+
attr_accessor account_id: ::String
|
834
|
+
SENSITIVE: []
|
835
|
+
end
|
836
|
+
|
837
|
+
class GetStorageLensGroupResult
|
838
|
+
attr_accessor storage_lens_group: Types::StorageLensGroup
|
839
|
+
SENSITIVE: []
|
840
|
+
end
|
841
|
+
|
842
|
+
class Grantee
|
843
|
+
attr_accessor grantee_type: ("DIRECTORY_USER" | "DIRECTORY_GROUP" | "IAM")
|
844
|
+
attr_accessor grantee_identifier: ::String
|
845
|
+
SENSITIVE: []
|
846
|
+
end
|
847
|
+
|
848
|
+
class IdempotencyException
|
849
|
+
attr_accessor message: ::String
|
850
|
+
SENSITIVE: []
|
851
|
+
end
|
852
|
+
|
853
|
+
class Include
|
854
|
+
attr_accessor buckets: ::Array[::String]
|
855
|
+
attr_accessor regions: ::Array[::String]
|
856
|
+
SENSITIVE: []
|
857
|
+
end
|
858
|
+
|
859
|
+
class InternalServiceException
|
860
|
+
attr_accessor message: ::String
|
861
|
+
SENSITIVE: []
|
862
|
+
end
|
863
|
+
|
864
|
+
class InvalidNextTokenException
|
865
|
+
attr_accessor message: ::String
|
866
|
+
SENSITIVE: []
|
867
|
+
end
|
868
|
+
|
869
|
+
class InvalidRequestException
|
870
|
+
attr_accessor message: ::String
|
871
|
+
SENSITIVE: []
|
872
|
+
end
|
873
|
+
|
874
|
+
class JobDescriptor
|
875
|
+
attr_accessor job_id: ::String
|
876
|
+
attr_accessor confirmation_required: bool
|
877
|
+
attr_accessor description: ::String
|
878
|
+
attr_accessor job_arn: ::String
|
879
|
+
attr_accessor status: ("Active" | "Cancelled" | "Cancelling" | "Complete" | "Completing" | "Failed" | "Failing" | "New" | "Paused" | "Pausing" | "Preparing" | "Ready" | "Suspended")
|
880
|
+
attr_accessor manifest: Types::JobManifest
|
881
|
+
attr_accessor operation: Types::JobOperation
|
882
|
+
attr_accessor priority: ::Integer
|
883
|
+
attr_accessor progress_summary: Types::JobProgressSummary
|
884
|
+
attr_accessor status_update_reason: ::String
|
885
|
+
attr_accessor failure_reasons: ::Array[Types::JobFailure]
|
886
|
+
attr_accessor report: Types::JobReport
|
887
|
+
attr_accessor creation_time: ::Time
|
888
|
+
attr_accessor termination_date: ::Time
|
889
|
+
attr_accessor role_arn: ::String
|
890
|
+
attr_accessor suspended_date: ::Time
|
891
|
+
attr_accessor suspended_cause: ::String
|
892
|
+
attr_accessor manifest_generator: Types::JobManifestGenerator
|
893
|
+
attr_accessor generated_manifest_descriptor: Types::S3GeneratedManifestDescriptor
|
894
|
+
SENSITIVE: []
|
895
|
+
end
|
896
|
+
|
897
|
+
class JobFailure
|
898
|
+
attr_accessor failure_code: ::String
|
899
|
+
attr_accessor failure_reason: ::String
|
900
|
+
SENSITIVE: []
|
901
|
+
end
|
902
|
+
|
903
|
+
class JobListDescriptor
|
904
|
+
attr_accessor job_id: ::String
|
905
|
+
attr_accessor description: ::String
|
906
|
+
attr_accessor operation: ("LambdaInvoke" | "S3PutObjectCopy" | "S3PutObjectAcl" | "S3PutObjectTagging" | "S3DeleteObjectTagging" | "S3InitiateRestoreObject" | "S3PutObjectLegalHold" | "S3PutObjectRetention" | "S3ReplicateObject")
|
907
|
+
attr_accessor priority: ::Integer
|
908
|
+
attr_accessor status: ("Active" | "Cancelled" | "Cancelling" | "Complete" | "Completing" | "Failed" | "Failing" | "New" | "Paused" | "Pausing" | "Preparing" | "Ready" | "Suspended")
|
909
|
+
attr_accessor creation_time: ::Time
|
910
|
+
attr_accessor termination_date: ::Time
|
911
|
+
attr_accessor progress_summary: Types::JobProgressSummary
|
912
|
+
SENSITIVE: []
|
913
|
+
end
|
914
|
+
|
915
|
+
class JobManifest
|
916
|
+
attr_accessor spec: Types::JobManifestSpec
|
917
|
+
attr_accessor location: Types::JobManifestLocation
|
918
|
+
SENSITIVE: []
|
919
|
+
end
|
920
|
+
|
921
|
+
class JobManifestGenerator
|
922
|
+
attr_accessor s3_job_manifest_generator: Types::S3JobManifestGenerator
|
923
|
+
attr_accessor unknown: untyped
|
924
|
+
SENSITIVE: []
|
925
|
+
|
926
|
+
class S3JobManifestGenerator < JobManifestGenerator
|
927
|
+
end
|
928
|
+
class Unknown < JobManifestGenerator
|
929
|
+
end
|
930
|
+
end
|
931
|
+
|
932
|
+
class JobManifestGeneratorFilter
|
933
|
+
attr_accessor eligible_for_replication: bool
|
934
|
+
attr_accessor created_after: ::Time
|
935
|
+
attr_accessor created_before: ::Time
|
936
|
+
attr_accessor object_replication_statuses: ::Array[("COMPLETED" | "FAILED" | "REPLICA" | "NONE")]
|
937
|
+
attr_accessor key_name_constraint: Types::KeyNameConstraint
|
938
|
+
attr_accessor object_size_greater_than_bytes: ::Integer
|
939
|
+
attr_accessor object_size_less_than_bytes: ::Integer
|
940
|
+
attr_accessor match_any_storage_class: ::Array[("STANDARD" | "STANDARD_IA" | "ONEZONE_IA" | "GLACIER" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "GLACIER_IR")]
|
941
|
+
SENSITIVE: []
|
942
|
+
end
|
943
|
+
|
944
|
+
class JobManifestLocation
|
945
|
+
attr_accessor object_arn: ::String
|
946
|
+
attr_accessor object_version_id: ::String
|
947
|
+
attr_accessor etag: ::String
|
948
|
+
SENSITIVE: []
|
949
|
+
end
|
950
|
+
|
951
|
+
class JobManifestSpec
|
952
|
+
attr_accessor format: ("S3BatchOperations_CSV_20180820" | "S3InventoryReport_CSV_20161130")
|
953
|
+
attr_accessor fields: ::Array[("Ignore" | "Bucket" | "Key" | "VersionId")]
|
954
|
+
SENSITIVE: []
|
955
|
+
end
|
956
|
+
|
957
|
+
class JobOperation
|
958
|
+
attr_accessor lambda_invoke: Types::LambdaInvokeOperation
|
959
|
+
attr_accessor s3_put_object_copy: Types::S3CopyObjectOperation
|
960
|
+
attr_accessor s3_put_object_acl: Types::S3SetObjectAclOperation
|
961
|
+
attr_accessor s3_put_object_tagging: Types::S3SetObjectTaggingOperation
|
962
|
+
attr_accessor s3_delete_object_tagging: Types::S3DeleteObjectTaggingOperation
|
963
|
+
attr_accessor s3_initiate_restore_object: Types::S3InitiateRestoreObjectOperation
|
964
|
+
attr_accessor s3_put_object_legal_hold: Types::S3SetObjectLegalHoldOperation
|
965
|
+
attr_accessor s3_put_object_retention: Types::S3SetObjectRetentionOperation
|
966
|
+
attr_accessor s3_replicate_object: Types::S3ReplicateObjectOperation
|
967
|
+
SENSITIVE: []
|
968
|
+
end
|
969
|
+
|
970
|
+
class JobProgressSummary
|
971
|
+
attr_accessor total_number_of_tasks: ::Integer
|
972
|
+
attr_accessor number_of_tasks_succeeded: ::Integer
|
973
|
+
attr_accessor number_of_tasks_failed: ::Integer
|
974
|
+
attr_accessor timers: Types::JobTimers
|
975
|
+
SENSITIVE: []
|
976
|
+
end
|
977
|
+
|
978
|
+
class JobReport
|
979
|
+
attr_accessor bucket: ::String
|
980
|
+
attr_accessor format: ("Report_CSV_20180820")
|
981
|
+
attr_accessor enabled: bool
|
982
|
+
attr_accessor prefix: ::String
|
983
|
+
attr_accessor report_scope: ("AllTasks" | "FailedTasksOnly")
|
984
|
+
SENSITIVE: []
|
985
|
+
end
|
986
|
+
|
987
|
+
class JobStatusException
|
988
|
+
attr_accessor message: ::String
|
989
|
+
SENSITIVE: []
|
990
|
+
end
|
991
|
+
|
992
|
+
class JobTimers
|
993
|
+
attr_accessor elapsed_time_in_active_seconds: ::Integer
|
994
|
+
SENSITIVE: []
|
995
|
+
end
|
996
|
+
|
997
|
+
class KeyNameConstraint
|
998
|
+
attr_accessor match_any_prefix: ::Array[::String]
|
999
|
+
attr_accessor match_any_suffix: ::Array[::String]
|
1000
|
+
attr_accessor match_any_substring: ::Array[::String]
|
1001
|
+
SENSITIVE: []
|
1002
|
+
end
|
1003
|
+
|
1004
|
+
class LambdaInvokeOperation
|
1005
|
+
attr_accessor function_arn: ::String
|
1006
|
+
attr_accessor invocation_schema_version: ::String
|
1007
|
+
attr_accessor user_arguments: ::Hash[::String, ::String]
|
1008
|
+
SENSITIVE: []
|
1009
|
+
end
|
1010
|
+
|
1011
|
+
class LifecycleConfiguration
|
1012
|
+
attr_accessor rules: ::Array[Types::LifecycleRule]
|
1013
|
+
SENSITIVE: []
|
1014
|
+
end
|
1015
|
+
|
1016
|
+
class LifecycleExpiration
|
1017
|
+
attr_accessor date: ::Time
|
1018
|
+
attr_accessor days: ::Integer
|
1019
|
+
attr_accessor expired_object_delete_marker: bool
|
1020
|
+
SENSITIVE: []
|
1021
|
+
end
|
1022
|
+
|
1023
|
+
class LifecycleRule
|
1024
|
+
attr_accessor expiration: Types::LifecycleExpiration
|
1025
|
+
attr_accessor id: ::String
|
1026
|
+
attr_accessor filter: Types::LifecycleRuleFilter
|
1027
|
+
attr_accessor status: ("Enabled" | "Disabled")
|
1028
|
+
attr_accessor transitions: ::Array[Types::Transition]
|
1029
|
+
attr_accessor noncurrent_version_transitions: ::Array[Types::NoncurrentVersionTransition]
|
1030
|
+
attr_accessor noncurrent_version_expiration: Types::NoncurrentVersionExpiration
|
1031
|
+
attr_accessor abort_incomplete_multipart_upload: Types::AbortIncompleteMultipartUpload
|
1032
|
+
SENSITIVE: []
|
1033
|
+
end
|
1034
|
+
|
1035
|
+
class LifecycleRuleAndOperator
|
1036
|
+
attr_accessor prefix: ::String
|
1037
|
+
attr_accessor tags: ::Array[Types::S3Tag]
|
1038
|
+
attr_accessor object_size_greater_than: ::Integer
|
1039
|
+
attr_accessor object_size_less_than: ::Integer
|
1040
|
+
SENSITIVE: []
|
1041
|
+
end
|
1042
|
+
|
1043
|
+
class LifecycleRuleFilter
|
1044
|
+
attr_accessor prefix: ::String
|
1045
|
+
attr_accessor tag: Types::S3Tag
|
1046
|
+
attr_accessor and: Types::LifecycleRuleAndOperator
|
1047
|
+
attr_accessor object_size_greater_than: ::Integer
|
1048
|
+
attr_accessor object_size_less_than: ::Integer
|
1049
|
+
SENSITIVE: []
|
1050
|
+
end
|
1051
|
+
|
1052
|
+
class ListAccessGrantEntry
|
1053
|
+
attr_accessor created_at: ::Time
|
1054
|
+
attr_accessor access_grant_id: ::String
|
1055
|
+
attr_accessor access_grant_arn: ::String
|
1056
|
+
attr_accessor grantee: Types::Grantee
|
1057
|
+
attr_accessor permission: ("READ" | "WRITE" | "READWRITE")
|
1058
|
+
attr_accessor access_grants_location_id: ::String
|
1059
|
+
attr_accessor access_grants_location_configuration: Types::AccessGrantsLocationConfiguration
|
1060
|
+
attr_accessor grant_scope: ::String
|
1061
|
+
attr_accessor application_arn: ::String
|
1062
|
+
SENSITIVE: []
|
1063
|
+
end
|
1064
|
+
|
1065
|
+
class ListAccessGrantsInstanceEntry
|
1066
|
+
attr_accessor access_grants_instance_id: ::String
|
1067
|
+
attr_accessor access_grants_instance_arn: ::String
|
1068
|
+
attr_accessor created_at: ::Time
|
1069
|
+
attr_accessor identity_center_arn: ::String
|
1070
|
+
SENSITIVE: []
|
1071
|
+
end
|
1072
|
+
|
1073
|
+
class ListAccessGrantsInstancesRequest
|
1074
|
+
attr_accessor account_id: ::String
|
1075
|
+
attr_accessor next_token: ::String
|
1076
|
+
attr_accessor max_results: ::Integer
|
1077
|
+
SENSITIVE: []
|
1078
|
+
end
|
1079
|
+
|
1080
|
+
class ListAccessGrantsInstancesResult
|
1081
|
+
attr_accessor next_token: ::String
|
1082
|
+
attr_accessor access_grants_instances_list: ::Array[Types::ListAccessGrantsInstanceEntry]
|
1083
|
+
SENSITIVE: []
|
1084
|
+
end
|
1085
|
+
|
1086
|
+
class ListAccessGrantsLocationsEntry
|
1087
|
+
attr_accessor created_at: ::Time
|
1088
|
+
attr_accessor access_grants_location_id: ::String
|
1089
|
+
attr_accessor access_grants_location_arn: ::String
|
1090
|
+
attr_accessor location_scope: ::String
|
1091
|
+
attr_accessor iam_role_arn: ::String
|
1092
|
+
SENSITIVE: []
|
1093
|
+
end
|
1094
|
+
|
1095
|
+
class ListAccessGrantsLocationsRequest
|
1096
|
+
attr_accessor account_id: ::String
|
1097
|
+
attr_accessor next_token: ::String
|
1098
|
+
attr_accessor max_results: ::Integer
|
1099
|
+
attr_accessor location_scope: ::String
|
1100
|
+
SENSITIVE: []
|
1101
|
+
end
|
1102
|
+
|
1103
|
+
class ListAccessGrantsLocationsResult
|
1104
|
+
attr_accessor next_token: ::String
|
1105
|
+
attr_accessor access_grants_locations_list: ::Array[Types::ListAccessGrantsLocationsEntry]
|
1106
|
+
SENSITIVE: []
|
1107
|
+
end
|
1108
|
+
|
1109
|
+
class ListAccessGrantsRequest
|
1110
|
+
attr_accessor account_id: ::String
|
1111
|
+
attr_accessor next_token: ::String
|
1112
|
+
attr_accessor max_results: ::Integer
|
1113
|
+
attr_accessor grantee_type: ("DIRECTORY_USER" | "DIRECTORY_GROUP" | "IAM")
|
1114
|
+
attr_accessor grantee_identifier: ::String
|
1115
|
+
attr_accessor permission: ("READ" | "WRITE" | "READWRITE")
|
1116
|
+
attr_accessor grant_scope: ::String
|
1117
|
+
attr_accessor application_arn: ::String
|
1118
|
+
SENSITIVE: []
|
1119
|
+
end
|
1120
|
+
|
1121
|
+
class ListAccessGrantsResult
|
1122
|
+
attr_accessor next_token: ::String
|
1123
|
+
attr_accessor access_grants_list: ::Array[Types::ListAccessGrantEntry]
|
1124
|
+
SENSITIVE: []
|
1125
|
+
end
|
1126
|
+
|
1127
|
+
class ListAccessPointsForObjectLambdaRequest
|
1128
|
+
attr_accessor account_id: ::String
|
1129
|
+
attr_accessor next_token: ::String
|
1130
|
+
attr_accessor max_results: ::Integer
|
1131
|
+
SENSITIVE: []
|
1132
|
+
end
|
1133
|
+
|
1134
|
+
class ListAccessPointsForObjectLambdaResult
|
1135
|
+
attr_accessor object_lambda_access_point_list: ::Array[Types::ObjectLambdaAccessPoint]
|
1136
|
+
attr_accessor next_token: ::String
|
1137
|
+
SENSITIVE: []
|
1138
|
+
end
|
1139
|
+
|
1140
|
+
class ListAccessPointsRequest
|
1141
|
+
attr_accessor account_id: ::String
|
1142
|
+
attr_accessor bucket: ::String
|
1143
|
+
attr_accessor next_token: ::String
|
1144
|
+
attr_accessor max_results: ::Integer
|
1145
|
+
SENSITIVE: []
|
1146
|
+
end
|
1147
|
+
|
1148
|
+
class ListAccessPointsResult
|
1149
|
+
attr_accessor access_point_list: ::Array[Types::AccessPoint]
|
1150
|
+
attr_accessor next_token: ::String
|
1151
|
+
SENSITIVE: []
|
1152
|
+
end
|
1153
|
+
|
1154
|
+
class ListJobsRequest
|
1155
|
+
attr_accessor account_id: ::String
|
1156
|
+
attr_accessor job_statuses: ::Array[("Active" | "Cancelled" | "Cancelling" | "Complete" | "Completing" | "Failed" | "Failing" | "New" | "Paused" | "Pausing" | "Preparing" | "Ready" | "Suspended")]
|
1157
|
+
attr_accessor next_token: ::String
|
1158
|
+
attr_accessor max_results: ::Integer
|
1159
|
+
SENSITIVE: []
|
1160
|
+
end
|
1161
|
+
|
1162
|
+
class ListJobsResult
|
1163
|
+
attr_accessor next_token: ::String
|
1164
|
+
attr_accessor jobs: ::Array[Types::JobListDescriptor]
|
1165
|
+
SENSITIVE: []
|
1166
|
+
end
|
1167
|
+
|
1168
|
+
class ListMultiRegionAccessPointsRequest
|
1169
|
+
attr_accessor account_id: ::String
|
1170
|
+
attr_accessor next_token: ::String
|
1171
|
+
attr_accessor max_results: ::Integer
|
1172
|
+
SENSITIVE: []
|
1173
|
+
end
|
1174
|
+
|
1175
|
+
class ListMultiRegionAccessPointsResult
|
1176
|
+
attr_accessor access_points: ::Array[Types::MultiRegionAccessPointReport]
|
1177
|
+
attr_accessor next_token: ::String
|
1178
|
+
SENSITIVE: []
|
1179
|
+
end
|
1180
|
+
|
1181
|
+
class ListRegionalBucketsRequest
|
1182
|
+
attr_accessor account_id: ::String
|
1183
|
+
attr_accessor next_token: ::String
|
1184
|
+
attr_accessor max_results: ::Integer
|
1185
|
+
attr_accessor outpost_id: ::String
|
1186
|
+
SENSITIVE: []
|
1187
|
+
end
|
1188
|
+
|
1189
|
+
class ListRegionalBucketsResult
|
1190
|
+
attr_accessor regional_bucket_list: ::Array[Types::RegionalBucket]
|
1191
|
+
attr_accessor next_token: ::String
|
1192
|
+
SENSITIVE: []
|
1193
|
+
end
|
1194
|
+
|
1195
|
+
class ListStorageLensConfigurationEntry
|
1196
|
+
attr_accessor id: ::String
|
1197
|
+
attr_accessor storage_lens_arn: ::String
|
1198
|
+
attr_accessor home_region: ::String
|
1199
|
+
attr_accessor is_enabled: bool
|
1200
|
+
SENSITIVE: []
|
1201
|
+
end
|
1202
|
+
|
1203
|
+
class ListStorageLensConfigurationsRequest
|
1204
|
+
attr_accessor account_id: ::String
|
1205
|
+
attr_accessor next_token: ::String
|
1206
|
+
SENSITIVE: []
|
1207
|
+
end
|
1208
|
+
|
1209
|
+
class ListStorageLensConfigurationsResult
|
1210
|
+
attr_accessor next_token: ::String
|
1211
|
+
attr_accessor storage_lens_configuration_list: ::Array[Types::ListStorageLensConfigurationEntry]
|
1212
|
+
SENSITIVE: []
|
1213
|
+
end
|
1214
|
+
|
1215
|
+
class ListStorageLensGroupEntry
|
1216
|
+
attr_accessor name: ::String
|
1217
|
+
attr_accessor storage_lens_group_arn: ::String
|
1218
|
+
attr_accessor home_region: ::String
|
1219
|
+
SENSITIVE: []
|
1220
|
+
end
|
1221
|
+
|
1222
|
+
class ListStorageLensGroupsRequest
|
1223
|
+
attr_accessor account_id: ::String
|
1224
|
+
attr_accessor next_token: ::String
|
1225
|
+
SENSITIVE: []
|
1226
|
+
end
|
1227
|
+
|
1228
|
+
class ListStorageLensGroupsResult
|
1229
|
+
attr_accessor next_token: ::String
|
1230
|
+
attr_accessor storage_lens_group_list: ::Array[Types::ListStorageLensGroupEntry]
|
1231
|
+
SENSITIVE: []
|
1232
|
+
end
|
1233
|
+
|
1234
|
+
class ListTagsForResourceRequest
|
1235
|
+
attr_accessor account_id: ::String
|
1236
|
+
attr_accessor resource_arn: ::String
|
1237
|
+
SENSITIVE: []
|
1238
|
+
end
|
1239
|
+
|
1240
|
+
class ListTagsForResourceResult
|
1241
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1242
|
+
SENSITIVE: []
|
1243
|
+
end
|
1244
|
+
|
1245
|
+
class MatchObjectAge
|
1246
|
+
attr_accessor days_greater_than: ::Integer
|
1247
|
+
attr_accessor days_less_than: ::Integer
|
1248
|
+
SENSITIVE: []
|
1249
|
+
end
|
1250
|
+
|
1251
|
+
class MatchObjectSize
|
1252
|
+
attr_accessor bytes_greater_than: ::Integer
|
1253
|
+
attr_accessor bytes_less_than: ::Integer
|
1254
|
+
SENSITIVE: []
|
1255
|
+
end
|
1256
|
+
|
1257
|
+
class Metrics
|
1258
|
+
attr_accessor status: ("Enabled" | "Disabled")
|
1259
|
+
attr_accessor event_threshold: Types::ReplicationTimeValue
|
1260
|
+
SENSITIVE: []
|
1261
|
+
end
|
1262
|
+
|
1263
|
+
class MultiRegionAccessPointPolicyDocument
|
1264
|
+
attr_accessor established: Types::EstablishedMultiRegionAccessPointPolicy
|
1265
|
+
attr_accessor proposed: Types::ProposedMultiRegionAccessPointPolicy
|
1266
|
+
SENSITIVE: []
|
1267
|
+
end
|
1268
|
+
|
1269
|
+
class MultiRegionAccessPointRegionalResponse
|
1270
|
+
attr_accessor name: ::String
|
1271
|
+
attr_accessor request_status: ::String
|
1272
|
+
SENSITIVE: []
|
1273
|
+
end
|
1274
|
+
|
1275
|
+
class MultiRegionAccessPointReport
|
1276
|
+
attr_accessor name: ::String
|
1277
|
+
attr_accessor alias: ::String
|
1278
|
+
attr_accessor created_at: ::Time
|
1279
|
+
attr_accessor public_access_block: Types::PublicAccessBlockConfiguration
|
1280
|
+
attr_accessor status: ("READY" | "INCONSISTENT_ACROSS_REGIONS" | "CREATING" | "PARTIALLY_CREATED" | "PARTIALLY_DELETED" | "DELETING")
|
1281
|
+
attr_accessor regions: ::Array[Types::RegionReport]
|
1282
|
+
SENSITIVE: []
|
1283
|
+
end
|
1284
|
+
|
1285
|
+
class MultiRegionAccessPointRoute
|
1286
|
+
attr_accessor bucket: ::String
|
1287
|
+
attr_accessor region: ::String
|
1288
|
+
attr_accessor traffic_dial_percentage: ::Integer
|
1289
|
+
SENSITIVE: []
|
1290
|
+
end
|
1291
|
+
|
1292
|
+
class MultiRegionAccessPointsAsyncResponse
|
1293
|
+
attr_accessor regions: ::Array[Types::MultiRegionAccessPointRegionalResponse]
|
1294
|
+
SENSITIVE: []
|
1295
|
+
end
|
1296
|
+
|
1297
|
+
class NoSuchPublicAccessBlockConfiguration
|
1298
|
+
attr_accessor message: ::String
|
1299
|
+
SENSITIVE: []
|
1300
|
+
end
|
1301
|
+
|
1302
|
+
class NoncurrentVersionExpiration
|
1303
|
+
attr_accessor noncurrent_days: ::Integer
|
1304
|
+
attr_accessor newer_noncurrent_versions: ::Integer
|
1305
|
+
SENSITIVE: []
|
1306
|
+
end
|
1307
|
+
|
1308
|
+
class NoncurrentVersionTransition
|
1309
|
+
attr_accessor noncurrent_days: ::Integer
|
1310
|
+
attr_accessor storage_class: ("GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE")
|
1311
|
+
SENSITIVE: []
|
1312
|
+
end
|
1313
|
+
|
1314
|
+
class NotFoundException
|
1315
|
+
attr_accessor message: ::String
|
1316
|
+
SENSITIVE: []
|
1317
|
+
end
|
1318
|
+
|
1319
|
+
class ObjectLambdaAccessPoint
|
1320
|
+
attr_accessor name: ::String
|
1321
|
+
attr_accessor object_lambda_access_point_arn: ::String
|
1322
|
+
attr_accessor alias: Types::ObjectLambdaAccessPointAlias
|
1323
|
+
SENSITIVE: []
|
1324
|
+
end
|
1325
|
+
|
1326
|
+
class ObjectLambdaAccessPointAlias
|
1327
|
+
attr_accessor value: ::String
|
1328
|
+
attr_accessor status: ("PROVISIONING" | "READY")
|
1329
|
+
SENSITIVE: []
|
1330
|
+
end
|
1331
|
+
|
1332
|
+
class ObjectLambdaConfiguration
|
1333
|
+
attr_accessor supporting_access_point: ::String
|
1334
|
+
attr_accessor cloud_watch_metrics_enabled: bool
|
1335
|
+
attr_accessor allowed_features: ::Array[("GetObject-Range" | "GetObject-PartNumber" | "HeadObject-Range" | "HeadObject-PartNumber")]
|
1336
|
+
attr_accessor transformation_configurations: ::Array[Types::ObjectLambdaTransformationConfiguration]
|
1337
|
+
SENSITIVE: []
|
1338
|
+
end
|
1339
|
+
|
1340
|
+
class ObjectLambdaContentTransformation
|
1341
|
+
attr_accessor aws_lambda: Types::AwsLambdaTransformation
|
1342
|
+
attr_accessor unknown: untyped
|
1343
|
+
SENSITIVE: []
|
1344
|
+
|
1345
|
+
class AwsLambda < ObjectLambdaContentTransformation
|
1346
|
+
end
|
1347
|
+
class Unknown < ObjectLambdaContentTransformation
|
1348
|
+
end
|
1349
|
+
end
|
1350
|
+
|
1351
|
+
class ObjectLambdaTransformationConfiguration
|
1352
|
+
attr_accessor actions: ::Array[("GetObject" | "HeadObject" | "ListObjects" | "ListObjectsV2")]
|
1353
|
+
attr_accessor content_transformation: Types::ObjectLambdaContentTransformation
|
1354
|
+
SENSITIVE: []
|
1355
|
+
end
|
1356
|
+
|
1357
|
+
class PolicyStatus
|
1358
|
+
attr_accessor is_public: bool
|
1359
|
+
SENSITIVE: []
|
1360
|
+
end
|
1361
|
+
|
1362
|
+
class PrefixLevel
|
1363
|
+
attr_accessor storage_metrics: Types::PrefixLevelStorageMetrics
|
1364
|
+
SENSITIVE: []
|
1365
|
+
end
|
1366
|
+
|
1367
|
+
class PrefixLevelStorageMetrics
|
1368
|
+
attr_accessor is_enabled: bool
|
1369
|
+
attr_accessor selection_criteria: Types::SelectionCriteria
|
1370
|
+
SENSITIVE: []
|
1371
|
+
end
|
1372
|
+
|
1373
|
+
class ProposedMultiRegionAccessPointPolicy
|
1374
|
+
attr_accessor policy: ::String
|
1375
|
+
SENSITIVE: []
|
1376
|
+
end
|
1377
|
+
|
1378
|
+
class PublicAccessBlockConfiguration
|
1379
|
+
attr_accessor block_public_acls: bool
|
1380
|
+
attr_accessor ignore_public_acls: bool
|
1381
|
+
attr_accessor block_public_policy: bool
|
1382
|
+
attr_accessor restrict_public_buckets: bool
|
1383
|
+
SENSITIVE: []
|
1384
|
+
end
|
1385
|
+
|
1386
|
+
class PutAccessGrantsInstanceResourcePolicyRequest
|
1387
|
+
attr_accessor account_id: ::String
|
1388
|
+
attr_accessor policy: ::String
|
1389
|
+
attr_accessor organization: ::String
|
1390
|
+
SENSITIVE: []
|
1391
|
+
end
|
1392
|
+
|
1393
|
+
class PutAccessGrantsInstanceResourcePolicyResult
|
1394
|
+
attr_accessor policy: ::String
|
1395
|
+
attr_accessor organization: ::String
|
1396
|
+
attr_accessor created_at: ::Time
|
1397
|
+
SENSITIVE: []
|
1398
|
+
end
|
1399
|
+
|
1400
|
+
class PutAccessPointConfigurationForObjectLambdaRequest
|
1401
|
+
attr_accessor account_id: ::String
|
1402
|
+
attr_accessor name: ::String
|
1403
|
+
attr_accessor configuration: Types::ObjectLambdaConfiguration
|
1404
|
+
SENSITIVE: []
|
1405
|
+
end
|
1406
|
+
|
1407
|
+
class PutAccessPointPolicyForObjectLambdaRequest
|
1408
|
+
attr_accessor account_id: ::String
|
1409
|
+
attr_accessor name: ::String
|
1410
|
+
attr_accessor policy: ::String
|
1411
|
+
SENSITIVE: []
|
1412
|
+
end
|
1413
|
+
|
1414
|
+
class PutAccessPointPolicyRequest
|
1415
|
+
attr_accessor account_id: ::String
|
1416
|
+
attr_accessor name: ::String
|
1417
|
+
attr_accessor policy: ::String
|
1418
|
+
SENSITIVE: []
|
1419
|
+
end
|
1420
|
+
|
1421
|
+
class PutBucketLifecycleConfigurationRequest
|
1422
|
+
attr_accessor account_id: ::String
|
1423
|
+
attr_accessor bucket: ::String
|
1424
|
+
attr_accessor lifecycle_configuration: Types::LifecycleConfiguration
|
1425
|
+
SENSITIVE: []
|
1426
|
+
end
|
1427
|
+
|
1428
|
+
class PutBucketPolicyRequest
|
1429
|
+
attr_accessor account_id: ::String
|
1430
|
+
attr_accessor bucket: ::String
|
1431
|
+
attr_accessor confirm_remove_self_bucket_access: bool
|
1432
|
+
attr_accessor policy: ::String
|
1433
|
+
SENSITIVE: []
|
1434
|
+
end
|
1435
|
+
|
1436
|
+
class PutBucketReplicationRequest
|
1437
|
+
attr_accessor account_id: ::String
|
1438
|
+
attr_accessor bucket: ::String
|
1439
|
+
attr_accessor replication_configuration: Types::ReplicationConfiguration
|
1440
|
+
SENSITIVE: []
|
1441
|
+
end
|
1442
|
+
|
1443
|
+
class PutBucketTaggingRequest
|
1444
|
+
attr_accessor account_id: ::String
|
1445
|
+
attr_accessor bucket: ::String
|
1446
|
+
attr_accessor tagging: Types::Tagging
|
1447
|
+
SENSITIVE: []
|
1448
|
+
end
|
1449
|
+
|
1450
|
+
class PutBucketVersioningRequest
|
1451
|
+
attr_accessor account_id: ::String
|
1452
|
+
attr_accessor bucket: ::String
|
1453
|
+
attr_accessor mfa: ::String
|
1454
|
+
attr_accessor versioning_configuration: Types::VersioningConfiguration
|
1455
|
+
SENSITIVE: []
|
1456
|
+
end
|
1457
|
+
|
1458
|
+
class PutJobTaggingRequest
|
1459
|
+
attr_accessor account_id: ::String
|
1460
|
+
attr_accessor job_id: ::String
|
1461
|
+
attr_accessor tags: ::Array[Types::S3Tag]
|
1462
|
+
SENSITIVE: []
|
1463
|
+
end
|
1464
|
+
|
1465
|
+
class PutJobTaggingResult < Aws::EmptyStructure
|
1466
|
+
end
|
1467
|
+
|
1468
|
+
class PutMultiRegionAccessPointPolicyInput
|
1469
|
+
attr_accessor name: ::String
|
1470
|
+
attr_accessor policy: ::String
|
1471
|
+
SENSITIVE: []
|
1472
|
+
end
|
1473
|
+
|
1474
|
+
class PutMultiRegionAccessPointPolicyRequest
|
1475
|
+
attr_accessor account_id: ::String
|
1476
|
+
attr_accessor client_token: ::String
|
1477
|
+
attr_accessor details: Types::PutMultiRegionAccessPointPolicyInput
|
1478
|
+
SENSITIVE: []
|
1479
|
+
end
|
1480
|
+
|
1481
|
+
class PutMultiRegionAccessPointPolicyResult
|
1482
|
+
attr_accessor request_token_arn: ::String
|
1483
|
+
SENSITIVE: []
|
1484
|
+
end
|
1485
|
+
|
1486
|
+
class PutPublicAccessBlockRequest
|
1487
|
+
attr_accessor public_access_block_configuration: Types::PublicAccessBlockConfiguration
|
1488
|
+
attr_accessor account_id: ::String
|
1489
|
+
SENSITIVE: []
|
1490
|
+
end
|
1491
|
+
|
1492
|
+
class PutStorageLensConfigurationRequest
|
1493
|
+
attr_accessor config_id: ::String
|
1494
|
+
attr_accessor account_id: ::String
|
1495
|
+
attr_accessor storage_lens_configuration: Types::StorageLensConfiguration
|
1496
|
+
attr_accessor tags: ::Array[Types::StorageLensTag]
|
1497
|
+
SENSITIVE: []
|
1498
|
+
end
|
1499
|
+
|
1500
|
+
class PutStorageLensConfigurationTaggingRequest
|
1501
|
+
attr_accessor config_id: ::String
|
1502
|
+
attr_accessor account_id: ::String
|
1503
|
+
attr_accessor tags: ::Array[Types::StorageLensTag]
|
1504
|
+
SENSITIVE: []
|
1505
|
+
end
|
1506
|
+
|
1507
|
+
class PutStorageLensConfigurationTaggingResult < Aws::EmptyStructure
|
1508
|
+
end
|
1509
|
+
|
1510
|
+
class Region
|
1511
|
+
attr_accessor bucket: ::String
|
1512
|
+
attr_accessor bucket_account_id: ::String
|
1513
|
+
SENSITIVE: []
|
1514
|
+
end
|
1515
|
+
|
1516
|
+
class RegionReport
|
1517
|
+
attr_accessor bucket: ::String
|
1518
|
+
attr_accessor region: ::String
|
1519
|
+
attr_accessor bucket_account_id: ::String
|
1520
|
+
SENSITIVE: []
|
1521
|
+
end
|
1522
|
+
|
1523
|
+
class RegionalBucket
|
1524
|
+
attr_accessor bucket: ::String
|
1525
|
+
attr_accessor bucket_arn: ::String
|
1526
|
+
attr_accessor public_access_block_enabled: bool
|
1527
|
+
attr_accessor creation_date: ::Time
|
1528
|
+
attr_accessor outpost_id: ::String
|
1529
|
+
SENSITIVE: []
|
1530
|
+
end
|
1531
|
+
|
1532
|
+
class ReplicaModifications
|
1533
|
+
attr_accessor status: ("Enabled" | "Disabled")
|
1534
|
+
SENSITIVE: []
|
1535
|
+
end
|
1536
|
+
|
1537
|
+
class ReplicationConfiguration
|
1538
|
+
attr_accessor role: ::String
|
1539
|
+
attr_accessor rules: ::Array[Types::ReplicationRule]
|
1540
|
+
SENSITIVE: []
|
1541
|
+
end
|
1542
|
+
|
1543
|
+
class ReplicationRule
|
1544
|
+
attr_accessor id: ::String
|
1545
|
+
attr_accessor priority: ::Integer
|
1546
|
+
attr_accessor prefix: ::String
|
1547
|
+
attr_accessor filter: Types::ReplicationRuleFilter
|
1548
|
+
attr_accessor status: ("Enabled" | "Disabled")
|
1549
|
+
attr_accessor source_selection_criteria: Types::SourceSelectionCriteria
|
1550
|
+
attr_accessor existing_object_replication: Types::ExistingObjectReplication
|
1551
|
+
attr_accessor destination: Types::Destination
|
1552
|
+
attr_accessor delete_marker_replication: Types::DeleteMarkerReplication
|
1553
|
+
attr_accessor bucket: ::String
|
1554
|
+
SENSITIVE: []
|
1555
|
+
end
|
1556
|
+
|
1557
|
+
class ReplicationRuleAndOperator
|
1558
|
+
attr_accessor prefix: ::String
|
1559
|
+
attr_accessor tags: ::Array[Types::S3Tag]
|
1560
|
+
SENSITIVE: []
|
1561
|
+
end
|
1562
|
+
|
1563
|
+
class ReplicationRuleFilter
|
1564
|
+
attr_accessor prefix: ::String
|
1565
|
+
attr_accessor tag: Types::S3Tag
|
1566
|
+
attr_accessor and: Types::ReplicationRuleAndOperator
|
1567
|
+
SENSITIVE: []
|
1568
|
+
end
|
1569
|
+
|
1570
|
+
class ReplicationTime
|
1571
|
+
attr_accessor status: ("Enabled" | "Disabled")
|
1572
|
+
attr_accessor time: Types::ReplicationTimeValue
|
1573
|
+
SENSITIVE: []
|
1574
|
+
end
|
1575
|
+
|
1576
|
+
class ReplicationTimeValue
|
1577
|
+
attr_accessor minutes: ::Integer
|
1578
|
+
SENSITIVE: []
|
1579
|
+
end
|
1580
|
+
|
1581
|
+
class S3AccessControlList
|
1582
|
+
attr_accessor owner: Types::S3ObjectOwner
|
1583
|
+
attr_accessor grants: ::Array[Types::S3Grant]
|
1584
|
+
SENSITIVE: []
|
1585
|
+
end
|
1586
|
+
|
1587
|
+
class S3AccessControlPolicy
|
1588
|
+
attr_accessor access_control_list: Types::S3AccessControlList
|
1589
|
+
attr_accessor canned_access_control_list: ("private" | "public-read" | "public-read-write" | "aws-exec-read" | "authenticated-read" | "bucket-owner-read" | "bucket-owner-full-control")
|
1590
|
+
SENSITIVE: []
|
1591
|
+
end
|
1592
|
+
|
1593
|
+
class S3BucketDestination
|
1594
|
+
attr_accessor format: ("CSV" | "Parquet")
|
1595
|
+
attr_accessor output_schema_version: ("V_1")
|
1596
|
+
attr_accessor account_id: ::String
|
1597
|
+
attr_accessor arn: ::String
|
1598
|
+
attr_accessor prefix: ::String
|
1599
|
+
attr_accessor encryption: Types::StorageLensDataExportEncryption
|
1600
|
+
SENSITIVE: []
|
1601
|
+
end
|
1602
|
+
|
1603
|
+
class S3CopyObjectOperation
|
1604
|
+
attr_accessor target_resource: ::String
|
1605
|
+
attr_accessor canned_access_control_list: ("private" | "public-read" | "public-read-write" | "aws-exec-read" | "authenticated-read" | "bucket-owner-read" | "bucket-owner-full-control")
|
1606
|
+
attr_accessor access_control_grants: ::Array[Types::S3Grant]
|
1607
|
+
attr_accessor metadata_directive: ("COPY" | "REPLACE")
|
1608
|
+
attr_accessor modified_since_constraint: ::Time
|
1609
|
+
attr_accessor new_object_metadata: Types::S3ObjectMetadata
|
1610
|
+
attr_accessor new_object_tagging: ::Array[Types::S3Tag]
|
1611
|
+
attr_accessor redirect_location: ::String
|
1612
|
+
attr_accessor requester_pays: bool
|
1613
|
+
attr_accessor storage_class: ("STANDARD" | "STANDARD_IA" | "ONEZONE_IA" | "GLACIER" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "GLACIER_IR")
|
1614
|
+
attr_accessor un_modified_since_constraint: ::Time
|
1615
|
+
attr_accessor sse_aws_kms_key_id: ::String
|
1616
|
+
attr_accessor target_key_prefix: ::String
|
1617
|
+
attr_accessor object_lock_legal_hold_status: ("OFF" | "ON")
|
1618
|
+
attr_accessor object_lock_mode: ("COMPLIANCE" | "GOVERNANCE")
|
1619
|
+
attr_accessor object_lock_retain_until_date: ::Time
|
1620
|
+
attr_accessor bucket_key_enabled: bool
|
1621
|
+
attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256")
|
1622
|
+
SENSITIVE: []
|
1623
|
+
end
|
1624
|
+
|
1625
|
+
class S3DeleteObjectTaggingOperation < Aws::EmptyStructure
|
1626
|
+
end
|
1627
|
+
|
1628
|
+
class S3GeneratedManifestDescriptor
|
1629
|
+
attr_accessor format: ("S3InventoryReport_CSV_20211130")
|
1630
|
+
attr_accessor location: Types::JobManifestLocation
|
1631
|
+
SENSITIVE: []
|
1632
|
+
end
|
1633
|
+
|
1634
|
+
class S3Grant
|
1635
|
+
attr_accessor grantee: Types::S3Grantee
|
1636
|
+
attr_accessor permission: ("FULL_CONTROL" | "READ" | "WRITE" | "READ_ACP" | "WRITE_ACP")
|
1637
|
+
SENSITIVE: []
|
1638
|
+
end
|
1639
|
+
|
1640
|
+
class S3Grantee
|
1641
|
+
attr_accessor type_identifier: ("id" | "emailAddress" | "uri")
|
1642
|
+
attr_accessor identifier: ::String
|
1643
|
+
attr_accessor display_name: ::String
|
1644
|
+
SENSITIVE: []
|
1645
|
+
end
|
1646
|
+
|
1647
|
+
class S3InitiateRestoreObjectOperation
|
1648
|
+
attr_accessor expiration_in_days: ::Integer
|
1649
|
+
attr_accessor glacier_job_tier: ("BULK" | "STANDARD")
|
1650
|
+
SENSITIVE: []
|
1651
|
+
end
|
1652
|
+
|
1653
|
+
class S3JobManifestGenerator
|
1654
|
+
attr_accessor expected_bucket_owner: ::String
|
1655
|
+
attr_accessor source_bucket: ::String
|
1656
|
+
attr_accessor manifest_output_location: Types::S3ManifestOutputLocation
|
1657
|
+
attr_accessor filter: Types::JobManifestGeneratorFilter
|
1658
|
+
attr_accessor enable_manifest_output: bool
|
1659
|
+
SENSITIVE: []
|
1660
|
+
end
|
1661
|
+
|
1662
|
+
class S3ManifestOutputLocation
|
1663
|
+
attr_accessor expected_manifest_bucket_owner: ::String
|
1664
|
+
attr_accessor bucket: ::String
|
1665
|
+
attr_accessor manifest_prefix: ::String
|
1666
|
+
attr_accessor manifest_encryption: Types::GeneratedManifestEncryption
|
1667
|
+
attr_accessor manifest_format: ("S3InventoryReport_CSV_20211130")
|
1668
|
+
SENSITIVE: []
|
1669
|
+
end
|
1670
|
+
|
1671
|
+
class S3ObjectLockLegalHold
|
1672
|
+
attr_accessor status: ("OFF" | "ON")
|
1673
|
+
SENSITIVE: []
|
1674
|
+
end
|
1675
|
+
|
1676
|
+
class S3ObjectMetadata
|
1677
|
+
attr_accessor cache_control: ::String
|
1678
|
+
attr_accessor content_disposition: ::String
|
1679
|
+
attr_accessor content_encoding: ::String
|
1680
|
+
attr_accessor content_language: ::String
|
1681
|
+
attr_accessor user_metadata: ::Hash[::String, ::String]
|
1682
|
+
attr_accessor content_length: ::Integer
|
1683
|
+
attr_accessor content_md5: ::String
|
1684
|
+
attr_accessor content_type: ::String
|
1685
|
+
attr_accessor http_expires_date: ::Time
|
1686
|
+
attr_accessor requester_charged: bool
|
1687
|
+
attr_accessor sse_algorithm: ("AES256" | "KMS")
|
1688
|
+
SENSITIVE: []
|
1689
|
+
end
|
1690
|
+
|
1691
|
+
class S3ObjectOwner
|
1692
|
+
attr_accessor id: ::String
|
1693
|
+
attr_accessor display_name: ::String
|
1694
|
+
SENSITIVE: []
|
1695
|
+
end
|
1696
|
+
|
1697
|
+
class S3ReplicateObjectOperation < Aws::EmptyStructure
|
1698
|
+
end
|
1699
|
+
|
1700
|
+
class S3Retention
|
1701
|
+
attr_accessor retain_until_date: ::Time
|
1702
|
+
attr_accessor mode: ("COMPLIANCE" | "GOVERNANCE")
|
1703
|
+
SENSITIVE: []
|
1704
|
+
end
|
1705
|
+
|
1706
|
+
class S3SetObjectAclOperation
|
1707
|
+
attr_accessor access_control_policy: Types::S3AccessControlPolicy
|
1708
|
+
SENSITIVE: []
|
1709
|
+
end
|
1710
|
+
|
1711
|
+
class S3SetObjectLegalHoldOperation
|
1712
|
+
attr_accessor legal_hold: Types::S3ObjectLockLegalHold
|
1713
|
+
SENSITIVE: []
|
1714
|
+
end
|
1715
|
+
|
1716
|
+
class S3SetObjectRetentionOperation
|
1717
|
+
attr_accessor bypass_governance_retention: bool
|
1718
|
+
attr_accessor retention: Types::S3Retention
|
1719
|
+
SENSITIVE: []
|
1720
|
+
end
|
1721
|
+
|
1722
|
+
class S3SetObjectTaggingOperation
|
1723
|
+
attr_accessor tag_set: ::Array[Types::S3Tag]
|
1724
|
+
SENSITIVE: []
|
1725
|
+
end
|
1726
|
+
|
1727
|
+
class S3Tag
|
1728
|
+
attr_accessor key: ::String
|
1729
|
+
attr_accessor value: ::String
|
1730
|
+
SENSITIVE: []
|
1731
|
+
end
|
1732
|
+
|
1733
|
+
class SSEKMS
|
1734
|
+
attr_accessor key_id: ::String
|
1735
|
+
SENSITIVE: []
|
1736
|
+
end
|
1737
|
+
|
1738
|
+
class SSEKMSEncryption
|
1739
|
+
attr_accessor key_id: ::String
|
1740
|
+
SENSITIVE: []
|
1741
|
+
end
|
1742
|
+
|
1743
|
+
class SSES3 < Aws::EmptyStructure
|
1744
|
+
end
|
1745
|
+
|
1746
|
+
class SSES3Encryption < Aws::EmptyStructure
|
1747
|
+
end
|
1748
|
+
|
1749
|
+
class SelectionCriteria
|
1750
|
+
attr_accessor delimiter: ::String
|
1751
|
+
attr_accessor max_depth: ::Integer
|
1752
|
+
attr_accessor min_storage_bytes_percentage: ::Float
|
1753
|
+
SENSITIVE: []
|
1754
|
+
end
|
1755
|
+
|
1756
|
+
class SourceSelectionCriteria
|
1757
|
+
attr_accessor sse_kms_encrypted_objects: Types::SseKmsEncryptedObjects
|
1758
|
+
attr_accessor replica_modifications: Types::ReplicaModifications
|
1759
|
+
SENSITIVE: []
|
1760
|
+
end
|
1761
|
+
|
1762
|
+
class SseKmsEncryptedObjects
|
1763
|
+
attr_accessor status: ("Enabled" | "Disabled")
|
1764
|
+
SENSITIVE: []
|
1765
|
+
end
|
1766
|
+
|
1767
|
+
class StorageLensAwsOrg
|
1768
|
+
attr_accessor arn: ::String
|
1769
|
+
SENSITIVE: []
|
1770
|
+
end
|
1771
|
+
|
1772
|
+
class StorageLensConfiguration
|
1773
|
+
attr_accessor id: ::String
|
1774
|
+
attr_accessor account_level: Types::AccountLevel
|
1775
|
+
attr_accessor include: Types::Include
|
1776
|
+
attr_accessor exclude: Types::Exclude
|
1777
|
+
attr_accessor data_export: Types::StorageLensDataExport
|
1778
|
+
attr_accessor is_enabled: bool
|
1779
|
+
attr_accessor aws_org: Types::StorageLensAwsOrg
|
1780
|
+
attr_accessor storage_lens_arn: ::String
|
1781
|
+
SENSITIVE: []
|
1782
|
+
end
|
1783
|
+
|
1784
|
+
class StorageLensDataExport
|
1785
|
+
attr_accessor s3_bucket_destination: Types::S3BucketDestination
|
1786
|
+
attr_accessor cloud_watch_metrics: Types::CloudWatchMetrics
|
1787
|
+
SENSITIVE: []
|
1788
|
+
end
|
1789
|
+
|
1790
|
+
class StorageLensDataExportEncryption
|
1791
|
+
attr_accessor sses3: Types::SSES3
|
1792
|
+
attr_accessor ssekms: Types::SSEKMS
|
1793
|
+
SENSITIVE: []
|
1794
|
+
end
|
1795
|
+
|
1796
|
+
class StorageLensGroup
|
1797
|
+
attr_accessor name: ::String
|
1798
|
+
attr_accessor filter: Types::StorageLensGroupFilter
|
1799
|
+
attr_accessor storage_lens_group_arn: ::String
|
1800
|
+
SENSITIVE: []
|
1801
|
+
end
|
1802
|
+
|
1803
|
+
class StorageLensGroupAndOperator
|
1804
|
+
attr_accessor match_any_prefix: ::Array[::String]
|
1805
|
+
attr_accessor match_any_suffix: ::Array[::String]
|
1806
|
+
attr_accessor match_any_tag: ::Array[Types::S3Tag]
|
1807
|
+
attr_accessor match_object_age: Types::MatchObjectAge
|
1808
|
+
attr_accessor match_object_size: Types::MatchObjectSize
|
1809
|
+
SENSITIVE: []
|
1810
|
+
end
|
1811
|
+
|
1812
|
+
class StorageLensGroupFilter
|
1813
|
+
attr_accessor match_any_prefix: ::Array[::String]
|
1814
|
+
attr_accessor match_any_suffix: ::Array[::String]
|
1815
|
+
attr_accessor match_any_tag: ::Array[Types::S3Tag]
|
1816
|
+
attr_accessor match_object_age: Types::MatchObjectAge
|
1817
|
+
attr_accessor match_object_size: Types::MatchObjectSize
|
1818
|
+
attr_accessor and: Types::StorageLensGroupAndOperator
|
1819
|
+
attr_accessor or: Types::StorageLensGroupOrOperator
|
1820
|
+
SENSITIVE: []
|
1821
|
+
end
|
1822
|
+
|
1823
|
+
class StorageLensGroupLevel
|
1824
|
+
attr_accessor selection_criteria: Types::StorageLensGroupLevelSelectionCriteria
|
1825
|
+
SENSITIVE: []
|
1826
|
+
end
|
1827
|
+
|
1828
|
+
class StorageLensGroupLevelSelectionCriteria
|
1829
|
+
attr_accessor include: ::Array[::String]
|
1830
|
+
attr_accessor exclude: ::Array[::String]
|
1831
|
+
SENSITIVE: []
|
1832
|
+
end
|
1833
|
+
|
1834
|
+
class StorageLensGroupOrOperator
|
1835
|
+
attr_accessor match_any_prefix: ::Array[::String]
|
1836
|
+
attr_accessor match_any_suffix: ::Array[::String]
|
1837
|
+
attr_accessor match_any_tag: ::Array[Types::S3Tag]
|
1838
|
+
attr_accessor match_object_age: Types::MatchObjectAge
|
1839
|
+
attr_accessor match_object_size: Types::MatchObjectSize
|
1840
|
+
SENSITIVE: []
|
1841
|
+
end
|
1842
|
+
|
1843
|
+
class StorageLensTag
|
1844
|
+
attr_accessor key: ::String
|
1845
|
+
attr_accessor value: ::String
|
1846
|
+
SENSITIVE: []
|
1847
|
+
end
|
1848
|
+
|
1849
|
+
class SubmitMultiRegionAccessPointRoutesRequest
|
1850
|
+
attr_accessor account_id: ::String
|
1851
|
+
attr_accessor mrap: ::String
|
1852
|
+
attr_accessor route_updates: ::Array[Types::MultiRegionAccessPointRoute]
|
1853
|
+
SENSITIVE: []
|
1854
|
+
end
|
1855
|
+
|
1856
|
+
class SubmitMultiRegionAccessPointRoutesResult < Aws::EmptyStructure
|
1857
|
+
end
|
1858
|
+
|
1859
|
+
class Tag
|
1860
|
+
attr_accessor key: ::String
|
1861
|
+
attr_accessor value: ::String
|
1862
|
+
SENSITIVE: []
|
1863
|
+
end
|
1864
|
+
|
1865
|
+
class TagResourceRequest
|
1866
|
+
attr_accessor account_id: ::String
|
1867
|
+
attr_accessor resource_arn: ::String
|
1868
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1869
|
+
SENSITIVE: []
|
1870
|
+
end
|
1871
|
+
|
1872
|
+
class TagResourceResult < Aws::EmptyStructure
|
1873
|
+
end
|
1874
|
+
|
1875
|
+
class Tagging
|
1876
|
+
attr_accessor tag_set: ::Array[Types::S3Tag]
|
1877
|
+
SENSITIVE: []
|
1878
|
+
end
|
1879
|
+
|
1880
|
+
class TooManyRequestsException
|
1881
|
+
attr_accessor message: ::String
|
1882
|
+
SENSITIVE: []
|
1883
|
+
end
|
1884
|
+
|
1885
|
+
class TooManyTagsException
|
1886
|
+
attr_accessor message: ::String
|
1887
|
+
SENSITIVE: []
|
1888
|
+
end
|
1889
|
+
|
1890
|
+
class Transition
|
1891
|
+
attr_accessor date: ::Time
|
1892
|
+
attr_accessor days: ::Integer
|
1893
|
+
attr_accessor storage_class: ("GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE")
|
1894
|
+
SENSITIVE: []
|
1895
|
+
end
|
1896
|
+
|
1897
|
+
class UntagResourceRequest
|
1898
|
+
attr_accessor account_id: ::String
|
1899
|
+
attr_accessor resource_arn: ::String
|
1900
|
+
attr_accessor tag_keys: ::Array[::String]
|
1901
|
+
SENSITIVE: []
|
1902
|
+
end
|
1903
|
+
|
1904
|
+
class UntagResourceResult < Aws::EmptyStructure
|
1905
|
+
end
|
1906
|
+
|
1907
|
+
class UpdateAccessGrantsLocationRequest
|
1908
|
+
attr_accessor account_id: ::String
|
1909
|
+
attr_accessor access_grants_location_id: ::String
|
1910
|
+
attr_accessor iam_role_arn: ::String
|
1911
|
+
SENSITIVE: []
|
1912
|
+
end
|
1913
|
+
|
1914
|
+
class UpdateAccessGrantsLocationResult
|
1915
|
+
attr_accessor created_at: ::Time
|
1916
|
+
attr_accessor access_grants_location_id: ::String
|
1917
|
+
attr_accessor access_grants_location_arn: ::String
|
1918
|
+
attr_accessor location_scope: ::String
|
1919
|
+
attr_accessor iam_role_arn: ::String
|
1920
|
+
SENSITIVE: []
|
1921
|
+
end
|
1922
|
+
|
1923
|
+
class UpdateJobPriorityRequest
|
1924
|
+
attr_accessor account_id: ::String
|
1925
|
+
attr_accessor job_id: ::String
|
1926
|
+
attr_accessor priority: ::Integer
|
1927
|
+
SENSITIVE: []
|
1928
|
+
end
|
1929
|
+
|
1930
|
+
class UpdateJobPriorityResult
|
1931
|
+
attr_accessor job_id: ::String
|
1932
|
+
attr_accessor priority: ::Integer
|
1933
|
+
SENSITIVE: []
|
1934
|
+
end
|
1935
|
+
|
1936
|
+
class UpdateJobStatusRequest
|
1937
|
+
attr_accessor account_id: ::String
|
1938
|
+
attr_accessor job_id: ::String
|
1939
|
+
attr_accessor requested_job_status: ("Cancelled" | "Ready")
|
1940
|
+
attr_accessor status_update_reason: ::String
|
1941
|
+
SENSITIVE: []
|
1942
|
+
end
|
1943
|
+
|
1944
|
+
class UpdateJobStatusResult
|
1945
|
+
attr_accessor job_id: ::String
|
1946
|
+
attr_accessor status: ("Active" | "Cancelled" | "Cancelling" | "Complete" | "Completing" | "Failed" | "Failing" | "New" | "Paused" | "Pausing" | "Preparing" | "Ready" | "Suspended")
|
1947
|
+
attr_accessor status_update_reason: ::String
|
1948
|
+
SENSITIVE: []
|
1949
|
+
end
|
1950
|
+
|
1951
|
+
class UpdateStorageLensGroupRequest
|
1952
|
+
attr_accessor name: ::String
|
1953
|
+
attr_accessor account_id: ::String
|
1954
|
+
attr_accessor storage_lens_group: Types::StorageLensGroup
|
1955
|
+
SENSITIVE: []
|
1956
|
+
end
|
1957
|
+
|
1958
|
+
class VersioningConfiguration
|
1959
|
+
attr_accessor mfa_delete: ("Enabled" | "Disabled")
|
1960
|
+
attr_accessor status: ("Enabled" | "Suspended")
|
1961
|
+
SENSITIVE: []
|
1962
|
+
end
|
1963
|
+
|
1964
|
+
class VpcConfiguration
|
1965
|
+
attr_accessor vpc_id: ::String
|
1966
|
+
SENSITIVE: []
|
1967
|
+
end
|
1968
|
+
end
|
1969
|
+
end
|