@aws-sdk/client-transfer 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/Transfer.js +75 -0
  3. package/dist-cjs/commands/DeleteHostKeyCommand.js +36 -0
  4. package/dist-cjs/commands/DescribeHostKeyCommand.js +36 -0
  5. package/dist-cjs/commands/ImportHostKeyCommand.js +36 -0
  6. package/dist-cjs/commands/ListHostKeysCommand.js +36 -0
  7. package/dist-cjs/commands/UpdateHostKeyCommand.js +36 -0
  8. package/dist-cjs/commands/index.js +5 -0
  9. package/dist-cjs/models/models_0.js +48 -3
  10. package/dist-cjs/protocols/Aws_json1_1.js +374 -3
  11. package/dist-es/Transfer.js +75 -0
  12. package/dist-es/commands/DeleteHostKeyCommand.js +39 -0
  13. package/dist-es/commands/DescribeHostKeyCommand.js +39 -0
  14. package/dist-es/commands/ImportHostKeyCommand.js +39 -0
  15. package/dist-es/commands/ListHostKeysCommand.js +39 -0
  16. package/dist-es/commands/UpdateHostKeyCommand.js +39 -0
  17. package/dist-es/commands/index.js +5 -0
  18. package/dist-es/models/models_0.js +11 -0
  19. package/dist-es/protocols/Aws_json1_1.js +465 -0
  20. package/dist-types/Transfer.d.ts +35 -0
  21. package/dist-types/TransferClient.d.ts +7 -2
  22. package/dist-types/commands/DeleteHostKeyCommand.d.ts +35 -0
  23. package/dist-types/commands/DescribeHostKeyCommand.d.ts +35 -0
  24. package/dist-types/commands/ImportHostKeyCommand.d.ts +35 -0
  25. package/dist-types/commands/ListHostKeysCommand.d.ts +35 -0
  26. package/dist-types/commands/UpdateHostKeyCommand.d.ts +35 -0
  27. package/dist-types/commands/index.d.ts +5 -0
  28. package/dist-types/models/models_0.d.ts +254 -0
  29. package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
  30. package/dist-types/ts3.4/Transfer.d.ts +990 -270
  31. package/dist-types/ts3.4/TransferClient.d.ts +452 -126
  32. package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +30 -17
  40. package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +30 -17
  41. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +31 -17
  42. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +30 -17
  43. package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +30 -0
  44. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +30 -17
  45. package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +30 -17
  46. package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +31 -17
  47. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +30 -17
  48. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +30 -17
  49. package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +35 -17
  50. package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +36 -17
  52. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +36 -17
  53. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +35 -0
  55. package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +35 -17
  56. package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +35 -17
  58. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +35 -17
  60. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +36 -17
  61. package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +35 -0
  62. package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +36 -17
  63. package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +35 -17
  65. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +35 -17
  66. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +35 -17
  67. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +35 -17
  68. package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +32 -0
  69. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +32 -17
  70. package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +39 -17
  71. package/dist-types/ts3.4/commands/ListServersCommand.d.ts +32 -17
  72. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  73. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +32 -17
  74. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +35 -17
  75. package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +39 -17
  76. package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +36 -17
  77. package/dist-types/ts3.4/commands/StartServerCommand.d.ts +30 -17
  78. package/dist-types/ts3.4/commands/StopServerCommand.d.ts +30 -17
  79. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  80. package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +39 -17
  81. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  82. package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +32 -17
  83. package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +35 -17
  84. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +36 -17
  85. package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +35 -17
  86. package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +35 -0
  87. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +35 -17
  88. package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +32 -17
  89. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +32 -17
  90. package/dist-types/ts3.4/commands/index.d.ts +58 -53
  91. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  92. package/dist-types/ts3.4/index.d.ts +7 -7
  93. package/dist-types/ts3.4/models/TransferServiceException.d.ts +7 -6
  94. package/dist-types/ts3.4/models/index.d.ts +1 -1
  95. package/dist-types/ts3.4/models/models_0.d.ts +1435 -1748
  96. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  97. package/dist-types/ts3.4/pagination/ListAccessesPaginator.d.ts +11 -4
  98. package/dist-types/ts3.4/pagination/ListAgreementsPaginator.d.ts +11 -4
  99. package/dist-types/ts3.4/pagination/ListCertificatesPaginator.d.ts +11 -4
  100. package/dist-types/ts3.4/pagination/ListConnectorsPaginator.d.ts +11 -4
  101. package/dist-types/ts3.4/pagination/ListExecutionsPaginator.d.ts +11 -4
  102. package/dist-types/ts3.4/pagination/ListProfilesPaginator.d.ts +11 -4
  103. package/dist-types/ts3.4/pagination/ListSecurityPoliciesPaginator.d.ts +11 -4
  104. package/dist-types/ts3.4/pagination/ListServersPaginator.d.ts +11 -4
  105. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  106. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
  107. package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +11 -4
  108. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  109. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +701 -161
  110. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  111. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  112. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  113. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  114. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  115. package/dist-types/ts3.4/waiters/waitForServerOffline.d.ts +11 -7
  116. package/dist-types/ts3.4/waiters/waitForServerOnline.d.ts +11 -7
  117. package/package.json +35 -35
@@ -1,270 +1,990 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CreateAccessCommandInput, CreateAccessCommandOutput } from "./commands/CreateAccessCommand";
3
- import { CreateAgreementCommandInput, CreateAgreementCommandOutput } from "./commands/CreateAgreementCommand";
4
- import { CreateConnectorCommandInput, CreateConnectorCommandOutput } from "./commands/CreateConnectorCommand";
5
- import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
6
- import { CreateServerCommandInput, CreateServerCommandOutput } from "./commands/CreateServerCommand";
7
- import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
8
- import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "./commands/CreateWorkflowCommand";
9
- import { DeleteAccessCommandInput, DeleteAccessCommandOutput } from "./commands/DeleteAccessCommand";
10
- import { DeleteAgreementCommandInput, DeleteAgreementCommandOutput } from "./commands/DeleteAgreementCommand";
11
- import { DeleteCertificateCommandInput, DeleteCertificateCommandOutput } from "./commands/DeleteCertificateCommand";
12
- import { DeleteConnectorCommandInput, DeleteConnectorCommandOutput } from "./commands/DeleteConnectorCommand";
13
- import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "./commands/DeleteProfileCommand";
14
- import { DeleteServerCommandInput, DeleteServerCommandOutput } from "./commands/DeleteServerCommand";
15
- import { DeleteSshPublicKeyCommandInput, DeleteSshPublicKeyCommandOutput } from "./commands/DeleteSshPublicKeyCommand";
16
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
17
- import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
18
- import { DescribeAccessCommandInput, DescribeAccessCommandOutput } from "./commands/DescribeAccessCommand";
19
- import { DescribeAgreementCommandInput, DescribeAgreementCommandOutput } from "./commands/DescribeAgreementCommand";
20
- import { DescribeCertificateCommandInput, DescribeCertificateCommandOutput } from "./commands/DescribeCertificateCommand";
21
- import { DescribeConnectorCommandInput, DescribeConnectorCommandOutput } from "./commands/DescribeConnectorCommand";
22
- import { DescribeExecutionCommandInput, DescribeExecutionCommandOutput } from "./commands/DescribeExecutionCommand";
23
- import { DescribeProfileCommandInput, DescribeProfileCommandOutput } from "./commands/DescribeProfileCommand";
24
- import { DescribeSecurityPolicyCommandInput, DescribeSecurityPolicyCommandOutput } from "./commands/DescribeSecurityPolicyCommand";
25
- import { DescribeServerCommandInput, DescribeServerCommandOutput } from "./commands/DescribeServerCommand";
26
- import { DescribeUserCommandInput, DescribeUserCommandOutput } from "./commands/DescribeUserCommand";
27
- import { DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput } from "./commands/DescribeWorkflowCommand";
28
- import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from "./commands/ImportCertificateCommand";
29
- import { ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput } from "./commands/ImportSshPublicKeyCommand";
30
- import { ListAccessesCommandInput, ListAccessesCommandOutput } from "./commands/ListAccessesCommand";
31
- import { ListAgreementsCommandInput, ListAgreementsCommandOutput } from "./commands/ListAgreementsCommand";
32
- import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "./commands/ListCertificatesCommand";
33
- import { ListConnectorsCommandInput, ListConnectorsCommandOutput } from "./commands/ListConnectorsCommand";
34
- import { ListExecutionsCommandInput, ListExecutionsCommandOutput } from "./commands/ListExecutionsCommand";
35
- import { ListProfilesCommandInput, ListProfilesCommandOutput } from "./commands/ListProfilesCommand";
36
- import { ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput } from "./commands/ListSecurityPoliciesCommand";
37
- import { ListServersCommandInput, ListServersCommandOutput } from "./commands/ListServersCommand";
38
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
39
- import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
40
- import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
41
- import { SendWorkflowStepStateCommandInput, SendWorkflowStepStateCommandOutput } from "./commands/SendWorkflowStepStateCommand";
42
- import { StartFileTransferCommandInput, StartFileTransferCommandOutput } from "./commands/StartFileTransferCommand";
43
- import { StartServerCommandInput, StartServerCommandOutput } from "./commands/StartServerCommand";
44
- import { StopServerCommandInput, StopServerCommandOutput } from "./commands/StopServerCommand";
45
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
46
- import { TestIdentityProviderCommandInput, TestIdentityProviderCommandOutput } from "./commands/TestIdentityProviderCommand";
47
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
48
- import { UpdateAccessCommandInput, UpdateAccessCommandOutput } from "./commands/UpdateAccessCommand";
49
- import { UpdateAgreementCommandInput, UpdateAgreementCommandOutput } from "./commands/UpdateAgreementCommand";
50
- import { UpdateCertificateCommandInput, UpdateCertificateCommandOutput } from "./commands/UpdateCertificateCommand";
51
- import { UpdateConnectorCommandInput, UpdateConnectorCommandOutput } from "./commands/UpdateConnectorCommand";
52
- import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "./commands/UpdateProfileCommand";
53
- import { UpdateServerCommandInput, UpdateServerCommandOutput } from "./commands/UpdateServerCommand";
54
- import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
55
- import { TransferClient } from "./TransferClient";
56
-
57
- export declare class Transfer extends TransferClient {
58
-
59
- createAccess(args: CreateAccessCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccessCommandOutput>;
60
- createAccess(args: CreateAccessCommandInput, cb: (err: any, data?: CreateAccessCommandOutput) => void): void;
61
- createAccess(args: CreateAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccessCommandOutput) => void): void;
62
-
63
- createAgreement(args: CreateAgreementCommandInput, options?: __HttpHandlerOptions): Promise<CreateAgreementCommandOutput>;
64
- createAgreement(args: CreateAgreementCommandInput, cb: (err: any, data?: CreateAgreementCommandOutput) => void): void;
65
- createAgreement(args: CreateAgreementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAgreementCommandOutput) => void): void;
66
-
67
- createConnector(args: CreateConnectorCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectorCommandOutput>;
68
- createConnector(args: CreateConnectorCommandInput, cb: (err: any, data?: CreateConnectorCommandOutput) => void): void;
69
- createConnector(args: CreateConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectorCommandOutput) => void): void;
70
-
71
- createProfile(args: CreateProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateProfileCommandOutput>;
72
- createProfile(args: CreateProfileCommandInput, cb: (err: any, data?: CreateProfileCommandOutput) => void): void;
73
- createProfile(args: CreateProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProfileCommandOutput) => void): void;
74
-
75
- createServer(args: CreateServerCommandInput, options?: __HttpHandlerOptions): Promise<CreateServerCommandOutput>;
76
- createServer(args: CreateServerCommandInput, cb: (err: any, data?: CreateServerCommandOutput) => void): void;
77
- createServer(args: CreateServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServerCommandOutput) => void): void;
78
-
79
- createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
80
- createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
81
- createUser(args: CreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
82
-
83
- createWorkflow(args: CreateWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkflowCommandOutput>;
84
- createWorkflow(args: CreateWorkflowCommandInput, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
85
- createWorkflow(args: CreateWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
86
-
87
- deleteAccess(args: DeleteAccessCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccessCommandOutput>;
88
- deleteAccess(args: DeleteAccessCommandInput, cb: (err: any, data?: DeleteAccessCommandOutput) => void): void;
89
- deleteAccess(args: DeleteAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessCommandOutput) => void): void;
90
-
91
- deleteAgreement(args: DeleteAgreementCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAgreementCommandOutput>;
92
- deleteAgreement(args: DeleteAgreementCommandInput, cb: (err: any, data?: DeleteAgreementCommandOutput) => void): void;
93
- deleteAgreement(args: DeleteAgreementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAgreementCommandOutput) => void): void;
94
-
95
- deleteCertificate(args: DeleteCertificateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCertificateCommandOutput>;
96
- deleteCertificate(args: DeleteCertificateCommandInput, cb: (err: any, data?: DeleteCertificateCommandOutput) => void): void;
97
- deleteCertificate(args: DeleteCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCertificateCommandOutput) => void): void;
98
-
99
- deleteConnector(args: DeleteConnectorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectorCommandOutput>;
100
- deleteConnector(args: DeleteConnectorCommandInput, cb: (err: any, data?: DeleteConnectorCommandOutput) => void): void;
101
- deleteConnector(args: DeleteConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectorCommandOutput) => void): void;
102
-
103
- deleteProfile(args: DeleteProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProfileCommandOutput>;
104
- deleteProfile(args: DeleteProfileCommandInput, cb: (err: any, data?: DeleteProfileCommandOutput) => void): void;
105
- deleteProfile(args: DeleteProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProfileCommandOutput) => void): void;
106
-
107
- deleteServer(args: DeleteServerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServerCommandOutput>;
108
- deleteServer(args: DeleteServerCommandInput, cb: (err: any, data?: DeleteServerCommandOutput) => void): void;
109
- deleteServer(args: DeleteServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServerCommandOutput) => void): void;
110
-
111
- deleteSshPublicKey(args: DeleteSshPublicKeyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSshPublicKeyCommandOutput>;
112
- deleteSshPublicKey(args: DeleteSshPublicKeyCommandInput, cb: (err: any, data?: DeleteSshPublicKeyCommandOutput) => void): void;
113
- deleteSshPublicKey(args: DeleteSshPublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSshPublicKeyCommandOutput) => void): void;
114
-
115
- deleteUser(args: DeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserCommandOutput>;
116
- deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
117
- deleteUser(args: DeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
118
-
119
- deleteWorkflow(args: DeleteWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkflowCommandOutput>;
120
- deleteWorkflow(args: DeleteWorkflowCommandInput, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
121
- deleteWorkflow(args: DeleteWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
122
-
123
- describeAccess(args: DescribeAccessCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccessCommandOutput>;
124
- describeAccess(args: DescribeAccessCommandInput, cb: (err: any, data?: DescribeAccessCommandOutput) => void): void;
125
- describeAccess(args: DescribeAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccessCommandOutput) => void): void;
126
-
127
- describeAgreement(args: DescribeAgreementCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAgreementCommandOutput>;
128
- describeAgreement(args: DescribeAgreementCommandInput, cb: (err: any, data?: DescribeAgreementCommandOutput) => void): void;
129
- describeAgreement(args: DescribeAgreementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAgreementCommandOutput) => void): void;
130
-
131
- describeCertificate(args: DescribeCertificateCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCertificateCommandOutput>;
132
- describeCertificate(args: DescribeCertificateCommandInput, cb: (err: any, data?: DescribeCertificateCommandOutput) => void): void;
133
- describeCertificate(args: DescribeCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCertificateCommandOutput) => void): void;
134
-
135
- describeConnector(args: DescribeConnectorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectorCommandOutput>;
136
- describeConnector(args: DescribeConnectorCommandInput, cb: (err: any, data?: DescribeConnectorCommandOutput) => void): void;
137
- describeConnector(args: DescribeConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectorCommandOutput) => void): void;
138
-
139
- describeExecution(args: DescribeExecutionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExecutionCommandOutput>;
140
- describeExecution(args: DescribeExecutionCommandInput, cb: (err: any, data?: DescribeExecutionCommandOutput) => void): void;
141
- describeExecution(args: DescribeExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExecutionCommandOutput) => void): void;
142
-
143
- describeProfile(args: DescribeProfileCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProfileCommandOutput>;
144
- describeProfile(args: DescribeProfileCommandInput, cb: (err: any, data?: DescribeProfileCommandOutput) => void): void;
145
- describeProfile(args: DescribeProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProfileCommandOutput) => void): void;
146
-
147
- describeSecurityPolicy(args: DescribeSecurityPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSecurityPolicyCommandOutput>;
148
- describeSecurityPolicy(args: DescribeSecurityPolicyCommandInput, cb: (err: any, data?: DescribeSecurityPolicyCommandOutput) => void): void;
149
- describeSecurityPolicy(args: DescribeSecurityPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSecurityPolicyCommandOutput) => void): void;
150
-
151
- describeServer(args: DescribeServerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeServerCommandOutput>;
152
- describeServer(args: DescribeServerCommandInput, cb: (err: any, data?: DescribeServerCommandOutput) => void): void;
153
- describeServer(args: DescribeServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServerCommandOutput) => void): void;
154
-
155
- describeUser(args: DescribeUserCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserCommandOutput>;
156
- describeUser(args: DescribeUserCommandInput, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
157
- describeUser(args: DescribeUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
158
-
159
- describeWorkflow(args: DescribeWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkflowCommandOutput>;
160
- describeWorkflow(args: DescribeWorkflowCommandInput, cb: (err: any, data?: DescribeWorkflowCommandOutput) => void): void;
161
- describeWorkflow(args: DescribeWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkflowCommandOutput) => void): void;
162
-
163
- importCertificate(args: ImportCertificateCommandInput, options?: __HttpHandlerOptions): Promise<ImportCertificateCommandOutput>;
164
- importCertificate(args: ImportCertificateCommandInput, cb: (err: any, data?: ImportCertificateCommandOutput) => void): void;
165
- importCertificate(args: ImportCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportCertificateCommandOutput) => void): void;
166
-
167
- importSshPublicKey(args: ImportSshPublicKeyCommandInput, options?: __HttpHandlerOptions): Promise<ImportSshPublicKeyCommandOutput>;
168
- importSshPublicKey(args: ImportSshPublicKeyCommandInput, cb: (err: any, data?: ImportSshPublicKeyCommandOutput) => void): void;
169
- importSshPublicKey(args: ImportSshPublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportSshPublicKeyCommandOutput) => void): void;
170
-
171
- listAccesses(args: ListAccessesCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessesCommandOutput>;
172
- listAccesses(args: ListAccessesCommandInput, cb: (err: any, data?: ListAccessesCommandOutput) => void): void;
173
- listAccesses(args: ListAccessesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessesCommandOutput) => void): void;
174
-
175
- listAgreements(args: ListAgreementsCommandInput, options?: __HttpHandlerOptions): Promise<ListAgreementsCommandOutput>;
176
- listAgreements(args: ListAgreementsCommandInput, cb: (err: any, data?: ListAgreementsCommandOutput) => void): void;
177
- listAgreements(args: ListAgreementsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAgreementsCommandOutput) => void): void;
178
-
179
- listCertificates(args: ListCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<ListCertificatesCommandOutput>;
180
- listCertificates(args: ListCertificatesCommandInput, cb: (err: any, data?: ListCertificatesCommandOutput) => void): void;
181
- listCertificates(args: ListCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCertificatesCommandOutput) => void): void;
182
-
183
- listConnectors(args: ListConnectorsCommandInput, options?: __HttpHandlerOptions): Promise<ListConnectorsCommandOutput>;
184
- listConnectors(args: ListConnectorsCommandInput, cb: (err: any, data?: ListConnectorsCommandOutput) => void): void;
185
- listConnectors(args: ListConnectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectorsCommandOutput) => void): void;
186
-
187
- listExecutions(args: ListExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListExecutionsCommandOutput>;
188
- listExecutions(args: ListExecutionsCommandInput, cb: (err: any, data?: ListExecutionsCommandOutput) => void): void;
189
- listExecutions(args: ListExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExecutionsCommandOutput) => void): void;
190
-
191
- listProfiles(args: ListProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListProfilesCommandOutput>;
192
- listProfiles(args: ListProfilesCommandInput, cb: (err: any, data?: ListProfilesCommandOutput) => void): void;
193
- listProfiles(args: ListProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProfilesCommandOutput) => void): void;
194
-
195
- listSecurityPolicies(args: ListSecurityPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListSecurityPoliciesCommandOutput>;
196
- listSecurityPolicies(args: ListSecurityPoliciesCommandInput, cb: (err: any, data?: ListSecurityPoliciesCommandOutput) => void): void;
197
- listSecurityPolicies(args: ListSecurityPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityPoliciesCommandOutput) => void): void;
198
-
199
- listServers(args: ListServersCommandInput, options?: __HttpHandlerOptions): Promise<ListServersCommandOutput>;
200
- listServers(args: ListServersCommandInput, cb: (err: any, data?: ListServersCommandOutput) => void): void;
201
- listServers(args: ListServersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServersCommandOutput) => void): void;
202
-
203
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
204
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
205
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
206
-
207
- listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
208
- listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
209
- listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
210
-
211
- listWorkflows(args: ListWorkflowsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowsCommandOutput>;
212
- listWorkflows(args: ListWorkflowsCommandInput, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
213
- listWorkflows(args: ListWorkflowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
214
-
215
- sendWorkflowStepState(args: SendWorkflowStepStateCommandInput, options?: __HttpHandlerOptions): Promise<SendWorkflowStepStateCommandOutput>;
216
- sendWorkflowStepState(args: SendWorkflowStepStateCommandInput, cb: (err: any, data?: SendWorkflowStepStateCommandOutput) => void): void;
217
- sendWorkflowStepState(args: SendWorkflowStepStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendWorkflowStepStateCommandOutput) => void): void;
218
-
219
- startFileTransfer(args: StartFileTransferCommandInput, options?: __HttpHandlerOptions): Promise<StartFileTransferCommandOutput>;
220
- startFileTransfer(args: StartFileTransferCommandInput, cb: (err: any, data?: StartFileTransferCommandOutput) => void): void;
221
- startFileTransfer(args: StartFileTransferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartFileTransferCommandOutput) => void): void;
222
-
223
- startServer(args: StartServerCommandInput, options?: __HttpHandlerOptions): Promise<StartServerCommandOutput>;
224
- startServer(args: StartServerCommandInput, cb: (err: any, data?: StartServerCommandOutput) => void): void;
225
- startServer(args: StartServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartServerCommandOutput) => void): void;
226
-
227
- stopServer(args: StopServerCommandInput, options?: __HttpHandlerOptions): Promise<StopServerCommandOutput>;
228
- stopServer(args: StopServerCommandInput, cb: (err: any, data?: StopServerCommandOutput) => void): void;
229
- stopServer(args: StopServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopServerCommandOutput) => void): void;
230
-
231
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
232
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
233
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
234
-
235
- testIdentityProvider(args: TestIdentityProviderCommandInput, options?: __HttpHandlerOptions): Promise<TestIdentityProviderCommandOutput>;
236
- testIdentityProvider(args: TestIdentityProviderCommandInput, cb: (err: any, data?: TestIdentityProviderCommandOutput) => void): void;
237
- testIdentityProvider(args: TestIdentityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestIdentityProviderCommandOutput) => void): void;
238
-
239
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
240
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
241
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
242
-
243
- updateAccess(args: UpdateAccessCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccessCommandOutput>;
244
- updateAccess(args: UpdateAccessCommandInput, cb: (err: any, data?: UpdateAccessCommandOutput) => void): void;
245
- updateAccess(args: UpdateAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccessCommandOutput) => void): void;
246
-
247
- updateAgreement(args: UpdateAgreementCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAgreementCommandOutput>;
248
- updateAgreement(args: UpdateAgreementCommandInput, cb: (err: any, data?: UpdateAgreementCommandOutput) => void): void;
249
- updateAgreement(args: UpdateAgreementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAgreementCommandOutput) => void): void;
250
-
251
- updateCertificate(args: UpdateCertificateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCertificateCommandOutput>;
252
- updateCertificate(args: UpdateCertificateCommandInput, cb: (err: any, data?: UpdateCertificateCommandOutput) => void): void;
253
- updateCertificate(args: UpdateCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCertificateCommandOutput) => void): void;
254
-
255
- updateConnector(args: UpdateConnectorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConnectorCommandOutput>;
256
- updateConnector(args: UpdateConnectorCommandInput, cb: (err: any, data?: UpdateConnectorCommandOutput) => void): void;
257
- updateConnector(args: UpdateConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectorCommandOutput) => void): void;
258
-
259
- updateProfile(args: UpdateProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProfileCommandOutput>;
260
- updateProfile(args: UpdateProfileCommandInput, cb: (err: any, data?: UpdateProfileCommandOutput) => void): void;
261
- updateProfile(args: UpdateProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProfileCommandOutput) => void): void;
262
-
263
- updateServer(args: UpdateServerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServerCommandOutput>;
264
- updateServer(args: UpdateServerCommandInput, cb: (err: any, data?: UpdateServerCommandOutput) => void): void;
265
- updateServer(args: UpdateServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServerCommandOutput) => void): void;
266
-
267
- updateUser(args: UpdateUserCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserCommandOutput>;
268
- updateUser(args: UpdateUserCommandInput, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
269
- updateUser(args: UpdateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
270
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ CreateAccessCommandInput,
4
+ CreateAccessCommandOutput,
5
+ } from "./commands/CreateAccessCommand";
6
+ import {
7
+ CreateAgreementCommandInput,
8
+ CreateAgreementCommandOutput,
9
+ } from "./commands/CreateAgreementCommand";
10
+ import {
11
+ CreateConnectorCommandInput,
12
+ CreateConnectorCommandOutput,
13
+ } from "./commands/CreateConnectorCommand";
14
+ import {
15
+ CreateProfileCommandInput,
16
+ CreateProfileCommandOutput,
17
+ } from "./commands/CreateProfileCommand";
18
+ import {
19
+ CreateServerCommandInput,
20
+ CreateServerCommandOutput,
21
+ } from "./commands/CreateServerCommand";
22
+ import {
23
+ CreateUserCommandInput,
24
+ CreateUserCommandOutput,
25
+ } from "./commands/CreateUserCommand";
26
+ import {
27
+ CreateWorkflowCommandInput,
28
+ CreateWorkflowCommandOutput,
29
+ } from "./commands/CreateWorkflowCommand";
30
+ import {
31
+ DeleteAccessCommandInput,
32
+ DeleteAccessCommandOutput,
33
+ } from "./commands/DeleteAccessCommand";
34
+ import {
35
+ DeleteAgreementCommandInput,
36
+ DeleteAgreementCommandOutput,
37
+ } from "./commands/DeleteAgreementCommand";
38
+ import {
39
+ DeleteCertificateCommandInput,
40
+ DeleteCertificateCommandOutput,
41
+ } from "./commands/DeleteCertificateCommand";
42
+ import {
43
+ DeleteConnectorCommandInput,
44
+ DeleteConnectorCommandOutput,
45
+ } from "./commands/DeleteConnectorCommand";
46
+ import {
47
+ DeleteHostKeyCommandInput,
48
+ DeleteHostKeyCommandOutput,
49
+ } from "./commands/DeleteHostKeyCommand";
50
+ import {
51
+ DeleteProfileCommandInput,
52
+ DeleteProfileCommandOutput,
53
+ } from "./commands/DeleteProfileCommand";
54
+ import {
55
+ DeleteServerCommandInput,
56
+ DeleteServerCommandOutput,
57
+ } from "./commands/DeleteServerCommand";
58
+ import {
59
+ DeleteSshPublicKeyCommandInput,
60
+ DeleteSshPublicKeyCommandOutput,
61
+ } from "./commands/DeleteSshPublicKeyCommand";
62
+ import {
63
+ DeleteUserCommandInput,
64
+ DeleteUserCommandOutput,
65
+ } from "./commands/DeleteUserCommand";
66
+ import {
67
+ DeleteWorkflowCommandInput,
68
+ DeleteWorkflowCommandOutput,
69
+ } from "./commands/DeleteWorkflowCommand";
70
+ import {
71
+ DescribeAccessCommandInput,
72
+ DescribeAccessCommandOutput,
73
+ } from "./commands/DescribeAccessCommand";
74
+ import {
75
+ DescribeAgreementCommandInput,
76
+ DescribeAgreementCommandOutput,
77
+ } from "./commands/DescribeAgreementCommand";
78
+ import {
79
+ DescribeCertificateCommandInput,
80
+ DescribeCertificateCommandOutput,
81
+ } from "./commands/DescribeCertificateCommand";
82
+ import {
83
+ DescribeConnectorCommandInput,
84
+ DescribeConnectorCommandOutput,
85
+ } from "./commands/DescribeConnectorCommand";
86
+ import {
87
+ DescribeExecutionCommandInput,
88
+ DescribeExecutionCommandOutput,
89
+ } from "./commands/DescribeExecutionCommand";
90
+ import {
91
+ DescribeHostKeyCommandInput,
92
+ DescribeHostKeyCommandOutput,
93
+ } from "./commands/DescribeHostKeyCommand";
94
+ import {
95
+ DescribeProfileCommandInput,
96
+ DescribeProfileCommandOutput,
97
+ } from "./commands/DescribeProfileCommand";
98
+ import {
99
+ DescribeSecurityPolicyCommandInput,
100
+ DescribeSecurityPolicyCommandOutput,
101
+ } from "./commands/DescribeSecurityPolicyCommand";
102
+ import {
103
+ DescribeServerCommandInput,
104
+ DescribeServerCommandOutput,
105
+ } from "./commands/DescribeServerCommand";
106
+ import {
107
+ DescribeUserCommandInput,
108
+ DescribeUserCommandOutput,
109
+ } from "./commands/DescribeUserCommand";
110
+ import {
111
+ DescribeWorkflowCommandInput,
112
+ DescribeWorkflowCommandOutput,
113
+ } from "./commands/DescribeWorkflowCommand";
114
+ import {
115
+ ImportCertificateCommandInput,
116
+ ImportCertificateCommandOutput,
117
+ } from "./commands/ImportCertificateCommand";
118
+ import {
119
+ ImportHostKeyCommandInput,
120
+ ImportHostKeyCommandOutput,
121
+ } from "./commands/ImportHostKeyCommand";
122
+ import {
123
+ ImportSshPublicKeyCommandInput,
124
+ ImportSshPublicKeyCommandOutput,
125
+ } from "./commands/ImportSshPublicKeyCommand";
126
+ import {
127
+ ListAccessesCommandInput,
128
+ ListAccessesCommandOutput,
129
+ } from "./commands/ListAccessesCommand";
130
+ import {
131
+ ListAgreementsCommandInput,
132
+ ListAgreementsCommandOutput,
133
+ } from "./commands/ListAgreementsCommand";
134
+ import {
135
+ ListCertificatesCommandInput,
136
+ ListCertificatesCommandOutput,
137
+ } from "./commands/ListCertificatesCommand";
138
+ import {
139
+ ListConnectorsCommandInput,
140
+ ListConnectorsCommandOutput,
141
+ } from "./commands/ListConnectorsCommand";
142
+ import {
143
+ ListExecutionsCommandInput,
144
+ ListExecutionsCommandOutput,
145
+ } from "./commands/ListExecutionsCommand";
146
+ import {
147
+ ListHostKeysCommandInput,
148
+ ListHostKeysCommandOutput,
149
+ } from "./commands/ListHostKeysCommand";
150
+ import {
151
+ ListProfilesCommandInput,
152
+ ListProfilesCommandOutput,
153
+ } from "./commands/ListProfilesCommand";
154
+ import {
155
+ ListSecurityPoliciesCommandInput,
156
+ ListSecurityPoliciesCommandOutput,
157
+ } from "./commands/ListSecurityPoliciesCommand";
158
+ import {
159
+ ListServersCommandInput,
160
+ ListServersCommandOutput,
161
+ } from "./commands/ListServersCommand";
162
+ import {
163
+ ListTagsForResourceCommandInput,
164
+ ListTagsForResourceCommandOutput,
165
+ } from "./commands/ListTagsForResourceCommand";
166
+ import {
167
+ ListUsersCommandInput,
168
+ ListUsersCommandOutput,
169
+ } from "./commands/ListUsersCommand";
170
+ import {
171
+ ListWorkflowsCommandInput,
172
+ ListWorkflowsCommandOutput,
173
+ } from "./commands/ListWorkflowsCommand";
174
+ import {
175
+ SendWorkflowStepStateCommandInput,
176
+ SendWorkflowStepStateCommandOutput,
177
+ } from "./commands/SendWorkflowStepStateCommand";
178
+ import {
179
+ StartFileTransferCommandInput,
180
+ StartFileTransferCommandOutput,
181
+ } from "./commands/StartFileTransferCommand";
182
+ import {
183
+ StartServerCommandInput,
184
+ StartServerCommandOutput,
185
+ } from "./commands/StartServerCommand";
186
+ import {
187
+ StopServerCommandInput,
188
+ StopServerCommandOutput,
189
+ } from "./commands/StopServerCommand";
190
+ import {
191
+ TagResourceCommandInput,
192
+ TagResourceCommandOutput,
193
+ } from "./commands/TagResourceCommand";
194
+ import {
195
+ TestIdentityProviderCommandInput,
196
+ TestIdentityProviderCommandOutput,
197
+ } from "./commands/TestIdentityProviderCommand";
198
+ import {
199
+ UntagResourceCommandInput,
200
+ UntagResourceCommandOutput,
201
+ } from "./commands/UntagResourceCommand";
202
+ import {
203
+ UpdateAccessCommandInput,
204
+ UpdateAccessCommandOutput,
205
+ } from "./commands/UpdateAccessCommand";
206
+ import {
207
+ UpdateAgreementCommandInput,
208
+ UpdateAgreementCommandOutput,
209
+ } from "./commands/UpdateAgreementCommand";
210
+ import {
211
+ UpdateCertificateCommandInput,
212
+ UpdateCertificateCommandOutput,
213
+ } from "./commands/UpdateCertificateCommand";
214
+ import {
215
+ UpdateConnectorCommandInput,
216
+ UpdateConnectorCommandOutput,
217
+ } from "./commands/UpdateConnectorCommand";
218
+ import {
219
+ UpdateHostKeyCommandInput,
220
+ UpdateHostKeyCommandOutput,
221
+ } from "./commands/UpdateHostKeyCommand";
222
+ import {
223
+ UpdateProfileCommandInput,
224
+ UpdateProfileCommandOutput,
225
+ } from "./commands/UpdateProfileCommand";
226
+ import {
227
+ UpdateServerCommandInput,
228
+ UpdateServerCommandOutput,
229
+ } from "./commands/UpdateServerCommand";
230
+ import {
231
+ UpdateUserCommandInput,
232
+ UpdateUserCommandOutput,
233
+ } from "./commands/UpdateUserCommand";
234
+ import { TransferClient } from "./TransferClient";
235
+ export declare class Transfer extends TransferClient {
236
+ createAccess(
237
+ args: CreateAccessCommandInput,
238
+ options?: __HttpHandlerOptions
239
+ ): Promise<CreateAccessCommandOutput>;
240
+ createAccess(
241
+ args: CreateAccessCommandInput,
242
+ cb: (err: any, data?: CreateAccessCommandOutput) => void
243
+ ): void;
244
+ createAccess(
245
+ args: CreateAccessCommandInput,
246
+ options: __HttpHandlerOptions,
247
+ cb: (err: any, data?: CreateAccessCommandOutput) => void
248
+ ): void;
249
+ createAgreement(
250
+ args: CreateAgreementCommandInput,
251
+ options?: __HttpHandlerOptions
252
+ ): Promise<CreateAgreementCommandOutput>;
253
+ createAgreement(
254
+ args: CreateAgreementCommandInput,
255
+ cb: (err: any, data?: CreateAgreementCommandOutput) => void
256
+ ): void;
257
+ createAgreement(
258
+ args: CreateAgreementCommandInput,
259
+ options: __HttpHandlerOptions,
260
+ cb: (err: any, data?: CreateAgreementCommandOutput) => void
261
+ ): void;
262
+ createConnector(
263
+ args: CreateConnectorCommandInput,
264
+ options?: __HttpHandlerOptions
265
+ ): Promise<CreateConnectorCommandOutput>;
266
+ createConnector(
267
+ args: CreateConnectorCommandInput,
268
+ cb: (err: any, data?: CreateConnectorCommandOutput) => void
269
+ ): void;
270
+ createConnector(
271
+ args: CreateConnectorCommandInput,
272
+ options: __HttpHandlerOptions,
273
+ cb: (err: any, data?: CreateConnectorCommandOutput) => void
274
+ ): void;
275
+ createProfile(
276
+ args: CreateProfileCommandInput,
277
+ options?: __HttpHandlerOptions
278
+ ): Promise<CreateProfileCommandOutput>;
279
+ createProfile(
280
+ args: CreateProfileCommandInput,
281
+ cb: (err: any, data?: CreateProfileCommandOutput) => void
282
+ ): void;
283
+ createProfile(
284
+ args: CreateProfileCommandInput,
285
+ options: __HttpHandlerOptions,
286
+ cb: (err: any, data?: CreateProfileCommandOutput) => void
287
+ ): void;
288
+ createServer(
289
+ args: CreateServerCommandInput,
290
+ options?: __HttpHandlerOptions
291
+ ): Promise<CreateServerCommandOutput>;
292
+ createServer(
293
+ args: CreateServerCommandInput,
294
+ cb: (err: any, data?: CreateServerCommandOutput) => void
295
+ ): void;
296
+ createServer(
297
+ args: CreateServerCommandInput,
298
+ options: __HttpHandlerOptions,
299
+ cb: (err: any, data?: CreateServerCommandOutput) => void
300
+ ): void;
301
+ createUser(
302
+ args: CreateUserCommandInput,
303
+ options?: __HttpHandlerOptions
304
+ ): Promise<CreateUserCommandOutput>;
305
+ createUser(
306
+ args: CreateUserCommandInput,
307
+ cb: (err: any, data?: CreateUserCommandOutput) => void
308
+ ): void;
309
+ createUser(
310
+ args: CreateUserCommandInput,
311
+ options: __HttpHandlerOptions,
312
+ cb: (err: any, data?: CreateUserCommandOutput) => void
313
+ ): void;
314
+ createWorkflow(
315
+ args: CreateWorkflowCommandInput,
316
+ options?: __HttpHandlerOptions
317
+ ): Promise<CreateWorkflowCommandOutput>;
318
+ createWorkflow(
319
+ args: CreateWorkflowCommandInput,
320
+ cb: (err: any, data?: CreateWorkflowCommandOutput) => void
321
+ ): void;
322
+ createWorkflow(
323
+ args: CreateWorkflowCommandInput,
324
+ options: __HttpHandlerOptions,
325
+ cb: (err: any, data?: CreateWorkflowCommandOutput) => void
326
+ ): void;
327
+ deleteAccess(
328
+ args: DeleteAccessCommandInput,
329
+ options?: __HttpHandlerOptions
330
+ ): Promise<DeleteAccessCommandOutput>;
331
+ deleteAccess(
332
+ args: DeleteAccessCommandInput,
333
+ cb: (err: any, data?: DeleteAccessCommandOutput) => void
334
+ ): void;
335
+ deleteAccess(
336
+ args: DeleteAccessCommandInput,
337
+ options: __HttpHandlerOptions,
338
+ cb: (err: any, data?: DeleteAccessCommandOutput) => void
339
+ ): void;
340
+ deleteAgreement(
341
+ args: DeleteAgreementCommandInput,
342
+ options?: __HttpHandlerOptions
343
+ ): Promise<DeleteAgreementCommandOutput>;
344
+ deleteAgreement(
345
+ args: DeleteAgreementCommandInput,
346
+ cb: (err: any, data?: DeleteAgreementCommandOutput) => void
347
+ ): void;
348
+ deleteAgreement(
349
+ args: DeleteAgreementCommandInput,
350
+ options: __HttpHandlerOptions,
351
+ cb: (err: any, data?: DeleteAgreementCommandOutput) => void
352
+ ): void;
353
+ deleteCertificate(
354
+ args: DeleteCertificateCommandInput,
355
+ options?: __HttpHandlerOptions
356
+ ): Promise<DeleteCertificateCommandOutput>;
357
+ deleteCertificate(
358
+ args: DeleteCertificateCommandInput,
359
+ cb: (err: any, data?: DeleteCertificateCommandOutput) => void
360
+ ): void;
361
+ deleteCertificate(
362
+ args: DeleteCertificateCommandInput,
363
+ options: __HttpHandlerOptions,
364
+ cb: (err: any, data?: DeleteCertificateCommandOutput) => void
365
+ ): void;
366
+ deleteConnector(
367
+ args: DeleteConnectorCommandInput,
368
+ options?: __HttpHandlerOptions
369
+ ): Promise<DeleteConnectorCommandOutput>;
370
+ deleteConnector(
371
+ args: DeleteConnectorCommandInput,
372
+ cb: (err: any, data?: DeleteConnectorCommandOutput) => void
373
+ ): void;
374
+ deleteConnector(
375
+ args: DeleteConnectorCommandInput,
376
+ options: __HttpHandlerOptions,
377
+ cb: (err: any, data?: DeleteConnectorCommandOutput) => void
378
+ ): void;
379
+ deleteHostKey(
380
+ args: DeleteHostKeyCommandInput,
381
+ options?: __HttpHandlerOptions
382
+ ): Promise<DeleteHostKeyCommandOutput>;
383
+ deleteHostKey(
384
+ args: DeleteHostKeyCommandInput,
385
+ cb: (err: any, data?: DeleteHostKeyCommandOutput) => void
386
+ ): void;
387
+ deleteHostKey(
388
+ args: DeleteHostKeyCommandInput,
389
+ options: __HttpHandlerOptions,
390
+ cb: (err: any, data?: DeleteHostKeyCommandOutput) => void
391
+ ): void;
392
+ deleteProfile(
393
+ args: DeleteProfileCommandInput,
394
+ options?: __HttpHandlerOptions
395
+ ): Promise<DeleteProfileCommandOutput>;
396
+ deleteProfile(
397
+ args: DeleteProfileCommandInput,
398
+ cb: (err: any, data?: DeleteProfileCommandOutput) => void
399
+ ): void;
400
+ deleteProfile(
401
+ args: DeleteProfileCommandInput,
402
+ options: __HttpHandlerOptions,
403
+ cb: (err: any, data?: DeleteProfileCommandOutput) => void
404
+ ): void;
405
+ deleteServer(
406
+ args: DeleteServerCommandInput,
407
+ options?: __HttpHandlerOptions
408
+ ): Promise<DeleteServerCommandOutput>;
409
+ deleteServer(
410
+ args: DeleteServerCommandInput,
411
+ cb: (err: any, data?: DeleteServerCommandOutput) => void
412
+ ): void;
413
+ deleteServer(
414
+ args: DeleteServerCommandInput,
415
+ options: __HttpHandlerOptions,
416
+ cb: (err: any, data?: DeleteServerCommandOutput) => void
417
+ ): void;
418
+ deleteSshPublicKey(
419
+ args: DeleteSshPublicKeyCommandInput,
420
+ options?: __HttpHandlerOptions
421
+ ): Promise<DeleteSshPublicKeyCommandOutput>;
422
+ deleteSshPublicKey(
423
+ args: DeleteSshPublicKeyCommandInput,
424
+ cb: (err: any, data?: DeleteSshPublicKeyCommandOutput) => void
425
+ ): void;
426
+ deleteSshPublicKey(
427
+ args: DeleteSshPublicKeyCommandInput,
428
+ options: __HttpHandlerOptions,
429
+ cb: (err: any, data?: DeleteSshPublicKeyCommandOutput) => void
430
+ ): void;
431
+ deleteUser(
432
+ args: DeleteUserCommandInput,
433
+ options?: __HttpHandlerOptions
434
+ ): Promise<DeleteUserCommandOutput>;
435
+ deleteUser(
436
+ args: DeleteUserCommandInput,
437
+ cb: (err: any, data?: DeleteUserCommandOutput) => void
438
+ ): void;
439
+ deleteUser(
440
+ args: DeleteUserCommandInput,
441
+ options: __HttpHandlerOptions,
442
+ cb: (err: any, data?: DeleteUserCommandOutput) => void
443
+ ): void;
444
+ deleteWorkflow(
445
+ args: DeleteWorkflowCommandInput,
446
+ options?: __HttpHandlerOptions
447
+ ): Promise<DeleteWorkflowCommandOutput>;
448
+ deleteWorkflow(
449
+ args: DeleteWorkflowCommandInput,
450
+ cb: (err: any, data?: DeleteWorkflowCommandOutput) => void
451
+ ): void;
452
+ deleteWorkflow(
453
+ args: DeleteWorkflowCommandInput,
454
+ options: __HttpHandlerOptions,
455
+ cb: (err: any, data?: DeleteWorkflowCommandOutput) => void
456
+ ): void;
457
+ describeAccess(
458
+ args: DescribeAccessCommandInput,
459
+ options?: __HttpHandlerOptions
460
+ ): Promise<DescribeAccessCommandOutput>;
461
+ describeAccess(
462
+ args: DescribeAccessCommandInput,
463
+ cb: (err: any, data?: DescribeAccessCommandOutput) => void
464
+ ): void;
465
+ describeAccess(
466
+ args: DescribeAccessCommandInput,
467
+ options: __HttpHandlerOptions,
468
+ cb: (err: any, data?: DescribeAccessCommandOutput) => void
469
+ ): void;
470
+ describeAgreement(
471
+ args: DescribeAgreementCommandInput,
472
+ options?: __HttpHandlerOptions
473
+ ): Promise<DescribeAgreementCommandOutput>;
474
+ describeAgreement(
475
+ args: DescribeAgreementCommandInput,
476
+ cb: (err: any, data?: DescribeAgreementCommandOutput) => void
477
+ ): void;
478
+ describeAgreement(
479
+ args: DescribeAgreementCommandInput,
480
+ options: __HttpHandlerOptions,
481
+ cb: (err: any, data?: DescribeAgreementCommandOutput) => void
482
+ ): void;
483
+ describeCertificate(
484
+ args: DescribeCertificateCommandInput,
485
+ options?: __HttpHandlerOptions
486
+ ): Promise<DescribeCertificateCommandOutput>;
487
+ describeCertificate(
488
+ args: DescribeCertificateCommandInput,
489
+ cb: (err: any, data?: DescribeCertificateCommandOutput) => void
490
+ ): void;
491
+ describeCertificate(
492
+ args: DescribeCertificateCommandInput,
493
+ options: __HttpHandlerOptions,
494
+ cb: (err: any, data?: DescribeCertificateCommandOutput) => void
495
+ ): void;
496
+ describeConnector(
497
+ args: DescribeConnectorCommandInput,
498
+ options?: __HttpHandlerOptions
499
+ ): Promise<DescribeConnectorCommandOutput>;
500
+ describeConnector(
501
+ args: DescribeConnectorCommandInput,
502
+ cb: (err: any, data?: DescribeConnectorCommandOutput) => void
503
+ ): void;
504
+ describeConnector(
505
+ args: DescribeConnectorCommandInput,
506
+ options: __HttpHandlerOptions,
507
+ cb: (err: any, data?: DescribeConnectorCommandOutput) => void
508
+ ): void;
509
+ describeExecution(
510
+ args: DescribeExecutionCommandInput,
511
+ options?: __HttpHandlerOptions
512
+ ): Promise<DescribeExecutionCommandOutput>;
513
+ describeExecution(
514
+ args: DescribeExecutionCommandInput,
515
+ cb: (err: any, data?: DescribeExecutionCommandOutput) => void
516
+ ): void;
517
+ describeExecution(
518
+ args: DescribeExecutionCommandInput,
519
+ options: __HttpHandlerOptions,
520
+ cb: (err: any, data?: DescribeExecutionCommandOutput) => void
521
+ ): void;
522
+ describeHostKey(
523
+ args: DescribeHostKeyCommandInput,
524
+ options?: __HttpHandlerOptions
525
+ ): Promise<DescribeHostKeyCommandOutput>;
526
+ describeHostKey(
527
+ args: DescribeHostKeyCommandInput,
528
+ cb: (err: any, data?: DescribeHostKeyCommandOutput) => void
529
+ ): void;
530
+ describeHostKey(
531
+ args: DescribeHostKeyCommandInput,
532
+ options: __HttpHandlerOptions,
533
+ cb: (err: any, data?: DescribeHostKeyCommandOutput) => void
534
+ ): void;
535
+ describeProfile(
536
+ args: DescribeProfileCommandInput,
537
+ options?: __HttpHandlerOptions
538
+ ): Promise<DescribeProfileCommandOutput>;
539
+ describeProfile(
540
+ args: DescribeProfileCommandInput,
541
+ cb: (err: any, data?: DescribeProfileCommandOutput) => void
542
+ ): void;
543
+ describeProfile(
544
+ args: DescribeProfileCommandInput,
545
+ options: __HttpHandlerOptions,
546
+ cb: (err: any, data?: DescribeProfileCommandOutput) => void
547
+ ): void;
548
+ describeSecurityPolicy(
549
+ args: DescribeSecurityPolicyCommandInput,
550
+ options?: __HttpHandlerOptions
551
+ ): Promise<DescribeSecurityPolicyCommandOutput>;
552
+ describeSecurityPolicy(
553
+ args: DescribeSecurityPolicyCommandInput,
554
+ cb: (err: any, data?: DescribeSecurityPolicyCommandOutput) => void
555
+ ): void;
556
+ describeSecurityPolicy(
557
+ args: DescribeSecurityPolicyCommandInput,
558
+ options: __HttpHandlerOptions,
559
+ cb: (err: any, data?: DescribeSecurityPolicyCommandOutput) => void
560
+ ): void;
561
+ describeServer(
562
+ args: DescribeServerCommandInput,
563
+ options?: __HttpHandlerOptions
564
+ ): Promise<DescribeServerCommandOutput>;
565
+ describeServer(
566
+ args: DescribeServerCommandInput,
567
+ cb: (err: any, data?: DescribeServerCommandOutput) => void
568
+ ): void;
569
+ describeServer(
570
+ args: DescribeServerCommandInput,
571
+ options: __HttpHandlerOptions,
572
+ cb: (err: any, data?: DescribeServerCommandOutput) => void
573
+ ): void;
574
+ describeUser(
575
+ args: DescribeUserCommandInput,
576
+ options?: __HttpHandlerOptions
577
+ ): Promise<DescribeUserCommandOutput>;
578
+ describeUser(
579
+ args: DescribeUserCommandInput,
580
+ cb: (err: any, data?: DescribeUserCommandOutput) => void
581
+ ): void;
582
+ describeUser(
583
+ args: DescribeUserCommandInput,
584
+ options: __HttpHandlerOptions,
585
+ cb: (err: any, data?: DescribeUserCommandOutput) => void
586
+ ): void;
587
+ describeWorkflow(
588
+ args: DescribeWorkflowCommandInput,
589
+ options?: __HttpHandlerOptions
590
+ ): Promise<DescribeWorkflowCommandOutput>;
591
+ describeWorkflow(
592
+ args: DescribeWorkflowCommandInput,
593
+ cb: (err: any, data?: DescribeWorkflowCommandOutput) => void
594
+ ): void;
595
+ describeWorkflow(
596
+ args: DescribeWorkflowCommandInput,
597
+ options: __HttpHandlerOptions,
598
+ cb: (err: any, data?: DescribeWorkflowCommandOutput) => void
599
+ ): void;
600
+ importCertificate(
601
+ args: ImportCertificateCommandInput,
602
+ options?: __HttpHandlerOptions
603
+ ): Promise<ImportCertificateCommandOutput>;
604
+ importCertificate(
605
+ args: ImportCertificateCommandInput,
606
+ cb: (err: any, data?: ImportCertificateCommandOutput) => void
607
+ ): void;
608
+ importCertificate(
609
+ args: ImportCertificateCommandInput,
610
+ options: __HttpHandlerOptions,
611
+ cb: (err: any, data?: ImportCertificateCommandOutput) => void
612
+ ): void;
613
+ importHostKey(
614
+ args: ImportHostKeyCommandInput,
615
+ options?: __HttpHandlerOptions
616
+ ): Promise<ImportHostKeyCommandOutput>;
617
+ importHostKey(
618
+ args: ImportHostKeyCommandInput,
619
+ cb: (err: any, data?: ImportHostKeyCommandOutput) => void
620
+ ): void;
621
+ importHostKey(
622
+ args: ImportHostKeyCommandInput,
623
+ options: __HttpHandlerOptions,
624
+ cb: (err: any, data?: ImportHostKeyCommandOutput) => void
625
+ ): void;
626
+ importSshPublicKey(
627
+ args: ImportSshPublicKeyCommandInput,
628
+ options?: __HttpHandlerOptions
629
+ ): Promise<ImportSshPublicKeyCommandOutput>;
630
+ importSshPublicKey(
631
+ args: ImportSshPublicKeyCommandInput,
632
+ cb: (err: any, data?: ImportSshPublicKeyCommandOutput) => void
633
+ ): void;
634
+ importSshPublicKey(
635
+ args: ImportSshPublicKeyCommandInput,
636
+ options: __HttpHandlerOptions,
637
+ cb: (err: any, data?: ImportSshPublicKeyCommandOutput) => void
638
+ ): void;
639
+ listAccesses(
640
+ args: ListAccessesCommandInput,
641
+ options?: __HttpHandlerOptions
642
+ ): Promise<ListAccessesCommandOutput>;
643
+ listAccesses(
644
+ args: ListAccessesCommandInput,
645
+ cb: (err: any, data?: ListAccessesCommandOutput) => void
646
+ ): void;
647
+ listAccesses(
648
+ args: ListAccessesCommandInput,
649
+ options: __HttpHandlerOptions,
650
+ cb: (err: any, data?: ListAccessesCommandOutput) => void
651
+ ): void;
652
+ listAgreements(
653
+ args: ListAgreementsCommandInput,
654
+ options?: __HttpHandlerOptions
655
+ ): Promise<ListAgreementsCommandOutput>;
656
+ listAgreements(
657
+ args: ListAgreementsCommandInput,
658
+ cb: (err: any, data?: ListAgreementsCommandOutput) => void
659
+ ): void;
660
+ listAgreements(
661
+ args: ListAgreementsCommandInput,
662
+ options: __HttpHandlerOptions,
663
+ cb: (err: any, data?: ListAgreementsCommandOutput) => void
664
+ ): void;
665
+ listCertificates(
666
+ args: ListCertificatesCommandInput,
667
+ options?: __HttpHandlerOptions
668
+ ): Promise<ListCertificatesCommandOutput>;
669
+ listCertificates(
670
+ args: ListCertificatesCommandInput,
671
+ cb: (err: any, data?: ListCertificatesCommandOutput) => void
672
+ ): void;
673
+ listCertificates(
674
+ args: ListCertificatesCommandInput,
675
+ options: __HttpHandlerOptions,
676
+ cb: (err: any, data?: ListCertificatesCommandOutput) => void
677
+ ): void;
678
+ listConnectors(
679
+ args: ListConnectorsCommandInput,
680
+ options?: __HttpHandlerOptions
681
+ ): Promise<ListConnectorsCommandOutput>;
682
+ listConnectors(
683
+ args: ListConnectorsCommandInput,
684
+ cb: (err: any, data?: ListConnectorsCommandOutput) => void
685
+ ): void;
686
+ listConnectors(
687
+ args: ListConnectorsCommandInput,
688
+ options: __HttpHandlerOptions,
689
+ cb: (err: any, data?: ListConnectorsCommandOutput) => void
690
+ ): void;
691
+ listExecutions(
692
+ args: ListExecutionsCommandInput,
693
+ options?: __HttpHandlerOptions
694
+ ): Promise<ListExecutionsCommandOutput>;
695
+ listExecutions(
696
+ args: ListExecutionsCommandInput,
697
+ cb: (err: any, data?: ListExecutionsCommandOutput) => void
698
+ ): void;
699
+ listExecutions(
700
+ args: ListExecutionsCommandInput,
701
+ options: __HttpHandlerOptions,
702
+ cb: (err: any, data?: ListExecutionsCommandOutput) => void
703
+ ): void;
704
+ listHostKeys(
705
+ args: ListHostKeysCommandInput,
706
+ options?: __HttpHandlerOptions
707
+ ): Promise<ListHostKeysCommandOutput>;
708
+ listHostKeys(
709
+ args: ListHostKeysCommandInput,
710
+ cb: (err: any, data?: ListHostKeysCommandOutput) => void
711
+ ): void;
712
+ listHostKeys(
713
+ args: ListHostKeysCommandInput,
714
+ options: __HttpHandlerOptions,
715
+ cb: (err: any, data?: ListHostKeysCommandOutput) => void
716
+ ): void;
717
+ listProfiles(
718
+ args: ListProfilesCommandInput,
719
+ options?: __HttpHandlerOptions
720
+ ): Promise<ListProfilesCommandOutput>;
721
+ listProfiles(
722
+ args: ListProfilesCommandInput,
723
+ cb: (err: any, data?: ListProfilesCommandOutput) => void
724
+ ): void;
725
+ listProfiles(
726
+ args: ListProfilesCommandInput,
727
+ options: __HttpHandlerOptions,
728
+ cb: (err: any, data?: ListProfilesCommandOutput) => void
729
+ ): void;
730
+ listSecurityPolicies(
731
+ args: ListSecurityPoliciesCommandInput,
732
+ options?: __HttpHandlerOptions
733
+ ): Promise<ListSecurityPoliciesCommandOutput>;
734
+ listSecurityPolicies(
735
+ args: ListSecurityPoliciesCommandInput,
736
+ cb: (err: any, data?: ListSecurityPoliciesCommandOutput) => void
737
+ ): void;
738
+ listSecurityPolicies(
739
+ args: ListSecurityPoliciesCommandInput,
740
+ options: __HttpHandlerOptions,
741
+ cb: (err: any, data?: ListSecurityPoliciesCommandOutput) => void
742
+ ): void;
743
+ listServers(
744
+ args: ListServersCommandInput,
745
+ options?: __HttpHandlerOptions
746
+ ): Promise<ListServersCommandOutput>;
747
+ listServers(
748
+ args: ListServersCommandInput,
749
+ cb: (err: any, data?: ListServersCommandOutput) => void
750
+ ): void;
751
+ listServers(
752
+ args: ListServersCommandInput,
753
+ options: __HttpHandlerOptions,
754
+ cb: (err: any, data?: ListServersCommandOutput) => void
755
+ ): void;
756
+ listTagsForResource(
757
+ args: ListTagsForResourceCommandInput,
758
+ options?: __HttpHandlerOptions
759
+ ): Promise<ListTagsForResourceCommandOutput>;
760
+ listTagsForResource(
761
+ args: ListTagsForResourceCommandInput,
762
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
763
+ ): void;
764
+ listTagsForResource(
765
+ args: ListTagsForResourceCommandInput,
766
+ options: __HttpHandlerOptions,
767
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
768
+ ): void;
769
+ listUsers(
770
+ args: ListUsersCommandInput,
771
+ options?: __HttpHandlerOptions
772
+ ): Promise<ListUsersCommandOutput>;
773
+ listUsers(
774
+ args: ListUsersCommandInput,
775
+ cb: (err: any, data?: ListUsersCommandOutput) => void
776
+ ): void;
777
+ listUsers(
778
+ args: ListUsersCommandInput,
779
+ options: __HttpHandlerOptions,
780
+ cb: (err: any, data?: ListUsersCommandOutput) => void
781
+ ): void;
782
+ listWorkflows(
783
+ args: ListWorkflowsCommandInput,
784
+ options?: __HttpHandlerOptions
785
+ ): Promise<ListWorkflowsCommandOutput>;
786
+ listWorkflows(
787
+ args: ListWorkflowsCommandInput,
788
+ cb: (err: any, data?: ListWorkflowsCommandOutput) => void
789
+ ): void;
790
+ listWorkflows(
791
+ args: ListWorkflowsCommandInput,
792
+ options: __HttpHandlerOptions,
793
+ cb: (err: any, data?: ListWorkflowsCommandOutput) => void
794
+ ): void;
795
+ sendWorkflowStepState(
796
+ args: SendWorkflowStepStateCommandInput,
797
+ options?: __HttpHandlerOptions
798
+ ): Promise<SendWorkflowStepStateCommandOutput>;
799
+ sendWorkflowStepState(
800
+ args: SendWorkflowStepStateCommandInput,
801
+ cb: (err: any, data?: SendWorkflowStepStateCommandOutput) => void
802
+ ): void;
803
+ sendWorkflowStepState(
804
+ args: SendWorkflowStepStateCommandInput,
805
+ options: __HttpHandlerOptions,
806
+ cb: (err: any, data?: SendWorkflowStepStateCommandOutput) => void
807
+ ): void;
808
+ startFileTransfer(
809
+ args: StartFileTransferCommandInput,
810
+ options?: __HttpHandlerOptions
811
+ ): Promise<StartFileTransferCommandOutput>;
812
+ startFileTransfer(
813
+ args: StartFileTransferCommandInput,
814
+ cb: (err: any, data?: StartFileTransferCommandOutput) => void
815
+ ): void;
816
+ startFileTransfer(
817
+ args: StartFileTransferCommandInput,
818
+ options: __HttpHandlerOptions,
819
+ cb: (err: any, data?: StartFileTransferCommandOutput) => void
820
+ ): void;
821
+ startServer(
822
+ args: StartServerCommandInput,
823
+ options?: __HttpHandlerOptions
824
+ ): Promise<StartServerCommandOutput>;
825
+ startServer(
826
+ args: StartServerCommandInput,
827
+ cb: (err: any, data?: StartServerCommandOutput) => void
828
+ ): void;
829
+ startServer(
830
+ args: StartServerCommandInput,
831
+ options: __HttpHandlerOptions,
832
+ cb: (err: any, data?: StartServerCommandOutput) => void
833
+ ): void;
834
+ stopServer(
835
+ args: StopServerCommandInput,
836
+ options?: __HttpHandlerOptions
837
+ ): Promise<StopServerCommandOutput>;
838
+ stopServer(
839
+ args: StopServerCommandInput,
840
+ cb: (err: any, data?: StopServerCommandOutput) => void
841
+ ): void;
842
+ stopServer(
843
+ args: StopServerCommandInput,
844
+ options: __HttpHandlerOptions,
845
+ cb: (err: any, data?: StopServerCommandOutput) => void
846
+ ): void;
847
+ tagResource(
848
+ args: TagResourceCommandInput,
849
+ options?: __HttpHandlerOptions
850
+ ): Promise<TagResourceCommandOutput>;
851
+ tagResource(
852
+ args: TagResourceCommandInput,
853
+ cb: (err: any, data?: TagResourceCommandOutput) => void
854
+ ): void;
855
+ tagResource(
856
+ args: TagResourceCommandInput,
857
+ options: __HttpHandlerOptions,
858
+ cb: (err: any, data?: TagResourceCommandOutput) => void
859
+ ): void;
860
+ testIdentityProvider(
861
+ args: TestIdentityProviderCommandInput,
862
+ options?: __HttpHandlerOptions
863
+ ): Promise<TestIdentityProviderCommandOutput>;
864
+ testIdentityProvider(
865
+ args: TestIdentityProviderCommandInput,
866
+ cb: (err: any, data?: TestIdentityProviderCommandOutput) => void
867
+ ): void;
868
+ testIdentityProvider(
869
+ args: TestIdentityProviderCommandInput,
870
+ options: __HttpHandlerOptions,
871
+ cb: (err: any, data?: TestIdentityProviderCommandOutput) => void
872
+ ): void;
873
+ untagResource(
874
+ args: UntagResourceCommandInput,
875
+ options?: __HttpHandlerOptions
876
+ ): Promise<UntagResourceCommandOutput>;
877
+ untagResource(
878
+ args: UntagResourceCommandInput,
879
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
880
+ ): void;
881
+ untagResource(
882
+ args: UntagResourceCommandInput,
883
+ options: __HttpHandlerOptions,
884
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
885
+ ): void;
886
+ updateAccess(
887
+ args: UpdateAccessCommandInput,
888
+ options?: __HttpHandlerOptions
889
+ ): Promise<UpdateAccessCommandOutput>;
890
+ updateAccess(
891
+ args: UpdateAccessCommandInput,
892
+ cb: (err: any, data?: UpdateAccessCommandOutput) => void
893
+ ): void;
894
+ updateAccess(
895
+ args: UpdateAccessCommandInput,
896
+ options: __HttpHandlerOptions,
897
+ cb: (err: any, data?: UpdateAccessCommandOutput) => void
898
+ ): void;
899
+ updateAgreement(
900
+ args: UpdateAgreementCommandInput,
901
+ options?: __HttpHandlerOptions
902
+ ): Promise<UpdateAgreementCommandOutput>;
903
+ updateAgreement(
904
+ args: UpdateAgreementCommandInput,
905
+ cb: (err: any, data?: UpdateAgreementCommandOutput) => void
906
+ ): void;
907
+ updateAgreement(
908
+ args: UpdateAgreementCommandInput,
909
+ options: __HttpHandlerOptions,
910
+ cb: (err: any, data?: UpdateAgreementCommandOutput) => void
911
+ ): void;
912
+ updateCertificate(
913
+ args: UpdateCertificateCommandInput,
914
+ options?: __HttpHandlerOptions
915
+ ): Promise<UpdateCertificateCommandOutput>;
916
+ updateCertificate(
917
+ args: UpdateCertificateCommandInput,
918
+ cb: (err: any, data?: UpdateCertificateCommandOutput) => void
919
+ ): void;
920
+ updateCertificate(
921
+ args: UpdateCertificateCommandInput,
922
+ options: __HttpHandlerOptions,
923
+ cb: (err: any, data?: UpdateCertificateCommandOutput) => void
924
+ ): void;
925
+ updateConnector(
926
+ args: UpdateConnectorCommandInput,
927
+ options?: __HttpHandlerOptions
928
+ ): Promise<UpdateConnectorCommandOutput>;
929
+ updateConnector(
930
+ args: UpdateConnectorCommandInput,
931
+ cb: (err: any, data?: UpdateConnectorCommandOutput) => void
932
+ ): void;
933
+ updateConnector(
934
+ args: UpdateConnectorCommandInput,
935
+ options: __HttpHandlerOptions,
936
+ cb: (err: any, data?: UpdateConnectorCommandOutput) => void
937
+ ): void;
938
+ updateHostKey(
939
+ args: UpdateHostKeyCommandInput,
940
+ options?: __HttpHandlerOptions
941
+ ): Promise<UpdateHostKeyCommandOutput>;
942
+ updateHostKey(
943
+ args: UpdateHostKeyCommandInput,
944
+ cb: (err: any, data?: UpdateHostKeyCommandOutput) => void
945
+ ): void;
946
+ updateHostKey(
947
+ args: UpdateHostKeyCommandInput,
948
+ options: __HttpHandlerOptions,
949
+ cb: (err: any, data?: UpdateHostKeyCommandOutput) => void
950
+ ): void;
951
+ updateProfile(
952
+ args: UpdateProfileCommandInput,
953
+ options?: __HttpHandlerOptions
954
+ ): Promise<UpdateProfileCommandOutput>;
955
+ updateProfile(
956
+ args: UpdateProfileCommandInput,
957
+ cb: (err: any, data?: UpdateProfileCommandOutput) => void
958
+ ): void;
959
+ updateProfile(
960
+ args: UpdateProfileCommandInput,
961
+ options: __HttpHandlerOptions,
962
+ cb: (err: any, data?: UpdateProfileCommandOutput) => void
963
+ ): void;
964
+ updateServer(
965
+ args: UpdateServerCommandInput,
966
+ options?: __HttpHandlerOptions
967
+ ): Promise<UpdateServerCommandOutput>;
968
+ updateServer(
969
+ args: UpdateServerCommandInput,
970
+ cb: (err: any, data?: UpdateServerCommandOutput) => void
971
+ ): void;
972
+ updateServer(
973
+ args: UpdateServerCommandInput,
974
+ options: __HttpHandlerOptions,
975
+ cb: (err: any, data?: UpdateServerCommandOutput) => void
976
+ ): void;
977
+ updateUser(
978
+ args: UpdateUserCommandInput,
979
+ options?: __HttpHandlerOptions
980
+ ): Promise<UpdateUserCommandOutput>;
981
+ updateUser(
982
+ args: UpdateUserCommandInput,
983
+ cb: (err: any, data?: UpdateUserCommandOutput) => void
984
+ ): void;
985
+ updateUser(
986
+ args: UpdateUserCommandInput,
987
+ options: __HttpHandlerOptions,
988
+ cb: (err: any, data?: UpdateUserCommandOutput) => void
989
+ ): void;
990
+ }