StorageGatewayClient.php
191 lines
| 1 | <?php |
| 2 | namespace Aws\StorageGateway; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * AWS Storage Gateway client. |
| 8 | * |
| 9 | * @method \Aws\Result activateGateway(array $args = []) |
| 10 | * @method \GuzzleHttp\Promise\Promise activateGatewayAsync(array $args = []) |
| 11 | * @method \Aws\Result addCache(array $args = []) |
| 12 | * @method \GuzzleHttp\Promise\Promise addCacheAsync(array $args = []) |
| 13 | * @method \Aws\Result addTagsToResource(array $args = []) |
| 14 | * @method \GuzzleHttp\Promise\Promise addTagsToResourceAsync(array $args = []) |
| 15 | * @method \Aws\Result addUploadBuffer(array $args = []) |
| 16 | * @method \GuzzleHttp\Promise\Promise addUploadBufferAsync(array $args = []) |
| 17 | * @method \Aws\Result addWorkingStorage(array $args = []) |
| 18 | * @method \GuzzleHttp\Promise\Promise addWorkingStorageAsync(array $args = []) |
| 19 | * @method \Aws\Result assignTapePool(array $args = []) |
| 20 | * @method \GuzzleHttp\Promise\Promise assignTapePoolAsync(array $args = []) |
| 21 | * @method \Aws\Result associateFileSystem(array $args = []) |
| 22 | * @method \GuzzleHttp\Promise\Promise associateFileSystemAsync(array $args = []) |
| 23 | * @method \Aws\Result attachVolume(array $args = []) |
| 24 | * @method \GuzzleHttp\Promise\Promise attachVolumeAsync(array $args = []) |
| 25 | * @method \Aws\Result cancelArchival(array $args = []) |
| 26 | * @method \GuzzleHttp\Promise\Promise cancelArchivalAsync(array $args = []) |
| 27 | * @method \Aws\Result cancelRetrieval(array $args = []) |
| 28 | * @method \GuzzleHttp\Promise\Promise cancelRetrievalAsync(array $args = []) |
| 29 | * @method \Aws\Result createCachediSCSIVolume(array $args = []) |
| 30 | * @method \GuzzleHttp\Promise\Promise createCachediSCSIVolumeAsync(array $args = []) |
| 31 | * @method \Aws\Result createNFSFileShare(array $args = []) |
| 32 | * @method \GuzzleHttp\Promise\Promise createNFSFileShareAsync(array $args = []) |
| 33 | * @method \Aws\Result createSMBFileShare(array $args = []) |
| 34 | * @method \GuzzleHttp\Promise\Promise createSMBFileShareAsync(array $args = []) |
| 35 | * @method \Aws\Result createSnapshot(array $args = []) |
| 36 | * @method \GuzzleHttp\Promise\Promise createSnapshotAsync(array $args = []) |
| 37 | * @method \Aws\Result createSnapshotFromVolumeRecoveryPoint(array $args = []) |
| 38 | * @method \GuzzleHttp\Promise\Promise createSnapshotFromVolumeRecoveryPointAsync(array $args = []) |
| 39 | * @method \Aws\Result createStorediSCSIVolume(array $args = []) |
| 40 | * @method \GuzzleHttp\Promise\Promise createStorediSCSIVolumeAsync(array $args = []) |
| 41 | * @method \Aws\Result createTapePool(array $args = []) |
| 42 | * @method \GuzzleHttp\Promise\Promise createTapePoolAsync(array $args = []) |
| 43 | * @method \Aws\Result createTapeWithBarcode(array $args = []) |
| 44 | * @method \GuzzleHttp\Promise\Promise createTapeWithBarcodeAsync(array $args = []) |
| 45 | * @method \Aws\Result createTapes(array $args = []) |
| 46 | * @method \GuzzleHttp\Promise\Promise createTapesAsync(array $args = []) |
| 47 | * @method \Aws\Result deleteAutomaticTapeCreationPolicy(array $args = []) |
| 48 | * @method \GuzzleHttp\Promise\Promise deleteAutomaticTapeCreationPolicyAsync(array $args = []) |
| 49 | * @method \Aws\Result deleteBandwidthRateLimit(array $args = []) |
| 50 | * @method \GuzzleHttp\Promise\Promise deleteBandwidthRateLimitAsync(array $args = []) |
| 51 | * @method \Aws\Result deleteChapCredentials(array $args = []) |
| 52 | * @method \GuzzleHttp\Promise\Promise deleteChapCredentialsAsync(array $args = []) |
| 53 | * @method \Aws\Result deleteFileShare(array $args = []) |
| 54 | * @method \GuzzleHttp\Promise\Promise deleteFileShareAsync(array $args = []) |
| 55 | * @method \Aws\Result deleteGateway(array $args = []) |
| 56 | * @method \GuzzleHttp\Promise\Promise deleteGatewayAsync(array $args = []) |
| 57 | * @method \Aws\Result deleteSnapshotSchedule(array $args = []) |
| 58 | * @method \GuzzleHttp\Promise\Promise deleteSnapshotScheduleAsync(array $args = []) |
| 59 | * @method \Aws\Result deleteTape(array $args = []) |
| 60 | * @method \GuzzleHttp\Promise\Promise deleteTapeAsync(array $args = []) |
| 61 | * @method \Aws\Result deleteTapeArchive(array $args = []) |
| 62 | * @method \GuzzleHttp\Promise\Promise deleteTapeArchiveAsync(array $args = []) |
| 63 | * @method \Aws\Result deleteTapePool(array $args = []) |
| 64 | * @method \GuzzleHttp\Promise\Promise deleteTapePoolAsync(array $args = []) |
| 65 | * @method \Aws\Result deleteVolume(array $args = []) |
| 66 | * @method \GuzzleHttp\Promise\Promise deleteVolumeAsync(array $args = []) |
| 67 | * @method \Aws\Result describeAvailabilityMonitorTest(array $args = []) |
| 68 | * @method \GuzzleHttp\Promise\Promise describeAvailabilityMonitorTestAsync(array $args = []) |
| 69 | * @method \Aws\Result describeBandwidthRateLimit(array $args = []) |
| 70 | * @method \GuzzleHttp\Promise\Promise describeBandwidthRateLimitAsync(array $args = []) |
| 71 | * @method \Aws\Result describeBandwidthRateLimitSchedule(array $args = []) |
| 72 | * @method \GuzzleHttp\Promise\Promise describeBandwidthRateLimitScheduleAsync(array $args = []) |
| 73 | * @method \Aws\Result describeCache(array $args = []) |
| 74 | * @method \GuzzleHttp\Promise\Promise describeCacheAsync(array $args = []) |
| 75 | * @method \Aws\Result describeCachediSCSIVolumes(array $args = []) |
| 76 | * @method \GuzzleHttp\Promise\Promise describeCachediSCSIVolumesAsync(array $args = []) |
| 77 | * @method \Aws\Result describeChapCredentials(array $args = []) |
| 78 | * @method \GuzzleHttp\Promise\Promise describeChapCredentialsAsync(array $args = []) |
| 79 | * @method \Aws\Result describeFileSystemAssociations(array $args = []) |
| 80 | * @method \GuzzleHttp\Promise\Promise describeFileSystemAssociationsAsync(array $args = []) |
| 81 | * @method \Aws\Result describeGatewayInformation(array $args = []) |
| 82 | * @method \GuzzleHttp\Promise\Promise describeGatewayInformationAsync(array $args = []) |
| 83 | * @method \Aws\Result describeMaintenanceStartTime(array $args = []) |
| 84 | * @method \GuzzleHttp\Promise\Promise describeMaintenanceStartTimeAsync(array $args = []) |
| 85 | * @method \Aws\Result describeNFSFileShares(array $args = []) |
| 86 | * @method \GuzzleHttp\Promise\Promise describeNFSFileSharesAsync(array $args = []) |
| 87 | * @method \Aws\Result describeSMBFileShares(array $args = []) |
| 88 | * @method \GuzzleHttp\Promise\Promise describeSMBFileSharesAsync(array $args = []) |
| 89 | * @method \Aws\Result describeSMBSettings(array $args = []) |
| 90 | * @method \GuzzleHttp\Promise\Promise describeSMBSettingsAsync(array $args = []) |
| 91 | * @method \Aws\Result describeSnapshotSchedule(array $args = []) |
| 92 | * @method \GuzzleHttp\Promise\Promise describeSnapshotScheduleAsync(array $args = []) |
| 93 | * @method \Aws\Result describeStorediSCSIVolumes(array $args = []) |
| 94 | * @method \GuzzleHttp\Promise\Promise describeStorediSCSIVolumesAsync(array $args = []) |
| 95 | * @method \Aws\Result describeTapeArchives(array $args = []) |
| 96 | * @method \GuzzleHttp\Promise\Promise describeTapeArchivesAsync(array $args = []) |
| 97 | * @method \Aws\Result describeTapeRecoveryPoints(array $args = []) |
| 98 | * @method \GuzzleHttp\Promise\Promise describeTapeRecoveryPointsAsync(array $args = []) |
| 99 | * @method \Aws\Result describeTapes(array $args = []) |
| 100 | * @method \GuzzleHttp\Promise\Promise describeTapesAsync(array $args = []) |
| 101 | * @method \Aws\Result describeUploadBuffer(array $args = []) |
| 102 | * @method \GuzzleHttp\Promise\Promise describeUploadBufferAsync(array $args = []) |
| 103 | * @method \Aws\Result describeVTLDevices(array $args = []) |
| 104 | * @method \GuzzleHttp\Promise\Promise describeVTLDevicesAsync(array $args = []) |
| 105 | * @method \Aws\Result describeWorkingStorage(array $args = []) |
| 106 | * @method \GuzzleHttp\Promise\Promise describeWorkingStorageAsync(array $args = []) |
| 107 | * @method \Aws\Result detachVolume(array $args = []) |
| 108 | * @method \GuzzleHttp\Promise\Promise detachVolumeAsync(array $args = []) |
| 109 | * @method \Aws\Result disableGateway(array $args = []) |
| 110 | * @method \GuzzleHttp\Promise\Promise disableGatewayAsync(array $args = []) |
| 111 | * @method \Aws\Result disassociateFileSystem(array $args = []) |
| 112 | * @method \GuzzleHttp\Promise\Promise disassociateFileSystemAsync(array $args = []) |
| 113 | * @method \Aws\Result joinDomain(array $args = []) |
| 114 | * @method \GuzzleHttp\Promise\Promise joinDomainAsync(array $args = []) |
| 115 | * @method \Aws\Result listAutomaticTapeCreationPolicies(array $args = []) |
| 116 | * @method \GuzzleHttp\Promise\Promise listAutomaticTapeCreationPoliciesAsync(array $args = []) |
| 117 | * @method \Aws\Result listFileShares(array $args = []) |
| 118 | * @method \GuzzleHttp\Promise\Promise listFileSharesAsync(array $args = []) |
| 119 | * @method \Aws\Result listFileSystemAssociations(array $args = []) |
| 120 | * @method \GuzzleHttp\Promise\Promise listFileSystemAssociationsAsync(array $args = []) |
| 121 | * @method \Aws\Result listGateways(array $args = []) |
| 122 | * @method \GuzzleHttp\Promise\Promise listGatewaysAsync(array $args = []) |
| 123 | * @method \Aws\Result listLocalDisks(array $args = []) |
| 124 | * @method \GuzzleHttp\Promise\Promise listLocalDisksAsync(array $args = []) |
| 125 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 126 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 127 | * @method \Aws\Result listTapePools(array $args = []) |
| 128 | * @method \GuzzleHttp\Promise\Promise listTapePoolsAsync(array $args = []) |
| 129 | * @method \Aws\Result listTapes(array $args = []) |
| 130 | * @method \GuzzleHttp\Promise\Promise listTapesAsync(array $args = []) |
| 131 | * @method \Aws\Result listVolumeInitiators(array $args = []) |
| 132 | * @method \GuzzleHttp\Promise\Promise listVolumeInitiatorsAsync(array $args = []) |
| 133 | * @method \Aws\Result listVolumeRecoveryPoints(array $args = []) |
| 134 | * @method \GuzzleHttp\Promise\Promise listVolumeRecoveryPointsAsync(array $args = []) |
| 135 | * @method \Aws\Result listVolumes(array $args = []) |
| 136 | * @method \GuzzleHttp\Promise\Promise listVolumesAsync(array $args = []) |
| 137 | * @method \Aws\Result notifyWhenUploaded(array $args = []) |
| 138 | * @method \GuzzleHttp\Promise\Promise notifyWhenUploadedAsync(array $args = []) |
| 139 | * @method \Aws\Result refreshCache(array $args = []) |
| 140 | * @method \GuzzleHttp\Promise\Promise refreshCacheAsync(array $args = []) |
| 141 | * @method \Aws\Result removeTagsFromResource(array $args = []) |
| 142 | * @method \GuzzleHttp\Promise\Promise removeTagsFromResourceAsync(array $args = []) |
| 143 | * @method \Aws\Result resetCache(array $args = []) |
| 144 | * @method \GuzzleHttp\Promise\Promise resetCacheAsync(array $args = []) |
| 145 | * @method \Aws\Result retrieveTapeArchive(array $args = []) |
| 146 | * @method \GuzzleHttp\Promise\Promise retrieveTapeArchiveAsync(array $args = []) |
| 147 | * @method \Aws\Result retrieveTapeRecoveryPoint(array $args = []) |
| 148 | * @method \GuzzleHttp\Promise\Promise retrieveTapeRecoveryPointAsync(array $args = []) |
| 149 | * @method \Aws\Result setLocalConsolePassword(array $args = []) |
| 150 | * @method \GuzzleHttp\Promise\Promise setLocalConsolePasswordAsync(array $args = []) |
| 151 | * @method \Aws\Result setSMBGuestPassword(array $args = []) |
| 152 | * @method \GuzzleHttp\Promise\Promise setSMBGuestPasswordAsync(array $args = []) |
| 153 | * @method \Aws\Result shutdownGateway(array $args = []) |
| 154 | * @method \GuzzleHttp\Promise\Promise shutdownGatewayAsync(array $args = []) |
| 155 | * @method \Aws\Result startAvailabilityMonitorTest(array $args = []) |
| 156 | * @method \GuzzleHttp\Promise\Promise startAvailabilityMonitorTestAsync(array $args = []) |
| 157 | * @method \Aws\Result startGateway(array $args = []) |
| 158 | * @method \GuzzleHttp\Promise\Promise startGatewayAsync(array $args = []) |
| 159 | * @method \Aws\Result updateAutomaticTapeCreationPolicy(array $args = []) |
| 160 | * @method \GuzzleHttp\Promise\Promise updateAutomaticTapeCreationPolicyAsync(array $args = []) |
| 161 | * @method \Aws\Result updateBandwidthRateLimit(array $args = []) |
| 162 | * @method \GuzzleHttp\Promise\Promise updateBandwidthRateLimitAsync(array $args = []) |
| 163 | * @method \Aws\Result updateBandwidthRateLimitSchedule(array $args = []) |
| 164 | * @method \GuzzleHttp\Promise\Promise updateBandwidthRateLimitScheduleAsync(array $args = []) |
| 165 | * @method \Aws\Result updateChapCredentials(array $args = []) |
| 166 | * @method \GuzzleHttp\Promise\Promise updateChapCredentialsAsync(array $args = []) |
| 167 | * @method \Aws\Result updateFileSystemAssociation(array $args = []) |
| 168 | * @method \GuzzleHttp\Promise\Promise updateFileSystemAssociationAsync(array $args = []) |
| 169 | * @method \Aws\Result updateGatewayInformation(array $args = []) |
| 170 | * @method \GuzzleHttp\Promise\Promise updateGatewayInformationAsync(array $args = []) |
| 171 | * @method \Aws\Result updateGatewaySoftwareNow(array $args = []) |
| 172 | * @method \GuzzleHttp\Promise\Promise updateGatewaySoftwareNowAsync(array $args = []) |
| 173 | * @method \Aws\Result updateMaintenanceStartTime(array $args = []) |
| 174 | * @method \GuzzleHttp\Promise\Promise updateMaintenanceStartTimeAsync(array $args = []) |
| 175 | * @method \Aws\Result updateNFSFileShare(array $args = []) |
| 176 | * @method \GuzzleHttp\Promise\Promise updateNFSFileShareAsync(array $args = []) |
| 177 | * @method \Aws\Result updateSMBFileShare(array $args = []) |
| 178 | * @method \GuzzleHttp\Promise\Promise updateSMBFileShareAsync(array $args = []) |
| 179 | * @method \Aws\Result updateSMBFileShareVisibility(array $args = []) |
| 180 | * @method \GuzzleHttp\Promise\Promise updateSMBFileShareVisibilityAsync(array $args = []) |
| 181 | * @method \Aws\Result updateSMBLocalGroups(array $args = []) |
| 182 | * @method \GuzzleHttp\Promise\Promise updateSMBLocalGroupsAsync(array $args = []) |
| 183 | * @method \Aws\Result updateSMBSecurityStrategy(array $args = []) |
| 184 | * @method \GuzzleHttp\Promise\Promise updateSMBSecurityStrategyAsync(array $args = []) |
| 185 | * @method \Aws\Result updateSnapshotSchedule(array $args = []) |
| 186 | * @method \GuzzleHttp\Promise\Promise updateSnapshotScheduleAsync(array $args = []) |
| 187 | * @method \Aws\Result updateVTLDeviceType(array $args = []) |
| 188 | * @method \GuzzleHttp\Promise\Promise updateVTLDeviceTypeAsync(array $args = []) |
| 189 | */ |
| 190 | class StorageGatewayClient extends AwsClient {} |
| 191 |