aws-sdk-fsx 1.57.0 → 1.58.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 +4 -4
- 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: d3a60e59369681799f95a64fb13e8f2da3c8f3f407351940e68827cb9777b6f4
|
4
|
+
data.tar.gz: 66ef4352e844e2c88d81e8bcbecfb6879de3a56aa11162d991c62d07dc777c5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4768cc05392353ac6591e7fc1e3291d70d59faeae6c11e90311333135dacb3ea566f303d8a590bafe034c4fb015e6c594efdc2f63f13b33ae7942a64f377ed19
|
7
|
+
data.tar.gz: 2e08ae6d3c3d353f5c3207e6e77fb1278fb19d969523a209f5b57c4dfd4a7aaa7986d355d978150205e5697fb4a83fa71130c661922af0cb0bfc49d6ef3506c5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.58.0
|
data/lib/aws-sdk-fsx/client.rb
CHANGED
data/lib/aws-sdk-fsx/types.rb
CHANGED
@@ -2545,13 +2545,13 @@ module Aws::FSx
|
|
2545
2545
|
# @return [String]
|
2546
2546
|
#
|
2547
2547
|
# @!attribute [rw] security_style
|
2548
|
-
# The security style for the volume.
|
2549
|
-
#
|
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:
|
2550
2551
|
#
|
2551
2552
|
# * `UNIX` if the file system is managed by a UNIX administrator, the
|
2552
2553
|
# majority of users are NFS clients, and an application accessing
|
2553
|
-
# the data uses a UNIX user as the service account.
|
2554
|
-
# default.
|
2554
|
+
# the data uses a UNIX user as the service account.
|
2555
2555
|
#
|
2556
2556
|
# * `NTFS` if the file system is managed by a Windows administrator,
|
2557
2557
|
# the majority of users are SMB clients, and an application
|
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.58.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-08-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|