@aws-sdk/client-transfer 3.34.0 → 3.37.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.
- package/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/Transfer.js +1 -13
- package/dist-cjs/TransferClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/CreateAccessCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/CreateServerCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/CreateUserCommand.js +2 -33
- package/{dist/cjs → dist-cjs}/commands/CreateWorkflowCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/DeleteAccessCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeleteServerCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DeleteSshPublicKeyCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteUserCommand.js +2 -33
- package/{dist/cjs → dist-cjs}/commands/DeleteWorkflowCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeAccessCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/DescribeExecutionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeSecurityPolicyCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/DescribeServerCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/DescribeUserCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/DescribeWorkflowCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ImportSshPublicKeyCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/ListAccessesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListExecutionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListSecurityPoliciesCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListServersCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListUsersCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListWorkflowsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/SendWorkflowStepStateCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/StartServerCommand.js +2 -35
- package/dist-cjs/commands/StopServerCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -30
- package/dist-cjs/commands/TestIdentityProviderCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/UpdateAccessCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/UpdateServerCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/UpdateUserCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -304
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListAccessesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListExecutionsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListSecurityPoliciesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListServersPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListTagsForResourcePaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListUsersPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListWorkflowsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/Transfer.js +1 -2
- package/{dist/es → dist-es}/TransferClient.js +1 -2
- package/{dist/es → dist-es}/commands/CreateAccessCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateServerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateUserCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateWorkflowCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteAccessCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteServerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteSshPublicKeyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteUserCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteWorkflowCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeAccessCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeExecutionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeSecurityPolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeServerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeUserCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeWorkflowCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ImportSshPublicKeyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListAccessesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListExecutionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListSecurityPoliciesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListServersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListUsersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListWorkflowsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/SendWorkflowStepStateCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartServerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StopServerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TestIdentityProviderCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateAccessCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateServerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateUserCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListAccessesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListExecutionsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListSecurityPoliciesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListServersPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListTagsForResourcePaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListUsersPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListWorkflowsPaginator.js +1 -2
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/Transfer.d.ts +2 -2
- package/{dist/types → dist-types}/TransferClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/CreateAccessCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateServerCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateUserCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateWorkflowCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteAccessCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteServerCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteSshPublicKeyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteUserCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteWorkflowCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeAccessCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeExecutionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeSecurityPolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeServerCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeUserCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeWorkflowCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ImportSshPublicKeyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListAccessesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListExecutionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListSecurityPoliciesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListServersCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListUsersCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListWorkflowsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/SendWorkflowStepStateCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/StartServerCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/StopServerCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/TestIdentityProviderCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateAccessCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateServerCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateUserCommand.d.ts +3 -3
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +37 -34
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListAccessesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListExecutionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListSecurityPoliciesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListServersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListUsersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListWorkflowsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/Transfer.d.ts +35 -241
- package/{dist/types → dist-types}/ts3.4/TransferClient.d.ts +32 -105
- package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeWorkflowCommand.d.ts +5 -23
- package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListServersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListWorkflowsCommand.d.ts +5 -23
- package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1344 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListAccessesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListExecutionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListSecurityPoliciesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListServersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListUsersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListWorkflowsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/Transfer.ts +0 -1227
- package/TransferClient.ts +0 -354
- package/commands/CreateAccessCommand.ts +0 -99
- package/commands/CreateServerCommand.ts +0 -97
- package/commands/CreateUserCommand.ts +0 -100
- package/commands/CreateWorkflowCommand.ts +0 -97
- package/commands/DeleteAccessCommand.ts +0 -95
- package/commands/DeleteServerCommand.ts +0 -96
- package/commands/DeleteSshPublicKeyCommand.ts +0 -94
- package/commands/DeleteUserCommand.ts +0 -100
- package/commands/DeleteWorkflowCommand.ts +0 -94
- package/commands/DescribeAccessCommand.ts +0 -99
- package/commands/DescribeExecutionCommand.ts +0 -94
- package/commands/DescribeSecurityPolicyCommand.ts +0 -97
- package/commands/DescribeServerCommand.ts +0 -99
- package/commands/DescribeUserCommand.ts +0 -98
- package/commands/DescribeWorkflowCommand.ts +0 -94
- package/commands/ImportSshPublicKeyCommand.ts +0 -99
- package/commands/ListAccessesCommand.ts +0 -94
- package/commands/ListExecutionsCommand.ts +0 -94
- package/commands/ListSecurityPoliciesCommand.ts +0 -95
- package/commands/ListServersCommand.ts +0 -95
- package/commands/ListTagsForResourceCommand.ts +0 -95
- package/commands/ListUsersCommand.ts +0 -92
- package/commands/ListWorkflowsCommand.ts +0 -94
- package/commands/SendWorkflowStepStateCommand.ts +0 -98
- package/commands/StartServerCommand.ts +0 -102
- package/commands/StopServerCommand.ts +0 -108
- package/commands/TagResourceCommand.ts +0 -97
- package/commands/TestIdentityProviderCommand.ts +0 -132
- package/commands/UntagResourceCommand.ts +0 -97
- package/commands/UpdateAccessCommand.ts +0 -95
- package/commands/UpdateServerCommand.ts +0 -98
- package/commands/UpdateUserCommand.ts +0 -99
- package/dist/cjs/Transfer.js.map +0 -1
- package/dist/cjs/TransferClient.js +0 -52
- package/dist/cjs/TransferClient.js.map +0 -1
- package/dist/cjs/commands/CreateAccessCommand.js.map +0 -1
- package/dist/cjs/commands/CreateServerCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUserCommand.js.map +0 -1
- package/dist/cjs/commands/CreateWorkflowCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAccessCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteServerCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSshPublicKeyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUserCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteWorkflowCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccessCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeExecutionCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSecurityPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeServerCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUserCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkflowCommand.js.map +0 -1
- package/dist/cjs/commands/ImportSshPublicKeyCommand.js.map +0 -1
- package/dist/cjs/commands/ListAccessesCommand.js.map +0 -1
- package/dist/cjs/commands/ListExecutionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListSecurityPoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/ListServersCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListUsersCommand.js.map +0 -1
- package/dist/cjs/commands/ListWorkflowsCommand.js.map +0 -1
- package/dist/cjs/commands/SendWorkflowStepStateCommand.js.map +0 -1
- package/dist/cjs/commands/StartServerCommand.js.map +0 -1
- package/dist/cjs/commands/StopServerCommand.js +0 -75
- package/dist/cjs/commands/StopServerCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/TestIdentityProviderCommand.js +0 -99
- package/dist/cjs/commands/TestIdentityProviderCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAccessCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateServerCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAccessesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListExecutionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSecurityPoliciesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListServersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUsersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListWorkflowsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Transfer.js.map +0 -1
- package/dist/es/TransferClient.js.map +0 -1
- package/dist/es/commands/CreateAccessCommand.js.map +0 -1
- package/dist/es/commands/CreateServerCommand.js.map +0 -1
- package/dist/es/commands/CreateUserCommand.js.map +0 -1
- package/dist/es/commands/CreateWorkflowCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccessCommand.js.map +0 -1
- package/dist/es/commands/DeleteServerCommand.js.map +0 -1
- package/dist/es/commands/DeleteSshPublicKeyCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserCommand.js.map +0 -1
- package/dist/es/commands/DeleteWorkflowCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccessCommand.js.map +0 -1
- package/dist/es/commands/DescribeExecutionCommand.js.map +0 -1
- package/dist/es/commands/DescribeSecurityPolicyCommand.js.map +0 -1
- package/dist/es/commands/DescribeServerCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkflowCommand.js.map +0 -1
- package/dist/es/commands/ImportSshPublicKeyCommand.js.map +0 -1
- package/dist/es/commands/ListAccessesCommand.js.map +0 -1
- package/dist/es/commands/ListExecutionsCommand.js.map +0 -1
- package/dist/es/commands/ListSecurityPoliciesCommand.js.map +0 -1
- package/dist/es/commands/ListServersCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListUsersCommand.js.map +0 -1
- package/dist/es/commands/ListWorkflowsCommand.js.map +0 -1
- package/dist/es/commands/SendWorkflowStepStateCommand.js.map +0 -1
- package/dist/es/commands/StartServerCommand.js.map +0 -1
- package/dist/es/commands/StopServerCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/TestIdentityProviderCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAccessCommand.js.map +0 -1
- package/dist/es/commands/UpdateServerCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -44
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAccessesPaginator.js.map +0 -1
- package/dist/es/pagination/ListExecutionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListSecurityPoliciesPaginator.js.map +0 -1
- package/dist/es/pagination/ListServersPaginator.js.map +0 -1
- package/dist/es/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/es/pagination/ListUsersPaginator.js.map +0 -1
- package/dist/es/pagination/ListWorkflowsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/commands/CreateAccessCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateServerCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateUserCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CreateWorkflowCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteAccessCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteServerCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteUserCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteWorkflowCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeAccessCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeExecutionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeServerCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeUserCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListAccessesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListExecutionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListServersCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListUsersCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/StartServerCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/StopServerCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/TestIdentityProviderCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/UpdateAccessCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateServerCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UpdateUserCommand.d.ts +0 -40
- package/dist/types/ts3.4/models/models_0.d.ts +0 -3311
- package/endpoints.ts +0 -91
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -3940
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAccessesPaginator.ts +0 -58
- package/pagination/ListExecutionsPaginator.ts +0 -58
- package/pagination/ListSecurityPoliciesPaginator.ts +0 -58
- package/pagination/ListServersPaginator.ts +0 -54
- package/pagination/ListTagsForResourcePaginator.ts +0 -58
- package/pagination/ListUsersPaginator.ts +0 -54
- package/pagination/ListWorkflowsPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -5078
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
package/TransferClient.ts
DELETED
|
@@ -1,354 +0,0 @@
|
|
|
1
|
-
import { CreateAccessCommandInput, CreateAccessCommandOutput } from "./commands/CreateAccessCommand";
|
|
2
|
-
import { CreateServerCommandInput, CreateServerCommandOutput } from "./commands/CreateServerCommand";
|
|
3
|
-
import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
|
|
4
|
-
import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "./commands/CreateWorkflowCommand";
|
|
5
|
-
import { DeleteAccessCommandInput, DeleteAccessCommandOutput } from "./commands/DeleteAccessCommand";
|
|
6
|
-
import { DeleteServerCommandInput, DeleteServerCommandOutput } from "./commands/DeleteServerCommand";
|
|
7
|
-
import { DeleteSshPublicKeyCommandInput, DeleteSshPublicKeyCommandOutput } from "./commands/DeleteSshPublicKeyCommand";
|
|
8
|
-
import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
|
|
9
|
-
import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
|
|
10
|
-
import { DescribeAccessCommandInput, DescribeAccessCommandOutput } from "./commands/DescribeAccessCommand";
|
|
11
|
-
import { DescribeExecutionCommandInput, DescribeExecutionCommandOutput } from "./commands/DescribeExecutionCommand";
|
|
12
|
-
import {
|
|
13
|
-
DescribeSecurityPolicyCommandInput,
|
|
14
|
-
DescribeSecurityPolicyCommandOutput,
|
|
15
|
-
} from "./commands/DescribeSecurityPolicyCommand";
|
|
16
|
-
import { DescribeServerCommandInput, DescribeServerCommandOutput } from "./commands/DescribeServerCommand";
|
|
17
|
-
import { DescribeUserCommandInput, DescribeUserCommandOutput } from "./commands/DescribeUserCommand";
|
|
18
|
-
import { DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput } from "./commands/DescribeWorkflowCommand";
|
|
19
|
-
import { ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput } from "./commands/ImportSshPublicKeyCommand";
|
|
20
|
-
import { ListAccessesCommandInput, ListAccessesCommandOutput } from "./commands/ListAccessesCommand";
|
|
21
|
-
import { ListExecutionsCommandInput, ListExecutionsCommandOutput } from "./commands/ListExecutionsCommand";
|
|
22
|
-
import {
|
|
23
|
-
ListSecurityPoliciesCommandInput,
|
|
24
|
-
ListSecurityPoliciesCommandOutput,
|
|
25
|
-
} from "./commands/ListSecurityPoliciesCommand";
|
|
26
|
-
import { ListServersCommandInput, ListServersCommandOutput } from "./commands/ListServersCommand";
|
|
27
|
-
import {
|
|
28
|
-
ListTagsForResourceCommandInput,
|
|
29
|
-
ListTagsForResourceCommandOutput,
|
|
30
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
31
|
-
import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
|
|
32
|
-
import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
|
|
33
|
-
import {
|
|
34
|
-
SendWorkflowStepStateCommandInput,
|
|
35
|
-
SendWorkflowStepStateCommandOutput,
|
|
36
|
-
} from "./commands/SendWorkflowStepStateCommand";
|
|
37
|
-
import { StartServerCommandInput, StartServerCommandOutput } from "./commands/StartServerCommand";
|
|
38
|
-
import { StopServerCommandInput, StopServerCommandOutput } from "./commands/StopServerCommand";
|
|
39
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
40
|
-
import {
|
|
41
|
-
TestIdentityProviderCommandInput,
|
|
42
|
-
TestIdentityProviderCommandOutput,
|
|
43
|
-
} from "./commands/TestIdentityProviderCommand";
|
|
44
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
45
|
-
import { UpdateAccessCommandInput, UpdateAccessCommandOutput } from "./commands/UpdateAccessCommand";
|
|
46
|
-
import { UpdateServerCommandInput, UpdateServerCommandOutput } from "./commands/UpdateServerCommand";
|
|
47
|
-
import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
|
|
48
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
49
|
-
import {
|
|
50
|
-
EndpointsInputConfig,
|
|
51
|
-
EndpointsResolvedConfig,
|
|
52
|
-
RegionInputConfig,
|
|
53
|
-
RegionResolvedConfig,
|
|
54
|
-
resolveEndpointsConfig,
|
|
55
|
-
resolveRegionConfig,
|
|
56
|
-
} from "@aws-sdk/config-resolver";
|
|
57
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
58
|
-
import {
|
|
59
|
-
HostHeaderInputConfig,
|
|
60
|
-
HostHeaderResolvedConfig,
|
|
61
|
-
getHostHeaderPlugin,
|
|
62
|
-
resolveHostHeaderConfig,
|
|
63
|
-
} from "@aws-sdk/middleware-host-header";
|
|
64
|
-
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
65
|
-
import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
66
|
-
import {
|
|
67
|
-
AwsAuthInputConfig,
|
|
68
|
-
AwsAuthResolvedConfig,
|
|
69
|
-
getAwsAuthPlugin,
|
|
70
|
-
resolveAwsAuthConfig,
|
|
71
|
-
} from "@aws-sdk/middleware-signing";
|
|
72
|
-
import {
|
|
73
|
-
UserAgentInputConfig,
|
|
74
|
-
UserAgentResolvedConfig,
|
|
75
|
-
getUserAgentPlugin,
|
|
76
|
-
resolveUserAgentConfig,
|
|
77
|
-
} from "@aws-sdk/middleware-user-agent";
|
|
78
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
79
|
-
import {
|
|
80
|
-
Client as __Client,
|
|
81
|
-
SmithyConfiguration as __SmithyConfiguration,
|
|
82
|
-
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
83
|
-
} from "@aws-sdk/smithy-client";
|
|
84
|
-
import {
|
|
85
|
-
Provider,
|
|
86
|
-
RegionInfoProvider,
|
|
87
|
-
Credentials as __Credentials,
|
|
88
|
-
Decoder as __Decoder,
|
|
89
|
-
Encoder as __Encoder,
|
|
90
|
-
Hash as __Hash,
|
|
91
|
-
HashConstructor as __HashConstructor,
|
|
92
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
93
|
-
Logger as __Logger,
|
|
94
|
-
Provider as __Provider,
|
|
95
|
-
StreamCollector as __StreamCollector,
|
|
96
|
-
UrlParser as __UrlParser,
|
|
97
|
-
UserAgent as __UserAgent,
|
|
98
|
-
} from "@aws-sdk/types";
|
|
99
|
-
|
|
100
|
-
export type ServiceInputTypes =
|
|
101
|
-
| CreateAccessCommandInput
|
|
102
|
-
| CreateServerCommandInput
|
|
103
|
-
| CreateUserCommandInput
|
|
104
|
-
| CreateWorkflowCommandInput
|
|
105
|
-
| DeleteAccessCommandInput
|
|
106
|
-
| DeleteServerCommandInput
|
|
107
|
-
| DeleteSshPublicKeyCommandInput
|
|
108
|
-
| DeleteUserCommandInput
|
|
109
|
-
| DeleteWorkflowCommandInput
|
|
110
|
-
| DescribeAccessCommandInput
|
|
111
|
-
| DescribeExecutionCommandInput
|
|
112
|
-
| DescribeSecurityPolicyCommandInput
|
|
113
|
-
| DescribeServerCommandInput
|
|
114
|
-
| DescribeUserCommandInput
|
|
115
|
-
| DescribeWorkflowCommandInput
|
|
116
|
-
| ImportSshPublicKeyCommandInput
|
|
117
|
-
| ListAccessesCommandInput
|
|
118
|
-
| ListExecutionsCommandInput
|
|
119
|
-
| ListSecurityPoliciesCommandInput
|
|
120
|
-
| ListServersCommandInput
|
|
121
|
-
| ListTagsForResourceCommandInput
|
|
122
|
-
| ListUsersCommandInput
|
|
123
|
-
| ListWorkflowsCommandInput
|
|
124
|
-
| SendWorkflowStepStateCommandInput
|
|
125
|
-
| StartServerCommandInput
|
|
126
|
-
| StopServerCommandInput
|
|
127
|
-
| TagResourceCommandInput
|
|
128
|
-
| TestIdentityProviderCommandInput
|
|
129
|
-
| UntagResourceCommandInput
|
|
130
|
-
| UpdateAccessCommandInput
|
|
131
|
-
| UpdateServerCommandInput
|
|
132
|
-
| UpdateUserCommandInput;
|
|
133
|
-
|
|
134
|
-
export type ServiceOutputTypes =
|
|
135
|
-
| CreateAccessCommandOutput
|
|
136
|
-
| CreateServerCommandOutput
|
|
137
|
-
| CreateUserCommandOutput
|
|
138
|
-
| CreateWorkflowCommandOutput
|
|
139
|
-
| DeleteAccessCommandOutput
|
|
140
|
-
| DeleteServerCommandOutput
|
|
141
|
-
| DeleteSshPublicKeyCommandOutput
|
|
142
|
-
| DeleteUserCommandOutput
|
|
143
|
-
| DeleteWorkflowCommandOutput
|
|
144
|
-
| DescribeAccessCommandOutput
|
|
145
|
-
| DescribeExecutionCommandOutput
|
|
146
|
-
| DescribeSecurityPolicyCommandOutput
|
|
147
|
-
| DescribeServerCommandOutput
|
|
148
|
-
| DescribeUserCommandOutput
|
|
149
|
-
| DescribeWorkflowCommandOutput
|
|
150
|
-
| ImportSshPublicKeyCommandOutput
|
|
151
|
-
| ListAccessesCommandOutput
|
|
152
|
-
| ListExecutionsCommandOutput
|
|
153
|
-
| ListSecurityPoliciesCommandOutput
|
|
154
|
-
| ListServersCommandOutput
|
|
155
|
-
| ListTagsForResourceCommandOutput
|
|
156
|
-
| ListUsersCommandOutput
|
|
157
|
-
| ListWorkflowsCommandOutput
|
|
158
|
-
| SendWorkflowStepStateCommandOutput
|
|
159
|
-
| StartServerCommandOutput
|
|
160
|
-
| StopServerCommandOutput
|
|
161
|
-
| TagResourceCommandOutput
|
|
162
|
-
| TestIdentityProviderCommandOutput
|
|
163
|
-
| UntagResourceCommandOutput
|
|
164
|
-
| UpdateAccessCommandOutput
|
|
165
|
-
| UpdateServerCommandOutput
|
|
166
|
-
| UpdateUserCommandOutput;
|
|
167
|
-
|
|
168
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
169
|
-
/**
|
|
170
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
171
|
-
*/
|
|
172
|
-
requestHandler?: __HttpHandler;
|
|
173
|
-
|
|
174
|
-
/**
|
|
175
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
176
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
177
|
-
* @internal
|
|
178
|
-
*/
|
|
179
|
-
sha256?: __HashConstructor;
|
|
180
|
-
|
|
181
|
-
/**
|
|
182
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
183
|
-
* @internal
|
|
184
|
-
*/
|
|
185
|
-
urlParser?: __UrlParser;
|
|
186
|
-
|
|
187
|
-
/**
|
|
188
|
-
* A function that can calculate the length of a request body.
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
192
|
-
|
|
193
|
-
/**
|
|
194
|
-
* A function that converts a stream into an array of bytes.
|
|
195
|
-
* @internal
|
|
196
|
-
*/
|
|
197
|
-
streamCollector?: __StreamCollector;
|
|
198
|
-
|
|
199
|
-
/**
|
|
200
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
201
|
-
* @internal
|
|
202
|
-
*/
|
|
203
|
-
base64Decoder?: __Decoder;
|
|
204
|
-
|
|
205
|
-
/**
|
|
206
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
207
|
-
* @internal
|
|
208
|
-
*/
|
|
209
|
-
base64Encoder?: __Encoder;
|
|
210
|
-
|
|
211
|
-
/**
|
|
212
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
213
|
-
* @internal
|
|
214
|
-
*/
|
|
215
|
-
utf8Decoder?: __Decoder;
|
|
216
|
-
|
|
217
|
-
/**
|
|
218
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
219
|
-
* @internal
|
|
220
|
-
*/
|
|
221
|
-
utf8Encoder?: __Encoder;
|
|
222
|
-
|
|
223
|
-
/**
|
|
224
|
-
* The runtime environment.
|
|
225
|
-
* @internal
|
|
226
|
-
*/
|
|
227
|
-
runtime?: string;
|
|
228
|
-
|
|
229
|
-
/**
|
|
230
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
231
|
-
* trait of an operation.
|
|
232
|
-
*/
|
|
233
|
-
disableHostPrefix?: boolean;
|
|
234
|
-
|
|
235
|
-
/**
|
|
236
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
237
|
-
*/
|
|
238
|
-
maxAttempts?: number | __Provider<number>;
|
|
239
|
-
|
|
240
|
-
/**
|
|
241
|
-
* Specifies which retry algorithm to use.
|
|
242
|
-
*/
|
|
243
|
-
retryMode?: string | __Provider<string>;
|
|
244
|
-
|
|
245
|
-
/**
|
|
246
|
-
* Optional logger for logging debug/info/warn/error.
|
|
247
|
-
*/
|
|
248
|
-
logger?: __Logger;
|
|
249
|
-
|
|
250
|
-
/**
|
|
251
|
-
* Unique service identifier.
|
|
252
|
-
* @internal
|
|
253
|
-
*/
|
|
254
|
-
serviceId?: string;
|
|
255
|
-
|
|
256
|
-
/**
|
|
257
|
-
* The AWS region to which this client will send requests
|
|
258
|
-
*/
|
|
259
|
-
region?: string | __Provider<string>;
|
|
260
|
-
|
|
261
|
-
/**
|
|
262
|
-
* Default credentials provider; Not available in browser runtime.
|
|
263
|
-
* @internal
|
|
264
|
-
*/
|
|
265
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
266
|
-
|
|
267
|
-
/**
|
|
268
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
269
|
-
* @internal
|
|
270
|
-
*/
|
|
271
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
272
|
-
|
|
273
|
-
/**
|
|
274
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
275
|
-
* @internal
|
|
276
|
-
*/
|
|
277
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
type TransferClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
281
|
-
ClientDefaults &
|
|
282
|
-
RegionInputConfig &
|
|
283
|
-
EndpointsInputConfig &
|
|
284
|
-
RetryInputConfig &
|
|
285
|
-
HostHeaderInputConfig &
|
|
286
|
-
AwsAuthInputConfig &
|
|
287
|
-
UserAgentInputConfig;
|
|
288
|
-
/**
|
|
289
|
-
* The configuration interface of TransferClient class constructor that set the region, credentials and other options.
|
|
290
|
-
*/
|
|
291
|
-
export interface TransferClientConfig extends TransferClientConfigType {}
|
|
292
|
-
|
|
293
|
-
type TransferClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
294
|
-
Required<ClientDefaults> &
|
|
295
|
-
RegionResolvedConfig &
|
|
296
|
-
EndpointsResolvedConfig &
|
|
297
|
-
RetryResolvedConfig &
|
|
298
|
-
HostHeaderResolvedConfig &
|
|
299
|
-
AwsAuthResolvedConfig &
|
|
300
|
-
UserAgentResolvedConfig;
|
|
301
|
-
/**
|
|
302
|
-
* The resolved configuration interface of TransferClient class. This is resolved and normalized from the {@link TransferClientConfig | constructor configuration interface}.
|
|
303
|
-
*/
|
|
304
|
-
export interface TransferClientResolvedConfig extends TransferClientResolvedConfigType {}
|
|
305
|
-
|
|
306
|
-
/**
|
|
307
|
-
* <p>Amazon Web Services Transfer Family is a fully managed service that enables the transfer of files over the
|
|
308
|
-
* File Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH)
|
|
309
|
-
* File Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon
|
|
310
|
-
* S3). Amazon Web Services helps you seamlessly migrate your file transfer workflows to Amazon Web Services Transfer Family by
|
|
311
|
-
* integrating with existing authentication systems, and providing DNS routing with Amazon Route
|
|
312
|
-
* 53 so nothing changes for your customers and partners, or their applications. With your data
|
|
313
|
-
* in Amazon S3, you can use it with Amazon Web Services services for processing, analytics, machine learning,
|
|
314
|
-
* and archiving. Getting started with Amazon Web Services Transfer Family is easy since there is no
|
|
315
|
-
* infrastructure to buy and set up.</p>
|
|
316
|
-
*/
|
|
317
|
-
export class TransferClient extends __Client<
|
|
318
|
-
__HttpHandlerOptions,
|
|
319
|
-
ServiceInputTypes,
|
|
320
|
-
ServiceOutputTypes,
|
|
321
|
-
TransferClientResolvedConfig
|
|
322
|
-
> {
|
|
323
|
-
/**
|
|
324
|
-
* The resolved configuration of TransferClient class. This is resolved and normalized from the {@link TransferClientConfig | constructor configuration interface}.
|
|
325
|
-
*/
|
|
326
|
-
readonly config: TransferClientResolvedConfig;
|
|
327
|
-
|
|
328
|
-
constructor(configuration: TransferClientConfig) {
|
|
329
|
-
let _config_0 = __getRuntimeConfig(configuration);
|
|
330
|
-
let _config_1 = resolveRegionConfig(_config_0);
|
|
331
|
-
let _config_2 = resolveEndpointsConfig(_config_1);
|
|
332
|
-
let _config_3 = resolveRetryConfig(_config_2);
|
|
333
|
-
let _config_4 = resolveHostHeaderConfig(_config_3);
|
|
334
|
-
let _config_5 = resolveAwsAuthConfig(_config_4);
|
|
335
|
-
let _config_6 = resolveUserAgentConfig(_config_5);
|
|
336
|
-
super(_config_6);
|
|
337
|
-
this.config = _config_6;
|
|
338
|
-
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
339
|
-
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
340
|
-
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
341
|
-
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
342
|
-
this.middlewareStack.use(getAwsAuthPlugin(this.config));
|
|
343
|
-
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
/**
|
|
347
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
348
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
349
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
350
|
-
*/
|
|
351
|
-
destroy(): void {
|
|
352
|
-
super.destroy();
|
|
353
|
-
}
|
|
354
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
2
|
-
import { CreateAccessRequest, CreateAccessResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1CreateAccessCommand,
|
|
5
|
-
serializeAws_json1_1CreateAccessCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface CreateAccessCommandInput extends CreateAccessRequest {}
|
|
21
|
-
export interface CreateAccessCommandOutput extends CreateAccessResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Used by administrators to choose which groups in the directory should have access to
|
|
25
|
-
* upload and download files over the enabled protocols using Amazon Web Services Transfer Family. For example, a
|
|
26
|
-
* Microsoft Active Directory might contain 50,000 users, but only a small fraction might need
|
|
27
|
-
* the ability to transfer files to the server. An administrator can use
|
|
28
|
-
* <code>CreateAccess</code> to limit the access to the correct set of users who need this
|
|
29
|
-
* ability.</p>
|
|
30
|
-
* @example
|
|
31
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
-
* ```javascript
|
|
33
|
-
* import { TransferClient, CreateAccessCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
34
|
-
* // const { TransferClient, CreateAccessCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
35
|
-
* const client = new TransferClient(config);
|
|
36
|
-
* const command = new CreateAccessCommand(input);
|
|
37
|
-
* const response = await client.send(command);
|
|
38
|
-
* ```
|
|
39
|
-
*
|
|
40
|
-
* @see {@link CreateAccessCommandInput} for command's `input` shape.
|
|
41
|
-
* @see {@link CreateAccessCommandOutput} for command's `response` shape.
|
|
42
|
-
* @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
|
|
43
|
-
*
|
|
44
|
-
*/
|
|
45
|
-
export class CreateAccessCommand extends $Command<
|
|
46
|
-
CreateAccessCommandInput,
|
|
47
|
-
CreateAccessCommandOutput,
|
|
48
|
-
TransferClientResolvedConfig
|
|
49
|
-
> {
|
|
50
|
-
// Start section: command_properties
|
|
51
|
-
// End section: command_properties
|
|
52
|
-
|
|
53
|
-
constructor(readonly input: CreateAccessCommandInput) {
|
|
54
|
-
// Start section: command_constructor
|
|
55
|
-
super();
|
|
56
|
-
// End section: command_constructor
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* @internal
|
|
61
|
-
*/
|
|
62
|
-
resolveMiddleware(
|
|
63
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
64
|
-
configuration: TransferClientResolvedConfig,
|
|
65
|
-
options?: __HttpHandlerOptions
|
|
66
|
-
): Handler<CreateAccessCommandInput, CreateAccessCommandOutput> {
|
|
67
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
68
|
-
|
|
69
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
70
|
-
|
|
71
|
-
const { logger } = configuration;
|
|
72
|
-
const clientName = "TransferClient";
|
|
73
|
-
const commandName = "CreateAccessCommand";
|
|
74
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
75
|
-
logger,
|
|
76
|
-
clientName,
|
|
77
|
-
commandName,
|
|
78
|
-
inputFilterSensitiveLog: CreateAccessRequest.filterSensitiveLog,
|
|
79
|
-
outputFilterSensitiveLog: CreateAccessResponse.filterSensitiveLog,
|
|
80
|
-
};
|
|
81
|
-
const { requestHandler } = configuration;
|
|
82
|
-
return stack.resolve(
|
|
83
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
84
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
85
|
-
handlerExecutionContext
|
|
86
|
-
);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private serialize(input: CreateAccessCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
90
|
-
return serializeAws_json1_1CreateAccessCommand(input, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateAccessCommandOutput> {
|
|
94
|
-
return deserializeAws_json1_1CreateAccessCommand(output, context);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
// Start section: command_body_extra
|
|
98
|
-
// End section: command_body_extra
|
|
99
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
2
|
-
import { CreateServerRequest, CreateServerResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1CreateServerCommand,
|
|
5
|
-
serializeAws_json1_1CreateServerCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface CreateServerCommandInput extends CreateServerRequest {}
|
|
21
|
-
export interface CreateServerCommandOutput extends CreateServerResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Instantiates an auto-scaling virtual server based on the selected file transfer protocol
|
|
25
|
-
* in Amazon Web Services. When you make updates to your file transfer protocol-enabled server or when you work
|
|
26
|
-
* with users, use the service-generated <code>ServerId</code> property that is assigned to the
|
|
27
|
-
* newly created server.</p>
|
|
28
|
-
* @example
|
|
29
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
-
* ```javascript
|
|
31
|
-
* import { TransferClient, CreateServerCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
32
|
-
* // const { TransferClient, CreateServerCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
33
|
-
* const client = new TransferClient(config);
|
|
34
|
-
* const command = new CreateServerCommand(input);
|
|
35
|
-
* const response = await client.send(command);
|
|
36
|
-
* ```
|
|
37
|
-
*
|
|
38
|
-
* @see {@link CreateServerCommandInput} for command's `input` shape.
|
|
39
|
-
* @see {@link CreateServerCommandOutput} for command's `response` shape.
|
|
40
|
-
* @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
|
|
41
|
-
*
|
|
42
|
-
*/
|
|
43
|
-
export class CreateServerCommand extends $Command<
|
|
44
|
-
CreateServerCommandInput,
|
|
45
|
-
CreateServerCommandOutput,
|
|
46
|
-
TransferClientResolvedConfig
|
|
47
|
-
> {
|
|
48
|
-
// Start section: command_properties
|
|
49
|
-
// End section: command_properties
|
|
50
|
-
|
|
51
|
-
constructor(readonly input: CreateServerCommandInput) {
|
|
52
|
-
// Start section: command_constructor
|
|
53
|
-
super();
|
|
54
|
-
// End section: command_constructor
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
60
|
-
resolveMiddleware(
|
|
61
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
62
|
-
configuration: TransferClientResolvedConfig,
|
|
63
|
-
options?: __HttpHandlerOptions
|
|
64
|
-
): Handler<CreateServerCommandInput, CreateServerCommandOutput> {
|
|
65
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
66
|
-
|
|
67
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
68
|
-
|
|
69
|
-
const { logger } = configuration;
|
|
70
|
-
const clientName = "TransferClient";
|
|
71
|
-
const commandName = "CreateServerCommand";
|
|
72
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
73
|
-
logger,
|
|
74
|
-
clientName,
|
|
75
|
-
commandName,
|
|
76
|
-
inputFilterSensitiveLog: CreateServerRequest.filterSensitiveLog,
|
|
77
|
-
outputFilterSensitiveLog: CreateServerResponse.filterSensitiveLog,
|
|
78
|
-
};
|
|
79
|
-
const { requestHandler } = configuration;
|
|
80
|
-
return stack.resolve(
|
|
81
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
82
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
83
|
-
handlerExecutionContext
|
|
84
|
-
);
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
private serialize(input: CreateServerCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
88
|
-
return serializeAws_json1_1CreateServerCommand(input, context);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateServerCommandOutput> {
|
|
92
|
-
return deserializeAws_json1_1CreateServerCommand(output, context);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
// Start section: command_body_extra
|
|
96
|
-
// End section: command_body_extra
|
|
97
|
-
}
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
2
|
-
import { CreateUserRequest, CreateUserResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1CreateUserCommand,
|
|
5
|
-
serializeAws_json1_1CreateUserCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface CreateUserCommandInput extends CreateUserRequest {}
|
|
21
|
-
export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Creates a user and associates them with an existing file transfer protocol-enabled server.
|
|
25
|
-
* You can only create and associate users with servers that have the
|
|
26
|
-
* <code>IdentityProviderType</code> set to <code>SERVICE_MANAGED</code>. Using parameters for
|
|
27
|
-
* <code>CreateUser</code>, you can specify the user name, set the home directory, store the
|
|
28
|
-
* user's public key, and assign the user's Amazon Web Services Identity and Access Management (IAM)
|
|
29
|
-
* role. You can also optionally add a session policy, and assign metadata with tags that can
|
|
30
|
-
* be used to group and search for users.</p>
|
|
31
|
-
* @example
|
|
32
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
-
* ```javascript
|
|
34
|
-
* import { TransferClient, CreateUserCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
|
-
* // const { TransferClient, CreateUserCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
-
* const client = new TransferClient(config);
|
|
37
|
-
* const command = new CreateUserCommand(input);
|
|
38
|
-
* const response = await client.send(command);
|
|
39
|
-
* ```
|
|
40
|
-
*
|
|
41
|
-
* @see {@link CreateUserCommandInput} for command's `input` shape.
|
|
42
|
-
* @see {@link CreateUserCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
|
|
44
|
-
*
|
|
45
|
-
*/
|
|
46
|
-
export class CreateUserCommand extends $Command<
|
|
47
|
-
CreateUserCommandInput,
|
|
48
|
-
CreateUserCommandOutput,
|
|
49
|
-
TransferClientResolvedConfig
|
|
50
|
-
> {
|
|
51
|
-
// Start section: command_properties
|
|
52
|
-
// End section: command_properties
|
|
53
|
-
|
|
54
|
-
constructor(readonly input: CreateUserCommandInput) {
|
|
55
|
-
// Start section: command_constructor
|
|
56
|
-
super();
|
|
57
|
-
// End section: command_constructor
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
|
-
resolveMiddleware(
|
|
64
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
65
|
-
configuration: TransferClientResolvedConfig,
|
|
66
|
-
options?: __HttpHandlerOptions
|
|
67
|
-
): Handler<CreateUserCommandInput, CreateUserCommandOutput> {
|
|
68
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
69
|
-
|
|
70
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
71
|
-
|
|
72
|
-
const { logger } = configuration;
|
|
73
|
-
const clientName = "TransferClient";
|
|
74
|
-
const commandName = "CreateUserCommand";
|
|
75
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
76
|
-
logger,
|
|
77
|
-
clientName,
|
|
78
|
-
commandName,
|
|
79
|
-
inputFilterSensitiveLog: CreateUserRequest.filterSensitiveLog,
|
|
80
|
-
outputFilterSensitiveLog: CreateUserResponse.filterSensitiveLog,
|
|
81
|
-
};
|
|
82
|
-
const { requestHandler } = configuration;
|
|
83
|
-
return stack.resolve(
|
|
84
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
85
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
86
|
-
handlerExecutionContext
|
|
87
|
-
);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
private serialize(input: CreateUserCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
91
|
-
return serializeAws_json1_1CreateUserCommand(input, context);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateUserCommandOutput> {
|
|
95
|
-
return deserializeAws_json1_1CreateUserCommand(output, context);
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
// Start section: command_body_extra
|
|
99
|
-
// End section: command_body_extra
|
|
100
|
-
}
|