@aws-sdk/client-transfer 3.491.0 → 3.495.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 (87) hide show
  1. package/dist-cjs/Transfer.js +1 -129
  2. package/dist-cjs/TransferClient.js +1 -43
  3. package/dist-cjs/commands/CreateAccessCommand.js +1 -28
  4. package/dist-cjs/commands/CreateAgreementCommand.js +1 -28
  5. package/dist-cjs/commands/CreateConnectorCommand.js +1 -28
  6. package/dist-cjs/commands/CreateProfileCommand.js +1 -28
  7. package/dist-cjs/commands/CreateServerCommand.js +1 -29
  8. package/dist-cjs/commands/CreateUserCommand.js +1 -28
  9. package/dist-cjs/commands/CreateWorkflowCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteAccessCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteAgreementCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteCertificateCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteConnectorCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteHostKeyCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteProfileCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteServerCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteSshPublicKeyCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteUserCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteWorkflowCommand.js +1 -28
  20. package/dist-cjs/commands/DescribeAccessCommand.js +1 -28
  21. package/dist-cjs/commands/DescribeAgreementCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeCertificateCommand.js +1 -29
  23. package/dist-cjs/commands/DescribeConnectorCommand.js +1 -28
  24. package/dist-cjs/commands/DescribeExecutionCommand.js +1 -28
  25. package/dist-cjs/commands/DescribeHostKeyCommand.js +1 -28
  26. package/dist-cjs/commands/DescribeProfileCommand.js +1 -28
  27. package/dist-cjs/commands/DescribeSecurityPolicyCommand.js +1 -28
  28. package/dist-cjs/commands/DescribeServerCommand.js +1 -28
  29. package/dist-cjs/commands/DescribeUserCommand.js +1 -28
  30. package/dist-cjs/commands/DescribeWorkflowCommand.js +1 -28
  31. package/dist-cjs/commands/ImportCertificateCommand.js +1 -29
  32. package/dist-cjs/commands/ImportHostKeyCommand.js +1 -29
  33. package/dist-cjs/commands/ImportSshPublicKeyCommand.js +1 -28
  34. package/dist-cjs/commands/ListAccessesCommand.js +1 -28
  35. package/dist-cjs/commands/ListAgreementsCommand.js +1 -28
  36. package/dist-cjs/commands/ListCertificatesCommand.js +1 -28
  37. package/dist-cjs/commands/ListConnectorsCommand.js +1 -28
  38. package/dist-cjs/commands/ListExecutionsCommand.js +1 -28
  39. package/dist-cjs/commands/ListHostKeysCommand.js +1 -28
  40. package/dist-cjs/commands/ListProfilesCommand.js +1 -28
  41. package/dist-cjs/commands/ListSecurityPoliciesCommand.js +1 -28
  42. package/dist-cjs/commands/ListServersCommand.js +1 -28
  43. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  44. package/dist-cjs/commands/ListUsersCommand.js +1 -28
  45. package/dist-cjs/commands/ListWorkflowsCommand.js +1 -28
  46. package/dist-cjs/commands/SendWorkflowStepStateCommand.js +1 -28
  47. package/dist-cjs/commands/StartFileTransferCommand.js +1 -28
  48. package/dist-cjs/commands/StartServerCommand.js +1 -28
  49. package/dist-cjs/commands/StopServerCommand.js +1 -28
  50. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  51. package/dist-cjs/commands/TestConnectionCommand.js +1 -28
  52. package/dist-cjs/commands/TestIdentityProviderCommand.js +1 -29
  53. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  54. package/dist-cjs/commands/UpdateAccessCommand.js +1 -28
  55. package/dist-cjs/commands/UpdateAgreementCommand.js +1 -28
  56. package/dist-cjs/commands/UpdateCertificateCommand.js +1 -28
  57. package/dist-cjs/commands/UpdateConnectorCommand.js +1 -28
  58. package/dist-cjs/commands/UpdateHostKeyCommand.js +1 -28
  59. package/dist-cjs/commands/UpdateProfileCommand.js +1 -28
  60. package/dist-cjs/commands/UpdateServerCommand.js +1 -29
  61. package/dist-cjs/commands/UpdateUserCommand.js +1 -28
  62. package/dist-cjs/commands/index.js +1 -62
  63. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  64. package/dist-cjs/extensionConfiguration.js +1 -2
  65. package/dist-cjs/index.js +5089 -12
  66. package/dist-cjs/models/TransferServiceException.js +1 -12
  67. package/dist-cjs/models/index.js +1 -4
  68. package/dist-cjs/models/models_0.js +1 -316
  69. package/dist-cjs/pagination/Interfaces.js +1 -2
  70. package/dist-cjs/pagination/ListAccessesPaginator.js +1 -7
  71. package/dist-cjs/pagination/ListAgreementsPaginator.js +1 -7
  72. package/dist-cjs/pagination/ListCertificatesPaginator.js +1 -7
  73. package/dist-cjs/pagination/ListConnectorsPaginator.js +1 -7
  74. package/dist-cjs/pagination/ListExecutionsPaginator.js +1 -7
  75. package/dist-cjs/pagination/ListProfilesPaginator.js +1 -7
  76. package/dist-cjs/pagination/ListSecurityPoliciesPaginator.js +1 -7
  77. package/dist-cjs/pagination/ListServersPaginator.js +1 -7
  78. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
  79. package/dist-cjs/pagination/ListUsersPaginator.js +1 -7
  80. package/dist-cjs/pagination/ListWorkflowsPaginator.js +1 -7
  81. package/dist-cjs/pagination/index.js +1 -15
  82. package/dist-cjs/protocols/Aws_json1_1.js +1 -3297
  83. package/dist-cjs/runtimeExtensions.js +1 -22
  84. package/dist-cjs/waiters/index.js +1 -5
  85. package/dist-cjs/waiters/waitForServerOffline.js +1 -45
  86. package/dist-cjs/waiters/waitForServerOnline.js +1 -45
  87. package/package.json +41 -41
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateServerCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class UpdateServerCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("TransferService", "UpdateServer", {})
23
- .n("TransferClient", "UpdateServerCommand")
24
- .f(models_0_1.UpdateServerRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_json1_1_1.se_UpdateServerCommand)
26
- .de(Aws_json1_1_1.de_UpdateServerCommand)
27
- .build() {
28
- }
29
- exports.UpdateServerCommand = UpdateServerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateUserCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateUserCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("TransferService", "UpdateUser", {})
22
- .n("TransferClient", "UpdateUserCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateUserCommand)
25
- .de(Aws_json1_1_1.de_UpdateUserCommand)
26
- .build() {
27
- }
28
- exports.UpdateUserCommand = UpdateUserCommand;
1
+ module.exports = require("../index.js");
@@ -1,62 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./CreateAccessCommand"), exports);
5
- tslib_1.__exportStar(require("./CreateAgreementCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateConnectorCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateProfileCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateServerCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateUserCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateWorkflowCommand"), exports);
11
- tslib_1.__exportStar(require("./DeleteAccessCommand"), exports);
12
- tslib_1.__exportStar(require("./DeleteAgreementCommand"), exports);
13
- tslib_1.__exportStar(require("./DeleteCertificateCommand"), exports);
14
- tslib_1.__exportStar(require("./DeleteConnectorCommand"), exports);
15
- tslib_1.__exportStar(require("./DeleteHostKeyCommand"), exports);
16
- tslib_1.__exportStar(require("./DeleteProfileCommand"), exports);
17
- tslib_1.__exportStar(require("./DeleteServerCommand"), exports);
18
- tslib_1.__exportStar(require("./DeleteSshPublicKeyCommand"), exports);
19
- tslib_1.__exportStar(require("./DeleteUserCommand"), exports);
20
- tslib_1.__exportStar(require("./DeleteWorkflowCommand"), exports);
21
- tslib_1.__exportStar(require("./DescribeAccessCommand"), exports);
22
- tslib_1.__exportStar(require("./DescribeAgreementCommand"), exports);
23
- tslib_1.__exportStar(require("./DescribeCertificateCommand"), exports);
24
- tslib_1.__exportStar(require("./DescribeConnectorCommand"), exports);
25
- tslib_1.__exportStar(require("./DescribeExecutionCommand"), exports);
26
- tslib_1.__exportStar(require("./DescribeHostKeyCommand"), exports);
27
- tslib_1.__exportStar(require("./DescribeProfileCommand"), exports);
28
- tslib_1.__exportStar(require("./DescribeSecurityPolicyCommand"), exports);
29
- tslib_1.__exportStar(require("./DescribeServerCommand"), exports);
30
- tslib_1.__exportStar(require("./DescribeUserCommand"), exports);
31
- tslib_1.__exportStar(require("./DescribeWorkflowCommand"), exports);
32
- tslib_1.__exportStar(require("./ImportCertificateCommand"), exports);
33
- tslib_1.__exportStar(require("./ImportHostKeyCommand"), exports);
34
- tslib_1.__exportStar(require("./ImportSshPublicKeyCommand"), exports);
35
- tslib_1.__exportStar(require("./ListAccessesCommand"), exports);
36
- tslib_1.__exportStar(require("./ListAgreementsCommand"), exports);
37
- tslib_1.__exportStar(require("./ListCertificatesCommand"), exports);
38
- tslib_1.__exportStar(require("./ListConnectorsCommand"), exports);
39
- tslib_1.__exportStar(require("./ListExecutionsCommand"), exports);
40
- tslib_1.__exportStar(require("./ListHostKeysCommand"), exports);
41
- tslib_1.__exportStar(require("./ListProfilesCommand"), exports);
42
- tslib_1.__exportStar(require("./ListSecurityPoliciesCommand"), exports);
43
- tslib_1.__exportStar(require("./ListServersCommand"), exports);
44
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
45
- tslib_1.__exportStar(require("./ListUsersCommand"), exports);
46
- tslib_1.__exportStar(require("./ListWorkflowsCommand"), exports);
47
- tslib_1.__exportStar(require("./SendWorkflowStepStateCommand"), exports);
48
- tslib_1.__exportStar(require("./StartFileTransferCommand"), exports);
49
- tslib_1.__exportStar(require("./StartServerCommand"), exports);
50
- tslib_1.__exportStar(require("./StopServerCommand"), exports);
51
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
52
- tslib_1.__exportStar(require("./TestConnectionCommand"), exports);
53
- tslib_1.__exportStar(require("./TestIdentityProviderCommand"), exports);
54
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
55
- tslib_1.__exportStar(require("./UpdateAccessCommand"), exports);
56
- tslib_1.__exportStar(require("./UpdateAgreementCommand"), exports);
57
- tslib_1.__exportStar(require("./UpdateCertificateCommand"), exports);
58
- tslib_1.__exportStar(require("./UpdateConnectorCommand"), exports);
59
- tslib_1.__exportStar(require("./UpdateHostKeyCommand"), exports);
60
- tslib_1.__exportStar(require("./UpdateProfileCommand"), exports);
61
- tslib_1.__exportStar(require("./UpdateServerCommand"), exports);
62
- tslib_1.__exportStar(require("./UpdateUserCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "transfer",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");