aws-sdk-s3control 1.56.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3control/client.rb +154 -13
- data/lib/aws-sdk-s3control/client_api.rb +63 -3
- data/lib/aws-sdk-s3control/endpoint_provider.rb +49 -49
- data/lib/aws-sdk-s3control/endpoints.rb +40 -0
- data/lib/aws-sdk-s3control/plugins/endpoints.rb +4 -0
- data/lib/aws-sdk-s3control/types.rb +148 -1981
- 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,6 +2113,43 @@ module Aws::S3Control
|
|
2760
2113
|
include Aws::Structure
|
2761
2114
|
end
|
2762
2115
|
|
2116
|
+
# @!attribute [rw] account_id
|
2117
|
+
# The Amazon Web Services account ID for the owner of the Multi-Region
|
2118
|
+
# Access Point.
|
2119
|
+
# @return [String]
|
2120
|
+
#
|
2121
|
+
# @!attribute [rw] mrap
|
2122
|
+
# The Multi-Region Access Point ARN.
|
2123
|
+
# @return [String]
|
2124
|
+
#
|
2125
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetMultiRegionAccessPointRoutesRequest AWS API Documentation
|
2126
|
+
#
|
2127
|
+
class GetMultiRegionAccessPointRoutesRequest < Struct.new(
|
2128
|
+
:account_id,
|
2129
|
+
:mrap)
|
2130
|
+
SENSITIVE = []
|
2131
|
+
include Aws::Structure
|
2132
|
+
end
|
2133
|
+
|
2134
|
+
# @!attribute [rw] mrap
|
2135
|
+
# The Multi-Region Access Point ARN.
|
2136
|
+
# @return [String]
|
2137
|
+
#
|
2138
|
+
# @!attribute [rw] routes
|
2139
|
+
# The different routes that make up the route configuration. Active
|
2140
|
+
# routes return a value of `100`, and passive routes return a value of
|
2141
|
+
# `0`.
|
2142
|
+
# @return [Array<Types::MultiRegionAccessPointRoute>]
|
2143
|
+
#
|
2144
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetMultiRegionAccessPointRoutesResult AWS API Documentation
|
2145
|
+
#
|
2146
|
+
class GetMultiRegionAccessPointRoutesResult < Struct.new(
|
2147
|
+
:mrap,
|
2148
|
+
:routes)
|
2149
|
+
SENSITIVE = []
|
2150
|
+
include Aws::Structure
|
2151
|
+
end
|
2152
|
+
|
2763
2153
|
# @!attribute [rw] public_access_block_configuration
|
2764
2154
|
# The `PublicAccessBlock` configuration currently in effect for this
|
2765
2155
|
# Amazon Web Services account.
|
@@ -2773,13 +2163,6 @@ module Aws::S3Control
|
|
2773
2163
|
include Aws::Structure
|
2774
2164
|
end
|
2775
2165
|
|
2776
|
-
# @note When making an API call, you may pass GetPublicAccessBlockRequest
|
2777
|
-
# data as a hash:
|
2778
|
-
#
|
2779
|
-
# {
|
2780
|
-
# account_id: "AccountId",
|
2781
|
-
# }
|
2782
|
-
#
|
2783
2166
|
# @!attribute [rw] account_id
|
2784
2167
|
# The account ID for the Amazon Web Services account whose
|
2785
2168
|
# `PublicAccessBlock` configuration you want to retrieve.
|
@@ -2793,14 +2176,6 @@ module Aws::S3Control
|
|
2793
2176
|
include Aws::Structure
|
2794
2177
|
end
|
2795
2178
|
|
2796
|
-
# @note When making an API call, you may pass GetStorageLensConfigurationRequest
|
2797
|
-
# data as a hash:
|
2798
|
-
#
|
2799
|
-
# {
|
2800
|
-
# config_id: "ConfigId", # required
|
2801
|
-
# account_id: "AccountId",
|
2802
|
-
# }
|
2803
|
-
#
|
2804
2179
|
# @!attribute [rw] config_id
|
2805
2180
|
# The ID of the Amazon S3 Storage Lens configuration.
|
2806
2181
|
# @return [String]
|
@@ -2830,14 +2205,6 @@ module Aws::S3Control
|
|
2830
2205
|
include Aws::Structure
|
2831
2206
|
end
|
2832
2207
|
|
2833
|
-
# @note When making an API call, you may pass GetStorageLensConfigurationTaggingRequest
|
2834
|
-
# data as a hash:
|
2835
|
-
#
|
2836
|
-
# {
|
2837
|
-
# config_id: "ConfigId", # required
|
2838
|
-
# account_id: "AccountId",
|
2839
|
-
# }
|
2840
|
-
#
|
2841
2208
|
# @!attribute [rw] config_id
|
2842
2209
|
# The ID of the Amazon S3 Storage Lens configuration.
|
2843
2210
|
# @return [String]
|
@@ -2880,14 +2247,6 @@ module Aws::S3Control
|
|
2880
2247
|
|
2881
2248
|
# A container for what Amazon S3 Storage Lens configuration includes.
|
2882
2249
|
#
|
2883
|
-
# @note When making an API call, you may pass Include
|
2884
|
-
# data as a hash:
|
2885
|
-
#
|
2886
|
-
# {
|
2887
|
-
# buckets: ["S3BucketArnString"],
|
2888
|
-
# regions: ["S3AWSRegion"],
|
2889
|
-
# }
|
2890
|
-
#
|
2891
2250
|
# @!attribute [rw] buckets
|
2892
2251
|
# A container for the S3 Storage Lens bucket includes.
|
2893
2252
|
# @return [Array<String>]
|
@@ -3138,21 +2497,6 @@ module Aws::S3Control
|
|
3138
2497
|
|
3139
2498
|
# Contains the configuration information for a job's manifest.
|
3140
2499
|
#
|
3141
|
-
# @note When making an API call, you may pass JobManifest
|
3142
|
-
# data as a hash:
|
3143
|
-
#
|
3144
|
-
# {
|
3145
|
-
# spec: { # required
|
3146
|
-
# format: "S3BatchOperations_CSV_20180820", # required, accepts S3BatchOperations_CSV_20180820, S3InventoryReport_CSV_20161130
|
3147
|
-
# fields: ["Ignore"], # accepts Ignore, Bucket, Key, VersionId
|
3148
|
-
# },
|
3149
|
-
# location: { # required
|
3150
|
-
# object_arn: "S3KeyArnString", # required
|
3151
|
-
# object_version_id: "S3ObjectVersionId",
|
3152
|
-
# etag: "NonEmptyMaxLength1024String", # required
|
3153
|
-
# },
|
3154
|
-
# }
|
3155
|
-
#
|
3156
2500
|
# @!attribute [rw] spec
|
3157
2501
|
# Describes the format of the specified job's manifest. If the
|
3158
2502
|
# manifest is in CSV format, also describes the columns contained
|
@@ -3175,10 +2519,6 @@ module Aws::S3Control
|
|
3175
2519
|
|
3176
2520
|
# Configures the type of the job's ManifestGenerator.
|
3177
2521
|
#
|
3178
|
-
# @note JobManifestGenerator is a union - when making an API calls you must set exactly one of the members.
|
3179
|
-
#
|
3180
|
-
# @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.
|
3181
|
-
#
|
3182
2522
|
# @!attribute [rw] s3_job_manifest_generator
|
3183
2523
|
# The S3 job ManifestGenerator's configuration details.
|
3184
2524
|
# @return [Types::S3JobManifestGenerator]
|
@@ -3198,16 +2538,6 @@ module Aws::S3Control
|
|
3198
2538
|
|
3199
2539
|
# The filter used to describe a set of objects for the job's manifest.
|
3200
2540
|
#
|
3201
|
-
# @note When making an API call, you may pass JobManifestGeneratorFilter
|
3202
|
-
# data as a hash:
|
3203
|
-
#
|
3204
|
-
# {
|
3205
|
-
# eligible_for_replication: false,
|
3206
|
-
# created_after: Time.now,
|
3207
|
-
# created_before: Time.now,
|
3208
|
-
# object_replication_statuses: ["COMPLETED"], # accepts COMPLETED, FAILED, REPLICA, NONE
|
3209
|
-
# }
|
3210
|
-
#
|
3211
2541
|
# @!attribute [rw] eligible_for_replication
|
3212
2542
|
# Include objects in the generated manifest only if they are eligible
|
3213
2543
|
# for replication according to the Replication configuration on the
|
@@ -3242,15 +2572,6 @@ module Aws::S3Control
|
|
3242
2572
|
|
3243
2573
|
# Contains the information required to locate a manifest object.
|
3244
2574
|
#
|
3245
|
-
# @note When making an API call, you may pass JobManifestLocation
|
3246
|
-
# data as a hash:
|
3247
|
-
#
|
3248
|
-
# {
|
3249
|
-
# object_arn: "S3KeyArnString", # required
|
3250
|
-
# object_version_id: "S3ObjectVersionId",
|
3251
|
-
# etag: "NonEmptyMaxLength1024String", # required
|
3252
|
-
# }
|
3253
|
-
#
|
3254
2575
|
# @!attribute [rw] object_arn
|
3255
2576
|
# The Amazon Resource Name (ARN) for a manifest object.
|
3256
2577
|
#
|
@@ -3285,14 +2606,6 @@ module Aws::S3Control
|
|
3285
2606
|
# Describes the format of a manifest. If the manifest is in CSV format,
|
3286
2607
|
# also describes the columns contained within the manifest.
|
3287
2608
|
#
|
3288
|
-
# @note When making an API call, you may pass JobManifestSpec
|
3289
|
-
# data as a hash:
|
3290
|
-
#
|
3291
|
-
# {
|
3292
|
-
# format: "S3BatchOperations_CSV_20180820", # required, accepts S3BatchOperations_CSV_20180820, S3InventoryReport_CSV_20161130
|
3293
|
-
# fields: ["Ignore"], # accepts Ignore, Bucket, Key, VersionId
|
3294
|
-
# }
|
3295
|
-
#
|
3296
2609
|
# @!attribute [rw] format
|
3297
2610
|
# Indicates which of the available formats the specified manifest
|
3298
2611
|
# uses.
|
@@ -3321,112 +2634,6 @@ module Aws::S3Control
|
|
3321
2634
|
#
|
3322
2635
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-operations.html
|
3323
2636
|
#
|
3324
|
-
# @note When making an API call, you may pass JobOperation
|
3325
|
-
# data as a hash:
|
3326
|
-
#
|
3327
|
-
# {
|
3328
|
-
# lambda_invoke: {
|
3329
|
-
# function_arn: "FunctionArnString",
|
3330
|
-
# },
|
3331
|
-
# s3_put_object_copy: {
|
3332
|
-
# target_resource: "S3BucketArnString",
|
3333
|
-
# canned_access_control_list: "private", # accepts private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
|
3334
|
-
# access_control_grants: [
|
3335
|
-
# {
|
3336
|
-
# grantee: {
|
3337
|
-
# type_identifier: "id", # accepts id, emailAddress, uri
|
3338
|
-
# identifier: "NonEmptyMaxLength1024String",
|
3339
|
-
# display_name: "NonEmptyMaxLength1024String",
|
3340
|
-
# },
|
3341
|
-
# permission: "FULL_CONTROL", # accepts FULL_CONTROL, READ, WRITE, READ_ACP, WRITE_ACP
|
3342
|
-
# },
|
3343
|
-
# ],
|
3344
|
-
# metadata_directive: "COPY", # accepts COPY, REPLACE
|
3345
|
-
# modified_since_constraint: Time.now,
|
3346
|
-
# new_object_metadata: {
|
3347
|
-
# cache_control: "NonEmptyMaxLength1024String",
|
3348
|
-
# content_disposition: "NonEmptyMaxLength1024String",
|
3349
|
-
# content_encoding: "NonEmptyMaxLength1024String",
|
3350
|
-
# content_language: "NonEmptyMaxLength1024String",
|
3351
|
-
# user_metadata: {
|
3352
|
-
# "NonEmptyMaxLength1024String" => "MaxLength1024String",
|
3353
|
-
# },
|
3354
|
-
# content_length: 1,
|
3355
|
-
# content_md5: "NonEmptyMaxLength1024String",
|
3356
|
-
# content_type: "NonEmptyMaxLength1024String",
|
3357
|
-
# http_expires_date: Time.now,
|
3358
|
-
# requester_charged: false,
|
3359
|
-
# sse_algorithm: "AES256", # accepts AES256, KMS
|
3360
|
-
# },
|
3361
|
-
# new_object_tagging: [
|
3362
|
-
# {
|
3363
|
-
# key: "TagKeyString", # required
|
3364
|
-
# value: "TagValueString", # required
|
3365
|
-
# },
|
3366
|
-
# ],
|
3367
|
-
# redirect_location: "NonEmptyMaxLength2048String",
|
3368
|
-
# requester_pays: false,
|
3369
|
-
# storage_class: "STANDARD", # accepts STANDARD, STANDARD_IA, ONEZONE_IA, GLACIER, INTELLIGENT_TIERING, DEEP_ARCHIVE, GLACIER_IR
|
3370
|
-
# un_modified_since_constraint: Time.now,
|
3371
|
-
# sse_aws_kms_key_id: "KmsKeyArnString",
|
3372
|
-
# target_key_prefix: "NonEmptyMaxLength1024String",
|
3373
|
-
# object_lock_legal_hold_status: "OFF", # accepts OFF, ON
|
3374
|
-
# object_lock_mode: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE
|
3375
|
-
# object_lock_retain_until_date: Time.now,
|
3376
|
-
# bucket_key_enabled: false,
|
3377
|
-
# checksum_algorithm: "CRC32", # accepts CRC32, CRC32C, SHA1, SHA256
|
3378
|
-
# },
|
3379
|
-
# s3_put_object_acl: {
|
3380
|
-
# access_control_policy: {
|
3381
|
-
# access_control_list: {
|
3382
|
-
# owner: { # required
|
3383
|
-
# id: "NonEmptyMaxLength1024String",
|
3384
|
-
# display_name: "NonEmptyMaxLength1024String",
|
3385
|
-
# },
|
3386
|
-
# grants: [
|
3387
|
-
# {
|
3388
|
-
# grantee: {
|
3389
|
-
# type_identifier: "id", # accepts id, emailAddress, uri
|
3390
|
-
# identifier: "NonEmptyMaxLength1024String",
|
3391
|
-
# display_name: "NonEmptyMaxLength1024String",
|
3392
|
-
# },
|
3393
|
-
# permission: "FULL_CONTROL", # accepts FULL_CONTROL, READ, WRITE, READ_ACP, WRITE_ACP
|
3394
|
-
# },
|
3395
|
-
# ],
|
3396
|
-
# },
|
3397
|
-
# canned_access_control_list: "private", # accepts private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
|
3398
|
-
# },
|
3399
|
-
# },
|
3400
|
-
# s3_put_object_tagging: {
|
3401
|
-
# tag_set: [
|
3402
|
-
# {
|
3403
|
-
# key: "TagKeyString", # required
|
3404
|
-
# value: "TagValueString", # required
|
3405
|
-
# },
|
3406
|
-
# ],
|
3407
|
-
# },
|
3408
|
-
# s3_delete_object_tagging: {
|
3409
|
-
# },
|
3410
|
-
# s3_initiate_restore_object: {
|
3411
|
-
# expiration_in_days: 1,
|
3412
|
-
# glacier_job_tier: "BULK", # accepts BULK, STANDARD
|
3413
|
-
# },
|
3414
|
-
# s3_put_object_legal_hold: {
|
3415
|
-
# legal_hold: { # required
|
3416
|
-
# status: "OFF", # required, accepts OFF, ON
|
3417
|
-
# },
|
3418
|
-
# },
|
3419
|
-
# s3_put_object_retention: {
|
3420
|
-
# bypass_governance_retention: false,
|
3421
|
-
# retention: { # required
|
3422
|
-
# retain_until_date: Time.now,
|
3423
|
-
# mode: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE
|
3424
|
-
# },
|
3425
|
-
# },
|
3426
|
-
# s3_replicate_object: {
|
3427
|
-
# },
|
3428
|
-
# }
|
3429
|
-
#
|
3430
2637
|
# @!attribute [rw] lambda_invoke
|
3431
2638
|
# Directs the specified job to invoke an Lambda function on every
|
3432
2639
|
# object in the manifest.
|
@@ -3532,17 +2739,6 @@ module Aws::S3Control
|
|
3532
2739
|
|
3533
2740
|
# Contains the configuration parameters for a job-completion report.
|
3534
2741
|
#
|
3535
|
-
# @note When making an API call, you may pass JobReport
|
3536
|
-
# data as a hash:
|
3537
|
-
#
|
3538
|
-
# {
|
3539
|
-
# bucket: "S3BucketArnString",
|
3540
|
-
# format: "Report_CSV_20180820", # accepts Report_CSV_20180820
|
3541
|
-
# enabled: false, # required
|
3542
|
-
# prefix: "ReportPrefixString",
|
3543
|
-
# report_scope: "AllTasks", # accepts AllTasks, FailedTasksOnly
|
3544
|
-
# }
|
3545
|
-
#
|
3546
2742
|
# @!attribute [rw] bucket
|
3547
2743
|
# The Amazon Resource Name (ARN) for the bucket where specified
|
3548
2744
|
# job-completion report will be stored.
|
@@ -3608,13 +2804,6 @@ module Aws::S3Control
|
|
3608
2804
|
|
3609
2805
|
# Contains the configuration parameters for a `Lambda Invoke` operation.
|
3610
2806
|
#
|
3611
|
-
# @note When making an API call, you may pass LambdaInvokeOperation
|
3612
|
-
# data as a hash:
|
3613
|
-
#
|
3614
|
-
# {
|
3615
|
-
# function_arn: "FunctionArnString",
|
3616
|
-
# }
|
3617
|
-
#
|
3618
2807
|
# @!attribute [rw] function_arn
|
3619
2808
|
# The Amazon Resource Name (ARN) for the Lambda function that the
|
3620
2809
|
# specified job will invoke on every object in the manifest.
|
@@ -3630,63 +2819,6 @@ module Aws::S3Control
|
|
3630
2819
|
|
3631
2820
|
# The container for the Outposts bucket lifecycle configuration.
|
3632
2821
|
#
|
3633
|
-
# @note When making an API call, you may pass LifecycleConfiguration
|
3634
|
-
# data as a hash:
|
3635
|
-
#
|
3636
|
-
# {
|
3637
|
-
# rules: [
|
3638
|
-
# {
|
3639
|
-
# expiration: {
|
3640
|
-
# date: Time.now,
|
3641
|
-
# days: 1,
|
3642
|
-
# expired_object_delete_marker: false,
|
3643
|
-
# },
|
3644
|
-
# id: "ID",
|
3645
|
-
# filter: {
|
3646
|
-
# prefix: "Prefix",
|
3647
|
-
# tag: {
|
3648
|
-
# key: "TagKeyString", # required
|
3649
|
-
# value: "TagValueString", # required
|
3650
|
-
# },
|
3651
|
-
# and: {
|
3652
|
-
# prefix: "Prefix",
|
3653
|
-
# tags: [
|
3654
|
-
# {
|
3655
|
-
# key: "TagKeyString", # required
|
3656
|
-
# value: "TagValueString", # required
|
3657
|
-
# },
|
3658
|
-
# ],
|
3659
|
-
# object_size_greater_than: 1,
|
3660
|
-
# object_size_less_than: 1,
|
3661
|
-
# },
|
3662
|
-
# object_size_greater_than: 1,
|
3663
|
-
# object_size_less_than: 1,
|
3664
|
-
# },
|
3665
|
-
# status: "Enabled", # required, accepts Enabled, Disabled
|
3666
|
-
# transitions: [
|
3667
|
-
# {
|
3668
|
-
# date: Time.now,
|
3669
|
-
# days: 1,
|
3670
|
-
# storage_class: "GLACIER", # accepts GLACIER, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, DEEP_ARCHIVE
|
3671
|
-
# },
|
3672
|
-
# ],
|
3673
|
-
# noncurrent_version_transitions: [
|
3674
|
-
# {
|
3675
|
-
# noncurrent_days: 1,
|
3676
|
-
# storage_class: "GLACIER", # accepts GLACIER, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, DEEP_ARCHIVE
|
3677
|
-
# },
|
3678
|
-
# ],
|
3679
|
-
# noncurrent_version_expiration: {
|
3680
|
-
# noncurrent_days: 1,
|
3681
|
-
# newer_noncurrent_versions: 1,
|
3682
|
-
# },
|
3683
|
-
# abort_incomplete_multipart_upload: {
|
3684
|
-
# days_after_initiation: 1,
|
3685
|
-
# },
|
3686
|
-
# },
|
3687
|
-
# ],
|
3688
|
-
# }
|
3689
|
-
#
|
3690
2822
|
# @!attribute [rw] rules
|
3691
2823
|
# A lifecycle rule for individual objects in an Outposts bucket.
|
3692
2824
|
# @return [Array<Types::LifecycleRule>]
|
@@ -3701,15 +2833,6 @@ module Aws::S3Control
|
|
3701
2833
|
|
3702
2834
|
# The container of the Outposts bucket lifecycle expiration.
|
3703
2835
|
#
|
3704
|
-
# @note When making an API call, you may pass LifecycleExpiration
|
3705
|
-
# data as a hash:
|
3706
|
-
#
|
3707
|
-
# {
|
3708
|
-
# date: Time.now,
|
3709
|
-
# days: 1,
|
3710
|
-
# expired_object_delete_marker: false,
|
3711
|
-
# }
|
3712
|
-
#
|
3713
2836
|
# @!attribute [rw] date
|
3714
2837
|
# Indicates at what date the object is to be deleted. Should be in GMT
|
3715
2838
|
# ISO 8601 format.
|
@@ -3739,59 +2862,6 @@ module Aws::S3Control
|
|
3739
2862
|
|
3740
2863
|
# The container for the Outposts bucket lifecycle rule.
|
3741
2864
|
#
|
3742
|
-
# @note When making an API call, you may pass LifecycleRule
|
3743
|
-
# data as a hash:
|
3744
|
-
#
|
3745
|
-
# {
|
3746
|
-
# expiration: {
|
3747
|
-
# date: Time.now,
|
3748
|
-
# days: 1,
|
3749
|
-
# expired_object_delete_marker: false,
|
3750
|
-
# },
|
3751
|
-
# id: "ID",
|
3752
|
-
# filter: {
|
3753
|
-
# prefix: "Prefix",
|
3754
|
-
# tag: {
|
3755
|
-
# key: "TagKeyString", # required
|
3756
|
-
# value: "TagValueString", # required
|
3757
|
-
# },
|
3758
|
-
# and: {
|
3759
|
-
# prefix: "Prefix",
|
3760
|
-
# tags: [
|
3761
|
-
# {
|
3762
|
-
# key: "TagKeyString", # required
|
3763
|
-
# value: "TagValueString", # required
|
3764
|
-
# },
|
3765
|
-
# ],
|
3766
|
-
# object_size_greater_than: 1,
|
3767
|
-
# object_size_less_than: 1,
|
3768
|
-
# },
|
3769
|
-
# object_size_greater_than: 1,
|
3770
|
-
# object_size_less_than: 1,
|
3771
|
-
# },
|
3772
|
-
# status: "Enabled", # required, accepts Enabled, Disabled
|
3773
|
-
# transitions: [
|
3774
|
-
# {
|
3775
|
-
# date: Time.now,
|
3776
|
-
# days: 1,
|
3777
|
-
# storage_class: "GLACIER", # accepts GLACIER, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, DEEP_ARCHIVE
|
3778
|
-
# },
|
3779
|
-
# ],
|
3780
|
-
# noncurrent_version_transitions: [
|
3781
|
-
# {
|
3782
|
-
# noncurrent_days: 1,
|
3783
|
-
# storage_class: "GLACIER", # accepts GLACIER, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, DEEP_ARCHIVE
|
3784
|
-
# },
|
3785
|
-
# ],
|
3786
|
-
# noncurrent_version_expiration: {
|
3787
|
-
# noncurrent_days: 1,
|
3788
|
-
# newer_noncurrent_versions: 1,
|
3789
|
-
# },
|
3790
|
-
# abort_incomplete_multipart_upload: {
|
3791
|
-
# days_after_initiation: 1,
|
3792
|
-
# },
|
3793
|
-
# }
|
3794
|
-
#
|
3795
2865
|
# @!attribute [rw] expiration
|
3796
2866
|
# Specifies the expiration for the lifecycle of the object in the form
|
3797
2867
|
# of date, days and, whether the object has a delete marker.
|
@@ -3866,21 +2936,6 @@ module Aws::S3Control
|
|
3866
2936
|
|
3867
2937
|
# The container for the Outposts bucket lifecycle rule and operator.
|
3868
2938
|
#
|
3869
|
-
# @note When making an API call, you may pass LifecycleRuleAndOperator
|
3870
|
-
# data as a hash:
|
3871
|
-
#
|
3872
|
-
# {
|
3873
|
-
# prefix: "Prefix",
|
3874
|
-
# tags: [
|
3875
|
-
# {
|
3876
|
-
# key: "TagKeyString", # required
|
3877
|
-
# value: "TagValueString", # required
|
3878
|
-
# },
|
3879
|
-
# ],
|
3880
|
-
# object_size_greater_than: 1,
|
3881
|
-
# object_size_less_than: 1,
|
3882
|
-
# }
|
3883
|
-
#
|
3884
2939
|
# @!attribute [rw] prefix
|
3885
2940
|
# Prefix identifying one or more objects to which the rule applies.
|
3886
2941
|
# @return [String]
|
@@ -3911,30 +2966,6 @@ module Aws::S3Control
|
|
3911
2966
|
|
3912
2967
|
# The container for the filter of the lifecycle rule.
|
3913
2968
|
#
|
3914
|
-
# @note When making an API call, you may pass LifecycleRuleFilter
|
3915
|
-
# data as a hash:
|
3916
|
-
#
|
3917
|
-
# {
|
3918
|
-
# prefix: "Prefix",
|
3919
|
-
# tag: {
|
3920
|
-
# key: "TagKeyString", # required
|
3921
|
-
# value: "TagValueString", # required
|
3922
|
-
# },
|
3923
|
-
# and: {
|
3924
|
-
# prefix: "Prefix",
|
3925
|
-
# tags: [
|
3926
|
-
# {
|
3927
|
-
# key: "TagKeyString", # required
|
3928
|
-
# value: "TagValueString", # required
|
3929
|
-
# },
|
3930
|
-
# ],
|
3931
|
-
# object_size_greater_than: 1,
|
3932
|
-
# object_size_less_than: 1,
|
3933
|
-
# },
|
3934
|
-
# object_size_greater_than: 1,
|
3935
|
-
# object_size_less_than: 1,
|
3936
|
-
# }
|
3937
|
-
#
|
3938
2969
|
# @!attribute [rw] prefix
|
3939
2970
|
# Prefix identifying one or more objects to which the rule applies.
|
3940
2971
|
#
|
@@ -3975,15 +3006,6 @@ module Aws::S3Control
|
|
3975
3006
|
include Aws::Structure
|
3976
3007
|
end
|
3977
3008
|
|
3978
|
-
# @note When making an API call, you may pass ListAccessPointsForObjectLambdaRequest
|
3979
|
-
# data as a hash:
|
3980
|
-
#
|
3981
|
-
# {
|
3982
|
-
# account_id: "AccountId",
|
3983
|
-
# next_token: "NonEmptyMaxLength1024String",
|
3984
|
-
# max_results: 1,
|
3985
|
-
# }
|
3986
|
-
#
|
3987
3009
|
# @!attribute [rw] account_id
|
3988
3010
|
# The account ID for the account that owns the specified Object Lambda
|
3989
3011
|
# Access Point.
|
@@ -4035,19 +3057,9 @@ module Aws::S3Control
|
|
4035
3057
|
include Aws::Structure
|
4036
3058
|
end
|
4037
3059
|
|
4038
|
-
# @note When making an API call, you may pass ListAccessPointsRequest
|
4039
|
-
# data as a hash:
|
4040
|
-
#
|
4041
|
-
# {
|
4042
|
-
# account_id: "AccountId",
|
4043
|
-
# bucket: "BucketName",
|
4044
|
-
# next_token: "NonEmptyMaxLength1024String",
|
4045
|
-
# max_results: 1,
|
4046
|
-
# }
|
4047
|
-
#
|
4048
3060
|
# @!attribute [rw] account_id
|
4049
|
-
# The Amazon Web Services account ID for
|
4050
|
-
# access points
|
3061
|
+
# The Amazon Web Services account ID for the account that owns the
|
3062
|
+
# specified access points.
|
4051
3063
|
# @return [String]
|
4052
3064
|
#
|
4053
3065
|
# @!attribute [rw] bucket
|
@@ -4115,16 +3127,6 @@ module Aws::S3Control
|
|
4115
3127
|
include Aws::Structure
|
4116
3128
|
end
|
4117
3129
|
|
4118
|
-
# @note When making an API call, you may pass ListJobsRequest
|
4119
|
-
# data as a hash:
|
4120
|
-
#
|
4121
|
-
# {
|
4122
|
-
# account_id: "AccountId",
|
4123
|
-
# job_statuses: ["Active"], # accepts Active, Cancelled, Cancelling, Complete, Completing, Failed, Failing, New, Paused, Pausing, Preparing, Ready, Suspended
|
4124
|
-
# next_token: "StringForNextToken",
|
4125
|
-
# max_results: 1,
|
4126
|
-
# }
|
4127
|
-
#
|
4128
3130
|
# @!attribute [rw] account_id
|
4129
3131
|
# The Amazon Web Services account ID associated with the S3 Batch
|
4130
3132
|
# Operations job.
|
@@ -4179,15 +3181,6 @@ module Aws::S3Control
|
|
4179
3181
|
include Aws::Structure
|
4180
3182
|
end
|
4181
3183
|
|
4182
|
-
# @note When making an API call, you may pass ListMultiRegionAccessPointsRequest
|
4183
|
-
# data as a hash:
|
4184
|
-
#
|
4185
|
-
# {
|
4186
|
-
# account_id: "AccountId",
|
4187
|
-
# next_token: "NonEmptyMaxLength1024String",
|
4188
|
-
# max_results: 1,
|
4189
|
-
# }
|
4190
|
-
#
|
4191
3184
|
# @!attribute [rw] account_id
|
4192
3185
|
# The Amazon Web Services account ID for the owner of the Multi-Region
|
4193
3186
|
# Access Point.
|
@@ -4231,16 +3224,6 @@ module Aws::S3Control
|
|
4231
3224
|
include Aws::Structure
|
4232
3225
|
end
|
4233
3226
|
|
4234
|
-
# @note When making an API call, you may pass ListRegionalBucketsRequest
|
4235
|
-
# data as a hash:
|
4236
|
-
#
|
4237
|
-
# {
|
4238
|
-
# account_id: "AccountId",
|
4239
|
-
# next_token: "NonEmptyMaxLength1024String",
|
4240
|
-
# max_results: 1,
|
4241
|
-
# outpost_id: "NonEmptyMaxLength64String",
|
4242
|
-
# }
|
4243
|
-
#
|
4244
3227
|
# @!attribute [rw] account_id
|
4245
3228
|
# The Amazon Web Services account ID of the Outposts bucket.
|
4246
3229
|
# @return [String]
|
@@ -4324,14 +3307,6 @@ module Aws::S3Control
|
|
4324
3307
|
include Aws::Structure
|
4325
3308
|
end
|
4326
3309
|
|
4327
|
-
# @note When making an API call, you may pass ListStorageLensConfigurationsRequest
|
4328
|
-
# data as a hash:
|
4329
|
-
#
|
4330
|
-
# {
|
4331
|
-
# account_id: "AccountId",
|
4332
|
-
# next_token: "ContinuationToken",
|
4333
|
-
# }
|
4334
|
-
#
|
4335
3310
|
# @!attribute [rw] account_id
|
4336
3311
|
# The account ID of the requester.
|
4337
3312
|
# @return [String]
|
@@ -4478,6 +3453,61 @@ module Aws::S3Control
|
|
4478
3453
|
include Aws::Structure
|
4479
3454
|
end
|
4480
3455
|
|
3456
|
+
# A structure for a Multi-Region Access Point that indicates where
|
3457
|
+
# Amazon S3 traffic can be routed. Routes can be either active or
|
3458
|
+
# passive. Active routes can process Amazon S3 requests through the
|
3459
|
+
# Multi-Region Access Point, but passive routes are not eligible to
|
3460
|
+
# process Amazon S3 requests.
|
3461
|
+
#
|
3462
|
+
# Each route contains the Amazon S3 bucket name and the Amazon Web
|
3463
|
+
# Services Region that the bucket is located in. The route also includes
|
3464
|
+
# the `TrafficDialPercentage` value, which shows whether the bucket and
|
3465
|
+
# Region are active (indicated by a value of `100`) or passive
|
3466
|
+
# (indicated by a value of `0`).
|
3467
|
+
#
|
3468
|
+
# @!attribute [rw] bucket
|
3469
|
+
# The name of the Amazon S3 bucket for which you'll submit a routing
|
3470
|
+
# configuration change. Either the `Bucket` or the `Region` value must
|
3471
|
+
# be provided. If both are provided, the bucket must be in the
|
3472
|
+
# specified Region.
|
3473
|
+
# @return [String]
|
3474
|
+
#
|
3475
|
+
# @!attribute [rw] region
|
3476
|
+
# The Amazon Web Services Region to which you'll be submitting a
|
3477
|
+
# routing configuration change. Either the `Bucket` or the `Region`
|
3478
|
+
# value must be provided. If both are provided, the bucket must be in
|
3479
|
+
# the specified Region.
|
3480
|
+
# @return [String]
|
3481
|
+
#
|
3482
|
+
# @!attribute [rw] traffic_dial_percentage
|
3483
|
+
# The traffic state for the specified bucket or Amazon Web Services
|
3484
|
+
# Region.
|
3485
|
+
#
|
3486
|
+
# A value of `0` indicates a passive state, which means that no new
|
3487
|
+
# traffic will be routed to the Region.
|
3488
|
+
#
|
3489
|
+
# A value of `100` indicates an active state, which means that traffic
|
3490
|
+
# will be routed to the specified Region.
|
3491
|
+
#
|
3492
|
+
# When the routing configuration for a Region is changed from active
|
3493
|
+
# to passive, any in-progress operations (uploads, copies, deletes,
|
3494
|
+
# and so on) to the formerly active Region will continue to run to
|
3495
|
+
# until a final success or failure status is reached.
|
3496
|
+
#
|
3497
|
+
# If all Regions in the routing configuration are designated as
|
3498
|
+
# passive, you'll receive an `InvalidRequest` error.
|
3499
|
+
# @return [Integer]
|
3500
|
+
#
|
3501
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/MultiRegionAccessPointRoute AWS API Documentation
|
3502
|
+
#
|
3503
|
+
class MultiRegionAccessPointRoute < Struct.new(
|
3504
|
+
:bucket,
|
3505
|
+
:region,
|
3506
|
+
:traffic_dial_percentage)
|
3507
|
+
SENSITIVE = []
|
3508
|
+
include Aws::Structure
|
3509
|
+
end
|
3510
|
+
|
4481
3511
|
# The Multi-Region Access Point details that are returned when querying
|
4482
3512
|
# about an asynchronous request.
|
4483
3513
|
#
|
@@ -4511,14 +3541,6 @@ module Aws::S3Control
|
|
4511
3541
|
|
4512
3542
|
# The container of the noncurrent version expiration.
|
4513
3543
|
#
|
4514
|
-
# @note When making an API call, you may pass NoncurrentVersionExpiration
|
4515
|
-
# data as a hash:
|
4516
|
-
#
|
4517
|
-
# {
|
4518
|
-
# noncurrent_days: 1,
|
4519
|
-
# newer_noncurrent_versions: 1,
|
4520
|
-
# }
|
4521
|
-
#
|
4522
3544
|
# @!attribute [rw] noncurrent_days
|
4523
3545
|
# Specifies the number of days an object is noncurrent before Amazon
|
4524
3546
|
# S3 can perform the associated action. For information about the
|
@@ -4553,14 +3575,6 @@ module Aws::S3Control
|
|
4553
3575
|
|
4554
3576
|
# The container for the noncurrent version transition.
|
4555
3577
|
#
|
4556
|
-
# @note When making an API call, you may pass NoncurrentVersionTransition
|
4557
|
-
# data as a hash:
|
4558
|
-
#
|
4559
|
-
# {
|
4560
|
-
# noncurrent_days: 1,
|
4561
|
-
# storage_class: "GLACIER", # accepts GLACIER, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, DEEP_ARCHIVE
|
4562
|
-
# }
|
4563
|
-
#
|
4564
3578
|
# @!attribute [rw] noncurrent_days
|
4565
3579
|
# Specifies the number of days an object is noncurrent before Amazon
|
4566
3580
|
# S3 can perform the associated action. For information about the
|
@@ -4619,26 +3633,6 @@ module Aws::S3Control
|
|
4619
3633
|
|
4620
3634
|
# A configuration used when creating an Object Lambda Access Point.
|
4621
3635
|
#
|
4622
|
-
# @note When making an API call, you may pass ObjectLambdaConfiguration
|
4623
|
-
# data as a hash:
|
4624
|
-
#
|
4625
|
-
# {
|
4626
|
-
# supporting_access_point: "ObjectLambdaSupportingAccessPointArn", # required
|
4627
|
-
# cloud_watch_metrics_enabled: false,
|
4628
|
-
# allowed_features: ["GetObject-Range"], # accepts GetObject-Range, GetObject-PartNumber, HeadObject-Range, HeadObject-PartNumber
|
4629
|
-
# transformation_configurations: [ # required
|
4630
|
-
# {
|
4631
|
-
# actions: ["GetObject"], # required, accepts GetObject, HeadObject, ListObjects, ListObjectsV2
|
4632
|
-
# content_transformation: { # required
|
4633
|
-
# aws_lambda: {
|
4634
|
-
# function_arn: "FunctionArnString", # required
|
4635
|
-
# function_payload: "AwsLambdaTransformationPayload",
|
4636
|
-
# },
|
4637
|
-
# },
|
4638
|
-
# },
|
4639
|
-
# ],
|
4640
|
-
# }
|
4641
|
-
#
|
4642
3636
|
# @!attribute [rw] supporting_access_point
|
4643
3637
|
# Standard access point associated with the Object Lambda Access
|
4644
3638
|
# Point.
|
@@ -4673,10 +3667,6 @@ module Aws::S3Control
|
|
4673
3667
|
|
4674
3668
|
# A container for AwsLambdaTransformation.
|
4675
3669
|
#
|
4676
|
-
# @note ObjectLambdaContentTransformation is a union - when making an API calls you must set exactly one of the members.
|
4677
|
-
#
|
4678
|
-
# @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.
|
4679
|
-
#
|
4680
3670
|
# @!attribute [rw] aws_lambda
|
4681
3671
|
# A container for an Lambda function.
|
4682
3672
|
# @return [Types::AwsLambdaTransformation]
|
@@ -4697,19 +3687,6 @@ module Aws::S3Control
|
|
4697
3687
|
# A configuration used when creating an Object Lambda Access Point
|
4698
3688
|
# transformation.
|
4699
3689
|
#
|
4700
|
-
# @note When making an API call, you may pass ObjectLambdaTransformationConfiguration
|
4701
|
-
# data as a hash:
|
4702
|
-
#
|
4703
|
-
# {
|
4704
|
-
# actions: ["GetObject"], # required, accepts GetObject, HeadObject, ListObjects, ListObjectsV2
|
4705
|
-
# content_transformation: { # required
|
4706
|
-
# aws_lambda: {
|
4707
|
-
# function_arn: "FunctionArnString", # required
|
4708
|
-
# function_payload: "AwsLambdaTransformationPayload",
|
4709
|
-
# },
|
4710
|
-
# },
|
4711
|
-
# }
|
4712
|
-
#
|
4713
3690
|
# @!attribute [rw] actions
|
4714
3691
|
# A container for the action of an Object Lambda Access Point
|
4715
3692
|
# configuration. Valid inputs are `GetObject`, `ListObjects`,
|
@@ -4752,20 +3729,6 @@ module Aws::S3Control
|
|
4752
3729
|
|
4753
3730
|
# A container for the prefix-level configuration.
|
4754
3731
|
#
|
4755
|
-
# @note When making an API call, you may pass PrefixLevel
|
4756
|
-
# data as a hash:
|
4757
|
-
#
|
4758
|
-
# {
|
4759
|
-
# storage_metrics: { # required
|
4760
|
-
# is_enabled: false,
|
4761
|
-
# selection_criteria: {
|
4762
|
-
# delimiter: "StorageLensPrefixLevelDelimiter",
|
4763
|
-
# max_depth: 1,
|
4764
|
-
# min_storage_bytes_percentage: 1.0,
|
4765
|
-
# },
|
4766
|
-
# },
|
4767
|
-
# }
|
4768
|
-
#
|
4769
3732
|
# @!attribute [rw] storage_metrics
|
4770
3733
|
# A container for the prefix-level storage metrics for S3 Storage
|
4771
3734
|
# Lens.
|
@@ -4781,18 +3744,6 @@ module Aws::S3Control
|
|
4781
3744
|
|
4782
3745
|
# A container for the prefix-level storage metrics for S3 Storage Lens.
|
4783
3746
|
#
|
4784
|
-
# @note When making an API call, you may pass PrefixLevelStorageMetrics
|
4785
|
-
# data as a hash:
|
4786
|
-
#
|
4787
|
-
# {
|
4788
|
-
# is_enabled: false,
|
4789
|
-
# selection_criteria: {
|
4790
|
-
# delimiter: "StorageLensPrefixLevelDelimiter",
|
4791
|
-
# max_depth: 1,
|
4792
|
-
# min_storage_bytes_percentage: 1.0,
|
4793
|
-
# },
|
4794
|
-
# }
|
4795
|
-
#
|
4796
3747
|
# @!attribute [rw] is_enabled
|
4797
3748
|
# A container for whether prefix-level storage metrics are enabled.
|
4798
3749
|
# @return [Boolean]
|
@@ -4841,16 +3792,6 @@ module Aws::S3Control
|
|
4841
3792
|
#
|
4842
3793
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status
|
4843
3794
|
#
|
4844
|
-
# @note When making an API call, you may pass PublicAccessBlockConfiguration
|
4845
|
-
# data as a hash:
|
4846
|
-
#
|
4847
|
-
# {
|
4848
|
-
# block_public_acls: false,
|
4849
|
-
# ignore_public_acls: false,
|
4850
|
-
# block_public_policy: false,
|
4851
|
-
# restrict_public_buckets: false,
|
4852
|
-
# }
|
4853
|
-
#
|
4854
3795
|
# @!attribute [rw] block_public_acls
|
4855
3796
|
# Specifies whether Amazon S3 should block public access control lists
|
4856
3797
|
# (ACLs) for buckets in this account. Setting this element to `TRUE`
|
@@ -4916,30 +3857,6 @@ module Aws::S3Control
|
|
4916
3857
|
include Aws::Structure
|
4917
3858
|
end
|
4918
3859
|
|
4919
|
-
# @note When making an API call, you may pass PutAccessPointConfigurationForObjectLambdaRequest
|
4920
|
-
# data as a hash:
|
4921
|
-
#
|
4922
|
-
# {
|
4923
|
-
# account_id: "AccountId",
|
4924
|
-
# name: "ObjectLambdaAccessPointName", # required
|
4925
|
-
# configuration: { # required
|
4926
|
-
# supporting_access_point: "ObjectLambdaSupportingAccessPointArn", # required
|
4927
|
-
# cloud_watch_metrics_enabled: false,
|
4928
|
-
# allowed_features: ["GetObject-Range"], # accepts GetObject-Range, GetObject-PartNumber, HeadObject-Range, HeadObject-PartNumber
|
4929
|
-
# transformation_configurations: [ # required
|
4930
|
-
# {
|
4931
|
-
# actions: ["GetObject"], # required, accepts GetObject, HeadObject, ListObjects, ListObjectsV2
|
4932
|
-
# content_transformation: { # required
|
4933
|
-
# aws_lambda: {
|
4934
|
-
# function_arn: "FunctionArnString", # required
|
4935
|
-
# function_payload: "AwsLambdaTransformationPayload",
|
4936
|
-
# },
|
4937
|
-
# },
|
4938
|
-
# },
|
4939
|
-
# ],
|
4940
|
-
# },
|
4941
|
-
# }
|
4942
|
-
#
|
4943
3860
|
# @!attribute [rw] account_id
|
4944
3861
|
# The account ID for the account that owns the specified Object Lambda
|
4945
3862
|
# Access Point.
|
@@ -4963,15 +3880,6 @@ module Aws::S3Control
|
|
4963
3880
|
include Aws::Structure
|
4964
3881
|
end
|
4965
3882
|
|
4966
|
-
# @note When making an API call, you may pass PutAccessPointPolicyForObjectLambdaRequest
|
4967
|
-
# data as a hash:
|
4968
|
-
#
|
4969
|
-
# {
|
4970
|
-
# account_id: "AccountId",
|
4971
|
-
# name: "ObjectLambdaAccessPointName", # required
|
4972
|
-
# policy: "ObjectLambdaPolicy", # required
|
4973
|
-
# }
|
4974
|
-
#
|
4975
3883
|
# @!attribute [rw] account_id
|
4976
3884
|
# The account ID for the account that owns the specified Object Lambda
|
4977
3885
|
# Access Point.
|
@@ -4995,15 +3903,6 @@ module Aws::S3Control
|
|
4995
3903
|
include Aws::Structure
|
4996
3904
|
end
|
4997
3905
|
|
4998
|
-
# @note When making an API call, you may pass PutAccessPointPolicyRequest
|
4999
|
-
# data as a hash:
|
5000
|
-
#
|
5001
|
-
# {
|
5002
|
-
# account_id: "AccountId",
|
5003
|
-
# name: "AccessPointName", # required
|
5004
|
-
# policy: "Policy", # required
|
5005
|
-
# }
|
5006
|
-
#
|
5007
3906
|
# @!attribute [rw] account_id
|
5008
3907
|
# The Amazon Web Services account ID for owner of the bucket
|
5009
3908
|
# associated with the specified access point.
|
@@ -5048,67 +3947,6 @@ module Aws::S3Control
|
|
5048
3947
|
include Aws::Structure
|
5049
3948
|
end
|
5050
3949
|
|
5051
|
-
# @note When making an API call, you may pass PutBucketLifecycleConfigurationRequest
|
5052
|
-
# data as a hash:
|
5053
|
-
#
|
5054
|
-
# {
|
5055
|
-
# account_id: "AccountId",
|
5056
|
-
# bucket: "BucketName", # required
|
5057
|
-
# lifecycle_configuration: {
|
5058
|
-
# rules: [
|
5059
|
-
# {
|
5060
|
-
# expiration: {
|
5061
|
-
# date: Time.now,
|
5062
|
-
# days: 1,
|
5063
|
-
# expired_object_delete_marker: false,
|
5064
|
-
# },
|
5065
|
-
# id: "ID",
|
5066
|
-
# filter: {
|
5067
|
-
# prefix: "Prefix",
|
5068
|
-
# tag: {
|
5069
|
-
# key: "TagKeyString", # required
|
5070
|
-
# value: "TagValueString", # required
|
5071
|
-
# },
|
5072
|
-
# and: {
|
5073
|
-
# prefix: "Prefix",
|
5074
|
-
# tags: [
|
5075
|
-
# {
|
5076
|
-
# key: "TagKeyString", # required
|
5077
|
-
# value: "TagValueString", # required
|
5078
|
-
# },
|
5079
|
-
# ],
|
5080
|
-
# object_size_greater_than: 1,
|
5081
|
-
# object_size_less_than: 1,
|
5082
|
-
# },
|
5083
|
-
# object_size_greater_than: 1,
|
5084
|
-
# object_size_less_than: 1,
|
5085
|
-
# },
|
5086
|
-
# status: "Enabled", # required, accepts Enabled, Disabled
|
5087
|
-
# transitions: [
|
5088
|
-
# {
|
5089
|
-
# date: Time.now,
|
5090
|
-
# days: 1,
|
5091
|
-
# storage_class: "GLACIER", # accepts GLACIER, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, DEEP_ARCHIVE
|
5092
|
-
# },
|
5093
|
-
# ],
|
5094
|
-
# noncurrent_version_transitions: [
|
5095
|
-
# {
|
5096
|
-
# noncurrent_days: 1,
|
5097
|
-
# storage_class: "GLACIER", # accepts GLACIER, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, DEEP_ARCHIVE
|
5098
|
-
# },
|
5099
|
-
# ],
|
5100
|
-
# noncurrent_version_expiration: {
|
5101
|
-
# noncurrent_days: 1,
|
5102
|
-
# newer_noncurrent_versions: 1,
|
5103
|
-
# },
|
5104
|
-
# abort_incomplete_multipart_upload: {
|
5105
|
-
# days_after_initiation: 1,
|
5106
|
-
# },
|
5107
|
-
# },
|
5108
|
-
# ],
|
5109
|
-
# },
|
5110
|
-
# }
|
5111
|
-
#
|
5112
3950
|
# @!attribute [rw] account_id
|
5113
3951
|
# The Amazon Web Services account ID of the Outposts bucket.
|
5114
3952
|
# @return [String]
|
@@ -5131,16 +3969,6 @@ module Aws::S3Control
|
|
5131
3969
|
include Aws::Structure
|
5132
3970
|
end
|
5133
3971
|
|
5134
|
-
# @note When making an API call, you may pass PutBucketPolicyRequest
|
5135
|
-
# data as a hash:
|
5136
|
-
#
|
5137
|
-
# {
|
5138
|
-
# account_id: "AccountId",
|
5139
|
-
# bucket: "BucketName", # required
|
5140
|
-
# confirm_remove_self_bucket_access: false,
|
5141
|
-
# policy: "Policy", # required
|
5142
|
-
# }
|
5143
|
-
#
|
5144
3972
|
# @!attribute [rw] account_id
|
5145
3973
|
# The Amazon Web Services account ID of the Outposts bucket.
|
5146
3974
|
# @return [String]
|
@@ -5186,22 +4014,6 @@ module Aws::S3Control
|
|
5186
4014
|
include Aws::Structure
|
5187
4015
|
end
|
5188
4016
|
|
5189
|
-
# @note When making an API call, you may pass PutBucketTaggingRequest
|
5190
|
-
# data as a hash:
|
5191
|
-
#
|
5192
|
-
# {
|
5193
|
-
# account_id: "AccountId",
|
5194
|
-
# bucket: "BucketName", # required
|
5195
|
-
# tagging: { # required
|
5196
|
-
# tag_set: [ # required
|
5197
|
-
# {
|
5198
|
-
# key: "TagKeyString", # required
|
5199
|
-
# value: "TagValueString", # required
|
5200
|
-
# },
|
5201
|
-
# ],
|
5202
|
-
# },
|
5203
|
-
# }
|
5204
|
-
#
|
5205
4017
|
# @!attribute [rw] account_id
|
5206
4018
|
# The Amazon Web Services account ID of the Outposts bucket.
|
5207
4019
|
# @return [String]
|
@@ -5236,19 +4048,6 @@ module Aws::S3Control
|
|
5236
4048
|
include Aws::Structure
|
5237
4049
|
end
|
5238
4050
|
|
5239
|
-
# @note When making an API call, you may pass PutBucketVersioningRequest
|
5240
|
-
# data as a hash:
|
5241
|
-
#
|
5242
|
-
# {
|
5243
|
-
# account_id: "AccountId",
|
5244
|
-
# bucket: "BucketName", # required
|
5245
|
-
# mfa: "MFA",
|
5246
|
-
# versioning_configuration: { # required
|
5247
|
-
# mfa_delete: "Enabled", # accepts Enabled, Disabled
|
5248
|
-
# status: "Enabled", # accepts Enabled, Suspended
|
5249
|
-
# },
|
5250
|
-
# }
|
5251
|
-
#
|
5252
4051
|
# @!attribute [rw] account_id
|
5253
4052
|
# The Amazon Web Services account ID of the S3 on Outposts bucket.
|
5254
4053
|
# @return [String]
|
@@ -5278,20 +4077,6 @@ module Aws::S3Control
|
|
5278
4077
|
include Aws::Structure
|
5279
4078
|
end
|
5280
4079
|
|
5281
|
-
# @note When making an API call, you may pass PutJobTaggingRequest
|
5282
|
-
# data as a hash:
|
5283
|
-
#
|
5284
|
-
# {
|
5285
|
-
# account_id: "AccountId",
|
5286
|
-
# job_id: "JobId", # required
|
5287
|
-
# tags: [ # required
|
5288
|
-
# {
|
5289
|
-
# key: "TagKeyString", # required
|
5290
|
-
# value: "TagValueString", # required
|
5291
|
-
# },
|
5292
|
-
# ],
|
5293
|
-
# }
|
5294
|
-
#
|
5295
4080
|
# @!attribute [rw] account_id
|
5296
4081
|
# The Amazon Web Services account ID associated with the S3 Batch
|
5297
4082
|
# Operations job.
|
@@ -5327,14 +4112,6 @@ module Aws::S3Control
|
|
5327
4112
|
#
|
5328
4113
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutMultiRegionAccessPoint.html
|
5329
4114
|
#
|
5330
|
-
# @note When making an API call, you may pass PutMultiRegionAccessPointPolicyInput
|
5331
|
-
# data as a hash:
|
5332
|
-
#
|
5333
|
-
# {
|
5334
|
-
# name: "MultiRegionAccessPointName", # required
|
5335
|
-
# policy: "Policy", # required
|
5336
|
-
# }
|
5337
|
-
#
|
5338
4115
|
# @!attribute [rw] name
|
5339
4116
|
# The name of the Multi-Region Access Point associated with the
|
5340
4117
|
# request.
|
@@ -5353,18 +4130,6 @@ module Aws::S3Control
|
|
5353
4130
|
include Aws::Structure
|
5354
4131
|
end
|
5355
4132
|
|
5356
|
-
# @note When making an API call, you may pass PutMultiRegionAccessPointPolicyRequest
|
5357
|
-
# data as a hash:
|
5358
|
-
#
|
5359
|
-
# {
|
5360
|
-
# account_id: "AccountId",
|
5361
|
-
# client_token: "MultiRegionAccessPointClientToken", # required
|
5362
|
-
# details: { # required
|
5363
|
-
# name: "MultiRegionAccessPointName", # required
|
5364
|
-
# policy: "Policy", # required
|
5365
|
-
# },
|
5366
|
-
# }
|
5367
|
-
#
|
5368
4133
|
# @!attribute [rw] account_id
|
5369
4134
|
# The Amazon Web Services account ID for the owner of the Multi-Region
|
5370
4135
|
# Access Point.
|
@@ -5411,19 +4176,6 @@ module Aws::S3Control
|
|
5411
4176
|
include Aws::Structure
|
5412
4177
|
end
|
5413
4178
|
|
5414
|
-
# @note When making an API call, you may pass PutPublicAccessBlockRequest
|
5415
|
-
# data as a hash:
|
5416
|
-
#
|
5417
|
-
# {
|
5418
|
-
# public_access_block_configuration: { # required
|
5419
|
-
# block_public_acls: false,
|
5420
|
-
# ignore_public_acls: false,
|
5421
|
-
# block_public_policy: false,
|
5422
|
-
# restrict_public_buckets: false,
|
5423
|
-
# },
|
5424
|
-
# account_id: "AccountId",
|
5425
|
-
# }
|
5426
|
-
#
|
5427
4179
|
# @!attribute [rw] public_access_block_configuration
|
5428
4180
|
# The `PublicAccessBlock` configuration that you want to apply to the
|
5429
4181
|
# specified Amazon Web Services account.
|
@@ -5443,93 +4195,6 @@ module Aws::S3Control
|
|
5443
4195
|
include Aws::Structure
|
5444
4196
|
end
|
5445
4197
|
|
5446
|
-
# @note When making an API call, you may pass PutStorageLensConfigurationRequest
|
5447
|
-
# data as a hash:
|
5448
|
-
#
|
5449
|
-
# {
|
5450
|
-
# config_id: "ConfigId", # required
|
5451
|
-
# account_id: "AccountId",
|
5452
|
-
# storage_lens_configuration: { # required
|
5453
|
-
# id: "ConfigId", # required
|
5454
|
-
# account_level: { # required
|
5455
|
-
# activity_metrics: {
|
5456
|
-
# is_enabled: false,
|
5457
|
-
# },
|
5458
|
-
# bucket_level: { # required
|
5459
|
-
# activity_metrics: {
|
5460
|
-
# is_enabled: false,
|
5461
|
-
# },
|
5462
|
-
# prefix_level: {
|
5463
|
-
# storage_metrics: { # required
|
5464
|
-
# is_enabled: false,
|
5465
|
-
# selection_criteria: {
|
5466
|
-
# delimiter: "StorageLensPrefixLevelDelimiter",
|
5467
|
-
# max_depth: 1,
|
5468
|
-
# min_storage_bytes_percentage: 1.0,
|
5469
|
-
# },
|
5470
|
-
# },
|
5471
|
-
# },
|
5472
|
-
# advanced_cost_optimization_metrics: {
|
5473
|
-
# is_enabled: false,
|
5474
|
-
# },
|
5475
|
-
# advanced_data_protection_metrics: {
|
5476
|
-
# is_enabled: false,
|
5477
|
-
# },
|
5478
|
-
# detailed_status_codes_metrics: {
|
5479
|
-
# is_enabled: false,
|
5480
|
-
# },
|
5481
|
-
# },
|
5482
|
-
# advanced_cost_optimization_metrics: {
|
5483
|
-
# is_enabled: false,
|
5484
|
-
# },
|
5485
|
-
# advanced_data_protection_metrics: {
|
5486
|
-
# is_enabled: false,
|
5487
|
-
# },
|
5488
|
-
# detailed_status_codes_metrics: {
|
5489
|
-
# is_enabled: false,
|
5490
|
-
# },
|
5491
|
-
# },
|
5492
|
-
# include: {
|
5493
|
-
# buckets: ["S3BucketArnString"],
|
5494
|
-
# regions: ["S3AWSRegion"],
|
5495
|
-
# },
|
5496
|
-
# exclude: {
|
5497
|
-
# buckets: ["S3BucketArnString"],
|
5498
|
-
# regions: ["S3AWSRegion"],
|
5499
|
-
# },
|
5500
|
-
# data_export: {
|
5501
|
-
# s3_bucket_destination: {
|
5502
|
-
# format: "CSV", # required, accepts CSV, Parquet
|
5503
|
-
# output_schema_version: "V_1", # required, accepts V_1
|
5504
|
-
# account_id: "AccountId", # required
|
5505
|
-
# arn: "S3BucketArnString", # required
|
5506
|
-
# prefix: "Prefix",
|
5507
|
-
# encryption: {
|
5508
|
-
# sses3: {
|
5509
|
-
# },
|
5510
|
-
# ssekms: {
|
5511
|
-
# key_id: "SSEKMSKeyId", # required
|
5512
|
-
# },
|
5513
|
-
# },
|
5514
|
-
# },
|
5515
|
-
# cloud_watch_metrics: {
|
5516
|
-
# is_enabled: false, # required
|
5517
|
-
# },
|
5518
|
-
# },
|
5519
|
-
# is_enabled: false, # required
|
5520
|
-
# aws_org: {
|
5521
|
-
# arn: "AwsOrgArn", # required
|
5522
|
-
# },
|
5523
|
-
# storage_lens_arn: "StorageLensArn",
|
5524
|
-
# },
|
5525
|
-
# tags: [
|
5526
|
-
# {
|
5527
|
-
# key: "TagKeyString", # required
|
5528
|
-
# value: "TagValueString", # required
|
5529
|
-
# },
|
5530
|
-
# ],
|
5531
|
-
# }
|
5532
|
-
#
|
5533
4198
|
# @!attribute [rw] config_id
|
5534
4199
|
# The ID of the S3 Storage Lens configuration.
|
5535
4200
|
# @return [String]
|
@@ -5561,20 +4226,6 @@ module Aws::S3Control
|
|
5561
4226
|
include Aws::Structure
|
5562
4227
|
end
|
5563
4228
|
|
5564
|
-
# @note When making an API call, you may pass PutStorageLensConfigurationTaggingRequest
|
5565
|
-
# data as a hash:
|
5566
|
-
#
|
5567
|
-
# {
|
5568
|
-
# config_id: "ConfigId", # required
|
5569
|
-
# account_id: "AccountId",
|
5570
|
-
# tags: [ # required
|
5571
|
-
# {
|
5572
|
-
# key: "TagKeyString", # required
|
5573
|
-
# value: "TagValueString", # required
|
5574
|
-
# },
|
5575
|
-
# ],
|
5576
|
-
# }
|
5577
|
-
#
|
5578
4229
|
# @!attribute [rw] config_id
|
5579
4230
|
# The ID of the S3 Storage Lens configuration.
|
5580
4231
|
# @return [String]
|
@@ -5608,13 +4259,6 @@ module Aws::S3Control
|
|
5608
4259
|
# A Region that supports a Multi-Region Access Point as well as the
|
5609
4260
|
# associated bucket for the Region.
|
5610
4261
|
#
|
5611
|
-
# @note When making an API call, you may pass Region
|
5612
|
-
# data as a hash:
|
5613
|
-
#
|
5614
|
-
# {
|
5615
|
-
# bucket: "BucketName", # required
|
5616
|
-
# }
|
5617
|
-
#
|
5618
4262
|
# @!attribute [rw] bucket
|
5619
4263
|
# The name of the associated bucket for the Region.
|
5620
4264
|
# @return [String]
|
@@ -5679,26 +4323,6 @@ module Aws::S3Control
|
|
5679
4323
|
include Aws::Structure
|
5680
4324
|
end
|
5681
4325
|
|
5682
|
-
# @note When making an API call, you may pass S3AccessControlList
|
5683
|
-
# data as a hash:
|
5684
|
-
#
|
5685
|
-
# {
|
5686
|
-
# owner: { # required
|
5687
|
-
# id: "NonEmptyMaxLength1024String",
|
5688
|
-
# display_name: "NonEmptyMaxLength1024String",
|
5689
|
-
# },
|
5690
|
-
# grants: [
|
5691
|
-
# {
|
5692
|
-
# grantee: {
|
5693
|
-
# type_identifier: "id", # accepts id, emailAddress, uri
|
5694
|
-
# identifier: "NonEmptyMaxLength1024String",
|
5695
|
-
# display_name: "NonEmptyMaxLength1024String",
|
5696
|
-
# },
|
5697
|
-
# permission: "FULL_CONTROL", # accepts FULL_CONTROL, READ, WRITE, READ_ACP, WRITE_ACP
|
5698
|
-
# },
|
5699
|
-
# ],
|
5700
|
-
# }
|
5701
|
-
#
|
5702
4326
|
# @!attribute [rw] owner
|
5703
4327
|
# @return [Types::S3ObjectOwner]
|
5704
4328
|
#
|
@@ -5714,29 +4338,6 @@ module Aws::S3Control
|
|
5714
4338
|
include Aws::Structure
|
5715
4339
|
end
|
5716
4340
|
|
5717
|
-
# @note When making an API call, you may pass S3AccessControlPolicy
|
5718
|
-
# data as a hash:
|
5719
|
-
#
|
5720
|
-
# {
|
5721
|
-
# access_control_list: {
|
5722
|
-
# owner: { # required
|
5723
|
-
# id: "NonEmptyMaxLength1024String",
|
5724
|
-
# display_name: "NonEmptyMaxLength1024String",
|
5725
|
-
# },
|
5726
|
-
# grants: [
|
5727
|
-
# {
|
5728
|
-
# grantee: {
|
5729
|
-
# type_identifier: "id", # accepts id, emailAddress, uri
|
5730
|
-
# identifier: "NonEmptyMaxLength1024String",
|
5731
|
-
# display_name: "NonEmptyMaxLength1024String",
|
5732
|
-
# },
|
5733
|
-
# permission: "FULL_CONTROL", # accepts FULL_CONTROL, READ, WRITE, READ_ACP, WRITE_ACP
|
5734
|
-
# },
|
5735
|
-
# ],
|
5736
|
-
# },
|
5737
|
-
# canned_access_control_list: "private", # accepts private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
|
5738
|
-
# }
|
5739
|
-
#
|
5740
4341
|
# @!attribute [rw] access_control_list
|
5741
4342
|
# @return [Types::S3AccessControlList]
|
5742
4343
|
#
|
@@ -5755,24 +4356,6 @@ module Aws::S3Control
|
|
5755
4356
|
# A container for the bucket where the Amazon S3 Storage Lens metrics
|
5756
4357
|
# export files are located.
|
5757
4358
|
#
|
5758
|
-
# @note When making an API call, you may pass S3BucketDestination
|
5759
|
-
# data as a hash:
|
5760
|
-
#
|
5761
|
-
# {
|
5762
|
-
# format: "CSV", # required, accepts CSV, Parquet
|
5763
|
-
# output_schema_version: "V_1", # required, accepts V_1
|
5764
|
-
# account_id: "AccountId", # required
|
5765
|
-
# arn: "S3BucketArnString", # required
|
5766
|
-
# prefix: "Prefix",
|
5767
|
-
# encryption: {
|
5768
|
-
# sses3: {
|
5769
|
-
# },
|
5770
|
-
# ssekms: {
|
5771
|
-
# key_id: "SSEKMSKeyId", # required
|
5772
|
-
# },
|
5773
|
-
# },
|
5774
|
-
# }
|
5775
|
-
#
|
5776
4359
|
# @!attribute [rw] format
|
5777
4360
|
# @return [String]
|
5778
4361
|
#
|
@@ -5824,58 +4407,6 @@ module Aws::S3Control
|
|
5824
4407
|
#
|
5825
4408
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectCOPY.html
|
5826
4409
|
#
|
5827
|
-
# @note When making an API call, you may pass S3CopyObjectOperation
|
5828
|
-
# data as a hash:
|
5829
|
-
#
|
5830
|
-
# {
|
5831
|
-
# target_resource: "S3BucketArnString",
|
5832
|
-
# canned_access_control_list: "private", # accepts private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
|
5833
|
-
# access_control_grants: [
|
5834
|
-
# {
|
5835
|
-
# grantee: {
|
5836
|
-
# type_identifier: "id", # accepts id, emailAddress, uri
|
5837
|
-
# identifier: "NonEmptyMaxLength1024String",
|
5838
|
-
# display_name: "NonEmptyMaxLength1024String",
|
5839
|
-
# },
|
5840
|
-
# permission: "FULL_CONTROL", # accepts FULL_CONTROL, READ, WRITE, READ_ACP, WRITE_ACP
|
5841
|
-
# },
|
5842
|
-
# ],
|
5843
|
-
# metadata_directive: "COPY", # accepts COPY, REPLACE
|
5844
|
-
# modified_since_constraint: Time.now,
|
5845
|
-
# new_object_metadata: {
|
5846
|
-
# cache_control: "NonEmptyMaxLength1024String",
|
5847
|
-
# content_disposition: "NonEmptyMaxLength1024String",
|
5848
|
-
# content_encoding: "NonEmptyMaxLength1024String",
|
5849
|
-
# content_language: "NonEmptyMaxLength1024String",
|
5850
|
-
# user_metadata: {
|
5851
|
-
# "NonEmptyMaxLength1024String" => "MaxLength1024String",
|
5852
|
-
# },
|
5853
|
-
# content_length: 1,
|
5854
|
-
# content_md5: "NonEmptyMaxLength1024String",
|
5855
|
-
# content_type: "NonEmptyMaxLength1024String",
|
5856
|
-
# http_expires_date: Time.now,
|
5857
|
-
# requester_charged: false,
|
5858
|
-
# sse_algorithm: "AES256", # accepts AES256, KMS
|
5859
|
-
# },
|
5860
|
-
# new_object_tagging: [
|
5861
|
-
# {
|
5862
|
-
# key: "TagKeyString", # required
|
5863
|
-
# value: "TagValueString", # required
|
5864
|
-
# },
|
5865
|
-
# ],
|
5866
|
-
# redirect_location: "NonEmptyMaxLength2048String",
|
5867
|
-
# requester_pays: false,
|
5868
|
-
# storage_class: "STANDARD", # accepts STANDARD, STANDARD_IA, ONEZONE_IA, GLACIER, INTELLIGENT_TIERING, DEEP_ARCHIVE, GLACIER_IR
|
5869
|
-
# un_modified_since_constraint: Time.now,
|
5870
|
-
# sse_aws_kms_key_id: "KmsKeyArnString",
|
5871
|
-
# target_key_prefix: "NonEmptyMaxLength1024String",
|
5872
|
-
# object_lock_legal_hold_status: "OFF", # accepts OFF, ON
|
5873
|
-
# object_lock_mode: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE
|
5874
|
-
# object_lock_retain_until_date: Time.now,
|
5875
|
-
# bucket_key_enabled: false,
|
5876
|
-
# checksum_algorithm: "CRC32", # accepts CRC32, CRC32C, SHA1, SHA256
|
5877
|
-
# }
|
5878
|
-
#
|
5879
4410
|
# @!attribute [rw] target_resource
|
5880
4411
|
# Specifies the destination bucket ARN for the batch copy operation.
|
5881
4412
|
# For example, to copy objects to a bucket named `destinationBucket`,
|
@@ -5994,8 +4525,6 @@ module Aws::S3Control
|
|
5994
4525
|
# API only accepts the bucket name and key name as parameters, which are
|
5995
4526
|
# defined in the job's manifest.
|
5996
4527
|
#
|
5997
|
-
# @api private
|
5998
|
-
#
|
5999
4528
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/S3DeleteObjectTaggingOperation AWS API Documentation
|
6000
4529
|
#
|
6001
4530
|
class S3DeleteObjectTaggingOperation < Aws::EmptyStructure; end
|
@@ -6021,18 +4550,6 @@ module Aws::S3Control
|
|
6021
4550
|
include Aws::Structure
|
6022
4551
|
end
|
6023
4552
|
|
6024
|
-
# @note When making an API call, you may pass S3Grant
|
6025
|
-
# data as a hash:
|
6026
|
-
#
|
6027
|
-
# {
|
6028
|
-
# grantee: {
|
6029
|
-
# type_identifier: "id", # accepts id, emailAddress, uri
|
6030
|
-
# identifier: "NonEmptyMaxLength1024String",
|
6031
|
-
# display_name: "NonEmptyMaxLength1024String",
|
6032
|
-
# },
|
6033
|
-
# permission: "FULL_CONTROL", # accepts FULL_CONTROL, READ, WRITE, READ_ACP, WRITE_ACP
|
6034
|
-
# }
|
6035
|
-
#
|
6036
4553
|
# @!attribute [rw] grantee
|
6037
4554
|
# @return [Types::S3Grantee]
|
6038
4555
|
#
|
@@ -6048,15 +4565,6 @@ module Aws::S3Control
|
|
6048
4565
|
include Aws::Structure
|
6049
4566
|
end
|
6050
4567
|
|
6051
|
-
# @note When making an API call, you may pass S3Grantee
|
6052
|
-
# data as a hash:
|
6053
|
-
#
|
6054
|
-
# {
|
6055
|
-
# type_identifier: "id", # accepts id, emailAddress, uri
|
6056
|
-
# identifier: "NonEmptyMaxLength1024String",
|
6057
|
-
# display_name: "NonEmptyMaxLength1024String",
|
6058
|
-
# }
|
6059
|
-
#
|
6060
4568
|
# @!attribute [rw] type_identifier
|
6061
4569
|
# @return [String]
|
6062
4570
|
#
|
@@ -6085,14 +4593,6 @@ module Aws::S3Control
|
|
6085
4593
|
#
|
6086
4594
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPOSTrestore.html#RESTObjectPOSTrestore-restore-request
|
6087
4595
|
#
|
6088
|
-
# @note When making an API call, you may pass S3InitiateRestoreObjectOperation
|
6089
|
-
# data as a hash:
|
6090
|
-
#
|
6091
|
-
# {
|
6092
|
-
# expiration_in_days: 1,
|
6093
|
-
# glacier_job_tier: "BULK", # accepts BULK, STANDARD
|
6094
|
-
# }
|
6095
|
-
#
|
6096
4596
|
# @!attribute [rw] expiration_in_days
|
6097
4597
|
# This argument specifies how long the S3 Glacier or S3 Glacier Deep
|
6098
4598
|
# Archive object remains available in Amazon S3. S3 Initiate Restore
|
@@ -6130,34 +4630,6 @@ module Aws::S3Control
|
|
6130
4630
|
|
6131
4631
|
# The container for the service that will create the S3 manifest.
|
6132
4632
|
#
|
6133
|
-
# @note When making an API call, you may pass S3JobManifestGenerator
|
6134
|
-
# data as a hash:
|
6135
|
-
#
|
6136
|
-
# {
|
6137
|
-
# expected_bucket_owner: "AccountId",
|
6138
|
-
# source_bucket: "S3BucketArnString", # required
|
6139
|
-
# manifest_output_location: {
|
6140
|
-
# expected_manifest_bucket_owner: "AccountId",
|
6141
|
-
# bucket: "S3BucketArnString", # required
|
6142
|
-
# manifest_prefix: "ManifestPrefixString",
|
6143
|
-
# manifest_encryption: {
|
6144
|
-
# sses3: {
|
6145
|
-
# },
|
6146
|
-
# ssekms: {
|
6147
|
-
# key_id: "KmsKeyArnString", # required
|
6148
|
-
# },
|
6149
|
-
# },
|
6150
|
-
# manifest_format: "S3InventoryReport_CSV_20211130", # required, accepts S3InventoryReport_CSV_20211130
|
6151
|
-
# },
|
6152
|
-
# filter: {
|
6153
|
-
# eligible_for_replication: false,
|
6154
|
-
# created_after: Time.now,
|
6155
|
-
# created_before: Time.now,
|
6156
|
-
# object_replication_statuses: ["COMPLETED"], # accepts COMPLETED, FAILED, REPLICA, NONE
|
6157
|
-
# },
|
6158
|
-
# enable_manifest_output: false, # required
|
6159
|
-
# }
|
6160
|
-
#
|
6161
4633
|
# @!attribute [rw] expected_bucket_owner
|
6162
4634
|
# The Amazon Web Services account ID that owns the bucket the
|
6163
4635
|
# generated manifest is written to. If provided the generated manifest
|
@@ -6198,23 +4670,6 @@ module Aws::S3Control
|
|
6198
4670
|
|
6199
4671
|
# Location details for where the generated manifest should be written.
|
6200
4672
|
#
|
6201
|
-
# @note When making an API call, you may pass S3ManifestOutputLocation
|
6202
|
-
# data as a hash:
|
6203
|
-
#
|
6204
|
-
# {
|
6205
|
-
# expected_manifest_bucket_owner: "AccountId",
|
6206
|
-
# bucket: "S3BucketArnString", # required
|
6207
|
-
# manifest_prefix: "ManifestPrefixString",
|
6208
|
-
# manifest_encryption: {
|
6209
|
-
# sses3: {
|
6210
|
-
# },
|
6211
|
-
# ssekms: {
|
6212
|
-
# key_id: "KmsKeyArnString", # required
|
6213
|
-
# },
|
6214
|
-
# },
|
6215
|
-
# manifest_format: "S3InventoryReport_CSV_20211130", # required, accepts S3InventoryReport_CSV_20211130
|
6216
|
-
# }
|
6217
|
-
#
|
6218
4673
|
# @!attribute [rw] expected_manifest_bucket_owner
|
6219
4674
|
# The Account ID that owns the bucket the generated manifest is
|
6220
4675
|
# written to.
|
@@ -6253,13 +4708,6 @@ module Aws::S3Control
|
|
6253
4708
|
# Whether S3 Object Lock legal hold will be applied to objects in an S3
|
6254
4709
|
# Batch Operations job.
|
6255
4710
|
#
|
6256
|
-
# @note When making an API call, you may pass S3ObjectLockLegalHold
|
6257
|
-
# data as a hash:
|
6258
|
-
#
|
6259
|
-
# {
|
6260
|
-
# status: "OFF", # required, accepts OFF, ON
|
6261
|
-
# }
|
6262
|
-
#
|
6263
4711
|
# @!attribute [rw] status
|
6264
4712
|
# The Object Lock legal hold status to be applied to all objects in
|
6265
4713
|
# the Batch Operations job.
|
@@ -6273,25 +4721,6 @@ module Aws::S3Control
|
|
6273
4721
|
include Aws::Structure
|
6274
4722
|
end
|
6275
4723
|
|
6276
|
-
# @note When making an API call, you may pass S3ObjectMetadata
|
6277
|
-
# data as a hash:
|
6278
|
-
#
|
6279
|
-
# {
|
6280
|
-
# cache_control: "NonEmptyMaxLength1024String",
|
6281
|
-
# content_disposition: "NonEmptyMaxLength1024String",
|
6282
|
-
# content_encoding: "NonEmptyMaxLength1024String",
|
6283
|
-
# content_language: "NonEmptyMaxLength1024String",
|
6284
|
-
# user_metadata: {
|
6285
|
-
# "NonEmptyMaxLength1024String" => "MaxLength1024String",
|
6286
|
-
# },
|
6287
|
-
# content_length: 1,
|
6288
|
-
# content_md5: "NonEmptyMaxLength1024String",
|
6289
|
-
# content_type: "NonEmptyMaxLength1024String",
|
6290
|
-
# http_expires_date: Time.now,
|
6291
|
-
# requester_charged: false,
|
6292
|
-
# sse_algorithm: "AES256", # accepts AES256, KMS
|
6293
|
-
# }
|
6294
|
-
#
|
6295
4724
|
# @!attribute [rw] cache_control
|
6296
4725
|
# @return [String]
|
6297
4726
|
#
|
@@ -6343,14 +4772,6 @@ module Aws::S3Control
|
|
6343
4772
|
include Aws::Structure
|
6344
4773
|
end
|
6345
4774
|
|
6346
|
-
# @note When making an API call, you may pass S3ObjectOwner
|
6347
|
-
# data as a hash:
|
6348
|
-
#
|
6349
|
-
# {
|
6350
|
-
# id: "NonEmptyMaxLength1024String",
|
6351
|
-
# display_name: "NonEmptyMaxLength1024String",
|
6352
|
-
# }
|
6353
|
-
#
|
6354
4775
|
# @!attribute [rw] id
|
6355
4776
|
# @return [String]
|
6356
4777
|
#
|
@@ -6369,8 +4790,6 @@ module Aws::S3Control
|
|
6369
4790
|
# Directs the specified job to invoke `ReplicateObject` on every object
|
6370
4791
|
# in the job's manifest.
|
6371
4792
|
#
|
6372
|
-
# @api private
|
6373
|
-
#
|
6374
4793
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/S3ReplicateObjectOperation AWS API Documentation
|
6375
4794
|
#
|
6376
4795
|
class S3ReplicateObjectOperation < Aws::EmptyStructure; end
|
@@ -6386,14 +4805,6 @@ module Aws::S3Control
|
|
6386
4805
|
#
|
6387
4806
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-retention-date.html
|
6388
4807
|
#
|
6389
|
-
# @note When making an API call, you may pass S3Retention
|
6390
|
-
# data as a hash:
|
6391
|
-
#
|
6392
|
-
# {
|
6393
|
-
# retain_until_date: Time.now,
|
6394
|
-
# mode: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE
|
6395
|
-
# }
|
6396
|
-
#
|
6397
4808
|
# @!attribute [rw] retain_until_date
|
6398
4809
|
# The date when the applied Object Lock retention will expire on all
|
6399
4810
|
# objects set by the Batch Operations job.
|
@@ -6422,31 +4833,6 @@ module Aws::S3Control
|
|
6422
4833
|
#
|
6423
4834
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUTacl.html
|
6424
4835
|
#
|
6425
|
-
# @note When making an API call, you may pass S3SetObjectAclOperation
|
6426
|
-
# data as a hash:
|
6427
|
-
#
|
6428
|
-
# {
|
6429
|
-
# access_control_policy: {
|
6430
|
-
# access_control_list: {
|
6431
|
-
# owner: { # required
|
6432
|
-
# id: "NonEmptyMaxLength1024String",
|
6433
|
-
# display_name: "NonEmptyMaxLength1024String",
|
6434
|
-
# },
|
6435
|
-
# grants: [
|
6436
|
-
# {
|
6437
|
-
# grantee: {
|
6438
|
-
# type_identifier: "id", # accepts id, emailAddress, uri
|
6439
|
-
# identifier: "NonEmptyMaxLength1024String",
|
6440
|
-
# display_name: "NonEmptyMaxLength1024String",
|
6441
|
-
# },
|
6442
|
-
# permission: "FULL_CONTROL", # accepts FULL_CONTROL, READ, WRITE, READ_ACP, WRITE_ACP
|
6443
|
-
# },
|
6444
|
-
# ],
|
6445
|
-
# },
|
6446
|
-
# canned_access_control_list: "private", # accepts private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control
|
6447
|
-
# },
|
6448
|
-
# }
|
6449
|
-
#
|
6450
4836
|
# @!attribute [rw] access_control_policy
|
6451
4837
|
# @return [Types::S3AccessControlPolicy]
|
6452
4838
|
#
|
@@ -6468,15 +4854,6 @@ module Aws::S3Control
|
|
6468
4854
|
#
|
6469
4855
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-legal-hold.html
|
6470
4856
|
#
|
6471
|
-
# @note When making an API call, you may pass S3SetObjectLegalHoldOperation
|
6472
|
-
# data as a hash:
|
6473
|
-
#
|
6474
|
-
# {
|
6475
|
-
# legal_hold: { # required
|
6476
|
-
# status: "OFF", # required, accepts OFF, ON
|
6477
|
-
# },
|
6478
|
-
# }
|
6479
|
-
#
|
6480
4857
|
# @!attribute [rw] legal_hold
|
6481
4858
|
# Contains the Object Lock legal hold status to be applied to all
|
6482
4859
|
# objects in the Batch Operations job.
|
@@ -6500,17 +4877,6 @@ module Aws::S3Control
|
|
6500
4877
|
#
|
6501
4878
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-retention-date.html
|
6502
4879
|
#
|
6503
|
-
# @note When making an API call, you may pass S3SetObjectRetentionOperation
|
6504
|
-
# data as a hash:
|
6505
|
-
#
|
6506
|
-
# {
|
6507
|
-
# bypass_governance_retention: false,
|
6508
|
-
# retention: { # required
|
6509
|
-
# retain_until_date: Time.now,
|
6510
|
-
# mode: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE
|
6511
|
-
# },
|
6512
|
-
# }
|
6513
|
-
#
|
6514
4880
|
# @!attribute [rw] bypass_governance_retention
|
6515
4881
|
# Indicates if the action should be applied to objects in the Batch
|
6516
4882
|
# Operations job even if they have Object Lock ` GOVERNANCE` type in
|
@@ -6546,18 +4912,6 @@ module Aws::S3Control
|
|
6546
4912
|
#
|
6547
4913
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUTtagging.html
|
6548
4914
|
#
|
6549
|
-
# @note When making an API call, you may pass S3SetObjectTaggingOperation
|
6550
|
-
# data as a hash:
|
6551
|
-
#
|
6552
|
-
# {
|
6553
|
-
# tag_set: [
|
6554
|
-
# {
|
6555
|
-
# key: "TagKeyString", # required
|
6556
|
-
# value: "TagValueString", # required
|
6557
|
-
# },
|
6558
|
-
# ],
|
6559
|
-
# }
|
6560
|
-
#
|
6561
4915
|
# @!attribute [rw] tag_set
|
6562
4916
|
# @return [Array<Types::S3Tag>]
|
6563
4917
|
#
|
@@ -6571,14 +4925,6 @@ module Aws::S3Control
|
|
6571
4925
|
|
6572
4926
|
# A container for a key-value name pair.
|
6573
4927
|
#
|
6574
|
-
# @note When making an API call, you may pass S3Tag
|
6575
|
-
# data as a hash:
|
6576
|
-
#
|
6577
|
-
# {
|
6578
|
-
# key: "TagKeyString", # required
|
6579
|
-
# value: "TagValueString", # required
|
6580
|
-
# }
|
6581
|
-
#
|
6582
4928
|
# @!attribute [rw] key
|
6583
4929
|
# Key of the tag
|
6584
4930
|
# @return [String]
|
@@ -6596,13 +4942,6 @@ module Aws::S3Control
|
|
6596
4942
|
include Aws::Structure
|
6597
4943
|
end
|
6598
4944
|
|
6599
|
-
# @note When making an API call, you may pass SSEKMS
|
6600
|
-
# data as a hash:
|
6601
|
-
#
|
6602
|
-
# {
|
6603
|
-
# key_id: "SSEKMSKeyId", # required
|
6604
|
-
# }
|
6605
|
-
#
|
6606
4945
|
# @!attribute [rw] key_id
|
6607
4946
|
# A container for the ARN of the SSE-KMS encryption. This property is
|
6608
4947
|
# read-only and follows the following format: `
|
@@ -6621,13 +4960,6 @@ module Aws::S3Control
|
|
6621
4960
|
# Configuration for the use of SSE-KMS to encrypt generated manifest
|
6622
4961
|
# objects.
|
6623
4962
|
#
|
6624
|
-
# @note When making an API call, you may pass SSEKMSEncryption
|
6625
|
-
# data as a hash:
|
6626
|
-
#
|
6627
|
-
# {
|
6628
|
-
# key_id: "KmsKeyArnString", # required
|
6629
|
-
# }
|
6630
|
-
#
|
6631
4963
|
# @!attribute [rw] key_id
|
6632
4964
|
# Specifies the ID of the Amazon Web Services Key Management Service
|
6633
4965
|
# (Amazon Web Services KMS) symmetric encryption customer managed key
|
@@ -6642,8 +4974,6 @@ module Aws::S3Control
|
|
6642
4974
|
include Aws::Structure
|
6643
4975
|
end
|
6644
4976
|
|
6645
|
-
# @api private
|
6646
|
-
#
|
6647
4977
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/SSES3 AWS API Documentation
|
6648
4978
|
#
|
6649
4979
|
class SSES3 < Aws::EmptyStructure; end
|
@@ -6651,21 +4981,10 @@ module Aws::S3Control
|
|
6651
4981
|
# Configuration for the use of SSE-S3 to encrypt generated manifest
|
6652
4982
|
# objects.
|
6653
4983
|
#
|
6654
|
-
# @api private
|
6655
|
-
#
|
6656
4984
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/SSES3Encryption AWS API Documentation
|
6657
4985
|
#
|
6658
4986
|
class SSES3Encryption < Aws::EmptyStructure; end
|
6659
4987
|
|
6660
|
-
# @note When making an API call, you may pass SelectionCriteria
|
6661
|
-
# data as a hash:
|
6662
|
-
#
|
6663
|
-
# {
|
6664
|
-
# delimiter: "StorageLensPrefixLevelDelimiter",
|
6665
|
-
# max_depth: 1,
|
6666
|
-
# min_storage_bytes_percentage: 1.0,
|
6667
|
-
# }
|
6668
|
-
#
|
6669
4988
|
# @!attribute [rw] delimiter
|
6670
4989
|
# A container for the delimiter of the selection criteria being used.
|
6671
4990
|
# @return [String]
|
@@ -6695,13 +5014,6 @@ module Aws::S3Control
|
|
6695
5014
|
|
6696
5015
|
# The Amazon Web Services organization for your S3 Storage Lens.
|
6697
5016
|
#
|
6698
|
-
# @note When making an API call, you may pass StorageLensAwsOrg
|
6699
|
-
# data as a hash:
|
6700
|
-
#
|
6701
|
-
# {
|
6702
|
-
# arn: "AwsOrgArn", # required
|
6703
|
-
# }
|
6704
|
-
#
|
6705
5017
|
# @!attribute [rw] arn
|
6706
5018
|
# A container for the Amazon Resource Name (ARN) of the Amazon Web
|
6707
5019
|
# Services organization. This property is read-only and follows the
|
@@ -6720,83 +5032,6 @@ module Aws::S3Control
|
|
6720
5032
|
|
6721
5033
|
# A container for the Amazon S3 Storage Lens configuration.
|
6722
5034
|
#
|
6723
|
-
# @note When making an API call, you may pass StorageLensConfiguration
|
6724
|
-
# data as a hash:
|
6725
|
-
#
|
6726
|
-
# {
|
6727
|
-
# id: "ConfigId", # required
|
6728
|
-
# account_level: { # required
|
6729
|
-
# activity_metrics: {
|
6730
|
-
# is_enabled: false,
|
6731
|
-
# },
|
6732
|
-
# bucket_level: { # required
|
6733
|
-
# activity_metrics: {
|
6734
|
-
# is_enabled: false,
|
6735
|
-
# },
|
6736
|
-
# prefix_level: {
|
6737
|
-
# storage_metrics: { # required
|
6738
|
-
# is_enabled: false,
|
6739
|
-
# selection_criteria: {
|
6740
|
-
# delimiter: "StorageLensPrefixLevelDelimiter",
|
6741
|
-
# max_depth: 1,
|
6742
|
-
# min_storage_bytes_percentage: 1.0,
|
6743
|
-
# },
|
6744
|
-
# },
|
6745
|
-
# },
|
6746
|
-
# advanced_cost_optimization_metrics: {
|
6747
|
-
# is_enabled: false,
|
6748
|
-
# },
|
6749
|
-
# advanced_data_protection_metrics: {
|
6750
|
-
# is_enabled: false,
|
6751
|
-
# },
|
6752
|
-
# detailed_status_codes_metrics: {
|
6753
|
-
# is_enabled: false,
|
6754
|
-
# },
|
6755
|
-
# },
|
6756
|
-
# advanced_cost_optimization_metrics: {
|
6757
|
-
# is_enabled: false,
|
6758
|
-
# },
|
6759
|
-
# advanced_data_protection_metrics: {
|
6760
|
-
# is_enabled: false,
|
6761
|
-
# },
|
6762
|
-
# detailed_status_codes_metrics: {
|
6763
|
-
# is_enabled: false,
|
6764
|
-
# },
|
6765
|
-
# },
|
6766
|
-
# include: {
|
6767
|
-
# buckets: ["S3BucketArnString"],
|
6768
|
-
# regions: ["S3AWSRegion"],
|
6769
|
-
# },
|
6770
|
-
# exclude: {
|
6771
|
-
# buckets: ["S3BucketArnString"],
|
6772
|
-
# regions: ["S3AWSRegion"],
|
6773
|
-
# },
|
6774
|
-
# data_export: {
|
6775
|
-
# s3_bucket_destination: {
|
6776
|
-
# format: "CSV", # required, accepts CSV, Parquet
|
6777
|
-
# output_schema_version: "V_1", # required, accepts V_1
|
6778
|
-
# account_id: "AccountId", # required
|
6779
|
-
# arn: "S3BucketArnString", # required
|
6780
|
-
# prefix: "Prefix",
|
6781
|
-
# encryption: {
|
6782
|
-
# sses3: {
|
6783
|
-
# },
|
6784
|
-
# ssekms: {
|
6785
|
-
# key_id: "SSEKMSKeyId", # required
|
6786
|
-
# },
|
6787
|
-
# },
|
6788
|
-
# },
|
6789
|
-
# cloud_watch_metrics: {
|
6790
|
-
# is_enabled: false, # required
|
6791
|
-
# },
|
6792
|
-
# },
|
6793
|
-
# is_enabled: false, # required
|
6794
|
-
# aws_org: {
|
6795
|
-
# arn: "AwsOrgArn", # required
|
6796
|
-
# },
|
6797
|
-
# storage_lens_arn: "StorageLensArn",
|
6798
|
-
# }
|
6799
|
-
#
|
6800
5035
|
# @!attribute [rw] id
|
6801
5036
|
# A container for the Amazon S3 Storage Lens configuration ID.
|
6802
5037
|
# @return [String]
|
@@ -6858,29 +5093,6 @@ module Aws::S3Control
|
|
6858
5093
|
# A container to specify the properties of your S3 Storage Lens metrics
|
6859
5094
|
# export, including the destination, schema, and format.
|
6860
5095
|
#
|
6861
|
-
# @note When making an API call, you may pass StorageLensDataExport
|
6862
|
-
# data as a hash:
|
6863
|
-
#
|
6864
|
-
# {
|
6865
|
-
# s3_bucket_destination: {
|
6866
|
-
# format: "CSV", # required, accepts CSV, Parquet
|
6867
|
-
# output_schema_version: "V_1", # required, accepts V_1
|
6868
|
-
# account_id: "AccountId", # required
|
6869
|
-
# arn: "S3BucketArnString", # required
|
6870
|
-
# prefix: "Prefix",
|
6871
|
-
# encryption: {
|
6872
|
-
# sses3: {
|
6873
|
-
# },
|
6874
|
-
# ssekms: {
|
6875
|
-
# key_id: "SSEKMSKeyId", # required
|
6876
|
-
# },
|
6877
|
-
# },
|
6878
|
-
# },
|
6879
|
-
# cloud_watch_metrics: {
|
6880
|
-
# is_enabled: false, # required
|
6881
|
-
# },
|
6882
|
-
# }
|
6883
|
-
#
|
6884
5096
|
# @!attribute [rw] s3_bucket_destination
|
6885
5097
|
# A container for the bucket where the S3 Storage Lens metrics export
|
6886
5098
|
# will be located.
|
@@ -6907,17 +5119,6 @@ module Aws::S3Control
|
|
6907
5119
|
|
6908
5120
|
# A container for the encryption of the S3 Storage Lens metrics exports.
|
6909
5121
|
#
|
6910
|
-
# @note When making an API call, you may pass StorageLensDataExportEncryption
|
6911
|
-
# data as a hash:
|
6912
|
-
#
|
6913
|
-
# {
|
6914
|
-
# sses3: {
|
6915
|
-
# },
|
6916
|
-
# ssekms: {
|
6917
|
-
# key_id: "SSEKMSKeyId", # required
|
6918
|
-
# },
|
6919
|
-
# }
|
6920
|
-
#
|
6921
5122
|
# @!attribute [rw] sses3
|
6922
5123
|
# @return [Types::SSES3]
|
6923
5124
|
#
|
@@ -6933,14 +5134,6 @@ module Aws::S3Control
|
|
6933
5134
|
include Aws::Structure
|
6934
5135
|
end
|
6935
5136
|
|
6936
|
-
# @note When making an API call, you may pass StorageLensTag
|
6937
|
-
# data as a hash:
|
6938
|
-
#
|
6939
|
-
# {
|
6940
|
-
# key: "TagKeyString", # required
|
6941
|
-
# value: "TagValueString", # required
|
6942
|
-
# }
|
6943
|
-
#
|
6944
5137
|
# @!attribute [rw] key
|
6945
5138
|
# @return [String]
|
6946
5139
|
#
|
@@ -6956,18 +5149,35 @@ module Aws::S3Control
|
|
6956
5149
|
include Aws::Structure
|
6957
5150
|
end
|
6958
5151
|
|
6959
|
-
#
|
6960
|
-
#
|
5152
|
+
# @!attribute [rw] account_id
|
5153
|
+
# The Amazon Web Services account ID for the owner of the Multi-Region
|
5154
|
+
# Access Point.
|
5155
|
+
# @return [String]
|
5156
|
+
#
|
5157
|
+
# @!attribute [rw] mrap
|
5158
|
+
# The Multi-Region Access Point ARN.
|
5159
|
+
# @return [String]
|
5160
|
+
#
|
5161
|
+
# @!attribute [rw] route_updates
|
5162
|
+
# The different routes that make up the new route configuration.
|
5163
|
+
# Active routes return a value of `100`, and passive routes return a
|
5164
|
+
# value of `0`.
|
5165
|
+
# @return [Array<Types::MultiRegionAccessPointRoute>]
|
5166
|
+
#
|
5167
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/SubmitMultiRegionAccessPointRoutesRequest AWS API Documentation
|
6961
5168
|
#
|
6962
|
-
|
6963
|
-
|
6964
|
-
|
6965
|
-
|
6966
|
-
|
6967
|
-
|
6968
|
-
|
6969
|
-
|
5169
|
+
class SubmitMultiRegionAccessPointRoutesRequest < Struct.new(
|
5170
|
+
:account_id,
|
5171
|
+
:mrap,
|
5172
|
+
:route_updates)
|
5173
|
+
SENSITIVE = []
|
5174
|
+
include Aws::Structure
|
5175
|
+
end
|
5176
|
+
|
5177
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/SubmitMultiRegionAccessPointRoutesResult AWS API Documentation
|
6970
5178
|
#
|
5179
|
+
class SubmitMultiRegionAccessPointRoutesResult < Aws::EmptyStructure; end
|
5180
|
+
|
6971
5181
|
# @!attribute [rw] tag_set
|
6972
5182
|
# A collection for a set of tags.
|
6973
5183
|
# @return [Array<Types::S3Tag>]
|
@@ -7014,15 +5224,6 @@ module Aws::S3Control
|
|
7014
5224
|
#
|
7015
5225
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/lifecycle-transition-general-considerations.html
|
7016
5226
|
#
|
7017
|
-
# @note When making an API call, you may pass Transition
|
7018
|
-
# data as a hash:
|
7019
|
-
#
|
7020
|
-
# {
|
7021
|
-
# date: Time.now,
|
7022
|
-
# days: 1,
|
7023
|
-
# storage_class: "GLACIER", # accepts GLACIER, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, DEEP_ARCHIVE
|
7024
|
-
# }
|
7025
|
-
#
|
7026
5227
|
# @!attribute [rw] date
|
7027
5228
|
# Indicates when objects are transitioned to the specified storage
|
7028
5229
|
# class. The date value must be in ISO 8601 format. The time is always
|
@@ -7049,15 +5250,6 @@ module Aws::S3Control
|
|
7049
5250
|
include Aws::Structure
|
7050
5251
|
end
|
7051
5252
|
|
7052
|
-
# @note When making an API call, you may pass UpdateJobPriorityRequest
|
7053
|
-
# data as a hash:
|
7054
|
-
#
|
7055
|
-
# {
|
7056
|
-
# account_id: "AccountId",
|
7057
|
-
# job_id: "JobId", # required
|
7058
|
-
# priority: 1, # required
|
7059
|
-
# }
|
7060
|
-
#
|
7061
5253
|
# @!attribute [rw] account_id
|
7062
5254
|
# The Amazon Web Services account ID associated with the S3 Batch
|
7063
5255
|
# Operations job.
|
@@ -7098,16 +5290,6 @@ module Aws::S3Control
|
|
7098
5290
|
include Aws::Structure
|
7099
5291
|
end
|
7100
5292
|
|
7101
|
-
# @note When making an API call, you may pass UpdateJobStatusRequest
|
7102
|
-
# data as a hash:
|
7103
|
-
#
|
7104
|
-
# {
|
7105
|
-
# account_id: "AccountId",
|
7106
|
-
# job_id: "JobId", # required
|
7107
|
-
# requested_job_status: "Cancelled", # required, accepts Cancelled, Ready
|
7108
|
-
# status_update_reason: "JobStatusUpdateReason",
|
7109
|
-
# }
|
7110
|
-
#
|
7111
5293
|
# @!attribute [rw] account_id
|
7112
5294
|
# The Amazon Web Services account ID associated with the S3 Batch
|
7113
5295
|
# Operations job.
|
@@ -7167,14 +5349,6 @@ module Aws::S3Control
|
|
7167
5349
|
#
|
7168
5350
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketVersioning.html
|
7169
5351
|
#
|
7170
|
-
# @note When making an API call, you may pass VersioningConfiguration
|
7171
|
-
# data as a hash:
|
7172
|
-
#
|
7173
|
-
# {
|
7174
|
-
# mfa_delete: "Enabled", # accepts Enabled, Disabled
|
7175
|
-
# status: "Enabled", # accepts Enabled, Suspended
|
7176
|
-
# }
|
7177
|
-
#
|
7178
5352
|
# @!attribute [rw] mfa_delete
|
7179
5353
|
# Specifies whether MFA delete is enabled or disabled in the bucket
|
7180
5354
|
# versioning configuration for the S3 on Outposts bucket.
|
@@ -7195,13 +5369,6 @@ module Aws::S3Control
|
|
7195
5369
|
|
7196
5370
|
# The virtual private cloud (VPC) configuration for an access point.
|
7197
5371
|
#
|
7198
|
-
# @note When making an API call, you may pass VpcConfiguration
|
7199
|
-
# data as a hash:
|
7200
|
-
#
|
7201
|
-
# {
|
7202
|
-
# vpc_id: "VpcId", # required
|
7203
|
-
# }
|
7204
|
-
#
|
7205
5372
|
# @!attribute [rw] vpc_id
|
7206
5373
|
# If this field is specified, this access point will only allow
|
7207
5374
|
# connections from the specified VPC ID.
|