@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,6 +1,7 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
2
- import { Transfer } from "../Transfer";
3
- import { TransferClient } from "../TransferClient";
4
- export interface TransferPaginationConfiguration extends PaginationConfiguration {
5
- client: Transfer | TransferClient;
6
- }
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { Transfer } from "../Transfer";
3
+ import { TransferClient } from "../TransferClient";
4
+ export interface TransferPaginationConfiguration
5
+ extends PaginationConfiguration {
6
+ client: Transfer | TransferClient;
7
+ }
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListAccessesCommandInput, ListAccessesCommandOutput } from "../commands/ListAccessesCommand";
3
- import { TransferPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListAccesses(config: TransferPaginationConfiguration, input: ListAccessesCommandInput, ...additionalArguments: any): Paginator<ListAccessesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListAccessesCommandInput,
4
+ ListAccessesCommandOutput,
5
+ } from "../commands/ListAccessesCommand";
6
+ import { TransferPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListAccesses(
8
+ config: TransferPaginationConfiguration,
9
+ input: ListAccessesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListAccessesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListAgreementsCommandInput, ListAgreementsCommandOutput } from "../commands/ListAgreementsCommand";
3
- import { TransferPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListAgreements(config: TransferPaginationConfiguration, input: ListAgreementsCommandInput, ...additionalArguments: any): Paginator<ListAgreementsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListAgreementsCommandInput,
4
+ ListAgreementsCommandOutput,
5
+ } from "../commands/ListAgreementsCommand";
6
+ import { TransferPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListAgreements(
8
+ config: TransferPaginationConfiguration,
9
+ input: ListAgreementsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListAgreementsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "../commands/ListCertificatesCommand";
3
- import { TransferPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListCertificates(config: TransferPaginationConfiguration, input: ListCertificatesCommandInput, ...additionalArguments: any): Paginator<ListCertificatesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListCertificatesCommandInput,
4
+ ListCertificatesCommandOutput,
5
+ } from "../commands/ListCertificatesCommand";
6
+ import { TransferPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListCertificates(
8
+ config: TransferPaginationConfiguration,
9
+ input: ListCertificatesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListCertificatesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListConnectorsCommandInput, ListConnectorsCommandOutput } from "../commands/ListConnectorsCommand";
3
- import { TransferPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListConnectors(config: TransferPaginationConfiguration, input: ListConnectorsCommandInput, ...additionalArguments: any): Paginator<ListConnectorsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListConnectorsCommandInput,
4
+ ListConnectorsCommandOutput,
5
+ } from "../commands/ListConnectorsCommand";
6
+ import { TransferPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListConnectors(
8
+ config: TransferPaginationConfiguration,
9
+ input: ListConnectorsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListConnectorsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListExecutionsCommandInput, ListExecutionsCommandOutput } from "../commands/ListExecutionsCommand";
3
- import { TransferPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListExecutions(config: TransferPaginationConfiguration, input: ListExecutionsCommandInput, ...additionalArguments: any): Paginator<ListExecutionsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListExecutionsCommandInput,
4
+ ListExecutionsCommandOutput,
5
+ } from "../commands/ListExecutionsCommand";
6
+ import { TransferPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListExecutions(
8
+ config: TransferPaginationConfiguration,
9
+ input: ListExecutionsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListExecutionsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListProfilesCommandInput, ListProfilesCommandOutput } from "../commands/ListProfilesCommand";
3
- import { TransferPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListProfiles(config: TransferPaginationConfiguration, input: ListProfilesCommandInput, ...additionalArguments: any): Paginator<ListProfilesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListProfilesCommandInput,
4
+ ListProfilesCommandOutput,
5
+ } from "../commands/ListProfilesCommand";
6
+ import { TransferPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListProfiles(
8
+ config: TransferPaginationConfiguration,
9
+ input: ListProfilesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListProfilesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput } from "../commands/ListSecurityPoliciesCommand";
3
- import { TransferPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListSecurityPolicies(config: TransferPaginationConfiguration, input: ListSecurityPoliciesCommandInput, ...additionalArguments: any): Paginator<ListSecurityPoliciesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListSecurityPoliciesCommandInput,
4
+ ListSecurityPoliciesCommandOutput,
5
+ } from "../commands/ListSecurityPoliciesCommand";
6
+ import { TransferPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListSecurityPolicies(
8
+ config: TransferPaginationConfiguration,
9
+ input: ListSecurityPoliciesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListSecurityPoliciesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListServersCommandInput, ListServersCommandOutput } from "../commands/ListServersCommand";
3
- import { TransferPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListServers(config: TransferPaginationConfiguration, input: ListServersCommandInput, ...additionalArguments: any): Paginator<ListServersCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListServersCommandInput,
4
+ ListServersCommandOutput,
5
+ } from "../commands/ListServersCommand";
6
+ import { TransferPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListServers(
8
+ config: TransferPaginationConfiguration,
9
+ input: ListServersCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListServersCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
3
- import { TransferPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListTagsForResource(config: TransferPaginationConfiguration, input: ListTagsForResourceCommandInput, ...additionalArguments: any): Paginator<ListTagsForResourceCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListTagsForResourceCommandInput,
4
+ ListTagsForResourceCommandOutput,
5
+ } from "../commands/ListTagsForResourceCommand";
6
+ import { TransferPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListTagsForResource(
8
+ config: TransferPaginationConfiguration,
9
+ input: ListTagsForResourceCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListTagsForResourceCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
3
- import { TransferPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListUsers(config: TransferPaginationConfiguration, input: ListUsersCommandInput, ...additionalArguments: any): Paginator<ListUsersCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListUsersCommandInput,
4
+ ListUsersCommandOutput,
5
+ } from "../commands/ListUsersCommand";
6
+ import { TransferPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListUsers(
8
+ config: TransferPaginationConfiguration,
9
+ input: ListUsersCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListUsersCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
3
- import { TransferPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListWorkflows(config: TransferPaginationConfiguration, input: ListWorkflowsCommandInput, ...additionalArguments: any): Paginator<ListWorkflowsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListWorkflowsCommandInput,
4
+ ListWorkflowsCommandOutput,
5
+ } from "../commands/ListWorkflowsCommand";
6
+ import { TransferPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListWorkflows(
8
+ config: TransferPaginationConfiguration,
9
+ input: ListWorkflowsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListWorkflowsCommandOutput>;
@@ -1,12 +1,12 @@
1
- export * from "./Interfaces";
2
- export * from "./ListAccessesPaginator";
3
- export * from "./ListAgreementsPaginator";
4
- export * from "./ListCertificatesPaginator";
5
- export * from "./ListConnectorsPaginator";
6
- export * from "./ListExecutionsPaginator";
7
- export * from "./ListProfilesPaginator";
8
- export * from "./ListSecurityPoliciesPaginator";
9
- export * from "./ListServersPaginator";
10
- export * from "./ListTagsForResourcePaginator";
11
- export * from "./ListUsersPaginator";
12
- export * from "./ListWorkflowsPaginator";
1
+ export * from "./Interfaces";
2
+ export * from "./ListAccessesPaginator";
3
+ export * from "./ListAgreementsPaginator";
4
+ export * from "./ListCertificatesPaginator";
5
+ export * from "./ListConnectorsPaginator";
6
+ export * from "./ListExecutionsPaginator";
7
+ export * from "./ListProfilesPaginator";
8
+ export * from "./ListSecurityPoliciesPaginator";
9
+ export * from "./ListServersPaginator";
10
+ export * from "./ListTagsForResourcePaginator";
11
+ export * from "./ListUsersPaginator";
12
+ export * from "./ListWorkflowsPaginator";