@aws-sdk/client-transfer 3.650.0 → 3.654.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
@@ -83,4 +83,15 @@ declare const ListServersCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListServersCommand extends ListServersCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListServersRequest;
90
+ output: ListServersResponse;
91
+ };
92
+ sdk: {
93
+ input: ListServersCommandInput;
94
+ output: ListServersCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -79,4 +79,15 @@ declare const ListTagsForResourceCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: ListTagsForResourceRequest;
86
+ output: ListTagsForResourceResponse;
87
+ };
88
+ sdk: {
89
+ input: ListTagsForResourceCommandInput;
90
+ output: ListTagsForResourceCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -87,4 +87,15 @@ declare const ListUsersCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class ListUsersCommand extends ListUsersCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: ListUsersRequest;
94
+ output: ListUsersResponse;
95
+ };
96
+ sdk: {
97
+ input: ListUsersCommandInput;
98
+ output: ListUsersCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -77,4 +77,15 @@ declare const ListWorkflowsCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: ListWorkflowsRequest;
84
+ output: ListWorkflowsResponse;
85
+ };
86
+ sdk: {
87
+ input: ListWorkflowsCommandInput;
88
+ output: ListWorkflowsCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -81,4 +81,15 @@ declare const SendWorkflowStepStateCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class SendWorkflowStepStateCommand extends SendWorkflowStepStateCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: SendWorkflowStepStateRequest;
88
+ output: {};
89
+ };
90
+ sdk: {
91
+ input: SendWorkflowStepStateCommandInput;
92
+ output: SendWorkflowStepStateCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -121,4 +121,15 @@ declare const StartDirectoryListingCommand_base: {
121
121
  * @public
122
122
  */
123
123
  export declare class StartDirectoryListingCommand extends StartDirectoryListingCommand_base {
124
+ /** @internal type navigation helper, not in runtime. */
125
+ protected static __types: {
126
+ api: {
127
+ input: StartDirectoryListingRequest;
128
+ output: StartDirectoryListingResponse;
129
+ };
130
+ sdk: {
131
+ input: StartDirectoryListingCommandInput;
132
+ output: StartDirectoryListingCommandOutput;
133
+ };
134
+ };
124
135
  }
@@ -106,4 +106,15 @@ declare const StartFileTransferCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class StartFileTransferCommand extends StartFileTransferCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: StartFileTransferRequest;
113
+ output: StartFileTransferResponse;
114
+ };
115
+ sdk: {
116
+ input: StartFileTransferCommandInput;
117
+ output: StartFileTransferCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -77,4 +77,15 @@ declare const StartServerCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class StartServerCommand extends StartServerCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: StartServerRequest;
84
+ output: {};
85
+ };
86
+ sdk: {
87
+ input: StartServerCommandInput;
88
+ output: StartServerCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -82,4 +82,15 @@ declare const StopServerCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class StopServerCommand extends StopServerCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: StopServerRequest;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: StopServerCommandInput;
93
+ output: StopServerCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -76,4 +76,15 @@ declare const TagResourceCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class TagResourceCommand extends TagResourceCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: TagResourceRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: TagResourceCommandInput;
87
+ output: TagResourceCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -74,4 +74,15 @@ declare const TestConnectionCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class TestConnectionCommand extends TestConnectionCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: TestConnectionRequest;
81
+ output: TestConnectionResponse;
82
+ };
83
+ sdk: {
84
+ input: TestConnectionCommandInput;
85
+ output: TestConnectionCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -126,4 +126,15 @@ declare const TestIdentityProviderCommand_base: {
126
126
  * @public
127
127
  */
128
128
  export declare class TestIdentityProviderCommand extends TestIdentityProviderCommand_base {
129
+ /** @internal type navigation helper, not in runtime. */
130
+ protected static __types: {
131
+ api: {
132
+ input: TestIdentityProviderRequest;
133
+ output: TestIdentityProviderResponse;
134
+ };
135
+ sdk: {
136
+ input: TestIdentityProviderCommandInput;
137
+ output: TestIdentityProviderCommandOutput;
138
+ };
139
+ };
129
140
  }
@@ -73,4 +73,15 @@ declare const UntagResourceCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: UntagResourceRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: UntagResourceCommandInput;
84
+ output: UntagResourceCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -97,4 +97,15 @@ declare const UpdateAccessCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class UpdateAccessCommand extends UpdateAccessCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: UpdateAccessRequest;
104
+ output: UpdateAccessResponse;
105
+ };
106
+ sdk: {
107
+ input: UpdateAccessCommandInput;
108
+ output: UpdateAccessCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -85,4 +85,15 @@ declare const UpdateAgreementCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class UpdateAgreementCommand extends UpdateAgreementCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: UpdateAgreementRequest;
92
+ output: UpdateAgreementResponse;
93
+ };
94
+ sdk: {
95
+ input: UpdateAgreementCommandInput;
96
+ output: UpdateAgreementCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -76,4 +76,15 @@ declare const UpdateCertificateCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class UpdateCertificateCommand extends UpdateCertificateCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: UpdateCertificateRequest;
83
+ output: UpdateCertificateResponse;
84
+ };
85
+ sdk: {
86
+ input: UpdateCertificateCommandInput;
87
+ output: UpdateCertificateCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -99,4 +99,15 @@ declare const UpdateConnectorCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class UpdateConnectorCommand extends UpdateConnectorCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: UpdateConnectorRequest;
106
+ output: UpdateConnectorResponse;
107
+ };
108
+ sdk: {
109
+ input: UpdateConnectorCommandInput;
110
+ output: UpdateConnectorCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -77,4 +77,15 @@ declare const UpdateHostKeyCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class UpdateHostKeyCommand extends UpdateHostKeyCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: UpdateHostKeyRequest;
84
+ output: UpdateHostKeyResponse;
85
+ };
86
+ sdk: {
87
+ input: UpdateHostKeyCommandInput;
88
+ output: UpdateHostKeyCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -78,4 +78,15 @@ declare const UpdateProfileCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class UpdateProfileCommand extends UpdateProfileCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: UpdateProfileRequest;
85
+ output: UpdateProfileResponse;
86
+ };
87
+ sdk: {
88
+ input: UpdateProfileCommandInput;
89
+ output: UpdateProfileCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -145,4 +145,15 @@ declare const UpdateServerCommand_base: {
145
145
  * @public
146
146
  */
147
147
  export declare class UpdateServerCommand extends UpdateServerCommand_base {
148
+ /** @internal type navigation helper, not in runtime. */
149
+ protected static __types: {
150
+ api: {
151
+ input: UpdateServerRequest;
152
+ output: UpdateServerResponse;
153
+ };
154
+ sdk: {
155
+ input: UpdateServerCommandInput;
156
+ output: UpdateServerCommandOutput;
157
+ };
158
+ };
148
159
  }
@@ -109,4 +109,15 @@ declare const UpdateUserCommand_base: {
109
109
  * @public
110
110
  */
111
111
  export declare class UpdateUserCommand extends UpdateUserCommand_base {
112
+ /** @internal type navigation helper, not in runtime. */
113
+ protected static __types: {
114
+ api: {
115
+ input: UpdateUserRequest;
116
+ output: UpdateUserResponse;
117
+ };
118
+ sdk: {
119
+ input: UpdateUserCommandInput;
120
+ output: UpdateUserCommandOutput;
121
+ };
122
+ };
112
123
  }
@@ -33,4 +33,15 @@ declare const CreateAccessCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateAccessCommand extends CreateAccessCommand_base {}
36
+ export declare class CreateAccessCommand extends CreateAccessCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateAccessRequest;
40
+ output: CreateAccessResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateAccessCommandInput;
44
+ output: CreateAccessCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const CreateAgreementCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateAgreementCommand extends CreateAgreementCommand_base {}
39
+ export declare class CreateAgreementCommand extends CreateAgreementCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateAgreementRequest;
43
+ output: CreateAgreementResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateAgreementCommandInput;
47
+ output: CreateAgreementCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const CreateConnectorCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateConnectorCommand extends CreateConnectorCommand_base {}
39
+ export declare class CreateConnectorCommand extends CreateConnectorCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateConnectorRequest;
43
+ output: CreateConnectorResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateConnectorCommandInput;
47
+ output: CreateConnectorCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const CreateProfileCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateProfileCommand extends CreateProfileCommand_base {}
39
+ export declare class CreateProfileCommand extends CreateProfileCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateProfileRequest;
43
+ output: CreateProfileResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateProfileCommandInput;
47
+ output: CreateProfileCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const CreateServerCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateServerCommand extends CreateServerCommand_base {}
36
+ export declare class CreateServerCommand extends CreateServerCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateServerRequest;
40
+ output: CreateServerResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateServerCommandInput;
44
+ output: CreateServerCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const CreateUserCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateUserCommand extends CreateUserCommand_base {}
36
+ export declare class CreateUserCommand extends CreateUserCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateUserRequest;
40
+ output: CreateUserResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateUserCommandInput;
44
+ output: CreateUserCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const CreateWorkflowCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateWorkflowCommand extends CreateWorkflowCommand_base {}
39
+ export declare class CreateWorkflowCommand extends CreateWorkflowCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateWorkflowRequest;
43
+ output: CreateWorkflowResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateWorkflowCommandInput;
47
+ output: CreateWorkflowCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -31,4 +31,15 @@ declare const DeleteAccessCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteAccessCommand extends DeleteAccessCommand_base {}
34
+ export declare class DeleteAccessCommand extends DeleteAccessCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteAccessRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteAccessCommandInput;
42
+ output: DeleteAccessCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const DeleteAgreementCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteAgreementCommand extends DeleteAgreementCommand_base {}
34
+ export declare class DeleteAgreementCommand extends DeleteAgreementCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteAgreementRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteAgreementCommandInput;
42
+ output: DeleteAgreementCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -32,4 +32,15 @@ declare const DeleteCertificateCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteCertificateCommand extends DeleteCertificateCommand_base {}
35
+ export declare class DeleteCertificateCommand extends DeleteCertificateCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteCertificateRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteCertificateCommandInput;
43
+ output: DeleteCertificateCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -31,4 +31,15 @@ declare const DeleteConnectorCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteConnectorCommand extends DeleteConnectorCommand_base {}
34
+ export declare class DeleteConnectorCommand extends DeleteConnectorCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteConnectorRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteConnectorCommandInput;
42
+ output: DeleteConnectorCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const DeleteHostKeyCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteHostKeyCommand extends DeleteHostKeyCommand_base {}
34
+ export declare class DeleteHostKeyCommand extends DeleteHostKeyCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteHostKeyRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteHostKeyCommandInput;
42
+ output: DeleteHostKeyCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const DeleteProfileCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteProfileCommand extends DeleteProfileCommand_base {}
34
+ export declare class DeleteProfileCommand extends DeleteProfileCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteProfileRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteProfileCommandInput;
42
+ output: DeleteProfileCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const DeleteServerCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteServerCommand extends DeleteServerCommand_base {}
34
+ export declare class DeleteServerCommand extends DeleteServerCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteServerRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteServerCommandInput;
42
+ output: DeleteServerCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -32,4 +32,15 @@ declare const DeleteSshPublicKeyCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteSshPublicKeyCommand extends DeleteSshPublicKeyCommand_base {}
35
+ export declare class DeleteSshPublicKeyCommand extends DeleteSshPublicKeyCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteSshPublicKeyRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteSshPublicKeyCommandInput;
43
+ output: DeleteSshPublicKeyCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -31,4 +31,15 @@ declare const DeleteUserCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteUserCommand extends DeleteUserCommand_base {}
34
+ export declare class DeleteUserCommand extends DeleteUserCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteUserRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteUserCommandInput;
42
+ output: DeleteUserCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const DeleteWorkflowCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {}
34
+ export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteWorkflowRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteWorkflowCommandInput;
42
+ output: DeleteWorkflowCommandOutput;
43
+ };
44
+ };
45
+ }