aws-sdk-fsx 1.19.0 → 1.24.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:
@@ -16,7 +18,12 @@ module Aws::FSx
16
18
  ActiveDirectoryError = Shapes::StructureShape.new(name: 'ActiveDirectoryError')
17
19
  ActiveDirectoryErrorType = Shapes::StringShape.new(name: 'ActiveDirectoryErrorType')
18
20
  ActiveDirectoryFullyQualifiedName = Shapes::StringShape.new(name: 'ActiveDirectoryFullyQualifiedName')
21
+ AdministrativeAction = Shapes::StructureShape.new(name: 'AdministrativeAction')
22
+ AdministrativeActionFailureDetails = Shapes::StructureShape.new(name: 'AdministrativeActionFailureDetails')
23
+ AdministrativeActionType = Shapes::StringShape.new(name: 'AdministrativeActionType')
24
+ AdministrativeActions = Shapes::ListShape.new(name: 'AdministrativeActions')
19
25
  ArchivePath = Shapes::StringShape.new(name: 'ArchivePath')
26
+ AutoImportPolicyType = Shapes::StringShape.new(name: 'AutoImportPolicyType')
20
27
  AutomaticBackupRetentionDays = Shapes::IntegerShape.new(name: 'AutomaticBackupRetentionDays')
21
28
  Backup = Shapes::StructureShape.new(name: 'Backup')
22
29
  BackupFailureDetails = Shapes::StructureShape.new(name: 'BackupFailureDetails')
@@ -47,6 +54,8 @@ module Aws::FSx
47
54
  DNSName = Shapes::StringShape.new(name: 'DNSName')
48
55
  DailyTime = Shapes::StringShape.new(name: 'DailyTime')
49
56
  DataRepositoryConfiguration = Shapes::StructureShape.new(name: 'DataRepositoryConfiguration')
57
+ DataRepositoryFailureDetails = Shapes::StructureShape.new(name: 'DataRepositoryFailureDetails')
58
+ DataRepositoryLifecycle = Shapes::StringShape.new(name: 'DataRepositoryLifecycle')
50
59
  DataRepositoryTask = Shapes::StructureShape.new(name: 'DataRepositoryTask')
51
60
  DataRepositoryTaskEnded = Shapes::StructureShape.new(name: 'DataRepositoryTaskEnded')
52
61
  DataRepositoryTaskExecuting = Shapes::StructureShape.new(name: 'DataRepositoryTaskExecuting')
@@ -65,6 +74,8 @@ module Aws::FSx
65
74
  DataRepositoryTasks = Shapes::ListShape.new(name: 'DataRepositoryTasks')
66
75
  DeleteBackupRequest = Shapes::StructureShape.new(name: 'DeleteBackupRequest')
67
76
  DeleteBackupResponse = Shapes::StructureShape.new(name: 'DeleteBackupResponse')
77
+ DeleteFileSystemLustreConfiguration = Shapes::StructureShape.new(name: 'DeleteFileSystemLustreConfiguration')
78
+ DeleteFileSystemLustreResponse = Shapes::StructureShape.new(name: 'DeleteFileSystemLustreResponse')
68
79
  DeleteFileSystemRequest = Shapes::StructureShape.new(name: 'DeleteFileSystemRequest')
69
80
  DeleteFileSystemResponse = Shapes::StructureShape.new(name: 'DeleteFileSystemResponse')
70
81
  DeleteFileSystemWindowsConfiguration = Shapes::StructureShape.new(name: 'DeleteFileSystemWindowsConfiguration')
@@ -127,6 +138,7 @@ module Aws::FSx
127
138
  ProgressPercent = Shapes::IntegerShape.new(name: 'ProgressPercent')
128
139
  ReportFormat = Shapes::StringShape.new(name: 'ReportFormat')
129
140
  ReportScope = Shapes::StringShape.new(name: 'ReportScope')
141
+ RequestTime = Shapes::TimestampShape.new(name: 'RequestTime')
130
142
  ResourceARN = Shapes::StringShape.new(name: 'ResourceARN')
131
143
  ResourceDoesNotSupportTagging = Shapes::StructureShape.new(name: 'ResourceDoesNotSupportTagging')
132
144
  ResourceNotFound = Shapes::StructureShape.new(name: 'ResourceNotFound')
@@ -138,6 +150,7 @@ module Aws::FSx
138
150
  ServiceLimit = Shapes::StringShape.new(name: 'ServiceLimit')
139
151
  ServiceLimitExceeded = Shapes::StructureShape.new(name: 'ServiceLimitExceeded')
140
152
  StartTime = Shapes::TimestampShape.new(name: 'StartTime')
153
+ Status = Shapes::StringShape.new(name: 'Status')
141
154
  StorageCapacity = Shapes::IntegerShape.new(name: 'StorageCapacity')
142
155
  StorageType = Shapes::StringShape.new(name: 'StorageType')
143
156
  SubnetId = Shapes::StringShape.new(name: 'SubnetId')
@@ -174,6 +187,19 @@ module Aws::FSx
174
187
  ActiveDirectoryError.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
175
188
  ActiveDirectoryError.struct_class = Types::ActiveDirectoryError
176
189
 
190
+ AdministrativeAction.add_member(:administrative_action_type, Shapes::ShapeRef.new(shape: AdministrativeActionType, location_name: "AdministrativeActionType"))
191
+ AdministrativeAction.add_member(:progress_percent, Shapes::ShapeRef.new(shape: ProgressPercent, location_name: "ProgressPercent"))
192
+ AdministrativeAction.add_member(:request_time, Shapes::ShapeRef.new(shape: RequestTime, location_name: "RequestTime"))
193
+ AdministrativeAction.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
194
+ AdministrativeAction.add_member(:target_file_system_values, Shapes::ShapeRef.new(shape: FileSystem, location_name: "TargetFileSystemValues"))
195
+ AdministrativeAction.add_member(:failure_details, Shapes::ShapeRef.new(shape: AdministrativeActionFailureDetails, location_name: "FailureDetails"))
196
+ AdministrativeAction.struct_class = Types::AdministrativeAction
197
+
198
+ AdministrativeActionFailureDetails.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
199
+ AdministrativeActionFailureDetails.struct_class = Types::AdministrativeActionFailureDetails
200
+
201
+ AdministrativeActions.member = Shapes::ShapeRef.new(shape: AdministrativeAction)
202
+
177
203
  Backup.add_member(:backup_id, Shapes::ShapeRef.new(shape: BackupId, required: true, location_name: "BackupId"))
178
204
  Backup.add_member(:lifecycle, Shapes::ShapeRef.new(shape: BackupLifecycle, required: true, location_name: "Lifecycle"))
179
205
  Backup.add_member(:failure_details, Shapes::ShapeRef.new(shape: BackupFailureDetails, location_name: "FailureDetails"))
@@ -245,6 +271,7 @@ module Aws::FSx
245
271
  CreateFileSystemFromBackupRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "SecurityGroupIds"))
246
272
  CreateFileSystemFromBackupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
247
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"))
248
275
  CreateFileSystemFromBackupRequest.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "StorageType"))
249
276
  CreateFileSystemFromBackupRequest.struct_class = Types::CreateFileSystemFromBackupRequest
250
277
 
@@ -256,7 +283,11 @@ module Aws::FSx
256
283
  CreateFileSystemLustreConfiguration.add_member(:export_path, Shapes::ShapeRef.new(shape: ArchivePath, location_name: "ExportPath"))
257
284
  CreateFileSystemLustreConfiguration.add_member(:imported_file_chunk_size, Shapes::ShapeRef.new(shape: Megabytes, location_name: "ImportedFileChunkSize"))
258
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"))
259
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"))
260
291
  CreateFileSystemLustreConfiguration.struct_class = Types::CreateFileSystemLustreConfiguration
261
292
 
262
293
  CreateFileSystemRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
@@ -285,11 +316,17 @@ module Aws::FSx
285
316
  CreateFileSystemWindowsConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
286
317
  CreateFileSystemWindowsConfiguration.struct_class = Types::CreateFileSystemWindowsConfiguration
287
318
 
319
+ DataRepositoryConfiguration.add_member(:lifecycle, Shapes::ShapeRef.new(shape: DataRepositoryLifecycle, location_name: "Lifecycle"))
288
320
  DataRepositoryConfiguration.add_member(:import_path, Shapes::ShapeRef.new(shape: ArchivePath, location_name: "ImportPath"))
289
321
  DataRepositoryConfiguration.add_member(:export_path, Shapes::ShapeRef.new(shape: ArchivePath, location_name: "ExportPath"))
290
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"))
291
325
  DataRepositoryConfiguration.struct_class = Types::DataRepositoryConfiguration
292
326
 
327
+ DataRepositoryFailureDetails.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
328
+ DataRepositoryFailureDetails.struct_class = Types::DataRepositoryFailureDetails
329
+
293
330
  DataRepositoryTask.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location_name: "TaskId"))
294
331
  DataRepositoryTask.add_member(:lifecycle, Shapes::ShapeRef.new(shape: DataRepositoryTaskLifecycle, required: true, location_name: "Lifecycle"))
295
332
  DataRepositoryTask.add_member(:type, Shapes::ShapeRef.new(shape: DataRepositoryTaskType, required: true, location_name: "Type"))
@@ -343,14 +380,24 @@ module Aws::FSx
343
380
  DeleteBackupResponse.add_member(:lifecycle, Shapes::ShapeRef.new(shape: BackupLifecycle, location_name: "Lifecycle"))
344
381
  DeleteBackupResponse.struct_class = Types::DeleteBackupResponse
345
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
+
346
391
  DeleteFileSystemRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
347
392
  DeleteFileSystemRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
348
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"))
349
395
  DeleteFileSystemRequest.struct_class = Types::DeleteFileSystemRequest
350
396
 
351
397
  DeleteFileSystemResponse.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, location_name: "FileSystemId"))
352
398
  DeleteFileSystemResponse.add_member(:lifecycle, Shapes::ShapeRef.new(shape: FileSystemLifecycle, location_name: "Lifecycle"))
353
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"))
354
401
  DeleteFileSystemResponse.struct_class = Types::DeleteFileSystemResponse
355
402
 
356
403
  DeleteFileSystemWindowsConfiguration.add_member(:skip_final_backup, Shapes::ShapeRef.new(shape: Flag, location_name: "SkipFinalBackup"))
@@ -409,6 +456,7 @@ module Aws::FSx
409
456
  FileSystem.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
410
457
  FileSystem.add_member(:windows_configuration, Shapes::ShapeRef.new(shape: WindowsFileSystemConfiguration, location_name: "WindowsConfiguration"))
411
458
  FileSystem.add_member(:lustre_configuration, Shapes::ShapeRef.new(shape: LustreFileSystemConfiguration, location_name: "LustreConfiguration"))
459
+ FileSystem.add_member(:administrative_actions, Shapes::ShapeRef.new(shape: AdministrativeActions, location_name: "AdministrativeActions"))
412
460
  FileSystem.struct_class = Types::FileSystem
413
461
 
414
462
  FileSystemFailureDetails.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
@@ -466,6 +514,9 @@ module Aws::FSx
466
514
  LustreFileSystemConfiguration.add_member(:deployment_type, Shapes::ShapeRef.new(shape: LustreDeploymentType, location_name: "DeploymentType"))
467
515
  LustreFileSystemConfiguration.add_member(:per_unit_storage_throughput, Shapes::ShapeRef.new(shape: PerUnitStorageThroughput, location_name: "PerUnitStorageThroughput"))
468
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"))
469
520
  LustreFileSystemConfiguration.struct_class = Types::LustreFileSystemConfiguration
470
521
 
471
522
  MissingFileSystemConfiguration.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
@@ -513,8 +564,8 @@ module Aws::FSx
513
564
 
514
565
  SubnetIds.member = Shapes::ShapeRef.new(shape: SubnetId)
515
566
 
516
- Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "Key"))
517
- 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"))
518
569
  Tag.struct_class = Types::Tag
519
570
 
520
571
  TagKeys.member = Shapes::ShapeRef.new(shape: TagKey)
@@ -539,10 +590,14 @@ module Aws::FSx
539
590
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
540
591
 
541
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"))
542
596
  UpdateFileSystemLustreConfiguration.struct_class = Types::UpdateFileSystemLustreConfiguration
543
597
 
544
598
  UpdateFileSystemRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
545
599
  UpdateFileSystemRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
600
+ UpdateFileSystemRequest.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: StorageCapacity, location_name: "StorageCapacity"))
546
601
  UpdateFileSystemRequest.add_member(:windows_configuration, Shapes::ShapeRef.new(shape: UpdateFileSystemWindowsConfiguration, location_name: "WindowsConfiguration"))
547
602
  UpdateFileSystemRequest.add_member(:lustre_configuration, Shapes::ShapeRef.new(shape: UpdateFileSystemLustreConfiguration, location_name: "LustreConfiguration"))
548
603
  UpdateFileSystemRequest.struct_class = Types::UpdateFileSystemRequest
@@ -553,6 +608,7 @@ module Aws::FSx
553
608
  UpdateFileSystemWindowsConfiguration.add_member(:weekly_maintenance_start_time, Shapes::ShapeRef.new(shape: WeeklyTime, location_name: "WeeklyMaintenanceStartTime"))
554
609
  UpdateFileSystemWindowsConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
555
610
  UpdateFileSystemWindowsConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
611
+ UpdateFileSystemWindowsConfiguration.add_member(:throughput_capacity, Shapes::ShapeRef.new(shape: MegabytesPerSecond, location_name: "ThroughputCapacity"))
556
612
  UpdateFileSystemWindowsConfiguration.add_member(:self_managed_active_directory_configuration, Shapes::ShapeRef.new(shape: SelfManagedActiveDirectoryConfigurationUpdates, location_name: "SelfManagedActiveDirectoryConfiguration"))
557
613
  UpdateFileSystemWindowsConfiguration.struct_class = Types::UpdateFileSystemWindowsConfiguration
558
614
 
@@ -660,6 +716,7 @@ module Aws::FSx
660
716
  o.errors << Shapes::ShapeRef.new(shape: ActiveDirectoryError)
661
717
  o.errors << Shapes::ShapeRef.new(shape: IncompatibleParameterError)
662
718
  o.errors << Shapes::ShapeRef.new(shape: InvalidNetworkSettings)
719
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPerUnitStorageThroughput)
663
720
  o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceeded)
664
721
  o.errors << Shapes::ShapeRef.new(shape: BackupNotFound)
665
722
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
@@ -797,6 +854,7 @@ module Aws::FSx
797
854
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
798
855
  o.errors << Shapes::ShapeRef.new(shape: FileSystemNotFound)
799
856
  o.errors << Shapes::ShapeRef.new(shape: MissingFileSystemConfiguration)
857
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceeded)
800
858
  end)
801
859
  end
802
860
 
@@ -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,11 +51,107 @@ 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
 
54
- # A backup of an Amazon FSx for Windows File Server file system. You can
55
- # create a new file system from a backup to protect against data loss.
58
+ # Describes a specific Amazon FSx Administrative Action for the current
59
+ # Windows file system.
60
+ #
61
+ # @!attribute [rw] administrative_action_type
62
+ # Describes the type of administrative action, as follows:
63
+ #
64
+ # * `FILE_SYSTEM_UPDATE` - A file system update administrative action
65
+ # initiated by the user from the Amazon FSx console, API
66
+ # (UpdateFileSystem), or CLI (update-file-system). A
67
+ #
68
+ # * `STORAGE_OPTIMIZATION` - Once the `FILE_SYSTEM_UPDATE` task to
69
+ # increase a file system's storage capacity completes successfully,
70
+ # a `STORAGE_OPTIMIZATION` task starts. Storage optimization is the
71
+ # process of migrating the file system data to the new, larger
72
+ # disks. You can track the storage migration progress using the
73
+ # `ProgressPercent` property. When `STORAGE_OPTIMIZATION` completes
74
+ # successfully, the parent `FILE_SYSTEM_UPDATE` action status
75
+ # changes to `COMPLETED`. For more information, see [Managing
76
+ # Storage Capacity][1].
77
+ #
78
+ #
79
+ #
80
+ # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html
81
+ # @return [String]
82
+ #
83
+ # @!attribute [rw] progress_percent
84
+ # Provides the percent complete of a `STORAGE_OPTIMIZATION`
85
+ # administrative action.
86
+ # @return [Integer]
87
+ #
88
+ # @!attribute [rw] request_time
89
+ # Time that the administrative action request was received.
90
+ # @return [Time]
91
+ #
92
+ # @!attribute [rw] status
93
+ # Describes the status of the administrative action, as follows:
94
+ #
95
+ # * `FAILED` - Amazon FSx failed to process the administrative action
96
+ # successfully.
97
+ #
98
+ # * `IN_PROGRESS` - Amazon FSx is processing the administrative
99
+ # action.
100
+ #
101
+ # * `PENDING` - Amazon FSx is waiting to process the administrative
102
+ # action.
103
+ #
104
+ # * `COMPLETED` - Amazon FSx has finished processing the
105
+ # administrative task.
106
+ #
107
+ # * `UPDATED_OPTIMIZING` - For a storage capacity increase update,
108
+ # Amazon FSx has updated the file system with the new storage
109
+ # capacity, and is now performing the storage optimization process.
110
+ # For more information, see [Managing Storage Capacity][1].
111
+ #
112
+ #
113
+ #
114
+ # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html
115
+ # @return [String]
116
+ #
117
+ # @!attribute [rw] target_file_system_values
118
+ # Describes the target `StorageCapacity` or `ThroughputCapacity` value
119
+ # provided in the `UpdateFileSystem` operation. Returned for
120
+ # `FILE_SYSTEM_UPDATE` administrative actions.
121
+ # @return [Types::FileSystem]
122
+ #
123
+ # @!attribute [rw] failure_details
124
+ # Provides information about a failed administrative action.
125
+ # @return [Types::AdministrativeActionFailureDetails]
126
+ #
127
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/AdministrativeAction AWS API Documentation
128
+ #
129
+ class AdministrativeAction < Struct.new(
130
+ :administrative_action_type,
131
+ :progress_percent,
132
+ :request_time,
133
+ :status,
134
+ :target_file_system_values,
135
+ :failure_details)
136
+ SENSITIVE = []
137
+ include Aws::Structure
138
+ end
139
+
140
+ # Provides information about a failed administrative action.
141
+ #
142
+ # @!attribute [rw] message
143
+ # Error message providing details about the failure.
144
+ # @return [String]
145
+ #
146
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/AdministrativeActionFailureDetails AWS API Documentation
147
+ #
148
+ class AdministrativeActionFailureDetails < Struct.new(
149
+ :message)
150
+ SENSITIVE = []
151
+ include Aws::Structure
152
+ end
153
+
154
+ # A backup of an Amazon FSx for file system.
56
155
  #
57
156
  # @!attribute [rw] backup_id
58
157
  # The ID of the backup.
@@ -116,6 +215,7 @@ module Aws::FSx
116
215
  :tags,
117
216
  :file_system,
118
217
  :directory_information)
218
+ SENSITIVE = []
119
219
  include Aws::Structure
120
220
  end
121
221
 
@@ -130,6 +230,7 @@ module Aws::FSx
130
230
  #
131
231
  class BackupFailureDetails < Struct.new(
132
232
  :message)
233
+ SENSITIVE = []
133
234
  include Aws::Structure
134
235
  end
135
236
 
@@ -144,6 +245,7 @@ module Aws::FSx
144
245
  #
145
246
  class BackupInProgress < Struct.new(
146
247
  :message)
248
+ SENSITIVE = []
147
249
  include Aws::Structure
148
250
  end
149
251
 
@@ -157,6 +259,7 @@ module Aws::FSx
157
259
  #
158
260
  class BackupNotFound < Struct.new(
159
261
  :message)
262
+ SENSITIVE = []
160
263
  include Aws::Structure
161
264
  end
162
265
 
@@ -176,6 +279,7 @@ module Aws::FSx
176
279
  class BackupRestoring < Struct.new(
177
280
  :message,
178
281
  :file_system_id)
282
+ SENSITIVE = []
179
283
  include Aws::Structure
180
284
  end
181
285
 
@@ -189,6 +293,7 @@ module Aws::FSx
189
293
  #
190
294
  class BadRequest < Struct.new(
191
295
  :message)
296
+ SENSITIVE = []
192
297
  include Aws::Structure
193
298
  end
194
299
 
@@ -209,6 +314,7 @@ module Aws::FSx
209
314
  #
210
315
  class CancelDataRepositoryTaskRequest < Struct.new(
211
316
  :task_id)
317
+ SENSITIVE = []
212
318
  include Aws::Structure
213
319
  end
214
320
 
@@ -240,6 +346,7 @@ module Aws::FSx
240
346
  class CancelDataRepositoryTaskResponse < Struct.new(
241
347
  :lifecycle,
242
348
  :task_id)
349
+ SENSITIVE = []
243
350
  include Aws::Structure
244
351
  end
245
352
 
@@ -302,6 +409,7 @@ module Aws::FSx
302
409
  :path,
303
410
  :format,
304
411
  :scope)
412
+ SENSITIVE = []
305
413
  include Aws::Structure
306
414
  end
307
415
 
@@ -315,8 +423,8 @@ module Aws::FSx
315
423
  # client_request_token: "ClientRequestToken",
316
424
  # tags: [
317
425
  # {
318
- # key: "TagKey",
319
- # value: "TagValue",
426
+ # key: "TagKey", # required
427
+ # value: "TagValue", # required
320
428
  # },
321
429
  # ],
322
430
  # }
@@ -326,10 +434,10 @@ module Aws::FSx
326
434
  # @return [String]
327
435
  #
328
436
  # @!attribute [rw] client_request_token
329
- # (Optional) A string of up to 64 ASCII characters that Amazon FSx
330
- # uses to ensure idempotent creation. This string is automatically
331
- # filled on your behalf when you use the AWS Command Line Interface
332
- # (AWS CLI) or an AWS SDK.
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.
333
441
  #
334
442
  # **A suitable default value is auto-generated.** You should normally
335
443
  # not need to pass this option.
@@ -337,7 +445,10 @@ module Aws::FSx
337
445
  #
338
446
  # @!attribute [rw] tags
339
447
  # The tags to apply to the backup at backup creation. The key value of
340
- # the `Name` tag appears in the console as the backup name.
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.
341
452
  # @return [Array<Types::Tag>]
342
453
  #
343
454
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateBackupRequest AWS API Documentation
@@ -346,6 +457,7 @@ module Aws::FSx
346
457
  :file_system_id,
347
458
  :client_request_token,
348
459
  :tags)
460
+ SENSITIVE = []
349
461
  include Aws::Structure
350
462
  end
351
463
 
@@ -359,6 +471,7 @@ module Aws::FSx
359
471
  #
360
472
  class CreateBackupResponse < Struct.new(
361
473
  :backup)
474
+ SENSITIVE = []
362
475
  include Aws::Structure
363
476
  end
364
477
 
@@ -378,8 +491,8 @@ module Aws::FSx
378
491
  # client_request_token: "ClientRequestToken",
379
492
  # tags: [
380
493
  # {
381
- # key: "TagKey",
382
- # value: "TagValue",
494
+ # key: "TagKey", # required
495
+ # value: "TagValue", # required
383
496
  # },
384
497
  # ],
385
498
  # }
@@ -437,6 +550,7 @@ module Aws::FSx
437
550
  :report,
438
551
  :client_request_token,
439
552
  :tags)
553
+ SENSITIVE = []
440
554
  include Aws::Structure
441
555
  end
442
556
 
@@ -448,6 +562,7 @@ module Aws::FSx
448
562
  #
449
563
  class CreateDataRepositoryTaskResponse < Struct.new(
450
564
  :data_repository_task)
565
+ SENSITIVE = []
451
566
  include Aws::Structure
452
567
  end
453
568
 
@@ -463,8 +578,8 @@ module Aws::FSx
463
578
  # security_group_ids: ["SecurityGroupId"],
464
579
  # tags: [
465
580
  # {
466
- # key: "TagKey",
467
- # value: "TagValue",
581
+ # key: "TagKey", # required
582
+ # value: "TagValue", # required
468
583
  # },
469
584
  # ],
470
585
  # windows_configuration: {
@@ -485,6 +600,18 @@ module Aws::FSx
485
600
  # automatic_backup_retention_days: 1,
486
601
  # copy_tags_to_backups: false,
487
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
+ # },
488
615
  # storage_type: "SSD", # accepts SSD, HDD
489
616
  # }
490
617
  #
@@ -494,10 +621,10 @@ module Aws::FSx
494
621
  # @return [String]
495
622
  #
496
623
  # @!attribute [rw] client_request_token
497
- # (Optional) A string of up to 64 ASCII characters that Amazon FSx
498
- # uses to ensure idempotent creation. This string is automatically
499
- # filled on your behalf when you use the AWS Command Line Interface
500
- # (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.
501
628
  #
502
629
  # **A suitable default value is auto-generated.** You should normally
503
630
  # not need to pass this option.
@@ -533,6 +660,10 @@ module Aws::FSx
533
660
  # The configuration for this Microsoft Windows file system.
534
661
  # @return [Types::CreateFileSystemWindowsConfiguration]
535
662
  #
663
+ # @!attribute [rw] lustre_configuration
664
+ # The Lustre configuration for the file system being created.
665
+ # @return [Types::CreateFileSystemLustreConfiguration]
666
+ #
536
667
  # @!attribute [rw] storage_type
537
668
  # Sets the storage type for the Windows file system you're creating
538
669
  # from a backup. Valid values are `SSD` and `HDD`.
@@ -565,7 +696,9 @@ module Aws::FSx
565
696
  :security_group_ids,
566
697
  :tags,
567
698
  :windows_configuration,
699
+ :lustre_configuration,
568
700
  :storage_type)
701
+ SENSITIVE = []
569
702
  include Aws::Structure
570
703
  end
571
704
 
@@ -579,6 +712,7 @@ module Aws::FSx
579
712
  #
580
713
  class CreateFileSystemFromBackupResponse < Struct.new(
581
714
  :file_system)
715
+ SENSITIVE = []
582
716
  include Aws::Structure
583
717
  end
584
718
 
@@ -593,12 +727,17 @@ module Aws::FSx
593
727
  # export_path: "ArchivePath",
594
728
  # imported_file_chunk_size: 1,
595
729
  # deployment_type: "SCRATCH_1", # accepts SCRATCH_1, SCRATCH_2, PERSISTENT_1
730
+ # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
596
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,
597
735
  # }
598
736
  #
599
737
  # @!attribute [rw] weekly_maintenance_start_time
600
- # The preferred time to perform weekly maintenance, in the UTC time
601
- # zone.
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.
602
741
  # @return [String]
603
742
  #
604
743
  # @!attribute [rw] import_path
@@ -646,11 +785,15 @@ module Aws::FSx
646
785
  # @return [Integer]
647
786
  #
648
787
  # @!attribute [rw] deployment_type
649
- # (Optional) Choose `SCRATCH_1` and `SCRATCH_2` deployment types when
650
- # you need temporary storage and shorter-term processing of data. The
788
+ # Choose `SCRATCH_1` and `SCRATCH_2` deployment types when you need
789
+ # temporary storage and shorter-term processing of data. The
651
790
  # `SCRATCH_2` deployment type provides in-transit encryption of data
652
791
  # and higher burst throughput capacity than `SCRATCH_1`.
653
792
  #
793
+ # <note markdown="1"> This option can only be set for for PERSISTENT\_1 deployments types.
794
+ #
795
+ # </note>
796
+ #
654
797
  # Choose `PERSISTENT_1` deployment type for longer-term storage and
655
798
  # workloads and encryption of data in transit. To learn more about
656
799
  # deployment types, see [ FSx for Lustre Deployment Options][1].
@@ -671,6 +814,31 @@ module Aws::FSx
671
814
  # [3]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/encryption-in-transit-fsxl.html
672
815
  # @return [String]
673
816
  #
817
+ # @!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:
823
+ #
824
+ # * `NONE` - (Default) Autoimport is turned off. Changes to your S3
825
+ # repository will not be reflected on the FSx file system.
826
+ #
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
+ #
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
+ #
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.
840
+ # @return [String]
841
+ #
674
842
  # @!attribute [rw] per_unit_storage_throughput
675
843
  # Required for the `PERSISTENT_1` deployment type, describes the
676
844
  # amount of read and write throughput for each 1 tebibyte of storage,
@@ -684,6 +852,29 @@ module Aws::FSx
684
852
  # Valid values are 50, 100, 200.
685
853
  # @return [Integer]
686
854
  #
855
+ # @!attribute [rw] daily_automatic_backup_start_time
856
+ # A recurring daily time, in the format `HH:MM`. `HH` is the
857
+ # zero-padded hour of the day (0-23), and `MM` is the zero-padded
858
+ # minute of the hour. For example, `05:00` specifies 5 AM daily.
859
+ # @return [String]
860
+ #
861
+ # @!attribute [rw] automatic_backup_retention_days
862
+ # The number of days to retain automatic backups. Setting this to 0
863
+ # disables automatic backups. You can retain automatic backups for a
864
+ # maximum of 35 days. The default is 0.
865
+ # @return [Integer]
866
+ #
867
+ # @!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.
876
+ # @return [Boolean]
877
+ #
687
878
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemLustreConfiguration AWS API Documentation
688
879
  #
689
880
  class CreateFileSystemLustreConfiguration < Struct.new(
@@ -692,7 +883,12 @@ module Aws::FSx
692
883
  :export_path,
693
884
  :imported_file_chunk_size,
694
885
  :deployment_type,
695
- :per_unit_storage_throughput)
886
+ :auto_import_policy,
887
+ :per_unit_storage_throughput,
888
+ :daily_automatic_backup_start_time,
889
+ :automatic_backup_retention_days,
890
+ :copy_tags_to_backups)
891
+ SENSITIVE = []
696
892
  include Aws::Structure
697
893
  end
698
894
 
@@ -710,8 +906,8 @@ module Aws::FSx
710
906
  # security_group_ids: ["SecurityGroupId"],
711
907
  # tags: [
712
908
  # {
713
- # key: "TagKey",
714
- # value: "TagValue",
909
+ # key: "TagKey", # required
910
+ # value: "TagValue", # required
715
911
  # },
716
912
  # ],
717
913
  # kms_key_id: "KmsKeyId",
@@ -739,15 +935,19 @@ module Aws::FSx
739
935
  # export_path: "ArchivePath",
740
936
  # imported_file_chunk_size: 1,
741
937
  # deployment_type: "SCRATCH_1", # accepts SCRATCH_1, SCRATCH_2, PERSISTENT_1
938
+ # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
742
939
  # per_unit_storage_throughput: 1,
940
+ # daily_automatic_backup_start_time: "DailyTime",
941
+ # automatic_backup_retention_days: 1,
942
+ # copy_tags_to_backups: false,
743
943
  # },
744
944
  # }
745
945
  #
746
946
  # @!attribute [rw] client_request_token
747
- # (Optional) A string of up to 64 ASCII characters that Amazon FSx
748
- # uses to ensure idempotent creation. This string is automatically
749
- # filled on your behalf when you use the AWS Command Line Interface
750
- # (AWS CLI) or an AWS SDK.
947
+ # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
948
+ # idempotent creation. This string is automatically filled on your
949
+ # behalf when you use the AWS Command Line Interface (AWS CLI) or an
950
+ # AWS SDK.
751
951
  #
752
952
  # **A suitable default value is auto-generated.** You should normally
753
953
  # not need to pass this option.
@@ -794,7 +994,7 @@ module Aws::FSx
794
994
  #
795
995
  #
796
996
  #
797
- # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/optimize-fsx-tco.html#saz-maz-storage-type
997
+ # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/optimize-fsx-costs.html#storage-type-options
798
998
  # @return [String]
799
999
  #
800
1000
  # @!attribute [rw] subnet_ids
@@ -858,6 +1058,7 @@ module Aws::FSx
858
1058
  :kms_key_id,
859
1059
  :windows_configuration,
860
1060
  :lustre_configuration)
1061
+ SENSITIVE = []
861
1062
  include Aws::Structure
862
1063
  end
863
1064
 
@@ -871,6 +1072,7 @@ module Aws::FSx
871
1072
  #
872
1073
  class CreateFileSystemResponse < Struct.new(
873
1074
  :file_system)
1075
+ SENSITIVE = []
874
1076
  include Aws::Structure
875
1077
  end
876
1078
 
@@ -952,7 +1154,8 @@ module Aws::FSx
952
1154
  #
953
1155
  # @!attribute [rw] weekly_maintenance_start_time
954
1156
  # The preferred start time to perform weekly maintenance, formatted
955
- # d:HH:MM in the UTC time zone.
1157
+ # d:HH:MM in the UTC time zone, where d is the weekday number, from 1
1158
+ # through 7, beginning with Monday and ending with Sunday.
956
1159
  # @return [String]
957
1160
  #
958
1161
  # @!attribute [rw] daily_automatic_backup_start_time
@@ -990,12 +1193,29 @@ module Aws::FSx
990
1193
  :daily_automatic_backup_start_time,
991
1194
  :automatic_backup_retention_days,
992
1195
  :copy_tags_to_backups)
1196
+ SENSITIVE = []
993
1197
  include Aws::Structure
994
1198
  end
995
1199
 
996
1200
  # The data repository configuration object for Lustre file systems
997
1201
  # returned in the response of the `CreateFileSystem` operation.
998
1202
  #
1203
+ # @!attribute [rw] lifecycle
1204
+ # Describes the state of the file system's S3 durable data
1205
+ # repository, if it is configured with an S3 repository. The lifecycle
1206
+ # can have the following values:
1207
+ #
1208
+ # * `CREATING` - Amazon FSx is creating the new data repository.
1209
+ #
1210
+ # * `AVAILABLE` - The data repository is available for use.
1211
+ #
1212
+ # * `MISCONFIGURED` - The data repository is in a failed but
1213
+ # recoverable state.
1214
+ #
1215
+ # * `UPDATING` - The data repository is undergoing a customer
1216
+ # initiated update.
1217
+ # @return [String]
1218
+ #
999
1219
  # @!attribute [rw] import_path
1000
1220
  # The import path to the Amazon S3 bucket (and optional prefix) that
1001
1221
  # you're using as the data repository for your FSx for Lustre file
@@ -1021,12 +1241,60 @@ module Aws::FSx
1021
1241
  # TB.
1022
1242
  # @return [Integer]
1023
1243
  #
1244
+ # @!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:
1249
+ #
1250
+ # * `NONE` - (Default) Autoimport is turned off, Changes to your S3
1251
+ # repository will not be reflected on the FSx file system.
1252
+ #
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.
1257
+ #
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.
1262
+ #
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.
1266
+ # @return [String]
1267
+ #
1268
+ # @!attribute [rw] failure_details
1269
+ # Provides detailed information about the data respository if its
1270
+ # `Lifecycle` is set to `MISCONFIGURED`.
1271
+ # @return [Types::DataRepositoryFailureDetails]
1272
+ #
1024
1273
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DataRepositoryConfiguration AWS API Documentation
1025
1274
  #
1026
1275
  class DataRepositoryConfiguration < Struct.new(
1276
+ :lifecycle,
1027
1277
  :import_path,
1028
1278
  :export_path,
1029
- :imported_file_chunk_size)
1279
+ :imported_file_chunk_size,
1280
+ :auto_import_policy,
1281
+ :failure_details)
1282
+ SENSITIVE = []
1283
+ include Aws::Structure
1284
+ end
1285
+
1286
+ # Provides detailed information about the data respository if its
1287
+ # `Lifecycle` is set to `MISCONFIGURED`.
1288
+ #
1289
+ # @!attribute [rw] message
1290
+ # A detailed error message.
1291
+ # @return [String]
1292
+ #
1293
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DataRepositoryFailureDetails AWS API Documentation
1294
+ #
1295
+ class DataRepositoryFailureDetails < Struct.new(
1296
+ :message)
1297
+ SENSITIVE = []
1030
1298
  include Aws::Structure
1031
1299
  end
1032
1300
 
@@ -1152,6 +1420,7 @@ module Aws::FSx
1152
1420
  :failure_details,
1153
1421
  :status,
1154
1422
  :report)
1423
+ SENSITIVE = []
1155
1424
  include Aws::Structure
1156
1425
  end
1157
1426
 
@@ -1166,6 +1435,7 @@ module Aws::FSx
1166
1435
  #
1167
1436
  class DataRepositoryTaskEnded < Struct.new(
1168
1437
  :message)
1438
+ SENSITIVE = []
1169
1439
  include Aws::Structure
1170
1440
  end
1171
1441
 
@@ -1181,6 +1451,7 @@ module Aws::FSx
1181
1451
  #
1182
1452
  class DataRepositoryTaskExecuting < Struct.new(
1183
1453
  :message)
1454
+ SENSITIVE = []
1184
1455
  include Aws::Structure
1185
1456
  end
1186
1457
 
@@ -1195,6 +1466,7 @@ module Aws::FSx
1195
1466
  #
1196
1467
  class DataRepositoryTaskFailureDetails < Struct.new(
1197
1468
  :message)
1469
+ SENSITIVE = []
1198
1470
  include Aws::Structure
1199
1471
  end
1200
1472
 
@@ -1234,6 +1506,7 @@ module Aws::FSx
1234
1506
  class DataRepositoryTaskFilter < Struct.new(
1235
1507
  :name,
1236
1508
  :values)
1509
+ SENSITIVE = []
1237
1510
  include Aws::Structure
1238
1511
  end
1239
1512
 
@@ -1247,6 +1520,7 @@ module Aws::FSx
1247
1520
  #
1248
1521
  class DataRepositoryTaskNotFound < Struct.new(
1249
1522
  :message)
1523
+ SENSITIVE = []
1250
1524
  include Aws::Structure
1251
1525
  end
1252
1526
 
@@ -1282,6 +1556,7 @@ module Aws::FSx
1282
1556
  :succeeded_count,
1283
1557
  :failed_count,
1284
1558
  :last_updated_time)
1559
+ SENSITIVE = []
1285
1560
  include Aws::Structure
1286
1561
  end
1287
1562
 
@@ -1300,9 +1575,9 @@ module Aws::FSx
1300
1575
  # @return [String]
1301
1576
  #
1302
1577
  # @!attribute [rw] client_request_token
1303
- # (Optional) A string of up to 64 ASCII characters that Amazon FSx
1304
- # uses to ensure idempotent deletion. This is automatically filled on
1305
- # your behalf when using the AWS CLI or SDK.
1578
+ # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
1579
+ # idempotent deletion. This is automatically filled on your behalf
1580
+ # when using the AWS CLI or SDK.
1306
1581
  #
1307
1582
  # **A suitable default value is auto-generated.** You should normally
1308
1583
  # not need to pass this option.
@@ -1313,6 +1588,7 @@ module Aws::FSx
1313
1588
  class DeleteBackupRequest < Struct.new(
1314
1589
  :backup_id,
1315
1590
  :client_request_token)
1591
+ SENSITIVE = []
1316
1592
  include Aws::Structure
1317
1593
  end
1318
1594
 
@@ -1331,6 +1607,67 @@ module Aws::FSx
1331
1607
  class DeleteBackupResponse < Struct.new(
1332
1608
  :backup_id,
1333
1609
  :lifecycle)
1610
+ SENSITIVE = []
1611
+ include Aws::Structure
1612
+ end
1613
+
1614
+ # The configuration object for the Amazon FSx for Lustre file system
1615
+ # being deleted in the `DeleteFileSystem` operation.
1616
+ #
1617
+ # @note When making an API call, you may pass DeleteFileSystemLustreConfiguration
1618
+ # data as a hash:
1619
+ #
1620
+ # {
1621
+ # skip_final_backup: false,
1622
+ # final_backup_tags: [
1623
+ # {
1624
+ # key: "TagKey", # required
1625
+ # value: "TagValue", # required
1626
+ # },
1627
+ # ],
1628
+ # }
1629
+ #
1630
+ # @!attribute [rw] skip_final_backup
1631
+ # Set `SkipFinalBackup` to false if you want to take a final backup of
1632
+ # the file system you are deleting. By default, Amazon FSx will not
1633
+ # take a final backup on your behalf when the `DeleteFileSystem`
1634
+ # operation is invoked. (Default = true)
1635
+ # @return [Boolean]
1636
+ #
1637
+ # @!attribute [rw] final_backup_tags
1638
+ # Use if `SkipFinalBackup` is set to `false`, and you want to apply an
1639
+ # array of tags to the final backup. If you have set the file system
1640
+ # property `CopyTagsToBackups` to true, and you specify one or more
1641
+ # `FinalBackupTags` when deleting a file system, Amazon FSx will not
1642
+ # copy any existing file system tags to the backup.
1643
+ # @return [Array<Types::Tag>]
1644
+ #
1645
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteFileSystemLustreConfiguration AWS API Documentation
1646
+ #
1647
+ class DeleteFileSystemLustreConfiguration < Struct.new(
1648
+ :skip_final_backup,
1649
+ :final_backup_tags)
1650
+ SENSITIVE = []
1651
+ include Aws::Structure
1652
+ end
1653
+
1654
+ # The response object for the Amazon FSx for Lustre file system being
1655
+ # deleted in the `DeleteFileSystem` operation.
1656
+ #
1657
+ # @!attribute [rw] final_backup_id
1658
+ # The ID of the final backup for this file system.
1659
+ # @return [String]
1660
+ #
1661
+ # @!attribute [rw] final_backup_tags
1662
+ # The set of tags applied to the final backup.
1663
+ # @return [Array<Types::Tag>]
1664
+ #
1665
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteFileSystemLustreResponse AWS API Documentation
1666
+ #
1667
+ class DeleteFileSystemLustreResponse < Struct.new(
1668
+ :final_backup_id,
1669
+ :final_backup_tags)
1670
+ SENSITIVE = []
1334
1671
  include Aws::Structure
1335
1672
  end
1336
1673
 
@@ -1346,8 +1683,17 @@ module Aws::FSx
1346
1683
  # skip_final_backup: false,
1347
1684
  # final_backup_tags: [
1348
1685
  # {
1349
- # key: "TagKey",
1350
- # value: "TagValue",
1686
+ # key: "TagKey", # required
1687
+ # value: "TagValue", # required
1688
+ # },
1689
+ # ],
1690
+ # },
1691
+ # lustre_configuration: {
1692
+ # skip_final_backup: false,
1693
+ # final_backup_tags: [
1694
+ # {
1695
+ # key: "TagKey", # required
1696
+ # value: "TagValue", # required
1351
1697
  # },
1352
1698
  # ],
1353
1699
  # },
@@ -1358,9 +1704,9 @@ module Aws::FSx
1358
1704
  # @return [String]
1359
1705
  #
1360
1706
  # @!attribute [rw] client_request_token
1361
- # (Optional) A string of up to 64 ASCII characters that Amazon FSx
1362
- # uses to ensure idempotent deletion. This is automatically filled on
1363
- # your behalf when using the AWS CLI or SDK.
1707
+ # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
1708
+ # idempotent deletion. This is automatically filled on your behalf
1709
+ # when using the AWS CLI or SDK.
1364
1710
  #
1365
1711
  # **A suitable default value is auto-generated.** You should normally
1366
1712
  # not need to pass this option.
@@ -1371,12 +1717,19 @@ module Aws::FSx
1371
1717
  # in the `DeleteFileSystem` operation.
1372
1718
  # @return [Types::DeleteFileSystemWindowsConfiguration]
1373
1719
  #
1720
+ # @!attribute [rw] lustre_configuration
1721
+ # The configuration object for the Amazon FSx for Lustre file system
1722
+ # being deleted in the `DeleteFileSystem` operation.
1723
+ # @return [Types::DeleteFileSystemLustreConfiguration]
1724
+ #
1374
1725
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteFileSystemRequest AWS API Documentation
1375
1726
  #
1376
1727
  class DeleteFileSystemRequest < Struct.new(
1377
1728
  :file_system_id,
1378
1729
  :client_request_token,
1379
- :windows_configuration)
1730
+ :windows_configuration,
1731
+ :lustre_configuration)
1732
+ SENSITIVE = []
1380
1733
  include Aws::Structure
1381
1734
  end
1382
1735
 
@@ -1396,12 +1749,19 @@ module Aws::FSx
1396
1749
  # the `DeleteFileSystem` operation.
1397
1750
  # @return [Types::DeleteFileSystemWindowsResponse]
1398
1751
  #
1752
+ # @!attribute [rw] lustre_response
1753
+ # The response object for the Amazon FSx for Lustre file system being
1754
+ # deleted in the `DeleteFileSystem` operation.
1755
+ # @return [Types::DeleteFileSystemLustreResponse]
1756
+ #
1399
1757
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteFileSystemResponse AWS API Documentation
1400
1758
  #
1401
1759
  class DeleteFileSystemResponse < Struct.new(
1402
1760
  :file_system_id,
1403
1761
  :lifecycle,
1404
- :windows_response)
1762
+ :windows_response,
1763
+ :lustre_response)
1764
+ SENSITIVE = []
1405
1765
  include Aws::Structure
1406
1766
  end
1407
1767
 
@@ -1415,8 +1775,8 @@ module Aws::FSx
1415
1775
  # skip_final_backup: false,
1416
1776
  # final_backup_tags: [
1417
1777
  # {
1418
- # key: "TagKey",
1419
- # value: "TagValue",
1778
+ # key: "TagKey", # required
1779
+ # value: "TagValue", # required
1420
1780
  # },
1421
1781
  # ],
1422
1782
  # }
@@ -1438,6 +1798,7 @@ module Aws::FSx
1438
1798
  class DeleteFileSystemWindowsConfiguration < Struct.new(
1439
1799
  :skip_final_backup,
1440
1800
  :final_backup_tags)
1801
+ SENSITIVE = []
1441
1802
  include Aws::Structure
1442
1803
  end
1443
1804
 
@@ -1457,6 +1818,7 @@ module Aws::FSx
1457
1818
  class DeleteFileSystemWindowsResponse < Struct.new(
1458
1819
  :final_backup_id,
1459
1820
  :final_backup_tags)
1821
+ SENSITIVE = []
1460
1822
  include Aws::Structure
1461
1823
  end
1462
1824
 
@@ -1469,7 +1831,7 @@ module Aws::FSx
1469
1831
  # backup_ids: ["BackupId"],
1470
1832
  # filters: [
1471
1833
  # {
1472
- # name: "file-system-id", # accepts file-system-id, backup-type
1834
+ # name: "file-system-id", # accepts file-system-id, backup-type, file-system-type
1473
1835
  # values: ["FilterValue"],
1474
1836
  # },
1475
1837
  # ],
@@ -1478,28 +1840,27 @@ module Aws::FSx
1478
1840
  # }
1479
1841
  #
1480
1842
  # @!attribute [rw] backup_ids
1481
- # (Optional) IDs of the backups you want to retrieve (String). This
1482
- # overrides any filters. If any IDs are not found, BackupNotFound will
1483
- # be thrown.
1843
+ # IDs of the backups you want to retrieve (String). This overrides any
1844
+ # filters. If any IDs are not found, BackupNotFound will be thrown.
1484
1845
  # @return [Array<String>]
1485
1846
  #
1486
1847
  # @!attribute [rw] filters
1487
- # (Optional) Filters structure. Supported names are file-system-id and
1848
+ # Filters structure. Supported names are file-system-id and
1488
1849
  # backup-type.
1489
1850
  # @return [Array<Types::Filter>]
1490
1851
  #
1491
1852
  # @!attribute [rw] max_results
1492
- # (Optional) Maximum number of backups to return in the response
1493
- # (integer). This parameter value must be greater than 0. The number
1494
- # of items that Amazon FSx returns is the minimum of the `MaxResults`
1495
- # parameter specified in the request and the service's internal
1496
- # maximum number of items per page.
1853
+ # Maximum number of backups to return in the response (integer). This
1854
+ # parameter value must be greater than 0. The number of items that
1855
+ # Amazon FSx returns is the minimum of the `MaxResults` parameter
1856
+ # specified in the request and the service's internal maximum number
1857
+ # of items per page.
1497
1858
  # @return [Integer]
1498
1859
  #
1499
1860
  # @!attribute [rw] next_token
1500
- # (Optional) Opaque pagination token returned from a previous
1501
- # `DescribeBackups` operation (String). If a token present, the action
1502
- # continues the list from where the returning call left off.
1861
+ # Opaque pagination token returned from a previous `DescribeBackups`
1862
+ # operation (String). If a token present, the action continues the
1863
+ # list from where the returning call left off.
1503
1864
  # @return [String]
1504
1865
  #
1505
1866
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeBackupsRequest AWS API Documentation
@@ -1509,6 +1870,7 @@ module Aws::FSx
1509
1870
  :filters,
1510
1871
  :max_results,
1511
1872
  :next_token)
1873
+ SENSITIVE = []
1512
1874
  include Aws::Structure
1513
1875
  end
1514
1876
 
@@ -1529,6 +1891,7 @@ module Aws::FSx
1529
1891
  class DescribeBackupsResponse < Struct.new(
1530
1892
  :backups,
1531
1893
  :next_token)
1894
+ SENSITIVE = []
1532
1895
  include Aws::Structure
1533
1896
  end
1534
1897
 
@@ -1577,6 +1940,7 @@ module Aws::FSx
1577
1940
  :filters,
1578
1941
  :max_results,
1579
1942
  :next_token)
1943
+ SENSITIVE = []
1580
1944
  include Aws::Structure
1581
1945
  end
1582
1946
 
@@ -1596,6 +1960,7 @@ module Aws::FSx
1596
1960
  class DescribeDataRepositoryTasksResponse < Struct.new(
1597
1961
  :data_repository_tasks,
1598
1962
  :next_token)
1963
+ SENSITIVE = []
1599
1964
  include Aws::Structure
1600
1965
  end
1601
1966
 
@@ -1611,20 +1976,20 @@ module Aws::FSx
1611
1976
  # }
1612
1977
  #
1613
1978
  # @!attribute [rw] file_system_ids
1614
- # (Optional) IDs of the file systems whose descriptions you want to
1615
- # retrieve (String).
1979
+ # IDs of the file systems whose descriptions you want to retrieve
1980
+ # (String).
1616
1981
  # @return [Array<String>]
1617
1982
  #
1618
1983
  # @!attribute [rw] max_results
1619
- # (Optional) Maximum number of file systems to return in the response
1620
- # (integer). This parameter value must be greater than 0. The number
1621
- # of items that Amazon FSx returns is the minimum of the `MaxResults`
1622
- # parameter specified in the request and the service's internal
1623
- # maximum number of items per page.
1984
+ # Maximum number of file systems to return in the response (integer).
1985
+ # This parameter value must be greater than 0. The number of items
1986
+ # that Amazon FSx returns is the minimum of the `MaxResults` parameter
1987
+ # specified in the request and the service's internal maximum number
1988
+ # of items per page.
1624
1989
  # @return [Integer]
1625
1990
  #
1626
1991
  # @!attribute [rw] next_token
1627
- # (Optional) Opaque pagination token returned from a previous
1992
+ # Opaque pagination token returned from a previous
1628
1993
  # `DescribeFileSystems` operation (String). If a token present, the
1629
1994
  # action continues the list from where the returning call left off.
1630
1995
  # @return [String]
@@ -1635,6 +2000,7 @@ module Aws::FSx
1635
2000
  :file_system_ids,
1636
2001
  :max_results,
1637
2002
  :next_token)
2003
+ SENSITIVE = []
1638
2004
  include Aws::Structure
1639
2005
  end
1640
2006
 
@@ -1655,6 +2021,7 @@ module Aws::FSx
1655
2021
  class DescribeFileSystemsResponse < Struct.new(
1656
2022
  :file_systems,
1657
2023
  :next_token)
2024
+ SENSITIVE = []
1658
2025
  include Aws::Structure
1659
2026
  end
1660
2027
 
@@ -1792,6 +2159,13 @@ module Aws::FSx
1792
2159
  # The configuration for the Amazon FSx for Lustre file system.
1793
2160
  # @return [Types::LustreFileSystemConfiguration]
1794
2161
  #
2162
+ # @!attribute [rw] administrative_actions
2163
+ # A list of administrative actions for the file system that are in
2164
+ # process or waiting to be processed. Administrative actions describe
2165
+ # changes to the Windows file system that you have initiated using the
2166
+ # `UpdateFileSystem` action.
2167
+ # @return [Array<Types::AdministrativeAction>]
2168
+ #
1795
2169
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/FileSystem AWS API Documentation
1796
2170
  #
1797
2171
  class FileSystem < Struct.new(
@@ -1811,7 +2185,9 @@ module Aws::FSx
1811
2185
  :resource_arn,
1812
2186
  :tags,
1813
2187
  :windows_configuration,
1814
- :lustre_configuration)
2188
+ :lustre_configuration,
2189
+ :administrative_actions)
2190
+ SENSITIVE = []
1815
2191
  include Aws::Structure
1816
2192
  end
1817
2193
 
@@ -1827,6 +2203,7 @@ module Aws::FSx
1827
2203
  #
1828
2204
  class FileSystemFailureDetails < Struct.new(
1829
2205
  :message)
2206
+ SENSITIVE = []
1830
2207
  include Aws::Structure
1831
2208
  end
1832
2209
 
@@ -1840,6 +2217,7 @@ module Aws::FSx
1840
2217
  #
1841
2218
  class FileSystemNotFound < Struct.new(
1842
2219
  :message)
2220
+ SENSITIVE = []
1843
2221
  include Aws::Structure
1844
2222
  end
1845
2223
 
@@ -1851,7 +2229,7 @@ module Aws::FSx
1851
2229
  # data as a hash:
1852
2230
  #
1853
2231
  # {
1854
- # name: "file-system-id", # accepts file-system-id, backup-type
2232
+ # name: "file-system-id", # accepts file-system-id, backup-type, file-system-type
1855
2233
  # values: ["FilterValue"],
1856
2234
  # }
1857
2235
  #
@@ -1869,6 +2247,7 @@ module Aws::FSx
1869
2247
  class Filter < Struct.new(
1870
2248
  :name,
1871
2249
  :values)
2250
+ SENSITIVE = []
1872
2251
  include Aws::Structure
1873
2252
  end
1874
2253
 
@@ -1889,6 +2268,7 @@ module Aws::FSx
1889
2268
  class IncompatibleParameterError < Struct.new(
1890
2269
  :parameter,
1891
2270
  :message)
2271
+ SENSITIVE = []
1892
2272
  include Aws::Structure
1893
2273
  end
1894
2274
 
@@ -1902,6 +2282,7 @@ module Aws::FSx
1902
2282
  #
1903
2283
  class InternalServerError < Struct.new(
1904
2284
  :message)
2285
+ SENSITIVE = []
1905
2286
  include Aws::Structure
1906
2287
  end
1907
2288
 
@@ -1915,6 +2296,7 @@ module Aws::FSx
1915
2296
  #
1916
2297
  class InvalidExportPath < Struct.new(
1917
2298
  :message)
2299
+ SENSITIVE = []
1918
2300
  include Aws::Structure
1919
2301
  end
1920
2302
 
@@ -1928,6 +2310,7 @@ module Aws::FSx
1928
2310
  #
1929
2311
  class InvalidImportPath < Struct.new(
1930
2312
  :message)
2313
+ SENSITIVE = []
1931
2314
  include Aws::Structure
1932
2315
  end
1933
2316
 
@@ -1970,6 +2353,7 @@ module Aws::FSx
1970
2353
  :message,
1971
2354
  :invalid_subnet_id,
1972
2355
  :invalid_security_group_id)
2356
+ SENSITIVE = []
1973
2357
  include Aws::Structure
1974
2358
  end
1975
2359
 
@@ -1984,6 +2368,7 @@ module Aws::FSx
1984
2368
  #
1985
2369
  class InvalidPerUnitStorageThroughput < Struct.new(
1986
2370
  :message)
2371
+ SENSITIVE = []
1987
2372
  include Aws::Structure
1988
2373
  end
1989
2374
 
@@ -2003,15 +2388,15 @@ module Aws::FSx
2003
2388
  # @return [String]
2004
2389
  #
2005
2390
  # @!attribute [rw] max_results
2006
- # (Optional) Maximum number of tags to return in the response
2007
- # (integer). This parameter value must be greater than 0. The number
2008
- # of items that Amazon FSx returns is the minimum of the `MaxResults`
2009
- # parameter specified in the request and the service's internal
2010
- # maximum number of items per page.
2391
+ # Maximum number of tags to return in the response (integer). This
2392
+ # parameter value must be greater than 0. The number of items that
2393
+ # Amazon FSx returns is the minimum of the `MaxResults` parameter
2394
+ # specified in the request and the service's internal maximum number
2395
+ # of items per page.
2011
2396
  # @return [Integer]
2012
2397
  #
2013
2398
  # @!attribute [rw] next_token
2014
- # (Optional) Opaque pagination token returned from a previous
2399
+ # Opaque pagination token returned from a previous
2015
2400
  # `ListTagsForResource` operation (String). If a token present, the
2016
2401
  # action continues the list from where the returning call left off.
2017
2402
  # @return [String]
@@ -2022,6 +2407,7 @@ module Aws::FSx
2022
2407
  :resource_arn,
2023
2408
  :max_results,
2024
2409
  :next_token)
2410
+ SENSITIVE = []
2025
2411
  include Aws::Structure
2026
2412
  end
2027
2413
 
@@ -2042,13 +2428,16 @@ module Aws::FSx
2042
2428
  class ListTagsForResourceResponse < Struct.new(
2043
2429
  :tags,
2044
2430
  :next_token)
2431
+ SENSITIVE = []
2045
2432
  include Aws::Structure
2046
2433
  end
2047
2434
 
2048
2435
  # The configuration for the Amazon FSx for Lustre file system.
2049
2436
  #
2050
2437
  # @!attribute [rw] weekly_maintenance_start_time
2051
- # The UTC time that you want to begin your weekly maintenance window.
2438
+ # The preferred start time to perform weekly maintenance, formatted
2439
+ # d:HH:MM in the UTC time zone. d is the weekday number, from 1
2440
+ # through 7, beginning with Monday and ending with Sunday.
2052
2441
  # @return [String]
2053
2442
  #
2054
2443
  # @!attribute [rw] data_repository_configuration
@@ -2057,7 +2446,23 @@ module Aws::FSx
2057
2446
  # @return [Types::DataRepositoryConfiguration]
2058
2447
  #
2059
2448
  # @!attribute [rw] deployment_type
2060
- # The deployment type of the FSX for Lustre file system.
2449
+ # The deployment type of the FSX for Lustre file system. *Scratch
2450
+ # deployment type* is designed for temporary storage and shorter-term
2451
+ # processing of data.
2452
+ #
2453
+ # `SCRATCH_1` and `SCRATCH_2` deployment types are best suited for
2454
+ # when you need temporary storage and shorter-term processing of data.
2455
+ # The `SCRATCH_2` deployment type provides in-transit encryption of
2456
+ # data and higher burst throughput capacity than `SCRATCH_1`.
2457
+ #
2458
+ # The `PERSISTENT_1` deployment type is used for longer-term storage
2459
+ # and workloads and encryption of data in transit. To learn more about
2460
+ # deployment types, see [ FSx for Lustre Deployment Options][1].
2461
+ # (Default = `SCRATCH_1`)
2462
+ #
2463
+ #
2464
+ #
2465
+ # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/lustre-deployment-types.html
2061
2466
  # @return [String]
2062
2467
  #
2063
2468
  # @!attribute [rw] per_unit_storage_throughput
@@ -2076,6 +2481,29 @@ module Aws::FSx
2076
2481
  # string that is unique within an AWS Region.
2077
2482
  # @return [String]
2078
2483
  #
2484
+ # @!attribute [rw] daily_automatic_backup_start_time
2485
+ # A recurring daily time, in the format `HH:MM`. `HH` is the
2486
+ # zero-padded hour of the day (0-23), and `MM` is the zero-padded
2487
+ # minute of the hour. For example, `05:00` specifies 5 AM daily.
2488
+ # @return [String]
2489
+ #
2490
+ # @!attribute [rw] automatic_backup_retention_days
2491
+ # The number of days to retain automatic backups. Setting this to 0
2492
+ # disables automatic backups. You can retain automatic backups for a
2493
+ # maximum of 35 days. The default is 0.
2494
+ # @return [Integer]
2495
+ #
2496
+ # @!attribute [rw] copy_tags_to_backups
2497
+ # A boolean flag indicating whether tags on the file system should be
2498
+ # copied to backups. If it's set to true, all tags on the file system
2499
+ # are copied to all automatic backups and any user-initiated backups
2500
+ # where the user doesn't specify any tags. If this value is true, and
2501
+ # you specify one or more tags, only the specified tags are copied to
2502
+ # backups. If you specify one or more tags when creating a
2503
+ # user-initiated backup, no tags are copied from the file system,
2504
+ # regardless of this value. (Default = false)
2505
+ # @return [Boolean]
2506
+ #
2079
2507
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/LustreFileSystemConfiguration AWS API Documentation
2080
2508
  #
2081
2509
  class LustreFileSystemConfiguration < Struct.new(
@@ -2083,7 +2511,11 @@ module Aws::FSx
2083
2511
  :data_repository_configuration,
2084
2512
  :deployment_type,
2085
2513
  :per_unit_storage_throughput,
2086
- :mount_name)
2514
+ :mount_name,
2515
+ :daily_automatic_backup_start_time,
2516
+ :automatic_backup_retention_days,
2517
+ :copy_tags_to_backups)
2518
+ SENSITIVE = []
2087
2519
  include Aws::Structure
2088
2520
  end
2089
2521
 
@@ -2097,6 +2529,7 @@ module Aws::FSx
2097
2529
  #
2098
2530
  class MissingFileSystemConfiguration < Struct.new(
2099
2531
  :message)
2532
+ SENSITIVE = []
2100
2533
  include Aws::Structure
2101
2534
  end
2102
2535
 
@@ -2117,6 +2550,7 @@ module Aws::FSx
2117
2550
  class NotServiceResourceError < Struct.new(
2118
2551
  :resource_arn,
2119
2552
  :message)
2553
+ SENSITIVE = []
2120
2554
  include Aws::Structure
2121
2555
  end
2122
2556
 
@@ -2136,6 +2570,7 @@ module Aws::FSx
2136
2570
  class ResourceDoesNotSupportTagging < Struct.new(
2137
2571
  :resource_arn,
2138
2572
  :message)
2573
+ SENSITIVE = []
2139
2574
  include Aws::Structure
2140
2575
  end
2141
2576
 
@@ -2155,6 +2590,7 @@ module Aws::FSx
2155
2590
  class ResourceNotFound < Struct.new(
2156
2591
  :resource_arn,
2157
2592
  :message)
2593
+ SENSITIVE = []
2158
2594
  include Aws::Structure
2159
2595
  end
2160
2596
 
@@ -2194,6 +2630,7 @@ module Aws::FSx
2194
2630
  :file_system_administrators_group,
2195
2631
  :user_name,
2196
2632
  :dns_ips)
2633
+ SENSITIVE = []
2197
2634
  include Aws::Structure
2198
2635
  end
2199
2636
 
@@ -2286,12 +2723,12 @@ module Aws::FSx
2286
2723
  :user_name,
2287
2724
  :password,
2288
2725
  :dns_ips)
2726
+ SENSITIVE = [:password]
2289
2727
  include Aws::Structure
2290
2728
  end
2291
2729
 
2292
2730
  # The configuration that Amazon FSx uses to join the Windows File Server
2293
- # instance to the self-managed Microsoft Active Directory (AD)
2294
- # directory.
2731
+ # instance to a self-managed Microsoft Active Directory (AD) directory.
2295
2732
  #
2296
2733
  # @note When making an API call, you may pass SelfManagedActiveDirectoryConfigurationUpdates
2297
2734
  # data as a hash:
@@ -2326,6 +2763,7 @@ module Aws::FSx
2326
2763
  :user_name,
2327
2764
  :password,
2328
2765
  :dns_ips)
2766
+ SENSITIVE = [:password]
2329
2767
  include Aws::Structure
2330
2768
  end
2331
2769
 
@@ -2345,6 +2783,7 @@ module Aws::FSx
2345
2783
  class ServiceLimitExceeded < Struct.new(
2346
2784
  :limit,
2347
2785
  :message)
2786
+ SENSITIVE = []
2348
2787
  include Aws::Structure
2349
2788
  end
2350
2789
 
@@ -2354,8 +2793,8 @@ module Aws::FSx
2354
2793
  # data as a hash:
2355
2794
  #
2356
2795
  # {
2357
- # key: "TagKey",
2358
- # value: "TagValue",
2796
+ # key: "TagKey", # required
2797
+ # value: "TagValue", # required
2359
2798
  # }
2360
2799
  #
2361
2800
  # @!attribute [rw] key
@@ -2375,6 +2814,7 @@ module Aws::FSx
2375
2814
  class Tag < Struct.new(
2376
2815
  :key,
2377
2816
  :value)
2817
+ SENSITIVE = []
2378
2818
  include Aws::Structure
2379
2819
  end
2380
2820
 
@@ -2387,8 +2827,8 @@ module Aws::FSx
2387
2827
  # resource_arn: "ResourceARN", # required
2388
2828
  # tags: [ # required
2389
2829
  # {
2390
- # key: "TagKey",
2391
- # value: "TagValue",
2830
+ # key: "TagKey", # required
2831
+ # value: "TagValue", # required
2392
2832
  # },
2393
2833
  # ],
2394
2834
  # }
@@ -2409,6 +2849,7 @@ module Aws::FSx
2409
2849
  class TagResourceRequest < Struct.new(
2410
2850
  :resource_arn,
2411
2851
  :tags)
2852
+ SENSITIVE = []
2412
2853
  include Aws::Structure
2413
2854
  end
2414
2855
 
@@ -2428,6 +2869,7 @@ module Aws::FSx
2428
2869
  #
2429
2870
  class UnsupportedOperation < Struct.new(
2430
2871
  :message)
2872
+ SENSITIVE = []
2431
2873
  include Aws::Structure
2432
2874
  end
2433
2875
 
@@ -2455,6 +2897,7 @@ module Aws::FSx
2455
2897
  class UntagResourceRequest < Struct.new(
2456
2898
  :resource_arn,
2457
2899
  :tag_keys)
2900
+ SENSITIVE = []
2458
2901
  include Aws::Structure
2459
2902
  end
2460
2903
 
@@ -2472,17 +2915,62 @@ module Aws::FSx
2472
2915
  #
2473
2916
  # {
2474
2917
  # weekly_maintenance_start_time: "WeeklyTime",
2918
+ # daily_automatic_backup_start_time: "DailyTime",
2919
+ # automatic_backup_retention_days: 1,
2920
+ # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
2475
2921
  # }
2476
2922
  #
2477
2923
  # @!attribute [rw] weekly_maintenance_start_time
2478
- # The preferred time to perform weekly maintenance, in the UTC time
2479
- # zone.
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.
2927
+ # @return [String]
2928
+ #
2929
+ # @!attribute [rw] daily_automatic_backup_start_time
2930
+ # A recurring daily time, in the format `HH:MM`. `HH` is the
2931
+ # zero-padded hour of the day (0-23), and `MM` is the zero-padded
2932
+ # minute of the hour. For example, `05:00` specifies 5 AM daily.
2933
+ # @return [String]
2934
+ #
2935
+ # @!attribute [rw] automatic_backup_retention_days
2936
+ # The number of days to retain automatic backups. Setting this to 0
2937
+ # disables automatic backups. You can retain automatic backups for a
2938
+ # maximum of 35 days. The default is 0.
2939
+ # @return [Integer]
2940
+ #
2941
+ # @!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:
2947
+ #
2948
+ # * `NONE` - (Default) Autoimport is turned off. Changes to your S3
2949
+ # repository will not be reflected on the FSx file system.
2950
+ #
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
+ #
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
+ #
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.
2480
2964
  # @return [String]
2481
2965
  #
2482
2966
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemLustreConfiguration AWS API Documentation
2483
2967
  #
2484
2968
  class UpdateFileSystemLustreConfiguration < Struct.new(
2485
- :weekly_maintenance_start_time)
2969
+ :weekly_maintenance_start_time,
2970
+ :daily_automatic_backup_start_time,
2971
+ :automatic_backup_retention_days,
2972
+ :auto_import_policy)
2973
+ SENSITIVE = []
2486
2974
  include Aws::Structure
2487
2975
  end
2488
2976
 
@@ -2494,10 +2982,12 @@ module Aws::FSx
2494
2982
  # {
2495
2983
  # file_system_id: "FileSystemId", # required
2496
2984
  # client_request_token: "ClientRequestToken",
2985
+ # storage_capacity: 1,
2497
2986
  # windows_configuration: {
2498
2987
  # weekly_maintenance_start_time: "WeeklyTime",
2499
2988
  # daily_automatic_backup_start_time: "DailyTime",
2500
2989
  # automatic_backup_retention_days: 1,
2990
+ # throughput_capacity: 1,
2501
2991
  # self_managed_active_directory_configuration: {
2502
2992
  # user_name: "DirectoryUserName",
2503
2993
  # password: "DirectoryPassword",
@@ -2506,27 +2996,45 @@ module Aws::FSx
2506
2996
  # },
2507
2997
  # lustre_configuration: {
2508
2998
  # weekly_maintenance_start_time: "WeeklyTime",
2999
+ # daily_automatic_backup_start_time: "DailyTime",
3000
+ # automatic_backup_retention_days: 1,
3001
+ # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
2509
3002
  # },
2510
3003
  # }
2511
3004
  #
2512
3005
  # @!attribute [rw] file_system_id
2513
- # The globally unique ID of the file system, assigned by Amazon FSx.
3006
+ # Identifies the file system that you are updating.
2514
3007
  # @return [String]
2515
3008
  #
2516
3009
  # @!attribute [rw] client_request_token
2517
- # (Optional) A string of up to 64 ASCII characters that Amazon FSx
2518
- # uses to ensure idempotent updates. This string is automatically
2519
- # filled on your behalf when you use the AWS Command Line Interface
2520
- # (AWS CLI) or an AWS SDK.
3010
+ # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
3011
+ # idempotent updates. This string is automatically filled on your
3012
+ # behalf when you use the AWS Command Line Interface (AWS CLI) or an
3013
+ # AWS SDK.
2521
3014
  #
2522
3015
  # **A suitable default value is auto-generated.** You should normally
2523
3016
  # not need to pass this option.
2524
3017
  # @return [String]
2525
3018
  #
3019
+ # @!attribute [rw] storage_capacity
3020
+ # Use this parameter to increase the storage capacity of an Amazon FSx
3021
+ # for Windows File Server file system. Specifies the storage capacity
3022
+ # target value, GiB, for the file system you're updating. The storage
3023
+ # capacity target value must be at least 10 percent (%) greater than
3024
+ # the current storage capacity value. In order to increase storage
3025
+ # capacity, the file system needs to have at least 16 MB/s of
3026
+ # throughput capacity. You cannot make a storage capacity increase
3027
+ # request if there is an existing storage capacity increase request in
3028
+ # progress. For more information, see [Managing Storage Capacity][1].
3029
+ #
3030
+ #
3031
+ #
3032
+ # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html
3033
+ # @return [Integer]
3034
+ #
2526
3035
  # @!attribute [rw] windows_configuration
2527
- # The configuration update for this Microsoft Windows file system. The
2528
- # only supported options are for backup and maintenance and for
2529
- # self-managed Active Directory configuration.
3036
+ # The configuration updates for an Amazon FSx for Windows File Server
3037
+ # file system.
2530
3038
  # @return [Types::UpdateFileSystemWindowsConfiguration]
2531
3039
  #
2532
3040
  # @!attribute [rw] lustre_configuration
@@ -2539,8 +3047,10 @@ module Aws::FSx
2539
3047
  class UpdateFileSystemRequest < Struct.new(
2540
3048
  :file_system_id,
2541
3049
  :client_request_token,
3050
+ :storage_capacity,
2542
3051
  :windows_configuration,
2543
3052
  :lustre_configuration)
3053
+ SENSITIVE = []
2544
3054
  include Aws::Structure
2545
3055
  end
2546
3056
 
@@ -2554,13 +3064,13 @@ module Aws::FSx
2554
3064
  #
2555
3065
  class UpdateFileSystemResponse < Struct.new(
2556
3066
  :file_system)
3067
+ SENSITIVE = []
2557
3068
  include Aws::Structure
2558
3069
  end
2559
3070
 
2560
- # Updates the Microsoft Windows configuration for an existing Amazon FSx
2561
- # for Windows File Server file system. Amazon FSx overwrites existing
2562
- # properties with non-null values provided in the request. If you don't
2563
- # specify a non-null value for a property, that property is not updated.
3071
+ # Updates the configuration for an existing Amazon FSx for Windows File
3072
+ # Server file system. Amazon FSx only overwrites existing properties
3073
+ # with non-null values provided in the request.
2564
3074
  #
2565
3075
  # @note When making an API call, you may pass UpdateFileSystemWindowsConfiguration
2566
3076
  # data as a hash:
@@ -2569,6 +3079,7 @@ module Aws::FSx
2569
3079
  # weekly_maintenance_start_time: "WeeklyTime",
2570
3080
  # daily_automatic_backup_start_time: "DailyTime",
2571
3081
  # automatic_backup_retention_days: 1,
3082
+ # throughput_capacity: 1,
2572
3083
  # self_managed_active_directory_configuration: {
2573
3084
  # user_name: "DirectoryUserName",
2574
3085
  # password: "DirectoryPassword",
@@ -2577,24 +3088,45 @@ module Aws::FSx
2577
3088
  # }
2578
3089
  #
2579
3090
  # @!attribute [rw] weekly_maintenance_start_time
2580
- # The preferred time to perform weekly maintenance, in the UTC time
2581
- # zone.
3091
+ # The preferred start time to perform weekly maintenance, formatted
3092
+ # d:HH:MM in the UTC time zone. Where d is the weekday number, from 1
3093
+ # through 7, with 1 = Monday and 7 = Sunday.
2582
3094
  # @return [String]
2583
3095
  #
2584
3096
  # @!attribute [rw] daily_automatic_backup_start_time
2585
- # The preferred time to take daily automatic backups, in the UTC time
2586
- # zone.
3097
+ # The preferred time to start the daily automatic backup, in the UTC
3098
+ # time zone, for example, `02:00`
2587
3099
  # @return [String]
2588
3100
  #
2589
3101
  # @!attribute [rw] automatic_backup_retention_days
2590
- # The number of days to retain automatic backups. Setting this to 0
2591
- # disables automatic backups. You can retain automatic backups for a
2592
- # maximum of 35 days.
3102
+ # The number of days to retain automatic daily backups. Setting this
3103
+ # to zero (0) disables automatic daily backups. You can retain
3104
+ # automatic daily backups for a maximum of 35 days. For more
3105
+ # information, see [Working with Automatic Daily Backups][1].
3106
+ #
3107
+ #
3108
+ #
3109
+ # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html#automatic-backups
3110
+ # @return [Integer]
3111
+ #
3112
+ # @!attribute [rw] throughput_capacity
3113
+ # Sets the target value for a file system's throughput capacity, in
3114
+ # MB/s, that you are updating the file system to. Valid values are 8,
3115
+ # 16, 32, 64, 128, 256, 512, 1024, 2048. You cannot make a throughput
3116
+ # capacity update request if there is an existing throughput capacity
3117
+ # update request in progress. For more information, see [Managing
3118
+ # Throughput Capacity][1].
3119
+ #
3120
+ #
3121
+ #
3122
+ # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-throughput-capacity.html
2593
3123
  # @return [Integer]
2594
3124
  #
2595
3125
  # @!attribute [rw] self_managed_active_directory_configuration
2596
3126
  # The configuration Amazon FSx uses to join the Windows File Server
2597
- # instance to the self-managed Microsoft AD directory.
3127
+ # instance to the self-managed Microsoft AD directory. You cannot make
3128
+ # a self-managed Microsoft AD update request if there is an existing
3129
+ # self-managed Microsoft AD update request in progress.
2598
3130
  # @return [Types::SelfManagedActiveDirectoryConfigurationUpdates]
2599
3131
  #
2600
3132
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemWindowsConfiguration AWS API Documentation
@@ -2603,7 +3135,9 @@ module Aws::FSx
2603
3135
  :weekly_maintenance_start_time,
2604
3136
  :daily_automatic_backup_start_time,
2605
3137
  :automatic_backup_retention_days,
3138
+ :throughput_capacity,
2606
3139
  :self_managed_active_directory_configuration)
3140
+ SENSITIVE = []
2607
3141
  include Aws::Structure
2608
3142
  end
2609
3143
 
@@ -2699,8 +3233,9 @@ module Aws::FSx
2699
3233
  # @return [Array<String>]
2700
3234
  #
2701
3235
  # @!attribute [rw] weekly_maintenance_start_time
2702
- # The preferred time to perform weekly maintenance, in the UTC time
2703
- # zone.
3236
+ # The preferred start time to perform weekly maintenance, formatted
3237
+ # d:HH:MM in the UTC time zone. d is the weekday number, from 1
3238
+ # through 7, beginning with Monday and ending with Sunday.
2704
3239
  # @return [String]
2705
3240
  #
2706
3241
  # @!attribute [rw] daily_automatic_backup_start_time
@@ -2740,6 +3275,7 @@ module Aws::FSx
2740
3275
  :daily_automatic_backup_start_time,
2741
3276
  :automatic_backup_retention_days,
2742
3277
  :copy_tags_to_backups)
3278
+ SENSITIVE = []
2743
3279
  include Aws::Structure
2744
3280
  end
2745
3281