aws-sdk-fsx 1.21.1 → 1.26.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.
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -21,6 +23,7 @@ module Aws::FSx
21
23
  AdministrativeActionType = Shapes::StringShape.new(name: 'AdministrativeActionType')
22
24
  AdministrativeActions = Shapes::ListShape.new(name: 'AdministrativeActions')
23
25
  ArchivePath = Shapes::StringShape.new(name: 'ArchivePath')
26
+ AutoImportPolicyType = Shapes::StringShape.new(name: 'AutoImportPolicyType')
24
27
  AutomaticBackupRetentionDays = Shapes::IntegerShape.new(name: 'AutomaticBackupRetentionDays')
25
28
  Backup = Shapes::StructureShape.new(name: 'Backup')
26
29
  BackupFailureDetails = Shapes::StructureShape.new(name: 'BackupFailureDetails')
@@ -51,6 +54,8 @@ module Aws::FSx
51
54
  DNSName = Shapes::StringShape.new(name: 'DNSName')
52
55
  DailyTime = Shapes::StringShape.new(name: 'DailyTime')
53
56
  DataRepositoryConfiguration = Shapes::StructureShape.new(name: 'DataRepositoryConfiguration')
57
+ DataRepositoryFailureDetails = Shapes::StructureShape.new(name: 'DataRepositoryFailureDetails')
58
+ DataRepositoryLifecycle = Shapes::StringShape.new(name: 'DataRepositoryLifecycle')
54
59
  DataRepositoryTask = Shapes::StructureShape.new(name: 'DataRepositoryTask')
55
60
  DataRepositoryTaskEnded = Shapes::StructureShape.new(name: 'DataRepositoryTaskEnded')
56
61
  DataRepositoryTaskExecuting = Shapes::StructureShape.new(name: 'DataRepositoryTaskExecuting')
@@ -69,6 +74,8 @@ module Aws::FSx
69
74
  DataRepositoryTasks = Shapes::ListShape.new(name: 'DataRepositoryTasks')
70
75
  DeleteBackupRequest = Shapes::StructureShape.new(name: 'DeleteBackupRequest')
71
76
  DeleteBackupResponse = Shapes::StructureShape.new(name: 'DeleteBackupResponse')
77
+ DeleteFileSystemLustreConfiguration = Shapes::StructureShape.new(name: 'DeleteFileSystemLustreConfiguration')
78
+ DeleteFileSystemLustreResponse = Shapes::StructureShape.new(name: 'DeleteFileSystemLustreResponse')
72
79
  DeleteFileSystemRequest = Shapes::StructureShape.new(name: 'DeleteFileSystemRequest')
73
80
  DeleteFileSystemResponse = Shapes::StructureShape.new(name: 'DeleteFileSystemResponse')
74
81
  DeleteFileSystemWindowsConfiguration = Shapes::StructureShape.new(name: 'DeleteFileSystemWindowsConfiguration')
@@ -264,6 +271,7 @@ module Aws::FSx
264
271
  CreateFileSystemFromBackupRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "SecurityGroupIds"))
265
272
  CreateFileSystemFromBackupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
266
273
  CreateFileSystemFromBackupRequest.add_member(:windows_configuration, Shapes::ShapeRef.new(shape: CreateFileSystemWindowsConfiguration, location_name: "WindowsConfiguration"))
274
+ CreateFileSystemFromBackupRequest.add_member(:lustre_configuration, Shapes::ShapeRef.new(shape: CreateFileSystemLustreConfiguration, location_name: "LustreConfiguration"))
267
275
  CreateFileSystemFromBackupRequest.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "StorageType"))
268
276
  CreateFileSystemFromBackupRequest.struct_class = Types::CreateFileSystemFromBackupRequest
269
277
 
@@ -275,7 +283,11 @@ module Aws::FSx
275
283
  CreateFileSystemLustreConfiguration.add_member(:export_path, Shapes::ShapeRef.new(shape: ArchivePath, location_name: "ExportPath"))
276
284
  CreateFileSystemLustreConfiguration.add_member(:imported_file_chunk_size, Shapes::ShapeRef.new(shape: Megabytes, location_name: "ImportedFileChunkSize"))
277
285
  CreateFileSystemLustreConfiguration.add_member(:deployment_type, Shapes::ShapeRef.new(shape: LustreDeploymentType, location_name: "DeploymentType"))
286
+ CreateFileSystemLustreConfiguration.add_member(:auto_import_policy, Shapes::ShapeRef.new(shape: AutoImportPolicyType, location_name: "AutoImportPolicy"))
278
287
  CreateFileSystemLustreConfiguration.add_member(:per_unit_storage_throughput, Shapes::ShapeRef.new(shape: PerUnitStorageThroughput, location_name: "PerUnitStorageThroughput"))
288
+ CreateFileSystemLustreConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
289
+ CreateFileSystemLustreConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
290
+ CreateFileSystemLustreConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
279
291
  CreateFileSystemLustreConfiguration.struct_class = Types::CreateFileSystemLustreConfiguration
280
292
 
281
293
  CreateFileSystemRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
@@ -304,11 +316,17 @@ module Aws::FSx
304
316
  CreateFileSystemWindowsConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
305
317
  CreateFileSystemWindowsConfiguration.struct_class = Types::CreateFileSystemWindowsConfiguration
306
318
 
319
+ DataRepositoryConfiguration.add_member(:lifecycle, Shapes::ShapeRef.new(shape: DataRepositoryLifecycle, location_name: "Lifecycle"))
307
320
  DataRepositoryConfiguration.add_member(:import_path, Shapes::ShapeRef.new(shape: ArchivePath, location_name: "ImportPath"))
308
321
  DataRepositoryConfiguration.add_member(:export_path, Shapes::ShapeRef.new(shape: ArchivePath, location_name: "ExportPath"))
309
322
  DataRepositoryConfiguration.add_member(:imported_file_chunk_size, Shapes::ShapeRef.new(shape: Megabytes, location_name: "ImportedFileChunkSize"))
323
+ DataRepositoryConfiguration.add_member(:auto_import_policy, Shapes::ShapeRef.new(shape: AutoImportPolicyType, location_name: "AutoImportPolicy"))
324
+ DataRepositoryConfiguration.add_member(:failure_details, Shapes::ShapeRef.new(shape: DataRepositoryFailureDetails, location_name: "FailureDetails"))
310
325
  DataRepositoryConfiguration.struct_class = Types::DataRepositoryConfiguration
311
326
 
327
+ DataRepositoryFailureDetails.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
328
+ DataRepositoryFailureDetails.struct_class = Types::DataRepositoryFailureDetails
329
+
312
330
  DataRepositoryTask.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location_name: "TaskId"))
313
331
  DataRepositoryTask.add_member(:lifecycle, Shapes::ShapeRef.new(shape: DataRepositoryTaskLifecycle, required: true, location_name: "Lifecycle"))
314
332
  DataRepositoryTask.add_member(:type, Shapes::ShapeRef.new(shape: DataRepositoryTaskType, required: true, location_name: "Type"))
@@ -362,14 +380,24 @@ module Aws::FSx
362
380
  DeleteBackupResponse.add_member(:lifecycle, Shapes::ShapeRef.new(shape: BackupLifecycle, location_name: "Lifecycle"))
363
381
  DeleteBackupResponse.struct_class = Types::DeleteBackupResponse
364
382
 
383
+ DeleteFileSystemLustreConfiguration.add_member(:skip_final_backup, Shapes::ShapeRef.new(shape: Flag, location_name: "SkipFinalBackup"))
384
+ DeleteFileSystemLustreConfiguration.add_member(:final_backup_tags, Shapes::ShapeRef.new(shape: Tags, location_name: "FinalBackupTags"))
385
+ DeleteFileSystemLustreConfiguration.struct_class = Types::DeleteFileSystemLustreConfiguration
386
+
387
+ DeleteFileSystemLustreResponse.add_member(:final_backup_id, Shapes::ShapeRef.new(shape: BackupId, location_name: "FinalBackupId"))
388
+ DeleteFileSystemLustreResponse.add_member(:final_backup_tags, Shapes::ShapeRef.new(shape: Tags, location_name: "FinalBackupTags"))
389
+ DeleteFileSystemLustreResponse.struct_class = Types::DeleteFileSystemLustreResponse
390
+
365
391
  DeleteFileSystemRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
366
392
  DeleteFileSystemRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
367
393
  DeleteFileSystemRequest.add_member(:windows_configuration, Shapes::ShapeRef.new(shape: DeleteFileSystemWindowsConfiguration, location_name: "WindowsConfiguration"))
394
+ DeleteFileSystemRequest.add_member(:lustre_configuration, Shapes::ShapeRef.new(shape: DeleteFileSystemLustreConfiguration, location_name: "LustreConfiguration"))
368
395
  DeleteFileSystemRequest.struct_class = Types::DeleteFileSystemRequest
369
396
 
370
397
  DeleteFileSystemResponse.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, location_name: "FileSystemId"))
371
398
  DeleteFileSystemResponse.add_member(:lifecycle, Shapes::ShapeRef.new(shape: FileSystemLifecycle, location_name: "Lifecycle"))
372
399
  DeleteFileSystemResponse.add_member(:windows_response, Shapes::ShapeRef.new(shape: DeleteFileSystemWindowsResponse, location_name: "WindowsResponse"))
400
+ DeleteFileSystemResponse.add_member(:lustre_response, Shapes::ShapeRef.new(shape: DeleteFileSystemLustreResponse, location_name: "LustreResponse"))
373
401
  DeleteFileSystemResponse.struct_class = Types::DeleteFileSystemResponse
374
402
 
375
403
  DeleteFileSystemWindowsConfiguration.add_member(:skip_final_backup, Shapes::ShapeRef.new(shape: Flag, location_name: "SkipFinalBackup"))
@@ -486,6 +514,9 @@ module Aws::FSx
486
514
  LustreFileSystemConfiguration.add_member(:deployment_type, Shapes::ShapeRef.new(shape: LustreDeploymentType, location_name: "DeploymentType"))
487
515
  LustreFileSystemConfiguration.add_member(:per_unit_storage_throughput, Shapes::ShapeRef.new(shape: PerUnitStorageThroughput, location_name: "PerUnitStorageThroughput"))
488
516
  LustreFileSystemConfiguration.add_member(:mount_name, Shapes::ShapeRef.new(shape: LustreFileSystemMountName, location_name: "MountName"))
517
+ LustreFileSystemConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
518
+ LustreFileSystemConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
519
+ LustreFileSystemConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
489
520
  LustreFileSystemConfiguration.struct_class = Types::LustreFileSystemConfiguration
490
521
 
491
522
  MissingFileSystemConfiguration.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
@@ -533,8 +564,8 @@ module Aws::FSx
533
564
 
534
565
  SubnetIds.member = Shapes::ShapeRef.new(shape: SubnetId)
535
566
 
536
- Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "Key"))
537
- Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
567
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
568
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
538
569
  Tag.struct_class = Types::Tag
539
570
 
540
571
  TagKeys.member = Shapes::ShapeRef.new(shape: TagKey)
@@ -559,6 +590,9 @@ module Aws::FSx
559
590
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
560
591
 
561
592
  UpdateFileSystemLustreConfiguration.add_member(:weekly_maintenance_start_time, Shapes::ShapeRef.new(shape: WeeklyTime, location_name: "WeeklyMaintenanceStartTime"))
593
+ UpdateFileSystemLustreConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
594
+ UpdateFileSystemLustreConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
595
+ UpdateFileSystemLustreConfiguration.add_member(:auto_import_policy, Shapes::ShapeRef.new(shape: AutoImportPolicyType, location_name: "AutoImportPolicy"))
562
596
  UpdateFileSystemLustreConfiguration.struct_class = Types::UpdateFileSystemLustreConfiguration
563
597
 
564
598
  UpdateFileSystemRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
@@ -682,6 +716,7 @@ module Aws::FSx
682
716
  o.errors << Shapes::ShapeRef.new(shape: ActiveDirectoryError)
683
717
  o.errors << Shapes::ShapeRef.new(shape: IncompatibleParameterError)
684
718
  o.errors << Shapes::ShapeRef.new(shape: InvalidNetworkSettings)
719
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPerUnitStorageThroughput)
685
720
  o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceeded)
686
721
  o.errors << Shapes::ShapeRef.new(shape: BackupNotFound)
687
722
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -25,6 +27,7 @@ module Aws::FSx
25
27
  class ActiveDirectoryBackupAttributes < Struct.new(
26
28
  :domain_name,
27
29
  :active_directory_id)
30
+ SENSITIVE = []
28
31
  include Aws::Structure
29
32
  end
30
33
 
@@ -48,6 +51,7 @@ module Aws::FSx
48
51
  :active_directory_id,
49
52
  :type,
50
53
  :message)
54
+ SENSITIVE = []
51
55
  include Aws::Structure
52
56
  end
53
57
 
@@ -129,6 +133,7 @@ module Aws::FSx
129
133
  :status,
130
134
  :target_file_system_values,
131
135
  :failure_details)
136
+ SENSITIVE = []
132
137
  include Aws::Structure
133
138
  end
134
139
 
@@ -142,11 +147,11 @@ module Aws::FSx
142
147
  #
143
148
  class AdministrativeActionFailureDetails < Struct.new(
144
149
  :message)
150
+ SENSITIVE = []
145
151
  include Aws::Structure
146
152
  end
147
153
 
148
- # A backup of an Amazon FSx for Windows File Server file system. You can
149
- # create a new file system from a backup to protect against data loss.
154
+ # A backup of an Amazon FSx for file system.
150
155
  #
151
156
  # @!attribute [rw] backup_id
152
157
  # The ID of the backup.
@@ -161,7 +166,7 @@ module Aws::FSx
161
166
  # @return [Types::BackupFailureDetails]
162
167
  #
163
168
  # @!attribute [rw] type
164
- # The type of the backup.
169
+ # The type of the file system backup.
165
170
  # @return [String]
166
171
  #
167
172
  # @!attribute [rw] progress_percent
@@ -210,6 +215,7 @@ module Aws::FSx
210
215
  :tags,
211
216
  :file_system,
212
217
  :directory_information)
218
+ SENSITIVE = []
213
219
  include Aws::Structure
214
220
  end
215
221
 
@@ -224,6 +230,7 @@ module Aws::FSx
224
230
  #
225
231
  class BackupFailureDetails < Struct.new(
226
232
  :message)
233
+ SENSITIVE = []
227
234
  include Aws::Structure
228
235
  end
229
236
 
@@ -238,6 +245,7 @@ module Aws::FSx
238
245
  #
239
246
  class BackupInProgress < Struct.new(
240
247
  :message)
248
+ SENSITIVE = []
241
249
  include Aws::Structure
242
250
  end
243
251
 
@@ -251,6 +259,7 @@ module Aws::FSx
251
259
  #
252
260
  class BackupNotFound < Struct.new(
253
261
  :message)
262
+ SENSITIVE = []
254
263
  include Aws::Structure
255
264
  end
256
265
 
@@ -270,6 +279,7 @@ module Aws::FSx
270
279
  class BackupRestoring < Struct.new(
271
280
  :message,
272
281
  :file_system_id)
282
+ SENSITIVE = []
273
283
  include Aws::Structure
274
284
  end
275
285
 
@@ -283,6 +293,7 @@ module Aws::FSx
283
293
  #
284
294
  class BadRequest < Struct.new(
285
295
  :message)
296
+ SENSITIVE = []
286
297
  include Aws::Structure
287
298
  end
288
299
 
@@ -303,6 +314,7 @@ module Aws::FSx
303
314
  #
304
315
  class CancelDataRepositoryTaskRequest < Struct.new(
305
316
  :task_id)
317
+ SENSITIVE = []
306
318
  include Aws::Structure
307
319
  end
308
320
 
@@ -334,6 +346,7 @@ module Aws::FSx
334
346
  class CancelDataRepositoryTaskResponse < Struct.new(
335
347
  :lifecycle,
336
348
  :task_id)
349
+ SENSITIVE = []
337
350
  include Aws::Structure
338
351
  end
339
352
 
@@ -396,6 +409,7 @@ module Aws::FSx
396
409
  :path,
397
410
  :format,
398
411
  :scope)
412
+ SENSITIVE = []
399
413
  include Aws::Structure
400
414
  end
401
415
 
@@ -409,8 +423,8 @@ module Aws::FSx
409
423
  # client_request_token: "ClientRequestToken",
410
424
  # tags: [
411
425
  # {
412
- # key: "TagKey",
413
- # value: "TagValue",
426
+ # key: "TagKey", # required
427
+ # value: "TagValue", # required
414
428
  # },
415
429
  # ],
416
430
  # }
@@ -430,8 +444,11 @@ module Aws::FSx
430
444
  # @return [String]
431
445
  #
432
446
  # @!attribute [rw] tags
433
- # The tags to apply to the backup at backup creation. The key value of
434
- # the `Name` tag appears in the console as the backup name.
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.
435
452
  # @return [Array<Types::Tag>]
436
453
  #
437
454
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateBackupRequest AWS API Documentation
@@ -440,6 +457,7 @@ module Aws::FSx
440
457
  :file_system_id,
441
458
  :client_request_token,
442
459
  :tags)
460
+ SENSITIVE = []
443
461
  include Aws::Structure
444
462
  end
445
463
 
@@ -453,6 +471,7 @@ module Aws::FSx
453
471
  #
454
472
  class CreateBackupResponse < Struct.new(
455
473
  :backup)
474
+ SENSITIVE = []
456
475
  include Aws::Structure
457
476
  end
458
477
 
@@ -472,8 +491,8 @@ module Aws::FSx
472
491
  # client_request_token: "ClientRequestToken",
473
492
  # tags: [
474
493
  # {
475
- # key: "TagKey",
476
- # value: "TagValue",
494
+ # key: "TagKey", # required
495
+ # value: "TagValue", # required
477
496
  # },
478
497
  # ],
479
498
  # }
@@ -531,6 +550,7 @@ module Aws::FSx
531
550
  :report,
532
551
  :client_request_token,
533
552
  :tags)
553
+ SENSITIVE = []
534
554
  include Aws::Structure
535
555
  end
536
556
 
@@ -542,6 +562,7 @@ module Aws::FSx
542
562
  #
543
563
  class CreateDataRepositoryTaskResponse < Struct.new(
544
564
  :data_repository_task)
565
+ SENSITIVE = []
545
566
  include Aws::Structure
546
567
  end
547
568
 
@@ -557,8 +578,8 @@ module Aws::FSx
557
578
  # security_group_ids: ["SecurityGroupId"],
558
579
  # tags: [
559
580
  # {
560
- # key: "TagKey",
561
- # value: "TagValue",
581
+ # key: "TagKey", # required
582
+ # value: "TagValue", # required
562
583
  # },
563
584
  # ],
564
585
  # windows_configuration: {
@@ -579,6 +600,18 @@ module Aws::FSx
579
600
  # automatic_backup_retention_days: 1,
580
601
  # copy_tags_to_backups: false,
581
602
  # },
603
+ # lustre_configuration: {
604
+ # weekly_maintenance_start_time: "WeeklyTime",
605
+ # import_path: "ArchivePath",
606
+ # export_path: "ArchivePath",
607
+ # imported_file_chunk_size: 1,
608
+ # deployment_type: "SCRATCH_1", # accepts SCRATCH_1, SCRATCH_2, PERSISTENT_1
609
+ # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
610
+ # per_unit_storage_throughput: 1,
611
+ # daily_automatic_backup_start_time: "DailyTime",
612
+ # automatic_backup_retention_days: 1,
613
+ # copy_tags_to_backups: false,
614
+ # },
582
615
  # storage_type: "SSD", # accepts SSD, HDD
583
616
  # }
584
617
  #
@@ -588,10 +621,10 @@ module Aws::FSx
588
621
  # @return [String]
589
622
  #
590
623
  # @!attribute [rw] client_request_token
591
- # (Optional) A string of up to 64 ASCII characters that Amazon FSx
592
- # uses to ensure idempotent creation. This string is automatically
593
- # filled on your behalf when you use the AWS Command Line Interface
594
- # (AWS CLI) or an AWS SDK.
624
+ # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
625
+ # idempotent creation. This string is automatically filled on your
626
+ # behalf when you use the AWS Command Line Interface (AWS CLI) or an
627
+ # AWS SDK.
595
628
  #
596
629
  # **A suitable default value is auto-generated.** You should normally
597
630
  # not need to pass this option.
@@ -627,6 +660,10 @@ module Aws::FSx
627
660
  # The configuration for this Microsoft Windows file system.
628
661
  # @return [Types::CreateFileSystemWindowsConfiguration]
629
662
  #
663
+ # @!attribute [rw] lustre_configuration
664
+ # The Lustre configuration for the file system being created.
665
+ # @return [Types::CreateFileSystemLustreConfiguration]
666
+ #
630
667
  # @!attribute [rw] storage_type
631
668
  # Sets the storage type for the Windows file system you're creating
632
669
  # from a backup. Valid values are `SSD` and `HDD`.
@@ -659,7 +696,9 @@ module Aws::FSx
659
696
  :security_group_ids,
660
697
  :tags,
661
698
  :windows_configuration,
699
+ :lustre_configuration,
662
700
  :storage_type)
701
+ SENSITIVE = []
663
702
  include Aws::Structure
664
703
  end
665
704
 
@@ -673,6 +712,7 @@ module Aws::FSx
673
712
  #
674
713
  class CreateFileSystemFromBackupResponse < Struct.new(
675
714
  :file_system)
715
+ SENSITIVE = []
676
716
  include Aws::Structure
677
717
  end
678
718
 
@@ -687,13 +727,18 @@ module Aws::FSx
687
727
  # export_path: "ArchivePath",
688
728
  # imported_file_chunk_size: 1,
689
729
  # deployment_type: "SCRATCH_1", # accepts SCRATCH_1, SCRATCH_2, PERSISTENT_1
730
+ # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
690
731
  # per_unit_storage_throughput: 1,
732
+ # daily_automatic_backup_start_time: "DailyTime",
733
+ # automatic_backup_retention_days: 1,
734
+ # copy_tags_to_backups: false,
691
735
  # }
692
736
  #
693
737
  # @!attribute [rw] weekly_maintenance_start_time
694
- # The preferred start time to perform weekly maintenance, formatted
695
- # d:HH:MM in the UTC time zone, where d is the weekday number, from 1
696
- # 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.
697
742
  # @return [String]
698
743
  #
699
744
  # @!attribute [rw] import_path
@@ -741,8 +786,8 @@ module Aws::FSx
741
786
  # @return [Integer]
742
787
  #
743
788
  # @!attribute [rw] deployment_type
744
- # (Optional) Choose `SCRATCH_1` and `SCRATCH_2` deployment types when
745
- # you need temporary storage and shorter-term processing of data. The
789
+ # Choose `SCRATCH_1` and `SCRATCH_2` deployment types when you need
790
+ # temporary storage and shorter-term processing of data. The
746
791
  # `SCRATCH_2` deployment type provides in-transit encryption of data
747
792
  # and higher burst throughput capacity than `SCRATCH_1`.
748
793
  #
@@ -766,6 +811,35 @@ module Aws::FSx
766
811
  # [3]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/encryption-in-transit-fsxl.html
767
812
  # @return [String]
768
813
  #
814
+ # @!attribute [rw] auto_import_policy
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.
834
+ #
835
+ # For more information, see [Automatically import updates from your S3
836
+ # bucket][1].
837
+ #
838
+ #
839
+ #
840
+ # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/autoimport-data-repo.html
841
+ # @return [String]
842
+ #
769
843
  # @!attribute [rw] per_unit_storage_throughput
770
844
  # Required for the `PERSISTENT_1` deployment type, describes the
771
845
  # amount of read and write throughput for each 1 tebibyte of storage,
@@ -779,6 +853,37 @@ module Aws::FSx
779
853
  # Valid values are 50, 100, 200.
780
854
  # @return [Integer]
781
855
  #
856
+ # @!attribute [rw] daily_automatic_backup_start_time
857
+ # A recurring daily time, in the format `HH:MM`. `HH` is the
858
+ # zero-padded hour of the day (0-23), and `MM` is the zero-padded
859
+ # minute of the hour. For example, `05:00` specifies 5 AM daily.
860
+ # @return [String]
861
+ #
862
+ # @!attribute [rw] automatic_backup_retention_days
863
+ # The number of days to retain automatic backups. Setting this to 0
864
+ # disables automatic backups. You can retain automatic backups for a
865
+ # maximum of 35 days. The default is 0.
866
+ # @return [Integer]
867
+ #
868
+ # @!attribute [rw] copy_tags_to_backups
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.
879
+ #
880
+ # For more information, see [Working with backups][1].
881
+ #
882
+ #
883
+ #
884
+ # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html
885
+ # @return [Boolean]
886
+ #
782
887
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemLustreConfiguration AWS API Documentation
783
888
  #
784
889
  class CreateFileSystemLustreConfiguration < Struct.new(
@@ -787,7 +892,12 @@ module Aws::FSx
787
892
  :export_path,
788
893
  :imported_file_chunk_size,
789
894
  :deployment_type,
790
- :per_unit_storage_throughput)
895
+ :auto_import_policy,
896
+ :per_unit_storage_throughput,
897
+ :daily_automatic_backup_start_time,
898
+ :automatic_backup_retention_days,
899
+ :copy_tags_to_backups)
900
+ SENSITIVE = []
791
901
  include Aws::Structure
792
902
  end
793
903
 
@@ -805,8 +915,8 @@ module Aws::FSx
805
915
  # security_group_ids: ["SecurityGroupId"],
806
916
  # tags: [
807
917
  # {
808
- # key: "TagKey",
809
- # value: "TagValue",
918
+ # key: "TagKey", # required
919
+ # value: "TagValue", # required
810
920
  # },
811
921
  # ],
812
922
  # kms_key_id: "KmsKeyId",
@@ -834,15 +944,19 @@ module Aws::FSx
834
944
  # export_path: "ArchivePath",
835
945
  # imported_file_chunk_size: 1,
836
946
  # deployment_type: "SCRATCH_1", # accepts SCRATCH_1, SCRATCH_2, PERSISTENT_1
947
+ # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
837
948
  # per_unit_storage_throughput: 1,
949
+ # daily_automatic_backup_start_time: "DailyTime",
950
+ # automatic_backup_retention_days: 1,
951
+ # copy_tags_to_backups: false,
838
952
  # },
839
953
  # }
840
954
  #
841
955
  # @!attribute [rw] client_request_token
842
- # (Optional) A string of up to 64 ASCII characters that Amazon FSx
843
- # uses to ensure idempotent creation. This string is automatically
844
- # filled on your behalf when you use the AWS Command Line Interface
845
- # (AWS CLI) or an AWS SDK.
956
+ # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
957
+ # idempotent creation. This string is automatically filled on your
958
+ # behalf when you use the AWS Command Line Interface (AWS CLI) or an
959
+ # AWS SDK.
846
960
  #
847
961
  # **A suitable default value is auto-generated.** You should normally
848
962
  # not need to pass this option.
@@ -859,10 +973,10 @@ module Aws::FSx
859
973
  # For Lustre file systems:
860
974
  #
861
975
  # * For `SCRATCH_2` and `PERSISTENT_1` deployment types, valid values
862
- # are 1.2, 2.4, and increments of 2.4 TiB.
976
+ # are 1200 GiB, 2400 GiB, and increments of 2400 GiB.
863
977
  #
864
- # * For `SCRATCH_1` deployment type, valid values are 1.2, 2.4, and
865
- # increments of 3.6 TiB.
978
+ # * For `SCRATCH_1` deployment type, valid values are 1200 GiB, 2400
979
+ # GiB, and increments of 3600 GiB.
866
980
  #
867
981
  # For Windows file systems:
868
982
  #
@@ -953,6 +1067,7 @@ module Aws::FSx
953
1067
  :kms_key_id,
954
1068
  :windows_configuration,
955
1069
  :lustre_configuration)
1070
+ SENSITIVE = []
956
1071
  include Aws::Structure
957
1072
  end
958
1073
 
@@ -966,6 +1081,7 @@ module Aws::FSx
966
1081
  #
967
1082
  class CreateFileSystemResponse < Struct.new(
968
1083
  :file_system)
1084
+ SENSITIVE = []
969
1085
  include Aws::Structure
970
1086
  end
971
1087
 
@@ -1086,12 +1202,37 @@ module Aws::FSx
1086
1202
  :daily_automatic_backup_start_time,
1087
1203
  :automatic_backup_retention_days,
1088
1204
  :copy_tags_to_backups)
1205
+ SENSITIVE = []
1089
1206
  include Aws::Structure
1090
1207
  end
1091
1208
 
1092
1209
  # The data repository configuration object for Lustre file systems
1093
1210
  # returned in the response of the `CreateFileSystem` operation.
1094
1211
  #
1212
+ # @!attribute [rw] lifecycle
1213
+ # Describes the state of the file system's S3 durable data
1214
+ # repository, if it is configured with an S3 repository. The lifecycle
1215
+ # can have the following values:
1216
+ #
1217
+ # * `CREATING` - The data repository configuration between the FSx
1218
+ # file system and the linked S3 data repository is being created.
1219
+ # The data repository is unavailable.
1220
+ #
1221
+ # * `AVAILABLE` - The data repository is available for use.
1222
+ #
1223
+ # * `MISCONFIGURED` - Amazon FSx cannot automatically import updates
1224
+ # from the S3 bucket until the data repository configuration is
1225
+ # corrected. For more information, see [Troubleshooting a
1226
+ # Misconfigured linked S3 bucket][1].
1227
+ #
1228
+ # * `UPDATING` - The data repository is undergoing a customer
1229
+ # initiated update and availability may be impacted.
1230
+ #
1231
+ #
1232
+ #
1233
+ # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/troubleshooting.html#troubleshooting-misconfigured-data-repository
1234
+ # @return [String]
1235
+ #
1095
1236
  # @!attribute [rw] import_path
1096
1237
  # The import path to the Amazon S3 bucket (and optional prefix) that
1097
1238
  # you're using as the data repository for your FSx for Lustre file
@@ -1117,12 +1258,65 @@ module Aws::FSx
1117
1258
  # TB.
1118
1259
  # @return [Integer]
1119
1260
  #
1261
+ # @!attribute [rw] auto_import_policy
1262
+ # Describes the file system's linked S3 data repository's
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.
1281
+ #
1282
+ # For more information, see [Automatically import updates from your S3
1283
+ # bucket][1].
1284
+ #
1285
+ #
1286
+ #
1287
+ # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/autoimport-data-repo.html
1288
+ # @return [String]
1289
+ #
1290
+ # @!attribute [rw] failure_details
1291
+ # Provides detailed information about the data respository if its
1292
+ # `Lifecycle` is set to `MISCONFIGURED`.
1293
+ # @return [Types::DataRepositoryFailureDetails]
1294
+ #
1120
1295
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DataRepositoryConfiguration AWS API Documentation
1121
1296
  #
1122
1297
  class DataRepositoryConfiguration < Struct.new(
1298
+ :lifecycle,
1123
1299
  :import_path,
1124
1300
  :export_path,
1125
- :imported_file_chunk_size)
1301
+ :imported_file_chunk_size,
1302
+ :auto_import_policy,
1303
+ :failure_details)
1304
+ SENSITIVE = []
1305
+ include Aws::Structure
1306
+ end
1307
+
1308
+ # Provides detailed information about the data respository if its
1309
+ # `Lifecycle` is set to `MISCONFIGURED`.
1310
+ #
1311
+ # @!attribute [rw] message
1312
+ # A detailed error message.
1313
+ # @return [String]
1314
+ #
1315
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DataRepositoryFailureDetails AWS API Documentation
1316
+ #
1317
+ class DataRepositoryFailureDetails < Struct.new(
1318
+ :message)
1319
+ SENSITIVE = []
1126
1320
  include Aws::Structure
1127
1321
  end
1128
1322
 
@@ -1248,6 +1442,7 @@ module Aws::FSx
1248
1442
  :failure_details,
1249
1443
  :status,
1250
1444
  :report)
1445
+ SENSITIVE = []
1251
1446
  include Aws::Structure
1252
1447
  end
1253
1448
 
@@ -1262,6 +1457,7 @@ module Aws::FSx
1262
1457
  #
1263
1458
  class DataRepositoryTaskEnded < Struct.new(
1264
1459
  :message)
1460
+ SENSITIVE = []
1265
1461
  include Aws::Structure
1266
1462
  end
1267
1463
 
@@ -1277,6 +1473,7 @@ module Aws::FSx
1277
1473
  #
1278
1474
  class DataRepositoryTaskExecuting < Struct.new(
1279
1475
  :message)
1476
+ SENSITIVE = []
1280
1477
  include Aws::Structure
1281
1478
  end
1282
1479
 
@@ -1291,6 +1488,7 @@ module Aws::FSx
1291
1488
  #
1292
1489
  class DataRepositoryTaskFailureDetails < Struct.new(
1293
1490
  :message)
1491
+ SENSITIVE = []
1294
1492
  include Aws::Structure
1295
1493
  end
1296
1494
 
@@ -1330,6 +1528,7 @@ module Aws::FSx
1330
1528
  class DataRepositoryTaskFilter < Struct.new(
1331
1529
  :name,
1332
1530
  :values)
1531
+ SENSITIVE = []
1333
1532
  include Aws::Structure
1334
1533
  end
1335
1534
 
@@ -1343,6 +1542,7 @@ module Aws::FSx
1343
1542
  #
1344
1543
  class DataRepositoryTaskNotFound < Struct.new(
1345
1544
  :message)
1545
+ SENSITIVE = []
1346
1546
  include Aws::Structure
1347
1547
  end
1348
1548
 
@@ -1378,6 +1578,7 @@ module Aws::FSx
1378
1578
  :succeeded_count,
1379
1579
  :failed_count,
1380
1580
  :last_updated_time)
1581
+ SENSITIVE = []
1381
1582
  include Aws::Structure
1382
1583
  end
1383
1584
 
@@ -1396,9 +1597,9 @@ module Aws::FSx
1396
1597
  # @return [String]
1397
1598
  #
1398
1599
  # @!attribute [rw] client_request_token
1399
- # (Optional) A string of up to 64 ASCII characters that Amazon FSx
1400
- # uses to ensure idempotent deletion. This is automatically filled on
1401
- # your behalf when using the AWS CLI or SDK.
1600
+ # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
1601
+ # idempotent deletion. This is automatically filled on your behalf
1602
+ # when using the AWS CLI or SDK.
1402
1603
  #
1403
1604
  # **A suitable default value is auto-generated.** You should normally
1404
1605
  # not need to pass this option.
@@ -1409,6 +1610,7 @@ module Aws::FSx
1409
1610
  class DeleteBackupRequest < Struct.new(
1410
1611
  :backup_id,
1411
1612
  :client_request_token)
1613
+ SENSITIVE = []
1412
1614
  include Aws::Structure
1413
1615
  end
1414
1616
 
@@ -1427,6 +1629,67 @@ module Aws::FSx
1427
1629
  class DeleteBackupResponse < Struct.new(
1428
1630
  :backup_id,
1429
1631
  :lifecycle)
1632
+ SENSITIVE = []
1633
+ include Aws::Structure
1634
+ end
1635
+
1636
+ # The configuration object for the Amazon FSx for Lustre file system
1637
+ # being deleted in the `DeleteFileSystem` operation.
1638
+ #
1639
+ # @note When making an API call, you may pass DeleteFileSystemLustreConfiguration
1640
+ # data as a hash:
1641
+ #
1642
+ # {
1643
+ # skip_final_backup: false,
1644
+ # final_backup_tags: [
1645
+ # {
1646
+ # key: "TagKey", # required
1647
+ # value: "TagValue", # required
1648
+ # },
1649
+ # ],
1650
+ # }
1651
+ #
1652
+ # @!attribute [rw] skip_final_backup
1653
+ # Set `SkipFinalBackup` to false if you want to take a final backup of
1654
+ # the file system you are deleting. By default, Amazon FSx will not
1655
+ # take a final backup on your behalf when the `DeleteFileSystem`
1656
+ # operation is invoked. (Default = true)
1657
+ # @return [Boolean]
1658
+ #
1659
+ # @!attribute [rw] final_backup_tags
1660
+ # Use if `SkipFinalBackup` is set to `false`, and you want to apply an
1661
+ # array of tags to the final backup. If you have set the file system
1662
+ # property `CopyTagsToBackups` to true, and you specify one or more
1663
+ # `FinalBackupTags` when deleting a file system, Amazon FSx will not
1664
+ # copy any existing file system tags to the backup.
1665
+ # @return [Array<Types::Tag>]
1666
+ #
1667
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteFileSystemLustreConfiguration AWS API Documentation
1668
+ #
1669
+ class DeleteFileSystemLustreConfiguration < Struct.new(
1670
+ :skip_final_backup,
1671
+ :final_backup_tags)
1672
+ SENSITIVE = []
1673
+ include Aws::Structure
1674
+ end
1675
+
1676
+ # The response object for the Amazon FSx for Lustre file system being
1677
+ # deleted in the `DeleteFileSystem` operation.
1678
+ #
1679
+ # @!attribute [rw] final_backup_id
1680
+ # The ID of the final backup for this file system.
1681
+ # @return [String]
1682
+ #
1683
+ # @!attribute [rw] final_backup_tags
1684
+ # The set of tags applied to the final backup.
1685
+ # @return [Array<Types::Tag>]
1686
+ #
1687
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteFileSystemLustreResponse AWS API Documentation
1688
+ #
1689
+ class DeleteFileSystemLustreResponse < Struct.new(
1690
+ :final_backup_id,
1691
+ :final_backup_tags)
1692
+ SENSITIVE = []
1430
1693
  include Aws::Structure
1431
1694
  end
1432
1695
 
@@ -1442,8 +1705,17 @@ module Aws::FSx
1442
1705
  # skip_final_backup: false,
1443
1706
  # final_backup_tags: [
1444
1707
  # {
1445
- # key: "TagKey",
1446
- # value: "TagValue",
1708
+ # key: "TagKey", # required
1709
+ # value: "TagValue", # required
1710
+ # },
1711
+ # ],
1712
+ # },
1713
+ # lustre_configuration: {
1714
+ # skip_final_backup: false,
1715
+ # final_backup_tags: [
1716
+ # {
1717
+ # key: "TagKey", # required
1718
+ # value: "TagValue", # required
1447
1719
  # },
1448
1720
  # ],
1449
1721
  # },
@@ -1454,9 +1726,9 @@ module Aws::FSx
1454
1726
  # @return [String]
1455
1727
  #
1456
1728
  # @!attribute [rw] client_request_token
1457
- # (Optional) A string of up to 64 ASCII characters that Amazon FSx
1458
- # uses to ensure idempotent deletion. This is automatically filled on
1459
- # your behalf when using the AWS CLI or SDK.
1729
+ # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
1730
+ # idempotent deletion. This is automatically filled on your behalf
1731
+ # when using the AWS CLI or SDK.
1460
1732
  #
1461
1733
  # **A suitable default value is auto-generated.** You should normally
1462
1734
  # not need to pass this option.
@@ -1467,12 +1739,19 @@ module Aws::FSx
1467
1739
  # in the `DeleteFileSystem` operation.
1468
1740
  # @return [Types::DeleteFileSystemWindowsConfiguration]
1469
1741
  #
1742
+ # @!attribute [rw] lustre_configuration
1743
+ # The configuration object for the Amazon FSx for Lustre file system
1744
+ # being deleted in the `DeleteFileSystem` operation.
1745
+ # @return [Types::DeleteFileSystemLustreConfiguration]
1746
+ #
1470
1747
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteFileSystemRequest AWS API Documentation
1471
1748
  #
1472
1749
  class DeleteFileSystemRequest < Struct.new(
1473
1750
  :file_system_id,
1474
1751
  :client_request_token,
1475
- :windows_configuration)
1752
+ :windows_configuration,
1753
+ :lustre_configuration)
1754
+ SENSITIVE = []
1476
1755
  include Aws::Structure
1477
1756
  end
1478
1757
 
@@ -1492,12 +1771,19 @@ module Aws::FSx
1492
1771
  # the `DeleteFileSystem` operation.
1493
1772
  # @return [Types::DeleteFileSystemWindowsResponse]
1494
1773
  #
1774
+ # @!attribute [rw] lustre_response
1775
+ # The response object for the Amazon FSx for Lustre file system being
1776
+ # deleted in the `DeleteFileSystem` operation.
1777
+ # @return [Types::DeleteFileSystemLustreResponse]
1778
+ #
1495
1779
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteFileSystemResponse AWS API Documentation
1496
1780
  #
1497
1781
  class DeleteFileSystemResponse < Struct.new(
1498
1782
  :file_system_id,
1499
1783
  :lifecycle,
1500
- :windows_response)
1784
+ :windows_response,
1785
+ :lustre_response)
1786
+ SENSITIVE = []
1501
1787
  include Aws::Structure
1502
1788
  end
1503
1789
 
@@ -1511,8 +1797,8 @@ module Aws::FSx
1511
1797
  # skip_final_backup: false,
1512
1798
  # final_backup_tags: [
1513
1799
  # {
1514
- # key: "TagKey",
1515
- # value: "TagValue",
1800
+ # key: "TagKey", # required
1801
+ # value: "TagValue", # required
1516
1802
  # },
1517
1803
  # ],
1518
1804
  # }
@@ -1534,6 +1820,7 @@ module Aws::FSx
1534
1820
  class DeleteFileSystemWindowsConfiguration < Struct.new(
1535
1821
  :skip_final_backup,
1536
1822
  :final_backup_tags)
1823
+ SENSITIVE = []
1537
1824
  include Aws::Structure
1538
1825
  end
1539
1826
 
@@ -1553,6 +1840,7 @@ module Aws::FSx
1553
1840
  class DeleteFileSystemWindowsResponse < Struct.new(
1554
1841
  :final_backup_id,
1555
1842
  :final_backup_tags)
1843
+ SENSITIVE = []
1556
1844
  include Aws::Structure
1557
1845
  end
1558
1846
 
@@ -1565,7 +1853,7 @@ module Aws::FSx
1565
1853
  # backup_ids: ["BackupId"],
1566
1854
  # filters: [
1567
1855
  # {
1568
- # name: "file-system-id", # accepts file-system-id, backup-type
1856
+ # name: "file-system-id", # accepts file-system-id, backup-type, file-system-type
1569
1857
  # values: ["FilterValue"],
1570
1858
  # },
1571
1859
  # ],
@@ -1574,28 +1862,27 @@ module Aws::FSx
1574
1862
  # }
1575
1863
  #
1576
1864
  # @!attribute [rw] backup_ids
1577
- # (Optional) IDs of the backups you want to retrieve (String). This
1578
- # overrides any filters. If any IDs are not found, BackupNotFound will
1579
- # be thrown.
1865
+ # IDs of the backups you want to retrieve (String). This overrides any
1866
+ # filters. If any IDs are not found, BackupNotFound will be thrown.
1580
1867
  # @return [Array<String>]
1581
1868
  #
1582
1869
  # @!attribute [rw] filters
1583
- # (Optional) Filters structure. Supported names are file-system-id and
1870
+ # Filters structure. Supported names are file-system-id and
1584
1871
  # backup-type.
1585
1872
  # @return [Array<Types::Filter>]
1586
1873
  #
1587
1874
  # @!attribute [rw] max_results
1588
- # (Optional) Maximum number of backups to return in the response
1589
- # (integer). This parameter value must be greater than 0. The number
1590
- # of items that Amazon FSx returns is the minimum of the `MaxResults`
1591
- # parameter specified in the request and the service's internal
1592
- # maximum number of items per page.
1875
+ # Maximum number of backups to return in the response (integer). This
1876
+ # parameter value must be greater than 0. The number of items that
1877
+ # Amazon FSx returns is the minimum of the `MaxResults` parameter
1878
+ # specified in the request and the service's internal maximum number
1879
+ # of items per page.
1593
1880
  # @return [Integer]
1594
1881
  #
1595
1882
  # @!attribute [rw] next_token
1596
- # (Optional) Opaque pagination token returned from a previous
1597
- # `DescribeBackups` operation (String). If a token present, the action
1598
- # continues the list from where the returning call left off.
1883
+ # Opaque pagination token returned from a previous `DescribeBackups`
1884
+ # operation (String). If a token present, the action continues the
1885
+ # list from where the returning call left off.
1599
1886
  # @return [String]
1600
1887
  #
1601
1888
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeBackupsRequest AWS API Documentation
@@ -1605,6 +1892,7 @@ module Aws::FSx
1605
1892
  :filters,
1606
1893
  :max_results,
1607
1894
  :next_token)
1895
+ SENSITIVE = []
1608
1896
  include Aws::Structure
1609
1897
  end
1610
1898
 
@@ -1625,6 +1913,7 @@ module Aws::FSx
1625
1913
  class DescribeBackupsResponse < Struct.new(
1626
1914
  :backups,
1627
1915
  :next_token)
1916
+ SENSITIVE = []
1628
1917
  include Aws::Structure
1629
1918
  end
1630
1919
 
@@ -1673,6 +1962,7 @@ module Aws::FSx
1673
1962
  :filters,
1674
1963
  :max_results,
1675
1964
  :next_token)
1965
+ SENSITIVE = []
1676
1966
  include Aws::Structure
1677
1967
  end
1678
1968
 
@@ -1692,6 +1982,7 @@ module Aws::FSx
1692
1982
  class DescribeDataRepositoryTasksResponse < Struct.new(
1693
1983
  :data_repository_tasks,
1694
1984
  :next_token)
1985
+ SENSITIVE = []
1695
1986
  include Aws::Structure
1696
1987
  end
1697
1988
 
@@ -1707,20 +1998,20 @@ module Aws::FSx
1707
1998
  # }
1708
1999
  #
1709
2000
  # @!attribute [rw] file_system_ids
1710
- # (Optional) IDs of the file systems whose descriptions you want to
1711
- # retrieve (String).
2001
+ # IDs of the file systems whose descriptions you want to retrieve
2002
+ # (String).
1712
2003
  # @return [Array<String>]
1713
2004
  #
1714
2005
  # @!attribute [rw] max_results
1715
- # (Optional) Maximum number of file systems to return in the response
1716
- # (integer). This parameter value must be greater than 0. The number
1717
- # of items that Amazon FSx returns is the minimum of the `MaxResults`
1718
- # parameter specified in the request and the service's internal
1719
- # maximum number of items per page.
2006
+ # Maximum number of file systems to return in the response (integer).
2007
+ # This parameter value must be greater than 0. The number of items
2008
+ # that Amazon FSx returns is the minimum of the `MaxResults` parameter
2009
+ # specified in the request and the service's internal maximum number
2010
+ # of items per page.
1720
2011
  # @return [Integer]
1721
2012
  #
1722
2013
  # @!attribute [rw] next_token
1723
- # (Optional) Opaque pagination token returned from a previous
2014
+ # Opaque pagination token returned from a previous
1724
2015
  # `DescribeFileSystems` operation (String). If a token present, the
1725
2016
  # action continues the list from where the returning call left off.
1726
2017
  # @return [String]
@@ -1731,6 +2022,7 @@ module Aws::FSx
1731
2022
  :file_system_ids,
1732
2023
  :max_results,
1733
2024
  :next_token)
2025
+ SENSITIVE = []
1734
2026
  include Aws::Structure
1735
2027
  end
1736
2028
 
@@ -1751,6 +2043,7 @@ module Aws::FSx
1751
2043
  class DescribeFileSystemsResponse < Struct.new(
1752
2044
  :file_systems,
1753
2045
  :next_token)
2046
+ SENSITIVE = []
1754
2047
  include Aws::Structure
1755
2048
  end
1756
2049
 
@@ -1916,6 +2209,7 @@ module Aws::FSx
1916
2209
  :windows_configuration,
1917
2210
  :lustre_configuration,
1918
2211
  :administrative_actions)
2212
+ SENSITIVE = []
1919
2213
  include Aws::Structure
1920
2214
  end
1921
2215
 
@@ -1931,6 +2225,7 @@ module Aws::FSx
1931
2225
  #
1932
2226
  class FileSystemFailureDetails < Struct.new(
1933
2227
  :message)
2228
+ SENSITIVE = []
1934
2229
  include Aws::Structure
1935
2230
  end
1936
2231
 
@@ -1944,6 +2239,7 @@ module Aws::FSx
1944
2239
  #
1945
2240
  class FileSystemNotFound < Struct.new(
1946
2241
  :message)
2242
+ SENSITIVE = []
1947
2243
  include Aws::Structure
1948
2244
  end
1949
2245
 
@@ -1955,7 +2251,7 @@ module Aws::FSx
1955
2251
  # data as a hash:
1956
2252
  #
1957
2253
  # {
1958
- # name: "file-system-id", # accepts file-system-id, backup-type
2254
+ # name: "file-system-id", # accepts file-system-id, backup-type, file-system-type
1959
2255
  # values: ["FilterValue"],
1960
2256
  # }
1961
2257
  #
@@ -1973,6 +2269,7 @@ module Aws::FSx
1973
2269
  class Filter < Struct.new(
1974
2270
  :name,
1975
2271
  :values)
2272
+ SENSITIVE = []
1976
2273
  include Aws::Structure
1977
2274
  end
1978
2275
 
@@ -1993,6 +2290,7 @@ module Aws::FSx
1993
2290
  class IncompatibleParameterError < Struct.new(
1994
2291
  :parameter,
1995
2292
  :message)
2293
+ SENSITIVE = []
1996
2294
  include Aws::Structure
1997
2295
  end
1998
2296
 
@@ -2006,6 +2304,7 @@ module Aws::FSx
2006
2304
  #
2007
2305
  class InternalServerError < Struct.new(
2008
2306
  :message)
2307
+ SENSITIVE = []
2009
2308
  include Aws::Structure
2010
2309
  end
2011
2310
 
@@ -2019,6 +2318,7 @@ module Aws::FSx
2019
2318
  #
2020
2319
  class InvalidExportPath < Struct.new(
2021
2320
  :message)
2321
+ SENSITIVE = []
2022
2322
  include Aws::Structure
2023
2323
  end
2024
2324
 
@@ -2032,6 +2332,7 @@ module Aws::FSx
2032
2332
  #
2033
2333
  class InvalidImportPath < Struct.new(
2034
2334
  :message)
2335
+ SENSITIVE = []
2035
2336
  include Aws::Structure
2036
2337
  end
2037
2338
 
@@ -2074,6 +2375,7 @@ module Aws::FSx
2074
2375
  :message,
2075
2376
  :invalid_subnet_id,
2076
2377
  :invalid_security_group_id)
2378
+ SENSITIVE = []
2077
2379
  include Aws::Structure
2078
2380
  end
2079
2381
 
@@ -2088,6 +2390,7 @@ module Aws::FSx
2088
2390
  #
2089
2391
  class InvalidPerUnitStorageThroughput < Struct.new(
2090
2392
  :message)
2393
+ SENSITIVE = []
2091
2394
  include Aws::Structure
2092
2395
  end
2093
2396
 
@@ -2107,15 +2410,15 @@ module Aws::FSx
2107
2410
  # @return [String]
2108
2411
  #
2109
2412
  # @!attribute [rw] max_results
2110
- # (Optional) Maximum number of tags to return in the response
2111
- # (integer). This parameter value must be greater than 0. The number
2112
- # of items that Amazon FSx returns is the minimum of the `MaxResults`
2113
- # parameter specified in the request and the service's internal
2114
- # maximum number of items per page.
2413
+ # Maximum number of tags to return in the response (integer). This
2414
+ # parameter value must be greater than 0. The number of items that
2415
+ # Amazon FSx returns is the minimum of the `MaxResults` parameter
2416
+ # specified in the request and the service's internal maximum number
2417
+ # of items per page.
2115
2418
  # @return [Integer]
2116
2419
  #
2117
2420
  # @!attribute [rw] next_token
2118
- # (Optional) Opaque pagination token returned from a previous
2421
+ # Opaque pagination token returned from a previous
2119
2422
  # `ListTagsForResource` operation (String). If a token present, the
2120
2423
  # action continues the list from where the returning call left off.
2121
2424
  # @return [String]
@@ -2126,6 +2429,7 @@ module Aws::FSx
2126
2429
  :resource_arn,
2127
2430
  :max_results,
2128
2431
  :next_token)
2432
+ SENSITIVE = []
2129
2433
  include Aws::Structure
2130
2434
  end
2131
2435
 
@@ -2146,6 +2450,7 @@ module Aws::FSx
2146
2450
  class ListTagsForResourceResponse < Struct.new(
2147
2451
  :tags,
2148
2452
  :next_token)
2453
+ SENSITIVE = []
2149
2454
  include Aws::Structure
2150
2455
  end
2151
2456
 
@@ -2163,7 +2468,23 @@ module Aws::FSx
2163
2468
  # @return [Types::DataRepositoryConfiguration]
2164
2469
  #
2165
2470
  # @!attribute [rw] deployment_type
2166
- # The deployment type of the FSX for Lustre file system.
2471
+ # The deployment type of the FSX for Lustre file system. *Scratch
2472
+ # deployment type* is designed for temporary storage and shorter-term
2473
+ # processing of data.
2474
+ #
2475
+ # `SCRATCH_1` and `SCRATCH_2` deployment types are best suited for
2476
+ # when you need temporary storage and shorter-term processing of data.
2477
+ # The `SCRATCH_2` deployment type provides in-transit encryption of
2478
+ # data and higher burst throughput capacity than `SCRATCH_1`.
2479
+ #
2480
+ # The `PERSISTENT_1` deployment type is used for longer-term storage
2481
+ # and workloads and encryption of data in transit. To learn more about
2482
+ # deployment types, see [ FSx for Lustre Deployment Options][1].
2483
+ # (Default = `SCRATCH_1`)
2484
+ #
2485
+ #
2486
+ #
2487
+ # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/lustre-deployment-types.html
2167
2488
  # @return [String]
2168
2489
  #
2169
2490
  # @!attribute [rw] per_unit_storage_throughput
@@ -2182,6 +2503,29 @@ module Aws::FSx
2182
2503
  # string that is unique within an AWS Region.
2183
2504
  # @return [String]
2184
2505
  #
2506
+ # @!attribute [rw] daily_automatic_backup_start_time
2507
+ # A recurring daily time, in the format `HH:MM`. `HH` is the
2508
+ # zero-padded hour of the day (0-23), and `MM` is the zero-padded
2509
+ # minute of the hour. For example, `05:00` specifies 5 AM daily.
2510
+ # @return [String]
2511
+ #
2512
+ # @!attribute [rw] automatic_backup_retention_days
2513
+ # The number of days to retain automatic backups. Setting this to 0
2514
+ # disables automatic backups. You can retain automatic backups for a
2515
+ # maximum of 35 days. The default is 0.
2516
+ # @return [Integer]
2517
+ #
2518
+ # @!attribute [rw] copy_tags_to_backups
2519
+ # A boolean flag indicating whether tags on the file system should be
2520
+ # copied to backups. If it's set to true, all tags on the file system
2521
+ # are copied to all automatic backups and any user-initiated backups
2522
+ # where the user doesn't specify any tags. If this value is true, and
2523
+ # you specify one or more tags, only the specified tags are copied to
2524
+ # backups. If you specify one or more tags when creating a
2525
+ # user-initiated backup, no tags are copied from the file system,
2526
+ # regardless of this value. (Default = false)
2527
+ # @return [Boolean]
2528
+ #
2185
2529
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/LustreFileSystemConfiguration AWS API Documentation
2186
2530
  #
2187
2531
  class LustreFileSystemConfiguration < Struct.new(
@@ -2189,7 +2533,11 @@ module Aws::FSx
2189
2533
  :data_repository_configuration,
2190
2534
  :deployment_type,
2191
2535
  :per_unit_storage_throughput,
2192
- :mount_name)
2536
+ :mount_name,
2537
+ :daily_automatic_backup_start_time,
2538
+ :automatic_backup_retention_days,
2539
+ :copy_tags_to_backups)
2540
+ SENSITIVE = []
2193
2541
  include Aws::Structure
2194
2542
  end
2195
2543
 
@@ -2203,6 +2551,7 @@ module Aws::FSx
2203
2551
  #
2204
2552
  class MissingFileSystemConfiguration < Struct.new(
2205
2553
  :message)
2554
+ SENSITIVE = []
2206
2555
  include Aws::Structure
2207
2556
  end
2208
2557
 
@@ -2223,6 +2572,7 @@ module Aws::FSx
2223
2572
  class NotServiceResourceError < Struct.new(
2224
2573
  :resource_arn,
2225
2574
  :message)
2575
+ SENSITIVE = []
2226
2576
  include Aws::Structure
2227
2577
  end
2228
2578
 
@@ -2242,6 +2592,7 @@ module Aws::FSx
2242
2592
  class ResourceDoesNotSupportTagging < Struct.new(
2243
2593
  :resource_arn,
2244
2594
  :message)
2595
+ SENSITIVE = []
2245
2596
  include Aws::Structure
2246
2597
  end
2247
2598
 
@@ -2261,6 +2612,7 @@ module Aws::FSx
2261
2612
  class ResourceNotFound < Struct.new(
2262
2613
  :resource_arn,
2263
2614
  :message)
2615
+ SENSITIVE = []
2264
2616
  include Aws::Structure
2265
2617
  end
2266
2618
 
@@ -2300,6 +2652,7 @@ module Aws::FSx
2300
2652
  :file_system_administrators_group,
2301
2653
  :user_name,
2302
2654
  :dns_ips)
2655
+ SENSITIVE = []
2303
2656
  include Aws::Structure
2304
2657
  end
2305
2658
 
@@ -2392,6 +2745,7 @@ module Aws::FSx
2392
2745
  :user_name,
2393
2746
  :password,
2394
2747
  :dns_ips)
2748
+ SENSITIVE = [:password]
2395
2749
  include Aws::Structure
2396
2750
  end
2397
2751
 
@@ -2431,6 +2785,7 @@ module Aws::FSx
2431
2785
  :user_name,
2432
2786
  :password,
2433
2787
  :dns_ips)
2788
+ SENSITIVE = [:password]
2434
2789
  include Aws::Structure
2435
2790
  end
2436
2791
 
@@ -2450,6 +2805,7 @@ module Aws::FSx
2450
2805
  class ServiceLimitExceeded < Struct.new(
2451
2806
  :limit,
2452
2807
  :message)
2808
+ SENSITIVE = []
2453
2809
  include Aws::Structure
2454
2810
  end
2455
2811
 
@@ -2459,8 +2815,8 @@ module Aws::FSx
2459
2815
  # data as a hash:
2460
2816
  #
2461
2817
  # {
2462
- # key: "TagKey",
2463
- # value: "TagValue",
2818
+ # key: "TagKey", # required
2819
+ # value: "TagValue", # required
2464
2820
  # }
2465
2821
  #
2466
2822
  # @!attribute [rw] key
@@ -2480,6 +2836,7 @@ module Aws::FSx
2480
2836
  class Tag < Struct.new(
2481
2837
  :key,
2482
2838
  :value)
2839
+ SENSITIVE = []
2483
2840
  include Aws::Structure
2484
2841
  end
2485
2842
 
@@ -2492,8 +2849,8 @@ module Aws::FSx
2492
2849
  # resource_arn: "ResourceARN", # required
2493
2850
  # tags: [ # required
2494
2851
  # {
2495
- # key: "TagKey",
2496
- # value: "TagValue",
2852
+ # key: "TagKey", # required
2853
+ # value: "TagValue", # required
2497
2854
  # },
2498
2855
  # ],
2499
2856
  # }
@@ -2514,6 +2871,7 @@ module Aws::FSx
2514
2871
  class TagResourceRequest < Struct.new(
2515
2872
  :resource_arn,
2516
2873
  :tags)
2874
+ SENSITIVE = []
2517
2875
  include Aws::Structure
2518
2876
  end
2519
2877
 
@@ -2533,6 +2891,7 @@ module Aws::FSx
2533
2891
  #
2534
2892
  class UnsupportedOperation < Struct.new(
2535
2893
  :message)
2894
+ SENSITIVE = []
2536
2895
  include Aws::Structure
2537
2896
  end
2538
2897
 
@@ -2560,6 +2919,7 @@ module Aws::FSx
2560
2919
  class UntagResourceRequest < Struct.new(
2561
2920
  :resource_arn,
2562
2921
  :tag_keys)
2922
+ SENSITIVE = []
2563
2923
  include Aws::Structure
2564
2924
  end
2565
2925
 
@@ -2577,18 +2937,66 @@ module Aws::FSx
2577
2937
  #
2578
2938
  # {
2579
2939
  # weekly_maintenance_start_time: "WeeklyTime",
2940
+ # daily_automatic_backup_start_time: "DailyTime",
2941
+ # automatic_backup_retention_days: 1,
2942
+ # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
2580
2943
  # }
2581
2944
  #
2582
2945
  # @!attribute [rw] weekly_maintenance_start_time
2583
- # The preferred start time to perform weekly maintenance, formatted
2584
- # d:HH:MM in the UTC time zone. d is the weekday number, from 1
2585
- # 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.
2949
+ # @return [String]
2950
+ #
2951
+ # @!attribute [rw] daily_automatic_backup_start_time
2952
+ # A recurring daily time, in the format `HH:MM`. `HH` is the
2953
+ # zero-padded hour of the day (0-23), and `MM` is the zero-padded
2954
+ # minute of the hour. For example, `05:00` specifies 5 AM daily.
2955
+ # @return [String]
2956
+ #
2957
+ # @!attribute [rw] automatic_backup_retention_days
2958
+ # The number of days to retain automatic backups. Setting this to 0
2959
+ # disables automatic backups. You can retain automatic backups for a
2960
+ # maximum of 35 days. The default is 0.
2961
+ # @return [Integer]
2962
+ #
2963
+ # @!attribute [rw] auto_import_policy
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.
2983
+ #
2984
+ # For more information, see [Automatically import updates from your S3
2985
+ # bucket][1].
2986
+ #
2987
+ #
2988
+ #
2989
+ # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/autoimport-data-repo.html
2586
2990
  # @return [String]
2587
2991
  #
2588
2992
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemLustreConfiguration AWS API Documentation
2589
2993
  #
2590
2994
  class UpdateFileSystemLustreConfiguration < Struct.new(
2591
- :weekly_maintenance_start_time)
2995
+ :weekly_maintenance_start_time,
2996
+ :daily_automatic_backup_start_time,
2997
+ :automatic_backup_retention_days,
2998
+ :auto_import_policy)
2999
+ SENSITIVE = []
2592
3000
  include Aws::Structure
2593
3001
  end
2594
3002
 
@@ -2614,6 +3022,9 @@ module Aws::FSx
2614
3022
  # },
2615
3023
  # lustre_configuration: {
2616
3024
  # weekly_maintenance_start_time: "WeeklyTime",
3025
+ # daily_automatic_backup_start_time: "DailyTime",
3026
+ # automatic_backup_retention_days: 1,
3027
+ # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
2617
3028
  # },
2618
3029
  # }
2619
3030
  #
@@ -2665,6 +3076,7 @@ module Aws::FSx
2665
3076
  :storage_capacity,
2666
3077
  :windows_configuration,
2667
3078
  :lustre_configuration)
3079
+ SENSITIVE = []
2668
3080
  include Aws::Structure
2669
3081
  end
2670
3082
 
@@ -2678,6 +3090,7 @@ module Aws::FSx
2678
3090
  #
2679
3091
  class UpdateFileSystemResponse < Struct.new(
2680
3092
  :file_system)
3093
+ SENSITIVE = []
2681
3094
  include Aws::Structure
2682
3095
  end
2683
3096
 
@@ -2750,6 +3163,7 @@ module Aws::FSx
2750
3163
  :automatic_backup_retention_days,
2751
3164
  :throughput_capacity,
2752
3165
  :self_managed_active_directory_configuration)
3166
+ SENSITIVE = []
2753
3167
  include Aws::Structure
2754
3168
  end
2755
3169
 
@@ -2887,6 +3301,7 @@ module Aws::FSx
2887
3301
  :daily_automatic_backup_start_time,
2888
3302
  :automatic_backup_retention_days,
2889
3303
  :copy_tags_to_backups)
3304
+ SENSITIVE = []
2890
3305
  include Aws::Structure
2891
3306
  end
2892
3307