@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
package/dist/es/WorkSpaces.js
DELETED
|
@@ -1,806 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { WorkSpacesClient } from "./WorkSpacesClient";
|
|
3
|
-
import { AssociateConnectionAliasCommand, } from "./commands/AssociateConnectionAliasCommand";
|
|
4
|
-
import { AssociateIpGroupsCommand, } from "./commands/AssociateIpGroupsCommand";
|
|
5
|
-
import { AuthorizeIpRulesCommand, } from "./commands/AuthorizeIpRulesCommand";
|
|
6
|
-
import { CopyWorkspaceImageCommand, } from "./commands/CopyWorkspaceImageCommand";
|
|
7
|
-
import { CreateConnectionAliasCommand, } from "./commands/CreateConnectionAliasCommand";
|
|
8
|
-
import { CreateIpGroupCommand, } from "./commands/CreateIpGroupCommand";
|
|
9
|
-
import { CreateTagsCommand } from "./commands/CreateTagsCommand";
|
|
10
|
-
import { CreateWorkspaceBundleCommand, } from "./commands/CreateWorkspaceBundleCommand";
|
|
11
|
-
import { CreateWorkspacesCommand, } from "./commands/CreateWorkspacesCommand";
|
|
12
|
-
import { DeleteConnectionAliasCommand, } from "./commands/DeleteConnectionAliasCommand";
|
|
13
|
-
import { DeleteIpGroupCommand, } from "./commands/DeleteIpGroupCommand";
|
|
14
|
-
import { DeleteTagsCommand } from "./commands/DeleteTagsCommand";
|
|
15
|
-
import { DeleteWorkspaceBundleCommand, } from "./commands/DeleteWorkspaceBundleCommand";
|
|
16
|
-
import { DeleteWorkspaceImageCommand, } from "./commands/DeleteWorkspaceImageCommand";
|
|
17
|
-
import { DeregisterWorkspaceDirectoryCommand, } from "./commands/DeregisterWorkspaceDirectoryCommand";
|
|
18
|
-
import { DescribeAccountCommand, } from "./commands/DescribeAccountCommand";
|
|
19
|
-
import { DescribeAccountModificationsCommand, } from "./commands/DescribeAccountModificationsCommand";
|
|
20
|
-
import { DescribeClientPropertiesCommand, } from "./commands/DescribeClientPropertiesCommand";
|
|
21
|
-
import { DescribeConnectionAliasPermissionsCommand, } from "./commands/DescribeConnectionAliasPermissionsCommand";
|
|
22
|
-
import { DescribeConnectionAliasesCommand, } from "./commands/DescribeConnectionAliasesCommand";
|
|
23
|
-
import { DescribeIpGroupsCommand, } from "./commands/DescribeIpGroupsCommand";
|
|
24
|
-
import { DescribeTagsCommand, } from "./commands/DescribeTagsCommand";
|
|
25
|
-
import { DescribeWorkspaceBundlesCommand, } from "./commands/DescribeWorkspaceBundlesCommand";
|
|
26
|
-
import { DescribeWorkspaceDirectoriesCommand, } from "./commands/DescribeWorkspaceDirectoriesCommand";
|
|
27
|
-
import { DescribeWorkspaceImagePermissionsCommand, } from "./commands/DescribeWorkspaceImagePermissionsCommand";
|
|
28
|
-
import { DescribeWorkspaceImagesCommand, } from "./commands/DescribeWorkspaceImagesCommand";
|
|
29
|
-
import { DescribeWorkspaceSnapshotsCommand, } from "./commands/DescribeWorkspaceSnapshotsCommand";
|
|
30
|
-
import { DescribeWorkspacesCommand, } from "./commands/DescribeWorkspacesCommand";
|
|
31
|
-
import { DescribeWorkspacesConnectionStatusCommand, } from "./commands/DescribeWorkspacesConnectionStatusCommand";
|
|
32
|
-
import { DisassociateConnectionAliasCommand, } from "./commands/DisassociateConnectionAliasCommand";
|
|
33
|
-
import { DisassociateIpGroupsCommand, } from "./commands/DisassociateIpGroupsCommand";
|
|
34
|
-
import { ImportWorkspaceImageCommand, } from "./commands/ImportWorkspaceImageCommand";
|
|
35
|
-
import { ListAvailableManagementCidrRangesCommand, } from "./commands/ListAvailableManagementCidrRangesCommand";
|
|
36
|
-
import { MigrateWorkspaceCommand, } from "./commands/MigrateWorkspaceCommand";
|
|
37
|
-
import { ModifyAccountCommand, } from "./commands/ModifyAccountCommand";
|
|
38
|
-
import { ModifyClientPropertiesCommand, } from "./commands/ModifyClientPropertiesCommand";
|
|
39
|
-
import { ModifySelfservicePermissionsCommand, } from "./commands/ModifySelfservicePermissionsCommand";
|
|
40
|
-
import { ModifyWorkspaceAccessPropertiesCommand, } from "./commands/ModifyWorkspaceAccessPropertiesCommand";
|
|
41
|
-
import { ModifyWorkspaceCreationPropertiesCommand, } from "./commands/ModifyWorkspaceCreationPropertiesCommand";
|
|
42
|
-
import { ModifyWorkspacePropertiesCommand, } from "./commands/ModifyWorkspacePropertiesCommand";
|
|
43
|
-
import { ModifyWorkspaceStateCommand, } from "./commands/ModifyWorkspaceStateCommand";
|
|
44
|
-
import { RebootWorkspacesCommand, } from "./commands/RebootWorkspacesCommand";
|
|
45
|
-
import { RebuildWorkspacesCommand, } from "./commands/RebuildWorkspacesCommand";
|
|
46
|
-
import { RegisterWorkspaceDirectoryCommand, } from "./commands/RegisterWorkspaceDirectoryCommand";
|
|
47
|
-
import { RestoreWorkspaceCommand, } from "./commands/RestoreWorkspaceCommand";
|
|
48
|
-
import { RevokeIpRulesCommand, } from "./commands/RevokeIpRulesCommand";
|
|
49
|
-
import { StartWorkspacesCommand, } from "./commands/StartWorkspacesCommand";
|
|
50
|
-
import { StopWorkspacesCommand, } from "./commands/StopWorkspacesCommand";
|
|
51
|
-
import { TerminateWorkspacesCommand, } from "./commands/TerminateWorkspacesCommand";
|
|
52
|
-
import { UpdateConnectionAliasPermissionCommand, } from "./commands/UpdateConnectionAliasPermissionCommand";
|
|
53
|
-
import { UpdateRulesOfIpGroupCommand, } from "./commands/UpdateRulesOfIpGroupCommand";
|
|
54
|
-
import { UpdateWorkspaceBundleCommand, } from "./commands/UpdateWorkspaceBundleCommand";
|
|
55
|
-
import { UpdateWorkspaceImagePermissionCommand, } from "./commands/UpdateWorkspaceImagePermissionCommand";
|
|
56
|
-
var WorkSpaces = (function (_super) {
|
|
57
|
-
__extends(WorkSpaces, _super);
|
|
58
|
-
function WorkSpaces() {
|
|
59
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
60
|
-
}
|
|
61
|
-
WorkSpaces.prototype.associateConnectionAlias = function (args, optionsOrCb, cb) {
|
|
62
|
-
var command = new AssociateConnectionAliasCommand(args);
|
|
63
|
-
if (typeof optionsOrCb === "function") {
|
|
64
|
-
this.send(command, optionsOrCb);
|
|
65
|
-
}
|
|
66
|
-
else if (typeof cb === "function") {
|
|
67
|
-
if (typeof optionsOrCb !== "object")
|
|
68
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
69
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
70
|
-
}
|
|
71
|
-
else {
|
|
72
|
-
return this.send(command, optionsOrCb);
|
|
73
|
-
}
|
|
74
|
-
};
|
|
75
|
-
WorkSpaces.prototype.associateIpGroups = function (args, optionsOrCb, cb) {
|
|
76
|
-
var command = new AssociateIpGroupsCommand(args);
|
|
77
|
-
if (typeof optionsOrCb === "function") {
|
|
78
|
-
this.send(command, optionsOrCb);
|
|
79
|
-
}
|
|
80
|
-
else if (typeof cb === "function") {
|
|
81
|
-
if (typeof optionsOrCb !== "object")
|
|
82
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
83
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
84
|
-
}
|
|
85
|
-
else {
|
|
86
|
-
return this.send(command, optionsOrCb);
|
|
87
|
-
}
|
|
88
|
-
};
|
|
89
|
-
WorkSpaces.prototype.authorizeIpRules = function (args, optionsOrCb, cb) {
|
|
90
|
-
var command = new AuthorizeIpRulesCommand(args);
|
|
91
|
-
if (typeof optionsOrCb === "function") {
|
|
92
|
-
this.send(command, optionsOrCb);
|
|
93
|
-
}
|
|
94
|
-
else if (typeof cb === "function") {
|
|
95
|
-
if (typeof optionsOrCb !== "object")
|
|
96
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
97
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
98
|
-
}
|
|
99
|
-
else {
|
|
100
|
-
return this.send(command, optionsOrCb);
|
|
101
|
-
}
|
|
102
|
-
};
|
|
103
|
-
WorkSpaces.prototype.copyWorkspaceImage = function (args, optionsOrCb, cb) {
|
|
104
|
-
var command = new CopyWorkspaceImageCommand(args);
|
|
105
|
-
if (typeof optionsOrCb === "function") {
|
|
106
|
-
this.send(command, optionsOrCb);
|
|
107
|
-
}
|
|
108
|
-
else if (typeof cb === "function") {
|
|
109
|
-
if (typeof optionsOrCb !== "object")
|
|
110
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
111
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
112
|
-
}
|
|
113
|
-
else {
|
|
114
|
-
return this.send(command, optionsOrCb);
|
|
115
|
-
}
|
|
116
|
-
};
|
|
117
|
-
WorkSpaces.prototype.createConnectionAlias = function (args, optionsOrCb, cb) {
|
|
118
|
-
var command = new CreateConnectionAliasCommand(args);
|
|
119
|
-
if (typeof optionsOrCb === "function") {
|
|
120
|
-
this.send(command, optionsOrCb);
|
|
121
|
-
}
|
|
122
|
-
else if (typeof cb === "function") {
|
|
123
|
-
if (typeof optionsOrCb !== "object")
|
|
124
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
125
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
126
|
-
}
|
|
127
|
-
else {
|
|
128
|
-
return this.send(command, optionsOrCb);
|
|
129
|
-
}
|
|
130
|
-
};
|
|
131
|
-
WorkSpaces.prototype.createIpGroup = function (args, optionsOrCb, cb) {
|
|
132
|
-
var command = new CreateIpGroupCommand(args);
|
|
133
|
-
if (typeof optionsOrCb === "function") {
|
|
134
|
-
this.send(command, optionsOrCb);
|
|
135
|
-
}
|
|
136
|
-
else if (typeof cb === "function") {
|
|
137
|
-
if (typeof optionsOrCb !== "object")
|
|
138
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
139
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
140
|
-
}
|
|
141
|
-
else {
|
|
142
|
-
return this.send(command, optionsOrCb);
|
|
143
|
-
}
|
|
144
|
-
};
|
|
145
|
-
WorkSpaces.prototype.createTags = function (args, optionsOrCb, cb) {
|
|
146
|
-
var command = new CreateTagsCommand(args);
|
|
147
|
-
if (typeof optionsOrCb === "function") {
|
|
148
|
-
this.send(command, optionsOrCb);
|
|
149
|
-
}
|
|
150
|
-
else if (typeof cb === "function") {
|
|
151
|
-
if (typeof optionsOrCb !== "object")
|
|
152
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
153
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
154
|
-
}
|
|
155
|
-
else {
|
|
156
|
-
return this.send(command, optionsOrCb);
|
|
157
|
-
}
|
|
158
|
-
};
|
|
159
|
-
WorkSpaces.prototype.createWorkspaceBundle = function (args, optionsOrCb, cb) {
|
|
160
|
-
var command = new CreateWorkspaceBundleCommand(args);
|
|
161
|
-
if (typeof optionsOrCb === "function") {
|
|
162
|
-
this.send(command, optionsOrCb);
|
|
163
|
-
}
|
|
164
|
-
else if (typeof cb === "function") {
|
|
165
|
-
if (typeof optionsOrCb !== "object")
|
|
166
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
167
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
168
|
-
}
|
|
169
|
-
else {
|
|
170
|
-
return this.send(command, optionsOrCb);
|
|
171
|
-
}
|
|
172
|
-
};
|
|
173
|
-
WorkSpaces.prototype.createWorkspaces = function (args, optionsOrCb, cb) {
|
|
174
|
-
var command = new CreateWorkspacesCommand(args);
|
|
175
|
-
if (typeof optionsOrCb === "function") {
|
|
176
|
-
this.send(command, optionsOrCb);
|
|
177
|
-
}
|
|
178
|
-
else if (typeof cb === "function") {
|
|
179
|
-
if (typeof optionsOrCb !== "object")
|
|
180
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
181
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
182
|
-
}
|
|
183
|
-
else {
|
|
184
|
-
return this.send(command, optionsOrCb);
|
|
185
|
-
}
|
|
186
|
-
};
|
|
187
|
-
WorkSpaces.prototype.deleteConnectionAlias = function (args, optionsOrCb, cb) {
|
|
188
|
-
var command = new DeleteConnectionAliasCommand(args);
|
|
189
|
-
if (typeof optionsOrCb === "function") {
|
|
190
|
-
this.send(command, optionsOrCb);
|
|
191
|
-
}
|
|
192
|
-
else if (typeof cb === "function") {
|
|
193
|
-
if (typeof optionsOrCb !== "object")
|
|
194
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
195
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
196
|
-
}
|
|
197
|
-
else {
|
|
198
|
-
return this.send(command, optionsOrCb);
|
|
199
|
-
}
|
|
200
|
-
};
|
|
201
|
-
WorkSpaces.prototype.deleteIpGroup = function (args, optionsOrCb, cb) {
|
|
202
|
-
var command = new DeleteIpGroupCommand(args);
|
|
203
|
-
if (typeof optionsOrCb === "function") {
|
|
204
|
-
this.send(command, optionsOrCb);
|
|
205
|
-
}
|
|
206
|
-
else if (typeof cb === "function") {
|
|
207
|
-
if (typeof optionsOrCb !== "object")
|
|
208
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
209
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
210
|
-
}
|
|
211
|
-
else {
|
|
212
|
-
return this.send(command, optionsOrCb);
|
|
213
|
-
}
|
|
214
|
-
};
|
|
215
|
-
WorkSpaces.prototype.deleteTags = function (args, optionsOrCb, cb) {
|
|
216
|
-
var command = new DeleteTagsCommand(args);
|
|
217
|
-
if (typeof optionsOrCb === "function") {
|
|
218
|
-
this.send(command, optionsOrCb);
|
|
219
|
-
}
|
|
220
|
-
else if (typeof cb === "function") {
|
|
221
|
-
if (typeof optionsOrCb !== "object")
|
|
222
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
223
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
224
|
-
}
|
|
225
|
-
else {
|
|
226
|
-
return this.send(command, optionsOrCb);
|
|
227
|
-
}
|
|
228
|
-
};
|
|
229
|
-
WorkSpaces.prototype.deleteWorkspaceBundle = function (args, optionsOrCb, cb) {
|
|
230
|
-
var command = new DeleteWorkspaceBundleCommand(args);
|
|
231
|
-
if (typeof optionsOrCb === "function") {
|
|
232
|
-
this.send(command, optionsOrCb);
|
|
233
|
-
}
|
|
234
|
-
else if (typeof cb === "function") {
|
|
235
|
-
if (typeof optionsOrCb !== "object")
|
|
236
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
237
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
238
|
-
}
|
|
239
|
-
else {
|
|
240
|
-
return this.send(command, optionsOrCb);
|
|
241
|
-
}
|
|
242
|
-
};
|
|
243
|
-
WorkSpaces.prototype.deleteWorkspaceImage = function (args, optionsOrCb, cb) {
|
|
244
|
-
var command = new DeleteWorkspaceImageCommand(args);
|
|
245
|
-
if (typeof optionsOrCb === "function") {
|
|
246
|
-
this.send(command, optionsOrCb);
|
|
247
|
-
}
|
|
248
|
-
else if (typeof cb === "function") {
|
|
249
|
-
if (typeof optionsOrCb !== "object")
|
|
250
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
251
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
252
|
-
}
|
|
253
|
-
else {
|
|
254
|
-
return this.send(command, optionsOrCb);
|
|
255
|
-
}
|
|
256
|
-
};
|
|
257
|
-
WorkSpaces.prototype.deregisterWorkspaceDirectory = function (args, optionsOrCb, cb) {
|
|
258
|
-
var command = new DeregisterWorkspaceDirectoryCommand(args);
|
|
259
|
-
if (typeof optionsOrCb === "function") {
|
|
260
|
-
this.send(command, optionsOrCb);
|
|
261
|
-
}
|
|
262
|
-
else if (typeof cb === "function") {
|
|
263
|
-
if (typeof optionsOrCb !== "object")
|
|
264
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
265
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
266
|
-
}
|
|
267
|
-
else {
|
|
268
|
-
return this.send(command, optionsOrCb);
|
|
269
|
-
}
|
|
270
|
-
};
|
|
271
|
-
WorkSpaces.prototype.describeAccount = function (args, optionsOrCb, cb) {
|
|
272
|
-
var command = new DescribeAccountCommand(args);
|
|
273
|
-
if (typeof optionsOrCb === "function") {
|
|
274
|
-
this.send(command, optionsOrCb);
|
|
275
|
-
}
|
|
276
|
-
else if (typeof cb === "function") {
|
|
277
|
-
if (typeof optionsOrCb !== "object")
|
|
278
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
279
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
280
|
-
}
|
|
281
|
-
else {
|
|
282
|
-
return this.send(command, optionsOrCb);
|
|
283
|
-
}
|
|
284
|
-
};
|
|
285
|
-
WorkSpaces.prototype.describeAccountModifications = function (args, optionsOrCb, cb) {
|
|
286
|
-
var command = new DescribeAccountModificationsCommand(args);
|
|
287
|
-
if (typeof optionsOrCb === "function") {
|
|
288
|
-
this.send(command, optionsOrCb);
|
|
289
|
-
}
|
|
290
|
-
else if (typeof cb === "function") {
|
|
291
|
-
if (typeof optionsOrCb !== "object")
|
|
292
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
293
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
294
|
-
}
|
|
295
|
-
else {
|
|
296
|
-
return this.send(command, optionsOrCb);
|
|
297
|
-
}
|
|
298
|
-
};
|
|
299
|
-
WorkSpaces.prototype.describeClientProperties = function (args, optionsOrCb, cb) {
|
|
300
|
-
var command = new DescribeClientPropertiesCommand(args);
|
|
301
|
-
if (typeof optionsOrCb === "function") {
|
|
302
|
-
this.send(command, optionsOrCb);
|
|
303
|
-
}
|
|
304
|
-
else if (typeof cb === "function") {
|
|
305
|
-
if (typeof optionsOrCb !== "object")
|
|
306
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
307
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
308
|
-
}
|
|
309
|
-
else {
|
|
310
|
-
return this.send(command, optionsOrCb);
|
|
311
|
-
}
|
|
312
|
-
};
|
|
313
|
-
WorkSpaces.prototype.describeConnectionAliases = function (args, optionsOrCb, cb) {
|
|
314
|
-
var command = new DescribeConnectionAliasesCommand(args);
|
|
315
|
-
if (typeof optionsOrCb === "function") {
|
|
316
|
-
this.send(command, optionsOrCb);
|
|
317
|
-
}
|
|
318
|
-
else if (typeof cb === "function") {
|
|
319
|
-
if (typeof optionsOrCb !== "object")
|
|
320
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
321
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
322
|
-
}
|
|
323
|
-
else {
|
|
324
|
-
return this.send(command, optionsOrCb);
|
|
325
|
-
}
|
|
326
|
-
};
|
|
327
|
-
WorkSpaces.prototype.describeConnectionAliasPermissions = function (args, optionsOrCb, cb) {
|
|
328
|
-
var command = new DescribeConnectionAliasPermissionsCommand(args);
|
|
329
|
-
if (typeof optionsOrCb === "function") {
|
|
330
|
-
this.send(command, optionsOrCb);
|
|
331
|
-
}
|
|
332
|
-
else if (typeof cb === "function") {
|
|
333
|
-
if (typeof optionsOrCb !== "object")
|
|
334
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
335
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
336
|
-
}
|
|
337
|
-
else {
|
|
338
|
-
return this.send(command, optionsOrCb);
|
|
339
|
-
}
|
|
340
|
-
};
|
|
341
|
-
WorkSpaces.prototype.describeIpGroups = function (args, optionsOrCb, cb) {
|
|
342
|
-
var command = new DescribeIpGroupsCommand(args);
|
|
343
|
-
if (typeof optionsOrCb === "function") {
|
|
344
|
-
this.send(command, optionsOrCb);
|
|
345
|
-
}
|
|
346
|
-
else if (typeof cb === "function") {
|
|
347
|
-
if (typeof optionsOrCb !== "object")
|
|
348
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
349
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
350
|
-
}
|
|
351
|
-
else {
|
|
352
|
-
return this.send(command, optionsOrCb);
|
|
353
|
-
}
|
|
354
|
-
};
|
|
355
|
-
WorkSpaces.prototype.describeTags = function (args, optionsOrCb, cb) {
|
|
356
|
-
var command = new DescribeTagsCommand(args);
|
|
357
|
-
if (typeof optionsOrCb === "function") {
|
|
358
|
-
this.send(command, optionsOrCb);
|
|
359
|
-
}
|
|
360
|
-
else if (typeof cb === "function") {
|
|
361
|
-
if (typeof optionsOrCb !== "object")
|
|
362
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
363
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
364
|
-
}
|
|
365
|
-
else {
|
|
366
|
-
return this.send(command, optionsOrCb);
|
|
367
|
-
}
|
|
368
|
-
};
|
|
369
|
-
WorkSpaces.prototype.describeWorkspaceBundles = function (args, optionsOrCb, cb) {
|
|
370
|
-
var command = new DescribeWorkspaceBundlesCommand(args);
|
|
371
|
-
if (typeof optionsOrCb === "function") {
|
|
372
|
-
this.send(command, optionsOrCb);
|
|
373
|
-
}
|
|
374
|
-
else if (typeof cb === "function") {
|
|
375
|
-
if (typeof optionsOrCb !== "object")
|
|
376
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
377
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
378
|
-
}
|
|
379
|
-
else {
|
|
380
|
-
return this.send(command, optionsOrCb);
|
|
381
|
-
}
|
|
382
|
-
};
|
|
383
|
-
WorkSpaces.prototype.describeWorkspaceDirectories = function (args, optionsOrCb, cb) {
|
|
384
|
-
var command = new DescribeWorkspaceDirectoriesCommand(args);
|
|
385
|
-
if (typeof optionsOrCb === "function") {
|
|
386
|
-
this.send(command, optionsOrCb);
|
|
387
|
-
}
|
|
388
|
-
else if (typeof cb === "function") {
|
|
389
|
-
if (typeof optionsOrCb !== "object")
|
|
390
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
391
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
392
|
-
}
|
|
393
|
-
else {
|
|
394
|
-
return this.send(command, optionsOrCb);
|
|
395
|
-
}
|
|
396
|
-
};
|
|
397
|
-
WorkSpaces.prototype.describeWorkspaceImagePermissions = function (args, optionsOrCb, cb) {
|
|
398
|
-
var command = new DescribeWorkspaceImagePermissionsCommand(args);
|
|
399
|
-
if (typeof optionsOrCb === "function") {
|
|
400
|
-
this.send(command, optionsOrCb);
|
|
401
|
-
}
|
|
402
|
-
else if (typeof cb === "function") {
|
|
403
|
-
if (typeof optionsOrCb !== "object")
|
|
404
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
405
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
406
|
-
}
|
|
407
|
-
else {
|
|
408
|
-
return this.send(command, optionsOrCb);
|
|
409
|
-
}
|
|
410
|
-
};
|
|
411
|
-
WorkSpaces.prototype.describeWorkspaceImages = function (args, optionsOrCb, cb) {
|
|
412
|
-
var command = new DescribeWorkspaceImagesCommand(args);
|
|
413
|
-
if (typeof optionsOrCb === "function") {
|
|
414
|
-
this.send(command, optionsOrCb);
|
|
415
|
-
}
|
|
416
|
-
else if (typeof cb === "function") {
|
|
417
|
-
if (typeof optionsOrCb !== "object")
|
|
418
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
419
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
420
|
-
}
|
|
421
|
-
else {
|
|
422
|
-
return this.send(command, optionsOrCb);
|
|
423
|
-
}
|
|
424
|
-
};
|
|
425
|
-
WorkSpaces.prototype.describeWorkspaces = function (args, optionsOrCb, cb) {
|
|
426
|
-
var command = new DescribeWorkspacesCommand(args);
|
|
427
|
-
if (typeof optionsOrCb === "function") {
|
|
428
|
-
this.send(command, optionsOrCb);
|
|
429
|
-
}
|
|
430
|
-
else if (typeof cb === "function") {
|
|
431
|
-
if (typeof optionsOrCb !== "object")
|
|
432
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
433
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
434
|
-
}
|
|
435
|
-
else {
|
|
436
|
-
return this.send(command, optionsOrCb);
|
|
437
|
-
}
|
|
438
|
-
};
|
|
439
|
-
WorkSpaces.prototype.describeWorkspacesConnectionStatus = function (args, optionsOrCb, cb) {
|
|
440
|
-
var command = new DescribeWorkspacesConnectionStatusCommand(args);
|
|
441
|
-
if (typeof optionsOrCb === "function") {
|
|
442
|
-
this.send(command, optionsOrCb);
|
|
443
|
-
}
|
|
444
|
-
else if (typeof cb === "function") {
|
|
445
|
-
if (typeof optionsOrCb !== "object")
|
|
446
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
447
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
448
|
-
}
|
|
449
|
-
else {
|
|
450
|
-
return this.send(command, optionsOrCb);
|
|
451
|
-
}
|
|
452
|
-
};
|
|
453
|
-
WorkSpaces.prototype.describeWorkspaceSnapshots = function (args, optionsOrCb, cb) {
|
|
454
|
-
var command = new DescribeWorkspaceSnapshotsCommand(args);
|
|
455
|
-
if (typeof optionsOrCb === "function") {
|
|
456
|
-
this.send(command, optionsOrCb);
|
|
457
|
-
}
|
|
458
|
-
else if (typeof cb === "function") {
|
|
459
|
-
if (typeof optionsOrCb !== "object")
|
|
460
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
461
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
462
|
-
}
|
|
463
|
-
else {
|
|
464
|
-
return this.send(command, optionsOrCb);
|
|
465
|
-
}
|
|
466
|
-
};
|
|
467
|
-
WorkSpaces.prototype.disassociateConnectionAlias = function (args, optionsOrCb, cb) {
|
|
468
|
-
var command = new DisassociateConnectionAliasCommand(args);
|
|
469
|
-
if (typeof optionsOrCb === "function") {
|
|
470
|
-
this.send(command, optionsOrCb);
|
|
471
|
-
}
|
|
472
|
-
else if (typeof cb === "function") {
|
|
473
|
-
if (typeof optionsOrCb !== "object")
|
|
474
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
475
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
476
|
-
}
|
|
477
|
-
else {
|
|
478
|
-
return this.send(command, optionsOrCb);
|
|
479
|
-
}
|
|
480
|
-
};
|
|
481
|
-
WorkSpaces.prototype.disassociateIpGroups = function (args, optionsOrCb, cb) {
|
|
482
|
-
var command = new DisassociateIpGroupsCommand(args);
|
|
483
|
-
if (typeof optionsOrCb === "function") {
|
|
484
|
-
this.send(command, optionsOrCb);
|
|
485
|
-
}
|
|
486
|
-
else if (typeof cb === "function") {
|
|
487
|
-
if (typeof optionsOrCb !== "object")
|
|
488
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
489
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
490
|
-
}
|
|
491
|
-
else {
|
|
492
|
-
return this.send(command, optionsOrCb);
|
|
493
|
-
}
|
|
494
|
-
};
|
|
495
|
-
WorkSpaces.prototype.importWorkspaceImage = function (args, optionsOrCb, cb) {
|
|
496
|
-
var command = new ImportWorkspaceImageCommand(args);
|
|
497
|
-
if (typeof optionsOrCb === "function") {
|
|
498
|
-
this.send(command, optionsOrCb);
|
|
499
|
-
}
|
|
500
|
-
else if (typeof cb === "function") {
|
|
501
|
-
if (typeof optionsOrCb !== "object")
|
|
502
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
503
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
504
|
-
}
|
|
505
|
-
else {
|
|
506
|
-
return this.send(command, optionsOrCb);
|
|
507
|
-
}
|
|
508
|
-
};
|
|
509
|
-
WorkSpaces.prototype.listAvailableManagementCidrRanges = function (args, optionsOrCb, cb) {
|
|
510
|
-
var command = new ListAvailableManagementCidrRangesCommand(args);
|
|
511
|
-
if (typeof optionsOrCb === "function") {
|
|
512
|
-
this.send(command, optionsOrCb);
|
|
513
|
-
}
|
|
514
|
-
else if (typeof cb === "function") {
|
|
515
|
-
if (typeof optionsOrCb !== "object")
|
|
516
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
517
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
518
|
-
}
|
|
519
|
-
else {
|
|
520
|
-
return this.send(command, optionsOrCb);
|
|
521
|
-
}
|
|
522
|
-
};
|
|
523
|
-
WorkSpaces.prototype.migrateWorkspace = function (args, optionsOrCb, cb) {
|
|
524
|
-
var command = new MigrateWorkspaceCommand(args);
|
|
525
|
-
if (typeof optionsOrCb === "function") {
|
|
526
|
-
this.send(command, optionsOrCb);
|
|
527
|
-
}
|
|
528
|
-
else if (typeof cb === "function") {
|
|
529
|
-
if (typeof optionsOrCb !== "object")
|
|
530
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
531
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
532
|
-
}
|
|
533
|
-
else {
|
|
534
|
-
return this.send(command, optionsOrCb);
|
|
535
|
-
}
|
|
536
|
-
};
|
|
537
|
-
WorkSpaces.prototype.modifyAccount = function (args, optionsOrCb, cb) {
|
|
538
|
-
var command = new ModifyAccountCommand(args);
|
|
539
|
-
if (typeof optionsOrCb === "function") {
|
|
540
|
-
this.send(command, optionsOrCb);
|
|
541
|
-
}
|
|
542
|
-
else if (typeof cb === "function") {
|
|
543
|
-
if (typeof optionsOrCb !== "object")
|
|
544
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
545
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
546
|
-
}
|
|
547
|
-
else {
|
|
548
|
-
return this.send(command, optionsOrCb);
|
|
549
|
-
}
|
|
550
|
-
};
|
|
551
|
-
WorkSpaces.prototype.modifyClientProperties = function (args, optionsOrCb, cb) {
|
|
552
|
-
var command = new ModifyClientPropertiesCommand(args);
|
|
553
|
-
if (typeof optionsOrCb === "function") {
|
|
554
|
-
this.send(command, optionsOrCb);
|
|
555
|
-
}
|
|
556
|
-
else if (typeof cb === "function") {
|
|
557
|
-
if (typeof optionsOrCb !== "object")
|
|
558
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
559
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
560
|
-
}
|
|
561
|
-
else {
|
|
562
|
-
return this.send(command, optionsOrCb);
|
|
563
|
-
}
|
|
564
|
-
};
|
|
565
|
-
WorkSpaces.prototype.modifySelfservicePermissions = function (args, optionsOrCb, cb) {
|
|
566
|
-
var command = new ModifySelfservicePermissionsCommand(args);
|
|
567
|
-
if (typeof optionsOrCb === "function") {
|
|
568
|
-
this.send(command, optionsOrCb);
|
|
569
|
-
}
|
|
570
|
-
else if (typeof cb === "function") {
|
|
571
|
-
if (typeof optionsOrCb !== "object")
|
|
572
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
573
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
574
|
-
}
|
|
575
|
-
else {
|
|
576
|
-
return this.send(command, optionsOrCb);
|
|
577
|
-
}
|
|
578
|
-
};
|
|
579
|
-
WorkSpaces.prototype.modifyWorkspaceAccessProperties = function (args, optionsOrCb, cb) {
|
|
580
|
-
var command = new ModifyWorkspaceAccessPropertiesCommand(args);
|
|
581
|
-
if (typeof optionsOrCb === "function") {
|
|
582
|
-
this.send(command, optionsOrCb);
|
|
583
|
-
}
|
|
584
|
-
else if (typeof cb === "function") {
|
|
585
|
-
if (typeof optionsOrCb !== "object")
|
|
586
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
587
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
588
|
-
}
|
|
589
|
-
else {
|
|
590
|
-
return this.send(command, optionsOrCb);
|
|
591
|
-
}
|
|
592
|
-
};
|
|
593
|
-
WorkSpaces.prototype.modifyWorkspaceCreationProperties = function (args, optionsOrCb, cb) {
|
|
594
|
-
var command = new ModifyWorkspaceCreationPropertiesCommand(args);
|
|
595
|
-
if (typeof optionsOrCb === "function") {
|
|
596
|
-
this.send(command, optionsOrCb);
|
|
597
|
-
}
|
|
598
|
-
else if (typeof cb === "function") {
|
|
599
|
-
if (typeof optionsOrCb !== "object")
|
|
600
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
601
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
602
|
-
}
|
|
603
|
-
else {
|
|
604
|
-
return this.send(command, optionsOrCb);
|
|
605
|
-
}
|
|
606
|
-
};
|
|
607
|
-
WorkSpaces.prototype.modifyWorkspaceProperties = function (args, optionsOrCb, cb) {
|
|
608
|
-
var command = new ModifyWorkspacePropertiesCommand(args);
|
|
609
|
-
if (typeof optionsOrCb === "function") {
|
|
610
|
-
this.send(command, optionsOrCb);
|
|
611
|
-
}
|
|
612
|
-
else if (typeof cb === "function") {
|
|
613
|
-
if (typeof optionsOrCb !== "object")
|
|
614
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
615
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
616
|
-
}
|
|
617
|
-
else {
|
|
618
|
-
return this.send(command, optionsOrCb);
|
|
619
|
-
}
|
|
620
|
-
};
|
|
621
|
-
WorkSpaces.prototype.modifyWorkspaceState = function (args, optionsOrCb, cb) {
|
|
622
|
-
var command = new ModifyWorkspaceStateCommand(args);
|
|
623
|
-
if (typeof optionsOrCb === "function") {
|
|
624
|
-
this.send(command, optionsOrCb);
|
|
625
|
-
}
|
|
626
|
-
else if (typeof cb === "function") {
|
|
627
|
-
if (typeof optionsOrCb !== "object")
|
|
628
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
629
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
630
|
-
}
|
|
631
|
-
else {
|
|
632
|
-
return this.send(command, optionsOrCb);
|
|
633
|
-
}
|
|
634
|
-
};
|
|
635
|
-
WorkSpaces.prototype.rebootWorkspaces = function (args, optionsOrCb, cb) {
|
|
636
|
-
var command = new RebootWorkspacesCommand(args);
|
|
637
|
-
if (typeof optionsOrCb === "function") {
|
|
638
|
-
this.send(command, optionsOrCb);
|
|
639
|
-
}
|
|
640
|
-
else if (typeof cb === "function") {
|
|
641
|
-
if (typeof optionsOrCb !== "object")
|
|
642
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
643
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
644
|
-
}
|
|
645
|
-
else {
|
|
646
|
-
return this.send(command, optionsOrCb);
|
|
647
|
-
}
|
|
648
|
-
};
|
|
649
|
-
WorkSpaces.prototype.rebuildWorkspaces = function (args, optionsOrCb, cb) {
|
|
650
|
-
var command = new RebuildWorkspacesCommand(args);
|
|
651
|
-
if (typeof optionsOrCb === "function") {
|
|
652
|
-
this.send(command, optionsOrCb);
|
|
653
|
-
}
|
|
654
|
-
else if (typeof cb === "function") {
|
|
655
|
-
if (typeof optionsOrCb !== "object")
|
|
656
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
657
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
658
|
-
}
|
|
659
|
-
else {
|
|
660
|
-
return this.send(command, optionsOrCb);
|
|
661
|
-
}
|
|
662
|
-
};
|
|
663
|
-
WorkSpaces.prototype.registerWorkspaceDirectory = function (args, optionsOrCb, cb) {
|
|
664
|
-
var command = new RegisterWorkspaceDirectoryCommand(args);
|
|
665
|
-
if (typeof optionsOrCb === "function") {
|
|
666
|
-
this.send(command, optionsOrCb);
|
|
667
|
-
}
|
|
668
|
-
else if (typeof cb === "function") {
|
|
669
|
-
if (typeof optionsOrCb !== "object")
|
|
670
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
671
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
672
|
-
}
|
|
673
|
-
else {
|
|
674
|
-
return this.send(command, optionsOrCb);
|
|
675
|
-
}
|
|
676
|
-
};
|
|
677
|
-
WorkSpaces.prototype.restoreWorkspace = function (args, optionsOrCb, cb) {
|
|
678
|
-
var command = new RestoreWorkspaceCommand(args);
|
|
679
|
-
if (typeof optionsOrCb === "function") {
|
|
680
|
-
this.send(command, optionsOrCb);
|
|
681
|
-
}
|
|
682
|
-
else if (typeof cb === "function") {
|
|
683
|
-
if (typeof optionsOrCb !== "object")
|
|
684
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
685
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
686
|
-
}
|
|
687
|
-
else {
|
|
688
|
-
return this.send(command, optionsOrCb);
|
|
689
|
-
}
|
|
690
|
-
};
|
|
691
|
-
WorkSpaces.prototype.revokeIpRules = function (args, optionsOrCb, cb) {
|
|
692
|
-
var command = new RevokeIpRulesCommand(args);
|
|
693
|
-
if (typeof optionsOrCb === "function") {
|
|
694
|
-
this.send(command, optionsOrCb);
|
|
695
|
-
}
|
|
696
|
-
else if (typeof cb === "function") {
|
|
697
|
-
if (typeof optionsOrCb !== "object")
|
|
698
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
699
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
700
|
-
}
|
|
701
|
-
else {
|
|
702
|
-
return this.send(command, optionsOrCb);
|
|
703
|
-
}
|
|
704
|
-
};
|
|
705
|
-
WorkSpaces.prototype.startWorkspaces = function (args, optionsOrCb, cb) {
|
|
706
|
-
var command = new StartWorkspacesCommand(args);
|
|
707
|
-
if (typeof optionsOrCb === "function") {
|
|
708
|
-
this.send(command, optionsOrCb);
|
|
709
|
-
}
|
|
710
|
-
else if (typeof cb === "function") {
|
|
711
|
-
if (typeof optionsOrCb !== "object")
|
|
712
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
713
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
714
|
-
}
|
|
715
|
-
else {
|
|
716
|
-
return this.send(command, optionsOrCb);
|
|
717
|
-
}
|
|
718
|
-
};
|
|
719
|
-
WorkSpaces.prototype.stopWorkspaces = function (args, optionsOrCb, cb) {
|
|
720
|
-
var command = new StopWorkspacesCommand(args);
|
|
721
|
-
if (typeof optionsOrCb === "function") {
|
|
722
|
-
this.send(command, optionsOrCb);
|
|
723
|
-
}
|
|
724
|
-
else if (typeof cb === "function") {
|
|
725
|
-
if (typeof optionsOrCb !== "object")
|
|
726
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
727
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
728
|
-
}
|
|
729
|
-
else {
|
|
730
|
-
return this.send(command, optionsOrCb);
|
|
731
|
-
}
|
|
732
|
-
};
|
|
733
|
-
WorkSpaces.prototype.terminateWorkspaces = function (args, optionsOrCb, cb) {
|
|
734
|
-
var command = new TerminateWorkspacesCommand(args);
|
|
735
|
-
if (typeof optionsOrCb === "function") {
|
|
736
|
-
this.send(command, optionsOrCb);
|
|
737
|
-
}
|
|
738
|
-
else if (typeof cb === "function") {
|
|
739
|
-
if (typeof optionsOrCb !== "object")
|
|
740
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
741
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
742
|
-
}
|
|
743
|
-
else {
|
|
744
|
-
return this.send(command, optionsOrCb);
|
|
745
|
-
}
|
|
746
|
-
};
|
|
747
|
-
WorkSpaces.prototype.updateConnectionAliasPermission = function (args, optionsOrCb, cb) {
|
|
748
|
-
var command = new UpdateConnectionAliasPermissionCommand(args);
|
|
749
|
-
if (typeof optionsOrCb === "function") {
|
|
750
|
-
this.send(command, optionsOrCb);
|
|
751
|
-
}
|
|
752
|
-
else if (typeof cb === "function") {
|
|
753
|
-
if (typeof optionsOrCb !== "object")
|
|
754
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
755
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
756
|
-
}
|
|
757
|
-
else {
|
|
758
|
-
return this.send(command, optionsOrCb);
|
|
759
|
-
}
|
|
760
|
-
};
|
|
761
|
-
WorkSpaces.prototype.updateRulesOfIpGroup = function (args, optionsOrCb, cb) {
|
|
762
|
-
var command = new UpdateRulesOfIpGroupCommand(args);
|
|
763
|
-
if (typeof optionsOrCb === "function") {
|
|
764
|
-
this.send(command, optionsOrCb);
|
|
765
|
-
}
|
|
766
|
-
else if (typeof cb === "function") {
|
|
767
|
-
if (typeof optionsOrCb !== "object")
|
|
768
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
769
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
770
|
-
}
|
|
771
|
-
else {
|
|
772
|
-
return this.send(command, optionsOrCb);
|
|
773
|
-
}
|
|
774
|
-
};
|
|
775
|
-
WorkSpaces.prototype.updateWorkspaceBundle = function (args, optionsOrCb, cb) {
|
|
776
|
-
var command = new UpdateWorkspaceBundleCommand(args);
|
|
777
|
-
if (typeof optionsOrCb === "function") {
|
|
778
|
-
this.send(command, optionsOrCb);
|
|
779
|
-
}
|
|
780
|
-
else if (typeof cb === "function") {
|
|
781
|
-
if (typeof optionsOrCb !== "object")
|
|
782
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
783
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
784
|
-
}
|
|
785
|
-
else {
|
|
786
|
-
return this.send(command, optionsOrCb);
|
|
787
|
-
}
|
|
788
|
-
};
|
|
789
|
-
WorkSpaces.prototype.updateWorkspaceImagePermission = function (args, optionsOrCb, cb) {
|
|
790
|
-
var command = new UpdateWorkspaceImagePermissionCommand(args);
|
|
791
|
-
if (typeof optionsOrCb === "function") {
|
|
792
|
-
this.send(command, optionsOrCb);
|
|
793
|
-
}
|
|
794
|
-
else if (typeof cb === "function") {
|
|
795
|
-
if (typeof optionsOrCb !== "object")
|
|
796
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
797
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
798
|
-
}
|
|
799
|
-
else {
|
|
800
|
-
return this.send(command, optionsOrCb);
|
|
801
|
-
}
|
|
802
|
-
};
|
|
803
|
-
return WorkSpaces;
|
|
804
|
-
}(WorkSpacesClient));
|
|
805
|
-
export { WorkSpaces };
|
|
806
|
-
//# sourceMappingURL=WorkSpaces.js.map
|