@aws-sdk/client-transfer 3.927.0 → 3.929.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 (95) hide show
  1. package/dist-cjs/index.js +2049 -2206
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/TransferClient.js +2 -0
  4. package/dist-es/commands/CreateAccessCommand.js +3 -9
  5. package/dist-es/commands/CreateAgreementCommand.js +3 -9
  6. package/dist-es/commands/CreateConnectorCommand.js +3 -9
  7. package/dist-es/commands/CreateProfileCommand.js +3 -9
  8. package/dist-es/commands/CreateServerCommand.js +3 -10
  9. package/dist-es/commands/CreateUserCommand.js +3 -9
  10. package/dist-es/commands/CreateWebAppCommand.js +3 -9
  11. package/dist-es/commands/CreateWorkflowCommand.js +3 -9
  12. package/dist-es/commands/DeleteAccessCommand.js +3 -9
  13. package/dist-es/commands/DeleteAgreementCommand.js +3 -9
  14. package/dist-es/commands/DeleteCertificateCommand.js +3 -9
  15. package/dist-es/commands/DeleteConnectorCommand.js +3 -9
  16. package/dist-es/commands/DeleteHostKeyCommand.js +3 -9
  17. package/dist-es/commands/DeleteProfileCommand.js +3 -9
  18. package/dist-es/commands/DeleteServerCommand.js +3 -9
  19. package/dist-es/commands/DeleteSshPublicKeyCommand.js +3 -9
  20. package/dist-es/commands/DeleteUserCommand.js +3 -9
  21. package/dist-es/commands/DeleteWebAppCommand.js +3 -9
  22. package/dist-es/commands/DeleteWebAppCustomizationCommand.js +3 -9
  23. package/dist-es/commands/DeleteWorkflowCommand.js +3 -9
  24. package/dist-es/commands/DescribeAccessCommand.js +3 -9
  25. package/dist-es/commands/DescribeAgreementCommand.js +3 -9
  26. package/dist-es/commands/DescribeCertificateCommand.js +3 -10
  27. package/dist-es/commands/DescribeConnectorCommand.js +3 -9
  28. package/dist-es/commands/DescribeExecutionCommand.js +3 -9
  29. package/dist-es/commands/DescribeHostKeyCommand.js +3 -9
  30. package/dist-es/commands/DescribeProfileCommand.js +3 -9
  31. package/dist-es/commands/DescribeSecurityPolicyCommand.js +3 -9
  32. package/dist-es/commands/DescribeServerCommand.js +3 -9
  33. package/dist-es/commands/DescribeUserCommand.js +3 -9
  34. package/dist-es/commands/DescribeWebAppCommand.js +3 -9
  35. package/dist-es/commands/DescribeWebAppCustomizationCommand.js +3 -10
  36. package/dist-es/commands/DescribeWorkflowCommand.js +3 -9
  37. package/dist-es/commands/ImportCertificateCommand.js +3 -10
  38. package/dist-es/commands/ImportHostKeyCommand.js +3 -10
  39. package/dist-es/commands/ImportSshPublicKeyCommand.js +3 -9
  40. package/dist-es/commands/ListAccessesCommand.js +3 -9
  41. package/dist-es/commands/ListAgreementsCommand.js +3 -9
  42. package/dist-es/commands/ListCertificatesCommand.js +3 -9
  43. package/dist-es/commands/ListConnectorsCommand.js +3 -9
  44. package/dist-es/commands/ListExecutionsCommand.js +3 -9
  45. package/dist-es/commands/ListFileTransferResultsCommand.js +3 -9
  46. package/dist-es/commands/ListHostKeysCommand.js +3 -9
  47. package/dist-es/commands/ListProfilesCommand.js +3 -9
  48. package/dist-es/commands/ListSecurityPoliciesCommand.js +3 -9
  49. package/dist-es/commands/ListServersCommand.js +3 -9
  50. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  51. package/dist-es/commands/ListUsersCommand.js +3 -9
  52. package/dist-es/commands/ListWebAppsCommand.js +3 -9
  53. package/dist-es/commands/ListWorkflowsCommand.js +3 -9
  54. package/dist-es/commands/SendWorkflowStepStateCommand.js +3 -9
  55. package/dist-es/commands/StartDirectoryListingCommand.js +3 -9
  56. package/dist-es/commands/StartFileTransferCommand.js +3 -9
  57. package/dist-es/commands/StartRemoteDeleteCommand.js +3 -9
  58. package/dist-es/commands/StartRemoteMoveCommand.js +3 -9
  59. package/dist-es/commands/StartServerCommand.js +3 -9
  60. package/dist-es/commands/StopServerCommand.js +3 -9
  61. package/dist-es/commands/TagResourceCommand.js +3 -9
  62. package/dist-es/commands/TestConnectionCommand.js +3 -9
  63. package/dist-es/commands/TestIdentityProviderCommand.js +3 -10
  64. package/dist-es/commands/UntagResourceCommand.js +3 -9
  65. package/dist-es/commands/UpdateAccessCommand.js +3 -9
  66. package/dist-es/commands/UpdateAgreementCommand.js +3 -9
  67. package/dist-es/commands/UpdateCertificateCommand.js +3 -9
  68. package/dist-es/commands/UpdateConnectorCommand.js +3 -9
  69. package/dist-es/commands/UpdateHostKeyCommand.js +3 -9
  70. package/dist-es/commands/UpdateProfileCommand.js +3 -9
  71. package/dist-es/commands/UpdateServerCommand.js +3 -10
  72. package/dist-es/commands/UpdateUserCommand.js +3 -9
  73. package/dist-es/commands/UpdateWebAppCommand.js +3 -9
  74. package/dist-es/commands/UpdateWebAppCustomizationCommand.js +3 -10
  75. package/dist-es/models/models_0.js +0 -48
  76. package/dist-es/runtimeConfig.shared.js +7 -0
  77. package/dist-es/schemas/schemas_0.js +1893 -0
  78. package/dist-types/TransferClient.d.ts +10 -1
  79. package/dist-types/models/models_0.d.ts +0 -40
  80. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  81. package/dist-types/runtimeConfig.d.ts +1 -0
  82. package/dist-types/runtimeConfig.native.d.ts +1 -0
  83. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  84. package/dist-types/schemas/schemas_0.d.ts +321 -0
  85. package/dist-types/ts3.4/TransferClient.d.ts +4 -0
  86. package/dist-types/ts3.4/models/models_0.d.ts +0 -30
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  91. package/dist-types/ts3.4/schemas/schemas_0.d.ts +327 -0
  92. package/package.json +5 -5
  93. package/dist-es/protocols/Aws_json1_1.js +0 -1629
  94. package/dist-types/protocols/Aws_json1_1.d.ts +0 -641
  95. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -857
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,12 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ??
30
+ new protocols_1.AwsJson1_1Protocol({
31
+ defaultNamespace: "com.amazonaws.transfer",
32
+ serviceTarget: "TransferService",
33
+ awsQueryCompatible: false,
34
+ }),
28
35
  serviceId: config?.serviceId ?? "Transfer",
29
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class TransferClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateAccessCommand, se_CreateAccessCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateAccess } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateAccessCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("TransferService", "CreateAccess", {})
17
13
  .n("TransferClient", "CreateAccessCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateAccessCommand)
20
- .de(de_CreateAccessCommand)
14
+ .sc(CreateAccess)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateAgreementCommand, se_CreateAgreementCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateAgreement } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateAgreementCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("TransferService", "CreateAgreement", {})
17
13
  .n("TransferClient", "CreateAgreementCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateAgreementCommand)
20
- .de(de_CreateAgreementCommand)
14
+ .sc(CreateAgreement)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateConnectorCommand, se_CreateConnectorCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateConnector } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateConnectorCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("TransferService", "CreateConnector", {})
17
13
  .n("TransferClient", "CreateConnectorCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateConnectorCommand)
20
- .de(de_CreateConnectorCommand)
14
+ .sc(CreateConnector)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateProfileCommand, se_CreateProfileCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateProfileCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("TransferService", "CreateProfile", {})
17
13
  .n("TransferClient", "CreateProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateProfileCommand)
20
- .de(de_CreateProfileCommand)
14
+ .sc(CreateProfile)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateServerRequestFilterSensitiveLog } from "../models/models_0";
6
- import { de_CreateServerCommand, se_CreateServerCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateServer } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateServerCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("TransferService", "CreateServer", {})
18
13
  .n("TransferClient", "CreateServerCommand")
19
- .f(CreateServerRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateServerCommand)
21
- .de(de_CreateServerCommand)
14
+ .sc(CreateServer)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateUser } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateUserCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("TransferService", "CreateUser", {})
17
13
  .n("TransferClient", "CreateUserCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateUserCommand)
20
- .de(de_CreateUserCommand)
14
+ .sc(CreateUser)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateWebAppCommand, se_CreateWebAppCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateWebApp } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateWebAppCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("TransferService", "CreateWebApp", {})
17
13
  .n("TransferClient", "CreateWebAppCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateWebAppCommand)
20
- .de(de_CreateWebAppCommand)
14
+ .sc(CreateWebApp)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateWorkflowCommand, se_CreateWorkflowCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateWorkflow } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateWorkflowCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("TransferService", "CreateWorkflow", {})
17
13
  .n("TransferClient", "CreateWorkflowCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateWorkflowCommand)
20
- .de(de_CreateWorkflowCommand)
14
+ .sc(CreateWorkflow)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteAccessCommand, se_DeleteAccessCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteAccess } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAccessCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("TransferService", "DeleteAccess", {})
17
13
  .n("TransferClient", "DeleteAccessCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAccessCommand)
20
- .de(de_DeleteAccessCommand)
14
+ .sc(DeleteAccess)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteAgreementCommand, se_DeleteAgreementCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteAgreement } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAgreementCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("TransferService", "DeleteAgreement", {})
17
13
  .n("TransferClient", "DeleteAgreementCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAgreementCommand)
20
- .de(de_DeleteAgreementCommand)
14
+ .sc(DeleteAgreement)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteCertificateCommand, se_DeleteCertificateCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteCertificate } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteCertificateCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("TransferService", "DeleteCertificate", {})
17
13
  .n("TransferClient", "DeleteCertificateCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteCertificateCommand)
20
- .de(de_DeleteCertificateCommand)
14
+ .sc(DeleteCertificate)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteConnectorCommand, se_DeleteConnectorCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteConnector } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteConnectorCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("TransferService", "DeleteConnector", {})
17
13
  .n("TransferClient", "DeleteConnectorCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteConnectorCommand)
20
- .de(de_DeleteConnectorCommand)
14
+ .sc(DeleteConnector)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteHostKeyCommand, se_DeleteHostKeyCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteHostKey } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteHostKeyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("TransferService", "DeleteHostKey", {})
17
13
  .n("TransferClient", "DeleteHostKeyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteHostKeyCommand)
20
- .de(de_DeleteHostKeyCommand)
14
+ .sc(DeleteHostKey)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteProfileCommand, se_DeleteProfileCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteProfileCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("TransferService", "DeleteProfile", {})
17
13
  .n("TransferClient", "DeleteProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteProfileCommand)
20
- .de(de_DeleteProfileCommand)
14
+ .sc(DeleteProfile)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteServerCommand, se_DeleteServerCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteServer } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteServerCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("TransferService", "DeleteServer", {})
17
13
  .n("TransferClient", "DeleteServerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteServerCommand)
20
- .de(de_DeleteServerCommand)
14
+ .sc(DeleteServer)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteSshPublicKeyCommand, se_DeleteSshPublicKeyCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteSshPublicKey } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteSshPublicKeyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("TransferService", "DeleteSshPublicKey", {})
17
13
  .n("TransferClient", "DeleteSshPublicKeyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteSshPublicKeyCommand)
20
- .de(de_DeleteSshPublicKeyCommand)
14
+ .sc(DeleteSshPublicKey)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteUser } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteUserCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("TransferService", "DeleteUser", {})
17
13
  .n("TransferClient", "DeleteUserCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteUserCommand)
20
- .de(de_DeleteUserCommand)
14
+ .sc(DeleteUser)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteWebAppCommand, se_DeleteWebAppCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteWebApp } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteWebAppCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("TransferService", "DeleteWebApp", {})
17
13
  .n("TransferClient", "DeleteWebAppCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteWebAppCommand)
20
- .de(de_DeleteWebAppCommand)
14
+ .sc(DeleteWebApp)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteWebAppCustomizationCommand, se_DeleteWebAppCustomizationCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteWebAppCustomization } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteWebAppCustomizationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("TransferService", "DeleteWebAppCustomization", {})
17
13
  .n("TransferClient", "DeleteWebAppCustomizationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteWebAppCustomizationCommand)
20
- .de(de_DeleteWebAppCustomizationCommand)
14
+ .sc(DeleteWebAppCustomization)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteWorkflowCommand, se_DeleteWorkflowCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteWorkflow } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteWorkflowCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("TransferService", "DeleteWorkflow", {})
17
13
  .n("TransferClient", "DeleteWorkflowCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteWorkflowCommand)
20
- .de(de_DeleteWorkflowCommand)
14
+ .sc(DeleteWorkflow)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeAccessCommand, se_DescribeAccessCommand } from "../protocols/Aws_json1_1";
4
+ import { DescribeAccess } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeAccessCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("TransferService", "DescribeAccess", {})
17
13
  .n("TransferClient", "DescribeAccessCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeAccessCommand)
20
- .de(de_DescribeAccessCommand)
14
+ .sc(DescribeAccess)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeAgreementCommand, se_DescribeAgreementCommand } from "../protocols/Aws_json1_1";
4
+ import { DescribeAgreement } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeAgreementCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("TransferService", "DescribeAgreement", {})
17
13
  .n("TransferClient", "DescribeAgreementCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeAgreementCommand)
20
- .de(de_DescribeAgreementCommand)
14
+ .sc(DescribeAgreement)
21
15
  .build() {
22
16
  }