lib/aws-sdk-fsx/client.rb in aws-sdk-fsx-1.0.0 vs lib/aws-sdk-fsx/client.rb in aws-sdk-fsx-1.1.0

- old
+ new

@@ -456,11 +456,11 @@ # information, see [Encrypt][1] in the *AWS Key Management Service API # Reference*. # # # - # [1]: http://docs.aws.amazon.com/kms/latest/APIReference/API_Encrypt.html + # [1]: https://docs.aws.amazon.com/kms/latest/APIReference/API_Encrypt.html # # @option params [Types::CreateFileSystemWindowsConfiguration] :windows_configuration # The configuration for this Microsoft Windows file system. # # @option params [Types::CreateFileSystemLustreConfiguration] :lustre_configuration @@ -557,10 +557,11 @@ # copy_tags_to_backups: false, # }, # lustre_configuration: { # weekly_maintenance_start_time: "WeeklyTime", # import_path: "ArchivePath", + # export_path: "ArchivePath", # imported_file_chunk_size: 1, # }, # }) # # @example Response structure @@ -1565,10 +1566,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-fsx' - context[:gem_version] = '1.0.0' + context[:gem_version] = '1.1.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated