@aws-sdk/client-transfer 3.169.0 → 3.170.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 (117) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/Transfer.js +75 -0
  3. package/dist-cjs/commands/DeleteHostKeyCommand.js +36 -0
  4. package/dist-cjs/commands/DescribeHostKeyCommand.js +36 -0
  5. package/dist-cjs/commands/ImportHostKeyCommand.js +36 -0
  6. package/dist-cjs/commands/ListHostKeysCommand.js +36 -0
  7. package/dist-cjs/commands/UpdateHostKeyCommand.js +36 -0
  8. package/dist-cjs/commands/index.js +5 -0
  9. package/dist-cjs/models/models_0.js +48 -3
  10. package/dist-cjs/protocols/Aws_json1_1.js +374 -3
  11. package/dist-es/Transfer.js +75 -0
  12. package/dist-es/commands/DeleteHostKeyCommand.js +39 -0
  13. package/dist-es/commands/DescribeHostKeyCommand.js +39 -0
  14. package/dist-es/commands/ImportHostKeyCommand.js +39 -0
  15. package/dist-es/commands/ListHostKeysCommand.js +39 -0
  16. package/dist-es/commands/UpdateHostKeyCommand.js +39 -0
  17. package/dist-es/commands/index.js +5 -0
  18. package/dist-es/models/models_0.js +11 -0
  19. package/dist-es/protocols/Aws_json1_1.js +465 -0
  20. package/dist-types/Transfer.d.ts +35 -0
  21. package/dist-types/TransferClient.d.ts +7 -2
  22. package/dist-types/commands/DeleteHostKeyCommand.d.ts +35 -0
  23. package/dist-types/commands/DescribeHostKeyCommand.d.ts +35 -0
  24. package/dist-types/commands/ImportHostKeyCommand.d.ts +35 -0
  25. package/dist-types/commands/ListHostKeysCommand.d.ts +35 -0
  26. package/dist-types/commands/UpdateHostKeyCommand.d.ts +35 -0
  27. package/dist-types/commands/index.d.ts +5 -0
  28. package/dist-types/models/models_0.d.ts +254 -0
  29. package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
  30. package/dist-types/ts3.4/Transfer.d.ts +1048 -270
  31. package/dist-types/ts3.4/TransferClient.d.ts +477 -126
  32. package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +33 -17
  42. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +32 -0
  44. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +33 -17
  47. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +37 -17
  50. package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +38 -17
  52. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +37 -0
  55. package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +37 -17
  58. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +37 -17
  60. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +38 -17
  61. package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +37 -0
  62. package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +37 -17
  68. package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +34 -0
  69. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +34 -17
  70. package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +41 -17
  71. package/dist-types/ts3.4/commands/ListServersCommand.d.ts +34 -17
  72. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  73. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
  74. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +37 -17
  75. package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +38 -17
  77. package/dist-types/ts3.4/commands/StartServerCommand.d.ts +32 -17
  78. package/dist-types/ts3.4/commands/StopServerCommand.d.ts +32 -17
  79. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  80. package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +41 -17
  81. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  82. package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +34 -17
  83. package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +37 -17
  84. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +38 -17
  85. package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +37 -17
  86. package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +37 -0
  87. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +37 -17
  88. package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +34 -17
  89. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +34 -17
  90. package/dist-types/ts3.4/commands/index.d.ts +58 -53
  91. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  92. package/dist-types/ts3.4/index.d.ts +7 -7
  93. package/dist-types/ts3.4/models/TransferServiceException.d.ts +8 -6
  94. package/dist-types/ts3.4/models/index.d.ts +1 -1
  95. package/dist-types/ts3.4/models/models_0.d.ts +2010 -1748
  96. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  97. package/dist-types/ts3.4/pagination/ListAccessesPaginator.d.ts +11 -4
  98. package/dist-types/ts3.4/pagination/ListAgreementsPaginator.d.ts +11 -4
  99. package/dist-types/ts3.4/pagination/ListCertificatesPaginator.d.ts +11 -4
  100. package/dist-types/ts3.4/pagination/ListConnectorsPaginator.d.ts +11 -4
  101. package/dist-types/ts3.4/pagination/ListExecutionsPaginator.d.ts +11 -4
  102. package/dist-types/ts3.4/pagination/ListProfilesPaginator.d.ts +11 -4
  103. package/dist-types/ts3.4/pagination/ListSecurityPoliciesPaginator.d.ts +11 -4
  104. package/dist-types/ts3.4/pagination/ListServersPaginator.d.ts +11 -4
  105. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  106. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
  107. package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +11 -4
  108. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  109. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +701 -161
  110. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  111. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  112. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  113. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  114. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  115. package/dist-types/ts3.4/waiters/waitForServerOffline.d.ts +13 -7
  116. package/dist-types/ts3.4/waiters/waitForServerOnline.d.ts +13 -7
  117. package/package.json +35 -35
@@ -1,161 +1,701 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CreateAccessCommandInput, CreateAccessCommandOutput } from "../commands/CreateAccessCommand";
4
- import { CreateAgreementCommandInput, CreateAgreementCommandOutput } from "../commands/CreateAgreementCommand";
5
- import { CreateConnectorCommandInput, CreateConnectorCommandOutput } from "../commands/CreateConnectorCommand";
6
- import { CreateProfileCommandInput, CreateProfileCommandOutput } from "../commands/CreateProfileCommand";
7
- import { CreateServerCommandInput, CreateServerCommandOutput } from "../commands/CreateServerCommand";
8
- import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
9
- import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "../commands/CreateWorkflowCommand";
10
- import { DeleteAccessCommandInput, DeleteAccessCommandOutput } from "../commands/DeleteAccessCommand";
11
- import { DeleteAgreementCommandInput, DeleteAgreementCommandOutput } from "../commands/DeleteAgreementCommand";
12
- import { DeleteCertificateCommandInput, DeleteCertificateCommandOutput } from "../commands/DeleteCertificateCommand";
13
- import { DeleteConnectorCommandInput, DeleteConnectorCommandOutput } from "../commands/DeleteConnectorCommand";
14
- import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "../commands/DeleteProfileCommand";
15
- import { DeleteServerCommandInput, DeleteServerCommandOutput } from "../commands/DeleteServerCommand";
16
- import { DeleteSshPublicKeyCommandInput, DeleteSshPublicKeyCommandOutput } from "../commands/DeleteSshPublicKeyCommand";
17
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
18
- import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "../commands/DeleteWorkflowCommand";
19
- import { DescribeAccessCommandInput, DescribeAccessCommandOutput } from "../commands/DescribeAccessCommand";
20
- import { DescribeAgreementCommandInput, DescribeAgreementCommandOutput } from "../commands/DescribeAgreementCommand";
21
- import { DescribeCertificateCommandInput, DescribeCertificateCommandOutput } from "../commands/DescribeCertificateCommand";
22
- import { DescribeConnectorCommandInput, DescribeConnectorCommandOutput } from "../commands/DescribeConnectorCommand";
23
- import { DescribeExecutionCommandInput, DescribeExecutionCommandOutput } from "../commands/DescribeExecutionCommand";
24
- import { DescribeProfileCommandInput, DescribeProfileCommandOutput } from "../commands/DescribeProfileCommand";
25
- import { DescribeSecurityPolicyCommandInput, DescribeSecurityPolicyCommandOutput } from "../commands/DescribeSecurityPolicyCommand";
26
- import { DescribeServerCommandInput, DescribeServerCommandOutput } from "../commands/DescribeServerCommand";
27
- import { DescribeUserCommandInput, DescribeUserCommandOutput } from "../commands/DescribeUserCommand";
28
- import { DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput } from "../commands/DescribeWorkflowCommand";
29
- import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from "../commands/ImportCertificateCommand";
30
- import { ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput } from "../commands/ImportSshPublicKeyCommand";
31
- import { ListAccessesCommandInput, ListAccessesCommandOutput } from "../commands/ListAccessesCommand";
32
- import { ListAgreementsCommandInput, ListAgreementsCommandOutput } from "../commands/ListAgreementsCommand";
33
- import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "../commands/ListCertificatesCommand";
34
- import { ListConnectorsCommandInput, ListConnectorsCommandOutput } from "../commands/ListConnectorsCommand";
35
- import { ListExecutionsCommandInput, ListExecutionsCommandOutput } from "../commands/ListExecutionsCommand";
36
- import { ListProfilesCommandInput, ListProfilesCommandOutput } from "../commands/ListProfilesCommand";
37
- import { ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput } from "../commands/ListSecurityPoliciesCommand";
38
- import { ListServersCommandInput, ListServersCommandOutput } from "../commands/ListServersCommand";
39
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
40
- import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
41
- import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
42
- import { SendWorkflowStepStateCommandInput, SendWorkflowStepStateCommandOutput } from "../commands/SendWorkflowStepStateCommand";
43
- import { StartFileTransferCommandInput, StartFileTransferCommandOutput } from "../commands/StartFileTransferCommand";
44
- import { StartServerCommandInput, StartServerCommandOutput } from "../commands/StartServerCommand";
45
- import { StopServerCommandInput, StopServerCommandOutput } from "../commands/StopServerCommand";
46
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
47
- import { TestIdentityProviderCommandInput, TestIdentityProviderCommandOutput } from "../commands/TestIdentityProviderCommand";
48
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
49
- import { UpdateAccessCommandInput, UpdateAccessCommandOutput } from "../commands/UpdateAccessCommand";
50
- import { UpdateAgreementCommandInput, UpdateAgreementCommandOutput } from "../commands/UpdateAgreementCommand";
51
- import { UpdateCertificateCommandInput, UpdateCertificateCommandOutput } from "../commands/UpdateCertificateCommand";
52
- import { UpdateConnectorCommandInput, UpdateConnectorCommandOutput } from "../commands/UpdateConnectorCommand";
53
- import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "../commands/UpdateProfileCommand";
54
- import { UpdateServerCommandInput, UpdateServerCommandOutput } from "../commands/UpdateServerCommand";
55
- import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
56
- export declare const serializeAws_json1_1CreateAccessCommand: (input: CreateAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1CreateAgreementCommand: (input: CreateAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1CreateConnectorCommand: (input: CreateConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1CreateProfileCommand: (input: CreateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1CreateServerCommand: (input: CreateServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1CreateWorkflowCommand: (input: CreateWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1DeleteAccessCommand: (input: DeleteAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1DeleteAgreementCommand: (input: DeleteAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1DeleteCertificateCommand: (input: DeleteCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1DeleteConnectorCommand: (input: DeleteConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1DeleteProfileCommand: (input: DeleteProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1DeleteServerCommand: (input: DeleteServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1DeleteSshPublicKeyCommand: (input: DeleteSshPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1DeleteWorkflowCommand: (input: DeleteWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1DescribeAccessCommand: (input: DescribeAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1DescribeAgreementCommand: (input: DescribeAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1DescribeCertificateCommand: (input: DescribeCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1DescribeConnectorCommand: (input: DescribeConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1DescribeExecutionCommand: (input: DescribeExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1DescribeProfileCommand: (input: DescribeProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1DescribeSecurityPolicyCommand: (input: DescribeSecurityPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1DescribeServerCommand: (input: DescribeServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1DescribeUserCommand: (input: DescribeUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1DescribeWorkflowCommand: (input: DescribeWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1ImportCertificateCommand: (input: ImportCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1ImportSshPublicKeyCommand: (input: ImportSshPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1ListAccessesCommand: (input: ListAccessesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1ListAgreementsCommand: (input: ListAgreementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1ListCertificatesCommand: (input: ListCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1ListConnectorsCommand: (input: ListConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1ListExecutionsCommand: (input: ListExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1ListProfilesCommand: (input: ListProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1ListSecurityPoliciesCommand: (input: ListSecurityPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_1ListServersCommand: (input: ListServersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_json1_1ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1ListWorkflowsCommand: (input: ListWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_1SendWorkflowStepStateCommand: (input: SendWorkflowStepStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_1StartFileTransferCommand: (input: StartFileTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_json1_1StartServerCommand: (input: StartServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1StopServerCommand: (input: StopServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_json1_1TestIdentityProviderCommand: (input: TestIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1UpdateAccessCommand: (input: UpdateAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_json1_1UpdateAgreementCommand: (input: UpdateAgreementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_json1_1UpdateCertificateCommand: (input: UpdateCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_json1_1UpdateConnectorCommand: (input: UpdateConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_json1_1UpdateProfileCommand: (input: UpdateProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_json1_1UpdateServerCommand: (input: UpdateServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_json1_1UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const deserializeAws_json1_1CreateAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessCommandOutput>;
110
- export declare const deserializeAws_json1_1CreateAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAgreementCommandOutput>;
111
- export declare const deserializeAws_json1_1CreateConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectorCommandOutput>;
112
- export declare const deserializeAws_json1_1CreateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProfileCommandOutput>;
113
- export declare const deserializeAws_json1_1CreateServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServerCommandOutput>;
114
- export declare const deserializeAws_json1_1CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
115
- export declare const deserializeAws_json1_1CreateWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkflowCommandOutput>;
116
- export declare const deserializeAws_json1_1DeleteAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessCommandOutput>;
117
- export declare const deserializeAws_json1_1DeleteAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAgreementCommandOutput>;
118
- export declare const deserializeAws_json1_1DeleteCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCertificateCommandOutput>;
119
- export declare const deserializeAws_json1_1DeleteConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectorCommandOutput>;
120
- export declare const deserializeAws_json1_1DeleteProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileCommandOutput>;
121
- export declare const deserializeAws_json1_1DeleteServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServerCommandOutput>;
122
- export declare const deserializeAws_json1_1DeleteSshPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSshPublicKeyCommandOutput>;
123
- export declare const deserializeAws_json1_1DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
124
- export declare const deserializeAws_json1_1DeleteWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowCommandOutput>;
125
- export declare const deserializeAws_json1_1DescribeAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccessCommandOutput>;
126
- export declare const deserializeAws_json1_1DescribeAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAgreementCommandOutput>;
127
- export declare const deserializeAws_json1_1DescribeCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCertificateCommandOutput>;
128
- export declare const deserializeAws_json1_1DescribeConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectorCommandOutput>;
129
- export declare const deserializeAws_json1_1DescribeExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExecutionCommandOutput>;
130
- export declare const deserializeAws_json1_1DescribeProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProfileCommandOutput>;
131
- export declare const deserializeAws_json1_1DescribeSecurityPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSecurityPolicyCommandOutput>;
132
- export declare const deserializeAws_json1_1DescribeServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServerCommandOutput>;
133
- export declare const deserializeAws_json1_1DescribeUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserCommandOutput>;
134
- export declare const deserializeAws_json1_1DescribeWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkflowCommandOutput>;
135
- export declare const deserializeAws_json1_1ImportCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportCertificateCommandOutput>;
136
- export declare const deserializeAws_json1_1ImportSshPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportSshPublicKeyCommandOutput>;
137
- export declare const deserializeAws_json1_1ListAccessesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessesCommandOutput>;
138
- export declare const deserializeAws_json1_1ListAgreementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAgreementsCommandOutput>;
139
- export declare const deserializeAws_json1_1ListCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCertificatesCommandOutput>;
140
- export declare const deserializeAws_json1_1ListConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorsCommandOutput>;
141
- export declare const deserializeAws_json1_1ListExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExecutionsCommandOutput>;
142
- export declare const deserializeAws_json1_1ListProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfilesCommandOutput>;
143
- export declare const deserializeAws_json1_1ListSecurityPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSecurityPoliciesCommandOutput>;
144
- export declare const deserializeAws_json1_1ListServersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServersCommandOutput>;
145
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
146
- export declare const deserializeAws_json1_1ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
147
- export declare const deserializeAws_json1_1ListWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowsCommandOutput>;
148
- export declare const deserializeAws_json1_1SendWorkflowStepStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendWorkflowStepStateCommandOutput>;
149
- export declare const deserializeAws_json1_1StartFileTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFileTransferCommandOutput>;
150
- export declare const deserializeAws_json1_1StartServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartServerCommandOutput>;
151
- export declare const deserializeAws_json1_1StopServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopServerCommandOutput>;
152
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
153
- export declare const deserializeAws_json1_1TestIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestIdentityProviderCommandOutput>;
154
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
155
- export declare const deserializeAws_json1_1UpdateAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccessCommandOutput>;
156
- export declare const deserializeAws_json1_1UpdateAgreementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAgreementCommandOutput>;
157
- export declare const deserializeAws_json1_1UpdateCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCertificateCommandOutput>;
158
- export declare const deserializeAws_json1_1UpdateConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectorCommandOutput>;
159
- export declare const deserializeAws_json1_1UpdateProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProfileCommandOutput>;
160
- export declare const deserializeAws_json1_1UpdateServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServerCommandOutput>;
161
- export declare const deserializeAws_json1_1UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ CreateAccessCommandInput,
8
+ CreateAccessCommandOutput,
9
+ } from "../commands/CreateAccessCommand";
10
+ import {
11
+ CreateAgreementCommandInput,
12
+ CreateAgreementCommandOutput,
13
+ } from "../commands/CreateAgreementCommand";
14
+ import {
15
+ CreateConnectorCommandInput,
16
+ CreateConnectorCommandOutput,
17
+ } from "../commands/CreateConnectorCommand";
18
+ import {
19
+ CreateProfileCommandInput,
20
+ CreateProfileCommandOutput,
21
+ } from "../commands/CreateProfileCommand";
22
+ import {
23
+ CreateServerCommandInput,
24
+ CreateServerCommandOutput,
25
+ } from "../commands/CreateServerCommand";
26
+ import {
27
+ CreateUserCommandInput,
28
+ CreateUserCommandOutput,
29
+ } from "../commands/CreateUserCommand";
30
+ import {
31
+ CreateWorkflowCommandInput,
32
+ CreateWorkflowCommandOutput,
33
+ } from "../commands/CreateWorkflowCommand";
34
+ import {
35
+ DeleteAccessCommandInput,
36
+ DeleteAccessCommandOutput,
37
+ } from "../commands/DeleteAccessCommand";
38
+ import {
39
+ DeleteAgreementCommandInput,
40
+ DeleteAgreementCommandOutput,
41
+ } from "../commands/DeleteAgreementCommand";
42
+ import {
43
+ DeleteCertificateCommandInput,
44
+ DeleteCertificateCommandOutput,
45
+ } from "../commands/DeleteCertificateCommand";
46
+ import {
47
+ DeleteConnectorCommandInput,
48
+ DeleteConnectorCommandOutput,
49
+ } from "../commands/DeleteConnectorCommand";
50
+ import {
51
+ DeleteHostKeyCommandInput,
52
+ DeleteHostKeyCommandOutput,
53
+ } from "../commands/DeleteHostKeyCommand";
54
+ import {
55
+ DeleteProfileCommandInput,
56
+ DeleteProfileCommandOutput,
57
+ } from "../commands/DeleteProfileCommand";
58
+ import {
59
+ DeleteServerCommandInput,
60
+ DeleteServerCommandOutput,
61
+ } from "../commands/DeleteServerCommand";
62
+ import {
63
+ DeleteSshPublicKeyCommandInput,
64
+ DeleteSshPublicKeyCommandOutput,
65
+ } from "../commands/DeleteSshPublicKeyCommand";
66
+ import {
67
+ DeleteUserCommandInput,
68
+ DeleteUserCommandOutput,
69
+ } from "../commands/DeleteUserCommand";
70
+ import {
71
+ DeleteWorkflowCommandInput,
72
+ DeleteWorkflowCommandOutput,
73
+ } from "../commands/DeleteWorkflowCommand";
74
+ import {
75
+ DescribeAccessCommandInput,
76
+ DescribeAccessCommandOutput,
77
+ } from "../commands/DescribeAccessCommand";
78
+ import {
79
+ DescribeAgreementCommandInput,
80
+ DescribeAgreementCommandOutput,
81
+ } from "../commands/DescribeAgreementCommand";
82
+ import {
83
+ DescribeCertificateCommandInput,
84
+ DescribeCertificateCommandOutput,
85
+ } from "../commands/DescribeCertificateCommand";
86
+ import {
87
+ DescribeConnectorCommandInput,
88
+ DescribeConnectorCommandOutput,
89
+ } from "../commands/DescribeConnectorCommand";
90
+ import {
91
+ DescribeExecutionCommandInput,
92
+ DescribeExecutionCommandOutput,
93
+ } from "../commands/DescribeExecutionCommand";
94
+ import {
95
+ DescribeHostKeyCommandInput,
96
+ DescribeHostKeyCommandOutput,
97
+ } from "../commands/DescribeHostKeyCommand";
98
+ import {
99
+ DescribeProfileCommandInput,
100
+ DescribeProfileCommandOutput,
101
+ } from "../commands/DescribeProfileCommand";
102
+ import {
103
+ DescribeSecurityPolicyCommandInput,
104
+ DescribeSecurityPolicyCommandOutput,
105
+ } from "../commands/DescribeSecurityPolicyCommand";
106
+ import {
107
+ DescribeServerCommandInput,
108
+ DescribeServerCommandOutput,
109
+ } from "../commands/DescribeServerCommand";
110
+ import {
111
+ DescribeUserCommandInput,
112
+ DescribeUserCommandOutput,
113
+ } from "../commands/DescribeUserCommand";
114
+ import {
115
+ DescribeWorkflowCommandInput,
116
+ DescribeWorkflowCommandOutput,
117
+ } from "../commands/DescribeWorkflowCommand";
118
+ import {
119
+ ImportCertificateCommandInput,
120
+ ImportCertificateCommandOutput,
121
+ } from "../commands/ImportCertificateCommand";
122
+ import {
123
+ ImportHostKeyCommandInput,
124
+ ImportHostKeyCommandOutput,
125
+ } from "../commands/ImportHostKeyCommand";
126
+ import {
127
+ ImportSshPublicKeyCommandInput,
128
+ ImportSshPublicKeyCommandOutput,
129
+ } from "../commands/ImportSshPublicKeyCommand";
130
+ import {
131
+ ListAccessesCommandInput,
132
+ ListAccessesCommandOutput,
133
+ } from "../commands/ListAccessesCommand";
134
+ import {
135
+ ListAgreementsCommandInput,
136
+ ListAgreementsCommandOutput,
137
+ } from "../commands/ListAgreementsCommand";
138
+ import {
139
+ ListCertificatesCommandInput,
140
+ ListCertificatesCommandOutput,
141
+ } from "../commands/ListCertificatesCommand";
142
+ import {
143
+ ListConnectorsCommandInput,
144
+ ListConnectorsCommandOutput,
145
+ } from "../commands/ListConnectorsCommand";
146
+ import {
147
+ ListExecutionsCommandInput,
148
+ ListExecutionsCommandOutput,
149
+ } from "../commands/ListExecutionsCommand";
150
+ import {
151
+ ListHostKeysCommandInput,
152
+ ListHostKeysCommandOutput,
153
+ } from "../commands/ListHostKeysCommand";
154
+ import {
155
+ ListProfilesCommandInput,
156
+ ListProfilesCommandOutput,
157
+ } from "../commands/ListProfilesCommand";
158
+ import {
159
+ ListSecurityPoliciesCommandInput,
160
+ ListSecurityPoliciesCommandOutput,
161
+ } from "../commands/ListSecurityPoliciesCommand";
162
+ import {
163
+ ListServersCommandInput,
164
+ ListServersCommandOutput,
165
+ } from "../commands/ListServersCommand";
166
+ import {
167
+ ListTagsForResourceCommandInput,
168
+ ListTagsForResourceCommandOutput,
169
+ } from "../commands/ListTagsForResourceCommand";
170
+ import {
171
+ ListUsersCommandInput,
172
+ ListUsersCommandOutput,
173
+ } from "../commands/ListUsersCommand";
174
+ import {
175
+ ListWorkflowsCommandInput,
176
+ ListWorkflowsCommandOutput,
177
+ } from "../commands/ListWorkflowsCommand";
178
+ import {
179
+ SendWorkflowStepStateCommandInput,
180
+ SendWorkflowStepStateCommandOutput,
181
+ } from "../commands/SendWorkflowStepStateCommand";
182
+ import {
183
+ StartFileTransferCommandInput,
184
+ StartFileTransferCommandOutput,
185
+ } from "../commands/StartFileTransferCommand";
186
+ import {
187
+ StartServerCommandInput,
188
+ StartServerCommandOutput,
189
+ } from "../commands/StartServerCommand";
190
+ import {
191
+ StopServerCommandInput,
192
+ StopServerCommandOutput,
193
+ } from "../commands/StopServerCommand";
194
+ import {
195
+ TagResourceCommandInput,
196
+ TagResourceCommandOutput,
197
+ } from "../commands/TagResourceCommand";
198
+ import {
199
+ TestIdentityProviderCommandInput,
200
+ TestIdentityProviderCommandOutput,
201
+ } from "../commands/TestIdentityProviderCommand";
202
+ import {
203
+ UntagResourceCommandInput,
204
+ UntagResourceCommandOutput,
205
+ } from "../commands/UntagResourceCommand";
206
+ import {
207
+ UpdateAccessCommandInput,
208
+ UpdateAccessCommandOutput,
209
+ } from "../commands/UpdateAccessCommand";
210
+ import {
211
+ UpdateAgreementCommandInput,
212
+ UpdateAgreementCommandOutput,
213
+ } from "../commands/UpdateAgreementCommand";
214
+ import {
215
+ UpdateCertificateCommandInput,
216
+ UpdateCertificateCommandOutput,
217
+ } from "../commands/UpdateCertificateCommand";
218
+ import {
219
+ UpdateConnectorCommandInput,
220
+ UpdateConnectorCommandOutput,
221
+ } from "../commands/UpdateConnectorCommand";
222
+ import {
223
+ UpdateHostKeyCommandInput,
224
+ UpdateHostKeyCommandOutput,
225
+ } from "../commands/UpdateHostKeyCommand";
226
+ import {
227
+ UpdateProfileCommandInput,
228
+ UpdateProfileCommandOutput,
229
+ } from "../commands/UpdateProfileCommand";
230
+ import {
231
+ UpdateServerCommandInput,
232
+ UpdateServerCommandOutput,
233
+ } from "../commands/UpdateServerCommand";
234
+ import {
235
+ UpdateUserCommandInput,
236
+ UpdateUserCommandOutput,
237
+ } from "../commands/UpdateUserCommand";
238
+ export declare const serializeAws_json1_1CreateAccessCommand: (
239
+ input: CreateAccessCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_json1_1CreateAgreementCommand: (
243
+ input: CreateAgreementCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_json1_1CreateConnectorCommand: (
247
+ input: CreateConnectorCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_json1_1CreateProfileCommand: (
251
+ input: CreateProfileCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_json1_1CreateServerCommand: (
255
+ input: CreateServerCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_json1_1CreateUserCommand: (
259
+ input: CreateUserCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_json1_1CreateWorkflowCommand: (
263
+ input: CreateWorkflowCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_json1_1DeleteAccessCommand: (
267
+ input: DeleteAccessCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_json1_1DeleteAgreementCommand: (
271
+ input: DeleteAgreementCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_json1_1DeleteCertificateCommand: (
275
+ input: DeleteCertificateCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_json1_1DeleteConnectorCommand: (
279
+ input: DeleteConnectorCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_json1_1DeleteHostKeyCommand: (
283
+ input: DeleteHostKeyCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_json1_1DeleteProfileCommand: (
287
+ input: DeleteProfileCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_json1_1DeleteServerCommand: (
291
+ input: DeleteServerCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_json1_1DeleteSshPublicKeyCommand: (
295
+ input: DeleteSshPublicKeyCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_json1_1DeleteUserCommand: (
299
+ input: DeleteUserCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_json1_1DeleteWorkflowCommand: (
303
+ input: DeleteWorkflowCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_json1_1DescribeAccessCommand: (
307
+ input: DescribeAccessCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_json1_1DescribeAgreementCommand: (
311
+ input: DescribeAgreementCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_json1_1DescribeCertificateCommand: (
315
+ input: DescribeCertificateCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_json1_1DescribeConnectorCommand: (
319
+ input: DescribeConnectorCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_json1_1DescribeExecutionCommand: (
323
+ input: DescribeExecutionCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_json1_1DescribeHostKeyCommand: (
327
+ input: DescribeHostKeyCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_json1_1DescribeProfileCommand: (
331
+ input: DescribeProfileCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_json1_1DescribeSecurityPolicyCommand: (
335
+ input: DescribeSecurityPolicyCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_json1_1DescribeServerCommand: (
339
+ input: DescribeServerCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_json1_1DescribeUserCommand: (
343
+ input: DescribeUserCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_json1_1DescribeWorkflowCommand: (
347
+ input: DescribeWorkflowCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_json1_1ImportCertificateCommand: (
351
+ input: ImportCertificateCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_json1_1ImportHostKeyCommand: (
355
+ input: ImportHostKeyCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_json1_1ImportSshPublicKeyCommand: (
359
+ input: ImportSshPublicKeyCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_json1_1ListAccessesCommand: (
363
+ input: ListAccessesCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_json1_1ListAgreementsCommand: (
367
+ input: ListAgreementsCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_json1_1ListCertificatesCommand: (
371
+ input: ListCertificatesCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_json1_1ListConnectorsCommand: (
375
+ input: ListConnectorsCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_json1_1ListExecutionsCommand: (
379
+ input: ListExecutionsCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_json1_1ListHostKeysCommand: (
383
+ input: ListHostKeysCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_json1_1ListProfilesCommand: (
387
+ input: ListProfilesCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_json1_1ListSecurityPoliciesCommand: (
391
+ input: ListSecurityPoliciesCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_json1_1ListServersCommand: (
395
+ input: ListServersCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
399
+ input: ListTagsForResourceCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_json1_1ListUsersCommand: (
403
+ input: ListUsersCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_json1_1ListWorkflowsCommand: (
407
+ input: ListWorkflowsCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_json1_1SendWorkflowStepStateCommand: (
411
+ input: SendWorkflowStepStateCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_json1_1StartFileTransferCommand: (
415
+ input: StartFileTransferCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_json1_1StartServerCommand: (
419
+ input: StartServerCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_json1_1StopServerCommand: (
423
+ input: StopServerCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_json1_1TagResourceCommand: (
427
+ input: TagResourceCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_json1_1TestIdentityProviderCommand: (
431
+ input: TestIdentityProviderCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_json1_1UntagResourceCommand: (
435
+ input: UntagResourceCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_json1_1UpdateAccessCommand: (
439
+ input: UpdateAccessCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_json1_1UpdateAgreementCommand: (
443
+ input: UpdateAgreementCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_json1_1UpdateCertificateCommand: (
447
+ input: UpdateCertificateCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_json1_1UpdateConnectorCommand: (
451
+ input: UpdateConnectorCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_json1_1UpdateHostKeyCommand: (
455
+ input: UpdateHostKeyCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_json1_1UpdateProfileCommand: (
459
+ input: UpdateProfileCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_json1_1UpdateServerCommand: (
463
+ input: UpdateServerCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_json1_1UpdateUserCommand: (
467
+ input: UpdateUserCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const deserializeAws_json1_1CreateAccessCommand: (
471
+ output: __HttpResponse,
472
+ context: __SerdeContext
473
+ ) => Promise<CreateAccessCommandOutput>;
474
+ export declare const deserializeAws_json1_1CreateAgreementCommand: (
475
+ output: __HttpResponse,
476
+ context: __SerdeContext
477
+ ) => Promise<CreateAgreementCommandOutput>;
478
+ export declare const deserializeAws_json1_1CreateConnectorCommand: (
479
+ output: __HttpResponse,
480
+ context: __SerdeContext
481
+ ) => Promise<CreateConnectorCommandOutput>;
482
+ export declare const deserializeAws_json1_1CreateProfileCommand: (
483
+ output: __HttpResponse,
484
+ context: __SerdeContext
485
+ ) => Promise<CreateProfileCommandOutput>;
486
+ export declare const deserializeAws_json1_1CreateServerCommand: (
487
+ output: __HttpResponse,
488
+ context: __SerdeContext
489
+ ) => Promise<CreateServerCommandOutput>;
490
+ export declare const deserializeAws_json1_1CreateUserCommand: (
491
+ output: __HttpResponse,
492
+ context: __SerdeContext
493
+ ) => Promise<CreateUserCommandOutput>;
494
+ export declare const deserializeAws_json1_1CreateWorkflowCommand: (
495
+ output: __HttpResponse,
496
+ context: __SerdeContext
497
+ ) => Promise<CreateWorkflowCommandOutput>;
498
+ export declare const deserializeAws_json1_1DeleteAccessCommand: (
499
+ output: __HttpResponse,
500
+ context: __SerdeContext
501
+ ) => Promise<DeleteAccessCommandOutput>;
502
+ export declare const deserializeAws_json1_1DeleteAgreementCommand: (
503
+ output: __HttpResponse,
504
+ context: __SerdeContext
505
+ ) => Promise<DeleteAgreementCommandOutput>;
506
+ export declare const deserializeAws_json1_1DeleteCertificateCommand: (
507
+ output: __HttpResponse,
508
+ context: __SerdeContext
509
+ ) => Promise<DeleteCertificateCommandOutput>;
510
+ export declare const deserializeAws_json1_1DeleteConnectorCommand: (
511
+ output: __HttpResponse,
512
+ context: __SerdeContext
513
+ ) => Promise<DeleteConnectorCommandOutput>;
514
+ export declare const deserializeAws_json1_1DeleteHostKeyCommand: (
515
+ output: __HttpResponse,
516
+ context: __SerdeContext
517
+ ) => Promise<DeleteHostKeyCommandOutput>;
518
+ export declare const deserializeAws_json1_1DeleteProfileCommand: (
519
+ output: __HttpResponse,
520
+ context: __SerdeContext
521
+ ) => Promise<DeleteProfileCommandOutput>;
522
+ export declare const deserializeAws_json1_1DeleteServerCommand: (
523
+ output: __HttpResponse,
524
+ context: __SerdeContext
525
+ ) => Promise<DeleteServerCommandOutput>;
526
+ export declare const deserializeAws_json1_1DeleteSshPublicKeyCommand: (
527
+ output: __HttpResponse,
528
+ context: __SerdeContext
529
+ ) => Promise<DeleteSshPublicKeyCommandOutput>;
530
+ export declare const deserializeAws_json1_1DeleteUserCommand: (
531
+ output: __HttpResponse,
532
+ context: __SerdeContext
533
+ ) => Promise<DeleteUserCommandOutput>;
534
+ export declare const deserializeAws_json1_1DeleteWorkflowCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<DeleteWorkflowCommandOutput>;
538
+ export declare const deserializeAws_json1_1DescribeAccessCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<DescribeAccessCommandOutput>;
542
+ export declare const deserializeAws_json1_1DescribeAgreementCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<DescribeAgreementCommandOutput>;
546
+ export declare const deserializeAws_json1_1DescribeCertificateCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<DescribeCertificateCommandOutput>;
550
+ export declare const deserializeAws_json1_1DescribeConnectorCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<DescribeConnectorCommandOutput>;
554
+ export declare const deserializeAws_json1_1DescribeExecutionCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<DescribeExecutionCommandOutput>;
558
+ export declare const deserializeAws_json1_1DescribeHostKeyCommand: (
559
+ output: __HttpResponse,
560
+ context: __SerdeContext
561
+ ) => Promise<DescribeHostKeyCommandOutput>;
562
+ export declare const deserializeAws_json1_1DescribeProfileCommand: (
563
+ output: __HttpResponse,
564
+ context: __SerdeContext
565
+ ) => Promise<DescribeProfileCommandOutput>;
566
+ export declare const deserializeAws_json1_1DescribeSecurityPolicyCommand: (
567
+ output: __HttpResponse,
568
+ context: __SerdeContext
569
+ ) => Promise<DescribeSecurityPolicyCommandOutput>;
570
+ export declare const deserializeAws_json1_1DescribeServerCommand: (
571
+ output: __HttpResponse,
572
+ context: __SerdeContext
573
+ ) => Promise<DescribeServerCommandOutput>;
574
+ export declare const deserializeAws_json1_1DescribeUserCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<DescribeUserCommandOutput>;
578
+ export declare const deserializeAws_json1_1DescribeWorkflowCommand: (
579
+ output: __HttpResponse,
580
+ context: __SerdeContext
581
+ ) => Promise<DescribeWorkflowCommandOutput>;
582
+ export declare const deserializeAws_json1_1ImportCertificateCommand: (
583
+ output: __HttpResponse,
584
+ context: __SerdeContext
585
+ ) => Promise<ImportCertificateCommandOutput>;
586
+ export declare const deserializeAws_json1_1ImportHostKeyCommand: (
587
+ output: __HttpResponse,
588
+ context: __SerdeContext
589
+ ) => Promise<ImportHostKeyCommandOutput>;
590
+ export declare const deserializeAws_json1_1ImportSshPublicKeyCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<ImportSshPublicKeyCommandOutput>;
594
+ export declare const deserializeAws_json1_1ListAccessesCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<ListAccessesCommandOutput>;
598
+ export declare const deserializeAws_json1_1ListAgreementsCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<ListAgreementsCommandOutput>;
602
+ export declare const deserializeAws_json1_1ListCertificatesCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<ListCertificatesCommandOutput>;
606
+ export declare const deserializeAws_json1_1ListConnectorsCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<ListConnectorsCommandOutput>;
610
+ export declare const deserializeAws_json1_1ListExecutionsCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<ListExecutionsCommandOutput>;
614
+ export declare const deserializeAws_json1_1ListHostKeysCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<ListHostKeysCommandOutput>;
618
+ export declare const deserializeAws_json1_1ListProfilesCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<ListProfilesCommandOutput>;
622
+ export declare const deserializeAws_json1_1ListSecurityPoliciesCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<ListSecurityPoliciesCommandOutput>;
626
+ export declare const deserializeAws_json1_1ListServersCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<ListServersCommandOutput>;
630
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<ListTagsForResourceCommandOutput>;
634
+ export declare const deserializeAws_json1_1ListUsersCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<ListUsersCommandOutput>;
638
+ export declare const deserializeAws_json1_1ListWorkflowsCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<ListWorkflowsCommandOutput>;
642
+ export declare const deserializeAws_json1_1SendWorkflowStepStateCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<SendWorkflowStepStateCommandOutput>;
646
+ export declare const deserializeAws_json1_1StartFileTransferCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<StartFileTransferCommandOutput>;
650
+ export declare const deserializeAws_json1_1StartServerCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<StartServerCommandOutput>;
654
+ export declare const deserializeAws_json1_1StopServerCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<StopServerCommandOutput>;
658
+ export declare const deserializeAws_json1_1TagResourceCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<TagResourceCommandOutput>;
662
+ export declare const deserializeAws_json1_1TestIdentityProviderCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<TestIdentityProviderCommandOutput>;
666
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<UntagResourceCommandOutput>;
670
+ export declare const deserializeAws_json1_1UpdateAccessCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<UpdateAccessCommandOutput>;
674
+ export declare const deserializeAws_json1_1UpdateAgreementCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<UpdateAgreementCommandOutput>;
678
+ export declare const deserializeAws_json1_1UpdateCertificateCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<UpdateCertificateCommandOutput>;
682
+ export declare const deserializeAws_json1_1UpdateConnectorCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<UpdateConnectorCommandOutput>;
686
+ export declare const deserializeAws_json1_1UpdateHostKeyCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<UpdateHostKeyCommandOutput>;
690
+ export declare const deserializeAws_json1_1UpdateProfileCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<UpdateProfileCommandOutput>;
694
+ export declare const deserializeAws_json1_1UpdateServerCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<UpdateServerCommandOutput>;
698
+ export declare const deserializeAws_json1_1UpdateUserCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<UpdateUserCommandOutput>;