@aws-sdk/client-workspaces 3.34.0 → 3.35.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 +12 -0
- package/dist-cjs/WorkSpaces.js +823 -0
- package/dist-cjs/WorkSpaces.js.map +1 -0
- package/dist-cjs/WorkSpacesClient.js +46 -0
- package/dist-cjs/WorkSpacesClient.js.map +1 -0
- package/dist-cjs/commands/AssociateConnectionAliasCommand.js +68 -0
- package/dist-cjs/commands/AssociateConnectionAliasCommand.js.map +1 -0
- package/dist-cjs/commands/AssociateIpGroupsCommand.js +61 -0
- package/dist-cjs/commands/AssociateIpGroupsCommand.js.map +1 -0
- package/dist-cjs/commands/AuthorizeIpRulesCommand.js +63 -0
- package/dist-cjs/commands/AuthorizeIpRulesCommand.js.map +1 -0
- package/dist-cjs/commands/CopyWorkspaceImageCommand.js +74 -0
- package/dist-cjs/commands/CopyWorkspaceImageCommand.js.map +1 -0
- package/dist-cjs/commands/CreateConnectionAliasCommand.js +63 -0
- package/dist-cjs/commands/CreateConnectionAliasCommand.js.map +1 -0
- package/dist-cjs/commands/CreateIpGroupCommand.js +70 -0
- package/dist-cjs/commands/CreateIpGroupCommand.js.map +1 -0
- package/dist-cjs/commands/CreateTagsCommand.js +61 -0
- package/dist-cjs/commands/CreateTagsCommand.js.map +1 -0
- package/dist-cjs/commands/CreateUpdatedWorkspaceImageCommand.js +84 -0
- package/dist-cjs/commands/CreateUpdatedWorkspaceImageCommand.js.map +1 -0
- package/dist-cjs/commands/CreateWorkspaceBundleCommand.js +63 -0
- package/dist-cjs/commands/CreateWorkspaceBundleCommand.js.map +1 -0
- package/dist-cjs/commands/CreateWorkspacesCommand.js +62 -0
- package/dist-cjs/commands/CreateWorkspacesCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteConnectionAliasCommand.js +78 -0
- package/dist-cjs/commands/DeleteConnectionAliasCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteIpGroupCommand.js +62 -0
- package/dist-cjs/commands/DeleteIpGroupCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteTagsCommand.js +61 -0
- package/dist-cjs/commands/DeleteTagsCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteWorkspaceBundleCommand.js +63 -0
- package/dist-cjs/commands/DeleteWorkspaceBundleCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteWorkspaceImageCommand.js +63 -0
- package/dist-cjs/commands/DeleteWorkspaceImageCommand.js.map +1 -0
- package/dist-cjs/commands/DeregisterWorkspaceDirectoryCommand.js +77 -0
- package/dist-cjs/commands/DeregisterWorkspaceDirectoryCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeAccountCommand.js +62 -0
- package/dist-cjs/commands/DescribeAccountCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeAccountModificationsCommand.js +62 -0
- package/dist-cjs/commands/DescribeAccountModificationsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeClientPropertiesCommand.js +61 -0
- package/dist-cjs/commands/DescribeClientPropertiesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeConnectionAliasPermissionsCommand.js +63 -0
- package/dist-cjs/commands/DescribeConnectionAliasPermissionsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeConnectionAliasesCommand.js +63 -0
- package/dist-cjs/commands/DescribeConnectionAliasesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeIpGroupsCommand.js +61 -0
- package/dist-cjs/commands/DescribeIpGroupsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeTagsCommand.js +61 -0
- package/dist-cjs/commands/DescribeTagsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeWorkspaceBundlesCommand.js +62 -0
- package/dist-cjs/commands/DescribeWorkspaceBundlesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeWorkspaceDirectoriesCommand.js +62 -0
- package/dist-cjs/commands/DescribeWorkspaceDirectoriesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeWorkspaceImagePermissionsCommand.js +62 -0
- package/dist-cjs/commands/DescribeWorkspaceImagePermissionsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeWorkspaceImagesCommand.js +62 -0
- package/dist-cjs/commands/DescribeWorkspaceImagesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeWorkspaceSnapshotsCommand.js +61 -0
- package/dist-cjs/commands/DescribeWorkspaceSnapshotsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeWorkspacesCommand.js +63 -0
- package/dist-cjs/commands/DescribeWorkspacesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeWorkspacesConnectionStatusCommand.js +61 -0
- package/dist-cjs/commands/DescribeWorkspacesConnectionStatusCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateConnectionAliasCommand.js +69 -0
- package/dist-cjs/commands/DisassociateConnectionAliasCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateIpGroupsCommand.js +61 -0
- package/dist-cjs/commands/DisassociateIpGroupsCommand.js.map +1 -0
- package/dist-cjs/commands/ImportWorkspaceImageCommand.js +65 -0
- package/dist-cjs/commands/ImportWorkspaceImageCommand.js.map +1 -0
- package/dist-cjs/commands/ListAvailableManagementCidrRangesCommand.js +69 -0
- package/dist-cjs/commands/ListAvailableManagementCidrRangesCommand.js.map +1 -0
- package/dist-cjs/commands/MigrateWorkspaceCommand.js +69 -0
- package/dist-cjs/commands/MigrateWorkspaceCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyAccountCommand.js +62 -0
- package/dist-cjs/commands/ModifyAccountCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyClientPropertiesCommand.js +61 -0
- package/dist-cjs/commands/ModifyClientPropertiesCommand.js.map +1 -0
- package/dist-cjs/commands/ModifySelfservicePermissionsCommand.js +62 -0
- package/dist-cjs/commands/ModifySelfservicePermissionsCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js +63 -0
- package/dist-cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js +61 -0
- package/dist-cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyWorkspacePropertiesCommand.js +65 -0
- package/dist-cjs/commands/ModifyWorkspacePropertiesCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyWorkspaceStateCommand.js +66 -0
- package/dist-cjs/commands/ModifyWorkspaceStateCommand.js.map +1 -0
- package/dist-cjs/commands/RebootWorkspacesCommand.js +64 -0
- package/dist-cjs/commands/RebootWorkspacesCommand.js.map +1 -0
- package/dist-cjs/commands/RebuildWorkspacesCommand.js +68 -0
- package/dist-cjs/commands/RebuildWorkspacesCommand.js.map +1 -0
- package/dist-cjs/commands/RegisterWorkspaceDirectoryCommand.js +65 -0
- package/dist-cjs/commands/RegisterWorkspaceDirectoryCommand.js.map +1 -0
- package/dist-cjs/commands/RestoreWorkspaceCommand.js +68 -0
- package/dist-cjs/commands/RestoreWorkspaceCommand.js.map +1 -0
- package/dist-cjs/commands/RevokeIpRulesCommand.js +61 -0
- package/dist-cjs/commands/RevokeIpRulesCommand.js.map +1 -0
- package/dist-cjs/commands/StartWorkspacesCommand.js +63 -0
- package/dist-cjs/commands/StartWorkspacesCommand.js.map +1 -0
- package/dist-cjs/commands/StopWorkspacesCommand.js +64 -0
- package/dist-cjs/commands/StopWorkspacesCommand.js.map +1 -0
- package/dist-cjs/commands/TerminateWorkspacesCommand.js +90 -0
- package/dist-cjs/commands/TerminateWorkspacesCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateConnectionAliasPermissionCommand.js +80 -0
- package/dist-cjs/commands/UpdateConnectionAliasPermissionCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRulesOfIpGroupCommand.js +62 -0
- package/dist-cjs/commands/UpdateRulesOfIpGroupCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateWorkspaceBundleCommand.js +69 -0
- package/dist-cjs/commands/UpdateWorkspaceBundleCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateWorkspaceImagePermissionCommand.js +86 -0
- package/dist-cjs/commands/UpdateWorkspaceImagePermissionCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +65 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +0 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/dist-cjs/models/models_0.js +1567 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/dist-cjs/pagination/DescribeWorkspaceBundlesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeWorkspaceBundlesPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeWorkspaceDirectoriesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeWorkspaceDirectoriesPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeWorkspacesPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeWorkspacesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/dist-cjs/pagination/Interfaces.js.map +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +6067 -0
- package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/dist-cjs/runtimeConfig.js +47 -0
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/dist-es/WorkSpaces.js +821 -0
- package/dist-es/WorkSpaces.js.map +1 -0
- package/dist-es/WorkSpacesClient.js +38 -0
- package/dist-es/WorkSpacesClient.js.map +1 -0
- package/dist-es/commands/AssociateConnectionAliasCommand.js +40 -0
- package/dist-es/commands/AssociateConnectionAliasCommand.js.map +1 -0
- package/dist-es/commands/AssociateIpGroupsCommand.js +40 -0
- package/dist-es/commands/AssociateIpGroupsCommand.js.map +1 -0
- package/dist-es/commands/AuthorizeIpRulesCommand.js +40 -0
- package/dist-es/commands/AuthorizeIpRulesCommand.js.map +1 -0
- package/dist-es/commands/CopyWorkspaceImageCommand.js +40 -0
- package/dist-es/commands/CopyWorkspaceImageCommand.js.map +1 -0
- package/dist-es/commands/CreateConnectionAliasCommand.js +40 -0
- package/dist-es/commands/CreateConnectionAliasCommand.js.map +1 -0
- package/dist-es/commands/CreateIpGroupCommand.js +40 -0
- package/dist-es/commands/CreateIpGroupCommand.js.map +1 -0
- package/dist-es/commands/CreateTagsCommand.js +40 -0
- package/dist-es/commands/CreateTagsCommand.js.map +1 -0
- package/dist-es/commands/CreateUpdatedWorkspaceImageCommand.js +40 -0
- package/dist-es/commands/CreateUpdatedWorkspaceImageCommand.js.map +1 -0
- package/dist-es/commands/CreateWorkspaceBundleCommand.js +40 -0
- package/dist-es/commands/CreateWorkspaceBundleCommand.js.map +1 -0
- package/dist-es/commands/CreateWorkspacesCommand.js +40 -0
- package/dist-es/commands/CreateWorkspacesCommand.js.map +1 -0
- package/dist-es/commands/DeleteConnectionAliasCommand.js +40 -0
- package/dist-es/commands/DeleteConnectionAliasCommand.js.map +1 -0
- package/dist-es/commands/DeleteIpGroupCommand.js +40 -0
- package/dist-es/commands/DeleteIpGroupCommand.js.map +1 -0
- package/dist-es/commands/DeleteTagsCommand.js +40 -0
- package/dist-es/commands/DeleteTagsCommand.js.map +1 -0
- package/dist-es/commands/DeleteWorkspaceBundleCommand.js +40 -0
- package/dist-es/commands/DeleteWorkspaceBundleCommand.js.map +1 -0
- package/dist-es/commands/DeleteWorkspaceImageCommand.js +40 -0
- package/dist-es/commands/DeleteWorkspaceImageCommand.js.map +1 -0
- package/dist-es/commands/DeregisterWorkspaceDirectoryCommand.js +40 -0
- package/dist-es/commands/DeregisterWorkspaceDirectoryCommand.js.map +1 -0
- package/dist-es/commands/DescribeAccountCommand.js +40 -0
- package/dist-es/commands/DescribeAccountCommand.js.map +1 -0
- package/dist-es/commands/DescribeAccountModificationsCommand.js +40 -0
- package/dist-es/commands/DescribeAccountModificationsCommand.js.map +1 -0
- package/dist-es/commands/DescribeClientPropertiesCommand.js +40 -0
- package/dist-es/commands/DescribeClientPropertiesCommand.js.map +1 -0
- package/dist-es/commands/DescribeConnectionAliasPermissionsCommand.js +40 -0
- package/dist-es/commands/DescribeConnectionAliasPermissionsCommand.js.map +1 -0
- package/dist-es/commands/DescribeConnectionAliasesCommand.js +40 -0
- package/dist-es/commands/DescribeConnectionAliasesCommand.js.map +1 -0
- package/dist-es/commands/DescribeIpGroupsCommand.js +40 -0
- package/dist-es/commands/DescribeIpGroupsCommand.js.map +1 -0
- package/dist-es/commands/DescribeTagsCommand.js +40 -0
- package/dist-es/commands/DescribeTagsCommand.js.map +1 -0
- package/dist-es/commands/DescribeWorkspaceBundlesCommand.js +40 -0
- package/dist-es/commands/DescribeWorkspaceBundlesCommand.js.map +1 -0
- package/dist-es/commands/DescribeWorkspaceDirectoriesCommand.js +40 -0
- package/dist-es/commands/DescribeWorkspaceDirectoriesCommand.js.map +1 -0
- package/dist-es/commands/DescribeWorkspaceImagePermissionsCommand.js +40 -0
- package/dist-es/commands/DescribeWorkspaceImagePermissionsCommand.js.map +1 -0
- package/dist-es/commands/DescribeWorkspaceImagesCommand.js +40 -0
- package/dist-es/commands/DescribeWorkspaceImagesCommand.js.map +1 -0
- package/dist-es/commands/DescribeWorkspaceSnapshotsCommand.js +40 -0
- package/dist-es/commands/DescribeWorkspaceSnapshotsCommand.js.map +1 -0
- package/dist-es/commands/DescribeWorkspacesCommand.js +40 -0
- package/dist-es/commands/DescribeWorkspacesCommand.js.map +1 -0
- package/dist-es/commands/DescribeWorkspacesConnectionStatusCommand.js +40 -0
- package/dist-es/commands/DescribeWorkspacesConnectionStatusCommand.js.map +1 -0
- package/dist-es/commands/DisassociateConnectionAliasCommand.js +40 -0
- package/dist-es/commands/DisassociateConnectionAliasCommand.js.map +1 -0
- package/dist-es/commands/DisassociateIpGroupsCommand.js +40 -0
- package/dist-es/commands/DisassociateIpGroupsCommand.js.map +1 -0
- package/dist-es/commands/ImportWorkspaceImageCommand.js +40 -0
- package/dist-es/commands/ImportWorkspaceImageCommand.js.map +1 -0
- package/dist-es/commands/ListAvailableManagementCidrRangesCommand.js +40 -0
- package/dist-es/commands/ListAvailableManagementCidrRangesCommand.js.map +1 -0
- package/dist-es/commands/MigrateWorkspaceCommand.js +40 -0
- package/dist-es/commands/MigrateWorkspaceCommand.js.map +1 -0
- package/dist-es/commands/ModifyAccountCommand.js +40 -0
- package/dist-es/commands/ModifyAccountCommand.js.map +1 -0
- package/dist-es/commands/ModifyClientPropertiesCommand.js +40 -0
- package/dist-es/commands/ModifyClientPropertiesCommand.js.map +1 -0
- package/dist-es/commands/ModifySelfservicePermissionsCommand.js +40 -0
- package/dist-es/commands/ModifySelfservicePermissionsCommand.js.map +1 -0
- package/dist-es/commands/ModifyWorkspaceAccessPropertiesCommand.js +40 -0
- package/dist-es/commands/ModifyWorkspaceAccessPropertiesCommand.js.map +1 -0
- package/dist-es/commands/ModifyWorkspaceCreationPropertiesCommand.js +40 -0
- package/dist-es/commands/ModifyWorkspaceCreationPropertiesCommand.js.map +1 -0
- package/dist-es/commands/ModifyWorkspacePropertiesCommand.js +40 -0
- package/dist-es/commands/ModifyWorkspacePropertiesCommand.js.map +1 -0
- package/dist-es/commands/ModifyWorkspaceStateCommand.js +40 -0
- package/dist-es/commands/ModifyWorkspaceStateCommand.js.map +1 -0
- package/dist-es/commands/RebootWorkspacesCommand.js +40 -0
- package/dist-es/commands/RebootWorkspacesCommand.js.map +1 -0
- package/dist-es/commands/RebuildWorkspacesCommand.js +40 -0
- package/dist-es/commands/RebuildWorkspacesCommand.js.map +1 -0
- package/dist-es/commands/RegisterWorkspaceDirectoryCommand.js +40 -0
- package/dist-es/commands/RegisterWorkspaceDirectoryCommand.js.map +1 -0
- package/dist-es/commands/RestoreWorkspaceCommand.js +40 -0
- package/dist-es/commands/RestoreWorkspaceCommand.js.map +1 -0
- package/dist-es/commands/RevokeIpRulesCommand.js +40 -0
- package/dist-es/commands/RevokeIpRulesCommand.js.map +1 -0
- package/dist-es/commands/StartWorkspacesCommand.js +40 -0
- package/dist-es/commands/StartWorkspacesCommand.js.map +1 -0
- package/dist-es/commands/StopWorkspacesCommand.js +40 -0
- package/dist-es/commands/StopWorkspacesCommand.js.map +1 -0
- package/dist-es/commands/TerminateWorkspacesCommand.js +40 -0
- package/dist-es/commands/TerminateWorkspacesCommand.js.map +1 -0
- package/dist-es/commands/UpdateConnectionAliasPermissionCommand.js +40 -0
- package/dist-es/commands/UpdateConnectionAliasPermissionCommand.js.map +1 -0
- package/dist-es/commands/UpdateRulesOfIpGroupCommand.js +40 -0
- package/dist-es/commands/UpdateRulesOfIpGroupCommand.js.map +1 -0
- package/dist-es/commands/UpdateWorkspaceBundleCommand.js +40 -0
- package/dist-es/commands/UpdateWorkspaceBundleCommand.js.map +1 -0
- package/dist-es/commands/UpdateWorkspaceImagePermissionCommand.js +40 -0
- package/dist-es/commands/UpdateWorkspaceImagePermissionCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +0 -0
- package/dist-es/endpoints.js.map +1 -0
- package/dist-es/index.js +62 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/dist-es/models/models_0.js +777 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/dist-es/pagination/DescribeWorkspaceBundlesPaginator.js +74 -0
- package/dist-es/pagination/DescribeWorkspaceBundlesPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeWorkspaceDirectoriesPaginator.js +74 -0
- package/dist-es/pagination/DescribeWorkspaceDirectoriesPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeWorkspacesPaginator.js +75 -0
- package/dist-es/pagination/DescribeWorkspacesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/dist-es/pagination/Interfaces.js.map +1 -0
- package/dist-es/protocols/Aws_json1_1.js +6321 -0
- package/dist-es/protocols/Aws_json1_1.js.map +1 -0
- package/dist-es/runtimeConfig.browser.js +17 -0
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/dist-es/runtimeConfig.js +22 -0
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/dist-types/WorkSpaces.d.ts +645 -0
- package/dist-types/WorkSpacesClient.d.ts +188 -0
- package/dist-types/commands/AssociateConnectionAliasCommand.d.ts +42 -0
- package/dist-types/commands/AssociateIpGroupsCommand.d.ts +35 -0
- package/dist-types/commands/AuthorizeIpRulesCommand.d.ts +37 -0
- package/dist-types/commands/CopyWorkspaceImageCommand.d.ts +48 -0
- package/dist-types/commands/CreateConnectionAliasCommand.d.ts +37 -0
- package/dist-types/commands/CreateIpGroupCommand.d.ts +44 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +35 -0
- package/dist-types/commands/CreateUpdatedWorkspaceImageCommand.d.ts +58 -0
- package/dist-types/commands/CreateWorkspaceBundleCommand.d.ts +37 -0
- package/dist-types/commands/CreateWorkspacesCommand.d.ts +36 -0
- package/dist-types/commands/DeleteConnectionAliasCommand.d.ts +52 -0
- package/dist-types/commands/DeleteIpGroupCommand.d.ts +36 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +35 -0
- package/dist-types/commands/DeleteWorkspaceBundleCommand.d.ts +37 -0
- package/dist-types/commands/DeleteWorkspaceImageCommand.d.ts +37 -0
- package/dist-types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +51 -0
- package/dist-types/commands/DescribeAccountCommand.d.ts +36 -0
- package/dist-types/commands/DescribeAccountModificationsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeClientPropertiesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeConnectionAliasesCommand.d.ts +37 -0
- package/dist-types/commands/DescribeIpGroupsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeWorkspaceBundlesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeWorkspacesCommand.d.ts +37 -0
- package/dist-types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateConnectionAliasCommand.d.ts +43 -0
- package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +35 -0
- package/dist-types/commands/ImportWorkspaceImageCommand.d.ts +39 -0
- package/dist-types/commands/ListAvailableManagementCidrRangesCommand.d.ts +43 -0
- package/dist-types/commands/MigrateWorkspaceCommand.d.ts +43 -0
- package/dist-types/commands/ModifyAccountCommand.d.ts +36 -0
- package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +35 -0
- package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +36 -0
- package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +37 -0
- package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +35 -0
- package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +39 -0
- package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +40 -0
- package/dist-types/commands/RebootWorkspacesCommand.d.ts +38 -0
- package/dist-types/commands/RebuildWorkspacesCommand.d.ts +42 -0
- package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +39 -0
- package/dist-types/commands/RestoreWorkspaceCommand.d.ts +42 -0
- package/dist-types/commands/RevokeIpRulesCommand.d.ts +35 -0
- package/dist-types/commands/StartWorkspacesCommand.d.ts +37 -0
- package/dist-types/commands/StopWorkspacesCommand.d.ts +38 -0
- package/dist-types/commands/TerminateWorkspacesCommand.d.ts +64 -0
- package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +54 -0
- package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +36 -0
- package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +43 -0
- package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +60 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/dist-types/index.d.ts +61 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/dist-types/models/models_0.d.ts +3053 -0
- package/dist-types/pagination/DescribeWorkspaceBundlesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeWorkspacesPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +164 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- 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/ts3.4/WorkSpaces.d.ts +645 -0
- package/dist-types/ts3.4/WorkSpacesClient.d.ts +188 -0
- package/dist-types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateIpGroupCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateUpdatedWorkspaceImageCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateWorkspacesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DeleteIpGroupCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ModifyAccountCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +64 -0
- package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +54 -0
- package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +60 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/dist-types/ts3.4/index.d.ts +61 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3053 -0
- package/dist-types/ts3.4/pagination/DescribeWorkspaceBundlesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeWorkspacesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +164 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +42 -42
- package/src/WorkSpaces.ts +2243 -0
- package/src/WorkSpacesClient.ts +502 -0
- package/src/commands/AssociateConnectionAliasCommand.ts +102 -0
- package/src/commands/AssociateIpGroupsCommand.ts +95 -0
- package/src/commands/AuthorizeIpRulesCommand.ts +97 -0
- package/src/commands/CopyWorkspaceImageCommand.ts +108 -0
- package/src/commands/CreateConnectionAliasCommand.ts +97 -0
- package/src/commands/CreateIpGroupCommand.ts +104 -0
- package/src/commands/CreateTagsCommand.ts +95 -0
- package/src/commands/CreateUpdatedWorkspaceImageCommand.ts +121 -0
- package/src/commands/CreateWorkspaceBundleCommand.ts +97 -0
- package/src/commands/CreateWorkspacesCommand.ts +96 -0
- package/src/commands/DeleteConnectionAliasCommand.ts +112 -0
- package/src/commands/DeleteIpGroupCommand.ts +96 -0
- package/src/commands/DeleteTagsCommand.ts +95 -0
- package/src/commands/DeleteWorkspaceBundleCommand.ts +97 -0
- package/src/commands/DeleteWorkspaceImageCommand.ts +97 -0
- package/src/commands/DeregisterWorkspaceDirectoryCommand.ts +116 -0
- package/src/commands/DescribeAccountCommand.ts +96 -0
- package/src/commands/DescribeAccountModificationsCommand.ts +101 -0
- package/src/commands/DescribeClientPropertiesCommand.ts +95 -0
- package/src/commands/DescribeConnectionAliasPermissionsCommand.ts +108 -0
- package/src/commands/DescribeConnectionAliasesCommand.ts +100 -0
- package/src/commands/DescribeIpGroupsCommand.ts +95 -0
- package/src/commands/DescribeTagsCommand.ts +95 -0
- package/src/commands/DescribeWorkspaceBundlesCommand.ts +96 -0
- package/src/commands/DescribeWorkspaceDirectoriesCommand.ts +101 -0
- package/src/commands/DescribeWorkspaceImagePermissionsCommand.ts +104 -0
- package/src/commands/DescribeWorkspaceImagesCommand.ts +96 -0
- package/src/commands/DescribeWorkspaceSnapshotsCommand.ts +98 -0
- package/src/commands/DescribeWorkspacesCommand.ts +97 -0
- package/src/commands/DescribeWorkspacesConnectionStatusCommand.ts +106 -0
- package/src/commands/DisassociateConnectionAliasCommand.ts +106 -0
- package/src/commands/DisassociateIpGroupsCommand.ts +95 -0
- package/src/commands/ImportWorkspaceImageCommand.ts +99 -0
- package/src/commands/ListAvailableManagementCidrRangesCommand.ts +111 -0
- package/src/commands/MigrateWorkspaceCommand.ts +103 -0
- package/src/commands/ModifyAccountCommand.ts +96 -0
- package/src/commands/ModifyClientPropertiesCommand.ts +95 -0
- package/src/commands/ModifySelfservicePermissionsCommand.ts +101 -0
- package/src/commands/ModifyWorkspaceAccessPropertiesCommand.ts +105 -0
- package/src/commands/ModifyWorkspaceCreationPropertiesCommand.ts +103 -0
- package/src/commands/ModifyWorkspacePropertiesCommand.ts +102 -0
- package/src/commands/ModifyWorkspaceStateCommand.ts +100 -0
- package/src/commands/RebootWorkspacesCommand.ts +98 -0
- package/src/commands/RebuildWorkspacesCommand.ts +102 -0
- package/src/commands/RegisterWorkspaceDirectoryCommand.ts +102 -0
- package/src/commands/RestoreWorkspaceCommand.ts +102 -0
- package/src/commands/RevokeIpRulesCommand.ts +95 -0
- package/src/commands/StartWorkspacesCommand.ts +97 -0
- package/src/commands/StopWorkspacesCommand.ts +98 -0
- package/src/commands/TerminateWorkspacesCommand.ts +124 -0
- package/src/commands/UpdateConnectionAliasPermissionCommand.ts +122 -0
- package/src/commands/UpdateRulesOfIpGroupCommand.ts +96 -0
- package/src/commands/UpdateWorkspaceBundleCommand.ts +103 -0
- package/src/commands/UpdateWorkspaceImagePermissionCommand.ts +128 -0
- package/src/endpoints.ts +72 -0
- package/src/index.ts +61 -0
- package/{models → src/models}/index.ts +0 -0
- package/src/models/models_0.ts +3876 -0
- package/src/pagination/DescribeWorkspaceBundlesPaginator.ts +58 -0
- package/src/pagination/DescribeWorkspaceDirectoriesPaginator.ts +58 -0
- package/src/pagination/DescribeWorkspacesPaginator.ts +59 -0
- package/src/pagination/Interfaces.ts +8 -0
- package/src/protocols/Aws_json1_1.ts +7603 -0
- package/src/runtimeConfig.browser.ts +41 -0
- package/src/runtimeConfig.native.ts +17 -0
- package/src/runtimeConfig.shared.ts +17 -0
- package/src/runtimeConfig.ts +46 -0
- package/tsconfig.es.json +1 -1
- package/tsconfig.json +4 -2
- package/tsconfig.types.json +3 -2
- package/WorkSpaces.ts +0 -2188
- package/WorkSpacesClient.ts +0 -495
- package/commands/AssociateConnectionAliasCommand.ts +0 -101
- package/commands/AssociateIpGroupsCommand.ts +0 -94
- package/commands/AuthorizeIpRulesCommand.ts +0 -96
- package/commands/CopyWorkspaceImageCommand.ts +0 -110
- package/commands/CreateConnectionAliasCommand.ts +0 -96
- package/commands/CreateIpGroupCommand.ts +0 -103
- package/commands/CreateTagsCommand.ts +0 -94
- package/commands/CreateWorkspaceBundleCommand.ts +0 -96
- package/commands/CreateWorkspacesCommand.ts +0 -95
- package/commands/DeleteConnectionAliasCommand.ts +0 -111
- package/commands/DeleteIpGroupCommand.ts +0 -95
- package/commands/DeleteTagsCommand.ts +0 -94
- package/commands/DeleteWorkspaceBundleCommand.ts +0 -96
- package/commands/DeleteWorkspaceImageCommand.ts +0 -96
- package/commands/DeregisterWorkspaceDirectoryCommand.ts +0 -115
- package/commands/DescribeAccountCommand.ts +0 -95
- package/commands/DescribeAccountModificationsCommand.ts +0 -100
- package/commands/DescribeClientPropertiesCommand.ts +0 -94
- package/commands/DescribeConnectionAliasPermissionsCommand.ts +0 -107
- package/commands/DescribeConnectionAliasesCommand.ts +0 -99
- package/commands/DescribeIpGroupsCommand.ts +0 -94
- package/commands/DescribeTagsCommand.ts +0 -94
- package/commands/DescribeWorkspaceBundlesCommand.ts +0 -95
- package/commands/DescribeWorkspaceDirectoriesCommand.ts +0 -100
- package/commands/DescribeWorkspaceImagePermissionsCommand.ts +0 -103
- package/commands/DescribeWorkspaceImagesCommand.ts +0 -95
- package/commands/DescribeWorkspaceSnapshotsCommand.ts +0 -97
- package/commands/DescribeWorkspacesCommand.ts +0 -96
- package/commands/DescribeWorkspacesConnectionStatusCommand.ts +0 -105
- package/commands/DisassociateConnectionAliasCommand.ts +0 -105
- package/commands/DisassociateIpGroupsCommand.ts +0 -94
- package/commands/ImportWorkspaceImageCommand.ts +0 -98
- package/commands/ListAvailableManagementCidrRangesCommand.ts +0 -110
- package/commands/MigrateWorkspaceCommand.ts +0 -102
- package/commands/ModifyAccountCommand.ts +0 -95
- package/commands/ModifyClientPropertiesCommand.ts +0 -94
- package/commands/ModifySelfservicePermissionsCommand.ts +0 -100
- package/commands/ModifyWorkspaceAccessPropertiesCommand.ts +0 -104
- package/commands/ModifyWorkspaceCreationPropertiesCommand.ts +0 -102
- package/commands/ModifyWorkspacePropertiesCommand.ts +0 -101
- package/commands/ModifyWorkspaceStateCommand.ts +0 -99
- package/commands/RebootWorkspacesCommand.ts +0 -97
- package/commands/RebuildWorkspacesCommand.ts +0 -101
- package/commands/RegisterWorkspaceDirectoryCommand.ts +0 -101
- package/commands/RestoreWorkspaceCommand.ts +0 -101
- package/commands/RevokeIpRulesCommand.ts +0 -94
- package/commands/StartWorkspacesCommand.ts +0 -96
- package/commands/StopWorkspacesCommand.ts +0 -97
- package/commands/TerminateWorkspacesCommand.ts +0 -123
- package/commands/UpdateConnectionAliasPermissionCommand.ts +0 -121
- package/commands/UpdateRulesOfIpGroupCommand.ts +0 -95
- package/commands/UpdateWorkspaceBundleCommand.ts +0 -102
- package/commands/UpdateWorkspaceImagePermissionCommand.ts +0 -130
- package/dist/cjs/WorkSpaces.js +0 -808
- package/dist/cjs/WorkSpaces.js.map +0 -1
- package/dist/cjs/WorkSpacesClient.js +0 -46
- package/dist/cjs/WorkSpacesClient.js.map +0 -1
- package/dist/cjs/commands/AssociateConnectionAliasCommand.js +0 -68
- package/dist/cjs/commands/AssociateConnectionAliasCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateIpGroupsCommand.js +0 -61
- package/dist/cjs/commands/AssociateIpGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/AuthorizeIpRulesCommand.js +0 -63
- package/dist/cjs/commands/AuthorizeIpRulesCommand.js.map +0 -1
- package/dist/cjs/commands/CopyWorkspaceImageCommand.js +0 -77
- package/dist/cjs/commands/CopyWorkspaceImageCommand.js.map +0 -1
- package/dist/cjs/commands/CreateConnectionAliasCommand.js +0 -63
- package/dist/cjs/commands/CreateConnectionAliasCommand.js.map +0 -1
- package/dist/cjs/commands/CreateIpGroupCommand.js +0 -70
- package/dist/cjs/commands/CreateIpGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTagsCommand.js +0 -61
- package/dist/cjs/commands/CreateTagsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateWorkspaceBundleCommand.js +0 -63
- package/dist/cjs/commands/CreateWorkspaceBundleCommand.js.map +0 -1
- package/dist/cjs/commands/CreateWorkspacesCommand.js +0 -62
- package/dist/cjs/commands/CreateWorkspacesCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConnectionAliasCommand.js +0 -78
- package/dist/cjs/commands/DeleteConnectionAliasCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteIpGroupCommand.js +0 -62
- package/dist/cjs/commands/DeleteIpGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTagsCommand.js +0 -61
- package/dist/cjs/commands/DeleteTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteWorkspaceBundleCommand.js +0 -63
- package/dist/cjs/commands/DeleteWorkspaceBundleCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteWorkspaceImageCommand.js +0 -63
- package/dist/cjs/commands/DeleteWorkspaceImageCommand.js.map +0 -1
- package/dist/cjs/commands/DeregisterWorkspaceDirectoryCommand.js +0 -77
- package/dist/cjs/commands/DeregisterWorkspaceDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccountCommand.js +0 -62
- package/dist/cjs/commands/DescribeAccountCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccountModificationsCommand.js +0 -62
- package/dist/cjs/commands/DescribeAccountModificationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeClientPropertiesCommand.js +0 -61
- package/dist/cjs/commands/DescribeClientPropertiesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConnectionAliasPermissionsCommand.js +0 -63
- package/dist/cjs/commands/DescribeConnectionAliasPermissionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConnectionAliasesCommand.js +0 -63
- package/dist/cjs/commands/DescribeConnectionAliasesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeIpGroupsCommand.js +0 -61
- package/dist/cjs/commands/DescribeIpGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTagsCommand.js +0 -61
- package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkspaceBundlesCommand.js +0 -62
- package/dist/cjs/commands/DescribeWorkspaceBundlesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkspaceDirectoriesCommand.js +0 -62
- package/dist/cjs/commands/DescribeWorkspaceDirectoriesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkspaceImagePermissionsCommand.js +0 -62
- package/dist/cjs/commands/DescribeWorkspaceImagePermissionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkspaceImagesCommand.js +0 -62
- package/dist/cjs/commands/DescribeWorkspaceImagesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkspaceSnapshotsCommand.js +0 -61
- package/dist/cjs/commands/DescribeWorkspaceSnapshotsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkspacesCommand.js +0 -63
- package/dist/cjs/commands/DescribeWorkspacesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkspacesConnectionStatusCommand.js +0 -61
- package/dist/cjs/commands/DescribeWorkspacesConnectionStatusCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateConnectionAliasCommand.js +0 -69
- package/dist/cjs/commands/DisassociateConnectionAliasCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateIpGroupsCommand.js +0 -61
- package/dist/cjs/commands/DisassociateIpGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ImportWorkspaceImageCommand.js +0 -65
- package/dist/cjs/commands/ImportWorkspaceImageCommand.js.map +0 -1
- package/dist/cjs/commands/ListAvailableManagementCidrRangesCommand.js +0 -69
- package/dist/cjs/commands/ListAvailableManagementCidrRangesCommand.js.map +0 -1
- package/dist/cjs/commands/MigrateWorkspaceCommand.js +0 -69
- package/dist/cjs/commands/MigrateWorkspaceCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyAccountCommand.js +0 -62
- package/dist/cjs/commands/ModifyAccountCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyClientPropertiesCommand.js +0 -61
- package/dist/cjs/commands/ModifyClientPropertiesCommand.js.map +0 -1
- package/dist/cjs/commands/ModifySelfservicePermissionsCommand.js +0 -62
- package/dist/cjs/commands/ModifySelfservicePermissionsCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js +0 -63
- package/dist/cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js +0 -61
- package/dist/cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyWorkspacePropertiesCommand.js +0 -65
- package/dist/cjs/commands/ModifyWorkspacePropertiesCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyWorkspaceStateCommand.js +0 -66
- package/dist/cjs/commands/ModifyWorkspaceStateCommand.js.map +0 -1
- package/dist/cjs/commands/RebootWorkspacesCommand.js +0 -64
- package/dist/cjs/commands/RebootWorkspacesCommand.js.map +0 -1
- package/dist/cjs/commands/RebuildWorkspacesCommand.js +0 -68
- package/dist/cjs/commands/RebuildWorkspacesCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterWorkspaceDirectoryCommand.js +0 -65
- package/dist/cjs/commands/RegisterWorkspaceDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/RestoreWorkspaceCommand.js +0 -68
- package/dist/cjs/commands/RestoreWorkspaceCommand.js.map +0 -1
- package/dist/cjs/commands/RevokeIpRulesCommand.js +0 -61
- package/dist/cjs/commands/RevokeIpRulesCommand.js.map +0 -1
- package/dist/cjs/commands/StartWorkspacesCommand.js +0 -63
- package/dist/cjs/commands/StartWorkspacesCommand.js.map +0 -1
- package/dist/cjs/commands/StopWorkspacesCommand.js +0 -64
- package/dist/cjs/commands/StopWorkspacesCommand.js.map +0 -1
- package/dist/cjs/commands/TerminateWorkspacesCommand.js +0 -90
- package/dist/cjs/commands/TerminateWorkspacesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConnectionAliasPermissionCommand.js +0 -80
- package/dist/cjs/commands/UpdateConnectionAliasPermissionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRulesOfIpGroupCommand.js +0 -62
- package/dist/cjs/commands/UpdateRulesOfIpGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateWorkspaceBundleCommand.js +0 -69
- package/dist/cjs/commands/UpdateWorkspaceBundleCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateWorkspaceImagePermissionCommand.js +0 -89
- package/dist/cjs/commands/UpdateWorkspaceImagePermissionCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -64
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -1540
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/DescribeWorkspaceBundlesPaginator.js +0 -45
- package/dist/cjs/pagination/DescribeWorkspaceBundlesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeWorkspaceDirectoriesPaginator.js +0 -45
- package/dist/cjs/pagination/DescribeWorkspaceDirectoriesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeWorkspacesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeWorkspacesPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js +0 -5940
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/WorkSpaces.js +0 -806
- package/dist/es/WorkSpaces.js.map +0 -1
- package/dist/es/WorkSpacesClient.js +0 -38
- package/dist/es/WorkSpacesClient.js.map +0 -1
- package/dist/es/commands/AssociateConnectionAliasCommand.js +0 -40
- package/dist/es/commands/AssociateConnectionAliasCommand.js.map +0 -1
- package/dist/es/commands/AssociateIpGroupsCommand.js +0 -40
- package/dist/es/commands/AssociateIpGroupsCommand.js.map +0 -1
- package/dist/es/commands/AuthorizeIpRulesCommand.js +0 -40
- package/dist/es/commands/AuthorizeIpRulesCommand.js.map +0 -1
- package/dist/es/commands/CopyWorkspaceImageCommand.js +0 -40
- package/dist/es/commands/CopyWorkspaceImageCommand.js.map +0 -1
- package/dist/es/commands/CreateConnectionAliasCommand.js +0 -40
- package/dist/es/commands/CreateConnectionAliasCommand.js.map +0 -1
- package/dist/es/commands/CreateIpGroupCommand.js +0 -40
- package/dist/es/commands/CreateIpGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateTagsCommand.js +0 -40
- package/dist/es/commands/CreateTagsCommand.js.map +0 -1
- package/dist/es/commands/CreateWorkspaceBundleCommand.js +0 -40
- package/dist/es/commands/CreateWorkspaceBundleCommand.js.map +0 -1
- package/dist/es/commands/CreateWorkspacesCommand.js +0 -40
- package/dist/es/commands/CreateWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/DeleteConnectionAliasCommand.js +0 -40
- package/dist/es/commands/DeleteConnectionAliasCommand.js.map +0 -1
- package/dist/es/commands/DeleteIpGroupCommand.js +0 -40
- package/dist/es/commands/DeleteIpGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteTagsCommand.js +0 -40
- package/dist/es/commands/DeleteTagsCommand.js.map +0 -1
- package/dist/es/commands/DeleteWorkspaceBundleCommand.js +0 -40
- package/dist/es/commands/DeleteWorkspaceBundleCommand.js.map +0 -1
- package/dist/es/commands/DeleteWorkspaceImageCommand.js +0 -40
- package/dist/es/commands/DeleteWorkspaceImageCommand.js.map +0 -1
- package/dist/es/commands/DeregisterWorkspaceDirectoryCommand.js +0 -40
- package/dist/es/commands/DeregisterWorkspaceDirectoryCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountCommand.js +0 -40
- package/dist/es/commands/DescribeAccountCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountModificationsCommand.js +0 -40
- package/dist/es/commands/DescribeAccountModificationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeClientPropertiesCommand.js +0 -40
- package/dist/es/commands/DescribeClientPropertiesCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionAliasPermissionsCommand.js +0 -40
- package/dist/es/commands/DescribeConnectionAliasPermissionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionAliasesCommand.js +0 -40
- package/dist/es/commands/DescribeConnectionAliasesCommand.js.map +0 -1
- package/dist/es/commands/DescribeIpGroupsCommand.js +0 -40
- package/dist/es/commands/DescribeIpGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeTagsCommand.js +0 -40
- package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspaceBundlesCommand.js +0 -40
- package/dist/es/commands/DescribeWorkspaceBundlesCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspaceDirectoriesCommand.js +0 -40
- package/dist/es/commands/DescribeWorkspaceDirectoriesCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspaceImagePermissionsCommand.js +0 -40
- package/dist/es/commands/DescribeWorkspaceImagePermissionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspaceImagesCommand.js +0 -40
- package/dist/es/commands/DescribeWorkspaceImagesCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspaceSnapshotsCommand.js +0 -40
- package/dist/es/commands/DescribeWorkspaceSnapshotsCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspacesCommand.js +0 -40
- package/dist/es/commands/DescribeWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspacesConnectionStatusCommand.js +0 -40
- package/dist/es/commands/DescribeWorkspacesConnectionStatusCommand.js.map +0 -1
- package/dist/es/commands/DisassociateConnectionAliasCommand.js +0 -40
- package/dist/es/commands/DisassociateConnectionAliasCommand.js.map +0 -1
- package/dist/es/commands/DisassociateIpGroupsCommand.js +0 -40
- package/dist/es/commands/DisassociateIpGroupsCommand.js.map +0 -1
- package/dist/es/commands/ImportWorkspaceImageCommand.js +0 -40
- package/dist/es/commands/ImportWorkspaceImageCommand.js.map +0 -1
- package/dist/es/commands/ListAvailableManagementCidrRangesCommand.js +0 -40
- package/dist/es/commands/ListAvailableManagementCidrRangesCommand.js.map +0 -1
- package/dist/es/commands/MigrateWorkspaceCommand.js +0 -40
- package/dist/es/commands/MigrateWorkspaceCommand.js.map +0 -1
- package/dist/es/commands/ModifyAccountCommand.js +0 -40
- package/dist/es/commands/ModifyAccountCommand.js.map +0 -1
- package/dist/es/commands/ModifyClientPropertiesCommand.js +0 -40
- package/dist/es/commands/ModifyClientPropertiesCommand.js.map +0 -1
- package/dist/es/commands/ModifySelfservicePermissionsCommand.js +0 -40
- package/dist/es/commands/ModifySelfservicePermissionsCommand.js.map +0 -1
- package/dist/es/commands/ModifyWorkspaceAccessPropertiesCommand.js +0 -40
- package/dist/es/commands/ModifyWorkspaceAccessPropertiesCommand.js.map +0 -1
- package/dist/es/commands/ModifyWorkspaceCreationPropertiesCommand.js +0 -40
- package/dist/es/commands/ModifyWorkspaceCreationPropertiesCommand.js.map +0 -1
- package/dist/es/commands/ModifyWorkspacePropertiesCommand.js +0 -40
- package/dist/es/commands/ModifyWorkspacePropertiesCommand.js.map +0 -1
- package/dist/es/commands/ModifyWorkspaceStateCommand.js +0 -40
- package/dist/es/commands/ModifyWorkspaceStateCommand.js.map +0 -1
- package/dist/es/commands/RebootWorkspacesCommand.js +0 -40
- package/dist/es/commands/RebootWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/RebuildWorkspacesCommand.js +0 -40
- package/dist/es/commands/RebuildWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/RegisterWorkspaceDirectoryCommand.js +0 -40
- package/dist/es/commands/RegisterWorkspaceDirectoryCommand.js.map +0 -1
- package/dist/es/commands/RestoreWorkspaceCommand.js +0 -40
- package/dist/es/commands/RestoreWorkspaceCommand.js.map +0 -1
- package/dist/es/commands/RevokeIpRulesCommand.js +0 -40
- package/dist/es/commands/RevokeIpRulesCommand.js.map +0 -1
- package/dist/es/commands/StartWorkspacesCommand.js +0 -40
- package/dist/es/commands/StartWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/StopWorkspacesCommand.js +0 -40
- package/dist/es/commands/StopWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/TerminateWorkspacesCommand.js +0 -40
- package/dist/es/commands/TerminateWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/UpdateConnectionAliasPermissionCommand.js +0 -40
- package/dist/es/commands/UpdateConnectionAliasPermissionCommand.js.map +0 -1
- package/dist/es/commands/UpdateRulesOfIpGroupCommand.js +0 -40
- package/dist/es/commands/UpdateRulesOfIpGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateWorkspaceBundleCommand.js +0 -40
- package/dist/es/commands/UpdateWorkspaceBundleCommand.js.map +0 -1
- package/dist/es/commands/UpdateWorkspaceImagePermissionCommand.js +0 -40
- package/dist/es/commands/UpdateWorkspaceImagePermissionCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -61
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -765
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/DescribeWorkspaceBundlesPaginator.js +0 -74
- package/dist/es/pagination/DescribeWorkspaceBundlesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeWorkspaceDirectoriesPaginator.js +0 -74
- package/dist/es/pagination/DescribeWorkspaceDirectoriesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeWorkspacesPaginator.js +0 -75
- package/dist/es/pagination/DescribeWorkspacesPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js +0 -6189
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/WorkSpaces.d.ts +0 -621
- package/dist/types/WorkSpacesClient.d.ts +0 -187
- package/dist/types/commands/AssociateConnectionAliasCommand.d.ts +0 -42
- package/dist/types/commands/AssociateIpGroupsCommand.d.ts +0 -35
- package/dist/types/commands/AuthorizeIpRulesCommand.d.ts +0 -37
- package/dist/types/commands/CopyWorkspaceImageCommand.d.ts +0 -51
- package/dist/types/commands/CreateConnectionAliasCommand.d.ts +0 -37
- package/dist/types/commands/CreateIpGroupCommand.d.ts +0 -44
- package/dist/types/commands/CreateTagsCommand.d.ts +0 -35
- package/dist/types/commands/CreateWorkspaceBundleCommand.d.ts +0 -37
- package/dist/types/commands/CreateWorkspacesCommand.d.ts +0 -36
- package/dist/types/commands/DeleteConnectionAliasCommand.d.ts +0 -52
- package/dist/types/commands/DeleteIpGroupCommand.d.ts +0 -36
- package/dist/types/commands/DeleteTagsCommand.d.ts +0 -35
- package/dist/types/commands/DeleteWorkspaceBundleCommand.d.ts +0 -37
- package/dist/types/commands/DeleteWorkspaceImageCommand.d.ts +0 -37
- package/dist/types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +0 -51
- package/dist/types/commands/DescribeAccountCommand.d.ts +0 -36
- package/dist/types/commands/DescribeAccountModificationsCommand.d.ts +0 -36
- package/dist/types/commands/DescribeClientPropertiesCommand.d.ts +0 -35
- package/dist/types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +0 -37
- package/dist/types/commands/DescribeConnectionAliasesCommand.d.ts +0 -37
- package/dist/types/commands/DescribeIpGroupsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeTagsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeWorkspaceBundlesCommand.d.ts +0 -36
- package/dist/types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +0 -36
- package/dist/types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +0 -36
- package/dist/types/commands/DescribeWorkspaceImagesCommand.d.ts +0 -36
- package/dist/types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeWorkspacesCommand.d.ts +0 -37
- package/dist/types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateConnectionAliasCommand.d.ts +0 -43
- package/dist/types/commands/DisassociateIpGroupsCommand.d.ts +0 -35
- package/dist/types/commands/ImportWorkspaceImageCommand.d.ts +0 -39
- package/dist/types/commands/ListAvailableManagementCidrRangesCommand.d.ts +0 -43
- package/dist/types/commands/MigrateWorkspaceCommand.d.ts +0 -43
- package/dist/types/commands/ModifyAccountCommand.d.ts +0 -36
- package/dist/types/commands/ModifyClientPropertiesCommand.d.ts +0 -35
- package/dist/types/commands/ModifySelfservicePermissionsCommand.d.ts +0 -36
- package/dist/types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +0 -37
- package/dist/types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +0 -35
- package/dist/types/commands/ModifyWorkspacePropertiesCommand.d.ts +0 -39
- package/dist/types/commands/ModifyWorkspaceStateCommand.d.ts +0 -40
- package/dist/types/commands/RebootWorkspacesCommand.d.ts +0 -38
- package/dist/types/commands/RebuildWorkspacesCommand.d.ts +0 -42
- package/dist/types/commands/RegisterWorkspaceDirectoryCommand.d.ts +0 -39
- package/dist/types/commands/RestoreWorkspaceCommand.d.ts +0 -42
- package/dist/types/commands/RevokeIpRulesCommand.d.ts +0 -35
- package/dist/types/commands/StartWorkspacesCommand.d.ts +0 -37
- package/dist/types/commands/StopWorkspacesCommand.d.ts +0 -38
- package/dist/types/commands/TerminateWorkspacesCommand.d.ts +0 -64
- package/dist/types/commands/UpdateConnectionAliasPermissionCommand.d.ts +0 -54
- package/dist/types/commands/UpdateRulesOfIpGroupCommand.d.ts +0 -36
- package/dist/types/commands/UpdateWorkspaceBundleCommand.d.ts +0 -43
- package/dist/types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +0 -63
- package/dist/types/index.d.ts +0 -60
- package/dist/types/models/models_0.d.ts +0 -2989
- package/dist/types/pagination/DescribeWorkspaceBundlesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeWorkspacesPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -161
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/WorkSpaces.d.ts +0 -621
- package/dist/types/ts3.4/WorkSpacesClient.d.ts +0 -187
- package/dist/types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateIpGroupCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/CreateTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateWorkspacesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/DeleteIpGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/DescribeAccountCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ModifyAccountCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/RebootWorkspacesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/RevokeIpRulesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartWorkspacesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/StopWorkspacesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +0 -64
- package/dist/types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +0 -63
- package/dist/types/ts3.4/index.d.ts +0 -60
- package/dist/types/ts3.4/models/models_0.d.ts +0 -2989
- package/dist/types/ts3.4/pagination/DescribeWorkspaceBundlesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeWorkspacesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -161
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/endpoints.ts +0 -72
- package/index.ts +0 -60
- package/models/models_0.ts +0 -3795
- package/pagination/DescribeWorkspaceBundlesPaginator.ts +0 -57
- package/pagination/DescribeWorkspaceDirectoriesPaginator.ts +0 -57
- package/pagination/DescribeWorkspacesPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/protocols/Aws_json1_1.ts +0 -7448
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
|
@@ -1,2989 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
/**
|
|
3
|
-
* <p>The user is not authorized to access a resource.</p>
|
|
4
|
-
*/
|
|
5
|
-
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
6
|
-
name: "AccessDeniedException";
|
|
7
|
-
$fault: "client";
|
|
8
|
-
message?: string;
|
|
9
|
-
}
|
|
10
|
-
export declare namespace AccessDeniedException {
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
|
-
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
15
|
-
}
|
|
16
|
-
export declare enum AccessPropertyValue {
|
|
17
|
-
ALLOW = "ALLOW",
|
|
18
|
-
DENY = "DENY"
|
|
19
|
-
}
|
|
20
|
-
export declare enum DedicatedTenancySupportResultEnum {
|
|
21
|
-
DISABLED = "DISABLED",
|
|
22
|
-
ENABLED = "ENABLED"
|
|
23
|
-
}
|
|
24
|
-
export declare enum DedicatedTenancyModificationStateEnum {
|
|
25
|
-
COMPLETED = "COMPLETED",
|
|
26
|
-
FAILED = "FAILED",
|
|
27
|
-
PENDING = "PENDING"
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* <p>Describes a modification to the configuration of Bring Your Own License (BYOL) for the
|
|
31
|
-
* specified account. </p>
|
|
32
|
-
*/
|
|
33
|
-
export interface AccountModification {
|
|
34
|
-
/**
|
|
35
|
-
* <p>The state of the modification to the configuration of BYOL.</p>
|
|
36
|
-
*/
|
|
37
|
-
ModificationState?: DedicatedTenancyModificationStateEnum | string;
|
|
38
|
-
/**
|
|
39
|
-
* <p>The status of BYOL (whether BYOL is being enabled or disabled).</p>
|
|
40
|
-
*/
|
|
41
|
-
DedicatedTenancySupport?: DedicatedTenancySupportResultEnum | string;
|
|
42
|
-
/**
|
|
43
|
-
* <p>The IP address range, specified as an IPv4 CIDR block, for the management network
|
|
44
|
-
* interface used for the account.</p>
|
|
45
|
-
*/
|
|
46
|
-
DedicatedTenancyManagementCidrRange?: string;
|
|
47
|
-
/**
|
|
48
|
-
* <p>The timestamp when the modification of the BYOL configuration was started.</p>
|
|
49
|
-
*/
|
|
50
|
-
StartTime?: Date;
|
|
51
|
-
/**
|
|
52
|
-
* <p>The error code that is returned if the configuration of BYOL cannot be modified.</p>
|
|
53
|
-
*/
|
|
54
|
-
ErrorCode?: string;
|
|
55
|
-
/**
|
|
56
|
-
* <p>The text of the error message that is returned if the configuration of BYOL cannot be
|
|
57
|
-
* modified.</p>
|
|
58
|
-
*/
|
|
59
|
-
ErrorMessage?: string;
|
|
60
|
-
}
|
|
61
|
-
export declare namespace AccountModification {
|
|
62
|
-
/**
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
65
|
-
const filterSensitiveLog: (obj: AccountModification) => any;
|
|
66
|
-
}
|
|
67
|
-
export declare enum Application {
|
|
68
|
-
Microsoft_Office_2016 = "Microsoft_Office_2016",
|
|
69
|
-
Microsoft_Office_2019 = "Microsoft_Office_2019"
|
|
70
|
-
}
|
|
71
|
-
export interface AssociateConnectionAliasRequest {
|
|
72
|
-
/**
|
|
73
|
-
* <p>The identifier of the connection alias.</p>
|
|
74
|
-
*/
|
|
75
|
-
AliasId: string | undefined;
|
|
76
|
-
/**
|
|
77
|
-
* <p>The identifier of the directory to associate the connection alias with.</p>
|
|
78
|
-
*/
|
|
79
|
-
ResourceId: string | undefined;
|
|
80
|
-
}
|
|
81
|
-
export declare namespace AssociateConnectionAliasRequest {
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
const filterSensitiveLog: (obj: AssociateConnectionAliasRequest) => any;
|
|
86
|
-
}
|
|
87
|
-
export interface AssociateConnectionAliasResult {
|
|
88
|
-
/**
|
|
89
|
-
* <p>The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when
|
|
90
|
-
* you're configuring your DNS routing policies. </p>
|
|
91
|
-
*/
|
|
92
|
-
ConnectionIdentifier?: string;
|
|
93
|
-
}
|
|
94
|
-
export declare namespace AssociateConnectionAliasResult {
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
const filterSensitiveLog: (obj: AssociateConnectionAliasResult) => any;
|
|
99
|
-
}
|
|
100
|
-
/**
|
|
101
|
-
* <p>One or more parameter values are not valid.</p>
|
|
102
|
-
*/
|
|
103
|
-
export interface InvalidParameterValuesException extends __SmithyException, $MetadataBearer {
|
|
104
|
-
name: "InvalidParameterValuesException";
|
|
105
|
-
$fault: "client";
|
|
106
|
-
/**
|
|
107
|
-
* <p>The exception error message.</p>
|
|
108
|
-
*/
|
|
109
|
-
message?: string;
|
|
110
|
-
}
|
|
111
|
-
export declare namespace InvalidParameterValuesException {
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
const filterSensitiveLog: (obj: InvalidParameterValuesException) => any;
|
|
116
|
-
}
|
|
117
|
-
/**
|
|
118
|
-
* <p>The state of the resource is not valid for this operation.</p>
|
|
119
|
-
*/
|
|
120
|
-
export interface InvalidResourceStateException extends __SmithyException, $MetadataBearer {
|
|
121
|
-
name: "InvalidResourceStateException";
|
|
122
|
-
$fault: "client";
|
|
123
|
-
message?: string;
|
|
124
|
-
}
|
|
125
|
-
export declare namespace InvalidResourceStateException {
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
const filterSensitiveLog: (obj: InvalidResourceStateException) => any;
|
|
130
|
-
}
|
|
131
|
-
/**
|
|
132
|
-
* <p>This operation is not supported.</p>
|
|
133
|
-
*/
|
|
134
|
-
export interface OperationNotSupportedException extends __SmithyException, $MetadataBearer {
|
|
135
|
-
name: "OperationNotSupportedException";
|
|
136
|
-
$fault: "client";
|
|
137
|
-
message?: string;
|
|
138
|
-
}
|
|
139
|
-
export declare namespace OperationNotSupportedException {
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
|
-
const filterSensitiveLog: (obj: OperationNotSupportedException) => any;
|
|
144
|
-
}
|
|
145
|
-
/**
|
|
146
|
-
* <p>The resource is associated with a directory.</p>
|
|
147
|
-
*/
|
|
148
|
-
export interface ResourceAssociatedException extends __SmithyException, $MetadataBearer {
|
|
149
|
-
name: "ResourceAssociatedException";
|
|
150
|
-
$fault: "client";
|
|
151
|
-
message?: string;
|
|
152
|
-
}
|
|
153
|
-
export declare namespace ResourceAssociatedException {
|
|
154
|
-
/**
|
|
155
|
-
* @internal
|
|
156
|
-
*/
|
|
157
|
-
const filterSensitiveLog: (obj: ResourceAssociatedException) => any;
|
|
158
|
-
}
|
|
159
|
-
/**
|
|
160
|
-
* <p>The resource could not be found.</p>
|
|
161
|
-
*/
|
|
162
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
163
|
-
name: "ResourceNotFoundException";
|
|
164
|
-
$fault: "client";
|
|
165
|
-
/**
|
|
166
|
-
* <p>The resource could not be found.</p>
|
|
167
|
-
*/
|
|
168
|
-
message?: string;
|
|
169
|
-
/**
|
|
170
|
-
* <p>The ID of the resource that could not be found.</p>
|
|
171
|
-
*/
|
|
172
|
-
ResourceId?: string;
|
|
173
|
-
}
|
|
174
|
-
export declare namespace ResourceNotFoundException {
|
|
175
|
-
/**
|
|
176
|
-
* @internal
|
|
177
|
-
*/
|
|
178
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
179
|
-
}
|
|
180
|
-
export interface AssociateIpGroupsRequest {
|
|
181
|
-
/**
|
|
182
|
-
* <p>The identifier of the directory.</p>
|
|
183
|
-
*/
|
|
184
|
-
DirectoryId: string | undefined;
|
|
185
|
-
/**
|
|
186
|
-
* <p>The identifiers of one or more IP access control groups.</p>
|
|
187
|
-
*/
|
|
188
|
-
GroupIds: string[] | undefined;
|
|
189
|
-
}
|
|
190
|
-
export declare namespace AssociateIpGroupsRequest {
|
|
191
|
-
/**
|
|
192
|
-
* @internal
|
|
193
|
-
*/
|
|
194
|
-
const filterSensitiveLog: (obj: AssociateIpGroupsRequest) => any;
|
|
195
|
-
}
|
|
196
|
-
export interface AssociateIpGroupsResult {
|
|
197
|
-
}
|
|
198
|
-
export declare namespace AssociateIpGroupsResult {
|
|
199
|
-
/**
|
|
200
|
-
* @internal
|
|
201
|
-
*/
|
|
202
|
-
const filterSensitiveLog: (obj: AssociateIpGroupsResult) => any;
|
|
203
|
-
}
|
|
204
|
-
/**
|
|
205
|
-
* <p>Your resource limits have been exceeded.</p>
|
|
206
|
-
*/
|
|
207
|
-
export interface ResourceLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
208
|
-
name: "ResourceLimitExceededException";
|
|
209
|
-
$fault: "client";
|
|
210
|
-
/**
|
|
211
|
-
* <p>The exception error message.</p>
|
|
212
|
-
*/
|
|
213
|
-
message?: string;
|
|
214
|
-
}
|
|
215
|
-
export declare namespace ResourceLimitExceededException {
|
|
216
|
-
/**
|
|
217
|
-
* @internal
|
|
218
|
-
*/
|
|
219
|
-
const filterSensitiveLog: (obj: ResourceLimitExceededException) => any;
|
|
220
|
-
}
|
|
221
|
-
export declare enum AssociationStatus {
|
|
222
|
-
ASSOCIATED_WITH_OWNER_ACCOUNT = "ASSOCIATED_WITH_OWNER_ACCOUNT",
|
|
223
|
-
ASSOCIATED_WITH_SHARED_ACCOUNT = "ASSOCIATED_WITH_SHARED_ACCOUNT",
|
|
224
|
-
NOT_ASSOCIATED = "NOT_ASSOCIATED",
|
|
225
|
-
PENDING_ASSOCIATION = "PENDING_ASSOCIATION",
|
|
226
|
-
PENDING_DISASSOCIATION = "PENDING_DISASSOCIATION"
|
|
227
|
-
}
|
|
228
|
-
/**
|
|
229
|
-
* <p>Describes a rule for an IP access control group.</p>
|
|
230
|
-
*/
|
|
231
|
-
export interface IpRuleItem {
|
|
232
|
-
/**
|
|
233
|
-
* <p>The IP address range, in CIDR notation.</p>
|
|
234
|
-
*/
|
|
235
|
-
ipRule?: string;
|
|
236
|
-
/**
|
|
237
|
-
* <p>The description.</p>
|
|
238
|
-
*/
|
|
239
|
-
ruleDesc?: string;
|
|
240
|
-
}
|
|
241
|
-
export declare namespace IpRuleItem {
|
|
242
|
-
/**
|
|
243
|
-
* @internal
|
|
244
|
-
*/
|
|
245
|
-
const filterSensitiveLog: (obj: IpRuleItem) => any;
|
|
246
|
-
}
|
|
247
|
-
export interface AuthorizeIpRulesRequest {
|
|
248
|
-
/**
|
|
249
|
-
* <p>The identifier of the group.</p>
|
|
250
|
-
*/
|
|
251
|
-
GroupId: string | undefined;
|
|
252
|
-
/**
|
|
253
|
-
* <p>The rules to add to the group.</p>
|
|
254
|
-
*/
|
|
255
|
-
UserRules: IpRuleItem[] | undefined;
|
|
256
|
-
}
|
|
257
|
-
export declare namespace AuthorizeIpRulesRequest {
|
|
258
|
-
/**
|
|
259
|
-
* @internal
|
|
260
|
-
*/
|
|
261
|
-
const filterSensitiveLog: (obj: AuthorizeIpRulesRequest) => any;
|
|
262
|
-
}
|
|
263
|
-
export interface AuthorizeIpRulesResult {
|
|
264
|
-
}
|
|
265
|
-
export declare namespace AuthorizeIpRulesResult {
|
|
266
|
-
/**
|
|
267
|
-
* @internal
|
|
268
|
-
*/
|
|
269
|
-
const filterSensitiveLog: (obj: AuthorizeIpRulesResult) => any;
|
|
270
|
-
}
|
|
271
|
-
export declare enum Compute {
|
|
272
|
-
GRAPHICS = "GRAPHICS",
|
|
273
|
-
GRAPHICSPRO = "GRAPHICSPRO",
|
|
274
|
-
PERFORMANCE = "PERFORMANCE",
|
|
275
|
-
POWER = "POWER",
|
|
276
|
-
POWERPRO = "POWERPRO",
|
|
277
|
-
STANDARD = "STANDARD",
|
|
278
|
-
VALUE = "VALUE"
|
|
279
|
-
}
|
|
280
|
-
/**
|
|
281
|
-
* <p>Describes the compute type of the bundle.</p>
|
|
282
|
-
*/
|
|
283
|
-
export interface ComputeType {
|
|
284
|
-
/**
|
|
285
|
-
* <p>The compute type.</p>
|
|
286
|
-
*/
|
|
287
|
-
Name?: Compute | string;
|
|
288
|
-
}
|
|
289
|
-
export declare namespace ComputeType {
|
|
290
|
-
/**
|
|
291
|
-
* @internal
|
|
292
|
-
*/
|
|
293
|
-
const filterSensitiveLog: (obj: ComputeType) => any;
|
|
294
|
-
}
|
|
295
|
-
/**
|
|
296
|
-
* <p>Describes the root volume for a WorkSpace bundle.</p>
|
|
297
|
-
*/
|
|
298
|
-
export interface RootStorage {
|
|
299
|
-
/**
|
|
300
|
-
* <p>The size of the root volume.</p>
|
|
301
|
-
*/
|
|
302
|
-
Capacity?: string;
|
|
303
|
-
}
|
|
304
|
-
export declare namespace RootStorage {
|
|
305
|
-
/**
|
|
306
|
-
* @internal
|
|
307
|
-
*/
|
|
308
|
-
const filterSensitiveLog: (obj: RootStorage) => any;
|
|
309
|
-
}
|
|
310
|
-
/**
|
|
311
|
-
* <p>Describes the user volume for a WorkSpace bundle.</p>
|
|
312
|
-
*/
|
|
313
|
-
export interface UserStorage {
|
|
314
|
-
/**
|
|
315
|
-
* <p>The size of the user volume.</p>
|
|
316
|
-
*/
|
|
317
|
-
Capacity?: string;
|
|
318
|
-
}
|
|
319
|
-
export declare namespace UserStorage {
|
|
320
|
-
/**
|
|
321
|
-
* @internal
|
|
322
|
-
*/
|
|
323
|
-
const filterSensitiveLog: (obj: UserStorage) => any;
|
|
324
|
-
}
|
|
325
|
-
/**
|
|
326
|
-
* <p>Describes a WorkSpace bundle.</p>
|
|
327
|
-
*/
|
|
328
|
-
export interface WorkspaceBundle {
|
|
329
|
-
/**
|
|
330
|
-
* <p>The identifier of the bundle.</p>
|
|
331
|
-
*/
|
|
332
|
-
BundleId?: string;
|
|
333
|
-
/**
|
|
334
|
-
* <p>The name of the bundle.</p>
|
|
335
|
-
*/
|
|
336
|
-
Name?: string;
|
|
337
|
-
/**
|
|
338
|
-
* <p>The owner of the bundle. This is the account identifier of the owner, or
|
|
339
|
-
* <code>AMAZON</code> if the bundle is provided by AWS.</p>
|
|
340
|
-
*/
|
|
341
|
-
Owner?: string;
|
|
342
|
-
/**
|
|
343
|
-
* <p>The description of the bundle.</p>
|
|
344
|
-
*/
|
|
345
|
-
Description?: string;
|
|
346
|
-
/**
|
|
347
|
-
* <p>The identifier of the image that was used to create the bundle.</p>
|
|
348
|
-
*/
|
|
349
|
-
ImageId?: string;
|
|
350
|
-
/**
|
|
351
|
-
* <p>The size of the root volume.</p>
|
|
352
|
-
*/
|
|
353
|
-
RootStorage?: RootStorage;
|
|
354
|
-
/**
|
|
355
|
-
* <p>The size of the user volume.</p>
|
|
356
|
-
*/
|
|
357
|
-
UserStorage?: UserStorage;
|
|
358
|
-
/**
|
|
359
|
-
* <p>The compute type of the bundle. For more information, see
|
|
360
|
-
* <a href="http://aws.amazon.com/workspaces/details/#Amazon_WorkSpaces_Bundles">Amazon WorkSpaces Bundles</a>.</p>
|
|
361
|
-
*/
|
|
362
|
-
ComputeType?: ComputeType;
|
|
363
|
-
/**
|
|
364
|
-
* <p>The last time that the bundle was updated.</p>
|
|
365
|
-
*/
|
|
366
|
-
LastUpdatedTime?: Date;
|
|
367
|
-
/**
|
|
368
|
-
* <p>The time when the bundle was created.</p>
|
|
369
|
-
*/
|
|
370
|
-
CreationTime?: Date;
|
|
371
|
-
}
|
|
372
|
-
export declare namespace WorkspaceBundle {
|
|
373
|
-
/**
|
|
374
|
-
* @internal
|
|
375
|
-
*/
|
|
376
|
-
const filterSensitiveLog: (obj: WorkspaceBundle) => any;
|
|
377
|
-
}
|
|
378
|
-
export declare enum ReconnectEnum {
|
|
379
|
-
DISABLED = "DISABLED",
|
|
380
|
-
ENABLED = "ENABLED"
|
|
381
|
-
}
|
|
382
|
-
/**
|
|
383
|
-
* <p>Describes an Amazon WorkSpaces client.</p>
|
|
384
|
-
*/
|
|
385
|
-
export interface ClientProperties {
|
|
386
|
-
/**
|
|
387
|
-
* <p>Specifies whether users can cache their credentials on the Amazon WorkSpaces client.
|
|
388
|
-
* When enabled, users can choose to reconnect to their WorkSpaces without re-entering their
|
|
389
|
-
* credentials. </p>
|
|
390
|
-
*/
|
|
391
|
-
ReconnectEnabled?: ReconnectEnum | string;
|
|
392
|
-
}
|
|
393
|
-
export declare namespace ClientProperties {
|
|
394
|
-
/**
|
|
395
|
-
* @internal
|
|
396
|
-
*/
|
|
397
|
-
const filterSensitiveLog: (obj: ClientProperties) => any;
|
|
398
|
-
}
|
|
399
|
-
/**
|
|
400
|
-
* <p>Information about the Amazon WorkSpaces client.</p>
|
|
401
|
-
*/
|
|
402
|
-
export interface ClientPropertiesResult {
|
|
403
|
-
/**
|
|
404
|
-
* <p>The resource identifier, in the form of a directory ID.</p>
|
|
405
|
-
*/
|
|
406
|
-
ResourceId?: string;
|
|
407
|
-
/**
|
|
408
|
-
* <p>Information about the Amazon WorkSpaces client.</p>
|
|
409
|
-
*/
|
|
410
|
-
ClientProperties?: ClientProperties;
|
|
411
|
-
}
|
|
412
|
-
export declare namespace ClientPropertiesResult {
|
|
413
|
-
/**
|
|
414
|
-
* @internal
|
|
415
|
-
*/
|
|
416
|
-
const filterSensitiveLog: (obj: ClientPropertiesResult) => any;
|
|
417
|
-
}
|
|
418
|
-
/**
|
|
419
|
-
* <p>Describes a connection alias association that is used for cross-Region redirection. For more information, see
|
|
420
|
-
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html">
|
|
421
|
-
* Cross-Region Redirection for Amazon WorkSpaces</a>.</p>
|
|
422
|
-
*/
|
|
423
|
-
export interface ConnectionAliasAssociation {
|
|
424
|
-
/**
|
|
425
|
-
* <p>The association status of the connection alias.</p>
|
|
426
|
-
*/
|
|
427
|
-
AssociationStatus?: AssociationStatus | string;
|
|
428
|
-
/**
|
|
429
|
-
* <p>The identifier of the AWS account that associated the connection alias with a directory.</p>
|
|
430
|
-
*/
|
|
431
|
-
AssociatedAccountId?: string;
|
|
432
|
-
/**
|
|
433
|
-
* <p>The identifier of the directory associated with a connection alias.</p>
|
|
434
|
-
*/
|
|
435
|
-
ResourceId?: string;
|
|
436
|
-
/**
|
|
437
|
-
* <p>The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when
|
|
438
|
-
* you're configuring your DNS routing policies.</p>
|
|
439
|
-
*/
|
|
440
|
-
ConnectionIdentifier?: string;
|
|
441
|
-
}
|
|
442
|
-
export declare namespace ConnectionAliasAssociation {
|
|
443
|
-
/**
|
|
444
|
-
* @internal
|
|
445
|
-
*/
|
|
446
|
-
const filterSensitiveLog: (obj: ConnectionAliasAssociation) => any;
|
|
447
|
-
}
|
|
448
|
-
export declare enum ConnectionAliasState {
|
|
449
|
-
CREATED = "CREATED",
|
|
450
|
-
CREATING = "CREATING",
|
|
451
|
-
DELETING = "DELETING"
|
|
452
|
-
}
|
|
453
|
-
/**
|
|
454
|
-
* <p>Describes a connection alias. Connection aliases are used for cross-Region redirection. For more information,
|
|
455
|
-
* see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html">
|
|
456
|
-
* Cross-Region Redirection for Amazon WorkSpaces</a>.</p>
|
|
457
|
-
*/
|
|
458
|
-
export interface ConnectionAlias {
|
|
459
|
-
/**
|
|
460
|
-
* <p>The connection string specified for the connection alias. The connection string must be in the form of
|
|
461
|
-
* a fully qualified domain name (FQDN), such as <code>www.example.com</code>.</p>
|
|
462
|
-
*/
|
|
463
|
-
ConnectionString?: string;
|
|
464
|
-
/**
|
|
465
|
-
* <p>The identifier of the connection alias.</p>
|
|
466
|
-
*/
|
|
467
|
-
AliasId?: string;
|
|
468
|
-
/**
|
|
469
|
-
* <p>The current state of the connection alias.</p>
|
|
470
|
-
*/
|
|
471
|
-
State?: ConnectionAliasState | string;
|
|
472
|
-
/**
|
|
473
|
-
* <p>The identifier of the AWS account that owns the connection alias.</p>
|
|
474
|
-
*/
|
|
475
|
-
OwnerAccountId?: string;
|
|
476
|
-
/**
|
|
477
|
-
* <p>The association status of the connection alias.</p>
|
|
478
|
-
*/
|
|
479
|
-
Associations?: ConnectionAliasAssociation[];
|
|
480
|
-
}
|
|
481
|
-
export declare namespace ConnectionAlias {
|
|
482
|
-
/**
|
|
483
|
-
* @internal
|
|
484
|
-
*/
|
|
485
|
-
const filterSensitiveLog: (obj: ConnectionAlias) => any;
|
|
486
|
-
}
|
|
487
|
-
/**
|
|
488
|
-
* <p>Describes the permissions for a connection alias. Connection aliases are used for cross-Region redirection.
|
|
489
|
-
* For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html">
|
|
490
|
-
* Cross-Region Redirection for Amazon WorkSpaces</a>.</p>
|
|
491
|
-
*/
|
|
492
|
-
export interface ConnectionAliasPermission {
|
|
493
|
-
/**
|
|
494
|
-
* <p>The identifier of the AWS account that the connection alias is shared with.</p>
|
|
495
|
-
*/
|
|
496
|
-
SharedAccountId: string | undefined;
|
|
497
|
-
/**
|
|
498
|
-
* <p>Indicates whether the specified AWS account is allowed to associate the connection alias with a directory.</p>
|
|
499
|
-
*/
|
|
500
|
-
AllowAssociation: boolean | undefined;
|
|
501
|
-
}
|
|
502
|
-
export declare namespace ConnectionAliasPermission {
|
|
503
|
-
/**
|
|
504
|
-
* @internal
|
|
505
|
-
*/
|
|
506
|
-
const filterSensitiveLog: (obj: ConnectionAliasPermission) => any;
|
|
507
|
-
}
|
|
508
|
-
export declare enum ConnectionState {
|
|
509
|
-
CONNECTED = "CONNECTED",
|
|
510
|
-
DISCONNECTED = "DISCONNECTED",
|
|
511
|
-
UNKNOWN = "UNKNOWN"
|
|
512
|
-
}
|
|
513
|
-
/**
|
|
514
|
-
* <p>Describes a tag.</p>
|
|
515
|
-
*/
|
|
516
|
-
export interface Tag {
|
|
517
|
-
/**
|
|
518
|
-
* <p>The key of the tag.</p>
|
|
519
|
-
*/
|
|
520
|
-
Key: string | undefined;
|
|
521
|
-
/**
|
|
522
|
-
* <p>The value of the tag.</p>
|
|
523
|
-
*/
|
|
524
|
-
Value?: string;
|
|
525
|
-
}
|
|
526
|
-
export declare namespace Tag {
|
|
527
|
-
/**
|
|
528
|
-
* @internal
|
|
529
|
-
*/
|
|
530
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
531
|
-
}
|
|
532
|
-
export interface CopyWorkspaceImageRequest {
|
|
533
|
-
/**
|
|
534
|
-
* <p>The name of the image.</p>
|
|
535
|
-
*/
|
|
536
|
-
Name: string | undefined;
|
|
537
|
-
/**
|
|
538
|
-
* <p>A description of the image.</p>
|
|
539
|
-
*/
|
|
540
|
-
Description?: string;
|
|
541
|
-
/**
|
|
542
|
-
* <p>The identifier of the source image.</p>
|
|
543
|
-
*/
|
|
544
|
-
SourceImageId: string | undefined;
|
|
545
|
-
/**
|
|
546
|
-
* <p>The identifier of the source Region.</p>
|
|
547
|
-
*/
|
|
548
|
-
SourceRegion: string | undefined;
|
|
549
|
-
/**
|
|
550
|
-
* <p>The tags for the image.</p>
|
|
551
|
-
*/
|
|
552
|
-
Tags?: Tag[];
|
|
553
|
-
}
|
|
554
|
-
export declare namespace CopyWorkspaceImageRequest {
|
|
555
|
-
/**
|
|
556
|
-
* @internal
|
|
557
|
-
*/
|
|
558
|
-
const filterSensitiveLog: (obj: CopyWorkspaceImageRequest) => any;
|
|
559
|
-
}
|
|
560
|
-
export interface CopyWorkspaceImageResult {
|
|
561
|
-
/**
|
|
562
|
-
* <p>The identifier of the image.</p>
|
|
563
|
-
*/
|
|
564
|
-
ImageId?: string;
|
|
565
|
-
}
|
|
566
|
-
export declare namespace CopyWorkspaceImageResult {
|
|
567
|
-
/**
|
|
568
|
-
* @internal
|
|
569
|
-
*/
|
|
570
|
-
const filterSensitiveLog: (obj: CopyWorkspaceImageResult) => any;
|
|
571
|
-
}
|
|
572
|
-
/**
|
|
573
|
-
* <p>The specified resource already exists.</p>
|
|
574
|
-
*/
|
|
575
|
-
export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
576
|
-
name: "ResourceAlreadyExistsException";
|
|
577
|
-
$fault: "client";
|
|
578
|
-
message?: string;
|
|
579
|
-
}
|
|
580
|
-
export declare namespace ResourceAlreadyExistsException {
|
|
581
|
-
/**
|
|
582
|
-
* @internal
|
|
583
|
-
*/
|
|
584
|
-
const filterSensitiveLog: (obj: ResourceAlreadyExistsException) => any;
|
|
585
|
-
}
|
|
586
|
-
/**
|
|
587
|
-
* <p>The specified resource is not available.</p>
|
|
588
|
-
*/
|
|
589
|
-
export interface ResourceUnavailableException extends __SmithyException, $MetadataBearer {
|
|
590
|
-
name: "ResourceUnavailableException";
|
|
591
|
-
$fault: "client";
|
|
592
|
-
/**
|
|
593
|
-
* <p>The exception error message.</p>
|
|
594
|
-
*/
|
|
595
|
-
message?: string;
|
|
596
|
-
/**
|
|
597
|
-
* <p>The identifier of the resource that is not available.</p>
|
|
598
|
-
*/
|
|
599
|
-
ResourceId?: string;
|
|
600
|
-
}
|
|
601
|
-
export declare namespace ResourceUnavailableException {
|
|
602
|
-
/**
|
|
603
|
-
* @internal
|
|
604
|
-
*/
|
|
605
|
-
const filterSensitiveLog: (obj: ResourceUnavailableException) => any;
|
|
606
|
-
}
|
|
607
|
-
export interface CreateConnectionAliasRequest {
|
|
608
|
-
/**
|
|
609
|
-
* <p>A connection string in the form of a fully qualified domain name (FQDN), such as <code>www.example.com</code>.</p>
|
|
610
|
-
*
|
|
611
|
-
* <important>
|
|
612
|
-
* <p>After you create a connection string, it is always associated to your AWS account. You cannot recreate the same
|
|
613
|
-
* connection string with a different account, even if you delete all instances of it from the original account. The
|
|
614
|
-
* connection string is globally reserved for your account.</p>
|
|
615
|
-
* </important>
|
|
616
|
-
*/
|
|
617
|
-
ConnectionString: string | undefined;
|
|
618
|
-
/**
|
|
619
|
-
* <p>The tags to associate with the connection alias.</p>
|
|
620
|
-
*/
|
|
621
|
-
Tags?: Tag[];
|
|
622
|
-
}
|
|
623
|
-
export declare namespace CreateConnectionAliasRequest {
|
|
624
|
-
/**
|
|
625
|
-
* @internal
|
|
626
|
-
*/
|
|
627
|
-
const filterSensitiveLog: (obj: CreateConnectionAliasRequest) => any;
|
|
628
|
-
}
|
|
629
|
-
export interface CreateConnectionAliasResult {
|
|
630
|
-
/**
|
|
631
|
-
* <p>The identifier of the connection alias.</p>
|
|
632
|
-
*/
|
|
633
|
-
AliasId?: string;
|
|
634
|
-
}
|
|
635
|
-
export declare namespace CreateConnectionAliasResult {
|
|
636
|
-
/**
|
|
637
|
-
* @internal
|
|
638
|
-
*/
|
|
639
|
-
const filterSensitiveLog: (obj: CreateConnectionAliasResult) => any;
|
|
640
|
-
}
|
|
641
|
-
export interface CreateIpGroupRequest {
|
|
642
|
-
/**
|
|
643
|
-
* <p>The name of the group.</p>
|
|
644
|
-
*/
|
|
645
|
-
GroupName: string | undefined;
|
|
646
|
-
/**
|
|
647
|
-
* <p>The description of the group.</p>
|
|
648
|
-
*/
|
|
649
|
-
GroupDesc?: string;
|
|
650
|
-
/**
|
|
651
|
-
* <p>The rules to add to the group.</p>
|
|
652
|
-
*/
|
|
653
|
-
UserRules?: IpRuleItem[];
|
|
654
|
-
/**
|
|
655
|
-
* <p>The tags. Each WorkSpaces resource can have a maximum of 50 tags.</p>
|
|
656
|
-
*/
|
|
657
|
-
Tags?: Tag[];
|
|
658
|
-
}
|
|
659
|
-
export declare namespace CreateIpGroupRequest {
|
|
660
|
-
/**
|
|
661
|
-
* @internal
|
|
662
|
-
*/
|
|
663
|
-
const filterSensitiveLog: (obj: CreateIpGroupRequest) => any;
|
|
664
|
-
}
|
|
665
|
-
export interface CreateIpGroupResult {
|
|
666
|
-
/**
|
|
667
|
-
* <p>The identifier of the group.</p>
|
|
668
|
-
*/
|
|
669
|
-
GroupId?: string;
|
|
670
|
-
}
|
|
671
|
-
export declare namespace CreateIpGroupResult {
|
|
672
|
-
/**
|
|
673
|
-
* @internal
|
|
674
|
-
*/
|
|
675
|
-
const filterSensitiveLog: (obj: CreateIpGroupResult) => any;
|
|
676
|
-
}
|
|
677
|
-
/**
|
|
678
|
-
* <p>The resource could not be created.</p>
|
|
679
|
-
*/
|
|
680
|
-
export interface ResourceCreationFailedException extends __SmithyException, $MetadataBearer {
|
|
681
|
-
name: "ResourceCreationFailedException";
|
|
682
|
-
$fault: "client";
|
|
683
|
-
message?: string;
|
|
684
|
-
}
|
|
685
|
-
export declare namespace ResourceCreationFailedException {
|
|
686
|
-
/**
|
|
687
|
-
* @internal
|
|
688
|
-
*/
|
|
689
|
-
const filterSensitiveLog: (obj: ResourceCreationFailedException) => any;
|
|
690
|
-
}
|
|
691
|
-
export interface CreateTagsRequest {
|
|
692
|
-
/**
|
|
693
|
-
* <p>The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces,
|
|
694
|
-
* registered directories, images, custom bundles, IP access control groups, and connection aliases.</p>
|
|
695
|
-
*/
|
|
696
|
-
ResourceId: string | undefined;
|
|
697
|
-
/**
|
|
698
|
-
* <p>The tags. Each WorkSpaces resource can have a maximum of 50 tags.</p>
|
|
699
|
-
*/
|
|
700
|
-
Tags: Tag[] | undefined;
|
|
701
|
-
}
|
|
702
|
-
export declare namespace CreateTagsRequest {
|
|
703
|
-
/**
|
|
704
|
-
* @internal
|
|
705
|
-
*/
|
|
706
|
-
const filterSensitiveLog: (obj: CreateTagsRequest) => any;
|
|
707
|
-
}
|
|
708
|
-
export interface CreateTagsResult {
|
|
709
|
-
}
|
|
710
|
-
export declare namespace CreateTagsResult {
|
|
711
|
-
/**
|
|
712
|
-
* @internal
|
|
713
|
-
*/
|
|
714
|
-
const filterSensitiveLog: (obj: CreateTagsResult) => any;
|
|
715
|
-
}
|
|
716
|
-
export interface CreateWorkspaceBundleRequest {
|
|
717
|
-
/**
|
|
718
|
-
* <p>The name of the bundle.</p>
|
|
719
|
-
*/
|
|
720
|
-
BundleName: string | undefined;
|
|
721
|
-
/**
|
|
722
|
-
* <p>The description of the bundle.</p>
|
|
723
|
-
*/
|
|
724
|
-
BundleDescription: string | undefined;
|
|
725
|
-
/**
|
|
726
|
-
* <p>The identifier of the image that is used to create the bundle.</p>
|
|
727
|
-
*/
|
|
728
|
-
ImageId: string | undefined;
|
|
729
|
-
/**
|
|
730
|
-
* <p>Describes the compute type of the bundle.</p>
|
|
731
|
-
*/
|
|
732
|
-
ComputeType: ComputeType | undefined;
|
|
733
|
-
/**
|
|
734
|
-
* <p>Describes the user volume for a WorkSpace bundle.</p>
|
|
735
|
-
*/
|
|
736
|
-
UserStorage: UserStorage | undefined;
|
|
737
|
-
/**
|
|
738
|
-
* <p>Describes the root volume for a WorkSpace bundle.</p>
|
|
739
|
-
*/
|
|
740
|
-
RootStorage?: RootStorage;
|
|
741
|
-
/**
|
|
742
|
-
* <p>The tags associated with the bundle.</p>
|
|
743
|
-
*
|
|
744
|
-
* <note>
|
|
745
|
-
* <p>To add tags at the same time when you're creating the bundle, you must create an IAM policy that
|
|
746
|
-
* grants your IAM user permissions to use <code>workspaces:CreateTags</code>. </p>
|
|
747
|
-
* </note>
|
|
748
|
-
*/
|
|
749
|
-
Tags?: Tag[];
|
|
750
|
-
}
|
|
751
|
-
export declare namespace CreateWorkspaceBundleRequest {
|
|
752
|
-
/**
|
|
753
|
-
* @internal
|
|
754
|
-
*/
|
|
755
|
-
const filterSensitiveLog: (obj: CreateWorkspaceBundleRequest) => any;
|
|
756
|
-
}
|
|
757
|
-
export interface CreateWorkspaceBundleResult {
|
|
758
|
-
/**
|
|
759
|
-
* <p>Describes a WorkSpace bundle.</p>
|
|
760
|
-
*/
|
|
761
|
-
WorkspaceBundle?: WorkspaceBundle;
|
|
762
|
-
}
|
|
763
|
-
export declare namespace CreateWorkspaceBundleResult {
|
|
764
|
-
/**
|
|
765
|
-
* @internal
|
|
766
|
-
*/
|
|
767
|
-
const filterSensitiveLog: (obj: CreateWorkspaceBundleResult) => any;
|
|
768
|
-
}
|
|
769
|
-
export declare enum RunningMode {
|
|
770
|
-
ALWAYS_ON = "ALWAYS_ON",
|
|
771
|
-
AUTO_STOP = "AUTO_STOP"
|
|
772
|
-
}
|
|
773
|
-
/**
|
|
774
|
-
* <p>Describes a WorkSpace.</p>
|
|
775
|
-
*/
|
|
776
|
-
export interface WorkspaceProperties {
|
|
777
|
-
/**
|
|
778
|
-
* <p>The running mode. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/running-mode.html">Manage the WorkSpace Running
|
|
779
|
-
* Mode</a>.</p>
|
|
780
|
-
*/
|
|
781
|
-
RunningMode?: RunningMode | string;
|
|
782
|
-
/**
|
|
783
|
-
* <p>The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60-minute intervals.</p>
|
|
784
|
-
*/
|
|
785
|
-
RunningModeAutoStopTimeoutInMinutes?: number;
|
|
786
|
-
/**
|
|
787
|
-
* <p>The size of the root volume. For important information about how to modify the size of the root and user volumes, see
|
|
788
|
-
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/modify-workspaces.html">Modify a WorkSpace</a>.</p>
|
|
789
|
-
*/
|
|
790
|
-
RootVolumeSizeGib?: number;
|
|
791
|
-
/**
|
|
792
|
-
* <p>The size of the user storage. For important information about how to modify the size of the root and user volumes, see
|
|
793
|
-
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/modify-workspaces.html">Modify a WorkSpace</a>.</p>
|
|
794
|
-
*/
|
|
795
|
-
UserVolumeSizeGib?: number;
|
|
796
|
-
/**
|
|
797
|
-
* <p>The compute type. For more information, see <a href="http://aws.amazon.com/workspaces/details/#Amazon_WorkSpaces_Bundles">Amazon WorkSpaces
|
|
798
|
-
* Bundles</a>.</p>
|
|
799
|
-
*/
|
|
800
|
-
ComputeTypeName?: Compute | string;
|
|
801
|
-
}
|
|
802
|
-
export declare namespace WorkspaceProperties {
|
|
803
|
-
/**
|
|
804
|
-
* @internal
|
|
805
|
-
*/
|
|
806
|
-
const filterSensitiveLog: (obj: WorkspaceProperties) => any;
|
|
807
|
-
}
|
|
808
|
-
/**
|
|
809
|
-
* <p>Describes the information used to create a WorkSpace.</p>
|
|
810
|
-
*/
|
|
811
|
-
export interface WorkspaceRequest {
|
|
812
|
-
/**
|
|
813
|
-
* <p>The identifier of the AWS Directory Service directory for the WorkSpace. You can use
|
|
814
|
-
* <a>DescribeWorkspaceDirectories</a> to list the available directories.</p>
|
|
815
|
-
*/
|
|
816
|
-
DirectoryId: string | undefined;
|
|
817
|
-
/**
|
|
818
|
-
* <p>The user name of the user for the WorkSpace. This user name must exist in the AWS
|
|
819
|
-
* Directory Service directory for the WorkSpace.</p>
|
|
820
|
-
*/
|
|
821
|
-
UserName: string | undefined;
|
|
822
|
-
/**
|
|
823
|
-
* <p>The identifier of the bundle for the WorkSpace. You can use <a>DescribeWorkspaceBundles</a> to list the available bundles.</p>
|
|
824
|
-
*/
|
|
825
|
-
BundleId: string | undefined;
|
|
826
|
-
/**
|
|
827
|
-
* <p>The symmetric AWS KMS customer master key (CMK) used to encrypt data stored on your WorkSpace.
|
|
828
|
-
* Amazon WorkSpaces does not support asymmetric CMKs.</p>
|
|
829
|
-
*/
|
|
830
|
-
VolumeEncryptionKey?: string;
|
|
831
|
-
/**
|
|
832
|
-
* <p>Indicates whether the data stored on the user volume is encrypted.</p>
|
|
833
|
-
*/
|
|
834
|
-
UserVolumeEncryptionEnabled?: boolean;
|
|
835
|
-
/**
|
|
836
|
-
* <p>Indicates whether the data stored on the root volume is encrypted.</p>
|
|
837
|
-
*/
|
|
838
|
-
RootVolumeEncryptionEnabled?: boolean;
|
|
839
|
-
/**
|
|
840
|
-
* <p>The WorkSpace properties.</p>
|
|
841
|
-
*/
|
|
842
|
-
WorkspaceProperties?: WorkspaceProperties;
|
|
843
|
-
/**
|
|
844
|
-
* <p>The tags for the WorkSpace.</p>
|
|
845
|
-
*/
|
|
846
|
-
Tags?: Tag[];
|
|
847
|
-
}
|
|
848
|
-
export declare namespace WorkspaceRequest {
|
|
849
|
-
/**
|
|
850
|
-
* @internal
|
|
851
|
-
*/
|
|
852
|
-
const filterSensitiveLog: (obj: WorkspaceRequest) => any;
|
|
853
|
-
}
|
|
854
|
-
export interface CreateWorkspacesRequest {
|
|
855
|
-
/**
|
|
856
|
-
* <p>The WorkSpaces to create. You can specify up to 25 WorkSpaces.</p>
|
|
857
|
-
*/
|
|
858
|
-
Workspaces: WorkspaceRequest[] | undefined;
|
|
859
|
-
}
|
|
860
|
-
export declare namespace CreateWorkspacesRequest {
|
|
861
|
-
/**
|
|
862
|
-
* @internal
|
|
863
|
-
*/
|
|
864
|
-
const filterSensitiveLog: (obj: CreateWorkspacesRequest) => any;
|
|
865
|
-
}
|
|
866
|
-
/**
|
|
867
|
-
* <p>Describes a WorkSpace that cannot be created.</p>
|
|
868
|
-
*/
|
|
869
|
-
export interface FailedCreateWorkspaceRequest {
|
|
870
|
-
/**
|
|
871
|
-
* <p>Information about the WorkSpace.</p>
|
|
872
|
-
*/
|
|
873
|
-
WorkspaceRequest?: WorkspaceRequest;
|
|
874
|
-
/**
|
|
875
|
-
* <p>The error code that is returned if the WorkSpace cannot be created.</p>
|
|
876
|
-
*/
|
|
877
|
-
ErrorCode?: string;
|
|
878
|
-
/**
|
|
879
|
-
* <p>The text of the error message that is returned if the WorkSpace cannot be
|
|
880
|
-
* created.</p>
|
|
881
|
-
*/
|
|
882
|
-
ErrorMessage?: string;
|
|
883
|
-
}
|
|
884
|
-
export declare namespace FailedCreateWorkspaceRequest {
|
|
885
|
-
/**
|
|
886
|
-
* @internal
|
|
887
|
-
*/
|
|
888
|
-
const filterSensitiveLog: (obj: FailedCreateWorkspaceRequest) => any;
|
|
889
|
-
}
|
|
890
|
-
export declare enum ModificationResourceEnum {
|
|
891
|
-
COMPUTE_TYPE = "COMPUTE_TYPE",
|
|
892
|
-
ROOT_VOLUME = "ROOT_VOLUME",
|
|
893
|
-
USER_VOLUME = "USER_VOLUME"
|
|
894
|
-
}
|
|
895
|
-
export declare enum ModificationStateEnum {
|
|
896
|
-
UPDATE_INITIATED = "UPDATE_INITIATED",
|
|
897
|
-
UPDATE_IN_PROGRESS = "UPDATE_IN_PROGRESS"
|
|
898
|
-
}
|
|
899
|
-
/**
|
|
900
|
-
* <p>Describes a WorkSpace modification.</p>
|
|
901
|
-
*/
|
|
902
|
-
export interface ModificationState {
|
|
903
|
-
/**
|
|
904
|
-
* <p>The resource.</p>
|
|
905
|
-
*/
|
|
906
|
-
Resource?: ModificationResourceEnum | string;
|
|
907
|
-
/**
|
|
908
|
-
* <p>The modification state.</p>
|
|
909
|
-
*/
|
|
910
|
-
State?: ModificationStateEnum | string;
|
|
911
|
-
}
|
|
912
|
-
export declare namespace ModificationState {
|
|
913
|
-
/**
|
|
914
|
-
* @internal
|
|
915
|
-
*/
|
|
916
|
-
const filterSensitiveLog: (obj: ModificationState) => any;
|
|
917
|
-
}
|
|
918
|
-
export declare enum WorkspaceState {
|
|
919
|
-
ADMIN_MAINTENANCE = "ADMIN_MAINTENANCE",
|
|
920
|
-
AVAILABLE = "AVAILABLE",
|
|
921
|
-
ERROR = "ERROR",
|
|
922
|
-
IMPAIRED = "IMPAIRED",
|
|
923
|
-
MAINTENANCE = "MAINTENANCE",
|
|
924
|
-
PENDING = "PENDING",
|
|
925
|
-
REBOOTING = "REBOOTING",
|
|
926
|
-
REBUILDING = "REBUILDING",
|
|
927
|
-
RESTORING = "RESTORING",
|
|
928
|
-
STARTING = "STARTING",
|
|
929
|
-
STOPPED = "STOPPED",
|
|
930
|
-
STOPPING = "STOPPING",
|
|
931
|
-
SUSPENDED = "SUSPENDED",
|
|
932
|
-
TERMINATED = "TERMINATED",
|
|
933
|
-
TERMINATING = "TERMINATING",
|
|
934
|
-
UNHEALTHY = "UNHEALTHY",
|
|
935
|
-
UPDATING = "UPDATING"
|
|
936
|
-
}
|
|
937
|
-
/**
|
|
938
|
-
* <p>Describes a WorkSpace.</p>
|
|
939
|
-
*/
|
|
940
|
-
export interface Workspace {
|
|
941
|
-
/**
|
|
942
|
-
* <p>The identifier of the WorkSpace.</p>
|
|
943
|
-
*/
|
|
944
|
-
WorkspaceId?: string;
|
|
945
|
-
/**
|
|
946
|
-
* <p>The identifier of the AWS Directory Service directory for the WorkSpace.</p>
|
|
947
|
-
*/
|
|
948
|
-
DirectoryId?: string;
|
|
949
|
-
/**
|
|
950
|
-
* <p>The user for the WorkSpace.</p>
|
|
951
|
-
*/
|
|
952
|
-
UserName?: string;
|
|
953
|
-
/**
|
|
954
|
-
* <p>The IP address of the WorkSpace.</p>
|
|
955
|
-
*/
|
|
956
|
-
IpAddress?: string;
|
|
957
|
-
/**
|
|
958
|
-
* <p>The operational state of the WorkSpace.</p>
|
|
959
|
-
*
|
|
960
|
-
* <note>
|
|
961
|
-
* <p>After a WorkSpace is terminated, the <code>TERMINATED</code> state is returned
|
|
962
|
-
* only briefly before the WorkSpace directory metadata is cleaned up, so this state is rarely
|
|
963
|
-
* returned. To confirm that a WorkSpace is terminated, check for the WorkSpace ID by using
|
|
964
|
-
* <a href="https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaces.html">
|
|
965
|
-
* DescribeWorkSpaces</a>. If the WorkSpace ID isn't returned, then the WorkSpace has
|
|
966
|
-
* been successfully terminated.</p>
|
|
967
|
-
* </note>
|
|
968
|
-
*/
|
|
969
|
-
State?: WorkspaceState | string;
|
|
970
|
-
/**
|
|
971
|
-
* <p>The identifier of the bundle used to create the WorkSpace.</p>
|
|
972
|
-
*/
|
|
973
|
-
BundleId?: string;
|
|
974
|
-
/**
|
|
975
|
-
* <p>The identifier of the subnet for the WorkSpace.</p>
|
|
976
|
-
*/
|
|
977
|
-
SubnetId?: string;
|
|
978
|
-
/**
|
|
979
|
-
* <p>The text of the error message that is returned if the WorkSpace cannot be
|
|
980
|
-
* created.</p>
|
|
981
|
-
*/
|
|
982
|
-
ErrorMessage?: string;
|
|
983
|
-
/**
|
|
984
|
-
* <p>The error code that is returned if the WorkSpace cannot be created.</p>
|
|
985
|
-
*/
|
|
986
|
-
ErrorCode?: string;
|
|
987
|
-
/**
|
|
988
|
-
* <p>The name of the WorkSpace, as seen by the operating system. The format of this name varies.
|
|
989
|
-
* For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/launch-workspaces-tutorials.html">
|
|
990
|
-
* Launch a WorkSpace</a>. </p>
|
|
991
|
-
*/
|
|
992
|
-
ComputerName?: string;
|
|
993
|
-
/**
|
|
994
|
-
* <p>The symmetric AWS KMS customer master key (CMK) used to encrypt data stored on your WorkSpace.
|
|
995
|
-
* Amazon WorkSpaces does not support asymmetric CMKs.</p>
|
|
996
|
-
*/
|
|
997
|
-
VolumeEncryptionKey?: string;
|
|
998
|
-
/**
|
|
999
|
-
* <p>Indicates whether the data stored on the user volume is encrypted.</p>
|
|
1000
|
-
*/
|
|
1001
|
-
UserVolumeEncryptionEnabled?: boolean;
|
|
1002
|
-
/**
|
|
1003
|
-
* <p>Indicates whether the data stored on the root volume is encrypted.</p>
|
|
1004
|
-
*/
|
|
1005
|
-
RootVolumeEncryptionEnabled?: boolean;
|
|
1006
|
-
/**
|
|
1007
|
-
* <p>The properties of the WorkSpace.</p>
|
|
1008
|
-
*/
|
|
1009
|
-
WorkspaceProperties?: WorkspaceProperties;
|
|
1010
|
-
/**
|
|
1011
|
-
* <p>The modification states of the WorkSpace.</p>
|
|
1012
|
-
*/
|
|
1013
|
-
ModificationStates?: ModificationState[];
|
|
1014
|
-
}
|
|
1015
|
-
export declare namespace Workspace {
|
|
1016
|
-
/**
|
|
1017
|
-
* @internal
|
|
1018
|
-
*/
|
|
1019
|
-
const filterSensitiveLog: (obj: Workspace) => any;
|
|
1020
|
-
}
|
|
1021
|
-
export interface CreateWorkspacesResult {
|
|
1022
|
-
/**
|
|
1023
|
-
* <p>Information about the WorkSpaces that could not be created.</p>
|
|
1024
|
-
*/
|
|
1025
|
-
FailedRequests?: FailedCreateWorkspaceRequest[];
|
|
1026
|
-
/**
|
|
1027
|
-
* <p>Information about the WorkSpaces that were created.</p>
|
|
1028
|
-
* <p>Because this operation is asynchronous, the identifier returned is not immediately
|
|
1029
|
-
* available for use with other operations. For example, if you call <a>DescribeWorkspaces</a> before the WorkSpace is created, the information returned
|
|
1030
|
-
* can be incomplete.</p>
|
|
1031
|
-
*/
|
|
1032
|
-
PendingRequests?: Workspace[];
|
|
1033
|
-
}
|
|
1034
|
-
export declare namespace CreateWorkspacesResult {
|
|
1035
|
-
/**
|
|
1036
|
-
* @internal
|
|
1037
|
-
*/
|
|
1038
|
-
const filterSensitiveLog: (obj: CreateWorkspacesResult) => any;
|
|
1039
|
-
}
|
|
1040
|
-
export declare enum DedicatedTenancySupportEnum {
|
|
1041
|
-
ENABLED = "ENABLED"
|
|
1042
|
-
}
|
|
1043
|
-
/**
|
|
1044
|
-
* <p>Describes the default values that are used to create WorkSpaces. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html">Update Directory Details for Your WorkSpaces</a>.</p>
|
|
1045
|
-
*/
|
|
1046
|
-
export interface DefaultWorkspaceCreationProperties {
|
|
1047
|
-
/**
|
|
1048
|
-
* <p>Specifies whether the directory is enabled for Amazon WorkDocs.</p>
|
|
1049
|
-
*/
|
|
1050
|
-
EnableWorkDocs?: boolean;
|
|
1051
|
-
/**
|
|
1052
|
-
* <p>Specifies whether to automatically assign an Elastic public IP address to WorkSpaces in this directory by default.
|
|
1053
|
-
* If enabled, the Elastic public IP address allows outbound internet access from your WorkSpaces when you’re using an
|
|
1054
|
-
* internet gateway in the Amazon VPC in which your WorkSpaces are located. If you're using a Network Address
|
|
1055
|
-
* Translation (NAT) gateway for outbound internet access from your VPC, or if your WorkSpaces are in public
|
|
1056
|
-
* subnets and you manually assign them Elastic IP addresses, you should disable this setting. This setting
|
|
1057
|
-
* applies to new WorkSpaces that you launch or to existing WorkSpaces that you rebuild. For more information,
|
|
1058
|
-
* see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-vpc.html">
|
|
1059
|
-
* Configure a VPC for Amazon WorkSpaces</a>.</p>
|
|
1060
|
-
*/
|
|
1061
|
-
EnableInternetAccess?: boolean;
|
|
1062
|
-
/**
|
|
1063
|
-
* <p>The organizational unit (OU) in the directory for the WorkSpace machine accounts.</p>
|
|
1064
|
-
*/
|
|
1065
|
-
DefaultOu?: string;
|
|
1066
|
-
/**
|
|
1067
|
-
* <p>The identifier of the default security group to apply to WorkSpaces when they are created.
|
|
1068
|
-
* For more information, see
|
|
1069
|
-
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-security-groups.html">
|
|
1070
|
-
* Security Groups for Your WorkSpaces</a>.</p>
|
|
1071
|
-
*/
|
|
1072
|
-
CustomSecurityGroupId?: string;
|
|
1073
|
-
/**
|
|
1074
|
-
* <p>Specifies whether WorkSpace users are local administrators on their WorkSpaces.</p>
|
|
1075
|
-
*/
|
|
1076
|
-
UserEnabledAsLocalAdministrator?: boolean;
|
|
1077
|
-
/**
|
|
1078
|
-
* <p>Specifies whether maintenance mode is enabled for WorkSpaces. For more information, see
|
|
1079
|
-
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/workspace-maintenance.html">WorkSpace
|
|
1080
|
-
* Maintenance</a>.</p>
|
|
1081
|
-
*/
|
|
1082
|
-
EnableMaintenanceMode?: boolean;
|
|
1083
|
-
}
|
|
1084
|
-
export declare namespace DefaultWorkspaceCreationProperties {
|
|
1085
|
-
/**
|
|
1086
|
-
* @internal
|
|
1087
|
-
*/
|
|
1088
|
-
const filterSensitiveLog: (obj: DefaultWorkspaceCreationProperties) => any;
|
|
1089
|
-
}
|
|
1090
|
-
export interface DeleteConnectionAliasRequest {
|
|
1091
|
-
/**
|
|
1092
|
-
* <p>The identifier of the connection alias to delete.</p>
|
|
1093
|
-
*/
|
|
1094
|
-
AliasId: string | undefined;
|
|
1095
|
-
}
|
|
1096
|
-
export declare namespace DeleteConnectionAliasRequest {
|
|
1097
|
-
/**
|
|
1098
|
-
* @internal
|
|
1099
|
-
*/
|
|
1100
|
-
const filterSensitiveLog: (obj: DeleteConnectionAliasRequest) => any;
|
|
1101
|
-
}
|
|
1102
|
-
export interface DeleteConnectionAliasResult {
|
|
1103
|
-
}
|
|
1104
|
-
export declare namespace DeleteConnectionAliasResult {
|
|
1105
|
-
/**
|
|
1106
|
-
* @internal
|
|
1107
|
-
*/
|
|
1108
|
-
const filterSensitiveLog: (obj: DeleteConnectionAliasResult) => any;
|
|
1109
|
-
}
|
|
1110
|
-
export interface DeleteIpGroupRequest {
|
|
1111
|
-
/**
|
|
1112
|
-
* <p>The identifier of the IP access control group.</p>
|
|
1113
|
-
*/
|
|
1114
|
-
GroupId: string | undefined;
|
|
1115
|
-
}
|
|
1116
|
-
export declare namespace DeleteIpGroupRequest {
|
|
1117
|
-
/**
|
|
1118
|
-
* @internal
|
|
1119
|
-
*/
|
|
1120
|
-
const filterSensitiveLog: (obj: DeleteIpGroupRequest) => any;
|
|
1121
|
-
}
|
|
1122
|
-
export interface DeleteIpGroupResult {
|
|
1123
|
-
}
|
|
1124
|
-
export declare namespace DeleteIpGroupResult {
|
|
1125
|
-
/**
|
|
1126
|
-
* @internal
|
|
1127
|
-
*/
|
|
1128
|
-
const filterSensitiveLog: (obj: DeleteIpGroupResult) => any;
|
|
1129
|
-
}
|
|
1130
|
-
export interface DeleteTagsRequest {
|
|
1131
|
-
/**
|
|
1132
|
-
* <p>The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces,
|
|
1133
|
-
* registered directories, images, custom bundles, IP access control groups, and connection aliases.</p>
|
|
1134
|
-
*/
|
|
1135
|
-
ResourceId: string | undefined;
|
|
1136
|
-
/**
|
|
1137
|
-
* <p>The tag keys.</p>
|
|
1138
|
-
*/
|
|
1139
|
-
TagKeys: string[] | undefined;
|
|
1140
|
-
}
|
|
1141
|
-
export declare namespace DeleteTagsRequest {
|
|
1142
|
-
/**
|
|
1143
|
-
* @internal
|
|
1144
|
-
*/
|
|
1145
|
-
const filterSensitiveLog: (obj: DeleteTagsRequest) => any;
|
|
1146
|
-
}
|
|
1147
|
-
export interface DeleteTagsResult {
|
|
1148
|
-
}
|
|
1149
|
-
export declare namespace DeleteTagsResult {
|
|
1150
|
-
/**
|
|
1151
|
-
* @internal
|
|
1152
|
-
*/
|
|
1153
|
-
const filterSensitiveLog: (obj: DeleteTagsResult) => any;
|
|
1154
|
-
}
|
|
1155
|
-
export interface DeleteWorkspaceBundleRequest {
|
|
1156
|
-
/**
|
|
1157
|
-
* <p>The identifier of the bundle.</p>
|
|
1158
|
-
*/
|
|
1159
|
-
BundleId?: string;
|
|
1160
|
-
}
|
|
1161
|
-
export declare namespace DeleteWorkspaceBundleRequest {
|
|
1162
|
-
/**
|
|
1163
|
-
* @internal
|
|
1164
|
-
*/
|
|
1165
|
-
const filterSensitiveLog: (obj: DeleteWorkspaceBundleRequest) => any;
|
|
1166
|
-
}
|
|
1167
|
-
export interface DeleteWorkspaceBundleResult {
|
|
1168
|
-
}
|
|
1169
|
-
export declare namespace DeleteWorkspaceBundleResult {
|
|
1170
|
-
/**
|
|
1171
|
-
* @internal
|
|
1172
|
-
*/
|
|
1173
|
-
const filterSensitiveLog: (obj: DeleteWorkspaceBundleResult) => any;
|
|
1174
|
-
}
|
|
1175
|
-
export interface DeleteWorkspaceImageRequest {
|
|
1176
|
-
/**
|
|
1177
|
-
* <p>The identifier of the image.</p>
|
|
1178
|
-
*/
|
|
1179
|
-
ImageId: string | undefined;
|
|
1180
|
-
}
|
|
1181
|
-
export declare namespace DeleteWorkspaceImageRequest {
|
|
1182
|
-
/**
|
|
1183
|
-
* @internal
|
|
1184
|
-
*/
|
|
1185
|
-
const filterSensitiveLog: (obj: DeleteWorkspaceImageRequest) => any;
|
|
1186
|
-
}
|
|
1187
|
-
export interface DeleteWorkspaceImageResult {
|
|
1188
|
-
}
|
|
1189
|
-
export declare namespace DeleteWorkspaceImageResult {
|
|
1190
|
-
/**
|
|
1191
|
-
* @internal
|
|
1192
|
-
*/
|
|
1193
|
-
const filterSensitiveLog: (obj: DeleteWorkspaceImageResult) => any;
|
|
1194
|
-
}
|
|
1195
|
-
export interface DeregisterWorkspaceDirectoryRequest {
|
|
1196
|
-
/**
|
|
1197
|
-
* <p>The identifier of the directory. If any WorkSpaces are registered to this directory, you must
|
|
1198
|
-
* remove them before you deregister the directory, or you will receive an OperationNotSupportedException
|
|
1199
|
-
* error.</p>
|
|
1200
|
-
*/
|
|
1201
|
-
DirectoryId: string | undefined;
|
|
1202
|
-
}
|
|
1203
|
-
export declare namespace DeregisterWorkspaceDirectoryRequest {
|
|
1204
|
-
/**
|
|
1205
|
-
* @internal
|
|
1206
|
-
*/
|
|
1207
|
-
const filterSensitiveLog: (obj: DeregisterWorkspaceDirectoryRequest) => any;
|
|
1208
|
-
}
|
|
1209
|
-
export interface DeregisterWorkspaceDirectoryResult {
|
|
1210
|
-
}
|
|
1211
|
-
export declare namespace DeregisterWorkspaceDirectoryResult {
|
|
1212
|
-
/**
|
|
1213
|
-
* @internal
|
|
1214
|
-
*/
|
|
1215
|
-
const filterSensitiveLog: (obj: DeregisterWorkspaceDirectoryResult) => any;
|
|
1216
|
-
}
|
|
1217
|
-
export interface DescribeAccountRequest {
|
|
1218
|
-
}
|
|
1219
|
-
export declare namespace DescribeAccountRequest {
|
|
1220
|
-
/**
|
|
1221
|
-
* @internal
|
|
1222
|
-
*/
|
|
1223
|
-
const filterSensitiveLog: (obj: DescribeAccountRequest) => any;
|
|
1224
|
-
}
|
|
1225
|
-
export interface DescribeAccountResult {
|
|
1226
|
-
/**
|
|
1227
|
-
* <p>The status of BYOL (whether BYOL is enabled or disabled).</p>
|
|
1228
|
-
*/
|
|
1229
|
-
DedicatedTenancySupport?: DedicatedTenancySupportResultEnum | string;
|
|
1230
|
-
/**
|
|
1231
|
-
* <p>The IP address range, specified as an IPv4 CIDR block, used for the management network
|
|
1232
|
-
* interface.</p>
|
|
1233
|
-
* <p>The management network interface is connected to a secure Amazon WorkSpaces management
|
|
1234
|
-
* network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces
|
|
1235
|
-
* clients, and to allow Amazon WorkSpaces to manage the WorkSpace.</p>
|
|
1236
|
-
*/
|
|
1237
|
-
DedicatedTenancyManagementCidrRange?: string;
|
|
1238
|
-
}
|
|
1239
|
-
export declare namespace DescribeAccountResult {
|
|
1240
|
-
/**
|
|
1241
|
-
* @internal
|
|
1242
|
-
*/
|
|
1243
|
-
const filterSensitiveLog: (obj: DescribeAccountResult) => any;
|
|
1244
|
-
}
|
|
1245
|
-
export interface DescribeAccountModificationsRequest {
|
|
1246
|
-
/**
|
|
1247
|
-
* <p>If you received a <code>NextToken</code> from a previous call that was paginated,
|
|
1248
|
-
* provide this token to receive the next set of results.</p>
|
|
1249
|
-
*/
|
|
1250
|
-
NextToken?: string;
|
|
1251
|
-
}
|
|
1252
|
-
export declare namespace DescribeAccountModificationsRequest {
|
|
1253
|
-
/**
|
|
1254
|
-
* @internal
|
|
1255
|
-
*/
|
|
1256
|
-
const filterSensitiveLog: (obj: DescribeAccountModificationsRequest) => any;
|
|
1257
|
-
}
|
|
1258
|
-
export interface DescribeAccountModificationsResult {
|
|
1259
|
-
/**
|
|
1260
|
-
* <p>The list of modifications to the configuration of BYOL.</p>
|
|
1261
|
-
*/
|
|
1262
|
-
AccountModifications?: AccountModification[];
|
|
1263
|
-
/**
|
|
1264
|
-
* <p>The token to use to retrieve the next page of results. This value is null when there
|
|
1265
|
-
* are no more results to return. </p>
|
|
1266
|
-
*/
|
|
1267
|
-
NextToken?: string;
|
|
1268
|
-
}
|
|
1269
|
-
export declare namespace DescribeAccountModificationsResult {
|
|
1270
|
-
/**
|
|
1271
|
-
* @internal
|
|
1272
|
-
*/
|
|
1273
|
-
const filterSensitiveLog: (obj: DescribeAccountModificationsResult) => any;
|
|
1274
|
-
}
|
|
1275
|
-
export interface DescribeClientPropertiesRequest {
|
|
1276
|
-
/**
|
|
1277
|
-
* <p>The resource identifier, in the form of directory IDs.</p>
|
|
1278
|
-
*/
|
|
1279
|
-
ResourceIds: string[] | undefined;
|
|
1280
|
-
}
|
|
1281
|
-
export declare namespace DescribeClientPropertiesRequest {
|
|
1282
|
-
/**
|
|
1283
|
-
* @internal
|
|
1284
|
-
*/
|
|
1285
|
-
const filterSensitiveLog: (obj: DescribeClientPropertiesRequest) => any;
|
|
1286
|
-
}
|
|
1287
|
-
export interface DescribeClientPropertiesResult {
|
|
1288
|
-
/**
|
|
1289
|
-
* <p>Information about the specified Amazon WorkSpaces clients.</p>
|
|
1290
|
-
*/
|
|
1291
|
-
ClientPropertiesList?: ClientPropertiesResult[];
|
|
1292
|
-
}
|
|
1293
|
-
export declare namespace DescribeClientPropertiesResult {
|
|
1294
|
-
/**
|
|
1295
|
-
* @internal
|
|
1296
|
-
*/
|
|
1297
|
-
const filterSensitiveLog: (obj: DescribeClientPropertiesResult) => any;
|
|
1298
|
-
}
|
|
1299
|
-
export interface DescribeConnectionAliasesRequest {
|
|
1300
|
-
/**
|
|
1301
|
-
* <p>The identifiers of the connection aliases to describe.</p>
|
|
1302
|
-
*/
|
|
1303
|
-
AliasIds?: string[];
|
|
1304
|
-
/**
|
|
1305
|
-
* <p>The identifier of the directory associated with the connection alias.</p>
|
|
1306
|
-
*/
|
|
1307
|
-
ResourceId?: string;
|
|
1308
|
-
/**
|
|
1309
|
-
* <p>The maximum number of connection aliases to return.</p>
|
|
1310
|
-
*/
|
|
1311
|
-
Limit?: number;
|
|
1312
|
-
/**
|
|
1313
|
-
* <p>If you received a <code>NextToken</code> from a previous call that was paginated, provide this token to receive the
|
|
1314
|
-
* next set of results. </p>
|
|
1315
|
-
*/
|
|
1316
|
-
NextToken?: string;
|
|
1317
|
-
}
|
|
1318
|
-
export declare namespace DescribeConnectionAliasesRequest {
|
|
1319
|
-
/**
|
|
1320
|
-
* @internal
|
|
1321
|
-
*/
|
|
1322
|
-
const filterSensitiveLog: (obj: DescribeConnectionAliasesRequest) => any;
|
|
1323
|
-
}
|
|
1324
|
-
export interface DescribeConnectionAliasesResult {
|
|
1325
|
-
/**
|
|
1326
|
-
* <p>Information about the specified connection aliases.</p>
|
|
1327
|
-
*/
|
|
1328
|
-
ConnectionAliases?: ConnectionAlias[];
|
|
1329
|
-
/**
|
|
1330
|
-
* <p>The token to use to retrieve the next page of results. This value is null when there are no more results to return. </p>
|
|
1331
|
-
*/
|
|
1332
|
-
NextToken?: string;
|
|
1333
|
-
}
|
|
1334
|
-
export declare namespace DescribeConnectionAliasesResult {
|
|
1335
|
-
/**
|
|
1336
|
-
* @internal
|
|
1337
|
-
*/
|
|
1338
|
-
const filterSensitiveLog: (obj: DescribeConnectionAliasesResult) => any;
|
|
1339
|
-
}
|
|
1340
|
-
export interface DescribeConnectionAliasPermissionsRequest {
|
|
1341
|
-
/**
|
|
1342
|
-
* <p>The identifier of the connection alias.</p>
|
|
1343
|
-
*/
|
|
1344
|
-
AliasId: string | undefined;
|
|
1345
|
-
/**
|
|
1346
|
-
* <p>If you received a <code>NextToken</code> from a previous call that was paginated, provide this token to receive the
|
|
1347
|
-
* next set of results. </p>
|
|
1348
|
-
*/
|
|
1349
|
-
NextToken?: string;
|
|
1350
|
-
/**
|
|
1351
|
-
* <p>The maximum number of results to return.</p>
|
|
1352
|
-
*/
|
|
1353
|
-
MaxResults?: number;
|
|
1354
|
-
}
|
|
1355
|
-
export declare namespace DescribeConnectionAliasPermissionsRequest {
|
|
1356
|
-
/**
|
|
1357
|
-
* @internal
|
|
1358
|
-
*/
|
|
1359
|
-
const filterSensitiveLog: (obj: DescribeConnectionAliasPermissionsRequest) => any;
|
|
1360
|
-
}
|
|
1361
|
-
export interface DescribeConnectionAliasPermissionsResult {
|
|
1362
|
-
/**
|
|
1363
|
-
* <p>The identifier of the connection alias.</p>
|
|
1364
|
-
*/
|
|
1365
|
-
AliasId?: string;
|
|
1366
|
-
/**
|
|
1367
|
-
* <p>The permissions associated with a connection alias.</p>
|
|
1368
|
-
*/
|
|
1369
|
-
ConnectionAliasPermissions?: ConnectionAliasPermission[];
|
|
1370
|
-
/**
|
|
1371
|
-
* <p>The token to use to retrieve the next page of results. This value is null when there are no more results to return. </p>
|
|
1372
|
-
*/
|
|
1373
|
-
NextToken?: string;
|
|
1374
|
-
}
|
|
1375
|
-
export declare namespace DescribeConnectionAliasPermissionsResult {
|
|
1376
|
-
/**
|
|
1377
|
-
* @internal
|
|
1378
|
-
*/
|
|
1379
|
-
const filterSensitiveLog: (obj: DescribeConnectionAliasPermissionsResult) => any;
|
|
1380
|
-
}
|
|
1381
|
-
export interface DescribeIpGroupsRequest {
|
|
1382
|
-
/**
|
|
1383
|
-
* <p>The identifiers of one or more IP access control groups.</p>
|
|
1384
|
-
*/
|
|
1385
|
-
GroupIds?: string[];
|
|
1386
|
-
/**
|
|
1387
|
-
* <p>If you received a <code>NextToken</code> from a previous call that was paginated,
|
|
1388
|
-
* provide this token to receive the next set of results.</p>
|
|
1389
|
-
*/
|
|
1390
|
-
NextToken?: string;
|
|
1391
|
-
/**
|
|
1392
|
-
* <p>The maximum number of items to return.</p>
|
|
1393
|
-
*/
|
|
1394
|
-
MaxResults?: number;
|
|
1395
|
-
}
|
|
1396
|
-
export declare namespace DescribeIpGroupsRequest {
|
|
1397
|
-
/**
|
|
1398
|
-
* @internal
|
|
1399
|
-
*/
|
|
1400
|
-
const filterSensitiveLog: (obj: DescribeIpGroupsRequest) => any;
|
|
1401
|
-
}
|
|
1402
|
-
/**
|
|
1403
|
-
* <p>Describes an IP access control group.</p>
|
|
1404
|
-
*/
|
|
1405
|
-
export interface WorkspacesIpGroup {
|
|
1406
|
-
/**
|
|
1407
|
-
* <p>The identifier of the group.</p>
|
|
1408
|
-
*/
|
|
1409
|
-
groupId?: string;
|
|
1410
|
-
/**
|
|
1411
|
-
* <p>The name of the group.</p>
|
|
1412
|
-
*/
|
|
1413
|
-
groupName?: string;
|
|
1414
|
-
/**
|
|
1415
|
-
* <p>The description of the group.</p>
|
|
1416
|
-
*/
|
|
1417
|
-
groupDesc?: string;
|
|
1418
|
-
/**
|
|
1419
|
-
* <p>The rules.</p>
|
|
1420
|
-
*/
|
|
1421
|
-
userRules?: IpRuleItem[];
|
|
1422
|
-
}
|
|
1423
|
-
export declare namespace WorkspacesIpGroup {
|
|
1424
|
-
/**
|
|
1425
|
-
* @internal
|
|
1426
|
-
*/
|
|
1427
|
-
const filterSensitiveLog: (obj: WorkspacesIpGroup) => any;
|
|
1428
|
-
}
|
|
1429
|
-
export interface DescribeIpGroupsResult {
|
|
1430
|
-
/**
|
|
1431
|
-
* <p>Information about the IP access control groups.</p>
|
|
1432
|
-
*/
|
|
1433
|
-
Result?: WorkspacesIpGroup[];
|
|
1434
|
-
/**
|
|
1435
|
-
* <p>The token to use to retrieve the next page of results. This value is null when there are no more results to return. </p>
|
|
1436
|
-
*/
|
|
1437
|
-
NextToken?: string;
|
|
1438
|
-
}
|
|
1439
|
-
export declare namespace DescribeIpGroupsResult {
|
|
1440
|
-
/**
|
|
1441
|
-
* @internal
|
|
1442
|
-
*/
|
|
1443
|
-
const filterSensitiveLog: (obj: DescribeIpGroupsResult) => any;
|
|
1444
|
-
}
|
|
1445
|
-
export interface DescribeTagsRequest {
|
|
1446
|
-
/**
|
|
1447
|
-
* <p>The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces,
|
|
1448
|
-
* registered directories, images, custom bundles, IP access control groups, and connection aliases.</p>
|
|
1449
|
-
*/
|
|
1450
|
-
ResourceId: string | undefined;
|
|
1451
|
-
}
|
|
1452
|
-
export declare namespace DescribeTagsRequest {
|
|
1453
|
-
/**
|
|
1454
|
-
* @internal
|
|
1455
|
-
*/
|
|
1456
|
-
const filterSensitiveLog: (obj: DescribeTagsRequest) => any;
|
|
1457
|
-
}
|
|
1458
|
-
export interface DescribeTagsResult {
|
|
1459
|
-
/**
|
|
1460
|
-
* <p>The tags.</p>
|
|
1461
|
-
*/
|
|
1462
|
-
TagList?: Tag[];
|
|
1463
|
-
}
|
|
1464
|
-
export declare namespace DescribeTagsResult {
|
|
1465
|
-
/**
|
|
1466
|
-
* @internal
|
|
1467
|
-
*/
|
|
1468
|
-
const filterSensitiveLog: (obj: DescribeTagsResult) => any;
|
|
1469
|
-
}
|
|
1470
|
-
export interface DescribeWorkspaceBundlesRequest {
|
|
1471
|
-
/**
|
|
1472
|
-
* <p>The identifiers of the bundles. You cannot combine this parameter with any other filter.</p>
|
|
1473
|
-
*/
|
|
1474
|
-
BundleIds?: string[];
|
|
1475
|
-
/**
|
|
1476
|
-
* <p>The owner of the bundles. You cannot combine this parameter with any other filter.</p>
|
|
1477
|
-
* <p>To describe the bundles provided by AWS, specify <code>AMAZON</code>. To describe the
|
|
1478
|
-
* bundles that belong to your account, don't specify a value.</p>
|
|
1479
|
-
*/
|
|
1480
|
-
Owner?: string;
|
|
1481
|
-
/**
|
|
1482
|
-
* <p>The token for the next set of results. (You received this token from a previous call.)</p>
|
|
1483
|
-
*/
|
|
1484
|
-
NextToken?: string;
|
|
1485
|
-
}
|
|
1486
|
-
export declare namespace DescribeWorkspaceBundlesRequest {
|
|
1487
|
-
/**
|
|
1488
|
-
* @internal
|
|
1489
|
-
*/
|
|
1490
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceBundlesRequest) => any;
|
|
1491
|
-
}
|
|
1492
|
-
export interface DescribeWorkspaceBundlesResult {
|
|
1493
|
-
/**
|
|
1494
|
-
* <p>Information about the bundles.</p>
|
|
1495
|
-
*/
|
|
1496
|
-
Bundles?: WorkspaceBundle[];
|
|
1497
|
-
/**
|
|
1498
|
-
* <p>The token to use to retrieve the next page of results. This value is null when there are no more
|
|
1499
|
-
* results to return. This token is valid for one day and must be used within that time
|
|
1500
|
-
* frame.</p>
|
|
1501
|
-
*/
|
|
1502
|
-
NextToken?: string;
|
|
1503
|
-
}
|
|
1504
|
-
export declare namespace DescribeWorkspaceBundlesResult {
|
|
1505
|
-
/**
|
|
1506
|
-
* @internal
|
|
1507
|
-
*/
|
|
1508
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceBundlesResult) => any;
|
|
1509
|
-
}
|
|
1510
|
-
export interface DescribeWorkspaceDirectoriesRequest {
|
|
1511
|
-
/**
|
|
1512
|
-
* <p>The identifiers of the directories. If the value is null, all directories are
|
|
1513
|
-
* retrieved.</p>
|
|
1514
|
-
*/
|
|
1515
|
-
DirectoryIds?: string[];
|
|
1516
|
-
/**
|
|
1517
|
-
* <p>The maximum number of directories to return.</p>
|
|
1518
|
-
*/
|
|
1519
|
-
Limit?: number;
|
|
1520
|
-
/**
|
|
1521
|
-
* <p>If you received a <code>NextToken</code> from a previous call that was paginated,
|
|
1522
|
-
* provide this token to receive the next set of results.</p>
|
|
1523
|
-
*/
|
|
1524
|
-
NextToken?: string;
|
|
1525
|
-
}
|
|
1526
|
-
export declare namespace DescribeWorkspaceDirectoriesRequest {
|
|
1527
|
-
/**
|
|
1528
|
-
* @internal
|
|
1529
|
-
*/
|
|
1530
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceDirectoriesRequest) => any;
|
|
1531
|
-
}
|
|
1532
|
-
export declare enum WorkspaceDirectoryType {
|
|
1533
|
-
AD_CONNECTOR = "AD_CONNECTOR",
|
|
1534
|
-
SIMPLE_AD = "SIMPLE_AD"
|
|
1535
|
-
}
|
|
1536
|
-
/**
|
|
1537
|
-
* <p>Describes the self-service permissions for a directory. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/enable-user-self-service-workspace-management.html">Enable Self-Service WorkSpace Management Capabilities for Your Users</a>.</p>
|
|
1538
|
-
*/
|
|
1539
|
-
export interface SelfservicePermissions {
|
|
1540
|
-
/**
|
|
1541
|
-
* <p>Specifies whether users can restart their WorkSpace.</p>
|
|
1542
|
-
*/
|
|
1543
|
-
RestartWorkspace?: ReconnectEnum | string;
|
|
1544
|
-
/**
|
|
1545
|
-
* <p>Specifies whether users can increase the volume size of the drives on their
|
|
1546
|
-
* WorkSpace.</p>
|
|
1547
|
-
*/
|
|
1548
|
-
IncreaseVolumeSize?: ReconnectEnum | string;
|
|
1549
|
-
/**
|
|
1550
|
-
* <p>Specifies whether users can change the compute type (bundle) for their WorkSpace.</p>
|
|
1551
|
-
*/
|
|
1552
|
-
ChangeComputeType?: ReconnectEnum | string;
|
|
1553
|
-
/**
|
|
1554
|
-
* <p>Specifies whether users can switch the running mode of their WorkSpace.</p>
|
|
1555
|
-
*/
|
|
1556
|
-
SwitchRunningMode?: ReconnectEnum | string;
|
|
1557
|
-
/**
|
|
1558
|
-
* <p>Specifies whether users can rebuild the operating system of a WorkSpace to its original
|
|
1559
|
-
* state.</p>
|
|
1560
|
-
*/
|
|
1561
|
-
RebuildWorkspace?: ReconnectEnum | string;
|
|
1562
|
-
}
|
|
1563
|
-
export declare namespace SelfservicePermissions {
|
|
1564
|
-
/**
|
|
1565
|
-
* @internal
|
|
1566
|
-
*/
|
|
1567
|
-
const filterSensitiveLog: (obj: SelfservicePermissions) => any;
|
|
1568
|
-
}
|
|
1569
|
-
export declare enum WorkspaceDirectoryState {
|
|
1570
|
-
DEREGISTERED = "DEREGISTERED",
|
|
1571
|
-
DEREGISTERING = "DEREGISTERING",
|
|
1572
|
-
ERROR = "ERROR",
|
|
1573
|
-
REGISTERED = "REGISTERED",
|
|
1574
|
-
REGISTERING = "REGISTERING"
|
|
1575
|
-
}
|
|
1576
|
-
export declare enum Tenancy {
|
|
1577
|
-
DEDICATED = "DEDICATED",
|
|
1578
|
-
SHARED = "SHARED"
|
|
1579
|
-
}
|
|
1580
|
-
/**
|
|
1581
|
-
* <p>The device types and operating systems that can be used to access a WorkSpace. For more
|
|
1582
|
-
* information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-network-requirements.html">Amazon
|
|
1583
|
-
* WorkSpaces Client Network Requirements</a>.</p>
|
|
1584
|
-
*/
|
|
1585
|
-
export interface WorkspaceAccessProperties {
|
|
1586
|
-
/**
|
|
1587
|
-
* <p>Indicates whether users can use Windows clients to access their WorkSpaces. To restrict
|
|
1588
|
-
* WorkSpaces access to trusted devices (also known as managed devices) with valid
|
|
1589
|
-
* certificates, specify a value of <code>TRUST</code>. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/trusted-devices.html">Restrict
|
|
1590
|
-
* WorkSpaces Access to Trusted Devices</a>. </p>
|
|
1591
|
-
*/
|
|
1592
|
-
DeviceTypeWindows?: AccessPropertyValue | string;
|
|
1593
|
-
/**
|
|
1594
|
-
* <p>Indicates whether users can use macOS clients to access their WorkSpaces. To restrict
|
|
1595
|
-
* WorkSpaces access to trusted devices (also known as managed devices) with valid
|
|
1596
|
-
* certificates, specify a value of <code>TRUST</code>. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/trusted-devices.html">Restrict
|
|
1597
|
-
* WorkSpaces Access to Trusted Devices</a>. </p>
|
|
1598
|
-
*/
|
|
1599
|
-
DeviceTypeOsx?: AccessPropertyValue | string;
|
|
1600
|
-
/**
|
|
1601
|
-
* <p>Indicates whether users can access their WorkSpaces through a web browser.</p>
|
|
1602
|
-
*/
|
|
1603
|
-
DeviceTypeWeb?: AccessPropertyValue | string;
|
|
1604
|
-
/**
|
|
1605
|
-
* <p>Indicates whether users can use iOS devices to access their WorkSpaces.</p>
|
|
1606
|
-
*/
|
|
1607
|
-
DeviceTypeIos?: AccessPropertyValue | string;
|
|
1608
|
-
/**
|
|
1609
|
-
* <p>Indicates whether users can use Android devices to access their WorkSpaces.</p>
|
|
1610
|
-
*/
|
|
1611
|
-
DeviceTypeAndroid?: AccessPropertyValue | string;
|
|
1612
|
-
/**
|
|
1613
|
-
* <p>Indicates whether users can use Chromebooks to access their WorkSpaces.</p>
|
|
1614
|
-
*/
|
|
1615
|
-
DeviceTypeChromeOs?: AccessPropertyValue | string;
|
|
1616
|
-
/**
|
|
1617
|
-
* <p>Indicates whether users can use zero client devices to access their WorkSpaces.</p>
|
|
1618
|
-
*/
|
|
1619
|
-
DeviceTypeZeroClient?: AccessPropertyValue | string;
|
|
1620
|
-
/**
|
|
1621
|
-
* <p>Indicates whether users can use Linux clients to access their WorkSpaces.</p>
|
|
1622
|
-
*/
|
|
1623
|
-
DeviceTypeLinux?: AccessPropertyValue | string;
|
|
1624
|
-
}
|
|
1625
|
-
export declare namespace WorkspaceAccessProperties {
|
|
1626
|
-
/**
|
|
1627
|
-
* @internal
|
|
1628
|
-
*/
|
|
1629
|
-
const filterSensitiveLog: (obj: WorkspaceAccessProperties) => any;
|
|
1630
|
-
}
|
|
1631
|
-
/**
|
|
1632
|
-
* <p>Describes a directory that is used with Amazon WorkSpaces.</p>
|
|
1633
|
-
*/
|
|
1634
|
-
export interface WorkspaceDirectory {
|
|
1635
|
-
/**
|
|
1636
|
-
* <p>The directory identifier.</p>
|
|
1637
|
-
*/
|
|
1638
|
-
DirectoryId?: string;
|
|
1639
|
-
/**
|
|
1640
|
-
* <p>The directory alias.</p>
|
|
1641
|
-
*/
|
|
1642
|
-
Alias?: string;
|
|
1643
|
-
/**
|
|
1644
|
-
* <p>The name of the directory.</p>
|
|
1645
|
-
*/
|
|
1646
|
-
DirectoryName?: string;
|
|
1647
|
-
/**
|
|
1648
|
-
* <p>The registration code for the directory. This is the code that users enter in their
|
|
1649
|
-
* Amazon WorkSpaces client application to connect to the directory.</p>
|
|
1650
|
-
*/
|
|
1651
|
-
RegistrationCode?: string;
|
|
1652
|
-
/**
|
|
1653
|
-
* <p>The identifiers of the subnets used with the directory.</p>
|
|
1654
|
-
*/
|
|
1655
|
-
SubnetIds?: string[];
|
|
1656
|
-
/**
|
|
1657
|
-
* <p>The IP addresses of the DNS servers for the directory.</p>
|
|
1658
|
-
*/
|
|
1659
|
-
DnsIpAddresses?: string[];
|
|
1660
|
-
/**
|
|
1661
|
-
* <p>The user name for the service account.</p>
|
|
1662
|
-
*/
|
|
1663
|
-
CustomerUserName?: string;
|
|
1664
|
-
/**
|
|
1665
|
-
* <p>The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make
|
|
1666
|
-
* calls to other services, such as Amazon EC2, on your behalf.</p>
|
|
1667
|
-
*/
|
|
1668
|
-
IamRoleId?: string;
|
|
1669
|
-
/**
|
|
1670
|
-
* <p>The directory type.</p>
|
|
1671
|
-
*/
|
|
1672
|
-
DirectoryType?: WorkspaceDirectoryType | string;
|
|
1673
|
-
/**
|
|
1674
|
-
* <p>The identifier of the security group that is assigned to new WorkSpaces.</p>
|
|
1675
|
-
*/
|
|
1676
|
-
WorkspaceSecurityGroupId?: string;
|
|
1677
|
-
/**
|
|
1678
|
-
* <p>The state of the directory's registration with Amazon WorkSpaces. After a directory is
|
|
1679
|
-
* deregistered, the <code>DEREGISTERED</code> state is returned very briefly before the directory
|
|
1680
|
-
* metadata is cleaned up, so this state is rarely returned. To confirm that a directory is deregistered,
|
|
1681
|
-
* check for the directory ID by using
|
|
1682
|
-
* <a href="https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaceDirectories.html">
|
|
1683
|
-
* DescribeWorkspaceDirectories</a>. If the directory ID isn't returned, then the directory has been
|
|
1684
|
-
* successfully deregistered.</p>
|
|
1685
|
-
*/
|
|
1686
|
-
State?: WorkspaceDirectoryState | string;
|
|
1687
|
-
/**
|
|
1688
|
-
* <p>The default creation properties for all WorkSpaces in the directory.</p>
|
|
1689
|
-
*/
|
|
1690
|
-
WorkspaceCreationProperties?: DefaultWorkspaceCreationProperties;
|
|
1691
|
-
/**
|
|
1692
|
-
* <p>The identifiers of the IP access control groups associated with the directory.</p>
|
|
1693
|
-
*/
|
|
1694
|
-
ipGroupIds?: string[];
|
|
1695
|
-
/**
|
|
1696
|
-
* <p>The devices and operating systems that users can use to access WorkSpaces.</p>
|
|
1697
|
-
*/
|
|
1698
|
-
WorkspaceAccessProperties?: WorkspaceAccessProperties;
|
|
1699
|
-
/**
|
|
1700
|
-
* <p>Specifies whether the directory is dedicated or shared. To use Bring Your Own License
|
|
1701
|
-
* (BYOL), this value must be set to <code>DEDICATED</code>. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html">Bring
|
|
1702
|
-
* Your Own Windows Desktop Images</a>.</p>
|
|
1703
|
-
*/
|
|
1704
|
-
Tenancy?: Tenancy | string;
|
|
1705
|
-
/**
|
|
1706
|
-
* <p>The default self-service permissions for WorkSpaces in the directory.</p>
|
|
1707
|
-
*/
|
|
1708
|
-
SelfservicePermissions?: SelfservicePermissions;
|
|
1709
|
-
}
|
|
1710
|
-
export declare namespace WorkspaceDirectory {
|
|
1711
|
-
/**
|
|
1712
|
-
* @internal
|
|
1713
|
-
*/
|
|
1714
|
-
const filterSensitiveLog: (obj: WorkspaceDirectory) => any;
|
|
1715
|
-
}
|
|
1716
|
-
export interface DescribeWorkspaceDirectoriesResult {
|
|
1717
|
-
/**
|
|
1718
|
-
* <p>Information about the directories.</p>
|
|
1719
|
-
*/
|
|
1720
|
-
Directories?: WorkspaceDirectory[];
|
|
1721
|
-
/**
|
|
1722
|
-
* <p>The token to use to retrieve the next page of results. This value is null when there are no more results to return. </p>
|
|
1723
|
-
*/
|
|
1724
|
-
NextToken?: string;
|
|
1725
|
-
}
|
|
1726
|
-
export declare namespace DescribeWorkspaceDirectoriesResult {
|
|
1727
|
-
/**
|
|
1728
|
-
* @internal
|
|
1729
|
-
*/
|
|
1730
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceDirectoriesResult) => any;
|
|
1731
|
-
}
|
|
1732
|
-
export interface DescribeWorkspaceImagePermissionsRequest {
|
|
1733
|
-
/**
|
|
1734
|
-
* <p>The identifier of the image.</p>
|
|
1735
|
-
*/
|
|
1736
|
-
ImageId: string | undefined;
|
|
1737
|
-
/**
|
|
1738
|
-
* <p>If you received a <code>NextToken</code> from a previous call that was paginated,
|
|
1739
|
-
* provide this token to receive the next set of results.</p>
|
|
1740
|
-
*/
|
|
1741
|
-
NextToken?: string;
|
|
1742
|
-
/**
|
|
1743
|
-
* <p>The maximum number of items to return.</p>
|
|
1744
|
-
*/
|
|
1745
|
-
MaxResults?: number;
|
|
1746
|
-
}
|
|
1747
|
-
export declare namespace DescribeWorkspaceImagePermissionsRequest {
|
|
1748
|
-
/**
|
|
1749
|
-
* @internal
|
|
1750
|
-
*/
|
|
1751
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceImagePermissionsRequest) => any;
|
|
1752
|
-
}
|
|
1753
|
-
/**
|
|
1754
|
-
* <p>Describes the AWS accounts that have been granted permission to use a shared image. For more
|
|
1755
|
-
* information about sharing images, see
|
|
1756
|
-
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/share-custom-image.html">
|
|
1757
|
-
* Share or Unshare a Custom WorkSpaces Image</a>.</p>
|
|
1758
|
-
*/
|
|
1759
|
-
export interface ImagePermission {
|
|
1760
|
-
/**
|
|
1761
|
-
* <p>The identifier of the AWS account that an image has been shared with.</p>
|
|
1762
|
-
*/
|
|
1763
|
-
SharedAccountId?: string;
|
|
1764
|
-
}
|
|
1765
|
-
export declare namespace ImagePermission {
|
|
1766
|
-
/**
|
|
1767
|
-
* @internal
|
|
1768
|
-
*/
|
|
1769
|
-
const filterSensitiveLog: (obj: ImagePermission) => any;
|
|
1770
|
-
}
|
|
1771
|
-
export interface DescribeWorkspaceImagePermissionsResult {
|
|
1772
|
-
/**
|
|
1773
|
-
* <p>The identifier of the image.</p>
|
|
1774
|
-
*/
|
|
1775
|
-
ImageId?: string;
|
|
1776
|
-
/**
|
|
1777
|
-
* <p>The identifiers of the AWS accounts that the image has been shared with.</p>
|
|
1778
|
-
*/
|
|
1779
|
-
ImagePermissions?: ImagePermission[];
|
|
1780
|
-
/**
|
|
1781
|
-
* <p>The token to use to retrieve the next page of results. This value is null when there are no more results to return. </p>
|
|
1782
|
-
*/
|
|
1783
|
-
NextToken?: string;
|
|
1784
|
-
}
|
|
1785
|
-
export declare namespace DescribeWorkspaceImagePermissionsResult {
|
|
1786
|
-
/**
|
|
1787
|
-
* @internal
|
|
1788
|
-
*/
|
|
1789
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceImagePermissionsResult) => any;
|
|
1790
|
-
}
|
|
1791
|
-
export declare enum ImageType {
|
|
1792
|
-
OWNED = "OWNED",
|
|
1793
|
-
SHARED = "SHARED"
|
|
1794
|
-
}
|
|
1795
|
-
export interface DescribeWorkspaceImagesRequest {
|
|
1796
|
-
/**
|
|
1797
|
-
* <p>The identifier of the image.</p>
|
|
1798
|
-
*/
|
|
1799
|
-
ImageIds?: string[];
|
|
1800
|
-
/**
|
|
1801
|
-
* <p>The type (owned or shared) of the image.</p>
|
|
1802
|
-
*/
|
|
1803
|
-
ImageType?: ImageType | string;
|
|
1804
|
-
/**
|
|
1805
|
-
* <p>If you received a <code>NextToken</code> from a previous call that was paginated,
|
|
1806
|
-
* provide this token to receive the next set of results.</p>
|
|
1807
|
-
*/
|
|
1808
|
-
NextToken?: string;
|
|
1809
|
-
/**
|
|
1810
|
-
* <p>The maximum number of items to return.</p>
|
|
1811
|
-
*/
|
|
1812
|
-
MaxResults?: number;
|
|
1813
|
-
}
|
|
1814
|
-
export declare namespace DescribeWorkspaceImagesRequest {
|
|
1815
|
-
/**
|
|
1816
|
-
* @internal
|
|
1817
|
-
*/
|
|
1818
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceImagesRequest) => any;
|
|
1819
|
-
}
|
|
1820
|
-
export declare enum OperatingSystemType {
|
|
1821
|
-
LINUX = "LINUX",
|
|
1822
|
-
WINDOWS = "WINDOWS"
|
|
1823
|
-
}
|
|
1824
|
-
/**
|
|
1825
|
-
* <p>The operating system that the image is running.</p>
|
|
1826
|
-
*/
|
|
1827
|
-
export interface OperatingSystem {
|
|
1828
|
-
/**
|
|
1829
|
-
* <p>The operating system.</p>
|
|
1830
|
-
*/
|
|
1831
|
-
Type?: OperatingSystemType | string;
|
|
1832
|
-
}
|
|
1833
|
-
export declare namespace OperatingSystem {
|
|
1834
|
-
/**
|
|
1835
|
-
* @internal
|
|
1836
|
-
*/
|
|
1837
|
-
const filterSensitiveLog: (obj: OperatingSystem) => any;
|
|
1838
|
-
}
|
|
1839
|
-
export declare enum WorkspaceImageRequiredTenancy {
|
|
1840
|
-
DEDICATED = "DEDICATED",
|
|
1841
|
-
DEFAULT = "DEFAULT"
|
|
1842
|
-
}
|
|
1843
|
-
export declare enum WorkspaceImageState {
|
|
1844
|
-
AVAILABLE = "AVAILABLE",
|
|
1845
|
-
ERROR = "ERROR",
|
|
1846
|
-
PENDING = "PENDING"
|
|
1847
|
-
}
|
|
1848
|
-
/**
|
|
1849
|
-
* <p>Describes a WorkSpace image.</p>
|
|
1850
|
-
*/
|
|
1851
|
-
export interface WorkspaceImage {
|
|
1852
|
-
/**
|
|
1853
|
-
* <p>The identifier of the image.</p>
|
|
1854
|
-
*/
|
|
1855
|
-
ImageId?: string;
|
|
1856
|
-
/**
|
|
1857
|
-
* <p>The name of the image.</p>
|
|
1858
|
-
*/
|
|
1859
|
-
Name?: string;
|
|
1860
|
-
/**
|
|
1861
|
-
* <p>The description of the image.</p>
|
|
1862
|
-
*/
|
|
1863
|
-
Description?: string;
|
|
1864
|
-
/**
|
|
1865
|
-
* <p>The operating system that the image is running. </p>
|
|
1866
|
-
*/
|
|
1867
|
-
OperatingSystem?: OperatingSystem;
|
|
1868
|
-
/**
|
|
1869
|
-
* <p>The status of the image.</p>
|
|
1870
|
-
*/
|
|
1871
|
-
State?: WorkspaceImageState | string;
|
|
1872
|
-
/**
|
|
1873
|
-
* <p>Specifies whether the image is running on dedicated hardware. When Bring Your Own
|
|
1874
|
-
* License (BYOL) is enabled, this value is set to <code>DEDICATED</code>. For more
|
|
1875
|
-
* information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html">Bring Your Own Windows
|
|
1876
|
-
* Desktop Images</a>.</p>
|
|
1877
|
-
*/
|
|
1878
|
-
RequiredTenancy?: WorkspaceImageRequiredTenancy | string;
|
|
1879
|
-
/**
|
|
1880
|
-
* <p>The error code that is returned for the image.</p>
|
|
1881
|
-
*/
|
|
1882
|
-
ErrorCode?: string;
|
|
1883
|
-
/**
|
|
1884
|
-
* <p>The text of the error message that is returned for the image.</p>
|
|
1885
|
-
*/
|
|
1886
|
-
ErrorMessage?: string;
|
|
1887
|
-
/**
|
|
1888
|
-
* <p>The date when the image was created. If the image has been shared, the AWS account
|
|
1889
|
-
* that the image has been shared with sees the original creation date of the image.</p>
|
|
1890
|
-
*/
|
|
1891
|
-
Created?: Date;
|
|
1892
|
-
/**
|
|
1893
|
-
* <p>The identifier of the AWS account that owns the image.</p>
|
|
1894
|
-
*/
|
|
1895
|
-
OwnerAccountId?: string;
|
|
1896
|
-
}
|
|
1897
|
-
export declare namespace WorkspaceImage {
|
|
1898
|
-
/**
|
|
1899
|
-
* @internal
|
|
1900
|
-
*/
|
|
1901
|
-
const filterSensitiveLog: (obj: WorkspaceImage) => any;
|
|
1902
|
-
}
|
|
1903
|
-
export interface DescribeWorkspaceImagesResult {
|
|
1904
|
-
/**
|
|
1905
|
-
* <p>Information about the images.</p>
|
|
1906
|
-
*/
|
|
1907
|
-
Images?: WorkspaceImage[];
|
|
1908
|
-
/**
|
|
1909
|
-
* <p>The token to use to retrieve the next page of results. This value is null when there are no more results to return. </p>
|
|
1910
|
-
*/
|
|
1911
|
-
NextToken?: string;
|
|
1912
|
-
}
|
|
1913
|
-
export declare namespace DescribeWorkspaceImagesResult {
|
|
1914
|
-
/**
|
|
1915
|
-
* @internal
|
|
1916
|
-
*/
|
|
1917
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceImagesResult) => any;
|
|
1918
|
-
}
|
|
1919
|
-
export interface DescribeWorkspacesRequest {
|
|
1920
|
-
/**
|
|
1921
|
-
* <p>The identifiers of the WorkSpaces. You cannot combine this parameter with any other
|
|
1922
|
-
* filter.</p>
|
|
1923
|
-
* <p>Because the <a>CreateWorkspaces</a> operation is asynchronous, the identifier
|
|
1924
|
-
* it returns is not immediately available. If you immediately call <a>DescribeWorkspaces</a> with this identifier, no information is returned.</p>
|
|
1925
|
-
*/
|
|
1926
|
-
WorkspaceIds?: string[];
|
|
1927
|
-
/**
|
|
1928
|
-
* <p>The identifier of the directory. In addition, you can optionally specify a specific
|
|
1929
|
-
* directory user (see <code>UserName</code>). You cannot combine this parameter with any
|
|
1930
|
-
* other filter.</p>
|
|
1931
|
-
*/
|
|
1932
|
-
DirectoryId?: string;
|
|
1933
|
-
/**
|
|
1934
|
-
* <p>The name of the directory user. You must specify this parameter with
|
|
1935
|
-
* <code>DirectoryId</code>.</p>
|
|
1936
|
-
*/
|
|
1937
|
-
UserName?: string;
|
|
1938
|
-
/**
|
|
1939
|
-
* <p>The identifier of the bundle. All WorkSpaces that are created from this bundle are
|
|
1940
|
-
* retrieved. You cannot combine this parameter with any other filter.</p>
|
|
1941
|
-
*/
|
|
1942
|
-
BundleId?: string;
|
|
1943
|
-
/**
|
|
1944
|
-
* <p>The maximum number of items to return.</p>
|
|
1945
|
-
*/
|
|
1946
|
-
Limit?: number;
|
|
1947
|
-
/**
|
|
1948
|
-
* <p>If you received a <code>NextToken</code> from a previous call that was paginated,
|
|
1949
|
-
* provide this token to receive the next set of results.</p>
|
|
1950
|
-
*/
|
|
1951
|
-
NextToken?: string;
|
|
1952
|
-
}
|
|
1953
|
-
export declare namespace DescribeWorkspacesRequest {
|
|
1954
|
-
/**
|
|
1955
|
-
* @internal
|
|
1956
|
-
*/
|
|
1957
|
-
const filterSensitiveLog: (obj: DescribeWorkspacesRequest) => any;
|
|
1958
|
-
}
|
|
1959
|
-
export interface DescribeWorkspacesResult {
|
|
1960
|
-
/**
|
|
1961
|
-
* <p>Information about the WorkSpaces.</p>
|
|
1962
|
-
* <p>Because <a>CreateWorkspaces</a> is an asynchronous operation, some of the
|
|
1963
|
-
* returned information could be incomplete.</p>
|
|
1964
|
-
*/
|
|
1965
|
-
Workspaces?: Workspace[];
|
|
1966
|
-
/**
|
|
1967
|
-
* <p>The token to use to retrieve the next page of results. This value is null when there are no more results to return. </p>
|
|
1968
|
-
*/
|
|
1969
|
-
NextToken?: string;
|
|
1970
|
-
}
|
|
1971
|
-
export declare namespace DescribeWorkspacesResult {
|
|
1972
|
-
/**
|
|
1973
|
-
* @internal
|
|
1974
|
-
*/
|
|
1975
|
-
const filterSensitiveLog: (obj: DescribeWorkspacesResult) => any;
|
|
1976
|
-
}
|
|
1977
|
-
export interface DescribeWorkspacesConnectionStatusRequest {
|
|
1978
|
-
/**
|
|
1979
|
-
* <p>The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces.</p>
|
|
1980
|
-
*/
|
|
1981
|
-
WorkspaceIds?: string[];
|
|
1982
|
-
/**
|
|
1983
|
-
* <p>If you received a <code>NextToken</code> from a previous call that was paginated,
|
|
1984
|
-
* provide this token to receive the next set of results.</p>
|
|
1985
|
-
*/
|
|
1986
|
-
NextToken?: string;
|
|
1987
|
-
}
|
|
1988
|
-
export declare namespace DescribeWorkspacesConnectionStatusRequest {
|
|
1989
|
-
/**
|
|
1990
|
-
* @internal
|
|
1991
|
-
*/
|
|
1992
|
-
const filterSensitiveLog: (obj: DescribeWorkspacesConnectionStatusRequest) => any;
|
|
1993
|
-
}
|
|
1994
|
-
/**
|
|
1995
|
-
* <p>Describes the connection status of a WorkSpace.</p>
|
|
1996
|
-
*/
|
|
1997
|
-
export interface WorkspaceConnectionStatus {
|
|
1998
|
-
/**
|
|
1999
|
-
* <p>The identifier of the WorkSpace.</p>
|
|
2000
|
-
*/
|
|
2001
|
-
WorkspaceId?: string;
|
|
2002
|
-
/**
|
|
2003
|
-
* <p>The connection state of the WorkSpace. The connection state is unknown if the WorkSpace
|
|
2004
|
-
* is stopped.</p>
|
|
2005
|
-
*/
|
|
2006
|
-
ConnectionState?: ConnectionState | string;
|
|
2007
|
-
/**
|
|
2008
|
-
* <p>The timestamp of the connection status check.</p>
|
|
2009
|
-
*/
|
|
2010
|
-
ConnectionStateCheckTimestamp?: Date;
|
|
2011
|
-
/**
|
|
2012
|
-
* <p>The timestamp of the last known user connection.</p>
|
|
2013
|
-
*/
|
|
2014
|
-
LastKnownUserConnectionTimestamp?: Date;
|
|
2015
|
-
}
|
|
2016
|
-
export declare namespace WorkspaceConnectionStatus {
|
|
2017
|
-
/**
|
|
2018
|
-
* @internal
|
|
2019
|
-
*/
|
|
2020
|
-
const filterSensitiveLog: (obj: WorkspaceConnectionStatus) => any;
|
|
2021
|
-
}
|
|
2022
|
-
export interface DescribeWorkspacesConnectionStatusResult {
|
|
2023
|
-
/**
|
|
2024
|
-
* <p>Information about the connection status of the WorkSpace.</p>
|
|
2025
|
-
*/
|
|
2026
|
-
WorkspacesConnectionStatus?: WorkspaceConnectionStatus[];
|
|
2027
|
-
/**
|
|
2028
|
-
* <p>The token to use to retrieve the next page of results. This value is null when there are no more results to return. </p>
|
|
2029
|
-
*/
|
|
2030
|
-
NextToken?: string;
|
|
2031
|
-
}
|
|
2032
|
-
export declare namespace DescribeWorkspacesConnectionStatusResult {
|
|
2033
|
-
/**
|
|
2034
|
-
* @internal
|
|
2035
|
-
*/
|
|
2036
|
-
const filterSensitiveLog: (obj: DescribeWorkspacesConnectionStatusResult) => any;
|
|
2037
|
-
}
|
|
2038
|
-
export interface DescribeWorkspaceSnapshotsRequest {
|
|
2039
|
-
/**
|
|
2040
|
-
* <p>The identifier of the WorkSpace.</p>
|
|
2041
|
-
*/
|
|
2042
|
-
WorkspaceId: string | undefined;
|
|
2043
|
-
}
|
|
2044
|
-
export declare namespace DescribeWorkspaceSnapshotsRequest {
|
|
2045
|
-
/**
|
|
2046
|
-
* @internal
|
|
2047
|
-
*/
|
|
2048
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceSnapshotsRequest) => any;
|
|
2049
|
-
}
|
|
2050
|
-
/**
|
|
2051
|
-
* <p>Describes a snapshot.</p>
|
|
2052
|
-
*/
|
|
2053
|
-
export interface Snapshot {
|
|
2054
|
-
/**
|
|
2055
|
-
* <p>The time when the snapshot was created.</p>
|
|
2056
|
-
*/
|
|
2057
|
-
SnapshotTime?: Date;
|
|
2058
|
-
}
|
|
2059
|
-
export declare namespace Snapshot {
|
|
2060
|
-
/**
|
|
2061
|
-
* @internal
|
|
2062
|
-
*/
|
|
2063
|
-
const filterSensitiveLog: (obj: Snapshot) => any;
|
|
2064
|
-
}
|
|
2065
|
-
export interface DescribeWorkspaceSnapshotsResult {
|
|
2066
|
-
/**
|
|
2067
|
-
* <p>Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include
|
|
2068
|
-
* the user volume.</p>
|
|
2069
|
-
*/
|
|
2070
|
-
RebuildSnapshots?: Snapshot[];
|
|
2071
|
-
/**
|
|
2072
|
-
* <p>Information about the snapshots that can be used to restore a WorkSpace. These snapshots
|
|
2073
|
-
* include both the root volume and the user volume.</p>
|
|
2074
|
-
*/
|
|
2075
|
-
RestoreSnapshots?: Snapshot[];
|
|
2076
|
-
}
|
|
2077
|
-
export declare namespace DescribeWorkspaceSnapshotsResult {
|
|
2078
|
-
/**
|
|
2079
|
-
* @internal
|
|
2080
|
-
*/
|
|
2081
|
-
const filterSensitiveLog: (obj: DescribeWorkspaceSnapshotsResult) => any;
|
|
2082
|
-
}
|
|
2083
|
-
export interface DisassociateConnectionAliasRequest {
|
|
2084
|
-
/**
|
|
2085
|
-
* <p>The identifier of the connection alias to disassociate.</p>
|
|
2086
|
-
*/
|
|
2087
|
-
AliasId: string | undefined;
|
|
2088
|
-
}
|
|
2089
|
-
export declare namespace DisassociateConnectionAliasRequest {
|
|
2090
|
-
/**
|
|
2091
|
-
* @internal
|
|
2092
|
-
*/
|
|
2093
|
-
const filterSensitiveLog: (obj: DisassociateConnectionAliasRequest) => any;
|
|
2094
|
-
}
|
|
2095
|
-
export interface DisassociateConnectionAliasResult {
|
|
2096
|
-
}
|
|
2097
|
-
export declare namespace DisassociateConnectionAliasResult {
|
|
2098
|
-
/**
|
|
2099
|
-
* @internal
|
|
2100
|
-
*/
|
|
2101
|
-
const filterSensitiveLog: (obj: DisassociateConnectionAliasResult) => any;
|
|
2102
|
-
}
|
|
2103
|
-
export interface DisassociateIpGroupsRequest {
|
|
2104
|
-
/**
|
|
2105
|
-
* <p>The identifier of the directory.</p>
|
|
2106
|
-
*/
|
|
2107
|
-
DirectoryId: string | undefined;
|
|
2108
|
-
/**
|
|
2109
|
-
* <p>The identifiers of one or more IP access control groups.</p>
|
|
2110
|
-
*/
|
|
2111
|
-
GroupIds: string[] | undefined;
|
|
2112
|
-
}
|
|
2113
|
-
export declare namespace DisassociateIpGroupsRequest {
|
|
2114
|
-
/**
|
|
2115
|
-
* @internal
|
|
2116
|
-
*/
|
|
2117
|
-
const filterSensitiveLog: (obj: DisassociateIpGroupsRequest) => any;
|
|
2118
|
-
}
|
|
2119
|
-
export interface DisassociateIpGroupsResult {
|
|
2120
|
-
}
|
|
2121
|
-
export declare namespace DisassociateIpGroupsResult {
|
|
2122
|
-
/**
|
|
2123
|
-
* @internal
|
|
2124
|
-
*/
|
|
2125
|
-
const filterSensitiveLog: (obj: DisassociateIpGroupsResult) => any;
|
|
2126
|
-
}
|
|
2127
|
-
/**
|
|
2128
|
-
* <p>Describes a WorkSpace that could not be rebooted.
|
|
2129
|
-
* (<a>RebootWorkspaces</a>), rebuilt (<a>RebuildWorkspaces</a>), restored (<a>RestoreWorkspace</a>), terminated
|
|
2130
|
-
* (<a>TerminateWorkspaces</a>), started (<a>StartWorkspaces</a>), or stopped (<a>StopWorkspaces</a>).</p>
|
|
2131
|
-
*/
|
|
2132
|
-
export interface FailedWorkspaceChangeRequest {
|
|
2133
|
-
/**
|
|
2134
|
-
* <p>The identifier of the WorkSpace.</p>
|
|
2135
|
-
*/
|
|
2136
|
-
WorkspaceId?: string;
|
|
2137
|
-
/**
|
|
2138
|
-
* <p>The error code that is returned if the WorkSpace cannot be rebooted.</p>
|
|
2139
|
-
*/
|
|
2140
|
-
ErrorCode?: string;
|
|
2141
|
-
/**
|
|
2142
|
-
* <p>The text of the error message that is returned if the WorkSpace cannot be
|
|
2143
|
-
* rebooted.</p>
|
|
2144
|
-
*/
|
|
2145
|
-
ErrorMessage?: string;
|
|
2146
|
-
}
|
|
2147
|
-
export declare namespace FailedWorkspaceChangeRequest {
|
|
2148
|
-
/**
|
|
2149
|
-
* @internal
|
|
2150
|
-
*/
|
|
2151
|
-
const filterSensitiveLog: (obj: FailedWorkspaceChangeRequest) => any;
|
|
2152
|
-
}
|
|
2153
|
-
export declare enum WorkspaceImageIngestionProcess {
|
|
2154
|
-
BYOL_GRAPHICS = "BYOL_GRAPHICS",
|
|
2155
|
-
BYOL_GRAPHICSPRO = "BYOL_GRAPHICSPRO",
|
|
2156
|
-
BYOL_REGULAR = "BYOL_REGULAR",
|
|
2157
|
-
BYOL_REGULAR_WSP = "BYOL_REGULAR_WSP"
|
|
2158
|
-
}
|
|
2159
|
-
export interface ImportWorkspaceImageRequest {
|
|
2160
|
-
/**
|
|
2161
|
-
* <p>The identifier of the EC2 image.</p>
|
|
2162
|
-
*/
|
|
2163
|
-
Ec2ImageId: string | undefined;
|
|
2164
|
-
/**
|
|
2165
|
-
* <p>The ingestion process to be used when importing the image, depending on which protocol
|
|
2166
|
-
* you want to use for your BYOL Workspace image, either PCoIP or WorkSpaces Streaming Protocol
|
|
2167
|
-
* (WSP). To use WSP, specify a value that ends in <code>_WSP</code>. To use PCoIP, specify a value
|
|
2168
|
-
* that does not end in <code>_WSP</code>. </p>
|
|
2169
|
-
*
|
|
2170
|
-
* <p>For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify
|
|
2171
|
-
* <code>BYOL_REGULAR</code> or <code>BYOL_REGULAR_WSP</code>, depending on the protocol.</p>
|
|
2172
|
-
*/
|
|
2173
|
-
IngestionProcess: WorkspaceImageIngestionProcess | string | undefined;
|
|
2174
|
-
/**
|
|
2175
|
-
* <p>The name of the WorkSpace image.</p>
|
|
2176
|
-
*/
|
|
2177
|
-
ImageName: string | undefined;
|
|
2178
|
-
/**
|
|
2179
|
-
* <p>The description of the WorkSpace image.</p>
|
|
2180
|
-
*/
|
|
2181
|
-
ImageDescription: string | undefined;
|
|
2182
|
-
/**
|
|
2183
|
-
* <p>The tags. Each WorkSpaces resource can have a maximum of 50 tags.</p>
|
|
2184
|
-
*/
|
|
2185
|
-
Tags?: Tag[];
|
|
2186
|
-
/**
|
|
2187
|
-
* <p>If specified, the version of Microsoft Office to subscribe to. Valid only for Windows 10
|
|
2188
|
-
* BYOL images. For more information about subscribing to Office for BYOL images, see
|
|
2189
|
-
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html">
|
|
2190
|
-
* Bring Your Own Windows Desktop Licenses</a>.</p>
|
|
2191
|
-
*
|
|
2192
|
-
* <note>
|
|
2193
|
-
* <p>Although this parameter is an array, only one item is allowed at this time.</p>
|
|
2194
|
-
* </note>
|
|
2195
|
-
*/
|
|
2196
|
-
Applications?: (Application | string)[];
|
|
2197
|
-
}
|
|
2198
|
-
export declare namespace ImportWorkspaceImageRequest {
|
|
2199
|
-
/**
|
|
2200
|
-
* @internal
|
|
2201
|
-
*/
|
|
2202
|
-
const filterSensitiveLog: (obj: ImportWorkspaceImageRequest) => any;
|
|
2203
|
-
}
|
|
2204
|
-
export interface ImportWorkspaceImageResult {
|
|
2205
|
-
/**
|
|
2206
|
-
* <p>The identifier of the WorkSpace image.</p>
|
|
2207
|
-
*/
|
|
2208
|
-
ImageId?: string;
|
|
2209
|
-
}
|
|
2210
|
-
export declare namespace ImportWorkspaceImageResult {
|
|
2211
|
-
/**
|
|
2212
|
-
* @internal
|
|
2213
|
-
*/
|
|
2214
|
-
const filterSensitiveLog: (obj: ImportWorkspaceImageResult) => any;
|
|
2215
|
-
}
|
|
2216
|
-
export interface ListAvailableManagementCidrRangesRequest {
|
|
2217
|
-
/**
|
|
2218
|
-
* <p>The IP address range to search. Specify an IP address range that is compatible with your
|
|
2219
|
-
* network and in CIDR notation (that is, specify the range as an IPv4 CIDR block).</p>
|
|
2220
|
-
*/
|
|
2221
|
-
ManagementCidrRangeConstraint: string | undefined;
|
|
2222
|
-
/**
|
|
2223
|
-
* <p>The maximum number of items to return.</p>
|
|
2224
|
-
*/
|
|
2225
|
-
MaxResults?: number;
|
|
2226
|
-
/**
|
|
2227
|
-
* <p>If you received a <code>NextToken</code> from a previous call that was paginated,
|
|
2228
|
-
* provide this token to receive the next set of results.</p>
|
|
2229
|
-
*/
|
|
2230
|
-
NextToken?: string;
|
|
2231
|
-
}
|
|
2232
|
-
export declare namespace ListAvailableManagementCidrRangesRequest {
|
|
2233
|
-
/**
|
|
2234
|
-
* @internal
|
|
2235
|
-
*/
|
|
2236
|
-
const filterSensitiveLog: (obj: ListAvailableManagementCidrRangesRequest) => any;
|
|
2237
|
-
}
|
|
2238
|
-
export interface ListAvailableManagementCidrRangesResult {
|
|
2239
|
-
/**
|
|
2240
|
-
* <p>The list of available IP address ranges, specified as IPv4 CIDR blocks.</p>
|
|
2241
|
-
*/
|
|
2242
|
-
ManagementCidrRanges?: string[];
|
|
2243
|
-
/**
|
|
2244
|
-
* <p>The token to use to retrieve the next page of results. This value is null when there are no more results to return. </p>
|
|
2245
|
-
*/
|
|
2246
|
-
NextToken?: string;
|
|
2247
|
-
}
|
|
2248
|
-
export declare namespace ListAvailableManagementCidrRangesResult {
|
|
2249
|
-
/**
|
|
2250
|
-
* @internal
|
|
2251
|
-
*/
|
|
2252
|
-
const filterSensitiveLog: (obj: ListAvailableManagementCidrRangesResult) => any;
|
|
2253
|
-
}
|
|
2254
|
-
export interface MigrateWorkspaceRequest {
|
|
2255
|
-
/**
|
|
2256
|
-
* <p>The identifier of the WorkSpace to migrate from.</p>
|
|
2257
|
-
*/
|
|
2258
|
-
SourceWorkspaceId: string | undefined;
|
|
2259
|
-
/**
|
|
2260
|
-
* <p>The identifier of the target bundle type to migrate the WorkSpace to.</p>
|
|
2261
|
-
*/
|
|
2262
|
-
BundleId: string | undefined;
|
|
2263
|
-
}
|
|
2264
|
-
export declare namespace MigrateWorkspaceRequest {
|
|
2265
|
-
/**
|
|
2266
|
-
* @internal
|
|
2267
|
-
*/
|
|
2268
|
-
const filterSensitiveLog: (obj: MigrateWorkspaceRequest) => any;
|
|
2269
|
-
}
|
|
2270
|
-
export interface MigrateWorkspaceResult {
|
|
2271
|
-
/**
|
|
2272
|
-
* <p>The original identifier of the WorkSpace that is being migrated.</p>
|
|
2273
|
-
*/
|
|
2274
|
-
SourceWorkspaceId?: string;
|
|
2275
|
-
/**
|
|
2276
|
-
* <p>The new identifier of the WorkSpace that is being migrated. If the migration does not succeed,
|
|
2277
|
-
* the target WorkSpace ID will not be used, and the WorkSpace will still have the original WorkSpace ID.</p>
|
|
2278
|
-
*/
|
|
2279
|
-
TargetWorkspaceId?: string;
|
|
2280
|
-
}
|
|
2281
|
-
export declare namespace MigrateWorkspaceResult {
|
|
2282
|
-
/**
|
|
2283
|
-
* @internal
|
|
2284
|
-
*/
|
|
2285
|
-
const filterSensitiveLog: (obj: MigrateWorkspaceResult) => any;
|
|
2286
|
-
}
|
|
2287
|
-
/**
|
|
2288
|
-
* <p>The properties of this WorkSpace are currently being modified. Try again in a moment.</p>
|
|
2289
|
-
*/
|
|
2290
|
-
export interface OperationInProgressException extends __SmithyException, $MetadataBearer {
|
|
2291
|
-
name: "OperationInProgressException";
|
|
2292
|
-
$fault: "client";
|
|
2293
|
-
message?: string;
|
|
2294
|
-
}
|
|
2295
|
-
export declare namespace OperationInProgressException {
|
|
2296
|
-
/**
|
|
2297
|
-
* @internal
|
|
2298
|
-
*/
|
|
2299
|
-
const filterSensitiveLog: (obj: OperationInProgressException) => any;
|
|
2300
|
-
}
|
|
2301
|
-
export interface ModifyAccountRequest {
|
|
2302
|
-
/**
|
|
2303
|
-
* <p>The status of BYOL.</p>
|
|
2304
|
-
*/
|
|
2305
|
-
DedicatedTenancySupport?: DedicatedTenancySupportEnum | string;
|
|
2306
|
-
/**
|
|
2307
|
-
* <p>The IP address range, specified as an IPv4 CIDR block, for the management network
|
|
2308
|
-
* interface. Specify an IP address range that is compatible with your network and in CIDR
|
|
2309
|
-
* notation (that is, specify the range as an IPv4 CIDR block). The CIDR block size must be
|
|
2310
|
-
* /16 (for example, 203.0.113.25/16). It must also be specified as available by the
|
|
2311
|
-
* <code>ListAvailableManagementCidrRanges</code> operation.</p>
|
|
2312
|
-
*/
|
|
2313
|
-
DedicatedTenancyManagementCidrRange?: string;
|
|
2314
|
-
}
|
|
2315
|
-
export declare namespace ModifyAccountRequest {
|
|
2316
|
-
/**
|
|
2317
|
-
* @internal
|
|
2318
|
-
*/
|
|
2319
|
-
const filterSensitiveLog: (obj: ModifyAccountRequest) => any;
|
|
2320
|
-
}
|
|
2321
|
-
export interface ModifyAccountResult {
|
|
2322
|
-
}
|
|
2323
|
-
export declare namespace ModifyAccountResult {
|
|
2324
|
-
/**
|
|
2325
|
-
* @internal
|
|
2326
|
-
*/
|
|
2327
|
-
const filterSensitiveLog: (obj: ModifyAccountResult) => any;
|
|
2328
|
-
}
|
|
2329
|
-
export interface ModifyClientPropertiesRequest {
|
|
2330
|
-
/**
|
|
2331
|
-
* <p>The resource identifiers, in the form of directory IDs.</p>
|
|
2332
|
-
*/
|
|
2333
|
-
ResourceId: string | undefined;
|
|
2334
|
-
/**
|
|
2335
|
-
* <p>Information about the Amazon WorkSpaces client.</p>
|
|
2336
|
-
*/
|
|
2337
|
-
ClientProperties: ClientProperties | undefined;
|
|
2338
|
-
}
|
|
2339
|
-
export declare namespace ModifyClientPropertiesRequest {
|
|
2340
|
-
/**
|
|
2341
|
-
* @internal
|
|
2342
|
-
*/
|
|
2343
|
-
const filterSensitiveLog: (obj: ModifyClientPropertiesRequest) => any;
|
|
2344
|
-
}
|
|
2345
|
-
export interface ModifyClientPropertiesResult {
|
|
2346
|
-
}
|
|
2347
|
-
export declare namespace ModifyClientPropertiesResult {
|
|
2348
|
-
/**
|
|
2349
|
-
* @internal
|
|
2350
|
-
*/
|
|
2351
|
-
const filterSensitiveLog: (obj: ModifyClientPropertiesResult) => any;
|
|
2352
|
-
}
|
|
2353
|
-
export interface ModifySelfservicePermissionsRequest {
|
|
2354
|
-
/**
|
|
2355
|
-
* <p>The identifier of the directory.</p>
|
|
2356
|
-
*/
|
|
2357
|
-
ResourceId: string | undefined;
|
|
2358
|
-
/**
|
|
2359
|
-
* <p>The permissions to enable or disable self-service capabilities.</p>
|
|
2360
|
-
*/
|
|
2361
|
-
SelfservicePermissions: SelfservicePermissions | undefined;
|
|
2362
|
-
}
|
|
2363
|
-
export declare namespace ModifySelfservicePermissionsRequest {
|
|
2364
|
-
/**
|
|
2365
|
-
* @internal
|
|
2366
|
-
*/
|
|
2367
|
-
const filterSensitiveLog: (obj: ModifySelfservicePermissionsRequest) => any;
|
|
2368
|
-
}
|
|
2369
|
-
export interface ModifySelfservicePermissionsResult {
|
|
2370
|
-
}
|
|
2371
|
-
export declare namespace ModifySelfservicePermissionsResult {
|
|
2372
|
-
/**
|
|
2373
|
-
* @internal
|
|
2374
|
-
*/
|
|
2375
|
-
const filterSensitiveLog: (obj: ModifySelfservicePermissionsResult) => any;
|
|
2376
|
-
}
|
|
2377
|
-
export interface ModifyWorkspaceAccessPropertiesRequest {
|
|
2378
|
-
/**
|
|
2379
|
-
* <p>The identifier of the directory.</p>
|
|
2380
|
-
*/
|
|
2381
|
-
ResourceId: string | undefined;
|
|
2382
|
-
/**
|
|
2383
|
-
* <p>The device types and operating systems to enable or disable for access.</p>
|
|
2384
|
-
*/
|
|
2385
|
-
WorkspaceAccessProperties: WorkspaceAccessProperties | undefined;
|
|
2386
|
-
}
|
|
2387
|
-
export declare namespace ModifyWorkspaceAccessPropertiesRequest {
|
|
2388
|
-
/**
|
|
2389
|
-
* @internal
|
|
2390
|
-
*/
|
|
2391
|
-
const filterSensitiveLog: (obj: ModifyWorkspaceAccessPropertiesRequest) => any;
|
|
2392
|
-
}
|
|
2393
|
-
export interface ModifyWorkspaceAccessPropertiesResult {
|
|
2394
|
-
}
|
|
2395
|
-
export declare namespace ModifyWorkspaceAccessPropertiesResult {
|
|
2396
|
-
/**
|
|
2397
|
-
* @internal
|
|
2398
|
-
*/
|
|
2399
|
-
const filterSensitiveLog: (obj: ModifyWorkspaceAccessPropertiesResult) => any;
|
|
2400
|
-
}
|
|
2401
|
-
/**
|
|
2402
|
-
* <p>Describes the default properties that are used for creating WorkSpaces. For more
|
|
2403
|
-
* information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html">Update Directory
|
|
2404
|
-
* Details for Your WorkSpaces</a>. </p>
|
|
2405
|
-
*/
|
|
2406
|
-
export interface WorkspaceCreationProperties {
|
|
2407
|
-
/**
|
|
2408
|
-
* <p>Indicates whether Amazon WorkDocs is enabled for your WorkSpaces.</p>
|
|
2409
|
-
*
|
|
2410
|
-
* <note>
|
|
2411
|
-
* <p>If WorkDocs is already enabled for a WorkSpaces directory and you disable it, new WorkSpaces launched in the
|
|
2412
|
-
* directory will not have WorkDocs enabled. However, WorkDocs remains enabled for any existing WorkSpaces, unless
|
|
2413
|
-
* you either disable users' access to WorkDocs or you delete the WorkDocs site. To disable users' access to WorkDocs,
|
|
2414
|
-
* see <a href="https://docs.aws.amazon.com/workdocs/latest/adminguide/inactive-user.html">Disabling Users</a> in the
|
|
2415
|
-
* <i>Amazon WorkDocs Administration Guide</i>. To delete a WorkDocs site, see
|
|
2416
|
-
* <a href="https://docs.aws.amazon.com/workdocs/latest/adminguide/manage-sites.html">Deleting a Site</a> in the
|
|
2417
|
-
* <i>Amazon WorkDocs Administration Guide</i>.</p>
|
|
2418
|
-
*
|
|
2419
|
-
* <p>If you enable WorkDocs on a directory that already has existing WorkSpaces, the existing WorkSpaces and any
|
|
2420
|
-
* new WorkSpaces that are launched in the directory will have WorkDocs enabled.</p>
|
|
2421
|
-
* </note>
|
|
2422
|
-
*/
|
|
2423
|
-
EnableWorkDocs?: boolean;
|
|
2424
|
-
/**
|
|
2425
|
-
* <p>Indicates whether internet access is enabled for your WorkSpaces.</p>
|
|
2426
|
-
*/
|
|
2427
|
-
EnableInternetAccess?: boolean;
|
|
2428
|
-
/**
|
|
2429
|
-
* <p>The default organizational unit (OU) for your WorkSpaces directories. This string must be the full Lightweight
|
|
2430
|
-
* Directory Access Protocol (LDAP) distinguished name for the target domain and OU. It must be in the form
|
|
2431
|
-
* <code>"OU=<i>value</i>,DC=<i>value</i>,DC=<i>value</i>"</code>,
|
|
2432
|
-
* where <i>value</i> is any string of characters, and the number of domain components (DCs) is
|
|
2433
|
-
* two or more. For example, <code>OU=WorkSpaces_machines,DC=machines,DC=example,DC=com</code>. </p>
|
|
2434
|
-
*
|
|
2435
|
-
* <important>
|
|
2436
|
-
* <ul>
|
|
2437
|
-
* <li>
|
|
2438
|
-
* <p>To avoid errors, certain characters in the distinguished name must be escaped. For more information,
|
|
2439
|
-
* see <a href="https://docs.microsoft.com/previous-versions/windows/desktop/ldap/distinguished-names">
|
|
2440
|
-
* Distinguished Names</a> in the Microsoft documentation.</p>
|
|
2441
|
-
* </li>
|
|
2442
|
-
* <li>
|
|
2443
|
-
* <p>The API doesn't validate whether the OU exists.</p>
|
|
2444
|
-
* </li>
|
|
2445
|
-
* </ul>
|
|
2446
|
-
* </important>
|
|
2447
|
-
*/
|
|
2448
|
-
DefaultOu?: string;
|
|
2449
|
-
/**
|
|
2450
|
-
* <p>The identifier of your custom security group.</p>
|
|
2451
|
-
*/
|
|
2452
|
-
CustomSecurityGroupId?: string;
|
|
2453
|
-
/**
|
|
2454
|
-
* <p>Indicates whether users are local administrators of their WorkSpaces.</p>
|
|
2455
|
-
*/
|
|
2456
|
-
UserEnabledAsLocalAdministrator?: boolean;
|
|
2457
|
-
/**
|
|
2458
|
-
* <p>Indicates whether maintenance mode is enabled for your WorkSpaces. For more information,
|
|
2459
|
-
* see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/workspace-maintenance.html">WorkSpace
|
|
2460
|
-
* Maintenance</a>. </p>
|
|
2461
|
-
*/
|
|
2462
|
-
EnableMaintenanceMode?: boolean;
|
|
2463
|
-
}
|
|
2464
|
-
export declare namespace WorkspaceCreationProperties {
|
|
2465
|
-
/**
|
|
2466
|
-
* @internal
|
|
2467
|
-
*/
|
|
2468
|
-
const filterSensitiveLog: (obj: WorkspaceCreationProperties) => any;
|
|
2469
|
-
}
|
|
2470
|
-
export interface ModifyWorkspaceCreationPropertiesRequest {
|
|
2471
|
-
/**
|
|
2472
|
-
* <p>The identifier of the directory.</p>
|
|
2473
|
-
*/
|
|
2474
|
-
ResourceId: string | undefined;
|
|
2475
|
-
/**
|
|
2476
|
-
* <p>The default properties for creating WorkSpaces.</p>
|
|
2477
|
-
*/
|
|
2478
|
-
WorkspaceCreationProperties: WorkspaceCreationProperties | undefined;
|
|
2479
|
-
}
|
|
2480
|
-
export declare namespace ModifyWorkspaceCreationPropertiesRequest {
|
|
2481
|
-
/**
|
|
2482
|
-
* @internal
|
|
2483
|
-
*/
|
|
2484
|
-
const filterSensitiveLog: (obj: ModifyWorkspaceCreationPropertiesRequest) => any;
|
|
2485
|
-
}
|
|
2486
|
-
export interface ModifyWorkspaceCreationPropertiesResult {
|
|
2487
|
-
}
|
|
2488
|
-
export declare namespace ModifyWorkspaceCreationPropertiesResult {
|
|
2489
|
-
/**
|
|
2490
|
-
* @internal
|
|
2491
|
-
*/
|
|
2492
|
-
const filterSensitiveLog: (obj: ModifyWorkspaceCreationPropertiesResult) => any;
|
|
2493
|
-
}
|
|
2494
|
-
export interface ModifyWorkspacePropertiesRequest {
|
|
2495
|
-
/**
|
|
2496
|
-
* <p>The identifier of the WorkSpace.</p>
|
|
2497
|
-
*/
|
|
2498
|
-
WorkspaceId: string | undefined;
|
|
2499
|
-
/**
|
|
2500
|
-
* <p>The properties of the WorkSpace.</p>
|
|
2501
|
-
*/
|
|
2502
|
-
WorkspaceProperties: WorkspaceProperties | undefined;
|
|
2503
|
-
}
|
|
2504
|
-
export declare namespace ModifyWorkspacePropertiesRequest {
|
|
2505
|
-
/**
|
|
2506
|
-
* @internal
|
|
2507
|
-
*/
|
|
2508
|
-
const filterSensitiveLog: (obj: ModifyWorkspacePropertiesRequest) => any;
|
|
2509
|
-
}
|
|
2510
|
-
export interface ModifyWorkspacePropertiesResult {
|
|
2511
|
-
}
|
|
2512
|
-
export declare namespace ModifyWorkspacePropertiesResult {
|
|
2513
|
-
/**
|
|
2514
|
-
* @internal
|
|
2515
|
-
*/
|
|
2516
|
-
const filterSensitiveLog: (obj: ModifyWorkspacePropertiesResult) => any;
|
|
2517
|
-
}
|
|
2518
|
-
/**
|
|
2519
|
-
* <p>The configuration of this WorkSpace is not supported for this operation. For more information, see
|
|
2520
|
-
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/required-service-components.html">Required
|
|
2521
|
-
* Configuration and Service Components for WorkSpaces </a>.</p>
|
|
2522
|
-
*/
|
|
2523
|
-
export interface UnsupportedWorkspaceConfigurationException extends __SmithyException, $MetadataBearer {
|
|
2524
|
-
name: "UnsupportedWorkspaceConfigurationException";
|
|
2525
|
-
$fault: "client";
|
|
2526
|
-
message?: string;
|
|
2527
|
-
}
|
|
2528
|
-
export declare namespace UnsupportedWorkspaceConfigurationException {
|
|
2529
|
-
/**
|
|
2530
|
-
* @internal
|
|
2531
|
-
*/
|
|
2532
|
-
const filterSensitiveLog: (obj: UnsupportedWorkspaceConfigurationException) => any;
|
|
2533
|
-
}
|
|
2534
|
-
export declare enum TargetWorkspaceState {
|
|
2535
|
-
ADMIN_MAINTENANCE = "ADMIN_MAINTENANCE",
|
|
2536
|
-
AVAILABLE = "AVAILABLE"
|
|
2537
|
-
}
|
|
2538
|
-
export interface ModifyWorkspaceStateRequest {
|
|
2539
|
-
/**
|
|
2540
|
-
* <p>The identifier of the WorkSpace.</p>
|
|
2541
|
-
*/
|
|
2542
|
-
WorkspaceId: string | undefined;
|
|
2543
|
-
/**
|
|
2544
|
-
* <p>The WorkSpace state.</p>
|
|
2545
|
-
*/
|
|
2546
|
-
WorkspaceState: TargetWorkspaceState | string | undefined;
|
|
2547
|
-
}
|
|
2548
|
-
export declare namespace ModifyWorkspaceStateRequest {
|
|
2549
|
-
/**
|
|
2550
|
-
* @internal
|
|
2551
|
-
*/
|
|
2552
|
-
const filterSensitiveLog: (obj: ModifyWorkspaceStateRequest) => any;
|
|
2553
|
-
}
|
|
2554
|
-
export interface ModifyWorkspaceStateResult {
|
|
2555
|
-
}
|
|
2556
|
-
export declare namespace ModifyWorkspaceStateResult {
|
|
2557
|
-
/**
|
|
2558
|
-
* @internal
|
|
2559
|
-
*/
|
|
2560
|
-
const filterSensitiveLog: (obj: ModifyWorkspaceStateResult) => any;
|
|
2561
|
-
}
|
|
2562
|
-
/**
|
|
2563
|
-
* <p>Describes the information used to reboot a WorkSpace.</p>
|
|
2564
|
-
*/
|
|
2565
|
-
export interface RebootRequest {
|
|
2566
|
-
/**
|
|
2567
|
-
* <p>The identifier of the WorkSpace.</p>
|
|
2568
|
-
*/
|
|
2569
|
-
WorkspaceId: string | undefined;
|
|
2570
|
-
}
|
|
2571
|
-
export declare namespace RebootRequest {
|
|
2572
|
-
/**
|
|
2573
|
-
* @internal
|
|
2574
|
-
*/
|
|
2575
|
-
const filterSensitiveLog: (obj: RebootRequest) => any;
|
|
2576
|
-
}
|
|
2577
|
-
export interface RebootWorkspacesRequest {
|
|
2578
|
-
/**
|
|
2579
|
-
* <p>The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.</p>
|
|
2580
|
-
*/
|
|
2581
|
-
RebootWorkspaceRequests: RebootRequest[] | undefined;
|
|
2582
|
-
}
|
|
2583
|
-
export declare namespace RebootWorkspacesRequest {
|
|
2584
|
-
/**
|
|
2585
|
-
* @internal
|
|
2586
|
-
*/
|
|
2587
|
-
const filterSensitiveLog: (obj: RebootWorkspacesRequest) => any;
|
|
2588
|
-
}
|
|
2589
|
-
export interface RebootWorkspacesResult {
|
|
2590
|
-
/**
|
|
2591
|
-
* <p>Information about the WorkSpaces that could not be rebooted.</p>
|
|
2592
|
-
*/
|
|
2593
|
-
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
2594
|
-
}
|
|
2595
|
-
export declare namespace RebootWorkspacesResult {
|
|
2596
|
-
/**
|
|
2597
|
-
* @internal
|
|
2598
|
-
*/
|
|
2599
|
-
const filterSensitiveLog: (obj: RebootWorkspacesResult) => any;
|
|
2600
|
-
}
|
|
2601
|
-
/**
|
|
2602
|
-
* <p>Describes the information used to rebuild a WorkSpace.</p>
|
|
2603
|
-
*/
|
|
2604
|
-
export interface RebuildRequest {
|
|
2605
|
-
/**
|
|
2606
|
-
* <p>The identifier of the WorkSpace.</p>
|
|
2607
|
-
*/
|
|
2608
|
-
WorkspaceId: string | undefined;
|
|
2609
|
-
}
|
|
2610
|
-
export declare namespace RebuildRequest {
|
|
2611
|
-
/**
|
|
2612
|
-
* @internal
|
|
2613
|
-
*/
|
|
2614
|
-
const filterSensitiveLog: (obj: RebuildRequest) => any;
|
|
2615
|
-
}
|
|
2616
|
-
export interface RebuildWorkspacesRequest {
|
|
2617
|
-
/**
|
|
2618
|
-
* <p>The WorkSpace to rebuild. You can specify a single WorkSpace.</p>
|
|
2619
|
-
*/
|
|
2620
|
-
RebuildWorkspaceRequests: RebuildRequest[] | undefined;
|
|
2621
|
-
}
|
|
2622
|
-
export declare namespace RebuildWorkspacesRequest {
|
|
2623
|
-
/**
|
|
2624
|
-
* @internal
|
|
2625
|
-
*/
|
|
2626
|
-
const filterSensitiveLog: (obj: RebuildWorkspacesRequest) => any;
|
|
2627
|
-
}
|
|
2628
|
-
export interface RebuildWorkspacesResult {
|
|
2629
|
-
/**
|
|
2630
|
-
* <p>Information about the WorkSpace that could not be rebuilt.</p>
|
|
2631
|
-
*/
|
|
2632
|
-
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
2633
|
-
}
|
|
2634
|
-
export declare namespace RebuildWorkspacesResult {
|
|
2635
|
-
/**
|
|
2636
|
-
* @internal
|
|
2637
|
-
*/
|
|
2638
|
-
const filterSensitiveLog: (obj: RebuildWorkspacesResult) => any;
|
|
2639
|
-
}
|
|
2640
|
-
export interface RegisterWorkspaceDirectoryRequest {
|
|
2641
|
-
/**
|
|
2642
|
-
* <p>The identifier of the directory. You cannot register a directory if it does not have a status
|
|
2643
|
-
* of Active. If the directory does not have a status of Active, you will receive an
|
|
2644
|
-
* InvalidResourceStateException error. If you have already registered the maximum number of directories
|
|
2645
|
-
* that you can register with Amazon WorkSpaces, you will receive a ResourceLimitExceededException error.
|
|
2646
|
-
* Deregister directories that you are not using for WorkSpaces, and try again.</p>
|
|
2647
|
-
*/
|
|
2648
|
-
DirectoryId: string | undefined;
|
|
2649
|
-
/**
|
|
2650
|
-
* <p>The identifiers of the subnets for your virtual private cloud (VPC). Make sure that the subnets
|
|
2651
|
-
* are in supported Availability Zones. The subnets must also be in separate Availability Zones. If these
|
|
2652
|
-
* conditions are not met, you will receive an OperationNotSupportedException error.</p>
|
|
2653
|
-
*/
|
|
2654
|
-
SubnetIds?: string[];
|
|
2655
|
-
/**
|
|
2656
|
-
* <p>Indicates whether Amazon WorkDocs is enabled or disabled. If you have enabled this parameter and
|
|
2657
|
-
* WorkDocs is not available in the Region, you will receive an OperationNotSupportedException error. Set
|
|
2658
|
-
* <code>EnableWorkDocs</code> to disabled, and try again.</p>
|
|
2659
|
-
*/
|
|
2660
|
-
EnableWorkDocs: boolean | undefined;
|
|
2661
|
-
/**
|
|
2662
|
-
* <p>Indicates whether self-service capabilities are enabled or disabled.</p>
|
|
2663
|
-
*/
|
|
2664
|
-
EnableSelfService?: boolean;
|
|
2665
|
-
/**
|
|
2666
|
-
* <p>Indicates whether your WorkSpace directory is dedicated or shared. To use Bring Your Own
|
|
2667
|
-
* License (BYOL) images, this value must be set to <code>DEDICATED</code> and your AWS account must be
|
|
2668
|
-
* enabled for BYOL. If your account has not been enabled for BYOL, you will receive an
|
|
2669
|
-
* InvalidParameterValuesException error. For more information about BYOL images, see
|
|
2670
|
-
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html">Bring Your Own Windows Desktop Images</a>.</p>
|
|
2671
|
-
*/
|
|
2672
|
-
Tenancy?: Tenancy | string;
|
|
2673
|
-
/**
|
|
2674
|
-
* <p>The tags associated with the directory.</p>
|
|
2675
|
-
*/
|
|
2676
|
-
Tags?: Tag[];
|
|
2677
|
-
}
|
|
2678
|
-
export declare namespace RegisterWorkspaceDirectoryRequest {
|
|
2679
|
-
/**
|
|
2680
|
-
* @internal
|
|
2681
|
-
*/
|
|
2682
|
-
const filterSensitiveLog: (obj: RegisterWorkspaceDirectoryRequest) => any;
|
|
2683
|
-
}
|
|
2684
|
-
export interface RegisterWorkspaceDirectoryResult {
|
|
2685
|
-
}
|
|
2686
|
-
export declare namespace RegisterWorkspaceDirectoryResult {
|
|
2687
|
-
/**
|
|
2688
|
-
* @internal
|
|
2689
|
-
*/
|
|
2690
|
-
const filterSensitiveLog: (obj: RegisterWorkspaceDirectoryResult) => any;
|
|
2691
|
-
}
|
|
2692
|
-
/**
|
|
2693
|
-
* <p>The configuration of this network is not supported for this operation, or your network configuration
|
|
2694
|
-
* conflicts with the Amazon WorkSpaces management network IP range. For more information, see
|
|
2695
|
-
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-vpc.html">
|
|
2696
|
-
* Configure a VPC for Amazon WorkSpaces</a>.</p>
|
|
2697
|
-
*/
|
|
2698
|
-
export interface UnsupportedNetworkConfigurationException extends __SmithyException, $MetadataBearer {
|
|
2699
|
-
name: "UnsupportedNetworkConfigurationException";
|
|
2700
|
-
$fault: "client";
|
|
2701
|
-
message?: string;
|
|
2702
|
-
}
|
|
2703
|
-
export declare namespace UnsupportedNetworkConfigurationException {
|
|
2704
|
-
/**
|
|
2705
|
-
* @internal
|
|
2706
|
-
*/
|
|
2707
|
-
const filterSensitiveLog: (obj: UnsupportedNetworkConfigurationException) => any;
|
|
2708
|
-
}
|
|
2709
|
-
/**
|
|
2710
|
-
* <p>The workspaces_DefaultRole role could not be found. If this is the first time you are registering a directory, you
|
|
2711
|
-
* will need to create the workspaces_DefaultRole role before you can register a directory. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-access-control.html#create-default-role">Creating the workspaces_DefaultRole Role</a>.</p>
|
|
2712
|
-
*/
|
|
2713
|
-
export interface WorkspacesDefaultRoleNotFoundException extends __SmithyException, $MetadataBearer {
|
|
2714
|
-
name: "WorkspacesDefaultRoleNotFoundException";
|
|
2715
|
-
$fault: "client";
|
|
2716
|
-
message?: string;
|
|
2717
|
-
}
|
|
2718
|
-
export declare namespace WorkspacesDefaultRoleNotFoundException {
|
|
2719
|
-
/**
|
|
2720
|
-
* @internal
|
|
2721
|
-
*/
|
|
2722
|
-
const filterSensitiveLog: (obj: WorkspacesDefaultRoleNotFoundException) => any;
|
|
2723
|
-
}
|
|
2724
|
-
export interface RestoreWorkspaceRequest {
|
|
2725
|
-
/**
|
|
2726
|
-
* <p>The identifier of the WorkSpace.</p>
|
|
2727
|
-
*/
|
|
2728
|
-
WorkspaceId: string | undefined;
|
|
2729
|
-
}
|
|
2730
|
-
export declare namespace RestoreWorkspaceRequest {
|
|
2731
|
-
/**
|
|
2732
|
-
* @internal
|
|
2733
|
-
*/
|
|
2734
|
-
const filterSensitiveLog: (obj: RestoreWorkspaceRequest) => any;
|
|
2735
|
-
}
|
|
2736
|
-
export interface RestoreWorkspaceResult {
|
|
2737
|
-
}
|
|
2738
|
-
export declare namespace RestoreWorkspaceResult {
|
|
2739
|
-
/**
|
|
2740
|
-
* @internal
|
|
2741
|
-
*/
|
|
2742
|
-
const filterSensitiveLog: (obj: RestoreWorkspaceResult) => any;
|
|
2743
|
-
}
|
|
2744
|
-
export interface RevokeIpRulesRequest {
|
|
2745
|
-
/**
|
|
2746
|
-
* <p>The identifier of the group.</p>
|
|
2747
|
-
*/
|
|
2748
|
-
GroupId: string | undefined;
|
|
2749
|
-
/**
|
|
2750
|
-
* <p>The rules to remove from the group.</p>
|
|
2751
|
-
*/
|
|
2752
|
-
UserRules: string[] | undefined;
|
|
2753
|
-
}
|
|
2754
|
-
export declare namespace RevokeIpRulesRequest {
|
|
2755
|
-
/**
|
|
2756
|
-
* @internal
|
|
2757
|
-
*/
|
|
2758
|
-
const filterSensitiveLog: (obj: RevokeIpRulesRequest) => any;
|
|
2759
|
-
}
|
|
2760
|
-
export interface RevokeIpRulesResult {
|
|
2761
|
-
}
|
|
2762
|
-
export declare namespace RevokeIpRulesResult {
|
|
2763
|
-
/**
|
|
2764
|
-
* @internal
|
|
2765
|
-
*/
|
|
2766
|
-
const filterSensitiveLog: (obj: RevokeIpRulesResult) => any;
|
|
2767
|
-
}
|
|
2768
|
-
/**
|
|
2769
|
-
* <p>Information used to start a WorkSpace.</p>
|
|
2770
|
-
*/
|
|
2771
|
-
export interface StartRequest {
|
|
2772
|
-
/**
|
|
2773
|
-
* <p>The identifier of the WorkSpace.</p>
|
|
2774
|
-
*/
|
|
2775
|
-
WorkspaceId?: string;
|
|
2776
|
-
}
|
|
2777
|
-
export declare namespace StartRequest {
|
|
2778
|
-
/**
|
|
2779
|
-
* @internal
|
|
2780
|
-
*/
|
|
2781
|
-
const filterSensitiveLog: (obj: StartRequest) => any;
|
|
2782
|
-
}
|
|
2783
|
-
export interface StartWorkspacesRequest {
|
|
2784
|
-
/**
|
|
2785
|
-
* <p>The WorkSpaces to start. You can specify up to 25 WorkSpaces.</p>
|
|
2786
|
-
*/
|
|
2787
|
-
StartWorkspaceRequests: StartRequest[] | undefined;
|
|
2788
|
-
}
|
|
2789
|
-
export declare namespace StartWorkspacesRequest {
|
|
2790
|
-
/**
|
|
2791
|
-
* @internal
|
|
2792
|
-
*/
|
|
2793
|
-
const filterSensitiveLog: (obj: StartWorkspacesRequest) => any;
|
|
2794
|
-
}
|
|
2795
|
-
export interface StartWorkspacesResult {
|
|
2796
|
-
/**
|
|
2797
|
-
* <p>Information about the WorkSpaces that could not be started.</p>
|
|
2798
|
-
*/
|
|
2799
|
-
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
2800
|
-
}
|
|
2801
|
-
export declare namespace StartWorkspacesResult {
|
|
2802
|
-
/**
|
|
2803
|
-
* @internal
|
|
2804
|
-
*/
|
|
2805
|
-
const filterSensitiveLog: (obj: StartWorkspacesResult) => any;
|
|
2806
|
-
}
|
|
2807
|
-
/**
|
|
2808
|
-
* <p>Describes the information used to stop a WorkSpace.</p>
|
|
2809
|
-
*/
|
|
2810
|
-
export interface StopRequest {
|
|
2811
|
-
/**
|
|
2812
|
-
* <p>The identifier of the WorkSpace.</p>
|
|
2813
|
-
*/
|
|
2814
|
-
WorkspaceId?: string;
|
|
2815
|
-
}
|
|
2816
|
-
export declare namespace StopRequest {
|
|
2817
|
-
/**
|
|
2818
|
-
* @internal
|
|
2819
|
-
*/
|
|
2820
|
-
const filterSensitiveLog: (obj: StopRequest) => any;
|
|
2821
|
-
}
|
|
2822
|
-
export interface StopWorkspacesRequest {
|
|
2823
|
-
/**
|
|
2824
|
-
* <p>The WorkSpaces to stop. You can specify up to 25 WorkSpaces.</p>
|
|
2825
|
-
*/
|
|
2826
|
-
StopWorkspaceRequests: StopRequest[] | undefined;
|
|
2827
|
-
}
|
|
2828
|
-
export declare namespace StopWorkspacesRequest {
|
|
2829
|
-
/**
|
|
2830
|
-
* @internal
|
|
2831
|
-
*/
|
|
2832
|
-
const filterSensitiveLog: (obj: StopWorkspacesRequest) => any;
|
|
2833
|
-
}
|
|
2834
|
-
export interface StopWorkspacesResult {
|
|
2835
|
-
/**
|
|
2836
|
-
* <p>Information about the WorkSpaces that could not be stopped.</p>
|
|
2837
|
-
*/
|
|
2838
|
-
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
2839
|
-
}
|
|
2840
|
-
export declare namespace StopWorkspacesResult {
|
|
2841
|
-
/**
|
|
2842
|
-
* @internal
|
|
2843
|
-
*/
|
|
2844
|
-
const filterSensitiveLog: (obj: StopWorkspacesResult) => any;
|
|
2845
|
-
}
|
|
2846
|
-
/**
|
|
2847
|
-
* <p>Describes the information used to terminate a WorkSpace.</p>
|
|
2848
|
-
*/
|
|
2849
|
-
export interface TerminateRequest {
|
|
2850
|
-
/**
|
|
2851
|
-
* <p>The identifier of the WorkSpace.</p>
|
|
2852
|
-
*/
|
|
2853
|
-
WorkspaceId: string | undefined;
|
|
2854
|
-
}
|
|
2855
|
-
export declare namespace TerminateRequest {
|
|
2856
|
-
/**
|
|
2857
|
-
* @internal
|
|
2858
|
-
*/
|
|
2859
|
-
const filterSensitiveLog: (obj: TerminateRequest) => any;
|
|
2860
|
-
}
|
|
2861
|
-
export interface TerminateWorkspacesRequest {
|
|
2862
|
-
/**
|
|
2863
|
-
* <p>The WorkSpaces to terminate. You can specify up to 25 WorkSpaces.</p>
|
|
2864
|
-
*/
|
|
2865
|
-
TerminateWorkspaceRequests: TerminateRequest[] | undefined;
|
|
2866
|
-
}
|
|
2867
|
-
export declare namespace TerminateWorkspacesRequest {
|
|
2868
|
-
/**
|
|
2869
|
-
* @internal
|
|
2870
|
-
*/
|
|
2871
|
-
const filterSensitiveLog: (obj: TerminateWorkspacesRequest) => any;
|
|
2872
|
-
}
|
|
2873
|
-
export interface TerminateWorkspacesResult {
|
|
2874
|
-
/**
|
|
2875
|
-
* <p>Information about the WorkSpaces that could not be terminated.</p>
|
|
2876
|
-
*/
|
|
2877
|
-
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
2878
|
-
}
|
|
2879
|
-
export declare namespace TerminateWorkspacesResult {
|
|
2880
|
-
/**
|
|
2881
|
-
* @internal
|
|
2882
|
-
*/
|
|
2883
|
-
const filterSensitiveLog: (obj: TerminateWorkspacesResult) => any;
|
|
2884
|
-
}
|
|
2885
|
-
export interface UpdateConnectionAliasPermissionRequest {
|
|
2886
|
-
/**
|
|
2887
|
-
* <p>The identifier of the connection alias that you want to update permissions for.</p>
|
|
2888
|
-
*/
|
|
2889
|
-
AliasId: string | undefined;
|
|
2890
|
-
/**
|
|
2891
|
-
* <p>Indicates whether to share or unshare the connection alias with the specified AWS account.</p>
|
|
2892
|
-
*/
|
|
2893
|
-
ConnectionAliasPermission: ConnectionAliasPermission | undefined;
|
|
2894
|
-
}
|
|
2895
|
-
export declare namespace UpdateConnectionAliasPermissionRequest {
|
|
2896
|
-
/**
|
|
2897
|
-
* @internal
|
|
2898
|
-
*/
|
|
2899
|
-
const filterSensitiveLog: (obj: UpdateConnectionAliasPermissionRequest) => any;
|
|
2900
|
-
}
|
|
2901
|
-
export interface UpdateConnectionAliasPermissionResult {
|
|
2902
|
-
}
|
|
2903
|
-
export declare namespace UpdateConnectionAliasPermissionResult {
|
|
2904
|
-
/**
|
|
2905
|
-
* @internal
|
|
2906
|
-
*/
|
|
2907
|
-
const filterSensitiveLog: (obj: UpdateConnectionAliasPermissionResult) => any;
|
|
2908
|
-
}
|
|
2909
|
-
export interface UpdateRulesOfIpGroupRequest {
|
|
2910
|
-
/**
|
|
2911
|
-
* <p>The identifier of the group.</p>
|
|
2912
|
-
*/
|
|
2913
|
-
GroupId: string | undefined;
|
|
2914
|
-
/**
|
|
2915
|
-
* <p>One or more rules.</p>
|
|
2916
|
-
*/
|
|
2917
|
-
UserRules: IpRuleItem[] | undefined;
|
|
2918
|
-
}
|
|
2919
|
-
export declare namespace UpdateRulesOfIpGroupRequest {
|
|
2920
|
-
/**
|
|
2921
|
-
* @internal
|
|
2922
|
-
*/
|
|
2923
|
-
const filterSensitiveLog: (obj: UpdateRulesOfIpGroupRequest) => any;
|
|
2924
|
-
}
|
|
2925
|
-
export interface UpdateRulesOfIpGroupResult {
|
|
2926
|
-
}
|
|
2927
|
-
export declare namespace UpdateRulesOfIpGroupResult {
|
|
2928
|
-
/**
|
|
2929
|
-
* @internal
|
|
2930
|
-
*/
|
|
2931
|
-
const filterSensitiveLog: (obj: UpdateRulesOfIpGroupResult) => any;
|
|
2932
|
-
}
|
|
2933
|
-
export interface UpdateWorkspaceBundleRequest {
|
|
2934
|
-
/**
|
|
2935
|
-
* <p>The identifier of the bundle.</p>
|
|
2936
|
-
*/
|
|
2937
|
-
BundleId?: string;
|
|
2938
|
-
/**
|
|
2939
|
-
* <p>The identifier of the image.</p>
|
|
2940
|
-
*/
|
|
2941
|
-
ImageId?: string;
|
|
2942
|
-
}
|
|
2943
|
-
export declare namespace UpdateWorkspaceBundleRequest {
|
|
2944
|
-
/**
|
|
2945
|
-
* @internal
|
|
2946
|
-
*/
|
|
2947
|
-
const filterSensitiveLog: (obj: UpdateWorkspaceBundleRequest) => any;
|
|
2948
|
-
}
|
|
2949
|
-
export interface UpdateWorkspaceBundleResult {
|
|
2950
|
-
}
|
|
2951
|
-
export declare namespace UpdateWorkspaceBundleResult {
|
|
2952
|
-
/**
|
|
2953
|
-
* @internal
|
|
2954
|
-
*/
|
|
2955
|
-
const filterSensitiveLog: (obj: UpdateWorkspaceBundleResult) => any;
|
|
2956
|
-
}
|
|
2957
|
-
export interface UpdateWorkspaceImagePermissionRequest {
|
|
2958
|
-
/**
|
|
2959
|
-
* <p>The identifier of the image.</p>
|
|
2960
|
-
*/
|
|
2961
|
-
ImageId: string | undefined;
|
|
2962
|
-
/**
|
|
2963
|
-
* <p>The permission to copy the image. This permission can be revoked only after an image
|
|
2964
|
-
* has been shared.</p>
|
|
2965
|
-
*/
|
|
2966
|
-
AllowCopyImage: boolean | undefined;
|
|
2967
|
-
/**
|
|
2968
|
-
* <p>The identifier of the AWS account to share or unshare the image with.</p>
|
|
2969
|
-
*
|
|
2970
|
-
* <important>
|
|
2971
|
-
* <p>Before sharing the image, confirm that you are sharing to the correct AWS account ID.</p>
|
|
2972
|
-
* </important>
|
|
2973
|
-
*/
|
|
2974
|
-
SharedAccountId: string | undefined;
|
|
2975
|
-
}
|
|
2976
|
-
export declare namespace UpdateWorkspaceImagePermissionRequest {
|
|
2977
|
-
/**
|
|
2978
|
-
* @internal
|
|
2979
|
-
*/
|
|
2980
|
-
const filterSensitiveLog: (obj: UpdateWorkspaceImagePermissionRequest) => any;
|
|
2981
|
-
}
|
|
2982
|
-
export interface UpdateWorkspaceImagePermissionResult {
|
|
2983
|
-
}
|
|
2984
|
-
export declare namespace UpdateWorkspaceImagePermissionResult {
|
|
2985
|
-
/**
|
|
2986
|
-
* @internal
|
|
2987
|
-
*/
|
|
2988
|
-
const filterSensitiveLog: (obj: UpdateWorkspaceImagePermissionResult) => any;
|
|
2989
|
-
}
|