@aws-sdk/client-transfer 3.296.0 → 3.298.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 (194) hide show
  1. package/dist-cjs/commands/CreateAccessCommand.js +2 -3
  2. package/dist-cjs/commands/CreateAgreementCommand.js +2 -3
  3. package/dist-cjs/commands/CreateConnectorCommand.js +2 -3
  4. package/dist-cjs/commands/CreateProfileCommand.js +2 -3
  5. package/dist-cjs/commands/CreateServerCommand.js +1 -1
  6. package/dist-cjs/commands/CreateUserCommand.js +2 -3
  7. package/dist-cjs/commands/CreateWorkflowCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteAccessCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteAgreementCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteCertificateCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteConnectorCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteHostKeyCommand.js +2 -3
  13. package/dist-cjs/commands/DeleteProfileCommand.js +2 -3
  14. package/dist-cjs/commands/DeleteServerCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteSshPublicKeyCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteUserCommand.js +2 -3
  17. package/dist-cjs/commands/DeleteWorkflowCommand.js +2 -3
  18. package/dist-cjs/commands/DescribeAccessCommand.js +2 -3
  19. package/dist-cjs/commands/DescribeAgreementCommand.js +2 -3
  20. package/dist-cjs/commands/DescribeCertificateCommand.js +1 -1
  21. package/dist-cjs/commands/DescribeConnectorCommand.js +2 -3
  22. package/dist-cjs/commands/DescribeExecutionCommand.js +2 -3
  23. package/dist-cjs/commands/DescribeHostKeyCommand.js +2 -3
  24. package/dist-cjs/commands/DescribeProfileCommand.js +2 -3
  25. package/dist-cjs/commands/DescribeSecurityPolicyCommand.js +2 -3
  26. package/dist-cjs/commands/DescribeServerCommand.js +2 -3
  27. package/dist-cjs/commands/DescribeUserCommand.js +2 -3
  28. package/dist-cjs/commands/DescribeWorkflowCommand.js +2 -3
  29. package/dist-cjs/commands/ImportCertificateCommand.js +1 -1
  30. package/dist-cjs/commands/ImportHostKeyCommand.js +1 -1
  31. package/dist-cjs/commands/ImportSshPublicKeyCommand.js +2 -3
  32. package/dist-cjs/commands/ListAccessesCommand.js +2 -3
  33. package/dist-cjs/commands/ListAgreementsCommand.js +2 -3
  34. package/dist-cjs/commands/ListCertificatesCommand.js +2 -3
  35. package/dist-cjs/commands/ListConnectorsCommand.js +2 -3
  36. package/dist-cjs/commands/ListExecutionsCommand.js +2 -3
  37. package/dist-cjs/commands/ListHostKeysCommand.js +2 -3
  38. package/dist-cjs/commands/ListProfilesCommand.js +2 -3
  39. package/dist-cjs/commands/ListSecurityPoliciesCommand.js +2 -3
  40. package/dist-cjs/commands/ListServersCommand.js +2 -3
  41. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  42. package/dist-cjs/commands/ListUsersCommand.js +2 -3
  43. package/dist-cjs/commands/ListWorkflowsCommand.js +2 -3
  44. package/dist-cjs/commands/SendWorkflowStepStateCommand.js +2 -3
  45. package/dist-cjs/commands/StartFileTransferCommand.js +2 -3
  46. package/dist-cjs/commands/StartServerCommand.js +2 -3
  47. package/dist-cjs/commands/StopServerCommand.js +2 -3
  48. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  49. package/dist-cjs/commands/TestIdentityProviderCommand.js +1 -1
  50. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  51. package/dist-cjs/commands/UpdateAccessCommand.js +2 -3
  52. package/dist-cjs/commands/UpdateAgreementCommand.js +2 -3
  53. package/dist-cjs/commands/UpdateCertificateCommand.js +2 -3
  54. package/dist-cjs/commands/UpdateConnectorCommand.js +2 -3
  55. package/dist-cjs/commands/UpdateHostKeyCommand.js +2 -3
  56. package/dist-cjs/commands/UpdateProfileCommand.js +2 -3
  57. package/dist-cjs/commands/UpdateServerCommand.js +1 -1
  58. package/dist-cjs/commands/UpdateUserCommand.js +2 -3
  59. package/dist-cjs/models/models_0.js +1 -580
  60. package/dist-es/commands/CreateAccessCommand.js +2 -3
  61. package/dist-es/commands/CreateAgreementCommand.js +2 -3
  62. package/dist-es/commands/CreateConnectorCommand.js +2 -3
  63. package/dist-es/commands/CreateProfileCommand.js +2 -3
  64. package/dist-es/commands/CreateServerCommand.js +2 -2
  65. package/dist-es/commands/CreateUserCommand.js +2 -3
  66. package/dist-es/commands/CreateWorkflowCommand.js +2 -3
  67. package/dist-es/commands/DeleteAccessCommand.js +2 -3
  68. package/dist-es/commands/DeleteAgreementCommand.js +2 -3
  69. package/dist-es/commands/DeleteCertificateCommand.js +2 -3
  70. package/dist-es/commands/DeleteConnectorCommand.js +2 -3
  71. package/dist-es/commands/DeleteHostKeyCommand.js +2 -3
  72. package/dist-es/commands/DeleteProfileCommand.js +2 -3
  73. package/dist-es/commands/DeleteServerCommand.js +2 -3
  74. package/dist-es/commands/DeleteSshPublicKeyCommand.js +2 -3
  75. package/dist-es/commands/DeleteUserCommand.js +2 -3
  76. package/dist-es/commands/DeleteWorkflowCommand.js +2 -3
  77. package/dist-es/commands/DescribeAccessCommand.js +2 -3
  78. package/dist-es/commands/DescribeAgreementCommand.js +2 -3
  79. package/dist-es/commands/DescribeCertificateCommand.js +2 -2
  80. package/dist-es/commands/DescribeConnectorCommand.js +2 -3
  81. package/dist-es/commands/DescribeExecutionCommand.js +2 -3
  82. package/dist-es/commands/DescribeHostKeyCommand.js +2 -3
  83. package/dist-es/commands/DescribeProfileCommand.js +2 -3
  84. package/dist-es/commands/DescribeSecurityPolicyCommand.js +2 -3
  85. package/dist-es/commands/DescribeServerCommand.js +2 -3
  86. package/dist-es/commands/DescribeUserCommand.js +2 -3
  87. package/dist-es/commands/DescribeWorkflowCommand.js +2 -3
  88. package/dist-es/commands/ImportCertificateCommand.js +2 -2
  89. package/dist-es/commands/ImportHostKeyCommand.js +2 -2
  90. package/dist-es/commands/ImportSshPublicKeyCommand.js +2 -3
  91. package/dist-es/commands/ListAccessesCommand.js +2 -3
  92. package/dist-es/commands/ListAgreementsCommand.js +2 -3
  93. package/dist-es/commands/ListCertificatesCommand.js +2 -3
  94. package/dist-es/commands/ListConnectorsCommand.js +2 -3
  95. package/dist-es/commands/ListExecutionsCommand.js +2 -3
  96. package/dist-es/commands/ListHostKeysCommand.js +2 -3
  97. package/dist-es/commands/ListProfilesCommand.js +2 -3
  98. package/dist-es/commands/ListSecurityPoliciesCommand.js +2 -3
  99. package/dist-es/commands/ListServersCommand.js +2 -3
  100. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  101. package/dist-es/commands/ListUsersCommand.js +2 -3
  102. package/dist-es/commands/ListWorkflowsCommand.js +2 -3
  103. package/dist-es/commands/SendWorkflowStepStateCommand.js +2 -3
  104. package/dist-es/commands/StartFileTransferCommand.js +2 -3
  105. package/dist-es/commands/StartServerCommand.js +2 -3
  106. package/dist-es/commands/StopServerCommand.js +2 -3
  107. package/dist-es/commands/TagResourceCommand.js +2 -3
  108. package/dist-es/commands/TestIdentityProviderCommand.js +2 -2
  109. package/dist-es/commands/UntagResourceCommand.js +2 -3
  110. package/dist-es/commands/UpdateAccessCommand.js +2 -3
  111. package/dist-es/commands/UpdateAgreementCommand.js +2 -3
  112. package/dist-es/commands/UpdateCertificateCommand.js +2 -3
  113. package/dist-es/commands/UpdateConnectorCommand.js +2 -3
  114. package/dist-es/commands/UpdateHostKeyCommand.js +2 -3
  115. package/dist-es/commands/UpdateProfileCommand.js +2 -3
  116. package/dist-es/commands/UpdateServerCommand.js +2 -2
  117. package/dist-es/commands/UpdateUserCommand.js +2 -3
  118. package/dist-es/models/models_0.js +0 -432
  119. package/dist-types/Transfer.d.ts +59 -0
  120. package/dist-types/TransferClient.d.ts +24 -4
  121. package/dist-types/commands/CreateAccessCommand.d.ts +16 -0
  122. package/dist-types/commands/CreateAgreementCommand.d.ts +16 -0
  123. package/dist-types/commands/CreateConnectorCommand.d.ts +16 -0
  124. package/dist-types/commands/CreateProfileCommand.d.ts +16 -0
  125. package/dist-types/commands/CreateServerCommand.d.ts +16 -0
  126. package/dist-types/commands/CreateUserCommand.d.ts +16 -0
  127. package/dist-types/commands/CreateWorkflowCommand.d.ts +16 -0
  128. package/dist-types/commands/DeleteAccessCommand.d.ts +16 -0
  129. package/dist-types/commands/DeleteAgreementCommand.d.ts +16 -0
  130. package/dist-types/commands/DeleteCertificateCommand.d.ts +16 -0
  131. package/dist-types/commands/DeleteConnectorCommand.d.ts +16 -0
  132. package/dist-types/commands/DeleteHostKeyCommand.d.ts +16 -0
  133. package/dist-types/commands/DeleteProfileCommand.d.ts +16 -0
  134. package/dist-types/commands/DeleteServerCommand.d.ts +16 -0
  135. package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +16 -0
  136. package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
  137. package/dist-types/commands/DeleteWorkflowCommand.d.ts +16 -0
  138. package/dist-types/commands/DescribeAccessCommand.d.ts +16 -0
  139. package/dist-types/commands/DescribeAgreementCommand.d.ts +16 -0
  140. package/dist-types/commands/DescribeCertificateCommand.d.ts +16 -0
  141. package/dist-types/commands/DescribeConnectorCommand.d.ts +16 -0
  142. package/dist-types/commands/DescribeExecutionCommand.d.ts +16 -0
  143. package/dist-types/commands/DescribeHostKeyCommand.d.ts +16 -0
  144. package/dist-types/commands/DescribeProfileCommand.d.ts +16 -0
  145. package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +16 -0
  146. package/dist-types/commands/DescribeServerCommand.d.ts +16 -0
  147. package/dist-types/commands/DescribeUserCommand.d.ts +16 -0
  148. package/dist-types/commands/DescribeWorkflowCommand.d.ts +16 -0
  149. package/dist-types/commands/ImportCertificateCommand.d.ts +16 -0
  150. package/dist-types/commands/ImportHostKeyCommand.d.ts +16 -0
  151. package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +16 -0
  152. package/dist-types/commands/ListAccessesCommand.d.ts +16 -0
  153. package/dist-types/commands/ListAgreementsCommand.d.ts +16 -0
  154. package/dist-types/commands/ListCertificatesCommand.d.ts +16 -0
  155. package/dist-types/commands/ListConnectorsCommand.d.ts +16 -0
  156. package/dist-types/commands/ListExecutionsCommand.d.ts +16 -0
  157. package/dist-types/commands/ListHostKeysCommand.d.ts +16 -0
  158. package/dist-types/commands/ListProfilesCommand.d.ts +16 -0
  159. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +16 -0
  160. package/dist-types/commands/ListServersCommand.d.ts +16 -0
  161. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  162. package/dist-types/commands/ListUsersCommand.d.ts +16 -0
  163. package/dist-types/commands/ListWorkflowsCommand.d.ts +16 -0
  164. package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +16 -0
  165. package/dist-types/commands/StartFileTransferCommand.d.ts +16 -0
  166. package/dist-types/commands/StartServerCommand.d.ts +16 -0
  167. package/dist-types/commands/StopServerCommand.d.ts +16 -0
  168. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  169. package/dist-types/commands/TestIdentityProviderCommand.d.ts +16 -0
  170. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  171. package/dist-types/commands/UpdateAccessCommand.d.ts +16 -0
  172. package/dist-types/commands/UpdateAgreementCommand.d.ts +16 -0
  173. package/dist-types/commands/UpdateCertificateCommand.d.ts +16 -0
  174. package/dist-types/commands/UpdateConnectorCommand.d.ts +16 -0
  175. package/dist-types/commands/UpdateHostKeyCommand.d.ts +16 -0
  176. package/dist-types/commands/UpdateProfileCommand.d.ts +16 -0
  177. package/dist-types/commands/UpdateServerCommand.d.ts +16 -0
  178. package/dist-types/commands/UpdateUserCommand.d.ts +16 -0
  179. package/dist-types/models/TransferServiceException.d.ts +2 -0
  180. package/dist-types/models/models_0.d.ts +484 -625
  181. package/dist-types/pagination/Interfaces.d.ts +3 -0
  182. package/dist-types/pagination/ListAccessesPaginator.d.ts +3 -0
  183. package/dist-types/pagination/ListAgreementsPaginator.d.ts +3 -0
  184. package/dist-types/pagination/ListCertificatesPaginator.d.ts +3 -0
  185. package/dist-types/pagination/ListConnectorsPaginator.d.ts +3 -0
  186. package/dist-types/pagination/ListExecutionsPaginator.d.ts +3 -0
  187. package/dist-types/pagination/ListProfilesPaginator.d.ts +3 -0
  188. package/dist-types/pagination/ListSecurityPoliciesPaginator.d.ts +3 -0
  189. package/dist-types/pagination/ListServersPaginator.d.ts +3 -0
  190. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  191. package/dist-types/pagination/ListUsersPaginator.d.ts +3 -0
  192. package/dist-types/pagination/ListWorkflowsPaginator.d.ts +3 -0
  193. package/dist-types/ts3.4/models/models_0.d.ts +0 -412
  194. package/package.json +4 -3
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { TransferClient } from "../TransferClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface TransferPaginationConfiguration extends PaginationConfiguration {
4
7
  client: TransferClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListAccessesCommandInput, ListAccessesCommandOutput } from "../commands/ListAccessesCommand";
3
3
  import { TransferPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListAccesses(config: TransferPaginationConfiguration, input: ListAccessesCommandInput, ...additionalArguments: any): Paginator<ListAccessesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListAgreementsCommandInput, ListAgreementsCommandOutput } from "../commands/ListAgreementsCommand";
3
3
  import { TransferPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListAgreements(config: TransferPaginationConfiguration, input: ListAgreementsCommandInput, ...additionalArguments: any): Paginator<ListAgreementsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "../commands/ListCertificatesCommand";
3
3
  import { TransferPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListCertificates(config: TransferPaginationConfiguration, input: ListCertificatesCommandInput, ...additionalArguments: any): Paginator<ListCertificatesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListConnectorsCommandInput, ListConnectorsCommandOutput } from "../commands/ListConnectorsCommand";
3
3
  import { TransferPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListConnectors(config: TransferPaginationConfiguration, input: ListConnectorsCommandInput, ...additionalArguments: any): Paginator<ListConnectorsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListExecutionsCommandInput, ListExecutionsCommandOutput } from "../commands/ListExecutionsCommand";
3
3
  import { TransferPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListExecutions(config: TransferPaginationConfiguration, input: ListExecutionsCommandInput, ...additionalArguments: any): Paginator<ListExecutionsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListProfilesCommandInput, ListProfilesCommandOutput } from "../commands/ListProfilesCommand";
3
3
  import { TransferPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListProfiles(config: TransferPaginationConfiguration, input: ListProfilesCommandInput, ...additionalArguments: any): Paginator<ListProfilesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput } from "../commands/ListSecurityPoliciesCommand";
3
3
  import { TransferPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListSecurityPolicies(config: TransferPaginationConfiguration, input: ListSecurityPoliciesCommandInput, ...additionalArguments: any): Paginator<ListSecurityPoliciesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListServersCommandInput, ListServersCommandOutput } from "../commands/ListServersCommand";
3
3
  import { TransferPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListServers(config: TransferPaginationConfiguration, input: ListServersCommandInput, ...additionalArguments: any): Paginator<ListServersCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
3
3
  import { TransferPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListTagsForResource(config: TransferPaginationConfiguration, input: ListTagsForResourceCommandInput, ...additionalArguments: any): Paginator<ListTagsForResourceCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
3
3
  import { TransferPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListUsers(config: TransferPaginationConfiguration, input: ListUsersCommandInput, ...additionalArguments: any): Paginator<ListUsersCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
3
3
  import { TransferPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListWorkflows(config: TransferPaginationConfiguration, input: ListWorkflowsCommandInput, ...additionalArguments: any): Paginator<ListWorkflowsCommandOutput>;
@@ -1017,436 +1017,24 @@ export interface UpdateUserResponse {
1017
1017
  ServerId: string | undefined;
1018
1018
  UserName: string | undefined;
1019
1019
  }
1020
- export declare const As2ConnectorConfigFilterSensitiveLog: (
1021
- obj: As2ConnectorConfig
1022
- ) => any;
1023
- export declare const EfsFileLocationFilterSensitiveLog: (
1024
- obj: EfsFileLocation
1025
- ) => any;
1026
- export declare const S3InputFileLocationFilterSensitiveLog: (
1027
- obj: S3InputFileLocation
1028
- ) => any;
1029
- export declare const InputFileLocationFilterSensitiveLog: (
1030
- obj: InputFileLocation
1031
- ) => any;
1032
- export declare const CopyStepDetailsFilterSensitiveLog: (
1033
- obj: CopyStepDetails
1034
- ) => any;
1035
- export declare const HomeDirectoryMapEntryFilterSensitiveLog: (
1036
- obj: HomeDirectoryMapEntry
1037
- ) => any;
1038
- export declare const PosixProfileFilterSensitiveLog: (obj: PosixProfile) => any;
1039
- export declare const CreateAccessRequestFilterSensitiveLog: (
1040
- obj: CreateAccessRequest
1041
- ) => any;
1042
- export declare const CreateAccessResponseFilterSensitiveLog: (
1043
- obj: CreateAccessResponse
1044
- ) => any;
1045
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1046
- export declare const CreateAgreementRequestFilterSensitiveLog: (
1047
- obj: CreateAgreementRequest
1048
- ) => any;
1049
- export declare const CreateAgreementResponseFilterSensitiveLog: (
1050
- obj: CreateAgreementResponse
1051
- ) => any;
1052
- export declare const CreateConnectorRequestFilterSensitiveLog: (
1053
- obj: CreateConnectorRequest
1054
- ) => any;
1055
- export declare const CreateConnectorResponseFilterSensitiveLog: (
1056
- obj: CreateConnectorResponse
1057
- ) => any;
1058
- export declare const CreateProfileRequestFilterSensitiveLog: (
1059
- obj: CreateProfileRequest
1060
- ) => any;
1061
- export declare const CreateProfileResponseFilterSensitiveLog: (
1062
- obj: CreateProfileResponse
1063
- ) => any;
1064
- export declare const EndpointDetailsFilterSensitiveLog: (
1065
- obj: EndpointDetails
1066
- ) => any;
1067
- export declare const IdentityProviderDetailsFilterSensitiveLog: (
1068
- obj: IdentityProviderDetails
1069
- ) => any;
1070
- export declare const ProtocolDetailsFilterSensitiveLog: (
1071
- obj: ProtocolDetails
1072
- ) => any;
1073
- export declare const WorkflowDetailFilterSensitiveLog: (
1074
- obj: WorkflowDetail
1075
- ) => any;
1076
- export declare const WorkflowDetailsFilterSensitiveLog: (
1077
- obj: WorkflowDetails
1078
- ) => any;
1079
1020
  export declare const CreateServerRequestFilterSensitiveLog: (
1080
1021
  obj: CreateServerRequest
1081
1022
  ) => any;
1082
- export declare const CreateServerResponseFilterSensitiveLog: (
1083
- obj: CreateServerResponse
1084
- ) => any;
1085
- export declare const CreateUserRequestFilterSensitiveLog: (
1086
- obj: CreateUserRequest
1087
- ) => any;
1088
- export declare const CreateUserResponseFilterSensitiveLog: (
1089
- obj: CreateUserResponse
1090
- ) => any;
1091
- export declare const CustomStepDetailsFilterSensitiveLog: (
1092
- obj: CustomStepDetails
1093
- ) => any;
1094
- export declare const DecryptStepDetailsFilterSensitiveLog: (
1095
- obj: DecryptStepDetails
1096
- ) => any;
1097
- export declare const DeleteStepDetailsFilterSensitiveLog: (
1098
- obj: DeleteStepDetails
1099
- ) => any;
1100
- export declare const S3TagFilterSensitiveLog: (obj: S3Tag) => any;
1101
- export declare const TagStepDetailsFilterSensitiveLog: (
1102
- obj: TagStepDetails
1103
- ) => any;
1104
- export declare const WorkflowStepFilterSensitiveLog: (obj: WorkflowStep) => any;
1105
- export declare const CreateWorkflowRequestFilterSensitiveLog: (
1106
- obj: CreateWorkflowRequest
1107
- ) => any;
1108
- export declare const CreateWorkflowResponseFilterSensitiveLog: (
1109
- obj: CreateWorkflowResponse
1110
- ) => any;
1111
- export declare const DeleteAccessRequestFilterSensitiveLog: (
1112
- obj: DeleteAccessRequest
1113
- ) => any;
1114
- export declare const DeleteAgreementRequestFilterSensitiveLog: (
1115
- obj: DeleteAgreementRequest
1116
- ) => any;
1117
- export declare const DeleteCertificateRequestFilterSensitiveLog: (
1118
- obj: DeleteCertificateRequest
1119
- ) => any;
1120
- export declare const DeleteConnectorRequestFilterSensitiveLog: (
1121
- obj: DeleteConnectorRequest
1122
- ) => any;
1123
- export declare const DeleteHostKeyRequestFilterSensitiveLog: (
1124
- obj: DeleteHostKeyRequest
1125
- ) => any;
1126
- export declare const DeleteProfileRequestFilterSensitiveLog: (
1127
- obj: DeleteProfileRequest
1128
- ) => any;
1129
- export declare const DeleteServerRequestFilterSensitiveLog: (
1130
- obj: DeleteServerRequest
1131
- ) => any;
1132
- export declare const DeleteSshPublicKeyRequestFilterSensitiveLog: (
1133
- obj: DeleteSshPublicKeyRequest
1134
- ) => any;
1135
- export declare const DeleteUserRequestFilterSensitiveLog: (
1136
- obj: DeleteUserRequest
1137
- ) => any;
1138
- export declare const DeleteWorkflowRequestFilterSensitiveLog: (
1139
- obj: DeleteWorkflowRequest
1140
- ) => any;
1141
- export declare const DescribeAccessRequestFilterSensitiveLog: (
1142
- obj: DescribeAccessRequest
1143
- ) => any;
1144
- export declare const DescribedAccessFilterSensitiveLog: (
1145
- obj: DescribedAccess
1146
- ) => any;
1147
- export declare const DescribeAccessResponseFilterSensitiveLog: (
1148
- obj: DescribeAccessResponse
1149
- ) => any;
1150
- export declare const DescribeAgreementRequestFilterSensitiveLog: (
1151
- obj: DescribeAgreementRequest
1152
- ) => any;
1153
- export declare const DescribedAgreementFilterSensitiveLog: (
1154
- obj: DescribedAgreement
1155
- ) => any;
1156
- export declare const DescribeAgreementResponseFilterSensitiveLog: (
1157
- obj: DescribeAgreementResponse
1158
- ) => any;
1159
- export declare const DescribeCertificateRequestFilterSensitiveLog: (
1160
- obj: DescribeCertificateRequest
1161
- ) => any;
1162
1023
  export declare const DescribedCertificateFilterSensitiveLog: (
1163
1024
  obj: DescribedCertificate
1164
1025
  ) => any;
1165
1026
  export declare const DescribeCertificateResponseFilterSensitiveLog: (
1166
1027
  obj: DescribeCertificateResponse
1167
1028
  ) => any;
1168
- export declare const DescribeConnectorRequestFilterSensitiveLog: (
1169
- obj: DescribeConnectorRequest
1170
- ) => any;
1171
- export declare const DescribedConnectorFilterSensitiveLog: (
1172
- obj: DescribedConnector
1173
- ) => any;
1174
- export declare const DescribeConnectorResponseFilterSensitiveLog: (
1175
- obj: DescribeConnectorResponse
1176
- ) => any;
1177
- export declare const S3FileLocationFilterSensitiveLog: (
1178
- obj: S3FileLocation
1179
- ) => any;
1180
- export declare const FileLocationFilterSensitiveLog: (obj: FileLocation) => any;
1181
- export declare const LoggingConfigurationFilterSensitiveLog: (
1182
- obj: LoggingConfiguration
1183
- ) => any;
1184
- export declare const ExecutionErrorFilterSensitiveLog: (
1185
- obj: ExecutionError
1186
- ) => any;
1187
- export declare const ExecutionStepResultFilterSensitiveLog: (
1188
- obj: ExecutionStepResult
1189
- ) => any;
1190
- export declare const ExecutionResultsFilterSensitiveLog: (
1191
- obj: ExecutionResults
1192
- ) => any;
1193
- export declare const UserDetailsFilterSensitiveLog: (obj: UserDetails) => any;
1194
- export declare const ServiceMetadataFilterSensitiveLog: (
1195
- obj: ServiceMetadata
1196
- ) => any;
1197
- export declare const DescribedExecutionFilterSensitiveLog: (
1198
- obj: DescribedExecution
1199
- ) => any;
1200
- export declare const DescribedHostKeyFilterSensitiveLog: (
1201
- obj: DescribedHostKey
1202
- ) => any;
1203
- export declare const DescribedProfileFilterSensitiveLog: (
1204
- obj: DescribedProfile
1205
- ) => any;
1206
- export declare const DescribedSecurityPolicyFilterSensitiveLog: (
1207
- obj: DescribedSecurityPolicy
1208
- ) => any;
1209
- export declare const DescribedServerFilterSensitiveLog: (
1210
- obj: DescribedServer
1211
- ) => any;
1212
- export declare const SshPublicKeyFilterSensitiveLog: (obj: SshPublicKey) => any;
1213
- export declare const DescribedUserFilterSensitiveLog: (
1214
- obj: DescribedUser
1215
- ) => any;
1216
- export declare const DescribedWorkflowFilterSensitiveLog: (
1217
- obj: DescribedWorkflow
1218
- ) => any;
1219
- export declare const DescribeExecutionRequestFilterSensitiveLog: (
1220
- obj: DescribeExecutionRequest
1221
- ) => any;
1222
- export declare const DescribeExecutionResponseFilterSensitiveLog: (
1223
- obj: DescribeExecutionResponse
1224
- ) => any;
1225
- export declare const DescribeHostKeyRequestFilterSensitiveLog: (
1226
- obj: DescribeHostKeyRequest
1227
- ) => any;
1228
- export declare const DescribeHostKeyResponseFilterSensitiveLog: (
1229
- obj: DescribeHostKeyResponse
1230
- ) => any;
1231
- export declare const DescribeProfileRequestFilterSensitiveLog: (
1232
- obj: DescribeProfileRequest
1233
- ) => any;
1234
- export declare const DescribeProfileResponseFilterSensitiveLog: (
1235
- obj: DescribeProfileResponse
1236
- ) => any;
1237
- export declare const DescribeSecurityPolicyRequestFilterSensitiveLog: (
1238
- obj: DescribeSecurityPolicyRequest
1239
- ) => any;
1240
- export declare const DescribeSecurityPolicyResponseFilterSensitiveLog: (
1241
- obj: DescribeSecurityPolicyResponse
1242
- ) => any;
1243
- export declare const DescribeServerRequestFilterSensitiveLog: (
1244
- obj: DescribeServerRequest
1245
- ) => any;
1246
- export declare const DescribeServerResponseFilterSensitiveLog: (
1247
- obj: DescribeServerResponse
1248
- ) => any;
1249
- export declare const DescribeUserRequestFilterSensitiveLog: (
1250
- obj: DescribeUserRequest
1251
- ) => any;
1252
- export declare const DescribeUserResponseFilterSensitiveLog: (
1253
- obj: DescribeUserResponse
1254
- ) => any;
1255
- export declare const DescribeWorkflowRequestFilterSensitiveLog: (
1256
- obj: DescribeWorkflowRequest
1257
- ) => any;
1258
- export declare const DescribeWorkflowResponseFilterSensitiveLog: (
1259
- obj: DescribeWorkflowResponse
1260
- ) => any;
1261
1029
  export declare const ImportCertificateRequestFilterSensitiveLog: (
1262
1030
  obj: ImportCertificateRequest
1263
1031
  ) => any;
1264
- export declare const ImportCertificateResponseFilterSensitiveLog: (
1265
- obj: ImportCertificateResponse
1266
- ) => any;
1267
1032
  export declare const ImportHostKeyRequestFilterSensitiveLog: (
1268
1033
  obj: ImportHostKeyRequest
1269
1034
  ) => any;
1270
- export declare const ImportHostKeyResponseFilterSensitiveLog: (
1271
- obj: ImportHostKeyResponse
1272
- ) => any;
1273
- export declare const ImportSshPublicKeyRequestFilterSensitiveLog: (
1274
- obj: ImportSshPublicKeyRequest
1275
- ) => any;
1276
- export declare const ImportSshPublicKeyResponseFilterSensitiveLog: (
1277
- obj: ImportSshPublicKeyResponse
1278
- ) => any;
1279
- export declare const ListAccessesRequestFilterSensitiveLog: (
1280
- obj: ListAccessesRequest
1281
- ) => any;
1282
- export declare const ListedAccessFilterSensitiveLog: (obj: ListedAccess) => any;
1283
- export declare const ListAccessesResponseFilterSensitiveLog: (
1284
- obj: ListAccessesResponse
1285
- ) => any;
1286
- export declare const ListAgreementsRequestFilterSensitiveLog: (
1287
- obj: ListAgreementsRequest
1288
- ) => any;
1289
- export declare const ListedAgreementFilterSensitiveLog: (
1290
- obj: ListedAgreement
1291
- ) => any;
1292
- export declare const ListAgreementsResponseFilterSensitiveLog: (
1293
- obj: ListAgreementsResponse
1294
- ) => any;
1295
- export declare const ListCertificatesRequestFilterSensitiveLog: (
1296
- obj: ListCertificatesRequest
1297
- ) => any;
1298
- export declare const ListedCertificateFilterSensitiveLog: (
1299
- obj: ListedCertificate
1300
- ) => any;
1301
- export declare const ListCertificatesResponseFilterSensitiveLog: (
1302
- obj: ListCertificatesResponse
1303
- ) => any;
1304
- export declare const ListConnectorsRequestFilterSensitiveLog: (
1305
- obj: ListConnectorsRequest
1306
- ) => any;
1307
- export declare const ListedConnectorFilterSensitiveLog: (
1308
- obj: ListedConnector
1309
- ) => any;
1310
- export declare const ListConnectorsResponseFilterSensitiveLog: (
1311
- obj: ListConnectorsResponse
1312
- ) => any;
1313
- export declare const ListedExecutionFilterSensitiveLog: (
1314
- obj: ListedExecution
1315
- ) => any;
1316
- export declare const ListedHostKeyFilterSensitiveLog: (
1317
- obj: ListedHostKey
1318
- ) => any;
1319
- export declare const ListedProfileFilterSensitiveLog: (
1320
- obj: ListedProfile
1321
- ) => any;
1322
- export declare const ListedServerFilterSensitiveLog: (obj: ListedServer) => any;
1323
- export declare const ListedUserFilterSensitiveLog: (obj: ListedUser) => any;
1324
- export declare const ListedWorkflowFilterSensitiveLog: (
1325
- obj: ListedWorkflow
1326
- ) => any;
1327
- export declare const ListExecutionsRequestFilterSensitiveLog: (
1328
- obj: ListExecutionsRequest
1329
- ) => any;
1330
- export declare const ListExecutionsResponseFilterSensitiveLog: (
1331
- obj: ListExecutionsResponse
1332
- ) => any;
1333
- export declare const ListHostKeysRequestFilterSensitiveLog: (
1334
- obj: ListHostKeysRequest
1335
- ) => any;
1336
- export declare const ListHostKeysResponseFilterSensitiveLog: (
1337
- obj: ListHostKeysResponse
1338
- ) => any;
1339
- export declare const ListProfilesRequestFilterSensitiveLog: (
1340
- obj: ListProfilesRequest
1341
- ) => any;
1342
- export declare const ListProfilesResponseFilterSensitiveLog: (
1343
- obj: ListProfilesResponse
1344
- ) => any;
1345
- export declare const ListSecurityPoliciesRequestFilterSensitiveLog: (
1346
- obj: ListSecurityPoliciesRequest
1347
- ) => any;
1348
- export declare const ListSecurityPoliciesResponseFilterSensitiveLog: (
1349
- obj: ListSecurityPoliciesResponse
1350
- ) => any;
1351
- export declare const ListServersRequestFilterSensitiveLog: (
1352
- obj: ListServersRequest
1353
- ) => any;
1354
- export declare const ListServersResponseFilterSensitiveLog: (
1355
- obj: ListServersResponse
1356
- ) => any;
1357
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1358
- obj: ListTagsForResourceRequest
1359
- ) => any;
1360
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1361
- obj: ListTagsForResourceResponse
1362
- ) => any;
1363
- export declare const ListUsersRequestFilterSensitiveLog: (
1364
- obj: ListUsersRequest
1365
- ) => any;
1366
- export declare const ListUsersResponseFilterSensitiveLog: (
1367
- obj: ListUsersResponse
1368
- ) => any;
1369
- export declare const ListWorkflowsRequestFilterSensitiveLog: (
1370
- obj: ListWorkflowsRequest
1371
- ) => any;
1372
- export declare const ListWorkflowsResponseFilterSensitiveLog: (
1373
- obj: ListWorkflowsResponse
1374
- ) => any;
1375
- export declare const SendWorkflowStepStateRequestFilterSensitiveLog: (
1376
- obj: SendWorkflowStepStateRequest
1377
- ) => any;
1378
- export declare const SendWorkflowStepStateResponseFilterSensitiveLog: (
1379
- obj: SendWorkflowStepStateResponse
1380
- ) => any;
1381
- export declare const StartFileTransferRequestFilterSensitiveLog: (
1382
- obj: StartFileTransferRequest
1383
- ) => any;
1384
- export declare const StartFileTransferResponseFilterSensitiveLog: (
1385
- obj: StartFileTransferResponse
1386
- ) => any;
1387
- export declare const StartServerRequestFilterSensitiveLog: (
1388
- obj: StartServerRequest
1389
- ) => any;
1390
- export declare const StopServerRequestFilterSensitiveLog: (
1391
- obj: StopServerRequest
1392
- ) => any;
1393
- export declare const TagResourceRequestFilterSensitiveLog: (
1394
- obj: TagResourceRequest
1395
- ) => any;
1396
1035
  export declare const TestIdentityProviderRequestFilterSensitiveLog: (
1397
1036
  obj: TestIdentityProviderRequest
1398
1037
  ) => any;
1399
- export declare const TestIdentityProviderResponseFilterSensitiveLog: (
1400
- obj: TestIdentityProviderResponse
1401
- ) => any;
1402
- export declare const UntagResourceRequestFilterSensitiveLog: (
1403
- obj: UntagResourceRequest
1404
- ) => any;
1405
- export declare const UpdateAccessRequestFilterSensitiveLog: (
1406
- obj: UpdateAccessRequest
1407
- ) => any;
1408
- export declare const UpdateAccessResponseFilterSensitiveLog: (
1409
- obj: UpdateAccessResponse
1410
- ) => any;
1411
- export declare const UpdateAgreementRequestFilterSensitiveLog: (
1412
- obj: UpdateAgreementRequest
1413
- ) => any;
1414
- export declare const UpdateAgreementResponseFilterSensitiveLog: (
1415
- obj: UpdateAgreementResponse
1416
- ) => any;
1417
- export declare const UpdateCertificateRequestFilterSensitiveLog: (
1418
- obj: UpdateCertificateRequest
1419
- ) => any;
1420
- export declare const UpdateCertificateResponseFilterSensitiveLog: (
1421
- obj: UpdateCertificateResponse
1422
- ) => any;
1423
- export declare const UpdateConnectorRequestFilterSensitiveLog: (
1424
- obj: UpdateConnectorRequest
1425
- ) => any;
1426
- export declare const UpdateConnectorResponseFilterSensitiveLog: (
1427
- obj: UpdateConnectorResponse
1428
- ) => any;
1429
- export declare const UpdateHostKeyRequestFilterSensitiveLog: (
1430
- obj: UpdateHostKeyRequest
1431
- ) => any;
1432
- export declare const UpdateHostKeyResponseFilterSensitiveLog: (
1433
- obj: UpdateHostKeyResponse
1434
- ) => any;
1435
- export declare const UpdateProfileRequestFilterSensitiveLog: (
1436
- obj: UpdateProfileRequest
1437
- ) => any;
1438
- export declare const UpdateProfileResponseFilterSensitiveLog: (
1439
- obj: UpdateProfileResponse
1440
- ) => any;
1441
1038
  export declare const UpdateServerRequestFilterSensitiveLog: (
1442
1039
  obj: UpdateServerRequest
1443
1040
  ) => any;
1444
- export declare const UpdateServerResponseFilterSensitiveLog: (
1445
- obj: UpdateServerResponse
1446
- ) => any;
1447
- export declare const UpdateUserRequestFilterSensitiveLog: (
1448
- obj: UpdateUserRequest
1449
- ) => any;
1450
- export declare const UpdateUserResponseFilterSensitiveLog: (
1451
- obj: UpdateUserResponse
1452
- ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-transfer",
3
3
  "description": "AWS SDK for JavaScript Transfer Client for Node.js, Browser and React Native",
4
- "version": "3.296.0",
4
+ "version": "3.298.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo transfer"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
@@ -20,9 +21,9 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "3.0.0",
22
23
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
26
+ "@aws-sdk/credential-provider-node": "3.298.0",
26
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
28
  "@aws-sdk/hash-node": "3.296.0",
28
29
  "@aws-sdk/invalid-dependency": "3.296.0",