aws-sdk-transfer 1.77.0 → 1.78.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: 5e5e958d671fdee723ca663b2eb4ef56dd00ef5a8d7b1624682117809cb512cc
4
+ data.tar.gz: f3834a4532a07e5dfccf63bf197c25a39b9488356b283e02134cc7401285229f
5
5
  SHA512:
6
- metadata.gz: 89b5c9f925280f5ba79c4fbd3b51555b7daa285f8a7257cc8c6e62abddddb904bc4c2ba624ce800fa372ea308a6dc5f2f8dbf8726aaf358dfc2a65b55a5af5d4
7
- data.tar.gz: 0b290b7857671578d61780cc996a818ee204e92c621575bb3fa3bb080e2b0053e8248b69578785d75e8c45bc471f5460610d896576ca987a92cc2fe799d56f9f
6
+ metadata.gz: 4d927d830c241de7712e2fe0bccfffd7269288128697d7335609a8e0135c0e26ba2f2781fe3a8e9bfb91c44f6345f5c1efca7a93487c0749a8e9db1949cc0fe3
7
+ data.tar.gz: d51d098dd351a789b17f48381f0e12c2dfe171f151b5b06b4bba16710f46c57e032c944deb700f40a7fd8eadb1478e75fc6be917fabb8c255a05010073ef3158
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.78.0 (2023-08-14)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for AWS Transfer Family
8
+
4
9
  1.77.0 (2023-08-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.77.0
1
+ 1.78.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.78.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.78.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.78.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-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core