aws-sdk-s3 1.222.0 → 1.223.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: fd8be9de725f1c1bdbafffe871c56f3ef523ca9fa2c7ec5ce4946ede30e02379
4
- data.tar.gz: 54e0cf16269676ce19e342f4fde31cddb9597829efdff702f429e1ea4d0d49c4
3
+ metadata.gz: 5ce13435bf780e26150330aaf5ef04f1aad897b80ca22027f787c1376db3789d
4
+ data.tar.gz: 64520b9e99f0d4b18e77f873d6e13941e408a32f9e3bb8abcbaea46ace734457
5
5
  SHA512:
6
- metadata.gz: 92dff082aad62b7316c37663ce05f30aa083ffca5fff5cc59e9bcd858e94467b6c72685b5726d8d5409418eb4662d5547c45699dfe64596a0dfeba51a71c89eb
7
- data.tar.gz: 9a9ae2f1a3d9ba8a15b2197d3e545653381e2d1eb45eb6ed5a88ebae786831dc636e5adc09cb41ab91f073f81a1b82002f172e8e84dd36df24fa787f3d2034dd
6
+ metadata.gz: 9383045456538d43078cdaaaa1a32de8c20eceb68863817f22de5610700cbac2f2754747ca5c2738026d0d78592821c690456e19c5436e1c18c396110137b766
7
+ data.tar.gz: d98bccd504a89f03224bc51cf4f1d5327fb2ddc6c0101ed33baa5851b2b1090c39320d981b49df6a8258d0aba9e726475aa88f94055243d6c0aa25ae9af5bf83
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.223.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.222.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.222.0
1
+ 1.223.0
@@ -23402,7 +23402,7 @@ module Aws::S3
23402
23402
  tracer: tracer
23403
23403
  )
23404
23404
  context[:gem_name] = 'aws-sdk-s3'
23405
- context[:gem_version] = '1.222.0'
23405
+ context[:gem_version] = '1.223.0'
23406
23406
  Seahorse::Client::Request.new(handlers, context)
23407
23407
  end
23408
23408
 
data/lib/aws-sdk-s3.rb CHANGED
@@ -75,7 +75,7 @@ module Aws::S3
75
75
  autoload :ObjectVersion, 'aws-sdk-s3/object_version'
76
76
  autoload :EventStreams, 'aws-sdk-s3/event_streams'
77
77
 
78
- GEM_VERSION = '1.222.0'
78
+ GEM_VERSION = '1.223.0'
79
79
 
80
80
  end
81
81
 
data/sig/bucket.rbs CHANGED
@@ -64,7 +64,7 @@ module Aws
64
64
  {
65
65
  key: ::String,
66
66
  value: ::String
67
- },
67
+ }
68
68
  ]?
69
69
  },
70
70
  ?grant_full_control: ::String,
@@ -94,7 +94,7 @@ module Aws
94
94
  etag: ::String?,
95
95
  last_modified_time: ::Time?,
96
96
  size: ::Integer?
97
- },
97
+ }
98
98
  ],
99
99
  quiet: bool?
100
100
  },
data/sig/bucket_acl.rbs CHANGED
@@ -50,7 +50,7 @@ module Aws
50
50
  uri: ::String?
51
51
  }?,
52
52
  permission: ("FULL_CONTROL" | "WRITE" | "WRITE_ACP" | "READ" | "READ_ACP")?
53
- },
53
+ }
54
54
  ]?,
55
55
  owner: {
56
56
  display_name: ::String?,
data/sig/bucket_cors.rbs CHANGED
@@ -50,7 +50,7 @@ module Aws
50
50
  allowed_origins: Array[::String],
51
51
  expose_headers: Array[::String]?,
52
52
  max_age_seconds: ::Integer?
53
- },
53
+ }
54
54
  ]
55
55
  },
56
56
  ?content_md5: ::String,
@@ -71,7 +71,7 @@ module Aws
71
71
  abort_incomplete_multipart_upload: {
72
72
  days_after_initiation: ::Integer?
73
73
  }?
74
- },
74
+ }
75
75
  ]
76
76
  },
77
77
  ?expected_bucket_owner: ::String
@@ -69,7 +69,7 @@ module Aws
69
69
  {
70
70
  key: ::String,
71
71
  value: ::String
72
- },
72
+ }
73
73
  ]?,
74
74
  object_size_greater_than: ::Integer?,
75
75
  object_size_less_than: ::Integer?
@@ -81,14 +81,14 @@ module Aws
81
81
  date: ::Time?,
82
82
  days: ::Integer?,
83
83
  storage_class: ("GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "GLACIER_IR")?
84
- },
84
+ }
85
85
  ]?,
86
86
  noncurrent_version_transitions: Array[
87
87
  {
88
88
  noncurrent_days: ::Integer?,
89
89
  storage_class: ("GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "GLACIER_IR")?,
90
90
  newer_noncurrent_versions: ::Integer?
91
- },
91
+ }
92
92
  ]?,
93
93
  noncurrent_version_expiration: {
94
94
  noncurrent_days: ::Integer?,
@@ -97,7 +97,7 @@ module Aws
97
97
  abort_incomplete_multipart_upload: {
98
98
  days_after_initiation: ::Integer?
99
99
  }?
100
- },
100
+ }
101
101
  ]
102
102
  },
103
103
  ?expected_bucket_owner: ::String,
@@ -48,7 +48,7 @@ module Aws
48
48
  uri: ::String?
49
49
  }?,
50
50
  permission: ("FULL_CONTROL" | "READ" | "WRITE")?
51
- },
51
+ }
52
52
  ]?,
53
53
  target_prefix: ::String,
54
54
  target_object_key_format: {
@@ -56,11 +56,11 @@ module Aws
56
56
  {
57
57
  name: ("prefix" | "suffix")?,
58
58
  value: ::String?
59
- },
59
+ }
60
60
  ]?
61
61
  }?
62
62
  }?
63
- },
63
+ }
64
64
  ]?,
65
65
  queue_configurations: Array[
66
66
  {
@@ -73,11 +73,11 @@ module Aws
73
73
  {
74
74
  name: ("prefix" | "suffix")?,
75
75
  value: ::String?
76
- },
76
+ }
77
77
  ]?
78
78
  }?
79
79
  }?
80
- },
80
+ }
81
81
  ]?,
82
82
  lambda_function_configurations: Array[
83
83
  {
@@ -90,11 +90,11 @@ module Aws
90
90
  {
91
91
  name: ("prefix" | "suffix")?,
92
92
  value: ::String?
93
- },
93
+ }
94
94
  ]?
95
95
  }?
96
96
  }?
97
- },
97
+ }
98
98
  ]?,
99
99
  event_bridge_configuration: {
100
100
  }?
@@ -48,7 +48,7 @@ module Aws
48
48
  {
49
49
  key: ::String,
50
50
  value: ::String
51
- },
51
+ }
52
52
  ]
53
53
  },
54
54
  ?expected_bucket_owner: ::String
@@ -76,7 +76,7 @@ module Aws
76
76
  replace_key_prefix_with: ::String?,
77
77
  replace_key_with: ::String?
78
78
  }
79
- },
79
+ }
80
80
  ]?
81
81
  },
82
82
  ?expected_bucket_owner: ::String
data/sig/client.rbs CHANGED
@@ -151,7 +151,7 @@ module Aws
151
151
  checksum_xxhash3: ::String?,
152
152
  checksum_xxhash128: ::String?,
153
153
  part_number: ::Integer?
154
- },
154
+ }
155
155
  ]?
156
156
  },
157
157
  upload_id: ::String,
@@ -262,7 +262,7 @@ module Aws
262
262
  {
263
263
  key: ::String,
264
264
  value: ::String
265
- },
265
+ }
266
266
  ]?
267
267
  },
268
268
  ?grant_full_control: ::String,
@@ -551,7 +551,7 @@ module Aws
551
551
  etag: ::String?,
552
552
  last_modified_time: ::Time?,
553
553
  size: ::Integer?
554
- },
554
+ }
555
555
  ],
556
556
  quiet: bool?
557
557
  },
@@ -1416,24 +1416,7 @@ module Aws
1416
1416
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_bucket_acl-instance_method
1417
1417
  def put_bucket_acl: (
1418
1418
  ?acl: ("private" | "public-read" | "public-read-write" | "authenticated-read"),
1419
- ?access_control_policy: {
1420
- grants: Array[
1421
- {
1422
- grantee: {
1423
- display_name: ::String?,
1424
- email_address: ::String?,
1425
- id: ::String?,
1426
- type: ("CanonicalUser" | "AmazonCustomerByEmail" | "Group"),
1427
- uri: ::String?
1428
- }?,
1429
- permission: ("FULL_CONTROL" | "WRITE" | "WRITE_ACP" | "READ" | "READ_ACP")?
1430
- },
1431
- ]?,
1432
- owner: {
1433
- display_name: ::String?,
1434
- id: ::String?
1435
- }?
1436
- },
1419
+ ?access_control_policy: Params::access_control_policy,
1437
1420
  bucket: ::String,
1438
1421
  ?content_md5: ::String,
1439
1422
  ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME" | "SHA512" | "MD5" | "XXHASH64" | "XXHASH3" | "XXHASH128"),
@@ -1464,7 +1447,7 @@ module Aws
1464
1447
  {
1465
1448
  key: ::String,
1466
1449
  value: ::String
1467
- },
1450
+ }
1468
1451
  ]?
1469
1452
  }?
1470
1453
  }?,
@@ -1498,7 +1481,7 @@ module Aws
1498
1481
  allowed_origins: Array[::String],
1499
1482
  expose_headers: Array[::String]?,
1500
1483
  max_age_seconds: ::Integer?
1501
- },
1484
+ }
1502
1485
  ]
1503
1486
  },
1504
1487
  ?content_md5: ::String,
@@ -1523,7 +1506,7 @@ module Aws
1523
1506
  blocked_encryption_types: {
1524
1507
  encryption_type: Array[("NONE" | "SSE-C")]?
1525
1508
  }?
1526
- },
1509
+ }
1527
1510
  ]
1528
1511
  },
1529
1512
  ?expected_bucket_owner: ::String
@@ -1549,7 +1532,7 @@ module Aws
1549
1532
  {
1550
1533
  key: ::String,
1551
1534
  value: ::String
1552
- },
1535
+ }
1553
1536
  ]?
1554
1537
  }?
1555
1538
  }?,
@@ -1558,7 +1541,7 @@ module Aws
1558
1541
  {
1559
1542
  days: ::Integer,
1560
1543
  access_tier: ("ARCHIVE_ACCESS" | "DEEP_ARCHIVE_ACCESS")
1561
- },
1544
+ }
1562
1545
  ]
1563
1546
  }
1564
1547
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -1632,7 +1615,7 @@ module Aws
1632
1615
  abort_incomplete_multipart_upload: {
1633
1616
  days_after_initiation: ::Integer?
1634
1617
  }?
1635
- },
1618
+ }
1636
1619
  ]
1637
1620
  },
1638
1621
  ?expected_bucket_owner: ::String
@@ -1671,7 +1654,7 @@ module Aws
1671
1654
  {
1672
1655
  key: ::String,
1673
1656
  value: ::String
1674
- },
1657
+ }
1675
1658
  ]?,
1676
1659
  object_size_greater_than: ::Integer?,
1677
1660
  object_size_less_than: ::Integer?
@@ -1683,14 +1666,14 @@ module Aws
1683
1666
  date: ::Time?,
1684
1667
  days: ::Integer?,
1685
1668
  storage_class: ("GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "GLACIER_IR")?
1686
- },
1669
+ }
1687
1670
  ]?,
1688
1671
  noncurrent_version_transitions: Array[
1689
1672
  {
1690
1673
  noncurrent_days: ::Integer?,
1691
1674
  storage_class: ("GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "GLACIER_IR")?,
1692
1675
  newer_noncurrent_versions: ::Integer?
1693
- },
1676
+ }
1694
1677
  ]?,
1695
1678
  noncurrent_version_expiration: {
1696
1679
  noncurrent_days: ::Integer?,
@@ -1699,7 +1682,7 @@ module Aws
1699
1682
  abort_incomplete_multipart_upload: {
1700
1683
  days_after_initiation: ::Integer?
1701
1684
  }?
1702
- },
1685
+ }
1703
1686
  ]
1704
1687
  },
1705
1688
  ?expected_bucket_owner: ::String,
@@ -1723,7 +1706,7 @@ module Aws
1723
1706
  uri: ::String?
1724
1707
  }?,
1725
1708
  permission: ("FULL_CONTROL" | "READ" | "WRITE")?
1726
- },
1709
+ }
1727
1710
  ]?,
1728
1711
  target_prefix: ::String,
1729
1712
  target_object_key_format: {
@@ -1760,7 +1743,7 @@ module Aws
1760
1743
  {
1761
1744
  key: ::String,
1762
1745
  value: ::String
1763
- },
1746
+ }
1764
1747
  ]?,
1765
1748
  access_point_arn: ::String?
1766
1749
  }?
@@ -1809,51 +1792,24 @@ module Aws
1809
1792
  id: ::String?,
1810
1793
  topic_arn: ::String,
1811
1794
  events: Array[("s3:ReducedRedundancyLostObject" | "s3:ObjectCreated:*" | "s3:ObjectCreated:Put" | "s3:ObjectCreated:Post" | "s3:ObjectCreated:Copy" | "s3:ObjectCreated:CompleteMultipartUpload" | "s3:ObjectRemoved:*" | "s3:ObjectRemoved:Delete" | "s3:ObjectRemoved:DeleteMarkerCreated" | "s3:ObjectRestore:*" | "s3:ObjectRestore:Post" | "s3:ObjectRestore:Completed" | "s3:Replication:*" | "s3:Replication:OperationFailedReplication" | "s3:Replication:OperationNotTracked" | "s3:Replication:OperationMissedThreshold" | "s3:Replication:OperationReplicatedAfterThreshold" | "s3:ObjectRestore:Delete" | "s3:LifecycleTransition" | "s3:IntelligentTiering" | "s3:ObjectAcl:Put" | "s3:LifecycleExpiration:*" | "s3:LifecycleExpiration:Delete" | "s3:LifecycleExpiration:DeleteMarkerCreated" | "s3:ObjectTagging:*" | "s3:ObjectTagging:Put" | "s3:ObjectTagging:Delete")],
1812
- filter: {
1813
- key: {
1814
- filter_rules: Array[
1815
- {
1816
- name: ("prefix" | "suffix")?,
1817
- value: ::String?
1818
- },
1819
- ]?
1820
- }?
1821
- }?
1822
- },
1795
+ filter: Params::notification_configuration_filter?
1796
+ }
1823
1797
  ]?,
1824
1798
  queue_configurations: Array[
1825
1799
  {
1826
1800
  id: ::String?,
1827
1801
  queue_arn: ::String,
1828
1802
  events: Array[("s3:ReducedRedundancyLostObject" | "s3:ObjectCreated:*" | "s3:ObjectCreated:Put" | "s3:ObjectCreated:Post" | "s3:ObjectCreated:Copy" | "s3:ObjectCreated:CompleteMultipartUpload" | "s3:ObjectRemoved:*" | "s3:ObjectRemoved:Delete" | "s3:ObjectRemoved:DeleteMarkerCreated" | "s3:ObjectRestore:*" | "s3:ObjectRestore:Post" | "s3:ObjectRestore:Completed" | "s3:Replication:*" | "s3:Replication:OperationFailedReplication" | "s3:Replication:OperationNotTracked" | "s3:Replication:OperationMissedThreshold" | "s3:Replication:OperationReplicatedAfterThreshold" | "s3:ObjectRestore:Delete" | "s3:LifecycleTransition" | "s3:IntelligentTiering" | "s3:ObjectAcl:Put" | "s3:LifecycleExpiration:*" | "s3:LifecycleExpiration:Delete" | "s3:LifecycleExpiration:DeleteMarkerCreated" | "s3:ObjectTagging:*" | "s3:ObjectTagging:Put" | "s3:ObjectTagging:Delete")],
1829
- filter: {
1830
- key: {
1831
- filter_rules: Array[
1832
- {
1833
- name: ("prefix" | "suffix")?,
1834
- value: ::String?
1835
- },
1836
- ]?
1837
- }?
1838
- }?
1839
- },
1803
+ filter: Params::notification_configuration_filter?
1804
+ }
1840
1805
  ]?,
1841
1806
  lambda_function_configurations: Array[
1842
1807
  {
1843
1808
  id: ::String?,
1844
1809
  lambda_function_arn: ::String,
1845
1810
  events: Array[("s3:ReducedRedundancyLostObject" | "s3:ObjectCreated:*" | "s3:ObjectCreated:Put" | "s3:ObjectCreated:Post" | "s3:ObjectCreated:Copy" | "s3:ObjectCreated:CompleteMultipartUpload" | "s3:ObjectRemoved:*" | "s3:ObjectRemoved:Delete" | "s3:ObjectRemoved:DeleteMarkerCreated" | "s3:ObjectRestore:*" | "s3:ObjectRestore:Post" | "s3:ObjectRestore:Completed" | "s3:Replication:*" | "s3:Replication:OperationFailedReplication" | "s3:Replication:OperationNotTracked" | "s3:Replication:OperationMissedThreshold" | "s3:Replication:OperationReplicatedAfterThreshold" | "s3:ObjectRestore:Delete" | "s3:LifecycleTransition" | "s3:IntelligentTiering" | "s3:ObjectAcl:Put" | "s3:LifecycleExpiration:*" | "s3:LifecycleExpiration:Delete" | "s3:LifecycleExpiration:DeleteMarkerCreated" | "s3:ObjectTagging:*" | "s3:ObjectTagging:Put" | "s3:ObjectTagging:Delete")],
1846
- filter: {
1847
- key: {
1848
- filter_rules: Array[
1849
- {
1850
- name: ("prefix" | "suffix")?,
1851
- value: ::String?
1852
- },
1853
- ]?
1854
- }?
1855
- }?
1856
- },
1811
+ filter: Params::notification_configuration_filter?
1812
+ }
1857
1813
  ]?,
1858
1814
  event_bridge_configuration: {
1859
1815
  }?
@@ -1872,7 +1828,7 @@ module Aws
1872
1828
  rules: Array[
1873
1829
  {
1874
1830
  object_ownership: ("BucketOwnerPreferred" | "ObjectWriter" | "BucketOwnerEnforced")
1875
- },
1831
+ }
1876
1832
  ]
1877
1833
  },
1878
1834
  ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME" | "SHA512" | "MD5" | "XXHASH64" | "XXHASH3" | "XXHASH128")
@@ -1914,7 +1870,7 @@ module Aws
1914
1870
  {
1915
1871
  key: ::String,
1916
1872
  value: ::String
1917
- },
1873
+ }
1918
1874
  ]?
1919
1875
  }?
1920
1876
  }?,
@@ -1956,7 +1912,7 @@ module Aws
1956
1912
  delete_marker_replication: {
1957
1913
  status: ("Enabled" | "Disabled")?
1958
1914
  }?
1959
- },
1915
+ }
1960
1916
  ]
1961
1917
  },
1962
1918
  ?token: ::String,
@@ -1986,7 +1942,7 @@ module Aws
1986
1942
  {
1987
1943
  key: ::String,
1988
1944
  value: ::String
1989
- },
1945
+ }
1990
1946
  ]
1991
1947
  },
1992
1948
  ?expected_bucket_owner: ::String
@@ -2036,7 +1992,7 @@ module Aws
2036
1992
  replace_key_prefix_with: ::String?,
2037
1993
  replace_key_with: ::String?
2038
1994
  }
2039
- },
1995
+ }
2040
1996
  ]?
2041
1997
  },
2042
1998
  ?expected_bucket_owner: ::String
@@ -2126,24 +2082,7 @@ module Aws
2126
2082
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_object_acl-instance_method
2127
2083
  def put_object_acl: (
2128
2084
  ?acl: ("private" | "public-read" | "public-read-write" | "authenticated-read" | "aws-exec-read" | "bucket-owner-read" | "bucket-owner-full-control"),
2129
- ?access_control_policy: {
2130
- grants: Array[
2131
- {
2132
- grantee: {
2133
- display_name: ::String?,
2134
- email_address: ::String?,
2135
- id: ::String?,
2136
- type: ("CanonicalUser" | "AmazonCustomerByEmail" | "Group"),
2137
- uri: ::String?
2138
- }?,
2139
- permission: ("FULL_CONTROL" | "WRITE" | "WRITE_ACP" | "READ" | "READ_ACP")?
2140
- },
2141
- ]?,
2142
- owner: {
2143
- display_name: ::String?,
2144
- id: ::String?
2145
- }?
2146
- },
2085
+ ?access_control_policy: Params::access_control_policy,
2147
2086
  bucket: ::String,
2148
2087
  ?content_md5: ::String,
2149
2088
  ?checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME" | "SHA512" | "MD5" | "XXHASH64" | "XXHASH3" | "XXHASH128"),
@@ -2240,7 +2179,7 @@ module Aws
2240
2179
  {
2241
2180
  key: ::String,
2242
2181
  value: ::String
2243
- },
2182
+ }
2244
2183
  ]
2245
2184
  },
2246
2185
  ?expected_bucket_owner: ::String,
@@ -2302,37 +2241,10 @@ module Aws
2302
2241
  tier: ("Standard" | "Bulk" | "Expedited")?,
2303
2242
  description: ::String?,
2304
2243
  select_parameters: {
2305
- input_serialization: {
2306
- csv: {
2307
- file_header_info: ("USE" | "IGNORE" | "NONE")?,
2308
- comments: ::String?,
2309
- quote_escape_character: ::String?,
2310
- record_delimiter: ::String?,
2311
- field_delimiter: ::String?,
2312
- quote_character: ::String?,
2313
- allow_quoted_record_delimiter: bool?
2314
- }?,
2315
- compression_type: ("NONE" | "GZIP" | "BZIP2")?,
2316
- json: {
2317
- type: ("DOCUMENT" | "LINES")?
2318
- }?,
2319
- parquet: {
2320
- }?
2321
- },
2244
+ input_serialization: Params::input_serialization,
2322
2245
  expression_type: ("SQL"),
2323
2246
  expression: ::String,
2324
- output_serialization: {
2325
- csv: {
2326
- quote_fields: ("ALWAYS" | "ASNEEDED")?,
2327
- quote_escape_character: ::String?,
2328
- record_delimiter: ::String?,
2329
- field_delimiter: ::String?,
2330
- quote_character: ::String?
2331
- }?,
2332
- json: {
2333
- record_delimiter: ::String?
2334
- }?
2335
- }
2247
+ output_serialization: Params::output_serialization
2336
2248
  }?,
2337
2249
  output_location: {
2338
2250
  s3: {
@@ -2345,30 +2257,21 @@ module Aws
2345
2257
  }?,
2346
2258
  canned_acl: ("private" | "public-read" | "public-read-write" | "authenticated-read" | "aws-exec-read" | "bucket-owner-read" | "bucket-owner-full-control")?,
2347
2259
  access_control_list: Array[
2348
- {
2349
- grantee: {
2350
- display_name: ::String?,
2351
- email_address: ::String?,
2352
- id: ::String?,
2353
- type: ("CanonicalUser" | "AmazonCustomerByEmail" | "Group"),
2354
- uri: ::String?
2355
- }?,
2356
- permission: ("FULL_CONTROL" | "WRITE" | "WRITE_ACP" | "READ" | "READ_ACP")?
2357
- },
2260
+ Params::grant
2358
2261
  ]?,
2359
2262
  tagging: {
2360
2263
  tag_set: Array[
2361
2264
  {
2362
2265
  key: ::String,
2363
2266
  value: ::String
2364
- },
2267
+ }
2365
2268
  ]
2366
2269
  }?,
2367
2270
  user_metadata: Array[
2368
2271
  {
2369
2272
  name: ::String?,
2370
2273
  value: ::String?
2371
- },
2274
+ }
2372
2275
  ]?,
2373
2276
  storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")?
2374
2277
  }?
@@ -2396,35 +2299,8 @@ module Aws
2396
2299
  ?request_progress: {
2397
2300
  enabled: bool?
2398
2301
  },
2399
- input_serialization: {
2400
- csv: {
2401
- file_header_info: ("USE" | "IGNORE" | "NONE")?,
2402
- comments: ::String?,
2403
- quote_escape_character: ::String?,
2404
- record_delimiter: ::String?,
2405
- field_delimiter: ::String?,
2406
- quote_character: ::String?,
2407
- allow_quoted_record_delimiter: bool?
2408
- }?,
2409
- compression_type: ("NONE" | "GZIP" | "BZIP2")?,
2410
- json: {
2411
- type: ("DOCUMENT" | "LINES")?
2412
- }?,
2413
- parquet: {
2414
- }?
2415
- },
2416
- output_serialization: {
2417
- csv: {
2418
- quote_fields: ("ALWAYS" | "ASNEEDED")?,
2419
- quote_escape_character: ::String?,
2420
- record_delimiter: ::String?,
2421
- field_delimiter: ::String?,
2422
- quote_character: ::String?
2423
- }?,
2424
- json: {
2425
- record_delimiter: ::String?
2426
- }?
2427
- },
2302
+ input_serialization: Params::input_serialization,
2303
+ output_serialization: Params::output_serialization,
2428
2304
  ?scan_range: {
2429
2305
  start: ::Integer?,
2430
2306
  end: ::Integer?
@@ -82,7 +82,7 @@ module Aws
82
82
  checksum_xxhash3: ::String?,
83
83
  checksum_xxhash128: ::String?,
84
84
  part_number: ::Integer?
85
- },
85
+ }
86
86
  ]?
87
87
  },
88
88
  ?checksum_crc32: ::String,
data/sig/object.rbs CHANGED
@@ -406,21 +406,21 @@ module Aws
406
406
  uri: ::String?
407
407
  }?,
408
408
  permission: ("FULL_CONTROL" | "WRITE" | "WRITE_ACP" | "READ" | "READ_ACP")?
409
- },
409
+ }
410
410
  ]?,
411
411
  tagging: {
412
412
  tag_set: Array[
413
413
  {
414
414
  key: ::String,
415
415
  value: ::String
416
- },
416
+ }
417
417
  ]
418
418
  }?,
419
419
  user_metadata: Array[
420
420
  {
421
421
  name: ::String?,
422
422
  value: ::String?
423
- },
423
+ }
424
424
  ]?,
425
425
  storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")?
426
426
  }?
data/sig/object_acl.rbs CHANGED
@@ -56,7 +56,7 @@ module Aws
56
56
  uri: ::String?
57
57
  }?,
58
58
  permission: ("FULL_CONTROL" | "WRITE" | "WRITE_ACP" | "READ" | "READ_ACP")?
59
- },
59
+ }
60
60
  ]?,
61
61
  owner: {
62
62
  display_name: ::String?,
@@ -295,21 +295,21 @@ module Aws
295
295
  uri: ::String?
296
296
  }?,
297
297
  permission: ("FULL_CONTROL" | "WRITE" | "WRITE_ACP" | "READ" | "READ_ACP")?
298
- },
298
+ }
299
299
  ]?,
300
300
  tagging: {
301
301
  tag_set: Array[
302
302
  {
303
303
  key: ::String,
304
304
  value: ::String
305
- },
305
+ }
306
306
  ]
307
307
  }?,
308
308
  user_metadata: Array[
309
309
  {
310
310
  name: ::String?,
311
311
  value: ::String?
312
- },
312
+ }
313
313
  ]?,
314
314
  storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")?
315
315
  }?
data/sig/params.rbs ADDED
@@ -0,0 +1,78 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module S3
10
+ module Params
11
+ type access_control_policy = {
12
+ grants: Array[
13
+ Params::grant
14
+ ]?,
15
+ owner: {
16
+ display_name: ::String?,
17
+ id: ::String?
18
+ }?
19
+ }
20
+
21
+ type grant = {
22
+ grantee: {
23
+ display_name: ::String?,
24
+ email_address: ::String?,
25
+ id: ::String?,
26
+ type: ("CanonicalUser" | "AmazonCustomerByEmail" | "Group"),
27
+ uri: ::String?
28
+ }?,
29
+ permission: ("FULL_CONTROL" | "WRITE" | "WRITE_ACP" | "READ" | "READ_ACP")?
30
+ }
31
+
32
+ type notification_configuration_filter = {
33
+ key: {
34
+ filter_rules: Array[
35
+ {
36
+ name: ("prefix" | "suffix")?,
37
+ value: ::String?
38
+ }
39
+ ]?
40
+ }?
41
+ }
42
+
43
+ type csv_input = {
44
+ file_header_info: ("USE" | "IGNORE" | "NONE")?,
45
+ comments: ::String?,
46
+ quote_escape_character: ::String?,
47
+ record_delimiter: ::String?,
48
+ field_delimiter: ::String?,
49
+ quote_character: ::String?,
50
+ allow_quoted_record_delimiter: bool?
51
+ }
52
+
53
+ type input_serialization = {
54
+ csv: Params::csv_input?,
55
+ compression_type: ("NONE" | "GZIP" | "BZIP2")?,
56
+ json: {
57
+ type: ("DOCUMENT" | "LINES")?
58
+ }?,
59
+ parquet: {
60
+ }?
61
+ }
62
+
63
+ type output_serialization = {
64
+ csv: {
65
+ quote_fields: ("ALWAYS" | "ASNEEDED")?,
66
+ quote_escape_character: ::String?,
67
+ record_delimiter: ::String?,
68
+ field_delimiter: ::String?,
69
+ quote_character: ::String?
70
+ }?,
71
+ json: {
72
+ record_delimiter: ::String?
73
+ }?
74
+ }
75
+
76
+ end
77
+ end
78
+ end
data/sig/resource.rbs CHANGED
@@ -113,7 +113,7 @@ module Aws
113
113
  {
114
114
  key: ::String,
115
115
  value: ::String
116
- },
116
+ }
117
117
  ]?
118
118
  },
119
119
  ?grant_full_control: ::String,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.222.0
4
+ version: 1.223.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -217,6 +217,7 @@ files:
217
217
  - sig/object_acl.rbs
218
218
  - sig/object_summary.rbs
219
219
  - sig/object_version.rbs
220
+ - sig/params.rbs
220
221
  - sig/resource.rbs
221
222
  - sig/types.rbs
222
223
  - sig/waiters.rbs