aws-sdk-fsx 1.58.0 → 1.59.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3a60e59369681799f95a64fb13e8f2da3c8f3f407351940e68827cb9777b6f4
4
- data.tar.gz: 66ef4352e844e2c88d81e8bcbecfb6879de3a56aa11162d991c62d07dc777c5f
3
+ metadata.gz: 040e96d7e40b2a9a1bfa4e2675e15a2794f333e7d5d9d957d520d58bc652379a
4
+ data.tar.gz: 33b04c0b909241a62295128a8fcab042281bbf1a224f389c9237d96cd4c6b05d
5
5
  SHA512:
6
- metadata.gz: 4768cc05392353ac6591e7fc1e3291d70d59faeae6c11e90311333135dacb3ea566f303d8a590bafe034c4fb015e6c594efdc2f63f13b33ae7942a64f377ed19
7
- data.tar.gz: 2e08ae6d3c3d353f5c3207e6e77fb1278fb19d969523a209f5b57c4dfd4a7aaa7986d355d978150205e5697fb4a83fa71130c661922af0cb0bfc49d6ef3506c5
6
+ metadata.gz: 949a375199fbe10521307e6e3737a05a1da5872ae4bc8dbd560d5cb014a9c01797da9cc376eacd5055d7cb5b705f26bf754f853df91b7874f335b0d1f24b1dd8
7
+ data.tar.gz: f16dcdf268eb1690e659dfc0e48cb3c1b282b5f904c5ef037362c06728f757036281606b4f115d11bd3be68cca649012160e16c9066cb663965604a30044cbbf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.58.0 (2022-08-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -6995,7 +6995,7 @@ module Aws::FSx
6995
6995
  params: params,
6996
6996
  config: config)
6997
6997
  context[:gem_name] = 'aws-sdk-fsx'
6998
- context[:gem_version] = '1.58.0'
6998
+ context[:gem_version] = '1.59.0'
6999
6999
  Seahorse::Client::Request.new(handlers, context)
7000
7000
  end
7001
7001
 
@@ -2545,9 +2545,12 @@ module Aws::FSx
2545
2545
  # @return [String]
2546
2546
  #
2547
2547
  # @!attribute [rw] security_style
2548
- # The security style for the volume. If a volume's security style is
2549
- # not specified, it is automatically set to the root volume's
2550
- # security style. Specify one of the following 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:
2551
2554
  #
2552
2555
  # * `UNIX` if the file system is managed by a UNIX administrator, the
2553
2556
  # majority of users are NFS clients, and an application accessing
@@ -2559,6 +2562,10 @@ module Aws::FSx
2559
2562
  #
2560
2563
  # * `MIXED` if the file system is managed by both UNIX and Windows
2561
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
2562
2569
  # @return [String]
2563
2570
  #
2564
2571
  # @!attribute [rw] size_in_megabytes
@@ -5155,8 +5162,7 @@ module Aws::FSx
5155
5162
  # @return [String]
5156
5163
  #
5157
5164
  # @!attribute [rw] failure_details
5158
- # A structure providing details of any failures that occurred when
5159
- # creating a file system.
5165
+ # A structure providing details of any failures that occurred.
5160
5166
  # @return [Types::FileSystemFailureDetails]
5161
5167
  #
5162
5168
  # @!attribute [rw] storage_capacity
@@ -5343,12 +5349,10 @@ module Aws::FSx
5343
5349
  include Aws::Structure
5344
5350
  end
5345
5351
 
5346
- # A structure providing details of any failures that occurred when
5347
- # creating a file system.
5352
+ # A structure providing details of any failures that occurred.
5348
5353
  #
5349
5354
  # @!attribute [rw] message
5350
- # A message describing any failures that occurred during file system
5351
- # creation.
5355
+ # A message describing any failures that occurred.
5352
5356
  # @return [String]
5353
5357
  #
5354
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.58.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.58.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-08-29 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