aws-sdk-transfer 1.80.0 → 1.82.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: e2da431a93d798e9c0adffcd9f4934bfd1a2e9540d27fe39b6e447599071de83
4
- data.tar.gz: b6b37676c2618b874da9623b43646499145d74353e92eec1878b9de7f33f7cd4
3
+ metadata.gz: ef72ceb64400579c00a02fd7fd927ba16d3463a63dafe76d954231c637b57b5d
4
+ data.tar.gz: c0bb3bc0531894199998b6a380c1f1192578aefffcbd43b8e27d7b5989d6997f
5
5
  SHA512:
6
- metadata.gz: c265815464516b9380745a36b1462ae616eb5518155680d2ddea1cedc2e4384ab897f6e49a4514e08b2cdcbd6c0b4079565dffd3db05ba53908b2c7b9f88301b
7
- data.tar.gz: 1abef31e31893ef405f385c9c0af9b3b45daabdec4905ad6b563cf159f2aa0dbfb2f941c19964980a52231fbfcf6179a38817849ce7376c4afb32f6a29d14c1c
6
+ metadata.gz: 4644883e0a72bf6249d6dc4f3bca9d539e2b3479aa29e41ee87f3a819d9c3f73edc1bc196262e08e9778f03551de9922658dbcade23d16b3915406a25ed48c0c
7
+ data.tar.gz: fb964a28eacc50507c6c7cd0f1547fd1070d691740188e83df3dd36aee0edf5fb6daa738cf5fdd7fdf3b6b9b77c0e36922f8342bb490dace8389068854ea0173
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.0 (2023-10-16)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for AWS Transfer Family
8
+
9
+ 1.81.0 (2023-10-06)
10
+ ------------------
11
+
12
+ * Feature - This release updates the max character limit of PreAuthenticationLoginBanner and PostAuthenticationLoginBanner to 4096 characters
13
+
4
14
  1.80.0 (2023-10-02)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.80.0
1
+ 1.82.0
@@ -413,7 +413,7 @@ module Aws::Transfer
413
413
  # A `HomeDirectory` example is `/bucket_name/home/mydirectory`.
414
414
  #
415
415
  # <note markdown="1"> The `HomeDirectory` parameter is only used if `HomeDirectoryType` is
416
- # set to `LOGICAL`.
416
+ # set to `PATH`.
417
417
  #
418
418
  # </note>
419
419
  #
@@ -1219,7 +1219,7 @@ module Aws::Transfer
1219
1219
  # A `HomeDirectory` example is `/bucket_name/home/mydirectory`.
1220
1220
  #
1221
1221
  # <note markdown="1"> The `HomeDirectory` parameter is only used if `HomeDirectoryType` is
1222
- # set to `LOGICAL`.
1222
+ # set to `PATH`.
1223
1223
  #
1224
1224
  # </note>
1225
1225
  #
@@ -3676,7 +3676,7 @@ module Aws::Transfer
3676
3676
  # A `HomeDirectory` example is `/bucket_name/home/mydirectory`.
3677
3677
  #
3678
3678
  # <note markdown="1"> The `HomeDirectory` parameter is only used if `HomeDirectoryType` is
3679
- # set to `LOGICAL`.
3679
+ # set to `PATH`.
3680
3680
  #
3681
3681
  # </note>
3682
3682
  #
@@ -4473,7 +4473,7 @@ module Aws::Transfer
4473
4473
  # A `HomeDirectory` example is `/bucket_name/home/mydirectory`.
4474
4474
  #
4475
4475
  # <note markdown="1"> The `HomeDirectory` parameter is only used if `HomeDirectoryType` is
4476
- # set to `LOGICAL`.
4476
+ # set to `PATH`.
4477
4477
  #
4478
4478
  # </note>
4479
4479
  #
@@ -4630,7 +4630,7 @@ module Aws::Transfer
4630
4630
  params: params,
4631
4631
  config: config)
4632
4632
  context[:gem_name] = 'aws-sdk-transfer'
4633
- context[:gem_version] = '1.80.0'
4633
+ context[:gem_version] = '1.82.0'
4634
4634
  Seahorse::Client::Request.new(handlers, context)
4635
4635
  end
4636
4636
 
@@ -217,7 +217,7 @@ module Aws::Transfer
217
217
  # A `HomeDirectory` example is `/bucket_name/home/mydirectory`.
218
218
  #
219
219
  # <note markdown="1"> The `HomeDirectory` parameter is only used if `HomeDirectoryType` is
220
- # set to `LOGICAL`.
220
+ # set to `PATH`.
221
221
  #
222
222
  # </note>
223
223
  # @return [String]
@@ -950,7 +950,7 @@ module Aws::Transfer
950
950
  # A `HomeDirectory` example is `/bucket_name/home/mydirectory`.
951
951
  #
952
952
  # <note markdown="1"> The `HomeDirectory` parameter is only used if `HomeDirectoryType` is
953
- # set to `LOGICAL`.
953
+ # set to `PATH`.
954
954
  #
955
955
  # </note>
956
956
  # @return [String]
@@ -1842,7 +1842,7 @@ module Aws::Transfer
1842
1842
  # A `HomeDirectory` example is `/bucket_name/home/mydirectory`.
1843
1843
  #
1844
1844
  # <note markdown="1"> The `HomeDirectory` parameter is only used if `HomeDirectoryType` is
1845
- # set to `LOGICAL`.
1845
+ # set to `PATH`.
1846
1846
  #
1847
1847
  # </note>
1848
1848
  # @return [String]
@@ -2697,7 +2697,7 @@ module Aws::Transfer
2697
2697
  # A `HomeDirectory` example is `/bucket_name/home/mydirectory`.
2698
2698
  #
2699
2699
  # <note markdown="1"> The `HomeDirectory` parameter is only used if `HomeDirectoryType` is
2700
- # set to `LOGICAL`.
2700
+ # set to `PATH`.
2701
2701
  #
2702
2702
  # </note>
2703
2703
  # @return [String]
@@ -3974,7 +3974,7 @@ module Aws::Transfer
3974
3974
  # A `HomeDirectory` example is `/bucket_name/home/mydirectory`.
3975
3975
  #
3976
3976
  # <note markdown="1"> The `HomeDirectory` parameter is only used if `HomeDirectoryType` is
3977
- # set to `LOGICAL`.
3977
+ # set to `PATH`.
3978
3978
  #
3979
3979
  # </note>
3980
3980
  # @return [String]
@@ -4393,7 +4393,7 @@ module Aws::Transfer
4393
4393
  # A `HomeDirectory` example is `/bucket_name/home/mydirectory`.
4394
4394
  #
4395
4395
  # <note markdown="1"> The `HomeDirectory` parameter is only used if `HomeDirectoryType` is
4396
- # set to `LOGICAL`.
4396
+ # set to `PATH`.
4397
4397
  #
4398
4398
  # </note>
4399
4399
  # @return [String]
@@ -4865,9 +4865,9 @@ module Aws::Transfer
4865
4865
  #
4866
4866
  # @!attribute [rw] trusted_host_keys
4867
4867
  # The public portion of the host key, or keys, that are used to
4868
- # authenticate the user to the external server to which you are
4869
- # connecting. You can use the `ssh-keyscan` command against the SFTP
4870
- # server to retrieve the necessary key.
4868
+ # identify the external server to which you are connecting. You can
4869
+ # use the `ssh-keyscan` command against the SFTP server to retrieve
4870
+ # the necessary key.
4871
4871
  #
4872
4872
  # The three standard SSH public key format elements are `<key type>`,
4873
4873
  # `<body base64>`, and an optional `<comment>`, with spaces between
@@ -4877,11 +4877,12 @@ module Aws::Transfer
4877
4877
  # For the trusted host key, Transfer Family accepts RSA and ECDSA
4878
4878
  # keys.
4879
4879
  #
4880
- # * For RSA keys, the key type is `ssh-rsa`.
4880
+ # * For RSA keys, the `<key type>` string is `ssh-rsa`.
4881
4881
  #
4882
- # * For ECDSA keys, the key type is either `ecdsa-sha2-nistp256`,
4883
- # `ecdsa-sha2-nistp384`, or `ecdsa-sha2-nistp521`, depending on the
4884
- # size of the key you generated.
4882
+ # * For ECDSA keys, the `<key type>` string is either
4883
+ # `ecdsa-sha2-nistp256`, `ecdsa-sha2-nistp384`, or
4884
+ # `ecdsa-sha2-nistp521`, depending on the size of the key you
4885
+ # generated.
4885
4886
  # @return [Array<String>]
4886
4887
  #
4887
4888
  # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/SftpConnectorConfig AWS API Documentation
@@ -5256,7 +5257,7 @@ module Aws::Transfer
5256
5257
  # A `HomeDirectory` example is `/bucket_name/home/mydirectory`.
5257
5258
  #
5258
5259
  # <note markdown="1"> The `HomeDirectory` parameter is only used if `HomeDirectoryType` is
5259
- # set to `LOGICAL`.
5260
+ # set to `PATH`.
5260
5261
  #
5261
5262
  # </note>
5262
5263
  # @return [String]
@@ -6016,7 +6017,7 @@ module Aws::Transfer
6016
6017
  # A `HomeDirectory` example is `/bucket_name/home/mydirectory`.
6017
6018
  #
6018
6019
  # <note markdown="1"> The `HomeDirectory` parameter is only used if `HomeDirectoryType` is
6019
- # set to `LOGICAL`.
6020
+ # set to `PATH`.
6020
6021
  #
6021
6022
  # </note>
6022
6023
  # @return [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.80.0'
56
+ GEM_VERSION = '1.82.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.80.0
4
+ version: 1.82.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-10-02 00:00:00.000000000 Z
11
+ date: 2023-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core