aws-sdk-fsx 1.27.0 → 1.29.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: 3c2e0fd725f020971e4b7aa9c8fb58fd34c7d3af3a2476f214e44e2aacfe239c
4
- data.tar.gz: bcc09ae9ae016dc08fd276408abe59c4caf444b074455c3320671a6c8b4c8615
3
+ metadata.gz: 6624e1c3e4f9acdf537f03916f8d920cb84986d081c0d7e5a807f51fe1646c17
4
+ data.tar.gz: 9cbe2f29bfa829c65e9d9fb02be0b2618d50d9894fa7ca26941ee19712b8a2a2
5
5
  SHA512:
6
- metadata.gz: 3fdcac25bf49ac228f43921108b17706185e4a2fbf535dde72e8501c72072f1593474ec878a33c288c95362aa86eb1660c83e584eb4c5ee83f7cf541a34eeac0
7
- data.tar.gz: 1a92aa55100952685b9dac05431105897de2de929b9cbae0c247cd1f8dd9a909e7c92fceff0cf9561b1870450626538c677216a6046f378e80edb9d234be762d
6
+ metadata.gz: aad79ca81ea28f1eb6c5504112f6585f78e758bc9ef1bf7df53b682c218513b572bae6a6fc1fa249ced5fb0bcde834bd2a38f3440286741f0c22aa07fa15b359
7
+ data.tar.gz: d757034cc08516ce490e8a1fe9ce24ce2a00355accc90c2c4e2e84c0f92649b27f698bbbfa0a82ad185c4220a8d5d3692cd26eba95fef7e87baca6b40e28c7d3
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-fsx/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::FSx
49
49
 
50
- GEM_VERSION = '1.27.0'
50
+ GEM_VERSION = '1.29.0'
51
51
 
52
52
  end
@@ -85,13 +85,28 @@ module Aws::FSx
85
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
86
86
  # credentials.
87
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
88
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
89
103
  # from an EC2 IMDS on an EC2 instance.
90
104
  #
91
- # * `Aws::SharedCredentials` - Used for loading credentials from a
92
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
93
107
  #
94
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
95
110
  #
96
111
  # When `:credentials` are not configured directly, the following
97
112
  # locations will be searched for credentials:
@@ -101,10 +116,10 @@ module Aws::FSx
101
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
102
117
  # * `~/.aws/credentials`
103
118
  # * `~/.aws/config`
104
- # * EC2 IMDS instance profile - When used by default, the timeouts are
105
- # very aggressive. Construct and pass an instance of
106
- # `Aws::InstanceProfileCredentails` to enable retries and extended
107
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
108
123
  #
109
124
  # @option options [required, String] :region
110
125
  # The AWS region to connect to. The configured `:region` is
@@ -371,7 +386,7 @@ module Aws::FSx
371
386
  #
372
387
  # * a Persistent deployment type
373
388
  #
374
- # * is *not* linked to an Amazon S3 data respository.
389
+ # * is *not* linked to a data respository.
375
390
  #
376
391
  # For more information about backing up Amazon FSx for Lustre file
377
392
  # systems, see [Working with FSx for Lustre backups][1].
@@ -412,20 +427,20 @@ module Aws::FSx
412
427
  # The ID of the file system to back up.
413
428
  #
414
429
  # @option params [String] :client_request_token
415
- # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
416
- # idempotent creation. This string is automatically filled on your
417
- # behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS
418
- # SDK.
430
+ # (Optional) A string of up to 64 ASCII characters that Amazon FSx uses
431
+ # to ensure idempotent creation. This string is automatically filled on
432
+ # your behalf when you use the AWS Command Line Interface (AWS CLI) or
433
+ # an AWS SDK.
419
434
  #
420
435
  # **A suitable default value is auto-generated.** You should normally
421
436
  # not need to pass this option.**
422
437
  #
423
438
  # @option params [Array<Types::Tag>] :tags
424
- # The tags to apply to the backup at backup creation. The key value of
425
- # the `Name` tag appears in the console as the backup name. If you have
426
- # set `CopyTagsToBackups` to true, and you specify one or more tags
427
- # using the `CreateBackup` action, no existing tags on the file system
428
- # are copied from the file system to the backup.
439
+ # (Optional) The tags to apply to the backup at backup creation. The key
440
+ # value of the `Name` tag appears in the console as the backup name. If
441
+ # you have set `CopyTagsToBackups` to true, and you specify one or more
442
+ # tags using the `CreateBackup` action, no existing file system tags are
443
+ # copied from the file system to the backup.
429
444
  #
430
445
  # @return [Types::CreateBackupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
431
446
  #
@@ -737,11 +752,15 @@ module Aws::FSx
737
752
  #
738
753
  # For Lustre file systems:
739
754
  #
740
- # * For `SCRATCH_2` and `PERSISTENT_1` deployment types, valid values
741
- # are 1.2, 2.4, and increments of 2.4 TiB.
755
+ # * For `SCRATCH_2` and `PERSISTENT_1 SSD` deployment types, valid
756
+ # values are 1200 GiB, 2400 GiB, and increments of 2400 GiB.
757
+ #
758
+ # * For `PERSISTENT HDD` file systems, valid values are increments of
759
+ # 6000 GiB for 12 MB/s/TiB file systems and increments of 1800 GiB for
760
+ # 40 MB/s/TiB file systems.
742
761
  #
743
- # * For `SCRATCH_1` deployment type, valid values are 1.2, 2.4, and
744
- # increments of 3.6 TiB.
762
+ # * For `SCRATCH_1` deployment type, valid values are 1200 GiB, 2400
763
+ # GiB, and increments of 3600 GiB.
745
764
  #
746
765
  # For Windows file systems:
747
766
  #
@@ -751,21 +770,24 @@ module Aws::FSx
751
770
  # TiB).
752
771
  #
753
772
  # @option params [String] :storage_type
754
- # Sets the storage type for the Amazon FSx for Windows file system
755
- # you're creating. Valid values are `SSD` and `HDD`.
773
+ # Sets the storage type for the file system you're creating. Valid
774
+ # values are `SSD` and `HDD`.
756
775
  #
757
776
  # * Set to `SSD` to use solid state drive storage. SSD is supported on
758
- # all Windows deployment types.
777
+ # all Windows and Lustre deployment types.
759
778
  #
760
779
  # * Set to `HDD` to use hard disk drive storage. HDD is supported on
761
- # `SINGLE_AZ_2` and `MULTI_AZ_1` Windows file system deployment types.
780
+ # `SINGLE_AZ_2` and `MULTI_AZ_1` Windows file system deployment types,
781
+ # and on `PERSISTENT` Lustre file system deployment types.
762
782
  #
763
783
  # Default value is `SSD`. For more information, see [ Storage Type
764
- # Options][1] in the *Amazon FSx for Windows User Guide*.
784
+ # Options][1] in the *Amazon FSx for Windows User Guide* and [Multiple
785
+ # Storage Options][2] in the *Amazon FSx for Lustre User Guide*.
765
786
  #
766
787
  #
767
788
  #
768
789
  # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/optimize-fsx-costs.html#storage-type-options
790
+ # [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/what-is.html#storage-options
769
791
  #
770
792
  # @option params [required, Array<String>] :subnet_ids
771
793
  # Specifies the IDs of the subnets that the file system will be
@@ -2293,7 +2315,7 @@ module Aws::FSx
2293
2315
  params: params,
2294
2316
  config: config)
2295
2317
  context[:gem_name] = 'aws-sdk-fsx'
2296
- context[:gem_version] = '1.27.0'
2318
+ context[:gem_version] = '1.29.0'
2297
2319
  Seahorse::Client::Request.new(handlers, context)
2298
2320
  end
2299
2321
 
@@ -159,6 +159,17 @@ module Aws::FSx
159
159
  #
160
160
  # @!attribute [rw] lifecycle
161
161
  # The lifecycle status of the backup.
162
+ #
163
+ # * `AVAILABLE` - The backup is fully available.
164
+ #
165
+ # * `CREATING` - FSx is creating the backup.
166
+ #
167
+ # * `TRANSFERRING` - For Lustre file systems only; FSx is transferring
168
+ # the backup to S3.
169
+ #
170
+ # * `DELETED` - The backup was deleted is no longer available.
171
+ #
172
+ # * `FAILED` - Amazon FSx could not complete the backup.
162
173
  # @return [String]
163
174
  #
164
175
  # @!attribute [rw] failure_details
@@ -179,8 +190,7 @@ module Aws::FSx
179
190
  #
180
191
  # @!attribute [rw] kms_key_id
181
192
  # The ID of the AWS Key Management Service (AWS KMS) key used to
182
- # encrypt this backup of the Amazon FSx for Windows file system's
183
- # data at rest. Amazon FSx for Lustre does not support KMS encryption.
193
+ # encrypt the backup of the Amazon FSx file system's data at rest.
184
194
  # @return [String]
185
195
  #
186
196
  # @!attribute [rw] resource_arn
@@ -434,21 +444,21 @@ module Aws::FSx
434
444
  # @return [String]
435
445
  #
436
446
  # @!attribute [rw] client_request_token
437
- # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
438
- # idempotent creation. This string is automatically filled on your
439
- # behalf when you use the AWS Command Line Interface (AWS CLI) or an
440
- # AWS SDK.
447
+ # (Optional) A string of up to 64 ASCII characters that Amazon FSx
448
+ # uses to ensure idempotent creation. This string is automatically
449
+ # filled on your behalf when you use the AWS Command Line Interface
450
+ # (AWS CLI) or an AWS SDK.
441
451
  #
442
452
  # **A suitable default value is auto-generated.** You should normally
443
453
  # not need to pass this option.
444
454
  # @return [String]
445
455
  #
446
456
  # @!attribute [rw] tags
447
- # The tags to apply to the backup at backup creation. The key value of
448
- # the `Name` tag appears in the console as the backup name. If you
449
- # have set `CopyTagsToBackups` to true, and you specify one or more
450
- # tags using the `CreateBackup` action, no existing tags on the file
451
- # system are copied from the file system to the backup.
457
+ # (Optional) The tags to apply to the backup at backup creation. The
458
+ # key value of the `Name` tag appears in the console as the backup
459
+ # name. If you have set `CopyTagsToBackups` to true, and you specify
460
+ # one or more tags using the `CreateBackup` action, no existing file
461
+ # system tags are copied from the file system to the backup.
452
462
  # @return [Array<Types::Tag>]
453
463
  #
454
464
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateBackupRequest AWS API Documentation
@@ -737,9 +747,10 @@ module Aws::FSx
737
747
  # }
738
748
  #
739
749
  # @!attribute [rw] weekly_maintenance_start_time
740
- # The preferred start time to perform weekly maintenance, formatted
741
- # d:HH:MM in the UTC time zone, where d is the weekday number, from 1
742
- # through 7, beginning with Monday and ending with Sunday.
750
+ # (Optional) The preferred start time to perform weekly maintenance,
751
+ # formatted d:HH:MM in the UTC time zone, where d is the weekday
752
+ # number, from 1 through 7, beginning with Monday and ending with
753
+ # Sunday.
743
754
  # @return [String]
744
755
  #
745
756
  # @!attribute [rw] import_path
@@ -813,27 +824,25 @@ module Aws::FSx
813
824
  # @return [String]
814
825
  #
815
826
  # @!attribute [rw] auto_import_policy
816
- # (Optional) Use this property to configure the AutoImport feature on
817
- # the file system's linked Amazon S3 data repository. You use
818
- # AutoImport to update the contents of your FSx for Lustre file system
819
- # automatically with changes that occur in the linked S3 data
820
- # repository. `AutoImportPolicy` can have the following values:
821
- #
822
- # * `NONE` - (Default) AutoImport is off. Changes in the linked data
823
- # repository are not reflected on the FSx file system.
824
- #
825
- # * `NEW` - AutoImport is on. New files in the linked data repository
826
- # that do not currently exist in the FSx file system are
827
- # automatically imported. Updates to existing FSx files are not
828
- # imported to the FSx file system. Files deleted from the linked
829
- # data repository are not deleted from the FSx file system.
830
- #
831
- # * `NEW_CHANGED` - AutoImport is on. New files in the linked S3 data
832
- # repository that do not currently exist in the FSx file system are
833
- # automatically imported. Changes to existing FSx files in the
834
- # linked repository are also automatically imported to the FSx file
835
- # system. Files deleted from the linked data repository are not
836
- # deleted from the FSx file system.
827
+ # (Optional) When you create your file system, your existing S3
828
+ # objects appear as file and directory listings. Use this property to
829
+ # choose how Amazon FSx keeps your file and directory listings up to
830
+ # date as you add or modify objects in your linked S3 bucket.
831
+ # `AutoImportPolicy` can have the following values:
832
+ #
833
+ # * `NONE` - (Default) AutoImport is off. Amazon FSx only updates file
834
+ # and directory listings from the linked S3 bucket when the file
835
+ # system is created. FSx does not update file and directory listings
836
+ # for any new or changed objects after choosing this option.
837
+ #
838
+ # * `NEW` - AutoImport is on. Amazon FSx automatically imports
839
+ # directory listings of any new objects added to the linked S3
840
+ # bucket that do not currently exist in the FSx file system.
841
+ #
842
+ # * `NEW_CHANGED` - AutoImport is on. Amazon FSx automatically imports
843
+ # file and directory listings of any new objects added to the S3
844
+ # bucket and any existing objects that are changed in the S3 bucket
845
+ # after you choose this option.
837
846
  #
838
847
  # For more information, see [Automatically import updates from your S3
839
848
  # bucket][1].
@@ -849,7 +858,7 @@ module Aws::FSx
849
858
  # in MB/s/TiB. File system throughput capacity is calculated by
850
859
  # multiplying file system storage capacity (TiB) by the
851
860
  # PerUnitStorageThroughput (MB/s/TiB). For a 2.4 TiB file system,
852
- # provisioning 50 MB/s/TiB of PerUnitStorageThroughput yields 117 MB/s
861
+ # provisioning 50 MB/s/TiB of PerUnitStorageThroughput yields 120 MB/s
853
862
  # of file system throughput. You pay for the amount of throughput that
854
863
  # you provision.
855
864
  #
@@ -870,14 +879,16 @@ module Aws::FSx
870
879
  # @return [Integer]
871
880
  #
872
881
  # @!attribute [rw] copy_tags_to_backups
873
- # A boolean flag indicating whether tags for the file system should be
874
- # copied to backups. This value defaults to false. If it's set to
875
- # true, all tags for the file system are copied to all automatic and
876
- # user-initiated backups where the user doesn't specify tags. If this
877
- # value is true, and you specify one or more tags, only the specified
878
- # tags are copied to backups. If you specify one or more tags when
879
- # creating a user-initiated backup, no tags are copied from the file
880
- # system, regardless of this value.
882
+ # (Optional) Not available to use with file systems that are linked to
883
+ # a data repository. A boolean flag indicating whether tags for the
884
+ # file system should be copied to backups. The default value is false.
885
+ # If it's set to true, all file system tags are copied to all
886
+ # automatic and user-initiated backups when the user doesn't specify
887
+ # any backup-specific tags. If this value is true, and you specify one
888
+ # or more backup tags, only the specified tags are copied to backups.
889
+ # If you specify one or more tags when creating a user-initiated
890
+ # backup, no tags are copied from the file system, regardless of this
891
+ # value.
881
892
  #
882
893
  # For more information, see [Working with backups][1].
883
894
  #
@@ -986,11 +997,15 @@ module Aws::FSx
986
997
  #
987
998
  # For Lustre file systems:
988
999
  #
989
- # * For `SCRATCH_2` and `PERSISTENT_1` deployment types, valid values
990
- # are 1.2, 2.4, and increments of 2.4 TiB.
1000
+ # * For `SCRATCH_2` and `PERSISTENT_1 SSD` deployment types, valid
1001
+ # values are 1200 GiB, 2400 GiB, and increments of 2400 GiB.
1002
+ #
1003
+ # * For `PERSISTENT HDD` file systems, valid values are increments of
1004
+ # 6000 GiB for 12 MB/s/TiB file systems and increments of 1800 GiB
1005
+ # for 40 MB/s/TiB file systems.
991
1006
  #
992
- # * For `SCRATCH_1` deployment type, valid values are 1.2, 2.4, and
993
- # increments of 3.6 TiB.
1007
+ # * For `SCRATCH_1` deployment type, valid values are 1200 GiB, 2400
1008
+ # GiB, and increments of 3600 GiB.
994
1009
  #
995
1010
  # For Windows file systems:
996
1011
  #
@@ -1002,22 +1017,24 @@ module Aws::FSx
1002
1017
  # @return [Integer]
1003
1018
  #
1004
1019
  # @!attribute [rw] storage_type
1005
- # Sets the storage type for the Amazon FSx for Windows file system
1006
- # you're creating. Valid values are `SSD` and `HDD`.
1020
+ # Sets the storage type for the file system you're creating. Valid
1021
+ # values are `SSD` and `HDD`.
1007
1022
  #
1008
1023
  # * Set to `SSD` to use solid state drive storage. SSD is supported on
1009
- # all Windows deployment types.
1024
+ # all Windows and Lustre deployment types.
1010
1025
  #
1011
1026
  # * Set to `HDD` to use hard disk drive storage. HDD is supported on
1012
1027
  # `SINGLE_AZ_2` and `MULTI_AZ_1` Windows file system deployment
1013
- # types.
1028
+ # types, and on `PERSISTENT` Lustre file system deployment types.
1014
1029
  #
1015
1030
  # Default value is `SSD`. For more information, see [ Storage Type
1016
- # Options][1] in the *Amazon FSx for Windows User Guide*.
1031
+ # Options][1] in the *Amazon FSx for Windows User Guide* and [Multiple
1032
+ # Storage Options][2] in the *Amazon FSx for Lustre User Guide*.
1017
1033
  #
1018
1034
  #
1019
1035
  #
1020
1036
  # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/optimize-fsx-costs.html#storage-type-options
1037
+ # [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/what-is.html#storage-options
1021
1038
  # @return [String]
1022
1039
  #
1023
1040
  # @!attribute [rw] subnet_ids
@@ -1274,26 +1291,24 @@ module Aws::FSx
1274
1291
  #
1275
1292
  # @!attribute [rw] auto_import_policy
1276
1293
  # Describes the file system's linked S3 data repository's
1277
- # `AutoImportPolicy`. The AutoImportPolicy configures how your FSx for
1278
- # Lustre file system automatically updates its contents with changes
1279
- # that occur in the linked S3 data repository. `AutoImportPolicy` can
1280
- # have the following values:
1281
- #
1282
- # * `NONE` - (Default) AutoImport is off. Changes in the linked data
1283
- # repository are not reflected on the FSx file system.
1284
- #
1285
- # * `NEW` - AutoImport is on. New files in the linked data repository
1286
- # that do not currently exist in the FSx file system are
1287
- # automatically imported. Updates to existing FSx files are not
1288
- # imported to the FSx file system. Files deleted from the linked
1289
- # data repository are not deleted from the FSx file system.
1290
- #
1291
- # * `NEW_CHANGED` - AutoImport is on. New files in the linked S3 data
1292
- # repository that do not currently exist in the FSx file system are
1293
- # automatically imported. Changes to existing FSx files in the
1294
- # linked repository are also automatically imported to the FSx file
1295
- # system. Files deleted from the linked data repository are not
1296
- # deleted from the FSx file system.
1294
+ # `AutoImportPolicy`. The AutoImportPolicy configures how Amazon FSx
1295
+ # keeps your file and directory listings up to date as you add or
1296
+ # modify objects in your linked S3 bucket. `AutoImportPolicy` can have
1297
+ # the following values:
1298
+ #
1299
+ # * `NONE` - (Default) AutoImport is off. Amazon FSx only updates file
1300
+ # and directory listings from the linked S3 bucket when the file
1301
+ # system is created. FSx does not update file and directory listings
1302
+ # for any new or changed objects after choosing this option.
1303
+ #
1304
+ # * `NEW` - AutoImport is on. Amazon FSx automatically imports
1305
+ # directory listings of any new objects added to the linked S3
1306
+ # bucket that do not currently exist in the FSx file system.
1307
+ #
1308
+ # * `NEW_CHANGED` - AutoImport is on. Amazon FSx automatically imports
1309
+ # file and directory listings of any new objects added to the S3
1310
+ # bucket and any existing objects that are changed in the S3 bucket
1311
+ # after you choose this option.
1297
1312
  #
1298
1313
  # For more information, see [Automatically import updates from your S3
1299
1314
  # bucket][1].
@@ -2973,9 +2988,9 @@ module Aws::FSx
2973
2988
  # }
2974
2989
  #
2975
2990
  # @!attribute [rw] weekly_maintenance_start_time
2976
- # The preferred start time to perform weekly maintenance, formatted
2977
- # d:HH:MM in the UTC time zone. d is the weekday number, from 1
2978
- # through 7, beginning with Monday and ending with Sunday.
2991
+ # (Optional) The preferred start time to perform weekly maintenance,
2992
+ # formatted d:HH:MM in the UTC time zone. d is the weekday number,
2993
+ # from 1 through 7, beginning with Monday and ending with Sunday.
2979
2994
  # @return [String]
2980
2995
  #
2981
2996
  # @!attribute [rw] daily_automatic_backup_start_time
@@ -2991,27 +3006,25 @@ module Aws::FSx
2991
3006
  # @return [Integer]
2992
3007
  #
2993
3008
  # @!attribute [rw] auto_import_policy
2994
- # (Optional) Use this property to configure the AutoImport feature on
2995
- # the file system's linked Amazon S3 data repository. You use
2996
- # AutoImport to update the contents of your FSx for Lustre file system
2997
- # automatically with changes that occur in the linked S3 data
2998
- # repository. `AutoImportPolicy` can have the following values:
2999
- #
3000
- # * `NONE` - (Default) AutoImport is off. Changes in the linked data
3001
- # repository are not reflected on the FSx file system.
3002
- #
3003
- # * `NEW` - AutoImport is on. New files in the linked data repository
3004
- # that do not currently exist in the FSx file system are
3005
- # automatically imported. Updates to existing FSx files are not
3006
- # imported to the FSx file system. Files deleted from the linked
3007
- # data repository are not deleted from the FSx file system.
3008
- #
3009
- # * `NEW_CHANGED` - AutoImport is on. New files in the linked S3 data
3010
- # repository that do not currently exist in the FSx file system are
3011
- # automatically imported. Changes to existing FSx files in the
3012
- # linked repository are also automatically imported to the FSx file
3013
- # system. Files deleted from the linked data repository are not
3014
- # deleted from the FSx file system.
3009
+ # (Optional) When you create your file system, your existing S3
3010
+ # objects appear as file and directory listings. Use this property to
3011
+ # choose how Amazon FSx keeps your file and directory listing up to
3012
+ # date as you add or modify objects in your linked S3 bucket.
3013
+ # `AutoImportPolicy` can have the following values:
3014
+ #
3015
+ # * `NONE` - (Default) AutoImport is off. Amazon FSx only updates file
3016
+ # and directory listings from the linked S3 bucket when the file
3017
+ # system is created. FSx does not update the file and directory
3018
+ # listing for any new or changed objects after choosing this option.
3019
+ #
3020
+ # * `NEW` - AutoImport is on. Amazon FSx automatically imports
3021
+ # directory listings of any new objects added to the linked S3
3022
+ # bucket that do not currently exist in the FSx file system.
3023
+ #
3024
+ # * `NEW_CHANGED` - AutoImport is on. Amazon FSx automatically imports
3025
+ # file and directory listings of any new objects added to the S3
3026
+ # bucket and any existing objects that are changed in the S3 bucket
3027
+ # after you choose this option.
3015
3028
  #
3016
3029
  # For more information, see [Automatically import updates from your S3
3017
3030
  # bucket][1].
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.27.0
4
+ version: 1.29.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-08-12 00:00:00.000000000 Z
11
+ date: 2020-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core