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