@aws-sdk/client-transfer 3.533.0 → 3.535.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 (123) hide show
  1. package/dist-types/Transfer.d.ts +8 -1
  2. package/dist-types/TransferClient.d.ts +1 -1
  3. package/dist-types/commands/CreateAccessCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateAgreementCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateConnectorCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateProfileCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateServerCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateUserCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteAccessCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteAgreementCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteCertificateCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteConnectorCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteHostKeyCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteProfileCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteServerCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeAccessCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeAgreementCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeCertificateCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeConnectorCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeExecutionCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeHostKeyCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeProfileCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeServerCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeUserCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeWorkflowCommand.d.ts +2 -1
  31. package/dist-types/commands/ImportCertificateCommand.d.ts +2 -1
  32. package/dist-types/commands/ImportHostKeyCommand.d.ts +2 -1
  33. package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +2 -1
  34. package/dist-types/commands/ListAccessesCommand.d.ts +2 -1
  35. package/dist-types/commands/ListAgreementsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListCertificatesCommand.d.ts +2 -1
  37. package/dist-types/commands/ListConnectorsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListExecutionsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListHostKeysCommand.d.ts +2 -1
  40. package/dist-types/commands/ListProfilesCommand.d.ts +2 -1
  41. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +2 -1
  42. package/dist-types/commands/ListServersCommand.d.ts +2 -1
  43. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  44. package/dist-types/commands/ListUsersCommand.d.ts +2 -1
  45. package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
  46. package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +2 -1
  47. package/dist-types/commands/StartFileTransferCommand.d.ts +2 -1
  48. package/dist-types/commands/StartServerCommand.d.ts +2 -1
  49. package/dist-types/commands/StopServerCommand.d.ts +2 -1
  50. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  51. package/dist-types/commands/TestConnectionCommand.d.ts +2 -1
  52. package/dist-types/commands/TestIdentityProviderCommand.d.ts +2 -1
  53. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateAccessCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateAgreementCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateCertificateCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateConnectorCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateHostKeyCommand.d.ts +2 -1
  59. package/dist-types/commands/UpdateProfileCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateServerCommand.d.ts +2 -1
  61. package/dist-types/commands/UpdateUserCommand.d.ts +2 -1
  62. package/dist-types/models/models_0.d.ts +599 -599
  63. package/dist-types/ts3.4/Transfer.d.ts +7 -0
  64. package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/ListServersCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/StartServerCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/StopServerCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +9 -0
  123. package/package.json +41 -41
@@ -22,10 +22,10 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
22
22
  }
23
23
  declare const DescribeUserCommand_base: {
24
24
  new (input: DescribeUserCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeUserCommandInput, DescribeUserCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeUserCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeUserCommandInput, DescribeUserCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the user assigned to the specific file transfer protocol-enabled server, as
30
30
  * identified by its <code>ServerId</code> property.</p>
31
31
  * <p>The response from this call returns the properties of the user associated with the
@@ -105,6 +105,7 @@ declare const DescribeUserCommand_base: {
105
105
  * @throws {@link TransferServiceException}
106
106
  * <p>Base exception class for all service exceptions from Transfer service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class DescribeUserCommand extends DescribeUserCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface DescribeWorkflowCommandOutput extends DescribeWorkflowResponse,
22
22
  }
23
23
  declare const DescribeWorkflowCommand_base: {
24
24
  new (input: DescribeWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the specified workflow.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -188,6 +188,7 @@ declare const DescribeWorkflowCommand_base: {
188
188
  * @throws {@link TransferServiceException}
189
189
  * <p>Base exception class for all service exceptions from Transfer service.</p>
190
190
  *
191
+ * @public
191
192
  */
192
193
  export declare class DescribeWorkflowCommand extends DescribeWorkflowCommand_base {
193
194
  }
@@ -22,10 +22,10 @@ export interface ImportCertificateCommandOutput extends ImportCertificateRespons
22
22
  }
23
23
  declare const ImportCertificateCommand_base: {
24
24
  new (input: ImportCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ImportCertificateCommandInput, ImportCertificateCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ImportCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ImportCertificateCommandInput, ImportCertificateCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Imports the signing and encryption certificates that you need to create local (AS2)
30
30
  * profiles and partner
31
31
  * profiles.</p>
@@ -80,6 +80,7 @@ declare const ImportCertificateCommand_base: {
80
80
  * @throws {@link TransferServiceException}
81
81
  * <p>Base exception class for all service exceptions from Transfer service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class ImportCertificateCommand extends ImportCertificateCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface ImportHostKeyCommandOutput extends ImportHostKeyResponse, __Met
22
22
  }
23
23
  declare const ImportHostKeyCommand_base: {
24
24
  new (input: ImportHostKeyCommandInput): import("@smithy/smithy-client").CommandImpl<ImportHostKeyCommandInput, ImportHostKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ImportHostKeyCommandInput): import("@smithy/smithy-client").CommandImpl<ImportHostKeyCommandInput, ImportHostKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds a host key to the server that's specified by the <code>ServerId</code>
30
30
  * parameter.</p>
31
31
  * @example
@@ -82,6 +82,7 @@ declare const ImportHostKeyCommand_base: {
82
82
  * @throws {@link TransferServiceException}
83
83
  * <p>Base exception class for all service exceptions from Transfer service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class ImportHostKeyCommand extends ImportHostKeyCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface ImportSshPublicKeyCommandOutput extends ImportSshPublicKeyRespo
22
22
  }
23
23
  declare const ImportSshPublicKeyCommand_base: {
24
24
  new (input: ImportSshPublicKeyCommandInput): import("@smithy/smithy-client").CommandImpl<ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ImportSshPublicKeyCommandInput): import("@smithy/smithy-client").CommandImpl<ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds a Secure Shell (SSH) public key to a Transfer Family user identified by a
30
30
  * <code>UserName</code> value assigned to the specific file transfer protocol-enabled server,
31
31
  * identified by <code>ServerId</code>.</p>
@@ -80,6 +80,7 @@ declare const ImportSshPublicKeyCommand_base: {
80
80
  * @throws {@link TransferServiceException}
81
81
  * <p>Base exception class for all service exceptions from Transfer service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class ImportSshPublicKeyCommand extends ImportSshPublicKeyCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface ListAccessesCommandOutput extends ListAccessesResponse, __Metad
22
22
  }
23
23
  declare const ListAccessesCommand_base: {
24
24
  new (input: ListAccessesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccessesCommandInput, ListAccessesCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListAccessesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccessesCommandInput, ListAccessesCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the details for all the accesses you have on your server.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const ListAccessesCommand_base: {
80
80
  * @throws {@link TransferServiceException}
81
81
  * <p>Base exception class for all service exceptions from Transfer service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class ListAccessesCommand extends ListAccessesCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface ListAgreementsCommandOutput extends ListAgreementsResponse, __M
22
22
  }
23
23
  declare const ListAgreementsCommand_base: {
24
24
  new (input: ListAgreementsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAgreementsCommandInput, ListAgreementsCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListAgreementsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAgreementsCommandInput, ListAgreementsCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of the agreements for the server that's identified by the
30
30
  * <code>ServerId</code> that you supply. If you want to limit the results to a certain number,
31
31
  * supply a value for the <code>MaxResults</code> parameter. If you ran the command previously
@@ -86,6 +86,7 @@ declare const ListAgreementsCommand_base: {
86
86
  * @throws {@link TransferServiceException}
87
87
  * <p>Base exception class for all service exceptions from Transfer service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class ListAgreementsCommand extends ListAgreementsCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface ListCertificatesCommandOutput extends ListCertificatesResponse,
22
22
  }
23
23
  declare const ListCertificatesCommand_base: {
24
24
  new (input: ListCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCertificatesCommandInput, ListCertificatesCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListCertificatesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCertificatesCommandInput, ListCertificatesCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of the current certificates that have been imported into Transfer Family. If you want to
30
30
  * limit the results to a certain number, supply a value for the <code>MaxResults</code>
31
31
  * parameter. If you ran the command previously and received a value for the
@@ -86,6 +86,7 @@ declare const ListCertificatesCommand_base: {
86
86
  * @throws {@link TransferServiceException}
87
87
  * <p>Base exception class for all service exceptions from Transfer service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class ListCertificatesCommand extends ListCertificatesCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface ListConnectorsCommandOutput extends ListConnectorsResponse, __M
22
22
  }
23
23
  declare const ListConnectorsCommand_base: {
24
24
  new (input: ListConnectorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConnectorsCommandInput, ListConnectorsCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListConnectorsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListConnectorsCommandInput, ListConnectorsCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the connectors for the specified Region.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const ListConnectorsCommand_base: {
77
77
  * @throws {@link TransferServiceException}
78
78
  * <p>Base exception class for all service exceptions from Transfer service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class ListConnectorsCommand extends ListConnectorsCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface ListExecutionsCommandOutput extends ListExecutionsResponse, __M
22
22
  }
23
23
  declare const ListExecutionsCommand_base: {
24
24
  new (input: ListExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExecutionsCommandInput, ListExecutionsCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExecutionsCommandInput, ListExecutionsCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all in-progress executions for the specified workflow.</p>
30
30
  * <note>
31
31
  * <p>If the specified workflow ID cannot be found, <code>ListExecutions</code> returns a
@@ -101,6 +101,7 @@ declare const ListExecutionsCommand_base: {
101
101
  * @throws {@link TransferServiceException}
102
102
  * <p>Base exception class for all service exceptions from Transfer service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class ListExecutionsCommand extends ListExecutionsCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface ListHostKeysCommandOutput extends ListHostKeysResponse, __Metad
22
22
  }
23
23
  declare const ListHostKeysCommand_base: {
24
24
  new (input: ListHostKeysCommandInput): import("@smithy/smithy-client").CommandImpl<ListHostKeysCommandInput, ListHostKeysCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListHostKeysCommandInput): import("@smithy/smithy-client").CommandImpl<ListHostKeysCommandInput, ListHostKeysCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of host keys for the server that's specified by the <code>ServerId</code>
30
30
  * parameter.</p>
31
31
  * @example
@@ -83,6 +83,7 @@ declare const ListHostKeysCommand_base: {
83
83
  * @throws {@link TransferServiceException}
84
84
  * <p>Base exception class for all service exceptions from Transfer service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class ListHostKeysCommand extends ListHostKeysCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface ListProfilesCommandOutput extends ListProfilesResponse, __Metad
22
22
  }
23
23
  declare const ListProfilesCommand_base: {
24
24
  new (input: ListProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<ListProfilesCommandInput, ListProfilesCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListProfilesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListProfilesCommandInput, ListProfilesCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of the profiles for your system. If you want to limit the results to a
30
30
  * certain number, supply a value for the <code>MaxResults</code> parameter. If you ran the
31
31
  * command previously and received a value for <code>NextToken</code>, you can supply that value
@@ -82,6 +82,7 @@ declare const ListProfilesCommand_base: {
82
82
  * @throws {@link TransferServiceException}
83
83
  * <p>Base exception class for all service exceptions from Transfer service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class ListProfilesCommand extends ListProfilesCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface ListSecurityPoliciesCommandOutput extends ListSecurityPoliciesR
22
22
  }
23
23
  declare const ListSecurityPoliciesCommand_base: {
24
24
  new (input: ListSecurityPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListSecurityPoliciesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the security policies that are attached to your file transfer protocol-enabled
30
30
  * servers.</p>
31
31
  * @example
@@ -70,6 +70,7 @@ declare const ListSecurityPoliciesCommand_base: {
70
70
  * @throws {@link TransferServiceException}
71
71
  * <p>Base exception class for all service exceptions from Transfer service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class ListSecurityPoliciesCommand extends ListSecurityPoliciesCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface ListServersCommandOutput extends ListServersResponse, __Metadat
22
22
  }
23
23
  declare const ListServersCommand_base: {
24
24
  new (input: ListServersCommandInput): import("@smithy/smithy-client").CommandImpl<ListServersCommandInput, ListServersCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListServersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListServersCommandInput, ListServersCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the file transfer protocol-enabled servers that are associated with your Amazon Web Services
30
30
  * account.</p>
31
31
  * @example
@@ -79,6 +79,7 @@ declare const ListServersCommand_base: {
79
79
  * @throws {@link TransferServiceException}
80
80
  * <p>Base exception class for all service exceptions from Transfer service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class ListServersCommand extends ListServersCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify. The
30
30
  * resource can be a user, server, or role.</p>
31
31
  * @example
@@ -75,6 +75,7 @@ declare const ListTagsForResourceCommand_base: {
75
75
  * @throws {@link TransferServiceException}
76
76
  * <p>Base exception class for all service exceptions from Transfer service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
22
22
  }
23
23
  declare const ListUsersCommand_base: {
24
24
  new (input: ListUsersCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListUsersCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the users for a file transfer protocol-enabled server that you specify by passing
30
30
  * the <code>ServerId</code> parameter.</p>
31
31
  * @example
@@ -83,6 +83,7 @@ declare const ListUsersCommand_base: {
83
83
  * @throws {@link TransferServiceException}
84
84
  * <p>Base exception class for all service exceptions from Transfer service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class ListUsersCommand extends ListUsersCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __Met
22
22
  }
23
23
  declare const ListWorkflowsCommand_base: {
24
24
  new (input: ListWorkflowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListWorkflowsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all workflows associated with your Amazon Web Services account for your current region.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const ListWorkflowsCommand_base: {
73
73
  * @throws {@link TransferServiceException}
74
74
  * <p>Base exception class for all service exceptions from Transfer service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface SendWorkflowStepStateCommandOutput extends SendWorkflowStepStat
22
22
  }
23
23
  declare const SendWorkflowStepStateCommand_base: {
24
24
  new (input: SendWorkflowStepStateCommandInput): import("@smithy/smithy-client").CommandImpl<SendWorkflowStepStateCommandInput, SendWorkflowStepStateCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SendWorkflowStepStateCommandInput): import("@smithy/smithy-client").CommandImpl<SendWorkflowStepStateCommandInput, SendWorkflowStepStateCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Sends a callback for asynchronous custom steps.</p>
30
30
  * <p>
31
31
  * The <code>ExecutionId</code>, <code>WorkflowId</code>, and <code>Token</code> are passed to the target resource during execution of a custom step of a workflow.
@@ -77,6 +77,7 @@ declare const SendWorkflowStepStateCommand_base: {
77
77
  * @throws {@link TransferServiceException}
78
78
  * <p>Base exception class for all service exceptions from Transfer service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class SendWorkflowStepStateCommand extends SendWorkflowStepStateCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface StartFileTransferCommandOutput extends StartFileTransferRespons
22
22
  }
23
23
  declare const StartFileTransferCommand_base: {
24
24
  new (input: StartFileTransferCommandInput): import("@smithy/smithy-client").CommandImpl<StartFileTransferCommandInput, StartFileTransferCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartFileTransferCommandInput): import("@smithy/smithy-client").CommandImpl<StartFileTransferCommandInput, StartFileTransferCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Begins a file transfer between local Amazon Web Services storage and a remote AS2 or SFTP server.</p>
30
30
  * <ul>
31
31
  * <li>
@@ -102,6 +102,7 @@ declare const StartFileTransferCommand_base: {
102
102
  * @throws {@link TransferServiceException}
103
103
  * <p>Base exception class for all service exceptions from Transfer service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class StartFileTransferCommand extends StartFileTransferCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface StartServerCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const StartServerCommand_base: {
24
24
  new (input: StartServerCommandInput): import("@smithy/smithy-client").CommandImpl<StartServerCommandInput, StartServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartServerCommandInput): import("@smithy/smithy-client").CommandImpl<StartServerCommandInput, StartServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Changes the state of a file transfer protocol-enabled server from <code>OFFLINE</code> to
30
30
  * <code>ONLINE</code>. It has no impact on a server that is already <code>ONLINE</code>. An
31
31
  * <code>ONLINE</code> server can accept and process file transfer jobs.</p>
@@ -73,6 +73,7 @@ declare const StartServerCommand_base: {
73
73
  * @throws {@link TransferServiceException}
74
74
  * <p>Base exception class for all service exceptions from Transfer service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class StartServerCommand extends StartServerCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface StopServerCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const StopServerCommand_base: {
24
24
  new (input: StopServerCommandInput): import("@smithy/smithy-client").CommandImpl<StopServerCommandInput, StopServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopServerCommandInput): import("@smithy/smithy-client").CommandImpl<StopServerCommandInput, StopServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Changes the state of a file transfer protocol-enabled server from <code>ONLINE</code> to
30
30
  * <code>OFFLINE</code>. An <code>OFFLINE</code> server cannot accept and process file transfer
31
31
  * jobs. Information tied to your server, such as server and user properties, are not affected by
@@ -78,6 +78,7 @@ declare const StopServerCommand_base: {
78
78
  * @throws {@link TransferServiceException}
79
79
  * <p>Base exception class for all service exceptions from Transfer service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class StopServerCommand extends StopServerCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN).
30
30
  * Resources are users, servers, roles, and other entities.</p>
31
31
  * <p>There is no response returned from this call.</p>
@@ -72,6 +72,7 @@ declare const TagResourceCommand_base: {
72
72
  * @throws {@link TransferServiceException}
73
73
  * <p>Base exception class for all service exceptions from Transfer service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class TagResourceCommand extends TagResourceCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface TestConnectionCommandOutput extends TestConnectionResponse, __M
22
22
  }
23
23
  declare const TestConnectionCommand_base: {
24
24
  new (input: TestConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<TestConnectionCommandInput, TestConnectionCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TestConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<TestConnectionCommandInput, TestConnectionCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Tests whether your SFTP connector is set up successfully. We highly recommend that you call this
30
30
  * operation to test your ability to transfer files between local Amazon Web Services storage and a trading partner's
31
31
  * SFTP server.</p>
@@ -70,6 +70,7 @@ declare const TestConnectionCommand_base: {
70
70
  * @throws {@link TransferServiceException}
71
71
  * <p>Base exception class for all service exceptions from Transfer service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class TestConnectionCommand extends TestConnectionCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface TestIdentityProviderCommandOutput extends TestIdentityProviderR
22
22
  }
23
23
  declare const TestIdentityProviderCommand_base: {
24
24
  new (input: TestIdentityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<TestIdentityProviderCommandInput, TestIdentityProviderCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TestIdentityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<TestIdentityProviderCommandInput, TestIdentityProviderCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>If the <code>IdentityProviderType</code> of a file transfer protocol-enabled server is
30
30
  * <code>AWS_DIRECTORY_SERVICE</code> or <code>API_Gateway</code>, tests whether your identity
31
31
  * provider is set up successfully. We highly recommend that you call this operation to test your
@@ -122,6 +122,7 @@ declare const TestIdentityProviderCommand_base: {
122
122
  * @throws {@link TransferServiceException}
123
123
  * <p>Base exception class for all service exceptions from Transfer service.</p>
124
124
  *
125
+ * @public
125
126
  */
126
127
  export declare class TestIdentityProviderCommand extends TestIdentityProviderCommand_base {
127
128
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Detaches a key-value pair from a resource, as identified by its Amazon Resource Name
30
30
  * (ARN). Resources are users, servers, roles, and other entities.</p>
31
31
  * <p>No response is returned from this call.</p>
@@ -69,6 +69,7 @@ declare const UntagResourceCommand_base: {
69
69
  * @throws {@link TransferServiceException}
70
70
  * <p>Base exception class for all service exceptions from Transfer service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface UpdateAccessCommandOutput extends UpdateAccessResponse, __Metad
22
22
  }
23
23
  declare const UpdateAccessCommand_base: {
24
24
  new (input: UpdateAccessCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccessCommandInput, UpdateAccessCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAccessCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccessCommandInput, UpdateAccessCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Allows you to update parameters for the access specified in the <code>ServerID</code> and
30
30
  * <code>ExternalID</code> parameters.</p>
31
31
  * @example
@@ -93,6 +93,7 @@ declare const UpdateAccessCommand_base: {
93
93
  * @throws {@link TransferServiceException}
94
94
  * <p>Base exception class for all service exceptions from Transfer service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class UpdateAccessCommand extends UpdateAccessCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface UpdateAgreementCommandOutput extends UpdateAgreementResponse, _
22
22
  }
23
23
  declare const UpdateAgreementCommand_base: {
24
24
  new (input: UpdateAgreementCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAgreementCommandInput, UpdateAgreementCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAgreementCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAgreementCommandInput, UpdateAgreementCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates some of the parameters for an existing agreement. Provide the
30
30
  * <code>AgreementId</code> and the <code>ServerId</code> for the agreement that you want to
31
31
  * update, along with the new values for the parameters to update.</p>
@@ -81,6 +81,7 @@ declare const UpdateAgreementCommand_base: {
81
81
  * @throws {@link TransferServiceException}
82
82
  * <p>Base exception class for all service exceptions from Transfer service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class UpdateAgreementCommand extends UpdateAgreementCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface UpdateCertificateCommandOutput extends UpdateCertificateRespons
22
22
  }
23
23
  declare const UpdateCertificateCommand_base: {
24
24
  new (input: UpdateCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCertificateCommandInput, UpdateCertificateCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCertificateCommandInput, UpdateCertificateCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the active and inactive dates for a certificate.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const UpdateCertificateCommand_base: {
72
72
  * @throws {@link TransferServiceException}
73
73
  * <p>Base exception class for all service exceptions from Transfer service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class UpdateCertificateCommand extends UpdateCertificateCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface UpdateConnectorCommandOutput extends UpdateConnectorResponse, _
22
22
  }
23
23
  declare const UpdateConnectorCommand_base: {
24
24
  new (input: UpdateConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectorCommandInput, UpdateConnectorCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectorCommandInput, UpdateConnectorCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates some of the parameters for an existing connector. Provide the
30
30
  * <code>ConnectorId</code> for the connector that you want to update, along with the new
31
31
  * values for the parameters to update.</p>
@@ -94,6 +94,7 @@ declare const UpdateConnectorCommand_base: {
94
94
  * @throws {@link TransferServiceException}
95
95
  * <p>Base exception class for all service exceptions from Transfer service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class UpdateConnectorCommand extends UpdateConnectorCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface UpdateHostKeyCommandOutput extends UpdateHostKeyResponse, __Met
22
22
  }
23
23
  declare const UpdateHostKeyCommand_base: {
24
24
  new (input: UpdateHostKeyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateHostKeyCommandInput, UpdateHostKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateHostKeyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateHostKeyCommandInput, UpdateHostKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the description for the host key that's specified by the <code>ServerId</code> and
30
30
  * <code>HostKeyId</code> parameters.</p>
31
31
  * @example
@@ -73,6 +73,7 @@ declare const UpdateHostKeyCommand_base: {
73
73
  * @throws {@link TransferServiceException}
74
74
  * <p>Base exception class for all service exceptions from Transfer service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class UpdateHostKeyCommand extends UpdateHostKeyCommand_base {
78
79
  }