aws-sdk-fsx 1.25.0 → 1.26.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c1388c7e6c609c449a57456d0d868f7035f39e5f93759d92812c584485a61b7a
4
- data.tar.gz: f8799f8e30fdad5848502594889fdc4c14366207d07d2ac0dcc33f77b3303ec6
3
+ metadata.gz: aacf310c8af03adabc415fa66cfaa0592ec9ef44bf2a2f5280f85a16deb2946d
4
+ data.tar.gz: b7f71312267f6f82feebb32f456ab197e86c7e0e09174a7706e39d35f7a2c008
5
5
  SHA512:
6
- metadata.gz: d1bf099c033980c89488a6cdfd5b136c3f9911f53d9ecbe069fe52cc6ca6f8647bbcb27c10cbfadb3872aec1a329f8e01bf4f9383e444ee17a949896eae17cda
7
- data.tar.gz: 7b49789c11d8aba0dbc326f95cc83c5dd3eb1ade462d845fd81bd18938b0a12deda24c08627ac500b0aad6a8dd7550c6adb20be6cfd7272b9b4ce1a7fb8f151e
6
+ metadata.gz: b4a9b0f3a7b069f62802a0c60fdeb64f82eaca86bcbba2fc797ea78937749d239ee07d791acc067010d3e49af2ea6d83fbcf87e2719f13192db808a5a2c7324c
7
+ data.tar.gz: 2753afa4c99874d842432193b9f28b408336cad5f30868c7e1f027d050d5d50ad33fee37c80ecdf6d2d0df3613fa1eaf33578c71b1cb10b88c3f3e400d3af6ff
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-fsx/customizations'
47
47
  # @service
48
48
  module Aws::FSx
49
49
 
50
- GEM_VERSION = '1.25.0'
50
+ GEM_VERSION = '1.26.0'
51
51
 
52
52
  end
@@ -371,7 +371,7 @@ module Aws::FSx
371
371
  #
372
372
  # * a Persistent deployment type
373
373
  #
374
- # * is *not* linked to an Amazon S3 data respository.
374
+ # * is *not* linked to a data respository.
375
375
  #
376
376
  # For more information about backing up Amazon FSx for Lustre file
377
377
  # systems, see [Working with FSx for Lustre backups][1].
@@ -412,20 +412,20 @@ module Aws::FSx
412
412
  # The ID of the file system to back up.
413
413
  #
414
414
  # @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.
415
+ # (Optional) A string of up to 64 ASCII characters that Amazon FSx uses
416
+ # to ensure idempotent creation. This string is automatically filled on
417
+ # your behalf when you use the AWS Command Line Interface (AWS CLI) or
418
+ # an AWS SDK.
419
419
  #
420
420
  # **A suitable default value is auto-generated.** You should normally
421
421
  # not need to pass this option.**
422
422
  #
423
423
  # @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.
424
+ # (Optional) The tags to apply to the backup at backup creation. The key
425
+ # value of the `Name` tag appears in the console as the backup name. If
426
+ # you have set `CopyTagsToBackups` to true, and you specify one or more
427
+ # tags using the `CreateBackup` action, no existing file system tags are
428
+ # copied from the file system to the backup.
429
429
  #
430
430
  # @return [Types::CreateBackupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
431
431
  #
@@ -737,10 +737,10 @@ module Aws::FSx
737
737
  # For Lustre file systems:
738
738
  #
739
739
  # * For `SCRATCH_2` and `PERSISTENT_1` deployment types, valid values
740
- # are 1.2, 2.4, and increments of 2.4 TiB.
740
+ # are 1200 GiB, 2400 GiB, and increments of 2400 GiB.
741
741
  #
742
- # * For `SCRATCH_1` deployment type, valid values are 1.2, 2.4, and
743
- # increments of 3.6 TiB.
742
+ # * For `SCRATCH_1` deployment type, valid values are 1200 GiB, 2400
743
+ # GiB, and increments of 3600 GiB.
744
744
  #
745
745
  # For Windows file systems:
746
746
  #
@@ -2285,7 +2285,7 @@ module Aws::FSx
2285
2285
  params: params,
2286
2286
  config: config)
2287
2287
  context[:gem_name] = 'aws-sdk-fsx'
2288
- context[:gem_version] = '1.25.0'
2288
+ context[:gem_version] = '1.26.0'
2289
2289
  Seahorse::Client::Request.new(handlers, context)
2290
2290
  end
2291
2291
 
@@ -434,21 +434,21 @@ module Aws::FSx
434
434
  # @return [String]
435
435
  #
436
436
  # @!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.
437
+ # (Optional) A string of up to 64 ASCII characters that Amazon FSx
438
+ # uses to ensure idempotent creation. This string is automatically
439
+ # filled on your behalf when you use the AWS Command Line Interface
440
+ # (AWS CLI) or an AWS SDK.
441
441
  #
442
442
  # **A suitable default value is auto-generated.** You should normally
443
443
  # not need to pass this option.
444
444
  # @return [String]
445
445
  #
446
446
  # @!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.
447
+ # (Optional) The tags to apply to the backup at backup creation. The
448
+ # key value of the `Name` tag appears in the console as the backup
449
+ # name. If you have set `CopyTagsToBackups` to true, and you specify
450
+ # one or more tags using the `CreateBackup` action, no existing file
451
+ # system tags are copied from the file system to the backup.
452
452
  # @return [Array<Types::Tag>]
453
453
  #
454
454
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateBackupRequest AWS API Documentation
@@ -735,9 +735,10 @@ module Aws::FSx
735
735
  # }
736
736
  #
737
737
  # @!attribute [rw] weekly_maintenance_start_time
738
- # The preferred start time to perform weekly maintenance, formatted
739
- # d:HH:MM in the UTC time zone, where d is the weekday number, from 1
740
- # through 7, beginning with Monday and ending with Sunday.
738
+ # (Optional) The preferred start time to perform weekly maintenance,
739
+ # formatted d:HH:MM in the UTC time zone, where d is the weekday
740
+ # number, from 1 through 7, beginning with Monday and ending with
741
+ # Sunday.
741
742
  # @return [String]
742
743
  #
743
744
  # @!attribute [rw] import_path
@@ -811,27 +812,25 @@ module Aws::FSx
811
812
  # @return [String]
812
813
  #
813
814
  # @!attribute [rw] auto_import_policy
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.
822
- #
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.
828
- #
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.
815
+ # (Optional) When you create your file system, your existing S3
816
+ # objects appear as file and directory listings. Use this property to
817
+ # choose how Amazon FSx keeps your file and directory listings up to
818
+ # date as you add or modify objects in your linked S3 bucket.
819
+ # `AutoImportPolicy` can have the following values:
820
+ #
821
+ # * `NONE` - (Default) AutoImport is off. Amazon FSx only updates file
822
+ # and directory listings from the linked S3 bucket when the file
823
+ # system is created. FSx does not update file and directory listings
824
+ # for any new or changed objects after choosing this option.
825
+ #
826
+ # * `NEW` - AutoImport is on. Amazon FSx automatically imports
827
+ # directory listings of any new objects added to the linked S3
828
+ # bucket that do not currently exist in the FSx file system.
829
+ #
830
+ # * `NEW_CHANGED` - AutoImport is on. Amazon FSx automatically imports
831
+ # file and directory listings of any new objects added to the S3
832
+ # bucket and any existing objects that are changed in the S3 bucket
833
+ # after you choose this option.
835
834
  #
836
835
  # For more information, see [Automatically import updates from your S3
837
836
  # bucket][1].
@@ -867,14 +866,16 @@ module Aws::FSx
867
866
  # @return [Integer]
868
867
  #
869
868
  # @!attribute [rw] copy_tags_to_backups
870
- # A boolean flag indicating whether tags for the file system should be
871
- # copied to backups. This value defaults to false. If it's set to
872
- # true, all tags for the file system are copied to all automatic and
873
- # user-initiated backups where the user doesn't specify tags. If this
874
- # value is true, and you specify one or more tags, only the specified
875
- # tags are copied to backups. If you specify one or more tags when
876
- # creating a user-initiated backup, no tags are copied from the file
877
- # system, regardless of this value.
869
+ # (Optional) Not available to use with file systems that are linked to
870
+ # a data repository. A boolean flag indicating whether tags for the
871
+ # file system should be copied to backups. The default value is false.
872
+ # If it's set to true, all file system tags are copied to all
873
+ # automatic and user-initiated backups when the user doesn't specify
874
+ # any backup-specific tags. If this value is true, and you specify one
875
+ # or more backup tags, only the specified tags are copied to backups.
876
+ # If you specify one or more tags when creating a user-initiated
877
+ # backup, no tags are copied from the file system, regardless of this
878
+ # value.
878
879
  #
879
880
  # For more information, see [Working with backups][1].
880
881
  #
@@ -972,10 +973,10 @@ module Aws::FSx
972
973
  # For Lustre file systems:
973
974
  #
974
975
  # * For `SCRATCH_2` and `PERSISTENT_1` deployment types, valid values
975
- # are 1.2, 2.4, and increments of 2.4 TiB.
976
+ # are 1200 GiB, 2400 GiB, and increments of 2400 GiB.
976
977
  #
977
- # * For `SCRATCH_1` deployment type, valid values are 1.2, 2.4, and
978
- # increments of 3.6 TiB.
978
+ # * For `SCRATCH_1` deployment type, valid values are 1200 GiB, 2400
979
+ # GiB, and increments of 3600 GiB.
979
980
  #
980
981
  # For Windows file systems:
981
982
  #
@@ -1259,26 +1260,24 @@ module Aws::FSx
1259
1260
  #
1260
1261
  # @!attribute [rw] auto_import_policy
1261
1262
  # 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.
1269
- #
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.
1275
- #
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.
1263
+ # `AutoImportPolicy`. The AutoImportPolicy configures how Amazon FSx
1264
+ # keeps your file and directory listings up to date as you add or
1265
+ # modify objects in your linked S3 bucket. `AutoImportPolicy` can have
1266
+ # the following values:
1267
+ #
1268
+ # * `NONE` - (Default) AutoImport is off. Amazon FSx only updates file
1269
+ # and directory listings from the linked S3 bucket when the file
1270
+ # system is created. FSx does not update file and directory listings
1271
+ # for any new or changed objects after choosing this option.
1272
+ #
1273
+ # * `NEW` - AutoImport is on. Amazon FSx automatically imports
1274
+ # directory listings of any new objects added to the linked S3
1275
+ # bucket that do not currently exist in the FSx file system.
1276
+ #
1277
+ # * `NEW_CHANGED` - AutoImport is on. Amazon FSx automatically imports
1278
+ # file and directory listings of any new objects added to the S3
1279
+ # bucket and any existing objects that are changed in the S3 bucket
1280
+ # after you choose this option.
1282
1281
  #
1283
1282
  # For more information, see [Automatically import updates from your S3
1284
1283
  # bucket][1].
@@ -2944,9 +2943,9 @@ module Aws::FSx
2944
2943
  # }
2945
2944
  #
2946
2945
  # @!attribute [rw] weekly_maintenance_start_time
2947
- # The preferred start time to perform weekly maintenance, formatted
2948
- # d:HH:MM in the UTC time zone. d is the weekday number, from 1
2949
- # through 7, beginning with Monday and ending with Sunday.
2946
+ # (Optional) The preferred start time to perform weekly maintenance,
2947
+ # formatted d:HH:MM in the UTC time zone. d is the weekday number,
2948
+ # from 1 through 7, beginning with Monday and ending with Sunday.
2950
2949
  # @return [String]
2951
2950
  #
2952
2951
  # @!attribute [rw] daily_automatic_backup_start_time
@@ -2962,27 +2961,25 @@ module Aws::FSx
2962
2961
  # @return [Integer]
2963
2962
  #
2964
2963
  # @!attribute [rw] auto_import_policy
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.
2964
+ # (Optional) When you create your file system, your existing S3
2965
+ # objects appear as file and directory listings. Use this property to
2966
+ # choose how Amazon FSx keeps your file and directory listing up to
2967
+ # date as you add or modify objects in your linked S3 bucket.
2968
+ # `AutoImportPolicy` can have the following values:
2969
+ #
2970
+ # * `NONE` - (Default) AutoImport is off. Amazon FSx only updates file
2971
+ # and directory listings from the linked S3 bucket when the file
2972
+ # system is created. FSx does not update the file and directory
2973
+ # listing for any new or changed objects after choosing this option.
2974
+ #
2975
+ # * `NEW` - AutoImport is on. Amazon FSx automatically imports
2976
+ # directory listings of any new objects added to the linked S3
2977
+ # bucket that do not currently exist in the FSx file system.
2978
+ #
2979
+ # * `NEW_CHANGED` - AutoImport is on. Amazon FSx automatically imports
2980
+ # file and directory listings of any new objects added to the S3
2981
+ # bucket and any existing objects that are changed in the S3 bucket
2982
+ # after you choose this option.
2986
2983
  #
2987
2984
  # For more information, see [Automatically import updates from your S3
2988
2985
  # 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.25.0
4
+ version: 1.26.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-24 00:00:00.000000000 Z
11
+ date: 2020-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core