amazonaws.com – fsx
Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use shared file storage.
- Homepage
- https://api.apis.guru/v2/specs/amazonaws.com:fsx/2018-03-01.json
- Provider
- amazonaws.com:fsx / fsx
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/amazonaws.com/fsx/2018-03-01/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/amazonaws.com/fsx/2018-03-01/openapi.yaml
Tools (43)
Extracted live via the executor SDK.
-
xAmzTargetAwsSimbaApiServiceV20180301AssociateFileSystemAliases.associateFileSystemAliasesUse this action to associate one or more Domain Name Server (DNS) aliases with an existing Amazon FSx for Windows File Server file system. A file system can have a maximum of 50 DNS aliases associated with it at any one time. If you try to associate a DNS alias that is already associated with the file system, FSx takes no action on that alias in the request. For more information, see and , including additional steps you must take to be able to access your file system using a DNS alias.
The system response shows the DNS aliases that Amazon FSx is attempting to associate with the file system. Use the API operation to monitor the status of the aliases Amazon FSx is associating with the file system.
-
xAmzTargetAwsSimbaApiServiceV20180301CancelDataRepositoryTask.cancelDataRepositoryTaskCancels an existing Amazon FSx for Lustre data repository task if that task is in either the
PENDINGorEXECUTINGstate. When you cancel a task, Amazon FSx does the following.-
Any files that FSx has already exported are not reverted.
-
FSx continues to export any files that are "in-flight" when the cancel operation is received.
-
FSx does not export any files that have not yet been exported.
-
-
xAmzTargetAwsSimbaApiServiceV20180301CopyBackup.copyBackupCopies an existing backup within the same Amazon Web Services account to another Amazon Web Services Region (cross-Region copy) or within the same Amazon Web Services Region (in-Region copy). You can have up to five backup copy requests in progress to a single destination Region per account.
You can use cross-Region backup copies for cross-Region disaster recovery. You can periodically take backups and copy them to another Region so that in the event of a disaster in the primary Region, you can restore from backup and recover availability quickly in the other Region. You can make cross-Region copies only within your Amazon Web Services partition. A partition is a grouping of Regions. Amazon Web Services currently has three partitions:
aws(Standard Regions),aws-cn(China Regions), andaws-us-gov(Amazon Web Services GovCloud [US] Regions).You can also use backup copies to clone your file dataset to another Region or within the same Region.
You can use the
SourceRegionparameter to specify the Amazon Web Services Region from which the backup will be copied. For example, if you make the call from theus-west-1Region and want to copy a backup from theus-east-2Region, you specifyus-east-2in theSourceRegionparameter to make a cross-Region copy. If you don't specify a Region, the backup copy is created in the same Region where the request is sent from (in-Region copy).For more information about creating backup copies, see in the Amazon FSx for Windows User Guide, in the Amazon FSx for Lustre User Guide, and in the Amazon FSx for OpenZFS User Guide.
-
xAmzTargetAwsSimbaApiServiceV20180301CreateBackup.createBackupCreates a backup of an existing Amazon FSx for Windows File Server file system, Amazon FSx for Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx for OpenZFS file system. We recommend creating regular backups so that you can restore a file system or volume from a backup if an issue arises with the original file system or volume.
For Amazon FSx for Lustre file systems, you can create a backup only for file systems that have the following configuration:
-
A Persistent deployment type
-
Are not linked to a data repository
For more information about backups, see the following:
-
For Amazon FSx for Lustre, see .
-
For Amazon FSx for Windows, see .
-
For Amazon FSx for NetApp ONTAP, see .
-
For Amazon FSx for OpenZFS, see .
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 with the specified client request token exists and the parameters don't match, this operation returns
IncompatibleParameterError. If a backup with the specified client request token doesn't exist,CreateBackupdoes the following:-
Creates a new Amazon FSx backup with an assigned ID, and an initial lifecycle state of
CREATING. -
Returns the description of the backup.
By using the idempotent operation, you can retry a
CreateBackupoperation without the risk of creating an extra backup. This approach can be useful when an initial call fails in a way that makes it unclear whether a backup was created. If you use the same client request token and the initial call created a backup, the operation returns a successful result because all the parameters are the same.The
CreateBackupoperation returns while the backup's lifecycle state is stillCREATING. You can check the backup creation status by calling the operation, which returns the backup state along with other information. -
-
xAmzTargetAwsSimbaApiServiceV20180301CreateDataRepositoryAssociation.createDataRepositoryAssociationCreates an Amazon FSx for Lustre data repository association (DRA). A data repository association is a link between a directory on the file system and an Amazon S3 bucket or prefix. You can have a maximum of 8 data repository associations on a file system. Data repository associations are supported for all file systems except for
Scratch_1deployment type.Each data repository association must have a unique Amazon FSx file system directory and a unique S3 bucket or prefix associated with it. You can configure a data repository association for automatic import only, for automatic export only, or for both. To learn more about linking a data repository to your file system, see .
CreateDataRepositoryAssociationisn't supported on Amazon File Cache resources. To create a DRA on Amazon File Cache, use theCreateFileCacheoperation. -
xAmzTargetAwsSimbaApiServiceV20180301CreateDataRepositoryTask.createDataRepositoryTaskCreates an Amazon FSx for Lustre data repository task. You use data repository tasks to perform bulk operations between your Amazon FSx file system and its linked data repositories. An example of a data repository task is exporting any data and metadata changes, including POSIX metadata, to files, directories, and symbolic links (symlinks) from your FSx file system to a linked data repository. A
CreateDataRepositoryTaskoperation will fail if a data repository is not linked to the FSx file system. To learn more about data repository tasks, see . To learn more about linking a data repository to your file system, see . -
xAmzTargetAwsSimbaApiServiceV20180301CreateFileCache.createFileCacheCreates a new Amazon File Cache resource.
You can use this operation with a client request token in the request that Amazon File Cache uses to ensure idempotent creation. If a cache with the specified client request token exists and the parameters match,
CreateFileCachereturns the description of the existing cache. If a cache with the specified client request token exists and the parameters don't match, this call returnsIncompatibleParameterError. If a file cache with the specified client request token doesn't exist,CreateFileCachedoes the following:-
Creates a new, empty Amazon File Cache resourcewith an assigned ID, and an initial lifecycle state of
CREATING. -
Returns the description of the cache in JSON format.
The
CreateFileCachecall returns while the cache's lifecycle state is stillCREATING. You can check the cache creation status by calling the operation, which returns the cache state along with other information. -
-
xAmzTargetAwsSimbaApiServiceV20180301CreateFileSystem.createFileSystemCreates a new, empty Amazon FSx file system. You can create the following supported Amazon FSx file systems using the
CreateFileSystemAPI operation:-
Amazon FSx for Lustre
-
Amazon FSx for NetApp ONTAP
-
Amazon FSx for OpenZFS
-
Amazon FSx for Windows File Server
This operation requires a client request token in the request that Amazon FSx uses to ensure idempotent creation. This means that calling the operation multiple times with the same client request token has no effect. By using the idempotent operation, you can retry a
CreateFileSystemoperation without the risk of creating an extra file system. This approach can be useful when an initial call fails in a way that makes it unclear whether a file system was created. Examples are if a transport level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a file system, the client receives success as long as the parameters are the same.If a file system with the specified client request token exists and the parameters match,
CreateFileSystemreturns the description of the existing file system. If a file system with the specified client request token exists and the parameters don't match, this call returnsIncompatibleParameterError. If a file system with the specified client request token doesn't exist,CreateFileSystemdoes the following:-
Creates a new, empty Amazon FSx file system with an assigned ID, and an initial lifecycle state of
CREATING. -
Returns the description of the file system in JSON format.
The
CreateFileSystemcall returns while the file system's lifecycle state is stillCREATING. You can check the file-system creation status by calling the operation, which returns the file system state along with other information. -
-
xAmzTargetAwsSimbaApiServiceV20180301CreateFileSystemFromBackup.createFileSystemFromBackupCreates a new Amazon FSx for Lustre, Amazon FSx for Windows File Server, or Amazon FSx for OpenZFS file system from an existing Amazon FSx backup.
If a file system with the specified client request token exists and the parameters match, this operation returns the description of the file system. If a file system with the specified client request token exists but the parameters don't match, this call returns
IncompatibleParameterError. If a file system with the specified client request token doesn't exist, this operation does the following:-
Creates a new Amazon FSx file system from backup with an assigned ID, and an initial lifecycle state of
CREATING. -
Returns the description of the file system.
Parameters like the Active Directory, default share name, automatic backup, and backup settings default to the parameters of the file system that was backed up, unless overridden. You can explicitly supply other settings.
By using the idempotent operation, you can retry a
CreateFileSystemFromBackupcall without the risk of creating an extra file system. This approach can be useful when an initial call fails in a way that makes it unclear whether a file system was created. Examples are if a transport level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a file system, the client receives a success message as long as the parameters are the same.The
CreateFileSystemFromBackupcall returns while the file system's lifecycle state is stillCREATING. You can check the file-system creation status by calling the operation, which returns the file system state along with other information. -
-
xAmzTargetAwsSimbaApiServiceV20180301CreateSnapshot.createSnapshotCreates a snapshot of an existing Amazon FSx for OpenZFS volume. With snapshots, you can easily undo file changes and compare file versions by restoring the volume to a previous version.
If a snapshot with the specified client request token exists, and the parameters match, this operation returns the description of the existing snapshot. If a snapshot with the specified client request token exists, and the parameters don't match, this operation returns
IncompatibleParameterError. If a snapshot with the specified client request token doesn't exist,CreateSnapshotdoes the following:-
Creates a new OpenZFS snapshot with an assigned ID, and an initial lifecycle state of
CREATING. -
Returns the description of the snapshot.
By using the idempotent operation, you can retry a
CreateSnapshotoperation without the risk of creating an extra snapshot. This approach can be useful when an initial call fails in a way that makes it unclear whether a snapshot was created. If you use the same client request token and the initial call created a snapshot, the operation returns a successful result because all the parameters are the same.The
CreateSnapshotoperation returns while the snapshot's lifecycle state is stillCREATING. You can check the snapshot creation status by calling the operation, which returns the snapshot state along with other information. -
-
xAmzTargetAwsSimbaApiServiceV20180301CreateStorageVirtualMachine.createStorageVirtualMachineCreates a storage virtual machine (SVM) for an Amazon FSx for ONTAP file system.
-
xAmzTargetAwsSimbaApiServiceV20180301CreateVolume.createVolumeCreates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume.
-
xAmzTargetAwsSimbaApiServiceV20180301CreateVolumeFromBackup.createVolumeFromBackupCreates a new Amazon FSx for NetApp ONTAP volume from an existing Amazon FSx volume backup.
-
xAmzTargetAwsSimbaApiServiceV20180301DeleteBackup.deleteBackupDeletes an Amazon FSx backup. After deletion, the backup no longer exists, and its data is gone.
The
DeleteBackupcall returns instantly. The backup won't show up in laterDescribeBackupscalls.The data in a deleted backup is also deleted and can't be recovered by any means.
-
xAmzTargetAwsSimbaApiServiceV20180301DeleteDataRepositoryAssociation.deleteDataRepositoryAssociationDeletes a data repository association on an Amazon FSx for Lustre file system. Deleting the data repository association unlinks the file system from the Amazon S3 bucket. When deleting a data repository association, you have the option of deleting the data in the file system that corresponds to the data repository association. Data repository associations are supported for all file systems except for
Scratch_1deployment type. -
xAmzTargetAwsSimbaApiServiceV20180301DeleteFileCache.deleteFileCacheDeletes an Amazon File Cache resource. After deletion, the cache no longer exists, and its data is gone.
The
DeleteFileCacheoperation returns while the cache has theDELETINGstatus. You can check the cache deletion status by calling the operation, which returns a list of caches in your account. If you pass the cache ID for a deleted cache, theDescribeFileCachesoperation returns aFileCacheNotFounderror.The data in a deleted cache is also deleted and can't be recovered by any means.
-
xAmzTargetAwsSimbaApiServiceV20180301DeleteFileSystem.deleteFileSystemDeletes a file system. After deletion, the file system no longer exists, and its data is gone. Any existing automatic backups and snapshots are also deleted.
To delete an Amazon FSx for NetApp ONTAP file system, first delete all the volumes and storage virtual machines (SVMs) on the file system. Then provide a
FileSystemIdvalue to theDeleFileSystemoperation.By default, when you delete an Amazon FSx for Windows File Server file system, a final backup is created upon deletion. This final backup isn't subject to the file system's retention policy, and must be manually deleted.
The
DeleteFileSystemoperation returns while the file system has theDELETINGstatus. You can check the file system deletion status by calling the operation, which returns a list of file systems in your account. If you pass the file system ID for a deleted file system, theDescribeFileSystemsoperation returns aFileSystemNotFounderror.If a data repository task is in a
PENDINGorEXECUTINGstate, deleting an Amazon FSx for Lustre file system will fail with an HTTP status code 400 (Bad Request).The data in a deleted file system is also deleted and can't be recovered by any means.
-
xAmzTargetAwsSimbaApiServiceV20180301DeleteSnapshot.deleteSnapshotDeletes an Amazon FSx for OpenZFS snapshot. After deletion, the snapshot no longer exists, and its data is gone. Deleting a snapshot doesn't affect snapshots stored in a file system backup.
The
DeleteSnapshotoperation returns instantly. The snapshot appears with the lifecycle status ofDELETINGuntil the deletion is complete. -
xAmzTargetAwsSimbaApiServiceV20180301DeleteStorageVirtualMachine.deleteStorageVirtualMachineDeletes an existing Amazon FSx for ONTAP storage virtual machine (SVM). Prior to deleting an SVM, you must delete all non-root volumes in the SVM, otherwise the operation will fail.
-
xAmzTargetAwsSimbaApiServiceV20180301DeleteVolume.deleteVolumeDeletes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.
-
xAmzTargetAwsSimbaApiServiceV20180301DescribeBackups.describeBackupsReturns the description of a specific Amazon FSx backup, if a
BackupIdsvalue is provided for that backup. Otherwise, it returns all backups owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.When retrieving all backups, you can optionally specify the
MaxResultsparameter to limit the number of backups in a response. If more backups remain, Amazon FSx returns aNextTokenvalue in the response. In this case, send a later request with theNextTokenrequest parameter set to the value of theNextTokenvalue from the last response.This operation is used in an iterative process to retrieve a list of your backups.
DescribeBackupsis called first without aNextTokenvalue. Then the operation continues to be called with theNextTokenparameter set to the value of the lastNextTokenvalue until a response has noNextTokenvalue.When using this operation, keep the following in mind:
-
The operation might return fewer than the
MaxResultsvalue of backup descriptions while still including aNextTokenvalue. -
The order of the backups returned in the response of one
DescribeBackupscall and the order of the backups returned across the responses of a multi-call iteration is unspecified.
-
-
xAmzTargetAwsSimbaApiServiceV20180301DescribeDataRepositoryAssociations.describeDataRepositoryAssociationsReturns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository associations, if one or more
AssociationIdsvalues are provided in the request, or if filters are used in the request. Data repository associations are supported on Amazon File Cache resources and all Amazon FSx for Lustre file systems excludingScratch_1deployment types.You can use filters to narrow the response to include just data repository associations for specific file systems (use the
file-system-idfilter with the ID of the file system) or caches (use thefile-cache-idfilter with the ID of the cache), or data repository associations for a specific repository type (use thedata-repository-typefilter with a value ofS3orNFS). If you don't use filters, the response returns all data repository associations owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.When retrieving all data repository associations, you can paginate the response by using the optional
MaxResultsparameter to limit the number of data repository associations returned in a response. If more data repository associations remain, aNextTokenvalue is returned in the response. In this case, send a later request with theNextTokenrequest parameter set to the value ofNextTokenfrom the last response. -
xAmzTargetAwsSimbaApiServiceV20180301DescribeDataRepositoryTasks.describeDataRepositoryTasksReturns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository tasks, if one or more
TaskIdsvalues are provided in the request, or if filters are used in the request. You can use filters to narrow the response to include just tasks for specific file systems or caches, or tasks in a specific lifecycle state. Otherwise, it returns all data repository tasks owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.When retrieving all tasks, you can paginate the response by using the optional
MaxResultsparameter to limit the number of tasks returned in a response. If more tasks remain, aNextTokenvalue is returned in the response. In this case, send a later request with theNextTokenrequest parameter set to the value ofNextTokenfrom the last response. -
xAmzTargetAwsSimbaApiServiceV20180301DescribeFileCaches.describeFileCachesReturns the description of a specific Amazon File Cache resource, if a
FileCacheIdsvalue is provided for that cache. Otherwise, it returns descriptions of all caches owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.When retrieving all cache descriptions, you can optionally specify the
MaxResultsparameter to limit the number of descriptions in a response. If more cache descriptions remain, the operation returns aNextTokenvalue in the response. In this case, send a later request with theNextTokenrequest parameter set to the value ofNextTokenfrom the last response.This operation is used in an iterative process to retrieve a list of your cache descriptions.
DescribeFileCachesis called first without aNextTokenvalue. Then the operation continues to be called with theNextTokenparameter set to the value of the lastNextTokenvalue until a response has noNextToken.When using this operation, keep the following in mind:
-
The implementation might return fewer than
MaxResultscache descriptions while still including aNextTokenvalue. -
The order of caches returned in the response of one
DescribeFileCachescall and the order of caches returned across the responses of a multicall iteration is unspecified.
-
-
xAmzTargetAwsSimbaApiServiceV20180301DescribeFileSystemAliases.describeFileSystemAliasesReturns the DNS aliases that are associated with the specified Amazon FSx for Windows File Server file system. A history of all DNS aliases that have been associated with and disassociated from the file system is available in the list of AdministrativeAction [blocked] provided in the DescribeFileSystems [blocked] operation response.
-
xAmzTargetAwsSimbaApiServiceV20180301DescribeFileSystems.describeFileSystemsReturns the description of specific Amazon FSx file systems, if a
FileSystemIdsvalue is provided for that file system. Otherwise, it returns descriptions of all file systems owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.When retrieving all file system descriptions, you can optionally specify the
MaxResultsparameter to limit the number of descriptions in a response. If more file system descriptions remain, Amazon FSx returns aNextTokenvalue in the response. In this case, send a later request with theNextTokenrequest parameter set to the value ofNextTokenfrom the last response.This operation is used in an iterative process to retrieve a list of your file system descriptions.
DescribeFileSystemsis called first without aNextTokenvalue. Then the operation continues to be called with theNextTokenparameter set to the value of the lastNextTokenvalue until a response has noNextToken.When using this operation, keep the following in mind:
-
The implementation might return fewer than
MaxResultsfile system descriptions while still including aNextTokenvalue. -
The order of file systems returned in the response of one
DescribeFileSystemscall and the order of file systems returned across the responses of a multicall iteration is unspecified.
-
-
xAmzTargetAwsSimbaApiServiceV20180301DescribeSnapshots.describeSnapshotsReturns the description of specific Amazon FSx for OpenZFS snapshots, if a
SnapshotIdsvalue is provided. Otherwise, this operation returns all snapshots owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.When retrieving all snapshots, you can optionally specify the
MaxResultsparameter to limit the number of snapshots in a response. If more backups remain, Amazon FSx returns aNextTokenvalue in the response. In this case, send a later request with theNextTokenrequest parameter set to the value ofNextTokenfrom the last response.Use this operation in an iterative process to retrieve a list of your snapshots.
DescribeSnapshotsis called first without aNextTokenvalue. Then the operation continues to be called with theNextTokenparameter set to the value of the lastNextTokenvalue until a response has noNextTokenvalue.When using this operation, keep the following in mind:
-
The operation might return fewer than the
MaxResultsvalue of snapshot descriptions while still including aNextTokenvalue. -
The order of snapshots returned in the response of one
DescribeSnapshotscall and the order of backups returned across the responses of a multi-call iteration is unspecified.
-
-
xAmzTargetAwsSimbaApiServiceV20180301DescribeStorageVirtualMachines.describeStorageVirtualMachinesDescribes one or more Amazon FSx for NetApp ONTAP storage virtual machines (SVMs).
-
xAmzTargetAwsSimbaApiServiceV20180301DescribeVolumes.describeVolumesDescribes one or more Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volumes.
-
xAmzTargetAwsSimbaApiServiceV20180301DisassociateFileSystemAliases.disassociateFileSystemAliasesUse this action to disassociate, or remove, one or more Domain Name Service (DNS) aliases from an Amazon FSx for Windows File Server file system. If you attempt to disassociate a DNS alias that is not associated with the file system, Amazon FSx responds with a 400 Bad Request. For more information, see .
The system generated response showing the DNS aliases that Amazon FSx is attempting to disassociate from the file system. Use the API operation to monitor the status of the aliases Amazon FSx is disassociating with the file system.
-
xAmzTargetAwsSimbaApiServiceV20180301ListTagsForResource.listTagsForResourceLists tags for Amazon FSx resources.
When retrieving all tags, you can optionally specify the
MaxResultsparameter to limit the number of tags in a response. If more tags remain, Amazon FSx returns aNextTokenvalue in the response. In this case, send a later request with theNextTokenrequest parameter set to the value ofNextTokenfrom the last response.This action is used in an iterative process to retrieve a list of your tags.
ListTagsForResourceis called first without aNextTokenvalue. Then the action continues to be called with theNextTokenparameter set to the value of the lastNextTokenvalue until a response has noNextToken.When using this action, keep the following in mind:
-
The implementation might return fewer than
MaxResultsfile system descriptions while still including aNextTokenvalue. -
The order of tags returned in the response of one
ListTagsForResourcecall and the order of tags returned across the responses of a multi-call iteration is unspecified.
-
-
xAmzTargetAwsSimbaApiServiceV20180301ReleaseFileSystemNfsV3Locks.releaseFileSystemNfsV3LocksReleases the file system lock from an Amazon FSx for OpenZFS file system.
-
xAmzTargetAwsSimbaApiServiceV20180301RestoreVolumeFromSnapshot.restoreVolumeFromSnapshotReturns an Amazon FSx for OpenZFS volume to the state saved by the specified snapshot.
-
xAmzTargetAwsSimbaApiServiceV20180301TagResource.tagResourceTags an Amazon FSx resource.
-
xAmzTargetAwsSimbaApiServiceV20180301UntagResource.untagResourceThis action removes a tag from an Amazon FSx resource.
-
xAmzTargetAwsSimbaApiServiceV20180301UpdateDataRepositoryAssociation.updateDataRepositoryAssociationUpdates the configuration of an existing data repository association on an Amazon FSx for Lustre file system. Data repository associations are supported for all file systems except for
Scratch_1deployment type. -
xAmzTargetAwsSimbaApiServiceV20180301UpdateFileCache.updateFileCacheUpdates the configuration of an existing Amazon File Cache resource. You can update multiple properties in a single request.
-
xAmzTargetAwsSimbaApiServiceV20180301UpdateFileSystem.updateFileSystemUse this operation to update the configuration of an existing Amazon FSx file system. You can update multiple properties in a single request.
For FSx for Windows File Server file systems, you can update the following properties:
-
AuditLogConfiguration -
AutomaticBackupRetentionDays -
DailyAutomaticBackupStartTime -
SelfManagedActiveDirectoryConfiguration -
StorageCapacity -
ThroughputCapacity -
WeeklyMaintenanceStartTime
For FSx for Lustre file systems, you can update the following properties:
-
AutoImportPolicy -
AutomaticBackupRetentionDays -
DailyAutomaticBackupStartTime -
DataCompressionType -
LustreRootSquashConfiguration -
StorageCapacity -
WeeklyMaintenanceStartTime
For FSx for ONTAP file systems, you can update the following properties:
-
AddRouteTableIds -
AutomaticBackupRetentionDays -
DailyAutomaticBackupStartTime -
DiskIopsConfiguration -
FsxAdminPassword -
RemoveRouteTableIds -
StorageCapacity -
ThroughputCapacity -
WeeklyMaintenanceStartTime
For FSx for OpenZFS file systems, you can update the following properties:
-
AutomaticBackupRetentionDays -
CopyTagsToBackups -
CopyTagsToVolumes -
DailyAutomaticBackupStartTime -
DiskIopsConfiguration -
StorageCapacity -
ThroughputCapacity -
WeeklyMaintenanceStartTime
-
-
xAmzTargetAwsSimbaApiServiceV20180301UpdateSnapshot.updateSnapshotUpdates the name of an Amazon FSx for OpenZFS snapshot.
-
xAmzTargetAwsSimbaApiServiceV20180301UpdateStorageVirtualMachine.updateStorageVirtualMachineUpdates an Amazon FSx for ONTAP storage virtual machine (SVM).
-
xAmzTargetAwsSimbaApiServiceV20180301UpdateVolume.updateVolumeUpdates the configuration of an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools