aws-sdk-fsx 1.58.0 → 1.59.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fsx/client.rb +1 -1
- data/lib/aws-sdk-fsx/types.rb +13 -9
- data/lib/aws-sdk-fsx.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 040e96d7e40b2a9a1bfa4e2675e15a2794f333e7d5d9d957d520d58bc652379a
|
4
|
+
data.tar.gz: 33b04c0b909241a62295128a8fcab042281bbf1a224f389c9237d96cd4c6b05d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 949a375199fbe10521307e6e3737a05a1da5872ae4bc8dbd560d5cb014a9c01797da9cc376eacd5055d7cb5b705f26bf754f853df91b7874f335b0d1f24b1dd8
|
7
|
+
data.tar.gz: f16dcdf268eb1690e659dfc0e48cb3c1b282b5f904c5ef037362c06728f757036281606b4f115d11bd3be68cca649012160e16c9066cb663965604a30044cbbf
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.59.0
|
data/lib/aws-sdk-fsx/client.rb
CHANGED
data/lib/aws-sdk-fsx/types.rb
CHANGED
@@ -2545,9 +2545,12 @@ module Aws::FSx
|
|
2545
2545
|
# @return [String]
|
2546
2546
|
#
|
2547
2547
|
# @!attribute [rw] security_style
|
2548
|
-
#
|
2549
|
-
# not specified, it is automatically set to the root
|
2550
|
-
# security style.
|
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
|
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
|
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
|
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
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.
|
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-
|
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
|