lib/aws-sdk-fsx/client.rb in aws-sdk-fsx-1.36.0 vs lib/aws-sdk-fsx/client.rb in aws-sdk-fsx-1.37.0
- old
+ new
@@ -483,12 +483,12 @@
# backups][1] in the *Amazon FSx for Windows User Guide* and [Copying
# backups][2] in the *Amazon FSx for Lustre User Guide*.
#
#
#
- # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/copy-backups.html
- # [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/copy-backups.html
+ # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html#copy-backups
+ # [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html#copy-backups
#
# @option params [String] :client_request_token
# (Optional) An idempotency token for resource creation, in a string of
# up to 64 ASCII characters. This token is automatically filled on your
# behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS
@@ -663,10 +663,11 @@
# resp.backup.file_system.lustre_configuration.mount_name #=> String
# resp.backup.file_system.lustre_configuration.daily_automatic_backup_start_time #=> String
# resp.backup.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
# resp.backup.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
# resp.backup.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
+ # resp.backup.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
# resp.backup.file_system.administrative_actions #=> Array
# resp.backup.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
# resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
# resp.backup.file_system.administrative_actions[0].request_time #=> Time
# resp.backup.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
@@ -880,10 +881,11 @@
# resp.backup.file_system.lustre_configuration.mount_name #=> String
# resp.backup.file_system.lustre_configuration.daily_automatic_backup_start_time #=> String
# resp.backup.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
# resp.backup.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
# resp.backup.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
+ # resp.backup.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
# resp.backup.file_system.administrative_actions #=> Array
# resp.backup.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
# resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
# resp.backup.file_system.administrative_actions[0].request_time #=> Time
# resp.backup.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
@@ -1276,10 +1278,11 @@
# per_unit_storage_throughput: 1,
# daily_automatic_backup_start_time: "DailyTime",
# automatic_backup_retention_days: 1,
# copy_tags_to_backups: false,
# drive_cache_type: "NONE", # accepts NONE, READ
+ # data_compression_type: "NONE", # accepts NONE, LZ4
# },
# })
#
# @example Response structure
#
@@ -1335,10 +1338,11 @@
# resp.file_system.lustre_configuration.mount_name #=> String
# resp.file_system.lustre_configuration.daily_automatic_backup_start_time #=> String
# resp.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
# resp.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
# resp.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
+ # resp.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
# resp.file_system.administrative_actions #=> Array
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
# resp.file_system.administrative_actions[0].request_time #=> Time
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
@@ -1569,10 +1573,11 @@
# per_unit_storage_throughput: 1,
# daily_automatic_backup_start_time: "DailyTime",
# automatic_backup_retention_days: 1,
# copy_tags_to_backups: false,
# drive_cache_type: "NONE", # accepts NONE, READ
+ # data_compression_type: "NONE", # accepts NONE, LZ4
# },
# storage_type: "SSD", # accepts SSD, HDD
# kms_key_id: "KmsKeyId",
# })
#
@@ -1630,10 +1635,11 @@
# resp.file_system.lustre_configuration.mount_name #=> String
# resp.file_system.lustre_configuration.daily_automatic_backup_start_time #=> String
# resp.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
# resp.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
# resp.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
+ # resp.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
# resp.file_system.administrative_actions #=> Array
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
# resp.file_system.administrative_actions[0].request_time #=> Time
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
@@ -1994,10 +2000,11 @@
# resp.backups[0].file_system.lustre_configuration.mount_name #=> String
# resp.backups[0].file_system.lustre_configuration.daily_automatic_backup_start_time #=> String
# resp.backups[0].file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
# resp.backups[0].file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
# resp.backups[0].file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
+ # resp.backups[0].file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
# resp.backups[0].file_system.administrative_actions #=> Array
# resp.backups[0].file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
# resp.backups[0].file_system.administrative_actions[0].progress_percent #=> Integer
# resp.backups[0].file_system.administrative_actions[0].request_time #=> Time
# resp.backups[0].file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
@@ -2332,10 +2339,11 @@
# resp.file_systems[0].lustre_configuration.mount_name #=> String
# resp.file_systems[0].lustre_configuration.daily_automatic_backup_start_time #=> String
# resp.file_systems[0].lustre_configuration.automatic_backup_retention_days #=> Integer
# resp.file_systems[0].lustre_configuration.copy_tags_to_backups #=> Boolean
# resp.file_systems[0].lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
+ # resp.file_systems[0].lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
# resp.file_systems[0].administrative_actions #=> Array
# resp.file_systems[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
# resp.file_systems[0].administrative_actions[0].progress_percent #=> Integer
# resp.file_systems[0].administrative_actions[0].request_time #=> Time
# resp.file_systems[0].administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
@@ -2610,10 +2618,12 @@
#
# * AutomaticBackupRetentionDays
#
# * DailyAutomaticBackupStartTime
#
+ # * DataCompressionType
+ #
# * StorageCapacity
#
# * WeeklyMaintenanceStartTime
#
# @option params [required, String] :file_system_id
@@ -2739,10 +2749,11 @@
# lustre_configuration: {
# weekly_maintenance_start_time: "WeeklyTime",
# daily_automatic_backup_start_time: "DailyTime",
# automatic_backup_retention_days: 1,
# auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
+ # data_compression_type: "NONE", # accepts NONE, LZ4
# },
# })
#
# @example Response structure
#
@@ -2798,10 +2809,11 @@
# resp.file_system.lustre_configuration.mount_name #=> String
# resp.file_system.lustre_configuration.daily_automatic_backup_start_time #=> String
# resp.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
# resp.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
# resp.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
+ # resp.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
# resp.file_system.administrative_actions #=> Array
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
# resp.file_system.administrative_actions[0].request_time #=> Time
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
@@ -2828,10 +2840,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-fsx'
- context[:gem_version] = '1.36.0'
+ context[:gem_version] = '1.37.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated