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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7033f967d0f3843866ceff1767852e58dad02a0063765bad429404d1c6de563b
4
- data.tar.gz: 7ae042ce6bedd722e6fa7772053ac71db99c7fd4f4efca385a8107127ba3d91b
3
+ metadata.gz: d3a60e59369681799f95a64fb13e8f2da3c8f3f407351940e68827cb9777b6f4
4
+ data.tar.gz: 66ef4352e844e2c88d81e8bcbecfb6879de3a56aa11162d991c62d07dc777c5f
5
5
  SHA512:
6
- metadata.gz: 121c4e23ef41a6fffe787c233f33d63662912e135d1be57e158bd47ea77db5c7cf5dcc84ec550d5bcbc9fc211702f0f6e73204e8ea372e482189102b7ebe237a
7
- data.tar.gz: 0a02b54b07b9c98db3aeb22f52c01e145bc91a9587a442585099a7d37d08c61f5bc3fb12cf2fdd2a23872988794b5a4b24410d9b2a8c715eb1bfa78a41a7687b
6
+ metadata.gz: 4768cc05392353ac6591e7fc1e3291d70d59faeae6c11e90311333135dacb3ea566f303d8a590bafe034c4fb015e6c594efdc2f63f13b33ae7942a64f377ed19
7
+ data.tar.gz: 2e08ae6d3c3d353f5c3207e6e77fb1278fb19d969523a209f5b57c4dfd4a7aaa7986d355d978150205e5697fb4a83fa71130c661922af0cb0bfc49d6ef3506c5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2022-08-29)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon FSx for NetApp ONTAP.
8
+
4
9
  1.57.0 (2022-07-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.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.57.0'
6998
+ context[:gem_version] = '1.58.0'
6999
6999
  Seahorse::Client::Request.new(handlers, context)
7000
7000
  end
7001
7001
 
@@ -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. Specify one of the following
2549
- # values:
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. `UNIX` is the
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
@@ -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.57.0'
51
+ GEM_VERSION = '1.58.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.57.0
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-07-29 00:00:00.000000000 Z
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