aws-sdk-s3control 1.57.0 → 1.58.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3control/client.rb +23 -13
- data/lib/aws-sdk-s3control/client_api.rb +3 -0
- data/lib/aws-sdk-s3control/endpoint_provider.rb +46 -46
- data/lib/aws-sdk-s3control/types.rb +29 -2015
- data/lib/aws-sdk-s3control.rb +1 -1
- metadata +2 -2
@@ -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
|
646
|
-
#
|
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
|
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
|
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
|
@@ -3220,10 +2519,6 @@ module Aws::S3Control
|
|
3220
2519
|
|
3221
2520
|
# Configures the type of the job's ManifestGenerator.
|
3222
2521
|
#
|
3223
|
-
# @note JobManifestGenerator is a union - when making an API calls you must set exactly one of the members.
|
3224
|
-
#
|
3225
|
-
# @note JobManifestGenerator is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of JobManifestGenerator corresponding to the set member.
|
3226
|
-
#
|
3227
2522
|
# @!attribute [rw] s3_job_manifest_generator
|
3228
2523
|
# The S3 job ManifestGenerator's configuration details.
|
3229
2524
|
# @return [Types::S3JobManifestGenerator]
|
@@ -3243,16 +2538,6 @@ module Aws::S3Control
|
|
3243
2538
|
|
3244
2539
|
# The filter used to describe a set of objects for the job's manifest.
|
3245
2540
|
#
|
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
2541
|
# @!attribute [rw] eligible_for_replication
|
3257
2542
|
# Include objects in the generated manifest only if they are eligible
|
3258
2543
|
# for replication according to the Replication configuration on the
|
@@ -3287,15 +2572,6 @@ module Aws::S3Control
|
|
3287
2572
|
|
3288
2573
|
# Contains the information required to locate a manifest object.
|
3289
2574
|
#
|
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
2575
|
# @!attribute [rw] object_arn
|
3300
2576
|
# The Amazon Resource Name (ARN) for a manifest object.
|
3301
2577
|
#
|
@@ -3330,14 +2606,6 @@ module Aws::S3Control
|
|
3330
2606
|
# Describes the format of a manifest. If the manifest is in CSV format,
|
3331
2607
|
# also describes the columns contained within the manifest.
|
3332
2608
|
#
|
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
2609
|
# @!attribute [rw] format
|
3342
2610
|
# Indicates which of the available formats the specified manifest
|
3343
2611
|
# uses.
|
@@ -3366,112 +2634,6 @@ module Aws::S3Control
|
|
3366
2634
|
#
|
3367
2635
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-operations.html
|
3368
2636
|
#
|
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
2637
|
# @!attribute [rw] lambda_invoke
|
3476
2638
|
# Directs the specified job to invoke an Lambda function on every
|
3477
2639
|
# object in the manifest.
|
@@ -3577,17 +2739,6 @@ module Aws::S3Control
|
|
3577
2739
|
|
3578
2740
|
# Contains the configuration parameters for a job-completion report.
|
3579
2741
|
#
|
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
2742
|
# @!attribute [rw] bucket
|
3592
2743
|
# The Amazon Resource Name (ARN) for the bucket where specified
|
3593
2744
|
# job-completion report will be stored.
|
@@ -3653,13 +2804,6 @@ module Aws::S3Control
|
|
3653
2804
|
|
3654
2805
|
# Contains the configuration parameters for a `Lambda Invoke` operation.
|
3655
2806
|
#
|
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
2807
|
# @!attribute [rw] function_arn
|
3664
2808
|
# The Amazon Resource Name (ARN) for the Lambda function that the
|
3665
2809
|
# specified job will invoke on every object in the manifest.
|
@@ -3675,63 +2819,6 @@ module Aws::S3Control
|
|
3675
2819
|
|
3676
2820
|
# The container for the Outposts bucket lifecycle configuration.
|
3677
2821
|
#
|
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
2822
|
# @!attribute [rw] rules
|
3736
2823
|
# A lifecycle rule for individual objects in an Outposts bucket.
|
3737
2824
|
# @return [Array<Types::LifecycleRule>]
|
@@ -3746,15 +2833,6 @@ module Aws::S3Control
|
|
3746
2833
|
|
3747
2834
|
# The container of the Outposts bucket lifecycle expiration.
|
3748
2835
|
#
|
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
2836
|
# @!attribute [rw] date
|
3759
2837
|
# Indicates at what date the object is to be deleted. Should be in GMT
|
3760
2838
|
# ISO 8601 format.
|
@@ -3784,59 +2862,6 @@ module Aws::S3Control
|
|
3784
2862
|
|
3785
2863
|
# The container for the Outposts bucket lifecycle rule.
|
3786
2864
|
#
|
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
2865
|
# @!attribute [rw] expiration
|
3841
2866
|
# Specifies the expiration for the lifecycle of the object in the form
|
3842
2867
|
# of date, days and, whether the object has a delete marker.
|
@@ -3911,21 +2936,6 @@ module Aws::S3Control
|
|
3911
2936
|
|
3912
2937
|
# The container for the Outposts bucket lifecycle rule and operator.
|
3913
2938
|
#
|
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
2939
|
# @!attribute [rw] prefix
|
3930
2940
|
# Prefix identifying one or more objects to which the rule applies.
|
3931
2941
|
# @return [String]
|
@@ -3956,30 +2966,6 @@ module Aws::S3Control
|
|
3956
2966
|
|
3957
2967
|
# The container for the filter of the lifecycle rule.
|
3958
2968
|
#
|
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
2969
|
# @!attribute [rw] prefix
|
3984
2970
|
# Prefix identifying one or more objects to which the rule applies.
|
3985
2971
|
#
|
@@ -4020,15 +3006,6 @@ module Aws::S3Control
|
|
4020
3006
|
include Aws::Structure
|
4021
3007
|
end
|
4022
3008
|
|
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
3009
|
# @!attribute [rw] account_id
|
4033
3010
|
# The account ID for the account that owns the specified Object Lambda
|
4034
3011
|
# Access Point.
|
@@ -4080,19 +3057,9 @@ module Aws::S3Control
|
|
4080
3057
|
include Aws::Structure
|
4081
3058
|
end
|
4082
3059
|
|
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
3060
|
# @!attribute [rw] account_id
|
4094
|
-
# The Amazon Web Services account ID for
|
4095
|
-
# access points
|
3061
|
+
# The Amazon Web Services account ID for the account that owns the
|
3062
|
+
# specified access points.
|
4096
3063
|
# @return [String]
|
4097
3064
|
#
|
4098
3065
|
# @!attribute [rw] bucket
|
@@ -4160,16 +3127,6 @@ module Aws::S3Control
|
|
4160
3127
|
include Aws::Structure
|
4161
3128
|
end
|
4162
3129
|
|
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
3130
|
# @!attribute [rw] account_id
|
4174
3131
|
# The Amazon Web Services account ID associated with the S3 Batch
|
4175
3132
|
# Operations job.
|
@@ -4224,15 +3181,6 @@ module Aws::S3Control
|
|
4224
3181
|
include Aws::Structure
|
4225
3182
|
end
|
4226
3183
|
|
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
3184
|
# @!attribute [rw] account_id
|
4237
3185
|
# The Amazon Web Services account ID for the owner of the Multi-Region
|
4238
3186
|
# Access Point.
|
@@ -4276,16 +3224,6 @@ module Aws::S3Control
|
|
4276
3224
|
include Aws::Structure
|
4277
3225
|
end
|
4278
3226
|
|
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
3227
|
# @!attribute [rw] account_id
|
4290
3228
|
# The Amazon Web Services account ID of the Outposts bucket.
|
4291
3229
|
# @return [String]
|
@@ -4369,14 +3307,6 @@ module Aws::S3Control
|
|
4369
3307
|
include Aws::Structure
|
4370
3308
|
end
|
4371
3309
|
|
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
3310
|
# @!attribute [rw] account_id
|
4381
3311
|
# The account ID of the requester.
|
4382
3312
|
# @return [String]
|
@@ -4535,15 +3465,6 @@ module Aws::S3Control
|
|
4535
3465
|
# Region are active (indicated by a value of `100`) or passive
|
4536
3466
|
# (indicated by a value of `0`).
|
4537
3467
|
#
|
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
3468
|
# @!attribute [rw] bucket
|
4548
3469
|
# The name of the Amazon S3 bucket for which you'll submit a routing
|
4549
3470
|
# configuration change. Either the `Bucket` or the `Region` value must
|
@@ -4620,14 +3541,6 @@ module Aws::S3Control
|
|
4620
3541
|
|
4621
3542
|
# The container of the noncurrent version expiration.
|
4622
3543
|
#
|
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
3544
|
# @!attribute [rw] noncurrent_days
|
4632
3545
|
# Specifies the number of days an object is noncurrent before Amazon
|
4633
3546
|
# S3 can perform the associated action. For information about the
|
@@ -4662,14 +3575,6 @@ module Aws::S3Control
|
|
4662
3575
|
|
4663
3576
|
# The container for the noncurrent version transition.
|
4664
3577
|
#
|
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
3578
|
# @!attribute [rw] noncurrent_days
|
4674
3579
|
# Specifies the number of days an object is noncurrent before Amazon
|
4675
3580
|
# S3 can perform the associated action. For information about the
|
@@ -4728,26 +3633,6 @@ module Aws::S3Control
|
|
4728
3633
|
|
4729
3634
|
# A configuration used when creating an Object Lambda Access Point.
|
4730
3635
|
#
|
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
3636
|
# @!attribute [rw] supporting_access_point
|
4752
3637
|
# Standard access point associated with the Object Lambda Access
|
4753
3638
|
# Point.
|
@@ -4782,10 +3667,6 @@ module Aws::S3Control
|
|
4782
3667
|
|
4783
3668
|
# A container for AwsLambdaTransformation.
|
4784
3669
|
#
|
4785
|
-
# @note ObjectLambdaContentTransformation is a union - when making an API calls you must set exactly one of the members.
|
4786
|
-
#
|
4787
|
-
# @note ObjectLambdaContentTransformation is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of ObjectLambdaContentTransformation corresponding to the set member.
|
4788
|
-
#
|
4789
3670
|
# @!attribute [rw] aws_lambda
|
4790
3671
|
# A container for an Lambda function.
|
4791
3672
|
# @return [Types::AwsLambdaTransformation]
|
@@ -4806,19 +3687,6 @@ module Aws::S3Control
|
|
4806
3687
|
# A configuration used when creating an Object Lambda Access Point
|
4807
3688
|
# transformation.
|
4808
3689
|
#
|
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
3690
|
# @!attribute [rw] actions
|
4823
3691
|
# A container for the action of an Object Lambda Access Point
|
4824
3692
|
# configuration. Valid inputs are `GetObject`, `ListObjects`,
|
@@ -4861,20 +3729,6 @@ module Aws::S3Control
|
|
4861
3729
|
|
4862
3730
|
# A container for the prefix-level configuration.
|
4863
3731
|
#
|
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
3732
|
# @!attribute [rw] storage_metrics
|
4879
3733
|
# A container for the prefix-level storage metrics for S3 Storage
|
4880
3734
|
# Lens.
|
@@ -4890,18 +3744,6 @@ module Aws::S3Control
|
|
4890
3744
|
|
4891
3745
|
# A container for the prefix-level storage metrics for S3 Storage Lens.
|
4892
3746
|
#
|
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
3747
|
# @!attribute [rw] is_enabled
|
4906
3748
|
# A container for whether prefix-level storage metrics are enabled.
|
4907
3749
|
# @return [Boolean]
|
@@ -4950,16 +3792,6 @@ module Aws::S3Control
|
|
4950
3792
|
#
|
4951
3793
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status
|
4952
3794
|
#
|
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
3795
|
# @!attribute [rw] block_public_acls
|
4964
3796
|
# Specifies whether Amazon S3 should block public access control lists
|
4965
3797
|
# (ACLs) for buckets in this account. Setting this element to `TRUE`
|
@@ -5025,30 +3857,6 @@ module Aws::S3Control
|
|
5025
3857
|
include Aws::Structure
|
5026
3858
|
end
|
5027
3859
|
|
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
3860
|
# @!attribute [rw] account_id
|
5053
3861
|
# The account ID for the account that owns the specified Object Lambda
|
5054
3862
|
# Access Point.
|
@@ -5072,15 +3880,6 @@ module Aws::S3Control
|
|
5072
3880
|
include Aws::Structure
|
5073
3881
|
end
|
5074
3882
|
|
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
3883
|
# @!attribute [rw] account_id
|
5085
3884
|
# The account ID for the account that owns the specified Object Lambda
|
5086
3885
|
# Access Point.
|
@@ -5104,15 +3903,6 @@ module Aws::S3Control
|
|
5104
3903
|
include Aws::Structure
|
5105
3904
|
end
|
5106
3905
|
|
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
3906
|
# @!attribute [rw] account_id
|
5117
3907
|
# The Amazon Web Services account ID for owner of the bucket
|
5118
3908
|
# associated with the specified access point.
|
@@ -5157,67 +3947,6 @@ module Aws::S3Control
|
|
5157
3947
|
include Aws::Structure
|
5158
3948
|
end
|
5159
3949
|
|
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
3950
|
# @!attribute [rw] account_id
|
5222
3951
|
# The Amazon Web Services account ID of the Outposts bucket.
|
5223
3952
|
# @return [String]
|
@@ -5240,16 +3969,6 @@ module Aws::S3Control
|
|
5240
3969
|
include Aws::Structure
|
5241
3970
|
end
|
5242
3971
|
|
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
3972
|
# @!attribute [rw] account_id
|
5254
3973
|
# The Amazon Web Services account ID of the Outposts bucket.
|
5255
3974
|
# @return [String]
|
@@ -5295,22 +4014,6 @@ module Aws::S3Control
|
|
5295
4014
|
include Aws::Structure
|
5296
4015
|
end
|
5297
4016
|
|
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
4017
|
# @!attribute [rw] account_id
|
5315
4018
|
# The Amazon Web Services account ID of the Outposts bucket.
|
5316
4019
|
# @return [String]
|
@@ -5345,19 +4048,6 @@ module Aws::S3Control
|
|
5345
4048
|
include Aws::Structure
|
5346
4049
|
end
|
5347
4050
|
|
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
4051
|
# @!attribute [rw] account_id
|
5362
4052
|
# The Amazon Web Services account ID of the S3 on Outposts bucket.
|
5363
4053
|
# @return [String]
|
@@ -5387,20 +4077,6 @@ module Aws::S3Control
|
|
5387
4077
|
include Aws::Structure
|
5388
4078
|
end
|
5389
4079
|
|
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
4080
|
# @!attribute [rw] account_id
|
5405
4081
|
# The Amazon Web Services account ID associated with the S3 Batch
|
5406
4082
|
# Operations job.
|
@@ -5436,14 +4112,6 @@ module Aws::S3Control
|
|
5436
4112
|
#
|
5437
4113
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutMultiRegionAccessPoint.html
|
5438
4114
|
#
|
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
4115
|
# @!attribute [rw] name
|
5448
4116
|
# The name of the Multi-Region Access Point associated with the
|
5449
4117
|
# request.
|
@@ -5462,18 +4130,6 @@ module Aws::S3Control
|
|
5462
4130
|
include Aws::Structure
|
5463
4131
|
end
|
5464
4132
|
|
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
4133
|
# @!attribute [rw] account_id
|
5478
4134
|
# The Amazon Web Services account ID for the owner of the Multi-Region
|
5479
4135
|
# Access Point.
|
@@ -5520,19 +4176,6 @@ module Aws::S3Control
|
|
5520
4176
|
include Aws::Structure
|
5521
4177
|
end
|
5522
4178
|
|
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
4179
|
# @!attribute [rw] public_access_block_configuration
|
5537
4180
|
# The `PublicAccessBlock` configuration that you want to apply to the
|
5538
4181
|
# specified Amazon Web Services account.
|
@@ -5552,93 +4195,6 @@ module Aws::S3Control
|
|
5552
4195
|
include Aws::Structure
|
5553
4196
|
end
|
5554
4197
|
|
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
4198
|
# @!attribute [rw] config_id
|
5643
4199
|
# The ID of the S3 Storage Lens configuration.
|
5644
4200
|
# @return [String]
|
@@ -5670,20 +4226,6 @@ module Aws::S3Control
|
|
5670
4226
|
include Aws::Structure
|
5671
4227
|
end
|
5672
4228
|
|
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
4229
|
# @!attribute [rw] config_id
|
5688
4230
|
# The ID of the S3 Storage Lens configuration.
|
5689
4231
|
# @return [String]
|
@@ -5717,13 +4259,6 @@ module Aws::S3Control
|
|
5717
4259
|
# A Region that supports a Multi-Region Access Point as well as the
|
5718
4260
|
# associated bucket for the Region.
|
5719
4261
|
#
|
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
4262
|
# @!attribute [rw] bucket
|
5728
4263
|
# The name of the associated bucket for the Region.
|
5729
4264
|
# @return [String]
|
@@ -5788,26 +4323,6 @@ module Aws::S3Control
|
|
5788
4323
|
include Aws::Structure
|
5789
4324
|
end
|
5790
4325
|
|
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
4326
|
# @!attribute [rw] owner
|
5812
4327
|
# @return [Types::S3ObjectOwner]
|
5813
4328
|
#
|
@@ -5823,29 +4338,6 @@ module Aws::S3Control
|
|
5823
4338
|
include Aws::Structure
|
5824
4339
|
end
|
5825
4340
|
|
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
4341
|
# @!attribute [rw] access_control_list
|
5850
4342
|
# @return [Types::S3AccessControlList]
|
5851
4343
|
#
|
@@ -5864,24 +4356,6 @@ module Aws::S3Control
|
|
5864
4356
|
# A container for the bucket where the Amazon S3 Storage Lens metrics
|
5865
4357
|
# export files are located.
|
5866
4358
|
#
|
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
4359
|
# @!attribute [rw] format
|
5886
4360
|
# @return [String]
|
5887
4361
|
#
|
@@ -5933,58 +4407,6 @@ module Aws::S3Control
|
|
5933
4407
|
#
|
5934
4408
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectCOPY.html
|
5935
4409
|
#
|
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
4410
|
# @!attribute [rw] target_resource
|
5989
4411
|
# Specifies the destination bucket ARN for the batch copy operation.
|
5990
4412
|
# For example, to copy objects to a bucket named `destinationBucket`,
|
@@ -6103,8 +4525,6 @@ module Aws::S3Control
|
|
6103
4525
|
# API only accepts the bucket name and key name as parameters, which are
|
6104
4526
|
# defined in the job's manifest.
|
6105
4527
|
#
|
6106
|
-
# @api private
|
6107
|
-
#
|
6108
4528
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/S3DeleteObjectTaggingOperation AWS API Documentation
|
6109
4529
|
#
|
6110
4530
|
class S3DeleteObjectTaggingOperation < Aws::EmptyStructure; end
|
@@ -6130,18 +4550,6 @@ module Aws::S3Control
|
|
6130
4550
|
include Aws::Structure
|
6131
4551
|
end
|
6132
4552
|
|
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
4553
|
# @!attribute [rw] grantee
|
6146
4554
|
# @return [Types::S3Grantee]
|
6147
4555
|
#
|
@@ -6157,15 +4565,6 @@ module Aws::S3Control
|
|
6157
4565
|
include Aws::Structure
|
6158
4566
|
end
|
6159
4567
|
|
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
4568
|
# @!attribute [rw] type_identifier
|
6170
4569
|
# @return [String]
|
6171
4570
|
#
|
@@ -6194,14 +4593,6 @@ module Aws::S3Control
|
|
6194
4593
|
#
|
6195
4594
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPOSTrestore.html#RESTObjectPOSTrestore-restore-request
|
6196
4595
|
#
|
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
4596
|
# @!attribute [rw] expiration_in_days
|
6206
4597
|
# This argument specifies how long the S3 Glacier or S3 Glacier Deep
|
6207
4598
|
# Archive object remains available in Amazon S3. S3 Initiate Restore
|
@@ -6239,34 +4630,6 @@ module Aws::S3Control
|
|
6239
4630
|
|
6240
4631
|
# The container for the service that will create the S3 manifest.
|
6241
4632
|
#
|
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
4633
|
# @!attribute [rw] expected_bucket_owner
|
6271
4634
|
# The Amazon Web Services account ID that owns the bucket the
|
6272
4635
|
# generated manifest is written to. If provided the generated manifest
|
@@ -6307,23 +4670,6 @@ module Aws::S3Control
|
|
6307
4670
|
|
6308
4671
|
# Location details for where the generated manifest should be written.
|
6309
4672
|
#
|
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
4673
|
# @!attribute [rw] expected_manifest_bucket_owner
|
6328
4674
|
# The Account ID that owns the bucket the generated manifest is
|
6329
4675
|
# written to.
|
@@ -6362,13 +4708,6 @@ module Aws::S3Control
|
|
6362
4708
|
# Whether S3 Object Lock legal hold will be applied to objects in an S3
|
6363
4709
|
# Batch Operations job.
|
6364
4710
|
#
|
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
4711
|
# @!attribute [rw] status
|
6373
4712
|
# The Object Lock legal hold status to be applied to all objects in
|
6374
4713
|
# the Batch Operations job.
|
@@ -6382,25 +4721,6 @@ module Aws::S3Control
|
|
6382
4721
|
include Aws::Structure
|
6383
4722
|
end
|
6384
4723
|
|
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
4724
|
# @!attribute [rw] cache_control
|
6405
4725
|
# @return [String]
|
6406
4726
|
#
|
@@ -6452,14 +4772,6 @@ module Aws::S3Control
|
|
6452
4772
|
include Aws::Structure
|
6453
4773
|
end
|
6454
4774
|
|
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
4775
|
# @!attribute [rw] id
|
6464
4776
|
# @return [String]
|
6465
4777
|
#
|
@@ -6478,8 +4790,6 @@ module Aws::S3Control
|
|
6478
4790
|
# Directs the specified job to invoke `ReplicateObject` on every object
|
6479
4791
|
# in the job's manifest.
|
6480
4792
|
#
|
6481
|
-
# @api private
|
6482
|
-
#
|
6483
4793
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/S3ReplicateObjectOperation AWS API Documentation
|
6484
4794
|
#
|
6485
4795
|
class S3ReplicateObjectOperation < Aws::EmptyStructure; end
|
@@ -6495,14 +4805,6 @@ module Aws::S3Control
|
|
6495
4805
|
#
|
6496
4806
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-retention-date.html
|
6497
4807
|
#
|
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
4808
|
# @!attribute [rw] retain_until_date
|
6507
4809
|
# The date when the applied Object Lock retention will expire on all
|
6508
4810
|
# objects set by the Batch Operations job.
|
@@ -6531,31 +4833,6 @@ module Aws::S3Control
|
|
6531
4833
|
#
|
6532
4834
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUTacl.html
|
6533
4835
|
#
|
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
4836
|
# @!attribute [rw] access_control_policy
|
6560
4837
|
# @return [Types::S3AccessControlPolicy]
|
6561
4838
|
#
|
@@ -6577,15 +4854,6 @@ module Aws::S3Control
|
|
6577
4854
|
#
|
6578
4855
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-legal-hold.html
|
6579
4856
|
#
|
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
4857
|
# @!attribute [rw] legal_hold
|
6590
4858
|
# Contains the Object Lock legal hold status to be applied to all
|
6591
4859
|
# objects in the Batch Operations job.
|
@@ -6609,17 +4877,6 @@ module Aws::S3Control
|
|
6609
4877
|
#
|
6610
4878
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-retention-date.html
|
6611
4879
|
#
|
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
4880
|
# @!attribute [rw] bypass_governance_retention
|
6624
4881
|
# Indicates if the action should be applied to objects in the Batch
|
6625
4882
|
# Operations job even if they have Object Lock ` GOVERNANCE` type in
|
@@ -6655,18 +4912,6 @@ module Aws::S3Control
|
|
6655
4912
|
#
|
6656
4913
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUTtagging.html
|
6657
4914
|
#
|
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
4915
|
# @!attribute [rw] tag_set
|
6671
4916
|
# @return [Array<Types::S3Tag>]
|
6672
4917
|
#
|
@@ -6680,14 +4925,6 @@ module Aws::S3Control
|
|
6680
4925
|
|
6681
4926
|
# A container for a key-value name pair.
|
6682
4927
|
#
|
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
4928
|
# @!attribute [rw] key
|
6692
4929
|
# Key of the tag
|
6693
4930
|
# @return [String]
|
@@ -6705,13 +4942,6 @@ module Aws::S3Control
|
|
6705
4942
|
include Aws::Structure
|
6706
4943
|
end
|
6707
4944
|
|
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
4945
|
# @!attribute [rw] key_id
|
6716
4946
|
# A container for the ARN of the SSE-KMS encryption. This property is
|
6717
4947
|
# read-only and follows the following format: `
|
@@ -6730,13 +4960,6 @@ module Aws::S3Control
|
|
6730
4960
|
# Configuration for the use of SSE-KMS to encrypt generated manifest
|
6731
4961
|
# objects.
|
6732
4962
|
#
|
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
4963
|
# @!attribute [rw] key_id
|
6741
4964
|
# Specifies the ID of the Amazon Web Services Key Management Service
|
6742
4965
|
# (Amazon Web Services KMS) symmetric encryption customer managed key
|
@@ -6751,8 +4974,6 @@ module Aws::S3Control
|
|
6751
4974
|
include Aws::Structure
|
6752
4975
|
end
|
6753
4976
|
|
6754
|
-
# @api private
|
6755
|
-
#
|
6756
4977
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/SSES3 AWS API Documentation
|
6757
4978
|
#
|
6758
4979
|
class SSES3 < Aws::EmptyStructure; end
|
@@ -6760,21 +4981,10 @@ module Aws::S3Control
|
|
6760
4981
|
# Configuration for the use of SSE-S3 to encrypt generated manifest
|
6761
4982
|
# objects.
|
6762
4983
|
#
|
6763
|
-
# @api private
|
6764
|
-
#
|
6765
4984
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/SSES3Encryption AWS API Documentation
|
6766
4985
|
#
|
6767
4986
|
class SSES3Encryption < Aws::EmptyStructure; end
|
6768
4987
|
|
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
4988
|
# @!attribute [rw] delimiter
|
6779
4989
|
# A container for the delimiter of the selection criteria being used.
|
6780
4990
|
# @return [String]
|
@@ -6804,13 +5014,6 @@ module Aws::S3Control
|
|
6804
5014
|
|
6805
5015
|
# The Amazon Web Services organization for your S3 Storage Lens.
|
6806
5016
|
#
|
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
5017
|
# @!attribute [rw] arn
|
6815
5018
|
# A container for the Amazon Resource Name (ARN) of the Amazon Web
|
6816
5019
|
# Services organization. This property is read-only and follows the
|
@@ -6829,83 +5032,6 @@ module Aws::S3Control
|
|
6829
5032
|
|
6830
5033
|
# A container for the Amazon S3 Storage Lens configuration.
|
6831
5034
|
#
|
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
5035
|
# @!attribute [rw] id
|
6910
5036
|
# A container for the Amazon S3 Storage Lens configuration ID.
|
6911
5037
|
# @return [String]
|
@@ -6967,29 +5093,6 @@ module Aws::S3Control
|
|
6967
5093
|
# A container to specify the properties of your S3 Storage Lens metrics
|
6968
5094
|
# export, including the destination, schema, and format.
|
6969
5095
|
#
|
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
5096
|
# @!attribute [rw] s3_bucket_destination
|
6994
5097
|
# A container for the bucket where the S3 Storage Lens metrics export
|
6995
5098
|
# will be located.
|
@@ -7016,17 +5119,6 @@ module Aws::S3Control
|
|
7016
5119
|
|
7017
5120
|
# A container for the encryption of the S3 Storage Lens metrics exports.
|
7018
5121
|
#
|
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
5122
|
# @!attribute [rw] sses3
|
7031
5123
|
# @return [Types::SSES3]
|
7032
5124
|
#
|
@@ -7042,14 +5134,6 @@ module Aws::S3Control
|
|
7042
5134
|
include Aws::Structure
|
7043
5135
|
end
|
7044
5136
|
|
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
5137
|
# @!attribute [rw] key
|
7054
5138
|
# @return [String]
|
7055
5139
|
#
|
@@ -7065,21 +5149,6 @@ module Aws::S3Control
|
|
7065
5149
|
include Aws::Structure
|
7066
5150
|
end
|
7067
5151
|
|
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
5152
|
# @!attribute [rw] account_id
|
7084
5153
|
# The Amazon Web Services account ID for the owner of the Multi-Region
|
7085
5154
|
# Access Point.
|
@@ -7109,18 +5178,6 @@ module Aws::S3Control
|
|
7109
5178
|
#
|
7110
5179
|
class SubmitMultiRegionAccessPointRoutesResult < Aws::EmptyStructure; end
|
7111
5180
|
|
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
5181
|
# @!attribute [rw] tag_set
|
7125
5182
|
# A collection for a set of tags.
|
7126
5183
|
# @return [Array<Types::S3Tag>]
|
@@ -7167,15 +5224,6 @@ module Aws::S3Control
|
|
7167
5224
|
#
|
7168
5225
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/lifecycle-transition-general-considerations.html
|
7169
5226
|
#
|
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
5227
|
# @!attribute [rw] date
|
7180
5228
|
# Indicates when objects are transitioned to the specified storage
|
7181
5229
|
# class. The date value must be in ISO 8601 format. The time is always
|
@@ -7202,15 +5250,6 @@ module Aws::S3Control
|
|
7202
5250
|
include Aws::Structure
|
7203
5251
|
end
|
7204
5252
|
|
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
5253
|
# @!attribute [rw] account_id
|
7215
5254
|
# The Amazon Web Services account ID associated with the S3 Batch
|
7216
5255
|
# Operations job.
|
@@ -7251,16 +5290,6 @@ module Aws::S3Control
|
|
7251
5290
|
include Aws::Structure
|
7252
5291
|
end
|
7253
5292
|
|
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
5293
|
# @!attribute [rw] account_id
|
7265
5294
|
# The Amazon Web Services account ID associated with the S3 Batch
|
7266
5295
|
# Operations job.
|
@@ -7320,14 +5349,6 @@ module Aws::S3Control
|
|
7320
5349
|
#
|
7321
5350
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketVersioning.html
|
7322
5351
|
#
|
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
5352
|
# @!attribute [rw] mfa_delete
|
7332
5353
|
# Specifies whether MFA delete is enabled or disabled in the bucket
|
7333
5354
|
# versioning configuration for the S3 on Outposts bucket.
|
@@ -7348,13 +5369,6 @@ module Aws::S3Control
|
|
7348
5369
|
|
7349
5370
|
# The virtual private cloud (VPC) configuration for an access point.
|
7350
5371
|
#
|
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
5372
|
# @!attribute [rw] vpc_id
|
7359
5373
|
# If this field is specified, this access point will only allow
|
7360
5374
|
# connections from the specified VPC ID.
|