@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
|
@@ -0,0 +1,1344 @@
|
|
|
1
|
+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
|
+
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
4
|
+
name: "AccessDeniedException";
|
|
5
|
+
$fault: "client";
|
|
6
|
+
Message?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare namespace AccessDeniedException {
|
|
9
|
+
|
|
10
|
+
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
14
|
+
name: "ConflictException";
|
|
15
|
+
$fault: "client";
|
|
16
|
+
Message: string | undefined;
|
|
17
|
+
}
|
|
18
|
+
export declare namespace ConflictException {
|
|
19
|
+
|
|
20
|
+
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export interface EfsFileLocation {
|
|
24
|
+
|
|
25
|
+
FileSystemId?: string;
|
|
26
|
+
|
|
27
|
+
Path?: string;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace EfsFileLocation {
|
|
30
|
+
|
|
31
|
+
const filterSensitiveLog: (obj: EfsFileLocation) => any;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export interface S3InputFileLocation {
|
|
35
|
+
|
|
36
|
+
Bucket?: string;
|
|
37
|
+
|
|
38
|
+
Key?: string;
|
|
39
|
+
}
|
|
40
|
+
export declare namespace S3InputFileLocation {
|
|
41
|
+
|
|
42
|
+
const filterSensitiveLog: (obj: S3InputFileLocation) => any;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
export interface InputFileLocation {
|
|
46
|
+
|
|
47
|
+
S3FileLocation?: S3InputFileLocation;
|
|
48
|
+
|
|
49
|
+
EfsFileLocation?: EfsFileLocation;
|
|
50
|
+
}
|
|
51
|
+
export declare namespace InputFileLocation {
|
|
52
|
+
|
|
53
|
+
const filterSensitiveLog: (obj: InputFileLocation) => any;
|
|
54
|
+
}
|
|
55
|
+
export declare enum OverwriteExisting {
|
|
56
|
+
FALSE = "FALSE",
|
|
57
|
+
TRUE = "TRUE"
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export interface CopyStepDetails {
|
|
61
|
+
|
|
62
|
+
Name?: string;
|
|
63
|
+
|
|
64
|
+
DestinationFileLocation?: InputFileLocation;
|
|
65
|
+
|
|
66
|
+
OverwriteExisting?: OverwriteExisting | string;
|
|
67
|
+
}
|
|
68
|
+
export declare namespace CopyStepDetails {
|
|
69
|
+
|
|
70
|
+
const filterSensitiveLog: (obj: CopyStepDetails) => any;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
export interface HomeDirectoryMapEntry {
|
|
74
|
+
|
|
75
|
+
Entry: string | undefined;
|
|
76
|
+
|
|
77
|
+
Target: string | undefined;
|
|
78
|
+
}
|
|
79
|
+
export declare namespace HomeDirectoryMapEntry {
|
|
80
|
+
|
|
81
|
+
const filterSensitiveLog: (obj: HomeDirectoryMapEntry) => any;
|
|
82
|
+
}
|
|
83
|
+
export declare enum HomeDirectoryType {
|
|
84
|
+
LOGICAL = "LOGICAL",
|
|
85
|
+
PATH = "PATH"
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export interface PosixProfile {
|
|
89
|
+
|
|
90
|
+
Uid: number | undefined;
|
|
91
|
+
|
|
92
|
+
Gid: number | undefined;
|
|
93
|
+
|
|
94
|
+
SecondaryGids?: number[];
|
|
95
|
+
}
|
|
96
|
+
export declare namespace PosixProfile {
|
|
97
|
+
|
|
98
|
+
const filterSensitiveLog: (obj: PosixProfile) => any;
|
|
99
|
+
}
|
|
100
|
+
export interface CreateAccessRequest {
|
|
101
|
+
|
|
102
|
+
HomeDirectory?: string;
|
|
103
|
+
|
|
104
|
+
HomeDirectoryType?: HomeDirectoryType | string;
|
|
105
|
+
|
|
106
|
+
HomeDirectoryMappings?: HomeDirectoryMapEntry[];
|
|
107
|
+
|
|
108
|
+
Policy?: string;
|
|
109
|
+
|
|
110
|
+
PosixProfile?: PosixProfile;
|
|
111
|
+
|
|
112
|
+
Role: string | undefined;
|
|
113
|
+
|
|
114
|
+
ServerId: string | undefined;
|
|
115
|
+
|
|
116
|
+
ExternalId: string | undefined;
|
|
117
|
+
}
|
|
118
|
+
export declare namespace CreateAccessRequest {
|
|
119
|
+
|
|
120
|
+
const filterSensitiveLog: (obj: CreateAccessRequest) => any;
|
|
121
|
+
}
|
|
122
|
+
export interface CreateAccessResponse {
|
|
123
|
+
|
|
124
|
+
ServerId: string | undefined;
|
|
125
|
+
|
|
126
|
+
ExternalId: string | undefined;
|
|
127
|
+
}
|
|
128
|
+
export declare namespace CreateAccessResponse {
|
|
129
|
+
|
|
130
|
+
const filterSensitiveLog: (obj: CreateAccessResponse) => any;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
export interface InternalServiceError extends __SmithyException, $MetadataBearer {
|
|
134
|
+
name: "InternalServiceError";
|
|
135
|
+
$fault: "server";
|
|
136
|
+
Message: string | undefined;
|
|
137
|
+
}
|
|
138
|
+
export declare namespace InternalServiceError {
|
|
139
|
+
|
|
140
|
+
const filterSensitiveLog: (obj: InternalServiceError) => any;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
|
|
144
|
+
name: "InvalidRequestException";
|
|
145
|
+
$fault: "client";
|
|
146
|
+
Message: string | undefined;
|
|
147
|
+
}
|
|
148
|
+
export declare namespace InvalidRequestException {
|
|
149
|
+
|
|
150
|
+
const filterSensitiveLog: (obj: InvalidRequestException) => any;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
export interface ResourceExistsException extends __SmithyException, $MetadataBearer {
|
|
154
|
+
name: "ResourceExistsException";
|
|
155
|
+
$fault: "client";
|
|
156
|
+
Message: string | undefined;
|
|
157
|
+
Resource: string | undefined;
|
|
158
|
+
ResourceType: string | undefined;
|
|
159
|
+
}
|
|
160
|
+
export declare namespace ResourceExistsException {
|
|
161
|
+
|
|
162
|
+
const filterSensitiveLog: (obj: ResourceExistsException) => any;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
166
|
+
name: "ResourceNotFoundException";
|
|
167
|
+
$fault: "client";
|
|
168
|
+
Message: string | undefined;
|
|
169
|
+
Resource: string | undefined;
|
|
170
|
+
ResourceType: string | undefined;
|
|
171
|
+
}
|
|
172
|
+
export declare namespace ResourceNotFoundException {
|
|
173
|
+
|
|
174
|
+
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
export interface ServiceUnavailableException extends __SmithyException, $MetadataBearer {
|
|
178
|
+
name: "ServiceUnavailableException";
|
|
179
|
+
$fault: "server";
|
|
180
|
+
Message?: string;
|
|
181
|
+
}
|
|
182
|
+
export declare namespace ServiceUnavailableException {
|
|
183
|
+
|
|
184
|
+
const filterSensitiveLog: (obj: ServiceUnavailableException) => any;
|
|
185
|
+
}
|
|
186
|
+
export declare enum Domain {
|
|
187
|
+
EFS = "EFS",
|
|
188
|
+
S3 = "S3"
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
export interface EndpointDetails {
|
|
192
|
+
|
|
193
|
+
AddressAllocationIds?: string[];
|
|
194
|
+
|
|
195
|
+
SubnetIds?: string[];
|
|
196
|
+
|
|
197
|
+
VpcEndpointId?: string;
|
|
198
|
+
|
|
199
|
+
VpcId?: string;
|
|
200
|
+
|
|
201
|
+
SecurityGroupIds?: string[];
|
|
202
|
+
}
|
|
203
|
+
export declare namespace EndpointDetails {
|
|
204
|
+
|
|
205
|
+
const filterSensitiveLog: (obj: EndpointDetails) => any;
|
|
206
|
+
}
|
|
207
|
+
export declare enum EndpointType {
|
|
208
|
+
PUBLIC = "PUBLIC",
|
|
209
|
+
VPC = "VPC",
|
|
210
|
+
VPC_ENDPOINT = "VPC_ENDPOINT"
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
export interface IdentityProviderDetails {
|
|
214
|
+
|
|
215
|
+
Url?: string;
|
|
216
|
+
|
|
217
|
+
InvocationRole?: string;
|
|
218
|
+
|
|
219
|
+
DirectoryId?: string;
|
|
220
|
+
}
|
|
221
|
+
export declare namespace IdentityProviderDetails {
|
|
222
|
+
|
|
223
|
+
const filterSensitiveLog: (obj: IdentityProviderDetails) => any;
|
|
224
|
+
}
|
|
225
|
+
export declare enum IdentityProviderType {
|
|
226
|
+
API_GATEWAY = "API_GATEWAY",
|
|
227
|
+
AWS_DIRECTORY_SERVICE = "AWS_DIRECTORY_SERVICE",
|
|
228
|
+
SERVICE_MANAGED = "SERVICE_MANAGED"
|
|
229
|
+
}
|
|
230
|
+
export declare enum Protocol {
|
|
231
|
+
FTP = "FTP",
|
|
232
|
+
FTPS = "FTPS",
|
|
233
|
+
SFTP = "SFTP"
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
export interface Tag {
|
|
237
|
+
|
|
238
|
+
Key: string | undefined;
|
|
239
|
+
|
|
240
|
+
Value: string | undefined;
|
|
241
|
+
}
|
|
242
|
+
export declare namespace Tag {
|
|
243
|
+
|
|
244
|
+
const filterSensitiveLog: (obj: Tag) => any;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
export interface WorkflowDetail {
|
|
248
|
+
|
|
249
|
+
WorkflowId: string | undefined;
|
|
250
|
+
|
|
251
|
+
ExecutionRole: string | undefined;
|
|
252
|
+
}
|
|
253
|
+
export declare namespace WorkflowDetail {
|
|
254
|
+
|
|
255
|
+
const filterSensitiveLog: (obj: WorkflowDetail) => any;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
export interface WorkflowDetails {
|
|
259
|
+
|
|
260
|
+
OnUpload: WorkflowDetail[] | undefined;
|
|
261
|
+
}
|
|
262
|
+
export declare namespace WorkflowDetails {
|
|
263
|
+
|
|
264
|
+
const filterSensitiveLog: (obj: WorkflowDetails) => any;
|
|
265
|
+
}
|
|
266
|
+
export interface CreateServerRequest {
|
|
267
|
+
|
|
268
|
+
Certificate?: string;
|
|
269
|
+
|
|
270
|
+
Domain?: Domain | string;
|
|
271
|
+
|
|
272
|
+
EndpointDetails?: EndpointDetails;
|
|
273
|
+
|
|
274
|
+
EndpointType?: EndpointType | string;
|
|
275
|
+
|
|
276
|
+
HostKey?: string;
|
|
277
|
+
|
|
278
|
+
IdentityProviderDetails?: IdentityProviderDetails;
|
|
279
|
+
|
|
280
|
+
IdentityProviderType?: IdentityProviderType | string;
|
|
281
|
+
|
|
282
|
+
LoggingRole?: string;
|
|
283
|
+
|
|
284
|
+
Protocols?: (Protocol | string)[];
|
|
285
|
+
|
|
286
|
+
SecurityPolicyName?: string;
|
|
287
|
+
|
|
288
|
+
Tags?: Tag[];
|
|
289
|
+
|
|
290
|
+
WorkflowDetails?: WorkflowDetails;
|
|
291
|
+
}
|
|
292
|
+
export declare namespace CreateServerRequest {
|
|
293
|
+
|
|
294
|
+
const filterSensitiveLog: (obj: CreateServerRequest) => any;
|
|
295
|
+
}
|
|
296
|
+
export interface CreateServerResponse {
|
|
297
|
+
|
|
298
|
+
ServerId: string | undefined;
|
|
299
|
+
}
|
|
300
|
+
export declare namespace CreateServerResponse {
|
|
301
|
+
|
|
302
|
+
const filterSensitiveLog: (obj: CreateServerResponse) => any;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
export interface ThrottlingException extends __SmithyException, $MetadataBearer {
|
|
306
|
+
name: "ThrottlingException";
|
|
307
|
+
$fault: "client";
|
|
308
|
+
RetryAfterSeconds?: string;
|
|
309
|
+
}
|
|
310
|
+
export declare namespace ThrottlingException {
|
|
311
|
+
|
|
312
|
+
const filterSensitiveLog: (obj: ThrottlingException) => any;
|
|
313
|
+
}
|
|
314
|
+
export interface CreateUserRequest {
|
|
315
|
+
|
|
316
|
+
HomeDirectory?: string;
|
|
317
|
+
|
|
318
|
+
HomeDirectoryType?: HomeDirectoryType | string;
|
|
319
|
+
|
|
320
|
+
HomeDirectoryMappings?: HomeDirectoryMapEntry[];
|
|
321
|
+
|
|
322
|
+
Policy?: string;
|
|
323
|
+
|
|
324
|
+
PosixProfile?: PosixProfile;
|
|
325
|
+
|
|
326
|
+
Role: string | undefined;
|
|
327
|
+
|
|
328
|
+
ServerId: string | undefined;
|
|
329
|
+
|
|
330
|
+
SshPublicKeyBody?: string;
|
|
331
|
+
|
|
332
|
+
Tags?: Tag[];
|
|
333
|
+
|
|
334
|
+
UserName: string | undefined;
|
|
335
|
+
}
|
|
336
|
+
export declare namespace CreateUserRequest {
|
|
337
|
+
|
|
338
|
+
const filterSensitiveLog: (obj: CreateUserRequest) => any;
|
|
339
|
+
}
|
|
340
|
+
export interface CreateUserResponse {
|
|
341
|
+
|
|
342
|
+
ServerId: string | undefined;
|
|
343
|
+
|
|
344
|
+
UserName: string | undefined;
|
|
345
|
+
}
|
|
346
|
+
export declare namespace CreateUserResponse {
|
|
347
|
+
|
|
348
|
+
const filterSensitiveLog: (obj: CreateUserResponse) => any;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
export interface CustomStepDetails {
|
|
352
|
+
|
|
353
|
+
Name?: string;
|
|
354
|
+
|
|
355
|
+
Target?: string;
|
|
356
|
+
|
|
357
|
+
TimeoutSeconds?: number;
|
|
358
|
+
}
|
|
359
|
+
export declare namespace CustomStepDetails {
|
|
360
|
+
|
|
361
|
+
const filterSensitiveLog: (obj: CustomStepDetails) => any;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
export interface DeleteStepDetails {
|
|
365
|
+
|
|
366
|
+
Name?: string;
|
|
367
|
+
}
|
|
368
|
+
export declare namespace DeleteStepDetails {
|
|
369
|
+
|
|
370
|
+
const filterSensitiveLog: (obj: DeleteStepDetails) => any;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
export interface S3Tag {
|
|
374
|
+
|
|
375
|
+
Key: string | undefined;
|
|
376
|
+
|
|
377
|
+
Value: string | undefined;
|
|
378
|
+
}
|
|
379
|
+
export declare namespace S3Tag {
|
|
380
|
+
|
|
381
|
+
const filterSensitiveLog: (obj: S3Tag) => any;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
export interface TagStepDetails {
|
|
385
|
+
|
|
386
|
+
Name?: string;
|
|
387
|
+
|
|
388
|
+
Tags?: S3Tag[];
|
|
389
|
+
}
|
|
390
|
+
export declare namespace TagStepDetails {
|
|
391
|
+
|
|
392
|
+
const filterSensitiveLog: (obj: TagStepDetails) => any;
|
|
393
|
+
}
|
|
394
|
+
export declare enum WorkflowStepType {
|
|
395
|
+
COPY = "COPY",
|
|
396
|
+
CUSTOM = "CUSTOM",
|
|
397
|
+
DELETE = "DELETE",
|
|
398
|
+
TAG = "TAG"
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
export interface WorkflowStep {
|
|
402
|
+
|
|
403
|
+
Type?: WorkflowStepType | string;
|
|
404
|
+
|
|
405
|
+
CopyStepDetails?: CopyStepDetails;
|
|
406
|
+
|
|
407
|
+
CustomStepDetails?: CustomStepDetails;
|
|
408
|
+
|
|
409
|
+
DeleteStepDetails?: DeleteStepDetails;
|
|
410
|
+
|
|
411
|
+
TagStepDetails?: TagStepDetails;
|
|
412
|
+
}
|
|
413
|
+
export declare namespace WorkflowStep {
|
|
414
|
+
|
|
415
|
+
const filterSensitiveLog: (obj: WorkflowStep) => any;
|
|
416
|
+
}
|
|
417
|
+
export interface CreateWorkflowRequest {
|
|
418
|
+
|
|
419
|
+
Description?: string;
|
|
420
|
+
|
|
421
|
+
Steps: WorkflowStep[] | undefined;
|
|
422
|
+
|
|
423
|
+
OnExceptionSteps?: WorkflowStep[];
|
|
424
|
+
|
|
425
|
+
Tags?: Tag[];
|
|
426
|
+
}
|
|
427
|
+
export declare namespace CreateWorkflowRequest {
|
|
428
|
+
|
|
429
|
+
const filterSensitiveLog: (obj: CreateWorkflowRequest) => any;
|
|
430
|
+
}
|
|
431
|
+
export interface CreateWorkflowResponse {
|
|
432
|
+
|
|
433
|
+
WorkflowId: string | undefined;
|
|
434
|
+
}
|
|
435
|
+
export declare namespace CreateWorkflowResponse {
|
|
436
|
+
|
|
437
|
+
const filterSensitiveLog: (obj: CreateWorkflowResponse) => any;
|
|
438
|
+
}
|
|
439
|
+
export declare enum CustomStepStatus {
|
|
440
|
+
FAILURE = "FAILURE",
|
|
441
|
+
SUCCESS = "SUCCESS"
|
|
442
|
+
}
|
|
443
|
+
export interface DeleteAccessRequest {
|
|
444
|
+
|
|
445
|
+
ServerId: string | undefined;
|
|
446
|
+
|
|
447
|
+
ExternalId: string | undefined;
|
|
448
|
+
}
|
|
449
|
+
export declare namespace DeleteAccessRequest {
|
|
450
|
+
|
|
451
|
+
const filterSensitiveLog: (obj: DeleteAccessRequest) => any;
|
|
452
|
+
}
|
|
453
|
+
export interface DeleteServerRequest {
|
|
454
|
+
|
|
455
|
+
ServerId: string | undefined;
|
|
456
|
+
}
|
|
457
|
+
export declare namespace DeleteServerRequest {
|
|
458
|
+
|
|
459
|
+
const filterSensitiveLog: (obj: DeleteServerRequest) => any;
|
|
460
|
+
}
|
|
461
|
+
export interface DeleteSshPublicKeyRequest {
|
|
462
|
+
|
|
463
|
+
ServerId: string | undefined;
|
|
464
|
+
|
|
465
|
+
SshPublicKeyId: string | undefined;
|
|
466
|
+
|
|
467
|
+
UserName: string | undefined;
|
|
468
|
+
}
|
|
469
|
+
export declare namespace DeleteSshPublicKeyRequest {
|
|
470
|
+
|
|
471
|
+
const filterSensitiveLog: (obj: DeleteSshPublicKeyRequest) => any;
|
|
472
|
+
}
|
|
473
|
+
export interface DeleteUserRequest {
|
|
474
|
+
|
|
475
|
+
ServerId: string | undefined;
|
|
476
|
+
|
|
477
|
+
UserName: string | undefined;
|
|
478
|
+
}
|
|
479
|
+
export declare namespace DeleteUserRequest {
|
|
480
|
+
|
|
481
|
+
const filterSensitiveLog: (obj: DeleteUserRequest) => any;
|
|
482
|
+
}
|
|
483
|
+
export interface DeleteWorkflowRequest {
|
|
484
|
+
|
|
485
|
+
WorkflowId: string | undefined;
|
|
486
|
+
}
|
|
487
|
+
export declare namespace DeleteWorkflowRequest {
|
|
488
|
+
|
|
489
|
+
const filterSensitiveLog: (obj: DeleteWorkflowRequest) => any;
|
|
490
|
+
}
|
|
491
|
+
export interface DescribeAccessRequest {
|
|
492
|
+
|
|
493
|
+
ServerId: string | undefined;
|
|
494
|
+
|
|
495
|
+
ExternalId: string | undefined;
|
|
496
|
+
}
|
|
497
|
+
export declare namespace DescribeAccessRequest {
|
|
498
|
+
|
|
499
|
+
const filterSensitiveLog: (obj: DescribeAccessRequest) => any;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
export interface DescribedAccess {
|
|
503
|
+
|
|
504
|
+
HomeDirectory?: string;
|
|
505
|
+
|
|
506
|
+
HomeDirectoryMappings?: HomeDirectoryMapEntry[];
|
|
507
|
+
|
|
508
|
+
HomeDirectoryType?: HomeDirectoryType | string;
|
|
509
|
+
|
|
510
|
+
Policy?: string;
|
|
511
|
+
|
|
512
|
+
PosixProfile?: PosixProfile;
|
|
513
|
+
|
|
514
|
+
Role?: string;
|
|
515
|
+
|
|
516
|
+
ExternalId?: string;
|
|
517
|
+
}
|
|
518
|
+
export declare namespace DescribedAccess {
|
|
519
|
+
|
|
520
|
+
const filterSensitiveLog: (obj: DescribedAccess) => any;
|
|
521
|
+
}
|
|
522
|
+
export interface DescribeAccessResponse {
|
|
523
|
+
|
|
524
|
+
ServerId: string | undefined;
|
|
525
|
+
|
|
526
|
+
Access: DescribedAccess | undefined;
|
|
527
|
+
}
|
|
528
|
+
export declare namespace DescribeAccessResponse {
|
|
529
|
+
|
|
530
|
+
const filterSensitiveLog: (obj: DescribeAccessResponse) => any;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
export interface S3FileLocation {
|
|
534
|
+
|
|
535
|
+
Bucket?: string;
|
|
536
|
+
|
|
537
|
+
Key?: string;
|
|
538
|
+
|
|
539
|
+
VersionId?: string;
|
|
540
|
+
|
|
541
|
+
Etag?: string;
|
|
542
|
+
}
|
|
543
|
+
export declare namespace S3FileLocation {
|
|
544
|
+
|
|
545
|
+
const filterSensitiveLog: (obj: S3FileLocation) => any;
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
export interface FileLocation {
|
|
549
|
+
|
|
550
|
+
S3FileLocation?: S3FileLocation;
|
|
551
|
+
|
|
552
|
+
EfsFileLocation?: EfsFileLocation;
|
|
553
|
+
}
|
|
554
|
+
export declare namespace FileLocation {
|
|
555
|
+
|
|
556
|
+
const filterSensitiveLog: (obj: FileLocation) => any;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
export interface LoggingConfiguration {
|
|
560
|
+
|
|
561
|
+
LoggingRole?: string;
|
|
562
|
+
|
|
563
|
+
LogGroupName?: string;
|
|
564
|
+
}
|
|
565
|
+
export declare namespace LoggingConfiguration {
|
|
566
|
+
|
|
567
|
+
const filterSensitiveLog: (obj: LoggingConfiguration) => any;
|
|
568
|
+
}
|
|
569
|
+
export declare enum ExecutionErrorType {
|
|
570
|
+
PERMISSION_DENIED = "PERMISSION_DENIED"
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
export interface ExecutionError {
|
|
574
|
+
|
|
575
|
+
Type: ExecutionErrorType | string | undefined;
|
|
576
|
+
|
|
577
|
+
Message: string | undefined;
|
|
578
|
+
}
|
|
579
|
+
export declare namespace ExecutionError {
|
|
580
|
+
|
|
581
|
+
const filterSensitiveLog: (obj: ExecutionError) => any;
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
export interface ExecutionStepResult {
|
|
585
|
+
|
|
586
|
+
StepType?: WorkflowStepType | string;
|
|
587
|
+
|
|
588
|
+
Outputs?: string;
|
|
589
|
+
|
|
590
|
+
Error?: ExecutionError;
|
|
591
|
+
}
|
|
592
|
+
export declare namespace ExecutionStepResult {
|
|
593
|
+
|
|
594
|
+
const filterSensitiveLog: (obj: ExecutionStepResult) => any;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
export interface ExecutionResults {
|
|
598
|
+
|
|
599
|
+
Steps?: ExecutionStepResult[];
|
|
600
|
+
|
|
601
|
+
OnExceptionSteps?: ExecutionStepResult[];
|
|
602
|
+
}
|
|
603
|
+
export declare namespace ExecutionResults {
|
|
604
|
+
|
|
605
|
+
const filterSensitiveLog: (obj: ExecutionResults) => any;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
export interface UserDetails {
|
|
609
|
+
|
|
610
|
+
UserName: string | undefined;
|
|
611
|
+
|
|
612
|
+
ServerId: string | undefined;
|
|
613
|
+
|
|
614
|
+
SessionId?: string;
|
|
615
|
+
}
|
|
616
|
+
export declare namespace UserDetails {
|
|
617
|
+
|
|
618
|
+
const filterSensitiveLog: (obj: UserDetails) => any;
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
export interface ServiceMetadata {
|
|
622
|
+
|
|
623
|
+
UserDetails: UserDetails | undefined;
|
|
624
|
+
}
|
|
625
|
+
export declare namespace ServiceMetadata {
|
|
626
|
+
|
|
627
|
+
const filterSensitiveLog: (obj: ServiceMetadata) => any;
|
|
628
|
+
}
|
|
629
|
+
export declare enum ExecutionStatus {
|
|
630
|
+
COMPLETED = "COMPLETED",
|
|
631
|
+
EXCEPTION = "EXCEPTION",
|
|
632
|
+
HANDLING_EXCEPTION = "HANDLING_EXCEPTION",
|
|
633
|
+
IN_PROGRESS = "IN_PROGRESS"
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
export interface DescribedExecution {
|
|
637
|
+
|
|
638
|
+
ExecutionId?: string;
|
|
639
|
+
|
|
640
|
+
InitialFileLocation?: FileLocation;
|
|
641
|
+
|
|
642
|
+
ServiceMetadata?: ServiceMetadata;
|
|
643
|
+
|
|
644
|
+
ExecutionRole?: string;
|
|
645
|
+
|
|
646
|
+
LoggingConfiguration?: LoggingConfiguration;
|
|
647
|
+
|
|
648
|
+
PosixProfile?: PosixProfile;
|
|
649
|
+
|
|
650
|
+
Status?: ExecutionStatus | string;
|
|
651
|
+
|
|
652
|
+
Results?: ExecutionResults;
|
|
653
|
+
}
|
|
654
|
+
export declare namespace DescribedExecution {
|
|
655
|
+
|
|
656
|
+
const filterSensitiveLog: (obj: DescribedExecution) => any;
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
export interface DescribedSecurityPolicy {
|
|
660
|
+
|
|
661
|
+
Fips?: boolean;
|
|
662
|
+
|
|
663
|
+
SecurityPolicyName: string | undefined;
|
|
664
|
+
|
|
665
|
+
SshCiphers?: string[];
|
|
666
|
+
|
|
667
|
+
SshKexs?: string[];
|
|
668
|
+
|
|
669
|
+
SshMacs?: string[];
|
|
670
|
+
|
|
671
|
+
TlsCiphers?: string[];
|
|
672
|
+
}
|
|
673
|
+
export declare namespace DescribedSecurityPolicy {
|
|
674
|
+
|
|
675
|
+
const filterSensitiveLog: (obj: DescribedSecurityPolicy) => any;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
export interface ProtocolDetails {
|
|
679
|
+
|
|
680
|
+
PassiveIp?: string;
|
|
681
|
+
}
|
|
682
|
+
export declare namespace ProtocolDetails {
|
|
683
|
+
|
|
684
|
+
const filterSensitiveLog: (obj: ProtocolDetails) => any;
|
|
685
|
+
}
|
|
686
|
+
export declare enum State {
|
|
687
|
+
OFFLINE = "OFFLINE",
|
|
688
|
+
ONLINE = "ONLINE",
|
|
689
|
+
STARTING = "STARTING",
|
|
690
|
+
START_FAILED = "START_FAILED",
|
|
691
|
+
STOPPING = "STOPPING",
|
|
692
|
+
STOP_FAILED = "STOP_FAILED"
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
export interface DescribedServer {
|
|
696
|
+
|
|
697
|
+
Arn: string | undefined;
|
|
698
|
+
|
|
699
|
+
Certificate?: string;
|
|
700
|
+
|
|
701
|
+
ProtocolDetails?: ProtocolDetails;
|
|
702
|
+
|
|
703
|
+
Domain?: Domain | string;
|
|
704
|
+
|
|
705
|
+
EndpointDetails?: EndpointDetails;
|
|
706
|
+
|
|
707
|
+
EndpointType?: EndpointType | string;
|
|
708
|
+
|
|
709
|
+
HostKeyFingerprint?: string;
|
|
710
|
+
|
|
711
|
+
IdentityProviderDetails?: IdentityProviderDetails;
|
|
712
|
+
|
|
713
|
+
IdentityProviderType?: IdentityProviderType | string;
|
|
714
|
+
|
|
715
|
+
LoggingRole?: string;
|
|
716
|
+
|
|
717
|
+
Protocols?: (Protocol | string)[];
|
|
718
|
+
|
|
719
|
+
SecurityPolicyName?: string;
|
|
720
|
+
|
|
721
|
+
ServerId?: string;
|
|
722
|
+
|
|
723
|
+
State?: State | string;
|
|
724
|
+
|
|
725
|
+
Tags?: Tag[];
|
|
726
|
+
|
|
727
|
+
UserCount?: number;
|
|
728
|
+
|
|
729
|
+
WorkflowDetails?: WorkflowDetails;
|
|
730
|
+
}
|
|
731
|
+
export declare namespace DescribedServer {
|
|
732
|
+
|
|
733
|
+
const filterSensitiveLog: (obj: DescribedServer) => any;
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
export interface SshPublicKey {
|
|
737
|
+
|
|
738
|
+
DateImported: Date | undefined;
|
|
739
|
+
|
|
740
|
+
SshPublicKeyBody: string | undefined;
|
|
741
|
+
|
|
742
|
+
SshPublicKeyId: string | undefined;
|
|
743
|
+
}
|
|
744
|
+
export declare namespace SshPublicKey {
|
|
745
|
+
|
|
746
|
+
const filterSensitiveLog: (obj: SshPublicKey) => any;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
export interface DescribedUser {
|
|
750
|
+
|
|
751
|
+
Arn: string | undefined;
|
|
752
|
+
|
|
753
|
+
HomeDirectory?: string;
|
|
754
|
+
|
|
755
|
+
HomeDirectoryMappings?: HomeDirectoryMapEntry[];
|
|
756
|
+
|
|
757
|
+
HomeDirectoryType?: HomeDirectoryType | string;
|
|
758
|
+
|
|
759
|
+
Policy?: string;
|
|
760
|
+
|
|
761
|
+
PosixProfile?: PosixProfile;
|
|
762
|
+
|
|
763
|
+
Role?: string;
|
|
764
|
+
|
|
765
|
+
SshPublicKeys?: SshPublicKey[];
|
|
766
|
+
|
|
767
|
+
Tags?: Tag[];
|
|
768
|
+
|
|
769
|
+
UserName?: string;
|
|
770
|
+
}
|
|
771
|
+
export declare namespace DescribedUser {
|
|
772
|
+
|
|
773
|
+
const filterSensitiveLog: (obj: DescribedUser) => any;
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
export interface DescribedWorkflow {
|
|
777
|
+
|
|
778
|
+
Arn: string | undefined;
|
|
779
|
+
|
|
780
|
+
Description?: string;
|
|
781
|
+
|
|
782
|
+
Steps?: WorkflowStep[];
|
|
783
|
+
|
|
784
|
+
OnExceptionSteps?: WorkflowStep[];
|
|
785
|
+
|
|
786
|
+
WorkflowId?: string;
|
|
787
|
+
|
|
788
|
+
Tags?: Tag[];
|
|
789
|
+
}
|
|
790
|
+
export declare namespace DescribedWorkflow {
|
|
791
|
+
|
|
792
|
+
const filterSensitiveLog: (obj: DescribedWorkflow) => any;
|
|
793
|
+
}
|
|
794
|
+
export interface DescribeExecutionRequest {
|
|
795
|
+
|
|
796
|
+
ExecutionId: string | undefined;
|
|
797
|
+
|
|
798
|
+
WorkflowId: string | undefined;
|
|
799
|
+
}
|
|
800
|
+
export declare namespace DescribeExecutionRequest {
|
|
801
|
+
|
|
802
|
+
const filterSensitiveLog: (obj: DescribeExecutionRequest) => any;
|
|
803
|
+
}
|
|
804
|
+
export interface DescribeExecutionResponse {
|
|
805
|
+
|
|
806
|
+
WorkflowId: string | undefined;
|
|
807
|
+
|
|
808
|
+
Execution: DescribedExecution | undefined;
|
|
809
|
+
}
|
|
810
|
+
export declare namespace DescribeExecutionResponse {
|
|
811
|
+
|
|
812
|
+
const filterSensitiveLog: (obj: DescribeExecutionResponse) => any;
|
|
813
|
+
}
|
|
814
|
+
export interface DescribeSecurityPolicyRequest {
|
|
815
|
+
|
|
816
|
+
SecurityPolicyName: string | undefined;
|
|
817
|
+
}
|
|
818
|
+
export declare namespace DescribeSecurityPolicyRequest {
|
|
819
|
+
|
|
820
|
+
const filterSensitiveLog: (obj: DescribeSecurityPolicyRequest) => any;
|
|
821
|
+
}
|
|
822
|
+
export interface DescribeSecurityPolicyResponse {
|
|
823
|
+
|
|
824
|
+
SecurityPolicy: DescribedSecurityPolicy | undefined;
|
|
825
|
+
}
|
|
826
|
+
export declare namespace DescribeSecurityPolicyResponse {
|
|
827
|
+
|
|
828
|
+
const filterSensitiveLog: (obj: DescribeSecurityPolicyResponse) => any;
|
|
829
|
+
}
|
|
830
|
+
export interface DescribeServerRequest {
|
|
831
|
+
|
|
832
|
+
ServerId: string | undefined;
|
|
833
|
+
}
|
|
834
|
+
export declare namespace DescribeServerRequest {
|
|
835
|
+
|
|
836
|
+
const filterSensitiveLog: (obj: DescribeServerRequest) => any;
|
|
837
|
+
}
|
|
838
|
+
export interface DescribeServerResponse {
|
|
839
|
+
|
|
840
|
+
Server: DescribedServer | undefined;
|
|
841
|
+
}
|
|
842
|
+
export declare namespace DescribeServerResponse {
|
|
843
|
+
|
|
844
|
+
const filterSensitiveLog: (obj: DescribeServerResponse) => any;
|
|
845
|
+
}
|
|
846
|
+
export interface DescribeUserRequest {
|
|
847
|
+
|
|
848
|
+
ServerId: string | undefined;
|
|
849
|
+
|
|
850
|
+
UserName: string | undefined;
|
|
851
|
+
}
|
|
852
|
+
export declare namespace DescribeUserRequest {
|
|
853
|
+
|
|
854
|
+
const filterSensitiveLog: (obj: DescribeUserRequest) => any;
|
|
855
|
+
}
|
|
856
|
+
export interface DescribeUserResponse {
|
|
857
|
+
|
|
858
|
+
ServerId: string | undefined;
|
|
859
|
+
|
|
860
|
+
User: DescribedUser | undefined;
|
|
861
|
+
}
|
|
862
|
+
export declare namespace DescribeUserResponse {
|
|
863
|
+
|
|
864
|
+
const filterSensitiveLog: (obj: DescribeUserResponse) => any;
|
|
865
|
+
}
|
|
866
|
+
export interface DescribeWorkflowRequest {
|
|
867
|
+
|
|
868
|
+
WorkflowId: string | undefined;
|
|
869
|
+
}
|
|
870
|
+
export declare namespace DescribeWorkflowRequest {
|
|
871
|
+
|
|
872
|
+
const filterSensitiveLog: (obj: DescribeWorkflowRequest) => any;
|
|
873
|
+
}
|
|
874
|
+
export interface DescribeWorkflowResponse {
|
|
875
|
+
|
|
876
|
+
Workflow: DescribedWorkflow | undefined;
|
|
877
|
+
}
|
|
878
|
+
export declare namespace DescribeWorkflowResponse {
|
|
879
|
+
|
|
880
|
+
const filterSensitiveLog: (obj: DescribeWorkflowResponse) => any;
|
|
881
|
+
}
|
|
882
|
+
export interface ImportSshPublicKeyRequest {
|
|
883
|
+
|
|
884
|
+
ServerId: string | undefined;
|
|
885
|
+
|
|
886
|
+
SshPublicKeyBody: string | undefined;
|
|
887
|
+
|
|
888
|
+
UserName: string | undefined;
|
|
889
|
+
}
|
|
890
|
+
export declare namespace ImportSshPublicKeyRequest {
|
|
891
|
+
|
|
892
|
+
const filterSensitiveLog: (obj: ImportSshPublicKeyRequest) => any;
|
|
893
|
+
}
|
|
894
|
+
|
|
895
|
+
export interface ImportSshPublicKeyResponse {
|
|
896
|
+
|
|
897
|
+
ServerId: string | undefined;
|
|
898
|
+
|
|
899
|
+
SshPublicKeyId: string | undefined;
|
|
900
|
+
|
|
901
|
+
UserName: string | undefined;
|
|
902
|
+
}
|
|
903
|
+
export declare namespace ImportSshPublicKeyResponse {
|
|
904
|
+
|
|
905
|
+
const filterSensitiveLog: (obj: ImportSshPublicKeyResponse) => any;
|
|
906
|
+
}
|
|
907
|
+
|
|
908
|
+
export interface InvalidNextTokenException extends __SmithyException, $MetadataBearer {
|
|
909
|
+
name: "InvalidNextTokenException";
|
|
910
|
+
$fault: "client";
|
|
911
|
+
Message: string | undefined;
|
|
912
|
+
}
|
|
913
|
+
export declare namespace InvalidNextTokenException {
|
|
914
|
+
|
|
915
|
+
const filterSensitiveLog: (obj: InvalidNextTokenException) => any;
|
|
916
|
+
}
|
|
917
|
+
export interface ListAccessesRequest {
|
|
918
|
+
|
|
919
|
+
MaxResults?: number;
|
|
920
|
+
|
|
921
|
+
NextToken?: string;
|
|
922
|
+
|
|
923
|
+
ServerId: string | undefined;
|
|
924
|
+
}
|
|
925
|
+
export declare namespace ListAccessesRequest {
|
|
926
|
+
|
|
927
|
+
const filterSensitiveLog: (obj: ListAccessesRequest) => any;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
export interface ListedAccess {
|
|
931
|
+
|
|
932
|
+
HomeDirectory?: string;
|
|
933
|
+
|
|
934
|
+
HomeDirectoryType?: HomeDirectoryType | string;
|
|
935
|
+
|
|
936
|
+
Role?: string;
|
|
937
|
+
|
|
938
|
+
ExternalId?: string;
|
|
939
|
+
}
|
|
940
|
+
export declare namespace ListedAccess {
|
|
941
|
+
|
|
942
|
+
const filterSensitiveLog: (obj: ListedAccess) => any;
|
|
943
|
+
}
|
|
944
|
+
export interface ListAccessesResponse {
|
|
945
|
+
|
|
946
|
+
NextToken?: string;
|
|
947
|
+
|
|
948
|
+
ServerId: string | undefined;
|
|
949
|
+
|
|
950
|
+
Accesses: ListedAccess[] | undefined;
|
|
951
|
+
}
|
|
952
|
+
export declare namespace ListAccessesResponse {
|
|
953
|
+
|
|
954
|
+
const filterSensitiveLog: (obj: ListAccessesResponse) => any;
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
export interface ListedExecution {
|
|
958
|
+
|
|
959
|
+
ExecutionId?: string;
|
|
960
|
+
|
|
961
|
+
InitialFileLocation?: FileLocation;
|
|
962
|
+
|
|
963
|
+
ServiceMetadata?: ServiceMetadata;
|
|
964
|
+
|
|
965
|
+
Status?: ExecutionStatus | string;
|
|
966
|
+
}
|
|
967
|
+
export declare namespace ListedExecution {
|
|
968
|
+
|
|
969
|
+
const filterSensitiveLog: (obj: ListedExecution) => any;
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
export interface ListedServer {
|
|
973
|
+
|
|
974
|
+
Arn: string | undefined;
|
|
975
|
+
|
|
976
|
+
Domain?: Domain | string;
|
|
977
|
+
|
|
978
|
+
IdentityProviderType?: IdentityProviderType | string;
|
|
979
|
+
|
|
980
|
+
EndpointType?: EndpointType | string;
|
|
981
|
+
|
|
982
|
+
LoggingRole?: string;
|
|
983
|
+
|
|
984
|
+
ServerId?: string;
|
|
985
|
+
|
|
986
|
+
State?: State | string;
|
|
987
|
+
|
|
988
|
+
UserCount?: number;
|
|
989
|
+
}
|
|
990
|
+
export declare namespace ListedServer {
|
|
991
|
+
|
|
992
|
+
const filterSensitiveLog: (obj: ListedServer) => any;
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
export interface ListedUser {
|
|
996
|
+
|
|
997
|
+
Arn: string | undefined;
|
|
998
|
+
|
|
999
|
+
HomeDirectory?: string;
|
|
1000
|
+
|
|
1001
|
+
HomeDirectoryType?: HomeDirectoryType | string;
|
|
1002
|
+
|
|
1003
|
+
Role?: string;
|
|
1004
|
+
|
|
1005
|
+
SshPublicKeyCount?: number;
|
|
1006
|
+
|
|
1007
|
+
UserName?: string;
|
|
1008
|
+
}
|
|
1009
|
+
export declare namespace ListedUser {
|
|
1010
|
+
|
|
1011
|
+
const filterSensitiveLog: (obj: ListedUser) => any;
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
export interface ListedWorkflow {
|
|
1015
|
+
|
|
1016
|
+
WorkflowId?: string;
|
|
1017
|
+
|
|
1018
|
+
Description?: string;
|
|
1019
|
+
|
|
1020
|
+
Arn?: string;
|
|
1021
|
+
}
|
|
1022
|
+
export declare namespace ListedWorkflow {
|
|
1023
|
+
|
|
1024
|
+
const filterSensitiveLog: (obj: ListedWorkflow) => any;
|
|
1025
|
+
}
|
|
1026
|
+
export interface ListExecutionsRequest {
|
|
1027
|
+
|
|
1028
|
+
MaxResults?: number;
|
|
1029
|
+
|
|
1030
|
+
NextToken?: string;
|
|
1031
|
+
|
|
1032
|
+
WorkflowId: string | undefined;
|
|
1033
|
+
}
|
|
1034
|
+
export declare namespace ListExecutionsRequest {
|
|
1035
|
+
|
|
1036
|
+
const filterSensitiveLog: (obj: ListExecutionsRequest) => any;
|
|
1037
|
+
}
|
|
1038
|
+
export interface ListExecutionsResponse {
|
|
1039
|
+
|
|
1040
|
+
NextToken?: string;
|
|
1041
|
+
|
|
1042
|
+
WorkflowId: string | undefined;
|
|
1043
|
+
|
|
1044
|
+
Executions: ListedExecution[] | undefined;
|
|
1045
|
+
}
|
|
1046
|
+
export declare namespace ListExecutionsResponse {
|
|
1047
|
+
|
|
1048
|
+
const filterSensitiveLog: (obj: ListExecutionsResponse) => any;
|
|
1049
|
+
}
|
|
1050
|
+
export interface ListSecurityPoliciesRequest {
|
|
1051
|
+
|
|
1052
|
+
MaxResults?: number;
|
|
1053
|
+
|
|
1054
|
+
NextToken?: string;
|
|
1055
|
+
}
|
|
1056
|
+
export declare namespace ListSecurityPoliciesRequest {
|
|
1057
|
+
|
|
1058
|
+
const filterSensitiveLog: (obj: ListSecurityPoliciesRequest) => any;
|
|
1059
|
+
}
|
|
1060
|
+
export interface ListSecurityPoliciesResponse {
|
|
1061
|
+
|
|
1062
|
+
NextToken?: string;
|
|
1063
|
+
|
|
1064
|
+
SecurityPolicyNames: string[] | undefined;
|
|
1065
|
+
}
|
|
1066
|
+
export declare namespace ListSecurityPoliciesResponse {
|
|
1067
|
+
|
|
1068
|
+
const filterSensitiveLog: (obj: ListSecurityPoliciesResponse) => any;
|
|
1069
|
+
}
|
|
1070
|
+
export interface ListServersRequest {
|
|
1071
|
+
|
|
1072
|
+
MaxResults?: number;
|
|
1073
|
+
|
|
1074
|
+
NextToken?: string;
|
|
1075
|
+
}
|
|
1076
|
+
export declare namespace ListServersRequest {
|
|
1077
|
+
|
|
1078
|
+
const filterSensitiveLog: (obj: ListServersRequest) => any;
|
|
1079
|
+
}
|
|
1080
|
+
export interface ListServersResponse {
|
|
1081
|
+
|
|
1082
|
+
NextToken?: string;
|
|
1083
|
+
|
|
1084
|
+
Servers: ListedServer[] | undefined;
|
|
1085
|
+
}
|
|
1086
|
+
export declare namespace ListServersResponse {
|
|
1087
|
+
|
|
1088
|
+
const filterSensitiveLog: (obj: ListServersResponse) => any;
|
|
1089
|
+
}
|
|
1090
|
+
export interface ListTagsForResourceRequest {
|
|
1091
|
+
|
|
1092
|
+
Arn: string | undefined;
|
|
1093
|
+
|
|
1094
|
+
MaxResults?: number;
|
|
1095
|
+
|
|
1096
|
+
NextToken?: string;
|
|
1097
|
+
}
|
|
1098
|
+
export declare namespace ListTagsForResourceRequest {
|
|
1099
|
+
|
|
1100
|
+
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1101
|
+
}
|
|
1102
|
+
export interface ListTagsForResourceResponse {
|
|
1103
|
+
|
|
1104
|
+
Arn?: string;
|
|
1105
|
+
|
|
1106
|
+
NextToken?: string;
|
|
1107
|
+
|
|
1108
|
+
Tags?: Tag[];
|
|
1109
|
+
}
|
|
1110
|
+
export declare namespace ListTagsForResourceResponse {
|
|
1111
|
+
|
|
1112
|
+
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1113
|
+
}
|
|
1114
|
+
export interface ListUsersRequest {
|
|
1115
|
+
|
|
1116
|
+
MaxResults?: number;
|
|
1117
|
+
|
|
1118
|
+
NextToken?: string;
|
|
1119
|
+
|
|
1120
|
+
ServerId: string | undefined;
|
|
1121
|
+
}
|
|
1122
|
+
export declare namespace ListUsersRequest {
|
|
1123
|
+
|
|
1124
|
+
const filterSensitiveLog: (obj: ListUsersRequest) => any;
|
|
1125
|
+
}
|
|
1126
|
+
export interface ListUsersResponse {
|
|
1127
|
+
|
|
1128
|
+
NextToken?: string;
|
|
1129
|
+
|
|
1130
|
+
ServerId: string | undefined;
|
|
1131
|
+
|
|
1132
|
+
Users: ListedUser[] | undefined;
|
|
1133
|
+
}
|
|
1134
|
+
export declare namespace ListUsersResponse {
|
|
1135
|
+
|
|
1136
|
+
const filterSensitiveLog: (obj: ListUsersResponse) => any;
|
|
1137
|
+
}
|
|
1138
|
+
export interface ListWorkflowsRequest {
|
|
1139
|
+
|
|
1140
|
+
MaxResults?: number;
|
|
1141
|
+
|
|
1142
|
+
NextToken?: string;
|
|
1143
|
+
}
|
|
1144
|
+
export declare namespace ListWorkflowsRequest {
|
|
1145
|
+
|
|
1146
|
+
const filterSensitiveLog: (obj: ListWorkflowsRequest) => any;
|
|
1147
|
+
}
|
|
1148
|
+
export interface ListWorkflowsResponse {
|
|
1149
|
+
|
|
1150
|
+
NextToken?: string;
|
|
1151
|
+
|
|
1152
|
+
Workflows: ListedWorkflow[] | undefined;
|
|
1153
|
+
}
|
|
1154
|
+
export declare namespace ListWorkflowsResponse {
|
|
1155
|
+
|
|
1156
|
+
const filterSensitiveLog: (obj: ListWorkflowsResponse) => any;
|
|
1157
|
+
}
|
|
1158
|
+
export interface SendWorkflowStepStateRequest {
|
|
1159
|
+
|
|
1160
|
+
WorkflowId: string | undefined;
|
|
1161
|
+
|
|
1162
|
+
ExecutionId: string | undefined;
|
|
1163
|
+
|
|
1164
|
+
Token: string | undefined;
|
|
1165
|
+
|
|
1166
|
+
Status: CustomStepStatus | string | undefined;
|
|
1167
|
+
}
|
|
1168
|
+
export declare namespace SendWorkflowStepStateRequest {
|
|
1169
|
+
|
|
1170
|
+
const filterSensitiveLog: (obj: SendWorkflowStepStateRequest) => any;
|
|
1171
|
+
}
|
|
1172
|
+
export interface SendWorkflowStepStateResponse {
|
|
1173
|
+
}
|
|
1174
|
+
export declare namespace SendWorkflowStepStateResponse {
|
|
1175
|
+
|
|
1176
|
+
const filterSensitiveLog: (obj: SendWorkflowStepStateResponse) => any;
|
|
1177
|
+
}
|
|
1178
|
+
export interface StartServerRequest {
|
|
1179
|
+
|
|
1180
|
+
ServerId: string | undefined;
|
|
1181
|
+
}
|
|
1182
|
+
export declare namespace StartServerRequest {
|
|
1183
|
+
|
|
1184
|
+
const filterSensitiveLog: (obj: StartServerRequest) => any;
|
|
1185
|
+
}
|
|
1186
|
+
export interface StopServerRequest {
|
|
1187
|
+
|
|
1188
|
+
ServerId: string | undefined;
|
|
1189
|
+
}
|
|
1190
|
+
export declare namespace StopServerRequest {
|
|
1191
|
+
|
|
1192
|
+
const filterSensitiveLog: (obj: StopServerRequest) => any;
|
|
1193
|
+
}
|
|
1194
|
+
export interface TagResourceRequest {
|
|
1195
|
+
|
|
1196
|
+
Arn: string | undefined;
|
|
1197
|
+
|
|
1198
|
+
Tags: Tag[] | undefined;
|
|
1199
|
+
}
|
|
1200
|
+
export declare namespace TagResourceRequest {
|
|
1201
|
+
|
|
1202
|
+
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1203
|
+
}
|
|
1204
|
+
export interface TestIdentityProviderRequest {
|
|
1205
|
+
|
|
1206
|
+
ServerId: string | undefined;
|
|
1207
|
+
|
|
1208
|
+
ServerProtocol?: Protocol | string;
|
|
1209
|
+
|
|
1210
|
+
SourceIp?: string;
|
|
1211
|
+
|
|
1212
|
+
UserName: string | undefined;
|
|
1213
|
+
|
|
1214
|
+
UserPassword?: string;
|
|
1215
|
+
}
|
|
1216
|
+
export declare namespace TestIdentityProviderRequest {
|
|
1217
|
+
|
|
1218
|
+
const filterSensitiveLog: (obj: TestIdentityProviderRequest) => any;
|
|
1219
|
+
}
|
|
1220
|
+
export interface TestIdentityProviderResponse {
|
|
1221
|
+
|
|
1222
|
+
Response?: string;
|
|
1223
|
+
|
|
1224
|
+
StatusCode: number | undefined;
|
|
1225
|
+
|
|
1226
|
+
Message?: string;
|
|
1227
|
+
|
|
1228
|
+
Url: string | undefined;
|
|
1229
|
+
}
|
|
1230
|
+
export declare namespace TestIdentityProviderResponse {
|
|
1231
|
+
|
|
1232
|
+
const filterSensitiveLog: (obj: TestIdentityProviderResponse) => any;
|
|
1233
|
+
}
|
|
1234
|
+
export interface UntagResourceRequest {
|
|
1235
|
+
|
|
1236
|
+
Arn: string | undefined;
|
|
1237
|
+
|
|
1238
|
+
TagKeys: string[] | undefined;
|
|
1239
|
+
}
|
|
1240
|
+
export declare namespace UntagResourceRequest {
|
|
1241
|
+
|
|
1242
|
+
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1243
|
+
}
|
|
1244
|
+
export interface UpdateAccessRequest {
|
|
1245
|
+
|
|
1246
|
+
HomeDirectory?: string;
|
|
1247
|
+
|
|
1248
|
+
HomeDirectoryType?: HomeDirectoryType | string;
|
|
1249
|
+
|
|
1250
|
+
HomeDirectoryMappings?: HomeDirectoryMapEntry[];
|
|
1251
|
+
|
|
1252
|
+
Policy?: string;
|
|
1253
|
+
|
|
1254
|
+
PosixProfile?: PosixProfile;
|
|
1255
|
+
|
|
1256
|
+
Role?: string;
|
|
1257
|
+
|
|
1258
|
+
ServerId: string | undefined;
|
|
1259
|
+
|
|
1260
|
+
ExternalId: string | undefined;
|
|
1261
|
+
}
|
|
1262
|
+
export declare namespace UpdateAccessRequest {
|
|
1263
|
+
|
|
1264
|
+
const filterSensitiveLog: (obj: UpdateAccessRequest) => any;
|
|
1265
|
+
}
|
|
1266
|
+
export interface UpdateAccessResponse {
|
|
1267
|
+
|
|
1268
|
+
ServerId: string | undefined;
|
|
1269
|
+
|
|
1270
|
+
ExternalId: string | undefined;
|
|
1271
|
+
}
|
|
1272
|
+
export declare namespace UpdateAccessResponse {
|
|
1273
|
+
|
|
1274
|
+
const filterSensitiveLog: (obj: UpdateAccessResponse) => any;
|
|
1275
|
+
}
|
|
1276
|
+
export interface UpdateServerRequest {
|
|
1277
|
+
|
|
1278
|
+
Certificate?: string;
|
|
1279
|
+
|
|
1280
|
+
ProtocolDetails?: ProtocolDetails;
|
|
1281
|
+
|
|
1282
|
+
EndpointDetails?: EndpointDetails;
|
|
1283
|
+
|
|
1284
|
+
EndpointType?: EndpointType | string;
|
|
1285
|
+
|
|
1286
|
+
HostKey?: string;
|
|
1287
|
+
|
|
1288
|
+
IdentityProviderDetails?: IdentityProviderDetails;
|
|
1289
|
+
|
|
1290
|
+
LoggingRole?: string;
|
|
1291
|
+
|
|
1292
|
+
Protocols?: (Protocol | string)[];
|
|
1293
|
+
|
|
1294
|
+
SecurityPolicyName?: string;
|
|
1295
|
+
|
|
1296
|
+
ServerId: string | undefined;
|
|
1297
|
+
|
|
1298
|
+
WorkflowDetails?: WorkflowDetails;
|
|
1299
|
+
}
|
|
1300
|
+
export declare namespace UpdateServerRequest {
|
|
1301
|
+
|
|
1302
|
+
const filterSensitiveLog: (obj: UpdateServerRequest) => any;
|
|
1303
|
+
}
|
|
1304
|
+
export interface UpdateServerResponse {
|
|
1305
|
+
|
|
1306
|
+
ServerId: string | undefined;
|
|
1307
|
+
}
|
|
1308
|
+
export declare namespace UpdateServerResponse {
|
|
1309
|
+
|
|
1310
|
+
const filterSensitiveLog: (obj: UpdateServerResponse) => any;
|
|
1311
|
+
}
|
|
1312
|
+
export interface UpdateUserRequest {
|
|
1313
|
+
|
|
1314
|
+
HomeDirectory?: string;
|
|
1315
|
+
|
|
1316
|
+
HomeDirectoryType?: HomeDirectoryType | string;
|
|
1317
|
+
|
|
1318
|
+
HomeDirectoryMappings?: HomeDirectoryMapEntry[];
|
|
1319
|
+
|
|
1320
|
+
Policy?: string;
|
|
1321
|
+
|
|
1322
|
+
PosixProfile?: PosixProfile;
|
|
1323
|
+
|
|
1324
|
+
Role?: string;
|
|
1325
|
+
|
|
1326
|
+
ServerId: string | undefined;
|
|
1327
|
+
|
|
1328
|
+
UserName: string | undefined;
|
|
1329
|
+
}
|
|
1330
|
+
export declare namespace UpdateUserRequest {
|
|
1331
|
+
|
|
1332
|
+
const filterSensitiveLog: (obj: UpdateUserRequest) => any;
|
|
1333
|
+
}
|
|
1334
|
+
|
|
1335
|
+
export interface UpdateUserResponse {
|
|
1336
|
+
|
|
1337
|
+
ServerId: string | undefined;
|
|
1338
|
+
|
|
1339
|
+
UserName: string | undefined;
|
|
1340
|
+
}
|
|
1341
|
+
export declare namespace UpdateUserResponse {
|
|
1342
|
+
|
|
1343
|
+
const filterSensitiveLog: (obj: UpdateUserResponse) => any;
|
|
1344
|
+
}
|