@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,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListCertificatesRequestFilterSensitiveLog, ListCertificatesResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1ListCertificatesCommand, serializeAws_json1_1ListCertificatesCommand, } from "../protocols/Aws_json1_1";
6
5
  export class ListCertificatesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListCertificatesCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListCertificatesRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListCertificatesResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListConnectorsRequestFilterSensitiveLog, ListConnectorsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1ListConnectorsCommand, serializeAws_json1_1ListConnectorsCommand, } from "../protocols/Aws_json1_1";
6
5
  export class ListConnectorsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListConnectorsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListConnectorsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListConnectorsResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListExecutionsRequestFilterSensitiveLog, ListExecutionsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1ListExecutionsCommand, serializeAws_json1_1ListExecutionsCommand, } from "../protocols/Aws_json1_1";
6
5
  export class ListExecutionsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListExecutionsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListExecutionsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListExecutionsResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListHostKeysRequestFilterSensitiveLog, ListHostKeysResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1ListHostKeysCommand, serializeAws_json1_1ListHostKeysCommand, } from "../protocols/Aws_json1_1";
6
5
  export class ListHostKeysCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListHostKeysCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListHostKeysRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListHostKeysResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListProfilesRequestFilterSensitiveLog, ListProfilesResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1ListProfilesCommand, serializeAws_json1_1ListProfilesCommand, } from "../protocols/Aws_json1_1";
6
5
  export class ListProfilesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListProfilesCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListProfilesRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListProfilesResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListSecurityPoliciesRequestFilterSensitiveLog, ListSecurityPoliciesResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1ListSecurityPoliciesCommand, serializeAws_json1_1ListSecurityPoliciesCommand, } from "../protocols/Aws_json1_1";
6
5
  export class ListSecurityPoliciesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListSecurityPoliciesCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListSecurityPoliciesRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListSecurityPoliciesResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListServersRequestFilterSensitiveLog, ListServersResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1ListServersCommand, serializeAws_json1_1ListServersCommand, } from "../protocols/Aws_json1_1";
6
5
  export class ListServersCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListServersCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListServersRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListServersResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
6
5
  export class ListTagsForResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListTagsForResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListUsersRequestFilterSensitiveLog, ListUsersResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1ListUsersCommand, serializeAws_json1_1ListUsersCommand } from "../protocols/Aws_json1_1";
6
5
  export class ListUsersCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListUsersCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListUsersRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListUsersResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListWorkflowsRequestFilterSensitiveLog, ListWorkflowsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1ListWorkflowsCommand, serializeAws_json1_1ListWorkflowsCommand, } from "../protocols/Aws_json1_1";
6
5
  export class ListWorkflowsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListWorkflowsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListWorkflowsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListWorkflowsResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { SendWorkflowStepStateRequestFilterSensitiveLog, SendWorkflowStepStateResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1SendWorkflowStepStateCommand, serializeAws_json1_1SendWorkflowStepStateCommand, } from "../protocols/Aws_json1_1";
6
5
  export class SendWorkflowStepStateCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class SendWorkflowStepStateCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: SendWorkflowStepStateRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: SendWorkflowStepStateResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StartFileTransferRequestFilterSensitiveLog, StartFileTransferResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1StartFileTransferCommand, serializeAws_json1_1StartFileTransferCommand, } from "../protocols/Aws_json1_1";
6
5
  export class StartFileTransferCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class StartFileTransferCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: StartFileTransferRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: StartFileTransferResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StartServerRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_json1_1StartServerCommand, serializeAws_json1_1StartServerCommand, } from "../protocols/Aws_json1_1";
6
5
  export class StartServerCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class StartServerCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: StartServerRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StopServerRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_json1_1StopServerCommand, serializeAws_json1_1StopServerCommand, } from "../protocols/Aws_json1_1";
6
5
  export class StopServerCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class StopServerCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: StopServerRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TagResourceRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
6
5
  export class TagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class TagResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TestIdentityProviderRequestFilterSensitiveLog, TestIdentityProviderResponseFilterSensitiveLog, } from "../models/models_0";
4
+ import { TestIdentityProviderRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1TestIdentityProviderCommand, serializeAws_json1_1TestIdentityProviderCommand, } from "../protocols/Aws_json1_1";
6
6
  export class TestIdentityProviderCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
@@ -28,7 +28,7 @@ export class TestIdentityProviderCommand extends $Command {
28
28
  clientName,
29
29
  commandName,
30
30
  inputFilterSensitiveLog: TestIdentityProviderRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: TestIdentityProviderResponseFilterSensitiveLog,
31
+ outputFilterSensitiveLog: (_) => _,
32
32
  };
33
33
  const { requestHandler } = configuration;
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UntagResourceRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UntagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateAccessRequestFilterSensitiveLog, UpdateAccessResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateAccessCommand, serializeAws_json1_1UpdateAccessCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdateAccessCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateAccessCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateAccessRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateAccessResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateAgreementRequestFilterSensitiveLog, UpdateAgreementResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateAgreementCommand, serializeAws_json1_1UpdateAgreementCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdateAgreementCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateAgreementCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateAgreementRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateAgreementResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateCertificateRequestFilterSensitiveLog, UpdateCertificateResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateCertificateCommand, serializeAws_json1_1UpdateCertificateCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdateCertificateCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateCertificateCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateCertificateRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateCertificateResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateConnectorRequestFilterSensitiveLog, UpdateConnectorResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateConnectorCommand, serializeAws_json1_1UpdateConnectorCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdateConnectorCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateConnectorCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateConnectorRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateConnectorResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateHostKeyRequestFilterSensitiveLog, UpdateHostKeyResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateHostKeyCommand, serializeAws_json1_1UpdateHostKeyCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdateHostKeyCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateHostKeyCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateHostKeyRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateHostKeyResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateProfileRequestFilterSensitiveLog, UpdateProfileResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateProfileCommand, serializeAws_json1_1UpdateProfileCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdateProfileCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateProfileCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateProfileRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateProfileResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateServerRequestFilterSensitiveLog, UpdateServerResponseFilterSensitiveLog, } from "../models/models_0";
4
+ import { UpdateServerRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UpdateServerCommand, serializeAws_json1_1UpdateServerCommand, } from "../protocols/Aws_json1_1";
6
6
  export class UpdateServerCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
@@ -28,7 +28,7 @@ export class UpdateServerCommand extends $Command {
28
28
  clientName,
29
29
  commandName,
30
30
  inputFilterSensitiveLog: UpdateServerRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateServerResponseFilterSensitiveLog,
31
+ outputFilterSensitiveLog: (_) => _,
32
32
  };
33
33
  const { requestHandler } = configuration;
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateUserRequestFilterSensitiveLog, UpdateUserResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateUserCommand, serializeAws_json1_1UpdateUserCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdateUserCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateUserCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateUserRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateUserResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);