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 +4 -4
- data/lib/aws-sdk-fsx.rb +1 -1
- data/lib/aws-sdk-fsx/client.rb +14 -14
- data/lib/aws-sdk-fsx/types.rb +85 -88
- 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: aacf310c8af03adabc415fa66cfaa0592ec9ef44bf2a2f5280f85a16deb2946d
|
4
|
+
data.tar.gz: b7f71312267f6f82feebb32f456ab197e86c7e0e09174a7706e39d35f7a2c008
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4a9b0f3a7b069f62802a0c60fdeb64f82eaca86bcbba2fc797ea78937749d239ee07d791acc067010d3e49af2ea6d83fbcf87e2719f13192db808a5a2c7324c
|
7
|
+
data.tar.gz: 2753afa4c99874d842432193b9f28b408336cad5f30868c7e1f027d050d5d50ad33fee37c80ecdf6d2d0df3613fa1eaf33578c71b1cb10b88c3f3e400d3af6ff
|
data/lib/aws-sdk-fsx.rb
CHANGED
data/lib/aws-sdk-fsx/client.rb
CHANGED
@@ -371,7 +371,7 @@ module Aws::FSx
|
|
371
371
|
#
|
372
372
|
# * a Persistent deployment type
|
373
373
|
#
|
374
|
-
# * is *not* linked to
|
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
|
416
|
-
# idempotent creation. This string is automatically filled on
|
417
|
-
# behalf when you use the AWS Command Line Interface (AWS CLI) or
|
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
|
425
|
-
# the `Name` tag appears in the console as the backup name. If
|
426
|
-
# set `CopyTagsToBackups` to true, and you specify one or more
|
427
|
-
# using the `CreateBackup` action, no existing
|
428
|
-
#
|
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
|
740
|
+
# are 1200 GiB, 2400 GiB, and increments of 2400 GiB.
|
741
741
|
#
|
742
|
-
# * For `SCRATCH_1` deployment type, valid values are
|
743
|
-
# increments of
|
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.
|
2288
|
+
context[:gem_version] = '1.26.0'
|
2289
2289
|
Seahorse::Client::Request.new(handlers, context)
|
2290
2290
|
end
|
2291
2291
|
|
data/lib/aws-sdk-fsx/types.rb
CHANGED
@@ -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
|
438
|
-
# idempotent creation. This string is automatically
|
439
|
-
# behalf when you use the AWS Command Line Interface
|
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
|
448
|
-
# the `Name` tag appears in the console as the backup
|
449
|
-
# have set `CopyTagsToBackups` to true, and you specify
|
450
|
-
# tags using the `CreateBackup` action, no existing
|
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,
|
739
|
-
# d:HH:MM in the UTC time zone, where d is the weekday
|
740
|
-
# through 7, beginning with Monday and ending with
|
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)
|
815
|
-
#
|
816
|
-
#
|
817
|
-
#
|
818
|
-
#
|
819
|
-
#
|
820
|
-
# * `NONE` - (Default) AutoImport is off.
|
821
|
-
#
|
822
|
-
#
|
823
|
-
#
|
824
|
-
#
|
825
|
-
#
|
826
|
-
#
|
827
|
-
#
|
828
|
-
#
|
829
|
-
# * `NEW_CHANGED` - AutoImport is on.
|
830
|
-
#
|
831
|
-
#
|
832
|
-
#
|
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
|
-
#
|
871
|
-
#
|
872
|
-
#
|
873
|
-
#
|
874
|
-
#
|
875
|
-
# tags
|
876
|
-
#
|
877
|
-
#
|
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
|
976
|
+
# are 1200 GiB, 2400 GiB, and increments of 2400 GiB.
|
976
977
|
#
|
977
|
-
# * For `SCRATCH_1` deployment type, valid values are
|
978
|
-
# increments of
|
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
|
1263
|
-
#
|
1264
|
-
#
|
1265
|
-
#
|
1266
|
-
#
|
1267
|
-
# * `NONE` - (Default) AutoImport is off.
|
1268
|
-
#
|
1269
|
-
#
|
1270
|
-
#
|
1271
|
-
#
|
1272
|
-
#
|
1273
|
-
#
|
1274
|
-
#
|
1275
|
-
#
|
1276
|
-
# * `NEW_CHANGED` - AutoImport is on.
|
1277
|
-
#
|
1278
|
-
#
|
1279
|
-
#
|
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,
|
2948
|
-
# d:HH:MM in the UTC time zone. d is the weekday number,
|
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)
|
2966
|
-
#
|
2967
|
-
#
|
2968
|
-
#
|
2969
|
-
#
|
2970
|
-
#
|
2971
|
-
# * `NONE` - (Default) AutoImport is off.
|
2972
|
-
#
|
2973
|
-
#
|
2974
|
-
#
|
2975
|
-
#
|
2976
|
-
#
|
2977
|
-
#
|
2978
|
-
#
|
2979
|
-
#
|
2980
|
-
# * `NEW_CHANGED` - AutoImport is on.
|
2981
|
-
#
|
2982
|
-
#
|
2983
|
-
#
|
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.
|
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-
|
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
|