aws-sdk-s3control 1.130.0 → 1.131.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: 83930c3ae7bdd74accdc6bd80de0ec6ca7a15f9b2aaefaabb3b37c6cd9a15bf6
4
- data.tar.gz: 4784670e428c90fc1d2b82f4291ced5884f32520cbf3076dd9f0a77cc373dc90
3
+ metadata.gz: cbd26c52ea3a4e03edc477bfe69af024e3b1665d6973089231bc07717935b4fe
4
+ data.tar.gz: a0e6786087b1285fbdd47ea82f8d42edbc4357795087857436b22923e6364112
5
5
  SHA512:
6
- metadata.gz: 580221a2d839768a7d20c1b25556f8dbbf4cb46e310044aad2c44791b44b19409b282e1501e1892a7230dee9f011dcc5167b3a0d08b01f6b152a568e57230c2d
7
- data.tar.gz: 5b9f431e970ac1e040ddce6d226fe3a90b155b532f7be1c965b43e03f5c5ff9dcb8aa6f297435533127ee9f062bba9f8fe2eaa65c368c4902d98d2d436ee2d31
6
+ metadata.gz: 6c1396f95c7fcef0d9f880f849fcaa09d5cf7872f7b479ea3412771e5e68bdcae397f5456af81ce110fb782b4a021dc07c68244aa2a7599bbb31114e26b263a6
7
+ data.tar.gz: 7af644b329a99dc5442854aa1b2f264f7cb41b72e9142c5b3f930884c75a8256834a48d74def200e9ed8f0edce72aee98640b1e6ee8d077e1277f14c12f7dccb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.131.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.130.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.130.0
1
+ 1.131.0
@@ -8220,7 +8220,7 @@ module Aws::S3Control
8220
8220
  tracer: tracer
8221
8221
  )
8222
8222
  context[:gem_name] = 'aws-sdk-s3control'
8223
- context[:gem_version] = '1.130.0'
8223
+ context[:gem_version] = '1.131.0'
8224
8224
  Seahorse::Client::Request.new(handlers, context)
8225
8225
  end
8226
8226
 
@@ -54,7 +54,7 @@ module Aws::S3Control
54
54
  autoload :EndpointProvider, 'aws-sdk-s3control/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-s3control/endpoints'
56
56
 
57
- GEM_VERSION = '1.130.0'
57
+ GEM_VERSION = '1.131.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -116,7 +116,7 @@ module Aws
116
116
  {
117
117
  key: ::String,
118
118
  value: ::String
119
- },
119
+ }
120
120
  ]
121
121
  ) -> _CreateAccessGrantResponseSuccess
122
122
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAccessGrantResponseSuccess
@@ -138,7 +138,7 @@ module Aws
138
138
  {
139
139
  key: ::String,
140
140
  value: ::String
141
- },
141
+ }
142
142
  ]
143
143
  ) -> _CreateAccessGrantsInstanceResponseSuccess
144
144
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAccessGrantsInstanceResponseSuccess
@@ -160,7 +160,7 @@ module Aws
160
160
  {
161
161
  key: ::String,
162
162
  value: ::String
163
- },
163
+ }
164
164
  ]
165
165
  ) -> _CreateAccessGrantsLocationResponseSuccess
166
166
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAccessGrantsLocationResponseSuccess
@@ -193,7 +193,7 @@ module Aws
193
193
  {
194
194
  key: ::String,
195
195
  value: ::String
196
- },
196
+ }
197
197
  ]
198
198
  ) -> _CreateAccessPointResponseSuccess
199
199
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAccessPointResponseSuccess
@@ -207,22 +207,7 @@ module Aws
207
207
  def create_access_point_for_object_lambda: (
208
208
  ?account_id: ::String,
209
209
  name: ::String,
210
- configuration: {
211
- supporting_access_point: ::String,
212
- cloud_watch_metrics_enabled: bool?,
213
- allowed_features: Array[("GetObject-Range" | "GetObject-PartNumber" | "HeadObject-Range" | "HeadObject-PartNumber")]?,
214
- transformation_configurations: Array[
215
- {
216
- actions: Array[("GetObject" | "HeadObject" | "ListObjects" | "ListObjectsV2")],
217
- content_transformation: {
218
- aws_lambda: {
219
- function_arn: ::String,
220
- function_payload: ::String?
221
- }?
222
- }
223
- },
224
- ]
225
- }
210
+ configuration: Params::object_lambda_configuration
226
211
  ) -> _CreateAccessPointForObjectLambdaResponseSuccess
227
212
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAccessPointForObjectLambdaResponseSuccess
228
213
 
@@ -266,14 +251,7 @@ module Aws
266
251
  target_resource: ::String?,
267
252
  canned_access_control_list: ("private" | "public-read" | "public-read-write" | "aws-exec-read" | "authenticated-read" | "bucket-owner-read" | "bucket-owner-full-control")?,
268
253
  access_control_grants: Array[
269
- {
270
- grantee: {
271
- type_identifier: ("id" | "emailAddress" | "uri")?,
272
- identifier: ::String?,
273
- display_name: ::String?
274
- }?,
275
- permission: ("FULL_CONTROL" | "READ" | "WRITE" | "READ_ACP" | "WRITE_ACP")?
276
- },
254
+ Params::s3_grant
277
255
  ]?,
278
256
  metadata_directive: ("COPY" | "REPLACE")?,
279
257
  modified_since_constraint: ::Time?,
@@ -294,7 +272,7 @@ module Aws
294
272
  {
295
273
  key: ::String,
296
274
  value: ::String
297
- },
275
+ }
298
276
  ]?,
299
277
  redirect_location: ::String?,
300
278
  requester_pays: bool?,
@@ -316,14 +294,7 @@ module Aws
316
294
  display_name: ::String?
317
295
  },
318
296
  grants: Array[
319
- {
320
- grantee: {
321
- type_identifier: ("id" | "emailAddress" | "uri")?,
322
- identifier: ::String?,
323
- display_name: ::String?
324
- }?,
325
- permission: ("FULL_CONTROL" | "READ" | "WRITE" | "READ_ACP" | "WRITE_ACP")?
326
- },
297
+ Params::s3_grant
327
298
  ]?
328
299
  }?,
329
300
  canned_access_control_list: ("private" | "public-read" | "public-read-write" | "aws-exec-read" | "authenticated-read" | "bucket-owner-read" | "bucket-owner-full-control")?
@@ -334,7 +305,7 @@ module Aws
334
305
  {
335
306
  key: ::String,
336
307
  value: ::String
337
- },
308
+ }
338
309
  ]?
339
310
  }?,
340
311
  s3_delete_object_tagging: {
@@ -397,7 +368,7 @@ module Aws
397
368
  {
398
369
  key: ::String,
399
370
  value: ::String
400
- },
371
+ }
401
372
  ],
402
373
  ?manifest_generator: {
403
374
  s3_job_manifest_generator: {
@@ -444,7 +415,7 @@ module Aws
444
415
  }?,
445
416
  notsse: {
446
417
  }?
447
- },
418
+ }
448
419
  ]?
449
420
  }?,
450
421
  enable_manifest_output: bool
@@ -473,7 +444,7 @@ module Aws
473
444
  {
474
445
  bucket: ::String,
475
446
  bucket_account_id: ::String?
476
- },
447
+ }
477
448
  ]
478
449
  }
479
450
  ) -> _CreateMultiRegionAccessPointResponseSuccess
@@ -482,69 +453,12 @@ module Aws
482
453
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3Control/Client.html#create_storage_lens_group-instance_method
483
454
  def create_storage_lens_group: (
484
455
  ?account_id: ::String,
485
- storage_lens_group: {
486
- name: ::String,
487
- filter: {
488
- match_any_prefix: Array[::String]?,
489
- match_any_suffix: Array[::String]?,
490
- match_any_tag: Array[
491
- {
492
- key: ::String,
493
- value: ::String
494
- },
495
- ]?,
496
- match_object_age: {
497
- days_greater_than: ::Integer?,
498
- days_less_than: ::Integer?
499
- }?,
500
- match_object_size: {
501
- bytes_greater_than: ::Integer?,
502
- bytes_less_than: ::Integer?
503
- }?,
504
- and: {
505
- match_any_prefix: Array[::String]?,
506
- match_any_suffix: Array[::String]?,
507
- match_any_tag: Array[
508
- {
509
- key: ::String,
510
- value: ::String
511
- },
512
- ]?,
513
- match_object_age: {
514
- days_greater_than: ::Integer?,
515
- days_less_than: ::Integer?
516
- }?,
517
- match_object_size: {
518
- bytes_greater_than: ::Integer?,
519
- bytes_less_than: ::Integer?
520
- }?
521
- }?,
522
- or: {
523
- match_any_prefix: Array[::String]?,
524
- match_any_suffix: Array[::String]?,
525
- match_any_tag: Array[
526
- {
527
- key: ::String,
528
- value: ::String
529
- },
530
- ]?,
531
- match_object_age: {
532
- days_greater_than: ::Integer?,
533
- days_less_than: ::Integer?
534
- }?,
535
- match_object_size: {
536
- bytes_greater_than: ::Integer?,
537
- bytes_less_than: ::Integer?
538
- }?
539
- }?
540
- },
541
- storage_lens_group_arn: ::String?
542
- },
456
+ storage_lens_group: Params::storage_lens_group,
543
457
  ?tags: Array[
544
458
  {
545
459
  key: ::String,
546
460
  value: ::String
547
- },
461
+ }
548
462
  ]
549
463
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
550
464
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -1285,22 +1199,7 @@ module Aws
1285
1199
  def put_access_point_configuration_for_object_lambda: (
1286
1200
  ?account_id: ::String,
1287
1201
  name: ::String,
1288
- configuration: {
1289
- supporting_access_point: ::String,
1290
- cloud_watch_metrics_enabled: bool?,
1291
- allowed_features: Array[("GetObject-Range" | "GetObject-PartNumber" | "HeadObject-Range" | "HeadObject-PartNumber")]?,
1292
- transformation_configurations: Array[
1293
- {
1294
- actions: Array[("GetObject" | "HeadObject" | "ListObjects" | "ListObjectsV2")],
1295
- content_transformation: {
1296
- aws_lambda: {
1297
- function_arn: ::String,
1298
- function_payload: ::String?
1299
- }?
1300
- }
1301
- },
1302
- ]
1303
- }
1202
+ configuration: Params::object_lambda_configuration
1304
1203
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1305
1204
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1306
1205
 
@@ -1356,7 +1255,7 @@ module Aws
1356
1255
  {
1357
1256
  key: ::String,
1358
1257
  value: ::String
1359
- },
1258
+ }
1360
1259
  ]?,
1361
1260
  object_size_greater_than: ::Integer?,
1362
1261
  object_size_less_than: ::Integer?
@@ -1370,13 +1269,13 @@ module Aws
1370
1269
  date: ::Time?,
1371
1270
  days: ::Integer?,
1372
1271
  storage_class: ("GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE")?
1373
- },
1272
+ }
1374
1273
  ]?,
1375
1274
  noncurrent_version_transitions: Array[
1376
1275
  {
1377
1276
  noncurrent_days: ::Integer?,
1378
1277
  storage_class: ("GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE")?
1379
- },
1278
+ }
1380
1279
  ]?,
1381
1280
  noncurrent_version_expiration: {
1382
1281
  noncurrent_days: ::Integer?,
@@ -1385,7 +1284,7 @@ module Aws
1385
1284
  abort_incomplete_multipart_upload: {
1386
1285
  days_after_initiation: ::Integer?
1387
1286
  }?
1388
- },
1287
+ }
1389
1288
  ]?
1390
1289
  }
1391
1290
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -1423,7 +1322,7 @@ module Aws
1423
1322
  {
1424
1323
  key: ::String,
1425
1324
  value: ::String
1426
- },
1325
+ }
1427
1326
  ]?
1428
1327
  }?
1429
1328
  }?,
@@ -1466,7 +1365,7 @@ module Aws
1466
1365
  status: ("Enabled" | "Disabled")
1467
1366
  }?,
1468
1367
  bucket: ::String
1469
- },
1368
+ }
1470
1369
  ]
1471
1370
  }
1472
1371
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -1481,7 +1380,7 @@ module Aws
1481
1380
  {
1482
1381
  key: ::String,
1483
1382
  value: ::String
1484
- },
1383
+ }
1485
1384
  ]
1486
1385
  }
1487
1386
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -1510,7 +1409,7 @@ module Aws
1510
1409
  {
1511
1410
  key: ::String,
1512
1411
  value: ::String
1513
- },
1412
+ }
1514
1413
  ]
1515
1414
  ) -> _PutJobTaggingResponseSuccess
1516
1415
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutJobTaggingResponseSuccess
@@ -1607,59 +1506,15 @@ module Aws
1607
1506
  regions: Array[::String]?
1608
1507
  }?,
1609
1508
  data_export: {
1610
- s3_bucket_destination: {
1611
- format: ("CSV" | "Parquet"),
1612
- output_schema_version: ("V_1"),
1613
- account_id: ::String,
1614
- arn: ::String,
1615
- prefix: ::String?,
1616
- encryption: {
1617
- sses3: {
1618
- }?,
1619
- ssekms: {
1620
- key_id: ::String
1621
- }?
1622
- }?
1623
- }?,
1509
+ s3_bucket_destination: Params::s3_bucket_destination?,
1624
1510
  cloud_watch_metrics: {
1625
1511
  is_enabled: bool
1626
1512
  }?,
1627
- storage_lens_table_destination: {
1628
- is_enabled: bool,
1629
- encryption: {
1630
- sses3: {
1631
- }?,
1632
- ssekms: {
1633
- key_id: ::String
1634
- }?
1635
- }?
1636
- }?
1513
+ storage_lens_table_destination: Params::storage_lens_table_destination?
1637
1514
  }?,
1638
1515
  expanded_prefixes_data_export: {
1639
- s3_bucket_destination: {
1640
- format: ("CSV" | "Parquet"),
1641
- output_schema_version: ("V_1"),
1642
- account_id: ::String,
1643
- arn: ::String,
1644
- prefix: ::String?,
1645
- encryption: {
1646
- sses3: {
1647
- }?,
1648
- ssekms: {
1649
- key_id: ::String
1650
- }?
1651
- }?
1652
- }?,
1653
- storage_lens_table_destination: {
1654
- is_enabled: bool,
1655
- encryption: {
1656
- sses3: {
1657
- }?,
1658
- ssekms: {
1659
- key_id: ::String
1660
- }?
1661
- }?
1662
- }?
1516
+ s3_bucket_destination: Params::s3_bucket_destination?,
1517
+ storage_lens_table_destination: Params::storage_lens_table_destination?
1663
1518
  }?,
1664
1519
  is_enabled: bool,
1665
1520
  aws_org: {
@@ -1672,7 +1527,7 @@ module Aws
1672
1527
  {
1673
1528
  key: ::String,
1674
1529
  value: ::String
1675
- },
1530
+ }
1676
1531
  ]
1677
1532
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1678
1533
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -1688,7 +1543,7 @@ module Aws
1688
1543
  {
1689
1544
  key: ::String,
1690
1545
  value: ::String
1691
- },
1546
+ }
1692
1547
  ]
1693
1548
  ) -> _PutStorageLensConfigurationTaggingResponseSuccess
1694
1549
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutStorageLensConfigurationTaggingResponseSuccess
@@ -1705,7 +1560,7 @@ module Aws
1705
1560
  bucket: ::String?,
1706
1561
  region: ::String?,
1707
1562
  traffic_dial_percentage: ::Integer
1708
- },
1563
+ }
1709
1564
  ]
1710
1565
  ) -> _SubmitMultiRegionAccessPointRoutesResponseSuccess
1711
1566
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SubmitMultiRegionAccessPointRoutesResponseSuccess
@@ -1721,7 +1576,7 @@ module Aws
1721
1576
  {
1722
1577
  key: ::String,
1723
1578
  value: ::String
1724
- },
1579
+ }
1725
1580
  ]
1726
1581
  ) -> _TagResourceResponseSuccess
1727
1582
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -1785,64 +1640,7 @@ module Aws
1785
1640
  def update_storage_lens_group: (
1786
1641
  name: ::String,
1787
1642
  ?account_id: ::String,
1788
- storage_lens_group: {
1789
- name: ::String,
1790
- filter: {
1791
- match_any_prefix: Array[::String]?,
1792
- match_any_suffix: Array[::String]?,
1793
- match_any_tag: Array[
1794
- {
1795
- key: ::String,
1796
- value: ::String
1797
- },
1798
- ]?,
1799
- match_object_age: {
1800
- days_greater_than: ::Integer?,
1801
- days_less_than: ::Integer?
1802
- }?,
1803
- match_object_size: {
1804
- bytes_greater_than: ::Integer?,
1805
- bytes_less_than: ::Integer?
1806
- }?,
1807
- and: {
1808
- match_any_prefix: Array[::String]?,
1809
- match_any_suffix: Array[::String]?,
1810
- match_any_tag: Array[
1811
- {
1812
- key: ::String,
1813
- value: ::String
1814
- },
1815
- ]?,
1816
- match_object_age: {
1817
- days_greater_than: ::Integer?,
1818
- days_less_than: ::Integer?
1819
- }?,
1820
- match_object_size: {
1821
- bytes_greater_than: ::Integer?,
1822
- bytes_less_than: ::Integer?
1823
- }?
1824
- }?,
1825
- or: {
1826
- match_any_prefix: Array[::String]?,
1827
- match_any_suffix: Array[::String]?,
1828
- match_any_tag: Array[
1829
- {
1830
- key: ::String,
1831
- value: ::String
1832
- },
1833
- ]?,
1834
- match_object_age: {
1835
- days_greater_than: ::Integer?,
1836
- days_less_than: ::Integer?
1837
- }?,
1838
- match_object_size: {
1839
- bytes_greater_than: ::Integer?,
1840
- bytes_less_than: ::Integer?
1841
- }?
1842
- }?
1843
- },
1844
- storage_lens_group_arn: ::String?
1845
- }
1643
+ storage_lens_group: Params::storage_lens_group
1846
1644
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1847
1645
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1848
1646
  end
data/sig/params.rbs ADDED
@@ -0,0 +1,132 @@
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 S3Control
10
+ module Params
11
+ type object_lambda_configuration = {
12
+ supporting_access_point: ::String,
13
+ cloud_watch_metrics_enabled: bool?,
14
+ allowed_features: Array[("GetObject-Range" | "GetObject-PartNumber" | "HeadObject-Range" | "HeadObject-PartNumber")]?,
15
+ transformation_configurations: Array[
16
+ Params::object_lambda_transformation_configuration
17
+ ]
18
+ }
19
+
20
+ type object_lambda_transformation_configuration = {
21
+ actions: Array[("GetObject" | "HeadObject" | "ListObjects" | "ListObjectsV2")],
22
+ content_transformation: {
23
+ aws_lambda: {
24
+ function_arn: ::String,
25
+ function_payload: ::String?
26
+ }?
27
+ }
28
+ }
29
+
30
+ type s3_grant = {
31
+ grantee: {
32
+ type_identifier: ("id" | "emailAddress" | "uri")?,
33
+ identifier: ::String?,
34
+ display_name: ::String?
35
+ }?,
36
+ permission: ("FULL_CONTROL" | "READ" | "WRITE" | "READ_ACP" | "WRITE_ACP")?
37
+ }
38
+
39
+ type storage_lens_group_and_operator = {
40
+ match_any_prefix: Array[::String]?,
41
+ match_any_suffix: Array[::String]?,
42
+ match_any_tag: Array[
43
+ {
44
+ key: ::String,
45
+ value: ::String
46
+ }
47
+ ]?,
48
+ match_object_age: {
49
+ days_greater_than: ::Integer?,
50
+ days_less_than: ::Integer?
51
+ }?,
52
+ match_object_size: {
53
+ bytes_greater_than: ::Integer?,
54
+ bytes_less_than: ::Integer?
55
+ }?
56
+ }
57
+
58
+ type storage_lens_group_or_operator = {
59
+ match_any_prefix: Array[::String]?,
60
+ match_any_suffix: Array[::String]?,
61
+ match_any_tag: Array[
62
+ {
63
+ key: ::String,
64
+ value: ::String
65
+ }
66
+ ]?,
67
+ match_object_age: {
68
+ days_greater_than: ::Integer?,
69
+ days_less_than: ::Integer?
70
+ }?,
71
+ match_object_size: {
72
+ bytes_greater_than: ::Integer?,
73
+ bytes_less_than: ::Integer?
74
+ }?
75
+ }
76
+
77
+ type storage_lens_group_filter = {
78
+ match_any_prefix: Array[::String]?,
79
+ match_any_suffix: Array[::String]?,
80
+ match_any_tag: Array[
81
+ {
82
+ key: ::String,
83
+ value: ::String
84
+ }
85
+ ]?,
86
+ match_object_age: {
87
+ days_greater_than: ::Integer?,
88
+ days_less_than: ::Integer?
89
+ }?,
90
+ match_object_size: {
91
+ bytes_greater_than: ::Integer?,
92
+ bytes_less_than: ::Integer?
93
+ }?,
94
+ and: Params::storage_lens_group_and_operator?,
95
+ or: Params::storage_lens_group_or_operator?
96
+ }
97
+
98
+ type storage_lens_group = {
99
+ name: ::String,
100
+ filter: Params::storage_lens_group_filter,
101
+ storage_lens_group_arn: ::String?
102
+ }
103
+
104
+ type s3_bucket_destination = {
105
+ format: ("CSV" | "Parquet"),
106
+ output_schema_version: ("V_1"),
107
+ account_id: ::String,
108
+ arn: ::String,
109
+ prefix: ::String?,
110
+ encryption: {
111
+ sses3: {
112
+ }?,
113
+ ssekms: {
114
+ key_id: ::String
115
+ }?
116
+ }?
117
+ }
118
+
119
+ type storage_lens_table_destination = {
120
+ is_enabled: bool,
121
+ encryption: {
122
+ sses3: {
123
+ }?,
124
+ ssekms: {
125
+ key_id: ::String
126
+ }?
127
+ }?
128
+ }
129
+
130
+ end
131
+ end
132
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-s3control
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.130.0
4
+ version: 1.131.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -72,6 +72,7 @@ files:
72
72
  - lib/aws-sdk-s3control/types.rb
73
73
  - sig/client.rbs
74
74
  - sig/errors.rbs
75
+ - sig/params.rbs
75
76
  - sig/resource.rbs
76
77
  - sig/types.rbs
77
78
  - sig/waiters.rbs