aws-sdk-s3control 1.26.0 → 1.31.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')
@@ -197,6 +229,7 @@ module Aws::S3Control
197
229
  S3CannedAccessControlList = Shapes::StringShape.new(name: 'S3CannedAccessControlList')
198
230
  S3ContentLength = Shapes::IntegerShape.new(name: 'S3ContentLength')
199
231
  S3CopyObjectOperation = Shapes::StructureShape.new(name: 'S3CopyObjectOperation')
232
+ S3DeleteObjectTaggingOperation = Shapes::StructureShape.new(name: 'S3DeleteObjectTaggingOperation')
200
233
  S3ExpirationInDays = Shapes::IntegerShape.new(name: 'S3ExpirationInDays')
201
234
  S3GlacierJobTier = Shapes::StringShape.new(name: 'S3GlacierJobTier')
202
235
  S3Grant = Shapes::StructureShape.new(name: 'S3Grant')
@@ -278,6 +311,10 @@ module Aws::S3Control
278
311
  ActivityMetrics.add_member(:is_enabled, Shapes::ShapeRef.new(shape: IsEnabled, location_name: "IsEnabled"))
279
312
  ActivityMetrics.struct_class = Types::ActivityMetrics
280
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
+
281
318
  BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
282
319
  BadRequestException.struct_class = Types::BadRequestException
283
320
 
@@ -291,6 +328,14 @@ module Aws::S3Control
291
328
 
292
329
  Buckets.member = Shapes::ShapeRef.new(shape: S3BucketArnString, location_name: "Arn")
293
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
+
294
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"}))
295
340
  CreateAccessPointRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name"))
296
341
  CreateAccessPointRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "Bucket"))
@@ -337,6 +382,14 @@ module Aws::S3Control
337
382
  CreateJobResult.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
338
383
  CreateJobResult.struct_class = Types::CreateJobResult
339
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
+
340
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"}))
341
394
  DeleteAccessPointPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name"))
342
395
  DeleteAccessPointPolicyRequest.struct_class = Types::DeleteAccessPointPolicyRequest
@@ -391,6 +444,29 @@ module Aws::S3Control
391
444
  Exclude.add_member(:regions, Shapes::ShapeRef.new(shape: Regions, location_name: "Regions"))
392
445
  Exclude.struct_class = Types::Exclude
393
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
+
394
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"}))
395
471
  GetAccessPointPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name"))
396
472
  GetAccessPointPolicyRequest.struct_class = Types::GetAccessPointPolicyRequest
@@ -398,6 +474,13 @@ module Aws::S3Control
398
474
  GetAccessPointPolicyResult.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, location_name: "Policy"))
399
475
  GetAccessPointPolicyResult.struct_class = Types::GetAccessPointPolicyResult
400
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
+
401
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"}))
402
485
  GetAccessPointPolicyStatusRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name"))
403
486
  GetAccessPointPolicyStatusRequest.struct_class = Types::GetAccessPointPolicyStatusRequest
@@ -550,6 +633,7 @@ module Aws::S3Control
550
633
  JobOperation.add_member(:s3_put_object_copy, Shapes::ShapeRef.new(shape: S3CopyObjectOperation, location_name: "S3PutObjectCopy", metadata: {"box"=>true}))
551
634
  JobOperation.add_member(:s3_put_object_acl, Shapes::ShapeRef.new(shape: S3SetObjectAclOperation, location_name: "S3PutObjectAcl", metadata: {"box"=>true}))
552
635
  JobOperation.add_member(:s3_put_object_tagging, Shapes::ShapeRef.new(shape: S3SetObjectTaggingOperation, location_name: "S3PutObjectTagging", metadata: {"box"=>true}))
636
+ JobOperation.add_member(:s3_delete_object_tagging, Shapes::ShapeRef.new(shape: S3DeleteObjectTaggingOperation, location_name: "S3DeleteObjectTagging", metadata: {"box"=>true}))
553
637
  JobOperation.add_member(:s3_initiate_restore_object, Shapes::ShapeRef.new(shape: S3InitiateRestoreObjectOperation, location_name: "S3InitiateRestoreObject", metadata: {"box"=>true}))
554
638
  JobOperation.add_member(:s3_put_object_legal_hold, Shapes::ShapeRef.new(shape: S3SetObjectLegalHoldOperation, location_name: "S3PutObjectLegalHold", metadata: {"box"=>true}))
555
639
  JobOperation.add_member(:s3_put_object_retention, Shapes::ShapeRef.new(shape: S3SetObjectRetentionOperation, location_name: "S3PutObjectRetention", metadata: {"box"=>true}))
@@ -604,6 +688,15 @@ module Aws::S3Control
604
688
 
605
689
  LifecycleRules.member = Shapes::ShapeRef.new(shape: LifecycleRule, location_name: "Rule")
606
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
+
607
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"}))
608
701
  ListAccessPointsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, location: "querystring", location_name: "bucket"))
609
702
  ListAccessPointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location: "querystring", location_name: "nextToken"))
@@ -663,6 +756,31 @@ module Aws::S3Control
663
756
  NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
664
757
  NotFoundException.struct_class = Types::NotFoundException
665
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
+
666
784
  PolicyStatus.add_member(:is_public, Shapes::ShapeRef.new(shape: IsPublic, location_name: "IsPublic"))
667
785
  PolicyStatus.struct_class = Types::PolicyStatus
668
786
 
@@ -679,6 +797,16 @@ module Aws::S3Control
679
797
  PublicAccessBlockConfiguration.add_member(:restrict_public_buckets, Shapes::ShapeRef.new(shape: Setting, location_name: "RestrictPublicBuckets"))
680
798
  PublicAccessBlockConfiguration.struct_class = Types::PublicAccessBlockConfiguration
681
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
+
682
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"}))
683
811
  PutAccessPointPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name"))
684
812
  PutAccessPointPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, required: true, location_name: "Policy"))
@@ -775,6 +903,8 @@ module Aws::S3Control
775
903
  S3CopyObjectOperation.add_member(:object_lock_retain_until_date, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "ObjectLockRetainUntilDate"))
776
904
  S3CopyObjectOperation.struct_class = Types::S3CopyObjectOperation
777
905
 
906
+ S3DeleteObjectTaggingOperation.struct_class = Types::S3DeleteObjectTaggingOperation
907
+
778
908
  S3Grant.add_member(:grantee, Shapes::ShapeRef.new(shape: S3Grantee, location_name: "Grantee"))
779
909
  S3Grant.add_member(:permission, Shapes::ShapeRef.new(shape: S3Permission, location_name: "Permission"))
780
910
  S3Grant.struct_class = Types::S3Grant
@@ -946,6 +1076,22 @@ module Aws::S3Control
946
1076
  o.output = Shapes::ShapeRef.new(shape: CreateAccessPointResult)
947
1077
  end)
948
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
+
949
1095
  api.add_operation(:create_bucket, Seahorse::Model::Operation.new.tap do |o|
950
1096
  o.name = "CreateBucket"
951
1097
  o.http_method = "PUT"
@@ -988,6 +1134,17 @@ module Aws::S3Control
988
1134
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
989
1135
  end)
990
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
+
991
1148
  api.add_operation(:delete_access_point_policy, Seahorse::Model::Operation.new.tap do |o|
992
1149
  o.name = "DeleteAccessPointPolicy"
993
1150
  o.http_method = "DELETE"
@@ -999,6 +1156,17 @@ module Aws::S3Control
999
1156
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1000
1157
  end)
1001
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
+
1002
1170
  api.add_operation(:delete_bucket, Seahorse::Model::Operation.new.tap do |o|
1003
1171
  o.name = "DeleteBucket"
1004
1172
  o.http_method = "DELETE"
@@ -1116,6 +1284,28 @@ module Aws::S3Control
1116
1284
  o.output = Shapes::ShapeRef.new(shape: GetAccessPointResult)
1117
1285
  end)
1118
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
+
1119
1309
  api.add_operation(:get_access_point_policy, Seahorse::Model::Operation.new.tap do |o|
1120
1310
  o.name = "GetAccessPointPolicy"
1121
1311
  o.http_method = "GET"
@@ -1127,6 +1317,17 @@ module Aws::S3Control
1127
1317
  o.output = Shapes::ShapeRef.new(shape: GetAccessPointPolicyResult)
1128
1318
  end)
1129
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
+
1130
1331
  api.add_operation(:get_access_point_policy_status, Seahorse::Model::Operation.new.tap do |o|
1131
1332
  o.name = "GetAccessPointPolicyStatus"
1132
1333
  o.http_method = "GET"
@@ -1138,6 +1339,17 @@ module Aws::S3Control
1138
1339
  o.output = Shapes::ShapeRef.new(shape: GetAccessPointPolicyStatusResult)
1139
1340
  end)
1140
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
+
1141
1353
  api.add_operation(:get_bucket, Seahorse::Model::Operation.new.tap do |o|
1142
1354
  o.name = "GetBucket"
1143
1355
  o.http_method = "GET"
@@ -1247,6 +1459,23 @@ module Aws::S3Control
1247
1459
  )
1248
1460
  end)
1249
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
+
1250
1479
  api.add_operation(:list_jobs, Seahorse::Model::Operation.new.tap do |o|
1251
1480
  o.name = "ListJobs"
1252
1481
  o.http_method = "GET"
@@ -1295,6 +1524,22 @@ module Aws::S3Control
1295
1524
  o.output = Shapes::ShapeRef.new(shape: ListStorageLensConfigurationsResult)
1296
1525
  end)
1297
1526
 
1527
+ api.add_operation(:put_access_point_configuration_for_object_lambda, Seahorse::Model::Operation.new.tap do |o|
1528
+ o.name = "PutAccessPointConfigurationForObjectLambda"
1529
+ o.http_method = "PUT"
1530
+ o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/configuration"
1531
+ o.endpoint_pattern = {
1532
+ "hostPrefix" => "{AccountId}.",
1533
+ }
1534
+ o.input = Shapes::ShapeRef.new(shape: PutAccessPointConfigurationForObjectLambdaRequest,
1535
+ location_name: "PutAccessPointConfigurationForObjectLambdaRequest",
1536
+ metadata: {
1537
+ "xmlNamespace" => {"uri"=>"http://awss3control.amazonaws.com/doc/2018-08-20/"}
1538
+ }
1539
+ )
1540
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1541
+ end)
1542
+
1298
1543
  api.add_operation(:put_access_point_policy, Seahorse::Model::Operation.new.tap do |o|
1299
1544
  o.name = "PutAccessPointPolicy"
1300
1545
  o.http_method = "PUT"
@@ -1311,6 +1556,22 @@ module Aws::S3Control
1311
1556
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1312
1557
  end)
1313
1558
 
1559
+ api.add_operation(:put_access_point_policy_for_object_lambda, Seahorse::Model::Operation.new.tap do |o|
1560
+ o.name = "PutAccessPointPolicyForObjectLambda"
1561
+ o.http_method = "PUT"
1562
+ o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/policy"
1563
+ o.endpoint_pattern = {
1564
+ "hostPrefix" => "{AccountId}.",
1565
+ }
1566
+ o.input = Shapes::ShapeRef.new(shape: PutAccessPointPolicyForObjectLambdaRequest,
1567
+ location_name: "PutAccessPointPolicyForObjectLambdaRequest",
1568
+ metadata: {
1569
+ "xmlNamespace" => {"uri"=>"http://awss3control.amazonaws.com/doc/2018-08-20/"}
1570
+ }
1571
+ )
1572
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1573
+ end)
1574
+
1314
1575
  api.add_operation(:put_bucket_lifecycle_configuration, Seahorse::Model::Operation.new.tap do |o|
1315
1576
  o.name = "PutBucketLifecycleConfiguration"
1316
1577
  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