@aws-sdk/client-workspaces 3.34.0 → 3.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist-cjs/WorkSpaces.js +823 -0
- package/dist-cjs/WorkSpaces.js.map +1 -0
- package/dist-cjs/WorkSpacesClient.js +46 -0
- package/dist-cjs/WorkSpacesClient.js.map +1 -0
- package/dist-cjs/commands/AssociateConnectionAliasCommand.js +68 -0
- package/dist-cjs/commands/AssociateConnectionAliasCommand.js.map +1 -0
- package/dist-cjs/commands/AssociateIpGroupsCommand.js +61 -0
- package/dist-cjs/commands/AssociateIpGroupsCommand.js.map +1 -0
- package/dist-cjs/commands/AuthorizeIpRulesCommand.js +63 -0
- package/dist-cjs/commands/AuthorizeIpRulesCommand.js.map +1 -0
- package/dist-cjs/commands/CopyWorkspaceImageCommand.js +74 -0
- package/dist-cjs/commands/CopyWorkspaceImageCommand.js.map +1 -0
- package/dist-cjs/commands/CreateConnectionAliasCommand.js +63 -0
- package/dist-cjs/commands/CreateConnectionAliasCommand.js.map +1 -0
- package/dist-cjs/commands/CreateIpGroupCommand.js +70 -0
- package/dist-cjs/commands/CreateIpGroupCommand.js.map +1 -0
- package/dist-cjs/commands/CreateTagsCommand.js +61 -0
- package/dist-cjs/commands/CreateTagsCommand.js.map +1 -0
- package/dist-cjs/commands/CreateUpdatedWorkspaceImageCommand.js +84 -0
- package/dist-cjs/commands/CreateUpdatedWorkspaceImageCommand.js.map +1 -0
- package/dist-cjs/commands/CreateWorkspaceBundleCommand.js +63 -0
- package/dist-cjs/commands/CreateWorkspaceBundleCommand.js.map +1 -0
- package/dist-cjs/commands/CreateWorkspacesCommand.js +62 -0
- package/dist-cjs/commands/CreateWorkspacesCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteConnectionAliasCommand.js +78 -0
- package/dist-cjs/commands/DeleteConnectionAliasCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteIpGroupCommand.js +62 -0
- package/dist-cjs/commands/DeleteIpGroupCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteTagsCommand.js +61 -0
- package/dist-cjs/commands/DeleteTagsCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteWorkspaceBundleCommand.js +63 -0
- package/dist-cjs/commands/DeleteWorkspaceBundleCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteWorkspaceImageCommand.js +63 -0
- package/dist-cjs/commands/DeleteWorkspaceImageCommand.js.map +1 -0
- package/dist-cjs/commands/DeregisterWorkspaceDirectoryCommand.js +77 -0
- package/dist-cjs/commands/DeregisterWorkspaceDirectoryCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeAccountCommand.js +62 -0
- package/dist-cjs/commands/DescribeAccountCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeAccountModificationsCommand.js +62 -0
- package/dist-cjs/commands/DescribeAccountModificationsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeClientPropertiesCommand.js +61 -0
- package/dist-cjs/commands/DescribeClientPropertiesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeConnectionAliasPermissionsCommand.js +63 -0
- package/dist-cjs/commands/DescribeConnectionAliasPermissionsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeConnectionAliasesCommand.js +63 -0
- package/dist-cjs/commands/DescribeConnectionAliasesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeIpGroupsCommand.js +61 -0
- package/dist-cjs/commands/DescribeIpGroupsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeTagsCommand.js +61 -0
- package/dist-cjs/commands/DescribeTagsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeWorkspaceBundlesCommand.js +62 -0
- package/dist-cjs/commands/DescribeWorkspaceBundlesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeWorkspaceDirectoriesCommand.js +62 -0
- package/dist-cjs/commands/DescribeWorkspaceDirectoriesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeWorkspaceImagePermissionsCommand.js +62 -0
- package/dist-cjs/commands/DescribeWorkspaceImagePermissionsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeWorkspaceImagesCommand.js +62 -0
- package/dist-cjs/commands/DescribeWorkspaceImagesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeWorkspaceSnapshotsCommand.js +61 -0
- package/dist-cjs/commands/DescribeWorkspaceSnapshotsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeWorkspacesCommand.js +63 -0
- package/dist-cjs/commands/DescribeWorkspacesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeWorkspacesConnectionStatusCommand.js +61 -0
- package/dist-cjs/commands/DescribeWorkspacesConnectionStatusCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateConnectionAliasCommand.js +69 -0
- package/dist-cjs/commands/DisassociateConnectionAliasCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateIpGroupsCommand.js +61 -0
- package/dist-cjs/commands/DisassociateIpGroupsCommand.js.map +1 -0
- package/dist-cjs/commands/ImportWorkspaceImageCommand.js +65 -0
- package/dist-cjs/commands/ImportWorkspaceImageCommand.js.map +1 -0
- package/dist-cjs/commands/ListAvailableManagementCidrRangesCommand.js +69 -0
- package/dist-cjs/commands/ListAvailableManagementCidrRangesCommand.js.map +1 -0
- package/dist-cjs/commands/MigrateWorkspaceCommand.js +69 -0
- package/dist-cjs/commands/MigrateWorkspaceCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyAccountCommand.js +62 -0
- package/dist-cjs/commands/ModifyAccountCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyClientPropertiesCommand.js +61 -0
- package/dist-cjs/commands/ModifyClientPropertiesCommand.js.map +1 -0
- package/dist-cjs/commands/ModifySelfservicePermissionsCommand.js +62 -0
- package/dist-cjs/commands/ModifySelfservicePermissionsCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js +63 -0
- package/dist-cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js +61 -0
- package/dist-cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyWorkspacePropertiesCommand.js +65 -0
- package/dist-cjs/commands/ModifyWorkspacePropertiesCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyWorkspaceStateCommand.js +66 -0
- package/dist-cjs/commands/ModifyWorkspaceStateCommand.js.map +1 -0
- package/dist-cjs/commands/RebootWorkspacesCommand.js +64 -0
- package/dist-cjs/commands/RebootWorkspacesCommand.js.map +1 -0
- package/dist-cjs/commands/RebuildWorkspacesCommand.js +68 -0
- package/dist-cjs/commands/RebuildWorkspacesCommand.js.map +1 -0
- package/dist-cjs/commands/RegisterWorkspaceDirectoryCommand.js +65 -0
- package/dist-cjs/commands/RegisterWorkspaceDirectoryCommand.js.map +1 -0
- package/dist-cjs/commands/RestoreWorkspaceCommand.js +68 -0
- package/dist-cjs/commands/RestoreWorkspaceCommand.js.map +1 -0
- package/dist-cjs/commands/RevokeIpRulesCommand.js +61 -0
- package/dist-cjs/commands/RevokeIpRulesCommand.js.map +1 -0
- package/dist-cjs/commands/StartWorkspacesCommand.js +63 -0
- package/dist-cjs/commands/StartWorkspacesCommand.js.map +1 -0
- package/dist-cjs/commands/StopWorkspacesCommand.js +64 -0
- package/dist-cjs/commands/StopWorkspacesCommand.js.map +1 -0
- package/dist-cjs/commands/TerminateWorkspacesCommand.js +90 -0
- package/dist-cjs/commands/TerminateWorkspacesCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateConnectionAliasPermissionCommand.js +80 -0
- package/dist-cjs/commands/UpdateConnectionAliasPermissionCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRulesOfIpGroupCommand.js +62 -0
- package/dist-cjs/commands/UpdateRulesOfIpGroupCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateWorkspaceBundleCommand.js +69 -0
- package/dist-cjs/commands/UpdateWorkspaceBundleCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateWorkspaceImagePermissionCommand.js +86 -0
- package/dist-cjs/commands/UpdateWorkspaceImagePermissionCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +65 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +0 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/dist-cjs/models/models_0.js +1567 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/dist-cjs/pagination/DescribeWorkspaceBundlesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeWorkspaceBundlesPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeWorkspaceDirectoriesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeWorkspaceDirectoriesPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeWorkspacesPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeWorkspacesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/dist-cjs/pagination/Interfaces.js.map +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +6067 -0
- package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/dist-cjs/runtimeConfig.js +47 -0
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/dist-es/WorkSpaces.js +821 -0
- package/dist-es/WorkSpaces.js.map +1 -0
- package/dist-es/WorkSpacesClient.js +38 -0
- package/dist-es/WorkSpacesClient.js.map +1 -0
- package/dist-es/commands/AssociateConnectionAliasCommand.js +40 -0
- package/dist-es/commands/AssociateConnectionAliasCommand.js.map +1 -0
- package/dist-es/commands/AssociateIpGroupsCommand.js +40 -0
- package/dist-es/commands/AssociateIpGroupsCommand.js.map +1 -0
- package/dist-es/commands/AuthorizeIpRulesCommand.js +40 -0
- package/dist-es/commands/AuthorizeIpRulesCommand.js.map +1 -0
- package/dist-es/commands/CopyWorkspaceImageCommand.js +40 -0
- package/dist-es/commands/CopyWorkspaceImageCommand.js.map +1 -0
- package/dist-es/commands/CreateConnectionAliasCommand.js +40 -0
- package/dist-es/commands/CreateConnectionAliasCommand.js.map +1 -0
- package/dist-es/commands/CreateIpGroupCommand.js +40 -0
- package/dist-es/commands/CreateIpGroupCommand.js.map +1 -0
- package/dist-es/commands/CreateTagsCommand.js +40 -0
- package/dist-es/commands/CreateTagsCommand.js.map +1 -0
- package/dist-es/commands/CreateUpdatedWorkspaceImageCommand.js +40 -0
- package/dist-es/commands/CreateUpdatedWorkspaceImageCommand.js.map +1 -0
- package/dist-es/commands/CreateWorkspaceBundleCommand.js +40 -0
- package/dist-es/commands/CreateWorkspaceBundleCommand.js.map +1 -0
- package/dist-es/commands/CreateWorkspacesCommand.js +40 -0
- package/dist-es/commands/CreateWorkspacesCommand.js.map +1 -0
- package/dist-es/commands/DeleteConnectionAliasCommand.js +40 -0
- package/dist-es/commands/DeleteConnectionAliasCommand.js.map +1 -0
- package/dist-es/commands/DeleteIpGroupCommand.js +40 -0
- package/dist-es/commands/DeleteIpGroupCommand.js.map +1 -0
- package/dist-es/commands/DeleteTagsCommand.js +40 -0
- package/dist-es/commands/DeleteTagsCommand.js.map +1 -0
- package/dist-es/commands/DeleteWorkspaceBundleCommand.js +40 -0
- package/dist-es/commands/DeleteWorkspaceBundleCommand.js.map +1 -0
- package/dist-es/commands/DeleteWorkspaceImageCommand.js +40 -0
- package/dist-es/commands/DeleteWorkspaceImageCommand.js.map +1 -0
- package/dist-es/commands/DeregisterWorkspaceDirectoryCommand.js +40 -0
- package/dist-es/commands/DeregisterWorkspaceDirectoryCommand.js.map +1 -0
- package/dist-es/commands/DescribeAccountCommand.js +40 -0
- package/dist-es/commands/DescribeAccountCommand.js.map +1 -0
- package/dist-es/commands/DescribeAccountModificationsCommand.js +40 -0
- package/dist-es/commands/DescribeAccountModificationsCommand.js.map +1 -0
- package/dist-es/commands/DescribeClientPropertiesCommand.js +40 -0
- package/dist-es/commands/DescribeClientPropertiesCommand.js.map +1 -0
- package/dist-es/commands/DescribeConnectionAliasPermissionsCommand.js +40 -0
- package/dist-es/commands/DescribeConnectionAliasPermissionsCommand.js.map +1 -0
- package/dist-es/commands/DescribeConnectionAliasesCommand.js +40 -0
- package/dist-es/commands/DescribeConnectionAliasesCommand.js.map +1 -0
- package/dist-es/commands/DescribeIpGroupsCommand.js +40 -0
- package/dist-es/commands/DescribeIpGroupsCommand.js.map +1 -0
- package/dist-es/commands/DescribeTagsCommand.js +40 -0
- package/dist-es/commands/DescribeTagsCommand.js.map +1 -0
- package/dist-es/commands/DescribeWorkspaceBundlesCommand.js +40 -0
- package/dist-es/commands/DescribeWorkspaceBundlesCommand.js.map +1 -0
- package/dist-es/commands/DescribeWorkspaceDirectoriesCommand.js +40 -0
- package/dist-es/commands/DescribeWorkspaceDirectoriesCommand.js.map +1 -0
- package/dist-es/commands/DescribeWorkspaceImagePermissionsCommand.js +40 -0
- package/dist-es/commands/DescribeWorkspaceImagePermissionsCommand.js.map +1 -0
- package/dist-es/commands/DescribeWorkspaceImagesCommand.js +40 -0
- package/dist-es/commands/DescribeWorkspaceImagesCommand.js.map +1 -0
- package/dist-es/commands/DescribeWorkspaceSnapshotsCommand.js +40 -0
- package/dist-es/commands/DescribeWorkspaceSnapshotsCommand.js.map +1 -0
- package/dist-es/commands/DescribeWorkspacesCommand.js +40 -0
- package/dist-es/commands/DescribeWorkspacesCommand.js.map +1 -0
- package/dist-es/commands/DescribeWorkspacesConnectionStatusCommand.js +40 -0
- package/dist-es/commands/DescribeWorkspacesConnectionStatusCommand.js.map +1 -0
- package/dist-es/commands/DisassociateConnectionAliasCommand.js +40 -0
- package/dist-es/commands/DisassociateConnectionAliasCommand.js.map +1 -0
- package/dist-es/commands/DisassociateIpGroupsCommand.js +40 -0
- package/dist-es/commands/DisassociateIpGroupsCommand.js.map +1 -0
- package/dist-es/commands/ImportWorkspaceImageCommand.js +40 -0
- package/dist-es/commands/ImportWorkspaceImageCommand.js.map +1 -0
- package/dist-es/commands/ListAvailableManagementCidrRangesCommand.js +40 -0
- package/dist-es/commands/ListAvailableManagementCidrRangesCommand.js.map +1 -0
- package/dist-es/commands/MigrateWorkspaceCommand.js +40 -0
- package/dist-es/commands/MigrateWorkspaceCommand.js.map +1 -0
- package/dist-es/commands/ModifyAccountCommand.js +40 -0
- package/dist-es/commands/ModifyAccountCommand.js.map +1 -0
- package/dist-es/commands/ModifyClientPropertiesCommand.js +40 -0
- package/dist-es/commands/ModifyClientPropertiesCommand.js.map +1 -0
- package/dist-es/commands/ModifySelfservicePermissionsCommand.js +40 -0
- package/dist-es/commands/ModifySelfservicePermissionsCommand.js.map +1 -0
- package/dist-es/commands/ModifyWorkspaceAccessPropertiesCommand.js +40 -0
- package/dist-es/commands/ModifyWorkspaceAccessPropertiesCommand.js.map +1 -0
- package/dist-es/commands/ModifyWorkspaceCreationPropertiesCommand.js +40 -0
- package/dist-es/commands/ModifyWorkspaceCreationPropertiesCommand.js.map +1 -0
- package/dist-es/commands/ModifyWorkspacePropertiesCommand.js +40 -0
- package/dist-es/commands/ModifyWorkspacePropertiesCommand.js.map +1 -0
- package/dist-es/commands/ModifyWorkspaceStateCommand.js +40 -0
- package/dist-es/commands/ModifyWorkspaceStateCommand.js.map +1 -0
- package/dist-es/commands/RebootWorkspacesCommand.js +40 -0
- package/dist-es/commands/RebootWorkspacesCommand.js.map +1 -0
- package/dist-es/commands/RebuildWorkspacesCommand.js +40 -0
- package/dist-es/commands/RebuildWorkspacesCommand.js.map +1 -0
- package/dist-es/commands/RegisterWorkspaceDirectoryCommand.js +40 -0
- package/dist-es/commands/RegisterWorkspaceDirectoryCommand.js.map +1 -0
- package/dist-es/commands/RestoreWorkspaceCommand.js +40 -0
- package/dist-es/commands/RestoreWorkspaceCommand.js.map +1 -0
- package/dist-es/commands/RevokeIpRulesCommand.js +40 -0
- package/dist-es/commands/RevokeIpRulesCommand.js.map +1 -0
- package/dist-es/commands/StartWorkspacesCommand.js +40 -0
- package/dist-es/commands/StartWorkspacesCommand.js.map +1 -0
- package/dist-es/commands/StopWorkspacesCommand.js +40 -0
- package/dist-es/commands/StopWorkspacesCommand.js.map +1 -0
- package/dist-es/commands/TerminateWorkspacesCommand.js +40 -0
- package/dist-es/commands/TerminateWorkspacesCommand.js.map +1 -0
- package/dist-es/commands/UpdateConnectionAliasPermissionCommand.js +40 -0
- package/dist-es/commands/UpdateConnectionAliasPermissionCommand.js.map +1 -0
- package/dist-es/commands/UpdateRulesOfIpGroupCommand.js +40 -0
- package/dist-es/commands/UpdateRulesOfIpGroupCommand.js.map +1 -0
- package/dist-es/commands/UpdateWorkspaceBundleCommand.js +40 -0
- package/dist-es/commands/UpdateWorkspaceBundleCommand.js.map +1 -0
- package/dist-es/commands/UpdateWorkspaceImagePermissionCommand.js +40 -0
- package/dist-es/commands/UpdateWorkspaceImagePermissionCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +0 -0
- package/dist-es/endpoints.js.map +1 -0
- package/dist-es/index.js +62 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/dist-es/models/models_0.js +777 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/dist-es/pagination/DescribeWorkspaceBundlesPaginator.js +74 -0
- package/dist-es/pagination/DescribeWorkspaceBundlesPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeWorkspaceDirectoriesPaginator.js +74 -0
- package/dist-es/pagination/DescribeWorkspaceDirectoriesPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeWorkspacesPaginator.js +75 -0
- package/dist-es/pagination/DescribeWorkspacesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/dist-es/pagination/Interfaces.js.map +1 -0
- package/dist-es/protocols/Aws_json1_1.js +6321 -0
- package/dist-es/protocols/Aws_json1_1.js.map +1 -0
- package/dist-es/runtimeConfig.browser.js +17 -0
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/dist-es/runtimeConfig.js +22 -0
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/dist-types/WorkSpaces.d.ts +645 -0
- package/dist-types/WorkSpacesClient.d.ts +188 -0
- package/dist-types/commands/AssociateConnectionAliasCommand.d.ts +42 -0
- package/dist-types/commands/AssociateIpGroupsCommand.d.ts +35 -0
- package/dist-types/commands/AuthorizeIpRulesCommand.d.ts +37 -0
- package/dist-types/commands/CopyWorkspaceImageCommand.d.ts +48 -0
- package/dist-types/commands/CreateConnectionAliasCommand.d.ts +37 -0
- package/dist-types/commands/CreateIpGroupCommand.d.ts +44 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +35 -0
- package/dist-types/commands/CreateUpdatedWorkspaceImageCommand.d.ts +58 -0
- package/dist-types/commands/CreateWorkspaceBundleCommand.d.ts +37 -0
- package/dist-types/commands/CreateWorkspacesCommand.d.ts +36 -0
- package/dist-types/commands/DeleteConnectionAliasCommand.d.ts +52 -0
- package/dist-types/commands/DeleteIpGroupCommand.d.ts +36 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +35 -0
- package/dist-types/commands/DeleteWorkspaceBundleCommand.d.ts +37 -0
- package/dist-types/commands/DeleteWorkspaceImageCommand.d.ts +37 -0
- package/dist-types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +51 -0
- package/dist-types/commands/DescribeAccountCommand.d.ts +36 -0
- package/dist-types/commands/DescribeAccountModificationsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeClientPropertiesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeConnectionAliasesCommand.d.ts +37 -0
- package/dist-types/commands/DescribeIpGroupsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeWorkspaceBundlesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeWorkspacesCommand.d.ts +37 -0
- package/dist-types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateConnectionAliasCommand.d.ts +43 -0
- package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +35 -0
- package/dist-types/commands/ImportWorkspaceImageCommand.d.ts +39 -0
- package/dist-types/commands/ListAvailableManagementCidrRangesCommand.d.ts +43 -0
- package/dist-types/commands/MigrateWorkspaceCommand.d.ts +43 -0
- package/dist-types/commands/ModifyAccountCommand.d.ts +36 -0
- package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +35 -0
- package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +36 -0
- package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +37 -0
- package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +35 -0
- package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +39 -0
- package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +40 -0
- package/dist-types/commands/RebootWorkspacesCommand.d.ts +38 -0
- package/dist-types/commands/RebuildWorkspacesCommand.d.ts +42 -0
- package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +39 -0
- package/dist-types/commands/RestoreWorkspaceCommand.d.ts +42 -0
- package/dist-types/commands/RevokeIpRulesCommand.d.ts +35 -0
- package/dist-types/commands/StartWorkspacesCommand.d.ts +37 -0
- package/dist-types/commands/StopWorkspacesCommand.d.ts +38 -0
- package/dist-types/commands/TerminateWorkspacesCommand.d.ts +64 -0
- package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +54 -0
- package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +36 -0
- package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +43 -0
- package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +60 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/dist-types/index.d.ts +61 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/dist-types/models/models_0.d.ts +3053 -0
- package/dist-types/pagination/DescribeWorkspaceBundlesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeWorkspacesPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +164 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/WorkSpaces.d.ts +645 -0
- package/dist-types/ts3.4/WorkSpacesClient.d.ts +188 -0
- package/dist-types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateIpGroupCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateUpdatedWorkspaceImageCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateWorkspacesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DeleteIpGroupCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ModifyAccountCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +64 -0
- package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +54 -0
- package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +60 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/dist-types/ts3.4/index.d.ts +61 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3053 -0
- package/dist-types/ts3.4/pagination/DescribeWorkspaceBundlesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeWorkspacesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +164 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +42 -42
- package/src/WorkSpaces.ts +2243 -0
- package/src/WorkSpacesClient.ts +502 -0
- package/src/commands/AssociateConnectionAliasCommand.ts +102 -0
- package/src/commands/AssociateIpGroupsCommand.ts +95 -0
- package/src/commands/AuthorizeIpRulesCommand.ts +97 -0
- package/src/commands/CopyWorkspaceImageCommand.ts +108 -0
- package/src/commands/CreateConnectionAliasCommand.ts +97 -0
- package/src/commands/CreateIpGroupCommand.ts +104 -0
- package/src/commands/CreateTagsCommand.ts +95 -0
- package/src/commands/CreateUpdatedWorkspaceImageCommand.ts +121 -0
- package/src/commands/CreateWorkspaceBundleCommand.ts +97 -0
- package/src/commands/CreateWorkspacesCommand.ts +96 -0
- package/src/commands/DeleteConnectionAliasCommand.ts +112 -0
- package/src/commands/DeleteIpGroupCommand.ts +96 -0
- package/src/commands/DeleteTagsCommand.ts +95 -0
- package/src/commands/DeleteWorkspaceBundleCommand.ts +97 -0
- package/src/commands/DeleteWorkspaceImageCommand.ts +97 -0
- package/src/commands/DeregisterWorkspaceDirectoryCommand.ts +116 -0
- package/src/commands/DescribeAccountCommand.ts +96 -0
- package/src/commands/DescribeAccountModificationsCommand.ts +101 -0
- package/src/commands/DescribeClientPropertiesCommand.ts +95 -0
- package/src/commands/DescribeConnectionAliasPermissionsCommand.ts +108 -0
- package/src/commands/DescribeConnectionAliasesCommand.ts +100 -0
- package/src/commands/DescribeIpGroupsCommand.ts +95 -0
- package/src/commands/DescribeTagsCommand.ts +95 -0
- package/src/commands/DescribeWorkspaceBundlesCommand.ts +96 -0
- package/src/commands/DescribeWorkspaceDirectoriesCommand.ts +101 -0
- package/src/commands/DescribeWorkspaceImagePermissionsCommand.ts +104 -0
- package/src/commands/DescribeWorkspaceImagesCommand.ts +96 -0
- package/src/commands/DescribeWorkspaceSnapshotsCommand.ts +98 -0
- package/src/commands/DescribeWorkspacesCommand.ts +97 -0
- package/src/commands/DescribeWorkspacesConnectionStatusCommand.ts +106 -0
- package/src/commands/DisassociateConnectionAliasCommand.ts +106 -0
- package/src/commands/DisassociateIpGroupsCommand.ts +95 -0
- package/src/commands/ImportWorkspaceImageCommand.ts +99 -0
- package/src/commands/ListAvailableManagementCidrRangesCommand.ts +111 -0
- package/src/commands/MigrateWorkspaceCommand.ts +103 -0
- package/src/commands/ModifyAccountCommand.ts +96 -0
- package/src/commands/ModifyClientPropertiesCommand.ts +95 -0
- package/src/commands/ModifySelfservicePermissionsCommand.ts +101 -0
- package/src/commands/ModifyWorkspaceAccessPropertiesCommand.ts +105 -0
- package/src/commands/ModifyWorkspaceCreationPropertiesCommand.ts +103 -0
- package/src/commands/ModifyWorkspacePropertiesCommand.ts +102 -0
- package/src/commands/ModifyWorkspaceStateCommand.ts +100 -0
- package/src/commands/RebootWorkspacesCommand.ts +98 -0
- package/src/commands/RebuildWorkspacesCommand.ts +102 -0
- package/src/commands/RegisterWorkspaceDirectoryCommand.ts +102 -0
- package/src/commands/RestoreWorkspaceCommand.ts +102 -0
- package/src/commands/RevokeIpRulesCommand.ts +95 -0
- package/src/commands/StartWorkspacesCommand.ts +97 -0
- package/src/commands/StopWorkspacesCommand.ts +98 -0
- package/src/commands/TerminateWorkspacesCommand.ts +124 -0
- package/src/commands/UpdateConnectionAliasPermissionCommand.ts +122 -0
- package/src/commands/UpdateRulesOfIpGroupCommand.ts +96 -0
- package/src/commands/UpdateWorkspaceBundleCommand.ts +103 -0
- package/src/commands/UpdateWorkspaceImagePermissionCommand.ts +128 -0
- package/src/endpoints.ts +72 -0
- package/src/index.ts +61 -0
- package/{models → src/models}/index.ts +0 -0
- package/src/models/models_0.ts +3876 -0
- package/src/pagination/DescribeWorkspaceBundlesPaginator.ts +58 -0
- package/src/pagination/DescribeWorkspaceDirectoriesPaginator.ts +58 -0
- package/src/pagination/DescribeWorkspacesPaginator.ts +59 -0
- package/src/pagination/Interfaces.ts +8 -0
- package/src/protocols/Aws_json1_1.ts +7603 -0
- package/src/runtimeConfig.browser.ts +41 -0
- package/src/runtimeConfig.native.ts +17 -0
- package/src/runtimeConfig.shared.ts +17 -0
- package/src/runtimeConfig.ts +46 -0
- package/tsconfig.es.json +1 -1
- package/tsconfig.json +4 -2
- package/tsconfig.types.json +3 -2
- package/WorkSpaces.ts +0 -2188
- package/WorkSpacesClient.ts +0 -495
- package/commands/AssociateConnectionAliasCommand.ts +0 -101
- package/commands/AssociateIpGroupsCommand.ts +0 -94
- package/commands/AuthorizeIpRulesCommand.ts +0 -96
- package/commands/CopyWorkspaceImageCommand.ts +0 -110
- package/commands/CreateConnectionAliasCommand.ts +0 -96
- package/commands/CreateIpGroupCommand.ts +0 -103
- package/commands/CreateTagsCommand.ts +0 -94
- package/commands/CreateWorkspaceBundleCommand.ts +0 -96
- package/commands/CreateWorkspacesCommand.ts +0 -95
- package/commands/DeleteConnectionAliasCommand.ts +0 -111
- package/commands/DeleteIpGroupCommand.ts +0 -95
- package/commands/DeleteTagsCommand.ts +0 -94
- package/commands/DeleteWorkspaceBundleCommand.ts +0 -96
- package/commands/DeleteWorkspaceImageCommand.ts +0 -96
- package/commands/DeregisterWorkspaceDirectoryCommand.ts +0 -115
- package/commands/DescribeAccountCommand.ts +0 -95
- package/commands/DescribeAccountModificationsCommand.ts +0 -100
- package/commands/DescribeClientPropertiesCommand.ts +0 -94
- package/commands/DescribeConnectionAliasPermissionsCommand.ts +0 -107
- package/commands/DescribeConnectionAliasesCommand.ts +0 -99
- package/commands/DescribeIpGroupsCommand.ts +0 -94
- package/commands/DescribeTagsCommand.ts +0 -94
- package/commands/DescribeWorkspaceBundlesCommand.ts +0 -95
- package/commands/DescribeWorkspaceDirectoriesCommand.ts +0 -100
- package/commands/DescribeWorkspaceImagePermissionsCommand.ts +0 -103
- package/commands/DescribeWorkspaceImagesCommand.ts +0 -95
- package/commands/DescribeWorkspaceSnapshotsCommand.ts +0 -97
- package/commands/DescribeWorkspacesCommand.ts +0 -96
- package/commands/DescribeWorkspacesConnectionStatusCommand.ts +0 -105
- package/commands/DisassociateConnectionAliasCommand.ts +0 -105
- package/commands/DisassociateIpGroupsCommand.ts +0 -94
- package/commands/ImportWorkspaceImageCommand.ts +0 -98
- package/commands/ListAvailableManagementCidrRangesCommand.ts +0 -110
- package/commands/MigrateWorkspaceCommand.ts +0 -102
- package/commands/ModifyAccountCommand.ts +0 -95
- package/commands/ModifyClientPropertiesCommand.ts +0 -94
- package/commands/ModifySelfservicePermissionsCommand.ts +0 -100
- package/commands/ModifyWorkspaceAccessPropertiesCommand.ts +0 -104
- package/commands/ModifyWorkspaceCreationPropertiesCommand.ts +0 -102
- package/commands/ModifyWorkspacePropertiesCommand.ts +0 -101
- package/commands/ModifyWorkspaceStateCommand.ts +0 -99
- package/commands/RebootWorkspacesCommand.ts +0 -97
- package/commands/RebuildWorkspacesCommand.ts +0 -101
- package/commands/RegisterWorkspaceDirectoryCommand.ts +0 -101
- package/commands/RestoreWorkspaceCommand.ts +0 -101
- package/commands/RevokeIpRulesCommand.ts +0 -94
- package/commands/StartWorkspacesCommand.ts +0 -96
- package/commands/StopWorkspacesCommand.ts +0 -97
- package/commands/TerminateWorkspacesCommand.ts +0 -123
- package/commands/UpdateConnectionAliasPermissionCommand.ts +0 -121
- package/commands/UpdateRulesOfIpGroupCommand.ts +0 -95
- package/commands/UpdateWorkspaceBundleCommand.ts +0 -102
- package/commands/UpdateWorkspaceImagePermissionCommand.ts +0 -130
- package/dist/cjs/WorkSpaces.js +0 -808
- package/dist/cjs/WorkSpaces.js.map +0 -1
- package/dist/cjs/WorkSpacesClient.js +0 -46
- package/dist/cjs/WorkSpacesClient.js.map +0 -1
- package/dist/cjs/commands/AssociateConnectionAliasCommand.js +0 -68
- package/dist/cjs/commands/AssociateConnectionAliasCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateIpGroupsCommand.js +0 -61
- package/dist/cjs/commands/AssociateIpGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/AuthorizeIpRulesCommand.js +0 -63
- package/dist/cjs/commands/AuthorizeIpRulesCommand.js.map +0 -1
- package/dist/cjs/commands/CopyWorkspaceImageCommand.js +0 -77
- package/dist/cjs/commands/CopyWorkspaceImageCommand.js.map +0 -1
- package/dist/cjs/commands/CreateConnectionAliasCommand.js +0 -63
- package/dist/cjs/commands/CreateConnectionAliasCommand.js.map +0 -1
- package/dist/cjs/commands/CreateIpGroupCommand.js +0 -70
- package/dist/cjs/commands/CreateIpGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTagsCommand.js +0 -61
- package/dist/cjs/commands/CreateTagsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateWorkspaceBundleCommand.js +0 -63
- package/dist/cjs/commands/CreateWorkspaceBundleCommand.js.map +0 -1
- package/dist/cjs/commands/CreateWorkspacesCommand.js +0 -62
- package/dist/cjs/commands/CreateWorkspacesCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConnectionAliasCommand.js +0 -78
- package/dist/cjs/commands/DeleteConnectionAliasCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteIpGroupCommand.js +0 -62
- package/dist/cjs/commands/DeleteIpGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTagsCommand.js +0 -61
- package/dist/cjs/commands/DeleteTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteWorkspaceBundleCommand.js +0 -63
- package/dist/cjs/commands/DeleteWorkspaceBundleCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteWorkspaceImageCommand.js +0 -63
- package/dist/cjs/commands/DeleteWorkspaceImageCommand.js.map +0 -1
- package/dist/cjs/commands/DeregisterWorkspaceDirectoryCommand.js +0 -77
- package/dist/cjs/commands/DeregisterWorkspaceDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccountCommand.js +0 -62
- package/dist/cjs/commands/DescribeAccountCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccountModificationsCommand.js +0 -62
- package/dist/cjs/commands/DescribeAccountModificationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeClientPropertiesCommand.js +0 -61
- package/dist/cjs/commands/DescribeClientPropertiesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConnectionAliasPermissionsCommand.js +0 -63
- package/dist/cjs/commands/DescribeConnectionAliasPermissionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConnectionAliasesCommand.js +0 -63
- package/dist/cjs/commands/DescribeConnectionAliasesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeIpGroupsCommand.js +0 -61
- package/dist/cjs/commands/DescribeIpGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTagsCommand.js +0 -61
- package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkspaceBundlesCommand.js +0 -62
- package/dist/cjs/commands/DescribeWorkspaceBundlesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkspaceDirectoriesCommand.js +0 -62
- package/dist/cjs/commands/DescribeWorkspaceDirectoriesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkspaceImagePermissionsCommand.js +0 -62
- package/dist/cjs/commands/DescribeWorkspaceImagePermissionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkspaceImagesCommand.js +0 -62
- package/dist/cjs/commands/DescribeWorkspaceImagesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkspaceSnapshotsCommand.js +0 -61
- package/dist/cjs/commands/DescribeWorkspaceSnapshotsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkspacesCommand.js +0 -63
- package/dist/cjs/commands/DescribeWorkspacesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkspacesConnectionStatusCommand.js +0 -61
- package/dist/cjs/commands/DescribeWorkspacesConnectionStatusCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateConnectionAliasCommand.js +0 -69
- package/dist/cjs/commands/DisassociateConnectionAliasCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateIpGroupsCommand.js +0 -61
- package/dist/cjs/commands/DisassociateIpGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ImportWorkspaceImageCommand.js +0 -65
- package/dist/cjs/commands/ImportWorkspaceImageCommand.js.map +0 -1
- package/dist/cjs/commands/ListAvailableManagementCidrRangesCommand.js +0 -69
- package/dist/cjs/commands/ListAvailableManagementCidrRangesCommand.js.map +0 -1
- package/dist/cjs/commands/MigrateWorkspaceCommand.js +0 -69
- package/dist/cjs/commands/MigrateWorkspaceCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyAccountCommand.js +0 -62
- package/dist/cjs/commands/ModifyAccountCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyClientPropertiesCommand.js +0 -61
- package/dist/cjs/commands/ModifyClientPropertiesCommand.js.map +0 -1
- package/dist/cjs/commands/ModifySelfservicePermissionsCommand.js +0 -62
- package/dist/cjs/commands/ModifySelfservicePermissionsCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js +0 -63
- package/dist/cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js +0 -61
- package/dist/cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyWorkspacePropertiesCommand.js +0 -65
- package/dist/cjs/commands/ModifyWorkspacePropertiesCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyWorkspaceStateCommand.js +0 -66
- package/dist/cjs/commands/ModifyWorkspaceStateCommand.js.map +0 -1
- package/dist/cjs/commands/RebootWorkspacesCommand.js +0 -64
- package/dist/cjs/commands/RebootWorkspacesCommand.js.map +0 -1
- package/dist/cjs/commands/RebuildWorkspacesCommand.js +0 -68
- package/dist/cjs/commands/RebuildWorkspacesCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterWorkspaceDirectoryCommand.js +0 -65
- package/dist/cjs/commands/RegisterWorkspaceDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/RestoreWorkspaceCommand.js +0 -68
- package/dist/cjs/commands/RestoreWorkspaceCommand.js.map +0 -1
- package/dist/cjs/commands/RevokeIpRulesCommand.js +0 -61
- package/dist/cjs/commands/RevokeIpRulesCommand.js.map +0 -1
- package/dist/cjs/commands/StartWorkspacesCommand.js +0 -63
- package/dist/cjs/commands/StartWorkspacesCommand.js.map +0 -1
- package/dist/cjs/commands/StopWorkspacesCommand.js +0 -64
- package/dist/cjs/commands/StopWorkspacesCommand.js.map +0 -1
- package/dist/cjs/commands/TerminateWorkspacesCommand.js +0 -90
- package/dist/cjs/commands/TerminateWorkspacesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConnectionAliasPermissionCommand.js +0 -80
- package/dist/cjs/commands/UpdateConnectionAliasPermissionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRulesOfIpGroupCommand.js +0 -62
- package/dist/cjs/commands/UpdateRulesOfIpGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateWorkspaceBundleCommand.js +0 -69
- package/dist/cjs/commands/UpdateWorkspaceBundleCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateWorkspaceImagePermissionCommand.js +0 -89
- package/dist/cjs/commands/UpdateWorkspaceImagePermissionCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -64
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -1540
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/DescribeWorkspaceBundlesPaginator.js +0 -45
- package/dist/cjs/pagination/DescribeWorkspaceBundlesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeWorkspaceDirectoriesPaginator.js +0 -45
- package/dist/cjs/pagination/DescribeWorkspaceDirectoriesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeWorkspacesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeWorkspacesPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js +0 -5940
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/WorkSpaces.js +0 -806
- package/dist/es/WorkSpaces.js.map +0 -1
- package/dist/es/WorkSpacesClient.js +0 -38
- package/dist/es/WorkSpacesClient.js.map +0 -1
- package/dist/es/commands/AssociateConnectionAliasCommand.js +0 -40
- package/dist/es/commands/AssociateConnectionAliasCommand.js.map +0 -1
- package/dist/es/commands/AssociateIpGroupsCommand.js +0 -40
- package/dist/es/commands/AssociateIpGroupsCommand.js.map +0 -1
- package/dist/es/commands/AuthorizeIpRulesCommand.js +0 -40
- package/dist/es/commands/AuthorizeIpRulesCommand.js.map +0 -1
- package/dist/es/commands/CopyWorkspaceImageCommand.js +0 -40
- package/dist/es/commands/CopyWorkspaceImageCommand.js.map +0 -1
- package/dist/es/commands/CreateConnectionAliasCommand.js +0 -40
- package/dist/es/commands/CreateConnectionAliasCommand.js.map +0 -1
- package/dist/es/commands/CreateIpGroupCommand.js +0 -40
- package/dist/es/commands/CreateIpGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateTagsCommand.js +0 -40
- package/dist/es/commands/CreateTagsCommand.js.map +0 -1
- package/dist/es/commands/CreateWorkspaceBundleCommand.js +0 -40
- package/dist/es/commands/CreateWorkspaceBundleCommand.js.map +0 -1
- package/dist/es/commands/CreateWorkspacesCommand.js +0 -40
- package/dist/es/commands/CreateWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/DeleteConnectionAliasCommand.js +0 -40
- package/dist/es/commands/DeleteConnectionAliasCommand.js.map +0 -1
- package/dist/es/commands/DeleteIpGroupCommand.js +0 -40
- package/dist/es/commands/DeleteIpGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteTagsCommand.js +0 -40
- package/dist/es/commands/DeleteTagsCommand.js.map +0 -1
- package/dist/es/commands/DeleteWorkspaceBundleCommand.js +0 -40
- package/dist/es/commands/DeleteWorkspaceBundleCommand.js.map +0 -1
- package/dist/es/commands/DeleteWorkspaceImageCommand.js +0 -40
- package/dist/es/commands/DeleteWorkspaceImageCommand.js.map +0 -1
- package/dist/es/commands/DeregisterWorkspaceDirectoryCommand.js +0 -40
- package/dist/es/commands/DeregisterWorkspaceDirectoryCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountCommand.js +0 -40
- package/dist/es/commands/DescribeAccountCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountModificationsCommand.js +0 -40
- package/dist/es/commands/DescribeAccountModificationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeClientPropertiesCommand.js +0 -40
- package/dist/es/commands/DescribeClientPropertiesCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionAliasPermissionsCommand.js +0 -40
- package/dist/es/commands/DescribeConnectionAliasPermissionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionAliasesCommand.js +0 -40
- package/dist/es/commands/DescribeConnectionAliasesCommand.js.map +0 -1
- package/dist/es/commands/DescribeIpGroupsCommand.js +0 -40
- package/dist/es/commands/DescribeIpGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeTagsCommand.js +0 -40
- package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspaceBundlesCommand.js +0 -40
- package/dist/es/commands/DescribeWorkspaceBundlesCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspaceDirectoriesCommand.js +0 -40
- package/dist/es/commands/DescribeWorkspaceDirectoriesCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspaceImagePermissionsCommand.js +0 -40
- package/dist/es/commands/DescribeWorkspaceImagePermissionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspaceImagesCommand.js +0 -40
- package/dist/es/commands/DescribeWorkspaceImagesCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspaceSnapshotsCommand.js +0 -40
- package/dist/es/commands/DescribeWorkspaceSnapshotsCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspacesCommand.js +0 -40
- package/dist/es/commands/DescribeWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspacesConnectionStatusCommand.js +0 -40
- package/dist/es/commands/DescribeWorkspacesConnectionStatusCommand.js.map +0 -1
- package/dist/es/commands/DisassociateConnectionAliasCommand.js +0 -40
- package/dist/es/commands/DisassociateConnectionAliasCommand.js.map +0 -1
- package/dist/es/commands/DisassociateIpGroupsCommand.js +0 -40
- package/dist/es/commands/DisassociateIpGroupsCommand.js.map +0 -1
- package/dist/es/commands/ImportWorkspaceImageCommand.js +0 -40
- package/dist/es/commands/ImportWorkspaceImageCommand.js.map +0 -1
- package/dist/es/commands/ListAvailableManagementCidrRangesCommand.js +0 -40
- package/dist/es/commands/ListAvailableManagementCidrRangesCommand.js.map +0 -1
- package/dist/es/commands/MigrateWorkspaceCommand.js +0 -40
- package/dist/es/commands/MigrateWorkspaceCommand.js.map +0 -1
- package/dist/es/commands/ModifyAccountCommand.js +0 -40
- package/dist/es/commands/ModifyAccountCommand.js.map +0 -1
- package/dist/es/commands/ModifyClientPropertiesCommand.js +0 -40
- package/dist/es/commands/ModifyClientPropertiesCommand.js.map +0 -1
- package/dist/es/commands/ModifySelfservicePermissionsCommand.js +0 -40
- package/dist/es/commands/ModifySelfservicePermissionsCommand.js.map +0 -1
- package/dist/es/commands/ModifyWorkspaceAccessPropertiesCommand.js +0 -40
- package/dist/es/commands/ModifyWorkspaceAccessPropertiesCommand.js.map +0 -1
- package/dist/es/commands/ModifyWorkspaceCreationPropertiesCommand.js +0 -40
- package/dist/es/commands/ModifyWorkspaceCreationPropertiesCommand.js.map +0 -1
- package/dist/es/commands/ModifyWorkspacePropertiesCommand.js +0 -40
- package/dist/es/commands/ModifyWorkspacePropertiesCommand.js.map +0 -1
- package/dist/es/commands/ModifyWorkspaceStateCommand.js +0 -40
- package/dist/es/commands/ModifyWorkspaceStateCommand.js.map +0 -1
- package/dist/es/commands/RebootWorkspacesCommand.js +0 -40
- package/dist/es/commands/RebootWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/RebuildWorkspacesCommand.js +0 -40
- package/dist/es/commands/RebuildWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/RegisterWorkspaceDirectoryCommand.js +0 -40
- package/dist/es/commands/RegisterWorkspaceDirectoryCommand.js.map +0 -1
- package/dist/es/commands/RestoreWorkspaceCommand.js +0 -40
- package/dist/es/commands/RestoreWorkspaceCommand.js.map +0 -1
- package/dist/es/commands/RevokeIpRulesCommand.js +0 -40
- package/dist/es/commands/RevokeIpRulesCommand.js.map +0 -1
- package/dist/es/commands/StartWorkspacesCommand.js +0 -40
- package/dist/es/commands/StartWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/StopWorkspacesCommand.js +0 -40
- package/dist/es/commands/StopWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/TerminateWorkspacesCommand.js +0 -40
- package/dist/es/commands/TerminateWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/UpdateConnectionAliasPermissionCommand.js +0 -40
- package/dist/es/commands/UpdateConnectionAliasPermissionCommand.js.map +0 -1
- package/dist/es/commands/UpdateRulesOfIpGroupCommand.js +0 -40
- package/dist/es/commands/UpdateRulesOfIpGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateWorkspaceBundleCommand.js +0 -40
- package/dist/es/commands/UpdateWorkspaceBundleCommand.js.map +0 -1
- package/dist/es/commands/UpdateWorkspaceImagePermissionCommand.js +0 -40
- package/dist/es/commands/UpdateWorkspaceImagePermissionCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -61
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -765
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/DescribeWorkspaceBundlesPaginator.js +0 -74
- package/dist/es/pagination/DescribeWorkspaceBundlesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeWorkspaceDirectoriesPaginator.js +0 -74
- package/dist/es/pagination/DescribeWorkspaceDirectoriesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeWorkspacesPaginator.js +0 -75
- package/dist/es/pagination/DescribeWorkspacesPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js +0 -6189
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/WorkSpaces.d.ts +0 -621
- package/dist/types/WorkSpacesClient.d.ts +0 -187
- package/dist/types/commands/AssociateConnectionAliasCommand.d.ts +0 -42
- package/dist/types/commands/AssociateIpGroupsCommand.d.ts +0 -35
- package/dist/types/commands/AuthorizeIpRulesCommand.d.ts +0 -37
- package/dist/types/commands/CopyWorkspaceImageCommand.d.ts +0 -51
- package/dist/types/commands/CreateConnectionAliasCommand.d.ts +0 -37
- package/dist/types/commands/CreateIpGroupCommand.d.ts +0 -44
- package/dist/types/commands/CreateTagsCommand.d.ts +0 -35
- package/dist/types/commands/CreateWorkspaceBundleCommand.d.ts +0 -37
- package/dist/types/commands/CreateWorkspacesCommand.d.ts +0 -36
- package/dist/types/commands/DeleteConnectionAliasCommand.d.ts +0 -52
- package/dist/types/commands/DeleteIpGroupCommand.d.ts +0 -36
- package/dist/types/commands/DeleteTagsCommand.d.ts +0 -35
- package/dist/types/commands/DeleteWorkspaceBundleCommand.d.ts +0 -37
- package/dist/types/commands/DeleteWorkspaceImageCommand.d.ts +0 -37
- package/dist/types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +0 -51
- package/dist/types/commands/DescribeAccountCommand.d.ts +0 -36
- package/dist/types/commands/DescribeAccountModificationsCommand.d.ts +0 -36
- package/dist/types/commands/DescribeClientPropertiesCommand.d.ts +0 -35
- package/dist/types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +0 -37
- package/dist/types/commands/DescribeConnectionAliasesCommand.d.ts +0 -37
- package/dist/types/commands/DescribeIpGroupsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeTagsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeWorkspaceBundlesCommand.d.ts +0 -36
- package/dist/types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +0 -36
- package/dist/types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +0 -36
- package/dist/types/commands/DescribeWorkspaceImagesCommand.d.ts +0 -36
- package/dist/types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeWorkspacesCommand.d.ts +0 -37
- package/dist/types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateConnectionAliasCommand.d.ts +0 -43
- package/dist/types/commands/DisassociateIpGroupsCommand.d.ts +0 -35
- package/dist/types/commands/ImportWorkspaceImageCommand.d.ts +0 -39
- package/dist/types/commands/ListAvailableManagementCidrRangesCommand.d.ts +0 -43
- package/dist/types/commands/MigrateWorkspaceCommand.d.ts +0 -43
- package/dist/types/commands/ModifyAccountCommand.d.ts +0 -36
- package/dist/types/commands/ModifyClientPropertiesCommand.d.ts +0 -35
- package/dist/types/commands/ModifySelfservicePermissionsCommand.d.ts +0 -36
- package/dist/types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +0 -37
- package/dist/types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +0 -35
- package/dist/types/commands/ModifyWorkspacePropertiesCommand.d.ts +0 -39
- package/dist/types/commands/ModifyWorkspaceStateCommand.d.ts +0 -40
- package/dist/types/commands/RebootWorkspacesCommand.d.ts +0 -38
- package/dist/types/commands/RebuildWorkspacesCommand.d.ts +0 -42
- package/dist/types/commands/RegisterWorkspaceDirectoryCommand.d.ts +0 -39
- package/dist/types/commands/RestoreWorkspaceCommand.d.ts +0 -42
- package/dist/types/commands/RevokeIpRulesCommand.d.ts +0 -35
- package/dist/types/commands/StartWorkspacesCommand.d.ts +0 -37
- package/dist/types/commands/StopWorkspacesCommand.d.ts +0 -38
- package/dist/types/commands/TerminateWorkspacesCommand.d.ts +0 -64
- package/dist/types/commands/UpdateConnectionAliasPermissionCommand.d.ts +0 -54
- package/dist/types/commands/UpdateRulesOfIpGroupCommand.d.ts +0 -36
- package/dist/types/commands/UpdateWorkspaceBundleCommand.d.ts +0 -43
- package/dist/types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +0 -63
- package/dist/types/index.d.ts +0 -60
- package/dist/types/models/models_0.d.ts +0 -2989
- package/dist/types/pagination/DescribeWorkspaceBundlesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeWorkspacesPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -161
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/WorkSpaces.d.ts +0 -621
- package/dist/types/ts3.4/WorkSpacesClient.d.ts +0 -187
- package/dist/types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateIpGroupCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/CreateTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateWorkspacesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/DeleteIpGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/DescribeAccountCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ModifyAccountCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/RebootWorkspacesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/RevokeIpRulesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartWorkspacesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/StopWorkspacesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +0 -64
- package/dist/types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +0 -63
- package/dist/types/ts3.4/index.d.ts +0 -60
- package/dist/types/ts3.4/models/models_0.d.ts +0 -2989
- package/dist/types/ts3.4/pagination/DescribeWorkspaceBundlesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeWorkspacesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -161
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/endpoints.ts +0 -72
- package/index.ts +0 -60
- package/models/models_0.ts +0 -3795
- package/pagination/DescribeWorkspaceBundlesPaginator.ts +0 -57
- package/pagination/DescribeWorkspaceDirectoriesPaginator.ts +0 -57
- package/pagination/DescribeWorkspacesPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/protocols/Aws_json1_1.ts +0 -7448
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeWorkspaceImagesRequest, DescribeWorkspaceImagesResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface DescribeWorkspaceImagesCommandInput extends DescribeWorkspaceImagesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeWorkspaceImagesCommandOutput extends DescribeWorkspaceImagesResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves a list that describes one or more specified images, if the image identifiers
|
|
11
|
+
* are provided. Otherwise, all images in the account are described. </p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { WorkSpacesClient, DescribeWorkspaceImagesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
16
|
+
* // const { WorkSpacesClient, DescribeWorkspaceImagesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
17
|
+
* const client = new WorkSpacesClient(config);
|
|
18
|
+
* const command = new DescribeWorkspaceImagesCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link DescribeWorkspaceImagesCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link DescribeWorkspaceImagesCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class DescribeWorkspaceImagesCommand extends $Command<DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
28
|
+
readonly input: DescribeWorkspaceImagesCommandInput;
|
|
29
|
+
constructor(input: DescribeWorkspaceImagesCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeWorkspaceSnapshotsRequest, DescribeWorkspaceSnapshotsResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface DescribeWorkspaceSnapshotsCommandInput extends DescribeWorkspaceSnapshotsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeWorkspaceSnapshotsCommandOutput extends DescribeWorkspaceSnapshotsResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Describes the snapshots for the specified WorkSpace.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { WorkSpacesClient, DescribeWorkspaceSnapshotsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
15
|
+
* // const { WorkSpacesClient, DescribeWorkspaceSnapshotsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
16
|
+
* const client = new WorkSpacesClient(config);
|
|
17
|
+
* const command = new DescribeWorkspaceSnapshotsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DescribeWorkspaceSnapshotsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DescribeWorkspaceSnapshotsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DescribeWorkspaceSnapshotsCommand extends $Command<DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
27
|
+
readonly input: DescribeWorkspaceSnapshotsCommandInput;
|
|
28
|
+
constructor(input: DescribeWorkspaceSnapshotsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeWorkspacesRequest, DescribeWorkspacesResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface DescribeWorkspacesCommandInput extends DescribeWorkspacesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeWorkspacesCommandOutput extends DescribeWorkspacesResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Describes the specified WorkSpaces.</p>
|
|
11
|
+
* <p>You can filter the results by using the bundle identifier, directory identifier, or
|
|
12
|
+
* owner, but you can specify only one filter at a time.</p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { WorkSpacesClient, DescribeWorkspacesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
17
|
+
* // const { WorkSpacesClient, DescribeWorkspacesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
18
|
+
* const client = new WorkSpacesClient(config);
|
|
19
|
+
* const command = new DescribeWorkspacesCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link DescribeWorkspacesCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link DescribeWorkspacesCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class DescribeWorkspacesCommand extends $Command<DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
29
|
+
readonly input: DescribeWorkspacesCommandInput;
|
|
30
|
+
constructor(input: DescribeWorkspacesCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeWorkspacesConnectionStatusRequest, DescribeWorkspacesConnectionStatusResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface DescribeWorkspacesConnectionStatusCommandInput extends DescribeWorkspacesConnectionStatusRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeWorkspacesConnectionStatusCommandOutput extends DescribeWorkspacesConnectionStatusResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Describes the connection status of the specified WorkSpaces.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { WorkSpacesClient, DescribeWorkspacesConnectionStatusCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
15
|
+
* // const { WorkSpacesClient, DescribeWorkspacesConnectionStatusCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
16
|
+
* const client = new WorkSpacesClient(config);
|
|
17
|
+
* const command = new DescribeWorkspacesConnectionStatusCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DescribeWorkspacesConnectionStatusCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DescribeWorkspacesConnectionStatusCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DescribeWorkspacesConnectionStatusCommand extends $Command<DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
27
|
+
readonly input: DescribeWorkspacesConnectionStatusCommandInput;
|
|
28
|
+
constructor(input: DescribeWorkspacesConnectionStatusCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DisassociateConnectionAliasRequest, DisassociateConnectionAliasResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface DisassociateConnectionAliasCommandInput extends DisassociateConnectionAliasRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DisassociateConnectionAliasCommandOutput extends DisassociateConnectionAliasResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Disassociates a connection alias from a directory. Disassociating a connection alias disables cross-Region
|
|
11
|
+
* redirection between two directories in different Regions. For more information, see
|
|
12
|
+
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html">
|
|
13
|
+
* Cross-Region Redirection for Amazon WorkSpaces</a>.</p>
|
|
14
|
+
*
|
|
15
|
+
* <note>
|
|
16
|
+
* <p>Before performing this operation, call <a href="https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeConnectionAliases.html">
|
|
17
|
+
* DescribeConnectionAliases</a> to make sure that the current state of the connection alias is <code>CREATED</code>.</p>
|
|
18
|
+
* </note>
|
|
19
|
+
* @example
|
|
20
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
+
* ```javascript
|
|
22
|
+
* import { WorkSpacesClient, DisassociateConnectionAliasCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
23
|
+
* // const { WorkSpacesClient, DisassociateConnectionAliasCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
24
|
+
* const client = new WorkSpacesClient(config);
|
|
25
|
+
* const command = new DisassociateConnectionAliasCommand(input);
|
|
26
|
+
* const response = await client.send(command);
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
29
|
+
* @see {@link DisassociateConnectionAliasCommandInput} for command's `input` shape.
|
|
30
|
+
* @see {@link DisassociateConnectionAliasCommandOutput} for command's `response` shape.
|
|
31
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
export declare class DisassociateConnectionAliasCommand extends $Command<DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
35
|
+
readonly input: DisassociateConnectionAliasCommandInput;
|
|
36
|
+
constructor(input: DisassociateConnectionAliasCommandInput);
|
|
37
|
+
/**
|
|
38
|
+
* @internal
|
|
39
|
+
*/
|
|
40
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput>;
|
|
41
|
+
private serialize;
|
|
42
|
+
private deserialize;
|
|
43
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DisassociateIpGroupsRequest, DisassociateIpGroupsResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface DisassociateIpGroupsCommandInput extends DisassociateIpGroupsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DisassociateIpGroupsCommandOutput extends DisassociateIpGroupsResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Disassociates the specified IP access control group from the specified directory.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { WorkSpacesClient, DisassociateIpGroupsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
15
|
+
* // const { WorkSpacesClient, DisassociateIpGroupsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
16
|
+
* const client = new WorkSpacesClient(config);
|
|
17
|
+
* const command = new DisassociateIpGroupsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DisassociateIpGroupsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DisassociateIpGroupsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DisassociateIpGroupsCommand extends $Command<DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
27
|
+
readonly input: DisassociateIpGroupsCommandInput;
|
|
28
|
+
constructor(input: DisassociateIpGroupsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ImportWorkspaceImageRequest, ImportWorkspaceImageResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface ImportWorkspaceImageCommandInput extends ImportWorkspaceImageRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ImportWorkspaceImageCommandOutput extends ImportWorkspaceImageResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Imports the specified Windows 10 Bring Your Own License (BYOL) image into Amazon
|
|
11
|
+
* WorkSpaces. The image must be an already licensed Amazon EC2 image that is in your
|
|
12
|
+
* Amazon Web Services account, and you must own the image. For more information about creating BYOL images, see
|
|
13
|
+
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html">
|
|
14
|
+
* Bring Your Own Windows Desktop Licenses</a>.</p>
|
|
15
|
+
* @example
|
|
16
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
+
* ```javascript
|
|
18
|
+
* import { WorkSpacesClient, ImportWorkspaceImageCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
19
|
+
* // const { WorkSpacesClient, ImportWorkspaceImageCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
20
|
+
* const client = new WorkSpacesClient(config);
|
|
21
|
+
* const command = new ImportWorkspaceImageCommand(input);
|
|
22
|
+
* const response = await client.send(command);
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* @see {@link ImportWorkspaceImageCommandInput} for command's `input` shape.
|
|
26
|
+
* @see {@link ImportWorkspaceImageCommandOutput} for command's `response` shape.
|
|
27
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
export declare class ImportWorkspaceImageCommand extends $Command<ImportWorkspaceImageCommandInput, ImportWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
31
|
+
readonly input: ImportWorkspaceImageCommandInput;
|
|
32
|
+
constructor(input: ImportWorkspaceImageCommandInput);
|
|
33
|
+
/**
|
|
34
|
+
* @internal
|
|
35
|
+
*/
|
|
36
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportWorkspaceImageCommandInput, ImportWorkspaceImageCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListAvailableManagementCidrRangesRequest, ListAvailableManagementCidrRangesResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface ListAvailableManagementCidrRangesCommandInput extends ListAvailableManagementCidrRangesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListAvailableManagementCidrRangesCommandOutput extends ListAvailableManagementCidrRangesResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves a list of IP address ranges, specified as IPv4 CIDR blocks, that you can use
|
|
11
|
+
* for the network management interface when you enable Bring Your Own License (BYOL). </p>
|
|
12
|
+
*
|
|
13
|
+
* <p>This operation can be run only by Amazon Web Services accounts that are enabled for BYOL. If your account
|
|
14
|
+
* isn't enabled for BYOL, you'll receive an <code>AccessDeniedException</code> error.</p>
|
|
15
|
+
*
|
|
16
|
+
* <p>The management network interface is connected to a secure Amazon WorkSpaces management
|
|
17
|
+
* network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces
|
|
18
|
+
* clients, and to allow Amazon WorkSpaces to manage the WorkSpace.</p>
|
|
19
|
+
* @example
|
|
20
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
+
* ```javascript
|
|
22
|
+
* import { WorkSpacesClient, ListAvailableManagementCidrRangesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
23
|
+
* // const { WorkSpacesClient, ListAvailableManagementCidrRangesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
24
|
+
* const client = new WorkSpacesClient(config);
|
|
25
|
+
* const command = new ListAvailableManagementCidrRangesCommand(input);
|
|
26
|
+
* const response = await client.send(command);
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
29
|
+
* @see {@link ListAvailableManagementCidrRangesCommandInput} for command's `input` shape.
|
|
30
|
+
* @see {@link ListAvailableManagementCidrRangesCommandOutput} for command's `response` shape.
|
|
31
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
export declare class ListAvailableManagementCidrRangesCommand extends $Command<ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementCidrRangesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
35
|
+
readonly input: ListAvailableManagementCidrRangesCommandInput;
|
|
36
|
+
constructor(input: ListAvailableManagementCidrRangesCommandInput);
|
|
37
|
+
/**
|
|
38
|
+
* @internal
|
|
39
|
+
*/
|
|
40
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementCidrRangesCommandOutput>;
|
|
41
|
+
private serialize;
|
|
42
|
+
private deserialize;
|
|
43
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { MigrateWorkspaceRequest, MigrateWorkspaceResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface MigrateWorkspaceCommandInput extends MigrateWorkspaceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface MigrateWorkspaceCommandOutput extends MigrateWorkspaceResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Migrates a WorkSpace from one operating system or bundle type to another, while retaining the data on the user volume.</p>
|
|
11
|
+
*
|
|
12
|
+
* <p>The migration process recreates the WorkSpace by using a new root volume from the target bundle image and the user volume
|
|
13
|
+
* from the last available snapshot of the original WorkSpace. During migration, the original <code>D:\Users\%USERNAME%</code>
|
|
14
|
+
* user profile folder is renamed to <code>D:\Users\%USERNAME%MMddyyTHHmmss%.NotMigrated</code>. A new <code>D:\Users\%USERNAME%\</code>
|
|
15
|
+
* folder is generated by the new OS. Certain files in the old user profile are moved to the new user profile.</p>
|
|
16
|
+
*
|
|
17
|
+
* <p>For available migration scenarios, details about what happens during migration, and best practices, see
|
|
18
|
+
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/migrate-workspaces.html">Migrate a WorkSpace</a>.</p>
|
|
19
|
+
* @example
|
|
20
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
+
* ```javascript
|
|
22
|
+
* import { WorkSpacesClient, MigrateWorkspaceCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
23
|
+
* // const { WorkSpacesClient, MigrateWorkspaceCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
24
|
+
* const client = new WorkSpacesClient(config);
|
|
25
|
+
* const command = new MigrateWorkspaceCommand(input);
|
|
26
|
+
* const response = await client.send(command);
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
29
|
+
* @see {@link MigrateWorkspaceCommandInput} for command's `input` shape.
|
|
30
|
+
* @see {@link MigrateWorkspaceCommandOutput} for command's `response` shape.
|
|
31
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
export declare class MigrateWorkspaceCommand extends $Command<MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
35
|
+
readonly input: MigrateWorkspaceCommandInput;
|
|
36
|
+
constructor(input: MigrateWorkspaceCommandInput);
|
|
37
|
+
/**
|
|
38
|
+
* @internal
|
|
39
|
+
*/
|
|
40
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput>;
|
|
41
|
+
private serialize;
|
|
42
|
+
private deserialize;
|
|
43
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ModifyAccountRequest, ModifyAccountResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface ModifyAccountCommandInput extends ModifyAccountRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifyAccountCommandOutput extends ModifyAccountResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Modifies the configuration of Bring Your Own License (BYOL) for the specified
|
|
11
|
+
* account.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { WorkSpacesClient, ModifyAccountCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
16
|
+
* // const { WorkSpacesClient, ModifyAccountCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
17
|
+
* const client = new WorkSpacesClient(config);
|
|
18
|
+
* const command = new ModifyAccountCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link ModifyAccountCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link ModifyAccountCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class ModifyAccountCommand extends $Command<ModifyAccountCommandInput, ModifyAccountCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
28
|
+
readonly input: ModifyAccountCommandInput;
|
|
29
|
+
constructor(input: ModifyAccountCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyAccountCommandInput, ModifyAccountCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ModifyClientPropertiesRequest, ModifyClientPropertiesResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface ModifyClientPropertiesCommandInput extends ModifyClientPropertiesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifyClientPropertiesCommandOutput extends ModifyClientPropertiesResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Modifies the properties of the specified Amazon WorkSpaces clients.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { WorkSpacesClient, ModifyClientPropertiesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
15
|
+
* // const { WorkSpacesClient, ModifyClientPropertiesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
16
|
+
* const client = new WorkSpacesClient(config);
|
|
17
|
+
* const command = new ModifyClientPropertiesCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ModifyClientPropertiesCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ModifyClientPropertiesCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ModifyClientPropertiesCommand extends $Command<ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
27
|
+
readonly input: ModifyClientPropertiesCommandInput;
|
|
28
|
+
constructor(input: ModifyClientPropertiesCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ModifySelfservicePermissionsRequest, ModifySelfservicePermissionsResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface ModifySelfservicePermissionsCommandInput extends ModifySelfservicePermissionsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifySelfservicePermissionsCommandOutput extends ModifySelfservicePermissionsResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Modifies the self-service WorkSpace management capabilities for your users. For more
|
|
11
|
+
* 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>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { WorkSpacesClient, ModifySelfservicePermissionsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
16
|
+
* // const { WorkSpacesClient, ModifySelfservicePermissionsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
17
|
+
* const client = new WorkSpacesClient(config);
|
|
18
|
+
* const command = new ModifySelfservicePermissionsCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link ModifySelfservicePermissionsCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link ModifySelfservicePermissionsCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class ModifySelfservicePermissionsCommand extends $Command<ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
28
|
+
readonly input: ModifySelfservicePermissionsCommandInput;
|
|
29
|
+
constructor(input: ModifySelfservicePermissionsCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ModifyWorkspaceAccessPropertiesRequest, ModifyWorkspaceAccessPropertiesResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface ModifyWorkspaceAccessPropertiesCommandInput extends ModifyWorkspaceAccessPropertiesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifyWorkspaceAccessPropertiesCommandOutput extends ModifyWorkspaceAccessPropertiesResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Specifies which devices and operating systems users can use to access their WorkSpaces.
|
|
11
|
+
* For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html#control-device-access">
|
|
12
|
+
* Control Device Access</a>.</p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { WorkSpacesClient, ModifyWorkspaceAccessPropertiesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
17
|
+
* // const { WorkSpacesClient, ModifyWorkspaceAccessPropertiesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
18
|
+
* const client = new WorkSpacesClient(config);
|
|
19
|
+
* const command = new ModifyWorkspaceAccessPropertiesCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link ModifyWorkspaceAccessPropertiesCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link ModifyWorkspaceAccessPropertiesCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class ModifyWorkspaceAccessPropertiesCommand extends $Command<ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
29
|
+
readonly input: ModifyWorkspaceAccessPropertiesCommandInput;
|
|
30
|
+
constructor(input: ModifyWorkspaceAccessPropertiesCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ModifyWorkspaceCreationPropertiesRequest, ModifyWorkspaceCreationPropertiesResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface ModifyWorkspaceCreationPropertiesCommandInput extends ModifyWorkspaceCreationPropertiesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifyWorkspaceCreationPropertiesCommandOutput extends ModifyWorkspaceCreationPropertiesResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Modify the default properties used to create WorkSpaces.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { WorkSpacesClient, ModifyWorkspaceCreationPropertiesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
15
|
+
* // const { WorkSpacesClient, ModifyWorkspaceCreationPropertiesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
16
|
+
* const client = new WorkSpacesClient(config);
|
|
17
|
+
* const command = new ModifyWorkspaceCreationPropertiesCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ModifyWorkspaceCreationPropertiesCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ModifyWorkspaceCreationPropertiesCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ModifyWorkspaceCreationPropertiesCommand extends $Command<ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
27
|
+
readonly input: ModifyWorkspaceCreationPropertiesCommandInput;
|
|
28
|
+
constructor(input: ModifyWorkspaceCreationPropertiesCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ModifyWorkspacePropertiesRequest, ModifyWorkspacePropertiesResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface ModifyWorkspacePropertiesCommandInput extends ModifyWorkspacePropertiesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifyWorkspacePropertiesCommandOutput extends ModifyWorkspacePropertiesResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Modifies the specified WorkSpace properties. For important information about how
|
|
11
|
+
* to modify the size of the root and user volumes, see
|
|
12
|
+
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/modify-workspaces.html">
|
|
13
|
+
* Modify a WorkSpace</a>.
|
|
14
|
+
* </p>
|
|
15
|
+
* @example
|
|
16
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
+
* ```javascript
|
|
18
|
+
* import { WorkSpacesClient, ModifyWorkspacePropertiesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
19
|
+
* // const { WorkSpacesClient, ModifyWorkspacePropertiesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
20
|
+
* const client = new WorkSpacesClient(config);
|
|
21
|
+
* const command = new ModifyWorkspacePropertiesCommand(input);
|
|
22
|
+
* const response = await client.send(command);
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* @see {@link ModifyWorkspacePropertiesCommandInput} for command's `input` shape.
|
|
26
|
+
* @see {@link ModifyWorkspacePropertiesCommandOutput} for command's `response` shape.
|
|
27
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
export declare class ModifyWorkspacePropertiesCommand extends $Command<ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
31
|
+
readonly input: ModifyWorkspacePropertiesCommandInput;
|
|
32
|
+
constructor(input: ModifyWorkspacePropertiesCommandInput);
|
|
33
|
+
/**
|
|
34
|
+
* @internal
|
|
35
|
+
*/
|
|
36
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ModifyWorkspaceStateRequest, ModifyWorkspaceStateResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface ModifyWorkspaceStateCommandInput extends ModifyWorkspaceStateRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifyWorkspaceStateCommandOutput extends ModifyWorkspaceStateResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Sets the state of the specified WorkSpace.</p>
|
|
11
|
+
* <p>To maintain a WorkSpace without being interrupted, set the WorkSpace state to
|
|
12
|
+
* <code>ADMIN_MAINTENANCE</code>. WorkSpaces in this state do not respond to requests to
|
|
13
|
+
* reboot, stop, start, rebuild, or restore. An AutoStop WorkSpace in this state is not
|
|
14
|
+
* stopped. Users cannot log into a WorkSpace in the <code>ADMIN_MAINTENANCE</code>
|
|
15
|
+
* state.</p>
|
|
16
|
+
* @example
|
|
17
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
+
* ```javascript
|
|
19
|
+
* import { WorkSpacesClient, ModifyWorkspaceStateCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
20
|
+
* // const { WorkSpacesClient, ModifyWorkspaceStateCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
21
|
+
* const client = new WorkSpacesClient(config);
|
|
22
|
+
* const command = new ModifyWorkspaceStateCommand(input);
|
|
23
|
+
* const response = await client.send(command);
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* @see {@link ModifyWorkspaceStateCommandInput} for command's `input` shape.
|
|
27
|
+
* @see {@link ModifyWorkspaceStateCommandOutput} for command's `response` shape.
|
|
28
|
+
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
export declare class ModifyWorkspaceStateCommand extends $Command<ModifyWorkspaceStateCommandInput, ModifyWorkspaceStateCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
32
|
+
readonly input: ModifyWorkspaceStateCommandInput;
|
|
33
|
+
constructor(input: ModifyWorkspaceStateCommandInput);
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyWorkspaceStateCommandInput, ModifyWorkspaceStateCommandOutput>;
|
|
38
|
+
private serialize;
|
|
39
|
+
private deserialize;
|
|
40
|
+
}
|