aws-sdk-fsx 1.19.0 → 1.20.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e9da1b78363fdd053e6a854ed5ff04a8e8a6fcb3e174e8a4af6ce7c38f82293a
4
- data.tar.gz: 84c53106b25197063e000b997516041ed981b72d17114992c84151b201a6339b
3
+ metadata.gz: 672f464f9df3f4a8e5cf72931c1d35904616c38fe7a251a10634fb9b9e2b07c2
4
+ data.tar.gz: f45d7c865658096307178b18dc0e2fe997ffe2b0c83037d5c12fe0a355605b75
5
5
  SHA512:
6
- metadata.gz: 1666e58c68689c495ebe8015f61120b995e86ea114f8018bdd174f145a1fa5b98b6f37e10b772b9ded6775c32be16dcd981857cfce0b513a208992ab104fe732
7
- data.tar.gz: 62ef6139cd7025e0932acfe6796c73ce6978188dcce6541c09c0c0f6b1eaf209b20afd4b4f87e1fa56a90e7a570dfe57bfbc3678249dff62e476df3e82e410a3
6
+ metadata.gz: 8c5a21f95bf10c55f586ad145bf0b2605c21dafde4a4ca11666474f7165aadd3a03761b90d833d8a8c523a472bf988614b03076d5cd4ff7ecd4e98b5ccc0a5ae
7
+ data.tar.gz: 9feaaeb1e29b525b7af4be116c6704001e2f88eef349f38f9cf442529404f4ca59412a97ce665307d406cadc1bb7cc5d46352c56b02a0b427c39430c81aa2020
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-fsx/customizations'
45
45
  # @service
46
46
  module Aws::FSx
47
47
 
48
- GEM_VERSION = '1.19.0'
48
+ GEM_VERSION = '1.20.0'
49
49
 
50
50
  end
@@ -525,6 +525,13 @@ module Aws::FSx
525
525
  # resp.backup.file_system.lustre_configuration.deployment_type #=> String, one of "SCRATCH_1", "SCRATCH_2", "PERSISTENT_1"
526
526
  # resp.backup.file_system.lustre_configuration.per_unit_storage_throughput #=> Integer
527
527
  # resp.backup.file_system.lustre_configuration.mount_name #=> String
528
+ # resp.backup.file_system.administrative_actions #=> Array
529
+ # resp.backup.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION"
530
+ # resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
531
+ # resp.backup.file_system.administrative_actions[0].request_time #=> Time
532
+ # resp.backup.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
533
+ # resp.backup.file_system.administrative_actions[0].target_file_system_values #=> Types::FileSystem
534
+ # resp.backup.file_system.administrative_actions[0].failure_details.message #=> String
528
535
  # resp.backup.directory_information.domain_name #=> String
529
536
  # resp.backup.directory_information.active_directory_id #=> String
530
537
  #
@@ -731,7 +738,7 @@ module Aws::FSx
731
738
  #
732
739
  #
733
740
  #
734
- # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/optimize-fsx-tco.html#saz-maz-storage-type
741
+ # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/optimize-fsx-costs.html#storage-type-options
735
742
  #
736
743
  # @option params [required, Array<String>] :subnet_ids
737
744
  # Specifies the IDs of the subnets that the file system will be
@@ -930,6 +937,13 @@ module Aws::FSx
930
937
  # resp.file_system.lustre_configuration.deployment_type #=> String, one of "SCRATCH_1", "SCRATCH_2", "PERSISTENT_1"
931
938
  # resp.file_system.lustre_configuration.per_unit_storage_throughput #=> Integer
932
939
  # resp.file_system.lustre_configuration.mount_name #=> String
940
+ # resp.file_system.administrative_actions #=> Array
941
+ # resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION"
942
+ # resp.file_system.administrative_actions[0].progress_percent #=> Integer
943
+ # resp.file_system.administrative_actions[0].request_time #=> Time
944
+ # resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
945
+ # resp.file_system.administrative_actions[0].target_file_system_values #=> Types::FileSystem
946
+ # resp.file_system.administrative_actions[0].failure_details.message #=> String
933
947
  #
934
948
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystem AWS API Documentation
935
949
  #
@@ -1177,6 +1191,13 @@ module Aws::FSx
1177
1191
  # resp.file_system.lustre_configuration.deployment_type #=> String, one of "SCRATCH_1", "SCRATCH_2", "PERSISTENT_1"
1178
1192
  # resp.file_system.lustre_configuration.per_unit_storage_throughput #=> Integer
1179
1193
  # resp.file_system.lustre_configuration.mount_name #=> String
1194
+ # resp.file_system.administrative_actions #=> Array
1195
+ # resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION"
1196
+ # resp.file_system.administrative_actions[0].progress_percent #=> Integer
1197
+ # resp.file_system.administrative_actions[0].request_time #=> Time
1198
+ # resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
1199
+ # resp.file_system.administrative_actions[0].target_file_system_values #=> Types::FileSystem
1200
+ # resp.file_system.administrative_actions[0].failure_details.message #=> String
1180
1201
  #
1181
1202
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemFromBackup AWS API Documentation
1182
1203
  #
@@ -1509,6 +1530,13 @@ module Aws::FSx
1509
1530
  # resp.backups[0].file_system.lustre_configuration.deployment_type #=> String, one of "SCRATCH_1", "SCRATCH_2", "PERSISTENT_1"
1510
1531
  # resp.backups[0].file_system.lustre_configuration.per_unit_storage_throughput #=> Integer
1511
1532
  # resp.backups[0].file_system.lustre_configuration.mount_name #=> String
1533
+ # resp.backups[0].file_system.administrative_actions #=> Array
1534
+ # resp.backups[0].file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION"
1535
+ # resp.backups[0].file_system.administrative_actions[0].progress_percent #=> Integer
1536
+ # resp.backups[0].file_system.administrative_actions[0].request_time #=> Time
1537
+ # resp.backups[0].file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
1538
+ # resp.backups[0].file_system.administrative_actions[0].target_file_system_values #=> Types::FileSystem
1539
+ # resp.backups[0].file_system.administrative_actions[0].failure_details.message #=> String
1512
1540
  # resp.backups[0].directory_information.domain_name #=> String
1513
1541
  # resp.backups[0].directory_information.active_directory_id #=> String
1514
1542
  # resp.next_token #=> String
@@ -1762,6 +1790,13 @@ module Aws::FSx
1762
1790
  # resp.file_systems[0].lustre_configuration.deployment_type #=> String, one of "SCRATCH_1", "SCRATCH_2", "PERSISTENT_1"
1763
1791
  # resp.file_systems[0].lustre_configuration.per_unit_storage_throughput #=> Integer
1764
1792
  # resp.file_systems[0].lustre_configuration.mount_name #=> String
1793
+ # resp.file_systems[0].administrative_actions #=> Array
1794
+ # resp.file_systems[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION"
1795
+ # resp.file_systems[0].administrative_actions[0].progress_percent #=> Integer
1796
+ # resp.file_systems[0].administrative_actions[0].request_time #=> Time
1797
+ # resp.file_systems[0].administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
1798
+ # resp.file_systems[0].administrative_actions[0].target_file_system_values #=> Types::FileSystem
1799
+ # resp.file_systems[0].administrative_actions[0].failure_details.message #=> String
1765
1800
  # resp.next_token #=> String
1766
1801
  #
1767
1802
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeFileSystems AWS API Documentation
@@ -1947,24 +1982,54 @@ module Aws::FSx
1947
1982
  req.send_request(options)
1948
1983
  end
1949
1984
 
1950
- # Updates a file system configuration.
1985
+ # Use this operation to update the configuration of an existing Amazon
1986
+ # FSx file system. For an Amazon FSx for Lustre file system, you can
1987
+ # update only the WeeklyMaintenanceStartTime. For an Amazon for Windows
1988
+ # File Server file system, you can update the following properties:
1989
+ #
1990
+ # * AutomaticBackupRetentionDays
1991
+ #
1992
+ # * DailyAutomaticBackupStartTime
1993
+ #
1994
+ # * SelfManagedActiveDirectoryConfiguration
1995
+ #
1996
+ # * StorageCapacity
1997
+ #
1998
+ # * ThroughputCapacity
1999
+ #
2000
+ # * WeeklyMaintenanceStartTime
2001
+ #
2002
+ # You can update multiple properties in a single request.
1951
2003
  #
1952
2004
  # @option params [required, String] :file_system_id
1953
- # The globally unique ID of the file system, assigned by Amazon FSx.
2005
+ # Identifies the file system that you are updating.
1954
2006
  #
1955
2007
  # @option params [String] :client_request_token
1956
- # (Optional) A string of up to 64 ASCII characters that Amazon FSx uses
1957
- # to ensure idempotent updates. This string is automatically filled on
1958
- # your behalf when you use the AWS Command Line Interface (AWS CLI) or
1959
- # an AWS SDK.
2008
+ # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
2009
+ # idempotent updates. This string is automatically filled on your behalf
2010
+ # when you use the AWS Command Line Interface (AWS CLI) or an AWS SDK.
1960
2011
  #
1961
2012
  # **A suitable default value is auto-generated.** You should normally
1962
2013
  # not need to pass this option.**
1963
2014
  #
2015
+ # @option params [Integer] :storage_capacity
2016
+ # Use this parameter to increase the storage capacity of an Amazon FSx
2017
+ # for Windows File Server file system. Specifies the storage capacity
2018
+ # target value, GiB, for the file system you're updating. The storage
2019
+ # capacity target value must be at least 10 percent (%) greater than the
2020
+ # current storage capacity value. In order to increase storage capacity,
2021
+ # the file system needs to have at least 16 MB/s of throughput capacity.
2022
+ # You cannot make a storage capacity increase request if there is an
2023
+ # existing storage capacity increase request in progress. For more
2024
+ # information, see [Managing Storage Capacity][1].
2025
+ #
2026
+ #
2027
+ #
2028
+ # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html
2029
+ #
1964
2030
  # @option params [Types::UpdateFileSystemWindowsConfiguration] :windows_configuration
1965
- # The configuration update for this Microsoft Windows file system. The
1966
- # only supported options are for backup and maintenance and for
1967
- # self-managed Active Directory configuration.
2031
+ # The configuration updates for an Amazon FSx for Windows File Server
2032
+ # file system.
1968
2033
  #
1969
2034
  # @option params [Types::UpdateFileSystemLustreConfiguration] :lustre_configuration
1970
2035
  # The configuration object for Amazon FSx for Lustre file systems used
@@ -2023,10 +2088,12 @@ module Aws::FSx
2023
2088
  # resp = client.update_file_system({
2024
2089
  # file_system_id: "FileSystemId", # required
2025
2090
  # client_request_token: "ClientRequestToken",
2091
+ # storage_capacity: 1,
2026
2092
  # windows_configuration: {
2027
2093
  # weekly_maintenance_start_time: "WeeklyTime",
2028
2094
  # daily_automatic_backup_start_time: "DailyTime",
2029
2095
  # automatic_backup_retention_days: 1,
2096
+ # throughput_capacity: 1,
2030
2097
  # self_managed_active_directory_configuration: {
2031
2098
  # user_name: "DirectoryUserName",
2032
2099
  # password: "DirectoryPassword",
@@ -2084,6 +2151,13 @@ module Aws::FSx
2084
2151
  # resp.file_system.lustre_configuration.deployment_type #=> String, one of "SCRATCH_1", "SCRATCH_2", "PERSISTENT_1"
2085
2152
  # resp.file_system.lustre_configuration.per_unit_storage_throughput #=> Integer
2086
2153
  # resp.file_system.lustre_configuration.mount_name #=> String
2154
+ # resp.file_system.administrative_actions #=> Array
2155
+ # resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION"
2156
+ # resp.file_system.administrative_actions[0].progress_percent #=> Integer
2157
+ # resp.file_system.administrative_actions[0].request_time #=> Time
2158
+ # resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
2159
+ # resp.file_system.administrative_actions[0].target_file_system_values #=> Types::FileSystem
2160
+ # resp.file_system.administrative_actions[0].failure_details.message #=> String
2087
2161
  #
2088
2162
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystem AWS API Documentation
2089
2163
  #
@@ -2107,7 +2181,7 @@ module Aws::FSx
2107
2181
  params: params,
2108
2182
  config: config)
2109
2183
  context[:gem_name] = 'aws-sdk-fsx'
2110
- context[:gem_version] = '1.19.0'
2184
+ context[:gem_version] = '1.20.0'
2111
2185
  Seahorse::Client::Request.new(handlers, context)
2112
2186
  end
2113
2187
 
@@ -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,6 +143,7 @@ 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')
142
148
  StorageType = Shapes::StringShape.new(name: 'StorageType')
143
149
  SubnetId = Shapes::StringShape.new(name: 'SubnetId')
@@ -174,6 +180,19 @@ module Aws::FSx
174
180
  ActiveDirectoryError.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
175
181
  ActiveDirectoryError.struct_class = Types::ActiveDirectoryError
176
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
+
177
196
  Backup.add_member(:backup_id, Shapes::ShapeRef.new(shape: BackupId, required: true, location_name: "BackupId"))
178
197
  Backup.add_member(:lifecycle, Shapes::ShapeRef.new(shape: BackupLifecycle, required: true, location_name: "Lifecycle"))
179
198
  Backup.add_member(:failure_details, Shapes::ShapeRef.new(shape: BackupFailureDetails, location_name: "FailureDetails"))
@@ -409,6 +428,7 @@ module Aws::FSx
409
428
  FileSystem.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
410
429
  FileSystem.add_member(:windows_configuration, Shapes::ShapeRef.new(shape: WindowsFileSystemConfiguration, location_name: "WindowsConfiguration"))
411
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"))
412
432
  FileSystem.struct_class = Types::FileSystem
413
433
 
414
434
  FileSystemFailureDetails.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
@@ -543,6 +563,7 @@ module Aws::FSx
543
563
 
544
564
  UpdateFileSystemRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
545
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"))
546
567
  UpdateFileSystemRequest.add_member(:windows_configuration, Shapes::ShapeRef.new(shape: UpdateFileSystemWindowsConfiguration, location_name: "WindowsConfiguration"))
547
568
  UpdateFileSystemRequest.add_member(:lustre_configuration, Shapes::ShapeRef.new(shape: UpdateFileSystemLustreConfiguration, location_name: "LustreConfiguration"))
548
569
  UpdateFileSystemRequest.struct_class = Types::UpdateFileSystemRequest
@@ -553,6 +574,7 @@ module Aws::FSx
553
574
  UpdateFileSystemWindowsConfiguration.add_member(:weekly_maintenance_start_time, Shapes::ShapeRef.new(shape: WeeklyTime, location_name: "WeeklyMaintenanceStartTime"))
554
575
  UpdateFileSystemWindowsConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
555
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"))
556
578
  UpdateFileSystemWindowsConfiguration.add_member(:self_managed_active_directory_configuration, Shapes::ShapeRef.new(shape: SelfManagedActiveDirectoryConfigurationUpdates, location_name: "SelfManagedActiveDirectoryConfiguration"))
557
579
  UpdateFileSystemWindowsConfiguration.struct_class = Types::UpdateFileSystemWindowsConfiguration
558
580
 
@@ -797,6 +819,7 @@ module Aws::FSx
797
819
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
798
820
  o.errors << Shapes::ShapeRef.new(shape: FileSystemNotFound)
799
821
  o.errors << Shapes::ShapeRef.new(shape: MissingFileSystemConfiguration)
822
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceeded)
800
823
  end)
801
824
  end
802
825
 
@@ -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
  #
@@ -597,8 +691,9 @@ module Aws::FSx
597
691
  # }
598
692
  #
599
693
  # @!attribute [rw] weekly_maintenance_start_time
600
- # The preferred time to perform weekly maintenance, in the UTC time
601
- # 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.
602
697
  # @return [String]
603
698
  #
604
699
  # @!attribute [rw] import_path
@@ -794,7 +889,7 @@ module Aws::FSx
794
889
  #
795
890
  #
796
891
  #
797
- # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/optimize-fsx-tco.html#saz-maz-storage-type
892
+ # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/optimize-fsx-costs.html#storage-type-options
798
893
  # @return [String]
799
894
  #
800
895
  # @!attribute [rw] subnet_ids
@@ -952,7 +1047,8 @@ module Aws::FSx
952
1047
  #
953
1048
  # @!attribute [rw] weekly_maintenance_start_time
954
1049
  # The preferred start time to perform weekly maintenance, formatted
955
- # 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.
956
1052
  # @return [String]
957
1053
  #
958
1054
  # @!attribute [rw] daily_automatic_backup_start_time
@@ -1792,6 +1888,13 @@ module Aws::FSx
1792
1888
  # The configuration for the Amazon FSx for Lustre file system.
1793
1889
  # @return [Types::LustreFileSystemConfiguration]
1794
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
+ #
1795
1898
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/FileSystem AWS API Documentation
1796
1899
  #
1797
1900
  class FileSystem < Struct.new(
@@ -1811,7 +1914,8 @@ module Aws::FSx
1811
1914
  :resource_arn,
1812
1915
  :tags,
1813
1916
  :windows_configuration,
1814
- :lustre_configuration)
1917
+ :lustre_configuration,
1918
+ :administrative_actions)
1815
1919
  include Aws::Structure
1816
1920
  end
1817
1921
 
@@ -2048,7 +2152,9 @@ module Aws::FSx
2048
2152
  # The configuration for the Amazon FSx for Lustre file system.
2049
2153
  #
2050
2154
  # @!attribute [rw] weekly_maintenance_start_time
2051
- # The UTC time that you want to begin your weekly maintenance window.
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.
2052
2158
  # @return [String]
2053
2159
  #
2054
2160
  # @!attribute [rw] data_repository_configuration
@@ -2290,8 +2396,7 @@ module Aws::FSx
2290
2396
  end
2291
2397
 
2292
2398
  # The configuration that Amazon FSx uses to join the Windows File Server
2293
- # instance to the self-managed Microsoft Active Directory (AD)
2294
- # directory.
2399
+ # instance to a self-managed Microsoft Active Directory (AD) directory.
2295
2400
  #
2296
2401
  # @note When making an API call, you may pass SelfManagedActiveDirectoryConfigurationUpdates
2297
2402
  # data as a hash:
@@ -2475,8 +2580,9 @@ module Aws::FSx
2475
2580
  # }
2476
2581
  #
2477
2582
  # @!attribute [rw] weekly_maintenance_start_time
2478
- # The preferred time to perform weekly maintenance, in the UTC time
2479
- # 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.
2480
2586
  # @return [String]
2481
2587
  #
2482
2588
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemLustreConfiguration AWS API Documentation
@@ -2494,10 +2600,12 @@ module Aws::FSx
2494
2600
  # {
2495
2601
  # file_system_id: "FileSystemId", # required
2496
2602
  # client_request_token: "ClientRequestToken",
2603
+ # storage_capacity: 1,
2497
2604
  # windows_configuration: {
2498
2605
  # weekly_maintenance_start_time: "WeeklyTime",
2499
2606
  # daily_automatic_backup_start_time: "DailyTime",
2500
2607
  # automatic_backup_retention_days: 1,
2608
+ # throughput_capacity: 1,
2501
2609
  # self_managed_active_directory_configuration: {
2502
2610
  # user_name: "DirectoryUserName",
2503
2611
  # password: "DirectoryPassword",
@@ -2510,23 +2618,38 @@ module Aws::FSx
2510
2618
  # }
2511
2619
  #
2512
2620
  # @!attribute [rw] file_system_id
2513
- # The globally unique ID of the file system, assigned by Amazon FSx.
2621
+ # Identifies the file system that you are updating.
2514
2622
  # @return [String]
2515
2623
  #
2516
2624
  # @!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.
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.
2521
2629
  #
2522
2630
  # **A suitable default value is auto-generated.** You should normally
2523
2631
  # not need to pass this option.
2524
2632
  # @return [String]
2525
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
+ #
2526
2650
  # @!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.
2651
+ # The configuration updates for an Amazon FSx for Windows File Server
2652
+ # file system.
2530
2653
  # @return [Types::UpdateFileSystemWindowsConfiguration]
2531
2654
  #
2532
2655
  # @!attribute [rw] lustre_configuration
@@ -2539,6 +2662,7 @@ module Aws::FSx
2539
2662
  class UpdateFileSystemRequest < Struct.new(
2540
2663
  :file_system_id,
2541
2664
  :client_request_token,
2665
+ :storage_capacity,
2542
2666
  :windows_configuration,
2543
2667
  :lustre_configuration)
2544
2668
  include Aws::Structure
@@ -2557,10 +2681,9 @@ module Aws::FSx
2557
2681
  include Aws::Structure
2558
2682
  end
2559
2683
 
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.
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.
2564
2687
  #
2565
2688
  # @note When making an API call, you may pass UpdateFileSystemWindowsConfiguration
2566
2689
  # data as a hash:
@@ -2569,6 +2692,7 @@ module Aws::FSx
2569
2692
  # weekly_maintenance_start_time: "WeeklyTime",
2570
2693
  # daily_automatic_backup_start_time: "DailyTime",
2571
2694
  # automatic_backup_retention_days: 1,
2695
+ # throughput_capacity: 1,
2572
2696
  # self_managed_active_directory_configuration: {
2573
2697
  # user_name: "DirectoryUserName",
2574
2698
  # password: "DirectoryPassword",
@@ -2577,24 +2701,45 @@ module Aws::FSx
2577
2701
  # }
2578
2702
  #
2579
2703
  # @!attribute [rw] weekly_maintenance_start_time
2580
- # The preferred time to perform weekly maintenance, in the UTC time
2581
- # 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.
2582
2707
  # @return [String]
2583
2708
  #
2584
2709
  # @!attribute [rw] daily_automatic_backup_start_time
2585
- # The preferred time to take daily automatic backups, in the UTC time
2586
- # zone.
2710
+ # The preferred time to start the daily automatic backup, in the UTC
2711
+ # time zone, for example, `02:00`
2587
2712
  # @return [String]
2588
2713
  #
2589
2714
  # @!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.
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
2593
2736
  # @return [Integer]
2594
2737
  #
2595
2738
  # @!attribute [rw] self_managed_active_directory_configuration
2596
2739
  # The configuration Amazon FSx uses to join the Windows File Server
2597
- # 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.
2598
2743
  # @return [Types::SelfManagedActiveDirectoryConfigurationUpdates]
2599
2744
  #
2600
2745
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemWindowsConfiguration AWS API Documentation
@@ -2603,6 +2748,7 @@ module Aws::FSx
2603
2748
  :weekly_maintenance_start_time,
2604
2749
  :daily_automatic_backup_start_time,
2605
2750
  :automatic_backup_retention_days,
2751
+ :throughput_capacity,
2606
2752
  :self_managed_active_directory_configuration)
2607
2753
  include Aws::Structure
2608
2754
  end
@@ -2699,8 +2845,9 @@ module Aws::FSx
2699
2845
  # @return [Array<String>]
2700
2846
  #
2701
2847
  # @!attribute [rw] weekly_maintenance_start_time
2702
- # The preferred time to perform weekly maintenance, in the UTC time
2703
- # 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.
2704
2851
  # @return [String]
2705
2852
  #
2706
2853
  # @!attribute [rw] daily_automatic_backup_start_time
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-fsx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-28 00:00:00.000000000 Z
11
+ date: 2020-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core