@aws-sdk/client-transfer 3.303.0 → 3.309.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 (121) hide show
  1. package/dist-cjs/commands/CreateAccessCommand.js +2 -2
  2. package/dist-cjs/commands/CreateAgreementCommand.js +2 -2
  3. package/dist-cjs/commands/CreateConnectorCommand.js +2 -2
  4. package/dist-cjs/commands/CreateProfileCommand.js +2 -2
  5. package/dist-cjs/commands/CreateServerCommand.js +2 -2
  6. package/dist-cjs/commands/CreateUserCommand.js +2 -2
  7. package/dist-cjs/commands/CreateWorkflowCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteAccessCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteAgreementCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteCertificateCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteConnectorCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteHostKeyCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteProfileCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteServerCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteSshPublicKeyCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteUserCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteWorkflowCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeAccessCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeAgreementCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeCertificateCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeConnectorCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeExecutionCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeHostKeyCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeProfileCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeSecurityPolicyCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeServerCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeUserCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeWorkflowCommand.js +2 -2
  29. package/dist-cjs/commands/ImportCertificateCommand.js +2 -2
  30. package/dist-cjs/commands/ImportHostKeyCommand.js +2 -2
  31. package/dist-cjs/commands/ImportSshPublicKeyCommand.js +2 -2
  32. package/dist-cjs/commands/ListAccessesCommand.js +2 -2
  33. package/dist-cjs/commands/ListAgreementsCommand.js +2 -2
  34. package/dist-cjs/commands/ListCertificatesCommand.js +2 -2
  35. package/dist-cjs/commands/ListConnectorsCommand.js +2 -2
  36. package/dist-cjs/commands/ListExecutionsCommand.js +2 -2
  37. package/dist-cjs/commands/ListHostKeysCommand.js +2 -2
  38. package/dist-cjs/commands/ListProfilesCommand.js +2 -2
  39. package/dist-cjs/commands/ListSecurityPoliciesCommand.js +2 -2
  40. package/dist-cjs/commands/ListServersCommand.js +2 -2
  41. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  42. package/dist-cjs/commands/ListUsersCommand.js +2 -2
  43. package/dist-cjs/commands/ListWorkflowsCommand.js +2 -2
  44. package/dist-cjs/commands/SendWorkflowStepStateCommand.js +2 -2
  45. package/dist-cjs/commands/StartFileTransferCommand.js +2 -2
  46. package/dist-cjs/commands/StartServerCommand.js +2 -2
  47. package/dist-cjs/commands/StopServerCommand.js +2 -2
  48. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  49. package/dist-cjs/commands/TestIdentityProviderCommand.js +2 -2
  50. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  51. package/dist-cjs/commands/UpdateAccessCommand.js +2 -2
  52. package/dist-cjs/commands/UpdateAgreementCommand.js +2 -2
  53. package/dist-cjs/commands/UpdateCertificateCommand.js +2 -2
  54. package/dist-cjs/commands/UpdateConnectorCommand.js +2 -2
  55. package/dist-cjs/commands/UpdateHostKeyCommand.js +2 -2
  56. package/dist-cjs/commands/UpdateProfileCommand.js +2 -2
  57. package/dist-cjs/commands/UpdateServerCommand.js +2 -2
  58. package/dist-cjs/commands/UpdateUserCommand.js +2 -2
  59. package/dist-cjs/protocols/Aws_json1_1.js +1126 -1202
  60. package/dist-es/commands/CreateAccessCommand.js +3 -3
  61. package/dist-es/commands/CreateAgreementCommand.js +3 -3
  62. package/dist-es/commands/CreateConnectorCommand.js +3 -3
  63. package/dist-es/commands/CreateProfileCommand.js +3 -3
  64. package/dist-es/commands/CreateServerCommand.js +3 -3
  65. package/dist-es/commands/CreateUserCommand.js +3 -3
  66. package/dist-es/commands/CreateWorkflowCommand.js +3 -3
  67. package/dist-es/commands/DeleteAccessCommand.js +3 -3
  68. package/dist-es/commands/DeleteAgreementCommand.js +3 -3
  69. package/dist-es/commands/DeleteCertificateCommand.js +3 -3
  70. package/dist-es/commands/DeleteConnectorCommand.js +3 -3
  71. package/dist-es/commands/DeleteHostKeyCommand.js +3 -3
  72. package/dist-es/commands/DeleteProfileCommand.js +3 -3
  73. package/dist-es/commands/DeleteServerCommand.js +3 -3
  74. package/dist-es/commands/DeleteSshPublicKeyCommand.js +3 -3
  75. package/dist-es/commands/DeleteUserCommand.js +3 -3
  76. package/dist-es/commands/DeleteWorkflowCommand.js +3 -3
  77. package/dist-es/commands/DescribeAccessCommand.js +3 -3
  78. package/dist-es/commands/DescribeAgreementCommand.js +3 -3
  79. package/dist-es/commands/DescribeCertificateCommand.js +3 -3
  80. package/dist-es/commands/DescribeConnectorCommand.js +3 -3
  81. package/dist-es/commands/DescribeExecutionCommand.js +3 -3
  82. package/dist-es/commands/DescribeHostKeyCommand.js +3 -3
  83. package/dist-es/commands/DescribeProfileCommand.js +3 -3
  84. package/dist-es/commands/DescribeSecurityPolicyCommand.js +3 -3
  85. package/dist-es/commands/DescribeServerCommand.js +3 -3
  86. package/dist-es/commands/DescribeUserCommand.js +3 -3
  87. package/dist-es/commands/DescribeWorkflowCommand.js +3 -3
  88. package/dist-es/commands/ImportCertificateCommand.js +3 -3
  89. package/dist-es/commands/ImportHostKeyCommand.js +3 -3
  90. package/dist-es/commands/ImportSshPublicKeyCommand.js +3 -3
  91. package/dist-es/commands/ListAccessesCommand.js +3 -3
  92. package/dist-es/commands/ListAgreementsCommand.js +3 -3
  93. package/dist-es/commands/ListCertificatesCommand.js +3 -3
  94. package/dist-es/commands/ListConnectorsCommand.js +3 -3
  95. package/dist-es/commands/ListExecutionsCommand.js +3 -3
  96. package/dist-es/commands/ListHostKeysCommand.js +3 -3
  97. package/dist-es/commands/ListProfilesCommand.js +3 -3
  98. package/dist-es/commands/ListSecurityPoliciesCommand.js +3 -3
  99. package/dist-es/commands/ListServersCommand.js +3 -3
  100. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  101. package/dist-es/commands/ListUsersCommand.js +3 -3
  102. package/dist-es/commands/ListWorkflowsCommand.js +3 -3
  103. package/dist-es/commands/SendWorkflowStepStateCommand.js +3 -3
  104. package/dist-es/commands/StartFileTransferCommand.js +3 -3
  105. package/dist-es/commands/StartServerCommand.js +3 -3
  106. package/dist-es/commands/StopServerCommand.js +3 -3
  107. package/dist-es/commands/TagResourceCommand.js +3 -3
  108. package/dist-es/commands/TestIdentityProviderCommand.js +3 -3
  109. package/dist-es/commands/UntagResourceCommand.js +3 -3
  110. package/dist-es/commands/UpdateAccessCommand.js +3 -3
  111. package/dist-es/commands/UpdateAgreementCommand.js +3 -3
  112. package/dist-es/commands/UpdateCertificateCommand.js +3 -3
  113. package/dist-es/commands/UpdateConnectorCommand.js +3 -3
  114. package/dist-es/commands/UpdateHostKeyCommand.js +3 -3
  115. package/dist-es/commands/UpdateProfileCommand.js +3 -3
  116. package/dist-es/commands/UpdateServerCommand.js +3 -3
  117. package/dist-es/commands/UpdateUserCommand.js +3 -3
  118. package/dist-es/protocols/Aws_json1_1.js +1007 -1083
  119. package/dist-types/protocols/Aws_json1_1.d.ts +464 -116
  120. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +116 -116
  121. package/package.json +30 -30
@@ -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 { deserializeAws_json1_1CreateAccessCommand, serializeAws_json1_1CreateAccessCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateAccessCommand, se_CreateAccessCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateAccessCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateAccessCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateAccessCommand(input, context);
36
+ return se_CreateAccessCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateAccessCommand(output, context);
39
+ return de_CreateAccessCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { deserializeAws_json1_1CreateAgreementCommand, serializeAws_json1_1CreateAgreementCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateAgreementCommand, se_CreateAgreementCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateAgreementCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateAgreementCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateAgreementCommand(input, context);
36
+ return se_CreateAgreementCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateAgreementCommand(output, context);
39
+ return de_CreateAgreementCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { deserializeAws_json1_1CreateConnectorCommand, serializeAws_json1_1CreateConnectorCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateConnectorCommand, se_CreateConnectorCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateConnectorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateConnectorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateConnectorCommand(input, context);
36
+ return se_CreateConnectorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateConnectorCommand(output, context);
39
+ return de_CreateConnectorCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { deserializeAws_json1_1CreateProfileCommand, serializeAws_json1_1CreateProfileCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateProfileCommand, se_CreateProfileCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateProfileCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateProfileCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateProfileCommand(input, context);
36
+ return se_CreateProfileCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateProfileCommand(output, context);
39
+ return de_CreateProfileCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ 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
4
  import { CreateServerRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_json1_1CreateServerCommand, serializeAws_json1_1CreateServerCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_CreateServerCommand, se_CreateServerCommand } from "../protocols/Aws_json1_1";
6
6
  export class CreateServerCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateServerCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1CreateServerCommand(input, context);
37
+ return se_CreateServerCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1CreateServerCommand(output, context);
40
+ return de_CreateServerCommand(output, context);
41
41
  }
42
42
  }
@@ -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 { deserializeAws_json1_1CreateUserCommand, serializeAws_json1_1CreateUserCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateUserCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateUserCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateUserCommand(input, context);
36
+ return se_CreateUserCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateUserCommand(output, context);
39
+ return de_CreateUserCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { deserializeAws_json1_1CreateWorkflowCommand, serializeAws_json1_1CreateWorkflowCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateWorkflowCommand, se_CreateWorkflowCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateWorkflowCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateWorkflowCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateWorkflowCommand(input, context);
36
+ return se_CreateWorkflowCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateWorkflowCommand(output, context);
39
+ return de_CreateWorkflowCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { deserializeAws_json1_1DeleteAccessCommand, serializeAws_json1_1DeleteAccessCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteAccessCommand, se_DeleteAccessCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteAccessCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteAccessCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteAccessCommand(input, context);
36
+ return se_DeleteAccessCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteAccessCommand(output, context);
39
+ return de_DeleteAccessCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { deserializeAws_json1_1DeleteAgreementCommand, serializeAws_json1_1DeleteAgreementCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteAgreementCommand, se_DeleteAgreementCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteAgreementCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteAgreementCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteAgreementCommand(input, context);
36
+ return se_DeleteAgreementCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteAgreementCommand(output, context);
39
+ return de_DeleteAgreementCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { deserializeAws_json1_1DeleteCertificateCommand, serializeAws_json1_1DeleteCertificateCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteCertificateCommand, se_DeleteCertificateCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteCertificateCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteCertificateCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteCertificateCommand(input, context);
36
+ return se_DeleteCertificateCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteCertificateCommand(output, context);
39
+ return de_DeleteCertificateCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { deserializeAws_json1_1DeleteConnectorCommand, serializeAws_json1_1DeleteConnectorCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteConnectorCommand, se_DeleteConnectorCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteConnectorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteConnectorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteConnectorCommand(input, context);
36
+ return se_DeleteConnectorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteConnectorCommand(output, context);
39
+ return de_DeleteConnectorCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { deserializeAws_json1_1DeleteHostKeyCommand, serializeAws_json1_1DeleteHostKeyCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteHostKeyCommand, se_DeleteHostKeyCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteHostKeyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteHostKeyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteHostKeyCommand(input, context);
36
+ return se_DeleteHostKeyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteHostKeyCommand(output, context);
39
+ return de_DeleteHostKeyCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { deserializeAws_json1_1DeleteProfileCommand, serializeAws_json1_1DeleteProfileCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteProfileCommand, se_DeleteProfileCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteProfileCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteProfileCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteProfileCommand(input, context);
36
+ return se_DeleteProfileCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteProfileCommand(output, context);
39
+ return de_DeleteProfileCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { deserializeAws_json1_1DeleteServerCommand, serializeAws_json1_1DeleteServerCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteServerCommand, se_DeleteServerCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteServerCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteServerCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteServerCommand(input, context);
36
+ return se_DeleteServerCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteServerCommand(output, context);
39
+ return de_DeleteServerCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { deserializeAws_json1_1DeleteSshPublicKeyCommand, serializeAws_json1_1DeleteSshPublicKeyCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteSshPublicKeyCommand, se_DeleteSshPublicKeyCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteSshPublicKeyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteSshPublicKeyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteSshPublicKeyCommand(input, context);
36
+ return se_DeleteSshPublicKeyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteSshPublicKeyCommand(output, context);
39
+ return de_DeleteSshPublicKeyCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { deserializeAws_json1_1DeleteUserCommand, serializeAws_json1_1DeleteUserCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteUserCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteUserCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteUserCommand(input, context);
36
+ return se_DeleteUserCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteUserCommand(output, context);
39
+ return de_DeleteUserCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { deserializeAws_json1_1DeleteWorkflowCommand, serializeAws_json1_1DeleteWorkflowCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteWorkflowCommand, se_DeleteWorkflowCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteWorkflowCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteWorkflowCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteWorkflowCommand(input, context);
36
+ return se_DeleteWorkflowCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteWorkflowCommand(output, context);
39
+ return de_DeleteWorkflowCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { deserializeAws_json1_1DescribeAccessCommand, serializeAws_json1_1DescribeAccessCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeAccessCommand, se_DescribeAccessCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeAccessCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeAccessCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeAccessCommand(input, context);
36
+ return se_DescribeAccessCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeAccessCommand(output, context);
39
+ return de_DescribeAccessCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { deserializeAws_json1_1DescribeAgreementCommand, serializeAws_json1_1DescribeAgreementCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeAgreementCommand, se_DescribeAgreementCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeAgreementCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeAgreementCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeAgreementCommand(input, context);
36
+ return se_DescribeAgreementCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeAgreementCommand(output, context);
39
+ return de_DescribeAgreementCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ 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
4
  import { DescribeCertificateResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1DescribeCertificateCommand, serializeAws_json1_1DescribeCertificateCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_DescribeCertificateCommand, se_DescribeCertificateCommand } from "../protocols/Aws_json1_1";
6
6
  export class DescribeCertificateCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DescribeCertificateCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1DescribeCertificateCommand(input, context);
37
+ return se_DescribeCertificateCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1DescribeCertificateCommand(output, context);
40
+ return de_DescribeCertificateCommand(output, context);
41
41
  }
42
42
  }
@@ -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 { deserializeAws_json1_1DescribeConnectorCommand, serializeAws_json1_1DescribeConnectorCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeConnectorCommand, se_DescribeConnectorCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeConnectorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeConnectorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeConnectorCommand(input, context);
36
+ return se_DescribeConnectorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeConnectorCommand(output, context);
39
+ return de_DescribeConnectorCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { deserializeAws_json1_1DescribeExecutionCommand, serializeAws_json1_1DescribeExecutionCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeExecutionCommand, se_DescribeExecutionCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeExecutionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeExecutionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeExecutionCommand(input, context);
36
+ return se_DescribeExecutionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeExecutionCommand(output, context);
39
+ return de_DescribeExecutionCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { deserializeAws_json1_1DescribeHostKeyCommand, serializeAws_json1_1DescribeHostKeyCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeHostKeyCommand, se_DescribeHostKeyCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeHostKeyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeHostKeyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeHostKeyCommand(input, context);
36
+ return se_DescribeHostKeyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeHostKeyCommand(output, context);
39
+ return de_DescribeHostKeyCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { deserializeAws_json1_1DescribeProfileCommand, serializeAws_json1_1DescribeProfileCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeProfileCommand, se_DescribeProfileCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeProfileCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeProfileCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeProfileCommand(input, context);
36
+ return se_DescribeProfileCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeProfileCommand(output, context);
39
+ return de_DescribeProfileCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { deserializeAws_json1_1DescribeSecurityPolicyCommand, serializeAws_json1_1DescribeSecurityPolicyCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeSecurityPolicyCommand, se_DescribeSecurityPolicyCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeSecurityPolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeSecurityPolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeSecurityPolicyCommand(input, context);
36
+ return se_DescribeSecurityPolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeSecurityPolicyCommand(output, context);
39
+ return de_DescribeSecurityPolicyCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { deserializeAws_json1_1DescribeServerCommand, serializeAws_json1_1DescribeServerCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeServerCommand, se_DescribeServerCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeServerCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeServerCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeServerCommand(input, context);
36
+ return se_DescribeServerCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeServerCommand(output, context);
39
+ return de_DescribeServerCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { deserializeAws_json1_1DescribeUserCommand, serializeAws_json1_1DescribeUserCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeUserCommand, se_DescribeUserCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeUserCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeUserCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeUserCommand(input, context);
36
+ return se_DescribeUserCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeUserCommand(output, context);
39
+ return de_DescribeUserCommand(output, context);
40
40
  }
41
41
  }
@@ -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 { deserializeAws_json1_1DescribeWorkflowCommand, serializeAws_json1_1DescribeWorkflowCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeWorkflowCommand, se_DescribeWorkflowCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeWorkflowCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeWorkflowCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeWorkflowCommand(input, context);
36
+ return se_DescribeWorkflowCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeWorkflowCommand(output, context);
39
+ return de_DescribeWorkflowCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ 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
4
  import { ImportCertificateRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1ImportCertificateCommand, serializeAws_json1_1ImportCertificateCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_ImportCertificateCommand, se_ImportCertificateCommand } from "../protocols/Aws_json1_1";
6
6
  export class ImportCertificateCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ImportCertificateCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1ImportCertificateCommand(input, context);
37
+ return se_ImportCertificateCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1ImportCertificateCommand(output, context);
40
+ return de_ImportCertificateCommand(output, context);
41
41
  }
42
42
  }