aws-sdk-fsx 1.24.0 → 1.25.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/lib/aws-sdk-fsx.rb +1 -1
- data/lib/aws-sdk-fsx/client.rb +23 -8
- data/lib/aws-sdk-fsx/types.rb +95 -66
- 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: c1388c7e6c609c449a57456d0d868f7035f39e5f93759d92812c584485a61b7a
|
4
|
+
data.tar.gz: f8799f8e30fdad5848502594889fdc4c14366207d07d2ac0dcc33f77b3303ec6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1bf099c033980c89488a6cdfd5b136c3f9911f53d9ecbe069fe52cc6ca6f8647bbcb27c10cbfadb3872aec1a329f8e01bf4f9383e444ee17a949896eae17cda
|
7
|
+
data.tar.gz: 7b49789c11d8aba0dbc326f95cc83c5dd3eb1ade462d845fd81bd18938b0a12deda24c08627ac500b0aad6a8dd7550c6adb20be6cfd7272b9b4ce1a7fb8f151e
|
data/lib/aws-sdk-fsx.rb
CHANGED
data/lib/aws-sdk-fsx/client.rb
CHANGED
@@ -373,8 +373,11 @@ module Aws::FSx
|
|
373
373
|
#
|
374
374
|
# * is *not* linked to an Amazon S3 data respository.
|
375
375
|
#
|
376
|
-
# For more information
|
377
|
-
# [
|
376
|
+
# For more information about backing up Amazon FSx for Lustre file
|
377
|
+
# systems, see [Working with FSx for Lustre backups][1].
|
378
|
+
#
|
379
|
+
# For more information about backing up Amazon FSx for Lustre file
|
380
|
+
# systems, see [Working with FSx for Windows backups][2].
|
378
381
|
#
|
379
382
|
# If a backup with the specified client request token exists, and the
|
380
383
|
# parameters match, this operation returns the description of the
|
@@ -402,7 +405,8 @@ module Aws::FSx
|
|
402
405
|
#
|
403
406
|
#
|
404
407
|
#
|
405
|
-
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/
|
408
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html
|
409
|
+
# [2]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html
|
406
410
|
#
|
407
411
|
# @option params [required, String] :file_system_id
|
408
412
|
# The ID of the file system to back up.
|
@@ -2063,9 +2067,11 @@ module Aws::FSx
|
|
2063
2067
|
end
|
2064
2068
|
|
2065
2069
|
# Use this operation to update the configuration of an existing Amazon
|
2066
|
-
# FSx file system.
|
2067
|
-
#
|
2068
|
-
#
|
2070
|
+
# FSx file system. You can update multiple properties in a single
|
2071
|
+
# request.
|
2072
|
+
#
|
2073
|
+
# For Amazon FSx for Windows File Server file systems, you can update
|
2074
|
+
# the following properties:
|
2069
2075
|
#
|
2070
2076
|
# * AutomaticBackupRetentionDays
|
2071
2077
|
#
|
@@ -2079,7 +2085,16 @@ module Aws::FSx
|
|
2079
2085
|
#
|
2080
2086
|
# * WeeklyMaintenanceStartTime
|
2081
2087
|
#
|
2082
|
-
#
|
2088
|
+
# For Amazon FSx for Lustre file systems, you can update the following
|
2089
|
+
# properties:
|
2090
|
+
#
|
2091
|
+
# * AutoImportPolicy
|
2092
|
+
#
|
2093
|
+
# * AutomaticBackupRetentionDays
|
2094
|
+
#
|
2095
|
+
# * DailyAutomaticBackupStartTime
|
2096
|
+
#
|
2097
|
+
# * WeeklyMaintenanceStartTime
|
2083
2098
|
#
|
2084
2099
|
# @option params [required, String] :file_system_id
|
2085
2100
|
# Identifies the file system that you are updating.
|
@@ -2270,7 +2285,7 @@ module Aws::FSx
|
|
2270
2285
|
params: params,
|
2271
2286
|
config: config)
|
2272
2287
|
context[:gem_name] = 'aws-sdk-fsx'
|
2273
|
-
context[:gem_version] = '1.
|
2288
|
+
context[:gem_version] = '1.25.0'
|
2274
2289
|
Seahorse::Client::Request.new(handlers, context)
|
2275
2290
|
end
|
2276
2291
|
|
data/lib/aws-sdk-fsx/types.rb
CHANGED
@@ -166,7 +166,7 @@ module Aws::FSx
|
|
166
166
|
# @return [Types::BackupFailureDetails]
|
167
167
|
#
|
168
168
|
# @!attribute [rw] type
|
169
|
-
# The type of the backup.
|
169
|
+
# The type of the file system backup.
|
170
170
|
# @return [String]
|
171
171
|
#
|
172
172
|
# @!attribute [rw] progress_percent
|
@@ -790,10 +790,6 @@ module Aws::FSx
|
|
790
790
|
# `SCRATCH_2` deployment type provides in-transit encryption of data
|
791
791
|
# and higher burst throughput capacity than `SCRATCH_1`.
|
792
792
|
#
|
793
|
-
# <note markdown="1"> This option can only be set for for PERSISTENT\_1 deployments types.
|
794
|
-
#
|
795
|
-
# </note>
|
796
|
-
#
|
797
793
|
# Choose `PERSISTENT_1` deployment type for longer-term storage and
|
798
794
|
# workloads and encryption of data in transit. To learn more about
|
799
795
|
# deployment types, see [ FSx for Lustre Deployment Options][1].
|
@@ -815,28 +811,34 @@ module Aws::FSx
|
|
815
811
|
# @return [String]
|
816
812
|
#
|
817
813
|
# @!attribute [rw] auto_import_policy
|
818
|
-
# Use this property to
|
819
|
-
#
|
820
|
-
# update
|
821
|
-
#
|
822
|
-
# following values:
|
814
|
+
# (Optional) Use this property to configure the AutoImport feature on
|
815
|
+
# the file system's linked Amazon S3 data repository. You use
|
816
|
+
# AutoImport to update the contents of your FSx for Lustre file system
|
817
|
+
# automatically with changes that occur in the linked S3 data
|
818
|
+
# repository. `AutoImportPolicy` can have the following values:
|
819
|
+
#
|
820
|
+
# * `NONE` - (Default) AutoImport is off. Changes in the linked data
|
821
|
+
# repository are not reflected on the FSx file system.
|
823
822
|
#
|
824
|
-
# * `
|
825
|
-
#
|
823
|
+
# * `NEW` - AutoImport is on. New files in the linked data repository
|
824
|
+
# that do not currently exist in the FSx file system are
|
825
|
+
# automatically imported. Updates to existing FSx files are not
|
826
|
+
# imported to the FSx file system. Files deleted from the linked
|
827
|
+
# data repository are not deleted from the FSx file system.
|
826
828
|
#
|
827
|
-
# * `
|
828
|
-
# repository
|
829
|
-
#
|
830
|
-
# file
|
829
|
+
# * `NEW_CHANGED` - AutoImport is on. New files in the linked S3 data
|
830
|
+
# repository that do not currently exist in the FSx file system are
|
831
|
+
# automatically imported. Changes to existing FSx files in the
|
832
|
+
# linked repository are also automatically imported to the FSx file
|
833
|
+
# system. Files deleted from the linked data repository are not
|
834
|
+
# deleted from the FSx file system.
|
831
835
|
#
|
832
|
-
#
|
833
|
-
#
|
834
|
-
# FSx file system. Files deleted in S3 are not deleted in the FSx
|
835
|
-
# file system.
|
836
|
+
# For more information, see [Automatically import updates from your S3
|
837
|
+
# bucket][1].
|
836
838
|
#
|
837
|
-
#
|
838
|
-
#
|
839
|
-
#
|
839
|
+
#
|
840
|
+
#
|
841
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/autoimport-data-repo.html
|
840
842
|
# @return [String]
|
841
843
|
#
|
842
844
|
# @!attribute [rw] per_unit_storage_throughput
|
@@ -873,6 +875,12 @@ module Aws::FSx
|
|
873
875
|
# tags are copied to backups. If you specify one or more tags when
|
874
876
|
# creating a user-initiated backup, no tags are copied from the file
|
875
877
|
# system, regardless of this value.
|
878
|
+
#
|
879
|
+
# For more information, see [Working with backups][1].
|
880
|
+
#
|
881
|
+
#
|
882
|
+
#
|
883
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html
|
876
884
|
# @return [Boolean]
|
877
885
|
#
|
878
886
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemLustreConfiguration AWS API Documentation
|
@@ -1205,15 +1213,23 @@ module Aws::FSx
|
|
1205
1213
|
# repository, if it is configured with an S3 repository. The lifecycle
|
1206
1214
|
# can have the following values:
|
1207
1215
|
#
|
1208
|
-
# * `CREATING` -
|
1216
|
+
# * `CREATING` - The data repository configuration between the FSx
|
1217
|
+
# file system and the linked S3 data repository is being created.
|
1218
|
+
# The data repository is unavailable.
|
1209
1219
|
#
|
1210
1220
|
# * `AVAILABLE` - The data repository is available for use.
|
1211
1221
|
#
|
1212
|
-
# * `MISCONFIGURED` -
|
1213
|
-
#
|
1222
|
+
# * `MISCONFIGURED` - Amazon FSx cannot automatically import updates
|
1223
|
+
# from the S3 bucket until the data repository configuration is
|
1224
|
+
# corrected. For more information, see [Troubleshooting a
|
1225
|
+
# Misconfigured linked S3 bucket][1].
|
1214
1226
|
#
|
1215
1227
|
# * `UPDATING` - The data repository is undergoing a customer
|
1216
|
-
# initiated update.
|
1228
|
+
# initiated update and availability may be impacted.
|
1229
|
+
#
|
1230
|
+
#
|
1231
|
+
#
|
1232
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/troubleshooting.html#troubleshooting-misconfigured-data-repository
|
1217
1233
|
# @return [String]
|
1218
1234
|
#
|
1219
1235
|
# @!attribute [rw] import_path
|
@@ -1242,27 +1258,34 @@ module Aws::FSx
|
|
1242
1258
|
# @return [Integer]
|
1243
1259
|
#
|
1244
1260
|
# @!attribute [rw] auto_import_policy
|
1245
|
-
# Describes the data repository's
|
1246
|
-
#
|
1247
|
-
#
|
1248
|
-
#
|
1261
|
+
# Describes the file system's linked S3 data repository's
|
1262
|
+
# `AutoImportPolicy`. The AutoImportPolicy configures how your FSx for
|
1263
|
+
# Lustre file system automatically updates its contents with changes
|
1264
|
+
# that occur in the linked S3 data repository. `AutoImportPolicy` can
|
1265
|
+
# have the following values:
|
1266
|
+
#
|
1267
|
+
# * `NONE` - (Default) AutoImport is off. Changes in the linked data
|
1268
|
+
# repository are not reflected on the FSx file system.
|
1249
1269
|
#
|
1250
|
-
# * `
|
1251
|
-
#
|
1270
|
+
# * `NEW` - AutoImport is on. New files in the linked data repository
|
1271
|
+
# that do not currently exist in the FSx file system are
|
1272
|
+
# automatically imported. Updates to existing FSx files are not
|
1273
|
+
# imported to the FSx file system. Files deleted from the linked
|
1274
|
+
# data repository are not deleted from the FSx file system.
|
1252
1275
|
#
|
1253
|
-
# * `
|
1254
|
-
# repository
|
1255
|
-
#
|
1256
|
-
# file
|
1276
|
+
# * `NEW_CHANGED` - AutoImport is on. New files in the linked S3 data
|
1277
|
+
# repository that do not currently exist in the FSx file system are
|
1278
|
+
# automatically imported. Changes to existing FSx files in the
|
1279
|
+
# linked repository are also automatically imported to the FSx file
|
1280
|
+
# system. Files deleted from the linked data repository are not
|
1281
|
+
# deleted from the FSx file system.
|
1257
1282
|
#
|
1258
|
-
#
|
1259
|
-
#
|
1260
|
-
# FSx file system. Files deleted in S3 are not deleted in the FSx
|
1261
|
-
# file system.
|
1283
|
+
# For more information, see [Automatically import updates from your S3
|
1284
|
+
# bucket][1].
|
1262
1285
|
#
|
1263
|
-
#
|
1264
|
-
#
|
1265
|
-
#
|
1286
|
+
#
|
1287
|
+
#
|
1288
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/autoimport-data-repo.html
|
1266
1289
|
# @return [String]
|
1267
1290
|
#
|
1268
1291
|
# @!attribute [rw] failure_details
|
@@ -2939,28 +2962,34 @@ module Aws::FSx
|
|
2939
2962
|
# @return [Integer]
|
2940
2963
|
#
|
2941
2964
|
# @!attribute [rw] auto_import_policy
|
2942
|
-
# Use this property to
|
2943
|
-
#
|
2944
|
-
# update
|
2945
|
-
#
|
2946
|
-
# following values:
|
2947
|
-
#
|
2948
|
-
# * `NONE` - (Default)
|
2949
|
-
# repository
|
2950
|
-
#
|
2951
|
-
# * `NEW` -
|
2952
|
-
#
|
2953
|
-
#
|
2954
|
-
# file system.
|
2955
|
-
#
|
2956
|
-
#
|
2957
|
-
#
|
2958
|
-
#
|
2959
|
-
#
|
2960
|
-
#
|
2961
|
-
#
|
2962
|
-
#
|
2963
|
-
#
|
2965
|
+
# (Optional) Use this property to configure the AutoImport feature on
|
2966
|
+
# the file system's linked Amazon S3 data repository. You use
|
2967
|
+
# AutoImport to update the contents of your FSx for Lustre file system
|
2968
|
+
# automatically with changes that occur in the linked S3 data
|
2969
|
+
# repository. `AutoImportPolicy` can have the following values:
|
2970
|
+
#
|
2971
|
+
# * `NONE` - (Default) AutoImport is off. Changes in the linked data
|
2972
|
+
# repository are not reflected on the FSx file system.
|
2973
|
+
#
|
2974
|
+
# * `NEW` - AutoImport is on. New files in the linked data repository
|
2975
|
+
# that do not currently exist in the FSx file system are
|
2976
|
+
# automatically imported. Updates to existing FSx files are not
|
2977
|
+
# imported to the FSx file system. Files deleted from the linked
|
2978
|
+
# data repository are not deleted from the FSx file system.
|
2979
|
+
#
|
2980
|
+
# * `NEW_CHANGED` - AutoImport is on. New files in the linked S3 data
|
2981
|
+
# repository that do not currently exist in the FSx file system are
|
2982
|
+
# automatically imported. Changes to existing FSx files in the
|
2983
|
+
# linked repository are also automatically imported to the FSx file
|
2984
|
+
# system. Files deleted from the linked data repository are not
|
2985
|
+
# deleted from the FSx file system.
|
2986
|
+
#
|
2987
|
+
# For more information, see [Automatically import updates from your S3
|
2988
|
+
# bucket][1].
|
2989
|
+
#
|
2990
|
+
#
|
2991
|
+
#
|
2992
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/autoimport-data-repo.html
|
2964
2993
|
# @return [String]
|
2965
2994
|
#
|
2966
2995
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemLustreConfiguration AWS API Documentation
|
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.25.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: 2020-07-
|
11
|
+
date: 2020-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|