@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
@@ -58,119 +58,467 @@ import { UpdateHostKeyCommandInput, UpdateHostKeyCommandOutput } from "../comman
58
58
  import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "../commands/UpdateProfileCommand";
59
59
  import { UpdateServerCommandInput, UpdateServerCommandOutput } from "../commands/UpdateServerCommand";
60
60
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
61
- export declare const serializeAws_json1_1CreateAccessCommand: (input: CreateAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1CreateAgreementCommand: (input: CreateAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1CreateConnectorCommand: (input: CreateConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1CreateProfileCommand: (input: CreateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1CreateServerCommand: (input: CreateServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1CreateWorkflowCommand: (input: CreateWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1DeleteAccessCommand: (input: DeleteAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1DeleteAgreementCommand: (input: DeleteAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1DeleteCertificateCommand: (input: DeleteCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1DeleteConnectorCommand: (input: DeleteConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1DeleteHostKeyCommand: (input: DeleteHostKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1DeleteProfileCommand: (input: DeleteProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1DeleteServerCommand: (input: DeleteServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1DeleteSshPublicKeyCommand: (input: DeleteSshPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1DeleteWorkflowCommand: (input: DeleteWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1DescribeAccessCommand: (input: DescribeAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1DescribeAgreementCommand: (input: DescribeAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1DescribeCertificateCommand: (input: DescribeCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1DescribeConnectorCommand: (input: DescribeConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1DescribeExecutionCommand: (input: DescribeExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1DescribeHostKeyCommand: (input: DescribeHostKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1DescribeProfileCommand: (input: DescribeProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1DescribeSecurityPolicyCommand: (input: DescribeSecurityPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1DescribeServerCommand: (input: DescribeServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1DescribeUserCommand: (input: DescribeUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1DescribeWorkflowCommand: (input: DescribeWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1ImportCertificateCommand: (input: ImportCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1ImportHostKeyCommand: (input: ImportHostKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_1ImportSshPublicKeyCommand: (input: ImportSshPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_1ListAccessesCommand: (input: ListAccessesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_json1_1ListAgreementsCommand: (input: ListAgreementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1ListCertificatesCommand: (input: ListCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_1ListConnectorsCommand: (input: ListConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_1ListExecutionsCommand: (input: ListExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_json1_1ListHostKeysCommand: (input: ListHostKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1ListProfilesCommand: (input: ListProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_json1_1ListSecurityPoliciesCommand: (input: ListSecurityPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_json1_1ListServersCommand: (input: ListServersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_json1_1ListWorkflowsCommand: (input: ListWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_json1_1SendWorkflowStepStateCommand: (input: SendWorkflowStepStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_json1_1StartFileTransferCommand: (input: StartFileTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_json1_1StartServerCommand: (input: StartServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_json1_1StopServerCommand: (input: StopServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_json1_1TestIdentityProviderCommand: (input: TestIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_json1_1UpdateAccessCommand: (input: UpdateAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_json1_1UpdateAgreementCommand: (input: UpdateAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_json1_1UpdateCertificateCommand: (input: UpdateCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_1UpdateConnectorCommand: (input: UpdateConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_json1_1UpdateHostKeyCommand: (input: UpdateHostKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_json1_1UpdateProfileCommand: (input: UpdateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_json1_1UpdateServerCommand: (input: UpdateServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_json1_1UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const deserializeAws_json1_1CreateAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessCommandOutput>;
120
- export declare const deserializeAws_json1_1CreateAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAgreementCommandOutput>;
121
- export declare const deserializeAws_json1_1CreateConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectorCommandOutput>;
122
- export declare const deserializeAws_json1_1CreateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProfileCommandOutput>;
123
- export declare const deserializeAws_json1_1CreateServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServerCommandOutput>;
124
- export declare const deserializeAws_json1_1CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
125
- export declare const deserializeAws_json1_1CreateWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkflowCommandOutput>;
126
- export declare const deserializeAws_json1_1DeleteAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessCommandOutput>;
127
- export declare const deserializeAws_json1_1DeleteAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAgreementCommandOutput>;
128
- export declare const deserializeAws_json1_1DeleteCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCertificateCommandOutput>;
129
- export declare const deserializeAws_json1_1DeleteConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectorCommandOutput>;
130
- export declare const deserializeAws_json1_1DeleteHostKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHostKeyCommandOutput>;
131
- export declare const deserializeAws_json1_1DeleteProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileCommandOutput>;
132
- export declare const deserializeAws_json1_1DeleteServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServerCommandOutput>;
133
- export declare const deserializeAws_json1_1DeleteSshPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSshPublicKeyCommandOutput>;
134
- export declare const deserializeAws_json1_1DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
135
- export declare const deserializeAws_json1_1DeleteWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowCommandOutput>;
136
- export declare const deserializeAws_json1_1DescribeAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccessCommandOutput>;
137
- export declare const deserializeAws_json1_1DescribeAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAgreementCommandOutput>;
138
- export declare const deserializeAws_json1_1DescribeCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCertificateCommandOutput>;
139
- export declare const deserializeAws_json1_1DescribeConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectorCommandOutput>;
140
- export declare const deserializeAws_json1_1DescribeExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExecutionCommandOutput>;
141
- export declare const deserializeAws_json1_1DescribeHostKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHostKeyCommandOutput>;
142
- export declare const deserializeAws_json1_1DescribeProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProfileCommandOutput>;
143
- export declare const deserializeAws_json1_1DescribeSecurityPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSecurityPolicyCommandOutput>;
144
- export declare const deserializeAws_json1_1DescribeServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServerCommandOutput>;
145
- export declare const deserializeAws_json1_1DescribeUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserCommandOutput>;
146
- export declare const deserializeAws_json1_1DescribeWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkflowCommandOutput>;
147
- export declare const deserializeAws_json1_1ImportCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportCertificateCommandOutput>;
148
- export declare const deserializeAws_json1_1ImportHostKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportHostKeyCommandOutput>;
149
- export declare const deserializeAws_json1_1ImportSshPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportSshPublicKeyCommandOutput>;
150
- export declare const deserializeAws_json1_1ListAccessesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessesCommandOutput>;
151
- export declare const deserializeAws_json1_1ListAgreementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAgreementsCommandOutput>;
152
- export declare const deserializeAws_json1_1ListCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCertificatesCommandOutput>;
153
- export declare const deserializeAws_json1_1ListConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorsCommandOutput>;
154
- export declare const deserializeAws_json1_1ListExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExecutionsCommandOutput>;
155
- export declare const deserializeAws_json1_1ListHostKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHostKeysCommandOutput>;
156
- export declare const deserializeAws_json1_1ListProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfilesCommandOutput>;
157
- export declare const deserializeAws_json1_1ListSecurityPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSecurityPoliciesCommandOutput>;
158
- export declare const deserializeAws_json1_1ListServersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServersCommandOutput>;
159
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
160
- export declare const deserializeAws_json1_1ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
161
- export declare const deserializeAws_json1_1ListWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowsCommandOutput>;
162
- export declare const deserializeAws_json1_1SendWorkflowStepStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendWorkflowStepStateCommandOutput>;
163
- export declare const deserializeAws_json1_1StartFileTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFileTransferCommandOutput>;
164
- export declare const deserializeAws_json1_1StartServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartServerCommandOutput>;
165
- export declare const deserializeAws_json1_1StopServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopServerCommandOutput>;
166
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
167
- export declare const deserializeAws_json1_1TestIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestIdentityProviderCommandOutput>;
168
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
169
- export declare const deserializeAws_json1_1UpdateAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccessCommandOutput>;
170
- export declare const deserializeAws_json1_1UpdateAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAgreementCommandOutput>;
171
- export declare const deserializeAws_json1_1UpdateCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCertificateCommandOutput>;
172
- export declare const deserializeAws_json1_1UpdateConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectorCommandOutput>;
173
- export declare const deserializeAws_json1_1UpdateHostKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHostKeyCommandOutput>;
174
- export declare const deserializeAws_json1_1UpdateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProfileCommandOutput>;
175
- export declare const deserializeAws_json1_1UpdateServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServerCommandOutput>;
176
- export declare const deserializeAws_json1_1UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;
61
+ /**
62
+ * serializeAws_json1_1CreateAccessCommand
63
+ */
64
+ export declare const se_CreateAccessCommand: (input: CreateAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ /**
66
+ * serializeAws_json1_1CreateAgreementCommand
67
+ */
68
+ export declare const se_CreateAgreementCommand: (input: CreateAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ /**
70
+ * serializeAws_json1_1CreateConnectorCommand
71
+ */
72
+ export declare const se_CreateConnectorCommand: (input: CreateConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ /**
74
+ * serializeAws_json1_1CreateProfileCommand
75
+ */
76
+ export declare const se_CreateProfileCommand: (input: CreateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ /**
78
+ * serializeAws_json1_1CreateServerCommand
79
+ */
80
+ export declare const se_CreateServerCommand: (input: CreateServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
+ /**
82
+ * serializeAws_json1_1CreateUserCommand
83
+ */
84
+ export declare const se_CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ /**
86
+ * serializeAws_json1_1CreateWorkflowCommand
87
+ */
88
+ export declare const se_CreateWorkflowCommand: (input: CreateWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ /**
90
+ * serializeAws_json1_1DeleteAccessCommand
91
+ */
92
+ export declare const se_DeleteAccessCommand: (input: DeleteAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ /**
94
+ * serializeAws_json1_1DeleteAgreementCommand
95
+ */
96
+ export declare const se_DeleteAgreementCommand: (input: DeleteAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
+ /**
98
+ * serializeAws_json1_1DeleteCertificateCommand
99
+ */
100
+ export declare const se_DeleteCertificateCommand: (input: DeleteCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
+ /**
102
+ * serializeAws_json1_1DeleteConnectorCommand
103
+ */
104
+ export declare const se_DeleteConnectorCommand: (input: DeleteConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ /**
106
+ * serializeAws_json1_1DeleteHostKeyCommand
107
+ */
108
+ export declare const se_DeleteHostKeyCommand: (input: DeleteHostKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
+ /**
110
+ * serializeAws_json1_1DeleteProfileCommand
111
+ */
112
+ export declare const se_DeleteProfileCommand: (input: DeleteProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
+ /**
114
+ * serializeAws_json1_1DeleteServerCommand
115
+ */
116
+ export declare const se_DeleteServerCommand: (input: DeleteServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
+ /**
118
+ * serializeAws_json1_1DeleteSshPublicKeyCommand
119
+ */
120
+ export declare const se_DeleteSshPublicKeyCommand: (input: DeleteSshPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
+ /**
122
+ * serializeAws_json1_1DeleteUserCommand
123
+ */
124
+ export declare const se_DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
+ /**
126
+ * serializeAws_json1_1DeleteWorkflowCommand
127
+ */
128
+ export declare const se_DeleteWorkflowCommand: (input: DeleteWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
+ /**
130
+ * serializeAws_json1_1DescribeAccessCommand
131
+ */
132
+ export declare const se_DescribeAccessCommand: (input: DescribeAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
+ /**
134
+ * serializeAws_json1_1DescribeAgreementCommand
135
+ */
136
+ export declare const se_DescribeAgreementCommand: (input: DescribeAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
+ /**
138
+ * serializeAws_json1_1DescribeCertificateCommand
139
+ */
140
+ export declare const se_DescribeCertificateCommand: (input: DescribeCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
+ /**
142
+ * serializeAws_json1_1DescribeConnectorCommand
143
+ */
144
+ export declare const se_DescribeConnectorCommand: (input: DescribeConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
+ /**
146
+ * serializeAws_json1_1DescribeExecutionCommand
147
+ */
148
+ export declare const se_DescribeExecutionCommand: (input: DescribeExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
+ /**
150
+ * serializeAws_json1_1DescribeHostKeyCommand
151
+ */
152
+ export declare const se_DescribeHostKeyCommand: (input: DescribeHostKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
+ /**
154
+ * serializeAws_json1_1DescribeProfileCommand
155
+ */
156
+ export declare const se_DescribeProfileCommand: (input: DescribeProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
+ /**
158
+ * serializeAws_json1_1DescribeSecurityPolicyCommand
159
+ */
160
+ export declare const se_DescribeSecurityPolicyCommand: (input: DescribeSecurityPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
+ /**
162
+ * serializeAws_json1_1DescribeServerCommand
163
+ */
164
+ export declare const se_DescribeServerCommand: (input: DescribeServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
+ /**
166
+ * serializeAws_json1_1DescribeUserCommand
167
+ */
168
+ export declare const se_DescribeUserCommand: (input: DescribeUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
+ /**
170
+ * serializeAws_json1_1DescribeWorkflowCommand
171
+ */
172
+ export declare const se_DescribeWorkflowCommand: (input: DescribeWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
+ /**
174
+ * serializeAws_json1_1ImportCertificateCommand
175
+ */
176
+ export declare const se_ImportCertificateCommand: (input: ImportCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
+ /**
178
+ * serializeAws_json1_1ImportHostKeyCommand
179
+ */
180
+ export declare const se_ImportHostKeyCommand: (input: ImportHostKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
+ /**
182
+ * serializeAws_json1_1ImportSshPublicKeyCommand
183
+ */
184
+ export declare const se_ImportSshPublicKeyCommand: (input: ImportSshPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
+ /**
186
+ * serializeAws_json1_1ListAccessesCommand
187
+ */
188
+ export declare const se_ListAccessesCommand: (input: ListAccessesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
+ /**
190
+ * serializeAws_json1_1ListAgreementsCommand
191
+ */
192
+ export declare const se_ListAgreementsCommand: (input: ListAgreementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
+ /**
194
+ * serializeAws_json1_1ListCertificatesCommand
195
+ */
196
+ export declare const se_ListCertificatesCommand: (input: ListCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
+ /**
198
+ * serializeAws_json1_1ListConnectorsCommand
199
+ */
200
+ export declare const se_ListConnectorsCommand: (input: ListConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
+ /**
202
+ * serializeAws_json1_1ListExecutionsCommand
203
+ */
204
+ export declare const se_ListExecutionsCommand: (input: ListExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
+ /**
206
+ * serializeAws_json1_1ListHostKeysCommand
207
+ */
208
+ export declare const se_ListHostKeysCommand: (input: ListHostKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
+ /**
210
+ * serializeAws_json1_1ListProfilesCommand
211
+ */
212
+ export declare const se_ListProfilesCommand: (input: ListProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
+ /**
214
+ * serializeAws_json1_1ListSecurityPoliciesCommand
215
+ */
216
+ export declare const se_ListSecurityPoliciesCommand: (input: ListSecurityPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
+ /**
218
+ * serializeAws_json1_1ListServersCommand
219
+ */
220
+ export declare const se_ListServersCommand: (input: ListServersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
+ /**
222
+ * serializeAws_json1_1ListTagsForResourceCommand
223
+ */
224
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
+ /**
226
+ * serializeAws_json1_1ListUsersCommand
227
+ */
228
+ export declare const se_ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
229
+ /**
230
+ * serializeAws_json1_1ListWorkflowsCommand
231
+ */
232
+ export declare const se_ListWorkflowsCommand: (input: ListWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
+ /**
234
+ * serializeAws_json1_1SendWorkflowStepStateCommand
235
+ */
236
+ export declare const se_SendWorkflowStepStateCommand: (input: SendWorkflowStepStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
237
+ /**
238
+ * serializeAws_json1_1StartFileTransferCommand
239
+ */
240
+ export declare const se_StartFileTransferCommand: (input: StartFileTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
241
+ /**
242
+ * serializeAws_json1_1StartServerCommand
243
+ */
244
+ export declare const se_StartServerCommand: (input: StartServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
245
+ /**
246
+ * serializeAws_json1_1StopServerCommand
247
+ */
248
+ export declare const se_StopServerCommand: (input: StopServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
249
+ /**
250
+ * serializeAws_json1_1TagResourceCommand
251
+ */
252
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
253
+ /**
254
+ * serializeAws_json1_1TestIdentityProviderCommand
255
+ */
256
+ export declare const se_TestIdentityProviderCommand: (input: TestIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
257
+ /**
258
+ * serializeAws_json1_1UntagResourceCommand
259
+ */
260
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
261
+ /**
262
+ * serializeAws_json1_1UpdateAccessCommand
263
+ */
264
+ export declare const se_UpdateAccessCommand: (input: UpdateAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
265
+ /**
266
+ * serializeAws_json1_1UpdateAgreementCommand
267
+ */
268
+ export declare const se_UpdateAgreementCommand: (input: UpdateAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
269
+ /**
270
+ * serializeAws_json1_1UpdateCertificateCommand
271
+ */
272
+ export declare const se_UpdateCertificateCommand: (input: UpdateCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
273
+ /**
274
+ * serializeAws_json1_1UpdateConnectorCommand
275
+ */
276
+ export declare const se_UpdateConnectorCommand: (input: UpdateConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
277
+ /**
278
+ * serializeAws_json1_1UpdateHostKeyCommand
279
+ */
280
+ export declare const se_UpdateHostKeyCommand: (input: UpdateHostKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
281
+ /**
282
+ * serializeAws_json1_1UpdateProfileCommand
283
+ */
284
+ export declare const se_UpdateProfileCommand: (input: UpdateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
285
+ /**
286
+ * serializeAws_json1_1UpdateServerCommand
287
+ */
288
+ export declare const se_UpdateServerCommand: (input: UpdateServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
289
+ /**
290
+ * serializeAws_json1_1UpdateUserCommand
291
+ */
292
+ export declare const se_UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
293
+ /**
294
+ * deserializeAws_json1_1CreateAccessCommand
295
+ */
296
+ export declare const de_CreateAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessCommandOutput>;
297
+ /**
298
+ * deserializeAws_json1_1CreateAgreementCommand
299
+ */
300
+ export declare const de_CreateAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAgreementCommandOutput>;
301
+ /**
302
+ * deserializeAws_json1_1CreateConnectorCommand
303
+ */
304
+ export declare const de_CreateConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectorCommandOutput>;
305
+ /**
306
+ * deserializeAws_json1_1CreateProfileCommand
307
+ */
308
+ export declare const de_CreateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProfileCommandOutput>;
309
+ /**
310
+ * deserializeAws_json1_1CreateServerCommand
311
+ */
312
+ export declare const de_CreateServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServerCommandOutput>;
313
+ /**
314
+ * deserializeAws_json1_1CreateUserCommand
315
+ */
316
+ export declare const de_CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
317
+ /**
318
+ * deserializeAws_json1_1CreateWorkflowCommand
319
+ */
320
+ export declare const de_CreateWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkflowCommandOutput>;
321
+ /**
322
+ * deserializeAws_json1_1DeleteAccessCommand
323
+ */
324
+ export declare const de_DeleteAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessCommandOutput>;
325
+ /**
326
+ * deserializeAws_json1_1DeleteAgreementCommand
327
+ */
328
+ export declare const de_DeleteAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAgreementCommandOutput>;
329
+ /**
330
+ * deserializeAws_json1_1DeleteCertificateCommand
331
+ */
332
+ export declare const de_DeleteCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCertificateCommandOutput>;
333
+ /**
334
+ * deserializeAws_json1_1DeleteConnectorCommand
335
+ */
336
+ export declare const de_DeleteConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectorCommandOutput>;
337
+ /**
338
+ * deserializeAws_json1_1DeleteHostKeyCommand
339
+ */
340
+ export declare const de_DeleteHostKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHostKeyCommandOutput>;
341
+ /**
342
+ * deserializeAws_json1_1DeleteProfileCommand
343
+ */
344
+ export declare const de_DeleteProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileCommandOutput>;
345
+ /**
346
+ * deserializeAws_json1_1DeleteServerCommand
347
+ */
348
+ export declare const de_DeleteServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServerCommandOutput>;
349
+ /**
350
+ * deserializeAws_json1_1DeleteSshPublicKeyCommand
351
+ */
352
+ export declare const de_DeleteSshPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSshPublicKeyCommandOutput>;
353
+ /**
354
+ * deserializeAws_json1_1DeleteUserCommand
355
+ */
356
+ export declare const de_DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
357
+ /**
358
+ * deserializeAws_json1_1DeleteWorkflowCommand
359
+ */
360
+ export declare const de_DeleteWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowCommandOutput>;
361
+ /**
362
+ * deserializeAws_json1_1DescribeAccessCommand
363
+ */
364
+ export declare const de_DescribeAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccessCommandOutput>;
365
+ /**
366
+ * deserializeAws_json1_1DescribeAgreementCommand
367
+ */
368
+ export declare const de_DescribeAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAgreementCommandOutput>;
369
+ /**
370
+ * deserializeAws_json1_1DescribeCertificateCommand
371
+ */
372
+ export declare const de_DescribeCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCertificateCommandOutput>;
373
+ /**
374
+ * deserializeAws_json1_1DescribeConnectorCommand
375
+ */
376
+ export declare const de_DescribeConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectorCommandOutput>;
377
+ /**
378
+ * deserializeAws_json1_1DescribeExecutionCommand
379
+ */
380
+ export declare const de_DescribeExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExecutionCommandOutput>;
381
+ /**
382
+ * deserializeAws_json1_1DescribeHostKeyCommand
383
+ */
384
+ export declare const de_DescribeHostKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHostKeyCommandOutput>;
385
+ /**
386
+ * deserializeAws_json1_1DescribeProfileCommand
387
+ */
388
+ export declare const de_DescribeProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProfileCommandOutput>;
389
+ /**
390
+ * deserializeAws_json1_1DescribeSecurityPolicyCommand
391
+ */
392
+ export declare const de_DescribeSecurityPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSecurityPolicyCommandOutput>;
393
+ /**
394
+ * deserializeAws_json1_1DescribeServerCommand
395
+ */
396
+ export declare const de_DescribeServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServerCommandOutput>;
397
+ /**
398
+ * deserializeAws_json1_1DescribeUserCommand
399
+ */
400
+ export declare const de_DescribeUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserCommandOutput>;
401
+ /**
402
+ * deserializeAws_json1_1DescribeWorkflowCommand
403
+ */
404
+ export declare const de_DescribeWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkflowCommandOutput>;
405
+ /**
406
+ * deserializeAws_json1_1ImportCertificateCommand
407
+ */
408
+ export declare const de_ImportCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportCertificateCommandOutput>;
409
+ /**
410
+ * deserializeAws_json1_1ImportHostKeyCommand
411
+ */
412
+ export declare const de_ImportHostKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportHostKeyCommandOutput>;
413
+ /**
414
+ * deserializeAws_json1_1ImportSshPublicKeyCommand
415
+ */
416
+ export declare const de_ImportSshPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportSshPublicKeyCommandOutput>;
417
+ /**
418
+ * deserializeAws_json1_1ListAccessesCommand
419
+ */
420
+ export declare const de_ListAccessesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessesCommandOutput>;
421
+ /**
422
+ * deserializeAws_json1_1ListAgreementsCommand
423
+ */
424
+ export declare const de_ListAgreementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAgreementsCommandOutput>;
425
+ /**
426
+ * deserializeAws_json1_1ListCertificatesCommand
427
+ */
428
+ export declare const de_ListCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCertificatesCommandOutput>;
429
+ /**
430
+ * deserializeAws_json1_1ListConnectorsCommand
431
+ */
432
+ export declare const de_ListConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorsCommandOutput>;
433
+ /**
434
+ * deserializeAws_json1_1ListExecutionsCommand
435
+ */
436
+ export declare const de_ListExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExecutionsCommandOutput>;
437
+ /**
438
+ * deserializeAws_json1_1ListHostKeysCommand
439
+ */
440
+ export declare const de_ListHostKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHostKeysCommandOutput>;
441
+ /**
442
+ * deserializeAws_json1_1ListProfilesCommand
443
+ */
444
+ export declare const de_ListProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfilesCommandOutput>;
445
+ /**
446
+ * deserializeAws_json1_1ListSecurityPoliciesCommand
447
+ */
448
+ export declare const de_ListSecurityPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSecurityPoliciesCommandOutput>;
449
+ /**
450
+ * deserializeAws_json1_1ListServersCommand
451
+ */
452
+ export declare const de_ListServersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServersCommandOutput>;
453
+ /**
454
+ * deserializeAws_json1_1ListTagsForResourceCommand
455
+ */
456
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
457
+ /**
458
+ * deserializeAws_json1_1ListUsersCommand
459
+ */
460
+ export declare const de_ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
461
+ /**
462
+ * deserializeAws_json1_1ListWorkflowsCommand
463
+ */
464
+ export declare const de_ListWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowsCommandOutput>;
465
+ /**
466
+ * deserializeAws_json1_1SendWorkflowStepStateCommand
467
+ */
468
+ export declare const de_SendWorkflowStepStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendWorkflowStepStateCommandOutput>;
469
+ /**
470
+ * deserializeAws_json1_1StartFileTransferCommand
471
+ */
472
+ export declare const de_StartFileTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFileTransferCommandOutput>;
473
+ /**
474
+ * deserializeAws_json1_1StartServerCommand
475
+ */
476
+ export declare const de_StartServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartServerCommandOutput>;
477
+ /**
478
+ * deserializeAws_json1_1StopServerCommand
479
+ */
480
+ export declare const de_StopServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopServerCommandOutput>;
481
+ /**
482
+ * deserializeAws_json1_1TagResourceCommand
483
+ */
484
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
485
+ /**
486
+ * deserializeAws_json1_1TestIdentityProviderCommand
487
+ */
488
+ export declare const de_TestIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestIdentityProviderCommandOutput>;
489
+ /**
490
+ * deserializeAws_json1_1UntagResourceCommand
491
+ */
492
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
493
+ /**
494
+ * deserializeAws_json1_1UpdateAccessCommand
495
+ */
496
+ export declare const de_UpdateAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccessCommandOutput>;
497
+ /**
498
+ * deserializeAws_json1_1UpdateAgreementCommand
499
+ */
500
+ export declare const de_UpdateAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAgreementCommandOutput>;
501
+ /**
502
+ * deserializeAws_json1_1UpdateCertificateCommand
503
+ */
504
+ export declare const de_UpdateCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCertificateCommandOutput>;
505
+ /**
506
+ * deserializeAws_json1_1UpdateConnectorCommand
507
+ */
508
+ export declare const de_UpdateConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectorCommandOutput>;
509
+ /**
510
+ * deserializeAws_json1_1UpdateHostKeyCommand
511
+ */
512
+ export declare const de_UpdateHostKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHostKeyCommandOutput>;
513
+ /**
514
+ * deserializeAws_json1_1UpdateProfileCommand
515
+ */
516
+ export declare const de_UpdateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProfileCommandOutput>;
517
+ /**
518
+ * deserializeAws_json1_1UpdateServerCommand
519
+ */
520
+ export declare const de_UpdateServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServerCommandOutput>;
521
+ /**
522
+ * deserializeAws_json1_1UpdateUserCommand
523
+ */
524
+ export declare const de_UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;