lib/aws-sdk-fsx/client.rb in aws-sdk-fsx-1.78.0 vs lib/aws-sdk-fsx/client.rb in aws-sdk-fsx-1.79.0
- old
+ new
@@ -7488,10 +7488,12 @@
#
# * `LogConfiguration`
#
# * `LustreRootSquashConfiguration`
#
+ # * `PerUnitStorageThroughput`
+ #
# * `StorageCapacity`
#
# * `WeeklyMaintenanceStartTime`
#
# For FSx for ONTAP file systems, you can update the following
@@ -7710,10 +7712,11 @@
# },
# root_squash_configuration: {
# root_squash: "LustreRootSquash",
# no_squash_nids: ["LustreNoSquashNid"],
# },
+ # per_unit_storage_throughput: 1,
# },
# ontap_configuration: {
# automatic_backup_retention_days: 1,
# daily_automatic_backup_start_time: "DailyTime",
# fsx_admin_password: "AdminPassword",
@@ -8536,10 +8539,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-fsx'
- context[:gem_version] = '1.78.0'
+ context[:gem_version] = '1.79.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated