@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
@@ -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 { ImportHostKeyRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1ImportHostKeyCommand, serializeAws_json1_1ImportHostKeyCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_ImportHostKeyCommand, se_ImportHostKeyCommand } from "../protocols/Aws_json1_1";
6
6
  export class ImportHostKeyCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ImportHostKeyCommand 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_1ImportHostKeyCommand(input, context);
37
+ return se_ImportHostKeyCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1ImportHostKeyCommand(output, context);
40
+ return de_ImportHostKeyCommand(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_1ImportSshPublicKeyCommand, serializeAws_json1_1ImportSshPublicKeyCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ImportSshPublicKeyCommand, se_ImportSshPublicKeyCommand } from "../protocols/Aws_json1_1";
5
5
  export class ImportSshPublicKeyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ImportSshPublicKeyCommand 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_1ImportSshPublicKeyCommand(input, context);
36
+ return se_ImportSshPublicKeyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ImportSshPublicKeyCommand(output, context);
39
+ return de_ImportSshPublicKeyCommand(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_1ListAccessesCommand, serializeAws_json1_1ListAccessesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListAccessesCommand, se_ListAccessesCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListAccessesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListAccessesCommand 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_1ListAccessesCommand(input, context);
36
+ return se_ListAccessesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListAccessesCommand(output, context);
39
+ return de_ListAccessesCommand(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_1ListAgreementsCommand, serializeAws_json1_1ListAgreementsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListAgreementsCommand, se_ListAgreementsCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListAgreementsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListAgreementsCommand 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_1ListAgreementsCommand(input, context);
36
+ return se_ListAgreementsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListAgreementsCommand(output, context);
39
+ return de_ListAgreementsCommand(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_1ListCertificatesCommand, serializeAws_json1_1ListCertificatesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListCertificatesCommand, se_ListCertificatesCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListCertificatesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListCertificatesCommand 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_1ListCertificatesCommand(input, context);
36
+ return se_ListCertificatesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListCertificatesCommand(output, context);
39
+ return de_ListCertificatesCommand(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_1ListConnectorsCommand, serializeAws_json1_1ListConnectorsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListConnectorsCommand, se_ListConnectorsCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListConnectorsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListConnectorsCommand 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_1ListConnectorsCommand(input, context);
36
+ return se_ListConnectorsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListConnectorsCommand(output, context);
39
+ return de_ListConnectorsCommand(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_1ListExecutionsCommand, serializeAws_json1_1ListExecutionsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListExecutionsCommand, se_ListExecutionsCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListExecutionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListExecutionsCommand 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_1ListExecutionsCommand(input, context);
36
+ return se_ListExecutionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListExecutionsCommand(output, context);
39
+ return de_ListExecutionsCommand(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_1ListHostKeysCommand, serializeAws_json1_1ListHostKeysCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListHostKeysCommand, se_ListHostKeysCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListHostKeysCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListHostKeysCommand 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_1ListHostKeysCommand(input, context);
36
+ return se_ListHostKeysCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListHostKeysCommand(output, context);
39
+ return de_ListHostKeysCommand(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_1ListProfilesCommand, serializeAws_json1_1ListProfilesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListProfilesCommand, se_ListProfilesCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListProfilesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListProfilesCommand 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_1ListProfilesCommand(input, context);
36
+ return se_ListProfilesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListProfilesCommand(output, context);
39
+ return de_ListProfilesCommand(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_1ListSecurityPoliciesCommand, serializeAws_json1_1ListSecurityPoliciesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListSecurityPoliciesCommand, se_ListSecurityPoliciesCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListSecurityPoliciesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListSecurityPoliciesCommand 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_1ListSecurityPoliciesCommand(input, context);
36
+ return se_ListSecurityPoliciesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListSecurityPoliciesCommand(output, context);
39
+ return de_ListSecurityPoliciesCommand(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_1ListServersCommand, serializeAws_json1_1ListServersCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListServersCommand, se_ListServersCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListServersCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListServersCommand 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_1ListServersCommand(input, context);
36
+ return se_ListServersCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListServersCommand(output, context);
39
+ return de_ListServersCommand(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_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListTagsForResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTagsForResourceCommand 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_1ListTagsForResourceCommand(input, context);
36
+ return se_ListTagsForResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListTagsForResourceCommand(output, context);
39
+ return de_ListTagsForResourceCommand(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_1ListUsersCommand, serializeAws_json1_1ListUsersCommand } from "../protocols/Aws_json1_1";
4
+ import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListUsersCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListUsersCommand 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_1ListUsersCommand(input, context);
36
+ return se_ListUsersCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListUsersCommand(output, context);
39
+ return de_ListUsersCommand(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_1ListWorkflowsCommand, serializeAws_json1_1ListWorkflowsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListWorkflowsCommand, se_ListWorkflowsCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListWorkflowsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListWorkflowsCommand 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_1ListWorkflowsCommand(input, context);
36
+ return se_ListWorkflowsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListWorkflowsCommand(output, context);
39
+ return de_ListWorkflowsCommand(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_1SendWorkflowStepStateCommand, serializeAws_json1_1SendWorkflowStepStateCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_SendWorkflowStepStateCommand, se_SendWorkflowStepStateCommand } from "../protocols/Aws_json1_1";
5
5
  export class SendWorkflowStepStateCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class SendWorkflowStepStateCommand 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_1SendWorkflowStepStateCommand(input, context);
36
+ return se_SendWorkflowStepStateCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1SendWorkflowStepStateCommand(output, context);
39
+ return de_SendWorkflowStepStateCommand(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_1StartFileTransferCommand, serializeAws_json1_1StartFileTransferCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_StartFileTransferCommand, se_StartFileTransferCommand } from "../protocols/Aws_json1_1";
5
5
  export class StartFileTransferCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class StartFileTransferCommand 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_1StartFileTransferCommand(input, context);
36
+ return se_StartFileTransferCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1StartFileTransferCommand(output, context);
39
+ return de_StartFileTransferCommand(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_1StartServerCommand, serializeAws_json1_1StartServerCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_StartServerCommand, se_StartServerCommand } from "../protocols/Aws_json1_1";
5
5
  export class StartServerCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class StartServerCommand 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_1StartServerCommand(input, context);
36
+ return se_StartServerCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1StartServerCommand(output, context);
39
+ return de_StartServerCommand(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_1StopServerCommand, serializeAws_json1_1StopServerCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_StopServerCommand, se_StopServerCommand } from "../protocols/Aws_json1_1";
5
5
  export class StopServerCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class StopServerCommand 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_1StopServerCommand(input, context);
36
+ return se_StopServerCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1StopServerCommand(output, context);
39
+ return de_StopServerCommand(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_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
5
5
  export class TagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class TagResourceCommand 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_1TagResourceCommand(input, context);
36
+ return se_TagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1TagResourceCommand(output, context);
39
+ return de_TagResourceCommand(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 { TestIdentityProviderRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1TestIdentityProviderCommand, serializeAws_json1_1TestIdentityProviderCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_TestIdentityProviderCommand, se_TestIdentityProviderCommand } from "../protocols/Aws_json1_1";
6
6
  export class TestIdentityProviderCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class TestIdentityProviderCommand 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_1TestIdentityProviderCommand(input, context);
37
+ return se_TestIdentityProviderCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1TestIdentityProviderCommand(output, context);
40
+ return de_TestIdentityProviderCommand(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_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
5
5
  export class UntagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UntagResourceCommand 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_1UntagResourceCommand(input, context);
36
+ return se_UntagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1UntagResourceCommand(output, context);
39
+ return de_UntagResourceCommand(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_1UpdateAccessCommand, serializeAws_json1_1UpdateAccessCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_UpdateAccessCommand, se_UpdateAccessCommand } from "../protocols/Aws_json1_1";
5
5
  export class UpdateAccessCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateAccessCommand 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_1UpdateAccessCommand(input, context);
36
+ return se_UpdateAccessCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1UpdateAccessCommand(output, context);
39
+ return de_UpdateAccessCommand(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_1UpdateAgreementCommand, serializeAws_json1_1UpdateAgreementCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_UpdateAgreementCommand, se_UpdateAgreementCommand } from "../protocols/Aws_json1_1";
5
5
  export class UpdateAgreementCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateAgreementCommand 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_1UpdateAgreementCommand(input, context);
36
+ return se_UpdateAgreementCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1UpdateAgreementCommand(output, context);
39
+ return de_UpdateAgreementCommand(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_1UpdateCertificateCommand, serializeAws_json1_1UpdateCertificateCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_UpdateCertificateCommand, se_UpdateCertificateCommand } from "../protocols/Aws_json1_1";
5
5
  export class UpdateCertificateCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateCertificateCommand 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_1UpdateCertificateCommand(input, context);
36
+ return se_UpdateCertificateCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1UpdateCertificateCommand(output, context);
39
+ return de_UpdateCertificateCommand(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_1UpdateConnectorCommand, serializeAws_json1_1UpdateConnectorCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_UpdateConnectorCommand, se_UpdateConnectorCommand } from "../protocols/Aws_json1_1";
5
5
  export class UpdateConnectorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateConnectorCommand 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_1UpdateConnectorCommand(input, context);
36
+ return se_UpdateConnectorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1UpdateConnectorCommand(output, context);
39
+ return de_UpdateConnectorCommand(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_1UpdateHostKeyCommand, serializeAws_json1_1UpdateHostKeyCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_UpdateHostKeyCommand, se_UpdateHostKeyCommand } from "../protocols/Aws_json1_1";
5
5
  export class UpdateHostKeyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateHostKeyCommand 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_1UpdateHostKeyCommand(input, context);
36
+ return se_UpdateHostKeyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1UpdateHostKeyCommand(output, context);
39
+ return de_UpdateHostKeyCommand(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_1UpdateProfileCommand, serializeAws_json1_1UpdateProfileCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_UpdateProfileCommand, se_UpdateProfileCommand } from "../protocols/Aws_json1_1";
5
5
  export class UpdateProfileCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateProfileCommand 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_1UpdateProfileCommand(input, context);
36
+ return se_UpdateProfileCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1UpdateProfileCommand(output, context);
39
+ return de_UpdateProfileCommand(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 { UpdateServerRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_json1_1UpdateServerCommand, serializeAws_json1_1UpdateServerCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_UpdateServerCommand, se_UpdateServerCommand } from "../protocols/Aws_json1_1";
6
6
  export class UpdateServerCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class UpdateServerCommand 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_1UpdateServerCommand(input, context);
37
+ return se_UpdateServerCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1UpdateServerCommand(output, context);
40
+ return de_UpdateServerCommand(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_1UpdateUserCommand, serializeAws_json1_1UpdateUserCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_UpdateUserCommand, se_UpdateUserCommand } from "../protocols/Aws_json1_1";
5
5
  export class UpdateUserCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateUserCommand 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_1UpdateUserCommand(input, context);
36
+ return se_UpdateUserCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1UpdateUserCommand(output, context);
39
+ return de_UpdateUserCommand(output, context);
40
40
  }
41
41
  }