@aws-sdk/client-transfer 3.296.0 → 3.297.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 (75) hide show
  1. package/dist-types/Transfer.d.ts +59 -0
  2. package/dist-types/TransferClient.d.ts +24 -4
  3. package/dist-types/commands/CreateAccessCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateAgreementCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateConnectorCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateProfileCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateServerCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateUserCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateWorkflowCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteAccessCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteAgreementCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteCertificateCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteConnectorCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteHostKeyCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteProfileCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteServerCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteWorkflowCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeAccessCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeAgreementCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeCertificateCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeConnectorCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeExecutionCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeHostKeyCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeProfileCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeServerCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeUserCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeWorkflowCommand.d.ts +16 -0
  31. package/dist-types/commands/ImportCertificateCommand.d.ts +16 -0
  32. package/dist-types/commands/ImportHostKeyCommand.d.ts +16 -0
  33. package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +16 -0
  34. package/dist-types/commands/ListAccessesCommand.d.ts +16 -0
  35. package/dist-types/commands/ListAgreementsCommand.d.ts +16 -0
  36. package/dist-types/commands/ListCertificatesCommand.d.ts +16 -0
  37. package/dist-types/commands/ListConnectorsCommand.d.ts +16 -0
  38. package/dist-types/commands/ListExecutionsCommand.d.ts +16 -0
  39. package/dist-types/commands/ListHostKeysCommand.d.ts +16 -0
  40. package/dist-types/commands/ListProfilesCommand.d.ts +16 -0
  41. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +16 -0
  42. package/dist-types/commands/ListServersCommand.d.ts +16 -0
  43. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  44. package/dist-types/commands/ListUsersCommand.d.ts +16 -0
  45. package/dist-types/commands/ListWorkflowsCommand.d.ts +16 -0
  46. package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +16 -0
  47. package/dist-types/commands/StartFileTransferCommand.d.ts +16 -0
  48. package/dist-types/commands/StartServerCommand.d.ts +16 -0
  49. package/dist-types/commands/StopServerCommand.d.ts +16 -0
  50. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  51. package/dist-types/commands/TestIdentityProviderCommand.d.ts +16 -0
  52. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  53. package/dist-types/commands/UpdateAccessCommand.d.ts +16 -0
  54. package/dist-types/commands/UpdateAgreementCommand.d.ts +16 -0
  55. package/dist-types/commands/UpdateCertificateCommand.d.ts +16 -0
  56. package/dist-types/commands/UpdateConnectorCommand.d.ts +16 -0
  57. package/dist-types/commands/UpdateHostKeyCommand.d.ts +16 -0
  58. package/dist-types/commands/UpdateProfileCommand.d.ts +16 -0
  59. package/dist-types/commands/UpdateServerCommand.d.ts +16 -0
  60. package/dist-types/commands/UpdateUserCommand.d.ts +16 -0
  61. package/dist-types/models/TransferServiceException.d.ts +2 -0
  62. package/dist-types/models/models_0.d.ts +478 -43
  63. package/dist-types/pagination/Interfaces.d.ts +3 -0
  64. package/dist-types/pagination/ListAccessesPaginator.d.ts +3 -0
  65. package/dist-types/pagination/ListAgreementsPaginator.d.ts +3 -0
  66. package/dist-types/pagination/ListCertificatesPaginator.d.ts +3 -0
  67. package/dist-types/pagination/ListConnectorsPaginator.d.ts +3 -0
  68. package/dist-types/pagination/ListExecutionsPaginator.d.ts +3 -0
  69. package/dist-types/pagination/ListProfilesPaginator.d.ts +3 -0
  70. package/dist-types/pagination/ListSecurityPoliciesPaginator.d.ts +3 -0
  71. package/dist-types/pagination/ListServersPaginator.d.ts +3 -0
  72. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  73. package/dist-types/pagination/ListUsersPaginator.d.ts +3 -0
  74. package/dist-types/pagination/ListWorkflowsPaginator.d.ts +3 -0
  75. package/package.json +3 -3
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { TransferClient } from "../TransferClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface TransferPaginationConfiguration extends PaginationConfiguration {
4
7
  client: TransferClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListAccessesCommandInput, ListAccessesCommandOutput } from "../commands/ListAccessesCommand";
3
3
  import { TransferPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListAccesses(config: TransferPaginationConfiguration, input: ListAccessesCommandInput, ...additionalArguments: any): Paginator<ListAccessesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListAgreementsCommandInput, ListAgreementsCommandOutput } from "../commands/ListAgreementsCommand";
3
3
  import { TransferPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListAgreements(config: TransferPaginationConfiguration, input: ListAgreementsCommandInput, ...additionalArguments: any): Paginator<ListAgreementsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "../commands/ListCertificatesCommand";
3
3
  import { TransferPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListCertificates(config: TransferPaginationConfiguration, input: ListCertificatesCommandInput, ...additionalArguments: any): Paginator<ListCertificatesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListConnectorsCommandInput, ListConnectorsCommandOutput } from "../commands/ListConnectorsCommand";
3
3
  import { TransferPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListConnectors(config: TransferPaginationConfiguration, input: ListConnectorsCommandInput, ...additionalArguments: any): Paginator<ListConnectorsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListExecutionsCommandInput, ListExecutionsCommandOutput } from "../commands/ListExecutionsCommand";
3
3
  import { TransferPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListExecutions(config: TransferPaginationConfiguration, input: ListExecutionsCommandInput, ...additionalArguments: any): Paginator<ListExecutionsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListProfilesCommandInput, ListProfilesCommandOutput } from "../commands/ListProfilesCommand";
3
3
  import { TransferPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListProfiles(config: TransferPaginationConfiguration, input: ListProfilesCommandInput, ...additionalArguments: any): Paginator<ListProfilesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput } from "../commands/ListSecurityPoliciesCommand";
3
3
  import { TransferPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListSecurityPolicies(config: TransferPaginationConfiguration, input: ListSecurityPoliciesCommandInput, ...additionalArguments: any): Paginator<ListSecurityPoliciesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListServersCommandInput, ListServersCommandOutput } from "../commands/ListServersCommand";
3
3
  import { TransferPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListServers(config: TransferPaginationConfiguration, input: ListServersCommandInput, ...additionalArguments: any): Paginator<ListServersCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
3
3
  import { TransferPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListTagsForResource(config: TransferPaginationConfiguration, input: ListTagsForResourceCommandInput, ...additionalArguments: any): Paginator<ListTagsForResourceCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
3
3
  import { TransferPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListUsers(config: TransferPaginationConfiguration, input: ListUsersCommandInput, ...additionalArguments: any): Paginator<ListUsersCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
3
3
  import { TransferPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListWorkflows(config: TransferPaginationConfiguration, input: ListWorkflowsCommandInput, ...additionalArguments: any): Paginator<ListWorkflowsCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-transfer",
3
3
  "description": "AWS SDK for JavaScript Transfer Client for Node.js, Browser and React Native",
4
- "version": "3.296.0",
4
+ "version": "3.297.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
23
+ "@aws-sdk/client-sts": "3.297.0",
24
24
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
25
+ "@aws-sdk/credential-provider-node": "3.297.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
27
  "@aws-sdk/hash-node": "3.296.0",
28
28
  "@aws-sdk/invalid-dependency": "3.296.0",