lib/aws-sdk-fsx/client.rb in aws-sdk-fsx-1.24.0 vs lib/aws-sdk-fsx/client.rb in aws-sdk-fsx-1.25.0

- old
+ new

@@ -371,13 +371,16 @@ # # * a Persistent deployment type # # * is *not* linked to an Amazon S3 data respository. # - # For more information, see - # [https://docs.aws.amazon.com/fsx/latest/LustreGuide/lustre-backups.html][1]. + # For more information about backing up Amazon FSx for Lustre file + # systems, see [Working with FSx for Lustre backups][1]. # + # For more information about backing up Amazon FSx for Lustre file + # systems, see [Working with FSx for Windows backups][2]. + # # If a backup with the specified client request token exists, and the # parameters match, this operation returns the description of the # existing backup. If a backup specified client request token exists, # and the parameters don't match, this operation returns # `IncompatibleParameterError`. If a backup with the specified client @@ -400,11 +403,12 @@ # calling the DescribeBackups operation, which returns the backup state # along with other information. # # # - # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/lustre-backups.html + # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html + # [2]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html # # @option params [required, String] :file_system_id # The ID of the file system to back up. # # @option params [String] :client_request_token @@ -2061,14 +2065,16 @@ req = build_request(:untag_resource, params) req.send_request(options) end # Use this operation to update the configuration of an existing Amazon - # FSx file system. For an Amazon FSx for Lustre file system, you can - # update only the WeeklyMaintenanceStartTime. For an Amazon for Windows - # File Server file system, you can update the following properties: + # FSx file system. You can update multiple properties in a single + # request. # + # For Amazon FSx for Windows File Server file systems, you can update + # the following properties: + # # * AutomaticBackupRetentionDays # # * DailyAutomaticBackupStartTime # # * SelfManagedActiveDirectoryConfiguration @@ -2077,12 +2083,21 @@ # # * ThroughputCapacity # # * WeeklyMaintenanceStartTime # - # You can update multiple properties in a single request. + # For Amazon FSx for Lustre file systems, you can update the following + # properties: # + # * AutoImportPolicy + # + # * AutomaticBackupRetentionDays + # + # * DailyAutomaticBackupStartTime + # + # * WeeklyMaintenanceStartTime + # # @option params [required, String] :file_system_id # Identifies the file system that you are updating. # # @option params [String] :client_request_token # A string of up to 64 ASCII characters that Amazon FSx uses to ensure @@ -2268,10 +2283,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-fsx' - context[:gem_version] = '1.24.0' + context[:gem_version] = '1.25.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated