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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fsx/client.rb +1 -1
- data/lib/aws-sdk-fsx/endpoints.rb +1 -0
- data/lib/aws-sdk-fsx/types.rb +15 -16
- 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: 58ea4348bb6de6426eb9acc0981f79d3e1036f4e410e93639f350c28b76bb587
|
|
4
|
+
data.tar.gz: b23a0d4dd175c53d26de6e71f52f2bc0cd07c2fc9cea99e659837ca77cd31b8d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
1
|
+
1.69.0
|
data/lib/aws-sdk-fsx/client.rb
CHANGED
data/lib/aws-sdk-fsx/types.rb
CHANGED
|
@@ -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 `
|
|
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 `
|
|
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
|
|
1822
|
+
# available.
|
|
1823
1823
|
#
|
|
1824
1824
|
# * `SINGLE_AZ_2`- Creates file systems with throughput capacities of
|
|
1825
|
-
# 160 - 10,240
|
|
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.
|
|
2197
|
-
#
|
|
2198
|
-
#
|
|
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 `
|
|
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 `
|
|
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 `
|
|
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 `
|
|
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 `
|
|
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
|
|
8101
|
-
# to
|
|
8102
|
-
#
|
|
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
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.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-
|
|
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
|