aws-sdk-s3control 1.27.0 → 1.28.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/lib/aws-sdk-s3control.rb +1 -1
- data/lib/aws-sdk-s3control/client.rb +5 -1
- data/lib/aws-sdk-s3control/types.rb +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1eea7fa08fcb80dedd1e70dda6eea83c1dc8d27ba5c4990f425a15670218c9a5
|
|
4
|
+
data.tar.gz: d62f20c89838a2ae2948d3a6f9c08b2e586744a9700c79908807afb9447767d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1ccce69cdffa61c65a18bfad24afea2a97cdda348584adbcc69769e3485c5c22c28eeb4ab0226399e20d292375d1c0901e9ed6e1f20dfa176a2f313e15577150
|
|
7
|
+
data.tar.gz: e353b8a09a47823f75a2ad09fdf4412a5b8f585b24a6dccc6cdd4a1bb544b6be7b0d67057f3b13ce32c8e4cf88e287bff8e63315b454825ffe03bc6f36ce3856
|
data/lib/aws-sdk-s3control.rb
CHANGED
|
@@ -1484,6 +1484,7 @@ module Aws::S3Control
|
|
|
1484
1484
|
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html
|
|
1485
1485
|
#
|
|
1486
1486
|
# @option params [required, String] :account_id
|
|
1487
|
+
# The AWS account ID associated with the S3 Batch Operations job.
|
|
1487
1488
|
#
|
|
1488
1489
|
# @option params [required, String] :job_id
|
|
1489
1490
|
# The ID for the job whose information you want to retrieve.
|
|
@@ -2500,6 +2501,7 @@ module Aws::S3Control
|
|
|
2500
2501
|
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html
|
|
2501
2502
|
#
|
|
2502
2503
|
# @option params [required, String] :account_id
|
|
2504
|
+
# The AWS account ID associated with the S3 Batch Operations job.
|
|
2503
2505
|
#
|
|
2504
2506
|
# @option params [Array<String>] :job_statuses
|
|
2505
2507
|
# The `List Jobs` request returns jobs that match the statuses listed in
|
|
@@ -3428,6 +3430,7 @@ module Aws::S3Control
|
|
|
3428
3430
|
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html
|
|
3429
3431
|
#
|
|
3430
3432
|
# @option params [required, String] :account_id
|
|
3433
|
+
# The AWS account ID associated with the S3 Batch Operations job.
|
|
3431
3434
|
#
|
|
3432
3435
|
# @option params [required, String] :job_id
|
|
3433
3436
|
# The ID for the job whose priority you want to update.
|
|
@@ -3488,6 +3491,7 @@ module Aws::S3Control
|
|
|
3488
3491
|
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html
|
|
3489
3492
|
#
|
|
3490
3493
|
# @option params [required, String] :account_id
|
|
3494
|
+
# The AWS account ID associated with the S3 Batch Operations job.
|
|
3491
3495
|
#
|
|
3492
3496
|
# @option params [required, String] :job_id
|
|
3493
3497
|
# The ID of the job whose status you want to update.
|
|
@@ -3542,7 +3546,7 @@ module Aws::S3Control
|
|
|
3542
3546
|
params: params,
|
|
3543
3547
|
config: config)
|
|
3544
3548
|
context[:gem_name] = 'aws-sdk-s3control'
|
|
3545
|
-
context[:gem_version] = '1.
|
|
3549
|
+
context[:gem_version] = '1.28.0'
|
|
3546
3550
|
Seahorse::Client::Request.new(handlers, context)
|
|
3547
3551
|
end
|
|
3548
3552
|
|
|
@@ -1034,6 +1034,7 @@ module Aws::S3Control
|
|
|
1034
1034
|
# }
|
|
1035
1035
|
#
|
|
1036
1036
|
# @!attribute [rw] account_id
|
|
1037
|
+
# The AWS account ID associated with the S3 Batch Operations job.
|
|
1037
1038
|
# @return [String]
|
|
1038
1039
|
#
|
|
1039
1040
|
# @!attribute [rw] job_id
|
|
@@ -2679,6 +2680,7 @@ module Aws::S3Control
|
|
|
2679
2680
|
# }
|
|
2680
2681
|
#
|
|
2681
2682
|
# @!attribute [rw] account_id
|
|
2683
|
+
# The AWS account ID associated with the S3 Batch Operations job.
|
|
2682
2684
|
# @return [String]
|
|
2683
2685
|
#
|
|
2684
2686
|
# @!attribute [rw] job_statuses
|
|
@@ -4736,6 +4738,7 @@ module Aws::S3Control
|
|
|
4736
4738
|
# }
|
|
4737
4739
|
#
|
|
4738
4740
|
# @!attribute [rw] account_id
|
|
4741
|
+
# The AWS account ID associated with the S3 Batch Operations job.
|
|
4739
4742
|
# @return [String]
|
|
4740
4743
|
#
|
|
4741
4744
|
# @!attribute [rw] job_id
|
|
@@ -4784,6 +4787,7 @@ module Aws::S3Control
|
|
|
4784
4787
|
# }
|
|
4785
4788
|
#
|
|
4786
4789
|
# @!attribute [rw] account_id
|
|
4790
|
+
# The AWS account ID associated with the S3 Batch Operations job.
|
|
4787
4791
|
# @return [String]
|
|
4788
4792
|
#
|
|
4789
4793
|
# @!attribute [rw] job_id
|
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.
|
|
4
|
+
version: 1.28.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: 2021-02-
|
|
11
|
+
date: 2021-02-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|