| 1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\Transfer;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **AWS Transfer for SFTP** service.
|
|
|
8 |
* @method \Aws\Result createAccess(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise createAccessAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result createAgreement(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise createAgreementAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result createConnector(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise createConnectorAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result createProfile(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise createProfileAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result createServer(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise createServerAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result createUser(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise createUserAsync(array $args = [])
|
| 1441 |
ariadna |
20 |
* @method \Aws\Result createWebApp(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise createWebAppAsync(array $args = [])
|
| 1 |
efrain |
22 |
* @method \Aws\Result createWorkflow(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise createWorkflowAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result deleteAccess(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise deleteAccessAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result deleteAgreement(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise deleteAgreementAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result deleteCertificate(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise deleteCertificateAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result deleteConnector(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise deleteConnectorAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result deleteHostKey(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise deleteHostKeyAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result deleteProfile(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise deleteProfileAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result deleteServer(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise deleteServerAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result deleteSshPublicKey(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise deleteSshPublicKeyAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result deleteUser(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
|
| 1441 |
ariadna |
42 |
* @method \Aws\Result deleteWebApp(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise deleteWebAppAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result deleteWebAppCustomization(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise deleteWebAppCustomizationAsync(array $args = [])
|
| 1 |
efrain |
46 |
* @method \Aws\Result deleteWorkflow(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise deleteWorkflowAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result describeAccess(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise describeAccessAsync(array $args = [])
|
|
|
50 |
* @method \Aws\Result describeAgreement(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise describeAgreementAsync(array $args = [])
|
|
|
52 |
* @method \Aws\Result describeCertificate(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise describeCertificateAsync(array $args = [])
|
|
|
54 |
* @method \Aws\Result describeConnector(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise describeConnectorAsync(array $args = [])
|
|
|
56 |
* @method \Aws\Result describeExecution(array $args = [])
|
|
|
57 |
* @method \GuzzleHttp\Promise\Promise describeExecutionAsync(array $args = [])
|
|
|
58 |
* @method \Aws\Result describeHostKey(array $args = [])
|
|
|
59 |
* @method \GuzzleHttp\Promise\Promise describeHostKeyAsync(array $args = [])
|
|
|
60 |
* @method \Aws\Result describeProfile(array $args = [])
|
|
|
61 |
* @method \GuzzleHttp\Promise\Promise describeProfileAsync(array $args = [])
|
|
|
62 |
* @method \Aws\Result describeSecurityPolicy(array $args = [])
|
|
|
63 |
* @method \GuzzleHttp\Promise\Promise describeSecurityPolicyAsync(array $args = [])
|
|
|
64 |
* @method \Aws\Result describeServer(array $args = [])
|
|
|
65 |
* @method \GuzzleHttp\Promise\Promise describeServerAsync(array $args = [])
|
|
|
66 |
* @method \Aws\Result describeUser(array $args = [])
|
|
|
67 |
* @method \GuzzleHttp\Promise\Promise describeUserAsync(array $args = [])
|
| 1441 |
ariadna |
68 |
* @method \Aws\Result describeWebApp(array $args = [])
|
|
|
69 |
* @method \GuzzleHttp\Promise\Promise describeWebAppAsync(array $args = [])
|
|
|
70 |
* @method \Aws\Result describeWebAppCustomization(array $args = [])
|
|
|
71 |
* @method \GuzzleHttp\Promise\Promise describeWebAppCustomizationAsync(array $args = [])
|
| 1 |
efrain |
72 |
* @method \Aws\Result describeWorkflow(array $args = [])
|
|
|
73 |
* @method \GuzzleHttp\Promise\Promise describeWorkflowAsync(array $args = [])
|
|
|
74 |
* @method \Aws\Result importCertificate(array $args = [])
|
|
|
75 |
* @method \GuzzleHttp\Promise\Promise importCertificateAsync(array $args = [])
|
|
|
76 |
* @method \Aws\Result importHostKey(array $args = [])
|
|
|
77 |
* @method \GuzzleHttp\Promise\Promise importHostKeyAsync(array $args = [])
|
|
|
78 |
* @method \Aws\Result importSshPublicKey(array $args = [])
|
|
|
79 |
* @method \GuzzleHttp\Promise\Promise importSshPublicKeyAsync(array $args = [])
|
|
|
80 |
* @method \Aws\Result listAccesses(array $args = [])
|
|
|
81 |
* @method \GuzzleHttp\Promise\Promise listAccessesAsync(array $args = [])
|
|
|
82 |
* @method \Aws\Result listAgreements(array $args = [])
|
|
|
83 |
* @method \GuzzleHttp\Promise\Promise listAgreementsAsync(array $args = [])
|
|
|
84 |
* @method \Aws\Result listCertificates(array $args = [])
|
|
|
85 |
* @method \GuzzleHttp\Promise\Promise listCertificatesAsync(array $args = [])
|
|
|
86 |
* @method \Aws\Result listConnectors(array $args = [])
|
|
|
87 |
* @method \GuzzleHttp\Promise\Promise listConnectorsAsync(array $args = [])
|
|
|
88 |
* @method \Aws\Result listExecutions(array $args = [])
|
|
|
89 |
* @method \GuzzleHttp\Promise\Promise listExecutionsAsync(array $args = [])
|
| 1441 |
ariadna |
90 |
* @method \Aws\Result listFileTransferResults(array $args = [])
|
|
|
91 |
* @method \GuzzleHttp\Promise\Promise listFileTransferResultsAsync(array $args = [])
|
| 1 |
efrain |
92 |
* @method \Aws\Result listHostKeys(array $args = [])
|
|
|
93 |
* @method \GuzzleHttp\Promise\Promise listHostKeysAsync(array $args = [])
|
|
|
94 |
* @method \Aws\Result listProfiles(array $args = [])
|
|
|
95 |
* @method \GuzzleHttp\Promise\Promise listProfilesAsync(array $args = [])
|
|
|
96 |
* @method \Aws\Result listSecurityPolicies(array $args = [])
|
|
|
97 |
* @method \GuzzleHttp\Promise\Promise listSecurityPoliciesAsync(array $args = [])
|
|
|
98 |
* @method \Aws\Result listServers(array $args = [])
|
|
|
99 |
* @method \GuzzleHttp\Promise\Promise listServersAsync(array $args = [])
|
|
|
100 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
101 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
102 |
* @method \Aws\Result listUsers(array $args = [])
|
|
|
103 |
* @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
|
| 1441 |
ariadna |
104 |
* @method \Aws\Result listWebApps(array $args = [])
|
|
|
105 |
* @method \GuzzleHttp\Promise\Promise listWebAppsAsync(array $args = [])
|
| 1 |
efrain |
106 |
* @method \Aws\Result listWorkflows(array $args = [])
|
|
|
107 |
* @method \GuzzleHttp\Promise\Promise listWorkflowsAsync(array $args = [])
|
|
|
108 |
* @method \Aws\Result sendWorkflowStepState(array $args = [])
|
|
|
109 |
* @method \GuzzleHttp\Promise\Promise sendWorkflowStepStateAsync(array $args = [])
|
| 1441 |
ariadna |
110 |
* @method \Aws\Result startDirectoryListing(array $args = [])
|
|
|
111 |
* @method \GuzzleHttp\Promise\Promise startDirectoryListingAsync(array $args = [])
|
| 1 |
efrain |
112 |
* @method \Aws\Result startFileTransfer(array $args = [])
|
|
|
113 |
* @method \GuzzleHttp\Promise\Promise startFileTransferAsync(array $args = [])
|
|
|
114 |
* @method \Aws\Result startServer(array $args = [])
|
|
|
115 |
* @method \GuzzleHttp\Promise\Promise startServerAsync(array $args = [])
|
|
|
116 |
* @method \Aws\Result stopServer(array $args = [])
|
|
|
117 |
* @method \GuzzleHttp\Promise\Promise stopServerAsync(array $args = [])
|
|
|
118 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
119 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
120 |
* @method \Aws\Result testConnection(array $args = [])
|
|
|
121 |
* @method \GuzzleHttp\Promise\Promise testConnectionAsync(array $args = [])
|
|
|
122 |
* @method \Aws\Result testIdentityProvider(array $args = [])
|
|
|
123 |
* @method \GuzzleHttp\Promise\Promise testIdentityProviderAsync(array $args = [])
|
|
|
124 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
125 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
126 |
* @method \Aws\Result updateAccess(array $args = [])
|
|
|
127 |
* @method \GuzzleHttp\Promise\Promise updateAccessAsync(array $args = [])
|
|
|
128 |
* @method \Aws\Result updateAgreement(array $args = [])
|
|
|
129 |
* @method \GuzzleHttp\Promise\Promise updateAgreementAsync(array $args = [])
|
|
|
130 |
* @method \Aws\Result updateCertificate(array $args = [])
|
|
|
131 |
* @method \GuzzleHttp\Promise\Promise updateCertificateAsync(array $args = [])
|
|
|
132 |
* @method \Aws\Result updateConnector(array $args = [])
|
|
|
133 |
* @method \GuzzleHttp\Promise\Promise updateConnectorAsync(array $args = [])
|
|
|
134 |
* @method \Aws\Result updateHostKey(array $args = [])
|
|
|
135 |
* @method \GuzzleHttp\Promise\Promise updateHostKeyAsync(array $args = [])
|
|
|
136 |
* @method \Aws\Result updateProfile(array $args = [])
|
|
|
137 |
* @method \GuzzleHttp\Promise\Promise updateProfileAsync(array $args = [])
|
|
|
138 |
* @method \Aws\Result updateServer(array $args = [])
|
|
|
139 |
* @method \GuzzleHttp\Promise\Promise updateServerAsync(array $args = [])
|
|
|
140 |
* @method \Aws\Result updateUser(array $args = [])
|
|
|
141 |
* @method \GuzzleHttp\Promise\Promise updateUserAsync(array $args = [])
|
| 1441 |
ariadna |
142 |
* @method \Aws\Result updateWebApp(array $args = [])
|
|
|
143 |
* @method \GuzzleHttp\Promise\Promise updateWebAppAsync(array $args = [])
|
|
|
144 |
* @method \Aws\Result updateWebAppCustomization(array $args = [])
|
|
|
145 |
* @method \GuzzleHttp\Promise\Promise updateWebAppCustomizationAsync(array $args = [])
|
| 1 |
efrain |
146 |
*/
|
|
|
147 |
class TransferClient extends AwsClient {}
|