aws-sdk-s3control 1.57.0 → 1.59.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.
@@ -12,13 +12,6 @@ module Aws::S3Control
12
12
 
13
13
  # The container for abort incomplete multipart upload
14
14
  #
15
- # @note When making an API call, you may pass AbortIncompleteMultipartUpload
16
- # data as a hash:
17
- #
18
- # {
19
- # days_after_initiation: 1,
20
- # }
21
- #
22
15
  # @!attribute [rw] days_after_initiation
23
16
  # Specifies the number of days after which Amazon S3 aborts an
24
17
  # incomplete multipart upload to the Outposts bucket.
@@ -69,6 +62,11 @@ module Aws::S3Control
69
62
  # The name or alias of the access point.
70
63
  # @return [String]
71
64
  #
65
+ # @!attribute [rw] bucket_account_id
66
+ # The Amazon Web Services account ID associated with the S3 bucket
67
+ # associated with this access point.
68
+ # @return [String]
69
+ #
72
70
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/AccessPoint AWS API Documentation
73
71
  #
74
72
  class AccessPoint < Struct.new(
@@ -77,7 +75,8 @@ module Aws::S3Control
77
75
  :vpc_configuration,
78
76
  :bucket,
79
77
  :access_point_arn,
80
- :alias)
78
+ :alias,
79
+ :bucket_account_id)
81
80
  SENSITIVE = []
82
81
  include Aws::Structure
83
82
  end
@@ -95,48 +94,6 @@ module Aws::S3Control
95
94
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens.html
96
95
  # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_metrics_glossary.html
97
96
  #
98
- # @note When making an API call, you may pass AccountLevel
99
- # data as a hash:
100
- #
101
- # {
102
- # activity_metrics: {
103
- # is_enabled: false,
104
- # },
105
- # bucket_level: { # required
106
- # activity_metrics: {
107
- # is_enabled: false,
108
- # },
109
- # prefix_level: {
110
- # storage_metrics: { # required
111
- # is_enabled: false,
112
- # selection_criteria: {
113
- # delimiter: "StorageLensPrefixLevelDelimiter",
114
- # max_depth: 1,
115
- # min_storage_bytes_percentage: 1.0,
116
- # },
117
- # },
118
- # },
119
- # advanced_cost_optimization_metrics: {
120
- # is_enabled: false,
121
- # },
122
- # advanced_data_protection_metrics: {
123
- # is_enabled: false,
124
- # },
125
- # detailed_status_codes_metrics: {
126
- # is_enabled: false,
127
- # },
128
- # },
129
- # advanced_cost_optimization_metrics: {
130
- # is_enabled: false,
131
- # },
132
- # advanced_data_protection_metrics: {
133
- # is_enabled: false,
134
- # },
135
- # detailed_status_codes_metrics: {
136
- # is_enabled: false,
137
- # },
138
- # }
139
- #
140
97
  # @!attribute [rw] activity_metrics
141
98
  # A container for S3 Storage Lens activity metrics.
142
99
  # @return [Types::ActivityMetrics]
@@ -184,13 +141,6 @@ module Aws::S3Control
184
141
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens.html
185
142
  # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_metrics_glossary.html
186
143
  #
187
- # @note When making an API call, you may pass ActivityMetrics
188
- # data as a hash:
189
- #
190
- # {
191
- # is_enabled: false,
192
- # }
193
- #
194
144
  # @!attribute [rw] is_enabled
195
145
  # A container that indicates whether activity metrics are enabled.
196
146
  # @return [Boolean]
@@ -219,13 +169,6 @@ module Aws::S3Control
219
169
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens.html
220
170
  # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_metrics_glossary.html
221
171
  #
222
- # @note When making an API call, you may pass AdvancedCostOptimizationMetrics
223
- # data as a hash:
224
- #
225
- # {
226
- # is_enabled: false,
227
- # }
228
- #
229
172
  # @!attribute [rw] is_enabled
230
173
  # A container that indicates whether advanced cost-optimization
231
174
  # metrics are enabled.
@@ -254,13 +197,6 @@ module Aws::S3Control
254
197
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens.html
255
198
  # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_metrics_glossary.html
256
199
  #
257
- # @note When making an API call, you may pass AdvancedDataProtectionMetrics
258
- # data as a hash:
259
- #
260
- # {
261
- # is_enabled: false,
262
- # }
263
- #
264
200
  # @!attribute [rw] is_enabled
265
201
  # A container that indicates whether advanced data-protection metrics
266
202
  # are enabled.
@@ -405,14 +341,6 @@ module Aws::S3Control
405
341
  # Lambda function used to transform objects through an Object Lambda
406
342
  # Access Point.
407
343
  #
408
- # @note When making an API call, you may pass AwsLambdaTransformation
409
- # data as a hash:
410
- #
411
- # {
412
- # function_arn: "FunctionArnString", # required
413
- # function_payload: "AwsLambdaTransformationPayload",
414
- # }
415
- #
416
344
  # @!attribute [rw] function_arn
417
345
  # The Amazon Resource Name (ARN) of the Lambda function.
418
346
  # @return [String]
@@ -468,34 +396,6 @@ module Aws::S3Control
468
396
  #
469
397
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens.html
470
398
  #
471
- # @note When making an API call, you may pass BucketLevel
472
- # data as a hash:
473
- #
474
- # {
475
- # activity_metrics: {
476
- # is_enabled: false,
477
- # },
478
- # prefix_level: {
479
- # storage_metrics: { # required
480
- # is_enabled: false,
481
- # selection_criteria: {
482
- # delimiter: "StorageLensPrefixLevelDelimiter",
483
- # max_depth: 1,
484
- # min_storage_bytes_percentage: 1.0,
485
- # },
486
- # },
487
- # },
488
- # advanced_cost_optimization_metrics: {
489
- # is_enabled: false,
490
- # },
491
- # advanced_data_protection_metrics: {
492
- # is_enabled: false,
493
- # },
494
- # detailed_status_codes_metrics: {
495
- # is_enabled: false,
496
- # },
497
- # }
498
- #
499
399
  # @!attribute [rw] activity_metrics
500
400
  # A container for the bucket-level activity metrics for S3 Storage
501
401
  # Lens.
@@ -543,13 +443,6 @@ module Aws::S3Control
543
443
  #
544
444
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_view_metrics_cloudwatch.html
545
445
  #
546
- # @note When making an API call, you may pass CloudWatchMetrics
547
- # data as a hash:
548
- #
549
- # {
550
- # is_enabled: false, # required
551
- # }
552
- #
553
446
  # @!attribute [rw] is_enabled
554
447
  # A container that indicates whether CloudWatch publishing for S3
555
448
  # Storage Lens metrics is enabled. A value of `true` indicates that
@@ -564,30 +457,6 @@ module Aws::S3Control
564
457
  include Aws::Structure
565
458
  end
566
459
 
567
- # @note When making an API call, you may pass CreateAccessPointForObjectLambdaRequest
568
- # data as a hash:
569
- #
570
- # {
571
- # account_id: "AccountId",
572
- # name: "ObjectLambdaAccessPointName", # required
573
- # configuration: { # required
574
- # supporting_access_point: "ObjectLambdaSupportingAccessPointArn", # required
575
- # cloud_watch_metrics_enabled: false,
576
- # allowed_features: ["GetObject-Range"], # accepts GetObject-Range, GetObject-PartNumber, HeadObject-Range, HeadObject-PartNumber
577
- # transformation_configurations: [ # required
578
- # {
579
- # actions: ["GetObject"], # required, accepts GetObject, HeadObject, ListObjects, ListObjectsV2
580
- # content_transformation: { # required
581
- # aws_lambda: {
582
- # function_arn: "FunctionArnString", # required
583
- # function_payload: "AwsLambdaTransformationPayload",
584
- # },
585
- # },
586
- # },
587
- # ],
588
- # },
589
- # }
590
- #
591
460
  # @!attribute [rw] account_id
592
461
  # The Amazon Web Services account ID for owner of the specified Object
593
462
  # Lambda Access Point.
@@ -623,27 +492,9 @@ module Aws::S3Control
623
492
  include Aws::Structure
624
493
  end
625
494
 
626
- # @note When making an API call, you may pass CreateAccessPointRequest
627
- # data as a hash:
628
- #
629
- # {
630
- # account_id: "AccountId",
631
- # name: "AccessPointName", # required
632
- # bucket: "BucketName", # required
633
- # vpc_configuration: {
634
- # vpc_id: "VpcId", # required
635
- # },
636
- # public_access_block_configuration: {
637
- # block_public_acls: false,
638
- # ignore_public_acls: false,
639
- # block_public_policy: false,
640
- # restrict_public_buckets: false,
641
- # },
642
- # }
643
- #
644
495
  # @!attribute [rw] account_id
645
- # The Amazon Web Services account ID for the owner of the bucket for
646
- # which you want to create an access point.
496
+ # The Amazon Web Services account ID for the account that owns the
497
+ # specified access point.
647
498
  # @return [String]
648
499
  #
649
500
  # @!attribute [rw] name
@@ -683,6 +534,11 @@ module Aws::S3Control
683
534
  # access point.
684
535
  # @return [Types::PublicAccessBlockConfiguration]
685
536
  #
537
+ # @!attribute [rw] bucket_account_id
538
+ # The Amazon Web Services account ID associated with the S3 bucket
539
+ # associated with this access point.
540
+ # @return [String]
541
+ #
686
542
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/CreateAccessPointRequest AWS API Documentation
687
543
  #
688
544
  class CreateAccessPointRequest < Struct.new(
@@ -690,7 +546,8 @@ module Aws::S3Control
690
546
  :name,
691
547
  :bucket,
692
548
  :vpc_configuration,
693
- :public_access_block_configuration)
549
+ :public_access_block_configuration,
550
+ :bucket_account_id)
694
551
  SENSITIVE = []
695
552
  include Aws::Structure
696
553
  end
@@ -722,13 +579,6 @@ module Aws::S3Control
722
579
  #
723
580
  # </note>
724
581
  #
725
- # @note When making an API call, you may pass CreateBucketConfiguration
726
- # data as a hash:
727
- #
728
- # {
729
- # location_constraint: "EU", # accepts EU, eu-west-1, us-west-1, us-west-2, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, sa-east-1, cn-north-1, eu-central-1
730
- # }
731
- #
732
582
  # @!attribute [rw] location_constraint
733
583
  # Specifies the Region where the bucket will be created. If you are
734
584
  # creating a bucket on the US East (N. Virginia) Region (us-east-1),
@@ -747,24 +597,6 @@ module Aws::S3Control
747
597
  include Aws::Structure
748
598
  end
749
599
 
750
- # @note When making an API call, you may pass CreateBucketRequest
751
- # data as a hash:
752
- #
753
- # {
754
- # acl: "private", # accepts private, public-read, public-read-write, authenticated-read
755
- # bucket: "BucketName", # required
756
- # create_bucket_configuration: {
757
- # location_constraint: "EU", # accepts EU, eu-west-1, us-west-1, us-west-2, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, sa-east-1, cn-north-1, eu-central-1
758
- # },
759
- # grant_full_control: "GrantFullControl",
760
- # grant_read: "GrantRead",
761
- # grant_read_acp: "GrantReadACP",
762
- # grant_write: "GrantWrite",
763
- # grant_write_acp: "GrantWriteACP",
764
- # object_lock_enabled_for_bucket: false,
765
- # outpost_id: "NonEmptyMaxLength64String",
766
- # }
767
- #
768
600
  # @!attribute [rw] acl
769
601
  # The canned ACL to apply to the bucket.
770
602
  #
@@ -891,170 +723,6 @@ module Aws::S3Control
891
723
  include Aws::Structure
892
724
  end
893
725
 
894
- # @note When making an API call, you may pass CreateJobRequest
895
- # data as a hash:
896
- #
897
- # {
898
- # account_id: "AccountId",
899
- # confirmation_required: false,
900
- # operation: { # required
901
- # lambda_invoke: {
902
- # function_arn: "FunctionArnString",
903
- # },
904
- # s3_put_object_copy: {
905
- # target_resource: "S3BucketArnString",
906
- # canned_access_control_list: "private", # accepts private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
907
- # access_control_grants: [
908
- # {
909
- # grantee: {
910
- # type_identifier: "id", # accepts id, emailAddress, uri
911
- # identifier: "NonEmptyMaxLength1024String",
912
- # display_name: "NonEmptyMaxLength1024String",
913
- # },
914
- # permission: "FULL_CONTROL", # accepts FULL_CONTROL, READ, WRITE, READ_ACP, WRITE_ACP
915
- # },
916
- # ],
917
- # metadata_directive: "COPY", # accepts COPY, REPLACE
918
- # modified_since_constraint: Time.now,
919
- # new_object_metadata: {
920
- # cache_control: "NonEmptyMaxLength1024String",
921
- # content_disposition: "NonEmptyMaxLength1024String",
922
- # content_encoding: "NonEmptyMaxLength1024String",
923
- # content_language: "NonEmptyMaxLength1024String",
924
- # user_metadata: {
925
- # "NonEmptyMaxLength1024String" => "MaxLength1024String",
926
- # },
927
- # content_length: 1,
928
- # content_md5: "NonEmptyMaxLength1024String",
929
- # content_type: "NonEmptyMaxLength1024String",
930
- # http_expires_date: Time.now,
931
- # requester_charged: false,
932
- # sse_algorithm: "AES256", # accepts AES256, KMS
933
- # },
934
- # new_object_tagging: [
935
- # {
936
- # key: "TagKeyString", # required
937
- # value: "TagValueString", # required
938
- # },
939
- # ],
940
- # redirect_location: "NonEmptyMaxLength2048String",
941
- # requester_pays: false,
942
- # storage_class: "STANDARD", # accepts STANDARD, STANDARD_IA, ONEZONE_IA, GLACIER, INTELLIGENT_TIERING, DEEP_ARCHIVE, GLACIER_IR
943
- # un_modified_since_constraint: Time.now,
944
- # sse_aws_kms_key_id: "KmsKeyArnString",
945
- # target_key_prefix: "NonEmptyMaxLength1024String",
946
- # object_lock_legal_hold_status: "OFF", # accepts OFF, ON
947
- # object_lock_mode: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE
948
- # object_lock_retain_until_date: Time.now,
949
- # bucket_key_enabled: false,
950
- # checksum_algorithm: "CRC32", # accepts CRC32, CRC32C, SHA1, SHA256
951
- # },
952
- # s3_put_object_acl: {
953
- # access_control_policy: {
954
- # access_control_list: {
955
- # owner: { # required
956
- # id: "NonEmptyMaxLength1024String",
957
- # display_name: "NonEmptyMaxLength1024String",
958
- # },
959
- # grants: [
960
- # {
961
- # grantee: {
962
- # type_identifier: "id", # accepts id, emailAddress, uri
963
- # identifier: "NonEmptyMaxLength1024String",
964
- # display_name: "NonEmptyMaxLength1024String",
965
- # },
966
- # permission: "FULL_CONTROL", # accepts FULL_CONTROL, READ, WRITE, READ_ACP, WRITE_ACP
967
- # },
968
- # ],
969
- # },
970
- # canned_access_control_list: "private", # accepts private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
971
- # },
972
- # },
973
- # s3_put_object_tagging: {
974
- # tag_set: [
975
- # {
976
- # key: "TagKeyString", # required
977
- # value: "TagValueString", # required
978
- # },
979
- # ],
980
- # },
981
- # s3_delete_object_tagging: {
982
- # },
983
- # s3_initiate_restore_object: {
984
- # expiration_in_days: 1,
985
- # glacier_job_tier: "BULK", # accepts BULK, STANDARD
986
- # },
987
- # s3_put_object_legal_hold: {
988
- # legal_hold: { # required
989
- # status: "OFF", # required, accepts OFF, ON
990
- # },
991
- # },
992
- # s3_put_object_retention: {
993
- # bypass_governance_retention: false,
994
- # retention: { # required
995
- # retain_until_date: Time.now,
996
- # mode: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE
997
- # },
998
- # },
999
- # s3_replicate_object: {
1000
- # },
1001
- # },
1002
- # report: { # required
1003
- # bucket: "S3BucketArnString",
1004
- # format: "Report_CSV_20180820", # accepts Report_CSV_20180820
1005
- # enabled: false, # required
1006
- # prefix: "ReportPrefixString",
1007
- # report_scope: "AllTasks", # accepts AllTasks, FailedTasksOnly
1008
- # },
1009
- # client_request_token: "NonEmptyMaxLength64String", # required
1010
- # manifest: {
1011
- # spec: { # required
1012
- # format: "S3BatchOperations_CSV_20180820", # required, accepts S3BatchOperations_CSV_20180820, S3InventoryReport_CSV_20161130
1013
- # fields: ["Ignore"], # accepts Ignore, Bucket, Key, VersionId
1014
- # },
1015
- # location: { # required
1016
- # object_arn: "S3KeyArnString", # required
1017
- # object_version_id: "S3ObjectVersionId",
1018
- # etag: "NonEmptyMaxLength1024String", # required
1019
- # },
1020
- # },
1021
- # description: "NonEmptyMaxLength256String",
1022
- # priority: 1, # required
1023
- # role_arn: "IAMRoleArn", # required
1024
- # tags: [
1025
- # {
1026
- # key: "TagKeyString", # required
1027
- # value: "TagValueString", # required
1028
- # },
1029
- # ],
1030
- # manifest_generator: {
1031
- # s3_job_manifest_generator: {
1032
- # expected_bucket_owner: "AccountId",
1033
- # source_bucket: "S3BucketArnString", # required
1034
- # manifest_output_location: {
1035
- # expected_manifest_bucket_owner: "AccountId",
1036
- # bucket: "S3BucketArnString", # required
1037
- # manifest_prefix: "ManifestPrefixString",
1038
- # manifest_encryption: {
1039
- # sses3: {
1040
- # },
1041
- # ssekms: {
1042
- # key_id: "KmsKeyArnString", # required
1043
- # },
1044
- # },
1045
- # manifest_format: "S3InventoryReport_CSV_20211130", # required, accepts S3InventoryReport_CSV_20211130
1046
- # },
1047
- # filter: {
1048
- # eligible_for_replication: false,
1049
- # created_after: Time.now,
1050
- # created_before: Time.now,
1051
- # object_replication_statuses: ["COMPLETED"], # accepts COMPLETED, FAILED, REPLICA, NONE
1052
- # },
1053
- # enable_manifest_output: false, # required
1054
- # },
1055
- # },
1056
- # }
1057
- #
1058
726
  # @!attribute [rw] account_id
1059
727
  # The Amazon Web Services account ID that creates the job.
1060
728
  # @return [String]
@@ -1158,24 +826,6 @@ module Aws::S3Control
1158
826
  #
1159
827
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html
1160
828
  #
1161
- # @note When making an API call, you may pass CreateMultiRegionAccessPointInput
1162
- # data as a hash:
1163
- #
1164
- # {
1165
- # name: "MultiRegionAccessPointName", # required
1166
- # public_access_block: {
1167
- # block_public_acls: false,
1168
- # ignore_public_acls: false,
1169
- # block_public_policy: false,
1170
- # restrict_public_buckets: false,
1171
- # },
1172
- # regions: [ # required
1173
- # {
1174
- # bucket: "BucketName", # required
1175
- # },
1176
- # ],
1177
- # }
1178
- #
1179
829
  # @!attribute [rw] name
1180
830
  # The name of the Multi-Region Access Point associated with this
1181
831
  # request.
@@ -1210,28 +860,6 @@ module Aws::S3Control
1210
860
  include Aws::Structure
1211
861
  end
1212
862
 
1213
- # @note When making an API call, you may pass CreateMultiRegionAccessPointRequest
1214
- # data as a hash:
1215
- #
1216
- # {
1217
- # account_id: "AccountId",
1218
- # client_token: "MultiRegionAccessPointClientToken", # required
1219
- # details: { # required
1220
- # name: "MultiRegionAccessPointName", # required
1221
- # public_access_block: {
1222
- # block_public_acls: false,
1223
- # ignore_public_acls: false,
1224
- # block_public_policy: false,
1225
- # restrict_public_buckets: false,
1226
- # },
1227
- # regions: [ # required
1228
- # {
1229
- # bucket: "BucketName", # required
1230
- # },
1231
- # ],
1232
- # },
1233
- # }
1234
- #
1235
863
  # @!attribute [rw] account_id
1236
864
  # The Amazon Web Services account ID for the owner of the Multi-Region
1237
865
  # Access Point. The owner of the Multi-Region Access Point also must
@@ -1279,14 +907,6 @@ module Aws::S3Control
1279
907
  include Aws::Structure
1280
908
  end
1281
909
 
1282
- # @note When making an API call, you may pass DeleteAccessPointForObjectLambdaRequest
1283
- # data as a hash:
1284
- #
1285
- # {
1286
- # account_id: "AccountId",
1287
- # name: "ObjectLambdaAccessPointName", # required
1288
- # }
1289
- #
1290
910
  # @!attribute [rw] account_id
1291
911
  # The account ID for the account that owns the specified Object Lambda
1292
912
  # Access Point.
@@ -1305,14 +925,6 @@ module Aws::S3Control
1305
925
  include Aws::Structure
1306
926
  end
1307
927
 
1308
- # @note When making an API call, you may pass DeleteAccessPointPolicyForObjectLambdaRequest
1309
- # data as a hash:
1310
- #
1311
- # {
1312
- # account_id: "AccountId",
1313
- # name: "ObjectLambdaAccessPointName", # required
1314
- # }
1315
- #
1316
928
  # @!attribute [rw] account_id
1317
929
  # The account ID for the account that owns the specified Object Lambda
1318
930
  # Access Point.
@@ -1332,14 +944,6 @@ module Aws::S3Control
1332
944
  include Aws::Structure
1333
945
  end
1334
946
 
1335
- # @note When making an API call, you may pass DeleteAccessPointPolicyRequest
1336
- # data as a hash:
1337
- #
1338
- # {
1339
- # account_id: "AccountId",
1340
- # name: "AccessPointName", # required
1341
- # }
1342
- #
1343
947
  # @!attribute [rw] account_id
1344
948
  # The account ID for the account that owns the specified access point.
1345
949
  # @return [String]
@@ -1370,16 +974,9 @@ module Aws::S3Control
1370
974
  include Aws::Structure
1371
975
  end
1372
976
 
1373
- # @note When making an API call, you may pass DeleteAccessPointRequest
1374
- # data as a hash:
1375
- #
1376
- # {
1377
- # account_id: "AccountId",
1378
- # name: "AccessPointName", # required
1379
- # }
1380
- #
1381
977
  # @!attribute [rw] account_id
1382
- # The account ID for the account that owns the specified access point.
978
+ # The Amazon Web Services account ID for the account that owns the
979
+ # specified access point.
1383
980
  # @return [String]
1384
981
  #
1385
982
  # @!attribute [rw] name
@@ -1408,14 +1005,6 @@ module Aws::S3Control
1408
1005
  include Aws::Structure
1409
1006
  end
1410
1007
 
1411
- # @note When making an API call, you may pass DeleteBucketLifecycleConfigurationRequest
1412
- # data as a hash:
1413
- #
1414
- # {
1415
- # account_id: "AccountId",
1416
- # bucket: "BucketName", # required
1417
- # }
1418
- #
1419
1008
  # @!attribute [rw] account_id
1420
1009
  # The account ID of the lifecycle configuration to delete.
1421
1010
  # @return [String]
@@ -1446,14 +1035,6 @@ module Aws::S3Control
1446
1035
  include Aws::Structure
1447
1036
  end
1448
1037
 
1449
- # @note When making an API call, you may pass DeleteBucketPolicyRequest
1450
- # data as a hash:
1451
- #
1452
- # {
1453
- # account_id: "AccountId",
1454
- # bucket: "BucketName", # required
1455
- # }
1456
- #
1457
1038
  # @!attribute [rw] account_id
1458
1039
  # The account ID of the Outposts bucket.
1459
1040
  # @return [String]
@@ -1484,14 +1065,6 @@ module Aws::S3Control
1484
1065
  include Aws::Structure
1485
1066
  end
1486
1067
 
1487
- # @note When making an API call, you may pass DeleteBucketRequest
1488
- # data as a hash:
1489
- #
1490
- # {
1491
- # account_id: "AccountId",
1492
- # bucket: "BucketName", # required
1493
- # }
1494
- #
1495
1068
  # @!attribute [rw] account_id
1496
1069
  # The account ID that owns the Outposts bucket.
1497
1070
  # @return [String]
@@ -1522,14 +1095,6 @@ module Aws::S3Control
1522
1095
  include Aws::Structure
1523
1096
  end
1524
1097
 
1525
- # @note When making an API call, you may pass DeleteBucketTaggingRequest
1526
- # data as a hash:
1527
- #
1528
- # {
1529
- # account_id: "AccountId",
1530
- # bucket: "BucketName", # required
1531
- # }
1532
- #
1533
1098
  # @!attribute [rw] account_id
1534
1099
  # The Amazon Web Services account ID of the Outposts bucket tag set to
1535
1100
  # be removed.
@@ -1561,14 +1126,6 @@ module Aws::S3Control
1561
1126
  include Aws::Structure
1562
1127
  end
1563
1128
 
1564
- # @note When making an API call, you may pass DeleteJobTaggingRequest
1565
- # data as a hash:
1566
- #
1567
- # {
1568
- # account_id: "AccountId",
1569
- # job_id: "JobId", # required
1570
- # }
1571
- #
1572
1129
  # @!attribute [rw] account_id
1573
1130
  # The Amazon Web Services account ID associated with the S3 Batch
1574
1131
  # Operations job.
@@ -1599,13 +1156,6 @@ module Aws::S3Control
1599
1156
  #
1600
1157
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html
1601
1158
  #
1602
- # @note When making an API call, you may pass DeleteMultiRegionAccessPointInput
1603
- # data as a hash:
1604
- #
1605
- # {
1606
- # name: "MultiRegionAccessPointName", # required
1607
- # }
1608
- #
1609
1159
  # @!attribute [rw] name
1610
1160
  # The name of the Multi-Region Access Point associated with this
1611
1161
  # request.
@@ -1619,17 +1169,6 @@ module Aws::S3Control
1619
1169
  include Aws::Structure
1620
1170
  end
1621
1171
 
1622
- # @note When making an API call, you may pass DeleteMultiRegionAccessPointRequest
1623
- # data as a hash:
1624
- #
1625
- # {
1626
- # account_id: "AccountId",
1627
- # client_token: "MultiRegionAccessPointClientToken", # required
1628
- # details: { # required
1629
- # name: "MultiRegionAccessPointName", # required
1630
- # },
1631
- # }
1632
- #
1633
1172
  # @!attribute [rw] account_id
1634
1173
  # The Amazon Web Services account ID for the owner of the Multi-Region
1635
1174
  # Access Point.
@@ -1676,13 +1215,6 @@ module Aws::S3Control
1676
1215
  include Aws::Structure
1677
1216
  end
1678
1217
 
1679
- # @note When making an API call, you may pass DeletePublicAccessBlockRequest
1680
- # data as a hash:
1681
- #
1682
- # {
1683
- # account_id: "AccountId",
1684
- # }
1685
- #
1686
1218
  # @!attribute [rw] account_id
1687
1219
  # The account ID for the Amazon Web Services account whose
1688
1220
  # `PublicAccessBlock` configuration you want to remove.
@@ -1696,14 +1228,6 @@ module Aws::S3Control
1696
1228
  include Aws::Structure
1697
1229
  end
1698
1230
 
1699
- # @note When making an API call, you may pass DeleteStorageLensConfigurationRequest
1700
- # data as a hash:
1701
- #
1702
- # {
1703
- # config_id: "ConfigId", # required
1704
- # account_id: "AccountId",
1705
- # }
1706
- #
1707
1231
  # @!attribute [rw] config_id
1708
1232
  # The ID of the S3 Storage Lens configuration.
1709
1233
  # @return [String]
@@ -1721,14 +1245,6 @@ module Aws::S3Control
1721
1245
  include Aws::Structure
1722
1246
  end
1723
1247
 
1724
- # @note When making an API call, you may pass DeleteStorageLensConfigurationTaggingRequest
1725
- # data as a hash:
1726
- #
1727
- # {
1728
- # config_id: "ConfigId", # required
1729
- # account_id: "AccountId",
1730
- # }
1731
- #
1732
1248
  # @!attribute [rw] config_id
1733
1249
  # The ID of the S3 Storage Lens configuration.
1734
1250
  # @return [String]
@@ -1750,14 +1266,6 @@ module Aws::S3Control
1750
1266
  #
1751
1267
  class DeleteStorageLensConfigurationTaggingResult < Aws::EmptyStructure; end
1752
1268
 
1753
- # @note When making an API call, you may pass DescribeJobRequest
1754
- # data as a hash:
1755
- #
1756
- # {
1757
- # account_id: "AccountId",
1758
- # job_id: "JobId", # required
1759
- # }
1760
- #
1761
1269
  # @!attribute [rw] account_id
1762
1270
  # The Amazon Web Services account ID associated with the S3 Batch
1763
1271
  # Operations job.
@@ -1789,14 +1297,6 @@ module Aws::S3Control
1789
1297
  include Aws::Structure
1790
1298
  end
1791
1299
 
1792
- # @note When making an API call, you may pass DescribeMultiRegionAccessPointOperationRequest
1793
- # data as a hash:
1794
- #
1795
- # {
1796
- # account_id: "AccountId",
1797
- # request_token_arn: "AsyncRequestTokenARN", # required
1798
- # }
1799
- #
1800
1300
  # @!attribute [rw] account_id
1801
1301
  # The Amazon Web Services account ID for the owner of the Multi-Region
1802
1302
  # Access Point.
@@ -1846,13 +1346,6 @@ module Aws::S3Control
1846
1346
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens.html
1847
1347
  # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_metrics_glossary.html
1848
1348
  #
1849
- # @note When making an API call, you may pass DetailedStatusCodesMetrics
1850
- # data as a hash:
1851
- #
1852
- # {
1853
- # is_enabled: false,
1854
- # }
1855
- #
1856
1349
  # @!attribute [rw] is_enabled
1857
1350
  # A container that indicates whether detailed status code metrics are
1858
1351
  # enabled.
@@ -1889,14 +1382,6 @@ module Aws::S3Control
1889
1382
 
1890
1383
  # A container for what Amazon S3 Storage Lens will exclude.
1891
1384
  #
1892
- # @note When making an API call, you may pass Exclude
1893
- # data as a hash:
1894
- #
1895
- # {
1896
- # buckets: ["S3BucketArnString"],
1897
- # regions: ["S3AWSRegion"],
1898
- # }
1899
- #
1900
1385
  # @!attribute [rw] buckets
1901
1386
  # A container for the S3 Storage Lens bucket excludes.
1902
1387
  # @return [Array<String>]
@@ -1917,17 +1402,6 @@ module Aws::S3Control
1917
1402
  # The encryption configuration to use when storing the generated
1918
1403
  # manifest.
1919
1404
  #
1920
- # @note When making an API call, you may pass GeneratedManifestEncryption
1921
- # data as a hash:
1922
- #
1923
- # {
1924
- # sses3: {
1925
- # },
1926
- # ssekms: {
1927
- # key_id: "KmsKeyArnString", # required
1928
- # },
1929
- # }
1930
- #
1931
1405
  # @!attribute [rw] sses3
1932
1406
  # Specifies the use of SSE-S3 to encrypt generated manifest objects.
1933
1407
  # @return [Types::SSES3Encryption]
@@ -1946,14 +1420,6 @@ module Aws::S3Control
1946
1420
  include Aws::Structure
1947
1421
  end
1948
1422
 
1949
- # @note When making an API call, you may pass GetAccessPointConfigurationForObjectLambdaRequest
1950
- # data as a hash:
1951
- #
1952
- # {
1953
- # account_id: "AccountId",
1954
- # name: "ObjectLambdaAccessPointName", # required
1955
- # }
1956
- #
1957
1423
  # @!attribute [rw] account_id
1958
1424
  # The account ID for the account that owns the specified Object Lambda
1959
1425
  # Access Point.
@@ -1985,14 +1451,6 @@ module Aws::S3Control
1985
1451
  include Aws::Structure
1986
1452
  end
1987
1453
 
1988
- # @note When making an API call, you may pass GetAccessPointForObjectLambdaRequest
1989
- # data as a hash:
1990
- #
1991
- # {
1992
- # account_id: "AccountId",
1993
- # name: "ObjectLambdaAccessPointName", # required
1994
- # }
1995
- #
1996
1454
  # @!attribute [rw] account_id
1997
1455
  # The account ID for the account that owns the specified Object Lambda
1998
1456
  # Access Point.
@@ -2035,14 +1493,6 @@ module Aws::S3Control
2035
1493
  include Aws::Structure
2036
1494
  end
2037
1495
 
2038
- # @note When making an API call, you may pass GetAccessPointPolicyForObjectLambdaRequest
2039
- # data as a hash:
2040
- #
2041
- # {
2042
- # account_id: "AccountId",
2043
- # name: "ObjectLambdaAccessPointName", # required
2044
- # }
2045
- #
2046
1496
  # @!attribute [rw] account_id
2047
1497
  # The account ID for the account that owns the specified Object Lambda
2048
1498
  # Access Point.
@@ -2073,14 +1523,6 @@ module Aws::S3Control
2073
1523
  include Aws::Structure
2074
1524
  end
2075
1525
 
2076
- # @note When making an API call, you may pass GetAccessPointPolicyRequest
2077
- # data as a hash:
2078
- #
2079
- # {
2080
- # account_id: "AccountId",
2081
- # name: "AccessPointName", # required
2082
- # }
2083
- #
2084
1526
  # @!attribute [rw] account_id
2085
1527
  # The account ID for the account that owns the specified access point.
2086
1528
  # @return [String]
@@ -2123,14 +1565,6 @@ module Aws::S3Control
2123
1565
  include Aws::Structure
2124
1566
  end
2125
1567
 
2126
- # @note When making an API call, you may pass GetAccessPointPolicyStatusForObjectLambdaRequest
2127
- # data as a hash:
2128
- #
2129
- # {
2130
- # account_id: "AccountId",
2131
- # name: "ObjectLambdaAccessPointName", # required
2132
- # }
2133
- #
2134
1568
  # @!attribute [rw] account_id
2135
1569
  # The account ID for the account that owns the specified Object Lambda
2136
1570
  # Access Point.
@@ -2168,14 +1602,6 @@ module Aws::S3Control
2168
1602
  include Aws::Structure
2169
1603
  end
2170
1604
 
2171
- # @note When making an API call, you may pass GetAccessPointPolicyStatusRequest
2172
- # data as a hash:
2173
- #
2174
- # {
2175
- # account_id: "AccountId",
2176
- # name: "AccessPointName", # required
2177
- # }
2178
- #
2179
1605
  # @!attribute [rw] account_id
2180
1606
  # The account ID for the account that owns the specified access point.
2181
1607
  # @return [String]
@@ -2206,16 +1632,9 @@ module Aws::S3Control
2206
1632
  include Aws::Structure
2207
1633
  end
2208
1634
 
2209
- # @note When making an API call, you may pass GetAccessPointRequest
2210
- # data as a hash:
2211
- #
2212
- # {
2213
- # account_id: "AccountId",
2214
- # name: "AccessPointName", # required
2215
- # }
2216
- #
2217
1635
  # @!attribute [rw] account_id
2218
- # The account ID for the account that owns the specified access point.
1636
+ # The Amazon Web Services account ID for the account that owns the
1637
+ # specified access point.
2219
1638
  # @return [String]
2220
1639
  #
2221
1640
  # @!attribute [rw] name
@@ -2304,6 +1723,11 @@ module Aws::S3Control
2304
1723
  # The VPC endpoint for the access point.
2305
1724
  # @return [Hash<String,String>]
2306
1725
  #
1726
+ # @!attribute [rw] bucket_account_id
1727
+ # The Amazon Web Services account ID associated with the S3 bucket
1728
+ # associated with this access point.
1729
+ # @return [String]
1730
+ #
2307
1731
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetAccessPointResult AWS API Documentation
2308
1732
  #
2309
1733
  class GetAccessPointResult < Struct.new(
@@ -2315,19 +1739,12 @@ module Aws::S3Control
2315
1739
  :creation_date,
2316
1740
  :alias,
2317
1741
  :access_point_arn,
2318
- :endpoints)
1742
+ :endpoints,
1743
+ :bucket_account_id)
2319
1744
  SENSITIVE = []
2320
1745
  include Aws::Structure
2321
1746
  end
2322
1747
 
2323
- # @note When making an API call, you may pass GetBucketLifecycleConfigurationRequest
2324
- # data as a hash:
2325
- #
2326
- # {
2327
- # account_id: "AccountId",
2328
- # bucket: "BucketName", # required
2329
- # }
2330
- #
2331
1748
  # @!attribute [rw] account_id
2332
1749
  # The Amazon Web Services account ID of the Outposts bucket.
2333
1750
  # @return [String]
@@ -2370,14 +1787,6 @@ module Aws::S3Control
2370
1787
  include Aws::Structure
2371
1788
  end
2372
1789
 
2373
- # @note When making an API call, you may pass GetBucketPolicyRequest
2374
- # data as a hash:
2375
- #
2376
- # {
2377
- # account_id: "AccountId",
2378
- # bucket: "BucketName", # required
2379
- # }
2380
- #
2381
1790
  # @!attribute [rw] account_id
2382
1791
  # The Amazon Web Services account ID of the Outposts bucket.
2383
1792
  # @return [String]
@@ -2420,14 +1829,6 @@ module Aws::S3Control
2420
1829
  include Aws::Structure
2421
1830
  end
2422
1831
 
2423
- # @note When making an API call, you may pass GetBucketRequest
2424
- # data as a hash:
2425
- #
2426
- # {
2427
- # account_id: "AccountId",
2428
- # bucket: "BucketName", # required
2429
- # }
2430
- #
2431
1832
  # @!attribute [rw] account_id
2432
1833
  # The Amazon Web Services account ID of the Outposts bucket.
2433
1834
  # @return [String]
@@ -2479,14 +1880,6 @@ module Aws::S3Control
2479
1880
  include Aws::Structure
2480
1881
  end
2481
1882
 
2482
- # @note When making an API call, you may pass GetBucketTaggingRequest
2483
- # data as a hash:
2484
- #
2485
- # {
2486
- # account_id: "AccountId",
2487
- # bucket: "BucketName", # required
2488
- # }
2489
- #
2490
1883
  # @!attribute [rw] account_id
2491
1884
  # The Amazon Web Services account ID of the Outposts bucket.
2492
1885
  # @return [String]
@@ -2529,14 +1922,6 @@ module Aws::S3Control
2529
1922
  include Aws::Structure
2530
1923
  end
2531
1924
 
2532
- # @note When making an API call, you may pass GetBucketVersioningRequest
2533
- # data as a hash:
2534
- #
2535
- # {
2536
- # account_id: "AccountId",
2537
- # bucket: "BucketName", # required
2538
- # }
2539
- #
2540
1925
  # @!attribute [rw] account_id
2541
1926
  # The Amazon Web Services account ID of the S3 on Outposts bucket.
2542
1927
  # @return [String]
@@ -2574,14 +1959,6 @@ module Aws::S3Control
2574
1959
  include Aws::Structure
2575
1960
  end
2576
1961
 
2577
- # @note When making an API call, you may pass GetJobTaggingRequest
2578
- # data as a hash:
2579
- #
2580
- # {
2581
- # account_id: "AccountId",
2582
- # job_id: "JobId", # required
2583
- # }
2584
- #
2585
1962
  # @!attribute [rw] account_id
2586
1963
  # The Amazon Web Services account ID associated with the S3 Batch
2587
1964
  # Operations job.
@@ -2613,14 +1990,6 @@ module Aws::S3Control
2613
1990
  include Aws::Structure
2614
1991
  end
2615
1992
 
2616
- # @note When making an API call, you may pass GetMultiRegionAccessPointPolicyRequest
2617
- # data as a hash:
2618
- #
2619
- # {
2620
- # account_id: "AccountId",
2621
- # name: "MultiRegionAccessPointName", # required
2622
- # }
2623
- #
2624
1993
  # @!attribute [rw] account_id
2625
1994
  # The Amazon Web Services account ID for the owner of the Multi-Region
2626
1995
  # Access Point.
@@ -2659,14 +2028,6 @@ module Aws::S3Control
2659
2028
  include Aws::Structure
2660
2029
  end
2661
2030
 
2662
- # @note When making an API call, you may pass GetMultiRegionAccessPointPolicyStatusRequest
2663
- # data as a hash:
2664
- #
2665
- # {
2666
- # account_id: "AccountId",
2667
- # name: "MultiRegionAccessPointName", # required
2668
- # }
2669
- #
2670
2031
  # @!attribute [rw] account_id
2671
2032
  # The Amazon Web Services account ID for the owner of the Multi-Region
2672
2033
  # Access Point.
@@ -2712,14 +2073,6 @@ module Aws::S3Control
2712
2073
  include Aws::Structure
2713
2074
  end
2714
2075
 
2715
- # @note When making an API call, you may pass GetMultiRegionAccessPointRequest
2716
- # data as a hash:
2717
- #
2718
- # {
2719
- # account_id: "AccountId",
2720
- # name: "MultiRegionAccessPointName", # required
2721
- # }
2722
- #
2723
2076
  # @!attribute [rw] account_id
2724
2077
  # The Amazon Web Services account ID for the owner of the Multi-Region
2725
2078
  # Access Point.
@@ -2760,14 +2113,6 @@ module Aws::S3Control
2760
2113
  include Aws::Structure
2761
2114
  end
2762
2115
 
2763
- # @note When making an API call, you may pass GetMultiRegionAccessPointRoutesRequest
2764
- # data as a hash:
2765
- #
2766
- # {
2767
- # account_id: "AccountId",
2768
- # mrap: "MultiRegionAccessPointId", # required
2769
- # }
2770
- #
2771
2116
  # @!attribute [rw] account_id
2772
2117
  # The Amazon Web Services account ID for the owner of the Multi-Region
2773
2118
  # Access Point.
@@ -2818,13 +2163,6 @@ module Aws::S3Control
2818
2163
  include Aws::Structure
2819
2164
  end
2820
2165
 
2821
- # @note When making an API call, you may pass GetPublicAccessBlockRequest
2822
- # data as a hash:
2823
- #
2824
- # {
2825
- # account_id: "AccountId",
2826
- # }
2827
- #
2828
2166
  # @!attribute [rw] account_id
2829
2167
  # The account ID for the Amazon Web Services account whose
2830
2168
  # `PublicAccessBlock` configuration you want to retrieve.
@@ -2838,14 +2176,6 @@ module Aws::S3Control
2838
2176
  include Aws::Structure
2839
2177
  end
2840
2178
 
2841
- # @note When making an API call, you may pass GetStorageLensConfigurationRequest
2842
- # data as a hash:
2843
- #
2844
- # {
2845
- # config_id: "ConfigId", # required
2846
- # account_id: "AccountId",
2847
- # }
2848
- #
2849
2179
  # @!attribute [rw] config_id
2850
2180
  # The ID of the Amazon S3 Storage Lens configuration.
2851
2181
  # @return [String]
@@ -2875,14 +2205,6 @@ module Aws::S3Control
2875
2205
  include Aws::Structure
2876
2206
  end
2877
2207
 
2878
- # @note When making an API call, you may pass GetStorageLensConfigurationTaggingRequest
2879
- # data as a hash:
2880
- #
2881
- # {
2882
- # config_id: "ConfigId", # required
2883
- # account_id: "AccountId",
2884
- # }
2885
- #
2886
2208
  # @!attribute [rw] config_id
2887
2209
  # The ID of the Amazon S3 Storage Lens configuration.
2888
2210
  # @return [String]
@@ -2925,14 +2247,6 @@ module Aws::S3Control
2925
2247
 
2926
2248
  # A container for what Amazon S3 Storage Lens configuration includes.
2927
2249
  #
2928
- # @note When making an API call, you may pass Include
2929
- # data as a hash:
2930
- #
2931
- # {
2932
- # buckets: ["S3BucketArnString"],
2933
- # regions: ["S3AWSRegion"],
2934
- # }
2935
- #
2936
2250
  # @!attribute [rw] buckets
2937
2251
  # A container for the S3 Storage Lens bucket includes.
2938
2252
  # @return [Array<String>]
@@ -3183,21 +2497,6 @@ module Aws::S3Control
3183
2497
 
3184
2498
  # Contains the configuration information for a job's manifest.
3185
2499
  #
3186
- # @note When making an API call, you may pass JobManifest
3187
- # data as a hash:
3188
- #
3189
- # {
3190
- # spec: { # required
3191
- # format: "S3BatchOperations_CSV_20180820", # required, accepts S3BatchOperations_CSV_20180820, S3InventoryReport_CSV_20161130
3192
- # fields: ["Ignore"], # accepts Ignore, Bucket, Key, VersionId
3193
- # },
3194
- # location: { # required
3195
- # object_arn: "S3KeyArnString", # required
3196
- # object_version_id: "S3ObjectVersionId",
3197
- # etag: "NonEmptyMaxLength1024String", # required
3198
- # },
3199
- # }
3200
- #
3201
2500
  # @!attribute [rw] spec
3202
2501
  # Describes the format of the specified job's manifest. If the
3203
2502
  # manifest is in CSV format, also describes the columns contained
@@ -3243,16 +2542,6 @@ module Aws::S3Control
3243
2542
 
3244
2543
  # The filter used to describe a set of objects for the job's manifest.
3245
2544
  #
3246
- # @note When making an API call, you may pass JobManifestGeneratorFilter
3247
- # data as a hash:
3248
- #
3249
- # {
3250
- # eligible_for_replication: false,
3251
- # created_after: Time.now,
3252
- # created_before: Time.now,
3253
- # object_replication_statuses: ["COMPLETED"], # accepts COMPLETED, FAILED, REPLICA, NONE
3254
- # }
3255
- #
3256
2545
  # @!attribute [rw] eligible_for_replication
3257
2546
  # Include objects in the generated manifest only if they are eligible
3258
2547
  # for replication according to the Replication configuration on the
@@ -3287,15 +2576,6 @@ module Aws::S3Control
3287
2576
 
3288
2577
  # Contains the information required to locate a manifest object.
3289
2578
  #
3290
- # @note When making an API call, you may pass JobManifestLocation
3291
- # data as a hash:
3292
- #
3293
- # {
3294
- # object_arn: "S3KeyArnString", # required
3295
- # object_version_id: "S3ObjectVersionId",
3296
- # etag: "NonEmptyMaxLength1024String", # required
3297
- # }
3298
- #
3299
2579
  # @!attribute [rw] object_arn
3300
2580
  # The Amazon Resource Name (ARN) for a manifest object.
3301
2581
  #
@@ -3330,14 +2610,6 @@ module Aws::S3Control
3330
2610
  # Describes the format of a manifest. If the manifest is in CSV format,
3331
2611
  # also describes the columns contained within the manifest.
3332
2612
  #
3333
- # @note When making an API call, you may pass JobManifestSpec
3334
- # data as a hash:
3335
- #
3336
- # {
3337
- # format: "S3BatchOperations_CSV_20180820", # required, accepts S3BatchOperations_CSV_20180820, S3InventoryReport_CSV_20161130
3338
- # fields: ["Ignore"], # accepts Ignore, Bucket, Key, VersionId
3339
- # }
3340
- #
3341
2613
  # @!attribute [rw] format
3342
2614
  # Indicates which of the available formats the specified manifest
3343
2615
  # uses.
@@ -3366,112 +2638,6 @@ module Aws::S3Control
3366
2638
  #
3367
2639
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-operations.html
3368
2640
  #
3369
- # @note When making an API call, you may pass JobOperation
3370
- # data as a hash:
3371
- #
3372
- # {
3373
- # lambda_invoke: {
3374
- # function_arn: "FunctionArnString",
3375
- # },
3376
- # s3_put_object_copy: {
3377
- # target_resource: "S3BucketArnString",
3378
- # canned_access_control_list: "private", # accepts private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
3379
- # access_control_grants: [
3380
- # {
3381
- # grantee: {
3382
- # type_identifier: "id", # accepts id, emailAddress, uri
3383
- # identifier: "NonEmptyMaxLength1024String",
3384
- # display_name: "NonEmptyMaxLength1024String",
3385
- # },
3386
- # permission: "FULL_CONTROL", # accepts FULL_CONTROL, READ, WRITE, READ_ACP, WRITE_ACP
3387
- # },
3388
- # ],
3389
- # metadata_directive: "COPY", # accepts COPY, REPLACE
3390
- # modified_since_constraint: Time.now,
3391
- # new_object_metadata: {
3392
- # cache_control: "NonEmptyMaxLength1024String",
3393
- # content_disposition: "NonEmptyMaxLength1024String",
3394
- # content_encoding: "NonEmptyMaxLength1024String",
3395
- # content_language: "NonEmptyMaxLength1024String",
3396
- # user_metadata: {
3397
- # "NonEmptyMaxLength1024String" => "MaxLength1024String",
3398
- # },
3399
- # content_length: 1,
3400
- # content_md5: "NonEmptyMaxLength1024String",
3401
- # content_type: "NonEmptyMaxLength1024String",
3402
- # http_expires_date: Time.now,
3403
- # requester_charged: false,
3404
- # sse_algorithm: "AES256", # accepts AES256, KMS
3405
- # },
3406
- # new_object_tagging: [
3407
- # {
3408
- # key: "TagKeyString", # required
3409
- # value: "TagValueString", # required
3410
- # },
3411
- # ],
3412
- # redirect_location: "NonEmptyMaxLength2048String",
3413
- # requester_pays: false,
3414
- # storage_class: "STANDARD", # accepts STANDARD, STANDARD_IA, ONEZONE_IA, GLACIER, INTELLIGENT_TIERING, DEEP_ARCHIVE, GLACIER_IR
3415
- # un_modified_since_constraint: Time.now,
3416
- # sse_aws_kms_key_id: "KmsKeyArnString",
3417
- # target_key_prefix: "NonEmptyMaxLength1024String",
3418
- # object_lock_legal_hold_status: "OFF", # accepts OFF, ON
3419
- # object_lock_mode: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE
3420
- # object_lock_retain_until_date: Time.now,
3421
- # bucket_key_enabled: false,
3422
- # checksum_algorithm: "CRC32", # accepts CRC32, CRC32C, SHA1, SHA256
3423
- # },
3424
- # s3_put_object_acl: {
3425
- # access_control_policy: {
3426
- # access_control_list: {
3427
- # owner: { # required
3428
- # id: "NonEmptyMaxLength1024String",
3429
- # display_name: "NonEmptyMaxLength1024String",
3430
- # },
3431
- # grants: [
3432
- # {
3433
- # grantee: {
3434
- # type_identifier: "id", # accepts id, emailAddress, uri
3435
- # identifier: "NonEmptyMaxLength1024String",
3436
- # display_name: "NonEmptyMaxLength1024String",
3437
- # },
3438
- # permission: "FULL_CONTROL", # accepts FULL_CONTROL, READ, WRITE, READ_ACP, WRITE_ACP
3439
- # },
3440
- # ],
3441
- # },
3442
- # canned_access_control_list: "private", # accepts private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
3443
- # },
3444
- # },
3445
- # s3_put_object_tagging: {
3446
- # tag_set: [
3447
- # {
3448
- # key: "TagKeyString", # required
3449
- # value: "TagValueString", # required
3450
- # },
3451
- # ],
3452
- # },
3453
- # s3_delete_object_tagging: {
3454
- # },
3455
- # s3_initiate_restore_object: {
3456
- # expiration_in_days: 1,
3457
- # glacier_job_tier: "BULK", # accepts BULK, STANDARD
3458
- # },
3459
- # s3_put_object_legal_hold: {
3460
- # legal_hold: { # required
3461
- # status: "OFF", # required, accepts OFF, ON
3462
- # },
3463
- # },
3464
- # s3_put_object_retention: {
3465
- # bypass_governance_retention: false,
3466
- # retention: { # required
3467
- # retain_until_date: Time.now,
3468
- # mode: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE
3469
- # },
3470
- # },
3471
- # s3_replicate_object: {
3472
- # },
3473
- # }
3474
- #
3475
2641
  # @!attribute [rw] lambda_invoke
3476
2642
  # Directs the specified job to invoke an Lambda function on every
3477
2643
  # object in the manifest.
@@ -3577,17 +2743,6 @@ module Aws::S3Control
3577
2743
 
3578
2744
  # Contains the configuration parameters for a job-completion report.
3579
2745
  #
3580
- # @note When making an API call, you may pass JobReport
3581
- # data as a hash:
3582
- #
3583
- # {
3584
- # bucket: "S3BucketArnString",
3585
- # format: "Report_CSV_20180820", # accepts Report_CSV_20180820
3586
- # enabled: false, # required
3587
- # prefix: "ReportPrefixString",
3588
- # report_scope: "AllTasks", # accepts AllTasks, FailedTasksOnly
3589
- # }
3590
- #
3591
2746
  # @!attribute [rw] bucket
3592
2747
  # The Amazon Resource Name (ARN) for the bucket where specified
3593
2748
  # job-completion report will be stored.
@@ -3653,13 +2808,6 @@ module Aws::S3Control
3653
2808
 
3654
2809
  # Contains the configuration parameters for a `Lambda Invoke` operation.
3655
2810
  #
3656
- # @note When making an API call, you may pass LambdaInvokeOperation
3657
- # data as a hash:
3658
- #
3659
- # {
3660
- # function_arn: "FunctionArnString",
3661
- # }
3662
- #
3663
2811
  # @!attribute [rw] function_arn
3664
2812
  # The Amazon Resource Name (ARN) for the Lambda function that the
3665
2813
  # specified job will invoke on every object in the manifest.
@@ -3675,63 +2823,6 @@ module Aws::S3Control
3675
2823
 
3676
2824
  # The container for the Outposts bucket lifecycle configuration.
3677
2825
  #
3678
- # @note When making an API call, you may pass LifecycleConfiguration
3679
- # data as a hash:
3680
- #
3681
- # {
3682
- # rules: [
3683
- # {
3684
- # expiration: {
3685
- # date: Time.now,
3686
- # days: 1,
3687
- # expired_object_delete_marker: false,
3688
- # },
3689
- # id: "ID",
3690
- # filter: {
3691
- # prefix: "Prefix",
3692
- # tag: {
3693
- # key: "TagKeyString", # required
3694
- # value: "TagValueString", # required
3695
- # },
3696
- # and: {
3697
- # prefix: "Prefix",
3698
- # tags: [
3699
- # {
3700
- # key: "TagKeyString", # required
3701
- # value: "TagValueString", # required
3702
- # },
3703
- # ],
3704
- # object_size_greater_than: 1,
3705
- # object_size_less_than: 1,
3706
- # },
3707
- # object_size_greater_than: 1,
3708
- # object_size_less_than: 1,
3709
- # },
3710
- # status: "Enabled", # required, accepts Enabled, Disabled
3711
- # transitions: [
3712
- # {
3713
- # date: Time.now,
3714
- # days: 1,
3715
- # storage_class: "GLACIER", # accepts GLACIER, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, DEEP_ARCHIVE
3716
- # },
3717
- # ],
3718
- # noncurrent_version_transitions: [
3719
- # {
3720
- # noncurrent_days: 1,
3721
- # storage_class: "GLACIER", # accepts GLACIER, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, DEEP_ARCHIVE
3722
- # },
3723
- # ],
3724
- # noncurrent_version_expiration: {
3725
- # noncurrent_days: 1,
3726
- # newer_noncurrent_versions: 1,
3727
- # },
3728
- # abort_incomplete_multipart_upload: {
3729
- # days_after_initiation: 1,
3730
- # },
3731
- # },
3732
- # ],
3733
- # }
3734
- #
3735
2826
  # @!attribute [rw] rules
3736
2827
  # A lifecycle rule for individual objects in an Outposts bucket.
3737
2828
  # @return [Array<Types::LifecycleRule>]
@@ -3746,15 +2837,6 @@ module Aws::S3Control
3746
2837
 
3747
2838
  # The container of the Outposts bucket lifecycle expiration.
3748
2839
  #
3749
- # @note When making an API call, you may pass LifecycleExpiration
3750
- # data as a hash:
3751
- #
3752
- # {
3753
- # date: Time.now,
3754
- # days: 1,
3755
- # expired_object_delete_marker: false,
3756
- # }
3757
- #
3758
2840
  # @!attribute [rw] date
3759
2841
  # Indicates at what date the object is to be deleted. Should be in GMT
3760
2842
  # ISO 8601 format.
@@ -3784,59 +2866,6 @@ module Aws::S3Control
3784
2866
 
3785
2867
  # The container for the Outposts bucket lifecycle rule.
3786
2868
  #
3787
- # @note When making an API call, you may pass LifecycleRule
3788
- # data as a hash:
3789
- #
3790
- # {
3791
- # expiration: {
3792
- # date: Time.now,
3793
- # days: 1,
3794
- # expired_object_delete_marker: false,
3795
- # },
3796
- # id: "ID",
3797
- # filter: {
3798
- # prefix: "Prefix",
3799
- # tag: {
3800
- # key: "TagKeyString", # required
3801
- # value: "TagValueString", # required
3802
- # },
3803
- # and: {
3804
- # prefix: "Prefix",
3805
- # tags: [
3806
- # {
3807
- # key: "TagKeyString", # required
3808
- # value: "TagValueString", # required
3809
- # },
3810
- # ],
3811
- # object_size_greater_than: 1,
3812
- # object_size_less_than: 1,
3813
- # },
3814
- # object_size_greater_than: 1,
3815
- # object_size_less_than: 1,
3816
- # },
3817
- # status: "Enabled", # required, accepts Enabled, Disabled
3818
- # transitions: [
3819
- # {
3820
- # date: Time.now,
3821
- # days: 1,
3822
- # storage_class: "GLACIER", # accepts GLACIER, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, DEEP_ARCHIVE
3823
- # },
3824
- # ],
3825
- # noncurrent_version_transitions: [
3826
- # {
3827
- # noncurrent_days: 1,
3828
- # storage_class: "GLACIER", # accepts GLACIER, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, DEEP_ARCHIVE
3829
- # },
3830
- # ],
3831
- # noncurrent_version_expiration: {
3832
- # noncurrent_days: 1,
3833
- # newer_noncurrent_versions: 1,
3834
- # },
3835
- # abort_incomplete_multipart_upload: {
3836
- # days_after_initiation: 1,
3837
- # },
3838
- # }
3839
- #
3840
2869
  # @!attribute [rw] expiration
3841
2870
  # Specifies the expiration for the lifecycle of the object in the form
3842
2871
  # of date, days and, whether the object has a delete marker.
@@ -3911,21 +2940,6 @@ module Aws::S3Control
3911
2940
 
3912
2941
  # The container for the Outposts bucket lifecycle rule and operator.
3913
2942
  #
3914
- # @note When making an API call, you may pass LifecycleRuleAndOperator
3915
- # data as a hash:
3916
- #
3917
- # {
3918
- # prefix: "Prefix",
3919
- # tags: [
3920
- # {
3921
- # key: "TagKeyString", # required
3922
- # value: "TagValueString", # required
3923
- # },
3924
- # ],
3925
- # object_size_greater_than: 1,
3926
- # object_size_less_than: 1,
3927
- # }
3928
- #
3929
2943
  # @!attribute [rw] prefix
3930
2944
  # Prefix identifying one or more objects to which the rule applies.
3931
2945
  # @return [String]
@@ -3956,30 +2970,6 @@ module Aws::S3Control
3956
2970
 
3957
2971
  # The container for the filter of the lifecycle rule.
3958
2972
  #
3959
- # @note When making an API call, you may pass LifecycleRuleFilter
3960
- # data as a hash:
3961
- #
3962
- # {
3963
- # prefix: "Prefix",
3964
- # tag: {
3965
- # key: "TagKeyString", # required
3966
- # value: "TagValueString", # required
3967
- # },
3968
- # and: {
3969
- # prefix: "Prefix",
3970
- # tags: [
3971
- # {
3972
- # key: "TagKeyString", # required
3973
- # value: "TagValueString", # required
3974
- # },
3975
- # ],
3976
- # object_size_greater_than: 1,
3977
- # object_size_less_than: 1,
3978
- # },
3979
- # object_size_greater_than: 1,
3980
- # object_size_less_than: 1,
3981
- # }
3982
- #
3983
2973
  # @!attribute [rw] prefix
3984
2974
  # Prefix identifying one or more objects to which the rule applies.
3985
2975
  #
@@ -4020,15 +3010,6 @@ module Aws::S3Control
4020
3010
  include Aws::Structure
4021
3011
  end
4022
3012
 
4023
- # @note When making an API call, you may pass ListAccessPointsForObjectLambdaRequest
4024
- # data as a hash:
4025
- #
4026
- # {
4027
- # account_id: "AccountId",
4028
- # next_token: "NonEmptyMaxLength1024String",
4029
- # max_results: 1,
4030
- # }
4031
- #
4032
3013
  # @!attribute [rw] account_id
4033
3014
  # The account ID for the account that owns the specified Object Lambda
4034
3015
  # Access Point.
@@ -4080,19 +3061,9 @@ module Aws::S3Control
4080
3061
  include Aws::Structure
4081
3062
  end
4082
3063
 
4083
- # @note When making an API call, you may pass ListAccessPointsRequest
4084
- # data as a hash:
4085
- #
4086
- # {
4087
- # account_id: "AccountId",
4088
- # bucket: "BucketName",
4089
- # next_token: "NonEmptyMaxLength1024String",
4090
- # max_results: 1,
4091
- # }
4092
- #
4093
3064
  # @!attribute [rw] account_id
4094
- # The Amazon Web Services account ID for owner of the bucket whose
4095
- # access points you want to list.
3065
+ # The Amazon Web Services account ID for the account that owns the
3066
+ # specified access points.
4096
3067
  # @return [String]
4097
3068
  #
4098
3069
  # @!attribute [rw] bucket
@@ -4160,16 +3131,6 @@ module Aws::S3Control
4160
3131
  include Aws::Structure
4161
3132
  end
4162
3133
 
4163
- # @note When making an API call, you may pass ListJobsRequest
4164
- # data as a hash:
4165
- #
4166
- # {
4167
- # account_id: "AccountId",
4168
- # job_statuses: ["Active"], # accepts Active, Cancelled, Cancelling, Complete, Completing, Failed, Failing, New, Paused, Pausing, Preparing, Ready, Suspended
4169
- # next_token: "StringForNextToken",
4170
- # max_results: 1,
4171
- # }
4172
- #
4173
3134
  # @!attribute [rw] account_id
4174
3135
  # The Amazon Web Services account ID associated with the S3 Batch
4175
3136
  # Operations job.
@@ -4224,15 +3185,6 @@ module Aws::S3Control
4224
3185
  include Aws::Structure
4225
3186
  end
4226
3187
 
4227
- # @note When making an API call, you may pass ListMultiRegionAccessPointsRequest
4228
- # data as a hash:
4229
- #
4230
- # {
4231
- # account_id: "AccountId",
4232
- # next_token: "NonEmptyMaxLength1024String",
4233
- # max_results: 1,
4234
- # }
4235
- #
4236
3188
  # @!attribute [rw] account_id
4237
3189
  # The Amazon Web Services account ID for the owner of the Multi-Region
4238
3190
  # Access Point.
@@ -4276,16 +3228,6 @@ module Aws::S3Control
4276
3228
  include Aws::Structure
4277
3229
  end
4278
3230
 
4279
- # @note When making an API call, you may pass ListRegionalBucketsRequest
4280
- # data as a hash:
4281
- #
4282
- # {
4283
- # account_id: "AccountId",
4284
- # next_token: "NonEmptyMaxLength1024String",
4285
- # max_results: 1,
4286
- # outpost_id: "NonEmptyMaxLength64String",
4287
- # }
4288
- #
4289
3231
  # @!attribute [rw] account_id
4290
3232
  # The Amazon Web Services account ID of the Outposts bucket.
4291
3233
  # @return [String]
@@ -4369,14 +3311,6 @@ module Aws::S3Control
4369
3311
  include Aws::Structure
4370
3312
  end
4371
3313
 
4372
- # @note When making an API call, you may pass ListStorageLensConfigurationsRequest
4373
- # data as a hash:
4374
- #
4375
- # {
4376
- # account_id: "AccountId",
4377
- # next_token: "ContinuationToken",
4378
- # }
4379
- #
4380
3314
  # @!attribute [rw] account_id
4381
3315
  # The account ID of the requester.
4382
3316
  # @return [String]
@@ -4535,15 +3469,6 @@ module Aws::S3Control
4535
3469
  # Region are active (indicated by a value of `100`) or passive
4536
3470
  # (indicated by a value of `0`).
4537
3471
  #
4538
- # @note When making an API call, you may pass MultiRegionAccessPointRoute
4539
- # data as a hash:
4540
- #
4541
- # {
4542
- # bucket: "BucketName",
4543
- # region: "RegionName",
4544
- # traffic_dial_percentage: 1, # required
4545
- # }
4546
- #
4547
3472
  # @!attribute [rw] bucket
4548
3473
  # The name of the Amazon S3 bucket for which you'll submit a routing
4549
3474
  # configuration change. Either the `Bucket` or the `Region` value must
@@ -4620,14 +3545,6 @@ module Aws::S3Control
4620
3545
 
4621
3546
  # The container of the noncurrent version expiration.
4622
3547
  #
4623
- # @note When making an API call, you may pass NoncurrentVersionExpiration
4624
- # data as a hash:
4625
- #
4626
- # {
4627
- # noncurrent_days: 1,
4628
- # newer_noncurrent_versions: 1,
4629
- # }
4630
- #
4631
3548
  # @!attribute [rw] noncurrent_days
4632
3549
  # Specifies the number of days an object is noncurrent before Amazon
4633
3550
  # S3 can perform the associated action. For information about the
@@ -4662,14 +3579,6 @@ module Aws::S3Control
4662
3579
 
4663
3580
  # The container for the noncurrent version transition.
4664
3581
  #
4665
- # @note When making an API call, you may pass NoncurrentVersionTransition
4666
- # data as a hash:
4667
- #
4668
- # {
4669
- # noncurrent_days: 1,
4670
- # storage_class: "GLACIER", # accepts GLACIER, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, DEEP_ARCHIVE
4671
- # }
4672
- #
4673
3582
  # @!attribute [rw] noncurrent_days
4674
3583
  # Specifies the number of days an object is noncurrent before Amazon
4675
3584
  # S3 can perform the associated action. For information about the
@@ -4728,26 +3637,6 @@ module Aws::S3Control
4728
3637
 
4729
3638
  # A configuration used when creating an Object Lambda Access Point.
4730
3639
  #
4731
- # @note When making an API call, you may pass ObjectLambdaConfiguration
4732
- # data as a hash:
4733
- #
4734
- # {
4735
- # supporting_access_point: "ObjectLambdaSupportingAccessPointArn", # required
4736
- # cloud_watch_metrics_enabled: false,
4737
- # allowed_features: ["GetObject-Range"], # accepts GetObject-Range, GetObject-PartNumber, HeadObject-Range, HeadObject-PartNumber
4738
- # transformation_configurations: [ # required
4739
- # {
4740
- # actions: ["GetObject"], # required, accepts GetObject, HeadObject, ListObjects, ListObjectsV2
4741
- # content_transformation: { # required
4742
- # aws_lambda: {
4743
- # function_arn: "FunctionArnString", # required
4744
- # function_payload: "AwsLambdaTransformationPayload",
4745
- # },
4746
- # },
4747
- # },
4748
- # ],
4749
- # }
4750
- #
4751
3640
  # @!attribute [rw] supporting_access_point
4752
3641
  # Standard access point associated with the Object Lambda Access
4753
3642
  # Point.
@@ -4806,19 +3695,6 @@ module Aws::S3Control
4806
3695
  # A configuration used when creating an Object Lambda Access Point
4807
3696
  # transformation.
4808
3697
  #
4809
- # @note When making an API call, you may pass ObjectLambdaTransformationConfiguration
4810
- # data as a hash:
4811
- #
4812
- # {
4813
- # actions: ["GetObject"], # required, accepts GetObject, HeadObject, ListObjects, ListObjectsV2
4814
- # content_transformation: { # required
4815
- # aws_lambda: {
4816
- # function_arn: "FunctionArnString", # required
4817
- # function_payload: "AwsLambdaTransformationPayload",
4818
- # },
4819
- # },
4820
- # }
4821
- #
4822
3698
  # @!attribute [rw] actions
4823
3699
  # A container for the action of an Object Lambda Access Point
4824
3700
  # configuration. Valid inputs are `GetObject`, `ListObjects`,
@@ -4861,20 +3737,6 @@ module Aws::S3Control
4861
3737
 
4862
3738
  # A container for the prefix-level configuration.
4863
3739
  #
4864
- # @note When making an API call, you may pass PrefixLevel
4865
- # data as a hash:
4866
- #
4867
- # {
4868
- # storage_metrics: { # required
4869
- # is_enabled: false,
4870
- # selection_criteria: {
4871
- # delimiter: "StorageLensPrefixLevelDelimiter",
4872
- # max_depth: 1,
4873
- # min_storage_bytes_percentage: 1.0,
4874
- # },
4875
- # },
4876
- # }
4877
- #
4878
3740
  # @!attribute [rw] storage_metrics
4879
3741
  # A container for the prefix-level storage metrics for S3 Storage
4880
3742
  # Lens.
@@ -4890,18 +3752,6 @@ module Aws::S3Control
4890
3752
 
4891
3753
  # A container for the prefix-level storage metrics for S3 Storage Lens.
4892
3754
  #
4893
- # @note When making an API call, you may pass PrefixLevelStorageMetrics
4894
- # data as a hash:
4895
- #
4896
- # {
4897
- # is_enabled: false,
4898
- # selection_criteria: {
4899
- # delimiter: "StorageLensPrefixLevelDelimiter",
4900
- # max_depth: 1,
4901
- # min_storage_bytes_percentage: 1.0,
4902
- # },
4903
- # }
4904
- #
4905
3755
  # @!attribute [rw] is_enabled
4906
3756
  # A container for whether prefix-level storage metrics are enabled.
4907
3757
  # @return [Boolean]
@@ -4950,16 +3800,6 @@ module Aws::S3Control
4950
3800
  #
4951
3801
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status
4952
3802
  #
4953
- # @note When making an API call, you may pass PublicAccessBlockConfiguration
4954
- # data as a hash:
4955
- #
4956
- # {
4957
- # block_public_acls: false,
4958
- # ignore_public_acls: false,
4959
- # block_public_policy: false,
4960
- # restrict_public_buckets: false,
4961
- # }
4962
- #
4963
3803
  # @!attribute [rw] block_public_acls
4964
3804
  # Specifies whether Amazon S3 should block public access control lists
4965
3805
  # (ACLs) for buckets in this account. Setting this element to `TRUE`
@@ -5025,30 +3865,6 @@ module Aws::S3Control
5025
3865
  include Aws::Structure
5026
3866
  end
5027
3867
 
5028
- # @note When making an API call, you may pass PutAccessPointConfigurationForObjectLambdaRequest
5029
- # data as a hash:
5030
- #
5031
- # {
5032
- # account_id: "AccountId",
5033
- # name: "ObjectLambdaAccessPointName", # required
5034
- # configuration: { # required
5035
- # supporting_access_point: "ObjectLambdaSupportingAccessPointArn", # required
5036
- # cloud_watch_metrics_enabled: false,
5037
- # allowed_features: ["GetObject-Range"], # accepts GetObject-Range, GetObject-PartNumber, HeadObject-Range, HeadObject-PartNumber
5038
- # transformation_configurations: [ # required
5039
- # {
5040
- # actions: ["GetObject"], # required, accepts GetObject, HeadObject, ListObjects, ListObjectsV2
5041
- # content_transformation: { # required
5042
- # aws_lambda: {
5043
- # function_arn: "FunctionArnString", # required
5044
- # function_payload: "AwsLambdaTransformationPayload",
5045
- # },
5046
- # },
5047
- # },
5048
- # ],
5049
- # },
5050
- # }
5051
- #
5052
3868
  # @!attribute [rw] account_id
5053
3869
  # The account ID for the account that owns the specified Object Lambda
5054
3870
  # Access Point.
@@ -5072,15 +3888,6 @@ module Aws::S3Control
5072
3888
  include Aws::Structure
5073
3889
  end
5074
3890
 
5075
- # @note When making an API call, you may pass PutAccessPointPolicyForObjectLambdaRequest
5076
- # data as a hash:
5077
- #
5078
- # {
5079
- # account_id: "AccountId",
5080
- # name: "ObjectLambdaAccessPointName", # required
5081
- # policy: "ObjectLambdaPolicy", # required
5082
- # }
5083
- #
5084
3891
  # @!attribute [rw] account_id
5085
3892
  # The account ID for the account that owns the specified Object Lambda
5086
3893
  # Access Point.
@@ -5104,15 +3911,6 @@ module Aws::S3Control
5104
3911
  include Aws::Structure
5105
3912
  end
5106
3913
 
5107
- # @note When making an API call, you may pass PutAccessPointPolicyRequest
5108
- # data as a hash:
5109
- #
5110
- # {
5111
- # account_id: "AccountId",
5112
- # name: "AccessPointName", # required
5113
- # policy: "Policy", # required
5114
- # }
5115
- #
5116
3914
  # @!attribute [rw] account_id
5117
3915
  # The Amazon Web Services account ID for owner of the bucket
5118
3916
  # associated with the specified access point.
@@ -5157,67 +3955,6 @@ module Aws::S3Control
5157
3955
  include Aws::Structure
5158
3956
  end
5159
3957
 
5160
- # @note When making an API call, you may pass PutBucketLifecycleConfigurationRequest
5161
- # data as a hash:
5162
- #
5163
- # {
5164
- # account_id: "AccountId",
5165
- # bucket: "BucketName", # required
5166
- # lifecycle_configuration: {
5167
- # rules: [
5168
- # {
5169
- # expiration: {
5170
- # date: Time.now,
5171
- # days: 1,
5172
- # expired_object_delete_marker: false,
5173
- # },
5174
- # id: "ID",
5175
- # filter: {
5176
- # prefix: "Prefix",
5177
- # tag: {
5178
- # key: "TagKeyString", # required
5179
- # value: "TagValueString", # required
5180
- # },
5181
- # and: {
5182
- # prefix: "Prefix",
5183
- # tags: [
5184
- # {
5185
- # key: "TagKeyString", # required
5186
- # value: "TagValueString", # required
5187
- # },
5188
- # ],
5189
- # object_size_greater_than: 1,
5190
- # object_size_less_than: 1,
5191
- # },
5192
- # object_size_greater_than: 1,
5193
- # object_size_less_than: 1,
5194
- # },
5195
- # status: "Enabled", # required, accepts Enabled, Disabled
5196
- # transitions: [
5197
- # {
5198
- # date: Time.now,
5199
- # days: 1,
5200
- # storage_class: "GLACIER", # accepts GLACIER, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, DEEP_ARCHIVE
5201
- # },
5202
- # ],
5203
- # noncurrent_version_transitions: [
5204
- # {
5205
- # noncurrent_days: 1,
5206
- # storage_class: "GLACIER", # accepts GLACIER, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, DEEP_ARCHIVE
5207
- # },
5208
- # ],
5209
- # noncurrent_version_expiration: {
5210
- # noncurrent_days: 1,
5211
- # newer_noncurrent_versions: 1,
5212
- # },
5213
- # abort_incomplete_multipart_upload: {
5214
- # days_after_initiation: 1,
5215
- # },
5216
- # },
5217
- # ],
5218
- # },
5219
- # }
5220
- #
5221
3958
  # @!attribute [rw] account_id
5222
3959
  # The Amazon Web Services account ID of the Outposts bucket.
5223
3960
  # @return [String]
@@ -5240,16 +3977,6 @@ module Aws::S3Control
5240
3977
  include Aws::Structure
5241
3978
  end
5242
3979
 
5243
- # @note When making an API call, you may pass PutBucketPolicyRequest
5244
- # data as a hash:
5245
- #
5246
- # {
5247
- # account_id: "AccountId",
5248
- # bucket: "BucketName", # required
5249
- # confirm_remove_self_bucket_access: false,
5250
- # policy: "Policy", # required
5251
- # }
5252
- #
5253
3980
  # @!attribute [rw] account_id
5254
3981
  # The Amazon Web Services account ID of the Outposts bucket.
5255
3982
  # @return [String]
@@ -5295,22 +4022,6 @@ module Aws::S3Control
5295
4022
  include Aws::Structure
5296
4023
  end
5297
4024
 
5298
- # @note When making an API call, you may pass PutBucketTaggingRequest
5299
- # data as a hash:
5300
- #
5301
- # {
5302
- # account_id: "AccountId",
5303
- # bucket: "BucketName", # required
5304
- # tagging: { # required
5305
- # tag_set: [ # required
5306
- # {
5307
- # key: "TagKeyString", # required
5308
- # value: "TagValueString", # required
5309
- # },
5310
- # ],
5311
- # },
5312
- # }
5313
- #
5314
4025
  # @!attribute [rw] account_id
5315
4026
  # The Amazon Web Services account ID of the Outposts bucket.
5316
4027
  # @return [String]
@@ -5345,19 +4056,6 @@ module Aws::S3Control
5345
4056
  include Aws::Structure
5346
4057
  end
5347
4058
 
5348
- # @note When making an API call, you may pass PutBucketVersioningRequest
5349
- # data as a hash:
5350
- #
5351
- # {
5352
- # account_id: "AccountId",
5353
- # bucket: "BucketName", # required
5354
- # mfa: "MFA",
5355
- # versioning_configuration: { # required
5356
- # mfa_delete: "Enabled", # accepts Enabled, Disabled
5357
- # status: "Enabled", # accepts Enabled, Suspended
5358
- # },
5359
- # }
5360
- #
5361
4059
  # @!attribute [rw] account_id
5362
4060
  # The Amazon Web Services account ID of the S3 on Outposts bucket.
5363
4061
  # @return [String]
@@ -5387,20 +4085,6 @@ module Aws::S3Control
5387
4085
  include Aws::Structure
5388
4086
  end
5389
4087
 
5390
- # @note When making an API call, you may pass PutJobTaggingRequest
5391
- # data as a hash:
5392
- #
5393
- # {
5394
- # account_id: "AccountId",
5395
- # job_id: "JobId", # required
5396
- # tags: [ # required
5397
- # {
5398
- # key: "TagKeyString", # required
5399
- # value: "TagValueString", # required
5400
- # },
5401
- # ],
5402
- # }
5403
- #
5404
4088
  # @!attribute [rw] account_id
5405
4089
  # The Amazon Web Services account ID associated with the S3 Batch
5406
4090
  # Operations job.
@@ -5436,14 +4120,6 @@ module Aws::S3Control
5436
4120
  #
5437
4121
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutMultiRegionAccessPoint.html
5438
4122
  #
5439
- # @note When making an API call, you may pass PutMultiRegionAccessPointPolicyInput
5440
- # data as a hash:
5441
- #
5442
- # {
5443
- # name: "MultiRegionAccessPointName", # required
5444
- # policy: "Policy", # required
5445
- # }
5446
- #
5447
4123
  # @!attribute [rw] name
5448
4124
  # The name of the Multi-Region Access Point associated with the
5449
4125
  # request.
@@ -5462,18 +4138,6 @@ module Aws::S3Control
5462
4138
  include Aws::Structure
5463
4139
  end
5464
4140
 
5465
- # @note When making an API call, you may pass PutMultiRegionAccessPointPolicyRequest
5466
- # data as a hash:
5467
- #
5468
- # {
5469
- # account_id: "AccountId",
5470
- # client_token: "MultiRegionAccessPointClientToken", # required
5471
- # details: { # required
5472
- # name: "MultiRegionAccessPointName", # required
5473
- # policy: "Policy", # required
5474
- # },
5475
- # }
5476
- #
5477
4141
  # @!attribute [rw] account_id
5478
4142
  # The Amazon Web Services account ID for the owner of the Multi-Region
5479
4143
  # Access Point.
@@ -5520,19 +4184,6 @@ module Aws::S3Control
5520
4184
  include Aws::Structure
5521
4185
  end
5522
4186
 
5523
- # @note When making an API call, you may pass PutPublicAccessBlockRequest
5524
- # data as a hash:
5525
- #
5526
- # {
5527
- # public_access_block_configuration: { # required
5528
- # block_public_acls: false,
5529
- # ignore_public_acls: false,
5530
- # block_public_policy: false,
5531
- # restrict_public_buckets: false,
5532
- # },
5533
- # account_id: "AccountId",
5534
- # }
5535
- #
5536
4187
  # @!attribute [rw] public_access_block_configuration
5537
4188
  # The `PublicAccessBlock` configuration that you want to apply to the
5538
4189
  # specified Amazon Web Services account.
@@ -5552,93 +4203,6 @@ module Aws::S3Control
5552
4203
  include Aws::Structure
5553
4204
  end
5554
4205
 
5555
- # @note When making an API call, you may pass PutStorageLensConfigurationRequest
5556
- # data as a hash:
5557
- #
5558
- # {
5559
- # config_id: "ConfigId", # required
5560
- # account_id: "AccountId",
5561
- # storage_lens_configuration: { # required
5562
- # id: "ConfigId", # required
5563
- # account_level: { # required
5564
- # activity_metrics: {
5565
- # is_enabled: false,
5566
- # },
5567
- # bucket_level: { # required
5568
- # activity_metrics: {
5569
- # is_enabled: false,
5570
- # },
5571
- # prefix_level: {
5572
- # storage_metrics: { # required
5573
- # is_enabled: false,
5574
- # selection_criteria: {
5575
- # delimiter: "StorageLensPrefixLevelDelimiter",
5576
- # max_depth: 1,
5577
- # min_storage_bytes_percentage: 1.0,
5578
- # },
5579
- # },
5580
- # },
5581
- # advanced_cost_optimization_metrics: {
5582
- # is_enabled: false,
5583
- # },
5584
- # advanced_data_protection_metrics: {
5585
- # is_enabled: false,
5586
- # },
5587
- # detailed_status_codes_metrics: {
5588
- # is_enabled: false,
5589
- # },
5590
- # },
5591
- # advanced_cost_optimization_metrics: {
5592
- # is_enabled: false,
5593
- # },
5594
- # advanced_data_protection_metrics: {
5595
- # is_enabled: false,
5596
- # },
5597
- # detailed_status_codes_metrics: {
5598
- # is_enabled: false,
5599
- # },
5600
- # },
5601
- # include: {
5602
- # buckets: ["S3BucketArnString"],
5603
- # regions: ["S3AWSRegion"],
5604
- # },
5605
- # exclude: {
5606
- # buckets: ["S3BucketArnString"],
5607
- # regions: ["S3AWSRegion"],
5608
- # },
5609
- # data_export: {
5610
- # s3_bucket_destination: {
5611
- # format: "CSV", # required, accepts CSV, Parquet
5612
- # output_schema_version: "V_1", # required, accepts V_1
5613
- # account_id: "AccountId", # required
5614
- # arn: "S3BucketArnString", # required
5615
- # prefix: "Prefix",
5616
- # encryption: {
5617
- # sses3: {
5618
- # },
5619
- # ssekms: {
5620
- # key_id: "SSEKMSKeyId", # required
5621
- # },
5622
- # },
5623
- # },
5624
- # cloud_watch_metrics: {
5625
- # is_enabled: false, # required
5626
- # },
5627
- # },
5628
- # is_enabled: false, # required
5629
- # aws_org: {
5630
- # arn: "AwsOrgArn", # required
5631
- # },
5632
- # storage_lens_arn: "StorageLensArn",
5633
- # },
5634
- # tags: [
5635
- # {
5636
- # key: "TagKeyString", # required
5637
- # value: "TagValueString", # required
5638
- # },
5639
- # ],
5640
- # }
5641
- #
5642
4206
  # @!attribute [rw] config_id
5643
4207
  # The ID of the S3 Storage Lens configuration.
5644
4208
  # @return [String]
@@ -5670,20 +4234,6 @@ module Aws::S3Control
5670
4234
  include Aws::Structure
5671
4235
  end
5672
4236
 
5673
- # @note When making an API call, you may pass PutStorageLensConfigurationTaggingRequest
5674
- # data as a hash:
5675
- #
5676
- # {
5677
- # config_id: "ConfigId", # required
5678
- # account_id: "AccountId",
5679
- # tags: [ # required
5680
- # {
5681
- # key: "TagKeyString", # required
5682
- # value: "TagValueString", # required
5683
- # },
5684
- # ],
5685
- # }
5686
- #
5687
4237
  # @!attribute [rw] config_id
5688
4238
  # The ID of the S3 Storage Lens configuration.
5689
4239
  # @return [String]
@@ -5717,13 +4267,6 @@ module Aws::S3Control
5717
4267
  # A Region that supports a Multi-Region Access Point as well as the
5718
4268
  # associated bucket for the Region.
5719
4269
  #
5720
- # @note When making an API call, you may pass Region
5721
- # data as a hash:
5722
- #
5723
- # {
5724
- # bucket: "BucketName", # required
5725
- # }
5726
- #
5727
4270
  # @!attribute [rw] bucket
5728
4271
  # The name of the associated bucket for the Region.
5729
4272
  # @return [String]
@@ -5788,26 +4331,6 @@ module Aws::S3Control
5788
4331
  include Aws::Structure
5789
4332
  end
5790
4333
 
5791
- # @note When making an API call, you may pass S3AccessControlList
5792
- # data as a hash:
5793
- #
5794
- # {
5795
- # owner: { # required
5796
- # id: "NonEmptyMaxLength1024String",
5797
- # display_name: "NonEmptyMaxLength1024String",
5798
- # },
5799
- # grants: [
5800
- # {
5801
- # grantee: {
5802
- # type_identifier: "id", # accepts id, emailAddress, uri
5803
- # identifier: "NonEmptyMaxLength1024String",
5804
- # display_name: "NonEmptyMaxLength1024String",
5805
- # },
5806
- # permission: "FULL_CONTROL", # accepts FULL_CONTROL, READ, WRITE, READ_ACP, WRITE_ACP
5807
- # },
5808
- # ],
5809
- # }
5810
- #
5811
4334
  # @!attribute [rw] owner
5812
4335
  # @return [Types::S3ObjectOwner]
5813
4336
  #
@@ -5823,29 +4346,6 @@ module Aws::S3Control
5823
4346
  include Aws::Structure
5824
4347
  end
5825
4348
 
5826
- # @note When making an API call, you may pass S3AccessControlPolicy
5827
- # data as a hash:
5828
- #
5829
- # {
5830
- # access_control_list: {
5831
- # owner: { # required
5832
- # id: "NonEmptyMaxLength1024String",
5833
- # display_name: "NonEmptyMaxLength1024String",
5834
- # },
5835
- # grants: [
5836
- # {
5837
- # grantee: {
5838
- # type_identifier: "id", # accepts id, emailAddress, uri
5839
- # identifier: "NonEmptyMaxLength1024String",
5840
- # display_name: "NonEmptyMaxLength1024String",
5841
- # },
5842
- # permission: "FULL_CONTROL", # accepts FULL_CONTROL, READ, WRITE, READ_ACP, WRITE_ACP
5843
- # },
5844
- # ],
5845
- # },
5846
- # canned_access_control_list: "private", # accepts private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
5847
- # }
5848
- #
5849
4349
  # @!attribute [rw] access_control_list
5850
4350
  # @return [Types::S3AccessControlList]
5851
4351
  #
@@ -5864,24 +4364,6 @@ module Aws::S3Control
5864
4364
  # A container for the bucket where the Amazon S3 Storage Lens metrics
5865
4365
  # export files are located.
5866
4366
  #
5867
- # @note When making an API call, you may pass S3BucketDestination
5868
- # data as a hash:
5869
- #
5870
- # {
5871
- # format: "CSV", # required, accepts CSV, Parquet
5872
- # output_schema_version: "V_1", # required, accepts V_1
5873
- # account_id: "AccountId", # required
5874
- # arn: "S3BucketArnString", # required
5875
- # prefix: "Prefix",
5876
- # encryption: {
5877
- # sses3: {
5878
- # },
5879
- # ssekms: {
5880
- # key_id: "SSEKMSKeyId", # required
5881
- # },
5882
- # },
5883
- # }
5884
- #
5885
4367
  # @!attribute [rw] format
5886
4368
  # @return [String]
5887
4369
  #
@@ -5933,58 +4415,6 @@ module Aws::S3Control
5933
4415
  #
5934
4416
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectCOPY.html
5935
4417
  #
5936
- # @note When making an API call, you may pass S3CopyObjectOperation
5937
- # data as a hash:
5938
- #
5939
- # {
5940
- # target_resource: "S3BucketArnString",
5941
- # canned_access_control_list: "private", # accepts private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
5942
- # access_control_grants: [
5943
- # {
5944
- # grantee: {
5945
- # type_identifier: "id", # accepts id, emailAddress, uri
5946
- # identifier: "NonEmptyMaxLength1024String",
5947
- # display_name: "NonEmptyMaxLength1024String",
5948
- # },
5949
- # permission: "FULL_CONTROL", # accepts FULL_CONTROL, READ, WRITE, READ_ACP, WRITE_ACP
5950
- # },
5951
- # ],
5952
- # metadata_directive: "COPY", # accepts COPY, REPLACE
5953
- # modified_since_constraint: Time.now,
5954
- # new_object_metadata: {
5955
- # cache_control: "NonEmptyMaxLength1024String",
5956
- # content_disposition: "NonEmptyMaxLength1024String",
5957
- # content_encoding: "NonEmptyMaxLength1024String",
5958
- # content_language: "NonEmptyMaxLength1024String",
5959
- # user_metadata: {
5960
- # "NonEmptyMaxLength1024String" => "MaxLength1024String",
5961
- # },
5962
- # content_length: 1,
5963
- # content_md5: "NonEmptyMaxLength1024String",
5964
- # content_type: "NonEmptyMaxLength1024String",
5965
- # http_expires_date: Time.now,
5966
- # requester_charged: false,
5967
- # sse_algorithm: "AES256", # accepts AES256, KMS
5968
- # },
5969
- # new_object_tagging: [
5970
- # {
5971
- # key: "TagKeyString", # required
5972
- # value: "TagValueString", # required
5973
- # },
5974
- # ],
5975
- # redirect_location: "NonEmptyMaxLength2048String",
5976
- # requester_pays: false,
5977
- # storage_class: "STANDARD", # accepts STANDARD, STANDARD_IA, ONEZONE_IA, GLACIER, INTELLIGENT_TIERING, DEEP_ARCHIVE, GLACIER_IR
5978
- # un_modified_since_constraint: Time.now,
5979
- # sse_aws_kms_key_id: "KmsKeyArnString",
5980
- # target_key_prefix: "NonEmptyMaxLength1024String",
5981
- # object_lock_legal_hold_status: "OFF", # accepts OFF, ON
5982
- # object_lock_mode: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE
5983
- # object_lock_retain_until_date: Time.now,
5984
- # bucket_key_enabled: false,
5985
- # checksum_algorithm: "CRC32", # accepts CRC32, CRC32C, SHA1, SHA256
5986
- # }
5987
- #
5988
4418
  # @!attribute [rw] target_resource
5989
4419
  # Specifies the destination bucket ARN for the batch copy operation.
5990
4420
  # For example, to copy objects to a bucket named `destinationBucket`,
@@ -6130,18 +4560,6 @@ module Aws::S3Control
6130
4560
  include Aws::Structure
6131
4561
  end
6132
4562
 
6133
- # @note When making an API call, you may pass S3Grant
6134
- # data as a hash:
6135
- #
6136
- # {
6137
- # grantee: {
6138
- # type_identifier: "id", # accepts id, emailAddress, uri
6139
- # identifier: "NonEmptyMaxLength1024String",
6140
- # display_name: "NonEmptyMaxLength1024String",
6141
- # },
6142
- # permission: "FULL_CONTROL", # accepts FULL_CONTROL, READ, WRITE, READ_ACP, WRITE_ACP
6143
- # }
6144
- #
6145
4563
  # @!attribute [rw] grantee
6146
4564
  # @return [Types::S3Grantee]
6147
4565
  #
@@ -6157,15 +4575,6 @@ module Aws::S3Control
6157
4575
  include Aws::Structure
6158
4576
  end
6159
4577
 
6160
- # @note When making an API call, you may pass S3Grantee
6161
- # data as a hash:
6162
- #
6163
- # {
6164
- # type_identifier: "id", # accepts id, emailAddress, uri
6165
- # identifier: "NonEmptyMaxLength1024String",
6166
- # display_name: "NonEmptyMaxLength1024String",
6167
- # }
6168
- #
6169
4578
  # @!attribute [rw] type_identifier
6170
4579
  # @return [String]
6171
4580
  #
@@ -6194,14 +4603,6 @@ module Aws::S3Control
6194
4603
  #
6195
4604
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPOSTrestore.html#RESTObjectPOSTrestore-restore-request
6196
4605
  #
6197
- # @note When making an API call, you may pass S3InitiateRestoreObjectOperation
6198
- # data as a hash:
6199
- #
6200
- # {
6201
- # expiration_in_days: 1,
6202
- # glacier_job_tier: "BULK", # accepts BULK, STANDARD
6203
- # }
6204
- #
6205
4606
  # @!attribute [rw] expiration_in_days
6206
4607
  # This argument specifies how long the S3 Glacier or S3 Glacier Deep
6207
4608
  # Archive object remains available in Amazon S3. S3 Initiate Restore
@@ -6239,34 +4640,6 @@ module Aws::S3Control
6239
4640
 
6240
4641
  # The container for the service that will create the S3 manifest.
6241
4642
  #
6242
- # @note When making an API call, you may pass S3JobManifestGenerator
6243
- # data as a hash:
6244
- #
6245
- # {
6246
- # expected_bucket_owner: "AccountId",
6247
- # source_bucket: "S3BucketArnString", # required
6248
- # manifest_output_location: {
6249
- # expected_manifest_bucket_owner: "AccountId",
6250
- # bucket: "S3BucketArnString", # required
6251
- # manifest_prefix: "ManifestPrefixString",
6252
- # manifest_encryption: {
6253
- # sses3: {
6254
- # },
6255
- # ssekms: {
6256
- # key_id: "KmsKeyArnString", # required
6257
- # },
6258
- # },
6259
- # manifest_format: "S3InventoryReport_CSV_20211130", # required, accepts S3InventoryReport_CSV_20211130
6260
- # },
6261
- # filter: {
6262
- # eligible_for_replication: false,
6263
- # created_after: Time.now,
6264
- # created_before: Time.now,
6265
- # object_replication_statuses: ["COMPLETED"], # accepts COMPLETED, FAILED, REPLICA, NONE
6266
- # },
6267
- # enable_manifest_output: false, # required
6268
- # }
6269
- #
6270
4643
  # @!attribute [rw] expected_bucket_owner
6271
4644
  # The Amazon Web Services account ID that owns the bucket the
6272
4645
  # generated manifest is written to. If provided the generated manifest
@@ -6307,23 +4680,6 @@ module Aws::S3Control
6307
4680
 
6308
4681
  # Location details for where the generated manifest should be written.
6309
4682
  #
6310
- # @note When making an API call, you may pass S3ManifestOutputLocation
6311
- # data as a hash:
6312
- #
6313
- # {
6314
- # expected_manifest_bucket_owner: "AccountId",
6315
- # bucket: "S3BucketArnString", # required
6316
- # manifest_prefix: "ManifestPrefixString",
6317
- # manifest_encryption: {
6318
- # sses3: {
6319
- # },
6320
- # ssekms: {
6321
- # key_id: "KmsKeyArnString", # required
6322
- # },
6323
- # },
6324
- # manifest_format: "S3InventoryReport_CSV_20211130", # required, accepts S3InventoryReport_CSV_20211130
6325
- # }
6326
- #
6327
4683
  # @!attribute [rw] expected_manifest_bucket_owner
6328
4684
  # The Account ID that owns the bucket the generated manifest is
6329
4685
  # written to.
@@ -6362,13 +4718,6 @@ module Aws::S3Control
6362
4718
  # Whether S3 Object Lock legal hold will be applied to objects in an S3
6363
4719
  # Batch Operations job.
6364
4720
  #
6365
- # @note When making an API call, you may pass S3ObjectLockLegalHold
6366
- # data as a hash:
6367
- #
6368
- # {
6369
- # status: "OFF", # required, accepts OFF, ON
6370
- # }
6371
- #
6372
4721
  # @!attribute [rw] status
6373
4722
  # The Object Lock legal hold status to be applied to all objects in
6374
4723
  # the Batch Operations job.
@@ -6382,25 +4731,6 @@ module Aws::S3Control
6382
4731
  include Aws::Structure
6383
4732
  end
6384
4733
 
6385
- # @note When making an API call, you may pass S3ObjectMetadata
6386
- # data as a hash:
6387
- #
6388
- # {
6389
- # cache_control: "NonEmptyMaxLength1024String",
6390
- # content_disposition: "NonEmptyMaxLength1024String",
6391
- # content_encoding: "NonEmptyMaxLength1024String",
6392
- # content_language: "NonEmptyMaxLength1024String",
6393
- # user_metadata: {
6394
- # "NonEmptyMaxLength1024String" => "MaxLength1024String",
6395
- # },
6396
- # content_length: 1,
6397
- # content_md5: "NonEmptyMaxLength1024String",
6398
- # content_type: "NonEmptyMaxLength1024String",
6399
- # http_expires_date: Time.now,
6400
- # requester_charged: false,
6401
- # sse_algorithm: "AES256", # accepts AES256, KMS
6402
- # }
6403
- #
6404
4734
  # @!attribute [rw] cache_control
6405
4735
  # @return [String]
6406
4736
  #
@@ -6452,14 +4782,6 @@ module Aws::S3Control
6452
4782
  include Aws::Structure
6453
4783
  end
6454
4784
 
6455
- # @note When making an API call, you may pass S3ObjectOwner
6456
- # data as a hash:
6457
- #
6458
- # {
6459
- # id: "NonEmptyMaxLength1024String",
6460
- # display_name: "NonEmptyMaxLength1024String",
6461
- # }
6462
- #
6463
4785
  # @!attribute [rw] id
6464
4786
  # @return [String]
6465
4787
  #
@@ -6495,14 +4817,6 @@ module Aws::S3Control
6495
4817
  #
6496
4818
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-retention-date.html
6497
4819
  #
6498
- # @note When making an API call, you may pass S3Retention
6499
- # data as a hash:
6500
- #
6501
- # {
6502
- # retain_until_date: Time.now,
6503
- # mode: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE
6504
- # }
6505
- #
6506
4820
  # @!attribute [rw] retain_until_date
6507
4821
  # The date when the applied Object Lock retention will expire on all
6508
4822
  # objects set by the Batch Operations job.
@@ -6531,31 +4845,6 @@ module Aws::S3Control
6531
4845
  #
6532
4846
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUTacl.html
6533
4847
  #
6534
- # @note When making an API call, you may pass S3SetObjectAclOperation
6535
- # data as a hash:
6536
- #
6537
- # {
6538
- # access_control_policy: {
6539
- # access_control_list: {
6540
- # owner: { # required
6541
- # id: "NonEmptyMaxLength1024String",
6542
- # display_name: "NonEmptyMaxLength1024String",
6543
- # },
6544
- # grants: [
6545
- # {
6546
- # grantee: {
6547
- # type_identifier: "id", # accepts id, emailAddress, uri
6548
- # identifier: "NonEmptyMaxLength1024String",
6549
- # display_name: "NonEmptyMaxLength1024String",
6550
- # },
6551
- # permission: "FULL_CONTROL", # accepts FULL_CONTROL, READ, WRITE, READ_ACP, WRITE_ACP
6552
- # },
6553
- # ],
6554
- # },
6555
- # canned_access_control_list: "private", # accepts private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
6556
- # },
6557
- # }
6558
- #
6559
4848
  # @!attribute [rw] access_control_policy
6560
4849
  # @return [Types::S3AccessControlPolicy]
6561
4850
  #
@@ -6577,15 +4866,6 @@ module Aws::S3Control
6577
4866
  #
6578
4867
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-legal-hold.html
6579
4868
  #
6580
- # @note When making an API call, you may pass S3SetObjectLegalHoldOperation
6581
- # data as a hash:
6582
- #
6583
- # {
6584
- # legal_hold: { # required
6585
- # status: "OFF", # required, accepts OFF, ON
6586
- # },
6587
- # }
6588
- #
6589
4869
  # @!attribute [rw] legal_hold
6590
4870
  # Contains the Object Lock legal hold status to be applied to all
6591
4871
  # objects in the Batch Operations job.
@@ -6609,17 +4889,6 @@ module Aws::S3Control
6609
4889
  #
6610
4890
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-retention-date.html
6611
4891
  #
6612
- # @note When making an API call, you may pass S3SetObjectRetentionOperation
6613
- # data as a hash:
6614
- #
6615
- # {
6616
- # bypass_governance_retention: false,
6617
- # retention: { # required
6618
- # retain_until_date: Time.now,
6619
- # mode: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE
6620
- # },
6621
- # }
6622
- #
6623
4892
  # @!attribute [rw] bypass_governance_retention
6624
4893
  # Indicates if the action should be applied to objects in the Batch
6625
4894
  # Operations job even if they have Object Lock ` GOVERNANCE` type in
@@ -6655,18 +4924,6 @@ module Aws::S3Control
6655
4924
  #
6656
4925
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUTtagging.html
6657
4926
  #
6658
- # @note When making an API call, you may pass S3SetObjectTaggingOperation
6659
- # data as a hash:
6660
- #
6661
- # {
6662
- # tag_set: [
6663
- # {
6664
- # key: "TagKeyString", # required
6665
- # value: "TagValueString", # required
6666
- # },
6667
- # ],
6668
- # }
6669
- #
6670
4927
  # @!attribute [rw] tag_set
6671
4928
  # @return [Array<Types::S3Tag>]
6672
4929
  #
@@ -6680,14 +4937,6 @@ module Aws::S3Control
6680
4937
 
6681
4938
  # A container for a key-value name pair.
6682
4939
  #
6683
- # @note When making an API call, you may pass S3Tag
6684
- # data as a hash:
6685
- #
6686
- # {
6687
- # key: "TagKeyString", # required
6688
- # value: "TagValueString", # required
6689
- # }
6690
- #
6691
4940
  # @!attribute [rw] key
6692
4941
  # Key of the tag
6693
4942
  # @return [String]
@@ -6705,13 +4954,6 @@ module Aws::S3Control
6705
4954
  include Aws::Structure
6706
4955
  end
6707
4956
 
6708
- # @note When making an API call, you may pass SSEKMS
6709
- # data as a hash:
6710
- #
6711
- # {
6712
- # key_id: "SSEKMSKeyId", # required
6713
- # }
6714
- #
6715
4957
  # @!attribute [rw] key_id
6716
4958
  # A container for the ARN of the SSE-KMS encryption. This property is
6717
4959
  # read-only and follows the following format: `
@@ -6730,13 +4972,6 @@ module Aws::S3Control
6730
4972
  # Configuration for the use of SSE-KMS to encrypt generated manifest
6731
4973
  # objects.
6732
4974
  #
6733
- # @note When making an API call, you may pass SSEKMSEncryption
6734
- # data as a hash:
6735
- #
6736
- # {
6737
- # key_id: "KmsKeyArnString", # required
6738
- # }
6739
- #
6740
4975
  # @!attribute [rw] key_id
6741
4976
  # Specifies the ID of the Amazon Web Services Key Management Service
6742
4977
  # (Amazon Web Services KMS) symmetric encryption customer managed key
@@ -6766,15 +5001,6 @@ module Aws::S3Control
6766
5001
  #
6767
5002
  class SSES3Encryption < Aws::EmptyStructure; end
6768
5003
 
6769
- # @note When making an API call, you may pass SelectionCriteria
6770
- # data as a hash:
6771
- #
6772
- # {
6773
- # delimiter: "StorageLensPrefixLevelDelimiter",
6774
- # max_depth: 1,
6775
- # min_storage_bytes_percentage: 1.0,
6776
- # }
6777
- #
6778
5004
  # @!attribute [rw] delimiter
6779
5005
  # A container for the delimiter of the selection criteria being used.
6780
5006
  # @return [String]
@@ -6804,13 +5030,6 @@ module Aws::S3Control
6804
5030
 
6805
5031
  # The Amazon Web Services organization for your S3 Storage Lens.
6806
5032
  #
6807
- # @note When making an API call, you may pass StorageLensAwsOrg
6808
- # data as a hash:
6809
- #
6810
- # {
6811
- # arn: "AwsOrgArn", # required
6812
- # }
6813
- #
6814
5033
  # @!attribute [rw] arn
6815
5034
  # A container for the Amazon Resource Name (ARN) of the Amazon Web
6816
5035
  # Services organization. This property is read-only and follows the
@@ -6829,83 +5048,6 @@ module Aws::S3Control
6829
5048
 
6830
5049
  # A container for the Amazon S3 Storage Lens configuration.
6831
5050
  #
6832
- # @note When making an API call, you may pass StorageLensConfiguration
6833
- # data as a hash:
6834
- #
6835
- # {
6836
- # id: "ConfigId", # required
6837
- # account_level: { # required
6838
- # activity_metrics: {
6839
- # is_enabled: false,
6840
- # },
6841
- # bucket_level: { # required
6842
- # activity_metrics: {
6843
- # is_enabled: false,
6844
- # },
6845
- # prefix_level: {
6846
- # storage_metrics: { # required
6847
- # is_enabled: false,
6848
- # selection_criteria: {
6849
- # delimiter: "StorageLensPrefixLevelDelimiter",
6850
- # max_depth: 1,
6851
- # min_storage_bytes_percentage: 1.0,
6852
- # },
6853
- # },
6854
- # },
6855
- # advanced_cost_optimization_metrics: {
6856
- # is_enabled: false,
6857
- # },
6858
- # advanced_data_protection_metrics: {
6859
- # is_enabled: false,
6860
- # },
6861
- # detailed_status_codes_metrics: {
6862
- # is_enabled: false,
6863
- # },
6864
- # },
6865
- # advanced_cost_optimization_metrics: {
6866
- # is_enabled: false,
6867
- # },
6868
- # advanced_data_protection_metrics: {
6869
- # is_enabled: false,
6870
- # },
6871
- # detailed_status_codes_metrics: {
6872
- # is_enabled: false,
6873
- # },
6874
- # },
6875
- # include: {
6876
- # buckets: ["S3BucketArnString"],
6877
- # regions: ["S3AWSRegion"],
6878
- # },
6879
- # exclude: {
6880
- # buckets: ["S3BucketArnString"],
6881
- # regions: ["S3AWSRegion"],
6882
- # },
6883
- # data_export: {
6884
- # s3_bucket_destination: {
6885
- # format: "CSV", # required, accepts CSV, Parquet
6886
- # output_schema_version: "V_1", # required, accepts V_1
6887
- # account_id: "AccountId", # required
6888
- # arn: "S3BucketArnString", # required
6889
- # prefix: "Prefix",
6890
- # encryption: {
6891
- # sses3: {
6892
- # },
6893
- # ssekms: {
6894
- # key_id: "SSEKMSKeyId", # required
6895
- # },
6896
- # },
6897
- # },
6898
- # cloud_watch_metrics: {
6899
- # is_enabled: false, # required
6900
- # },
6901
- # },
6902
- # is_enabled: false, # required
6903
- # aws_org: {
6904
- # arn: "AwsOrgArn", # required
6905
- # },
6906
- # storage_lens_arn: "StorageLensArn",
6907
- # }
6908
- #
6909
5051
  # @!attribute [rw] id
6910
5052
  # A container for the Amazon S3 Storage Lens configuration ID.
6911
5053
  # @return [String]
@@ -6967,29 +5109,6 @@ module Aws::S3Control
6967
5109
  # A container to specify the properties of your S3 Storage Lens metrics
6968
5110
  # export, including the destination, schema, and format.
6969
5111
  #
6970
- # @note When making an API call, you may pass StorageLensDataExport
6971
- # data as a hash:
6972
- #
6973
- # {
6974
- # s3_bucket_destination: {
6975
- # format: "CSV", # required, accepts CSV, Parquet
6976
- # output_schema_version: "V_1", # required, accepts V_1
6977
- # account_id: "AccountId", # required
6978
- # arn: "S3BucketArnString", # required
6979
- # prefix: "Prefix",
6980
- # encryption: {
6981
- # sses3: {
6982
- # },
6983
- # ssekms: {
6984
- # key_id: "SSEKMSKeyId", # required
6985
- # },
6986
- # },
6987
- # },
6988
- # cloud_watch_metrics: {
6989
- # is_enabled: false, # required
6990
- # },
6991
- # }
6992
- #
6993
5112
  # @!attribute [rw] s3_bucket_destination
6994
5113
  # A container for the bucket where the S3 Storage Lens metrics export
6995
5114
  # will be located.
@@ -7016,17 +5135,6 @@ module Aws::S3Control
7016
5135
 
7017
5136
  # A container for the encryption of the S3 Storage Lens metrics exports.
7018
5137
  #
7019
- # @note When making an API call, you may pass StorageLensDataExportEncryption
7020
- # data as a hash:
7021
- #
7022
- # {
7023
- # sses3: {
7024
- # },
7025
- # ssekms: {
7026
- # key_id: "SSEKMSKeyId", # required
7027
- # },
7028
- # }
7029
- #
7030
5138
  # @!attribute [rw] sses3
7031
5139
  # @return [Types::SSES3]
7032
5140
  #
@@ -7042,14 +5150,6 @@ module Aws::S3Control
7042
5150
  include Aws::Structure
7043
5151
  end
7044
5152
 
7045
- # @note When making an API call, you may pass StorageLensTag
7046
- # data as a hash:
7047
- #
7048
- # {
7049
- # key: "TagKeyString", # required
7050
- # value: "TagValueString", # required
7051
- # }
7052
- #
7053
5153
  # @!attribute [rw] key
7054
5154
  # @return [String]
7055
5155
  #
@@ -7065,21 +5165,6 @@ module Aws::S3Control
7065
5165
  include Aws::Structure
7066
5166
  end
7067
5167
 
7068
- # @note When making an API call, you may pass SubmitMultiRegionAccessPointRoutesRequest
7069
- # data as a hash:
7070
- #
7071
- # {
7072
- # account_id: "AccountId",
7073
- # mrap: "MultiRegionAccessPointId", # required
7074
- # route_updates: [ # required
7075
- # {
7076
- # bucket: "BucketName",
7077
- # region: "RegionName",
7078
- # traffic_dial_percentage: 1, # required
7079
- # },
7080
- # ],
7081
- # }
7082
- #
7083
5168
  # @!attribute [rw] account_id
7084
5169
  # The Amazon Web Services account ID for the owner of the Multi-Region
7085
5170
  # Access Point.
@@ -7109,18 +5194,6 @@ module Aws::S3Control
7109
5194
  #
7110
5195
  class SubmitMultiRegionAccessPointRoutesResult < Aws::EmptyStructure; end
7111
5196
 
7112
- # @note When making an API call, you may pass Tagging
7113
- # data as a hash:
7114
- #
7115
- # {
7116
- # tag_set: [ # required
7117
- # {
7118
- # key: "TagKeyString", # required
7119
- # value: "TagValueString", # required
7120
- # },
7121
- # ],
7122
- # }
7123
- #
7124
5197
  # @!attribute [rw] tag_set
7125
5198
  # A collection for a set of tags.
7126
5199
  # @return [Array<Types::S3Tag>]
@@ -7167,15 +5240,6 @@ module Aws::S3Control
7167
5240
  #
7168
5241
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/lifecycle-transition-general-considerations.html
7169
5242
  #
7170
- # @note When making an API call, you may pass Transition
7171
- # data as a hash:
7172
- #
7173
- # {
7174
- # date: Time.now,
7175
- # days: 1,
7176
- # storage_class: "GLACIER", # accepts GLACIER, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, DEEP_ARCHIVE
7177
- # }
7178
- #
7179
5243
  # @!attribute [rw] date
7180
5244
  # Indicates when objects are transitioned to the specified storage
7181
5245
  # class. The date value must be in ISO 8601 format. The time is always
@@ -7202,15 +5266,6 @@ module Aws::S3Control
7202
5266
  include Aws::Structure
7203
5267
  end
7204
5268
 
7205
- # @note When making an API call, you may pass UpdateJobPriorityRequest
7206
- # data as a hash:
7207
- #
7208
- # {
7209
- # account_id: "AccountId",
7210
- # job_id: "JobId", # required
7211
- # priority: 1, # required
7212
- # }
7213
- #
7214
5269
  # @!attribute [rw] account_id
7215
5270
  # The Amazon Web Services account ID associated with the S3 Batch
7216
5271
  # Operations job.
@@ -7251,16 +5306,6 @@ module Aws::S3Control
7251
5306
  include Aws::Structure
7252
5307
  end
7253
5308
 
7254
- # @note When making an API call, you may pass UpdateJobStatusRequest
7255
- # data as a hash:
7256
- #
7257
- # {
7258
- # account_id: "AccountId",
7259
- # job_id: "JobId", # required
7260
- # requested_job_status: "Cancelled", # required, accepts Cancelled, Ready
7261
- # status_update_reason: "JobStatusUpdateReason",
7262
- # }
7263
- #
7264
5309
  # @!attribute [rw] account_id
7265
5310
  # The Amazon Web Services account ID associated with the S3 Batch
7266
5311
  # Operations job.
@@ -7320,14 +5365,6 @@ module Aws::S3Control
7320
5365
  #
7321
5366
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketVersioning.html
7322
5367
  #
7323
- # @note When making an API call, you may pass VersioningConfiguration
7324
- # data as a hash:
7325
- #
7326
- # {
7327
- # mfa_delete: "Enabled", # accepts Enabled, Disabled
7328
- # status: "Enabled", # accepts Enabled, Suspended
7329
- # }
7330
- #
7331
5368
  # @!attribute [rw] mfa_delete
7332
5369
  # Specifies whether MFA delete is enabled or disabled in the bucket
7333
5370
  # versioning configuration for the S3 on Outposts bucket.
@@ -7348,13 +5385,6 @@ module Aws::S3Control
7348
5385
 
7349
5386
  # The virtual private cloud (VPC) configuration for an access point.
7350
5387
  #
7351
- # @note When making an API call, you may pass VpcConfiguration
7352
- # data as a hash:
7353
- #
7354
- # {
7355
- # vpc_id: "VpcId", # required
7356
- # }
7357
- #
7358
5388
  # @!attribute [rw] vpc_id
7359
5389
  # If this field is specified, this access point will only allow
7360
5390
  # connections from the specified VPC ID.