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 = [])
|
|
|
20 |
* @method \Aws\Result createWorkflow(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise createWorkflowAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result deleteAccess(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise deleteAccessAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result deleteAgreement(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise deleteAgreementAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result deleteCertificate(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise deleteCertificateAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result deleteConnector(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise deleteConnectorAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result deleteHostKey(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise deleteHostKeyAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result deleteProfile(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise deleteProfileAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result deleteServer(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise deleteServerAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result deleteSshPublicKey(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise deleteSshPublicKeyAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result deleteUser(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result deleteWorkflow(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise deleteWorkflowAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result describeAccess(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise describeAccessAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result describeAgreement(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise describeAgreementAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result describeCertificate(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise describeCertificateAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result describeConnector(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise describeConnectorAsync(array $args = [])
|
|
|
50 |
* @method \Aws\Result describeExecution(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise describeExecutionAsync(array $args = [])
|
|
|
52 |
* @method \Aws\Result describeHostKey(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise describeHostKeyAsync(array $args = [])
|
|
|
54 |
* @method \Aws\Result describeProfile(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise describeProfileAsync(array $args = [])
|
|
|
56 |
* @method \Aws\Result describeSecurityPolicy(array $args = [])
|
|
|
57 |
* @method \GuzzleHttp\Promise\Promise describeSecurityPolicyAsync(array $args = [])
|
|
|
58 |
* @method \Aws\Result describeServer(array $args = [])
|
|
|
59 |
* @method \GuzzleHttp\Promise\Promise describeServerAsync(array $args = [])
|
|
|
60 |
* @method \Aws\Result describeUser(array $args = [])
|
|
|
61 |
* @method \GuzzleHttp\Promise\Promise describeUserAsync(array $args = [])
|
|
|
62 |
* @method \Aws\Result describeWorkflow(array $args = [])
|
|
|
63 |
* @method \GuzzleHttp\Promise\Promise describeWorkflowAsync(array $args = [])
|
|
|
64 |
* @method \Aws\Result importCertificate(array $args = [])
|
|
|
65 |
* @method \GuzzleHttp\Promise\Promise importCertificateAsync(array $args = [])
|
|
|
66 |
* @method \Aws\Result importHostKey(array $args = [])
|
|
|
67 |
* @method \GuzzleHttp\Promise\Promise importHostKeyAsync(array $args = [])
|
|
|
68 |
* @method \Aws\Result importSshPublicKey(array $args = [])
|
|
|
69 |
* @method \GuzzleHttp\Promise\Promise importSshPublicKeyAsync(array $args = [])
|
|
|
70 |
* @method \Aws\Result listAccesses(array $args = [])
|
|
|
71 |
* @method \GuzzleHttp\Promise\Promise listAccessesAsync(array $args = [])
|
|
|
72 |
* @method \Aws\Result listAgreements(array $args = [])
|
|
|
73 |
* @method \GuzzleHttp\Promise\Promise listAgreementsAsync(array $args = [])
|
|
|
74 |
* @method \Aws\Result listCertificates(array $args = [])
|
|
|
75 |
* @method \GuzzleHttp\Promise\Promise listCertificatesAsync(array $args = [])
|
|
|
76 |
* @method \Aws\Result listConnectors(array $args = [])
|
|
|
77 |
* @method \GuzzleHttp\Promise\Promise listConnectorsAsync(array $args = [])
|
|
|
78 |
* @method \Aws\Result listExecutions(array $args = [])
|
|
|
79 |
* @method \GuzzleHttp\Promise\Promise listExecutionsAsync(array $args = [])
|
|
|
80 |
* @method \Aws\Result listHostKeys(array $args = [])
|
|
|
81 |
* @method \GuzzleHttp\Promise\Promise listHostKeysAsync(array $args = [])
|
|
|
82 |
* @method \Aws\Result listProfiles(array $args = [])
|
|
|
83 |
* @method \GuzzleHttp\Promise\Promise listProfilesAsync(array $args = [])
|
|
|
84 |
* @method \Aws\Result listSecurityPolicies(array $args = [])
|
|
|
85 |
* @method \GuzzleHttp\Promise\Promise listSecurityPoliciesAsync(array $args = [])
|
|
|
86 |
* @method \Aws\Result listServers(array $args = [])
|
|
|
87 |
* @method \GuzzleHttp\Promise\Promise listServersAsync(array $args = [])
|
|
|
88 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
89 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
90 |
* @method \Aws\Result listUsers(array $args = [])
|
|
|
91 |
* @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
|
|
|
92 |
* @method \Aws\Result listWorkflows(array $args = [])
|
|
|
93 |
* @method \GuzzleHttp\Promise\Promise listWorkflowsAsync(array $args = [])
|
|
|
94 |
* @method \Aws\Result sendWorkflowStepState(array $args = [])
|
|
|
95 |
* @method \GuzzleHttp\Promise\Promise sendWorkflowStepStateAsync(array $args = [])
|
|
|
96 |
* @method \Aws\Result startFileTransfer(array $args = [])
|
|
|
97 |
* @method \GuzzleHttp\Promise\Promise startFileTransferAsync(array $args = [])
|
|
|
98 |
* @method \Aws\Result startServer(array $args = [])
|
|
|
99 |
* @method \GuzzleHttp\Promise\Promise startServerAsync(array $args = [])
|
|
|
100 |
* @method \Aws\Result stopServer(array $args = [])
|
|
|
101 |
* @method \GuzzleHttp\Promise\Promise stopServerAsync(array $args = [])
|
|
|
102 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
103 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
104 |
* @method \Aws\Result testConnection(array $args = [])
|
|
|
105 |
* @method \GuzzleHttp\Promise\Promise testConnectionAsync(array $args = [])
|
|
|
106 |
* @method \Aws\Result testIdentityProvider(array $args = [])
|
|
|
107 |
* @method \GuzzleHttp\Promise\Promise testIdentityProviderAsync(array $args = [])
|
|
|
108 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
109 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
110 |
* @method \Aws\Result updateAccess(array $args = [])
|
|
|
111 |
* @method \GuzzleHttp\Promise\Promise updateAccessAsync(array $args = [])
|
|
|
112 |
* @method \Aws\Result updateAgreement(array $args = [])
|
|
|
113 |
* @method \GuzzleHttp\Promise\Promise updateAgreementAsync(array $args = [])
|
|
|
114 |
* @method \Aws\Result updateCertificate(array $args = [])
|
|
|
115 |
* @method \GuzzleHttp\Promise\Promise updateCertificateAsync(array $args = [])
|
|
|
116 |
* @method \Aws\Result updateConnector(array $args = [])
|
|
|
117 |
* @method \GuzzleHttp\Promise\Promise updateConnectorAsync(array $args = [])
|
|
|
118 |
* @method \Aws\Result updateHostKey(array $args = [])
|
|
|
119 |
* @method \GuzzleHttp\Promise\Promise updateHostKeyAsync(array $args = [])
|
|
|
120 |
* @method \Aws\Result updateProfile(array $args = [])
|
|
|
121 |
* @method \GuzzleHttp\Promise\Promise updateProfileAsync(array $args = [])
|
|
|
122 |
* @method \Aws\Result updateServer(array $args = [])
|
|
|
123 |
* @method \GuzzleHttp\Promise\Promise updateServerAsync(array $args = [])
|
|
|
124 |
* @method \Aws\Result updateUser(array $args = [])
|
|
|
125 |
* @method \GuzzleHttp\Promise\Promise updateUserAsync(array $args = [])
|
|
|
126 |
*/
|
|
|
127 |
class TransferClient extends AwsClient {}
|