@aws-sdk/client-transfer 3.50.0 → 3.53.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 (67) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/TransferServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +134 -3
  5. package/dist-cjs/protocols/Aws_json1_1.js +378 -1302
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/TransferServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +123 -1
  9. package/dist-es/protocols/Aws_json1_1.js +789 -1422
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/TransferServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +137 -74
  13. package/dist-types/ts3.4/Transfer.d.ts +165 -0
  14. package/dist-types/ts3.4/TransferClient.d.ts +105 -0
  15. package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/ListServersCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/StartServerCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/StopServerCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/index.d.ts +32 -0
  48. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  49. package/dist-types/ts3.4/index.d.ts +6 -0
  50. package/dist-types/ts3.4/models/TransferServiceException.d.ts +6 -0
  51. package/dist-types/ts3.4/models/index.d.ts +1 -0
  52. package/dist-types/ts3.4/models/models_0.d.ts +1353 -0
  53. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  54. package/dist-types/ts3.4/pagination/ListAccessesPaginator.d.ts +4 -0
  55. package/dist-types/ts3.4/pagination/ListExecutionsPaginator.d.ts +4 -0
  56. package/dist-types/ts3.4/pagination/ListSecurityPoliciesPaginator.d.ts +4 -0
  57. package/dist-types/ts3.4/pagination/ListServersPaginator.d.ts +4 -0
  58. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +4 -0
  59. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +4 -0
  60. package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +4 -0
  61. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  62. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +98 -0
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  67. package/package.json +33 -33
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { TestIdentityProviderRequest, TestIdentityProviderResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface TestIdentityProviderCommandInput extends TestIdentityProviderRequest {
6
+ }
7
+ export interface TestIdentityProviderCommandOutput extends TestIdentityProviderResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class TestIdentityProviderCommand extends $Command<TestIdentityProviderCommandInput, TestIdentityProviderCommandOutput, TransferClientResolvedConfig> {
11
+ readonly input: TestIdentityProviderCommandInput;
12
+ constructor(input: TestIdentityProviderCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestIdentityProviderCommandInput, TestIdentityProviderCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UntagResourceRequest } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface UntagResourceCommandInput extends UntagResourceRequest {
6
+ }
7
+ export interface UntagResourceCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, TransferClientResolvedConfig> {
11
+ readonly input: UntagResourceCommandInput;
12
+ constructor(input: UntagResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateAccessRequest, UpdateAccessResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface UpdateAccessCommandInput extends UpdateAccessRequest {
6
+ }
7
+ export interface UpdateAccessCommandOutput extends UpdateAccessResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateAccessCommand extends $Command<UpdateAccessCommandInput, UpdateAccessCommandOutput, TransferClientResolvedConfig> {
11
+ readonly input: UpdateAccessCommandInput;
12
+ constructor(input: UpdateAccessCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAccessCommandInput, UpdateAccessCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateServerRequest, UpdateServerResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface UpdateServerCommandInput extends UpdateServerRequest {
6
+ }
7
+ export interface UpdateServerCommandOutput extends UpdateServerResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateServerCommand extends $Command<UpdateServerCommandInput, UpdateServerCommandOutput, TransferClientResolvedConfig> {
11
+ readonly input: UpdateServerCommandInput;
12
+ constructor(input: UpdateServerCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServerCommandInput, UpdateServerCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
5
+ export interface UpdateUserCommandInput extends UpdateUserRequest {
6
+ }
7
+ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateUserCommand extends $Command<UpdateUserCommandInput, UpdateUserCommandOutput, TransferClientResolvedConfig> {
11
+ readonly input: UpdateUserCommandInput;
12
+ constructor(input: UpdateUserCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateUserCommandInput, UpdateUserCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,32 @@
1
+ export * from "./CreateAccessCommand";
2
+ export * from "./CreateServerCommand";
3
+ export * from "./CreateUserCommand";
4
+ export * from "./CreateWorkflowCommand";
5
+ export * from "./DeleteAccessCommand";
6
+ export * from "./DeleteServerCommand";
7
+ export * from "./DeleteSshPublicKeyCommand";
8
+ export * from "./DeleteUserCommand";
9
+ export * from "./DeleteWorkflowCommand";
10
+ export * from "./DescribeAccessCommand";
11
+ export * from "./DescribeExecutionCommand";
12
+ export * from "./DescribeSecurityPolicyCommand";
13
+ export * from "./DescribeServerCommand";
14
+ export * from "./DescribeUserCommand";
15
+ export * from "./DescribeWorkflowCommand";
16
+ export * from "./ImportSshPublicKeyCommand";
17
+ export * from "./ListAccessesCommand";
18
+ export * from "./ListExecutionsCommand";
19
+ export * from "./ListSecurityPoliciesCommand";
20
+ export * from "./ListServersCommand";
21
+ export * from "./ListTagsForResourceCommand";
22
+ export * from "./ListUsersCommand";
23
+ export * from "./ListWorkflowsCommand";
24
+ export * from "./SendWorkflowStepStateCommand";
25
+ export * from "./StartServerCommand";
26
+ export * from "./StopServerCommand";
27
+ export * from "./TagResourceCommand";
28
+ export * from "./TestIdentityProviderCommand";
29
+ export * from "./UntagResourceCommand";
30
+ export * from "./UpdateAccessCommand";
31
+ export * from "./UpdateServerCommand";
32
+ export * from "./UpdateUserCommand";
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,6 @@
1
+ export * from "./Transfer";
2
+ export * from "./TransferClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { TransferServiceException } from "./models/TransferServiceException";
@@ -0,0 +1,6 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+
3
+ export declare class TransferServiceException extends __ServiceException {
4
+
5
+ constructor(options: __ServiceExceptionOptions);
6
+ }
@@ -0,0 +1 @@
1
+ export * from "./models_0";