@aws-sdk/client-transfer 3.131.0 → 3.142.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 (193) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/README.md +10 -10
  3. package/dist-cjs/Transfer.js +315 -0
  4. package/dist-cjs/commands/CreateAccessCommand.js +2 -2
  5. package/dist-cjs/commands/CreateAgreementCommand.js +36 -0
  6. package/dist-cjs/commands/CreateConnectorCommand.js +36 -0
  7. package/dist-cjs/commands/CreateProfileCommand.js +36 -0
  8. package/dist-cjs/commands/CreateServerCommand.js +2 -2
  9. package/dist-cjs/commands/CreateUserCommand.js +2 -2
  10. package/dist-cjs/commands/CreateWorkflowCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteAccessCommand.js +1 -1
  12. package/dist-cjs/commands/DeleteAgreementCommand.js +36 -0
  13. package/dist-cjs/commands/DeleteCertificateCommand.js +36 -0
  14. package/dist-cjs/commands/DeleteConnectorCommand.js +36 -0
  15. package/dist-cjs/commands/DeleteProfileCommand.js +36 -0
  16. package/dist-cjs/commands/DeleteServerCommand.js +1 -1
  17. package/dist-cjs/commands/DeleteSshPublicKeyCommand.js +1 -1
  18. package/dist-cjs/commands/DeleteUserCommand.js +1 -1
  19. package/dist-cjs/commands/DeleteWorkflowCommand.js +1 -1
  20. package/dist-cjs/commands/DescribeAccessCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeAgreementCommand.js +36 -0
  22. package/dist-cjs/commands/DescribeCertificateCommand.js +36 -0
  23. package/dist-cjs/commands/DescribeConnectorCommand.js +36 -0
  24. package/dist-cjs/commands/DescribeExecutionCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeProfileCommand.js +36 -0
  26. package/dist-cjs/commands/DescribeSecurityPolicyCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeServerCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeUserCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeWorkflowCommand.js +2 -2
  30. package/dist-cjs/commands/ImportCertificateCommand.js +36 -0
  31. package/dist-cjs/commands/ImportSshPublicKeyCommand.js +2 -2
  32. package/dist-cjs/commands/ListAccessesCommand.js +2 -2
  33. package/dist-cjs/commands/ListAgreementsCommand.js +36 -0
  34. package/dist-cjs/commands/ListCertificatesCommand.js +36 -0
  35. package/dist-cjs/commands/ListConnectorsCommand.js +36 -0
  36. package/dist-cjs/commands/ListExecutionsCommand.js +2 -2
  37. package/dist-cjs/commands/ListProfilesCommand.js +36 -0
  38. package/dist-cjs/commands/ListSecurityPoliciesCommand.js +2 -2
  39. package/dist-cjs/commands/ListServersCommand.js +2 -2
  40. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  41. package/dist-cjs/commands/ListUsersCommand.js +2 -2
  42. package/dist-cjs/commands/ListWorkflowsCommand.js +2 -2
  43. package/dist-cjs/commands/SendWorkflowStepStateCommand.js +2 -2
  44. package/dist-cjs/commands/StartFileTransferCommand.js +36 -0
  45. package/dist-cjs/commands/StartServerCommand.js +1 -1
  46. package/dist-cjs/commands/StopServerCommand.js +1 -1
  47. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  48. package/dist-cjs/commands/TestIdentityProviderCommand.js +2 -2
  49. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  50. package/dist-cjs/commands/UpdateAccessCommand.js +2 -2
  51. package/dist-cjs/commands/UpdateAgreementCommand.js +36 -0
  52. package/dist-cjs/commands/UpdateCertificateCommand.js +36 -0
  53. package/dist-cjs/commands/UpdateConnectorCommand.js +36 -0
  54. package/dist-cjs/commands/UpdateProfileCommand.js +36 -0
  55. package/dist-cjs/commands/UpdateServerCommand.js +2 -2
  56. package/dist-cjs/commands/UpdateUserCommand.js +2 -2
  57. package/dist-cjs/commands/index.js +21 -0
  58. package/dist-cjs/models/models_0.js +633 -558
  59. package/dist-cjs/pagination/ListAgreementsPaginator.js +36 -0
  60. package/dist-cjs/pagination/ListCertificatesPaginator.js +36 -0
  61. package/dist-cjs/pagination/ListConnectorsPaginator.js +36 -0
  62. package/dist-cjs/pagination/ListProfilesPaginator.js +36 -0
  63. package/dist-cjs/pagination/index.js +4 -0
  64. package/dist-cjs/protocols/Aws_json1_1.js +1840 -383
  65. package/dist-es/Transfer.js +315 -0
  66. package/dist-es/commands/CreateAccessCommand.js +3 -3
  67. package/dist-es/commands/CreateAgreementCommand.js +39 -0
  68. package/dist-es/commands/CreateConnectorCommand.js +39 -0
  69. package/dist-es/commands/CreateProfileCommand.js +39 -0
  70. package/dist-es/commands/CreateServerCommand.js +3 -3
  71. package/dist-es/commands/CreateUserCommand.js +3 -3
  72. package/dist-es/commands/CreateWorkflowCommand.js +3 -3
  73. package/dist-es/commands/DeleteAccessCommand.js +2 -2
  74. package/dist-es/commands/DeleteAgreementCommand.js +39 -0
  75. package/dist-es/commands/DeleteCertificateCommand.js +39 -0
  76. package/dist-es/commands/DeleteConnectorCommand.js +39 -0
  77. package/dist-es/commands/DeleteProfileCommand.js +39 -0
  78. package/dist-es/commands/DeleteServerCommand.js +2 -2
  79. package/dist-es/commands/DeleteSshPublicKeyCommand.js +2 -2
  80. package/dist-es/commands/DeleteUserCommand.js +2 -2
  81. package/dist-es/commands/DeleteWorkflowCommand.js +2 -2
  82. package/dist-es/commands/DescribeAccessCommand.js +3 -3
  83. package/dist-es/commands/DescribeAgreementCommand.js +39 -0
  84. package/dist-es/commands/DescribeCertificateCommand.js +39 -0
  85. package/dist-es/commands/DescribeConnectorCommand.js +39 -0
  86. package/dist-es/commands/DescribeExecutionCommand.js +3 -3
  87. package/dist-es/commands/DescribeProfileCommand.js +39 -0
  88. package/dist-es/commands/DescribeSecurityPolicyCommand.js +3 -3
  89. package/dist-es/commands/DescribeServerCommand.js +3 -3
  90. package/dist-es/commands/DescribeUserCommand.js +3 -3
  91. package/dist-es/commands/DescribeWorkflowCommand.js +3 -3
  92. package/dist-es/commands/ImportCertificateCommand.js +39 -0
  93. package/dist-es/commands/ImportSshPublicKeyCommand.js +3 -3
  94. package/dist-es/commands/ListAccessesCommand.js +3 -3
  95. package/dist-es/commands/ListAgreementsCommand.js +39 -0
  96. package/dist-es/commands/ListCertificatesCommand.js +39 -0
  97. package/dist-es/commands/ListConnectorsCommand.js +39 -0
  98. package/dist-es/commands/ListExecutionsCommand.js +3 -3
  99. package/dist-es/commands/ListProfilesCommand.js +39 -0
  100. package/dist-es/commands/ListSecurityPoliciesCommand.js +3 -3
  101. package/dist-es/commands/ListServersCommand.js +3 -3
  102. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  103. package/dist-es/commands/ListUsersCommand.js +3 -3
  104. package/dist-es/commands/ListWorkflowsCommand.js +3 -3
  105. package/dist-es/commands/SendWorkflowStepStateCommand.js +3 -3
  106. package/dist-es/commands/StartFileTransferCommand.js +39 -0
  107. package/dist-es/commands/StartServerCommand.js +2 -2
  108. package/dist-es/commands/StopServerCommand.js +2 -2
  109. package/dist-es/commands/TagResourceCommand.js +2 -2
  110. package/dist-es/commands/TestIdentityProviderCommand.js +3 -3
  111. package/dist-es/commands/UntagResourceCommand.js +2 -2
  112. package/dist-es/commands/UpdateAccessCommand.js +3 -3
  113. package/dist-es/commands/UpdateAgreementCommand.js +39 -0
  114. package/dist-es/commands/UpdateCertificateCommand.js +39 -0
  115. package/dist-es/commands/UpdateConnectorCommand.js +39 -0
  116. package/dist-es/commands/UpdateProfileCommand.js +39 -0
  117. package/dist-es/commands/UpdateServerCommand.js +3 -3
  118. package/dist-es/commands/UpdateUserCommand.js +3 -3
  119. package/dist-es/commands/index.js +21 -0
  120. package/dist-es/models/models_0.js +203 -368
  121. package/dist-es/pagination/ListAgreementsPaginator.js +75 -0
  122. package/dist-es/pagination/ListCertificatesPaginator.js +75 -0
  123. package/dist-es/pagination/ListConnectorsPaginator.js +75 -0
  124. package/dist-es/pagination/ListProfilesPaginator.js +75 -0
  125. package/dist-es/pagination/index.js +4 -0
  126. package/dist-es/protocols/Aws_json1_1.js +2633 -716
  127. package/dist-types/Transfer.d.ts +190 -13
  128. package/dist-types/TransferClient.d.ts +32 -11
  129. package/dist-types/commands/CreateAccessCommand.d.ts +1 -1
  130. package/dist-types/commands/CreateAgreementCommand.d.ts +40 -0
  131. package/dist-types/commands/CreateConnectorCommand.d.ts +37 -0
  132. package/dist-types/commands/CreateProfileCommand.d.ts +36 -0
  133. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  134. package/dist-types/commands/DeleteAgreementCommand.d.ts +35 -0
  135. package/dist-types/commands/DeleteCertificateCommand.d.ts +36 -0
  136. package/dist-types/commands/DeleteConnectorCommand.d.ts +35 -0
  137. package/dist-types/commands/DeleteProfileCommand.d.ts +35 -0
  138. package/dist-types/commands/DescribeAccessCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeAgreementCommand.d.ts +35 -0
  140. package/dist-types/commands/DescribeCertificateCommand.d.ts +35 -0
  141. package/dist-types/commands/DescribeConnectorCommand.d.ts +36 -0
  142. package/dist-types/commands/DescribeProfileCommand.d.ts +35 -0
  143. package/dist-types/commands/ImportCertificateCommand.d.ts +37 -0
  144. package/dist-types/commands/ListAgreementsCommand.d.ts +39 -0
  145. package/dist-types/commands/ListCertificatesCommand.d.ts +39 -0
  146. package/dist-types/commands/ListConnectorsCommand.d.ts +35 -0
  147. package/dist-types/commands/ListProfilesCommand.d.ts +38 -0
  148. package/dist-types/commands/StartFileTransferCommand.d.ts +36 -0
  149. package/dist-types/commands/StopServerCommand.d.ts +1 -1
  150. package/dist-types/commands/UpdateAgreementCommand.d.ts +37 -0
  151. package/dist-types/commands/UpdateCertificateCommand.d.ts +35 -0
  152. package/dist-types/commands/UpdateConnectorCommand.d.ts +37 -0
  153. package/dist-types/commands/UpdateProfileCommand.d.ts +37 -0
  154. package/dist-types/commands/index.d.ts +21 -0
  155. package/dist-types/models/models_0.d.ts +1717 -788
  156. package/dist-types/pagination/ListAgreementsPaginator.d.ts +4 -0
  157. package/dist-types/pagination/ListCertificatesPaginator.d.ts +4 -0
  158. package/dist-types/pagination/ListConnectorsPaginator.d.ts +4 -0
  159. package/dist-types/pagination/ListProfilesPaginator.d.ts +4 -0
  160. package/dist-types/pagination/index.d.ts +4 -0
  161. package/dist-types/protocols/Aws_json1_1.d.ts +63 -0
  162. package/dist-types/ts3.4/Transfer.d.ts +105 -0
  163. package/dist-types/ts3.4/TransferClient.d.ts +23 -2
  164. package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +17 -0
  165. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +17 -0
  169. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +17 -0
  173. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +17 -0
  174. package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +17 -0
  177. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +17 -0
  180. package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +17 -0
  183. package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +17 -0
  184. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +17 -0
  185. package/dist-types/ts3.4/commands/index.d.ts +21 -0
  186. package/dist-types/ts3.4/models/models_0.d.ts +733 -357
  187. package/dist-types/ts3.4/pagination/ListAgreementsPaginator.d.ts +4 -0
  188. package/dist-types/ts3.4/pagination/ListCertificatesPaginator.d.ts +4 -0
  189. package/dist-types/ts3.4/pagination/ListConnectorsPaginator.d.ts +4 -0
  190. package/dist-types/ts3.4/pagination/ListProfilesPaginator.d.ts +4 -0
  191. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  192. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +63 -0
  193. package/package.json +6 -6
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteCertificateRequest } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface DeleteCertificateCommandInput extends DeleteCertificateRequest {
6
+ }
7
+ export interface DeleteCertificateCommandOutput extends __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deletes the certificate that's specified in the <code>CertificateId</code>
11
+ * parameter.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { TransferClient, DeleteCertificateCommand } from "@aws-sdk/client-transfer"; // ES Modules import
16
+ * // const { TransferClient, DeleteCertificateCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
17
+ * const client = new TransferClient(config);
18
+ * const command = new DeleteCertificateCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link DeleteCertificateCommandInput} for command's `input` shape.
23
+ * @see {@link DeleteCertificateCommandOutput} for command's `response` shape.
24
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class DeleteCertificateCommand extends $Command<DeleteCertificateCommandInput, DeleteCertificateCommandOutput, TransferClientResolvedConfig> {
28
+ readonly input: DeleteCertificateCommandInput;
29
+ constructor(input: DeleteCertificateCommandInput);
30
+ /**
31
+ * @internal
32
+ */
33
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCertificateCommandInput, DeleteCertificateCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteConnectorRequest } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface DeleteConnectorCommandInput extends DeleteConnectorRequest {
6
+ }
7
+ export interface DeleteConnectorCommandOutput extends __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deletes the agreement that's specified in the provided <code>ConnectorId</code>.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { TransferClient, DeleteConnectorCommand } from "@aws-sdk/client-transfer"; // ES Modules import
15
+ * // const { TransferClient, DeleteConnectorCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
16
+ * const client = new TransferClient(config);
17
+ * const command = new DeleteConnectorCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DeleteConnectorCommandInput} for command's `input` shape.
22
+ * @see {@link DeleteConnectorCommandOutput} for command's `response` shape.
23
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DeleteConnectorCommand extends $Command<DeleteConnectorCommandInput, DeleteConnectorCommandOutput, TransferClientResolvedConfig> {
27
+ readonly input: DeleteConnectorCommandInput;
28
+ constructor(input: DeleteConnectorCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConnectorCommandInput, DeleteConnectorCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteProfileRequest } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface DeleteProfileCommandInput extends DeleteProfileRequest {
6
+ }
7
+ export interface DeleteProfileCommandOutput extends __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deletes the profile that's specified in the <code>ProfileId</code> parameter.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { TransferClient, DeleteProfileCommand } from "@aws-sdk/client-transfer"; // ES Modules import
15
+ * // const { TransferClient, DeleteProfileCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
16
+ * const client = new TransferClient(config);
17
+ * const command = new DeleteProfileCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DeleteProfileCommandInput} for command's `input` shape.
22
+ * @see {@link DeleteProfileCommandOutput} for command's `response` shape.
23
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DeleteProfileCommand extends $Command<DeleteProfileCommandInput, DeleteProfileCommandOutput, TransferClientResolvedConfig> {
27
+ readonly input: DeleteProfileCommandInput;
28
+ constructor(input: DeleteProfileCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProfileCommandInput, DeleteProfileCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -9,7 +9,7 @@ export interface DescribeAccessCommandOutput extends DescribeAccessResponse, __M
9
9
  /**
10
10
  * <p>Describes the access that is assigned to the specific file transfer protocol-enabled
11
11
  * server, as identified by its <code>ServerId</code> property and its
12
- * <code>ExternalID</code>.</p>
12
+ * <code>ExternalId</code>.</p>
13
13
  *
14
14
  * <p>The response from this call returns the properties of the access that is associated with
15
15
  * the <code>ServerId</code> value that was specified.</p>
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeAgreementRequest, DescribeAgreementResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface DescribeAgreementCommandInput extends DescribeAgreementRequest {
6
+ }
7
+ export interface DescribeAgreementCommandOutput extends DescribeAgreementResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Describes the agreement that's identified by the <code>AgreementId</code>.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { TransferClient, DescribeAgreementCommand } from "@aws-sdk/client-transfer"; // ES Modules import
15
+ * // const { TransferClient, DescribeAgreementCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
16
+ * const client = new TransferClient(config);
17
+ * const command = new DescribeAgreementCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DescribeAgreementCommandInput} for command's `input` shape.
22
+ * @see {@link DescribeAgreementCommandOutput} for command's `response` shape.
23
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DescribeAgreementCommand extends $Command<DescribeAgreementCommandInput, DescribeAgreementCommandOutput, TransferClientResolvedConfig> {
27
+ readonly input: DescribeAgreementCommandInput;
28
+ constructor(input: DescribeAgreementCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAgreementCommandInput, DescribeAgreementCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeCertificateRequest, DescribeCertificateResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface DescribeCertificateCommandInput extends DescribeCertificateRequest {
6
+ }
7
+ export interface DescribeCertificateCommandOutput extends DescribeCertificateResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Describes the certificate that's identified by the <code>CertificateId</code>.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { TransferClient, DescribeCertificateCommand } from "@aws-sdk/client-transfer"; // ES Modules import
15
+ * // const { TransferClient, DescribeCertificateCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
16
+ * const client = new TransferClient(config);
17
+ * const command = new DescribeCertificateCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DescribeCertificateCommandInput} for command's `input` shape.
22
+ * @see {@link DescribeCertificateCommandOutput} for command's `response` shape.
23
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DescribeCertificateCommand extends $Command<DescribeCertificateCommandInput, DescribeCertificateCommandOutput, TransferClientResolvedConfig> {
27
+ readonly input: DescribeCertificateCommandInput;
28
+ constructor(input: DescribeCertificateCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCertificateCommandInput, DescribeCertificateCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeConnectorRequest, DescribeConnectorResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface DescribeConnectorCommandInput extends DescribeConnectorRequest {
6
+ }
7
+ export interface DescribeConnectorCommandOutput extends DescribeConnectorResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Describes the connector that's identified by the <code>ConnectorId.</code>
11
+ * </p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { TransferClient, DescribeConnectorCommand } from "@aws-sdk/client-transfer"; // ES Modules import
16
+ * // const { TransferClient, DescribeConnectorCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
17
+ * const client = new TransferClient(config);
18
+ * const command = new DescribeConnectorCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link DescribeConnectorCommandInput} for command's `input` shape.
23
+ * @see {@link DescribeConnectorCommandOutput} for command's `response` shape.
24
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class DescribeConnectorCommand extends $Command<DescribeConnectorCommandInput, DescribeConnectorCommandOutput, TransferClientResolvedConfig> {
28
+ readonly input: DescribeConnectorCommandInput;
29
+ constructor(input: DescribeConnectorCommandInput);
30
+ /**
31
+ * @internal
32
+ */
33
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConnectorCommandInput, DescribeConnectorCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeProfileRequest, DescribeProfileResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface DescribeProfileCommandInput extends DescribeProfileRequest {
6
+ }
7
+ export interface DescribeProfileCommandOutput extends DescribeProfileResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Returns the details of the profile that's specified by the <code>ProfileId</code>.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { TransferClient, DescribeProfileCommand } from "@aws-sdk/client-transfer"; // ES Modules import
15
+ * // const { TransferClient, DescribeProfileCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
16
+ * const client = new TransferClient(config);
17
+ * const command = new DescribeProfileCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DescribeProfileCommandInput} for command's `input` shape.
22
+ * @see {@link DescribeProfileCommandOutput} for command's `response` shape.
23
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DescribeProfileCommand extends $Command<DescribeProfileCommandInput, DescribeProfileCommandOutput, TransferClientResolvedConfig> {
27
+ readonly input: DescribeProfileCommandInput;
28
+ constructor(input: DescribeProfileCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProfileCommandInput, DescribeProfileCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,37 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ImportCertificateRequest, ImportCertificateResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface ImportCertificateCommandInput extends ImportCertificateRequest {
6
+ }
7
+ export interface ImportCertificateCommandOutput extends ImportCertificateResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Imports the signing and encryption certificates that you need to create local (AS2)
11
+ * profiles and partner
12
+ * profiles.</p>
13
+ * @example
14
+ * Use a bare-bones client and the command you need to make an API call.
15
+ * ```javascript
16
+ * import { TransferClient, ImportCertificateCommand } from "@aws-sdk/client-transfer"; // ES Modules import
17
+ * // const { TransferClient, ImportCertificateCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
18
+ * const client = new TransferClient(config);
19
+ * const command = new ImportCertificateCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link ImportCertificateCommandInput} for command's `input` shape.
24
+ * @see {@link ImportCertificateCommandOutput} for command's `response` shape.
25
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
26
+ *
27
+ */
28
+ export declare class ImportCertificateCommand extends $Command<ImportCertificateCommandInput, ImportCertificateCommandOutput, TransferClientResolvedConfig> {
29
+ readonly input: ImportCertificateCommandInput;
30
+ constructor(input: ImportCertificateCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportCertificateCommandInput, ImportCertificateCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListAgreementsRequest, ListAgreementsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface ListAgreementsCommandInput extends ListAgreementsRequest {
6
+ }
7
+ export interface ListAgreementsCommandOutput extends ListAgreementsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Returns a list of the agreements for the server that's identified by the
11
+ * <code>ServerId</code> that you supply. If you want to limit the results to a certain number,
12
+ * supply a value for the <code>MaxResults</code> parameter. If you ran the command previously
13
+ * and received a value for <code>NextToken</code>, you can supply that value to continue listing
14
+ * agreements from where you left off.</p>
15
+ * @example
16
+ * Use a bare-bones client and the command you need to make an API call.
17
+ * ```javascript
18
+ * import { TransferClient, ListAgreementsCommand } from "@aws-sdk/client-transfer"; // ES Modules import
19
+ * // const { TransferClient, ListAgreementsCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
20
+ * const client = new TransferClient(config);
21
+ * const command = new ListAgreementsCommand(input);
22
+ * const response = await client.send(command);
23
+ * ```
24
+ *
25
+ * @see {@link ListAgreementsCommandInput} for command's `input` shape.
26
+ * @see {@link ListAgreementsCommandOutput} for command's `response` shape.
27
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
28
+ *
29
+ */
30
+ export declare class ListAgreementsCommand extends $Command<ListAgreementsCommandInput, ListAgreementsCommandOutput, TransferClientResolvedConfig> {
31
+ readonly input: ListAgreementsCommandInput;
32
+ constructor(input: ListAgreementsCommandInput);
33
+ /**
34
+ * @internal
35
+ */
36
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAgreementsCommandInput, ListAgreementsCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListCertificatesRequest, ListCertificatesResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface ListCertificatesCommandInput extends ListCertificatesRequest {
6
+ }
7
+ export interface ListCertificatesCommandOutput extends ListCertificatesResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Returns a list of the current certificates that have been imported into Transfer Family. If you want to
11
+ * limit the results to a certain number, supply a value for the <code>MaxResults</code>
12
+ * parameter. If you ran the command previously and received a value for the
13
+ * <code>NextToken</code> parameter, you can supply that value to continue listing certificates
14
+ * from where you left off.</p>
15
+ * @example
16
+ * Use a bare-bones client and the command you need to make an API call.
17
+ * ```javascript
18
+ * import { TransferClient, ListCertificatesCommand } from "@aws-sdk/client-transfer"; // ES Modules import
19
+ * // const { TransferClient, ListCertificatesCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
20
+ * const client = new TransferClient(config);
21
+ * const command = new ListCertificatesCommand(input);
22
+ * const response = await client.send(command);
23
+ * ```
24
+ *
25
+ * @see {@link ListCertificatesCommandInput} for command's `input` shape.
26
+ * @see {@link ListCertificatesCommandOutput} for command's `response` shape.
27
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
28
+ *
29
+ */
30
+ export declare class ListCertificatesCommand extends $Command<ListCertificatesCommandInput, ListCertificatesCommandOutput, TransferClientResolvedConfig> {
31
+ readonly input: ListCertificatesCommandInput;
32
+ constructor(input: ListCertificatesCommandInput);
33
+ /**
34
+ * @internal
35
+ */
36
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCertificatesCommandInput, ListCertificatesCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListConnectorsRequest, ListConnectorsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface ListConnectorsCommandInput extends ListConnectorsRequest {
6
+ }
7
+ export interface ListConnectorsCommandOutput extends ListConnectorsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Lists the connectors for the specified Region.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { TransferClient, ListConnectorsCommand } from "@aws-sdk/client-transfer"; // ES Modules import
15
+ * // const { TransferClient, ListConnectorsCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
16
+ * const client = new TransferClient(config);
17
+ * const command = new ListConnectorsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListConnectorsCommandInput} for command's `input` shape.
22
+ * @see {@link ListConnectorsCommandOutput} for command's `response` shape.
23
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class ListConnectorsCommand extends $Command<ListConnectorsCommandInput, ListConnectorsCommandOutput, TransferClientResolvedConfig> {
27
+ readonly input: ListConnectorsCommandInput;
28
+ constructor(input: ListConnectorsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConnectorsCommandInput, ListConnectorsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,38 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListProfilesRequest, ListProfilesResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface ListProfilesCommandInput extends ListProfilesRequest {
6
+ }
7
+ export interface ListProfilesCommandOutput extends ListProfilesResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Returns a list of the profiles for your system. If you want to limit the results to a
11
+ * certain number, supply a value for the <code>MaxResults</code> parameter. If you ran the
12
+ * command previously and received a value for <code>NextToken</code>, you can supply that value
13
+ * to continue listing profiles from where you left off.</p>
14
+ * @example
15
+ * Use a bare-bones client and the command you need to make an API call.
16
+ * ```javascript
17
+ * import { TransferClient, ListProfilesCommand } from "@aws-sdk/client-transfer"; // ES Modules import
18
+ * // const { TransferClient, ListProfilesCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
19
+ * const client = new TransferClient(config);
20
+ * const command = new ListProfilesCommand(input);
21
+ * const response = await client.send(command);
22
+ * ```
23
+ *
24
+ * @see {@link ListProfilesCommandInput} for command's `input` shape.
25
+ * @see {@link ListProfilesCommandOutput} for command's `response` shape.
26
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
27
+ *
28
+ */
29
+ export declare class ListProfilesCommand extends $Command<ListProfilesCommandInput, ListProfilesCommandOutput, TransferClientResolvedConfig> {
30
+ readonly input: ListProfilesCommandInput;
31
+ constructor(input: ListProfilesCommandInput);
32
+ /**
33
+ * @internal
34
+ */
35
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProfilesCommandInput, ListProfilesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { StartFileTransferRequest, StartFileTransferResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface StartFileTransferCommandInput extends StartFileTransferRequest {
6
+ }
7
+ export interface StartFileTransferCommandOutput extends StartFileTransferResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Begins an outbound file transfer. You specify the <code>ConnectorId</code> and the file
11
+ * paths for where to send the files. </p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { TransferClient, StartFileTransferCommand } from "@aws-sdk/client-transfer"; // ES Modules import
16
+ * // const { TransferClient, StartFileTransferCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
17
+ * const client = new TransferClient(config);
18
+ * const command = new StartFileTransferCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link StartFileTransferCommandInput} for command's `input` shape.
23
+ * @see {@link StartFileTransferCommandOutput} for command's `response` shape.
24
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class StartFileTransferCommand extends $Command<StartFileTransferCommandInput, StartFileTransferCommandOutput, TransferClientResolvedConfig> {
28
+ readonly input: StartFileTransferCommandInput;
29
+ constructor(input: StartFileTransferCommandInput);
30
+ /**
31
+ * @internal
32
+ */
33
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartFileTransferCommandInput, StartFileTransferCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -13,7 +13,7 @@ export interface StopServerCommandOutput extends __MetadataBearer {
13
13
  * stopping your server.</p>
14
14
  *
15
15
  * <note>
16
- * <p>Stopping the server will not reduce or impact your file transfer protocol endpoint
16
+ * <p>Stopping the server does not reduce or impact your file transfer protocol endpoint
17
17
  * billing; you must delete the server to stop being billed.</p>
18
18
  * </note>
19
19
  *
@@ -0,0 +1,37 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateAgreementRequest, UpdateAgreementResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface UpdateAgreementCommandInput extends UpdateAgreementRequest {
6
+ }
7
+ export interface UpdateAgreementCommandOutput extends UpdateAgreementResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Updates some of the parameters for an existing agreement. Provide the
11
+ * <code>AgreementId</code> and the <code>ServerId</code> for the agreement that you want to
12
+ * update, along with the new values for the parameters to update.</p>
13
+ * @example
14
+ * Use a bare-bones client and the command you need to make an API call.
15
+ * ```javascript
16
+ * import { TransferClient, UpdateAgreementCommand } from "@aws-sdk/client-transfer"; // ES Modules import
17
+ * // const { TransferClient, UpdateAgreementCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
18
+ * const client = new TransferClient(config);
19
+ * const command = new UpdateAgreementCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link UpdateAgreementCommandInput} for command's `input` shape.
24
+ * @see {@link UpdateAgreementCommandOutput} for command's `response` shape.
25
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
26
+ *
27
+ */
28
+ export declare class UpdateAgreementCommand extends $Command<UpdateAgreementCommandInput, UpdateAgreementCommandOutput, TransferClientResolvedConfig> {
29
+ readonly input: UpdateAgreementCommandInput;
30
+ constructor(input: UpdateAgreementCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAgreementCommandInput, UpdateAgreementCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateCertificateRequest, UpdateCertificateResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface UpdateCertificateCommandInput extends UpdateCertificateRequest {
6
+ }
7
+ export interface UpdateCertificateCommandOutput extends UpdateCertificateResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Updates the active and inactive dates for a certificate.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { TransferClient, UpdateCertificateCommand } from "@aws-sdk/client-transfer"; // ES Modules import
15
+ * // const { TransferClient, UpdateCertificateCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
16
+ * const client = new TransferClient(config);
17
+ * const command = new UpdateCertificateCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link UpdateCertificateCommandInput} for command's `input` shape.
22
+ * @see {@link UpdateCertificateCommandOutput} for command's `response` shape.
23
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class UpdateCertificateCommand extends $Command<UpdateCertificateCommandInput, UpdateCertificateCommandOutput, TransferClientResolvedConfig> {
27
+ readonly input: UpdateCertificateCommandInput;
28
+ constructor(input: UpdateCertificateCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCertificateCommandInput, UpdateCertificateCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,37 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateConnectorRequest, UpdateConnectorResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface UpdateConnectorCommandInput extends UpdateConnectorRequest {
6
+ }
7
+ export interface UpdateConnectorCommandOutput extends UpdateConnectorResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Updates some of the parameters for an existing connector. Provide the
11
+ * <code>ConnectorId</code> for the connector that you want to update, along with the new
12
+ * values for the parameters to update.</p>
13
+ * @example
14
+ * Use a bare-bones client and the command you need to make an API call.
15
+ * ```javascript
16
+ * import { TransferClient, UpdateConnectorCommand } from "@aws-sdk/client-transfer"; // ES Modules import
17
+ * // const { TransferClient, UpdateConnectorCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
18
+ * const client = new TransferClient(config);
19
+ * const command = new UpdateConnectorCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link UpdateConnectorCommandInput} for command's `input` shape.
24
+ * @see {@link UpdateConnectorCommandOutput} for command's `response` shape.
25
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
26
+ *
27
+ */
28
+ export declare class UpdateConnectorCommand extends $Command<UpdateConnectorCommandInput, UpdateConnectorCommandOutput, TransferClientResolvedConfig> {
29
+ readonly input: UpdateConnectorCommandInput;
30
+ constructor(input: UpdateConnectorCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConnectorCommandInput, UpdateConnectorCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }