aws-sdk-s3files 1.1.0 → 1.2.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: 8fe7af75e072aa9db6b23cd3c95e3821bac360ec1eeed59bd98298f3d9489af8
4
- data.tar.gz: 10e51ca26505e8b470fa4b2b88ecd6bf60a1e0feb080af0cdb60b7518e8f07c1
3
+ metadata.gz: 3df8ac10a2d03a32c18bfff1b6e18cb7743b9b1df51741d82878908744a101df
4
+ data.tar.gz: e3be1c515418eff9940f3def936a7ecc7bf3b36e969d7f032ef51534e341af36
5
5
  SHA512:
6
- metadata.gz: 5b505d7557593ff8d805578fa28fd585bfb5ccbb250882cff0d98fa0550c7eacf0c818ed8b2d9cb2285d43970ad15c444db29af433f09ed21c28b4dd95bb3f7e
7
- data.tar.gz: d5ea11a97439437fc92798e8cba073fe01e43e75ed71a349e1dd80ca0c936cbb3072eaec423e8ebc8225e3c2715617c0e1f1e7112d79b530065168c54ac51a1b
6
+ metadata.gz: b4adbc024d9b8c838dd5fc5e535495695179578d5649884edf886312ce697baf6e21c0fa2128d79d3fea98627aedee5971c419abac2c02e046f9ae21a53c8217
7
+ data.tar.gz: 66d68cf7e0547ab6e05dc70c3315abe51724ca84b81e9cd1e9e704e4a823e8de67b1aa816903a2d4d932e0083fef3686765b74bca9ff2ad9cfad74d1cb1ecdd6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.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.1.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -1539,7 +1539,7 @@ module Aws::S3Files
1539
1539
  tracer: tracer
1540
1540
  )
1541
1541
  context[:gem_name] = 'aws-sdk-s3files'
1542
- context[:gem_version] = '1.1.0'
1542
+ context[:gem_version] = '1.2.0'
1543
1543
  Seahorse::Client::Request.new(handlers, context)
1544
1544
  end
1545
1545
 
@@ -55,7 +55,7 @@ module Aws::S3Files
55
55
  autoload :EndpointProvider, 'aws-sdk-s3files/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-s3files/endpoints'
57
57
 
58
- GEM_VERSION = '1.1.0'
58
+ GEM_VERSION = '1.2.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -98,7 +98,7 @@ module Aws
98
98
  {
99
99
  key: ::String,
100
100
  value: ::String
101
- },
101
+ }
102
102
  ],
103
103
  file_system_id: ::String,
104
104
  ?posix_user: {
@@ -144,7 +144,7 @@ module Aws
144
144
  {
145
145
  key: ::String,
146
146
  value: ::String
147
- },
147
+ }
148
148
  ],
149
149
  ?accept_bucket_warning: bool
150
150
  ) -> _CreateFileSystemResponseSuccess
@@ -361,12 +361,12 @@ module Aws
361
361
  prefix: ::String,
362
362
  trigger: ("ON_DIRECTORY_FIRST_ACCESS" | "ON_FILE_ACCESS"),
363
363
  size_less_than: ::Integer
364
- },
364
+ }
365
365
  ],
366
366
  expiration_data_rules: Array[
367
367
  {
368
368
  days_after_last_access: ::Integer
369
- },
369
+ }
370
370
  ]
371
371
  ) -> _PutSynchronizationConfigurationResponseSuccess
372
372
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutSynchronizationConfigurationResponseSuccess
@@ -378,7 +378,7 @@ module Aws
378
378
  {
379
379
  key: ::String,
380
380
  value: ::String
381
- },
381
+ }
382
382
  ]
383
383
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
384
384
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-s3files
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services