@aws-sdk/client-transfer 3.651.1 → 3.658.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-types/commands/CreateAccessCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateAgreementCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateConnectorCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateProfileCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateServerCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateUserCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateWorkflowCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteAccessCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteAgreementCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteCertificateCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteConnectorCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteHostKeyCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteProfileCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteServerCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteUserCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteWorkflowCommand.d.ts +11 -0
  18. package/dist-types/commands/DescribeAccessCommand.d.ts +11 -0
  19. package/dist-types/commands/DescribeAgreementCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeCertificateCommand.d.ts +11 -0
  21. package/dist-types/commands/DescribeConnectorCommand.d.ts +11 -0
  22. package/dist-types/commands/DescribeExecutionCommand.d.ts +11 -0
  23. package/dist-types/commands/DescribeHostKeyCommand.d.ts +11 -0
  24. package/dist-types/commands/DescribeProfileCommand.d.ts +11 -0
  25. package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +11 -0
  26. package/dist-types/commands/DescribeServerCommand.d.ts +11 -0
  27. package/dist-types/commands/DescribeUserCommand.d.ts +11 -0
  28. package/dist-types/commands/DescribeWorkflowCommand.d.ts +11 -0
  29. package/dist-types/commands/ImportCertificateCommand.d.ts +11 -0
  30. package/dist-types/commands/ImportHostKeyCommand.d.ts +11 -0
  31. package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +11 -0
  32. package/dist-types/commands/ListAccessesCommand.d.ts +11 -0
  33. package/dist-types/commands/ListAgreementsCommand.d.ts +11 -0
  34. package/dist-types/commands/ListCertificatesCommand.d.ts +11 -0
  35. package/dist-types/commands/ListConnectorsCommand.d.ts +11 -0
  36. package/dist-types/commands/ListExecutionsCommand.d.ts +11 -0
  37. package/dist-types/commands/ListHostKeysCommand.d.ts +11 -0
  38. package/dist-types/commands/ListProfilesCommand.d.ts +11 -0
  39. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +11 -0
  40. package/dist-types/commands/ListServersCommand.d.ts +11 -0
  41. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  42. package/dist-types/commands/ListUsersCommand.d.ts +11 -0
  43. package/dist-types/commands/ListWorkflowsCommand.d.ts +11 -0
  44. package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +11 -0
  45. package/dist-types/commands/StartDirectoryListingCommand.d.ts +11 -0
  46. package/dist-types/commands/StartFileTransferCommand.d.ts +11 -0
  47. package/dist-types/commands/StartServerCommand.d.ts +11 -0
  48. package/dist-types/commands/StopServerCommand.d.ts +11 -0
  49. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  50. package/dist-types/commands/TestConnectionCommand.d.ts +11 -0
  51. package/dist-types/commands/TestIdentityProviderCommand.d.ts +11 -0
  52. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  53. package/dist-types/commands/UpdateAccessCommand.d.ts +11 -0
  54. package/dist-types/commands/UpdateAgreementCommand.d.ts +11 -0
  55. package/dist-types/commands/UpdateCertificateCommand.d.ts +11 -0
  56. package/dist-types/commands/UpdateConnectorCommand.d.ts +11 -0
  57. package/dist-types/commands/UpdateHostKeyCommand.d.ts +11 -0
  58. package/dist-types/commands/UpdateProfileCommand.d.ts +11 -0
  59. package/dist-types/commands/UpdateServerCommand.d.ts +11 -0
  60. package/dist-types/commands/UpdateUserCommand.d.ts +11 -0
  61. package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/ListServersCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/StartDirectoryListingCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/StartServerCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/StopServerCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +12 -1
  121. package/package.json +36 -36
@@ -98,4 +98,15 @@ declare const CreateAccessCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class CreateAccessCommand extends CreateAccessCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: CreateAccessRequest;
105
+ output: CreateAccessResponse;
106
+ };
107
+ sdk: {
108
+ input: CreateAccessCommandInput;
109
+ output: CreateAccessCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -93,4 +93,15 @@ declare const CreateAgreementCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class CreateAgreementCommand extends CreateAgreementCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: CreateAgreementRequest;
100
+ output: CreateAgreementResponse;
101
+ };
102
+ sdk: {
103
+ input: CreateAgreementCommandInput;
104
+ output: CreateAgreementCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -107,4 +107,15 @@ declare const CreateConnectorCommand_base: {
107
107
  * @public
108
108
  */
109
109
  export declare class CreateConnectorCommand extends CreateConnectorCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: CreateConnectorRequest;
114
+ output: CreateConnectorResponse;
115
+ };
116
+ sdk: {
117
+ input: CreateConnectorCommandInput;
118
+ output: CreateConnectorCommandOutput;
119
+ };
120
+ };
110
121
  }
@@ -83,4 +83,15 @@ declare const CreateProfileCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class CreateProfileCommand extends CreateProfileCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: CreateProfileRequest;
90
+ output: CreateProfileResponse;
91
+ };
92
+ sdk: {
93
+ input: CreateProfileCommandInput;
94
+ output: CreateProfileCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -147,4 +147,15 @@ declare const CreateServerCommand_base: {
147
147
  * @public
148
148
  */
149
149
  export declare class CreateServerCommand extends CreateServerCommand_base {
150
+ /** @internal type navigation helper, not in runtime. */
151
+ protected static __types: {
152
+ api: {
153
+ input: CreateServerRequest;
154
+ output: CreateServerResponse;
155
+ };
156
+ sdk: {
157
+ input: CreateServerCommandInput;
158
+ output: CreateServerCommandOutput;
159
+ };
160
+ };
150
161
  }
@@ -106,4 +106,15 @@ declare const CreateUserCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class CreateUserCommand extends CreateUserCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: CreateUserRequest;
113
+ output: CreateUserResponse;
114
+ };
115
+ sdk: {
116
+ input: CreateUserCommandInput;
117
+ output: CreateUserCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -196,4 +196,15 @@ declare const CreateWorkflowCommand_base: {
196
196
  * @public
197
197
  */
198
198
  export declare class CreateWorkflowCommand extends CreateWorkflowCommand_base {
199
+ /** @internal type navigation helper, not in runtime. */
200
+ protected static __types: {
201
+ api: {
202
+ input: CreateWorkflowRequest;
203
+ output: CreateWorkflowResponse;
204
+ };
205
+ sdk: {
206
+ input: CreateWorkflowCommandInput;
207
+ output: CreateWorkflowCommandOutput;
208
+ };
209
+ };
199
210
  }
@@ -70,4 +70,15 @@ declare const DeleteAccessCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class DeleteAccessCommand extends DeleteAccessCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: DeleteAccessRequest;
77
+ output: {};
78
+ };
79
+ sdk: {
80
+ input: DeleteAccessCommandInput;
81
+ output: DeleteAccessCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -69,4 +69,15 @@ declare const DeleteAgreementCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class DeleteAgreementCommand extends DeleteAgreementCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: DeleteAgreementRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: DeleteAgreementCommandInput;
80
+ output: DeleteAgreementCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -69,4 +69,15 @@ declare const DeleteCertificateCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class DeleteCertificateCommand extends DeleteCertificateCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: DeleteCertificateRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: DeleteCertificateCommandInput;
80
+ output: DeleteCertificateCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -68,4 +68,15 @@ declare const DeleteConnectorCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class DeleteConnectorCommand extends DeleteConnectorCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: DeleteConnectorRequest;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: DeleteConnectorCommandInput;
79
+ output: DeleteConnectorCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -72,4 +72,15 @@ declare const DeleteHostKeyCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DeleteHostKeyCommand extends DeleteHostKeyCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DeleteHostKeyRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: DeleteHostKeyCommandInput;
83
+ output: DeleteHostKeyCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -68,4 +68,15 @@ declare const DeleteProfileCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class DeleteProfileCommand extends DeleteProfileCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: DeleteProfileRequest;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: DeleteProfileCommandInput;
79
+ output: DeleteProfileCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -72,4 +72,15 @@ declare const DeleteServerCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DeleteServerCommand extends DeleteServerCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DeleteServerRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: DeleteServerCommandInput;
83
+ output: DeleteServerCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -73,4 +73,15 @@ declare const DeleteSshPublicKeyCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteSshPublicKeyCommand extends DeleteSshPublicKeyCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteSshPublicKeyRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteSshPublicKeyCommandInput;
84
+ output: DeleteSshPublicKeyCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -73,4 +73,15 @@ declare const DeleteUserCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteUserCommand extends DeleteUserCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteUserRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteUserCommandInput;
84
+ output: DeleteUserCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -71,4 +71,15 @@ declare const DeleteWorkflowCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteWorkflowRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DeleteWorkflowCommandInput;
82
+ output: DeleteWorkflowCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -96,4 +96,15 @@ declare const DescribeAccessCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class DescribeAccessCommand extends DescribeAccessCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: DescribeAccessRequest;
103
+ output: DescribeAccessResponse;
104
+ };
105
+ sdk: {
106
+ input: DescribeAccessCommandInput;
107
+ output: DescribeAccessCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -87,4 +87,15 @@ declare const DescribeAgreementCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class DescribeAgreementCommand extends DescribeAgreementCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: DescribeAgreementRequest;
94
+ output: DescribeAgreementResponse;
95
+ };
96
+ sdk: {
97
+ input: DescribeAgreementCommandInput;
98
+ output: DescribeAgreementCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -90,4 +90,15 @@ declare const DescribeCertificateCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class DescribeCertificateCommand extends DescribeCertificateCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: DescribeCertificateRequest;
97
+ output: DescribeCertificateResponse;
98
+ };
99
+ sdk: {
100
+ input: DescribeCertificateCommandInput;
101
+ output: DescribeCertificateCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -104,4 +104,15 @@ declare const DescribeConnectorCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class DescribeConnectorCommand extends DescribeConnectorCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: DescribeConnectorRequest;
111
+ output: DescribeConnectorResponse;
112
+ };
113
+ sdk: {
114
+ input: DescribeConnectorCommandInput;
115
+ output: DescribeConnectorCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -134,4 +134,15 @@ declare const DescribeExecutionCommand_base: {
134
134
  * @public
135
135
  */
136
136
  export declare class DescribeExecutionCommand extends DescribeExecutionCommand_base {
137
+ /** @internal type navigation helper, not in runtime. */
138
+ protected static __types: {
139
+ api: {
140
+ input: DescribeExecutionRequest;
141
+ output: DescribeExecutionResponse;
142
+ };
143
+ sdk: {
144
+ input: DescribeExecutionCommandInput;
145
+ output: DescribeExecutionCommandOutput;
146
+ };
147
+ };
137
148
  }
@@ -84,4 +84,15 @@ declare const DescribeHostKeyCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class DescribeHostKeyCommand extends DescribeHostKeyCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: DescribeHostKeyRequest;
91
+ output: DescribeHostKeyResponse;
92
+ };
93
+ sdk: {
94
+ input: DescribeHostKeyCommandInput;
95
+ output: DescribeHostKeyCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -84,4 +84,15 @@ declare const DescribeProfileCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class DescribeProfileCommand extends DescribeProfileCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: DescribeProfileRequest;
91
+ output: DescribeProfileResponse;
92
+ };
93
+ sdk: {
94
+ input: DescribeProfileCommandInput;
95
+ output: DescribeProfileCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -95,4 +95,15 @@ declare const DescribeSecurityPolicyCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class DescribeSecurityPolicyCommand extends DescribeSecurityPolicyCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: DescribeSecurityPolicyRequest;
102
+ output: DescribeSecurityPolicyResponse;
103
+ };
104
+ sdk: {
105
+ input: DescribeSecurityPolicyCommandInput;
106
+ output: DescribeSecurityPolicyCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -148,4 +148,15 @@ declare const DescribeServerCommand_base: {
148
148
  * @public
149
149
  */
150
150
  export declare class DescribeServerCommand extends DescribeServerCommand_base {
151
+ /** @internal type navigation helper, not in runtime. */
152
+ protected static __types: {
153
+ api: {
154
+ input: DescribeServerRequest;
155
+ output: DescribeServerResponse;
156
+ };
157
+ sdk: {
158
+ input: DescribeServerCommandInput;
159
+ output: DescribeServerCommandOutput;
160
+ };
161
+ };
151
162
  }
@@ -109,4 +109,15 @@ declare const DescribeUserCommand_base: {
109
109
  * @public
110
110
  */
111
111
  export declare class DescribeUserCommand extends DescribeUserCommand_base {
112
+ /** @internal type navigation helper, not in runtime. */
113
+ protected static __types: {
114
+ api: {
115
+ input: DescribeUserRequest;
116
+ output: DescribeUserResponse;
117
+ };
118
+ sdk: {
119
+ input: DescribeUserCommandInput;
120
+ output: DescribeUserCommandOutput;
121
+ };
122
+ };
112
123
  }
@@ -192,4 +192,15 @@ declare const DescribeWorkflowCommand_base: {
192
192
  * @public
193
193
  */
194
194
  export declare class DescribeWorkflowCommand extends DescribeWorkflowCommand_base {
195
+ /** @internal type navigation helper, not in runtime. */
196
+ protected static __types: {
197
+ api: {
198
+ input: DescribeWorkflowRequest;
199
+ output: DescribeWorkflowResponse;
200
+ };
201
+ sdk: {
202
+ input: DescribeWorkflowCommandInput;
203
+ output: DescribeWorkflowCommandOutput;
204
+ };
205
+ };
195
206
  }
@@ -84,4 +84,15 @@ declare const ImportCertificateCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class ImportCertificateCommand extends ImportCertificateCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: ImportCertificateRequest;
91
+ output: ImportCertificateResponse;
92
+ };
93
+ sdk: {
94
+ input: ImportCertificateCommandInput;
95
+ output: ImportCertificateCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -86,4 +86,15 @@ declare const ImportHostKeyCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class ImportHostKeyCommand extends ImportHostKeyCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: ImportHostKeyRequest;
93
+ output: ImportHostKeyResponse;
94
+ };
95
+ sdk: {
96
+ input: ImportHostKeyCommandInput;
97
+ output: ImportHostKeyCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -84,4 +84,15 @@ declare const ImportSshPublicKeyCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class ImportSshPublicKeyCommand extends ImportSshPublicKeyCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: ImportSshPublicKeyRequest;
91
+ output: ImportSshPublicKeyResponse;
92
+ };
93
+ sdk: {
94
+ input: ImportSshPublicKeyCommandInput;
95
+ output: ImportSshPublicKeyCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -84,4 +84,15 @@ declare const ListAccessesCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class ListAccessesCommand extends ListAccessesCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: ListAccessesRequest;
91
+ output: ListAccessesResponse;
92
+ };
93
+ sdk: {
94
+ input: ListAccessesCommandInput;
95
+ output: ListAccessesCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -90,4 +90,15 @@ declare const ListAgreementsCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class ListAgreementsCommand extends ListAgreementsCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: ListAgreementsRequest;
97
+ output: ListAgreementsResponse;
98
+ };
99
+ sdk: {
100
+ input: ListAgreementsCommandInput;
101
+ output: ListAgreementsCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -90,4 +90,15 @@ declare const ListCertificatesCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class ListCertificatesCommand extends ListCertificatesCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: ListCertificatesRequest;
97
+ output: ListCertificatesResponse;
98
+ };
99
+ sdk: {
100
+ input: ListCertificatesCommandInput;
101
+ output: ListCertificatesCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -81,4 +81,15 @@ declare const ListConnectorsCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListConnectorsCommand extends ListConnectorsCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListConnectorsRequest;
88
+ output: ListConnectorsResponse;
89
+ };
90
+ sdk: {
91
+ input: ListConnectorsCommandInput;
92
+ output: ListConnectorsCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -105,4 +105,15 @@ declare const ListExecutionsCommand_base: {
105
105
  * @public
106
106
  */
107
107
  export declare class ListExecutionsCommand extends ListExecutionsCommand_base {
108
+ /** @internal type navigation helper, not in runtime. */
109
+ protected static __types: {
110
+ api: {
111
+ input: ListExecutionsRequest;
112
+ output: ListExecutionsResponse;
113
+ };
114
+ sdk: {
115
+ input: ListExecutionsCommandInput;
116
+ output: ListExecutionsCommandOutput;
117
+ };
118
+ };
108
119
  }
@@ -87,4 +87,15 @@ declare const ListHostKeysCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class ListHostKeysCommand extends ListHostKeysCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: ListHostKeysRequest;
94
+ output: ListHostKeysResponse;
95
+ };
96
+ sdk: {
97
+ input: ListHostKeysCommandInput;
98
+ output: ListHostKeysCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -86,4 +86,15 @@ declare const ListProfilesCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class ListProfilesCommand extends ListProfilesCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: ListProfilesRequest;
93
+ output: ListProfilesResponse;
94
+ };
95
+ sdk: {
96
+ input: ListProfilesCommandInput;
97
+ output: ListProfilesCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -76,4 +76,15 @@ declare const ListSecurityPoliciesCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class ListSecurityPoliciesCommand extends ListSecurityPoliciesCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: ListSecurityPoliciesRequest;
83
+ output: ListSecurityPoliciesResponse;
84
+ };
85
+ sdk: {
86
+ input: ListSecurityPoliciesCommandInput;
87
+ output: ListSecurityPoliciesCommandOutput;
88
+ };
89
+ };
79
90
  }