@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
|
@@ -6,45 +6,30 @@ exports.UpdateUserResponse = exports.UpdateUserRequest = exports.UpdateServerRes
|
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
var AccessDeniedException;
|
|
8
8
|
(function (AccessDeniedException) {
|
|
9
|
-
/**
|
|
10
|
-
* @internal
|
|
11
|
-
*/
|
|
12
9
|
AccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
13
10
|
...obj,
|
|
14
11
|
});
|
|
15
12
|
})(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
|
|
16
13
|
var ConflictException;
|
|
17
14
|
(function (ConflictException) {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
15
|
ConflictException.filterSensitiveLog = (obj) => ({
|
|
22
16
|
...obj,
|
|
23
17
|
});
|
|
24
18
|
})(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
|
|
25
19
|
var EfsFileLocation;
|
|
26
20
|
(function (EfsFileLocation) {
|
|
27
|
-
/**
|
|
28
|
-
* @internal
|
|
29
|
-
*/
|
|
30
21
|
EfsFileLocation.filterSensitiveLog = (obj) => ({
|
|
31
22
|
...obj,
|
|
32
23
|
});
|
|
33
24
|
})(EfsFileLocation = exports.EfsFileLocation || (exports.EfsFileLocation = {}));
|
|
34
25
|
var S3InputFileLocation;
|
|
35
26
|
(function (S3InputFileLocation) {
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
27
|
S3InputFileLocation.filterSensitiveLog = (obj) => ({
|
|
40
28
|
...obj,
|
|
41
29
|
});
|
|
42
30
|
})(S3InputFileLocation = exports.S3InputFileLocation || (exports.S3InputFileLocation = {}));
|
|
43
31
|
var InputFileLocation;
|
|
44
32
|
(function (InputFileLocation) {
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
33
|
InputFileLocation.filterSensitiveLog = (obj) => ({
|
|
49
34
|
...obj,
|
|
50
35
|
});
|
|
@@ -56,18 +41,12 @@ var OverwriteExisting;
|
|
|
56
41
|
})(OverwriteExisting = exports.OverwriteExisting || (exports.OverwriteExisting = {}));
|
|
57
42
|
var CopyStepDetails;
|
|
58
43
|
(function (CopyStepDetails) {
|
|
59
|
-
/**
|
|
60
|
-
* @internal
|
|
61
|
-
*/
|
|
62
44
|
CopyStepDetails.filterSensitiveLog = (obj) => ({
|
|
63
45
|
...obj,
|
|
64
46
|
});
|
|
65
47
|
})(CopyStepDetails = exports.CopyStepDetails || (exports.CopyStepDetails = {}));
|
|
66
48
|
var HomeDirectoryMapEntry;
|
|
67
49
|
(function (HomeDirectoryMapEntry) {
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
50
|
HomeDirectoryMapEntry.filterSensitiveLog = (obj) => ({
|
|
72
51
|
...obj,
|
|
73
52
|
});
|
|
@@ -79,72 +58,48 @@ var HomeDirectoryType;
|
|
|
79
58
|
})(HomeDirectoryType = exports.HomeDirectoryType || (exports.HomeDirectoryType = {}));
|
|
80
59
|
var PosixProfile;
|
|
81
60
|
(function (PosixProfile) {
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
61
|
PosixProfile.filterSensitiveLog = (obj) => ({
|
|
86
62
|
...obj,
|
|
87
63
|
});
|
|
88
64
|
})(PosixProfile = exports.PosixProfile || (exports.PosixProfile = {}));
|
|
89
65
|
var CreateAccessRequest;
|
|
90
66
|
(function (CreateAccessRequest) {
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
67
|
CreateAccessRequest.filterSensitiveLog = (obj) => ({
|
|
95
68
|
...obj,
|
|
96
69
|
});
|
|
97
70
|
})(CreateAccessRequest = exports.CreateAccessRequest || (exports.CreateAccessRequest = {}));
|
|
98
71
|
var CreateAccessResponse;
|
|
99
72
|
(function (CreateAccessResponse) {
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
73
|
CreateAccessResponse.filterSensitiveLog = (obj) => ({
|
|
104
74
|
...obj,
|
|
105
75
|
});
|
|
106
76
|
})(CreateAccessResponse = exports.CreateAccessResponse || (exports.CreateAccessResponse = {}));
|
|
107
77
|
var InternalServiceError;
|
|
108
78
|
(function (InternalServiceError) {
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
79
|
InternalServiceError.filterSensitiveLog = (obj) => ({
|
|
113
80
|
...obj,
|
|
114
81
|
});
|
|
115
82
|
})(InternalServiceError = exports.InternalServiceError || (exports.InternalServiceError = {}));
|
|
116
83
|
var InvalidRequestException;
|
|
117
84
|
(function (InvalidRequestException) {
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
85
|
InvalidRequestException.filterSensitiveLog = (obj) => ({
|
|
122
86
|
...obj,
|
|
123
87
|
});
|
|
124
88
|
})(InvalidRequestException = exports.InvalidRequestException || (exports.InvalidRequestException = {}));
|
|
125
89
|
var ResourceExistsException;
|
|
126
90
|
(function (ResourceExistsException) {
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
91
|
ResourceExistsException.filterSensitiveLog = (obj) => ({
|
|
131
92
|
...obj,
|
|
132
93
|
});
|
|
133
94
|
})(ResourceExistsException = exports.ResourceExistsException || (exports.ResourceExistsException = {}));
|
|
134
95
|
var ResourceNotFoundException;
|
|
135
96
|
(function (ResourceNotFoundException) {
|
|
136
|
-
/**
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
139
97
|
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
140
98
|
...obj,
|
|
141
99
|
});
|
|
142
100
|
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
143
101
|
var ServiceUnavailableException;
|
|
144
102
|
(function (ServiceUnavailableException) {
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
103
|
ServiceUnavailableException.filterSensitiveLog = (obj) => ({
|
|
149
104
|
...obj,
|
|
150
105
|
});
|
|
@@ -156,9 +111,6 @@ var Domain;
|
|
|
156
111
|
})(Domain = exports.Domain || (exports.Domain = {}));
|
|
157
112
|
var EndpointDetails;
|
|
158
113
|
(function (EndpointDetails) {
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
114
|
EndpointDetails.filterSensitiveLog = (obj) => ({
|
|
163
115
|
...obj,
|
|
164
116
|
});
|
|
@@ -171,9 +123,6 @@ var EndpointType;
|
|
|
171
123
|
})(EndpointType = exports.EndpointType || (exports.EndpointType = {}));
|
|
172
124
|
var IdentityProviderDetails;
|
|
173
125
|
(function (IdentityProviderDetails) {
|
|
174
|
-
/**
|
|
175
|
-
* @internal
|
|
176
|
-
*/
|
|
177
126
|
IdentityProviderDetails.filterSensitiveLog = (obj) => ({
|
|
178
127
|
...obj,
|
|
179
128
|
});
|
|
@@ -192,36 +141,24 @@ var Protocol;
|
|
|
192
141
|
})(Protocol = exports.Protocol || (exports.Protocol = {}));
|
|
193
142
|
var Tag;
|
|
194
143
|
(function (Tag) {
|
|
195
|
-
/**
|
|
196
|
-
* @internal
|
|
197
|
-
*/
|
|
198
144
|
Tag.filterSensitiveLog = (obj) => ({
|
|
199
145
|
...obj,
|
|
200
146
|
});
|
|
201
147
|
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
202
148
|
var WorkflowDetail;
|
|
203
149
|
(function (WorkflowDetail) {
|
|
204
|
-
/**
|
|
205
|
-
* @internal
|
|
206
|
-
*/
|
|
207
150
|
WorkflowDetail.filterSensitiveLog = (obj) => ({
|
|
208
151
|
...obj,
|
|
209
152
|
});
|
|
210
153
|
})(WorkflowDetail = exports.WorkflowDetail || (exports.WorkflowDetail = {}));
|
|
211
154
|
var WorkflowDetails;
|
|
212
155
|
(function (WorkflowDetails) {
|
|
213
|
-
/**
|
|
214
|
-
* @internal
|
|
215
|
-
*/
|
|
216
156
|
WorkflowDetails.filterSensitiveLog = (obj) => ({
|
|
217
157
|
...obj,
|
|
218
158
|
});
|
|
219
159
|
})(WorkflowDetails = exports.WorkflowDetails || (exports.WorkflowDetails = {}));
|
|
220
160
|
var CreateServerRequest;
|
|
221
161
|
(function (CreateServerRequest) {
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
162
|
CreateServerRequest.filterSensitiveLog = (obj) => ({
|
|
226
163
|
...obj,
|
|
227
164
|
...(obj.HostKey && { HostKey: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -229,72 +166,48 @@ var CreateServerRequest;
|
|
|
229
166
|
})(CreateServerRequest = exports.CreateServerRequest || (exports.CreateServerRequest = {}));
|
|
230
167
|
var CreateServerResponse;
|
|
231
168
|
(function (CreateServerResponse) {
|
|
232
|
-
/**
|
|
233
|
-
* @internal
|
|
234
|
-
*/
|
|
235
169
|
CreateServerResponse.filterSensitiveLog = (obj) => ({
|
|
236
170
|
...obj,
|
|
237
171
|
});
|
|
238
172
|
})(CreateServerResponse = exports.CreateServerResponse || (exports.CreateServerResponse = {}));
|
|
239
173
|
var ThrottlingException;
|
|
240
174
|
(function (ThrottlingException) {
|
|
241
|
-
/**
|
|
242
|
-
* @internal
|
|
243
|
-
*/
|
|
244
175
|
ThrottlingException.filterSensitiveLog = (obj) => ({
|
|
245
176
|
...obj,
|
|
246
177
|
});
|
|
247
178
|
})(ThrottlingException = exports.ThrottlingException || (exports.ThrottlingException = {}));
|
|
248
179
|
var CreateUserRequest;
|
|
249
180
|
(function (CreateUserRequest) {
|
|
250
|
-
/**
|
|
251
|
-
* @internal
|
|
252
|
-
*/
|
|
253
181
|
CreateUserRequest.filterSensitiveLog = (obj) => ({
|
|
254
182
|
...obj,
|
|
255
183
|
});
|
|
256
184
|
})(CreateUserRequest = exports.CreateUserRequest || (exports.CreateUserRequest = {}));
|
|
257
185
|
var CreateUserResponse;
|
|
258
186
|
(function (CreateUserResponse) {
|
|
259
|
-
/**
|
|
260
|
-
* @internal
|
|
261
|
-
*/
|
|
262
187
|
CreateUserResponse.filterSensitiveLog = (obj) => ({
|
|
263
188
|
...obj,
|
|
264
189
|
});
|
|
265
190
|
})(CreateUserResponse = exports.CreateUserResponse || (exports.CreateUserResponse = {}));
|
|
266
191
|
var CustomStepDetails;
|
|
267
192
|
(function (CustomStepDetails) {
|
|
268
|
-
/**
|
|
269
|
-
* @internal
|
|
270
|
-
*/
|
|
271
193
|
CustomStepDetails.filterSensitiveLog = (obj) => ({
|
|
272
194
|
...obj,
|
|
273
195
|
});
|
|
274
196
|
})(CustomStepDetails = exports.CustomStepDetails || (exports.CustomStepDetails = {}));
|
|
275
197
|
var DeleteStepDetails;
|
|
276
198
|
(function (DeleteStepDetails) {
|
|
277
|
-
/**
|
|
278
|
-
* @internal
|
|
279
|
-
*/
|
|
280
199
|
DeleteStepDetails.filterSensitiveLog = (obj) => ({
|
|
281
200
|
...obj,
|
|
282
201
|
});
|
|
283
202
|
})(DeleteStepDetails = exports.DeleteStepDetails || (exports.DeleteStepDetails = {}));
|
|
284
203
|
var S3Tag;
|
|
285
204
|
(function (S3Tag) {
|
|
286
|
-
/**
|
|
287
|
-
* @internal
|
|
288
|
-
*/
|
|
289
205
|
S3Tag.filterSensitiveLog = (obj) => ({
|
|
290
206
|
...obj,
|
|
291
207
|
});
|
|
292
208
|
})(S3Tag = exports.S3Tag || (exports.S3Tag = {}));
|
|
293
209
|
var TagStepDetails;
|
|
294
210
|
(function (TagStepDetails) {
|
|
295
|
-
/**
|
|
296
|
-
* @internal
|
|
297
|
-
*/
|
|
298
211
|
TagStepDetails.filterSensitiveLog = (obj) => ({
|
|
299
212
|
...obj,
|
|
300
213
|
});
|
|
@@ -308,27 +221,18 @@ var WorkflowStepType;
|
|
|
308
221
|
})(WorkflowStepType = exports.WorkflowStepType || (exports.WorkflowStepType = {}));
|
|
309
222
|
var WorkflowStep;
|
|
310
223
|
(function (WorkflowStep) {
|
|
311
|
-
/**
|
|
312
|
-
* @internal
|
|
313
|
-
*/
|
|
314
224
|
WorkflowStep.filterSensitiveLog = (obj) => ({
|
|
315
225
|
...obj,
|
|
316
226
|
});
|
|
317
227
|
})(WorkflowStep = exports.WorkflowStep || (exports.WorkflowStep = {}));
|
|
318
228
|
var CreateWorkflowRequest;
|
|
319
229
|
(function (CreateWorkflowRequest) {
|
|
320
|
-
/**
|
|
321
|
-
* @internal
|
|
322
|
-
*/
|
|
323
230
|
CreateWorkflowRequest.filterSensitiveLog = (obj) => ({
|
|
324
231
|
...obj,
|
|
325
232
|
});
|
|
326
233
|
})(CreateWorkflowRequest = exports.CreateWorkflowRequest || (exports.CreateWorkflowRequest = {}));
|
|
327
234
|
var CreateWorkflowResponse;
|
|
328
235
|
(function (CreateWorkflowResponse) {
|
|
329
|
-
/**
|
|
330
|
-
* @internal
|
|
331
|
-
*/
|
|
332
236
|
CreateWorkflowResponse.filterSensitiveLog = (obj) => ({
|
|
333
237
|
...obj,
|
|
334
238
|
});
|
|
@@ -340,99 +244,66 @@ var CustomStepStatus;
|
|
|
340
244
|
})(CustomStepStatus = exports.CustomStepStatus || (exports.CustomStepStatus = {}));
|
|
341
245
|
var DeleteAccessRequest;
|
|
342
246
|
(function (DeleteAccessRequest) {
|
|
343
|
-
/**
|
|
344
|
-
* @internal
|
|
345
|
-
*/
|
|
346
247
|
DeleteAccessRequest.filterSensitiveLog = (obj) => ({
|
|
347
248
|
...obj,
|
|
348
249
|
});
|
|
349
250
|
})(DeleteAccessRequest = exports.DeleteAccessRequest || (exports.DeleteAccessRequest = {}));
|
|
350
251
|
var DeleteServerRequest;
|
|
351
252
|
(function (DeleteServerRequest) {
|
|
352
|
-
/**
|
|
353
|
-
* @internal
|
|
354
|
-
*/
|
|
355
253
|
DeleteServerRequest.filterSensitiveLog = (obj) => ({
|
|
356
254
|
...obj,
|
|
357
255
|
});
|
|
358
256
|
})(DeleteServerRequest = exports.DeleteServerRequest || (exports.DeleteServerRequest = {}));
|
|
359
257
|
var DeleteSshPublicKeyRequest;
|
|
360
258
|
(function (DeleteSshPublicKeyRequest) {
|
|
361
|
-
/**
|
|
362
|
-
* @internal
|
|
363
|
-
*/
|
|
364
259
|
DeleteSshPublicKeyRequest.filterSensitiveLog = (obj) => ({
|
|
365
260
|
...obj,
|
|
366
261
|
});
|
|
367
262
|
})(DeleteSshPublicKeyRequest = exports.DeleteSshPublicKeyRequest || (exports.DeleteSshPublicKeyRequest = {}));
|
|
368
263
|
var DeleteUserRequest;
|
|
369
264
|
(function (DeleteUserRequest) {
|
|
370
|
-
/**
|
|
371
|
-
* @internal
|
|
372
|
-
*/
|
|
373
265
|
DeleteUserRequest.filterSensitiveLog = (obj) => ({
|
|
374
266
|
...obj,
|
|
375
267
|
});
|
|
376
268
|
})(DeleteUserRequest = exports.DeleteUserRequest || (exports.DeleteUserRequest = {}));
|
|
377
269
|
var DeleteWorkflowRequest;
|
|
378
270
|
(function (DeleteWorkflowRequest) {
|
|
379
|
-
/**
|
|
380
|
-
* @internal
|
|
381
|
-
*/
|
|
382
271
|
DeleteWorkflowRequest.filterSensitiveLog = (obj) => ({
|
|
383
272
|
...obj,
|
|
384
273
|
});
|
|
385
274
|
})(DeleteWorkflowRequest = exports.DeleteWorkflowRequest || (exports.DeleteWorkflowRequest = {}));
|
|
386
275
|
var DescribeAccessRequest;
|
|
387
276
|
(function (DescribeAccessRequest) {
|
|
388
|
-
/**
|
|
389
|
-
* @internal
|
|
390
|
-
*/
|
|
391
277
|
DescribeAccessRequest.filterSensitiveLog = (obj) => ({
|
|
392
278
|
...obj,
|
|
393
279
|
});
|
|
394
280
|
})(DescribeAccessRequest = exports.DescribeAccessRequest || (exports.DescribeAccessRequest = {}));
|
|
395
281
|
var DescribedAccess;
|
|
396
282
|
(function (DescribedAccess) {
|
|
397
|
-
/**
|
|
398
|
-
* @internal
|
|
399
|
-
*/
|
|
400
283
|
DescribedAccess.filterSensitiveLog = (obj) => ({
|
|
401
284
|
...obj,
|
|
402
285
|
});
|
|
403
286
|
})(DescribedAccess = exports.DescribedAccess || (exports.DescribedAccess = {}));
|
|
404
287
|
var DescribeAccessResponse;
|
|
405
288
|
(function (DescribeAccessResponse) {
|
|
406
|
-
/**
|
|
407
|
-
* @internal
|
|
408
|
-
*/
|
|
409
289
|
DescribeAccessResponse.filterSensitiveLog = (obj) => ({
|
|
410
290
|
...obj,
|
|
411
291
|
});
|
|
412
292
|
})(DescribeAccessResponse = exports.DescribeAccessResponse || (exports.DescribeAccessResponse = {}));
|
|
413
293
|
var S3FileLocation;
|
|
414
294
|
(function (S3FileLocation) {
|
|
415
|
-
/**
|
|
416
|
-
* @internal
|
|
417
|
-
*/
|
|
418
295
|
S3FileLocation.filterSensitiveLog = (obj) => ({
|
|
419
296
|
...obj,
|
|
420
297
|
});
|
|
421
298
|
})(S3FileLocation = exports.S3FileLocation || (exports.S3FileLocation = {}));
|
|
422
299
|
var FileLocation;
|
|
423
300
|
(function (FileLocation) {
|
|
424
|
-
/**
|
|
425
|
-
* @internal
|
|
426
|
-
*/
|
|
427
301
|
FileLocation.filterSensitiveLog = (obj) => ({
|
|
428
302
|
...obj,
|
|
429
303
|
});
|
|
430
304
|
})(FileLocation = exports.FileLocation || (exports.FileLocation = {}));
|
|
431
305
|
var LoggingConfiguration;
|
|
432
306
|
(function (LoggingConfiguration) {
|
|
433
|
-
/**
|
|
434
|
-
* @internal
|
|
435
|
-
*/
|
|
436
307
|
LoggingConfiguration.filterSensitiveLog = (obj) => ({
|
|
437
308
|
...obj,
|
|
438
309
|
});
|
|
@@ -443,45 +314,30 @@ var ExecutionErrorType;
|
|
|
443
314
|
})(ExecutionErrorType = exports.ExecutionErrorType || (exports.ExecutionErrorType = {}));
|
|
444
315
|
var ExecutionError;
|
|
445
316
|
(function (ExecutionError) {
|
|
446
|
-
/**
|
|
447
|
-
* @internal
|
|
448
|
-
*/
|
|
449
317
|
ExecutionError.filterSensitiveLog = (obj) => ({
|
|
450
318
|
...obj,
|
|
451
319
|
});
|
|
452
320
|
})(ExecutionError = exports.ExecutionError || (exports.ExecutionError = {}));
|
|
453
321
|
var ExecutionStepResult;
|
|
454
322
|
(function (ExecutionStepResult) {
|
|
455
|
-
/**
|
|
456
|
-
* @internal
|
|
457
|
-
*/
|
|
458
323
|
ExecutionStepResult.filterSensitiveLog = (obj) => ({
|
|
459
324
|
...obj,
|
|
460
325
|
});
|
|
461
326
|
})(ExecutionStepResult = exports.ExecutionStepResult || (exports.ExecutionStepResult = {}));
|
|
462
327
|
var ExecutionResults;
|
|
463
328
|
(function (ExecutionResults) {
|
|
464
|
-
/**
|
|
465
|
-
* @internal
|
|
466
|
-
*/
|
|
467
329
|
ExecutionResults.filterSensitiveLog = (obj) => ({
|
|
468
330
|
...obj,
|
|
469
331
|
});
|
|
470
332
|
})(ExecutionResults = exports.ExecutionResults || (exports.ExecutionResults = {}));
|
|
471
333
|
var UserDetails;
|
|
472
334
|
(function (UserDetails) {
|
|
473
|
-
/**
|
|
474
|
-
* @internal
|
|
475
|
-
*/
|
|
476
335
|
UserDetails.filterSensitiveLog = (obj) => ({
|
|
477
336
|
...obj,
|
|
478
337
|
});
|
|
479
338
|
})(UserDetails = exports.UserDetails || (exports.UserDetails = {}));
|
|
480
339
|
var ServiceMetadata;
|
|
481
340
|
(function (ServiceMetadata) {
|
|
482
|
-
/**
|
|
483
|
-
* @internal
|
|
484
|
-
*/
|
|
485
341
|
ServiceMetadata.filterSensitiveLog = (obj) => ({
|
|
486
342
|
...obj,
|
|
487
343
|
});
|
|
@@ -495,27 +351,18 @@ var ExecutionStatus;
|
|
|
495
351
|
})(ExecutionStatus = exports.ExecutionStatus || (exports.ExecutionStatus = {}));
|
|
496
352
|
var DescribedExecution;
|
|
497
353
|
(function (DescribedExecution) {
|
|
498
|
-
/**
|
|
499
|
-
* @internal
|
|
500
|
-
*/
|
|
501
354
|
DescribedExecution.filterSensitiveLog = (obj) => ({
|
|
502
355
|
...obj,
|
|
503
356
|
});
|
|
504
357
|
})(DescribedExecution = exports.DescribedExecution || (exports.DescribedExecution = {}));
|
|
505
358
|
var DescribedSecurityPolicy;
|
|
506
359
|
(function (DescribedSecurityPolicy) {
|
|
507
|
-
/**
|
|
508
|
-
* @internal
|
|
509
|
-
*/
|
|
510
360
|
DescribedSecurityPolicy.filterSensitiveLog = (obj) => ({
|
|
511
361
|
...obj,
|
|
512
362
|
});
|
|
513
363
|
})(DescribedSecurityPolicy = exports.DescribedSecurityPolicy || (exports.DescribedSecurityPolicy = {}));
|
|
514
364
|
var ProtocolDetails;
|
|
515
365
|
(function (ProtocolDetails) {
|
|
516
|
-
/**
|
|
517
|
-
* @internal
|
|
518
|
-
*/
|
|
519
366
|
ProtocolDetails.filterSensitiveLog = (obj) => ({
|
|
520
367
|
...obj,
|
|
521
368
|
});
|
|
@@ -531,378 +378,252 @@ var State;
|
|
|
531
378
|
})(State = exports.State || (exports.State = {}));
|
|
532
379
|
var DescribedServer;
|
|
533
380
|
(function (DescribedServer) {
|
|
534
|
-
/**
|
|
535
|
-
* @internal
|
|
536
|
-
*/
|
|
537
381
|
DescribedServer.filterSensitiveLog = (obj) => ({
|
|
538
382
|
...obj,
|
|
539
383
|
});
|
|
540
384
|
})(DescribedServer = exports.DescribedServer || (exports.DescribedServer = {}));
|
|
541
385
|
var SshPublicKey;
|
|
542
386
|
(function (SshPublicKey) {
|
|
543
|
-
/**
|
|
544
|
-
* @internal
|
|
545
|
-
*/
|
|
546
387
|
SshPublicKey.filterSensitiveLog = (obj) => ({
|
|
547
388
|
...obj,
|
|
548
389
|
});
|
|
549
390
|
})(SshPublicKey = exports.SshPublicKey || (exports.SshPublicKey = {}));
|
|
550
391
|
var DescribedUser;
|
|
551
392
|
(function (DescribedUser) {
|
|
552
|
-
/**
|
|
553
|
-
* @internal
|
|
554
|
-
*/
|
|
555
393
|
DescribedUser.filterSensitiveLog = (obj) => ({
|
|
556
394
|
...obj,
|
|
557
395
|
});
|
|
558
396
|
})(DescribedUser = exports.DescribedUser || (exports.DescribedUser = {}));
|
|
559
397
|
var DescribedWorkflow;
|
|
560
398
|
(function (DescribedWorkflow) {
|
|
561
|
-
/**
|
|
562
|
-
* @internal
|
|
563
|
-
*/
|
|
564
399
|
DescribedWorkflow.filterSensitiveLog = (obj) => ({
|
|
565
400
|
...obj,
|
|
566
401
|
});
|
|
567
402
|
})(DescribedWorkflow = exports.DescribedWorkflow || (exports.DescribedWorkflow = {}));
|
|
568
403
|
var DescribeExecutionRequest;
|
|
569
404
|
(function (DescribeExecutionRequest) {
|
|
570
|
-
/**
|
|
571
|
-
* @internal
|
|
572
|
-
*/
|
|
573
405
|
DescribeExecutionRequest.filterSensitiveLog = (obj) => ({
|
|
574
406
|
...obj,
|
|
575
407
|
});
|
|
576
408
|
})(DescribeExecutionRequest = exports.DescribeExecutionRequest || (exports.DescribeExecutionRequest = {}));
|
|
577
409
|
var DescribeExecutionResponse;
|
|
578
410
|
(function (DescribeExecutionResponse) {
|
|
579
|
-
/**
|
|
580
|
-
* @internal
|
|
581
|
-
*/
|
|
582
411
|
DescribeExecutionResponse.filterSensitiveLog = (obj) => ({
|
|
583
412
|
...obj,
|
|
584
413
|
});
|
|
585
414
|
})(DescribeExecutionResponse = exports.DescribeExecutionResponse || (exports.DescribeExecutionResponse = {}));
|
|
586
415
|
var DescribeSecurityPolicyRequest;
|
|
587
416
|
(function (DescribeSecurityPolicyRequest) {
|
|
588
|
-
/**
|
|
589
|
-
* @internal
|
|
590
|
-
*/
|
|
591
417
|
DescribeSecurityPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
592
418
|
...obj,
|
|
593
419
|
});
|
|
594
420
|
})(DescribeSecurityPolicyRequest = exports.DescribeSecurityPolicyRequest || (exports.DescribeSecurityPolicyRequest = {}));
|
|
595
421
|
var DescribeSecurityPolicyResponse;
|
|
596
422
|
(function (DescribeSecurityPolicyResponse) {
|
|
597
|
-
/**
|
|
598
|
-
* @internal
|
|
599
|
-
*/
|
|
600
423
|
DescribeSecurityPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
601
424
|
...obj,
|
|
602
425
|
});
|
|
603
426
|
})(DescribeSecurityPolicyResponse = exports.DescribeSecurityPolicyResponse || (exports.DescribeSecurityPolicyResponse = {}));
|
|
604
427
|
var DescribeServerRequest;
|
|
605
428
|
(function (DescribeServerRequest) {
|
|
606
|
-
/**
|
|
607
|
-
* @internal
|
|
608
|
-
*/
|
|
609
429
|
DescribeServerRequest.filterSensitiveLog = (obj) => ({
|
|
610
430
|
...obj,
|
|
611
431
|
});
|
|
612
432
|
})(DescribeServerRequest = exports.DescribeServerRequest || (exports.DescribeServerRequest = {}));
|
|
613
433
|
var DescribeServerResponse;
|
|
614
434
|
(function (DescribeServerResponse) {
|
|
615
|
-
/**
|
|
616
|
-
* @internal
|
|
617
|
-
*/
|
|
618
435
|
DescribeServerResponse.filterSensitiveLog = (obj) => ({
|
|
619
436
|
...obj,
|
|
620
437
|
});
|
|
621
438
|
})(DescribeServerResponse = exports.DescribeServerResponse || (exports.DescribeServerResponse = {}));
|
|
622
439
|
var DescribeUserRequest;
|
|
623
440
|
(function (DescribeUserRequest) {
|
|
624
|
-
/**
|
|
625
|
-
* @internal
|
|
626
|
-
*/
|
|
627
441
|
DescribeUserRequest.filterSensitiveLog = (obj) => ({
|
|
628
442
|
...obj,
|
|
629
443
|
});
|
|
630
444
|
})(DescribeUserRequest = exports.DescribeUserRequest || (exports.DescribeUserRequest = {}));
|
|
631
445
|
var DescribeUserResponse;
|
|
632
446
|
(function (DescribeUserResponse) {
|
|
633
|
-
/**
|
|
634
|
-
* @internal
|
|
635
|
-
*/
|
|
636
447
|
DescribeUserResponse.filterSensitiveLog = (obj) => ({
|
|
637
448
|
...obj,
|
|
638
449
|
});
|
|
639
450
|
})(DescribeUserResponse = exports.DescribeUserResponse || (exports.DescribeUserResponse = {}));
|
|
640
451
|
var DescribeWorkflowRequest;
|
|
641
452
|
(function (DescribeWorkflowRequest) {
|
|
642
|
-
/**
|
|
643
|
-
* @internal
|
|
644
|
-
*/
|
|
645
453
|
DescribeWorkflowRequest.filterSensitiveLog = (obj) => ({
|
|
646
454
|
...obj,
|
|
647
455
|
});
|
|
648
456
|
})(DescribeWorkflowRequest = exports.DescribeWorkflowRequest || (exports.DescribeWorkflowRequest = {}));
|
|
649
457
|
var DescribeWorkflowResponse;
|
|
650
458
|
(function (DescribeWorkflowResponse) {
|
|
651
|
-
/**
|
|
652
|
-
* @internal
|
|
653
|
-
*/
|
|
654
459
|
DescribeWorkflowResponse.filterSensitiveLog = (obj) => ({
|
|
655
460
|
...obj,
|
|
656
461
|
});
|
|
657
462
|
})(DescribeWorkflowResponse = exports.DescribeWorkflowResponse || (exports.DescribeWorkflowResponse = {}));
|
|
658
463
|
var ImportSshPublicKeyRequest;
|
|
659
464
|
(function (ImportSshPublicKeyRequest) {
|
|
660
|
-
/**
|
|
661
|
-
* @internal
|
|
662
|
-
*/
|
|
663
465
|
ImportSshPublicKeyRequest.filterSensitiveLog = (obj) => ({
|
|
664
466
|
...obj,
|
|
665
467
|
});
|
|
666
468
|
})(ImportSshPublicKeyRequest = exports.ImportSshPublicKeyRequest || (exports.ImportSshPublicKeyRequest = {}));
|
|
667
469
|
var ImportSshPublicKeyResponse;
|
|
668
470
|
(function (ImportSshPublicKeyResponse) {
|
|
669
|
-
/**
|
|
670
|
-
* @internal
|
|
671
|
-
*/
|
|
672
471
|
ImportSshPublicKeyResponse.filterSensitiveLog = (obj) => ({
|
|
673
472
|
...obj,
|
|
674
473
|
});
|
|
675
474
|
})(ImportSshPublicKeyResponse = exports.ImportSshPublicKeyResponse || (exports.ImportSshPublicKeyResponse = {}));
|
|
676
475
|
var InvalidNextTokenException;
|
|
677
476
|
(function (InvalidNextTokenException) {
|
|
678
|
-
/**
|
|
679
|
-
* @internal
|
|
680
|
-
*/
|
|
681
477
|
InvalidNextTokenException.filterSensitiveLog = (obj) => ({
|
|
682
478
|
...obj,
|
|
683
479
|
});
|
|
684
480
|
})(InvalidNextTokenException = exports.InvalidNextTokenException || (exports.InvalidNextTokenException = {}));
|
|
685
481
|
var ListAccessesRequest;
|
|
686
482
|
(function (ListAccessesRequest) {
|
|
687
|
-
/**
|
|
688
|
-
* @internal
|
|
689
|
-
*/
|
|
690
483
|
ListAccessesRequest.filterSensitiveLog = (obj) => ({
|
|
691
484
|
...obj,
|
|
692
485
|
});
|
|
693
486
|
})(ListAccessesRequest = exports.ListAccessesRequest || (exports.ListAccessesRequest = {}));
|
|
694
487
|
var ListedAccess;
|
|
695
488
|
(function (ListedAccess) {
|
|
696
|
-
/**
|
|
697
|
-
* @internal
|
|
698
|
-
*/
|
|
699
489
|
ListedAccess.filterSensitiveLog = (obj) => ({
|
|
700
490
|
...obj,
|
|
701
491
|
});
|
|
702
492
|
})(ListedAccess = exports.ListedAccess || (exports.ListedAccess = {}));
|
|
703
493
|
var ListAccessesResponse;
|
|
704
494
|
(function (ListAccessesResponse) {
|
|
705
|
-
/**
|
|
706
|
-
* @internal
|
|
707
|
-
*/
|
|
708
495
|
ListAccessesResponse.filterSensitiveLog = (obj) => ({
|
|
709
496
|
...obj,
|
|
710
497
|
});
|
|
711
498
|
})(ListAccessesResponse = exports.ListAccessesResponse || (exports.ListAccessesResponse = {}));
|
|
712
499
|
var ListedExecution;
|
|
713
500
|
(function (ListedExecution) {
|
|
714
|
-
/**
|
|
715
|
-
* @internal
|
|
716
|
-
*/
|
|
717
501
|
ListedExecution.filterSensitiveLog = (obj) => ({
|
|
718
502
|
...obj,
|
|
719
503
|
});
|
|
720
504
|
})(ListedExecution = exports.ListedExecution || (exports.ListedExecution = {}));
|
|
721
505
|
var ListedServer;
|
|
722
506
|
(function (ListedServer) {
|
|
723
|
-
/**
|
|
724
|
-
* @internal
|
|
725
|
-
*/
|
|
726
507
|
ListedServer.filterSensitiveLog = (obj) => ({
|
|
727
508
|
...obj,
|
|
728
509
|
});
|
|
729
510
|
})(ListedServer = exports.ListedServer || (exports.ListedServer = {}));
|
|
730
511
|
var ListedUser;
|
|
731
512
|
(function (ListedUser) {
|
|
732
|
-
/**
|
|
733
|
-
* @internal
|
|
734
|
-
*/
|
|
735
513
|
ListedUser.filterSensitiveLog = (obj) => ({
|
|
736
514
|
...obj,
|
|
737
515
|
});
|
|
738
516
|
})(ListedUser = exports.ListedUser || (exports.ListedUser = {}));
|
|
739
517
|
var ListedWorkflow;
|
|
740
518
|
(function (ListedWorkflow) {
|
|
741
|
-
/**
|
|
742
|
-
* @internal
|
|
743
|
-
*/
|
|
744
519
|
ListedWorkflow.filterSensitiveLog = (obj) => ({
|
|
745
520
|
...obj,
|
|
746
521
|
});
|
|
747
522
|
})(ListedWorkflow = exports.ListedWorkflow || (exports.ListedWorkflow = {}));
|
|
748
523
|
var ListExecutionsRequest;
|
|
749
524
|
(function (ListExecutionsRequest) {
|
|
750
|
-
/**
|
|
751
|
-
* @internal
|
|
752
|
-
*/
|
|
753
525
|
ListExecutionsRequest.filterSensitiveLog = (obj) => ({
|
|
754
526
|
...obj,
|
|
755
527
|
});
|
|
756
528
|
})(ListExecutionsRequest = exports.ListExecutionsRequest || (exports.ListExecutionsRequest = {}));
|
|
757
529
|
var ListExecutionsResponse;
|
|
758
530
|
(function (ListExecutionsResponse) {
|
|
759
|
-
/**
|
|
760
|
-
* @internal
|
|
761
|
-
*/
|
|
762
531
|
ListExecutionsResponse.filterSensitiveLog = (obj) => ({
|
|
763
532
|
...obj,
|
|
764
533
|
});
|
|
765
534
|
})(ListExecutionsResponse = exports.ListExecutionsResponse || (exports.ListExecutionsResponse = {}));
|
|
766
535
|
var ListSecurityPoliciesRequest;
|
|
767
536
|
(function (ListSecurityPoliciesRequest) {
|
|
768
|
-
/**
|
|
769
|
-
* @internal
|
|
770
|
-
*/
|
|
771
537
|
ListSecurityPoliciesRequest.filterSensitiveLog = (obj) => ({
|
|
772
538
|
...obj,
|
|
773
539
|
});
|
|
774
540
|
})(ListSecurityPoliciesRequest = exports.ListSecurityPoliciesRequest || (exports.ListSecurityPoliciesRequest = {}));
|
|
775
541
|
var ListSecurityPoliciesResponse;
|
|
776
542
|
(function (ListSecurityPoliciesResponse) {
|
|
777
|
-
/**
|
|
778
|
-
* @internal
|
|
779
|
-
*/
|
|
780
543
|
ListSecurityPoliciesResponse.filterSensitiveLog = (obj) => ({
|
|
781
544
|
...obj,
|
|
782
545
|
});
|
|
783
546
|
})(ListSecurityPoliciesResponse = exports.ListSecurityPoliciesResponse || (exports.ListSecurityPoliciesResponse = {}));
|
|
784
547
|
var ListServersRequest;
|
|
785
548
|
(function (ListServersRequest) {
|
|
786
|
-
/**
|
|
787
|
-
* @internal
|
|
788
|
-
*/
|
|
789
549
|
ListServersRequest.filterSensitiveLog = (obj) => ({
|
|
790
550
|
...obj,
|
|
791
551
|
});
|
|
792
552
|
})(ListServersRequest = exports.ListServersRequest || (exports.ListServersRequest = {}));
|
|
793
553
|
var ListServersResponse;
|
|
794
554
|
(function (ListServersResponse) {
|
|
795
|
-
/**
|
|
796
|
-
* @internal
|
|
797
|
-
*/
|
|
798
555
|
ListServersResponse.filterSensitiveLog = (obj) => ({
|
|
799
556
|
...obj,
|
|
800
557
|
});
|
|
801
558
|
})(ListServersResponse = exports.ListServersResponse || (exports.ListServersResponse = {}));
|
|
802
559
|
var ListTagsForResourceRequest;
|
|
803
560
|
(function (ListTagsForResourceRequest) {
|
|
804
|
-
/**
|
|
805
|
-
* @internal
|
|
806
|
-
*/
|
|
807
561
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
808
562
|
...obj,
|
|
809
563
|
});
|
|
810
564
|
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
811
565
|
var ListTagsForResourceResponse;
|
|
812
566
|
(function (ListTagsForResourceResponse) {
|
|
813
|
-
/**
|
|
814
|
-
* @internal
|
|
815
|
-
*/
|
|
816
567
|
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
817
568
|
...obj,
|
|
818
569
|
});
|
|
819
570
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
820
571
|
var ListUsersRequest;
|
|
821
572
|
(function (ListUsersRequest) {
|
|
822
|
-
/**
|
|
823
|
-
* @internal
|
|
824
|
-
*/
|
|
825
573
|
ListUsersRequest.filterSensitiveLog = (obj) => ({
|
|
826
574
|
...obj,
|
|
827
575
|
});
|
|
828
576
|
})(ListUsersRequest = exports.ListUsersRequest || (exports.ListUsersRequest = {}));
|
|
829
577
|
var ListUsersResponse;
|
|
830
578
|
(function (ListUsersResponse) {
|
|
831
|
-
/**
|
|
832
|
-
* @internal
|
|
833
|
-
*/
|
|
834
579
|
ListUsersResponse.filterSensitiveLog = (obj) => ({
|
|
835
580
|
...obj,
|
|
836
581
|
});
|
|
837
582
|
})(ListUsersResponse = exports.ListUsersResponse || (exports.ListUsersResponse = {}));
|
|
838
583
|
var ListWorkflowsRequest;
|
|
839
584
|
(function (ListWorkflowsRequest) {
|
|
840
|
-
/**
|
|
841
|
-
* @internal
|
|
842
|
-
*/
|
|
843
585
|
ListWorkflowsRequest.filterSensitiveLog = (obj) => ({
|
|
844
586
|
...obj,
|
|
845
587
|
});
|
|
846
588
|
})(ListWorkflowsRequest = exports.ListWorkflowsRequest || (exports.ListWorkflowsRequest = {}));
|
|
847
589
|
var ListWorkflowsResponse;
|
|
848
590
|
(function (ListWorkflowsResponse) {
|
|
849
|
-
/**
|
|
850
|
-
* @internal
|
|
851
|
-
*/
|
|
852
591
|
ListWorkflowsResponse.filterSensitiveLog = (obj) => ({
|
|
853
592
|
...obj,
|
|
854
593
|
});
|
|
855
594
|
})(ListWorkflowsResponse = exports.ListWorkflowsResponse || (exports.ListWorkflowsResponse = {}));
|
|
856
595
|
var SendWorkflowStepStateRequest;
|
|
857
596
|
(function (SendWorkflowStepStateRequest) {
|
|
858
|
-
/**
|
|
859
|
-
* @internal
|
|
860
|
-
*/
|
|
861
597
|
SendWorkflowStepStateRequest.filterSensitiveLog = (obj) => ({
|
|
862
598
|
...obj,
|
|
863
599
|
});
|
|
864
600
|
})(SendWorkflowStepStateRequest = exports.SendWorkflowStepStateRequest || (exports.SendWorkflowStepStateRequest = {}));
|
|
865
601
|
var SendWorkflowStepStateResponse;
|
|
866
602
|
(function (SendWorkflowStepStateResponse) {
|
|
867
|
-
/**
|
|
868
|
-
* @internal
|
|
869
|
-
*/
|
|
870
603
|
SendWorkflowStepStateResponse.filterSensitiveLog = (obj) => ({
|
|
871
604
|
...obj,
|
|
872
605
|
});
|
|
873
606
|
})(SendWorkflowStepStateResponse = exports.SendWorkflowStepStateResponse || (exports.SendWorkflowStepStateResponse = {}));
|
|
874
607
|
var StartServerRequest;
|
|
875
608
|
(function (StartServerRequest) {
|
|
876
|
-
/**
|
|
877
|
-
* @internal
|
|
878
|
-
*/
|
|
879
609
|
StartServerRequest.filterSensitiveLog = (obj) => ({
|
|
880
610
|
...obj,
|
|
881
611
|
});
|
|
882
612
|
})(StartServerRequest = exports.StartServerRequest || (exports.StartServerRequest = {}));
|
|
883
613
|
var StopServerRequest;
|
|
884
614
|
(function (StopServerRequest) {
|
|
885
|
-
/**
|
|
886
|
-
* @internal
|
|
887
|
-
*/
|
|
888
615
|
StopServerRequest.filterSensitiveLog = (obj) => ({
|
|
889
616
|
...obj,
|
|
890
617
|
});
|
|
891
618
|
})(StopServerRequest = exports.StopServerRequest || (exports.StopServerRequest = {}));
|
|
892
619
|
var TagResourceRequest;
|
|
893
620
|
(function (TagResourceRequest) {
|
|
894
|
-
/**
|
|
895
|
-
* @internal
|
|
896
|
-
*/
|
|
897
621
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
898
622
|
...obj,
|
|
899
623
|
});
|
|
900
624
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
901
625
|
var TestIdentityProviderRequest;
|
|
902
626
|
(function (TestIdentityProviderRequest) {
|
|
903
|
-
/**
|
|
904
|
-
* @internal
|
|
905
|
-
*/
|
|
906
627
|
TestIdentityProviderRequest.filterSensitiveLog = (obj) => ({
|
|
907
628
|
...obj,
|
|
908
629
|
...(obj.UserPassword && { UserPassword: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -910,45 +631,30 @@ var TestIdentityProviderRequest;
|
|
|
910
631
|
})(TestIdentityProviderRequest = exports.TestIdentityProviderRequest || (exports.TestIdentityProviderRequest = {}));
|
|
911
632
|
var TestIdentityProviderResponse;
|
|
912
633
|
(function (TestIdentityProviderResponse) {
|
|
913
|
-
/**
|
|
914
|
-
* @internal
|
|
915
|
-
*/
|
|
916
634
|
TestIdentityProviderResponse.filterSensitiveLog = (obj) => ({
|
|
917
635
|
...obj,
|
|
918
636
|
});
|
|
919
637
|
})(TestIdentityProviderResponse = exports.TestIdentityProviderResponse || (exports.TestIdentityProviderResponse = {}));
|
|
920
638
|
var UntagResourceRequest;
|
|
921
639
|
(function (UntagResourceRequest) {
|
|
922
|
-
/**
|
|
923
|
-
* @internal
|
|
924
|
-
*/
|
|
925
640
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
926
641
|
...obj,
|
|
927
642
|
});
|
|
928
643
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
929
644
|
var UpdateAccessRequest;
|
|
930
645
|
(function (UpdateAccessRequest) {
|
|
931
|
-
/**
|
|
932
|
-
* @internal
|
|
933
|
-
*/
|
|
934
646
|
UpdateAccessRequest.filterSensitiveLog = (obj) => ({
|
|
935
647
|
...obj,
|
|
936
648
|
});
|
|
937
649
|
})(UpdateAccessRequest = exports.UpdateAccessRequest || (exports.UpdateAccessRequest = {}));
|
|
938
650
|
var UpdateAccessResponse;
|
|
939
651
|
(function (UpdateAccessResponse) {
|
|
940
|
-
/**
|
|
941
|
-
* @internal
|
|
942
|
-
*/
|
|
943
652
|
UpdateAccessResponse.filterSensitiveLog = (obj) => ({
|
|
944
653
|
...obj,
|
|
945
654
|
});
|
|
946
655
|
})(UpdateAccessResponse = exports.UpdateAccessResponse || (exports.UpdateAccessResponse = {}));
|
|
947
656
|
var UpdateServerRequest;
|
|
948
657
|
(function (UpdateServerRequest) {
|
|
949
|
-
/**
|
|
950
|
-
* @internal
|
|
951
|
-
*/
|
|
952
658
|
UpdateServerRequest.filterSensitiveLog = (obj) => ({
|
|
953
659
|
...obj,
|
|
954
660
|
...(obj.HostKey && { HostKey: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -956,29 +662,19 @@ var UpdateServerRequest;
|
|
|
956
662
|
})(UpdateServerRequest = exports.UpdateServerRequest || (exports.UpdateServerRequest = {}));
|
|
957
663
|
var UpdateServerResponse;
|
|
958
664
|
(function (UpdateServerResponse) {
|
|
959
|
-
/**
|
|
960
|
-
* @internal
|
|
961
|
-
*/
|
|
962
665
|
UpdateServerResponse.filterSensitiveLog = (obj) => ({
|
|
963
666
|
...obj,
|
|
964
667
|
});
|
|
965
668
|
})(UpdateServerResponse = exports.UpdateServerResponse || (exports.UpdateServerResponse = {}));
|
|
966
669
|
var UpdateUserRequest;
|
|
967
670
|
(function (UpdateUserRequest) {
|
|
968
|
-
/**
|
|
969
|
-
* @internal
|
|
970
|
-
*/
|
|
971
671
|
UpdateUserRequest.filterSensitiveLog = (obj) => ({
|
|
972
672
|
...obj,
|
|
973
673
|
});
|
|
974
674
|
})(UpdateUserRequest = exports.UpdateUserRequest || (exports.UpdateUserRequest = {}));
|
|
975
675
|
var UpdateUserResponse;
|
|
976
676
|
(function (UpdateUserResponse) {
|
|
977
|
-
/**
|
|
978
|
-
* @internal
|
|
979
|
-
*/
|
|
980
677
|
UpdateUserResponse.filterSensitiveLog = (obj) => ({
|
|
981
678
|
...obj,
|
|
982
679
|
});
|
|
983
680
|
})(UpdateUserResponse = exports.UpdateUserResponse || (exports.UpdateUserResponse = {}));
|
|
984
|
-
//# sourceMappingURL=models_0.js.map
|