aws-sdk-fsx 1.26.0 → 1.32.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-fsx.rb +4 -3
- data/lib/aws-sdk-fsx/client.rb +299 -36
- data/lib/aws-sdk-fsx/client_api.rb +89 -0
- data/lib/aws-sdk-fsx/types.rb +411 -27
- metadata +4 -4
@@ -22,7 +22,14 @@ module Aws::FSx
|
|
22
22
|
AdministrativeActionFailureDetails = Shapes::StructureShape.new(name: 'AdministrativeActionFailureDetails')
|
23
23
|
AdministrativeActionType = Shapes::StringShape.new(name: 'AdministrativeActionType')
|
24
24
|
AdministrativeActions = Shapes::ListShape.new(name: 'AdministrativeActions')
|
25
|
+
Alias = Shapes::StructureShape.new(name: 'Alias')
|
26
|
+
AliasLifecycle = Shapes::StringShape.new(name: 'AliasLifecycle')
|
27
|
+
Aliases = Shapes::ListShape.new(name: 'Aliases')
|
28
|
+
AlternateDNSName = Shapes::StringShape.new(name: 'AlternateDNSName')
|
29
|
+
AlternateDNSNames = Shapes::ListShape.new(name: 'AlternateDNSNames')
|
25
30
|
ArchivePath = Shapes::StringShape.new(name: 'ArchivePath')
|
31
|
+
AssociateFileSystemAliasesRequest = Shapes::StructureShape.new(name: 'AssociateFileSystemAliasesRequest')
|
32
|
+
AssociateFileSystemAliasesResponse = Shapes::StructureShape.new(name: 'AssociateFileSystemAliasesResponse')
|
26
33
|
AutoImportPolicyType = Shapes::StringShape.new(name: 'AutoImportPolicyType')
|
27
34
|
AutomaticBackupRetentionDays = Shapes::IntegerShape.new(name: 'AutomaticBackupRetentionDays')
|
28
35
|
Backup = Shapes::StructureShape.new(name: 'Backup')
|
@@ -84,12 +91,17 @@ module Aws::FSx
|
|
84
91
|
DescribeBackupsResponse = Shapes::StructureShape.new(name: 'DescribeBackupsResponse')
|
85
92
|
DescribeDataRepositoryTasksRequest = Shapes::StructureShape.new(name: 'DescribeDataRepositoryTasksRequest')
|
86
93
|
DescribeDataRepositoryTasksResponse = Shapes::StructureShape.new(name: 'DescribeDataRepositoryTasksResponse')
|
94
|
+
DescribeFileSystemAliasesRequest = Shapes::StructureShape.new(name: 'DescribeFileSystemAliasesRequest')
|
95
|
+
DescribeFileSystemAliasesResponse = Shapes::StructureShape.new(name: 'DescribeFileSystemAliasesResponse')
|
87
96
|
DescribeFileSystemsRequest = Shapes::StructureShape.new(name: 'DescribeFileSystemsRequest')
|
88
97
|
DescribeFileSystemsResponse = Shapes::StructureShape.new(name: 'DescribeFileSystemsResponse')
|
89
98
|
DirectoryId = Shapes::StringShape.new(name: 'DirectoryId')
|
90
99
|
DirectoryPassword = Shapes::StringShape.new(name: 'DirectoryPassword')
|
91
100
|
DirectoryUserName = Shapes::StringShape.new(name: 'DirectoryUserName')
|
101
|
+
DisassociateFileSystemAliasesRequest = Shapes::StructureShape.new(name: 'DisassociateFileSystemAliasesRequest')
|
102
|
+
DisassociateFileSystemAliasesResponse = Shapes::StructureShape.new(name: 'DisassociateFileSystemAliasesResponse')
|
92
103
|
DnsIps = Shapes::ListShape.new(name: 'DnsIps')
|
104
|
+
DriveCacheType = Shapes::StringShape.new(name: 'DriveCacheType')
|
93
105
|
EndTime = Shapes::TimestampShape.new(name: 'EndTime')
|
94
106
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
95
107
|
FailedCount = Shapes::IntegerShape.new(name: 'FailedCount')
|
@@ -200,6 +212,22 @@ module Aws::FSx
|
|
200
212
|
|
201
213
|
AdministrativeActions.member = Shapes::ShapeRef.new(shape: AdministrativeAction)
|
202
214
|
|
215
|
+
Alias.add_member(:name, Shapes::ShapeRef.new(shape: AlternateDNSName, location_name: "Name"))
|
216
|
+
Alias.add_member(:lifecycle, Shapes::ShapeRef.new(shape: AliasLifecycle, location_name: "Lifecycle"))
|
217
|
+
Alias.struct_class = Types::Alias
|
218
|
+
|
219
|
+
Aliases.member = Shapes::ShapeRef.new(shape: Alias)
|
220
|
+
|
221
|
+
AlternateDNSNames.member = Shapes::ShapeRef.new(shape: AlternateDNSName)
|
222
|
+
|
223
|
+
AssociateFileSystemAliasesRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
224
|
+
AssociateFileSystemAliasesRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
|
225
|
+
AssociateFileSystemAliasesRequest.add_member(:aliases, Shapes::ShapeRef.new(shape: AlternateDNSNames, required: true, location_name: "Aliases"))
|
226
|
+
AssociateFileSystemAliasesRequest.struct_class = Types::AssociateFileSystemAliasesRequest
|
227
|
+
|
228
|
+
AssociateFileSystemAliasesResponse.add_member(:aliases, Shapes::ShapeRef.new(shape: Aliases, location_name: "Aliases"))
|
229
|
+
AssociateFileSystemAliasesResponse.struct_class = Types::AssociateFileSystemAliasesResponse
|
230
|
+
|
203
231
|
Backup.add_member(:backup_id, Shapes::ShapeRef.new(shape: BackupId, required: true, location_name: "BackupId"))
|
204
232
|
Backup.add_member(:lifecycle, Shapes::ShapeRef.new(shape: BackupLifecycle, required: true, location_name: "Lifecycle"))
|
205
233
|
Backup.add_member(:failure_details, Shapes::ShapeRef.new(shape: BackupFailureDetails, location_name: "FailureDetails"))
|
@@ -288,6 +316,7 @@ module Aws::FSx
|
|
288
316
|
CreateFileSystemLustreConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
|
289
317
|
CreateFileSystemLustreConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
|
290
318
|
CreateFileSystemLustreConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
|
319
|
+
CreateFileSystemLustreConfiguration.add_member(:drive_cache_type, Shapes::ShapeRef.new(shape: DriveCacheType, location_name: "DriveCacheType"))
|
291
320
|
CreateFileSystemLustreConfiguration.struct_class = Types::CreateFileSystemLustreConfiguration
|
292
321
|
|
293
322
|
CreateFileSystemRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
@@ -314,6 +343,7 @@ module Aws::FSx
|
|
314
343
|
CreateFileSystemWindowsConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
|
315
344
|
CreateFileSystemWindowsConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
|
316
345
|
CreateFileSystemWindowsConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
|
346
|
+
CreateFileSystemWindowsConfiguration.add_member(:aliases, Shapes::ShapeRef.new(shape: AlternateDNSNames, location_name: "Aliases"))
|
317
347
|
CreateFileSystemWindowsConfiguration.struct_class = Types::CreateFileSystemWindowsConfiguration
|
318
348
|
|
319
349
|
DataRepositoryConfiguration.add_member(:lifecycle, Shapes::ShapeRef.new(shape: DataRepositoryLifecycle, location_name: "Lifecycle"))
|
@@ -428,6 +458,16 @@ module Aws::FSx
|
|
428
458
|
DescribeDataRepositoryTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
429
459
|
DescribeDataRepositoryTasksResponse.struct_class = Types::DescribeDataRepositoryTasksResponse
|
430
460
|
|
461
|
+
DescribeFileSystemAliasesRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
462
|
+
DescribeFileSystemAliasesRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
|
463
|
+
DescribeFileSystemAliasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
464
|
+
DescribeFileSystemAliasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
465
|
+
DescribeFileSystemAliasesRequest.struct_class = Types::DescribeFileSystemAliasesRequest
|
466
|
+
|
467
|
+
DescribeFileSystemAliasesResponse.add_member(:aliases, Shapes::ShapeRef.new(shape: Aliases, location_name: "Aliases"))
|
468
|
+
DescribeFileSystemAliasesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
469
|
+
DescribeFileSystemAliasesResponse.struct_class = Types::DescribeFileSystemAliasesResponse
|
470
|
+
|
431
471
|
DescribeFileSystemsRequest.add_member(:file_system_ids, Shapes::ShapeRef.new(shape: FileSystemIds, location_name: "FileSystemIds"))
|
432
472
|
DescribeFileSystemsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
433
473
|
DescribeFileSystemsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
@@ -437,6 +477,14 @@ module Aws::FSx
|
|
437
477
|
DescribeFileSystemsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
438
478
|
DescribeFileSystemsResponse.struct_class = Types::DescribeFileSystemsResponse
|
439
479
|
|
480
|
+
DisassociateFileSystemAliasesRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
481
|
+
DisassociateFileSystemAliasesRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
|
482
|
+
DisassociateFileSystemAliasesRequest.add_member(:aliases, Shapes::ShapeRef.new(shape: AlternateDNSNames, required: true, location_name: "Aliases"))
|
483
|
+
DisassociateFileSystemAliasesRequest.struct_class = Types::DisassociateFileSystemAliasesRequest
|
484
|
+
|
485
|
+
DisassociateFileSystemAliasesResponse.add_member(:aliases, Shapes::ShapeRef.new(shape: Aliases, location_name: "Aliases"))
|
486
|
+
DisassociateFileSystemAliasesResponse.struct_class = Types::DisassociateFileSystemAliasesResponse
|
487
|
+
|
440
488
|
DnsIps.member = Shapes::ShapeRef.new(shape: IpAddress)
|
441
489
|
|
442
490
|
FileSystem.add_member(:owner_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "OwnerId"))
|
@@ -517,6 +565,7 @@ module Aws::FSx
|
|
517
565
|
LustreFileSystemConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
|
518
566
|
LustreFileSystemConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
|
519
567
|
LustreFileSystemConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
|
568
|
+
LustreFileSystemConfiguration.add_member(:drive_cache_type, Shapes::ShapeRef.new(shape: DriveCacheType, location_name: "DriveCacheType"))
|
520
569
|
LustreFileSystemConfiguration.struct_class = Types::LustreFileSystemConfiguration
|
521
570
|
|
522
571
|
MissingFileSystemConfiguration.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
@@ -624,6 +673,7 @@ module Aws::FSx
|
|
624
673
|
WindowsFileSystemConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
|
625
674
|
WindowsFileSystemConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
|
626
675
|
WindowsFileSystemConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
|
676
|
+
WindowsFileSystemConfiguration.add_member(:aliases, Shapes::ShapeRef.new(shape: Aliases, location_name: "Aliases"))
|
627
677
|
WindowsFileSystemConfiguration.struct_class = Types::WindowsFileSystemConfiguration
|
628
678
|
|
629
679
|
|
@@ -645,6 +695,17 @@ module Aws::FSx
|
|
645
695
|
"uid" => "fsx-2018-03-01",
|
646
696
|
}
|
647
697
|
|
698
|
+
api.add_operation(:associate_file_system_aliases, Seahorse::Model::Operation.new.tap do |o|
|
699
|
+
o.name = "AssociateFileSystemAliases"
|
700
|
+
o.http_method = "POST"
|
701
|
+
o.http_request_uri = "/"
|
702
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateFileSystemAliasesRequest)
|
703
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateFileSystemAliasesResponse)
|
704
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequest)
|
705
|
+
o.errors << Shapes::ShapeRef.new(shape: FileSystemNotFound)
|
706
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
707
|
+
end)
|
708
|
+
|
648
709
|
api.add_operation(:cancel_data_repository_task, Seahorse::Model::Operation.new.tap do |o|
|
649
710
|
o.name = "CancelDataRepositoryTask"
|
650
711
|
o.http_method = "POST"
|
@@ -786,6 +847,23 @@ module Aws::FSx
|
|
786
847
|
)
|
787
848
|
end)
|
788
849
|
|
850
|
+
api.add_operation(:describe_file_system_aliases, Seahorse::Model::Operation.new.tap do |o|
|
851
|
+
o.name = "DescribeFileSystemAliases"
|
852
|
+
o.http_method = "POST"
|
853
|
+
o.http_request_uri = "/"
|
854
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeFileSystemAliasesRequest)
|
855
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeFileSystemAliasesResponse)
|
856
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequest)
|
857
|
+
o.errors << Shapes::ShapeRef.new(shape: FileSystemNotFound)
|
858
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
859
|
+
o[:pager] = Aws::Pager.new(
|
860
|
+
limit_key: "max_results",
|
861
|
+
tokens: {
|
862
|
+
"next_token" => "next_token"
|
863
|
+
}
|
864
|
+
)
|
865
|
+
end)
|
866
|
+
|
789
867
|
api.add_operation(:describe_file_systems, Seahorse::Model::Operation.new.tap do |o|
|
790
868
|
o.name = "DescribeFileSystems"
|
791
869
|
o.http_method = "POST"
|
@@ -803,6 +881,17 @@ module Aws::FSx
|
|
803
881
|
)
|
804
882
|
end)
|
805
883
|
|
884
|
+
api.add_operation(:disassociate_file_system_aliases, Seahorse::Model::Operation.new.tap do |o|
|
885
|
+
o.name = "DisassociateFileSystemAliases"
|
886
|
+
o.http_method = "POST"
|
887
|
+
o.http_request_uri = "/"
|
888
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateFileSystemAliasesRequest)
|
889
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateFileSystemAliasesResponse)
|
890
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequest)
|
891
|
+
o.errors << Shapes::ShapeRef.new(shape: FileSystemNotFound)
|
892
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
893
|
+
end)
|
894
|
+
|
806
895
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
807
896
|
o.name = "ListTagsForResource"
|
808
897
|
o.http_method = "POST"
|
data/lib/aws-sdk-fsx/types.rb
CHANGED
@@ -63,7 +63,7 @@ module Aws::FSx
|
|
63
63
|
#
|
64
64
|
# * `FILE_SYSTEM_UPDATE` - A file system update administrative action
|
65
65
|
# initiated by the user from the Amazon FSx console, API
|
66
|
-
# (UpdateFileSystem), or CLI (update-file-system).
|
66
|
+
# (UpdateFileSystem), or CLI (update-file-system).
|
67
67
|
#
|
68
68
|
# * `STORAGE_OPTIMIZATION` - Once the `FILE_SYSTEM_UPDATE` task to
|
69
69
|
# increase a file system's storage capacity completes successfully,
|
@@ -75,6 +75,14 @@ module Aws::FSx
|
|
75
75
|
# changes to `COMPLETED`. For more information, see [Managing
|
76
76
|
# Storage Capacity][1].
|
77
77
|
#
|
78
|
+
# * `FILE_SYSTEM_ALIAS_ASSOCIATION` - A file system update to
|
79
|
+
# associate a new DNS alias with the file system. For more
|
80
|
+
# information, see .
|
81
|
+
#
|
82
|
+
# * `FILE_SYSTEM_ALIAS_DISASSOCIATION` - A file system update to
|
83
|
+
# disassociate a DNS alias from the file system. For more
|
84
|
+
# information, see .
|
85
|
+
#
|
78
86
|
#
|
79
87
|
#
|
80
88
|
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html
|
@@ -82,7 +90,8 @@ module Aws::FSx
|
|
82
90
|
#
|
83
91
|
# @!attribute [rw] progress_percent
|
84
92
|
# Provides the percent complete of a `STORAGE_OPTIMIZATION`
|
85
|
-
# administrative action.
|
93
|
+
# administrative action. Does not apply to any other administrative
|
94
|
+
# action type.
|
86
95
|
# @return [Integer]
|
87
96
|
#
|
88
97
|
# @!attribute [rw] request_time
|
@@ -115,8 +124,8 @@ module Aws::FSx
|
|
115
124
|
# @return [String]
|
116
125
|
#
|
117
126
|
# @!attribute [rw] target_file_system_values
|
118
|
-
# Describes the target
|
119
|
-
#
|
127
|
+
# Describes the target value for the administration action, provided
|
128
|
+
# in the `UpdateFileSystem` operation. Returned for
|
120
129
|
# `FILE_SYSTEM_UPDATE` administrative actions.
|
121
130
|
# @return [Types::FileSystem]
|
122
131
|
#
|
@@ -140,7 +149,8 @@ module Aws::FSx
|
|
140
149
|
# Provides information about a failed administrative action.
|
141
150
|
#
|
142
151
|
# @!attribute [rw] message
|
143
|
-
# Error message providing details about the
|
152
|
+
# Error message providing details about the failed administrative
|
153
|
+
# action.
|
144
154
|
# @return [String]
|
145
155
|
#
|
146
156
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/AdministrativeActionFailureDetails AWS API Documentation
|
@@ -151,6 +161,140 @@ module Aws::FSx
|
|
151
161
|
include Aws::Structure
|
152
162
|
end
|
153
163
|
|
164
|
+
# A DNS alias that is associated with the file system. You can use a DNS
|
165
|
+
# alias to access a file system using user-defined DNS names, in
|
166
|
+
# addition to the default DNS name that Amazon FSx assigns to the file
|
167
|
+
# system. For more information, see [DNS aliases][1] in the *FSx for
|
168
|
+
# Windows File Server User Guide*.
|
169
|
+
#
|
170
|
+
#
|
171
|
+
#
|
172
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html
|
173
|
+
#
|
174
|
+
# @!attribute [rw] name
|
175
|
+
# The name of the DNS alias. The alias name has to meet the following
|
176
|
+
# requirements:
|
177
|
+
#
|
178
|
+
# * Formatted as a fully-qualified domain name (FQDN),
|
179
|
+
# `hostname.domain`, for example, `accounting.example.com`.
|
180
|
+
#
|
181
|
+
# * Can contain alphanumeric characters and the hyphen (-).
|
182
|
+
#
|
183
|
+
# * Cannot start or end with a hyphen.
|
184
|
+
#
|
185
|
+
# * Can start with a numeric.
|
186
|
+
#
|
187
|
+
# For DNS names, Amazon FSx stores alphabetic characters as lowercase
|
188
|
+
# letters (a-z), regardless of how you specify them: as uppercase
|
189
|
+
# letters, lowercase letters, or the corresponding letters in escape
|
190
|
+
# codes.
|
191
|
+
# @return [String]
|
192
|
+
#
|
193
|
+
# @!attribute [rw] lifecycle
|
194
|
+
# Describes the state of the DNS alias.
|
195
|
+
#
|
196
|
+
# * AVAILABLE - The DNS alias is associated with an Amazon FSx file
|
197
|
+
# system.
|
198
|
+
#
|
199
|
+
# * CREATING - Amazon FSx is creating the DNS alias and associating it
|
200
|
+
# with the file system.
|
201
|
+
#
|
202
|
+
# * CREATE\_FAILED - Amazon FSx was unable to associate the DNS alias
|
203
|
+
# with the file system.
|
204
|
+
#
|
205
|
+
# * DELETING - Amazon FSx is disassociating the DNS alias from the
|
206
|
+
# file system and deleting it.
|
207
|
+
#
|
208
|
+
# * DELETE\_FAILED - Amazon FSx was unable to disassocate the DNS
|
209
|
+
# alias from the file system.
|
210
|
+
# @return [String]
|
211
|
+
#
|
212
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/Alias AWS API Documentation
|
213
|
+
#
|
214
|
+
class Alias < Struct.new(
|
215
|
+
:name,
|
216
|
+
:lifecycle)
|
217
|
+
SENSITIVE = []
|
218
|
+
include Aws::Structure
|
219
|
+
end
|
220
|
+
|
221
|
+
# The request object specifying one or more DNS alias names to associate
|
222
|
+
# with an Amazon FSx for Windows File Server file system.
|
223
|
+
#
|
224
|
+
# @note When making an API call, you may pass AssociateFileSystemAliasesRequest
|
225
|
+
# data as a hash:
|
226
|
+
#
|
227
|
+
# {
|
228
|
+
# client_request_token: "ClientRequestToken",
|
229
|
+
# file_system_id: "FileSystemId", # required
|
230
|
+
# aliases: ["AlternateDNSName"], # required
|
231
|
+
# }
|
232
|
+
#
|
233
|
+
# @!attribute [rw] client_request_token
|
234
|
+
# (Optional) An idempotency token for resource creation, in a string
|
235
|
+
# of up to 64 ASCII characters. This token is automatically filled on
|
236
|
+
# your behalf when you use the AWS Command Line Interface (AWS CLI) or
|
237
|
+
# an AWS SDK.
|
238
|
+
#
|
239
|
+
# **A suitable default value is auto-generated.** You should normally
|
240
|
+
# not need to pass this option.
|
241
|
+
# @return [String]
|
242
|
+
#
|
243
|
+
# @!attribute [rw] file_system_id
|
244
|
+
# Specifies the file system with which you want to associate one or
|
245
|
+
# more DNS aliases.
|
246
|
+
# @return [String]
|
247
|
+
#
|
248
|
+
# @!attribute [rw] aliases
|
249
|
+
# An array of one or more DNS alias names to associate with the file
|
250
|
+
# system. The alias name has to comply with the following formatting
|
251
|
+
# requirements:
|
252
|
+
#
|
253
|
+
# * Formatted as a fully-qualified domain name (FQDN), <i>
|
254
|
+
# <code>hostname.domain</code> </i>, for example,
|
255
|
+
# `accounting.corp.example.com`.
|
256
|
+
#
|
257
|
+
# * Can contain alphanumeric characters and the hyphen (-).
|
258
|
+
#
|
259
|
+
# * Cannot start or end with a hyphen.
|
260
|
+
#
|
261
|
+
# * Can start with a numeric.
|
262
|
+
#
|
263
|
+
# For DNS alias names, Amazon FSx stores alphabetic characters as
|
264
|
+
# lowercase letters (a-z), regardless of how you specify them: as
|
265
|
+
# uppercase letters, lowercase letters, or the corresponding letters
|
266
|
+
# in escape codes.
|
267
|
+
# @return [Array<String>]
|
268
|
+
#
|
269
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/AssociateFileSystemAliasesRequest AWS API Documentation
|
270
|
+
#
|
271
|
+
class AssociateFileSystemAliasesRequest < Struct.new(
|
272
|
+
:client_request_token,
|
273
|
+
:file_system_id,
|
274
|
+
:aliases)
|
275
|
+
SENSITIVE = []
|
276
|
+
include Aws::Structure
|
277
|
+
end
|
278
|
+
|
279
|
+
# The system generated response showing the DNS aliases that Amazon FSx
|
280
|
+
# is attempting to associate with the file system. Use the API operation
|
281
|
+
# to monitor the status of the aliases Amazon FSx is associating with
|
282
|
+
# the file system. It can take up to 2.5 minutes for the alias status to
|
283
|
+
# change from `CREATING` to `AVAILABLE`.
|
284
|
+
#
|
285
|
+
# @!attribute [rw] aliases
|
286
|
+
# An array of the DNS aliases that Amazon FSx is associating with the
|
287
|
+
# file system.
|
288
|
+
# @return [Array<Types::Alias>]
|
289
|
+
#
|
290
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/AssociateFileSystemAliasesResponse AWS API Documentation
|
291
|
+
#
|
292
|
+
class AssociateFileSystemAliasesResponse < Struct.new(
|
293
|
+
:aliases)
|
294
|
+
SENSITIVE = []
|
295
|
+
include Aws::Structure
|
296
|
+
end
|
297
|
+
|
154
298
|
# A backup of an Amazon FSx for file system.
|
155
299
|
#
|
156
300
|
# @!attribute [rw] backup_id
|
@@ -159,6 +303,17 @@ module Aws::FSx
|
|
159
303
|
#
|
160
304
|
# @!attribute [rw] lifecycle
|
161
305
|
# The lifecycle status of the backup.
|
306
|
+
#
|
307
|
+
# * `AVAILABLE` - The backup is fully available.
|
308
|
+
#
|
309
|
+
# * `CREATING` - FSx is creating the backup.
|
310
|
+
#
|
311
|
+
# * `TRANSFERRING` - For Lustre file systems only; FSx is transferring
|
312
|
+
# the backup to S3.
|
313
|
+
#
|
314
|
+
# * `DELETED` - The backup was deleted is no longer available.
|
315
|
+
#
|
316
|
+
# * `FAILED` - Amazon FSx could not complete the backup.
|
162
317
|
# @return [String]
|
163
318
|
#
|
164
319
|
# @!attribute [rw] failure_details
|
@@ -179,8 +334,7 @@ module Aws::FSx
|
|
179
334
|
#
|
180
335
|
# @!attribute [rw] kms_key_id
|
181
336
|
# The ID of the AWS Key Management Service (AWS KMS) key used to
|
182
|
-
# encrypt
|
183
|
-
# data at rest. Amazon FSx for Lustre does not support KMS encryption.
|
337
|
+
# encrypt the backup of the Amazon FSx file system's data at rest.
|
184
338
|
# @return [String]
|
185
339
|
#
|
186
340
|
# @!attribute [rw] resource_arn
|
@@ -599,6 +753,7 @@ module Aws::FSx
|
|
599
753
|
# daily_automatic_backup_start_time: "DailyTime",
|
600
754
|
# automatic_backup_retention_days: 1,
|
601
755
|
# copy_tags_to_backups: false,
|
756
|
+
# aliases: ["AlternateDNSName"],
|
602
757
|
# },
|
603
758
|
# lustre_configuration: {
|
604
759
|
# weekly_maintenance_start_time: "WeeklyTime",
|
@@ -611,6 +766,7 @@ module Aws::FSx
|
|
611
766
|
# daily_automatic_backup_start_time: "DailyTime",
|
612
767
|
# automatic_backup_retention_days: 1,
|
613
768
|
# copy_tags_to_backups: false,
|
769
|
+
# drive_cache_type: "NONE", # accepts NONE, READ
|
614
770
|
# },
|
615
771
|
# storage_type: "SSD", # accepts SSD, HDD
|
616
772
|
# }
|
@@ -732,6 +888,7 @@ module Aws::FSx
|
|
732
888
|
# daily_automatic_backup_start_time: "DailyTime",
|
733
889
|
# automatic_backup_retention_days: 1,
|
734
890
|
# copy_tags_to_backups: false,
|
891
|
+
# drive_cache_type: "NONE", # accepts NONE, READ
|
735
892
|
# }
|
736
893
|
#
|
737
894
|
# @!attribute [rw] weekly_maintenance_start_time
|
@@ -846,11 +1003,12 @@ module Aws::FSx
|
|
846
1003
|
# in MB/s/TiB. File system throughput capacity is calculated by
|
847
1004
|
# multiplying file system storage capacity (TiB) by the
|
848
1005
|
# PerUnitStorageThroughput (MB/s/TiB). For a 2.4 TiB file system,
|
849
|
-
# provisioning 50 MB/s/TiB of PerUnitStorageThroughput yields
|
1006
|
+
# provisioning 50 MB/s/TiB of PerUnitStorageThroughput yields 120 MB/s
|
850
1007
|
# of file system throughput. You pay for the amount of throughput that
|
851
1008
|
# you provision.
|
852
1009
|
#
|
853
|
-
# Valid values
|
1010
|
+
# Valid values for SSD storage: 50, 100, 200. Valid values for HDD
|
1011
|
+
# storage: 12, 40.
|
854
1012
|
# @return [Integer]
|
855
1013
|
#
|
856
1014
|
# @!attribute [rw] daily_automatic_backup_start_time
|
@@ -862,7 +1020,7 @@ module Aws::FSx
|
|
862
1020
|
# @!attribute [rw] automatic_backup_retention_days
|
863
1021
|
# The number of days to retain automatic backups. Setting this to 0
|
864
1022
|
# disables automatic backups. You can retain automatic backups for a
|
865
|
-
# maximum of
|
1023
|
+
# maximum of 90 days. The default is 0.
|
866
1024
|
# @return [Integer]
|
867
1025
|
#
|
868
1026
|
# @!attribute [rw] copy_tags_to_backups
|
@@ -884,6 +1042,16 @@ module Aws::FSx
|
|
884
1042
|
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html
|
885
1043
|
# @return [Boolean]
|
886
1044
|
#
|
1045
|
+
# @!attribute [rw] drive_cache_type
|
1046
|
+
# The type of drive cache used by PERSISTENT\_1 file systems that are
|
1047
|
+
# provisioned with HDD storage devices. This parameter is required
|
1048
|
+
# when storage type is HDD. Set to `READ`, improve the performance for
|
1049
|
+
# frequently accessed files and allows 20% of the total storage
|
1050
|
+
# capacity of the file system to be cached.
|
1051
|
+
#
|
1052
|
+
# This parameter is required when `StorageType` is set to HDD.
|
1053
|
+
# @return [String]
|
1054
|
+
#
|
887
1055
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemLustreConfiguration AWS API Documentation
|
888
1056
|
#
|
889
1057
|
class CreateFileSystemLustreConfiguration < Struct.new(
|
@@ -896,7 +1064,8 @@ module Aws::FSx
|
|
896
1064
|
:per_unit_storage_throughput,
|
897
1065
|
:daily_automatic_backup_start_time,
|
898
1066
|
:automatic_backup_retention_days,
|
899
|
-
:copy_tags_to_backups
|
1067
|
+
:copy_tags_to_backups,
|
1068
|
+
:drive_cache_type)
|
900
1069
|
SENSITIVE = []
|
901
1070
|
include Aws::Structure
|
902
1071
|
end
|
@@ -937,6 +1106,7 @@ module Aws::FSx
|
|
937
1106
|
# daily_automatic_backup_start_time: "DailyTime",
|
938
1107
|
# automatic_backup_retention_days: 1,
|
939
1108
|
# copy_tags_to_backups: false,
|
1109
|
+
# aliases: ["AlternateDNSName"],
|
940
1110
|
# },
|
941
1111
|
# lustre_configuration: {
|
942
1112
|
# weekly_maintenance_start_time: "WeeklyTime",
|
@@ -949,6 +1119,7 @@ module Aws::FSx
|
|
949
1119
|
# daily_automatic_backup_start_time: "DailyTime",
|
950
1120
|
# automatic_backup_retention_days: 1,
|
951
1121
|
# copy_tags_to_backups: false,
|
1122
|
+
# drive_cache_type: "NONE", # accepts NONE, READ
|
952
1123
|
# },
|
953
1124
|
# }
|
954
1125
|
#
|
@@ -972,8 +1143,12 @@ module Aws::FSx
|
|
972
1143
|
#
|
973
1144
|
# For Lustre file systems:
|
974
1145
|
#
|
975
|
-
# * For `SCRATCH_2` and `PERSISTENT_1` deployment types, valid
|
976
|
-
# are 1200 GiB, 2400 GiB, and increments of 2400 GiB.
|
1146
|
+
# * For `SCRATCH_2` and `PERSISTENT_1 SSD` deployment types, valid
|
1147
|
+
# values are 1200 GiB, 2400 GiB, and increments of 2400 GiB.
|
1148
|
+
#
|
1149
|
+
# * For `PERSISTENT HDD` file systems, valid values are increments of
|
1150
|
+
# 6000 GiB for 12 MB/s/TiB file systems and increments of 1800 GiB
|
1151
|
+
# for 40 MB/s/TiB file systems.
|
977
1152
|
#
|
978
1153
|
# * For `SCRATCH_1` deployment type, valid values are 1200 GiB, 2400
|
979
1154
|
# GiB, and increments of 3600 GiB.
|
@@ -988,22 +1163,24 @@ module Aws::FSx
|
|
988
1163
|
# @return [Integer]
|
989
1164
|
#
|
990
1165
|
# @!attribute [rw] storage_type
|
991
|
-
# Sets the storage type for the
|
992
|
-
#
|
1166
|
+
# Sets the storage type for the file system you're creating. Valid
|
1167
|
+
# values are `SSD` and `HDD`.
|
993
1168
|
#
|
994
1169
|
# * Set to `SSD` to use solid state drive storage. SSD is supported on
|
995
|
-
# all Windows deployment types.
|
1170
|
+
# all Windows and Lustre deployment types.
|
996
1171
|
#
|
997
1172
|
# * Set to `HDD` to use hard disk drive storage. HDD is supported on
|
998
1173
|
# `SINGLE_AZ_2` and `MULTI_AZ_1` Windows file system deployment
|
999
|
-
# types.
|
1174
|
+
# types, and on `PERSISTENT` Lustre file system deployment types.
|
1000
1175
|
#
|
1001
1176
|
# Default value is `SSD`. For more information, see [ Storage Type
|
1002
|
-
# Options][1] in the *Amazon FSx for Windows User Guide
|
1177
|
+
# Options][1] in the *Amazon FSx for Windows User Guide* and [Multiple
|
1178
|
+
# Storage Options][2] in the *Amazon FSx for Lustre User Guide*.
|
1003
1179
|
#
|
1004
1180
|
#
|
1005
1181
|
#
|
1006
1182
|
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/optimize-fsx-costs.html#storage-type-options
|
1183
|
+
# [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/what-is.html#storage-options
|
1007
1184
|
# @return [String]
|
1008
1185
|
#
|
1009
1186
|
# @!attribute [rw] subnet_ids
|
@@ -1108,6 +1285,7 @@ module Aws::FSx
|
|
1108
1285
|
# daily_automatic_backup_start_time: "DailyTime",
|
1109
1286
|
# automatic_backup_retention_days: 1,
|
1110
1287
|
# copy_tags_to_backups: false,
|
1288
|
+
# aliases: ["AlternateDNSName"],
|
1111
1289
|
# }
|
1112
1290
|
#
|
1113
1291
|
# @!attribute [rw] active_directory_id
|
@@ -1176,7 +1354,7 @@ module Aws::FSx
|
|
1176
1354
|
# The number of days to retain automatic backups. The default is to
|
1177
1355
|
# retain backups for 7 days. Setting this value to 0 disables the
|
1178
1356
|
# creation of automatic backups. The maximum retention period for
|
1179
|
-
# backups is
|
1357
|
+
# backups is 90 days.
|
1180
1358
|
# @return [Integer]
|
1181
1359
|
#
|
1182
1360
|
# @!attribute [rw] copy_tags_to_backups
|
@@ -1190,6 +1368,44 @@ module Aws::FSx
|
|
1190
1368
|
# system, regardless of this value.
|
1191
1369
|
# @return [Boolean]
|
1192
1370
|
#
|
1371
|
+
# @!attribute [rw] aliases
|
1372
|
+
# An array of one or more DNS alias names that you want to associate
|
1373
|
+
# with the Amazon FSx file system. Aliases allow you to use existing
|
1374
|
+
# DNS names to access the data in your Amazon FSx file system. You can
|
1375
|
+
# associate up to 50 aliases with a file system at any time. You can
|
1376
|
+
# associate additional DNS aliases after you create the file system
|
1377
|
+
# using the AssociateFileSystemAliases operation. You can remove DNS
|
1378
|
+
# aliases from the file system after it is created using the
|
1379
|
+
# DisassociateFileSystemAliases operation. You only need to specify
|
1380
|
+
# the alias name in the request payload.
|
1381
|
+
#
|
1382
|
+
# For more information, see [Working with DNS Aliases][1] and
|
1383
|
+
# [Walkthrough 5: Using DNS aliases to access your file system][2],
|
1384
|
+
# including additional steps you must take to be able to access your
|
1385
|
+
# file system using a DNS alias.
|
1386
|
+
#
|
1387
|
+
# An alias name has to meet the following requirements:
|
1388
|
+
#
|
1389
|
+
# * Formatted as a fully-qualified domain name (FQDN),
|
1390
|
+
# `hostname.domain`, for example, `accounting.example.com`.
|
1391
|
+
#
|
1392
|
+
# * Can contain alphanumeric characters and the hyphen (-).
|
1393
|
+
#
|
1394
|
+
# * Cannot start or end with a hyphen.
|
1395
|
+
#
|
1396
|
+
# * Can start with a numeric.
|
1397
|
+
#
|
1398
|
+
# For DNS alias names, Amazon FSx stores alphabetic characters as
|
1399
|
+
# lowercase letters (a-z), regardless of how you specify them: as
|
1400
|
+
# uppercase letters, lowercase letters, or the corresponding letters
|
1401
|
+
# in escape codes.
|
1402
|
+
#
|
1403
|
+
#
|
1404
|
+
#
|
1405
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html
|
1406
|
+
# [2]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/walkthrough05-file-system-custom-CNAME.html
|
1407
|
+
# @return [Array<String>]
|
1408
|
+
#
|
1193
1409
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemWindowsConfiguration AWS API Documentation
|
1194
1410
|
#
|
1195
1411
|
class CreateFileSystemWindowsConfiguration < Struct.new(
|
@@ -1201,7 +1417,8 @@ module Aws::FSx
|
|
1201
1417
|
:weekly_maintenance_start_time,
|
1202
1418
|
:daily_automatic_backup_start_time,
|
1203
1419
|
:automatic_backup_retention_days,
|
1204
|
-
:copy_tags_to_backups
|
1420
|
+
:copy_tags_to_backups,
|
1421
|
+
:aliases)
|
1205
1422
|
SENSITIVE = []
|
1206
1423
|
include Aws::Structure
|
1207
1424
|
end
|
@@ -1986,6 +2203,81 @@ module Aws::FSx
|
|
1986
2203
|
include Aws::Structure
|
1987
2204
|
end
|
1988
2205
|
|
2206
|
+
# The request object for `DescribeFileSystemAliases` operation.
|
2207
|
+
#
|
2208
|
+
# @note When making an API call, you may pass DescribeFileSystemAliasesRequest
|
2209
|
+
# data as a hash:
|
2210
|
+
#
|
2211
|
+
# {
|
2212
|
+
# client_request_token: "ClientRequestToken",
|
2213
|
+
# file_system_id: "FileSystemId", # required
|
2214
|
+
# max_results: 1,
|
2215
|
+
# next_token: "NextToken",
|
2216
|
+
# }
|
2217
|
+
#
|
2218
|
+
# @!attribute [rw] client_request_token
|
2219
|
+
# (Optional) An idempotency token for resource creation, in a string
|
2220
|
+
# of up to 64 ASCII characters. This token is automatically filled on
|
2221
|
+
# your behalf when you use the AWS Command Line Interface (AWS CLI) or
|
2222
|
+
# an AWS SDK.
|
2223
|
+
#
|
2224
|
+
# **A suitable default value is auto-generated.** You should normally
|
2225
|
+
# not need to pass this option.
|
2226
|
+
# @return [String]
|
2227
|
+
#
|
2228
|
+
# @!attribute [rw] file_system_id
|
2229
|
+
# The ID of the file system to return the associated DNS aliases for
|
2230
|
+
# (String).
|
2231
|
+
# @return [String]
|
2232
|
+
#
|
2233
|
+
# @!attribute [rw] max_results
|
2234
|
+
# Maximum number of DNS aliases to return in the response (integer).
|
2235
|
+
# This parameter value must be greater than 0. The number of items
|
2236
|
+
# that Amazon FSx returns is the minimum of the `MaxResults` parameter
|
2237
|
+
# specified in the request and the service's internal maximum number
|
2238
|
+
# of items per page.
|
2239
|
+
# @return [Integer]
|
2240
|
+
#
|
2241
|
+
# @!attribute [rw] next_token
|
2242
|
+
# Opaque pagination token returned from a previous
|
2243
|
+
# `DescribeFileSystemAliases` operation (String). If a token is
|
2244
|
+
# included in the request, the action continues the list from where
|
2245
|
+
# the previous returning call left off.
|
2246
|
+
# @return [String]
|
2247
|
+
#
|
2248
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeFileSystemAliasesRequest AWS API Documentation
|
2249
|
+
#
|
2250
|
+
class DescribeFileSystemAliasesRequest < Struct.new(
|
2251
|
+
:client_request_token,
|
2252
|
+
:file_system_id,
|
2253
|
+
:max_results,
|
2254
|
+
:next_token)
|
2255
|
+
SENSITIVE = []
|
2256
|
+
include Aws::Structure
|
2257
|
+
end
|
2258
|
+
|
2259
|
+
# The response object for `DescribeFileSystemAliases` operation.
|
2260
|
+
#
|
2261
|
+
# @!attribute [rw] aliases
|
2262
|
+
# An array of one or more DNS aliases currently associated with the
|
2263
|
+
# specified file system.
|
2264
|
+
# @return [Array<Types::Alias>]
|
2265
|
+
#
|
2266
|
+
# @!attribute [rw] next_token
|
2267
|
+
# Present if there are more DNS aliases than returned in the response
|
2268
|
+
# (String). You can use the `NextToken` value in a later request to
|
2269
|
+
# fetch additional descriptions.
|
2270
|
+
# @return [String]
|
2271
|
+
#
|
2272
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeFileSystemAliasesResponse AWS API Documentation
|
2273
|
+
#
|
2274
|
+
class DescribeFileSystemAliasesResponse < Struct.new(
|
2275
|
+
:aliases,
|
2276
|
+
:next_token)
|
2277
|
+
SENSITIVE = []
|
2278
|
+
include Aws::Structure
|
2279
|
+
end
|
2280
|
+
|
1989
2281
|
# The request object for `DescribeFileSystems` operation.
|
1990
2282
|
#
|
1991
2283
|
# @note When making an API call, you may pass DescribeFileSystemsRequest
|
@@ -2047,6 +2339,66 @@ module Aws::FSx
|
|
2047
2339
|
include Aws::Structure
|
2048
2340
|
end
|
2049
2341
|
|
2342
|
+
# The request object of DNS aliases to disassociate from an Amazon FSx
|
2343
|
+
# for Windows File Server file system.
|
2344
|
+
#
|
2345
|
+
# @note When making an API call, you may pass DisassociateFileSystemAliasesRequest
|
2346
|
+
# data as a hash:
|
2347
|
+
#
|
2348
|
+
# {
|
2349
|
+
# client_request_token: "ClientRequestToken",
|
2350
|
+
# file_system_id: "FileSystemId", # required
|
2351
|
+
# aliases: ["AlternateDNSName"], # required
|
2352
|
+
# }
|
2353
|
+
#
|
2354
|
+
# @!attribute [rw] client_request_token
|
2355
|
+
# (Optional) An idempotency token for resource creation, in a string
|
2356
|
+
# of up to 64 ASCII characters. This token is automatically filled on
|
2357
|
+
# your behalf when you use the AWS Command Line Interface (AWS CLI) or
|
2358
|
+
# an AWS SDK.
|
2359
|
+
#
|
2360
|
+
# **A suitable default value is auto-generated.** You should normally
|
2361
|
+
# not need to pass this option.
|
2362
|
+
# @return [String]
|
2363
|
+
#
|
2364
|
+
# @!attribute [rw] file_system_id
|
2365
|
+
# Specifies the file system from which to disassociate the DNS
|
2366
|
+
# aliases.
|
2367
|
+
# @return [String]
|
2368
|
+
#
|
2369
|
+
# @!attribute [rw] aliases
|
2370
|
+
# An array of one or more DNS alias names to disassociate, or remove,
|
2371
|
+
# from the file system.
|
2372
|
+
# @return [Array<String>]
|
2373
|
+
#
|
2374
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DisassociateFileSystemAliasesRequest AWS API Documentation
|
2375
|
+
#
|
2376
|
+
class DisassociateFileSystemAliasesRequest < Struct.new(
|
2377
|
+
:client_request_token,
|
2378
|
+
:file_system_id,
|
2379
|
+
:aliases)
|
2380
|
+
SENSITIVE = []
|
2381
|
+
include Aws::Structure
|
2382
|
+
end
|
2383
|
+
|
2384
|
+
# The system generated response showing the DNS aliases that Amazon FSx
|
2385
|
+
# is attempting to disassociate from the file system. Use the API
|
2386
|
+
# operation to monitor the status of the aliases Amazon FSx is removing
|
2387
|
+
# from the file system.
|
2388
|
+
#
|
2389
|
+
# @!attribute [rw] aliases
|
2390
|
+
# An array of one or more DNS aliases that Amazon FSx is attempting to
|
2391
|
+
# disassociate from the file system.
|
2392
|
+
# @return [Array<Types::Alias>]
|
2393
|
+
#
|
2394
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DisassociateFileSystemAliasesResponse AWS API Documentation
|
2395
|
+
#
|
2396
|
+
class DisassociateFileSystemAliasesResponse < Struct.new(
|
2397
|
+
:aliases)
|
2398
|
+
SENSITIVE = []
|
2399
|
+
include Aws::Structure
|
2400
|
+
end
|
2401
|
+
|
2050
2402
|
# A description of a specific Amazon FSx file system.
|
2051
2403
|
#
|
2052
2404
|
# @!attribute [rw] owner_id
|
@@ -2492,7 +2844,10 @@ module Aws::FSx
|
|
2492
2844
|
# read or write throughput per 1 tebibyte of storage provisioned. File
|
2493
2845
|
# system throughput capacity is equal to Storage capacity (TiB) *
|
2494
2846
|
# PerUnitStorageThroughput (MB/s/TiB). This option is only valid for
|
2495
|
-
# `PERSISTENT_1` deployment types.
|
2847
|
+
# `PERSISTENT_1` deployment types.
|
2848
|
+
#
|
2849
|
+
# Valid values for SSD storage: 50, 100, 200. Valid values for HDD
|
2850
|
+
# storage: 12, 40.
|
2496
2851
|
# @return [Integer]
|
2497
2852
|
#
|
2498
2853
|
# @!attribute [rw] mount_name
|
@@ -2512,7 +2867,7 @@ module Aws::FSx
|
|
2512
2867
|
# @!attribute [rw] automatic_backup_retention_days
|
2513
2868
|
# The number of days to retain automatic backups. Setting this to 0
|
2514
2869
|
# disables automatic backups. You can retain automatic backups for a
|
2515
|
-
# maximum of
|
2870
|
+
# maximum of 90 days. The default is 0.
|
2516
2871
|
# @return [Integer]
|
2517
2872
|
#
|
2518
2873
|
# @!attribute [rw] copy_tags_to_backups
|
@@ -2526,6 +2881,16 @@ module Aws::FSx
|
|
2526
2881
|
# regardless of this value. (Default = false)
|
2527
2882
|
# @return [Boolean]
|
2528
2883
|
#
|
2884
|
+
# @!attribute [rw] drive_cache_type
|
2885
|
+
# The type of drive cache used by PERSISTENT\_1 file systems that are
|
2886
|
+
# provisioned with HDD storage devices. This parameter is required
|
2887
|
+
# when storage type is HDD. Set to `READ`, improve the performance for
|
2888
|
+
# frequently accessed files and allows 20% of the total storage
|
2889
|
+
# capacity of the file system to be cached.
|
2890
|
+
#
|
2891
|
+
# This parameter is required when `StorageType` is set to HDD.
|
2892
|
+
# @return [String]
|
2893
|
+
#
|
2529
2894
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/LustreFileSystemConfiguration AWS API Documentation
|
2530
2895
|
#
|
2531
2896
|
class LustreFileSystemConfiguration < Struct.new(
|
@@ -2536,7 +2901,8 @@ module Aws::FSx
|
|
2536
2901
|
:mount_name,
|
2537
2902
|
:daily_automatic_backup_start_time,
|
2538
2903
|
:automatic_backup_retention_days,
|
2539
|
-
:copy_tags_to_backups
|
2904
|
+
:copy_tags_to_backups,
|
2905
|
+
:drive_cache_type)
|
2540
2906
|
SENSITIVE = []
|
2541
2907
|
include Aws::Structure
|
2542
2908
|
end
|
@@ -2957,7 +3323,7 @@ module Aws::FSx
|
|
2957
3323
|
# @!attribute [rw] automatic_backup_retention_days
|
2958
3324
|
# The number of days to retain automatic backups. Setting this to 0
|
2959
3325
|
# disables automatic backups. You can retain automatic backups for a
|
2960
|
-
# maximum of
|
3326
|
+
# maximum of 90 days. The default is 0.
|
2961
3327
|
# @return [Integer]
|
2962
3328
|
#
|
2963
3329
|
# @!attribute [rw] auto_import_policy
|
@@ -3127,7 +3493,7 @@ module Aws::FSx
|
|
3127
3493
|
# @!attribute [rw] automatic_backup_retention_days
|
3128
3494
|
# The number of days to retain automatic daily backups. Setting this
|
3129
3495
|
# to zero (0) disables automatic daily backups. You can retain
|
3130
|
-
# automatic daily backups for a maximum of
|
3496
|
+
# automatic daily backups for a maximum of 90 days. For more
|
3131
3497
|
# information, see [Working with Automatic Daily Backups][1].
|
3132
3498
|
#
|
3133
3499
|
#
|
@@ -3272,7 +3638,7 @@ module Aws::FSx
|
|
3272
3638
|
# @!attribute [rw] automatic_backup_retention_days
|
3273
3639
|
# The number of days to retain automatic backups. Setting this to 0
|
3274
3640
|
# disables automatic backups. You can retain automatic backups for a
|
3275
|
-
# maximum of
|
3641
|
+
# maximum of 90 days.
|
3276
3642
|
# @return [Integer]
|
3277
3643
|
#
|
3278
3644
|
# @!attribute [rw] copy_tags_to_backups
|
@@ -3286,6 +3652,23 @@ module Aws::FSx
|
|
3286
3652
|
# copied from the file system, regardless of this value.
|
3287
3653
|
# @return [Boolean]
|
3288
3654
|
#
|
3655
|
+
# @!attribute [rw] aliases
|
3656
|
+
# An array of one or more DNS aliases that are currently associated
|
3657
|
+
# with the Amazon FSx file system. Aliases allow you to use existing
|
3658
|
+
# DNS names to access the data in your Amazon FSx file system. You can
|
3659
|
+
# associate up to 50 aliases with a file system at any time. You can
|
3660
|
+
# associate additional DNS aliases after you create the file system
|
3661
|
+
# using the AssociateFileSystemAliases operation. You can remove DNS
|
3662
|
+
# aliases from the file system after it is created using the
|
3663
|
+
# DisassociateFileSystemAliases operation. You only need to specify
|
3664
|
+
# the alias name in the request payload. For more information, see
|
3665
|
+
# [DNS aliases][1].
|
3666
|
+
#
|
3667
|
+
#
|
3668
|
+
#
|
3669
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html
|
3670
|
+
# @return [Array<Types::Alias>]
|
3671
|
+
#
|
3289
3672
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/WindowsFileSystemConfiguration AWS API Documentation
|
3290
3673
|
#
|
3291
3674
|
class WindowsFileSystemConfiguration < Struct.new(
|
@@ -3300,7 +3683,8 @@ module Aws::FSx
|
|
3300
3683
|
:weekly_maintenance_start_time,
|
3301
3684
|
:daily_automatic_backup_start_time,
|
3302
3685
|
:automatic_backup_retention_days,
|
3303
|
-
:copy_tags_to_backups
|
3686
|
+
:copy_tags_to_backups,
|
3687
|
+
:aliases)
|
3304
3688
|
SENSITIVE = []
|
3305
3689
|
include Aws::Structure
|
3306
3690
|
end
|