aws-sdk-fsx 1.16.0 → 1.21.1
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.
- checksums.yaml +5 -5
- data/lib/aws-sdk-fsx.rb +1 -1
- data/lib/aws-sdk-fsx/client.rb +212 -59
- data/lib/aws-sdk-fsx/client_api.rb +28 -0
- data/lib/aws-sdk-fsx/resource.rb +1 -7
- data/lib/aws-sdk-fsx/types.rb +331 -80
- metadata +5 -5
@@ -16,6 +16,10 @@ module Aws::FSx
|
|
16
16
|
ActiveDirectoryError = Shapes::StructureShape.new(name: 'ActiveDirectoryError')
|
17
17
|
ActiveDirectoryErrorType = Shapes::StringShape.new(name: 'ActiveDirectoryErrorType')
|
18
18
|
ActiveDirectoryFullyQualifiedName = Shapes::StringShape.new(name: 'ActiveDirectoryFullyQualifiedName')
|
19
|
+
AdministrativeAction = Shapes::StructureShape.new(name: 'AdministrativeAction')
|
20
|
+
AdministrativeActionFailureDetails = Shapes::StructureShape.new(name: 'AdministrativeActionFailureDetails')
|
21
|
+
AdministrativeActionType = Shapes::StringShape.new(name: 'AdministrativeActionType')
|
22
|
+
AdministrativeActions = Shapes::ListShape.new(name: 'AdministrativeActions')
|
19
23
|
ArchivePath = Shapes::StringShape.new(name: 'ArchivePath')
|
20
24
|
AutomaticBackupRetentionDays = Shapes::IntegerShape.new(name: 'AutomaticBackupRetentionDays')
|
21
25
|
Backup = Shapes::StructureShape.new(name: 'Backup')
|
@@ -127,6 +131,7 @@ module Aws::FSx
|
|
127
131
|
ProgressPercent = Shapes::IntegerShape.new(name: 'ProgressPercent')
|
128
132
|
ReportFormat = Shapes::StringShape.new(name: 'ReportFormat')
|
129
133
|
ReportScope = Shapes::StringShape.new(name: 'ReportScope')
|
134
|
+
RequestTime = Shapes::TimestampShape.new(name: 'RequestTime')
|
130
135
|
ResourceARN = Shapes::StringShape.new(name: 'ResourceARN')
|
131
136
|
ResourceDoesNotSupportTagging = Shapes::StructureShape.new(name: 'ResourceDoesNotSupportTagging')
|
132
137
|
ResourceNotFound = Shapes::StructureShape.new(name: 'ResourceNotFound')
|
@@ -138,7 +143,9 @@ module Aws::FSx
|
|
138
143
|
ServiceLimit = Shapes::StringShape.new(name: 'ServiceLimit')
|
139
144
|
ServiceLimitExceeded = Shapes::StructureShape.new(name: 'ServiceLimitExceeded')
|
140
145
|
StartTime = Shapes::TimestampShape.new(name: 'StartTime')
|
146
|
+
Status = Shapes::StringShape.new(name: 'Status')
|
141
147
|
StorageCapacity = Shapes::IntegerShape.new(name: 'StorageCapacity')
|
148
|
+
StorageType = Shapes::StringShape.new(name: 'StorageType')
|
142
149
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
143
150
|
SubnetIds = Shapes::ListShape.new(name: 'SubnetIds')
|
144
151
|
SucceededCount = Shapes::IntegerShape.new(name: 'SucceededCount')
|
@@ -173,6 +180,19 @@ module Aws::FSx
|
|
173
180
|
ActiveDirectoryError.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
174
181
|
ActiveDirectoryError.struct_class = Types::ActiveDirectoryError
|
175
182
|
|
183
|
+
AdministrativeAction.add_member(:administrative_action_type, Shapes::ShapeRef.new(shape: AdministrativeActionType, location_name: "AdministrativeActionType"))
|
184
|
+
AdministrativeAction.add_member(:progress_percent, Shapes::ShapeRef.new(shape: ProgressPercent, location_name: "ProgressPercent"))
|
185
|
+
AdministrativeAction.add_member(:request_time, Shapes::ShapeRef.new(shape: RequestTime, location_name: "RequestTime"))
|
186
|
+
AdministrativeAction.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
187
|
+
AdministrativeAction.add_member(:target_file_system_values, Shapes::ShapeRef.new(shape: FileSystem, location_name: "TargetFileSystemValues"))
|
188
|
+
AdministrativeAction.add_member(:failure_details, Shapes::ShapeRef.new(shape: AdministrativeActionFailureDetails, location_name: "FailureDetails"))
|
189
|
+
AdministrativeAction.struct_class = Types::AdministrativeAction
|
190
|
+
|
191
|
+
AdministrativeActionFailureDetails.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
192
|
+
AdministrativeActionFailureDetails.struct_class = Types::AdministrativeActionFailureDetails
|
193
|
+
|
194
|
+
AdministrativeActions.member = Shapes::ShapeRef.new(shape: AdministrativeAction)
|
195
|
+
|
176
196
|
Backup.add_member(:backup_id, Shapes::ShapeRef.new(shape: BackupId, required: true, location_name: "BackupId"))
|
177
197
|
Backup.add_member(:lifecycle, Shapes::ShapeRef.new(shape: BackupLifecycle, required: true, location_name: "Lifecycle"))
|
178
198
|
Backup.add_member(:failure_details, Shapes::ShapeRef.new(shape: BackupFailureDetails, location_name: "FailureDetails"))
|
@@ -244,6 +264,7 @@ module Aws::FSx
|
|
244
264
|
CreateFileSystemFromBackupRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "SecurityGroupIds"))
|
245
265
|
CreateFileSystemFromBackupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
246
266
|
CreateFileSystemFromBackupRequest.add_member(:windows_configuration, Shapes::ShapeRef.new(shape: CreateFileSystemWindowsConfiguration, location_name: "WindowsConfiguration"))
|
267
|
+
CreateFileSystemFromBackupRequest.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "StorageType"))
|
247
268
|
CreateFileSystemFromBackupRequest.struct_class = Types::CreateFileSystemFromBackupRequest
|
248
269
|
|
249
270
|
CreateFileSystemFromBackupResponse.add_member(:file_system, Shapes::ShapeRef.new(shape: FileSystem, location_name: "FileSystem"))
|
@@ -260,6 +281,7 @@ module Aws::FSx
|
|
260
281
|
CreateFileSystemRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
261
282
|
CreateFileSystemRequest.add_member(:file_system_type, Shapes::ShapeRef.new(shape: FileSystemType, required: true, location_name: "FileSystemType"))
|
262
283
|
CreateFileSystemRequest.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: StorageCapacity, required: true, location_name: "StorageCapacity"))
|
284
|
+
CreateFileSystemRequest.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "StorageType"))
|
263
285
|
CreateFileSystemRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, required: true, location_name: "SubnetIds"))
|
264
286
|
CreateFileSystemRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "SecurityGroupIds"))
|
265
287
|
CreateFileSystemRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
@@ -396,6 +418,7 @@ module Aws::FSx
|
|
396
418
|
FileSystem.add_member(:lifecycle, Shapes::ShapeRef.new(shape: FileSystemLifecycle, location_name: "Lifecycle"))
|
397
419
|
FileSystem.add_member(:failure_details, Shapes::ShapeRef.new(shape: FileSystemFailureDetails, location_name: "FailureDetails"))
|
398
420
|
FileSystem.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: StorageCapacity, location_name: "StorageCapacity"))
|
421
|
+
FileSystem.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "StorageType"))
|
399
422
|
FileSystem.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
|
400
423
|
FileSystem.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, location_name: "SubnetIds"))
|
401
424
|
FileSystem.add_member(:network_interface_ids, Shapes::ShapeRef.new(shape: NetworkInterfaceIds, location_name: "NetworkInterfaceIds"))
|
@@ -405,6 +428,7 @@ module Aws::FSx
|
|
405
428
|
FileSystem.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
406
429
|
FileSystem.add_member(:windows_configuration, Shapes::ShapeRef.new(shape: WindowsFileSystemConfiguration, location_name: "WindowsConfiguration"))
|
407
430
|
FileSystem.add_member(:lustre_configuration, Shapes::ShapeRef.new(shape: LustreFileSystemConfiguration, location_name: "LustreConfiguration"))
|
431
|
+
FileSystem.add_member(:administrative_actions, Shapes::ShapeRef.new(shape: AdministrativeActions, location_name: "AdministrativeActions"))
|
408
432
|
FileSystem.struct_class = Types::FileSystem
|
409
433
|
|
410
434
|
FileSystemFailureDetails.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
@@ -539,6 +563,7 @@ module Aws::FSx
|
|
539
563
|
|
540
564
|
UpdateFileSystemRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
|
541
565
|
UpdateFileSystemRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
566
|
+
UpdateFileSystemRequest.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: StorageCapacity, location_name: "StorageCapacity"))
|
542
567
|
UpdateFileSystemRequest.add_member(:windows_configuration, Shapes::ShapeRef.new(shape: UpdateFileSystemWindowsConfiguration, location_name: "WindowsConfiguration"))
|
543
568
|
UpdateFileSystemRequest.add_member(:lustre_configuration, Shapes::ShapeRef.new(shape: UpdateFileSystemLustreConfiguration, location_name: "LustreConfiguration"))
|
544
569
|
UpdateFileSystemRequest.struct_class = Types::UpdateFileSystemRequest
|
@@ -549,6 +574,7 @@ module Aws::FSx
|
|
549
574
|
UpdateFileSystemWindowsConfiguration.add_member(:weekly_maintenance_start_time, Shapes::ShapeRef.new(shape: WeeklyTime, location_name: "WeeklyMaintenanceStartTime"))
|
550
575
|
UpdateFileSystemWindowsConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
|
551
576
|
UpdateFileSystemWindowsConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
|
577
|
+
UpdateFileSystemWindowsConfiguration.add_member(:throughput_capacity, Shapes::ShapeRef.new(shape: MegabytesPerSecond, location_name: "ThroughputCapacity"))
|
552
578
|
UpdateFileSystemWindowsConfiguration.add_member(:self_managed_active_directory_configuration, Shapes::ShapeRef.new(shape: SelfManagedActiveDirectoryConfigurationUpdates, location_name: "SelfManagedActiveDirectoryConfiguration"))
|
553
579
|
UpdateFileSystemWindowsConfiguration.struct_class = Types::UpdateFileSystemWindowsConfiguration
|
554
580
|
|
@@ -580,6 +606,7 @@ module Aws::FSx
|
|
580
606
|
"serviceFullName" => "Amazon FSx",
|
581
607
|
"serviceId" => "FSx",
|
582
608
|
"signatureVersion" => "v4",
|
609
|
+
"signingName" => "fsx",
|
583
610
|
"targetPrefix" => "AWSSimbaAPIService_v20180301",
|
584
611
|
"uid" => "fsx-2018-03-01",
|
585
612
|
}
|
@@ -792,6 +819,7 @@ module Aws::FSx
|
|
792
819
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
793
820
|
o.errors << Shapes::ShapeRef.new(shape: FileSystemNotFound)
|
794
821
|
o.errors << Shapes::ShapeRef.new(shape: MissingFileSystemConfiguration)
|
822
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceeded)
|
795
823
|
end)
|
796
824
|
end
|
797
825
|
|
data/lib/aws-sdk-fsx/resource.rb
CHANGED
@@ -6,13 +6,7 @@
|
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
7
7
|
|
8
8
|
module Aws::FSx
|
9
|
-
|
10
|
-
# To create a resource object:
|
11
|
-
# resource = Aws::FSx::Resource.new(region: 'us-west-2')
|
12
|
-
# You can supply a client object with custom configuration that will be used for all resource operations.
|
13
|
-
# If you do not pass +:client+, a default client will be constructed.
|
14
|
-
# client = Aws::FSx::Client.new(region: 'us-west-2')
|
15
|
-
# resource = Aws::FSx::Resource.new(client: client)
|
9
|
+
|
16
10
|
class Resource
|
17
11
|
|
18
12
|
# @param options ({})
|
data/lib/aws-sdk-fsx/types.rb
CHANGED
@@ -51,6 +51,100 @@ module Aws::FSx
|
|
51
51
|
include Aws::Structure
|
52
52
|
end
|
53
53
|
|
54
|
+
# Describes a specific Amazon FSx Administrative Action for the current
|
55
|
+
# Windows file system.
|
56
|
+
#
|
57
|
+
# @!attribute [rw] administrative_action_type
|
58
|
+
# Describes the type of administrative action, as follows:
|
59
|
+
#
|
60
|
+
# * `FILE_SYSTEM_UPDATE` - A file system update administrative action
|
61
|
+
# initiated by the user from the Amazon FSx console, API
|
62
|
+
# (UpdateFileSystem), or CLI (update-file-system). A
|
63
|
+
#
|
64
|
+
# * `STORAGE_OPTIMIZATION` - Once the `FILE_SYSTEM_UPDATE` task to
|
65
|
+
# increase a file system's storage capacity completes successfully,
|
66
|
+
# a `STORAGE_OPTIMIZATION` task starts. Storage optimization is the
|
67
|
+
# process of migrating the file system data to the new, larger
|
68
|
+
# disks. You can track the storage migration progress using the
|
69
|
+
# `ProgressPercent` property. When `STORAGE_OPTIMIZATION` completes
|
70
|
+
# successfully, the parent `FILE_SYSTEM_UPDATE` action status
|
71
|
+
# changes to `COMPLETED`. For more information, see [Managing
|
72
|
+
# Storage Capacity][1].
|
73
|
+
#
|
74
|
+
#
|
75
|
+
#
|
76
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html
|
77
|
+
# @return [String]
|
78
|
+
#
|
79
|
+
# @!attribute [rw] progress_percent
|
80
|
+
# Provides the percent complete of a `STORAGE_OPTIMIZATION`
|
81
|
+
# administrative action.
|
82
|
+
# @return [Integer]
|
83
|
+
#
|
84
|
+
# @!attribute [rw] request_time
|
85
|
+
# Time that the administrative action request was received.
|
86
|
+
# @return [Time]
|
87
|
+
#
|
88
|
+
# @!attribute [rw] status
|
89
|
+
# Describes the status of the administrative action, as follows:
|
90
|
+
#
|
91
|
+
# * `FAILED` - Amazon FSx failed to process the administrative action
|
92
|
+
# successfully.
|
93
|
+
#
|
94
|
+
# * `IN_PROGRESS` - Amazon FSx is processing the administrative
|
95
|
+
# action.
|
96
|
+
#
|
97
|
+
# * `PENDING` - Amazon FSx is waiting to process the administrative
|
98
|
+
# action.
|
99
|
+
#
|
100
|
+
# * `COMPLETED` - Amazon FSx has finished processing the
|
101
|
+
# administrative task.
|
102
|
+
#
|
103
|
+
# * `UPDATED_OPTIMIZING` - For a storage capacity increase update,
|
104
|
+
# Amazon FSx has updated the file system with the new storage
|
105
|
+
# capacity, and is now performing the storage optimization process.
|
106
|
+
# For more information, see [Managing Storage Capacity][1].
|
107
|
+
#
|
108
|
+
#
|
109
|
+
#
|
110
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html
|
111
|
+
# @return [String]
|
112
|
+
#
|
113
|
+
# @!attribute [rw] target_file_system_values
|
114
|
+
# Describes the target `StorageCapacity` or `ThroughputCapacity` value
|
115
|
+
# provided in the `UpdateFileSystem` operation. Returned for
|
116
|
+
# `FILE_SYSTEM_UPDATE` administrative actions.
|
117
|
+
# @return [Types::FileSystem]
|
118
|
+
#
|
119
|
+
# @!attribute [rw] failure_details
|
120
|
+
# Provides information about a failed administrative action.
|
121
|
+
# @return [Types::AdministrativeActionFailureDetails]
|
122
|
+
#
|
123
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/AdministrativeAction AWS API Documentation
|
124
|
+
#
|
125
|
+
class AdministrativeAction < Struct.new(
|
126
|
+
:administrative_action_type,
|
127
|
+
:progress_percent,
|
128
|
+
:request_time,
|
129
|
+
:status,
|
130
|
+
:target_file_system_values,
|
131
|
+
:failure_details)
|
132
|
+
include Aws::Structure
|
133
|
+
end
|
134
|
+
|
135
|
+
# Provides information about a failed administrative action.
|
136
|
+
#
|
137
|
+
# @!attribute [rw] message
|
138
|
+
# Error message providing details about the failure.
|
139
|
+
# @return [String]
|
140
|
+
#
|
141
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/AdministrativeActionFailureDetails AWS API Documentation
|
142
|
+
#
|
143
|
+
class AdministrativeActionFailureDetails < Struct.new(
|
144
|
+
:message)
|
145
|
+
include Aws::Structure
|
146
|
+
end
|
147
|
+
|
54
148
|
# A backup of an Amazon FSx for Windows File Server file system. You can
|
55
149
|
# create a new file system from a backup to protect against data loss.
|
56
150
|
#
|
@@ -391,7 +485,11 @@ module Aws::FSx
|
|
391
485
|
# @!attribute [rw] paths
|
392
486
|
# (Optional) The path or paths on the Amazon FSx file system to use
|
393
487
|
# when the data repository task is processed. The default path is the
|
394
|
-
# file system root directory.
|
488
|
+
# file system root directory. The paths you provide need to be
|
489
|
+
# relative to the mount point of the file system. If the mount point
|
490
|
+
# is `/mnt/fsx` and `/mnt/fsx/path1` is a directory or file on the
|
491
|
+
# file system you want to export, then the path to provide is `path1`.
|
492
|
+
# If a path that you provide isn't valid, the task fails.
|
395
493
|
# @return [Array<String>]
|
396
494
|
#
|
397
495
|
# @!attribute [rw] file_system_id
|
@@ -402,7 +500,12 @@ module Aws::FSx
|
|
402
500
|
# Defines whether or not Amazon FSx provides a CompletionReport once
|
403
501
|
# the task has completed. A CompletionReport provides a detailed
|
404
502
|
# report on the files that Amazon FSx processed that meet the criteria
|
405
|
-
# specified by the `Scope` parameter.
|
503
|
+
# specified by the `Scope` parameter. For more information, see
|
504
|
+
# [Working with Task Completion Reports][1].
|
505
|
+
#
|
506
|
+
#
|
507
|
+
#
|
508
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/task-completion-report.html
|
406
509
|
# @return [Types::CompletionReport]
|
407
510
|
#
|
408
511
|
# @!attribute [rw] client_request_token
|
@@ -468,7 +571,7 @@ module Aws::FSx
|
|
468
571
|
# password: "DirectoryPassword", # required
|
469
572
|
# dns_ips: ["IpAddress"], # required
|
470
573
|
# },
|
471
|
-
# deployment_type: "MULTI_AZ_1", # accepts MULTI_AZ_1, SINGLE_AZ_1
|
574
|
+
# deployment_type: "MULTI_AZ_1", # accepts MULTI_AZ_1, SINGLE_AZ_1, SINGLE_AZ_2
|
472
575
|
# preferred_subnet_id: "SubnetId",
|
473
576
|
# throughput_capacity: 1, # required
|
474
577
|
# weekly_maintenance_start_time: "WeeklyTime",
|
@@ -476,6 +579,7 @@ module Aws::FSx
|
|
476
579
|
# automatic_backup_retention_days: 1,
|
477
580
|
# copy_tags_to_backups: false,
|
478
581
|
# },
|
582
|
+
# storage_type: "SSD", # accepts SSD, HDD
|
479
583
|
# }
|
480
584
|
#
|
481
585
|
# @!attribute [rw] backup_id
|
@@ -494,16 +598,23 @@ module Aws::FSx
|
|
494
598
|
# @return [String]
|
495
599
|
#
|
496
600
|
# @!attribute [rw] subnet_ids
|
497
|
-
#
|
498
|
-
# accessible from.
|
499
|
-
#
|
601
|
+
# Specifies the IDs of the subnets that the file system will be
|
602
|
+
# accessible from. For Windows `MULTI_AZ_1` file system deployment
|
603
|
+
# types, provide exactly two subnet IDs, one for the preferred file
|
604
|
+
# server and one for the standby file server. You specify one of these
|
605
|
+
# subnets as the preferred subnet using the `WindowsConfiguration >
|
606
|
+
# PreferredSubnetID` property.
|
607
|
+
#
|
608
|
+
# For Windows `SINGLE_AZ_1` and `SINGLE_AZ_2` deployment types and
|
609
|
+
# Lustre file systems, provide exactly one subnet ID. The file server
|
610
|
+
# is launched in that subnet's Availability Zone.
|
500
611
|
# @return [Array<String>]
|
501
612
|
#
|
502
613
|
# @!attribute [rw] security_group_ids
|
503
614
|
# A list of IDs for the security groups that apply to the specified
|
504
615
|
# network interfaces created for file system access. These security
|
505
616
|
# groups apply to all network interfaces. This value isn't returned
|
506
|
-
# in later
|
617
|
+
# in later DescribeFileSystem requests.
|
507
618
|
# @return [Array<String>]
|
508
619
|
#
|
509
620
|
# @!attribute [rw] tags
|
@@ -516,6 +627,29 @@ module Aws::FSx
|
|
516
627
|
# The configuration for this Microsoft Windows file system.
|
517
628
|
# @return [Types::CreateFileSystemWindowsConfiguration]
|
518
629
|
#
|
630
|
+
# @!attribute [rw] storage_type
|
631
|
+
# Sets the storage type for the Windows file system you're creating
|
632
|
+
# from a backup. Valid values are `SSD` and `HDD`.
|
633
|
+
#
|
634
|
+
# * Set to `SSD` to use solid state drive storage. Supported on all
|
635
|
+
# Windows deployment types.
|
636
|
+
#
|
637
|
+
# * Set to `HDD` to use hard disk drive storage. Supported on
|
638
|
+
# `SINGLE_AZ_2` and `MULTI_AZ_1` Windows file system deployment
|
639
|
+
# types.
|
640
|
+
#
|
641
|
+
# Default value is `SSD`.
|
642
|
+
#
|
643
|
+
# <note markdown="1"> HDD and SSD storage types have different minimum storage capacity
|
644
|
+
# requirements. A restored file system's storage capacity is tied to
|
645
|
+
# the file system that was backed up. You can create a file system
|
646
|
+
# that uses HDD storage from a backup of a file system that used SSD
|
647
|
+
# storage only if the original SSD file system had a storage capacity
|
648
|
+
# of at least 2000 GiB.
|
649
|
+
#
|
650
|
+
# </note>
|
651
|
+
# @return [String]
|
652
|
+
#
|
519
653
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemFromBackupRequest AWS API Documentation
|
520
654
|
#
|
521
655
|
class CreateFileSystemFromBackupRequest < Struct.new(
|
@@ -524,7 +658,8 @@ module Aws::FSx
|
|
524
658
|
:subnet_ids,
|
525
659
|
:security_group_ids,
|
526
660
|
:tags,
|
527
|
-
:windows_configuration
|
661
|
+
:windows_configuration,
|
662
|
+
:storage_type)
|
528
663
|
include Aws::Structure
|
529
664
|
end
|
530
665
|
|
@@ -541,8 +676,7 @@ module Aws::FSx
|
|
541
676
|
include Aws::Structure
|
542
677
|
end
|
543
678
|
|
544
|
-
# The Lustre configuration for the file system being created.
|
545
|
-
# is required if `FileSystemType` is set to `LUSTRE`.
|
679
|
+
# The Lustre configuration for the file system being created.
|
546
680
|
#
|
547
681
|
# @note When making an API call, you may pass CreateFileSystemLustreConfiguration
|
548
682
|
# data as a hash:
|
@@ -557,8 +691,9 @@ module Aws::FSx
|
|
557
691
|
# }
|
558
692
|
#
|
559
693
|
# @!attribute [rw] weekly_maintenance_start_time
|
560
|
-
# The preferred time to perform weekly maintenance,
|
561
|
-
# zone
|
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.
|
562
697
|
# @return [String]
|
563
698
|
#
|
564
699
|
# @!attribute [rw] import_path
|
@@ -632,14 +767,14 @@ module Aws::FSx
|
|
632
767
|
# @return [String]
|
633
768
|
#
|
634
769
|
# @!attribute [rw] per_unit_storage_throughput
|
635
|
-
#
|
770
|
+
# Required for the `PERSISTENT_1` deployment type, describes the
|
636
771
|
# amount of read and write throughput for each 1 tebibyte of storage,
|
637
772
|
# in MB/s/TiB. File system throughput capacity is calculated by
|
638
773
|
# multiplying file system storage capacity (TiB) by the
|
639
774
|
# PerUnitStorageThroughput (MB/s/TiB). For a 2.4 TiB file system,
|
640
|
-
# provisioning 50 MB/s/TiB of PerUnitStorageThroughput yields
|
775
|
+
# provisioning 50 MB/s/TiB of PerUnitStorageThroughput yields 117 MB/s
|
641
776
|
# of file system throughput. You pay for the amount of throughput that
|
642
|
-
# you provision.
|
777
|
+
# you provision.
|
643
778
|
#
|
644
779
|
# Valid values are 50, 100, 200.
|
645
780
|
# @return [Integer]
|
@@ -665,6 +800,7 @@ module Aws::FSx
|
|
665
800
|
# client_request_token: "ClientRequestToken",
|
666
801
|
# file_system_type: "WINDOWS", # required, accepts WINDOWS, LUSTRE
|
667
802
|
# storage_capacity: 1, # required
|
803
|
+
# storage_type: "SSD", # accepts SSD, HDD
|
668
804
|
# subnet_ids: ["SubnetId"], # required
|
669
805
|
# security_group_ids: ["SecurityGroupId"],
|
670
806
|
# tags: [
|
@@ -684,7 +820,7 @@ module Aws::FSx
|
|
684
820
|
# password: "DirectoryPassword", # required
|
685
821
|
# dns_ips: ["IpAddress"], # required
|
686
822
|
# },
|
687
|
-
# deployment_type: "MULTI_AZ_1", # accepts MULTI_AZ_1, SINGLE_AZ_1
|
823
|
+
# deployment_type: "MULTI_AZ_1", # accepts MULTI_AZ_1, SINGLE_AZ_1, SINGLE_AZ_2
|
688
824
|
# preferred_subnet_id: "SubnetId",
|
689
825
|
# throughput_capacity: 1, # required
|
690
826
|
# weekly_maintenance_start_time: "WeeklyTime",
|
@@ -718,16 +854,44 @@ module Aws::FSx
|
|
718
854
|
# @return [String]
|
719
855
|
#
|
720
856
|
# @!attribute [rw] storage_capacity
|
721
|
-
#
|
857
|
+
# Sets the storage capacity of the file system that you're creating.
|
858
|
+
#
|
859
|
+
# For Lustre file systems:
|
860
|
+
#
|
861
|
+
# * For `SCRATCH_2` and `PERSISTENT_1` deployment types, valid values
|
862
|
+
# are 1.2, 2.4, and increments of 2.4 TiB.
|
722
863
|
#
|
723
|
-
# For
|
864
|
+
# * For `SCRATCH_1` deployment type, valid values are 1.2, 2.4, and
|
865
|
+
# increments of 3.6 TiB.
|
724
866
|
#
|
725
|
-
# For
|
726
|
-
#
|
727
|
-
#
|
728
|
-
#
|
867
|
+
# For Windows file systems:
|
868
|
+
#
|
869
|
+
# * If `StorageType=SSD`, valid values are 32 GiB - 65,536 GiB (64
|
870
|
+
# TiB).
|
871
|
+
#
|
872
|
+
# * If `StorageType=HDD`, valid values are 2000 GiB - 65,536 GiB (64
|
873
|
+
# TiB).
|
729
874
|
# @return [Integer]
|
730
875
|
#
|
876
|
+
# @!attribute [rw] storage_type
|
877
|
+
# Sets the storage type for the Amazon FSx for Windows file system
|
878
|
+
# you're creating. Valid values are `SSD` and `HDD`.
|
879
|
+
#
|
880
|
+
# * Set to `SSD` to use solid state drive storage. SSD is supported on
|
881
|
+
# all Windows deployment types.
|
882
|
+
#
|
883
|
+
# * Set to `HDD` to use hard disk drive storage. HDD is supported on
|
884
|
+
# `SINGLE_AZ_2` and `MULTI_AZ_1` Windows file system deployment
|
885
|
+
# types.
|
886
|
+
#
|
887
|
+
# Default value is `SSD`. For more information, see [ Storage Type
|
888
|
+
# Options][1] in the *Amazon FSx for Windows User Guide*.
|
889
|
+
#
|
890
|
+
#
|
891
|
+
#
|
892
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/optimize-fsx-costs.html#storage-type-options
|
893
|
+
# @return [String]
|
894
|
+
#
|
731
895
|
# @!attribute [rw] subnet_ids
|
732
896
|
# Specifies the IDs of the subnets that the file system will be
|
733
897
|
# accessible from. For Windows `MULTI_AZ_1` file system deployment
|
@@ -736,9 +900,9 @@ module Aws::FSx
|
|
736
900
|
# subnets as the preferred subnet using the `WindowsConfiguration >
|
737
901
|
# PreferredSubnetID` property.
|
738
902
|
#
|
739
|
-
# For Windows `SINGLE_AZ_1` file system deployment
|
740
|
-
# file systems, provide exactly one subnet ID. The
|
741
|
-
# launched in that subnet's Availability Zone.
|
903
|
+
# For Windows `SINGLE_AZ_1` and `SINGLE_AZ_2` file system deployment
|
904
|
+
# types and Lustre file systems, provide exactly one subnet ID. The
|
905
|
+
# file server is launched in that subnet's Availability Zone.
|
742
906
|
# @return [Array<String>]
|
743
907
|
#
|
744
908
|
# @!attribute [rw] security_group_ids
|
@@ -769,13 +933,11 @@ module Aws::FSx
|
|
769
933
|
#
|
770
934
|
# @!attribute [rw] windows_configuration
|
771
935
|
# The Microsoft Windows configuration for the file system being
|
772
|
-
# created.
|
773
|
-
# `WINDOWS`.
|
936
|
+
# created.
|
774
937
|
# @return [Types::CreateFileSystemWindowsConfiguration]
|
775
938
|
#
|
776
939
|
# @!attribute [rw] lustre_configuration
|
777
|
-
# The Lustre configuration for the file system being created.
|
778
|
-
# value is required if `FileSystemType` is set to `LUSTRE`.
|
940
|
+
# The Lustre configuration for the file system being created.
|
779
941
|
# @return [Types::CreateFileSystemLustreConfiguration]
|
780
942
|
#
|
781
943
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemRequest AWS API Documentation
|
@@ -784,6 +946,7 @@ module Aws::FSx
|
|
784
946
|
:client_request_token,
|
785
947
|
:file_system_type,
|
786
948
|
:storage_capacity,
|
949
|
+
:storage_type,
|
787
950
|
:subnet_ids,
|
788
951
|
:security_group_ids,
|
789
952
|
:tags,
|
@@ -822,7 +985,7 @@ module Aws::FSx
|
|
822
985
|
# password: "DirectoryPassword", # required
|
823
986
|
# dns_ips: ["IpAddress"], # required
|
824
987
|
# },
|
825
|
-
# deployment_type: "MULTI_AZ_1", # accepts MULTI_AZ_1, SINGLE_AZ_1
|
988
|
+
# deployment_type: "MULTI_AZ_1", # accepts MULTI_AZ_1, SINGLE_AZ_1, SINGLE_AZ_2
|
826
989
|
# preferred_subnet_id: "SubnetId",
|
827
990
|
# throughput_capacity: 1, # required
|
828
991
|
# weekly_maintenance_start_time: "WeeklyTime",
|
@@ -846,17 +1009,21 @@ module Aws::FSx
|
|
846
1009
|
# Specifies the file system deployment type, valid values are the
|
847
1010
|
# following:
|
848
1011
|
#
|
849
|
-
# *
|
1012
|
+
# * `MULTI_AZ_1` - Deploys a high availability file system that is
|
850
1013
|
# configured for Multi-AZ redundancy to tolerate temporary
|
851
1014
|
# Availability Zone (AZ) unavailability. You can only deploy a
|
852
1015
|
# Multi-AZ file system in AWS Regions that have a minimum of three
|
853
|
-
# Availability Zones.
|
1016
|
+
# Availability Zones. Also supports HDD storage type
|
854
1017
|
#
|
855
|
-
# *
|
1018
|
+
# * `SINGLE_AZ_1` - (Default) Choose to deploy a file system that is
|
856
1019
|
# configured for single AZ redundancy.
|
857
1020
|
#
|
858
|
-
#
|
859
|
-
#
|
1021
|
+
# * `SINGLE_AZ_2` - The latest generation Single AZ file system.
|
1022
|
+
# Specifies a file system that is configured for single AZ
|
1023
|
+
# redundancy and supports HDD storage type.
|
1024
|
+
#
|
1025
|
+
# For more information, see [ Availability and Durability: Single-AZ
|
1026
|
+
# and Multi-AZ File Systems][1].
|
860
1027
|
#
|
861
1028
|
#
|
862
1029
|
#
|
@@ -880,7 +1047,8 @@ module Aws::FSx
|
|
880
1047
|
#
|
881
1048
|
# @!attribute [rw] weekly_maintenance_start_time
|
882
1049
|
# The preferred start time to perform weekly maintenance, formatted
|
883
|
-
# d:HH:MM in the UTC time zone
|
1050
|
+
# d:HH:MM in the UTC time zone, where d is the weekday number, from 1
|
1051
|
+
# through 7, beginning with Monday and ending with Sunday.
|
884
1052
|
# @return [String]
|
885
1053
|
#
|
886
1054
|
# @!attribute [rw] daily_automatic_backup_start_time
|
@@ -1638,14 +1806,29 @@ module Aws::FSx
|
|
1638
1806
|
# The storage capacity of the file system in gigabytes (GB).
|
1639
1807
|
# @return [Integer]
|
1640
1808
|
#
|
1809
|
+
# @!attribute [rw] storage_type
|
1810
|
+
# The storage type of the file system. Valid values are `SSD` and
|
1811
|
+
# `HDD`. If set to `SSD`, the file system uses solid state drive
|
1812
|
+
# storage. If set to `HDD`, the file system uses hard disk drive
|
1813
|
+
# storage.
|
1814
|
+
# @return [String]
|
1815
|
+
#
|
1641
1816
|
# @!attribute [rw] vpc_id
|
1642
1817
|
# The ID of the primary VPC for the file system.
|
1643
1818
|
# @return [String]
|
1644
1819
|
#
|
1645
1820
|
# @!attribute [rw] subnet_ids
|
1646
|
-
#
|
1647
|
-
#
|
1648
|
-
#
|
1821
|
+
# Specifies the IDs of the subnets that the file system is accessible
|
1822
|
+
# from. For Windows `MULTI_AZ_1` file system deployment type, there
|
1823
|
+
# are two subnet IDs, one for the preferred file server and one for
|
1824
|
+
# the standby file server. The preferred file server subnet identified
|
1825
|
+
# in the `PreferredSubnetID` property. All other file systems have
|
1826
|
+
# only one subnet ID.
|
1827
|
+
#
|
1828
|
+
# For Lustre file systems, and Single-AZ Windows file systems, this is
|
1829
|
+
# the ID of the subnet that contains the endpoint for the file system.
|
1830
|
+
# For `MULTI_AZ_1` Windows file systems, the endpoint for the file
|
1831
|
+
# system is available in the `PreferredSubnetID`.
|
1649
1832
|
# @return [Array<String>]
|
1650
1833
|
#
|
1651
1834
|
# @!attribute [rw] network_interface_ids
|
@@ -1705,6 +1888,13 @@ module Aws::FSx
|
|
1705
1888
|
# The configuration for the Amazon FSx for Lustre file system.
|
1706
1889
|
# @return [Types::LustreFileSystemConfiguration]
|
1707
1890
|
#
|
1891
|
+
# @!attribute [rw] administrative_actions
|
1892
|
+
# A list of administrative actions for the file system that are in
|
1893
|
+
# process or waiting to be processed. Administrative actions describe
|
1894
|
+
# changes to the Windows file system that you have initiated using the
|
1895
|
+
# `UpdateFileSystem` action.
|
1896
|
+
# @return [Array<Types::AdministrativeAction>]
|
1897
|
+
#
|
1708
1898
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/FileSystem AWS API Documentation
|
1709
1899
|
#
|
1710
1900
|
class FileSystem < Struct.new(
|
@@ -1715,6 +1905,7 @@ module Aws::FSx
|
|
1715
1905
|
:lifecycle,
|
1716
1906
|
:failure_details,
|
1717
1907
|
:storage_capacity,
|
1908
|
+
:storage_type,
|
1718
1909
|
:vpc_id,
|
1719
1910
|
:subnet_ids,
|
1720
1911
|
:network_interface_ids,
|
@@ -1723,7 +1914,8 @@ module Aws::FSx
|
|
1723
1914
|
:resource_arn,
|
1724
1915
|
:tags,
|
1725
1916
|
:windows_configuration,
|
1726
|
-
:lustre_configuration
|
1917
|
+
:lustre_configuration,
|
1918
|
+
:administrative_actions)
|
1727
1919
|
include Aws::Structure
|
1728
1920
|
end
|
1729
1921
|
|
@@ -1960,7 +2152,9 @@ module Aws::FSx
|
|
1960
2152
|
# The configuration for the Amazon FSx for Lustre file system.
|
1961
2153
|
#
|
1962
2154
|
# @!attribute [rw] weekly_maintenance_start_time
|
1963
|
-
# The
|
2155
|
+
# The preferred start time to perform weekly maintenance, formatted
|
2156
|
+
# d:HH:MM in the UTC time zone. d is the weekday number, from 1
|
2157
|
+
# through 7, beginning with Monday and ending with Sunday.
|
1964
2158
|
# @return [String]
|
1965
2159
|
#
|
1966
2160
|
# @!attribute [rw] data_repository_configuration
|
@@ -2202,8 +2396,7 @@ module Aws::FSx
|
|
2202
2396
|
end
|
2203
2397
|
|
2204
2398
|
# The configuration that Amazon FSx uses to join the Windows File Server
|
2205
|
-
# instance to
|
2206
|
-
# directory.
|
2399
|
+
# instance to a self-managed Microsoft Active Directory (AD) directory.
|
2207
2400
|
#
|
2208
2401
|
# @note When making an API call, you may pass SelfManagedActiveDirectoryConfigurationUpdates
|
2209
2402
|
# data as a hash:
|
@@ -2387,8 +2580,9 @@ module Aws::FSx
|
|
2387
2580
|
# }
|
2388
2581
|
#
|
2389
2582
|
# @!attribute [rw] weekly_maintenance_start_time
|
2390
|
-
# The preferred time to perform weekly maintenance,
|
2391
|
-
# zone.
|
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.
|
2392
2586
|
# @return [String]
|
2393
2587
|
#
|
2394
2588
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemLustreConfiguration AWS API Documentation
|
@@ -2406,10 +2600,12 @@ module Aws::FSx
|
|
2406
2600
|
# {
|
2407
2601
|
# file_system_id: "FileSystemId", # required
|
2408
2602
|
# client_request_token: "ClientRequestToken",
|
2603
|
+
# storage_capacity: 1,
|
2409
2604
|
# windows_configuration: {
|
2410
2605
|
# weekly_maintenance_start_time: "WeeklyTime",
|
2411
2606
|
# daily_automatic_backup_start_time: "DailyTime",
|
2412
2607
|
# automatic_backup_retention_days: 1,
|
2608
|
+
# throughput_capacity: 1,
|
2413
2609
|
# self_managed_active_directory_configuration: {
|
2414
2610
|
# user_name: "DirectoryUserName",
|
2415
2611
|
# password: "DirectoryPassword",
|
@@ -2422,23 +2618,38 @@ module Aws::FSx
|
|
2422
2618
|
# }
|
2423
2619
|
#
|
2424
2620
|
# @!attribute [rw] file_system_id
|
2425
|
-
#
|
2621
|
+
# Identifies the file system that you are updating.
|
2426
2622
|
# @return [String]
|
2427
2623
|
#
|
2428
2624
|
# @!attribute [rw] client_request_token
|
2429
|
-
#
|
2430
|
-
#
|
2431
|
-
#
|
2432
|
-
#
|
2625
|
+
# A string of up to 64 ASCII characters that Amazon FSx uses to ensure
|
2626
|
+
# idempotent updates. This string is automatically filled on your
|
2627
|
+
# behalf when you use the AWS Command Line Interface (AWS CLI) or an
|
2628
|
+
# AWS SDK.
|
2433
2629
|
#
|
2434
2630
|
# **A suitable default value is auto-generated.** You should normally
|
2435
2631
|
# not need to pass this option.
|
2436
2632
|
# @return [String]
|
2437
2633
|
#
|
2634
|
+
# @!attribute [rw] storage_capacity
|
2635
|
+
# Use this parameter to increase the storage capacity of an Amazon FSx
|
2636
|
+
# for Windows File Server file system. Specifies the storage capacity
|
2637
|
+
# target value, GiB, for the file system you're updating. The storage
|
2638
|
+
# capacity target value must be at least 10 percent (%) greater than
|
2639
|
+
# the current storage capacity value. In order to increase storage
|
2640
|
+
# capacity, the file system needs to have at least 16 MB/s of
|
2641
|
+
# throughput capacity. You cannot make a storage capacity increase
|
2642
|
+
# request if there is an existing storage capacity increase request in
|
2643
|
+
# progress. For more information, see [Managing Storage Capacity][1].
|
2644
|
+
#
|
2645
|
+
#
|
2646
|
+
#
|
2647
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html
|
2648
|
+
# @return [Integer]
|
2649
|
+
#
|
2438
2650
|
# @!attribute [rw] windows_configuration
|
2439
|
-
# The configuration
|
2440
|
-
#
|
2441
|
-
# self-managed Active Directory configuration.
|
2651
|
+
# The configuration updates for an Amazon FSx for Windows File Server
|
2652
|
+
# file system.
|
2442
2653
|
# @return [Types::UpdateFileSystemWindowsConfiguration]
|
2443
2654
|
#
|
2444
2655
|
# @!attribute [rw] lustre_configuration
|
@@ -2451,6 +2662,7 @@ module Aws::FSx
|
|
2451
2662
|
class UpdateFileSystemRequest < Struct.new(
|
2452
2663
|
:file_system_id,
|
2453
2664
|
:client_request_token,
|
2665
|
+
:storage_capacity,
|
2454
2666
|
:windows_configuration,
|
2455
2667
|
:lustre_configuration)
|
2456
2668
|
include Aws::Structure
|
@@ -2469,10 +2681,9 @@ module Aws::FSx
|
|
2469
2681
|
include Aws::Structure
|
2470
2682
|
end
|
2471
2683
|
|
2472
|
-
# Updates the
|
2473
|
-
#
|
2474
|
-
#
|
2475
|
-
# specify a non-null value for a property, that property is not updated.
|
2684
|
+
# Updates the configuration for an existing Amazon FSx for Windows File
|
2685
|
+
# Server file system. Amazon FSx only overwrites existing properties
|
2686
|
+
# with non-null values provided in the request.
|
2476
2687
|
#
|
2477
2688
|
# @note When making an API call, you may pass UpdateFileSystemWindowsConfiguration
|
2478
2689
|
# data as a hash:
|
@@ -2481,6 +2692,7 @@ module Aws::FSx
|
|
2481
2692
|
# weekly_maintenance_start_time: "WeeklyTime",
|
2482
2693
|
# daily_automatic_backup_start_time: "DailyTime",
|
2483
2694
|
# automatic_backup_retention_days: 1,
|
2695
|
+
# throughput_capacity: 1,
|
2484
2696
|
# self_managed_active_directory_configuration: {
|
2485
2697
|
# user_name: "DirectoryUserName",
|
2486
2698
|
# password: "DirectoryPassword",
|
@@ -2489,24 +2701,45 @@ module Aws::FSx
|
|
2489
2701
|
# }
|
2490
2702
|
#
|
2491
2703
|
# @!attribute [rw] weekly_maintenance_start_time
|
2492
|
-
# The preferred time to perform weekly maintenance,
|
2493
|
-
# zone.
|
2704
|
+
# The preferred start time to perform weekly maintenance, formatted
|
2705
|
+
# d:HH:MM in the UTC time zone. Where d is the weekday number, from 1
|
2706
|
+
# through 7, with 1 = Monday and 7 = Sunday.
|
2494
2707
|
# @return [String]
|
2495
2708
|
#
|
2496
2709
|
# @!attribute [rw] daily_automatic_backup_start_time
|
2497
|
-
# The preferred time to
|
2498
|
-
# zone
|
2710
|
+
# The preferred time to start the daily automatic backup, in the UTC
|
2711
|
+
# time zone, for example, `02:00`
|
2499
2712
|
# @return [String]
|
2500
2713
|
#
|
2501
2714
|
# @!attribute [rw] automatic_backup_retention_days
|
2502
|
-
# The number of days to retain automatic backups. Setting this
|
2503
|
-
# disables automatic backups. You can retain
|
2504
|
-
# maximum of 35 days.
|
2715
|
+
# The number of days to retain automatic daily backups. Setting this
|
2716
|
+
# to zero (0) disables automatic daily backups. You can retain
|
2717
|
+
# automatic daily backups for a maximum of 35 days. For more
|
2718
|
+
# information, see [Working with Automatic Daily Backups][1].
|
2719
|
+
#
|
2720
|
+
#
|
2721
|
+
#
|
2722
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html#automatic-backups
|
2723
|
+
# @return [Integer]
|
2724
|
+
#
|
2725
|
+
# @!attribute [rw] throughput_capacity
|
2726
|
+
# Sets the target value for a file system's throughput capacity, in
|
2727
|
+
# MB/s, that you are updating the file system to. Valid values are 8,
|
2728
|
+
# 16, 32, 64, 128, 256, 512, 1024, 2048. You cannot make a throughput
|
2729
|
+
# capacity update request if there is an existing throughput capacity
|
2730
|
+
# update request in progress. For more information, see [Managing
|
2731
|
+
# Throughput Capacity][1].
|
2732
|
+
#
|
2733
|
+
#
|
2734
|
+
#
|
2735
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-throughput-capacity.html
|
2505
2736
|
# @return [Integer]
|
2506
2737
|
#
|
2507
2738
|
# @!attribute [rw] self_managed_active_directory_configuration
|
2508
2739
|
# The configuration Amazon FSx uses to join the Windows File Server
|
2509
|
-
# instance to the self-managed Microsoft AD directory.
|
2740
|
+
# instance to the self-managed Microsoft AD directory. You cannot make
|
2741
|
+
# a self-managed Microsoft AD update request if there is an existing
|
2742
|
+
# self-managed Microsoft AD update request in progress.
|
2510
2743
|
# @return [Types::SelfManagedActiveDirectoryConfigurationUpdates]
|
2511
2744
|
#
|
2512
2745
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemWindowsConfiguration AWS API Documentation
|
@@ -2515,6 +2748,7 @@ module Aws::FSx
|
|
2515
2748
|
:weekly_maintenance_start_time,
|
2516
2749
|
:daily_automatic_backup_start_time,
|
2517
2750
|
:automatic_backup_retention_days,
|
2751
|
+
:throughput_capacity,
|
2518
2752
|
:self_managed_active_directory_configuration)
|
2519
2753
|
include Aws::Structure
|
2520
2754
|
end
|
@@ -2537,10 +2771,21 @@ module Aws::FSx
|
|
2537
2771
|
#
|
2538
2772
|
# * `MULTI_AZ_1` - Specifies a high availability file system that is
|
2539
2773
|
# configured for Multi-AZ redundancy to tolerate temporary
|
2540
|
-
# Availability Zone (AZ) unavailability
|
2774
|
+
# Availability Zone (AZ) unavailability, and supports SSD and HDD
|
2775
|
+
# storage.
|
2541
2776
|
#
|
2542
2777
|
# * `SINGLE_AZ_1` - (Default) Specifies a file system that is
|
2543
|
-
# configured for single AZ redundancy.
|
2778
|
+
# configured for single AZ redundancy, only supports SSD storage.
|
2779
|
+
#
|
2780
|
+
# * `SINGLE_AZ_2` - Latest generation Single AZ file system. Specifies
|
2781
|
+
# a file system that is configured for single AZ redundancy and
|
2782
|
+
# supports SSD and HDD storage.
|
2783
|
+
#
|
2784
|
+
# For more information, see [Single-AZ and Multi-AZ File Systems][1].
|
2785
|
+
#
|
2786
|
+
#
|
2787
|
+
#
|
2788
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/high-availability-multiAZ.html
|
2544
2789
|
# @return [String]
|
2545
2790
|
#
|
2546
2791
|
# @!attribute [rw] remote_administration_endpoint
|
@@ -2548,8 +2793,8 @@ module Aws::FSx
|
|
2548
2793
|
# administrative tasks on the file system using Amazon FSx Remote
|
2549
2794
|
# PowerShell.
|
2550
2795
|
#
|
2551
|
-
# For `SINGLE_AZ_1` deployment types, this is the
|
2552
|
-
# system.
|
2796
|
+
# For `SINGLE_AZ_1` and `SINGLE_AZ_2` deployment types, this is the
|
2797
|
+
# DNS name of the file system.
|
2553
2798
|
#
|
2554
2799
|
# This endpoint is temporarily unavailable when the file system is
|
2555
2800
|
# undergoing maintenance.
|
@@ -2562,8 +2807,14 @@ module Aws::FSx
|
|
2562
2807
|
# traffic from this subnet except in the event of a failover to the
|
2563
2808
|
# secondary file server.
|
2564
2809
|
#
|
2565
|
-
# For `SINGLE_AZ_1` deployment types, this value is
|
2566
|
-
# for `SubnetIDs`.
|
2810
|
+
# For `SINGLE_AZ_1` and `SINGLE_AZ_2` deployment types, this value is
|
2811
|
+
# the same as that for `SubnetIDs`. For more information, see
|
2812
|
+
# [Availability and Durability: Single-AZ and Multi-AZ File
|
2813
|
+
# Systems][1]
|
2814
|
+
#
|
2815
|
+
#
|
2816
|
+
#
|
2817
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/high-availability-multiAZ.html#single-multi-az-resources
|
2567
2818
|
# @return [String]
|
2568
2819
|
#
|
2569
2820
|
# @!attribute [rw] preferred_file_server_ip
|
@@ -2572,13 +2823,12 @@ module Aws::FSx
|
|
2572
2823
|
#
|
2573
2824
|
# Use this IP address when mounting the file system on Linux SMB
|
2574
2825
|
# clients or Windows SMB clients that are not joined to a Microsoft
|
2575
|
-
# Active Directory. Applicable for
|
2576
|
-
#
|
2577
|
-
#
|
2578
|
-
#
|
2579
|
-
#
|
2580
|
-
#
|
2581
|
-
# [https://docs.aws.amazon.com/fsx/latest/WindowsGuide/accessing-file-shares.html][1].
|
2826
|
+
# Active Directory. Applicable for all Windows file system deployment
|
2827
|
+
# types. This IP address is temporarily unavailable when the file
|
2828
|
+
# system is undergoing maintenance. For Linux and Windows SMB clients
|
2829
|
+
# that are joined to an Active Directory, use the file system's
|
2830
|
+
# DNSName instead. For more information on mapping and mounting file
|
2831
|
+
# shares, see [Accessing File Shares][1].
|
2582
2832
|
#
|
2583
2833
|
#
|
2584
2834
|
#
|
@@ -2595,8 +2845,9 @@ module Aws::FSx
|
|
2595
2845
|
# @return [Array<String>]
|
2596
2846
|
#
|
2597
2847
|
# @!attribute [rw] weekly_maintenance_start_time
|
2598
|
-
# The preferred time to perform weekly maintenance,
|
2599
|
-
# zone.
|
2848
|
+
# The preferred start time to perform weekly maintenance, formatted
|
2849
|
+
# d:HH:MM in the UTC time zone. d is the weekday number, from 1
|
2850
|
+
# through 7, beginning with Monday and ending with Sunday.
|
2600
2851
|
# @return [String]
|
2601
2852
|
#
|
2602
2853
|
# @!attribute [rw] daily_automatic_backup_start_time
|