aws-sdk-fsx 1.24.0 → 1.30.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: 600acceb0e74ef1e4f0d9468c9a3a514a7fa7d636b5e2c093c1413ba700e9f97
4
- data.tar.gz: 3bc1d142ac0cac9982e4f88867afb47219090d215857bd3b95433a9986777105
3
+ metadata.gz: 03f36aee6a10cfb24f9fe3468592befffd91fee5942f79b2ddd5b4fa536eff95
4
+ data.tar.gz: 46655a2e120e7bbe73c355489c57732e1faafa0346987dc578c0667a1bcf1578
5
5
  SHA512:
6
- metadata.gz: 39b6271f085a3bfb9045a968154a352fb80212bc4eaea2e7dc815c38b772f4c320e105f9908b772fb3f8decc0f263edd68d873c165a2f779636209daa6a6e22b
7
- data.tar.gz: ac4255fc2bbc8b7b393ae97234284ae256cf18c3567da81f40300739279e2ef3363fdf86dffc26f7c82ceb219cca3fcc50986fd55f8faad0bb600044efd383bc
6
+ metadata.gz: e612377c2a20f44e71419e64138668c88a5eeba01dda8ce7e1084b742c0e9e810259e90dae7dac190492b561163f2c9f55c47d73caf087048913af794b242820
7
+ data.tar.gz: 91a7dd03fbde97da50549e08efbd5f162389a0dcb2a4037c1782b1d1b72d27d921259d3504f43880896ac1dff6eed4ad324edb5e5bd792c1b72797dfecfea956
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -44,9 +45,9 @@ require_relative 'aws-sdk-fsx/customizations'
44
45
  #
45
46
  # See {Errors} for more information.
46
47
  #
47
- # @service
48
+ # @!group service
48
49
  module Aws::FSx
49
50
 
50
- GEM_VERSION = '1.24.0'
51
+ GEM_VERSION = '1.30.0'
51
52
 
52
53
  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,10 +386,13 @@ 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
- # For more information, see
377
- # [https://docs.aws.amazon.com/fsx/latest/LustreGuide/lustre-backups.html][1].
391
+ # For more information about backing up Amazon FSx for Lustre file
392
+ # systems, see [Working with FSx for Lustre backups][1].
393
+ #
394
+ # For more information about backing up Amazon FSx for Lustre file
395
+ # systems, see [Working with FSx for Windows backups][2].
378
396
  #
379
397
  # If a backup with the specified client request token exists, and the
380
398
  # parameters match, this operation returns the description of the
@@ -402,26 +420,27 @@ module Aws::FSx
402
420
  #
403
421
  #
404
422
  #
405
- # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/lustre-backups.html
423
+ # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html
424
+ # [2]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html
406
425
  #
407
426
  # @option params [required, String] :file_system_id
408
427
  # The ID of the file system to back up.
409
428
  #
410
429
  # @option params [String] :client_request_token
411
- # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
412
- # idempotent creation. This string is automatically filled on your
413
- # behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS
414
- # 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.
415
434
  #
416
435
  # **A suitable default value is auto-generated.** You should normally
417
436
  # not need to pass this option.**
418
437
  #
419
438
  # @option params [Array<Types::Tag>] :tags
420
- # The tags to apply to the backup at backup creation. The key value of
421
- # the `Name` tag appears in the console as the backup name. If you have
422
- # set `CopyTagsToBackups` to true, and you specify one or more tags
423
- # using the `CreateBackup` action, no existing tags on the file system
424
- # 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.
425
444
  #
426
445
  # @return [Types::CreateBackupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
427
446
  #
@@ -487,7 +506,7 @@ module Aws::FSx
487
506
  # @example Response structure
488
507
  #
489
508
  # resp.backup.backup_id #=> String
490
- # resp.backup.lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETED", "FAILED"
509
+ # resp.backup.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED"
491
510
  # resp.backup.failure_details.message #=> String
492
511
  # resp.backup.type #=> String, one of "AUTOMATIC", "USER_INITIATED"
493
512
  # resp.backup.progress_percent #=> Integer
@@ -547,6 +566,7 @@ module Aws::FSx
547
566
  # resp.backup.file_system.lustre_configuration.daily_automatic_backup_start_time #=> String
548
567
  # resp.backup.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
549
568
  # resp.backup.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
569
+ # resp.backup.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
550
570
  # resp.backup.file_system.administrative_actions #=> Array
551
571
  # resp.backup.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION"
552
572
  # resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -732,11 +752,15 @@ module Aws::FSx
732
752
  #
733
753
  # For Lustre file systems:
734
754
  #
735
- # * For `SCRATCH_2` and `PERSISTENT_1` deployment types, valid values
736
- # 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.
737
761
  #
738
- # * For `SCRATCH_1` deployment type, valid values are 1.2, 2.4, and
739
- # increments of 3.6 TiB.
762
+ # * For `SCRATCH_1` deployment type, valid values are 1200 GiB, 2400
763
+ # GiB, and increments of 3600 GiB.
740
764
  #
741
765
  # For Windows file systems:
742
766
  #
@@ -746,21 +770,24 @@ module Aws::FSx
746
770
  # TiB).
747
771
  #
748
772
  # @option params [String] :storage_type
749
- # Sets the storage type for the Amazon FSx for Windows file system
750
- # 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`.
751
775
  #
752
776
  # * Set to `SSD` to use solid state drive storage. SSD is supported on
753
- # all Windows deployment types.
777
+ # all Windows and Lustre deployment types.
754
778
  #
755
779
  # * Set to `HDD` to use hard disk drive storage. HDD is supported on
756
- # `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.
757
782
  #
758
783
  # Default value is `SSD`. For more information, see [ Storage Type
759
- # 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*.
760
786
  #
761
787
  #
762
788
  #
763
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
764
791
  #
765
792
  # @option params [required, Array<String>] :subnet_ids
766
793
  # Specifies the IDs of the subnets that the file system will be
@@ -914,6 +941,7 @@ module Aws::FSx
914
941
  # daily_automatic_backup_start_time: "DailyTime",
915
942
  # automatic_backup_retention_days: 1,
916
943
  # copy_tags_to_backups: false,
944
+ # drive_cache_type: "NONE", # accepts NONE, READ
917
945
  # },
918
946
  # })
919
947
  #
@@ -969,6 +997,7 @@ module Aws::FSx
969
997
  # resp.file_system.lustre_configuration.daily_automatic_backup_start_time #=> String
970
998
  # resp.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
971
999
  # resp.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
1000
+ # resp.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
972
1001
  # resp.file_system.administrative_actions #=> Array
973
1002
  # resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION"
974
1003
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -1188,6 +1217,7 @@ module Aws::FSx
1188
1217
  # daily_automatic_backup_start_time: "DailyTime",
1189
1218
  # automatic_backup_retention_days: 1,
1190
1219
  # copy_tags_to_backups: false,
1220
+ # drive_cache_type: "NONE", # accepts NONE, READ
1191
1221
  # },
1192
1222
  # storage_type: "SSD", # accepts SSD, HDD
1193
1223
  # })
@@ -1244,6 +1274,7 @@ module Aws::FSx
1244
1274
  # resp.file_system.lustre_configuration.daily_automatic_backup_start_time #=> String
1245
1275
  # resp.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
1246
1276
  # resp.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
1277
+ # resp.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
1247
1278
  # resp.file_system.administrative_actions #=> Array
1248
1279
  # resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION"
1249
1280
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -1311,7 +1342,7 @@ module Aws::FSx
1311
1342
  # @example Response structure
1312
1343
  #
1313
1344
  # resp.backup_id #=> String
1314
- # resp.lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETED", "FAILED"
1345
+ # resp.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED"
1315
1346
  #
1316
1347
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteBackup AWS API Documentation
1317
1348
  #
@@ -1544,7 +1575,7 @@ module Aws::FSx
1544
1575
  #
1545
1576
  # resp.backups #=> Array
1546
1577
  # resp.backups[0].backup_id #=> String
1547
- # resp.backups[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETED", "FAILED"
1578
+ # resp.backups[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED"
1548
1579
  # resp.backups[0].failure_details.message #=> String
1549
1580
  # resp.backups[0].type #=> String, one of "AUTOMATIC", "USER_INITIATED"
1550
1581
  # resp.backups[0].progress_percent #=> Integer
@@ -1604,6 +1635,7 @@ module Aws::FSx
1604
1635
  # resp.backups[0].file_system.lustre_configuration.daily_automatic_backup_start_time #=> String
1605
1636
  # resp.backups[0].file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
1606
1637
  # resp.backups[0].file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
1638
+ # resp.backups[0].file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
1607
1639
  # resp.backups[0].file_system.administrative_actions #=> Array
1608
1640
  # resp.backups[0].file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION"
1609
1641
  # resp.backups[0].file_system.administrative_actions[0].progress_percent #=> Integer
@@ -1870,6 +1902,7 @@ module Aws::FSx
1870
1902
  # resp.file_systems[0].lustre_configuration.daily_automatic_backup_start_time #=> String
1871
1903
  # resp.file_systems[0].lustre_configuration.automatic_backup_retention_days #=> Integer
1872
1904
  # resp.file_systems[0].lustre_configuration.copy_tags_to_backups #=> Boolean
1905
+ # resp.file_systems[0].lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
1873
1906
  # resp.file_systems[0].administrative_actions #=> Array
1874
1907
  # resp.file_systems[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION"
1875
1908
  # resp.file_systems[0].administrative_actions[0].progress_percent #=> Integer
@@ -2063,9 +2096,11 @@ module Aws::FSx
2063
2096
  end
2064
2097
 
2065
2098
  # 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:
2099
+ # FSx file system. You can update multiple properties in a single
2100
+ # request.
2101
+ #
2102
+ # For Amazon FSx for Windows File Server file systems, you can update
2103
+ # the following properties:
2069
2104
  #
2070
2105
  # * AutomaticBackupRetentionDays
2071
2106
  #
@@ -2079,7 +2114,16 @@ module Aws::FSx
2079
2114
  #
2080
2115
  # * WeeklyMaintenanceStartTime
2081
2116
  #
2082
- # You can update multiple properties in a single request.
2117
+ # For Amazon FSx for Lustre file systems, you can update the following
2118
+ # properties:
2119
+ #
2120
+ # * AutoImportPolicy
2121
+ #
2122
+ # * AutomaticBackupRetentionDays
2123
+ #
2124
+ # * DailyAutomaticBackupStartTime
2125
+ #
2126
+ # * WeeklyMaintenanceStartTime
2083
2127
  #
2084
2128
  # @option params [required, String] :file_system_id
2085
2129
  # Identifies the file system that you are updating.
@@ -2240,6 +2284,7 @@ module Aws::FSx
2240
2284
  # resp.file_system.lustre_configuration.daily_automatic_backup_start_time #=> String
2241
2285
  # resp.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
2242
2286
  # resp.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
2287
+ # resp.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
2243
2288
  # resp.file_system.administrative_actions #=> Array
2244
2289
  # resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION"
2245
2290
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -2270,7 +2315,7 @@ module Aws::FSx
2270
2315
  params: params,
2271
2316
  config: config)
2272
2317
  context[:gem_name] = 'aws-sdk-fsx'
2273
- context[:gem_version] = '1.24.0'
2318
+ context[:gem_version] = '1.30.0'
2274
2319
  Seahorse::Client::Request.new(handlers, context)
2275
2320
  end
2276
2321
 
@@ -90,6 +90,7 @@ module Aws::FSx
90
90
  DirectoryPassword = Shapes::StringShape.new(name: 'DirectoryPassword')
91
91
  DirectoryUserName = Shapes::StringShape.new(name: 'DirectoryUserName')
92
92
  DnsIps = Shapes::ListShape.new(name: 'DnsIps')
93
+ DriveCacheType = Shapes::StringShape.new(name: 'DriveCacheType')
93
94
  EndTime = Shapes::TimestampShape.new(name: 'EndTime')
94
95
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
95
96
  FailedCount = Shapes::IntegerShape.new(name: 'FailedCount')
@@ -288,6 +289,7 @@ module Aws::FSx
288
289
  CreateFileSystemLustreConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
289
290
  CreateFileSystemLustreConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
290
291
  CreateFileSystemLustreConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
292
+ CreateFileSystemLustreConfiguration.add_member(:drive_cache_type, Shapes::ShapeRef.new(shape: DriveCacheType, location_name: "DriveCacheType"))
291
293
  CreateFileSystemLustreConfiguration.struct_class = Types::CreateFileSystemLustreConfiguration
292
294
 
293
295
  CreateFileSystemRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
@@ -517,6 +519,7 @@ module Aws::FSx
517
519
  LustreFileSystemConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
518
520
  LustreFileSystemConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
519
521
  LustreFileSystemConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
522
+ LustreFileSystemConfiguration.add_member(:drive_cache_type, Shapes::ShapeRef.new(shape: DriveCacheType, location_name: "DriveCacheType"))
520
523
  LustreFileSystemConfiguration.struct_class = Types::LustreFileSystemConfiguration
521
524
 
522
525
  MissingFileSystemConfiguration.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
@@ -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
@@ -166,7 +177,7 @@ module Aws::FSx
166
177
  # @return [Types::BackupFailureDetails]
167
178
  #
168
179
  # @!attribute [rw] type
169
- # The type of the backup.
180
+ # The type of the file system backup.
170
181
  # @return [String]
171
182
  #
172
183
  # @!attribute [rw] progress_percent
@@ -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
@@ -611,6 +621,7 @@ module Aws::FSx
611
621
  # daily_automatic_backup_start_time: "DailyTime",
612
622
  # automatic_backup_retention_days: 1,
613
623
  # copy_tags_to_backups: false,
624
+ # drive_cache_type: "NONE", # accepts NONE, READ
614
625
  # },
615
626
  # storage_type: "SSD", # accepts SSD, HDD
616
627
  # }
@@ -732,12 +743,14 @@ module Aws::FSx
732
743
  # daily_automatic_backup_start_time: "DailyTime",
733
744
  # automatic_backup_retention_days: 1,
734
745
  # copy_tags_to_backups: false,
746
+ # drive_cache_type: "NONE", # accepts NONE, READ
735
747
  # }
736
748
  #
737
749
  # @!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.
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.
741
754
  # @return [String]
742
755
  #
743
756
  # @!attribute [rw] import_path
@@ -790,10 +803,6 @@ module Aws::FSx
790
803
  # `SCRATCH_2` deployment type provides in-transit encryption of data
791
804
  # and higher burst throughput capacity than `SCRATCH_1`.
792
805
  #
793
- # <note markdown="1"> This option can only be set for for PERSISTENT\_1 deployments types.
794
- #
795
- # </note>
796
- #
797
806
  # Choose `PERSISTENT_1` deployment type for longer-term storage and
798
807
  # workloads and encryption of data in transit. To learn more about
799
808
  # deployment types, see [ FSx for Lustre Deployment Options][1].
@@ -815,28 +824,32 @@ module Aws::FSx
815
824
  # @return [String]
816
825
  #
817
826
  # @!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:
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.
823
846
  #
824
- # * `NONE` - (Default) Autoimport is turned off. Changes to your S3
825
- # repository will not be reflected on the FSx file system.
847
+ # For more information, see [Automatically import updates from your S3
848
+ # bucket][1].
826
849
  #
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.
831
850
  #
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
851
  #
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.
852
+ # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/autoimport-data-repo.html
840
853
  # @return [String]
841
854
  #
842
855
  # @!attribute [rw] per_unit_storage_throughput
@@ -845,11 +858,12 @@ module Aws::FSx
845
858
  # in MB/s/TiB. File system throughput capacity is calculated by
846
859
  # multiplying file system storage capacity (TiB) by the
847
860
  # PerUnitStorageThroughput (MB/s/TiB). For a 2.4 TiB file system,
848
- # provisioning 50 MB/s/TiB of PerUnitStorageThroughput yields 117 MB/s
861
+ # provisioning 50 MB/s/TiB of PerUnitStorageThroughput yields 120 MB/s
849
862
  # of file system throughput. You pay for the amount of throughput that
850
863
  # you provision.
851
864
  #
852
- # Valid values are 50, 100, 200.
865
+ # Valid values for SSD storage: 50, 100, 200. Valid values for HDD
866
+ # storage: 12, 40.
853
867
  # @return [Integer]
854
868
  #
855
869
  # @!attribute [rw] daily_automatic_backup_start_time
@@ -861,20 +875,38 @@ module Aws::FSx
861
875
  # @!attribute [rw] automatic_backup_retention_days
862
876
  # The number of days to retain automatic backups. Setting this to 0
863
877
  # disables automatic backups. You can retain automatic backups for a
864
- # maximum of 35 days. The default is 0.
878
+ # maximum of 90 days. The default is 0.
865
879
  # @return [Integer]
866
880
  #
867
881
  # @!attribute [rw] copy_tags_to_backups
868
- # A boolean flag indicating whether tags for the file system should be
869
- # copied to backups. This value defaults to false. If it's set to
870
- # true, all tags for the file system are copied to all automatic and
871
- # user-initiated backups where the user doesn't specify tags. If this
872
- # value is true, and you specify one or more tags, only the specified
873
- # tags are copied to backups. If you specify one or more tags when
874
- # creating a user-initiated backup, no tags are copied from the file
875
- # 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.
892
+ #
893
+ # For more information, see [Working with backups][1].
894
+ #
895
+ #
896
+ #
897
+ # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html
876
898
  # @return [Boolean]
877
899
  #
900
+ # @!attribute [rw] drive_cache_type
901
+ # The type of drive cache used by PERSISTENT\_1 file systems that are
902
+ # provisioned with HDD storage devices. This parameter is required
903
+ # when storage type is HDD. Set to `READ`, improve the performance for
904
+ # frequently accessed files and allows 20% of the total storage
905
+ # capacity of the file system to be cached.
906
+ #
907
+ # This parameter is required when `StorageType` is set to HDD.
908
+ # @return [String]
909
+ #
878
910
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemLustreConfiguration AWS API Documentation
879
911
  #
880
912
  class CreateFileSystemLustreConfiguration < Struct.new(
@@ -887,7 +919,8 @@ module Aws::FSx
887
919
  :per_unit_storage_throughput,
888
920
  :daily_automatic_backup_start_time,
889
921
  :automatic_backup_retention_days,
890
- :copy_tags_to_backups)
922
+ :copy_tags_to_backups,
923
+ :drive_cache_type)
891
924
  SENSITIVE = []
892
925
  include Aws::Structure
893
926
  end
@@ -940,6 +973,7 @@ module Aws::FSx
940
973
  # daily_automatic_backup_start_time: "DailyTime",
941
974
  # automatic_backup_retention_days: 1,
942
975
  # copy_tags_to_backups: false,
976
+ # drive_cache_type: "NONE", # accepts NONE, READ
943
977
  # },
944
978
  # }
945
979
  #
@@ -963,11 +997,15 @@ module Aws::FSx
963
997
  #
964
998
  # For Lustre file systems:
965
999
  #
966
- # * For `SCRATCH_2` and `PERSISTENT_1` deployment types, valid values
967
- # 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.
968
1006
  #
969
- # * For `SCRATCH_1` deployment type, valid values are 1.2, 2.4, and
970
- # increments of 3.6 TiB.
1007
+ # * For `SCRATCH_1` deployment type, valid values are 1200 GiB, 2400
1008
+ # GiB, and increments of 3600 GiB.
971
1009
  #
972
1010
  # For Windows file systems:
973
1011
  #
@@ -979,22 +1017,24 @@ module Aws::FSx
979
1017
  # @return [Integer]
980
1018
  #
981
1019
  # @!attribute [rw] storage_type
982
- # Sets the storage type for the Amazon FSx for Windows file system
983
- # 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`.
984
1022
  #
985
1023
  # * Set to `SSD` to use solid state drive storage. SSD is supported on
986
- # all Windows deployment types.
1024
+ # all Windows and Lustre deployment types.
987
1025
  #
988
1026
  # * Set to `HDD` to use hard disk drive storage. HDD is supported on
989
1027
  # `SINGLE_AZ_2` and `MULTI_AZ_1` Windows file system deployment
990
- # types.
1028
+ # types, and on `PERSISTENT` Lustre file system deployment types.
991
1029
  #
992
1030
  # Default value is `SSD`. For more information, see [ Storage Type
993
- # 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*.
994
1033
  #
995
1034
  #
996
1035
  #
997
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
998
1038
  # @return [String]
999
1039
  #
1000
1040
  # @!attribute [rw] subnet_ids
@@ -1167,7 +1207,7 @@ module Aws::FSx
1167
1207
  # The number of days to retain automatic backups. The default is to
1168
1208
  # retain backups for 7 days. Setting this value to 0 disables the
1169
1209
  # creation of automatic backups. The maximum retention period for
1170
- # backups is 35 days.
1210
+ # backups is 90 days.
1171
1211
  # @return [Integer]
1172
1212
  #
1173
1213
  # @!attribute [rw] copy_tags_to_backups
@@ -1205,15 +1245,23 @@ module Aws::FSx
1205
1245
  # repository, if it is configured with an S3 repository. The lifecycle
1206
1246
  # can have the following values:
1207
1247
  #
1208
- # * `CREATING` - Amazon FSx is creating the new data repository.
1248
+ # * `CREATING` - The data repository configuration between the FSx
1249
+ # file system and the linked S3 data repository is being created.
1250
+ # The data repository is unavailable.
1209
1251
  #
1210
1252
  # * `AVAILABLE` - The data repository is available for use.
1211
1253
  #
1212
- # * `MISCONFIGURED` - The data repository is in a failed but
1213
- # recoverable state.
1254
+ # * `MISCONFIGURED` - Amazon FSx cannot automatically import updates
1255
+ # from the S3 bucket until the data repository configuration is
1256
+ # corrected. For more information, see [Troubleshooting a
1257
+ # Misconfigured linked S3 bucket][1].
1214
1258
  #
1215
1259
  # * `UPDATING` - The data repository is undergoing a customer
1216
- # initiated update.
1260
+ # initiated update and availability may be impacted.
1261
+ #
1262
+ #
1263
+ #
1264
+ # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/troubleshooting.html#troubleshooting-misconfigured-data-repository
1217
1265
  # @return [String]
1218
1266
  #
1219
1267
  # @!attribute [rw] import_path
@@ -1242,27 +1290,32 @@ module Aws::FSx
1242
1290
  # @return [Integer]
1243
1291
  #
1244
1292
  # @!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:
1293
+ # Describes the file system's linked S3 data repository's
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.
1249
1303
  #
1250
- # * `NONE` - (Default) Autoimport is turned off, Changes to your S3
1251
- # repository will not be reflected on the FSx file system.
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.
1252
1307
  #
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.
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.
1257
1312
  #
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.
1313
+ # For more information, see [Automatically import updates from your S3
1314
+ # bucket][1].
1262
1315
  #
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.
1316
+ #
1317
+ #
1318
+ # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/autoimport-data-repo.html
1266
1319
  # @return [String]
1267
1320
  #
1268
1321
  # @!attribute [rw] failure_details
@@ -2470,7 +2523,10 @@ module Aws::FSx
2470
2523
  # read or write throughput per 1 tebibyte of storage provisioned. File
2471
2524
  # system throughput capacity is equal to Storage capacity (TiB) *
2472
2525
  # PerUnitStorageThroughput (MB/s/TiB). This option is only valid for
2473
- # `PERSISTENT_1` deployment types. Valid values are 50, 100, 200.
2526
+ # `PERSISTENT_1` deployment types.
2527
+ #
2528
+ # Valid values for SSD storage: 50, 100, 200. Valid values for HDD
2529
+ # storage: 12, 40.
2474
2530
  # @return [Integer]
2475
2531
  #
2476
2532
  # @!attribute [rw] mount_name
@@ -2490,7 +2546,7 @@ module Aws::FSx
2490
2546
  # @!attribute [rw] automatic_backup_retention_days
2491
2547
  # The number of days to retain automatic backups. Setting this to 0
2492
2548
  # disables automatic backups. You can retain automatic backups for a
2493
- # maximum of 35 days. The default is 0.
2549
+ # maximum of 90 days. The default is 0.
2494
2550
  # @return [Integer]
2495
2551
  #
2496
2552
  # @!attribute [rw] copy_tags_to_backups
@@ -2504,6 +2560,16 @@ module Aws::FSx
2504
2560
  # regardless of this value. (Default = false)
2505
2561
  # @return [Boolean]
2506
2562
  #
2563
+ # @!attribute [rw] drive_cache_type
2564
+ # The type of drive cache used by PERSISTENT\_1 file systems that are
2565
+ # provisioned with HDD storage devices. This parameter is required
2566
+ # when storage type is HDD. Set to `READ`, improve the performance for
2567
+ # frequently accessed files and allows 20% of the total storage
2568
+ # capacity of the file system to be cached.
2569
+ #
2570
+ # This parameter is required when `StorageType` is set to HDD.
2571
+ # @return [String]
2572
+ #
2507
2573
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/LustreFileSystemConfiguration AWS API Documentation
2508
2574
  #
2509
2575
  class LustreFileSystemConfiguration < Struct.new(
@@ -2514,7 +2580,8 @@ module Aws::FSx
2514
2580
  :mount_name,
2515
2581
  :daily_automatic_backup_start_time,
2516
2582
  :automatic_backup_retention_days,
2517
- :copy_tags_to_backups)
2583
+ :copy_tags_to_backups,
2584
+ :drive_cache_type)
2518
2585
  SENSITIVE = []
2519
2586
  include Aws::Structure
2520
2587
  end
@@ -2921,9 +2988,9 @@ module Aws::FSx
2921
2988
  # }
2922
2989
  #
2923
2990
  # @!attribute [rw] weekly_maintenance_start_time
2924
- # The preferred start time to perform weekly maintenance, formatted
2925
- # d:HH:MM in the UTC time zone. d is the weekday number, from 1
2926
- # 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.
2927
2994
  # @return [String]
2928
2995
  #
2929
2996
  # @!attribute [rw] daily_automatic_backup_start_time
@@ -2935,32 +3002,36 @@ module Aws::FSx
2935
3002
  # @!attribute [rw] automatic_backup_retention_days
2936
3003
  # The number of days to retain automatic backups. Setting this to 0
2937
3004
  # disables automatic backups. You can retain automatic backups for a
2938
- # maximum of 35 days. The default is 0.
3005
+ # maximum of 90 days. The default is 0.
2939
3006
  # @return [Integer]
2940
3007
  #
2941
3008
  # @!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:
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.
2947
3028
  #
2948
- # * `NONE` - (Default) Autoimport is turned off. Changes to your S3
2949
- # repository will not be reflected on the FSx file system.
3029
+ # For more information, see [Automatically import updates from your S3
3030
+ # bucket][1].
2950
3031
  #
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
3032
  #
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
3033
  #
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.
3034
+ # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/autoimport-data-repo.html
2964
3035
  # @return [String]
2965
3036
  #
2966
3037
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemLustreConfiguration AWS API Documentation
@@ -3101,7 +3172,7 @@ module Aws::FSx
3101
3172
  # @!attribute [rw] automatic_backup_retention_days
3102
3173
  # The number of days to retain automatic daily backups. Setting this
3103
3174
  # to zero (0) disables automatic daily backups. You can retain
3104
- # automatic daily backups for a maximum of 35 days. For more
3175
+ # automatic daily backups for a maximum of 90 days. For more
3105
3176
  # information, see [Working with Automatic Daily Backups][1].
3106
3177
  #
3107
3178
  #
@@ -3246,7 +3317,7 @@ module Aws::FSx
3246
3317
  # @!attribute [rw] automatic_backup_retention_days
3247
3318
  # The number of days to retain automatic backups. Setting this to 0
3248
3319
  # disables automatic backups. You can retain automatic backups for a
3249
- # maximum of 35 days.
3320
+ # maximum of 90 days.
3250
3321
  # @return [Integer]
3251
3322
  #
3252
3323
  # @!attribute [rw] copy_tags_to_backups
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.30.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-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core