aws-sdk-s3control 1.78.0 → 1.79.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f7461396a0ffcdf16690157844091c5098299a78b13d4e2f6a96338601cd443d
4
- data.tar.gz: 4270cea4457d9a65df7e020e32a3732cc54c6432b8c32cfffa64bab16b14f2fd
3
+ metadata.gz: 8c0c4cd48f8a73e057561d38723beeb81e57b2b9c9954e1743f679b4da0e3de9
4
+ data.tar.gz: 224636eb39a4a88f01f4f152706855ac240d9da73da226ab8026aa9b1d06e650
5
5
  SHA512:
6
- metadata.gz: 549855111a012f1c76ce3c1782160e1cb7c1ad550bdb63f1edeafe00b4c1adc32ddd4f87bb6f761a414e3cc5d38002ab8833c748753aca801d81dccf4ce6c869
7
- data.tar.gz: 045f9a3b667e898507d9e6451d66e60a7ef4707a1062a6500d75aee0a2a938fb570d8ffc54eecfe56971c2a7774f4d13684f74fc1fb6354a9bda1b306e459a1a
6
+ metadata.gz: bedba3c492cf960213df0b698eedb3f15d102ba9232de89a8d54ec4657137c18890fbf6df29a3c063623a754e8a47f6f92ccb95b9bcf929e6420a34143b568c3
7
+ data.tar.gz: 89077ea6e635d0bed4164785f7154731acb61eaa739727b7631ab83355ba937652f3ce4bb9ed183c604efea68241ab116593ffefc362143ac4b5a18d004662a2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.79.0 (2024-04-11)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon S3-control.
8
+
4
9
  1.78.0 (2024-02-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.78.0
1
+ 1.79.0
@@ -843,6 +843,11 @@ module Aws::S3Control
843
843
  # The Amazon Web Services account ID associated with the S3 bucket
844
844
  # associated with this access point.
845
845
  #
846
+ # For same account access point when your bucket and access point belong
847
+ # to the same account owner, the `BucketAccountId` is not required. For
848
+ # cross-account access point when your bucket and access point are not
849
+ # in the same account, the `BucketAccountId` is required.
850
+ #
846
851
  # @return [Types::CreateAccessPointResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
847
852
  #
848
853
  # * {Types::CreateAccessPointResult#access_point_arn #access_point_arn} => String
@@ -1145,7 +1150,7 @@ module Aws::S3Control
1145
1150
  #
1146
1151
  #
1147
1152
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html
1148
- # [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuAndPermissions.html
1153
+ # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops-iam-role-policies.html
1149
1154
  # [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeJob.html
1150
1155
  # [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListJobs.html
1151
1156
  # [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobPriority.html
@@ -1407,9 +1412,9 @@ module Aws::S3Control
1407
1412
  # *Amazon S3 User Guide*.
1408
1413
  #
1409
1414
  # This action will always be routed to the US West (Oregon) Region. For
1410
- # more information about the restrictions around managing Multi-Region
1411
- # Access Points, see [Managing Multi-Region Access Points][2] in the
1412
- # *Amazon S3 User Guide*.
1415
+ # more information about the restrictions around working with
1416
+ # Multi-Region Access Points, see [Multi-Region Access Point
1417
+ # restrictions and limitations][2] in the *Amazon S3 User Guide*.
1413
1418
  #
1414
1419
  # This request is asynchronous, meaning that you might receive a
1415
1420
  # response before the command has completed. When this request provides
@@ -1429,7 +1434,7 @@ module Aws::S3Control
1429
1434
  #
1430
1435
  #
1431
1436
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html
1432
- # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html
1437
+ # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
1433
1438
  # [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html
1434
1439
  # [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html
1435
1440
  # [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPoint.html
@@ -2444,9 +2449,9 @@ module Aws::S3Control
2444
2449
  # Multi-Region Access Point itself.
2445
2450
  #
2446
2451
  # This action will always be routed to the US West (Oregon) Region. For
2447
- # more information about the restrictions around managing Multi-Region
2448
- # Access Points, see [Managing Multi-Region Access Points][1] in the
2449
- # *Amazon S3 User Guide*.
2452
+ # more information about the restrictions around working with
2453
+ # Multi-Region Access Points, see [Multi-Region Access Point
2454
+ # restrictions and limitations][1] in the *Amazon S3 User Guide*.
2450
2455
  #
2451
2456
  # This request is asynchronous, meaning that you might receive a
2452
2457
  # response before the command has completed. When this request provides
@@ -2465,7 +2470,7 @@ module Aws::S3Control
2465
2470
  #
2466
2471
  #
2467
2472
  #
2468
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html
2473
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
2469
2474
  # [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html
2470
2475
  # [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html
2471
2476
  # [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPoint.html
@@ -2860,8 +2865,7 @@ module Aws::S3Control
2860
2865
  # Retrieves the status of an asynchronous request to manage a
2861
2866
  # Multi-Region Access Point. For more information about managing
2862
2867
  # Multi-Region Access Points and how asynchronous requests work, see
2863
- # [Managing Multi-Region Access Points][1] in the *Amazon S3 User
2864
- # Guide*.
2868
+ # [Using Multi-Region Access Points][1] in the *Amazon S3 User Guide*.
2865
2869
  #
2866
2870
  # The following actions are related to `GetMultiRegionAccessPoint`:
2867
2871
  #
@@ -2875,7 +2879,7 @@ module Aws::S3Control
2875
2879
  #
2876
2880
  #
2877
2881
  #
2878
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html
2882
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MrapOperations.html
2879
2883
  # [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html
2880
2884
  # [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html
2881
2885
  # [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPoint.html
@@ -3604,11 +3608,9 @@ module Aws::S3Control
3604
3608
  req.send_request(options)
3605
3609
  end
3606
3610
 
3607
- # <note markdown="1"> Gets an Amazon S3 on Outposts bucket. For more information, see [
3611
+ # Gets an Amazon S3 on Outposts bucket. For more information, see [
3608
3612
  # Using Amazon S3 on Outposts][1] in the *Amazon S3 User Guide*.
3609
3613
  #
3610
- # </note>
3611
- #
3612
3614
  # If you are using an identity other than the root user of the Amazon
3613
3615
  # Web Services account that owns the Outposts bucket, the calling
3614
3616
  # identity must have the `s3-outposts:GetBucket` permissions on the
@@ -4223,7 +4225,8 @@ module Aws::S3Control
4223
4225
  # : The IAM role that S3 Access Grants assumes must have the following
4224
4226
  # permissions specified in the trust policy when registering the
4225
4227
  # location: `sts:AssumeRole`, for directory users or groups
4226
- # `sts:SetContext`, and for IAM users or roles `sts:SourceIdentity`.
4228
+ # `sts:SetContext`, and for IAM users or roles
4229
+ # `sts:SetSourceIdentity`.
4227
4230
  #
4228
4231
  #
4229
4232
  #
@@ -4371,9 +4374,9 @@ module Aws::S3Control
4371
4374
  # Access Point.
4372
4375
  #
4373
4376
  # This action will always be routed to the US West (Oregon) Region. For
4374
- # more information about the restrictions around managing Multi-Region
4375
- # Access Points, see [Managing Multi-Region Access Points][1] in the
4376
- # *Amazon S3 User Guide*.
4377
+ # more information about the restrictions around working with
4378
+ # Multi-Region Access Points, see [Multi-Region Access Point
4379
+ # restrictions and limitations][1] in the *Amazon S3 User Guide*.
4377
4380
  #
4378
4381
  # The following actions are related to `GetMultiRegionAccessPoint`:
4379
4382
  #
@@ -4387,7 +4390,7 @@ module Aws::S3Control
4387
4390
  #
4388
4391
  #
4389
4392
  #
4390
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html
4393
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
4391
4394
  # [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html
4392
4395
  # [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html
4393
4396
  # [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html
@@ -4402,8 +4405,8 @@ module Aws::S3Control
4402
4405
  # information you want to receive. The name of the Multi-Region Access
4403
4406
  # Point is different from the alias. For more information about the
4404
4407
  # distinction between the name and the alias of an Multi-Region Access
4405
- # Point, see [Managing Multi-Region Access Points][1] in the *Amazon S3
4406
- # User Guide*.
4408
+ # Point, see [Rules for naming Amazon S3 Multi-Region Access Points][1]
4409
+ # in the *Amazon S3 User Guide*.
4407
4410
  #
4408
4411
  #
4409
4412
  #
@@ -4452,9 +4455,9 @@ module Aws::S3Control
4452
4455
  # Point.
4453
4456
  #
4454
4457
  # This action will always be routed to the US West (Oregon) Region. For
4455
- # more information about the restrictions around managing Multi-Region
4456
- # Access Points, see [Managing Multi-Region Access Points][1] in the
4457
- # *Amazon S3 User Guide*.
4458
+ # more information about the restrictions around working with
4459
+ # Multi-Region Access Points, see [Multi-Region Access Point
4460
+ # restrictions and limitations][1] in the *Amazon S3 User Guide*.
4458
4461
  #
4459
4462
  # The following actions are related to
4460
4463
  # `GetMultiRegionAccessPointPolicy`:
@@ -4465,7 +4468,7 @@ module Aws::S3Control
4465
4468
  #
4466
4469
  #
4467
4470
  #
4468
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html
4471
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
4469
4472
  # [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPointPolicyStatus.html
4470
4473
  # [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutMultiRegionAccessPointPolicy.html
4471
4474
  #
@@ -4477,8 +4480,8 @@ module Aws::S3Control
4477
4480
  # Specifies the Multi-Region Access Point. The name of the Multi-Region
4478
4481
  # Access Point is different from the alias. For more information about
4479
4482
  # the distinction between the name and the alias of an Multi-Region
4480
- # Access Point, see [Managing Multi-Region Access Points][1] in the
4481
- # *Amazon S3 User Guide*.
4483
+ # Access Point, see [Rules for naming Amazon S3 Multi-Region Access
4484
+ # Points][1] in the *Amazon S3 User Guide*.
4482
4485
  #
4483
4486
  #
4484
4487
  #
@@ -4517,9 +4520,9 @@ module Aws::S3Control
4517
4520
  # access control policy that allows public access.
4518
4521
  #
4519
4522
  # This action will always be routed to the US West (Oregon) Region. For
4520
- # more information about the restrictions around managing Multi-Region
4521
- # Access Points, see [Managing Multi-Region Access Points][1] in the
4522
- # *Amazon S3 User Guide*.
4523
+ # more information about the restrictions around working with
4524
+ # Multi-Region Access Points, see [Multi-Region Access Point
4525
+ # restrictions and limitations][1] in the *Amazon S3 User Guide*.
4523
4526
  #
4524
4527
  # The following actions are related to
4525
4528
  # `GetMultiRegionAccessPointPolicyStatus`:
@@ -4530,7 +4533,7 @@ module Aws::S3Control
4530
4533
  #
4531
4534
  #
4532
4535
  #
4533
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html
4536
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
4534
4537
  # [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPointPolicy.html
4535
4538
  # [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutMultiRegionAccessPointPolicy.html
4536
4539
  #
@@ -4542,8 +4545,8 @@ module Aws::S3Control
4542
4545
  # Specifies the Multi-Region Access Point. The name of the Multi-Region
4543
4546
  # Access Point is different from the alias. For more information about
4544
4547
  # the distinction between the name and the alias of an Multi-Region
4545
- # Access Point, see [Managing Multi-Region Access Points][1] in the
4546
- # *Amazon S3 User Guide*.
4548
+ # Access Point, see [Rules for naming Amazon S3 Multi-Region Access
4549
+ # Points][1] in the *Amazon S3 User Guide*.
4547
4550
  #
4548
4551
  #
4549
4552
  #
@@ -4594,10 +4597,6 @@ module Aws::S3Control
4594
4597
  #
4595
4598
  # * `eu-west-1`
4596
4599
  #
4597
- # <note markdown="1"> Your Amazon S3 bucket does not need to be in these five Regions.
4598
- #
4599
- # </note>
4600
- #
4601
4600
  # @option params [String] :account_id
4602
4601
  # The Amazon Web Services account ID for the owner of the Multi-Region
4603
4602
  # Access Point.
@@ -5320,7 +5319,7 @@ module Aws::S3Control
5320
5319
  end
5321
5320
 
5322
5321
  # Lists current S3 Batch Operations jobs as well as the jobs that have
5323
- # ended within the last 30 days for the Amazon Web Services account
5322
+ # ended within the last 90 days for the Amazon Web Services account
5324
5323
  # making the request. For more information, see [S3 Batch Operations][1]
5325
5324
  # in the *Amazon S3 User Guide*.
5326
5325
  #
@@ -5420,9 +5419,9 @@ module Aws::S3Control
5420
5419
  # account.
5421
5420
  #
5422
5421
  # This action will always be routed to the US West (Oregon) Region. For
5423
- # more information about the restrictions around managing Multi-Region
5424
- # Access Points, see [Managing Multi-Region Access Points][1] in the
5425
- # *Amazon S3 User Guide*.
5422
+ # more information about the restrictions around working with
5423
+ # Multi-Region Access Points, see [Multi-Region Access Point
5424
+ # restrictions and limitations][1] in the *Amazon S3 User Guide*.
5426
5425
  #
5427
5426
  # The following actions are related to `ListMultiRegionAccessPoint`:
5428
5427
  #
@@ -5436,7 +5435,7 @@ module Aws::S3Control
5436
5435
  #
5437
5436
  #
5438
5437
  #
5439
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html
5438
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
5440
5439
  # [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html
5441
5440
  # [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html
5442
5441
  # [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html
@@ -6742,9 +6741,9 @@ module Aws::S3Control
6742
6741
  # associated with the specified Multi-Region Access Point.
6743
6742
  #
6744
6743
  # This action will always be routed to the US West (Oregon) Region. For
6745
- # more information about the restrictions around managing Multi-Region
6746
- # Access Points, see [Managing Multi-Region Access Points][1] in the
6747
- # *Amazon S3 User Guide*.
6744
+ # more information about the restrictions around working with
6745
+ # Multi-Region Access Points, see [Multi-Region Access Point
6746
+ # restrictions and limitations][1] in the *Amazon S3 User Guide*.
6748
6747
  #
6749
6748
  # The following actions are related to
6750
6749
  # `PutMultiRegionAccessPointPolicy`:
@@ -6755,7 +6754,7 @@ module Aws::S3Control
6755
6754
  #
6756
6755
  #
6757
6756
  #
6758
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html
6757
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
6759
6758
  # [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPointPolicy.html
6760
6759
  # [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPointPolicyStatus.html
6761
6760
  #
@@ -7091,10 +7090,6 @@ module Aws::S3Control
7091
7090
  #
7092
7091
  # * `eu-west-1`
7093
7092
  #
7094
- # <note markdown="1"> Your Amazon S3 bucket does not need to be in these five Regions.
7095
- #
7096
- # </note>
7097
- #
7098
7093
  # @option params [String] :account_id
7099
7094
  # The Amazon Web Services account ID for the owner of the Multi-Region
7100
7095
  # Access Point.
@@ -7579,7 +7574,7 @@ module Aws::S3Control
7579
7574
  params: params,
7580
7575
  config: config)
7581
7576
  context[:gem_name] = 'aws-sdk-s3control'
7582
- context[:gem_version] = '1.78.0'
7577
+ context[:gem_version] = '1.79.0'
7583
7578
  Seahorse::Client::Request.new(handlers, context)
7584
7579
  end
7585
7580
 
@@ -936,6 +936,12 @@ module Aws::S3Control
936
936
  # @!attribute [rw] bucket_account_id
937
937
  # The Amazon Web Services account ID associated with the S3 bucket
938
938
  # associated with this access point.
939
+ #
940
+ # For same account access point when your bucket and access point
941
+ # belong to the same account owner, the `BucketAccountId` is not
942
+ # required. For cross-account access point when your bucket and access
943
+ # point are not in the same account, the `BucketAccountId` is
944
+ # required.
939
945
  # @return [String]
940
946
  #
941
947
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/CreateAccessPointRequest AWS API Documentation
@@ -3147,8 +3153,8 @@ module Aws::S3Control
3147
3153
  # Specifies the Multi-Region Access Point. The name of the
3148
3154
  # Multi-Region Access Point is different from the alias. For more
3149
3155
  # information about the distinction between the name and the alias of
3150
- # an Multi-Region Access Point, see [Managing Multi-Region Access
3151
- # Points][1] in the *Amazon S3 User Guide*.
3156
+ # an Multi-Region Access Point, see [Rules for naming Amazon S3
3157
+ # Multi-Region Access Points][1] in the *Amazon S3 User Guide*.
3152
3158
  #
3153
3159
  #
3154
3160
  #
@@ -3185,8 +3191,8 @@ module Aws::S3Control
3185
3191
  # Specifies the Multi-Region Access Point. The name of the
3186
3192
  # Multi-Region Access Point is different from the alias. For more
3187
3193
  # information about the distinction between the name and the alias of
3188
- # an Multi-Region Access Point, see [Managing Multi-Region Access
3189
- # Points][1] in the *Amazon S3 User Guide*.
3194
+ # an Multi-Region Access Point, see [Rules for naming Amazon S3
3195
+ # Multi-Region Access Points][1] in the *Amazon S3 User Guide*.
3190
3196
  #
3191
3197
  #
3192
3198
  #
@@ -3231,8 +3237,8 @@ module Aws::S3Control
3231
3237
  # information you want to receive. The name of the Multi-Region Access
3232
3238
  # Point is different from the alias. For more information about the
3233
3239
  # distinction between the name and the alias of an Multi-Region Access
3234
- # Point, see [Managing Multi-Region Access Points][1] in the *Amazon
3235
- # S3 User Guide*.
3240
+ # Point, see [Rules for naming Amazon S3 Multi-Region Access
3241
+ # Points][1] in the *Amazon S3 User Guide*.
3236
3242
  #
3237
3243
  #
3238
3244
  #
@@ -4139,9 +4145,9 @@ module Aws::S3Control
4139
4145
  # sends when invoking an Lambda function. Version `1.0` is the
4140
4146
  # default. Version `2.0` is required when you use Batch Operations to
4141
4147
  # invoke Lambda functions that act on directory buckets, or if you
4142
- # need to specify `UserArguments`. For more information, see [Using
4143
- # Lambda with Amazon S3 Batch Operations and Amazon S3 Express One
4144
- # Zone][1] in the *Amazon Web Services Storage Blog*.
4148
+ # need to specify `UserArguments`. For more information, see [Automate
4149
+ # object processing in Amazon S3 directory buckets with S3 Batch
4150
+ # Operations and Lambda][1] in the *Amazon Web Services Storage Blog*.
4145
4151
  #
4146
4152
  # Ensure that your Lambda function code expects
4147
4153
  # `InvocationSchemaVersion` **2.0** and uses bucket name rather than
@@ -4157,20 +4163,20 @@ module Aws::S3Control
4157
4163
  #
4158
4164
  #
4159
4165
  #
4160
- # [1]: https://aws.amazon.com/blogs/storage/using-lambda-with-s3-batch-operations-and-s3-express-one-zone/
4166
+ # [1]: https://aws.amazon.com/blogs/storage/automate-object-processing-in-amazon-s3-directory-buckets-with-s3-batch-operations-and-aws-lambda/
4161
4167
  # @return [String]
4162
4168
  #
4163
4169
  # @!attribute [rw] user_arguments
4164
4170
  # Key-value pairs that are passed in the payload that Batch Operations
4165
4171
  # sends when invoking an Lambda function. You must specify
4166
4172
  # `InvocationSchemaVersion` **2.0** for `LambdaInvoke` operations that
4167
- # include `UserArguments`. For more information, see [Using Lambda
4168
- # with Amazon S3 Batch Operations and Amazon S3 Express One Zone][1]
4169
- # in the *Amazon Web Services Storage Blog*.
4173
+ # include `UserArguments`. For more information, see [Automate object
4174
+ # processing in Amazon S3 directory buckets with S3 Batch Operations
4175
+ # and Lambda][1] in the *Amazon Web Services Storage Blog*.
4170
4176
  #
4171
4177
  #
4172
4178
  #
4173
- # [1]: https://aws.amazon.com/blogs/storage/using-lambda-with-s3-batch-operations-and-s3-express-one-zone/
4179
+ # [1]: https://aws.amazon.com/blogs/storage/automate-object-processing-in-amazon-s3-directory-buckets-with-s3-batch-operations-and-aws-lambda/
4174
4180
  # @return [Hash<String,String>]
4175
4181
  #
4176
4182
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/LambdaInvokeOperation AWS API Documentation
@@ -4312,11 +4318,15 @@ module Aws::S3Control
4312
4318
  # @return [Array<Types::S3Tag>]
4313
4319
  #
4314
4320
  # @!attribute [rw] object_size_greater_than
4315
- # Minimum object size to which the rule applies.
4321
+ # The non-inclusive minimum object size for the lifecycle rule.
4322
+ # Setting this property to 7 means the rule applies to objects with a
4323
+ # size that is greater than 7.
4316
4324
  # @return [Integer]
4317
4325
  #
4318
4326
  # @!attribute [rw] object_size_less_than
4319
- # Maximum object size to which the rule applies.
4327
+ # The non-inclusive maximum object size for the lifecycle rule.
4328
+ # Setting this property to 77 means the rule applies to objects with a
4329
+ # size that is less than 77.
4320
4330
  # @return [Integer]
4321
4331
  #
4322
4332
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/LifecycleRuleAndOperator AWS API Documentation
@@ -5302,8 +5312,8 @@ module Aws::S3Control
5302
5312
  # @!attribute [rw] alias
5303
5313
  # The alias for the Multi-Region Access Point. For more information
5304
5314
  # about the distinction between the name and the alias of an
5305
- # Multi-Region Access Point, see [Managing Multi-Region Access
5306
- # Points][1].
5315
+ # Multi-Region Access Point, see [Rules for naming Amazon S3
5316
+ # Multi-Region Access Points][1].
5307
5317
  #
5308
5318
  #
5309
5319
  #
@@ -6750,9 +6760,9 @@ module Aws::S3Control
6750
6760
  #
6751
6761
  # * **Directory buckets** - For example, to copy objects to a
6752
6762
  # directory bucket named `destinationBucket` in the Availability
6753
- # Zone; identified by the AZ ID `usw2-az2`, set the `TargetResource`
6763
+ # Zone; identified by the AZ ID `usw2-az1`, set the `TargetResource`
6754
6764
  # property to
6755
- # `arn:aws:s3express:region:account_id:/bucket/destination_bucket_base_name--usw2-az2--x-s3`.
6765
+ # `arn:aws:s3express:region:account_id:/bucket/destination_bucket_base_name--usw2-az1--x-s3`.
6756
6766
  # @return [String]
6757
6767
  #
6758
6768
  # @!attribute [rw] canned_access_control_list
@@ -51,6 +51,6 @@ require_relative 'aws-sdk-s3control/customizations'
51
51
  # @!group service
52
52
  module Aws::S3Control
53
53
 
54
- GEM_VERSION = '1.78.0'
54
+ GEM_VERSION = '1.79.0'
55
55
 
56
56
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-s3control
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.78.0
4
+ version: 1.79.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-14 00:00:00.000000000 Z
11
+ date: 2024-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core