aws-sdk-s3 1.172.0 → 1.174.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/object.rbs CHANGED
@@ -199,7 +199,10 @@ module Aws
199
199
  ?version_id: ::String,
200
200
  ?request_payer: ("requester"),
201
201
  ?bypass_governance_retention: bool,
202
- ?expected_bucket_owner: ::String
202
+ ?expected_bucket_owner: ::String,
203
+ ?if_match: ::String,
204
+ ?if_match_last_modified_time: ::Time,
205
+ ?if_match_size: ::Integer
203
206
  ) -> Types::DeleteObjectOutput
204
207
  | (?Hash[Symbol, untyped]) -> Types::DeleteObjectOutput
205
208
 
@@ -277,11 +280,13 @@ module Aws
277
280
  ?checksum_sha1: ::String,
278
281
  ?checksum_sha256: ::String,
279
282
  ?expires: ::Time,
283
+ ?if_match: ::String,
280
284
  ?if_none_match: ::String,
281
285
  ?grant_full_control: ::String,
282
286
  ?grant_read: ::String,
283
287
  ?grant_read_acp: ::String,
284
288
  ?grant_write_acp: ::String,
289
+ ?write_offset_bytes: ::Integer,
285
290
  ?metadata: Hash[::String, ::String],
286
291
  ?server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse"),
287
292
  ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE"),
@@ -112,7 +112,10 @@ module Aws
112
112
  ?version_id: ::String,
113
113
  ?request_payer: ("requester"),
114
114
  ?bypass_governance_retention: bool,
115
- ?expected_bucket_owner: ::String
115
+ ?expected_bucket_owner: ::String,
116
+ ?if_match: ::String,
117
+ ?if_match_last_modified_time: ::Time,
118
+ ?if_match_size: ::Integer
116
119
  ) -> Types::DeleteObjectOutput
117
120
  | (?Hash[Symbol, untyped]) -> Types::DeleteObjectOutput
118
121
 
@@ -190,11 +193,13 @@ module Aws
190
193
  ?checksum_sha1: ::String,
191
194
  ?checksum_sha256: ::String,
192
195
  ?expires: ::Time,
196
+ ?if_match: ::String,
193
197
  ?if_none_match: ::String,
194
198
  ?grant_full_control: ::String,
195
199
  ?grant_read: ::String,
196
200
  ?grant_read_acp: ::String,
197
201
  ?grant_write_acp: ::String,
202
+ ?write_offset_bytes: ::Integer,
198
203
  ?metadata: Hash[::String, ::String],
199
204
  ?server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse"),
200
205
  ?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE"),
@@ -68,7 +68,10 @@ module Aws
68
68
  ?mfa: ::String,
69
69
  ?request_payer: ("requester"),
70
70
  ?bypass_governance_retention: bool,
71
- ?expected_bucket_owner: ::String
71
+ ?expected_bucket_owner: ::String,
72
+ ?if_match: ::String,
73
+ ?if_match_last_modified_time: ::Time,
74
+ ?if_match_size: ::Integer
72
75
  ) -> Types::DeleteObjectOutput
73
76
  | (?Hash[Symbol, untyped]) -> Types::DeleteObjectOutput
74
77
 
data/sig/types.rbs CHANGED
@@ -24,6 +24,7 @@ module Aws::S3
24
24
  attr_accessor upload_id: ::String
25
25
  attr_accessor request_payer: ("requester")
26
26
  attr_accessor expected_bucket_owner: ::String
27
+ attr_accessor if_match_initiated_time: ::Time
27
28
  SENSITIVE: []
28
29
  end
29
30
 
@@ -191,6 +192,7 @@ module Aws::S3
191
192
  attr_accessor checksum_sha256: ::String
192
193
  attr_accessor request_payer: ("requester")
193
194
  attr_accessor expected_bucket_owner: ::String
195
+ attr_accessor if_match: ::String
194
196
  attr_accessor if_none_match: ::String
195
197
  attr_accessor sse_customer_algorithm: ::String
196
198
  attr_accessor sse_customer_key: ::String
@@ -523,6 +525,9 @@ module Aws::S3
523
525
  attr_accessor request_payer: ("requester")
524
526
  attr_accessor bypass_governance_retention: bool
525
527
  attr_accessor expected_bucket_owner: ::String
528
+ attr_accessor if_match: ::String
529
+ attr_accessor if_match_last_modified_time: ::Time
530
+ attr_accessor if_match_size: ::Integer
526
531
  SENSITIVE: []
527
532
  end
528
533
 
@@ -594,6 +599,9 @@ module Aws::S3
594
599
  SENSITIVE: []
595
600
  end
596
601
 
602
+ class EncryptionTypeMismatch < Aws::EmptyStructure
603
+ end
604
+
597
605
  class EndEvent
598
606
  attr_accessor event_type: untyped
599
607
  SENSITIVE: []
@@ -1206,6 +1214,12 @@ module Aws::S3
1206
1214
  SENSITIVE: []
1207
1215
  end
1208
1216
 
1217
+ class InvalidRequest < Aws::EmptyStructure
1218
+ end
1219
+
1220
+ class InvalidWriteOffset < Aws::EmptyStructure
1221
+ end
1222
+
1209
1223
  class InventoryConfiguration
1210
1224
  attr_accessor destination: Types::InventoryDestination
1211
1225
  attr_accessor is_enabled: bool
@@ -1667,6 +1681,9 @@ module Aws::S3
1667
1681
  class ObjectIdentifier
1668
1682
  attr_accessor key: ::String
1669
1683
  attr_accessor version_id: ::String
1684
+ attr_accessor etag: ::String
1685
+ attr_accessor last_modified_time: ::Time
1686
+ attr_accessor size: ::Integer
1670
1687
  SENSITIVE: []
1671
1688
  end
1672
1689
 
@@ -2048,6 +2065,7 @@ module Aws::S3
2048
2065
  attr_accessor ssekms_key_id: ::String
2049
2066
  attr_accessor ssekms_encryption_context: ::String
2050
2067
  attr_accessor bucket_key_enabled: bool
2068
+ attr_accessor size: ::Integer
2051
2069
  attr_accessor request_charged: ("requester")
2052
2070
  SENSITIVE: [:ssekms_key_id, :ssekms_encryption_context]
2053
2071
  end
@@ -2069,12 +2087,14 @@ module Aws::S3
2069
2087
  attr_accessor checksum_sha1: ::String
2070
2088
  attr_accessor checksum_sha256: ::String
2071
2089
  attr_accessor expires: ::Time
2090
+ attr_accessor if_match: ::String
2072
2091
  attr_accessor if_none_match: ::String
2073
2092
  attr_accessor grant_full_control: ::String
2074
2093
  attr_accessor grant_read: ::String
2075
2094
  attr_accessor grant_read_acp: ::String
2076
2095
  attr_accessor grant_write_acp: ::String
2077
2096
  attr_accessor key: ::String
2097
+ attr_accessor write_offset_bytes: ::Integer
2078
2098
  attr_accessor metadata: ::Hash[::String, ::String]
2079
2099
  attr_accessor server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse")
2080
2100
  attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
@@ -2437,6 +2457,9 @@ module Aws::S3
2437
2457
  SENSITIVE: []
2438
2458
  end
2439
2459
 
2460
+ class TooManyParts < Aws::EmptyStructure
2461
+ end
2462
+
2440
2463
  class TopicConfiguration
2441
2464
  attr_accessor id: ::String
2442
2465
  attr_accessor topic_arn: ::String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.172.0
4
+ version: 1.174.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-11-18 00:00:00.000000000 Z
11
+ date: 2024-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-kms