package fsx

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. fsx
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AWSAccountId = String
  2. type ArchivePath = String
  3. type AutomaticBackupRetentionDays = Int
  4. trait Backup extends Object

    A backup of an Amazon FSx for Windows File Server file system.

    A backup of an Amazon FSx for Windows File Server file system. You can create a new file system from a backup to protect against data loss.

    Annotations
    @RawJSType() @native()
  5. trait BackupFailureDetails extends Object

    If backup creation fails, this structure contains the details of that failure.

    If backup creation fails, this structure contains the details of that failure.

    Annotations
    @RawJSType() @native()
  6. type BackupId = String
  7. type BackupIds = Array[BackupId]
  8. type BackupLifecycle = String
  9. type BackupType = String
  10. type Backups = Array[Backup]
  11. type ClientRequestToken = String
  12. trait CreateBackupRequest extends Object

    The request object for the CreateBackup operation.

    The request object for the CreateBackup operation.

    Annotations
    @RawJSType() @native()
  13. trait CreateBackupResponse extends Object

    The response object for the CreateBackup operation.

    The response object for the CreateBackup operation.

    Annotations
    @RawJSType() @native()
  14. trait CreateFileSystemFromBackupRequest extends Object

    The request object for the CreateFileSystemFromBackup operation.

    The request object for the CreateFileSystemFromBackup operation.

    Annotations
    @RawJSType() @native()
  15. trait CreateFileSystemFromBackupResponse extends Object

    The response object for the CreateFileSystemFromBackup operation.

    The response object for the CreateFileSystemFromBackup operation.

    Annotations
    @RawJSType() @native()
  16. trait CreateFileSystemLustreConfiguration extends Object

    The configuration object for Lustre file systems used in the CreateFileSystem operation.

    The configuration object for Lustre file systems used in the CreateFileSystem operation.

    Annotations
    @RawJSType() @native()
  17. trait CreateFileSystemRequest extends Object

    The request object for the CreateFileSystem operation.

    The request object for the CreateFileSystem operation.

    Annotations
    @RawJSType() @native()
  18. trait CreateFileSystemResponse extends Object

    The response object for the CreateFileSystem operation.

    The response object for the CreateFileSystem operation.

    Annotations
    @RawJSType() @native()
  19. trait CreateFileSystemWindowsConfiguration extends Object

    The configuration object for the Microsoft Windows file system used in CreateFileSystem and CreateFileSystemFromBackup operations.

    The configuration object for the Microsoft Windows file system used in CreateFileSystem and CreateFileSystemFromBackup operations.

    Annotations
    @RawJSType() @native()
  20. type CreationTime = Date
  21. type DNSName = String
  22. type DailyTime = String
  23. trait DataRepositoryConfiguration extends Object

    The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

    The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

    Annotations
    @RawJSType() @native()
  24. trait DeleteBackupRequest extends Object

    The request object for DeleteBackup operation.

    The request object for DeleteBackup operation.

    Annotations
    @RawJSType() @native()
  25. trait DeleteBackupResponse extends Object

    The response object for DeleteBackup operation.

    The response object for DeleteBackup operation.

    Annotations
    @RawJSType() @native()
  26. trait DeleteFileSystemRequest extends Object

    The request object for DeleteFileSystem operation.

    The request object for DeleteFileSystem operation.

    Annotations
    @RawJSType() @native()
  27. trait DeleteFileSystemResponse extends Object

    The response object for the DeleteFileSystem operation.

    The response object for the DeleteFileSystem operation.

    Annotations
    @RawJSType() @native()
  28. trait DeleteFileSystemWindowsConfiguration extends Object

    The configuration object for the Microsoft Windows file system used in the DeleteFileSystem operation.

    The configuration object for the Microsoft Windows file system used in the DeleteFileSystem operation.

    Annotations
    @RawJSType() @native()
  29. trait DeleteFileSystemWindowsResponse extends Object

    The response object for the Microsoft Windows file system used in the DeleteFileSystem operation.

    The response object for the Microsoft Windows file system used in the DeleteFileSystem operation.

    Annotations
    @RawJSType() @native()
  30. trait DescribeBackupsRequest extends Object

    The request object for DescribeBackups operation.

    The request object for DescribeBackups operation.

    Annotations
    @RawJSType() @native()
  31. trait DescribeBackupsResponse extends Object

    Response object for DescribeBackups operation.

    Response object for DescribeBackups operation.

    Annotations
    @RawJSType() @native()
  32. trait DescribeFileSystemsRequest extends Object

    The request object for DescribeFileSystems operation.

    The request object for DescribeFileSystems operation.

    Annotations
    @RawJSType() @native()
  33. trait DescribeFileSystemsResponse extends Object

    The response object for DescribeFileSystems operation.

    The response object for DescribeFileSystems operation.

    Annotations
    @RawJSType() @native()
  34. type DirectoryId = String
  35. type ErrorMessage = String
  36. class FSx extends Object
    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "FSx" )
  37. implicit final class FSxOps extends AnyVal
  38. trait FileSystem extends Object

    A description of a specific Amazon FSx file system.

    A description of a specific Amazon FSx file system.

    Annotations
    @RawJSType() @native()
  39. trait FileSystemFailureDetails extends Object

    Structure providing details of any failures that occur when creating the file system has failed.

    Structure providing details of any failures that occur when creating the file system has failed.

    Annotations
    @RawJSType() @native()
  40. type FileSystemId = String
  41. type FileSystemIds = Array[FileSystemId]
  42. type FileSystemLifecycle = String
  43. type FileSystemMaintenanceOperation = String
  44. type FileSystemMaintenanceOperations = Array[FileSystemMaintenanceOperation]
  45. type FileSystemType = String
  46. type FileSystems = Array[FileSystem]
  47. trait Filter extends Object

    A filter used to restrict the results of describe calls.

    A filter used to restrict the results of describe calls. You can use multiple filters to return results that meet all applied filter requirements.

    Annotations
    @RawJSType() @native()
  48. type FilterName = String
  49. type FilterValue = String
  50. type FilterValues = Array[FilterValue]
  51. type Filters = Array[Filter]
  52. type Flag = Boolean
  53. type KmsKeyId = String
  54. trait ListTagsForResourceRequest extends Object

    The request object for ListTagsForResource operation.

    The request object for ListTagsForResource operation.

    Annotations
    @RawJSType() @native()
  55. trait ListTagsForResourceResponse extends Object

    The response object for ListTagsForResource operation.

    The response object for ListTagsForResource operation.

    Annotations
    @RawJSType() @native()
  56. trait LustreFileSystemConfiguration extends Object

    The configuration for the Amazon FSx for Lustre file system.

    The configuration for the Amazon FSx for Lustre file system.

    Annotations
    @RawJSType() @native()
  57. type MaxResults = Int
  58. type Megabytes = Int
  59. type MegabytesPerSecond = Int
  60. type NetworkInterfaceId = String
  61. type NetworkInterfaceIds = Array[NetworkInterfaceId]
  62. type NextToken = String
  63. type ProgressPercent = Int
  64. type ResourceARN = String
  65. type SecurityGroupId = String
  66. type SecurityGroupIds = Array[SecurityGroupId]
  67. type StorageCapacity = Int
  68. type SubnetId = String
  69. type SubnetIds = Array[SubnetId]
  70. trait Tag extends Object

    Specifies a key-value pair for a resource tag.

    Specifies a key-value pair for a resource tag.

    Annotations
    @RawJSType() @native()
  71. type TagKey = String
  72. type TagKeys = Array[TagKey]
  73. trait TagResourceRequest extends Object

    The request object for the TagResource operation.

    The request object for the TagResource operation.

    Annotations
    @RawJSType() @native()
  74. trait TagResourceResponse extends Object

    The response object for the TagResource operation.

    The response object for the TagResource operation.

    Annotations
    @RawJSType() @native()
  75. type TagValue = String
  76. type Tags = Array[Tag]
  77. trait UntagResourceRequest extends Object

    The request object for UntagResource action.

    The request object for UntagResource action.

    Annotations
    @RawJSType() @native()
  78. trait UntagResourceResponse extends Object

    The response object for UntagResource action.

    The response object for UntagResource action.

    Annotations
    @RawJSType() @native()
  79. trait UpdateFileSystemLustreConfiguration extends Object

    The configuration object for Amazon FSx for Lustre file systems used in the UpdateFileSystem operation.

    The configuration object for Amazon FSx for Lustre file systems used in the UpdateFileSystem operation.

    Annotations
    @RawJSType() @native()
  80. trait UpdateFileSystemRequest extends Object

    The request object for the UpdateFileSystem operation.

    The request object for the UpdateFileSystem operation.

    Annotations
    @RawJSType() @native()
  81. trait UpdateFileSystemResponse extends Object

    The response object for the UpdateFileSystem operation.

    The response object for the UpdateFileSystem operation.

    Annotations
    @RawJSType() @native()
  82. trait UpdateFileSystemWindowsConfiguration extends Object

    The configuration object for the Microsoft Windows file system used in the UpdateFileSystem operation.

    The configuration object for the Microsoft Windows file system used in the UpdateFileSystem operation.

    Annotations
    @RawJSType() @native()
  83. type VpcId = String
  84. type WeeklyTime = String
  85. trait WindowsFileSystemConfiguration extends Object

    The configuration for this Microsoft Windows file system.

    The configuration for this Microsoft Windows file system.

    Annotations
    @RawJSType() @native()

Value Members

  1. object Backup
  2. object BackupFailureDetails
  3. object BackupLifecycleEnum

    The lifecycle status of the backup.

  4. object BackupTypeEnum

    The type of the backup.

  5. object CreateBackupRequest
  6. object CreateBackupResponse
  7. object CreateFileSystemFromBackupRequest
  8. object CreateFileSystemFromBackupResponse
  9. object CreateFileSystemLustreConfiguration
  10. object CreateFileSystemRequest
  11. object CreateFileSystemResponse
  12. object CreateFileSystemWindowsConfiguration
  13. object DataRepositoryConfiguration
  14. object DeleteBackupRequest
  15. object DeleteBackupResponse
  16. object DeleteFileSystemRequest
  17. object DeleteFileSystemResponse
  18. object DeleteFileSystemWindowsConfiguration
  19. object DeleteFileSystemWindowsResponse
  20. object DescribeBackupsRequest
  21. object DescribeBackupsResponse
  22. object DescribeFileSystemsRequest
  23. object DescribeFileSystemsResponse
  24. object FileSystem
  25. object FileSystemFailureDetails
  26. object FileSystemLifecycleEnum

    The lifecycle status of the file system.

  27. object FileSystemMaintenanceOperationEnum

    An enumeration specifying the currently ongoing maintenance operation.

  28. object FileSystemTypeEnum

    The type of file system.

  29. object Filter
  30. object FilterNameEnum

    The name for a filter.

  31. object ListTagsForResourceRequest
  32. object ListTagsForResourceResponse
  33. object LustreFileSystemConfiguration
  34. object Tag
  35. object TagResourceRequest
  36. object TagResourceResponse
  37. object UntagResourceRequest
  38. object UntagResourceResponse
  39. object UpdateFileSystemLustreConfiguration
  40. object UpdateFileSystemRequest
  41. object UpdateFileSystemResponse
  42. object UpdateFileSystemWindowsConfiguration
  43. object WindowsFileSystemConfiguration

Inherited from AnyRef

Inherited from Any

Ungrouped