FSxClient.php
100 lines
| 1 | <?php |
| 2 | namespace Aws\FSx; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon FSx** service. |
| 8 | * @method \Aws\Result associateFileSystemAliases(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise associateFileSystemAliasesAsync(array $args = []) |
| 10 | * @method \Aws\Result cancelDataRepositoryTask(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise cancelDataRepositoryTaskAsync(array $args = []) |
| 12 | * @method \Aws\Result copyBackup(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise copyBackupAsync(array $args = []) |
| 14 | * @method \Aws\Result copySnapshotAndUpdateVolume(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise copySnapshotAndUpdateVolumeAsync(array $args = []) |
| 16 | * @method \Aws\Result createBackup(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise createBackupAsync(array $args = []) |
| 18 | * @method \Aws\Result createDataRepositoryAssociation(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise createDataRepositoryAssociationAsync(array $args = []) |
| 20 | * @method \Aws\Result createDataRepositoryTask(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise createDataRepositoryTaskAsync(array $args = []) |
| 22 | * @method \Aws\Result createFileCache(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise createFileCacheAsync(array $args = []) |
| 24 | * @method \Aws\Result createFileSystem(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise createFileSystemAsync(array $args = []) |
| 26 | * @method \Aws\Result createFileSystemFromBackup(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise createFileSystemFromBackupAsync(array $args = []) |
| 28 | * @method \Aws\Result createSnapshot(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise createSnapshotAsync(array $args = []) |
| 30 | * @method \Aws\Result createStorageVirtualMachine(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise createStorageVirtualMachineAsync(array $args = []) |
| 32 | * @method \Aws\Result createVolume(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise createVolumeAsync(array $args = []) |
| 34 | * @method \Aws\Result createVolumeFromBackup(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise createVolumeFromBackupAsync(array $args = []) |
| 36 | * @method \Aws\Result deleteBackup(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise deleteBackupAsync(array $args = []) |
| 38 | * @method \Aws\Result deleteDataRepositoryAssociation(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise deleteDataRepositoryAssociationAsync(array $args = []) |
| 40 | * @method \Aws\Result deleteFileCache(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise deleteFileCacheAsync(array $args = []) |
| 42 | * @method \Aws\Result deleteFileSystem(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise deleteFileSystemAsync(array $args = []) |
| 44 | * @method \Aws\Result deleteSnapshot(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise deleteSnapshotAsync(array $args = []) |
| 46 | * @method \Aws\Result deleteStorageVirtualMachine(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise deleteStorageVirtualMachineAsync(array $args = []) |
| 48 | * @method \Aws\Result deleteVolume(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise deleteVolumeAsync(array $args = []) |
| 50 | * @method \Aws\Result describeBackups(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise describeBackupsAsync(array $args = []) |
| 52 | * @method \Aws\Result describeDataRepositoryAssociations(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise describeDataRepositoryAssociationsAsync(array $args = []) |
| 54 | * @method \Aws\Result describeDataRepositoryTasks(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise describeDataRepositoryTasksAsync(array $args = []) |
| 56 | * @method \Aws\Result describeFileCaches(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise describeFileCachesAsync(array $args = []) |
| 58 | * @method \Aws\Result describeFileSystemAliases(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise describeFileSystemAliasesAsync(array $args = []) |
| 60 | * @method \Aws\Result describeFileSystems(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise describeFileSystemsAsync(array $args = []) |
| 62 | * @method \Aws\Result describeSharedVpcConfiguration(array $args = []) |
| 63 | * @method \GuzzleHttp\Promise\Promise describeSharedVpcConfigurationAsync(array $args = []) |
| 64 | * @method \Aws\Result describeSnapshots(array $args = []) |
| 65 | * @method \GuzzleHttp\Promise\Promise describeSnapshotsAsync(array $args = []) |
| 66 | * @method \Aws\Result describeStorageVirtualMachines(array $args = []) |
| 67 | * @method \GuzzleHttp\Promise\Promise describeStorageVirtualMachinesAsync(array $args = []) |
| 68 | * @method \Aws\Result describeVolumes(array $args = []) |
| 69 | * @method \GuzzleHttp\Promise\Promise describeVolumesAsync(array $args = []) |
| 70 | * @method \Aws\Result disassociateFileSystemAliases(array $args = []) |
| 71 | * @method \GuzzleHttp\Promise\Promise disassociateFileSystemAliasesAsync(array $args = []) |
| 72 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 73 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 74 | * @method \Aws\Result releaseFileSystemNfsV3Locks(array $args = []) |
| 75 | * @method \GuzzleHttp\Promise\Promise releaseFileSystemNfsV3LocksAsync(array $args = []) |
| 76 | * @method \Aws\Result restoreVolumeFromSnapshot(array $args = []) |
| 77 | * @method \GuzzleHttp\Promise\Promise restoreVolumeFromSnapshotAsync(array $args = []) |
| 78 | * @method \Aws\Result startMisconfiguredStateRecovery(array $args = []) |
| 79 | * @method \GuzzleHttp\Promise\Promise startMisconfiguredStateRecoveryAsync(array $args = []) |
| 80 | * @method \Aws\Result tagResource(array $args = []) |
| 81 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 82 | * @method \Aws\Result untagResource(array $args = []) |
| 83 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 84 | * @method \Aws\Result updateDataRepositoryAssociation(array $args = []) |
| 85 | * @method \GuzzleHttp\Promise\Promise updateDataRepositoryAssociationAsync(array $args = []) |
| 86 | * @method \Aws\Result updateFileCache(array $args = []) |
| 87 | * @method \GuzzleHttp\Promise\Promise updateFileCacheAsync(array $args = []) |
| 88 | * @method \Aws\Result updateFileSystem(array $args = []) |
| 89 | * @method \GuzzleHttp\Promise\Promise updateFileSystemAsync(array $args = []) |
| 90 | * @method \Aws\Result updateSharedVpcConfiguration(array $args = []) |
| 91 | * @method \GuzzleHttp\Promise\Promise updateSharedVpcConfigurationAsync(array $args = []) |
| 92 | * @method \Aws\Result updateSnapshot(array $args = []) |
| 93 | * @method \GuzzleHttp\Promise\Promise updateSnapshotAsync(array $args = []) |
| 94 | * @method \Aws\Result updateStorageVirtualMachine(array $args = []) |
| 95 | * @method \GuzzleHttp\Promise\Promise updateStorageVirtualMachineAsync(array $args = []) |
| 96 | * @method \Aws\Result updateVolume(array $args = []) |
| 97 | * @method \GuzzleHttp\Promise\Promise updateVolumeAsync(array $args = []) |
| 98 | */ |
| 99 | class FSxClient extends AwsClient {} |
| 100 |