aws-sdk-s3control 1.28.0 → 1.33.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.
@@ -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/master/CONTRIBUTING.md
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"))
@@ -950,6 +1076,22 @@ module Aws::S3Control
950
1076
  o.output = Shapes::ShapeRef.new(shape: CreateAccessPointResult)
951
1077
  end)
952
1078
 
1079
+ api.add_operation(:create_access_point_for_object_lambda, Seahorse::Model::Operation.new.tap do |o|
1080
+ o.name = "CreateAccessPointForObjectLambda"
1081
+ o.http_method = "PUT"
1082
+ o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}"
1083
+ o.endpoint_pattern = {
1084
+ "hostPrefix" => "{AccountId}.",
1085
+ }
1086
+ o.input = Shapes::ShapeRef.new(shape: CreateAccessPointForObjectLambdaRequest,
1087
+ location_name: "CreateAccessPointForObjectLambdaRequest",
1088
+ metadata: {
1089
+ "xmlNamespace" => {"uri"=>"http://awss3control.amazonaws.com/doc/2018-08-20/"}
1090
+ }
1091
+ )
1092
+ o.output = Shapes::ShapeRef.new(shape: CreateAccessPointForObjectLambdaResult)
1093
+ end)
1094
+
953
1095
  api.add_operation(:create_bucket, Seahorse::Model::Operation.new.tap do |o|
954
1096
  o.name = "CreateBucket"
955
1097
  o.http_method = "PUT"
@@ -992,6 +1134,17 @@ module Aws::S3Control
992
1134
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
993
1135
  end)
994
1136
 
1137
+ api.add_operation(:delete_access_point_for_object_lambda, Seahorse::Model::Operation.new.tap do |o|
1138
+ o.name = "DeleteAccessPointForObjectLambda"
1139
+ o.http_method = "DELETE"
1140
+ o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}"
1141
+ o.endpoint_pattern = {
1142
+ "hostPrefix" => "{AccountId}.",
1143
+ }
1144
+ o.input = Shapes::ShapeRef.new(shape: DeleteAccessPointForObjectLambdaRequest)
1145
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1146
+ end)
1147
+
995
1148
  api.add_operation(:delete_access_point_policy, Seahorse::Model::Operation.new.tap do |o|
996
1149
  o.name = "DeleteAccessPointPolicy"
997
1150
  o.http_method = "DELETE"
@@ -1003,6 +1156,17 @@ module Aws::S3Control
1003
1156
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1004
1157
  end)
1005
1158
 
1159
+ api.add_operation(:delete_access_point_policy_for_object_lambda, Seahorse::Model::Operation.new.tap do |o|
1160
+ o.name = "DeleteAccessPointPolicyForObjectLambda"
1161
+ o.http_method = "DELETE"
1162
+ o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/policy"
1163
+ o.endpoint_pattern = {
1164
+ "hostPrefix" => "{AccountId}.",
1165
+ }
1166
+ o.input = Shapes::ShapeRef.new(shape: DeleteAccessPointPolicyForObjectLambdaRequest)
1167
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1168
+ end)
1169
+
1006
1170
  api.add_operation(:delete_bucket, Seahorse::Model::Operation.new.tap do |o|
1007
1171
  o.name = "DeleteBucket"
1008
1172
  o.http_method = "DELETE"
@@ -1120,6 +1284,28 @@ module Aws::S3Control
1120
1284
  o.output = Shapes::ShapeRef.new(shape: GetAccessPointResult)
1121
1285
  end)
1122
1286
 
1287
+ api.add_operation(:get_access_point_configuration_for_object_lambda, Seahorse::Model::Operation.new.tap do |o|
1288
+ o.name = "GetAccessPointConfigurationForObjectLambda"
1289
+ o.http_method = "GET"
1290
+ o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/configuration"
1291
+ o.endpoint_pattern = {
1292
+ "hostPrefix" => "{AccountId}.",
1293
+ }
1294
+ o.input = Shapes::ShapeRef.new(shape: GetAccessPointConfigurationForObjectLambdaRequest)
1295
+ o.output = Shapes::ShapeRef.new(shape: GetAccessPointConfigurationForObjectLambdaResult)
1296
+ end)
1297
+
1298
+ api.add_operation(:get_access_point_for_object_lambda, Seahorse::Model::Operation.new.tap do |o|
1299
+ o.name = "GetAccessPointForObjectLambda"
1300
+ o.http_method = "GET"
1301
+ o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}"
1302
+ o.endpoint_pattern = {
1303
+ "hostPrefix" => "{AccountId}.",
1304
+ }
1305
+ o.input = Shapes::ShapeRef.new(shape: GetAccessPointForObjectLambdaRequest)
1306
+ o.output = Shapes::ShapeRef.new(shape: GetAccessPointForObjectLambdaResult)
1307
+ end)
1308
+
1123
1309
  api.add_operation(:get_access_point_policy, Seahorse::Model::Operation.new.tap do |o|
1124
1310
  o.name = "GetAccessPointPolicy"
1125
1311
  o.http_method = "GET"
@@ -1131,6 +1317,17 @@ module Aws::S3Control
1131
1317
  o.output = Shapes::ShapeRef.new(shape: GetAccessPointPolicyResult)
1132
1318
  end)
1133
1319
 
1320
+ api.add_operation(:get_access_point_policy_for_object_lambda, Seahorse::Model::Operation.new.tap do |o|
1321
+ o.name = "GetAccessPointPolicyForObjectLambda"
1322
+ o.http_method = "GET"
1323
+ o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/policy"
1324
+ o.endpoint_pattern = {
1325
+ "hostPrefix" => "{AccountId}.",
1326
+ }
1327
+ o.input = Shapes::ShapeRef.new(shape: GetAccessPointPolicyForObjectLambdaRequest)
1328
+ o.output = Shapes::ShapeRef.new(shape: GetAccessPointPolicyForObjectLambdaResult)
1329
+ end)
1330
+
1134
1331
  api.add_operation(:get_access_point_policy_status, Seahorse::Model::Operation.new.tap do |o|
1135
1332
  o.name = "GetAccessPointPolicyStatus"
1136
1333
  o.http_method = "GET"
@@ -1142,6 +1339,17 @@ module Aws::S3Control
1142
1339
  o.output = Shapes::ShapeRef.new(shape: GetAccessPointPolicyStatusResult)
1143
1340
  end)
1144
1341
 
1342
+ api.add_operation(:get_access_point_policy_status_for_object_lambda, Seahorse::Model::Operation.new.tap do |o|
1343
+ o.name = "GetAccessPointPolicyStatusForObjectLambda"
1344
+ o.http_method = "GET"
1345
+ o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/policyStatus"
1346
+ o.endpoint_pattern = {
1347
+ "hostPrefix" => "{AccountId}.",
1348
+ }
1349
+ o.input = Shapes::ShapeRef.new(shape: GetAccessPointPolicyStatusForObjectLambdaRequest)
1350
+ o.output = Shapes::ShapeRef.new(shape: GetAccessPointPolicyStatusForObjectLambdaResult)
1351
+ end)
1352
+
1145
1353
  api.add_operation(:get_bucket, Seahorse::Model::Operation.new.tap do |o|
1146
1354
  o.name = "GetBucket"
1147
1355
  o.http_method = "GET"
@@ -1251,6 +1459,23 @@ module Aws::S3Control
1251
1459
  )
1252
1460
  end)
1253
1461
 
1462
+ api.add_operation(:list_access_points_for_object_lambda, Seahorse::Model::Operation.new.tap do |o|
1463
+ o.name = "ListAccessPointsForObjectLambda"
1464
+ o.http_method = "GET"
1465
+ o.http_request_uri = "/v20180820/accesspointforobjectlambda"
1466
+ o.endpoint_pattern = {
1467
+ "hostPrefix" => "{AccountId}.",
1468
+ }
1469
+ o.input = Shapes::ShapeRef.new(shape: ListAccessPointsForObjectLambdaRequest)
1470
+ o.output = Shapes::ShapeRef.new(shape: ListAccessPointsForObjectLambdaResult)
1471
+ o[:pager] = Aws::Pager.new(
1472
+ limit_key: "max_results",
1473
+ tokens: {
1474
+ "next_token" => "next_token"
1475
+ }
1476
+ )
1477
+ end)
1478
+
1254
1479
  api.add_operation(:list_jobs, Seahorse::Model::Operation.new.tap do |o|
1255
1480
  o.name = "ListJobs"
1256
1481
  o.http_method = "GET"
@@ -1297,6 +1522,27 @@ module Aws::S3Control
1297
1522
  }
1298
1523
  o.input = Shapes::ShapeRef.new(shape: ListStorageLensConfigurationsRequest)
1299
1524
  o.output = Shapes::ShapeRef.new(shape: ListStorageLensConfigurationsResult)
1525
+ o[:pager] = Aws::Pager.new(
1526
+ tokens: {
1527
+ "next_token" => "next_token"
1528
+ }
1529
+ )
1530
+ end)
1531
+
1532
+ api.add_operation(:put_access_point_configuration_for_object_lambda, Seahorse::Model::Operation.new.tap do |o|
1533
+ o.name = "PutAccessPointConfigurationForObjectLambda"
1534
+ o.http_method = "PUT"
1535
+ o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/configuration"
1536
+ o.endpoint_pattern = {
1537
+ "hostPrefix" => "{AccountId}.",
1538
+ }
1539
+ o.input = Shapes::ShapeRef.new(shape: PutAccessPointConfigurationForObjectLambdaRequest,
1540
+ location_name: "PutAccessPointConfigurationForObjectLambdaRequest",
1541
+ metadata: {
1542
+ "xmlNamespace" => {"uri"=>"http://awss3control.amazonaws.com/doc/2018-08-20/"}
1543
+ }
1544
+ )
1545
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1300
1546
  end)
1301
1547
 
1302
1548
  api.add_operation(:put_access_point_policy, Seahorse::Model::Operation.new.tap do |o|
@@ -1315,6 +1561,22 @@ module Aws::S3Control
1315
1561
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1316
1562
  end)
1317
1563
 
1564
+ api.add_operation(:put_access_point_policy_for_object_lambda, Seahorse::Model::Operation.new.tap do |o|
1565
+ o.name = "PutAccessPointPolicyForObjectLambda"
1566
+ o.http_method = "PUT"
1567
+ o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/policy"
1568
+ o.endpoint_pattern = {
1569
+ "hostPrefix" => "{AccountId}.",
1570
+ }
1571
+ o.input = Shapes::ShapeRef.new(shape: PutAccessPointPolicyForObjectLambdaRequest,
1572
+ location_name: "PutAccessPointPolicyForObjectLambdaRequest",
1573
+ metadata: {
1574
+ "xmlNamespace" => {"uri"=>"http://awss3control.amazonaws.com/doc/2018-08-20/"}
1575
+ }
1576
+ )
1577
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1578
+ end)
1579
+
1318
1580
  api.add_operation(:put_bucket_lifecycle_configuration, Seahorse::Model::Operation.new.tap do |o|
1319
1581
  o.name = "PutBucketLifecycleConfiguration"
1320
1582
  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/master/CONTRIBUTING.md
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/master/CONTRIBUTING.md
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/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -50,6 +50,11 @@ module Aws::S3Control
50
50
  # @!attribute [rw] vpc_configuration
51
51
  # The virtual private cloud (VPC) configuration for this access point,
52
52
  # if one exists.
53
+ #
54
+ # <note markdown="1"> This element is empty if this access point is an Amazon S3 on
55
+ # Outposts access point that is used by other AWS services.
56
+ #
57
+ # </note>
53
58
  # @return [Types::VpcConfiguration]
54
59
  #
55
60
  # @!attribute [rw] bucket
@@ -137,6 +142,35 @@ module Aws::S3Control
137
142
  include Aws::Structure
138
143
  end
139
144
 
145
+ # AWS Lambda function used to transform objects through an Object Lambda
146
+ # Access Point.
147
+ #
148
+ # @note When making an API call, you may pass AwsLambdaTransformation
149
+ # data as a hash:
150
+ #
151
+ # {
152
+ # function_arn: "FunctionArnString", # required
153
+ # function_payload: "AwsLambdaTransformationPayload",
154
+ # }
155
+ #
156
+ # @!attribute [rw] function_arn
157
+ # The Amazon Resource Name (ARN) of the AWS Lambda function.
158
+ # @return [String]
159
+ #
160
+ # @!attribute [rw] function_payload
161
+ # Additional JSON that provides supplemental data to the Lambda
162
+ # function used to transform objects.
163
+ # @return [String]
164
+ #
165
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/AwsLambdaTransformation AWS API Documentation
166
+ #
167
+ class AwsLambdaTransformation < Struct.new(
168
+ :function_arn,
169
+ :function_payload)
170
+ SENSITIVE = []
171
+ include Aws::Structure
172
+ end
173
+
140
174
  # @!attribute [rw] message
141
175
  # @return [String]
142
176
  #
@@ -203,6 +237,65 @@ module Aws::S3Control
203
237
  include Aws::Structure
204
238
  end
205
239
 
240
+ # @note When making an API call, you may pass CreateAccessPointForObjectLambdaRequest
241
+ # data as a hash:
242
+ #
243
+ # {
244
+ # account_id: "AccountId", # required
245
+ # name: "ObjectLambdaAccessPointName", # required
246
+ # configuration: { # required
247
+ # supporting_access_point: "ObjectLambdaSupportingAccessPointArn", # required
248
+ # cloud_watch_metrics_enabled: false,
249
+ # allowed_features: ["GetObject-Range"], # accepts GetObject-Range, GetObject-PartNumber
250
+ # transformation_configurations: [ # required
251
+ # {
252
+ # actions: ["GetObject"], # required, accepts GetObject
253
+ # content_transformation: { # required
254
+ # aws_lambda: {
255
+ # function_arn: "FunctionArnString", # required
256
+ # function_payload: "AwsLambdaTransformationPayload",
257
+ # },
258
+ # },
259
+ # },
260
+ # ],
261
+ # },
262
+ # }
263
+ #
264
+ # @!attribute [rw] account_id
265
+ # The AWS account ID for owner of the specified Object Lambda Access
266
+ # Point.
267
+ # @return [String]
268
+ #
269
+ # @!attribute [rw] name
270
+ # The name you want to assign to this Object Lambda Access Point.
271
+ # @return [String]
272
+ #
273
+ # @!attribute [rw] configuration
274
+ # Object Lambda Access Point configuration as a JSON document.
275
+ # @return [Types::ObjectLambdaConfiguration]
276
+ #
277
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/CreateAccessPointForObjectLambdaRequest AWS API Documentation
278
+ #
279
+ class CreateAccessPointForObjectLambdaRequest < Struct.new(
280
+ :account_id,
281
+ :name,
282
+ :configuration)
283
+ SENSITIVE = []
284
+ include Aws::Structure
285
+ end
286
+
287
+ # @!attribute [rw] object_lambda_access_point_arn
288
+ # Specifies the ARN for the Object Lambda Access Point.
289
+ # @return [String]
290
+ #
291
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/CreateAccessPointForObjectLambdaResult AWS API Documentation
292
+ #
293
+ class CreateAccessPointForObjectLambdaResult < Struct.new(
294
+ :object_lambda_access_point_arn)
295
+ SENSITIVE = []
296
+ include Aws::Structure
297
+ end
298
+
206
299
  # @note When making an API call, you may pass CreateAccessPointRequest
207
300
  # data as a hash:
208
301
  #
@@ -258,17 +351,8 @@ module Aws::S3Control
258
351
  # @return [Types::VpcConfiguration]
259
352
  #
260
353
  # @!attribute [rw] public_access_block_configuration
261
- # The `PublicAccessBlock` configuration that you want to apply to this
262
- # Amazon S3 account. You can enable the configuration options in any
263
- # combination. For more information about when Amazon S3 considers a
264
- # bucket or object public, see [The Meaning of "Public"][1] in the
265
- # *Amazon Simple Storage Service Developer Guide*.
266
- #
267
- # This is not supported for Amazon S3 on Outposts.
268
- #
269
- #
270
- #
271
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status
354
+ # The `PublicAccessBlock` configuration that you want to apply to the
355
+ # access point.
272
356
  # @return [Types::PublicAccessBlockConfiguration]
273
357
  #
274
358
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/CreateAccessPointRequest AWS API Documentation
@@ -618,14 +702,13 @@ module Aws::S3Control
618
702
  # @return [Boolean]
619
703
  #
620
704
  # @!attribute [rw] operation
621
- # The operation that you want this job to perform on every object
622
- # listed in the manifest. For more information about the available
623
- # operations, see [Operations][1] in the *Amazon Simple Storage
624
- # Service Developer Guide*.
705
+ # The action that you want this job to perform on every object listed
706
+ # in the manifest. For more information about the available actions,
707
+ # see [Operations][1] in the *Amazon S3 User Guide*.
625
708
  #
626
709
  #
627
710
  #
628
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-operations.html
711
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-actions.html
629
712
  # @return [Types::JobOperation]
630
713
  #
631
714
  # @!attribute [rw] report
@@ -659,7 +742,7 @@ module Aws::S3Control
659
742
  # @!attribute [rw] role_arn
660
743
  # The Amazon Resource Name (ARN) for the AWS Identity and Access
661
744
  # Management (IAM) role that Batch Operations will use to run this
662
- # job's operation on every object in the manifest.
745
+ # job's action on every object in the manifest.
663
746
  # @return [String]
664
747
  #
665
748
  # @!attribute [rw] tags
@@ -697,6 +780,59 @@ module Aws::S3Control
697
780
  include Aws::Structure
698
781
  end
699
782
 
783
+ # @note When making an API call, you may pass DeleteAccessPointForObjectLambdaRequest
784
+ # data as a hash:
785
+ #
786
+ # {
787
+ # account_id: "AccountId", # required
788
+ # name: "ObjectLambdaAccessPointName", # required
789
+ # }
790
+ #
791
+ # @!attribute [rw] account_id
792
+ # The account ID for the account that owns the specified Object Lambda
793
+ # Access Point.
794
+ # @return [String]
795
+ #
796
+ # @!attribute [rw] name
797
+ # The name of the access point you want to delete.
798
+ # @return [String]
799
+ #
800
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteAccessPointForObjectLambdaRequest AWS API Documentation
801
+ #
802
+ class DeleteAccessPointForObjectLambdaRequest < Struct.new(
803
+ :account_id,
804
+ :name)
805
+ SENSITIVE = []
806
+ include Aws::Structure
807
+ end
808
+
809
+ # @note When making an API call, you may pass DeleteAccessPointPolicyForObjectLambdaRequest
810
+ # data as a hash:
811
+ #
812
+ # {
813
+ # account_id: "AccountId", # required
814
+ # name: "ObjectLambdaAccessPointName", # required
815
+ # }
816
+ #
817
+ # @!attribute [rw] account_id
818
+ # The account ID for the account that owns the specified Object Lambda
819
+ # Access Point.
820
+ # @return [String]
821
+ #
822
+ # @!attribute [rw] name
823
+ # The name of the Object Lambda Access Point you want to delete the
824
+ # policy for.
825
+ # @return [String]
826
+ #
827
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteAccessPointPolicyForObjectLambdaRequest AWS API Documentation
828
+ #
829
+ class DeleteAccessPointPolicyForObjectLambdaRequest < Struct.new(
830
+ :account_id,
831
+ :name)
832
+ SENSITIVE = []
833
+ include Aws::Structure
834
+ end
835
+
700
836
  # @note When making an API call, you may pass DeleteAccessPointPolicyRequest
701
837
  # data as a hash:
702
838
  #
@@ -1090,6 +1226,133 @@ module Aws::S3Control
1090
1226
  include Aws::Structure
1091
1227
  end
1092
1228
 
1229
+ # @note When making an API call, you may pass GetAccessPointConfigurationForObjectLambdaRequest
1230
+ # data as a hash:
1231
+ #
1232
+ # {
1233
+ # account_id: "AccountId", # required
1234
+ # name: "ObjectLambdaAccessPointName", # required
1235
+ # }
1236
+ #
1237
+ # @!attribute [rw] account_id
1238
+ # The account ID for the account that owns the specified Object Lambda
1239
+ # Access Point.
1240
+ # @return [String]
1241
+ #
1242
+ # @!attribute [rw] name
1243
+ # The name of the Object Lambda Access Point you want to return the
1244
+ # configuration for.
1245
+ # @return [String]
1246
+ #
1247
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetAccessPointConfigurationForObjectLambdaRequest AWS API Documentation
1248
+ #
1249
+ class GetAccessPointConfigurationForObjectLambdaRequest < Struct.new(
1250
+ :account_id,
1251
+ :name)
1252
+ SENSITIVE = []
1253
+ include Aws::Structure
1254
+ end
1255
+
1256
+ # @!attribute [rw] configuration
1257
+ # Object Lambda Access Point configuration document.
1258
+ # @return [Types::ObjectLambdaConfiguration]
1259
+ #
1260
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetAccessPointConfigurationForObjectLambdaResult AWS API Documentation
1261
+ #
1262
+ class GetAccessPointConfigurationForObjectLambdaResult < Struct.new(
1263
+ :configuration)
1264
+ SENSITIVE = []
1265
+ include Aws::Structure
1266
+ end
1267
+
1268
+ # @note When making an API call, you may pass GetAccessPointForObjectLambdaRequest
1269
+ # data as a hash:
1270
+ #
1271
+ # {
1272
+ # account_id: "AccountId", # required
1273
+ # name: "ObjectLambdaAccessPointName", # required
1274
+ # }
1275
+ #
1276
+ # @!attribute [rw] account_id
1277
+ # The account ID for the account that owns the specified Object Lambda
1278
+ # Access Point.
1279
+ # @return [String]
1280
+ #
1281
+ # @!attribute [rw] name
1282
+ # The name of the Object Lambda Access Point.
1283
+ # @return [String]
1284
+ #
1285
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetAccessPointForObjectLambdaRequest AWS API Documentation
1286
+ #
1287
+ class GetAccessPointForObjectLambdaRequest < Struct.new(
1288
+ :account_id,
1289
+ :name)
1290
+ SENSITIVE = []
1291
+ include Aws::Structure
1292
+ end
1293
+
1294
+ # @!attribute [rw] name
1295
+ # The name of the Object Lambda Access Point.
1296
+ # @return [String]
1297
+ #
1298
+ # @!attribute [rw] public_access_block_configuration
1299
+ # Configuration to block all public access. This setting is turned on
1300
+ # and can not be edited.
1301
+ # @return [Types::PublicAccessBlockConfiguration]
1302
+ #
1303
+ # @!attribute [rw] creation_date
1304
+ # The date and time when the specified Object Lambda Access Point was
1305
+ # created.
1306
+ # @return [Time]
1307
+ #
1308
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetAccessPointForObjectLambdaResult AWS API Documentation
1309
+ #
1310
+ class GetAccessPointForObjectLambdaResult < Struct.new(
1311
+ :name,
1312
+ :public_access_block_configuration,
1313
+ :creation_date)
1314
+ SENSITIVE = []
1315
+ include Aws::Structure
1316
+ end
1317
+
1318
+ # @note When making an API call, you may pass GetAccessPointPolicyForObjectLambdaRequest
1319
+ # data as a hash:
1320
+ #
1321
+ # {
1322
+ # account_id: "AccountId", # required
1323
+ # name: "ObjectLambdaAccessPointName", # required
1324
+ # }
1325
+ #
1326
+ # @!attribute [rw] account_id
1327
+ # The account ID for the account that owns the specified Object Lambda
1328
+ # Access Point.
1329
+ # @return [String]
1330
+ #
1331
+ # @!attribute [rw] name
1332
+ # The name of the Object Lambda Access Point.
1333
+ # @return [String]
1334
+ #
1335
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetAccessPointPolicyForObjectLambdaRequest AWS API Documentation
1336
+ #
1337
+ class GetAccessPointPolicyForObjectLambdaRequest < Struct.new(
1338
+ :account_id,
1339
+ :name)
1340
+ SENSITIVE = []
1341
+ include Aws::Structure
1342
+ end
1343
+
1344
+ # @!attribute [rw] policy
1345
+ # Object Lambda Access Point resource policy document.
1346
+ # @return [String]
1347
+ #
1348
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetAccessPointPolicyForObjectLambdaResult AWS API Documentation
1349
+ #
1350
+ class GetAccessPointPolicyForObjectLambdaResult < Struct.new(
1351
+ :policy)
1352
+ SENSITIVE = []
1353
+ include Aws::Structure
1354
+ end
1355
+
1093
1356
  # @note When making an API call, you may pass GetAccessPointPolicyRequest
1094
1357
  # data as a hash:
1095
1358
  #
@@ -1140,6 +1403,51 @@ module Aws::S3Control
1140
1403
  include Aws::Structure
1141
1404
  end
1142
1405
 
1406
+ # @note When making an API call, you may pass GetAccessPointPolicyStatusForObjectLambdaRequest
1407
+ # data as a hash:
1408
+ #
1409
+ # {
1410
+ # account_id: "AccountId", # required
1411
+ # name: "ObjectLambdaAccessPointName", # required
1412
+ # }
1413
+ #
1414
+ # @!attribute [rw] account_id
1415
+ # The account ID for the account that owns the specified Object Lambda
1416
+ # Access Point.
1417
+ # @return [String]
1418
+ #
1419
+ # @!attribute [rw] name
1420
+ # The name of the Object Lambda Access Point.
1421
+ # @return [String]
1422
+ #
1423
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetAccessPointPolicyStatusForObjectLambdaRequest AWS API Documentation
1424
+ #
1425
+ class GetAccessPointPolicyStatusForObjectLambdaRequest < Struct.new(
1426
+ :account_id,
1427
+ :name)
1428
+ SENSITIVE = []
1429
+ include Aws::Structure
1430
+ end
1431
+
1432
+ # @!attribute [rw] policy_status
1433
+ # Indicates whether this access point policy is public. For more
1434
+ # information about how Amazon S3 evaluates policies to determine
1435
+ # whether they are public, see [The Meaning of "Public"][1] in the
1436
+ # *Amazon S3 User Guide*.
1437
+ #
1438
+ #
1439
+ #
1440
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status
1441
+ # @return [Types::PolicyStatus]
1442
+ #
1443
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetAccessPointPolicyStatusForObjectLambdaResult AWS API Documentation
1444
+ #
1445
+ class GetAccessPointPolicyStatusForObjectLambdaResult < Struct.new(
1446
+ :policy_status)
1447
+ SENSITIVE = []
1448
+ include Aws::Structure
1449
+ end
1450
+
1143
1451
  # @note When making an API call, you may pass GetAccessPointPolicyStatusRequest
1144
1452
  # data as a hash:
1145
1453
  #
@@ -1239,6 +1547,11 @@ module Aws::S3Control
1239
1547
  # @!attribute [rw] vpc_configuration
1240
1548
  # Contains the virtual private cloud (VPC) configuration for the
1241
1549
  # specified access point.
1550
+ #
1551
+ # <note markdown="1"> This element is empty if this access point is an Amazon S3 on
1552
+ # Outposts access point that is used by other AWS services.
1553
+ #
1554
+ # </note>
1242
1555
  # @return [Types::VpcConfiguration]
1243
1556
  #
1244
1557
  # @!attribute [rw] public_access_block_configuration
@@ -1246,7 +1559,7 @@ module Aws::S3Control
1246
1559
  # Amazon S3 account. You can enable the configuration options in any
1247
1560
  # combination. For more information about when Amazon S3 considers a
1248
1561
  # bucket or object public, see [The Meaning of "Public"][1] in the
1249
- # *Amazon Simple Storage Service Developer Guide*.
1562
+ # *Amazon S3 User Guide*.
1250
1563
  #
1251
1564
  # This is not supported for Amazon S3 on Outposts.
1252
1565
  #
@@ -1991,8 +2304,7 @@ module Aws::S3Control
1991
2304
 
1992
2305
  # The operation that you want this job to perform on every object listed
1993
2306
  # in the manifest. For more information about the available operations,
1994
- # see [Operations][1] in the *Amazon Simple Storage Service Developer
1995
- # Guide*.
2307
+ # see [Operations][1] in the *Amazon S3 User Guide*.
1996
2308
  #
1997
2309
  #
1998
2310
  #
@@ -2135,7 +2447,7 @@ module Aws::S3Control
2135
2447
  # operation that an S3 Batch Operations job passes every object to the
2136
2448
  # underlying `PutObjectLegalHold` API. For more information, see
2137
2449
  # [Using S3 Object Lock legal hold with S3 Batch Operations][1] in the
2138
- # *Amazon Simple Storage Service Developer Guide*.
2450
+ # *Amazon S3 User Guide*.
2139
2451
  #
2140
2452
  #
2141
2453
  #
@@ -2147,8 +2459,7 @@ module Aws::S3Control
2147
2459
  # action for an S3 Batch Operations job. Batch Operations passes every
2148
2460
  # object to the underlying `PutObjectRetention` API. For more
2149
2461
  # information, see [Using S3 Object Lock retention with S3 Batch
2150
- # Operations][1] in the *Amazon Simple Storage Service Developer
2151
- # Guide*.
2462
+ # Operations][1] in the *Amazon S3 User Guide*.
2152
2463
  #
2153
2464
  #
2154
2465
  #
@@ -2484,7 +2795,7 @@ module Aws::S3Control
2484
2795
  # upload that Amazon S3 waits before permanently removing all parts of
2485
2796
  # the upload. For more information, see [ Aborting Incomplete
2486
2797
  # Multipart Uploads Using a Bucket Lifecycle Policy][1] in the *Amazon
2487
- # Simple Storage Service Developer Guide*.
2798
+ # S3 User Guide*.
2488
2799
  #
2489
2800
  #
2490
2801
  #
@@ -2590,6 +2901,64 @@ module Aws::S3Control
2590
2901
  include Aws::Structure
2591
2902
  end
2592
2903
 
2904
+ # @note When making an API call, you may pass ListAccessPointsForObjectLambdaRequest
2905
+ # data as a hash:
2906
+ #
2907
+ # {
2908
+ # account_id: "AccountId", # required
2909
+ # next_token: "NonEmptyMaxLength1024String",
2910
+ # max_results: 1,
2911
+ # }
2912
+ #
2913
+ # @!attribute [rw] account_id
2914
+ # The account ID for the account that owns the specified Object Lambda
2915
+ # Access Point.
2916
+ # @return [String]
2917
+ #
2918
+ # @!attribute [rw] next_token
2919
+ # If the list has more access points than can be returned in one call
2920
+ # to this API, this field contains a continuation token that you can
2921
+ # provide in subsequent calls to this API to retrieve additional
2922
+ # access points.
2923
+ # @return [String]
2924
+ #
2925
+ # @!attribute [rw] max_results
2926
+ # The maximum number of access points that you want to include in the
2927
+ # list. If there are more than this number of access points, then the
2928
+ # response will include a continuation token in the `NextToken` field
2929
+ # that you can use to retrieve the next page of access points.
2930
+ # @return [Integer]
2931
+ #
2932
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ListAccessPointsForObjectLambdaRequest AWS API Documentation
2933
+ #
2934
+ class ListAccessPointsForObjectLambdaRequest < Struct.new(
2935
+ :account_id,
2936
+ :next_token,
2937
+ :max_results)
2938
+ SENSITIVE = []
2939
+ include Aws::Structure
2940
+ end
2941
+
2942
+ # @!attribute [rw] object_lambda_access_point_list
2943
+ # Returns list of Object Lambda Access Points.
2944
+ # @return [Array<Types::ObjectLambdaAccessPoint>]
2945
+ #
2946
+ # @!attribute [rw] next_token
2947
+ # If the list has more access points than can be returned in one call
2948
+ # to this API, this field contains a continuation token that you can
2949
+ # provide in subsequent calls to this API to retrieve additional
2950
+ # access points.
2951
+ # @return [String]
2952
+ #
2953
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ListAccessPointsForObjectLambdaResult AWS API Documentation
2954
+ #
2955
+ class ListAccessPointsForObjectLambdaResult < Struct.new(
2956
+ :object_lambda_access_point_list,
2957
+ :next_token)
2958
+ SENSITIVE = []
2959
+ include Aws::Structure
2960
+ end
2961
+
2593
2962
  # @note When making an API call, you may pass ListAccessPointsRequest
2594
2963
  # data as a hash:
2595
2964
  #
@@ -2897,8 +3266,7 @@ module Aws::S3Control
2897
3266
  # Specifies the number of days an object is noncurrent before Amazon
2898
3267
  # S3 can perform the associated action. For information about the
2899
3268
  # noncurrent days calculations, see [How Amazon S3 Calculates When an
2900
- # Object Became Noncurrent][1] in the *Amazon Simple Storage Service
2901
- # Developer Guide*.
3269
+ # Object Became Noncurrent][1] in the *Amazon S3 User Guide*.
2902
3270
  #
2903
3271
  #
2904
3272
  #
@@ -2927,8 +3295,8 @@ module Aws::S3Control
2927
3295
  # Specifies the number of days an object is noncurrent before Amazon
2928
3296
  # S3 can perform the associated action. For information about the
2929
3297
  # noncurrent days calculations, see [ How Amazon S3 Calculates How
2930
- # Long an Object Has Been Noncurrent][1] in the *Amazon Simple Storage
2931
- # Service Developer Guide*.
3298
+ # Long an Object Has Been Noncurrent][1] in the *Amazon S3 User
3299
+ # Guide*.
2932
3300
  #
2933
3301
  #
2934
3302
  #
@@ -2959,10 +3327,142 @@ module Aws::S3Control
2959
3327
  include Aws::Structure
2960
3328
  end
2961
3329
 
3330
+ # An access point with an attached AWS Lambda function used to access
3331
+ # transformed data from an Amazon S3 bucket.
3332
+ #
3333
+ # @!attribute [rw] name
3334
+ # The name of the Object Lambda Access Point.
3335
+ # @return [String]
3336
+ #
3337
+ # @!attribute [rw] object_lambda_access_point_arn
3338
+ # Specifies the ARN for the Object Lambda Access Point.
3339
+ # @return [String]
3340
+ #
3341
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ObjectLambdaAccessPoint AWS API Documentation
3342
+ #
3343
+ class ObjectLambdaAccessPoint < Struct.new(
3344
+ :name,
3345
+ :object_lambda_access_point_arn)
3346
+ SENSITIVE = []
3347
+ include Aws::Structure
3348
+ end
3349
+
3350
+ # A configuration used when creating an Object Lambda Access Point.
3351
+ #
3352
+ # @note When making an API call, you may pass ObjectLambdaConfiguration
3353
+ # data as a hash:
3354
+ #
3355
+ # {
3356
+ # supporting_access_point: "ObjectLambdaSupportingAccessPointArn", # required
3357
+ # cloud_watch_metrics_enabled: false,
3358
+ # allowed_features: ["GetObject-Range"], # accepts GetObject-Range, GetObject-PartNumber
3359
+ # transformation_configurations: [ # required
3360
+ # {
3361
+ # actions: ["GetObject"], # required, accepts GetObject
3362
+ # content_transformation: { # required
3363
+ # aws_lambda: {
3364
+ # function_arn: "FunctionArnString", # required
3365
+ # function_payload: "AwsLambdaTransformationPayload",
3366
+ # },
3367
+ # },
3368
+ # },
3369
+ # ],
3370
+ # }
3371
+ #
3372
+ # @!attribute [rw] supporting_access_point
3373
+ # Standard access point associated with the Object Lambda Access
3374
+ # Point.
3375
+ # @return [String]
3376
+ #
3377
+ # @!attribute [rw] cloud_watch_metrics_enabled
3378
+ # A container for whether the CloudWatch metrics configuration is
3379
+ # enabled.
3380
+ # @return [Boolean]
3381
+ #
3382
+ # @!attribute [rw] allowed_features
3383
+ # A container for allowed features. Valid inputs are `GetObject-Range`
3384
+ # and `GetObject-PartNumber`.
3385
+ # @return [Array<String>]
3386
+ #
3387
+ # @!attribute [rw] transformation_configurations
3388
+ # A container for transformation configurations for an Object Lambda
3389
+ # Access Point.
3390
+ # @return [Array<Types::ObjectLambdaTransformationConfiguration>]
3391
+ #
3392
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ObjectLambdaConfiguration AWS API Documentation
3393
+ #
3394
+ class ObjectLambdaConfiguration < Struct.new(
3395
+ :supporting_access_point,
3396
+ :cloud_watch_metrics_enabled,
3397
+ :allowed_features,
3398
+ :transformation_configurations)
3399
+ SENSITIVE = []
3400
+ include Aws::Structure
3401
+ end
3402
+
3403
+ # A container for AwsLambdaTransformation.
3404
+ #
3405
+ # @note When making an API call, you may pass ObjectLambdaContentTransformation
3406
+ # data as a hash:
3407
+ #
3408
+ # {
3409
+ # aws_lambda: {
3410
+ # function_arn: "FunctionArnString", # required
3411
+ # function_payload: "AwsLambdaTransformationPayload",
3412
+ # },
3413
+ # }
3414
+ #
3415
+ # @!attribute [rw] aws_lambda
3416
+ # A container for an AWS Lambda function.
3417
+ # @return [Types::AwsLambdaTransformation]
3418
+ #
3419
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ObjectLambdaContentTransformation AWS API Documentation
3420
+ #
3421
+ class ObjectLambdaContentTransformation < Struct.new(
3422
+ :aws_lambda)
3423
+ SENSITIVE = []
3424
+ include Aws::Structure
3425
+ end
3426
+
3427
+ # A configuration used when creating an Object Lambda Access Point
3428
+ # transformation.
3429
+ #
3430
+ # @note When making an API call, you may pass ObjectLambdaTransformationConfiguration
3431
+ # data as a hash:
3432
+ #
3433
+ # {
3434
+ # actions: ["GetObject"], # required, accepts GetObject
3435
+ # content_transformation: { # required
3436
+ # aws_lambda: {
3437
+ # function_arn: "FunctionArnString", # required
3438
+ # function_payload: "AwsLambdaTransformationPayload",
3439
+ # },
3440
+ # },
3441
+ # }
3442
+ #
3443
+ # @!attribute [rw] actions
3444
+ # A container for the action of an Object Lambda Access Point
3445
+ # configuration. Valid input is `GetObject`.
3446
+ # @return [Array<String>]
3447
+ #
3448
+ # @!attribute [rw] content_transformation
3449
+ # A container for the content transformation of an Object Lambda
3450
+ # Access Point configuration.
3451
+ # @return [Types::ObjectLambdaContentTransformation]
3452
+ #
3453
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ObjectLambdaTransformationConfiguration AWS API Documentation
3454
+ #
3455
+ class ObjectLambdaTransformationConfiguration < Struct.new(
3456
+ :actions,
3457
+ :content_transformation)
3458
+ SENSITIVE = []
3459
+ include Aws::Structure
3460
+ end
3461
+
2962
3462
  # Indicates whether this access point policy is public. For more
2963
3463
  # information about how Amazon S3 evaluates policies to determine
2964
3464
  # whether they are public, see [The Meaning of "Public"][1] in the
2965
- # *Amazon Simple Storage Service Developer Guide*.
3465
+ # *Amazon S3 User Guide*.
2966
3466
  #
2967
3467
  #
2968
3468
  #
@@ -3042,7 +3542,7 @@ module Aws::S3Control
3042
3542
  # Amazon S3 account. You can enable the configuration options in any
3043
3543
  # combination. For more information about when Amazon S3 considers a
3044
3544
  # bucket or object public, see [The Meaning of "Public"][1] in the
3045
- # *Amazon Simple Storage Service Developer Guide*.
3545
+ # *Amazon S3 User Guide*.
3046
3546
  #
3047
3547
  # This is not supported for Amazon S3 on Outposts.
3048
3548
  #
@@ -3125,6 +3625,85 @@ module Aws::S3Control
3125
3625
  include Aws::Structure
3126
3626
  end
3127
3627
 
3628
+ # @note When making an API call, you may pass PutAccessPointConfigurationForObjectLambdaRequest
3629
+ # data as a hash:
3630
+ #
3631
+ # {
3632
+ # account_id: "AccountId", # required
3633
+ # name: "ObjectLambdaAccessPointName", # required
3634
+ # configuration: { # required
3635
+ # supporting_access_point: "ObjectLambdaSupportingAccessPointArn", # required
3636
+ # cloud_watch_metrics_enabled: false,
3637
+ # allowed_features: ["GetObject-Range"], # accepts GetObject-Range, GetObject-PartNumber
3638
+ # transformation_configurations: [ # required
3639
+ # {
3640
+ # actions: ["GetObject"], # required, accepts GetObject
3641
+ # content_transformation: { # required
3642
+ # aws_lambda: {
3643
+ # function_arn: "FunctionArnString", # required
3644
+ # function_payload: "AwsLambdaTransformationPayload",
3645
+ # },
3646
+ # },
3647
+ # },
3648
+ # ],
3649
+ # },
3650
+ # }
3651
+ #
3652
+ # @!attribute [rw] account_id
3653
+ # The account ID for the account that owns the specified Object Lambda
3654
+ # Access Point.
3655
+ # @return [String]
3656
+ #
3657
+ # @!attribute [rw] name
3658
+ # The name of the Object Lambda Access Point.
3659
+ # @return [String]
3660
+ #
3661
+ # @!attribute [rw] configuration
3662
+ # Object Lambda Access Point configuration document.
3663
+ # @return [Types::ObjectLambdaConfiguration]
3664
+ #
3665
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutAccessPointConfigurationForObjectLambdaRequest AWS API Documentation
3666
+ #
3667
+ class PutAccessPointConfigurationForObjectLambdaRequest < Struct.new(
3668
+ :account_id,
3669
+ :name,
3670
+ :configuration)
3671
+ SENSITIVE = []
3672
+ include Aws::Structure
3673
+ end
3674
+
3675
+ # @note When making an API call, you may pass PutAccessPointPolicyForObjectLambdaRequest
3676
+ # data as a hash:
3677
+ #
3678
+ # {
3679
+ # account_id: "AccountId", # required
3680
+ # name: "ObjectLambdaAccessPointName", # required
3681
+ # policy: "ObjectLambdaPolicy", # required
3682
+ # }
3683
+ #
3684
+ # @!attribute [rw] account_id
3685
+ # The account ID for the account that owns the specified Object Lambda
3686
+ # Access Point.
3687
+ # @return [String]
3688
+ #
3689
+ # @!attribute [rw] name
3690
+ # The name of the Object Lambda Access Point.
3691
+ # @return [String]
3692
+ #
3693
+ # @!attribute [rw] policy
3694
+ # Object Lambda Access Point resource policy document.
3695
+ # @return [String]
3696
+ #
3697
+ # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutAccessPointPolicyForObjectLambdaRequest AWS API Documentation
3698
+ #
3699
+ class PutAccessPointPolicyForObjectLambdaRequest < Struct.new(
3700
+ :account_id,
3701
+ :name,
3702
+ :policy)
3703
+ SENSITIVE = []
3704
+ include Aws::Structure
3705
+ end
3706
+
3128
3707
  # @note When making an API call, you may pass PutAccessPointPolicyRequest
3129
3708
  # data as a hash:
3130
3709
  #
@@ -3160,12 +3739,12 @@ module Aws::S3Control
3160
3739
  # @!attribute [rw] policy
3161
3740
  # The policy that you want to apply to the specified access point. For
3162
3741
  # more information about access point policies, see [Managing data
3163
- # access with Amazon S3 Access Points][1] in the *Amazon Simple
3164
- # Storage Service Developer Guide*.
3742
+ # access with Amazon S3 access points][1] in the *Amazon S3 User
3743
+ # Guide*.
3165
3744
  #
3166
3745
  #
3167
3746
  #
3168
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-points.html
3747
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html
3169
3748
  # @return [String]
3170
3749
  #
3171
3750
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutAccessPointPolicyRequest AWS API Documentation
@@ -4125,8 +4704,8 @@ module Aws::S3Control
4125
4704
  # objects in the S3 Batch Operations job. If you don't provide `Mode`
4126
4705
  # and `RetainUntilDate` data types in your operation, you will remove
4127
4706
  # the retention from your objects. For more information, see [Using S3
4128
- # Object Lock retention with S3 Batch Operations][1] in the *Amazon
4129
- # Simple Storage Service Developer Guide*.
4707
+ # Object Lock retention with S3 Batch Operations][1] in the *Amazon S3
4708
+ # User Guide*.
4130
4709
  #
4131
4710
  #
4132
4711
  #
@@ -4207,8 +4786,8 @@ module Aws::S3Control
4207
4786
  # Contains the configuration for an S3 Object Lock legal hold operation
4208
4787
  # that an S3 Batch Operations job passes every object to the underlying
4209
4788
  # `PutObjectLegalHold` API. For more information, see [Using S3 Object
4210
- # Lock legal hold with S3 Batch Operations][1] in the *Amazon Simple
4211
- # Storage Service Developer Guide*.
4789
+ # Lock legal hold with S3 Batch Operations][1] in the *Amazon S3 User
4790
+ # Guide*.
4212
4791
  #
4213
4792
  #
4214
4793
  #
@@ -4240,7 +4819,7 @@ module Aws::S3Control
4240
4819
  # action for an S3 Batch Operations job. Batch Operations passes every
4241
4820
  # object to the underlying `PutObjectRetention` API. For more
4242
4821
  # information, see [Using S3 Object Lock retention with S3 Batch
4243
- # Operations][1] in the *Amazon Simple Storage Service Developer Guide*.
4822
+ # Operations][1] in the *Amazon S3 User Guide*.
4244
4823
  #
4245
4824
  #
4246
4825
  #
@@ -4266,8 +4845,8 @@ module Aws::S3Control
4266
4845
  # @!attribute [rw] retention
4267
4846
  # Contains the Object Lock retention mode to be applied to all objects
4268
4847
  # in the Batch Operations job. For more information, see [Using S3
4269
- # Object Lock retention with S3 Batch Operations][1] in the *Amazon
4270
- # Simple Storage Service Developer Guide*.
4848
+ # Object Lock retention with S3 Batch Operations][1] in the *Amazon S3
4849
+ # User Guide*.
4271
4850
  #
4272
4851
  #
4273
4852
  #
@@ -4686,8 +5265,8 @@ module Aws::S3Control
4686
5265
 
4687
5266
  # Specifies when an object transitions to a specified storage class. For
4688
5267
  # more information about Amazon S3 Lifecycle configuration rules, see [
4689
- # Transitioning objects using Amazon S3 Lifecycle][1] in the *Amazon
4690
- # Simple Storage Service Developer Guide*.
5268
+ # Transitioning objects using Amazon S3 Lifecycle][1] in the *Amazon S3
5269
+ # User Guide*.
4691
5270
  #
4692
5271
  #
4693
5272
  #