@aws-sdk/client-transfer 3.533.0 → 3.535.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 (123) hide show
  1. package/dist-types/Transfer.d.ts +8 -1
  2. package/dist-types/TransferClient.d.ts +1 -1
  3. package/dist-types/commands/CreateAccessCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateAgreementCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateConnectorCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateProfileCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateServerCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateUserCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteAccessCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteAgreementCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteCertificateCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteConnectorCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteHostKeyCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteProfileCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteServerCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeAccessCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeAgreementCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeCertificateCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeConnectorCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeExecutionCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeHostKeyCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeProfileCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeServerCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeUserCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeWorkflowCommand.d.ts +2 -1
  31. package/dist-types/commands/ImportCertificateCommand.d.ts +2 -1
  32. package/dist-types/commands/ImportHostKeyCommand.d.ts +2 -1
  33. package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +2 -1
  34. package/dist-types/commands/ListAccessesCommand.d.ts +2 -1
  35. package/dist-types/commands/ListAgreementsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListCertificatesCommand.d.ts +2 -1
  37. package/dist-types/commands/ListConnectorsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListExecutionsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListHostKeysCommand.d.ts +2 -1
  40. package/dist-types/commands/ListProfilesCommand.d.ts +2 -1
  41. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +2 -1
  42. package/dist-types/commands/ListServersCommand.d.ts +2 -1
  43. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  44. package/dist-types/commands/ListUsersCommand.d.ts +2 -1
  45. package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
  46. package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +2 -1
  47. package/dist-types/commands/StartFileTransferCommand.d.ts +2 -1
  48. package/dist-types/commands/StartServerCommand.d.ts +2 -1
  49. package/dist-types/commands/StopServerCommand.d.ts +2 -1
  50. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  51. package/dist-types/commands/TestConnectionCommand.d.ts +2 -1
  52. package/dist-types/commands/TestIdentityProviderCommand.d.ts +2 -1
  53. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateAccessCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateAgreementCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateCertificateCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateConnectorCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateHostKeyCommand.d.ts +2 -1
  59. package/dist-types/commands/UpdateProfileCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateServerCommand.d.ts +2 -1
  61. package/dist-types/commands/UpdateUserCommand.d.ts +2 -1
  62. package/dist-types/models/models_0.d.ts +599 -599
  63. package/dist-types/ts3.4/Transfer.d.ts +7 -0
  64. package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/ListServersCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/StartServerCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/StopServerCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +9 -0
  123. package/package.json +41 -41
@@ -289,6 +289,7 @@ export interface Transfer {
289
289
  options: __HttpHandlerOptions,
290
290
  cb: (err: any, data?: CreateProfileCommandOutput) => void
291
291
  ): void;
292
+ createServer(): Promise<CreateServerCommandOutput>;
292
293
  createServer(
293
294
  args: CreateServerCommandInput,
294
295
  options?: __HttpHandlerOptions
@@ -666,6 +667,7 @@ export interface Transfer {
666
667
  options: __HttpHandlerOptions,
667
668
  cb: (err: any, data?: ListAgreementsCommandOutput) => void
668
669
  ): void;
670
+ listCertificates(): Promise<ListCertificatesCommandOutput>;
669
671
  listCertificates(
670
672
  args: ListCertificatesCommandInput,
671
673
  options?: __HttpHandlerOptions
@@ -679,6 +681,7 @@ export interface Transfer {
679
681
  options: __HttpHandlerOptions,
680
682
  cb: (err: any, data?: ListCertificatesCommandOutput) => void
681
683
  ): void;
684
+ listConnectors(): Promise<ListConnectorsCommandOutput>;
682
685
  listConnectors(
683
686
  args: ListConnectorsCommandInput,
684
687
  options?: __HttpHandlerOptions
@@ -718,6 +721,7 @@ export interface Transfer {
718
721
  options: __HttpHandlerOptions,
719
722
  cb: (err: any, data?: ListHostKeysCommandOutput) => void
720
723
  ): void;
724
+ listProfiles(): Promise<ListProfilesCommandOutput>;
721
725
  listProfiles(
722
726
  args: ListProfilesCommandInput,
723
727
  options?: __HttpHandlerOptions
@@ -731,6 +735,7 @@ export interface Transfer {
731
735
  options: __HttpHandlerOptions,
732
736
  cb: (err: any, data?: ListProfilesCommandOutput) => void
733
737
  ): void;
738
+ listSecurityPolicies(): Promise<ListSecurityPoliciesCommandOutput>;
734
739
  listSecurityPolicies(
735
740
  args: ListSecurityPoliciesCommandInput,
736
741
  options?: __HttpHandlerOptions
@@ -744,6 +749,7 @@ export interface Transfer {
744
749
  options: __HttpHandlerOptions,
745
750
  cb: (err: any, data?: ListSecurityPoliciesCommandOutput) => void
746
751
  ): void;
752
+ listServers(): Promise<ListServersCommandOutput>;
747
753
  listServers(
748
754
  args: ListServersCommandInput,
749
755
  options?: __HttpHandlerOptions
@@ -783,6 +789,7 @@ export interface Transfer {
783
789
  options: __HttpHandlerOptions,
784
790
  cb: (err: any, data?: ListUsersCommandOutput) => void
785
791
  ): void;
792
+ listWorkflows(): Promise<ListWorkflowsCommandOutput>;
786
793
  listWorkflows(
787
794
  args: ListWorkflowsCommandInput,
788
795
  options?: __HttpHandlerOptions
@@ -21,6 +21,15 @@ declare const CreateAccessCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateAccessCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateAccessCommandInput,
28
+ CreateAccessCommandOutput,
29
+ TransferClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateAccessCommand extends CreateAccessCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateAgreementCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateAgreementCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateAgreementCommandInput,
31
+ CreateAgreementCommandOutput,
32
+ TransferClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateAgreementCommand extends CreateAgreementCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateConnectorCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateConnectorCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateConnectorCommandInput,
31
+ CreateConnectorCommandOutput,
32
+ TransferClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateConnectorCommand extends CreateConnectorCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateProfileCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateProfileCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateProfileCommandInput,
31
+ CreateProfileCommandOutput,
32
+ TransferClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateProfileCommand extends CreateProfileCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateServerCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [CreateServerCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateServerCommandInput,
28
+ CreateServerCommandOutput,
29
+ TransferClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateServerCommand extends CreateServerCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateUserCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateUserCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateUserCommandInput,
28
+ CreateUserCommandOutput,
29
+ TransferClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateUserCommand extends CreateUserCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateWorkflowCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateWorkflowCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateWorkflowCommandInput,
31
+ CreateWorkflowCommandOutput,
32
+ TransferClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateWorkflowCommand extends CreateWorkflowCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteAccessCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteAccessCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteAccessCommandInput,
26
+ DeleteAccessCommandOutput,
27
+ TransferClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteAccessCommand extends DeleteAccessCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteAgreementCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteAgreementCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteAgreementCommandInput,
26
+ DeleteAgreementCommandOutput,
27
+ TransferClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteAgreementCommand extends DeleteAgreementCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteCertificateCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteCertificateCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteCertificateCommandInput,
27
+ DeleteCertificateCommandOutput,
28
+ TransferClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteCertificateCommand extends DeleteCertificateCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteConnectorCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteConnectorCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteConnectorCommandInput,
26
+ DeleteConnectorCommandOutput,
27
+ TransferClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteConnectorCommand extends DeleteConnectorCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteHostKeyCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteHostKeyCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteHostKeyCommandInput,
26
+ DeleteHostKeyCommandOutput,
27
+ TransferClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteHostKeyCommand extends DeleteHostKeyCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteProfileCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteProfileCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteProfileCommandInput,
26
+ DeleteProfileCommandOutput,
27
+ TransferClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteProfileCommand extends DeleteProfileCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteServerCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteServerCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteServerCommandInput,
26
+ DeleteServerCommandOutput,
27
+ TransferClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteServerCommand extends DeleteServerCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteSshPublicKeyCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteSshPublicKeyCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteSshPublicKeyCommandInput,
27
+ DeleteSshPublicKeyCommandOutput,
28
+ TransferClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteSshPublicKeyCommand extends DeleteSshPublicKeyCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteUserCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteUserCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteUserCommandInput,
26
+ DeleteUserCommandOutput,
27
+ TransferClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteUserCommand extends DeleteUserCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteWorkflowCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteWorkflowCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteWorkflowCommandInput,
26
+ DeleteWorkflowCommandOutput,
27
+ TransferClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeAccessCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeAccessCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeAccessCommandInput,
31
+ DescribeAccessCommandOutput,
32
+ TransferClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeAccessCommand extends DescribeAccessCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeAgreementCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeAgreementCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeAgreementCommandInput,
32
+ DescribeAgreementCommandOutput,
33
+ TransferClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeAgreementCommand extends DescribeAgreementCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeCertificateCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeCertificateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeCertificateCommandInput,
32
+ DescribeCertificateCommandOutput,
33
+ TransferClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeCertificateCommand extends DescribeCertificateCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeConnectorCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeConnectorCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeConnectorCommandInput,
32
+ DescribeConnectorCommandOutput,
33
+ TransferClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeConnectorCommand extends DescribeConnectorCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeExecutionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeExecutionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeExecutionCommandInput,
32
+ DescribeExecutionCommandOutput,
33
+ TransferClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeExecutionCommand extends DescribeExecutionCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeHostKeyCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeHostKeyCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeHostKeyCommandInput,
31
+ DescribeHostKeyCommandOutput,
32
+ TransferClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeHostKeyCommand extends DescribeHostKeyCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeProfileCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeProfileCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeProfileCommandInput,
31
+ DescribeProfileCommandOutput,
32
+ TransferClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeProfileCommand extends DescribeProfileCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeSecurityPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeSecurityPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeSecurityPolicyCommandInput,
32
+ DescribeSecurityPolicyCommandOutput,
33
+ TransferClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeSecurityPolicyCommand extends DescribeSecurityPolicyCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeServerCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeServerCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeServerCommandInput,
31
+ DescribeServerCommandOutput,
32
+ TransferClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeServerCommand extends DescribeServerCommand_base {}
@@ -21,6 +21,15 @@ declare const DescribeUserCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DescribeUserCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DescribeUserCommandInput,
28
+ DescribeUserCommandOutput,
29
+ TransferClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DescribeUserCommand extends DescribeUserCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeWorkflowCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeWorkflowCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeWorkflowCommandInput,
31
+ DescribeWorkflowCommandOutput,
32
+ TransferClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeWorkflowCommand extends DescribeWorkflowCommand_base {}
@@ -25,6 +25,15 @@ declare const ImportCertificateCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ImportCertificateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ImportCertificateCommandInput,
32
+ ImportCertificateCommandOutput,
33
+ TransferClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ImportCertificateCommand extends ImportCertificateCommand_base {}
@@ -24,6 +24,15 @@ declare const ImportHostKeyCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ImportHostKeyCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ImportHostKeyCommandInput,
31
+ ImportHostKeyCommandOutput,
32
+ TransferClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ImportHostKeyCommand extends ImportHostKeyCommand_base {}
@@ -25,6 +25,15 @@ declare const ImportSshPublicKeyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ImportSshPublicKeyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ImportSshPublicKeyCommandInput,
32
+ ImportSshPublicKeyCommandOutput,
33
+ TransferClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ImportSshPublicKeyCommand extends ImportSshPublicKeyCommand_base {}
@@ -21,6 +21,15 @@ declare const ListAccessesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListAccessesCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListAccessesCommandInput,
28
+ ListAccessesCommandOutput,
29
+ TransferClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListAccessesCommand extends ListAccessesCommand_base {}
@@ -24,6 +24,15 @@ declare const ListAgreementsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ListAgreementsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListAgreementsCommandInput,
31
+ ListAgreementsCommandOutput,
32
+ TransferClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListAgreementsCommand extends ListAgreementsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListCertificatesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListCertificatesCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListCertificatesCommandInput,
31
+ ListCertificatesCommandOutput,
32
+ TransferClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListCertificatesCommand extends ListCertificatesCommand_base {}
@@ -24,6 +24,15 @@ declare const ListConnectorsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListConnectorsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListConnectorsCommandInput,
31
+ ListConnectorsCommandOutput,
32
+ TransferClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListConnectorsCommand extends ListConnectorsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListExecutionsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ListExecutionsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListExecutionsCommandInput,
31
+ ListExecutionsCommandOutput,
32
+ TransferClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListExecutionsCommand extends ListExecutionsCommand_base {}