aws-sdk-transfer 1.81.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: 5b44a981f59a74743beca80bd793d148c0ef929f6b61e2c5ff92b7cd5ef282a3
4
- data.tar.gz: 82bdd70988f89e84c4b3326f7c6f0d79cb13403b37fba781c3e26a6ca0c9cf1d
3
+ metadata.gz: ef72ceb64400579c00a02fd7fd927ba16d3463a63dafe76d954231c637b57b5d
4
+ data.tar.gz: c0bb3bc0531894199998b6a380c1f1192578aefffcbd43b8e27d7b5989d6997f
5
5
  SHA512:
6
- metadata.gz: 3d1840685795ccb20cb4de81c3bdf944c4c80aaf73007a98f67f768a0c1bff699be270b09ae0577d35b1bb7e4ecc9e21656f74399904b101d64717c1f0bd4f06
7
- data.tar.gz: eb2d4e1de8da81cda463ade66b67b6e8e31e02c978a247b95623b053157c2c7d862a497c281125834b6e0efd111febbc15d1b4e0113958ac8355e8c0f76c1a30
6
+ metadata.gz: 4644883e0a72bf6249d6dc4f3bca9d539e2b3479aa29e41ee87f3a819d9c3f73edc1bc196262e08e9778f03551de9922658dbcade23d16b3915406a25ed48c0c
7
+ data.tar.gz: fb964a28eacc50507c6c7cd0f1547fd1070d691740188e83df3dd36aee0edf5fb6daa738cf5fdd7fdf3b6b9b77c0e36922f8342bb490dace8389068854ea0173
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.81.0 (2023-10-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.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.81.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]
@@ -5257,7 +5257,7 @@ module Aws::Transfer
5257
5257
  # A `HomeDirectory` example is `/bucket_name/home/mydirectory`.
5258
5258
  #
5259
5259
  # <note markdown="1"> The `HomeDirectory` parameter is only used if `HomeDirectoryType` is
5260
- # set to `LOGICAL`.
5260
+ # set to `PATH`.
5261
5261
  #
5262
5262
  # </note>
5263
5263
  # @return [String]
@@ -6017,7 +6017,7 @@ module Aws::Transfer
6017
6017
  # A `HomeDirectory` example is `/bucket_name/home/mydirectory`.
6018
6018
  #
6019
6019
  # <note markdown="1"> The `HomeDirectory` parameter is only used if `HomeDirectoryType` is
6020
- # set to `LOGICAL`.
6020
+ # set to `PATH`.
6021
6021
  #
6022
6022
  # </note>
6023
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.81.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.81.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-06 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