@aws-sdk/client-workspaces 3.34.0 → 3.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist-cjs/WorkSpaces.js +823 -0
- package/dist-cjs/WorkSpaces.js.map +1 -0
- package/dist-cjs/WorkSpacesClient.js +46 -0
- package/dist-cjs/WorkSpacesClient.js.map +1 -0
- package/dist-cjs/commands/AssociateConnectionAliasCommand.js +68 -0
- package/dist-cjs/commands/AssociateConnectionAliasCommand.js.map +1 -0
- package/dist-cjs/commands/AssociateIpGroupsCommand.js +61 -0
- package/dist-cjs/commands/AssociateIpGroupsCommand.js.map +1 -0
- package/dist-cjs/commands/AuthorizeIpRulesCommand.js +63 -0
- package/dist-cjs/commands/AuthorizeIpRulesCommand.js.map +1 -0
- package/dist-cjs/commands/CopyWorkspaceImageCommand.js +74 -0
- package/dist-cjs/commands/CopyWorkspaceImageCommand.js.map +1 -0
- package/dist-cjs/commands/CreateConnectionAliasCommand.js +63 -0
- package/dist-cjs/commands/CreateConnectionAliasCommand.js.map +1 -0
- package/dist-cjs/commands/CreateIpGroupCommand.js +70 -0
- package/dist-cjs/commands/CreateIpGroupCommand.js.map +1 -0
- package/dist-cjs/commands/CreateTagsCommand.js +61 -0
- package/dist-cjs/commands/CreateTagsCommand.js.map +1 -0
- package/dist-cjs/commands/CreateUpdatedWorkspaceImageCommand.js +84 -0
- package/dist-cjs/commands/CreateUpdatedWorkspaceImageCommand.js.map +1 -0
- package/dist-cjs/commands/CreateWorkspaceBundleCommand.js +63 -0
- package/dist-cjs/commands/CreateWorkspaceBundleCommand.js.map +1 -0
- package/dist-cjs/commands/CreateWorkspacesCommand.js +62 -0
- package/dist-cjs/commands/CreateWorkspacesCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteConnectionAliasCommand.js +78 -0
- package/dist-cjs/commands/DeleteConnectionAliasCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteIpGroupCommand.js +62 -0
- package/dist-cjs/commands/DeleteIpGroupCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteTagsCommand.js +61 -0
- package/dist-cjs/commands/DeleteTagsCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteWorkspaceBundleCommand.js +63 -0
- package/dist-cjs/commands/DeleteWorkspaceBundleCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteWorkspaceImageCommand.js +63 -0
- package/dist-cjs/commands/DeleteWorkspaceImageCommand.js.map +1 -0
- package/dist-cjs/commands/DeregisterWorkspaceDirectoryCommand.js +77 -0
- package/dist-cjs/commands/DeregisterWorkspaceDirectoryCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeAccountCommand.js +62 -0
- package/dist-cjs/commands/DescribeAccountCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeAccountModificationsCommand.js +62 -0
- package/dist-cjs/commands/DescribeAccountModificationsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeClientPropertiesCommand.js +61 -0
- package/dist-cjs/commands/DescribeClientPropertiesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeConnectionAliasPermissionsCommand.js +63 -0
- package/dist-cjs/commands/DescribeConnectionAliasPermissionsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeConnectionAliasesCommand.js +63 -0
- package/dist-cjs/commands/DescribeConnectionAliasesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeIpGroupsCommand.js +61 -0
- package/dist-cjs/commands/DescribeIpGroupsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeTagsCommand.js +61 -0
- package/dist-cjs/commands/DescribeTagsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeWorkspaceBundlesCommand.js +62 -0
- package/dist-cjs/commands/DescribeWorkspaceBundlesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeWorkspaceDirectoriesCommand.js +62 -0
- package/dist-cjs/commands/DescribeWorkspaceDirectoriesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeWorkspaceImagePermissionsCommand.js +62 -0
- package/dist-cjs/commands/DescribeWorkspaceImagePermissionsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeWorkspaceImagesCommand.js +62 -0
- package/dist-cjs/commands/DescribeWorkspaceImagesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeWorkspaceSnapshotsCommand.js +61 -0
- package/dist-cjs/commands/DescribeWorkspaceSnapshotsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeWorkspacesCommand.js +63 -0
- package/dist-cjs/commands/DescribeWorkspacesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeWorkspacesConnectionStatusCommand.js +61 -0
- package/dist-cjs/commands/DescribeWorkspacesConnectionStatusCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateConnectionAliasCommand.js +69 -0
- package/dist-cjs/commands/DisassociateConnectionAliasCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateIpGroupsCommand.js +61 -0
- package/dist-cjs/commands/DisassociateIpGroupsCommand.js.map +1 -0
- package/dist-cjs/commands/ImportWorkspaceImageCommand.js +65 -0
- package/dist-cjs/commands/ImportWorkspaceImageCommand.js.map +1 -0
- package/dist-cjs/commands/ListAvailableManagementCidrRangesCommand.js +69 -0
- package/dist-cjs/commands/ListAvailableManagementCidrRangesCommand.js.map +1 -0
- package/dist-cjs/commands/MigrateWorkspaceCommand.js +69 -0
- package/dist-cjs/commands/MigrateWorkspaceCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyAccountCommand.js +62 -0
- package/dist-cjs/commands/ModifyAccountCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyClientPropertiesCommand.js +61 -0
- package/dist-cjs/commands/ModifyClientPropertiesCommand.js.map +1 -0
- package/dist-cjs/commands/ModifySelfservicePermissionsCommand.js +62 -0
- package/dist-cjs/commands/ModifySelfservicePermissionsCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js +63 -0
- package/dist-cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js +61 -0
- package/dist-cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyWorkspacePropertiesCommand.js +65 -0
- package/dist-cjs/commands/ModifyWorkspacePropertiesCommand.js.map +1 -0
- package/dist-cjs/commands/ModifyWorkspaceStateCommand.js +66 -0
- package/dist-cjs/commands/ModifyWorkspaceStateCommand.js.map +1 -0
- package/dist-cjs/commands/RebootWorkspacesCommand.js +64 -0
- package/dist-cjs/commands/RebootWorkspacesCommand.js.map +1 -0
- package/dist-cjs/commands/RebuildWorkspacesCommand.js +68 -0
- package/dist-cjs/commands/RebuildWorkspacesCommand.js.map +1 -0
- package/dist-cjs/commands/RegisterWorkspaceDirectoryCommand.js +65 -0
- package/dist-cjs/commands/RegisterWorkspaceDirectoryCommand.js.map +1 -0
- package/dist-cjs/commands/RestoreWorkspaceCommand.js +68 -0
- package/dist-cjs/commands/RestoreWorkspaceCommand.js.map +1 -0
- package/dist-cjs/commands/RevokeIpRulesCommand.js +61 -0
- package/dist-cjs/commands/RevokeIpRulesCommand.js.map +1 -0
- package/dist-cjs/commands/StartWorkspacesCommand.js +63 -0
- package/dist-cjs/commands/StartWorkspacesCommand.js.map +1 -0
- package/dist-cjs/commands/StopWorkspacesCommand.js +64 -0
- package/dist-cjs/commands/StopWorkspacesCommand.js.map +1 -0
- package/dist-cjs/commands/TerminateWorkspacesCommand.js +90 -0
- package/dist-cjs/commands/TerminateWorkspacesCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateConnectionAliasPermissionCommand.js +80 -0
- package/dist-cjs/commands/UpdateConnectionAliasPermissionCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRulesOfIpGroupCommand.js +62 -0
- package/dist-cjs/commands/UpdateRulesOfIpGroupCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateWorkspaceBundleCommand.js +69 -0
- package/dist-cjs/commands/UpdateWorkspaceBundleCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateWorkspaceImagePermissionCommand.js +86 -0
- package/dist-cjs/commands/UpdateWorkspaceImagePermissionCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +65 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +0 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/dist-cjs/models/models_0.js +1567 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/dist-cjs/pagination/DescribeWorkspaceBundlesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeWorkspaceBundlesPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeWorkspaceDirectoriesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeWorkspaceDirectoriesPaginator.js.map +1 -0
- package/dist-cjs/pagination/DescribeWorkspacesPaginator.js +46 -0
- package/dist-cjs/pagination/DescribeWorkspacesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/dist-cjs/pagination/Interfaces.js.map +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +6067 -0
- package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/dist-cjs/runtimeConfig.js +47 -0
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/dist-es/WorkSpaces.js +821 -0
- package/dist-es/WorkSpaces.js.map +1 -0
- package/dist-es/WorkSpacesClient.js +38 -0
- package/dist-es/WorkSpacesClient.js.map +1 -0
- package/dist-es/commands/AssociateConnectionAliasCommand.js +40 -0
- package/dist-es/commands/AssociateConnectionAliasCommand.js.map +1 -0
- package/dist-es/commands/AssociateIpGroupsCommand.js +40 -0
- package/dist-es/commands/AssociateIpGroupsCommand.js.map +1 -0
- package/dist-es/commands/AuthorizeIpRulesCommand.js +40 -0
- package/dist-es/commands/AuthorizeIpRulesCommand.js.map +1 -0
- package/dist-es/commands/CopyWorkspaceImageCommand.js +40 -0
- package/dist-es/commands/CopyWorkspaceImageCommand.js.map +1 -0
- package/dist-es/commands/CreateConnectionAliasCommand.js +40 -0
- package/dist-es/commands/CreateConnectionAliasCommand.js.map +1 -0
- package/dist-es/commands/CreateIpGroupCommand.js +40 -0
- package/dist-es/commands/CreateIpGroupCommand.js.map +1 -0
- package/dist-es/commands/CreateTagsCommand.js +40 -0
- package/dist-es/commands/CreateTagsCommand.js.map +1 -0
- package/dist-es/commands/CreateUpdatedWorkspaceImageCommand.js +40 -0
- package/dist-es/commands/CreateUpdatedWorkspaceImageCommand.js.map +1 -0
- package/dist-es/commands/CreateWorkspaceBundleCommand.js +40 -0
- package/dist-es/commands/CreateWorkspaceBundleCommand.js.map +1 -0
- package/dist-es/commands/CreateWorkspacesCommand.js +40 -0
- package/dist-es/commands/CreateWorkspacesCommand.js.map +1 -0
- package/dist-es/commands/DeleteConnectionAliasCommand.js +40 -0
- package/dist-es/commands/DeleteConnectionAliasCommand.js.map +1 -0
- package/dist-es/commands/DeleteIpGroupCommand.js +40 -0
- package/dist-es/commands/DeleteIpGroupCommand.js.map +1 -0
- package/dist-es/commands/DeleteTagsCommand.js +40 -0
- package/dist-es/commands/DeleteTagsCommand.js.map +1 -0
- package/dist-es/commands/DeleteWorkspaceBundleCommand.js +40 -0
- package/dist-es/commands/DeleteWorkspaceBundleCommand.js.map +1 -0
- package/dist-es/commands/DeleteWorkspaceImageCommand.js +40 -0
- package/dist-es/commands/DeleteWorkspaceImageCommand.js.map +1 -0
- package/dist-es/commands/DeregisterWorkspaceDirectoryCommand.js +40 -0
- package/dist-es/commands/DeregisterWorkspaceDirectoryCommand.js.map +1 -0
- package/dist-es/commands/DescribeAccountCommand.js +40 -0
- package/dist-es/commands/DescribeAccountCommand.js.map +1 -0
- package/dist-es/commands/DescribeAccountModificationsCommand.js +40 -0
- package/dist-es/commands/DescribeAccountModificationsCommand.js.map +1 -0
- package/dist-es/commands/DescribeClientPropertiesCommand.js +40 -0
- package/dist-es/commands/DescribeClientPropertiesCommand.js.map +1 -0
- package/dist-es/commands/DescribeConnectionAliasPermissionsCommand.js +40 -0
- package/dist-es/commands/DescribeConnectionAliasPermissionsCommand.js.map +1 -0
- package/dist-es/commands/DescribeConnectionAliasesCommand.js +40 -0
- package/dist-es/commands/DescribeConnectionAliasesCommand.js.map +1 -0
- package/dist-es/commands/DescribeIpGroupsCommand.js +40 -0
- package/dist-es/commands/DescribeIpGroupsCommand.js.map +1 -0
- package/dist-es/commands/DescribeTagsCommand.js +40 -0
- package/dist-es/commands/DescribeTagsCommand.js.map +1 -0
- package/dist-es/commands/DescribeWorkspaceBundlesCommand.js +40 -0
- package/dist-es/commands/DescribeWorkspaceBundlesCommand.js.map +1 -0
- package/dist-es/commands/DescribeWorkspaceDirectoriesCommand.js +40 -0
- package/dist-es/commands/DescribeWorkspaceDirectoriesCommand.js.map +1 -0
- package/dist-es/commands/DescribeWorkspaceImagePermissionsCommand.js +40 -0
- package/dist-es/commands/DescribeWorkspaceImagePermissionsCommand.js.map +1 -0
- package/dist-es/commands/DescribeWorkspaceImagesCommand.js +40 -0
- package/dist-es/commands/DescribeWorkspaceImagesCommand.js.map +1 -0
- package/dist-es/commands/DescribeWorkspaceSnapshotsCommand.js +40 -0
- package/dist-es/commands/DescribeWorkspaceSnapshotsCommand.js.map +1 -0
- package/dist-es/commands/DescribeWorkspacesCommand.js +40 -0
- package/dist-es/commands/DescribeWorkspacesCommand.js.map +1 -0
- package/dist-es/commands/DescribeWorkspacesConnectionStatusCommand.js +40 -0
- package/dist-es/commands/DescribeWorkspacesConnectionStatusCommand.js.map +1 -0
- package/dist-es/commands/DisassociateConnectionAliasCommand.js +40 -0
- package/dist-es/commands/DisassociateConnectionAliasCommand.js.map +1 -0
- package/dist-es/commands/DisassociateIpGroupsCommand.js +40 -0
- package/dist-es/commands/DisassociateIpGroupsCommand.js.map +1 -0
- package/dist-es/commands/ImportWorkspaceImageCommand.js +40 -0
- package/dist-es/commands/ImportWorkspaceImageCommand.js.map +1 -0
- package/dist-es/commands/ListAvailableManagementCidrRangesCommand.js +40 -0
- package/dist-es/commands/ListAvailableManagementCidrRangesCommand.js.map +1 -0
- package/dist-es/commands/MigrateWorkspaceCommand.js +40 -0
- package/dist-es/commands/MigrateWorkspaceCommand.js.map +1 -0
- package/dist-es/commands/ModifyAccountCommand.js +40 -0
- package/dist-es/commands/ModifyAccountCommand.js.map +1 -0
- package/dist-es/commands/ModifyClientPropertiesCommand.js +40 -0
- package/dist-es/commands/ModifyClientPropertiesCommand.js.map +1 -0
- package/dist-es/commands/ModifySelfservicePermissionsCommand.js +40 -0
- package/dist-es/commands/ModifySelfservicePermissionsCommand.js.map +1 -0
- package/dist-es/commands/ModifyWorkspaceAccessPropertiesCommand.js +40 -0
- package/dist-es/commands/ModifyWorkspaceAccessPropertiesCommand.js.map +1 -0
- package/dist-es/commands/ModifyWorkspaceCreationPropertiesCommand.js +40 -0
- package/dist-es/commands/ModifyWorkspaceCreationPropertiesCommand.js.map +1 -0
- package/dist-es/commands/ModifyWorkspacePropertiesCommand.js +40 -0
- package/dist-es/commands/ModifyWorkspacePropertiesCommand.js.map +1 -0
- package/dist-es/commands/ModifyWorkspaceStateCommand.js +40 -0
- package/dist-es/commands/ModifyWorkspaceStateCommand.js.map +1 -0
- package/dist-es/commands/RebootWorkspacesCommand.js +40 -0
- package/dist-es/commands/RebootWorkspacesCommand.js.map +1 -0
- package/dist-es/commands/RebuildWorkspacesCommand.js +40 -0
- package/dist-es/commands/RebuildWorkspacesCommand.js.map +1 -0
- package/dist-es/commands/RegisterWorkspaceDirectoryCommand.js +40 -0
- package/dist-es/commands/RegisterWorkspaceDirectoryCommand.js.map +1 -0
- package/dist-es/commands/RestoreWorkspaceCommand.js +40 -0
- package/dist-es/commands/RestoreWorkspaceCommand.js.map +1 -0
- package/dist-es/commands/RevokeIpRulesCommand.js +40 -0
- package/dist-es/commands/RevokeIpRulesCommand.js.map +1 -0
- package/dist-es/commands/StartWorkspacesCommand.js +40 -0
- package/dist-es/commands/StartWorkspacesCommand.js.map +1 -0
- package/dist-es/commands/StopWorkspacesCommand.js +40 -0
- package/dist-es/commands/StopWorkspacesCommand.js.map +1 -0
- package/dist-es/commands/TerminateWorkspacesCommand.js +40 -0
- package/dist-es/commands/TerminateWorkspacesCommand.js.map +1 -0
- package/dist-es/commands/UpdateConnectionAliasPermissionCommand.js +40 -0
- package/dist-es/commands/UpdateConnectionAliasPermissionCommand.js.map +1 -0
- package/dist-es/commands/UpdateRulesOfIpGroupCommand.js +40 -0
- package/dist-es/commands/UpdateRulesOfIpGroupCommand.js.map +1 -0
- package/dist-es/commands/UpdateWorkspaceBundleCommand.js +40 -0
- package/dist-es/commands/UpdateWorkspaceBundleCommand.js.map +1 -0
- package/dist-es/commands/UpdateWorkspaceImagePermissionCommand.js +40 -0
- package/dist-es/commands/UpdateWorkspaceImagePermissionCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +0 -0
- package/dist-es/endpoints.js.map +1 -0
- package/dist-es/index.js +62 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/dist-es/models/models_0.js +777 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/dist-es/pagination/DescribeWorkspaceBundlesPaginator.js +74 -0
- package/dist-es/pagination/DescribeWorkspaceBundlesPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeWorkspaceDirectoriesPaginator.js +74 -0
- package/dist-es/pagination/DescribeWorkspaceDirectoriesPaginator.js.map +1 -0
- package/dist-es/pagination/DescribeWorkspacesPaginator.js +75 -0
- package/dist-es/pagination/DescribeWorkspacesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/dist-es/pagination/Interfaces.js.map +1 -0
- package/dist-es/protocols/Aws_json1_1.js +6321 -0
- package/dist-es/protocols/Aws_json1_1.js.map +1 -0
- package/dist-es/runtimeConfig.browser.js +17 -0
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/dist-es/runtimeConfig.js +22 -0
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/dist-types/WorkSpaces.d.ts +645 -0
- package/dist-types/WorkSpacesClient.d.ts +188 -0
- package/dist-types/commands/AssociateConnectionAliasCommand.d.ts +42 -0
- package/dist-types/commands/AssociateIpGroupsCommand.d.ts +35 -0
- package/dist-types/commands/AuthorizeIpRulesCommand.d.ts +37 -0
- package/dist-types/commands/CopyWorkspaceImageCommand.d.ts +48 -0
- package/dist-types/commands/CreateConnectionAliasCommand.d.ts +37 -0
- package/dist-types/commands/CreateIpGroupCommand.d.ts +44 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +35 -0
- package/dist-types/commands/CreateUpdatedWorkspaceImageCommand.d.ts +58 -0
- package/dist-types/commands/CreateWorkspaceBundleCommand.d.ts +37 -0
- package/dist-types/commands/CreateWorkspacesCommand.d.ts +36 -0
- package/dist-types/commands/DeleteConnectionAliasCommand.d.ts +52 -0
- package/dist-types/commands/DeleteIpGroupCommand.d.ts +36 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +35 -0
- package/dist-types/commands/DeleteWorkspaceBundleCommand.d.ts +37 -0
- package/dist-types/commands/DeleteWorkspaceImageCommand.d.ts +37 -0
- package/dist-types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +51 -0
- package/dist-types/commands/DescribeAccountCommand.d.ts +36 -0
- package/dist-types/commands/DescribeAccountModificationsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeClientPropertiesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeConnectionAliasesCommand.d.ts +37 -0
- package/dist-types/commands/DescribeIpGroupsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeWorkspaceBundlesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeWorkspacesCommand.d.ts +37 -0
- package/dist-types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateConnectionAliasCommand.d.ts +43 -0
- package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +35 -0
- package/dist-types/commands/ImportWorkspaceImageCommand.d.ts +39 -0
- package/dist-types/commands/ListAvailableManagementCidrRangesCommand.d.ts +43 -0
- package/dist-types/commands/MigrateWorkspaceCommand.d.ts +43 -0
- package/dist-types/commands/ModifyAccountCommand.d.ts +36 -0
- package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +35 -0
- package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +36 -0
- package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +37 -0
- package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +35 -0
- package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +39 -0
- package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +40 -0
- package/dist-types/commands/RebootWorkspacesCommand.d.ts +38 -0
- package/dist-types/commands/RebuildWorkspacesCommand.d.ts +42 -0
- package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +39 -0
- package/dist-types/commands/RestoreWorkspaceCommand.d.ts +42 -0
- package/dist-types/commands/RevokeIpRulesCommand.d.ts +35 -0
- package/dist-types/commands/StartWorkspacesCommand.d.ts +37 -0
- package/dist-types/commands/StopWorkspacesCommand.d.ts +38 -0
- package/dist-types/commands/TerminateWorkspacesCommand.d.ts +64 -0
- package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +54 -0
- package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +36 -0
- package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +43 -0
- package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +60 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/dist-types/index.d.ts +61 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/dist-types/models/models_0.d.ts +3053 -0
- package/dist-types/pagination/DescribeWorkspaceBundlesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeWorkspacesPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +164 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/WorkSpaces.d.ts +645 -0
- package/dist-types/ts3.4/WorkSpacesClient.d.ts +188 -0
- package/dist-types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateIpGroupCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateUpdatedWorkspaceImageCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateWorkspacesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DeleteIpGroupCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ModifyAccountCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +64 -0
- package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +54 -0
- package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +60 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/dist-types/ts3.4/index.d.ts +61 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3053 -0
- package/dist-types/ts3.4/pagination/DescribeWorkspaceBundlesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeWorkspacesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +164 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +42 -42
- package/src/WorkSpaces.ts +2243 -0
- package/src/WorkSpacesClient.ts +502 -0
- package/src/commands/AssociateConnectionAliasCommand.ts +102 -0
- package/src/commands/AssociateIpGroupsCommand.ts +95 -0
- package/src/commands/AuthorizeIpRulesCommand.ts +97 -0
- package/src/commands/CopyWorkspaceImageCommand.ts +108 -0
- package/src/commands/CreateConnectionAliasCommand.ts +97 -0
- package/src/commands/CreateIpGroupCommand.ts +104 -0
- package/src/commands/CreateTagsCommand.ts +95 -0
- package/src/commands/CreateUpdatedWorkspaceImageCommand.ts +121 -0
- package/src/commands/CreateWorkspaceBundleCommand.ts +97 -0
- package/src/commands/CreateWorkspacesCommand.ts +96 -0
- package/src/commands/DeleteConnectionAliasCommand.ts +112 -0
- package/src/commands/DeleteIpGroupCommand.ts +96 -0
- package/src/commands/DeleteTagsCommand.ts +95 -0
- package/src/commands/DeleteWorkspaceBundleCommand.ts +97 -0
- package/src/commands/DeleteWorkspaceImageCommand.ts +97 -0
- package/src/commands/DeregisterWorkspaceDirectoryCommand.ts +116 -0
- package/src/commands/DescribeAccountCommand.ts +96 -0
- package/src/commands/DescribeAccountModificationsCommand.ts +101 -0
- package/src/commands/DescribeClientPropertiesCommand.ts +95 -0
- package/src/commands/DescribeConnectionAliasPermissionsCommand.ts +108 -0
- package/src/commands/DescribeConnectionAliasesCommand.ts +100 -0
- package/src/commands/DescribeIpGroupsCommand.ts +95 -0
- package/src/commands/DescribeTagsCommand.ts +95 -0
- package/src/commands/DescribeWorkspaceBundlesCommand.ts +96 -0
- package/src/commands/DescribeWorkspaceDirectoriesCommand.ts +101 -0
- package/src/commands/DescribeWorkspaceImagePermissionsCommand.ts +104 -0
- package/src/commands/DescribeWorkspaceImagesCommand.ts +96 -0
- package/src/commands/DescribeWorkspaceSnapshotsCommand.ts +98 -0
- package/src/commands/DescribeWorkspacesCommand.ts +97 -0
- package/src/commands/DescribeWorkspacesConnectionStatusCommand.ts +106 -0
- package/src/commands/DisassociateConnectionAliasCommand.ts +106 -0
- package/src/commands/DisassociateIpGroupsCommand.ts +95 -0
- package/src/commands/ImportWorkspaceImageCommand.ts +99 -0
- package/src/commands/ListAvailableManagementCidrRangesCommand.ts +111 -0
- package/src/commands/MigrateWorkspaceCommand.ts +103 -0
- package/src/commands/ModifyAccountCommand.ts +96 -0
- package/src/commands/ModifyClientPropertiesCommand.ts +95 -0
- package/src/commands/ModifySelfservicePermissionsCommand.ts +101 -0
- package/src/commands/ModifyWorkspaceAccessPropertiesCommand.ts +105 -0
- package/src/commands/ModifyWorkspaceCreationPropertiesCommand.ts +103 -0
- package/src/commands/ModifyWorkspacePropertiesCommand.ts +102 -0
- package/src/commands/ModifyWorkspaceStateCommand.ts +100 -0
- package/src/commands/RebootWorkspacesCommand.ts +98 -0
- package/src/commands/RebuildWorkspacesCommand.ts +102 -0
- package/src/commands/RegisterWorkspaceDirectoryCommand.ts +102 -0
- package/src/commands/RestoreWorkspaceCommand.ts +102 -0
- package/src/commands/RevokeIpRulesCommand.ts +95 -0
- package/src/commands/StartWorkspacesCommand.ts +97 -0
- package/src/commands/StopWorkspacesCommand.ts +98 -0
- package/src/commands/TerminateWorkspacesCommand.ts +124 -0
- package/src/commands/UpdateConnectionAliasPermissionCommand.ts +122 -0
- package/src/commands/UpdateRulesOfIpGroupCommand.ts +96 -0
- package/src/commands/UpdateWorkspaceBundleCommand.ts +103 -0
- package/src/commands/UpdateWorkspaceImagePermissionCommand.ts +128 -0
- package/src/endpoints.ts +72 -0
- package/src/index.ts +61 -0
- package/{models → src/models}/index.ts +0 -0
- package/src/models/models_0.ts +3876 -0
- package/src/pagination/DescribeWorkspaceBundlesPaginator.ts +58 -0
- package/src/pagination/DescribeWorkspaceDirectoriesPaginator.ts +58 -0
- package/src/pagination/DescribeWorkspacesPaginator.ts +59 -0
- package/src/pagination/Interfaces.ts +8 -0
- package/src/protocols/Aws_json1_1.ts +7603 -0
- package/src/runtimeConfig.browser.ts +41 -0
- package/src/runtimeConfig.native.ts +17 -0
- package/src/runtimeConfig.shared.ts +17 -0
- package/src/runtimeConfig.ts +46 -0
- package/tsconfig.es.json +1 -1
- package/tsconfig.json +4 -2
- package/tsconfig.types.json +3 -2
- package/WorkSpaces.ts +0 -2188
- package/WorkSpacesClient.ts +0 -495
- package/commands/AssociateConnectionAliasCommand.ts +0 -101
- package/commands/AssociateIpGroupsCommand.ts +0 -94
- package/commands/AuthorizeIpRulesCommand.ts +0 -96
- package/commands/CopyWorkspaceImageCommand.ts +0 -110
- package/commands/CreateConnectionAliasCommand.ts +0 -96
- package/commands/CreateIpGroupCommand.ts +0 -103
- package/commands/CreateTagsCommand.ts +0 -94
- package/commands/CreateWorkspaceBundleCommand.ts +0 -96
- package/commands/CreateWorkspacesCommand.ts +0 -95
- package/commands/DeleteConnectionAliasCommand.ts +0 -111
- package/commands/DeleteIpGroupCommand.ts +0 -95
- package/commands/DeleteTagsCommand.ts +0 -94
- package/commands/DeleteWorkspaceBundleCommand.ts +0 -96
- package/commands/DeleteWorkspaceImageCommand.ts +0 -96
- package/commands/DeregisterWorkspaceDirectoryCommand.ts +0 -115
- package/commands/DescribeAccountCommand.ts +0 -95
- package/commands/DescribeAccountModificationsCommand.ts +0 -100
- package/commands/DescribeClientPropertiesCommand.ts +0 -94
- package/commands/DescribeConnectionAliasPermissionsCommand.ts +0 -107
- package/commands/DescribeConnectionAliasesCommand.ts +0 -99
- package/commands/DescribeIpGroupsCommand.ts +0 -94
- package/commands/DescribeTagsCommand.ts +0 -94
- package/commands/DescribeWorkspaceBundlesCommand.ts +0 -95
- package/commands/DescribeWorkspaceDirectoriesCommand.ts +0 -100
- package/commands/DescribeWorkspaceImagePermissionsCommand.ts +0 -103
- package/commands/DescribeWorkspaceImagesCommand.ts +0 -95
- package/commands/DescribeWorkspaceSnapshotsCommand.ts +0 -97
- package/commands/DescribeWorkspacesCommand.ts +0 -96
- package/commands/DescribeWorkspacesConnectionStatusCommand.ts +0 -105
- package/commands/DisassociateConnectionAliasCommand.ts +0 -105
- package/commands/DisassociateIpGroupsCommand.ts +0 -94
- package/commands/ImportWorkspaceImageCommand.ts +0 -98
- package/commands/ListAvailableManagementCidrRangesCommand.ts +0 -110
- package/commands/MigrateWorkspaceCommand.ts +0 -102
- package/commands/ModifyAccountCommand.ts +0 -95
- package/commands/ModifyClientPropertiesCommand.ts +0 -94
- package/commands/ModifySelfservicePermissionsCommand.ts +0 -100
- package/commands/ModifyWorkspaceAccessPropertiesCommand.ts +0 -104
- package/commands/ModifyWorkspaceCreationPropertiesCommand.ts +0 -102
- package/commands/ModifyWorkspacePropertiesCommand.ts +0 -101
- package/commands/ModifyWorkspaceStateCommand.ts +0 -99
- package/commands/RebootWorkspacesCommand.ts +0 -97
- package/commands/RebuildWorkspacesCommand.ts +0 -101
- package/commands/RegisterWorkspaceDirectoryCommand.ts +0 -101
- package/commands/RestoreWorkspaceCommand.ts +0 -101
- package/commands/RevokeIpRulesCommand.ts +0 -94
- package/commands/StartWorkspacesCommand.ts +0 -96
- package/commands/StopWorkspacesCommand.ts +0 -97
- package/commands/TerminateWorkspacesCommand.ts +0 -123
- package/commands/UpdateConnectionAliasPermissionCommand.ts +0 -121
- package/commands/UpdateRulesOfIpGroupCommand.ts +0 -95
- package/commands/UpdateWorkspaceBundleCommand.ts +0 -102
- package/commands/UpdateWorkspaceImagePermissionCommand.ts +0 -130
- package/dist/cjs/WorkSpaces.js +0 -808
- package/dist/cjs/WorkSpaces.js.map +0 -1
- package/dist/cjs/WorkSpacesClient.js +0 -46
- package/dist/cjs/WorkSpacesClient.js.map +0 -1
- package/dist/cjs/commands/AssociateConnectionAliasCommand.js +0 -68
- package/dist/cjs/commands/AssociateConnectionAliasCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateIpGroupsCommand.js +0 -61
- package/dist/cjs/commands/AssociateIpGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/AuthorizeIpRulesCommand.js +0 -63
- package/dist/cjs/commands/AuthorizeIpRulesCommand.js.map +0 -1
- package/dist/cjs/commands/CopyWorkspaceImageCommand.js +0 -77
- package/dist/cjs/commands/CopyWorkspaceImageCommand.js.map +0 -1
- package/dist/cjs/commands/CreateConnectionAliasCommand.js +0 -63
- package/dist/cjs/commands/CreateConnectionAliasCommand.js.map +0 -1
- package/dist/cjs/commands/CreateIpGroupCommand.js +0 -70
- package/dist/cjs/commands/CreateIpGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTagsCommand.js +0 -61
- package/dist/cjs/commands/CreateTagsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateWorkspaceBundleCommand.js +0 -63
- package/dist/cjs/commands/CreateWorkspaceBundleCommand.js.map +0 -1
- package/dist/cjs/commands/CreateWorkspacesCommand.js +0 -62
- package/dist/cjs/commands/CreateWorkspacesCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConnectionAliasCommand.js +0 -78
- package/dist/cjs/commands/DeleteConnectionAliasCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteIpGroupCommand.js +0 -62
- package/dist/cjs/commands/DeleteIpGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTagsCommand.js +0 -61
- package/dist/cjs/commands/DeleteTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteWorkspaceBundleCommand.js +0 -63
- package/dist/cjs/commands/DeleteWorkspaceBundleCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteWorkspaceImageCommand.js +0 -63
- package/dist/cjs/commands/DeleteWorkspaceImageCommand.js.map +0 -1
- package/dist/cjs/commands/DeregisterWorkspaceDirectoryCommand.js +0 -77
- package/dist/cjs/commands/DeregisterWorkspaceDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccountCommand.js +0 -62
- package/dist/cjs/commands/DescribeAccountCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccountModificationsCommand.js +0 -62
- package/dist/cjs/commands/DescribeAccountModificationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeClientPropertiesCommand.js +0 -61
- package/dist/cjs/commands/DescribeClientPropertiesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConnectionAliasPermissionsCommand.js +0 -63
- package/dist/cjs/commands/DescribeConnectionAliasPermissionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConnectionAliasesCommand.js +0 -63
- package/dist/cjs/commands/DescribeConnectionAliasesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeIpGroupsCommand.js +0 -61
- package/dist/cjs/commands/DescribeIpGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTagsCommand.js +0 -61
- package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkspaceBundlesCommand.js +0 -62
- package/dist/cjs/commands/DescribeWorkspaceBundlesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkspaceDirectoriesCommand.js +0 -62
- package/dist/cjs/commands/DescribeWorkspaceDirectoriesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkspaceImagePermissionsCommand.js +0 -62
- package/dist/cjs/commands/DescribeWorkspaceImagePermissionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkspaceImagesCommand.js +0 -62
- package/dist/cjs/commands/DescribeWorkspaceImagesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkspaceSnapshotsCommand.js +0 -61
- package/dist/cjs/commands/DescribeWorkspaceSnapshotsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkspacesCommand.js +0 -63
- package/dist/cjs/commands/DescribeWorkspacesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkspacesConnectionStatusCommand.js +0 -61
- package/dist/cjs/commands/DescribeWorkspacesConnectionStatusCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateConnectionAliasCommand.js +0 -69
- package/dist/cjs/commands/DisassociateConnectionAliasCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateIpGroupsCommand.js +0 -61
- package/dist/cjs/commands/DisassociateIpGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ImportWorkspaceImageCommand.js +0 -65
- package/dist/cjs/commands/ImportWorkspaceImageCommand.js.map +0 -1
- package/dist/cjs/commands/ListAvailableManagementCidrRangesCommand.js +0 -69
- package/dist/cjs/commands/ListAvailableManagementCidrRangesCommand.js.map +0 -1
- package/dist/cjs/commands/MigrateWorkspaceCommand.js +0 -69
- package/dist/cjs/commands/MigrateWorkspaceCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyAccountCommand.js +0 -62
- package/dist/cjs/commands/ModifyAccountCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyClientPropertiesCommand.js +0 -61
- package/dist/cjs/commands/ModifyClientPropertiesCommand.js.map +0 -1
- package/dist/cjs/commands/ModifySelfservicePermissionsCommand.js +0 -62
- package/dist/cjs/commands/ModifySelfservicePermissionsCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js +0 -63
- package/dist/cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js +0 -61
- package/dist/cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyWorkspacePropertiesCommand.js +0 -65
- package/dist/cjs/commands/ModifyWorkspacePropertiesCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyWorkspaceStateCommand.js +0 -66
- package/dist/cjs/commands/ModifyWorkspaceStateCommand.js.map +0 -1
- package/dist/cjs/commands/RebootWorkspacesCommand.js +0 -64
- package/dist/cjs/commands/RebootWorkspacesCommand.js.map +0 -1
- package/dist/cjs/commands/RebuildWorkspacesCommand.js +0 -68
- package/dist/cjs/commands/RebuildWorkspacesCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterWorkspaceDirectoryCommand.js +0 -65
- package/dist/cjs/commands/RegisterWorkspaceDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/RestoreWorkspaceCommand.js +0 -68
- package/dist/cjs/commands/RestoreWorkspaceCommand.js.map +0 -1
- package/dist/cjs/commands/RevokeIpRulesCommand.js +0 -61
- package/dist/cjs/commands/RevokeIpRulesCommand.js.map +0 -1
- package/dist/cjs/commands/StartWorkspacesCommand.js +0 -63
- package/dist/cjs/commands/StartWorkspacesCommand.js.map +0 -1
- package/dist/cjs/commands/StopWorkspacesCommand.js +0 -64
- package/dist/cjs/commands/StopWorkspacesCommand.js.map +0 -1
- package/dist/cjs/commands/TerminateWorkspacesCommand.js +0 -90
- package/dist/cjs/commands/TerminateWorkspacesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConnectionAliasPermissionCommand.js +0 -80
- package/dist/cjs/commands/UpdateConnectionAliasPermissionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRulesOfIpGroupCommand.js +0 -62
- package/dist/cjs/commands/UpdateRulesOfIpGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateWorkspaceBundleCommand.js +0 -69
- package/dist/cjs/commands/UpdateWorkspaceBundleCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateWorkspaceImagePermissionCommand.js +0 -89
- package/dist/cjs/commands/UpdateWorkspaceImagePermissionCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -64
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -1540
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/DescribeWorkspaceBundlesPaginator.js +0 -45
- package/dist/cjs/pagination/DescribeWorkspaceBundlesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeWorkspaceDirectoriesPaginator.js +0 -45
- package/dist/cjs/pagination/DescribeWorkspaceDirectoriesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeWorkspacesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeWorkspacesPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js +0 -5940
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/WorkSpaces.js +0 -806
- package/dist/es/WorkSpaces.js.map +0 -1
- package/dist/es/WorkSpacesClient.js +0 -38
- package/dist/es/WorkSpacesClient.js.map +0 -1
- package/dist/es/commands/AssociateConnectionAliasCommand.js +0 -40
- package/dist/es/commands/AssociateConnectionAliasCommand.js.map +0 -1
- package/dist/es/commands/AssociateIpGroupsCommand.js +0 -40
- package/dist/es/commands/AssociateIpGroupsCommand.js.map +0 -1
- package/dist/es/commands/AuthorizeIpRulesCommand.js +0 -40
- package/dist/es/commands/AuthorizeIpRulesCommand.js.map +0 -1
- package/dist/es/commands/CopyWorkspaceImageCommand.js +0 -40
- package/dist/es/commands/CopyWorkspaceImageCommand.js.map +0 -1
- package/dist/es/commands/CreateConnectionAliasCommand.js +0 -40
- package/dist/es/commands/CreateConnectionAliasCommand.js.map +0 -1
- package/dist/es/commands/CreateIpGroupCommand.js +0 -40
- package/dist/es/commands/CreateIpGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateTagsCommand.js +0 -40
- package/dist/es/commands/CreateTagsCommand.js.map +0 -1
- package/dist/es/commands/CreateWorkspaceBundleCommand.js +0 -40
- package/dist/es/commands/CreateWorkspaceBundleCommand.js.map +0 -1
- package/dist/es/commands/CreateWorkspacesCommand.js +0 -40
- package/dist/es/commands/CreateWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/DeleteConnectionAliasCommand.js +0 -40
- package/dist/es/commands/DeleteConnectionAliasCommand.js.map +0 -1
- package/dist/es/commands/DeleteIpGroupCommand.js +0 -40
- package/dist/es/commands/DeleteIpGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteTagsCommand.js +0 -40
- package/dist/es/commands/DeleteTagsCommand.js.map +0 -1
- package/dist/es/commands/DeleteWorkspaceBundleCommand.js +0 -40
- package/dist/es/commands/DeleteWorkspaceBundleCommand.js.map +0 -1
- package/dist/es/commands/DeleteWorkspaceImageCommand.js +0 -40
- package/dist/es/commands/DeleteWorkspaceImageCommand.js.map +0 -1
- package/dist/es/commands/DeregisterWorkspaceDirectoryCommand.js +0 -40
- package/dist/es/commands/DeregisterWorkspaceDirectoryCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountCommand.js +0 -40
- package/dist/es/commands/DescribeAccountCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountModificationsCommand.js +0 -40
- package/dist/es/commands/DescribeAccountModificationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeClientPropertiesCommand.js +0 -40
- package/dist/es/commands/DescribeClientPropertiesCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionAliasPermissionsCommand.js +0 -40
- package/dist/es/commands/DescribeConnectionAliasPermissionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionAliasesCommand.js +0 -40
- package/dist/es/commands/DescribeConnectionAliasesCommand.js.map +0 -1
- package/dist/es/commands/DescribeIpGroupsCommand.js +0 -40
- package/dist/es/commands/DescribeIpGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeTagsCommand.js +0 -40
- package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspaceBundlesCommand.js +0 -40
- package/dist/es/commands/DescribeWorkspaceBundlesCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspaceDirectoriesCommand.js +0 -40
- package/dist/es/commands/DescribeWorkspaceDirectoriesCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspaceImagePermissionsCommand.js +0 -40
- package/dist/es/commands/DescribeWorkspaceImagePermissionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspaceImagesCommand.js +0 -40
- package/dist/es/commands/DescribeWorkspaceImagesCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspaceSnapshotsCommand.js +0 -40
- package/dist/es/commands/DescribeWorkspaceSnapshotsCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspacesCommand.js +0 -40
- package/dist/es/commands/DescribeWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspacesConnectionStatusCommand.js +0 -40
- package/dist/es/commands/DescribeWorkspacesConnectionStatusCommand.js.map +0 -1
- package/dist/es/commands/DisassociateConnectionAliasCommand.js +0 -40
- package/dist/es/commands/DisassociateConnectionAliasCommand.js.map +0 -1
- package/dist/es/commands/DisassociateIpGroupsCommand.js +0 -40
- package/dist/es/commands/DisassociateIpGroupsCommand.js.map +0 -1
- package/dist/es/commands/ImportWorkspaceImageCommand.js +0 -40
- package/dist/es/commands/ImportWorkspaceImageCommand.js.map +0 -1
- package/dist/es/commands/ListAvailableManagementCidrRangesCommand.js +0 -40
- package/dist/es/commands/ListAvailableManagementCidrRangesCommand.js.map +0 -1
- package/dist/es/commands/MigrateWorkspaceCommand.js +0 -40
- package/dist/es/commands/MigrateWorkspaceCommand.js.map +0 -1
- package/dist/es/commands/ModifyAccountCommand.js +0 -40
- package/dist/es/commands/ModifyAccountCommand.js.map +0 -1
- package/dist/es/commands/ModifyClientPropertiesCommand.js +0 -40
- package/dist/es/commands/ModifyClientPropertiesCommand.js.map +0 -1
- package/dist/es/commands/ModifySelfservicePermissionsCommand.js +0 -40
- package/dist/es/commands/ModifySelfservicePermissionsCommand.js.map +0 -1
- package/dist/es/commands/ModifyWorkspaceAccessPropertiesCommand.js +0 -40
- package/dist/es/commands/ModifyWorkspaceAccessPropertiesCommand.js.map +0 -1
- package/dist/es/commands/ModifyWorkspaceCreationPropertiesCommand.js +0 -40
- package/dist/es/commands/ModifyWorkspaceCreationPropertiesCommand.js.map +0 -1
- package/dist/es/commands/ModifyWorkspacePropertiesCommand.js +0 -40
- package/dist/es/commands/ModifyWorkspacePropertiesCommand.js.map +0 -1
- package/dist/es/commands/ModifyWorkspaceStateCommand.js +0 -40
- package/dist/es/commands/ModifyWorkspaceStateCommand.js.map +0 -1
- package/dist/es/commands/RebootWorkspacesCommand.js +0 -40
- package/dist/es/commands/RebootWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/RebuildWorkspacesCommand.js +0 -40
- package/dist/es/commands/RebuildWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/RegisterWorkspaceDirectoryCommand.js +0 -40
- package/dist/es/commands/RegisterWorkspaceDirectoryCommand.js.map +0 -1
- package/dist/es/commands/RestoreWorkspaceCommand.js +0 -40
- package/dist/es/commands/RestoreWorkspaceCommand.js.map +0 -1
- package/dist/es/commands/RevokeIpRulesCommand.js +0 -40
- package/dist/es/commands/RevokeIpRulesCommand.js.map +0 -1
- package/dist/es/commands/StartWorkspacesCommand.js +0 -40
- package/dist/es/commands/StartWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/StopWorkspacesCommand.js +0 -40
- package/dist/es/commands/StopWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/TerminateWorkspacesCommand.js +0 -40
- package/dist/es/commands/TerminateWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/UpdateConnectionAliasPermissionCommand.js +0 -40
- package/dist/es/commands/UpdateConnectionAliasPermissionCommand.js.map +0 -1
- package/dist/es/commands/UpdateRulesOfIpGroupCommand.js +0 -40
- package/dist/es/commands/UpdateRulesOfIpGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateWorkspaceBundleCommand.js +0 -40
- package/dist/es/commands/UpdateWorkspaceBundleCommand.js.map +0 -1
- package/dist/es/commands/UpdateWorkspaceImagePermissionCommand.js +0 -40
- package/dist/es/commands/UpdateWorkspaceImagePermissionCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -61
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -765
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/DescribeWorkspaceBundlesPaginator.js +0 -74
- package/dist/es/pagination/DescribeWorkspaceBundlesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeWorkspaceDirectoriesPaginator.js +0 -74
- package/dist/es/pagination/DescribeWorkspaceDirectoriesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeWorkspacesPaginator.js +0 -75
- package/dist/es/pagination/DescribeWorkspacesPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js +0 -6189
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/WorkSpaces.d.ts +0 -621
- package/dist/types/WorkSpacesClient.d.ts +0 -187
- package/dist/types/commands/AssociateConnectionAliasCommand.d.ts +0 -42
- package/dist/types/commands/AssociateIpGroupsCommand.d.ts +0 -35
- package/dist/types/commands/AuthorizeIpRulesCommand.d.ts +0 -37
- package/dist/types/commands/CopyWorkspaceImageCommand.d.ts +0 -51
- package/dist/types/commands/CreateConnectionAliasCommand.d.ts +0 -37
- package/dist/types/commands/CreateIpGroupCommand.d.ts +0 -44
- package/dist/types/commands/CreateTagsCommand.d.ts +0 -35
- package/dist/types/commands/CreateWorkspaceBundleCommand.d.ts +0 -37
- package/dist/types/commands/CreateWorkspacesCommand.d.ts +0 -36
- package/dist/types/commands/DeleteConnectionAliasCommand.d.ts +0 -52
- package/dist/types/commands/DeleteIpGroupCommand.d.ts +0 -36
- package/dist/types/commands/DeleteTagsCommand.d.ts +0 -35
- package/dist/types/commands/DeleteWorkspaceBundleCommand.d.ts +0 -37
- package/dist/types/commands/DeleteWorkspaceImageCommand.d.ts +0 -37
- package/dist/types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +0 -51
- package/dist/types/commands/DescribeAccountCommand.d.ts +0 -36
- package/dist/types/commands/DescribeAccountModificationsCommand.d.ts +0 -36
- package/dist/types/commands/DescribeClientPropertiesCommand.d.ts +0 -35
- package/dist/types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +0 -37
- package/dist/types/commands/DescribeConnectionAliasesCommand.d.ts +0 -37
- package/dist/types/commands/DescribeIpGroupsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeTagsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeWorkspaceBundlesCommand.d.ts +0 -36
- package/dist/types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +0 -36
- package/dist/types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +0 -36
- package/dist/types/commands/DescribeWorkspaceImagesCommand.d.ts +0 -36
- package/dist/types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeWorkspacesCommand.d.ts +0 -37
- package/dist/types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateConnectionAliasCommand.d.ts +0 -43
- package/dist/types/commands/DisassociateIpGroupsCommand.d.ts +0 -35
- package/dist/types/commands/ImportWorkspaceImageCommand.d.ts +0 -39
- package/dist/types/commands/ListAvailableManagementCidrRangesCommand.d.ts +0 -43
- package/dist/types/commands/MigrateWorkspaceCommand.d.ts +0 -43
- package/dist/types/commands/ModifyAccountCommand.d.ts +0 -36
- package/dist/types/commands/ModifyClientPropertiesCommand.d.ts +0 -35
- package/dist/types/commands/ModifySelfservicePermissionsCommand.d.ts +0 -36
- package/dist/types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +0 -37
- package/dist/types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +0 -35
- package/dist/types/commands/ModifyWorkspacePropertiesCommand.d.ts +0 -39
- package/dist/types/commands/ModifyWorkspaceStateCommand.d.ts +0 -40
- package/dist/types/commands/RebootWorkspacesCommand.d.ts +0 -38
- package/dist/types/commands/RebuildWorkspacesCommand.d.ts +0 -42
- package/dist/types/commands/RegisterWorkspaceDirectoryCommand.d.ts +0 -39
- package/dist/types/commands/RestoreWorkspaceCommand.d.ts +0 -42
- package/dist/types/commands/RevokeIpRulesCommand.d.ts +0 -35
- package/dist/types/commands/StartWorkspacesCommand.d.ts +0 -37
- package/dist/types/commands/StopWorkspacesCommand.d.ts +0 -38
- package/dist/types/commands/TerminateWorkspacesCommand.d.ts +0 -64
- package/dist/types/commands/UpdateConnectionAliasPermissionCommand.d.ts +0 -54
- package/dist/types/commands/UpdateRulesOfIpGroupCommand.d.ts +0 -36
- package/dist/types/commands/UpdateWorkspaceBundleCommand.d.ts +0 -43
- package/dist/types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +0 -63
- package/dist/types/index.d.ts +0 -60
- package/dist/types/models/models_0.d.ts +0 -2989
- package/dist/types/pagination/DescribeWorkspaceBundlesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeWorkspacesPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -161
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/WorkSpaces.d.ts +0 -621
- package/dist/types/ts3.4/WorkSpacesClient.d.ts +0 -187
- package/dist/types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateIpGroupCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/CreateTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateWorkspacesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/DeleteIpGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/DescribeAccountCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ModifyAccountCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/RebootWorkspacesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/RevokeIpRulesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartWorkspacesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/StopWorkspacesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +0 -64
- package/dist/types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +0 -63
- package/dist/types/ts3.4/index.d.ts +0 -60
- package/dist/types/ts3.4/models/models_0.d.ts +0 -2989
- package/dist/types/ts3.4/pagination/DescribeWorkspaceBundlesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeWorkspacesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -161
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/endpoints.ts +0 -72
- package/index.ts +0 -60
- package/models/models_0.ts +0 -3795
- package/pagination/DescribeWorkspaceBundlesPaginator.ts +0 -57
- package/pagination/DescribeWorkspaceDirectoriesPaginator.ts +0 -57
- package/pagination/DescribeWorkspacesPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/protocols/Aws_json1_1.ts +0 -7448
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
2
|
-
import { RevokeIpRulesRequest, RevokeIpRulesResult } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1RevokeIpRulesCommand,
|
|
5
|
-
serializeAws_json1_1RevokeIpRulesCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface RevokeIpRulesCommandInput extends RevokeIpRulesRequest {}
|
|
21
|
-
export interface RevokeIpRulesCommandOutput extends RevokeIpRulesResult, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Removes one or more rules from the specified IP access control group.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { WorkSpacesClient, RevokeIpRulesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
29
|
-
* // const { WorkSpacesClient, RevokeIpRulesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
30
|
-
* const client = new WorkSpacesClient(config);
|
|
31
|
-
* const command = new RevokeIpRulesCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link RevokeIpRulesCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link RevokeIpRulesCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class RevokeIpRulesCommand extends $Command<
|
|
41
|
-
RevokeIpRulesCommandInput,
|
|
42
|
-
RevokeIpRulesCommandOutput,
|
|
43
|
-
WorkSpacesClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: RevokeIpRulesCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: WorkSpacesClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "WorkSpacesClient";
|
|
68
|
-
const commandName = "RevokeIpRulesCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: RevokeIpRulesRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: RevokeIpRulesResult.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: RevokeIpRulesCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_json1_1RevokeIpRulesCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<RevokeIpRulesCommandOutput> {
|
|
89
|
-
return deserializeAws_json1_1RevokeIpRulesCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
2
|
-
import { StartWorkspacesRequest, StartWorkspacesResult } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1StartWorkspacesCommand,
|
|
5
|
-
serializeAws_json1_1StartWorkspacesCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface StartWorkspacesCommandInput extends StartWorkspacesRequest {}
|
|
21
|
-
export interface StartWorkspacesCommandOutput extends StartWorkspacesResult, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Starts the specified WorkSpaces.</p>
|
|
25
|
-
* <p>You cannot start a WorkSpace unless it has a running mode of <code>AutoStop</code> and a
|
|
26
|
-
* state of <code>STOPPED</code>.</p>
|
|
27
|
-
* @example
|
|
28
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
-
* ```javascript
|
|
30
|
-
* import { WorkSpacesClient, StartWorkspacesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
31
|
-
* // const { WorkSpacesClient, StartWorkspacesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
32
|
-
* const client = new WorkSpacesClient(config);
|
|
33
|
-
* const command = new StartWorkspacesCommand(input);
|
|
34
|
-
* const response = await client.send(command);
|
|
35
|
-
* ```
|
|
36
|
-
*
|
|
37
|
-
* @see {@link StartWorkspacesCommandInput} for command's `input` shape.
|
|
38
|
-
* @see {@link StartWorkspacesCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
40
|
-
*
|
|
41
|
-
*/
|
|
42
|
-
export class StartWorkspacesCommand extends $Command<
|
|
43
|
-
StartWorkspacesCommandInput,
|
|
44
|
-
StartWorkspacesCommandOutput,
|
|
45
|
-
WorkSpacesClientResolvedConfig
|
|
46
|
-
> {
|
|
47
|
-
// Start section: command_properties
|
|
48
|
-
// End section: command_properties
|
|
49
|
-
|
|
50
|
-
constructor(readonly input: StartWorkspacesCommandInput) {
|
|
51
|
-
// Start section: command_constructor
|
|
52
|
-
super();
|
|
53
|
-
// End section: command_constructor
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
|
-
resolveMiddleware(
|
|
60
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
61
|
-
configuration: WorkSpacesClientResolvedConfig,
|
|
62
|
-
options?: __HttpHandlerOptions
|
|
63
|
-
): Handler<StartWorkspacesCommandInput, StartWorkspacesCommandOutput> {
|
|
64
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
65
|
-
|
|
66
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
67
|
-
|
|
68
|
-
const { logger } = configuration;
|
|
69
|
-
const clientName = "WorkSpacesClient";
|
|
70
|
-
const commandName = "StartWorkspacesCommand";
|
|
71
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
72
|
-
logger,
|
|
73
|
-
clientName,
|
|
74
|
-
commandName,
|
|
75
|
-
inputFilterSensitiveLog: StartWorkspacesRequest.filterSensitiveLog,
|
|
76
|
-
outputFilterSensitiveLog: StartWorkspacesResult.filterSensitiveLog,
|
|
77
|
-
};
|
|
78
|
-
const { requestHandler } = configuration;
|
|
79
|
-
return stack.resolve(
|
|
80
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
81
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
82
|
-
handlerExecutionContext
|
|
83
|
-
);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
private serialize(input: StartWorkspacesCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
87
|
-
return serializeAws_json1_1StartWorkspacesCommand(input, context);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<StartWorkspacesCommandOutput> {
|
|
91
|
-
return deserializeAws_json1_1StartWorkspacesCommand(output, context);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
// Start section: command_body_extra
|
|
95
|
-
// End section: command_body_extra
|
|
96
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
2
|
-
import { StopWorkspacesRequest, StopWorkspacesResult } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1StopWorkspacesCommand,
|
|
5
|
-
serializeAws_json1_1StopWorkspacesCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface StopWorkspacesCommandInput extends StopWorkspacesRequest {}
|
|
21
|
-
export interface StopWorkspacesCommandOutput extends StopWorkspacesResult, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p> Stops the specified WorkSpaces.</p>
|
|
25
|
-
* <p>You cannot stop a WorkSpace unless it has a running mode of <code>AutoStop</code> and a
|
|
26
|
-
* state of <code>AVAILABLE</code>, <code>IMPAIRED</code>, <code>UNHEALTHY</code>, or
|
|
27
|
-
* <code>ERROR</code>.</p>
|
|
28
|
-
* @example
|
|
29
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
-
* ```javascript
|
|
31
|
-
* import { WorkSpacesClient, StopWorkspacesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
32
|
-
* // const { WorkSpacesClient, StopWorkspacesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
33
|
-
* const client = new WorkSpacesClient(config);
|
|
34
|
-
* const command = new StopWorkspacesCommand(input);
|
|
35
|
-
* const response = await client.send(command);
|
|
36
|
-
* ```
|
|
37
|
-
*
|
|
38
|
-
* @see {@link StopWorkspacesCommandInput} for command's `input` shape.
|
|
39
|
-
* @see {@link StopWorkspacesCommandOutput} for command's `response` shape.
|
|
40
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
41
|
-
*
|
|
42
|
-
*/
|
|
43
|
-
export class StopWorkspacesCommand extends $Command<
|
|
44
|
-
StopWorkspacesCommandInput,
|
|
45
|
-
StopWorkspacesCommandOutput,
|
|
46
|
-
WorkSpacesClientResolvedConfig
|
|
47
|
-
> {
|
|
48
|
-
// Start section: command_properties
|
|
49
|
-
// End section: command_properties
|
|
50
|
-
|
|
51
|
-
constructor(readonly input: StopWorkspacesCommandInput) {
|
|
52
|
-
// Start section: command_constructor
|
|
53
|
-
super();
|
|
54
|
-
// End section: command_constructor
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
60
|
-
resolveMiddleware(
|
|
61
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
62
|
-
configuration: WorkSpacesClientResolvedConfig,
|
|
63
|
-
options?: __HttpHandlerOptions
|
|
64
|
-
): Handler<StopWorkspacesCommandInput, StopWorkspacesCommandOutput> {
|
|
65
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
66
|
-
|
|
67
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
68
|
-
|
|
69
|
-
const { logger } = configuration;
|
|
70
|
-
const clientName = "WorkSpacesClient";
|
|
71
|
-
const commandName = "StopWorkspacesCommand";
|
|
72
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
73
|
-
logger,
|
|
74
|
-
clientName,
|
|
75
|
-
commandName,
|
|
76
|
-
inputFilterSensitiveLog: StopWorkspacesRequest.filterSensitiveLog,
|
|
77
|
-
outputFilterSensitiveLog: StopWorkspacesResult.filterSensitiveLog,
|
|
78
|
-
};
|
|
79
|
-
const { requestHandler } = configuration;
|
|
80
|
-
return stack.resolve(
|
|
81
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
82
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
83
|
-
handlerExecutionContext
|
|
84
|
-
);
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
private serialize(input: StopWorkspacesCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
88
|
-
return serializeAws_json1_1StopWorkspacesCommand(input, context);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<StopWorkspacesCommandOutput> {
|
|
92
|
-
return deserializeAws_json1_1StopWorkspacesCommand(output, context);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
// Start section: command_body_extra
|
|
96
|
-
// End section: command_body_extra
|
|
97
|
-
}
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
2
|
-
import { TerminateWorkspacesRequest, TerminateWorkspacesResult } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1TerminateWorkspacesCommand,
|
|
5
|
-
serializeAws_json1_1TerminateWorkspacesCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface TerminateWorkspacesCommandInput extends TerminateWorkspacesRequest {}
|
|
21
|
-
export interface TerminateWorkspacesCommandOutput extends TerminateWorkspacesResult, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Terminates the specified WorkSpaces.</p>
|
|
25
|
-
*
|
|
26
|
-
* <important>
|
|
27
|
-
* <p>Terminating a WorkSpace is a permanent action and cannot be undone. The user's data is
|
|
28
|
-
* destroyed. If you need to archive any user data, contact AWS Support before
|
|
29
|
-
* terminating the WorkSpace.</p>
|
|
30
|
-
* </important>
|
|
31
|
-
*
|
|
32
|
-
* <p>You can terminate a WorkSpace that is in any state except <code>SUSPENDED</code>.</p>
|
|
33
|
-
* <p>This operation is asynchronous and returns before the WorkSpaces have been completely
|
|
34
|
-
* terminated. After a WorkSpace is terminated, the <code>TERMINATED</code> state is returned
|
|
35
|
-
* only briefly before the WorkSpace directory metadata is cleaned up, so this state is rarely
|
|
36
|
-
* returned. To confirm that a WorkSpace is terminated, check for the WorkSpace ID by using
|
|
37
|
-
* <a href="https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaces.html">
|
|
38
|
-
* DescribeWorkSpaces</a>. If the WorkSpace ID isn't returned, then the WorkSpace has
|
|
39
|
-
* been successfully terminated.</p>
|
|
40
|
-
*
|
|
41
|
-
* <note>
|
|
42
|
-
* <p>Simple AD and AD Connector are made available to you free of charge to use with WorkSpaces.
|
|
43
|
-
* If there are no WorkSpaces being used with your Simple AD or AD Connector directory for 30
|
|
44
|
-
* consecutive days, this directory will be automatically deregistered for use with Amazon WorkSpaces,
|
|
45
|
-
* and you will be charged for this directory as per the
|
|
46
|
-
* <a href="http://aws.amazon.com/directoryservice/pricing/">AWS Directory Services pricing terms</a>.</p>
|
|
47
|
-
*
|
|
48
|
-
* <p>To delete empty directories, see
|
|
49
|
-
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/delete-workspaces-directory.html">
|
|
50
|
-
* Delete the Directory for Your WorkSpaces</a>. If you delete your
|
|
51
|
-
* Simple AD or AD Connector directory, you can always create a new one when you want to start using
|
|
52
|
-
* WorkSpaces again.</p>
|
|
53
|
-
* </note>
|
|
54
|
-
* @example
|
|
55
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
56
|
-
* ```javascript
|
|
57
|
-
* import { WorkSpacesClient, TerminateWorkspacesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
58
|
-
* // const { WorkSpacesClient, TerminateWorkspacesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
59
|
-
* const client = new WorkSpacesClient(config);
|
|
60
|
-
* const command = new TerminateWorkspacesCommand(input);
|
|
61
|
-
* const response = await client.send(command);
|
|
62
|
-
* ```
|
|
63
|
-
*
|
|
64
|
-
* @see {@link TerminateWorkspacesCommandInput} for command's `input` shape.
|
|
65
|
-
* @see {@link TerminateWorkspacesCommandOutput} for command's `response` shape.
|
|
66
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
67
|
-
*
|
|
68
|
-
*/
|
|
69
|
-
export class TerminateWorkspacesCommand extends $Command<
|
|
70
|
-
TerminateWorkspacesCommandInput,
|
|
71
|
-
TerminateWorkspacesCommandOutput,
|
|
72
|
-
WorkSpacesClientResolvedConfig
|
|
73
|
-
> {
|
|
74
|
-
// Start section: command_properties
|
|
75
|
-
// End section: command_properties
|
|
76
|
-
|
|
77
|
-
constructor(readonly input: TerminateWorkspacesCommandInput) {
|
|
78
|
-
// Start section: command_constructor
|
|
79
|
-
super();
|
|
80
|
-
// End section: command_constructor
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(
|
|
87
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
88
|
-
configuration: WorkSpacesClientResolvedConfig,
|
|
89
|
-
options?: __HttpHandlerOptions
|
|
90
|
-
): Handler<TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput> {
|
|
91
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
92
|
-
|
|
93
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
94
|
-
|
|
95
|
-
const { logger } = configuration;
|
|
96
|
-
const clientName = "WorkSpacesClient";
|
|
97
|
-
const commandName = "TerminateWorkspacesCommand";
|
|
98
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
99
|
-
logger,
|
|
100
|
-
clientName,
|
|
101
|
-
commandName,
|
|
102
|
-
inputFilterSensitiveLog: TerminateWorkspacesRequest.filterSensitiveLog,
|
|
103
|
-
outputFilterSensitiveLog: TerminateWorkspacesResult.filterSensitiveLog,
|
|
104
|
-
};
|
|
105
|
-
const { requestHandler } = configuration;
|
|
106
|
-
return stack.resolve(
|
|
107
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
108
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
109
|
-
handlerExecutionContext
|
|
110
|
-
);
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
private serialize(input: TerminateWorkspacesCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
114
|
-
return serializeAws_json1_1TerminateWorkspacesCommand(input, context);
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<TerminateWorkspacesCommandOutput> {
|
|
118
|
-
return deserializeAws_json1_1TerminateWorkspacesCommand(output, context);
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
// Start section: command_body_extra
|
|
122
|
-
// End section: command_body_extra
|
|
123
|
-
}
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
2
|
-
import { UpdateConnectionAliasPermissionRequest, UpdateConnectionAliasPermissionResult } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1UpdateConnectionAliasPermissionCommand,
|
|
5
|
-
serializeAws_json1_1UpdateConnectionAliasPermissionCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface UpdateConnectionAliasPermissionCommandInput extends UpdateConnectionAliasPermissionRequest {}
|
|
21
|
-
export interface UpdateConnectionAliasPermissionCommandOutput
|
|
22
|
-
extends UpdateConnectionAliasPermissionResult,
|
|
23
|
-
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* <p>Shares or unshares a connection alias with one account by specifying whether that account has permission to
|
|
27
|
-
* associate the connection alias with a directory. If the association permission is granted, the connection alias
|
|
28
|
-
* is shared with that account. If the association permission is revoked, the connection alias is unshared with the
|
|
29
|
-
* account. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html">
|
|
30
|
-
* Cross-Region Redirection for Amazon WorkSpaces</a>.</p>
|
|
31
|
-
*
|
|
32
|
-
* <note>
|
|
33
|
-
* <ul>
|
|
34
|
-
* <li>
|
|
35
|
-
* <p>Before performing this operation, call <a href="https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeConnectionAliases.html">
|
|
36
|
-
* DescribeConnectionAliases</a> to make sure that the current state of the connection alias is <code>CREATED</code>.</p>
|
|
37
|
-
* </li>
|
|
38
|
-
* <li>
|
|
39
|
-
* <p>To delete a connection alias that has been shared, the shared account must first disassociate the
|
|
40
|
-
* connection alias from any directories it has been associated with. Then you must unshare the connection
|
|
41
|
-
* alias from the account it has been shared with. You can delete a connection alias only after it is no
|
|
42
|
-
* longer shared with any accounts or associated with any directories.</p>
|
|
43
|
-
* </li>
|
|
44
|
-
* </ul>
|
|
45
|
-
* </note>
|
|
46
|
-
* @example
|
|
47
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
48
|
-
* ```javascript
|
|
49
|
-
* import { WorkSpacesClient, UpdateConnectionAliasPermissionCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
50
|
-
* // const { WorkSpacesClient, UpdateConnectionAliasPermissionCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
51
|
-
* const client = new WorkSpacesClient(config);
|
|
52
|
-
* const command = new UpdateConnectionAliasPermissionCommand(input);
|
|
53
|
-
* const response = await client.send(command);
|
|
54
|
-
* ```
|
|
55
|
-
*
|
|
56
|
-
* @see {@link UpdateConnectionAliasPermissionCommandInput} for command's `input` shape.
|
|
57
|
-
* @see {@link UpdateConnectionAliasPermissionCommandOutput} for command's `response` shape.
|
|
58
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
59
|
-
*
|
|
60
|
-
*/
|
|
61
|
-
export class UpdateConnectionAliasPermissionCommand extends $Command<
|
|
62
|
-
UpdateConnectionAliasPermissionCommandInput,
|
|
63
|
-
UpdateConnectionAliasPermissionCommandOutput,
|
|
64
|
-
WorkSpacesClientResolvedConfig
|
|
65
|
-
> {
|
|
66
|
-
// Start section: command_properties
|
|
67
|
-
// End section: command_properties
|
|
68
|
-
|
|
69
|
-
constructor(readonly input: UpdateConnectionAliasPermissionCommandInput) {
|
|
70
|
-
// Start section: command_constructor
|
|
71
|
-
super();
|
|
72
|
-
// End section: command_constructor
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(
|
|
79
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
80
|
-
configuration: WorkSpacesClientResolvedConfig,
|
|
81
|
-
options?: __HttpHandlerOptions
|
|
82
|
-
): Handler<UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermissionCommandOutput> {
|
|
83
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
84
|
-
|
|
85
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
86
|
-
|
|
87
|
-
const { logger } = configuration;
|
|
88
|
-
const clientName = "WorkSpacesClient";
|
|
89
|
-
const commandName = "UpdateConnectionAliasPermissionCommand";
|
|
90
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
91
|
-
logger,
|
|
92
|
-
clientName,
|
|
93
|
-
commandName,
|
|
94
|
-
inputFilterSensitiveLog: UpdateConnectionAliasPermissionRequest.filterSensitiveLog,
|
|
95
|
-
outputFilterSensitiveLog: UpdateConnectionAliasPermissionResult.filterSensitiveLog,
|
|
96
|
-
};
|
|
97
|
-
const { requestHandler } = configuration;
|
|
98
|
-
return stack.resolve(
|
|
99
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
100
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
101
|
-
handlerExecutionContext
|
|
102
|
-
);
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
private serialize(
|
|
106
|
-
input: UpdateConnectionAliasPermissionCommandInput,
|
|
107
|
-
context: __SerdeContext
|
|
108
|
-
): Promise<__HttpRequest> {
|
|
109
|
-
return serializeAws_json1_1UpdateConnectionAliasPermissionCommand(input, context);
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
private deserialize(
|
|
113
|
-
output: __HttpResponse,
|
|
114
|
-
context: __SerdeContext
|
|
115
|
-
): Promise<UpdateConnectionAliasPermissionCommandOutput> {
|
|
116
|
-
return deserializeAws_json1_1UpdateConnectionAliasPermissionCommand(output, context);
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
// Start section: command_body_extra
|
|
120
|
-
// End section: command_body_extra
|
|
121
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
2
|
-
import { UpdateRulesOfIpGroupRequest, UpdateRulesOfIpGroupResult } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1UpdateRulesOfIpGroupCommand,
|
|
5
|
-
serializeAws_json1_1UpdateRulesOfIpGroupCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface UpdateRulesOfIpGroupCommandInput extends UpdateRulesOfIpGroupRequest {}
|
|
21
|
-
export interface UpdateRulesOfIpGroupCommandOutput extends UpdateRulesOfIpGroupResult, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Replaces the current rules of the specified IP access control group with the specified
|
|
25
|
-
* rules.</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { WorkSpacesClient, UpdateRulesOfIpGroupCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
30
|
-
* // const { WorkSpacesClient, UpdateRulesOfIpGroupCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
31
|
-
* const client = new WorkSpacesClient(config);
|
|
32
|
-
* const command = new UpdateRulesOfIpGroupCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link UpdateRulesOfIpGroupCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link UpdateRulesOfIpGroupCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export class UpdateRulesOfIpGroupCommand extends $Command<
|
|
42
|
-
UpdateRulesOfIpGroupCommandInput,
|
|
43
|
-
UpdateRulesOfIpGroupCommandOutput,
|
|
44
|
-
WorkSpacesClientResolvedConfig
|
|
45
|
-
> {
|
|
46
|
-
// Start section: command_properties
|
|
47
|
-
// End section: command_properties
|
|
48
|
-
|
|
49
|
-
constructor(readonly input: UpdateRulesOfIpGroupCommandInput) {
|
|
50
|
-
// Start section: command_constructor
|
|
51
|
-
super();
|
|
52
|
-
// End section: command_constructor
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(
|
|
59
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
60
|
-
configuration: WorkSpacesClientResolvedConfig,
|
|
61
|
-
options?: __HttpHandlerOptions
|
|
62
|
-
): Handler<UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput> {
|
|
63
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
64
|
-
|
|
65
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
66
|
-
|
|
67
|
-
const { logger } = configuration;
|
|
68
|
-
const clientName = "WorkSpacesClient";
|
|
69
|
-
const commandName = "UpdateRulesOfIpGroupCommand";
|
|
70
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
71
|
-
logger,
|
|
72
|
-
clientName,
|
|
73
|
-
commandName,
|
|
74
|
-
inputFilterSensitiveLog: UpdateRulesOfIpGroupRequest.filterSensitiveLog,
|
|
75
|
-
outputFilterSensitiveLog: UpdateRulesOfIpGroupResult.filterSensitiveLog,
|
|
76
|
-
};
|
|
77
|
-
const { requestHandler } = configuration;
|
|
78
|
-
return stack.resolve(
|
|
79
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
80
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
81
|
-
handlerExecutionContext
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
private serialize(input: UpdateRulesOfIpGroupCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
86
|
-
return serializeAws_json1_1UpdateRulesOfIpGroupCommand(input, context);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<UpdateRulesOfIpGroupCommandOutput> {
|
|
90
|
-
return deserializeAws_json1_1UpdateRulesOfIpGroupCommand(output, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// Start section: command_body_extra
|
|
94
|
-
// End section: command_body_extra
|
|
95
|
-
}
|