aws-sdk-transfer 1.77.0 → 1.79.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e39f03b80d097b542f1c6a2b6f9e9cbb550daa88f0d94969bbe01c1f8b3359b5
4
- data.tar.gz: 8552dba4bfc488adf4529ffba349e028d3b9bac9ef7def0dfff0254bca396cc2
3
+ metadata.gz: 7184a8156f44a8bdab51e3346fecd7d40a24715b4ee1463df6c8fcdc2d985f05
4
+ data.tar.gz: 5d88be935cf1464642f439da5d146f7550ef1fbc45e16b572050b2e3694b25e3
5
5
  SHA512:
6
- metadata.gz: 89b5c9f925280f5ba79c4fbd3b51555b7daa285f8a7257cc8c6e62abddddb904bc4c2ba624ce800fa372ea308a6dc5f2f8dbf8726aaf358dfc2a65b55a5af5d4
7
- data.tar.gz: 0b290b7857671578d61780cc996a818ee204e92c621575bb3fa3bb080e2b0053e8248b69578785d75e8c45bc471f5460610d896576ca987a92cc2fe799d56f9f
6
+ metadata.gz: 55d8b22e89769638f11735d97d5f80778c74e56073fe92f18c55e3441462dcb3af08d0b1135599946b672c11af3b4834e184c7f36620dcd10f7d83af1f8d04f3
7
+ data.tar.gz: 5c492417ff04804cc108bf280141a932ec318be9c222321b5e2907722a171b61a5de56771352171a2d6b0bb0a1f24b921d88e19f767a58ebd61ca2ea2bab6a76
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.79.0 (2023-09-27)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.78.0 (2023-08-14)
10
+ ------------------
11
+
12
+ * Feature - Documentation updates for AWS Transfer Family
13
+
4
14
  1.77.0 (2023-08-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.77.0
1
+ 1.79.0
@@ -3312,11 +3312,11 @@ module Aws::Transfer
3312
3312
  # The unique identifier for the connector.
3313
3313
  #
3314
3314
  # @option params [Array<String>] :send_file_paths
3315
- # One or more source paths for the Transfer Family server. Each string
3315
+ # One or more source paths for the Amazon S3 storage. Each string
3316
3316
  # represents a source file path for one outbound file transfer. For
3317
3317
  # example, ` DOC-EXAMPLE-BUCKET/myfile.txt `.
3318
3318
  #
3319
- # <note markdown="1"> Replace ` DOC-EXAMPLE-BUCKET `with one of your actual buckets.
3319
+ # <note markdown="1"> Replace ` DOC-EXAMPLE-BUCKET ` with one of your actual buckets.
3320
3320
  #
3321
3321
  # </note>
3322
3322
  #
@@ -4578,7 +4578,7 @@ module Aws::Transfer
4578
4578
  params: params,
4579
4579
  config: config)
4580
4580
  context[:gem_name] = 'aws-sdk-transfer'
4581
- context[:gem_version] = '1.77.0'
4581
+ context[:gem_version] = '1.79.0'
4582
4582
  Seahorse::Client::Request.new(handlers, context)
4583
4583
  end
4584
4584
 
@@ -4778,8 +4778,10 @@ module Aws::Transfer
4778
4778
  # server.
4779
4779
  #
4780
4780
  # @!attribute [rw] user_secret_id
4781
- # The identifiers for the secrets (in Amazon Web Services Secrets
4782
- # Manager) that contain the SFTP user's private keys or passwords.
4781
+ # The identifier for the secret (in Amazon Web Services Secrets
4782
+ # Manager) that contains the SFTP user's private key, password, or
4783
+ # both. The identifier can be either the Amazon Resource Name (ARN) or
4784
+ # the name of the secret.
4783
4785
  # @return [String]
4784
4786
  #
4785
4787
  # @!attribute [rw] trusted_host_keys
@@ -4850,11 +4852,11 @@ module Aws::Transfer
4850
4852
  # @return [String]
4851
4853
  #
4852
4854
  # @!attribute [rw] send_file_paths
4853
- # One or more source paths for the Transfer Family server. Each string
4855
+ # One or more source paths for the Amazon S3 storage. Each string
4854
4856
  # represents a source file path for one outbound file transfer. For
4855
4857
  # example, ` DOC-EXAMPLE-BUCKET/myfile.txt `.
4856
4858
  #
4857
- # <note markdown="1"> Replace ` DOC-EXAMPLE-BUCKET `with one of your actual buckets.
4859
+ # <note markdown="1"> Replace ` DOC-EXAMPLE-BUCKET ` with one of your actual buckets.
4858
4860
  #
4859
4861
  # </note>
4860
4862
  # @return [Array<String>]
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-transfer/customizations'
53
53
  # @!group service
54
54
  module Aws::Transfer
55
55
 
56
- GEM_VERSION = '1.77.0'
56
+ GEM_VERSION = '1.79.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transfer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.77.0
4
+ version: 1.79.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-10 00:00:00.000000000 Z
11
+ date: 2023-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.177.0
22
+ version: 3.184.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.177.0
32
+ version: 3.184.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement