aws-sdk-transfer 1.122.0 → 1.123.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: f18ca15bcaaa85085afc7fd4166e8f9805ade36696d5efe9eb6b9475f460a7b2
4
- data.tar.gz: 6231e2f862e99c4a47f489c076ecd2240ef9ba3a6623e281e9f8366f8a3800d8
3
+ metadata.gz: ee032c8867e82f52610bde2a2a8a317c7337801860f42b65e7cc980a91d30fd6
4
+ data.tar.gz: a47079e95f37e06d43cb7113a02838d96cc1227cfbdfe4d11c394e274794e94d
5
5
  SHA512:
6
- metadata.gz: '05222860150d5e6d15225f32b6c562690a4421f4273876e8fa4904f11564b41b1cf54f6ea3515e961cb8e432b39bc20079930075701bd66abfacda703fb3b591'
7
- data.tar.gz: 5a0f826afbd5ff32f3e933f4dac1d1ee190009e044921d00b07d0fafe63c16768a122f7b9baf993d71cf70c8abf670fa4d5f5aa5f5cbe019703f0ad01fb0e9fe
6
+ metadata.gz: ab21add69351eeb49a99643a6a53f1b7b23d1f0486a31a886764b13cf29cbd7533c1855c42dd7f5a70b74ecc3cc9d1704cd8e396286b47b3b4f085cb398c686c
7
+ data.tar.gz: f368b72b4a7940a537234f9b7c5435e7f920387d334cf3c8aded1069cca2a7e53401c5aecc691801eae739b959c2daed2669694642b471f87553abd67b49b814
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.123.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.122.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.122.0
1
+ 1.123.0
@@ -95,8 +95,8 @@ module Aws::Transfer
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::Transfer
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::Transfer
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -384,8 +381,8 @@ module Aws::Transfer
384
381
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
385
382
  #
386
383
  # @option options [Aws::TokenProvider] :token_provider
387
- # Your Bearer token used for authentication. This can be an instance of any one of the
388
- # following classes:
384
+ # Your Bearer token used for authentication. This can be any class that includes and implements
385
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
389
386
  #
390
387
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
391
388
  # tokens.
@@ -5553,7 +5550,7 @@ module Aws::Transfer
5553
5550
  tracer: tracer
5554
5551
  )
5555
5552
  context[:gem_name] = 'aws-sdk-transfer'
5556
- context[:gem_version] = '1.122.0'
5553
+ context[:gem_version] = '1.123.0'
5557
5554
  Seahorse::Client::Request.new(handlers, context)
5558
5555
  end
5559
5556
 
@@ -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.122.0'
58
+ GEM_VERSION = '1.123.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.122.0
4
+ version: 1.123.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services