aws-sdk-fsx 1.56.0 → 1.59.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: f6547dcef290654ab59ec1d28a254fe45e85d36b08f3961e3f29125a8b3ed62e
4
- data.tar.gz: d1dd12e60acc0a90e6236da1057cabe43b64a2b2ac13c42b66627b8d971d6496
3
+ metadata.gz: 040e96d7e40b2a9a1bfa4e2675e15a2794f333e7d5d9d957d520d58bc652379a
4
+ data.tar.gz: 33b04c0b909241a62295128a8fcab042281bbf1a224f389c9237d96cd4c6b05d
5
5
  SHA512:
6
- metadata.gz: 8e0dc7caf5a8639cadca270942c1822139d28375571446235f586b58632332e89a018580994563a62ce78a486c961597585950b339ff76c67cabd1579631d475
7
- data.tar.gz: e621eb1220452f31971729f8efcd14f41171a8daa26273429b98fb066e9e5284f3b8825d6ae6a398cd43ca8ca427f4b91c99631558230137235b374c18cb685a
6
+ metadata.gz: 949a375199fbe10521307e6e3737a05a1da5872ae4bc8dbd560d5cb014a9c01797da9cc376eacd5055d7cb5b705f26bf754f853df91b7874f335b0d1f24b1dd8
7
+ data.tar.gz: f16dcdf268eb1690e659dfc0e48cb3c1b282b5f904c5ef037362c06728f757036281606b4f115d11bd3be68cca649012160e16c9066cb663965604a30044cbbf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2022-09-07)
5
+ ------------------
6
+
7
+ * Feature - Documentation update for Amazon FSx.
8
+
9
+ 1.58.0 (2022-08-29)
10
+ ------------------
11
+
12
+ * Feature - Documentation updates for Amazon FSx for NetApp ONTAP.
13
+
14
+ 1.57.0 (2022-07-29)
15
+ ------------------
16
+
17
+ * Feature - Documentation updates for Amazon FSx
18
+
4
19
  1.56.0 (2022-05-25)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.59.0
@@ -1608,13 +1608,21 @@ module Aws::FSx
1608
1608
  # Specifies the type of data repository task to create.
1609
1609
  #
1610
1610
  # @option params [Array<String>] :paths
1611
- # (Optional) The path or paths on the Amazon FSx file system to use when
1612
- # the data repository task is processed. The default path is the file
1613
- # system root directory. The paths you provide need to be relative to
1614
- # the mount point of the file system. If the mount point is `/mnt/fsx`
1615
- # and `/mnt/fsx/path1` is a directory or file on the file system you
1616
- # want to export, then the path to provide is `path1`. If a path that
1617
- # you provide isn't valid, the task fails.
1611
+ # A list of paths for the data repository task to use when the task is
1612
+ # processed. If a path that you provide isn't valid, the task fails.
1613
+ #
1614
+ # * For export tasks, the list contains paths on the Amazon FSx file
1615
+ # system from which the files are exported to the Amazon S3 bucket.
1616
+ # The default path is the file system root directory. The paths you
1617
+ # provide need to be relative to the mount point of the file system.
1618
+ # If the mount point is `/mnt/fsx` and `/mnt/fsx/path1` is a directory
1619
+ # or file on the file system you want to export, then the path to
1620
+ # provide is `path1`.
1621
+ #
1622
+ # * For import tasks, the list contains paths in the Amazon S3 bucket
1623
+ # from which POSIX metadata changes are imported to the Amazon FSx
1624
+ # file system. The path can be an S3 bucket or prefix in the format
1625
+ # `s3://myBucket/myPrefix` (where `myPrefix` is optional).
1618
1626
  #
1619
1627
  # @option params [required, String] :file_system_id
1620
1628
  # The globally unique ID of the file system, assigned by Amazon FSx.
@@ -5534,8 +5542,7 @@ module Aws::FSx
5534
5542
  req.send_request(options)
5535
5543
  end
5536
5544
 
5537
- # Lists tags for an Amazon FSx file systems and backups in the case of
5538
- # Amazon FSx for Windows File Server.
5545
+ # Lists tags for Amazon FSx resources.
5539
5546
  #
5540
5547
  # When retrieving all tags, you can optionally specify the `MaxResults`
5541
5548
  # parameter to limit the number of tags in a response. If more tags
@@ -6988,7 +6995,7 @@ module Aws::FSx
6988
6995
  params: params,
6989
6996
  config: config)
6990
6997
  context[:gem_name] = 'aws-sdk-fsx'
6991
- context[:gem_version] = '1.56.0'
6998
+ context[:gem_version] = '1.59.0'
6992
6999
  Seahorse::Client::Request.new(handlers, context)
6993
7000
  end
6994
7001
 
@@ -1087,13 +1087,21 @@ module Aws::FSx
1087
1087
  # @return [String]
1088
1088
  #
1089
1089
  # @!attribute [rw] paths
1090
- # (Optional) The path or paths on the Amazon FSx file system to use
1091
- # when the data repository task is processed. The default path is the
1092
- # file system root directory. The paths you provide need to be
1093
- # relative to the mount point of the file system. If the mount point
1094
- # is `/mnt/fsx` and `/mnt/fsx/path1` is a directory or file on the
1095
- # file system you want to export, then the path to provide is `path1`.
1096
- # If a path that you provide isn't valid, the task fails.
1090
+ # A list of paths for the data repository task to use when the task is
1091
+ # processed. If a path that you provide isn't valid, the task fails.
1092
+ #
1093
+ # * For export tasks, the list contains paths on the Amazon FSx file
1094
+ # system from which the files are exported to the Amazon S3 bucket.
1095
+ # The default path is the file system root directory. The paths you
1096
+ # provide need to be relative to the mount point of the file system.
1097
+ # If the mount point is `/mnt/fsx` and `/mnt/fsx/path1` is a
1098
+ # directory or file on the file system you want to export, then the
1099
+ # path to provide is `path1`.
1100
+ #
1101
+ # * For import tasks, the list contains paths in the Amazon S3 bucket
1102
+ # from which POSIX metadata changes are imported to the Amazon FSx
1103
+ # file system. The path can be an S3 bucket or prefix in the format
1104
+ # `s3://myBucket/myPrefix` (where `myPrefix` is optional).
1097
1105
  # @return [Array<String>]
1098
1106
  #
1099
1107
  # @!attribute [rw] file_system_id
@@ -1916,13 +1924,13 @@ module Aws::FSx
1916
1924
  # @return [Boolean]
1917
1925
  #
1918
1926
  # @!attribute [rw] copy_tags_to_volumes
1919
- # A Boolean value indicating whether tags for the volume should be
1920
- # copied to snapshots. This value defaults to `false`. If it's set to
1921
- # `true`, all tags for the volume are copied to snapshots where the
1922
- # user doesn't specify tags. If this value is `true`, and you specify
1923
- # one or more tags, only the specified tags are copied to snapshots.
1924
- # If you specify one or more tags when creating the snapshot, no tags
1925
- # are copied from the volume, regardless of this value.
1927
+ # A Boolean value indicating whether tags for the file system should
1928
+ # be copied to volumes. This value defaults to `false`. If it's set
1929
+ # to `true`, all tags for the file system are copied to volumes where
1930
+ # the user doesn't specify tags. If this value is `true`, and you
1931
+ # specify one or more tags, only the specified tags are copied to
1932
+ # volumes. If you specify one or more tags when creating the volume,
1933
+ # no tags are copied from the file system, regardless of this value.
1926
1934
  # @return [Boolean]
1927
1935
  #
1928
1936
  # @!attribute [rw] daily_automatic_backup_start_time
@@ -2537,13 +2545,16 @@ module Aws::FSx
2537
2545
  # @return [String]
2538
2546
  #
2539
2547
  # @!attribute [rw] security_style
2540
- # The security style for the volume. Specify one of the following
2541
- # values:
2548
+ # Specifies the security style for the volume. If a volume's security
2549
+ # style is not specified, it is automatically set to the root
2550
+ # volume's security style. The security style determines the type of
2551
+ # permissions that FSx for ONTAP uses to control data access. For more
2552
+ # information, see [Volume security style][1] in the *Amazon FSx for
2553
+ # NetApp ONTAP User Guide*. Specify one of the following values:
2542
2554
  #
2543
2555
  # * `UNIX` if the file system is managed by a UNIX administrator, the
2544
2556
  # majority of users are NFS clients, and an application accessing
2545
- # the data uses a UNIX user as the service account. `UNIX` is the
2546
- # default.
2557
+ # the data uses a UNIX user as the service account.
2547
2558
  #
2548
2559
  # * `NTFS` if the file system is managed by a Windows administrator,
2549
2560
  # the majority of users are SMB clients, and an application
@@ -2551,6 +2562,10 @@ module Aws::FSx
2551
2562
  #
2552
2563
  # * `MIXED` if the file system is managed by both UNIX and Windows
2553
2564
  # administrators and users consist of both NFS and SMB clients.
2565
+ #
2566
+ #
2567
+ #
2568
+ # [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-volumes.html#volume-security-style
2554
2569
  # @return [String]
2555
2570
  #
2556
2571
  # @!attribute [rw] size_in_megabytes
@@ -5147,8 +5162,7 @@ module Aws::FSx
5147
5162
  # @return [String]
5148
5163
  #
5149
5164
  # @!attribute [rw] failure_details
5150
- # A structure providing details of any failures that occurred when
5151
- # creating a file system.
5165
+ # A structure providing details of any failures that occurred.
5152
5166
  # @return [Types::FileSystemFailureDetails]
5153
5167
  #
5154
5168
  # @!attribute [rw] storage_capacity
@@ -5335,12 +5349,10 @@ module Aws::FSx
5335
5349
  include Aws::Structure
5336
5350
  end
5337
5351
 
5338
- # A structure providing details of any failures that occurred when
5339
- # creating a file system.
5352
+ # A structure providing details of any failures that occurred.
5340
5353
  #
5341
5354
  # @!attribute [rw] message
5342
- # A message describing any failures that occurred during file system
5343
- # creation.
5355
+ # A message describing any failures that occurred.
5344
5356
  # @return [String]
5345
5357
  #
5346
5358
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/FileSystemFailureDetails AWS API Documentation
data/lib/aws-sdk-fsx.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-fsx/customizations'
48
48
  # @!group service
49
49
  module Aws::FSx
50
50
 
51
- GEM_VERSION = '1.56.0'
51
+ GEM_VERSION = '1.59.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-fsx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.56.0
4
+ version: 1.59.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: 2022-05-25 00:00:00.000000000 Z
11
+ date: 2022-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core