aws-sdk-s3control 1.32.0 → 1.36.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,6 +20,7 @@ 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
+ Alias = Shapes::StringShape.new(name: 'Alias')
23
24
  AwsLambdaTransformation = Shapes::StructureShape.new(name: 'AwsLambdaTransformation')
24
25
  AwsLambdaTransformationPayload = Shapes::StringShape.new(name: 'AwsLambdaTransformationPayload')
25
26
  AwsOrgArn = Shapes::StringShape.new(name: 'AwsOrgArn')
@@ -65,6 +66,7 @@ module Aws::S3Control
65
66
  DeleteStorageLensConfigurationTaggingResult = Shapes::StructureShape.new(name: 'DeleteStorageLensConfigurationTaggingResult')
66
67
  DescribeJobRequest = Shapes::StructureShape.new(name: 'DescribeJobRequest')
67
68
  DescribeJobResult = Shapes::StructureShape.new(name: 'DescribeJobResult')
69
+ Endpoints = Shapes::MapShape.new(name: 'Endpoints')
68
70
  ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
69
71
  Exclude = Shapes::StructureShape.new(name: 'Exclude')
70
72
  ExpirationStatus = Shapes::StringShape.new(name: 'ExpirationStatus')
@@ -300,6 +302,7 @@ module Aws::S3Control
300
302
  AccessPoint.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: VpcConfiguration, location_name: "VpcConfiguration"))
301
303
  AccessPoint.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "Bucket"))
302
304
  AccessPoint.add_member(:access_point_arn, Shapes::ShapeRef.new(shape: S3AccessPointArn, location_name: "AccessPointArn"))
305
+ AccessPoint.add_member(:alias, Shapes::ShapeRef.new(shape: Alias, location_name: "Alias"))
303
306
  AccessPoint.struct_class = Types::AccessPoint
304
307
 
305
308
  AccessPointList.member = Shapes::ShapeRef.new(shape: AccessPoint, location_name: "AccessPoint")
@@ -344,6 +347,7 @@ module Aws::S3Control
344
347
  CreateAccessPointRequest.struct_class = Types::CreateAccessPointRequest
345
348
 
346
349
  CreateAccessPointResult.add_member(:access_point_arn, Shapes::ShapeRef.new(shape: S3AccessPointArn, location_name: "AccessPointArn"))
350
+ CreateAccessPointResult.add_member(:alias, Shapes::ShapeRef.new(shape: Alias, location_name: "Alias"))
347
351
  CreateAccessPointResult.struct_class = Types::CreateAccessPointResult
348
352
 
349
353
  CreateBucketConfiguration.add_member(:location_constraint, Shapes::ShapeRef.new(shape: BucketLocationConstraint, location_name: "LocationConstraint"))
@@ -440,6 +444,9 @@ module Aws::S3Control
440
444
  DescribeJobResult.add_member(:job, Shapes::ShapeRef.new(shape: JobDescriptor, location_name: "Job"))
441
445
  DescribeJobResult.struct_class = Types::DescribeJobResult
442
446
 
447
+ Endpoints.key = Shapes::ShapeRef.new(shape: NonEmptyMaxLength64String)
448
+ Endpoints.value = Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String)
449
+
443
450
  Exclude.add_member(:buckets, Shapes::ShapeRef.new(shape: Buckets, location_name: "Buckets"))
444
451
  Exclude.add_member(:regions, Shapes::ShapeRef.new(shape: Regions, location_name: "Regions"))
445
452
  Exclude.struct_class = Types::Exclude
@@ -498,6 +505,9 @@ module Aws::S3Control
498
505
  GetAccessPointResult.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: VpcConfiguration, location_name: "VpcConfiguration"))
499
506
  GetAccessPointResult.add_member(:public_access_block_configuration, Shapes::ShapeRef.new(shape: PublicAccessBlockConfiguration, location_name: "PublicAccessBlockConfiguration"))
500
507
  GetAccessPointResult.add_member(:creation_date, Shapes::ShapeRef.new(shape: CreationDate, location_name: "CreationDate"))
508
+ GetAccessPointResult.add_member(:alias, Shapes::ShapeRef.new(shape: Alias, location_name: "Alias"))
509
+ GetAccessPointResult.add_member(:access_point_arn, Shapes::ShapeRef.new(shape: S3AccessPointArn, location_name: "AccessPointArn"))
510
+ GetAccessPointResult.add_member(:endpoints, Shapes::ShapeRef.new(shape: Endpoints, location_name: "Endpoints"))
501
511
  GetAccessPointResult.struct_class = Types::GetAccessPointResult
502
512
 
503
513
  GetBucketLifecycleConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
@@ -901,6 +911,7 @@ module Aws::S3Control
901
911
  S3CopyObjectOperation.add_member(:object_lock_legal_hold_status, Shapes::ShapeRef.new(shape: S3ObjectLockLegalHoldStatus, location_name: "ObjectLockLegalHoldStatus"))
902
912
  S3CopyObjectOperation.add_member(:object_lock_mode, Shapes::ShapeRef.new(shape: S3ObjectLockMode, location_name: "ObjectLockMode"))
903
913
  S3CopyObjectOperation.add_member(:object_lock_retain_until_date, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "ObjectLockRetainUntilDate"))
914
+ S3CopyObjectOperation.add_member(:bucket_key_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "BucketKeyEnabled"))
904
915
  S3CopyObjectOperation.struct_class = Types::S3CopyObjectOperation
905
916
 
906
917
  S3DeleteObjectTaggingOperation.struct_class = Types::S3DeleteObjectTaggingOperation
@@ -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 Amazon Web Services.
56
+ #
57
+ # </note>
53
58
  # @return [Types::VpcConfiguration]
54
59
  #
55
60
  # @!attribute [rw] bucket
@@ -60,6 +65,10 @@ module Aws::S3Control
60
65
  # The ARN for the access point.
61
66
  # @return [String]
62
67
  #
68
+ # @!attribute [rw] alias
69
+ # The name or alias of the access point.
70
+ # @return [String]
71
+ #
63
72
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/AccessPoint AWS API Documentation
64
73
  #
65
74
  class AccessPoint < Struct.new(
@@ -67,7 +76,8 @@ module Aws::S3Control
67
76
  :network_origin,
68
77
  :vpc_configuration,
69
78
  :bucket,
70
- :access_point_arn)
79
+ :access_point_arn,
80
+ :alias)
71
81
  SENSITIVE = []
72
82
  include Aws::Structure
73
83
  end
@@ -137,7 +147,7 @@ module Aws::S3Control
137
147
  include Aws::Structure
138
148
  end
139
149
 
140
- # AWS Lambda function used to transform objects through an Object Lambda
150
+ # Lambda function used to transform objects through an Object Lambda
141
151
  # Access Point.
142
152
  #
143
153
  # @note When making an API call, you may pass AwsLambdaTransformation
@@ -149,7 +159,7 @@ module Aws::S3Control
149
159
  # }
150
160
  #
151
161
  # @!attribute [rw] function_arn
152
- # The Amazon Resource Name (ARN) of the AWS Lambda function.
162
+ # The Amazon Resource Name (ARN) of the Lambda function.
153
163
  # @return [String]
154
164
  #
155
165
  # @!attribute [rw] function_payload
@@ -178,7 +188,7 @@ module Aws::S3Control
178
188
  end
179
189
 
180
190
  # The requested Outposts bucket name is not available. The bucket
181
- # namespace is shared by all users of the AWS Outposts in this Region.
191
+ # namespace is shared by all users of the Outposts in this Region.
182
192
  # Select a different name and try again.
183
193
  #
184
194
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/BucketAlreadyExists AWS API Documentation
@@ -257,7 +267,7 @@ module Aws::S3Control
257
267
  # }
258
268
  #
259
269
  # @!attribute [rw] account_id
260
- # The AWS account ID for owner of the specified Object Lambda Access
270
+ # The account ID for owner of the specified Object Lambda Access
261
271
  # Point.
262
272
  # @return [String]
263
273
  #
@@ -310,7 +320,7 @@ module Aws::S3Control
310
320
  # }
311
321
  #
312
322
  # @!attribute [rw] account_id
313
- # The AWS account ID for the owner of the bucket for which you want to
323
+ # The account ID for the owner of the bucket for which you want to
314
324
  # create an access point.
315
325
  # @return [String]
316
326
  #
@@ -325,8 +335,9 @@ module Aws::S3Control
325
335
  # For using this parameter with Amazon S3 on Outposts with the REST
326
336
  # API, you must specify the name and the x-amz-outpost-id as well.
327
337
  #
328
- # For using this parameter with S3 on Outposts with the AWS SDK and
329
- # CLI, you must specify the ARN of the bucket accessed in the format
338
+ # For using this parameter with S3 on Outposts with the Amazon Web
339
+ # Services SDK and CLI, you must specify the ARN of the bucket
340
+ # accessed in the format
330
341
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
331
342
  # For example, to access the bucket `reports` through outpost
332
343
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -370,10 +381,15 @@ module Aws::S3Control
370
381
  # </note>
371
382
  # @return [String]
372
383
  #
384
+ # @!attribute [rw] alias
385
+ # The name or alias of the access point.
386
+ # @return [String]
387
+ #
373
388
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/CreateAccessPointResult AWS API Documentation
374
389
  #
375
390
  class CreateAccessPointResult < Struct.new(
376
- :access_point_arn)
391
+ :access_point_arn,
392
+ :alias)
377
393
  SENSITIVE = []
378
394
  include Aws::Structure
379
395
  end
@@ -533,8 +549,9 @@ module Aws::S3Control
533
549
  # For using this parameter with Amazon S3 on Outposts with the REST
534
550
  # API, you must specify the name and the x-amz-outpost-id as well.
535
551
  #
536
- # For using this parameter with S3 on Outposts with the AWS SDK and
537
- # CLI, you must specify the ARN of the bucket accessed in the format
552
+ # For using this parameter with S3 on Outposts with the Amazon Web
553
+ # Services SDK and CLI, you must specify the ARN of the bucket
554
+ # accessed in the format
538
555
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
539
556
  # For example, to access the bucket `reports` through outpost
540
557
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -607,6 +624,7 @@ module Aws::S3Control
607
624
  # object_lock_legal_hold_status: "OFF", # accepts OFF, ON
608
625
  # object_lock_mode: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE
609
626
  # object_lock_retain_until_date: Time.now,
627
+ # bucket_key_enabled: false,
610
628
  # },
611
629
  # s3_put_object_acl: {
612
630
  # access_control_policy: {
@@ -687,7 +705,7 @@ module Aws::S3Control
687
705
  # }
688
706
  #
689
707
  # @!attribute [rw] account_id
690
- # The AWS account ID that creates the job.
708
+ # The account ID that creates the job.
691
709
  # @return [String]
692
710
  #
693
711
  # @!attribute [rw] confirmation_required
@@ -699,8 +717,7 @@ module Aws::S3Control
699
717
  # @!attribute [rw] operation
700
718
  # The action that you want this job to perform on every object listed
701
719
  # in the manifest. For more information about the available actions,
702
- # see [Operations][1] in the *Amazon Simple Storage Service User
703
- # Guide*.
720
+ # see [Operations][1] in the *Amazon S3 User Guide*.
704
721
  #
705
722
  #
706
723
  #
@@ -736,7 +753,7 @@ module Aws::S3Control
736
753
  # @return [Integer]
737
754
  #
738
755
  # @!attribute [rw] role_arn
739
- # The Amazon Resource Name (ARN) for the AWS Identity and Access
756
+ # The Amazon Resource Name (ARN) for the Identity and Access
740
757
  # Management (IAM) role that Batch Operations will use to run this
741
758
  # job's action on every object in the manifest.
742
759
  # @return [String]
@@ -847,9 +864,9 @@ module Aws::S3Control
847
864
  # For using this parameter with Amazon S3 on Outposts with the REST
848
865
  # API, you must specify the name and the x-amz-outpost-id as well.
849
866
  #
850
- # For using this parameter with S3 on Outposts with the AWS SDK and
851
- # CLI, you must specify the ARN of the access point accessed in the
852
- # format
867
+ # For using this parameter with S3 on Outposts with the Amazon Web
868
+ # Services SDK and CLI, you must specify the ARN of the access point
869
+ # accessed in the format
853
870
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>`.
854
871
  # For example, to access the access point `reports-ap` through outpost
855
872
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -885,9 +902,9 @@ module Aws::S3Control
885
902
  # For using this parameter with Amazon S3 on Outposts with the REST
886
903
  # API, you must specify the name and the x-amz-outpost-id as well.
887
904
  #
888
- # For using this parameter with S3 on Outposts with the AWS SDK and
889
- # CLI, you must specify the ARN of the access point accessed in the
890
- # format
905
+ # For using this parameter with S3 on Outposts with the Amazon Web
906
+ # Services SDK and CLI, you must specify the ARN of the access point
907
+ # accessed in the format
891
908
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>`.
892
909
  # For example, to access the access point `reports-ap` through outpost
893
910
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -923,8 +940,9 @@ module Aws::S3Control
923
940
  # For using this parameter with Amazon S3 on Outposts with the REST
924
941
  # API, you must specify the name and the x-amz-outpost-id as well.
925
942
  #
926
- # For using this parameter with S3 on Outposts with the AWS SDK and
927
- # CLI, you must specify the ARN of the bucket accessed in the format
943
+ # For using this parameter with S3 on Outposts with the Amazon Web
944
+ # Services SDK and CLI, you must specify the ARN of the bucket
945
+ # accessed in the format
928
946
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
929
947
  # For example, to access the bucket `reports` through outpost
930
948
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -960,8 +978,9 @@ module Aws::S3Control
960
978
  # For using this parameter with Amazon S3 on Outposts with the REST
961
979
  # API, you must specify the name and the x-amz-outpost-id as well.
962
980
  #
963
- # For using this parameter with S3 on Outposts with the AWS SDK and
964
- # CLI, you must specify the ARN of the bucket accessed in the format
981
+ # For using this parameter with S3 on Outposts with the Amazon Web
982
+ # Services SDK and CLI, you must specify the ARN of the bucket
983
+ # accessed in the format
965
984
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
966
985
  # For example, to access the bucket `reports` through outpost
967
986
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -997,8 +1016,9 @@ module Aws::S3Control
997
1016
  # For using this parameter with Amazon S3 on Outposts with the REST
998
1017
  # API, you must specify the name and the x-amz-outpost-id as well.
999
1018
  #
1000
- # For using this parameter with S3 on Outposts with the AWS SDK and
1001
- # CLI, you must specify the ARN of the bucket accessed in the format
1019
+ # For using this parameter with S3 on Outposts with the Amazon Web
1020
+ # Services SDK and CLI, you must specify the ARN of the bucket
1021
+ # accessed in the format
1002
1022
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
1003
1023
  # For example, to access the bucket `reports` through outpost
1004
1024
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1025,7 +1045,7 @@ module Aws::S3Control
1025
1045
  # }
1026
1046
  #
1027
1047
  # @!attribute [rw] account_id
1028
- # The AWS account ID of the Outposts bucket tag set to be removed.
1048
+ # The account ID of the Outposts bucket tag set to be removed.
1029
1049
  # @return [String]
1030
1050
  #
1031
1051
  # @!attribute [rw] bucket
@@ -1034,8 +1054,9 @@ module Aws::S3Control
1034
1054
  # For using this parameter with Amazon S3 on Outposts with the REST
1035
1055
  # API, you must specify the name and the x-amz-outpost-id as well.
1036
1056
  #
1037
- # For using this parameter with S3 on Outposts with the AWS SDK and
1038
- # CLI, you must specify the ARN of the bucket accessed in the format
1057
+ # For using this parameter with S3 on Outposts with the Amazon Web
1058
+ # Services SDK and CLI, you must specify the ARN of the bucket
1059
+ # accessed in the format
1039
1060
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
1040
1061
  # For example, to access the bucket `reports` through outpost
1041
1062
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1062,7 +1083,7 @@ module Aws::S3Control
1062
1083
  # }
1063
1084
  #
1064
1085
  # @!attribute [rw] account_id
1065
- # The AWS account ID associated with the S3 Batch Operations job.
1086
+ # The account ID associated with the S3 Batch Operations job.
1066
1087
  # @return [String]
1067
1088
  #
1068
1089
  # @!attribute [rw] job_id
@@ -1091,7 +1112,7 @@ module Aws::S3Control
1091
1112
  # }
1092
1113
  #
1093
1114
  # @!attribute [rw] account_id
1094
- # The account ID for the AWS account whose `PublicAccessBlock`
1115
+ # The account ID for the account whose `PublicAccessBlock`
1095
1116
  # configuration you want to remove.
1096
1117
  # @return [String]
1097
1118
  #
@@ -1166,7 +1187,7 @@ module Aws::S3Control
1166
1187
  # }
1167
1188
  #
1168
1189
  # @!attribute [rw] account_id
1169
- # The AWS account ID associated with the S3 Batch Operations job.
1190
+ # The account ID associated with the S3 Batch Operations job.
1170
1191
  # @return [String]
1171
1192
  #
1172
1193
  # @!attribute [rw] job_id
@@ -1367,9 +1388,9 @@ module Aws::S3Control
1367
1388
  # For using this parameter with Amazon S3 on Outposts with the REST
1368
1389
  # API, you must specify the name and the x-amz-outpost-id as well.
1369
1390
  #
1370
- # For using this parameter with S3 on Outposts with the AWS SDK and
1371
- # CLI, you must specify the ARN of the access point accessed in the
1372
- # format
1391
+ # For using this parameter with S3 on Outposts with the Amazon Web
1392
+ # Services SDK and CLI, you must specify the ARN of the access point
1393
+ # accessed in the format
1373
1394
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>`.
1374
1395
  # For example, to access the access point `reports-ap` through outpost
1375
1396
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1429,7 +1450,7 @@ module Aws::S3Control
1429
1450
  # Indicates whether this access point policy is public. For more
1430
1451
  # information about how Amazon S3 evaluates policies to determine
1431
1452
  # whether they are public, see [The Meaning of "Public"][1] in the
1432
- # *Amazon Simple Storage Service User Guide*.
1453
+ # *Amazon S3 User Guide*.
1433
1454
  #
1434
1455
  #
1435
1456
  #
@@ -1501,9 +1522,9 @@ module Aws::S3Control
1501
1522
  # For using this parameter with Amazon S3 on Outposts with the REST
1502
1523
  # API, you must specify the name and the x-amz-outpost-id as well.
1503
1524
  #
1504
- # For using this parameter with S3 on Outposts with the AWS SDK and
1505
- # CLI, you must specify the ARN of the access point accessed in the
1506
- # format
1525
+ # For using this parameter with S3 on Outposts with the Amazon Web
1526
+ # Services SDK and CLI, you must specify the ARN of the access point
1527
+ # accessed in the format
1507
1528
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>`.
1508
1529
  # For example, to access the access point `reports-ap` through outpost
1509
1530
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1543,6 +1564,11 @@ module Aws::S3Control
1543
1564
  # @!attribute [rw] vpc_configuration
1544
1565
  # Contains the virtual private cloud (VPC) configuration for the
1545
1566
  # specified access point.
1567
+ #
1568
+ # <note markdown="1"> This element is empty if this access point is an Amazon S3 on
1569
+ # Outposts access point that is used by other Amazon Web Services.
1570
+ #
1571
+ # </note>
1546
1572
  # @return [Types::VpcConfiguration]
1547
1573
  #
1548
1574
  # @!attribute [rw] public_access_block_configuration
@@ -1550,7 +1576,7 @@ module Aws::S3Control
1550
1576
  # Amazon S3 account. You can enable the configuration options in any
1551
1577
  # combination. For more information about when Amazon S3 considers a
1552
1578
  # bucket or object public, see [The Meaning of "Public"][1] in the
1553
- # *Amazon Simple Storage Service Developer Guide*.
1579
+ # *Amazon S3 User Guide*.
1554
1580
  #
1555
1581
  # This is not supported for Amazon S3 on Outposts.
1556
1582
  #
@@ -1563,6 +1589,18 @@ module Aws::S3Control
1563
1589
  # The date and time when the specified access point was created.
1564
1590
  # @return [Time]
1565
1591
  #
1592
+ # @!attribute [rw] alias
1593
+ # The name or alias of the access point.
1594
+ # @return [String]
1595
+ #
1596
+ # @!attribute [rw] access_point_arn
1597
+ # The ARN of the access point.
1598
+ # @return [String]
1599
+ #
1600
+ # @!attribute [rw] endpoints
1601
+ # The VPC endpoint for the access point.
1602
+ # @return [Hash<String,String>]
1603
+ #
1566
1604
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetAccessPointResult AWS API Documentation
1567
1605
  #
1568
1606
  class GetAccessPointResult < Struct.new(
@@ -1571,7 +1609,10 @@ module Aws::S3Control
1571
1609
  :network_origin,
1572
1610
  :vpc_configuration,
1573
1611
  :public_access_block_configuration,
1574
- :creation_date)
1612
+ :creation_date,
1613
+ :alias,
1614
+ :access_point_arn,
1615
+ :endpoints)
1575
1616
  SENSITIVE = []
1576
1617
  include Aws::Structure
1577
1618
  end
@@ -1585,7 +1626,7 @@ module Aws::S3Control
1585
1626
  # }
1586
1627
  #
1587
1628
  # @!attribute [rw] account_id
1588
- # The AWS account ID of the Outposts bucket.
1629
+ # The account ID of the Outposts bucket.
1589
1630
  # @return [String]
1590
1631
  #
1591
1632
  # @!attribute [rw] bucket
@@ -1594,8 +1635,9 @@ module Aws::S3Control
1594
1635
  # For using this parameter with Amazon S3 on Outposts with the REST
1595
1636
  # API, you must specify the name and the x-amz-outpost-id as well.
1596
1637
  #
1597
- # For using this parameter with S3 on Outposts with the AWS SDK and
1598
- # CLI, you must specify the ARN of the bucket accessed in the format
1638
+ # For using this parameter with S3 on Outposts with the Amazon Web
1639
+ # Services SDK and CLI, you must specify the ARN of the bucket
1640
+ # accessed in the format
1599
1641
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
1600
1642
  # For example, to access the bucket `reports` through outpost
1601
1643
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1634,7 +1676,7 @@ module Aws::S3Control
1634
1676
  # }
1635
1677
  #
1636
1678
  # @!attribute [rw] account_id
1637
- # The AWS account ID of the Outposts bucket.
1679
+ # The account ID of the Outposts bucket.
1638
1680
  # @return [String]
1639
1681
  #
1640
1682
  # @!attribute [rw] bucket
@@ -1643,8 +1685,9 @@ module Aws::S3Control
1643
1685
  # For using this parameter with Amazon S3 on Outposts with the REST
1644
1686
  # API, you must specify the name and the x-amz-outpost-id as well.
1645
1687
  #
1646
- # For using this parameter with S3 on Outposts with the AWS SDK and
1647
- # CLI, you must specify the ARN of the bucket accessed in the format
1688
+ # For using this parameter with S3 on Outposts with the Amazon Web
1689
+ # Services SDK and CLI, you must specify the ARN of the bucket
1690
+ # accessed in the format
1648
1691
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
1649
1692
  # For example, to access the bucket `reports` through outpost
1650
1693
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1683,7 +1726,7 @@ module Aws::S3Control
1683
1726
  # }
1684
1727
  #
1685
1728
  # @!attribute [rw] account_id
1686
- # The AWS account ID of the Outposts bucket.
1729
+ # The account ID of the Outposts bucket.
1687
1730
  # @return [String]
1688
1731
  #
1689
1732
  # @!attribute [rw] bucket
@@ -1692,8 +1735,9 @@ module Aws::S3Control
1692
1735
  # For using this parameter with Amazon S3 on Outposts with the REST
1693
1736
  # API, you must specify the name and the x-amz-outpost-id as well.
1694
1737
  #
1695
- # For using this parameter with S3 on Outposts with the AWS SDK and
1696
- # CLI, you must specify the ARN of the bucket accessed in the format
1738
+ # For using this parameter with S3 on Outposts with the Amazon Web
1739
+ # Services SDK and CLI, you must specify the ARN of the bucket
1740
+ # accessed in the format
1697
1741
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
1698
1742
  # For example, to access the bucket `reports` through outpost
1699
1743
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1741,7 +1785,7 @@ module Aws::S3Control
1741
1785
  # }
1742
1786
  #
1743
1787
  # @!attribute [rw] account_id
1744
- # The AWS account ID of the Outposts bucket.
1788
+ # The account ID of the Outposts bucket.
1745
1789
  # @return [String]
1746
1790
  #
1747
1791
  # @!attribute [rw] bucket
@@ -1750,8 +1794,9 @@ module Aws::S3Control
1750
1794
  # For using this parameter with Amazon S3 on Outposts with the REST
1751
1795
  # API, you must specify the name and the x-amz-outpost-id as well.
1752
1796
  #
1753
- # For using this parameter with S3 on Outposts with the AWS SDK and
1754
- # CLI, you must specify the ARN of the bucket accessed in the format
1797
+ # For using this parameter with S3 on Outposts with the Amazon Web
1798
+ # Services SDK and CLI, you must specify the ARN of the bucket
1799
+ # accessed in the format
1755
1800
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
1756
1801
  # For example, to access the bucket `reports` through outpost
1757
1802
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -1790,7 +1835,7 @@ module Aws::S3Control
1790
1835
  # }
1791
1836
  #
1792
1837
  # @!attribute [rw] account_id
1793
- # The AWS account ID associated with the S3 Batch Operations job.
1838
+ # The account ID associated with the S3 Batch Operations job.
1794
1839
  # @return [String]
1795
1840
  #
1796
1841
  # @!attribute [rw] job_id
@@ -1821,7 +1866,7 @@ module Aws::S3Control
1821
1866
 
1822
1867
  # @!attribute [rw] public_access_block_configuration
1823
1868
  # The `PublicAccessBlock` configuration currently in effect for this
1824
- # AWS account.
1869
+ # account.
1825
1870
  # @return [Types::PublicAccessBlockConfiguration]
1826
1871
  #
1827
1872
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetPublicAccessBlockOutput AWS API Documentation
@@ -1840,7 +1885,7 @@ module Aws::S3Control
1840
1885
  # }
1841
1886
  #
1842
1887
  # @!attribute [rw] account_id
1843
- # The account ID for the AWS account whose `PublicAccessBlock`
1888
+ # The account ID for the account whose `PublicAccessBlock`
1844
1889
  # configuration you want to retrieve.
1845
1890
  # @return [String]
1846
1891
  #
@@ -2068,7 +2113,7 @@ module Aws::S3Control
2068
2113
  # @return [Time]
2069
2114
  #
2070
2115
  # @!attribute [rw] role_arn
2071
- # The Amazon Resource Name (ARN) for the AWS Identity and Access
2116
+ # The Amazon Resource Name (ARN) for the Identity and Access
2072
2117
  # Management (IAM) role assigned to run the tasks for this job.
2073
2118
  # @return [String]
2074
2119
  #
@@ -2295,7 +2340,7 @@ module Aws::S3Control
2295
2340
 
2296
2341
  # The operation that you want this job to perform on every object listed
2297
2342
  # in the manifest. For more information about the available operations,
2298
- # see [Operations][1] in the *Amazon Simple Storage Service User Guide*.
2343
+ # see [Operations][1] in the *Amazon S3 User Guide*.
2299
2344
  #
2300
2345
  #
2301
2346
  #
@@ -2353,6 +2398,7 @@ module Aws::S3Control
2353
2398
  # object_lock_legal_hold_status: "OFF", # accepts OFF, ON
2354
2399
  # object_lock_mode: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE
2355
2400
  # object_lock_retain_until_date: Time.now,
2401
+ # bucket_key_enabled: false,
2356
2402
  # },
2357
2403
  # s3_put_object_acl: {
2358
2404
  # access_control_policy: {
@@ -2404,7 +2450,7 @@ module Aws::S3Control
2404
2450
  # }
2405
2451
  #
2406
2452
  # @!attribute [rw] lambda_invoke
2407
- # Directs the specified job to invoke an AWS Lambda function on every
2453
+ # Directs the specified job to invoke an Lambda function on every
2408
2454
  # object in the manifest.
2409
2455
  # @return [Types::LambdaInvokeOperation]
2410
2456
  #
@@ -2438,7 +2484,7 @@ module Aws::S3Control
2438
2484
  # operation that an S3 Batch Operations job passes every object to the
2439
2485
  # underlying `PutObjectLegalHold` API. For more information, see
2440
2486
  # [Using S3 Object Lock legal hold with S3 Batch Operations][1] in the
2441
- # *Amazon Simple Storage Service User Guide*.
2487
+ # *Amazon S3 User Guide*.
2442
2488
  #
2443
2489
  #
2444
2490
  #
@@ -2450,7 +2496,7 @@ module Aws::S3Control
2450
2496
  # action for an S3 Batch Operations job. Batch Operations passes every
2451
2497
  # object to the underlying `PutObjectRetention` API. For more
2452
2498
  # information, see [Using S3 Object Lock retention with S3 Batch
2453
- # Operations][1] in the *Amazon Simple Storage Service User Guide*.
2499
+ # Operations][1] in the *Amazon S3 User Guide*.
2454
2500
  #
2455
2501
  #
2456
2502
  #
@@ -2566,7 +2612,7 @@ module Aws::S3Control
2566
2612
  # }
2567
2613
  #
2568
2614
  # @!attribute [rw] function_arn
2569
- # The Amazon Resource Name (ARN) for the AWS Lambda function that the
2615
+ # The Amazon Resource Name (ARN) for the Lambda function that the
2570
2616
  # specified job will invoke on every object in the manifest.
2571
2617
  # @return [String]
2572
2618
  #
@@ -2786,7 +2832,7 @@ module Aws::S3Control
2786
2832
  # upload that Amazon S3 waits before permanently removing all parts of
2787
2833
  # the upload. For more information, see [ Aborting Incomplete
2788
2834
  # Multipart Uploads Using a Bucket Lifecycle Policy][1] in the *Amazon
2789
- # Simple Storage Service Developer Guide*.
2835
+ # S3 User Guide*.
2790
2836
  #
2791
2837
  #
2792
2838
  #
@@ -2961,8 +3007,8 @@ module Aws::S3Control
2961
3007
  # }
2962
3008
  #
2963
3009
  # @!attribute [rw] account_id
2964
- # The AWS account ID for owner of the bucket whose access points you
2965
- # want to list.
3010
+ # The account ID for owner of the bucket whose access points you want
3011
+ # to list.
2966
3012
  # @return [String]
2967
3013
  #
2968
3014
  # @!attribute [rw] bucket
@@ -2972,8 +3018,9 @@ module Aws::S3Control
2972
3018
  # For using this parameter with Amazon S3 on Outposts with the REST
2973
3019
  # API, you must specify the name and the x-amz-outpost-id as well.
2974
3020
  #
2975
- # For using this parameter with S3 on Outposts with the AWS SDK and
2976
- # CLI, you must specify the ARN of the bucket accessed in the format
3021
+ # For using this parameter with S3 on Outposts with the Amazon Web
3022
+ # Services SDK and CLI, you must specify the ARN of the bucket
3023
+ # accessed in the format
2977
3024
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
2978
3025
  # For example, to access the bucket `reports` through outpost
2979
3026
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -3040,7 +3087,7 @@ module Aws::S3Control
3040
3087
  # }
3041
3088
  #
3042
3089
  # @!attribute [rw] account_id
3043
- # The AWS account ID associated with the S3 Batch Operations job.
3090
+ # The account ID associated with the S3 Batch Operations job.
3044
3091
  # @return [String]
3045
3092
  #
3046
3093
  # @!attribute [rw] job_statuses
@@ -3103,7 +3150,7 @@ module Aws::S3Control
3103
3150
  # }
3104
3151
  #
3105
3152
  # @!attribute [rw] account_id
3106
- # The AWS account ID of the Outposts bucket.
3153
+ # The account ID of the Outposts bucket.
3107
3154
  # @return [String]
3108
3155
  #
3109
3156
  # @!attribute [rw] next_token
@@ -3113,7 +3160,7 @@ module Aws::S3Control
3113
3160
  # @return [Integer]
3114
3161
  #
3115
3162
  # @!attribute [rw] outpost_id
3116
- # The ID of the AWS Outposts.
3163
+ # The ID of the Outposts.
3117
3164
  #
3118
3165
  # <note markdown="1"> This is required by Amazon S3 on Outposts buckets.
3119
3166
  #
@@ -3257,8 +3304,7 @@ module Aws::S3Control
3257
3304
  # Specifies the number of days an object is noncurrent before Amazon
3258
3305
  # S3 can perform the associated action. For information about the
3259
3306
  # noncurrent days calculations, see [How Amazon S3 Calculates When an
3260
- # Object Became Noncurrent][1] in the *Amazon Simple Storage Service
3261
- # Developer Guide*.
3307
+ # Object Became Noncurrent][1] in the *Amazon S3 User Guide*.
3262
3308
  #
3263
3309
  #
3264
3310
  #
@@ -3287,8 +3333,8 @@ module Aws::S3Control
3287
3333
  # Specifies the number of days an object is noncurrent before Amazon
3288
3334
  # S3 can perform the associated action. For information about the
3289
3335
  # noncurrent days calculations, see [ How Amazon S3 Calculates How
3290
- # Long an Object Has Been Noncurrent][1] in the *Amazon Simple Storage
3291
- # Service Developer Guide*.
3336
+ # Long an Object Has Been Noncurrent][1] in the *Amazon S3 User
3337
+ # Guide*.
3292
3338
  #
3293
3339
  #
3294
3340
  #
@@ -3319,7 +3365,7 @@ module Aws::S3Control
3319
3365
  include Aws::Structure
3320
3366
  end
3321
3367
 
3322
- # An access point with an attached AWS Lambda function used to access
3368
+ # An access point with an attached Lambda function used to access
3323
3369
  # transformed data from an Amazon S3 bucket.
3324
3370
  #
3325
3371
  # @!attribute [rw] name
@@ -3405,7 +3451,7 @@ module Aws::S3Control
3405
3451
  # }
3406
3452
  #
3407
3453
  # @!attribute [rw] aws_lambda
3408
- # A container for an AWS Lambda function.
3454
+ # A container for an Lambda function.
3409
3455
  # @return [Types::AwsLambdaTransformation]
3410
3456
  #
3411
3457
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ObjectLambdaContentTransformation AWS API Documentation
@@ -3454,7 +3500,7 @@ module Aws::S3Control
3454
3500
  # Indicates whether this access point policy is public. For more
3455
3501
  # information about how Amazon S3 evaluates policies to determine
3456
3502
  # whether they are public, see [The Meaning of "Public"][1] in the
3457
- # *Amazon Simple Storage Service User Guide*.
3503
+ # *Amazon S3 User Guide*.
3458
3504
  #
3459
3505
  #
3460
3506
  #
@@ -3534,7 +3580,7 @@ module Aws::S3Control
3534
3580
  # Amazon S3 account. You can enable the configuration options in any
3535
3581
  # combination. For more information about when Amazon S3 considers a
3536
3582
  # bucket or object public, see [The Meaning of "Public"][1] in the
3537
- # *Amazon Simple Storage Service Developer Guide*.
3583
+ # *Amazon S3 User Guide*.
3538
3584
  #
3539
3585
  # This is not supported for Amazon S3 on Outposts.
3540
3586
  #
@@ -3595,8 +3641,8 @@ module Aws::S3Control
3595
3641
  # @!attribute [rw] restrict_public_buckets
3596
3642
  # Specifies whether Amazon S3 should restrict public bucket policies
3597
3643
  # for buckets in this account. Setting this element to `TRUE`
3598
- # restricts access to buckets with public policies to only AWS service
3599
- # principals and authorized users within this account.
3644
+ # restricts access to buckets with public policies to only Amazon Web
3645
+ # Service principals and authorized users within this account.
3600
3646
  #
3601
3647
  # Enabling this setting doesn't affect previously stored bucket
3602
3648
  # policies, except that public and cross-account access within any
@@ -3706,8 +3752,8 @@ module Aws::S3Control
3706
3752
  # }
3707
3753
  #
3708
3754
  # @!attribute [rw] account_id
3709
- # The AWS account ID for owner of the bucket associated with the
3710
- # specified access point.
3755
+ # The account ID for owner of the bucket associated with the specified
3756
+ # access point.
3711
3757
  # @return [String]
3712
3758
  #
3713
3759
  # @!attribute [rw] name
@@ -3717,9 +3763,9 @@ module Aws::S3Control
3717
3763
  # For using this parameter with Amazon S3 on Outposts with the REST
3718
3764
  # API, you must specify the name and the x-amz-outpost-id as well.
3719
3765
  #
3720
- # For using this parameter with S3 on Outposts with the AWS SDK and
3721
- # CLI, you must specify the ARN of the access point accessed in the
3722
- # format
3766
+ # For using this parameter with S3 on Outposts with the Amazon Web
3767
+ # Services SDK and CLI, you must specify the ARN of the access point
3768
+ # accessed in the format
3723
3769
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>`.
3724
3770
  # For example, to access the access point `reports-ap` through outpost
3725
3771
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -3731,8 +3777,8 @@ module Aws::S3Control
3731
3777
  # @!attribute [rw] policy
3732
3778
  # The policy that you want to apply to the specified access point. For
3733
3779
  # more information about access point policies, see [Managing data
3734
- # access with Amazon S3 Access Points][1] in the *Amazon Simple
3735
- # Storage Service User Guide*.
3780
+ # access with Amazon S3 access points][1] in the *Amazon S3 User
3781
+ # Guide*.
3736
3782
  #
3737
3783
  #
3738
3784
  #
@@ -3806,7 +3852,7 @@ module Aws::S3Control
3806
3852
  # }
3807
3853
  #
3808
3854
  # @!attribute [rw] account_id
3809
- # The AWS account ID of the Outposts bucket.
3855
+ # The account ID of the Outposts bucket.
3810
3856
  # @return [String]
3811
3857
  #
3812
3858
  # @!attribute [rw] bucket
@@ -3838,7 +3884,7 @@ module Aws::S3Control
3838
3884
  # }
3839
3885
  #
3840
3886
  # @!attribute [rw] account_id
3841
- # The AWS account ID of the Outposts bucket.
3887
+ # The account ID of the Outposts bucket.
3842
3888
  # @return [String]
3843
3889
  #
3844
3890
  # @!attribute [rw] bucket
@@ -3847,8 +3893,9 @@ module Aws::S3Control
3847
3893
  # For using this parameter with Amazon S3 on Outposts with the REST
3848
3894
  # API, you must specify the name and the x-amz-outpost-id as well.
3849
3895
  #
3850
- # For using this parameter with S3 on Outposts with the AWS SDK and
3851
- # CLI, you must specify the ARN of the bucket accessed in the format
3896
+ # For using this parameter with S3 on Outposts with the Amazon Web
3897
+ # Services SDK and CLI, you must specify the ARN of the bucket
3898
+ # accessed in the format
3852
3899
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
3853
3900
  # For example, to access the bucket `reports` through outpost
3854
3901
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -3898,7 +3945,7 @@ module Aws::S3Control
3898
3945
  # }
3899
3946
  #
3900
3947
  # @!attribute [rw] account_id
3901
- # The AWS account ID of the Outposts bucket.
3948
+ # The account ID of the Outposts bucket.
3902
3949
  # @return [String]
3903
3950
  #
3904
3951
  # @!attribute [rw] bucket
@@ -3907,8 +3954,9 @@ module Aws::S3Control
3907
3954
  # For using this parameter with Amazon S3 on Outposts with the REST
3908
3955
  # API, you must specify the name and the x-amz-outpost-id as well.
3909
3956
  #
3910
- # For using this parameter with S3 on Outposts with the AWS SDK and
3911
- # CLI, you must specify the ARN of the bucket accessed in the format
3957
+ # For using this parameter with S3 on Outposts with the Amazon Web
3958
+ # Services SDK and CLI, you must specify the ARN of the bucket
3959
+ # accessed in the format
3912
3960
  # `arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>`.
3913
3961
  # For example, to access the bucket `reports` through outpost
3914
3962
  # `my-outpost` owned by account `123456789012` in Region `us-west-2`,
@@ -3945,7 +3993,7 @@ module Aws::S3Control
3945
3993
  # }
3946
3994
  #
3947
3995
  # @!attribute [rw] account_id
3948
- # The AWS account ID associated with the S3 Batch Operations job.
3996
+ # The account ID associated with the S3 Batch Operations job.
3949
3997
  # @return [String]
3950
3998
  #
3951
3999
  # @!attribute [rw] job_id
@@ -3986,11 +4034,11 @@ module Aws::S3Control
3986
4034
  #
3987
4035
  # @!attribute [rw] public_access_block_configuration
3988
4036
  # The `PublicAccessBlock` configuration that you want to apply to the
3989
- # specified AWS account.
4037
+ # specified account.
3990
4038
  # @return [Types::PublicAccessBlockConfiguration]
3991
4039
  #
3992
4040
  # @!attribute [rw] account_id
3993
- # The account ID for the AWS account whose `PublicAccessBlock`
4041
+ # The account ID for the account whose `PublicAccessBlock`
3994
4042
  # configuration you want to set.
3995
4043
  # @return [String]
3996
4044
  #
@@ -4161,7 +4209,7 @@ module Aws::S3Control
4161
4209
  # @return [Time]
4162
4210
  #
4163
4211
  # @!attribute [rw] outpost_id
4164
- # The AWS Outposts ID of the regional bucket.
4212
+ # The Outposts ID of the regional bucket.
4165
4213
  # @return [String]
4166
4214
  #
4167
4215
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/RegionalBucket AWS API Documentation
@@ -4369,6 +4417,7 @@ module Aws::S3Control
4369
4417
  # object_lock_legal_hold_status: "OFF", # accepts OFF, ON
4370
4418
  # object_lock_mode: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE
4371
4419
  # object_lock_retain_until_date: Time.now,
4420
+ # bucket_key_enabled: false,
4372
4421
  # }
4373
4422
  #
4374
4423
  # @!attribute [rw] target_resource
@@ -4436,6 +4485,16 @@ module Aws::S3Control
4436
4485
  # all objects in the Batch Operations job.
4437
4486
  # @return [Time]
4438
4487
  #
4488
+ # @!attribute [rw] bucket_key_enabled
4489
+ # Specifies whether Amazon S3 should use an S3 Bucket Key for object
4490
+ # encryption with server-side encryption using Amazon Web Services KMS
4491
+ # (SSE-KMS). Setting this header to `true` causes Amazon S3 to use an
4492
+ # S3 Bucket Key for object encryption with SSE-KMS.
4493
+ #
4494
+ # Specifying this header with an *object* action doesn’t affect
4495
+ # *bucket-level* settings for S3 Bucket Key.
4496
+ # @return [Boolean]
4497
+ #
4439
4498
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/S3CopyObjectOperation AWS API Documentation
4440
4499
  #
4441
4500
  class S3CopyObjectOperation < Struct.new(
@@ -4454,7 +4513,8 @@ module Aws::S3Control
4454
4513
  :target_key_prefix,
4455
4514
  :object_lock_legal_hold_status,
4456
4515
  :object_lock_mode,
4457
- :object_lock_retain_until_date)
4516
+ :object_lock_retain_until_date,
4517
+ :bucket_key_enabled)
4458
4518
  SENSITIVE = []
4459
4519
  include Aws::Structure
4460
4520
  end
@@ -4696,8 +4756,8 @@ module Aws::S3Control
4696
4756
  # objects in the S3 Batch Operations job. If you don't provide `Mode`
4697
4757
  # and `RetainUntilDate` data types in your operation, you will remove
4698
4758
  # the retention from your objects. For more information, see [Using S3
4699
- # Object Lock retention with S3 Batch Operations][1] in the *Amazon
4700
- # Simple Storage Service User Guide*.
4759
+ # Object Lock retention with S3 Batch Operations][1] in the *Amazon S3
4760
+ # User Guide*.
4701
4761
  #
4702
4762
  #
4703
4763
  #
@@ -4778,8 +4838,8 @@ module Aws::S3Control
4778
4838
  # Contains the configuration for an S3 Object Lock legal hold operation
4779
4839
  # that an S3 Batch Operations job passes every object to the underlying
4780
4840
  # `PutObjectLegalHold` API. For more information, see [Using S3 Object
4781
- # Lock legal hold with S3 Batch Operations][1] in the *Amazon Simple
4782
- # Storage Service User Guide*.
4841
+ # Lock legal hold with S3 Batch Operations][1] in the *Amazon S3 User
4842
+ # Guide*.
4783
4843
  #
4784
4844
  #
4785
4845
  #
@@ -4811,7 +4871,7 @@ module Aws::S3Control
4811
4871
  # action for an S3 Batch Operations job. Batch Operations passes every
4812
4872
  # object to the underlying `PutObjectRetention` API. For more
4813
4873
  # information, see [Using S3 Object Lock retention with S3 Batch
4814
- # Operations][1] in the *Amazon Simple Storage Service User Guide*.
4874
+ # Operations][1] in the *Amazon S3 User Guide*.
4815
4875
  #
4816
4876
  #
4817
4877
  #
@@ -4837,8 +4897,8 @@ module Aws::S3Control
4837
4897
  # @!attribute [rw] retention
4838
4898
  # Contains the Object Lock retention mode to be applied to all objects
4839
4899
  # in the Batch Operations job. For more information, see [Using S3
4840
- # Object Lock retention with S3 Batch Operations][1] in the *Amazon
4841
- # Simple Storage Service User Guide*.
4900
+ # Object Lock retention with S3 Batch Operations][1] in the *Amazon S3
4901
+ # User Guide*.
4842
4902
  #
4843
4903
  #
4844
4904
  #
@@ -4973,7 +5033,7 @@ module Aws::S3Control
4973
5033
  include Aws::Structure
4974
5034
  end
4975
5035
 
4976
- # The AWS organization for your S3 Storage Lens.
5036
+ # The Amazon Web Services organization for your S3 Storage Lens.
4977
5037
  #
4978
5038
  # @note When making an API call, you may pass StorageLensAwsOrg
4979
5039
  # data as a hash:
@@ -4983,9 +5043,9 @@ module Aws::S3Control
4983
5043
  # }
4984
5044
  #
4985
5045
  # @!attribute [rw] arn
4986
- # A container for the Amazon Resource Name (ARN) of the AWS
4987
- # organization. This property is read-only and follows the following
4988
- # format: `
5046
+ # A container for the Amazon Resource Name (ARN) of the Amazon Web
5047
+ # Services organization. This property is read-only and follows the
5048
+ # following format: `
4989
5049
  # arn:aws:organizations:us-east-1:example-account-id:organization/o-ex2l495dck
4990
5050
  # `
4991
5051
  # @return [String]
@@ -5088,8 +5148,8 @@ module Aws::S3Control
5088
5148
  # @return [Boolean]
5089
5149
  #
5090
5150
  # @!attribute [rw] aws_org
5091
- # A container for the AWS organization for this S3 Storage Lens
5092
- # configuration.
5151
+ # A container for the Amazon Web Services organization for this S3
5152
+ # Storage Lens configuration.
5093
5153
  # @return [Types::StorageLensAwsOrg]
5094
5154
  #
5095
5155
  # @!attribute [rw] storage_lens_arn
@@ -5257,8 +5317,8 @@ module Aws::S3Control
5257
5317
 
5258
5318
  # Specifies when an object transitions to a specified storage class. For
5259
5319
  # more information about Amazon S3 Lifecycle configuration rules, see [
5260
- # Transitioning objects using Amazon S3 Lifecycle][1] in the *Amazon
5261
- # Simple Storage Service User Guide*.
5320
+ # Transitioning objects using Amazon S3 Lifecycle][1] in the *Amazon S3
5321
+ # User Guide*.
5262
5322
  #
5263
5323
  #
5264
5324
  #
@@ -5309,7 +5369,7 @@ module Aws::S3Control
5309
5369
  # }
5310
5370
  #
5311
5371
  # @!attribute [rw] account_id
5312
- # The AWS account ID associated with the S3 Batch Operations job.
5372
+ # The account ID associated with the S3 Batch Operations job.
5313
5373
  # @return [String]
5314
5374
  #
5315
5375
  # @!attribute [rw] job_id
@@ -5358,7 +5418,7 @@ module Aws::S3Control
5358
5418
  # }
5359
5419
  #
5360
5420
  # @!attribute [rw] account_id
5361
- # The AWS account ID associated with the S3 Batch Operations job.
5421
+ # The account ID associated with the S3 Batch Operations job.
5362
5422
  # @return [String]
5363
5423
  #
5364
5424
  # @!attribute [rw] job_id