aws-sdk-transfer 1.136.0 → 1.137.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: de27c5510da386501b75dc7e77a82bfdac65d65807bd3a606d2288a147dab07c
4
- data.tar.gz: b028975f879357955c06ac614022fb2db9506c0468a6c771d83d7c24a3071ef0
3
+ metadata.gz: 80bc8881b559dd7feaddd0ac14ed32aaaac793bc27300d39c788dd0c831fce1b
4
+ data.tar.gz: 1aea4c305a941e8e5f68f25b067401c7913b40f0b4208d8731f7d1ad93d12115
5
5
  SHA512:
6
- metadata.gz: 9bde85d212a1f91ca283743e0362051622abdbb17d91f8fe08c9b23d64722aaa9576a2a8719cce97b1dbb413a1de738cc805b5f4d2d917fee0184331b13f9e45
7
- data.tar.gz: 2b9800926db00690c35b23e8a63159c0ead85ece5bab6d3ce398a040c9b184be8e63018592200e885b0aeb28326e354388cd072c16465fe9a46f9b88967ff5d1
6
+ metadata.gz: 5598c3dda240df6c29e55da4cc2f34289c300a4b1ddf9624f5d7d1f956183d457513935157d146e9544167c79e345737c3cc2986faa66c7d740633a68ae1f87a
7
+ data.tar.gz: 34ca3c78db57edc9ac8362416cbb0f9a4c8fa70bca2b51420e6b41aac11f636a4dac11fd0e2b35a5a87f025164f9988b314772e7a717b10c6c3d1ad18ae04071
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.137.0 (2026-04-29)
5
+ ------------------
6
+
7
+ * Feature - This launch will increase the limits for customers to list the contents from the remote directories from 10k to 200k.
8
+
4
9
  1.136.0 (2026-04-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.136.0
1
+ 1.137.0
@@ -4025,7 +4025,7 @@ module Aws::Transfer
4025
4025
  # of the items contained in the remote directory or not. If your
4026
4026
  # `Truncated` output value is true, you can increase the value
4027
4027
  # provided in the optional `max-items` input attribute to be able to
4028
- # list more items (up to the maximum allowed list size of 10,000
4028
+ # list more items (up to the maximum allowed list size of 200,000
4029
4029
  # items).
4030
4030
  #
4031
4031
  # @option params [required, String] :connector_id
@@ -5771,7 +5771,7 @@ module Aws::Transfer
5771
5771
  tracer: tracer
5772
5772
  )
5773
5773
  context[:gem_name] = 'aws-sdk-transfer'
5774
- context[:gem_version] = '1.136.0'
5774
+ context[:gem_version] = '1.137.0'
5775
5775
  Seahorse::Client::Request.new(handlers, context)
5776
5776
  end
5777
5777
 
@@ -55,7 +55,7 @@ module Aws::Transfer
55
55
  autoload :EndpointProvider, 'aws-sdk-transfer/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-transfer/endpoints'
57
57
 
58
- GEM_VERSION = '1.136.0'
58
+ GEM_VERSION = '1.137.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transfer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.136.0
4
+ version: 1.137.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services