aws-sdk-fsx 1.67.0 → 1.69.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: 267a4ea54440ceb98de094795b7ec45cd49b4d6f78e928d64f2cf276478f0289
4
- data.tar.gz: c0e7cf284bdbaa64ed88a41cf229d8c48e115296566f2af0e654e041355995ba
3
+ metadata.gz: 58ea4348bb6de6426eb9acc0981f79d3e1036f4e410e93639f350c28b76bb587
4
+ data.tar.gz: b23a0d4dd175c53d26de6e71f52f2bc0cd07c2fc9cea99e659837ca77cd31b8d
5
5
  SHA512:
6
- metadata.gz: 95c8903a2486a6221b20fc013944385fe2cd6107614379a1987a1135674bf382b4cae9a114beda455cc8d399effd1d4e387f000899d49a9286b672aebe6ede52
7
- data.tar.gz: d9f00cca64519dee32decb7d5c21a608c87735505c251dfaa91b579cb2e648a9a5accd4e43985dee8cd8f9424d34dea961c2bffa8c7822d3c56d059d8dd33992
6
+ metadata.gz: 6c98d017bf61ee3479555c83b4470dce65b74839f1d9b0471de70aee72c62d48047b9d862b527363c6a277fe0ab166094bd4d5096f71c557f0ac8419d8fcdb48
7
+ data.tar.gz: 8552486dd244bac4566f6732620ff2360a0ef35e258711fa0f391d20560e198306d578bf3de8566a720166e0a6db188e0028316e1e84240a2b76d5a29ec4d037
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.69.0 (2023-06-23)
5
+ ------------------
6
+
7
+ * Feature - Update to Amazon FSx documentation.
8
+
9
+ 1.68.0 (2023-06-15)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.67.0 (2023-06-12)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.69.0
@@ -7764,7 +7764,7 @@ module Aws::FSx
7764
7764
  params: params,
7765
7765
  config: config)
7766
7766
  context[:gem_name] = 'aws-sdk-fsx'
7767
- context[:gem_version] = '1.67.0'
7767
+ context[:gem_version] = '1.69.0'
7768
7768
  Seahorse::Client::Request.new(handlers, context)
7769
7769
  end
7770
7770
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::FSx
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class AssociateFileSystemAliases
@@ -1672,7 +1672,7 @@ module Aws::FSx
1672
1672
  # @!attribute [rw] automatic_backup_retention_days
1673
1673
  # The number of days to retain automatic backups. Setting this
1674
1674
  # property to `0` disables automatic backups. You can retain automatic
1675
- # backups for a maximum of 90 days. The default is `0`.
1675
+ # backups for a maximum of 90 days. The default is `30`.
1676
1676
  # @return [Integer]
1677
1677
  #
1678
1678
  # @!attribute [rw] daily_automatic_backup_start_time
@@ -1780,7 +1780,7 @@ module Aws::FSx
1780
1780
  # @!attribute [rw] automatic_backup_retention_days
1781
1781
  # The number of days to retain automatic backups. Setting this
1782
1782
  # property to `0` disables automatic backups. You can retain automatic
1783
- # backups for a maximum of 90 days. The default is `0`.
1783
+ # backups for a maximum of 90 days. The default is `30`.
1784
1784
  # @return [Integer]
1785
1785
  #
1786
1786
  # @!attribute [rw] copy_tags_to_backups
@@ -1819,10 +1819,10 @@ module Aws::FSx
1819
1819
  # * `SINGLE_AZ_1`- (Default) Creates file systems with throughput
1820
1820
  # capacities of 64 - 4,096 MBps. `Single_AZ_1` is available in all
1821
1821
  # Amazon Web Services Regions where Amazon FSx for OpenZFS is
1822
- # available, except US West (Oregon).
1822
+ # available.
1823
1823
  #
1824
1824
  # * `SINGLE_AZ_2`- Creates file systems with throughput capacities of
1825
- # 160 - 10,240 MBps using an NVMe L2ARC cache. `Single_AZ_2` is
1825
+ # 160 - 10,240 MB/s using an NVMe L2ARC cache. `Single_AZ_2` is
1826
1826
  # available only in the US East (N. Virginia), US East (Ohio), US
1827
1827
  # West (Oregon), and Europe (Ireland) Amazon Web Services Regions.
1828
1828
  #
@@ -2193,10 +2193,9 @@ module Aws::FSx
2193
2193
  # @return [String]
2194
2194
  #
2195
2195
  # @!attribute [rw] automatic_backup_retention_days
2196
- # The number of days to retain automatic backups. The default is to
2197
- # retain backups for 7 days. Setting this value to 0 disables the
2198
- # creation of automatic backups. The maximum retention period for
2199
- # backups is 90 days.
2196
+ # The number of days to retain automatic backups. Setting this
2197
+ # property to `0` disables automatic backups. You can retain automatic
2198
+ # backups for a maximum of 90 days. The default is `30`.
2200
2199
  # @return [Integer]
2201
2200
  #
2202
2201
  # @!attribute [rw] copy_tags_to_backups
@@ -5723,7 +5722,7 @@ module Aws::FSx
5723
5722
  # @!attribute [rw] automatic_backup_retention_days
5724
5723
  # The number of days to retain automatic backups. Setting this
5725
5724
  # property to `0` disables automatic backups. You can retain automatic
5726
- # backups for a maximum of 90 days. The default is `0`.
5725
+ # backups for a maximum of 90 days. The default is `30`.
5727
5726
  # @return [Integer]
5728
5727
  #
5729
5728
  # @!attribute [rw] copy_tags_to_backups
@@ -6038,7 +6037,7 @@ module Aws::FSx
6038
6037
  # @!attribute [rw] automatic_backup_retention_days
6039
6038
  # The number of days to retain automatic backups. Setting this
6040
6039
  # property to `0` disables automatic backups. You can retain automatic
6041
- # backups for a maximum of 90 days. The default is `0`.
6040
+ # backups for a maximum of 90 days. The default is `30`.
6042
6041
  # @return [Integer]
6043
6042
  #
6044
6043
  # @!attribute [rw] daily_automatic_backup_start_time
@@ -6401,7 +6400,7 @@ module Aws::FSx
6401
6400
  # @!attribute [rw] automatic_backup_retention_days
6402
6401
  # The number of days to retain automatic backups. Setting this
6403
6402
  # property to `0` disables automatic backups. You can retain automatic
6404
- # backups for a maximum of 90 days. The default is `0`.
6403
+ # backups for a maximum of 90 days. The default is `30`.
6405
6404
  # @return [Integer]
6406
6405
  #
6407
6406
  # @!attribute [rw] copy_tags_to_backups
@@ -7783,7 +7782,7 @@ module Aws::FSx
7783
7782
  # @!attribute [rw] automatic_backup_retention_days
7784
7783
  # The number of days to retain automatic backups. Setting this
7785
7784
  # property to `0` disables automatic backups. You can retain automatic
7786
- # backups for a maximum of 90 days. The default is `0`.
7785
+ # backups for a maximum of 90 days. The default is `30`.
7787
7786
  # @return [Integer]
7788
7787
  #
7789
7788
  # @!attribute [rw] daily_automatic_backup_start_time
@@ -7880,7 +7879,7 @@ module Aws::FSx
7880
7879
  # @!attribute [rw] automatic_backup_retention_days
7881
7880
  # The number of days to retain automatic backups. Setting this
7882
7881
  # property to `0` disables automatic backups. You can retain automatic
7883
- # backups for a maximum of 90 days. The default is `0`.
7882
+ # backups for a maximum of 90 days. The default is `30`.
7884
7883
  # @return [Integer]
7885
7884
  #
7886
7885
  # @!attribute [rw] copy_tags_to_backups
@@ -8097,9 +8096,9 @@ module Aws::FSx
8097
8096
  # @return [String]
8098
8097
  #
8099
8098
  # @!attribute [rw] automatic_backup_retention_days
8100
- # The number of days to retain automatic daily backups. Setting this
8101
- # to zero (0) disables automatic daily backups. You can retain
8102
- # automatic daily backups for a maximum of 90 days. For more
8099
+ # The number of days to retain automatic backups. Setting this
8100
+ # property to `0` disables automatic backups. You can retain automatic
8101
+ # backups for a maximum of 90 days. The default is `30`. For more
8103
8102
  # information, see [Working with Automatic Daily Backups][1].
8104
8103
  #
8105
8104
  #
data/lib/aws-sdk-fsx.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-fsx/customizations'
52
52
  # @!group service
53
53
  module Aws::FSx
54
54
 
55
- GEM_VERSION = '1.67.0'
55
+ GEM_VERSION = '1.69.0'
56
56
 
57
57
  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.67.0
4
+ version: 1.69.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: 2023-06-12 00:00:00.000000000 Z
11
+ date: 2023-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core