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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 600acceb0e74ef1e4f0d9468c9a3a514a7fa7d636b5e2c093c1413ba700e9f97
4
- data.tar.gz: 3bc1d142ac0cac9982e4f88867afb47219090d215857bd3b95433a9986777105
3
+ metadata.gz: c1388c7e6c609c449a57456d0d868f7035f39e5f93759d92812c584485a61b7a
4
+ data.tar.gz: f8799f8e30fdad5848502594889fdc4c14366207d07d2ac0dcc33f77b3303ec6
5
5
  SHA512:
6
- metadata.gz: 39b6271f085a3bfb9045a968154a352fb80212bc4eaea2e7dc815c38b772f4c320e105f9908b772fb3f8decc0f263edd68d873c165a2f779636209daa6a6e22b
7
- data.tar.gz: ac4255fc2bbc8b7b393ae97234284ae256cf18c3567da81f40300739279e2ef3363fdf86dffc26f7c82ceb219cca3fcc50986fd55f8faad0bb600044efd383bc
6
+ metadata.gz: d1bf099c033980c89488a6cdfd5b136c3f9911f53d9ecbe069fe52cc6ca6f8647bbcb27c10cbfadb3872aec1a329f8e01bf4f9383e444ee17a949896eae17cda
7
+ data.tar.gz: 7b49789c11d8aba0dbc326f95cc83c5dd3eb1ade462d845fd81bd18938b0a12deda24c08627ac500b0aad6a8dd7550c6adb20be6cfd7272b9b4ce1a7fb8f151e
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-fsx/customizations'
47
47
  # @service
48
48
  module Aws::FSx
49
49
 
50
- GEM_VERSION = '1.24.0'
50
+ GEM_VERSION = '1.25.0'
51
51
 
52
52
  end
@@ -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, see
377
- # [https://docs.aws.amazon.com/fsx/latest/LustreGuide/lustre-backups.html][1].
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/lustre-backups.html
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. For an Amazon FSx for Lustre file system, you can
2067
- # update only the WeeklyMaintenanceStartTime. For an Amazon for Windows
2068
- # File Server file system, you can update the following properties:
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
- # You can update multiple properties in a single request.
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.24.0'
2288
+ context[:gem_version] = '1.25.0'
2274
2289
  Seahorse::Client::Request.new(handlers, context)
2275
2290
  end
2276
2291
 
@@ -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 turn the Autoimport feature on and off.
819
- # AutoImport enables your FSx for Lustre file system to automatically
820
- # update its contents with changes that have been made to its linked
821
- # Amazon S3 data repository. You can set the policy to have one the
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
- # * `NONE` - (Default) Autoimport is turned off. Changes to your S3
825
- # repository will not be reflected on the FSx file system.
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
- # * `NEW` - Autoimport is turned on; only new files in the linked S3
828
- # repository will be imported to the FSx file system. Updates to
829
- # existing files and deleted files will not be imported to the FSx
830
- # file system.
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
- # * `NEW_CHANGED` - Autoimport is turned on; new files and changes to
833
- # existing files in the linked S3 repository will be imported to the
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
- # * `NEW_CHANGED_DELETED` - Autoimport is turned on; new files,
838
- # changes to existing files, and deleted files in the linked S3
839
- # repository will be imported to the FSx file system.
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` - Amazon FSx is creating the new data repository.
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` - The data repository is in a failed but
1213
- # recoverable state.
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 `AutoImportPolicy`. AutoImport
1246
- # enables your FSx for Lustre file system to automatically update its
1247
- # contents with changes that have been made to its linked Amazon S3
1248
- # data repository. The policy can have the following values:
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
- # * `NONE` - (Default) Autoimport is turned off, Changes to your S3
1251
- # repository will not be reflected on the FSx file system.
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
- # * `NEW` - Autoimport is turned on; only new files in the linked S3
1254
- # repository will be imported to the FSx file system. Updates to
1255
- # existing files and deleted files will not be imported to the FSx
1256
- # file system.
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
- # * `NEW_CHANGED` - Autoimport is turned on; new files and changes to
1259
- # existing files in the linked S3 repository will be imported to the
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
- # * `NEW_CHANGED_DELETED` - Autoimport is turned on; new files,
1264
- # changes to existing files, and deleted files in the linked S3
1265
- # repository will be imported to the FSx file system.
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 turn the Autoimport feature on and off.
2943
- # AutoImport enables your FSx for Lustre file system to automatically
2944
- # update its contents with changes that have been made to its linked
2945
- # Amazon S3 data repository. You can set the policy to have one the
2946
- # following values:
2947
- #
2948
- # * `NONE` - (Default) Autoimport is turned off. Changes to your S3
2949
- # repository will not be reflected on the FSx file system.
2950
- #
2951
- # * `NEW` - Autoimport is turned on; only new files in the linked S3
2952
- # repository will be imported to the FSx file system. Updates to
2953
- # existing files and deleted files will not be imported to the FSx
2954
- # file system.
2955
- #
2956
- # * `NEW_CHANGED` - Autoimport is turned on; new files and changes to
2957
- # existing files in the linked S3 repository will be imported to the
2958
- # FSx file system. Files deleted in S3 are not deleted in the FSx
2959
- # file system.
2960
- #
2961
- # * `NEW_CHANGED_DELETED` - Autoimport is turned on; new files,
2962
- # changes to existing files, and deleted files in the linked S3
2963
- # repository will be imported to the FSx file system.
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.24.0
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-23 00:00:00.000000000 Z
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