aws-sdk-s3control 1.29.0 → 1.34.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +25 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3control.rb +2 -2
- data/lib/aws-sdk-s3control/client.rb +631 -149
- data/lib/aws-sdk-s3control/client_api.rb +264 -1
- data/lib/aws-sdk-s3control/errors.rb +1 -1
- data/lib/aws-sdk-s3control/resource.rb +1 -1
- data/lib/aws-sdk-s3control/types.rb +633 -38
- metadata +5 -6
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -20,6 +20,8 @@ module Aws::S3Control
|
|
20
20
|
AccountId = Shapes::StringShape.new(name: 'AccountId')
|
21
21
|
AccountLevel = Shapes::StructureShape.new(name: 'AccountLevel')
|
22
22
|
ActivityMetrics = Shapes::StructureShape.new(name: 'ActivityMetrics')
|
23
|
+
AwsLambdaTransformation = Shapes::StructureShape.new(name: 'AwsLambdaTransformation')
|
24
|
+
AwsLambdaTransformationPayload = Shapes::StringShape.new(name: 'AwsLambdaTransformationPayload')
|
23
25
|
AwsOrgArn = Shapes::StringShape.new(name: 'AwsOrgArn')
|
24
26
|
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
25
27
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
@@ -34,6 +36,8 @@ module Aws::S3Control
|
|
34
36
|
ConfirmRemoveSelfBucketAccess = Shapes::BooleanShape.new(name: 'ConfirmRemoveSelfBucketAccess')
|
35
37
|
ConfirmationRequired = Shapes::BooleanShape.new(name: 'ConfirmationRequired')
|
36
38
|
ContinuationToken = Shapes::StringShape.new(name: 'ContinuationToken')
|
39
|
+
CreateAccessPointForObjectLambdaRequest = Shapes::StructureShape.new(name: 'CreateAccessPointForObjectLambdaRequest')
|
40
|
+
CreateAccessPointForObjectLambdaResult = Shapes::StructureShape.new(name: 'CreateAccessPointForObjectLambdaResult')
|
37
41
|
CreateAccessPointRequest = Shapes::StructureShape.new(name: 'CreateAccessPointRequest')
|
38
42
|
CreateAccessPointResult = Shapes::StructureShape.new(name: 'CreateAccessPointResult')
|
39
43
|
CreateBucketConfiguration = Shapes::StructureShape.new(name: 'CreateBucketConfiguration')
|
@@ -45,6 +49,8 @@ module Aws::S3Control
|
|
45
49
|
Date = Shapes::TimestampShape.new(name: 'Date')
|
46
50
|
Days = Shapes::IntegerShape.new(name: 'Days')
|
47
51
|
DaysAfterInitiation = Shapes::IntegerShape.new(name: 'DaysAfterInitiation')
|
52
|
+
DeleteAccessPointForObjectLambdaRequest = Shapes::StructureShape.new(name: 'DeleteAccessPointForObjectLambdaRequest')
|
53
|
+
DeleteAccessPointPolicyForObjectLambdaRequest = Shapes::StructureShape.new(name: 'DeleteAccessPointPolicyForObjectLambdaRequest')
|
48
54
|
DeleteAccessPointPolicyRequest = Shapes::StructureShape.new(name: 'DeleteAccessPointPolicyRequest')
|
49
55
|
DeleteAccessPointRequest = Shapes::StructureShape.new(name: 'DeleteAccessPointRequest')
|
50
56
|
DeleteBucketLifecycleConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteBucketLifecycleConfigurationRequest')
|
@@ -65,8 +71,16 @@ module Aws::S3Control
|
|
65
71
|
ExpiredObjectDeleteMarker = Shapes::BooleanShape.new(name: 'ExpiredObjectDeleteMarker')
|
66
72
|
Format = Shapes::StringShape.new(name: 'Format')
|
67
73
|
FunctionArnString = Shapes::StringShape.new(name: 'FunctionArnString')
|
74
|
+
GetAccessPointConfigurationForObjectLambdaRequest = Shapes::StructureShape.new(name: 'GetAccessPointConfigurationForObjectLambdaRequest')
|
75
|
+
GetAccessPointConfigurationForObjectLambdaResult = Shapes::StructureShape.new(name: 'GetAccessPointConfigurationForObjectLambdaResult')
|
76
|
+
GetAccessPointForObjectLambdaRequest = Shapes::StructureShape.new(name: 'GetAccessPointForObjectLambdaRequest')
|
77
|
+
GetAccessPointForObjectLambdaResult = Shapes::StructureShape.new(name: 'GetAccessPointForObjectLambdaResult')
|
78
|
+
GetAccessPointPolicyForObjectLambdaRequest = Shapes::StructureShape.new(name: 'GetAccessPointPolicyForObjectLambdaRequest')
|
79
|
+
GetAccessPointPolicyForObjectLambdaResult = Shapes::StructureShape.new(name: 'GetAccessPointPolicyForObjectLambdaResult')
|
68
80
|
GetAccessPointPolicyRequest = Shapes::StructureShape.new(name: 'GetAccessPointPolicyRequest')
|
69
81
|
GetAccessPointPolicyResult = Shapes::StructureShape.new(name: 'GetAccessPointPolicyResult')
|
82
|
+
GetAccessPointPolicyStatusForObjectLambdaRequest = Shapes::StructureShape.new(name: 'GetAccessPointPolicyStatusForObjectLambdaRequest')
|
83
|
+
GetAccessPointPolicyStatusForObjectLambdaResult = Shapes::StructureShape.new(name: 'GetAccessPointPolicyStatusForObjectLambdaResult')
|
70
84
|
GetAccessPointPolicyStatusRequest = Shapes::StructureShape.new(name: 'GetAccessPointPolicyStatusRequest')
|
71
85
|
GetAccessPointPolicyStatusResult = Shapes::StructureShape.new(name: 'GetAccessPointPolicyStatusResult')
|
72
86
|
GetAccessPointRequest = Shapes::StructureShape.new(name: 'GetAccessPointRequest')
|
@@ -139,6 +153,8 @@ module Aws::S3Control
|
|
139
153
|
LifecycleRuleAndOperator = Shapes::StructureShape.new(name: 'LifecycleRuleAndOperator')
|
140
154
|
LifecycleRuleFilter = Shapes::StructureShape.new(name: 'LifecycleRuleFilter')
|
141
155
|
LifecycleRules = Shapes::ListShape.new(name: 'LifecycleRules')
|
156
|
+
ListAccessPointsForObjectLambdaRequest = Shapes::StructureShape.new(name: 'ListAccessPointsForObjectLambdaRequest')
|
157
|
+
ListAccessPointsForObjectLambdaResult = Shapes::StructureShape.new(name: 'ListAccessPointsForObjectLambdaResult')
|
142
158
|
ListAccessPointsRequest = Shapes::StructureShape.new(name: 'ListAccessPointsRequest')
|
143
159
|
ListAccessPointsResult = Shapes::StructureShape.new(name: 'ListAccessPointsResult')
|
144
160
|
ListJobsRequest = Shapes::StructureShape.new(name: 'ListJobsRequest')
|
@@ -163,6 +179,20 @@ module Aws::S3Control
|
|
163
179
|
NoncurrentVersionTransition = Shapes::StructureShape.new(name: 'NoncurrentVersionTransition')
|
164
180
|
NoncurrentVersionTransitionList = Shapes::ListShape.new(name: 'NoncurrentVersionTransitionList')
|
165
181
|
NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
|
182
|
+
ObjectLambdaAccessPoint = Shapes::StructureShape.new(name: 'ObjectLambdaAccessPoint')
|
183
|
+
ObjectLambdaAccessPointArn = Shapes::StringShape.new(name: 'ObjectLambdaAccessPointArn')
|
184
|
+
ObjectLambdaAccessPointList = Shapes::ListShape.new(name: 'ObjectLambdaAccessPointList')
|
185
|
+
ObjectLambdaAccessPointName = Shapes::StringShape.new(name: 'ObjectLambdaAccessPointName')
|
186
|
+
ObjectLambdaAllowedFeature = Shapes::StringShape.new(name: 'ObjectLambdaAllowedFeature')
|
187
|
+
ObjectLambdaAllowedFeaturesList = Shapes::ListShape.new(name: 'ObjectLambdaAllowedFeaturesList')
|
188
|
+
ObjectLambdaConfiguration = Shapes::StructureShape.new(name: 'ObjectLambdaConfiguration')
|
189
|
+
ObjectLambdaContentTransformation = Shapes::StructureShape.new(name: 'ObjectLambdaContentTransformation')
|
190
|
+
ObjectLambdaPolicy = Shapes::StringShape.new(name: 'ObjectLambdaPolicy')
|
191
|
+
ObjectLambdaSupportingAccessPointArn = Shapes::StringShape.new(name: 'ObjectLambdaSupportingAccessPointArn')
|
192
|
+
ObjectLambdaTransformationConfiguration = Shapes::StructureShape.new(name: 'ObjectLambdaTransformationConfiguration')
|
193
|
+
ObjectLambdaTransformationConfigurationAction = Shapes::StringShape.new(name: 'ObjectLambdaTransformationConfigurationAction')
|
194
|
+
ObjectLambdaTransformationConfigurationActionsList = Shapes::ListShape.new(name: 'ObjectLambdaTransformationConfigurationActionsList')
|
195
|
+
ObjectLambdaTransformationConfigurationsList = Shapes::ListShape.new(name: 'ObjectLambdaTransformationConfigurationsList')
|
166
196
|
ObjectLockEnabledForBucket = Shapes::BooleanShape.new(name: 'ObjectLockEnabledForBucket')
|
167
197
|
OperationName = Shapes::StringShape.new(name: 'OperationName')
|
168
198
|
OutputSchemaVersion = Shapes::StringShape.new(name: 'OutputSchemaVersion')
|
@@ -173,6 +203,8 @@ module Aws::S3Control
|
|
173
203
|
PrefixLevelStorageMetrics = Shapes::StructureShape.new(name: 'PrefixLevelStorageMetrics')
|
174
204
|
PublicAccessBlockConfiguration = Shapes::StructureShape.new(name: 'PublicAccessBlockConfiguration')
|
175
205
|
PublicAccessBlockEnabled = Shapes::BooleanShape.new(name: 'PublicAccessBlockEnabled')
|
206
|
+
PutAccessPointConfigurationForObjectLambdaRequest = Shapes::StructureShape.new(name: 'PutAccessPointConfigurationForObjectLambdaRequest')
|
207
|
+
PutAccessPointPolicyForObjectLambdaRequest = Shapes::StructureShape.new(name: 'PutAccessPointPolicyForObjectLambdaRequest')
|
176
208
|
PutAccessPointPolicyRequest = Shapes::StructureShape.new(name: 'PutAccessPointPolicyRequest')
|
177
209
|
PutBucketLifecycleConfigurationRequest = Shapes::StructureShape.new(name: 'PutBucketLifecycleConfigurationRequest')
|
178
210
|
PutBucketPolicyRequest = Shapes::StructureShape.new(name: 'PutBucketPolicyRequest')
|
@@ -279,6 +311,10 @@ module Aws::S3Control
|
|
279
311
|
ActivityMetrics.add_member(:is_enabled, Shapes::ShapeRef.new(shape: IsEnabled, location_name: "IsEnabled"))
|
280
312
|
ActivityMetrics.struct_class = Types::ActivityMetrics
|
281
313
|
|
314
|
+
AwsLambdaTransformation.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArnString, required: true, location_name: "FunctionArn"))
|
315
|
+
AwsLambdaTransformation.add_member(:function_payload, Shapes::ShapeRef.new(shape: AwsLambdaTransformationPayload, location_name: "FunctionPayload"))
|
316
|
+
AwsLambdaTransformation.struct_class = Types::AwsLambdaTransformation
|
317
|
+
|
282
318
|
BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
|
283
319
|
BadRequestException.struct_class = Types::BadRequestException
|
284
320
|
|
@@ -292,6 +328,14 @@ module Aws::S3Control
|
|
292
328
|
|
293
329
|
Buckets.member = Shapes::ShapeRef.new(shape: S3BucketArnString, location_name: "Arn")
|
294
330
|
|
331
|
+
CreateAccessPointForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
332
|
+
CreateAccessPointForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
333
|
+
CreateAccessPointForObjectLambdaRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: ObjectLambdaConfiguration, required: true, location_name: "Configuration"))
|
334
|
+
CreateAccessPointForObjectLambdaRequest.struct_class = Types::CreateAccessPointForObjectLambdaRequest
|
335
|
+
|
336
|
+
CreateAccessPointForObjectLambdaResult.add_member(:object_lambda_access_point_arn, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointArn, location_name: "ObjectLambdaAccessPointArn"))
|
337
|
+
CreateAccessPointForObjectLambdaResult.struct_class = Types::CreateAccessPointForObjectLambdaResult
|
338
|
+
|
295
339
|
CreateAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
296
340
|
CreateAccessPointRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name"))
|
297
341
|
CreateAccessPointRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "Bucket"))
|
@@ -338,6 +382,14 @@ module Aws::S3Control
|
|
338
382
|
CreateJobResult.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
|
339
383
|
CreateJobResult.struct_class = Types::CreateJobResult
|
340
384
|
|
385
|
+
DeleteAccessPointForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
386
|
+
DeleteAccessPointForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
387
|
+
DeleteAccessPointForObjectLambdaRequest.struct_class = Types::DeleteAccessPointForObjectLambdaRequest
|
388
|
+
|
389
|
+
DeleteAccessPointPolicyForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
390
|
+
DeleteAccessPointPolicyForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
391
|
+
DeleteAccessPointPolicyForObjectLambdaRequest.struct_class = Types::DeleteAccessPointPolicyForObjectLambdaRequest
|
392
|
+
|
341
393
|
DeleteAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
342
394
|
DeleteAccessPointPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name"))
|
343
395
|
DeleteAccessPointPolicyRequest.struct_class = Types::DeleteAccessPointPolicyRequest
|
@@ -392,6 +444,29 @@ module Aws::S3Control
|
|
392
444
|
Exclude.add_member(:regions, Shapes::ShapeRef.new(shape: Regions, location_name: "Regions"))
|
393
445
|
Exclude.struct_class = Types::Exclude
|
394
446
|
|
447
|
+
GetAccessPointConfigurationForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
448
|
+
GetAccessPointConfigurationForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
449
|
+
GetAccessPointConfigurationForObjectLambdaRequest.struct_class = Types::GetAccessPointConfigurationForObjectLambdaRequest
|
450
|
+
|
451
|
+
GetAccessPointConfigurationForObjectLambdaResult.add_member(:configuration, Shapes::ShapeRef.new(shape: ObjectLambdaConfiguration, location_name: "Configuration"))
|
452
|
+
GetAccessPointConfigurationForObjectLambdaResult.struct_class = Types::GetAccessPointConfigurationForObjectLambdaResult
|
453
|
+
|
454
|
+
GetAccessPointForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
455
|
+
GetAccessPointForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
456
|
+
GetAccessPointForObjectLambdaRequest.struct_class = Types::GetAccessPointForObjectLambdaRequest
|
457
|
+
|
458
|
+
GetAccessPointForObjectLambdaResult.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, location_name: "Name"))
|
459
|
+
GetAccessPointForObjectLambdaResult.add_member(:public_access_block_configuration, Shapes::ShapeRef.new(shape: PublicAccessBlockConfiguration, location_name: "PublicAccessBlockConfiguration"))
|
460
|
+
GetAccessPointForObjectLambdaResult.add_member(:creation_date, Shapes::ShapeRef.new(shape: CreationDate, location_name: "CreationDate"))
|
461
|
+
GetAccessPointForObjectLambdaResult.struct_class = Types::GetAccessPointForObjectLambdaResult
|
462
|
+
|
463
|
+
GetAccessPointPolicyForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
464
|
+
GetAccessPointPolicyForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
465
|
+
GetAccessPointPolicyForObjectLambdaRequest.struct_class = Types::GetAccessPointPolicyForObjectLambdaRequest
|
466
|
+
|
467
|
+
GetAccessPointPolicyForObjectLambdaResult.add_member(:policy, Shapes::ShapeRef.new(shape: ObjectLambdaPolicy, location_name: "Policy"))
|
468
|
+
GetAccessPointPolicyForObjectLambdaResult.struct_class = Types::GetAccessPointPolicyForObjectLambdaResult
|
469
|
+
|
395
470
|
GetAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
396
471
|
GetAccessPointPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name"))
|
397
472
|
GetAccessPointPolicyRequest.struct_class = Types::GetAccessPointPolicyRequest
|
@@ -399,6 +474,13 @@ module Aws::S3Control
|
|
399
474
|
GetAccessPointPolicyResult.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, location_name: "Policy"))
|
400
475
|
GetAccessPointPolicyResult.struct_class = Types::GetAccessPointPolicyResult
|
401
476
|
|
477
|
+
GetAccessPointPolicyStatusForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
478
|
+
GetAccessPointPolicyStatusForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
479
|
+
GetAccessPointPolicyStatusForObjectLambdaRequest.struct_class = Types::GetAccessPointPolicyStatusForObjectLambdaRequest
|
480
|
+
|
481
|
+
GetAccessPointPolicyStatusForObjectLambdaResult.add_member(:policy_status, Shapes::ShapeRef.new(shape: PolicyStatus, location_name: "PolicyStatus"))
|
482
|
+
GetAccessPointPolicyStatusForObjectLambdaResult.struct_class = Types::GetAccessPointPolicyStatusForObjectLambdaResult
|
483
|
+
|
402
484
|
GetAccessPointPolicyStatusRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
403
485
|
GetAccessPointPolicyStatusRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name"))
|
404
486
|
GetAccessPointPolicyStatusRequest.struct_class = Types::GetAccessPointPolicyStatusRequest
|
@@ -606,6 +688,15 @@ module Aws::S3Control
|
|
606
688
|
|
607
689
|
LifecycleRules.member = Shapes::ShapeRef.new(shape: LifecycleRule, location_name: "Rule")
|
608
690
|
|
691
|
+
ListAccessPointsForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
692
|
+
ListAccessPointsForObjectLambdaRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location: "querystring", location_name: "nextToken"))
|
693
|
+
ListAccessPointsForObjectLambdaRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
694
|
+
ListAccessPointsForObjectLambdaRequest.struct_class = Types::ListAccessPointsForObjectLambdaRequest
|
695
|
+
|
696
|
+
ListAccessPointsForObjectLambdaResult.add_member(:object_lambda_access_point_list, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointList, location_name: "ObjectLambdaAccessPointList"))
|
697
|
+
ListAccessPointsForObjectLambdaResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location_name: "NextToken"))
|
698
|
+
ListAccessPointsForObjectLambdaResult.struct_class = Types::ListAccessPointsForObjectLambdaResult
|
699
|
+
|
609
700
|
ListAccessPointsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
610
701
|
ListAccessPointsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, location: "querystring", location_name: "bucket"))
|
611
702
|
ListAccessPointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location: "querystring", location_name: "nextToken"))
|
@@ -665,6 +756,31 @@ module Aws::S3Control
|
|
665
756
|
NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
|
666
757
|
NotFoundException.struct_class = Types::NotFoundException
|
667
758
|
|
759
|
+
ObjectLambdaAccessPoint.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location_name: "Name"))
|
760
|
+
ObjectLambdaAccessPoint.add_member(:object_lambda_access_point_arn, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointArn, location_name: "ObjectLambdaAccessPointArn"))
|
761
|
+
ObjectLambdaAccessPoint.struct_class = Types::ObjectLambdaAccessPoint
|
762
|
+
|
763
|
+
ObjectLambdaAccessPointList.member = Shapes::ShapeRef.new(shape: ObjectLambdaAccessPoint, location_name: "ObjectLambdaAccessPoint")
|
764
|
+
|
765
|
+
ObjectLambdaAllowedFeaturesList.member = Shapes::ShapeRef.new(shape: ObjectLambdaAllowedFeature, location_name: "AllowedFeature")
|
766
|
+
|
767
|
+
ObjectLambdaConfiguration.add_member(:supporting_access_point, Shapes::ShapeRef.new(shape: ObjectLambdaSupportingAccessPointArn, required: true, location_name: "SupportingAccessPoint"))
|
768
|
+
ObjectLambdaConfiguration.add_member(:cloud_watch_metrics_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "CloudWatchMetricsEnabled"))
|
769
|
+
ObjectLambdaConfiguration.add_member(:allowed_features, Shapes::ShapeRef.new(shape: ObjectLambdaAllowedFeaturesList, location_name: "AllowedFeatures"))
|
770
|
+
ObjectLambdaConfiguration.add_member(:transformation_configurations, Shapes::ShapeRef.new(shape: ObjectLambdaTransformationConfigurationsList, required: true, location_name: "TransformationConfigurations"))
|
771
|
+
ObjectLambdaConfiguration.struct_class = Types::ObjectLambdaConfiguration
|
772
|
+
|
773
|
+
ObjectLambdaContentTransformation.add_member(:aws_lambda, Shapes::ShapeRef.new(shape: AwsLambdaTransformation, location_name: "AwsLambda"))
|
774
|
+
ObjectLambdaContentTransformation.struct_class = Types::ObjectLambdaContentTransformation
|
775
|
+
|
776
|
+
ObjectLambdaTransformationConfiguration.add_member(:actions, Shapes::ShapeRef.new(shape: ObjectLambdaTransformationConfigurationActionsList, required: true, location_name: "Actions"))
|
777
|
+
ObjectLambdaTransformationConfiguration.add_member(:content_transformation, Shapes::ShapeRef.new(shape: ObjectLambdaContentTransformation, required: true, location_name: "ContentTransformation"))
|
778
|
+
ObjectLambdaTransformationConfiguration.struct_class = Types::ObjectLambdaTransformationConfiguration
|
779
|
+
|
780
|
+
ObjectLambdaTransformationConfigurationActionsList.member = Shapes::ShapeRef.new(shape: ObjectLambdaTransformationConfigurationAction, location_name: "Action")
|
781
|
+
|
782
|
+
ObjectLambdaTransformationConfigurationsList.member = Shapes::ShapeRef.new(shape: ObjectLambdaTransformationConfiguration, location_name: "TransformationConfiguration")
|
783
|
+
|
668
784
|
PolicyStatus.add_member(:is_public, Shapes::ShapeRef.new(shape: IsPublic, location_name: "IsPublic"))
|
669
785
|
PolicyStatus.struct_class = Types::PolicyStatus
|
670
786
|
|
@@ -681,6 +797,16 @@ module Aws::S3Control
|
|
681
797
|
PublicAccessBlockConfiguration.add_member(:restrict_public_buckets, Shapes::ShapeRef.new(shape: Setting, location_name: "RestrictPublicBuckets"))
|
682
798
|
PublicAccessBlockConfiguration.struct_class = Types::PublicAccessBlockConfiguration
|
683
799
|
|
800
|
+
PutAccessPointConfigurationForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
801
|
+
PutAccessPointConfigurationForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
802
|
+
PutAccessPointConfigurationForObjectLambdaRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: ObjectLambdaConfiguration, required: true, location_name: "Configuration"))
|
803
|
+
PutAccessPointConfigurationForObjectLambdaRequest.struct_class = Types::PutAccessPointConfigurationForObjectLambdaRequest
|
804
|
+
|
805
|
+
PutAccessPointPolicyForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
806
|
+
PutAccessPointPolicyForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
807
|
+
PutAccessPointPolicyForObjectLambdaRequest.add_member(:policy, Shapes::ShapeRef.new(shape: ObjectLambdaPolicy, required: true, location_name: "Policy"))
|
808
|
+
PutAccessPointPolicyForObjectLambdaRequest.struct_class = Types::PutAccessPointPolicyForObjectLambdaRequest
|
809
|
+
|
684
810
|
PutAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
685
811
|
PutAccessPointPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name"))
|
686
812
|
PutAccessPointPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, required: true, location_name: "Policy"))
|
@@ -775,6 +901,7 @@ module Aws::S3Control
|
|
775
901
|
S3CopyObjectOperation.add_member(:object_lock_legal_hold_status, Shapes::ShapeRef.new(shape: S3ObjectLockLegalHoldStatus, location_name: "ObjectLockLegalHoldStatus"))
|
776
902
|
S3CopyObjectOperation.add_member(:object_lock_mode, Shapes::ShapeRef.new(shape: S3ObjectLockMode, location_name: "ObjectLockMode"))
|
777
903
|
S3CopyObjectOperation.add_member(:object_lock_retain_until_date, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "ObjectLockRetainUntilDate"))
|
904
|
+
S3CopyObjectOperation.add_member(:bucket_key_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "BucketKeyEnabled"))
|
778
905
|
S3CopyObjectOperation.struct_class = Types::S3CopyObjectOperation
|
779
906
|
|
780
907
|
S3DeleteObjectTaggingOperation.struct_class = Types::S3DeleteObjectTaggingOperation
|
@@ -950,6 +1077,22 @@ module Aws::S3Control
|
|
950
1077
|
o.output = Shapes::ShapeRef.new(shape: CreateAccessPointResult)
|
951
1078
|
end)
|
952
1079
|
|
1080
|
+
api.add_operation(:create_access_point_for_object_lambda, Seahorse::Model::Operation.new.tap do |o|
|
1081
|
+
o.name = "CreateAccessPointForObjectLambda"
|
1082
|
+
o.http_method = "PUT"
|
1083
|
+
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}"
|
1084
|
+
o.endpoint_pattern = {
|
1085
|
+
"hostPrefix" => "{AccountId}.",
|
1086
|
+
}
|
1087
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAccessPointForObjectLambdaRequest,
|
1088
|
+
location_name: "CreateAccessPointForObjectLambdaRequest",
|
1089
|
+
metadata: {
|
1090
|
+
"xmlNamespace" => {"uri"=>"http://awss3control.amazonaws.com/doc/2018-08-20/"}
|
1091
|
+
}
|
1092
|
+
)
|
1093
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAccessPointForObjectLambdaResult)
|
1094
|
+
end)
|
1095
|
+
|
953
1096
|
api.add_operation(:create_bucket, Seahorse::Model::Operation.new.tap do |o|
|
954
1097
|
o.name = "CreateBucket"
|
955
1098
|
o.http_method = "PUT"
|
@@ -992,6 +1135,17 @@ module Aws::S3Control
|
|
992
1135
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
993
1136
|
end)
|
994
1137
|
|
1138
|
+
api.add_operation(:delete_access_point_for_object_lambda, Seahorse::Model::Operation.new.tap do |o|
|
1139
|
+
o.name = "DeleteAccessPointForObjectLambda"
|
1140
|
+
o.http_method = "DELETE"
|
1141
|
+
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}"
|
1142
|
+
o.endpoint_pattern = {
|
1143
|
+
"hostPrefix" => "{AccountId}.",
|
1144
|
+
}
|
1145
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAccessPointForObjectLambdaRequest)
|
1146
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1147
|
+
end)
|
1148
|
+
|
995
1149
|
api.add_operation(:delete_access_point_policy, Seahorse::Model::Operation.new.tap do |o|
|
996
1150
|
o.name = "DeleteAccessPointPolicy"
|
997
1151
|
o.http_method = "DELETE"
|
@@ -1003,6 +1157,17 @@ module Aws::S3Control
|
|
1003
1157
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1004
1158
|
end)
|
1005
1159
|
|
1160
|
+
api.add_operation(:delete_access_point_policy_for_object_lambda, Seahorse::Model::Operation.new.tap do |o|
|
1161
|
+
o.name = "DeleteAccessPointPolicyForObjectLambda"
|
1162
|
+
o.http_method = "DELETE"
|
1163
|
+
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/policy"
|
1164
|
+
o.endpoint_pattern = {
|
1165
|
+
"hostPrefix" => "{AccountId}.",
|
1166
|
+
}
|
1167
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAccessPointPolicyForObjectLambdaRequest)
|
1168
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1169
|
+
end)
|
1170
|
+
|
1006
1171
|
api.add_operation(:delete_bucket, Seahorse::Model::Operation.new.tap do |o|
|
1007
1172
|
o.name = "DeleteBucket"
|
1008
1173
|
o.http_method = "DELETE"
|
@@ -1120,6 +1285,28 @@ module Aws::S3Control
|
|
1120
1285
|
o.output = Shapes::ShapeRef.new(shape: GetAccessPointResult)
|
1121
1286
|
end)
|
1122
1287
|
|
1288
|
+
api.add_operation(:get_access_point_configuration_for_object_lambda, Seahorse::Model::Operation.new.tap do |o|
|
1289
|
+
o.name = "GetAccessPointConfigurationForObjectLambda"
|
1290
|
+
o.http_method = "GET"
|
1291
|
+
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/configuration"
|
1292
|
+
o.endpoint_pattern = {
|
1293
|
+
"hostPrefix" => "{AccountId}.",
|
1294
|
+
}
|
1295
|
+
o.input = Shapes::ShapeRef.new(shape: GetAccessPointConfigurationForObjectLambdaRequest)
|
1296
|
+
o.output = Shapes::ShapeRef.new(shape: GetAccessPointConfigurationForObjectLambdaResult)
|
1297
|
+
end)
|
1298
|
+
|
1299
|
+
api.add_operation(:get_access_point_for_object_lambda, Seahorse::Model::Operation.new.tap do |o|
|
1300
|
+
o.name = "GetAccessPointForObjectLambda"
|
1301
|
+
o.http_method = "GET"
|
1302
|
+
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}"
|
1303
|
+
o.endpoint_pattern = {
|
1304
|
+
"hostPrefix" => "{AccountId}.",
|
1305
|
+
}
|
1306
|
+
o.input = Shapes::ShapeRef.new(shape: GetAccessPointForObjectLambdaRequest)
|
1307
|
+
o.output = Shapes::ShapeRef.new(shape: GetAccessPointForObjectLambdaResult)
|
1308
|
+
end)
|
1309
|
+
|
1123
1310
|
api.add_operation(:get_access_point_policy, Seahorse::Model::Operation.new.tap do |o|
|
1124
1311
|
o.name = "GetAccessPointPolicy"
|
1125
1312
|
o.http_method = "GET"
|
@@ -1131,6 +1318,17 @@ module Aws::S3Control
|
|
1131
1318
|
o.output = Shapes::ShapeRef.new(shape: GetAccessPointPolicyResult)
|
1132
1319
|
end)
|
1133
1320
|
|
1321
|
+
api.add_operation(:get_access_point_policy_for_object_lambda, Seahorse::Model::Operation.new.tap do |o|
|
1322
|
+
o.name = "GetAccessPointPolicyForObjectLambda"
|
1323
|
+
o.http_method = "GET"
|
1324
|
+
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/policy"
|
1325
|
+
o.endpoint_pattern = {
|
1326
|
+
"hostPrefix" => "{AccountId}.",
|
1327
|
+
}
|
1328
|
+
o.input = Shapes::ShapeRef.new(shape: GetAccessPointPolicyForObjectLambdaRequest)
|
1329
|
+
o.output = Shapes::ShapeRef.new(shape: GetAccessPointPolicyForObjectLambdaResult)
|
1330
|
+
end)
|
1331
|
+
|
1134
1332
|
api.add_operation(:get_access_point_policy_status, Seahorse::Model::Operation.new.tap do |o|
|
1135
1333
|
o.name = "GetAccessPointPolicyStatus"
|
1136
1334
|
o.http_method = "GET"
|
@@ -1142,6 +1340,17 @@ module Aws::S3Control
|
|
1142
1340
|
o.output = Shapes::ShapeRef.new(shape: GetAccessPointPolicyStatusResult)
|
1143
1341
|
end)
|
1144
1342
|
|
1343
|
+
api.add_operation(:get_access_point_policy_status_for_object_lambda, Seahorse::Model::Operation.new.tap do |o|
|
1344
|
+
o.name = "GetAccessPointPolicyStatusForObjectLambda"
|
1345
|
+
o.http_method = "GET"
|
1346
|
+
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/policyStatus"
|
1347
|
+
o.endpoint_pattern = {
|
1348
|
+
"hostPrefix" => "{AccountId}.",
|
1349
|
+
}
|
1350
|
+
o.input = Shapes::ShapeRef.new(shape: GetAccessPointPolicyStatusForObjectLambdaRequest)
|
1351
|
+
o.output = Shapes::ShapeRef.new(shape: GetAccessPointPolicyStatusForObjectLambdaResult)
|
1352
|
+
end)
|
1353
|
+
|
1145
1354
|
api.add_operation(:get_bucket, Seahorse::Model::Operation.new.tap do |o|
|
1146
1355
|
o.name = "GetBucket"
|
1147
1356
|
o.http_method = "GET"
|
@@ -1251,6 +1460,23 @@ module Aws::S3Control
|
|
1251
1460
|
)
|
1252
1461
|
end)
|
1253
1462
|
|
1463
|
+
api.add_operation(:list_access_points_for_object_lambda, Seahorse::Model::Operation.new.tap do |o|
|
1464
|
+
o.name = "ListAccessPointsForObjectLambda"
|
1465
|
+
o.http_method = "GET"
|
1466
|
+
o.http_request_uri = "/v20180820/accesspointforobjectlambda"
|
1467
|
+
o.endpoint_pattern = {
|
1468
|
+
"hostPrefix" => "{AccountId}.",
|
1469
|
+
}
|
1470
|
+
o.input = Shapes::ShapeRef.new(shape: ListAccessPointsForObjectLambdaRequest)
|
1471
|
+
o.output = Shapes::ShapeRef.new(shape: ListAccessPointsForObjectLambdaResult)
|
1472
|
+
o[:pager] = Aws::Pager.new(
|
1473
|
+
limit_key: "max_results",
|
1474
|
+
tokens: {
|
1475
|
+
"next_token" => "next_token"
|
1476
|
+
}
|
1477
|
+
)
|
1478
|
+
end)
|
1479
|
+
|
1254
1480
|
api.add_operation(:list_jobs, Seahorse::Model::Operation.new.tap do |o|
|
1255
1481
|
o.name = "ListJobs"
|
1256
1482
|
o.http_method = "GET"
|
@@ -1297,6 +1523,27 @@ module Aws::S3Control
|
|
1297
1523
|
}
|
1298
1524
|
o.input = Shapes::ShapeRef.new(shape: ListStorageLensConfigurationsRequest)
|
1299
1525
|
o.output = Shapes::ShapeRef.new(shape: ListStorageLensConfigurationsResult)
|
1526
|
+
o[:pager] = Aws::Pager.new(
|
1527
|
+
tokens: {
|
1528
|
+
"next_token" => "next_token"
|
1529
|
+
}
|
1530
|
+
)
|
1531
|
+
end)
|
1532
|
+
|
1533
|
+
api.add_operation(:put_access_point_configuration_for_object_lambda, Seahorse::Model::Operation.new.tap do |o|
|
1534
|
+
o.name = "PutAccessPointConfigurationForObjectLambda"
|
1535
|
+
o.http_method = "PUT"
|
1536
|
+
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/configuration"
|
1537
|
+
o.endpoint_pattern = {
|
1538
|
+
"hostPrefix" => "{AccountId}.",
|
1539
|
+
}
|
1540
|
+
o.input = Shapes::ShapeRef.new(shape: PutAccessPointConfigurationForObjectLambdaRequest,
|
1541
|
+
location_name: "PutAccessPointConfigurationForObjectLambdaRequest",
|
1542
|
+
metadata: {
|
1543
|
+
"xmlNamespace" => {"uri"=>"http://awss3control.amazonaws.com/doc/2018-08-20/"}
|
1544
|
+
}
|
1545
|
+
)
|
1546
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1300
1547
|
end)
|
1301
1548
|
|
1302
1549
|
api.add_operation(:put_access_point_policy, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1315,6 +1562,22 @@ module Aws::S3Control
|
|
1315
1562
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1316
1563
|
end)
|
1317
1564
|
|
1565
|
+
api.add_operation(:put_access_point_policy_for_object_lambda, Seahorse::Model::Operation.new.tap do |o|
|
1566
|
+
o.name = "PutAccessPointPolicyForObjectLambda"
|
1567
|
+
o.http_method = "PUT"
|
1568
|
+
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/policy"
|
1569
|
+
o.endpoint_pattern = {
|
1570
|
+
"hostPrefix" => "{AccountId}.",
|
1571
|
+
}
|
1572
|
+
o.input = Shapes::ShapeRef.new(shape: PutAccessPointPolicyForObjectLambdaRequest,
|
1573
|
+
location_name: "PutAccessPointPolicyForObjectLambdaRequest",
|
1574
|
+
metadata: {
|
1575
|
+
"xmlNamespace" => {"uri"=>"http://awss3control.amazonaws.com/doc/2018-08-20/"}
|
1576
|
+
}
|
1577
|
+
)
|
1578
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1579
|
+
end)
|
1580
|
+
|
1318
1581
|
api.add_operation(:put_bucket_lifecycle_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1319
1582
|
o.name = "PutBucketLifecycleConfiguration"
|
1320
1583
|
o.http_method = "PUT"
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|