@aws-sdk/client-workspaces 3.31.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 +39 -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/endpoints.js +72 -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/models/index.js +5 -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/runtimeConfig.native.js +20 -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/endpoints.js +68 -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/runtimeConfig.native.js +9 -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/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -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/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- 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 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- 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 +0 -72
- 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 +0 -5
- 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 +0 -20
- 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 -811
- package/dist/es/WorkSpaces.js.map +0 -1
- package/dist/es/WorkSpacesClient.js +0 -48
- package/dist/es/WorkSpacesClient.js.map +0 -1
- package/dist/es/commands/AssociateConnectionAliasCommand.js +0 -72
- package/dist/es/commands/AssociateConnectionAliasCommand.js.map +0 -1
- package/dist/es/commands/AssociateIpGroupsCommand.js +0 -65
- package/dist/es/commands/AssociateIpGroupsCommand.js.map +0 -1
- package/dist/es/commands/AuthorizeIpRulesCommand.js +0 -67
- package/dist/es/commands/AuthorizeIpRulesCommand.js.map +0 -1
- package/dist/es/commands/CopyWorkspaceImageCommand.js +0 -81
- package/dist/es/commands/CopyWorkspaceImageCommand.js.map +0 -1
- package/dist/es/commands/CreateConnectionAliasCommand.js +0 -67
- package/dist/es/commands/CreateConnectionAliasCommand.js.map +0 -1
- package/dist/es/commands/CreateIpGroupCommand.js +0 -74
- package/dist/es/commands/CreateIpGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateTagsCommand.js +0 -65
- package/dist/es/commands/CreateTagsCommand.js.map +0 -1
- package/dist/es/commands/CreateWorkspaceBundleCommand.js +0 -67
- package/dist/es/commands/CreateWorkspaceBundleCommand.js.map +0 -1
- package/dist/es/commands/CreateWorkspacesCommand.js +0 -66
- package/dist/es/commands/CreateWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/DeleteConnectionAliasCommand.js +0 -82
- package/dist/es/commands/DeleteConnectionAliasCommand.js.map +0 -1
- package/dist/es/commands/DeleteIpGroupCommand.js +0 -66
- package/dist/es/commands/DeleteIpGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteTagsCommand.js +0 -65
- package/dist/es/commands/DeleteTagsCommand.js.map +0 -1
- package/dist/es/commands/DeleteWorkspaceBundleCommand.js +0 -67
- package/dist/es/commands/DeleteWorkspaceBundleCommand.js.map +0 -1
- package/dist/es/commands/DeleteWorkspaceImageCommand.js +0 -67
- package/dist/es/commands/DeleteWorkspaceImageCommand.js.map +0 -1
- package/dist/es/commands/DeregisterWorkspaceDirectoryCommand.js +0 -81
- package/dist/es/commands/DeregisterWorkspaceDirectoryCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountCommand.js +0 -66
- package/dist/es/commands/DescribeAccountCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountModificationsCommand.js +0 -66
- package/dist/es/commands/DescribeAccountModificationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeClientPropertiesCommand.js +0 -65
- package/dist/es/commands/DescribeClientPropertiesCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionAliasPermissionsCommand.js +0 -67
- package/dist/es/commands/DescribeConnectionAliasPermissionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectionAliasesCommand.js +0 -67
- package/dist/es/commands/DescribeConnectionAliasesCommand.js.map +0 -1
- package/dist/es/commands/DescribeIpGroupsCommand.js +0 -65
- package/dist/es/commands/DescribeIpGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeTagsCommand.js +0 -65
- package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspaceBundlesCommand.js +0 -66
- package/dist/es/commands/DescribeWorkspaceBundlesCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspaceDirectoriesCommand.js +0 -66
- package/dist/es/commands/DescribeWorkspaceDirectoriesCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspaceImagePermissionsCommand.js +0 -66
- package/dist/es/commands/DescribeWorkspaceImagePermissionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspaceImagesCommand.js +0 -66
- package/dist/es/commands/DescribeWorkspaceImagesCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspaceSnapshotsCommand.js +0 -65
- package/dist/es/commands/DescribeWorkspaceSnapshotsCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspacesCommand.js +0 -67
- package/dist/es/commands/DescribeWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkspacesConnectionStatusCommand.js +0 -65
- package/dist/es/commands/DescribeWorkspacesConnectionStatusCommand.js.map +0 -1
- package/dist/es/commands/DisassociateConnectionAliasCommand.js +0 -73
- package/dist/es/commands/DisassociateConnectionAliasCommand.js.map +0 -1
- package/dist/es/commands/DisassociateIpGroupsCommand.js +0 -65
- package/dist/es/commands/DisassociateIpGroupsCommand.js.map +0 -1
- package/dist/es/commands/ImportWorkspaceImageCommand.js +0 -69
- package/dist/es/commands/ImportWorkspaceImageCommand.js.map +0 -1
- package/dist/es/commands/ListAvailableManagementCidrRangesCommand.js +0 -73
- package/dist/es/commands/ListAvailableManagementCidrRangesCommand.js.map +0 -1
- package/dist/es/commands/MigrateWorkspaceCommand.js +0 -73
- package/dist/es/commands/MigrateWorkspaceCommand.js.map +0 -1
- package/dist/es/commands/ModifyAccountCommand.js +0 -66
- package/dist/es/commands/ModifyAccountCommand.js.map +0 -1
- package/dist/es/commands/ModifyClientPropertiesCommand.js +0 -65
- package/dist/es/commands/ModifyClientPropertiesCommand.js.map +0 -1
- package/dist/es/commands/ModifySelfservicePermissionsCommand.js +0 -66
- package/dist/es/commands/ModifySelfservicePermissionsCommand.js.map +0 -1
- package/dist/es/commands/ModifyWorkspaceAccessPropertiesCommand.js +0 -67
- package/dist/es/commands/ModifyWorkspaceAccessPropertiesCommand.js.map +0 -1
- package/dist/es/commands/ModifyWorkspaceCreationPropertiesCommand.js +0 -65
- package/dist/es/commands/ModifyWorkspaceCreationPropertiesCommand.js.map +0 -1
- package/dist/es/commands/ModifyWorkspacePropertiesCommand.js +0 -69
- package/dist/es/commands/ModifyWorkspacePropertiesCommand.js.map +0 -1
- package/dist/es/commands/ModifyWorkspaceStateCommand.js +0 -70
- package/dist/es/commands/ModifyWorkspaceStateCommand.js.map +0 -1
- package/dist/es/commands/RebootWorkspacesCommand.js +0 -68
- package/dist/es/commands/RebootWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/RebuildWorkspacesCommand.js +0 -72
- package/dist/es/commands/RebuildWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/RegisterWorkspaceDirectoryCommand.js +0 -69
- package/dist/es/commands/RegisterWorkspaceDirectoryCommand.js.map +0 -1
- package/dist/es/commands/RestoreWorkspaceCommand.js +0 -72
- package/dist/es/commands/RestoreWorkspaceCommand.js.map +0 -1
- package/dist/es/commands/RevokeIpRulesCommand.js +0 -65
- package/dist/es/commands/RevokeIpRulesCommand.js.map +0 -1
- package/dist/es/commands/StartWorkspacesCommand.js +0 -67
- package/dist/es/commands/StartWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/StopWorkspacesCommand.js +0 -68
- package/dist/es/commands/StopWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/TerminateWorkspacesCommand.js +0 -94
- package/dist/es/commands/TerminateWorkspacesCommand.js.map +0 -1
- package/dist/es/commands/UpdateConnectionAliasPermissionCommand.js +0 -84
- package/dist/es/commands/UpdateConnectionAliasPermissionCommand.js.map +0 -1
- package/dist/es/commands/UpdateRulesOfIpGroupCommand.js +0 -66
- package/dist/es/commands/UpdateRulesOfIpGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateWorkspaceBundleCommand.js +0 -73
- package/dist/es/commands/UpdateWorkspaceBundleCommand.js.map +0 -1
- package/dist/es/commands/UpdateWorkspaceImagePermissionCommand.js +0 -93
- package/dist/es/commands/UpdateWorkspaceImagePermissionCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -68
- 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 -1227
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/DescribeWorkspaceBundlesPaginator.js +0 -86
- package/dist/es/pagination/DescribeWorkspaceBundlesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeWorkspaceDirectoriesPaginator.js +0 -86
- package/dist/es/pagination/DescribeWorkspaceDirectoriesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeWorkspacesPaginator.js +0 -87
- 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 -6194
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- 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.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- 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.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- 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,187 +0,0 @@
|
|
|
1
|
-
import { AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOutput } from "./commands/AssociateConnectionAliasCommand";
|
|
2
|
-
import { AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput } from "./commands/AssociateIpGroupsCommand";
|
|
3
|
-
import { AuthorizeIpRulesCommandInput, AuthorizeIpRulesCommandOutput } from "./commands/AuthorizeIpRulesCommand";
|
|
4
|
-
import { CopyWorkspaceImageCommandInput, CopyWorkspaceImageCommandOutput } from "./commands/CopyWorkspaceImageCommand";
|
|
5
|
-
import { CreateConnectionAliasCommandInput, CreateConnectionAliasCommandOutput } from "./commands/CreateConnectionAliasCommand";
|
|
6
|
-
import { CreateIpGroupCommandInput, CreateIpGroupCommandOutput } from "./commands/CreateIpGroupCommand";
|
|
7
|
-
import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
|
|
8
|
-
import { CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput } from "./commands/CreateWorkspaceBundleCommand";
|
|
9
|
-
import { CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput } from "./commands/CreateWorkspacesCommand";
|
|
10
|
-
import { DeleteConnectionAliasCommandInput, DeleteConnectionAliasCommandOutput } from "./commands/DeleteConnectionAliasCommand";
|
|
11
|
-
import { DeleteIpGroupCommandInput, DeleteIpGroupCommandOutput } from "./commands/DeleteIpGroupCommand";
|
|
12
|
-
import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
|
|
13
|
-
import { DeleteWorkspaceBundleCommandInput, DeleteWorkspaceBundleCommandOutput } from "./commands/DeleteWorkspaceBundleCommand";
|
|
14
|
-
import { DeleteWorkspaceImageCommandInput, DeleteWorkspaceImageCommandOutput } from "./commands/DeleteWorkspaceImageCommand";
|
|
15
|
-
import { DeregisterWorkspaceDirectoryCommandInput, DeregisterWorkspaceDirectoryCommandOutput } from "./commands/DeregisterWorkspaceDirectoryCommand";
|
|
16
|
-
import { DescribeAccountCommandInput, DescribeAccountCommandOutput } from "./commands/DescribeAccountCommand";
|
|
17
|
-
import { DescribeAccountModificationsCommandInput, DescribeAccountModificationsCommandOutput } from "./commands/DescribeAccountModificationsCommand";
|
|
18
|
-
import { DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOutput } from "./commands/DescribeClientPropertiesCommand";
|
|
19
|
-
import { DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput } from "./commands/DescribeConnectionAliasPermissionsCommand";
|
|
20
|
-
import { DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput } from "./commands/DescribeConnectionAliasesCommand";
|
|
21
|
-
import { DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput } from "./commands/DescribeIpGroupsCommand";
|
|
22
|
-
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
|
|
23
|
-
import { DescribeWorkspaceBundlesCommandInput, DescribeWorkspaceBundlesCommandOutput } from "./commands/DescribeWorkspaceBundlesCommand";
|
|
24
|
-
import { DescribeWorkspaceDirectoriesCommandInput, DescribeWorkspaceDirectoriesCommandOutput } from "./commands/DescribeWorkspaceDirectoriesCommand";
|
|
25
|
-
import { DescribeWorkspaceImagePermissionsCommandInput, DescribeWorkspaceImagePermissionsCommandOutput } from "./commands/DescribeWorkspaceImagePermissionsCommand";
|
|
26
|
-
import { DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutput } from "./commands/DescribeWorkspaceImagesCommand";
|
|
27
|
-
import { DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput } from "./commands/DescribeWorkspaceSnapshotsCommand";
|
|
28
|
-
import { DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput } from "./commands/DescribeWorkspacesCommand";
|
|
29
|
-
import { DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput } from "./commands/DescribeWorkspacesConnectionStatusCommand";
|
|
30
|
-
import { DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput } from "./commands/DisassociateConnectionAliasCommand";
|
|
31
|
-
import { DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput } from "./commands/DisassociateIpGroupsCommand";
|
|
32
|
-
import { ImportWorkspaceImageCommandInput, ImportWorkspaceImageCommandOutput } from "./commands/ImportWorkspaceImageCommand";
|
|
33
|
-
import { ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementCidrRangesCommandOutput } from "./commands/ListAvailableManagementCidrRangesCommand";
|
|
34
|
-
import { MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput } from "./commands/MigrateWorkspaceCommand";
|
|
35
|
-
import { ModifyAccountCommandInput, ModifyAccountCommandOutput } from "./commands/ModifyAccountCommand";
|
|
36
|
-
import { ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput } from "./commands/ModifyClientPropertiesCommand";
|
|
37
|
-
import { ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput } from "./commands/ModifySelfservicePermissionsCommand";
|
|
38
|
-
import { ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput } from "./commands/ModifyWorkspaceAccessPropertiesCommand";
|
|
39
|
-
import { ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput } from "./commands/ModifyWorkspaceCreationPropertiesCommand";
|
|
40
|
-
import { ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput } from "./commands/ModifyWorkspacePropertiesCommand";
|
|
41
|
-
import { ModifyWorkspaceStateCommandInput, ModifyWorkspaceStateCommandOutput } from "./commands/ModifyWorkspaceStateCommand";
|
|
42
|
-
import { RebootWorkspacesCommandInput, RebootWorkspacesCommandOutput } from "./commands/RebootWorkspacesCommand";
|
|
43
|
-
import { RebuildWorkspacesCommandInput, RebuildWorkspacesCommandOutput } from "./commands/RebuildWorkspacesCommand";
|
|
44
|
-
import { RegisterWorkspaceDirectoryCommandInput, RegisterWorkspaceDirectoryCommandOutput } from "./commands/RegisterWorkspaceDirectoryCommand";
|
|
45
|
-
import { RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput } from "./commands/RestoreWorkspaceCommand";
|
|
46
|
-
import { RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput } from "./commands/RevokeIpRulesCommand";
|
|
47
|
-
import { StartWorkspacesCommandInput, StartWorkspacesCommandOutput } from "./commands/StartWorkspacesCommand";
|
|
48
|
-
import { StopWorkspacesCommandInput, StopWorkspacesCommandOutput } from "./commands/StopWorkspacesCommand";
|
|
49
|
-
import { TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput } from "./commands/TerminateWorkspacesCommand";
|
|
50
|
-
import { UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermissionCommandOutput } from "./commands/UpdateConnectionAliasPermissionCommand";
|
|
51
|
-
import { UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput } from "./commands/UpdateRulesOfIpGroupCommand";
|
|
52
|
-
import { UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput } from "./commands/UpdateWorkspaceBundleCommand";
|
|
53
|
-
import { UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput } from "./commands/UpdateWorkspaceImagePermissionCommand";
|
|
54
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
55
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
56
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
57
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
58
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
59
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
60
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
61
|
-
import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
62
|
-
export declare type ServiceInputTypes = AssociateConnectionAliasCommandInput | AssociateIpGroupsCommandInput | AuthorizeIpRulesCommandInput | CopyWorkspaceImageCommandInput | CreateConnectionAliasCommandInput | CreateIpGroupCommandInput | CreateTagsCommandInput | CreateWorkspaceBundleCommandInput | CreateWorkspacesCommandInput | DeleteConnectionAliasCommandInput | DeleteIpGroupCommandInput | DeleteTagsCommandInput | DeleteWorkspaceBundleCommandInput | DeleteWorkspaceImageCommandInput | DeregisterWorkspaceDirectoryCommandInput | DescribeAccountCommandInput | DescribeAccountModificationsCommandInput | DescribeClientPropertiesCommandInput | DescribeConnectionAliasPermissionsCommandInput | DescribeConnectionAliasesCommandInput | DescribeIpGroupsCommandInput | DescribeTagsCommandInput | DescribeWorkspaceBundlesCommandInput | DescribeWorkspaceDirectoriesCommandInput | DescribeWorkspaceImagePermissionsCommandInput | DescribeWorkspaceImagesCommandInput | DescribeWorkspaceSnapshotsCommandInput | DescribeWorkspacesCommandInput | DescribeWorkspacesConnectionStatusCommandInput | DisassociateConnectionAliasCommandInput | DisassociateIpGroupsCommandInput | ImportWorkspaceImageCommandInput | ListAvailableManagementCidrRangesCommandInput | MigrateWorkspaceCommandInput | ModifyAccountCommandInput | ModifyClientPropertiesCommandInput | ModifySelfservicePermissionsCommandInput | ModifyWorkspaceAccessPropertiesCommandInput | ModifyWorkspaceCreationPropertiesCommandInput | ModifyWorkspacePropertiesCommandInput | ModifyWorkspaceStateCommandInput | RebootWorkspacesCommandInput | RebuildWorkspacesCommandInput | RegisterWorkspaceDirectoryCommandInput | RestoreWorkspaceCommandInput | RevokeIpRulesCommandInput | StartWorkspacesCommandInput | StopWorkspacesCommandInput | TerminateWorkspacesCommandInput | UpdateConnectionAliasPermissionCommandInput | UpdateRulesOfIpGroupCommandInput | UpdateWorkspaceBundleCommandInput | UpdateWorkspaceImagePermissionCommandInput;
|
|
63
|
-
export declare type ServiceOutputTypes = AssociateConnectionAliasCommandOutput | AssociateIpGroupsCommandOutput | AuthorizeIpRulesCommandOutput | CopyWorkspaceImageCommandOutput | CreateConnectionAliasCommandOutput | CreateIpGroupCommandOutput | CreateTagsCommandOutput | CreateWorkspaceBundleCommandOutput | CreateWorkspacesCommandOutput | DeleteConnectionAliasCommandOutput | DeleteIpGroupCommandOutput | DeleteTagsCommandOutput | DeleteWorkspaceBundleCommandOutput | DeleteWorkspaceImageCommandOutput | DeregisterWorkspaceDirectoryCommandOutput | DescribeAccountCommandOutput | DescribeAccountModificationsCommandOutput | DescribeClientPropertiesCommandOutput | DescribeConnectionAliasPermissionsCommandOutput | DescribeConnectionAliasesCommandOutput | DescribeIpGroupsCommandOutput | DescribeTagsCommandOutput | DescribeWorkspaceBundlesCommandOutput | DescribeWorkspaceDirectoriesCommandOutput | DescribeWorkspaceImagePermissionsCommandOutput | DescribeWorkspaceImagesCommandOutput | DescribeWorkspaceSnapshotsCommandOutput | DescribeWorkspacesCommandOutput | DescribeWorkspacesConnectionStatusCommandOutput | DisassociateConnectionAliasCommandOutput | DisassociateIpGroupsCommandOutput | ImportWorkspaceImageCommandOutput | ListAvailableManagementCidrRangesCommandOutput | MigrateWorkspaceCommandOutput | ModifyAccountCommandOutput | ModifyClientPropertiesCommandOutput | ModifySelfservicePermissionsCommandOutput | ModifyWorkspaceAccessPropertiesCommandOutput | ModifyWorkspaceCreationPropertiesCommandOutput | ModifyWorkspacePropertiesCommandOutput | ModifyWorkspaceStateCommandOutput | RebootWorkspacesCommandOutput | RebuildWorkspacesCommandOutput | RegisterWorkspaceDirectoryCommandOutput | RestoreWorkspaceCommandOutput | RevokeIpRulesCommandOutput | StartWorkspacesCommandOutput | StopWorkspacesCommandOutput | TerminateWorkspacesCommandOutput | UpdateConnectionAliasPermissionCommandOutput | UpdateRulesOfIpGroupCommandOutput | UpdateWorkspaceBundleCommandOutput | UpdateWorkspaceImagePermissionCommandOutput;
|
|
64
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
65
|
-
/**
|
|
66
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
67
|
-
*/
|
|
68
|
-
requestHandler?: __HttpHandler;
|
|
69
|
-
/**
|
|
70
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
71
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
sha256?: __HashConstructor;
|
|
75
|
-
/**
|
|
76
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
urlParser?: __UrlParser;
|
|
80
|
-
/**
|
|
81
|
-
* A function that can calculate the length of a request body.
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
85
|
-
/**
|
|
86
|
-
* A function that converts a stream into an array of bytes.
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
streamCollector?: __StreamCollector;
|
|
90
|
-
/**
|
|
91
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
base64Decoder?: __Decoder;
|
|
95
|
-
/**
|
|
96
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
base64Encoder?: __Encoder;
|
|
100
|
-
/**
|
|
101
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
utf8Decoder?: __Decoder;
|
|
105
|
-
/**
|
|
106
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
utf8Encoder?: __Encoder;
|
|
110
|
-
/**
|
|
111
|
-
* The runtime environment.
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
runtime?: string;
|
|
115
|
-
/**
|
|
116
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
117
|
-
* trait of an operation.
|
|
118
|
-
*/
|
|
119
|
-
disableHostPrefix?: boolean;
|
|
120
|
-
/**
|
|
121
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
122
|
-
*/
|
|
123
|
-
maxAttempts?: number | __Provider<number>;
|
|
124
|
-
/**
|
|
125
|
-
* Specifies which retry algorithm to use.
|
|
126
|
-
*/
|
|
127
|
-
retryMode?: string | __Provider<string>;
|
|
128
|
-
/**
|
|
129
|
-
* Optional logger for logging debug/info/warn/error.
|
|
130
|
-
*/
|
|
131
|
-
logger?: __Logger;
|
|
132
|
-
/**
|
|
133
|
-
* Unique service identifier.
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
serviceId?: string;
|
|
137
|
-
/**
|
|
138
|
-
* The AWS region to which this client will send requests
|
|
139
|
-
*/
|
|
140
|
-
region?: string | __Provider<string>;
|
|
141
|
-
/**
|
|
142
|
-
* Default credentials provider; Not available in browser runtime.
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
146
|
-
/**
|
|
147
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
148
|
-
* @internal
|
|
149
|
-
*/
|
|
150
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
151
|
-
/**
|
|
152
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
156
|
-
}
|
|
157
|
-
declare type WorkSpacesClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
158
|
-
/**
|
|
159
|
-
* The configuration interface of WorkSpacesClient class constructor that set the region, credentials and other options.
|
|
160
|
-
*/
|
|
161
|
-
export interface WorkSpacesClientConfig extends WorkSpacesClientConfigType {
|
|
162
|
-
}
|
|
163
|
-
declare type WorkSpacesClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
164
|
-
/**
|
|
165
|
-
* The resolved configuration interface of WorkSpacesClient class. This is resolved and normalized from the {@link WorkSpacesClientConfig | constructor configuration interface}.
|
|
166
|
-
*/
|
|
167
|
-
export interface WorkSpacesClientResolvedConfig extends WorkSpacesClientResolvedConfigType {
|
|
168
|
-
}
|
|
169
|
-
/**
|
|
170
|
-
* <fullname>Amazon WorkSpaces Service</fullname>
|
|
171
|
-
* <p>Amazon WorkSpaces enables you to provision virtual, cloud-based Microsoft Windows and
|
|
172
|
-
* Amazon Linux desktops for your users.</p>
|
|
173
|
-
*/
|
|
174
|
-
export declare class WorkSpacesClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig> {
|
|
175
|
-
/**
|
|
176
|
-
* The resolved configuration of WorkSpacesClient class. This is resolved and normalized from the {@link WorkSpacesClientConfig | constructor configuration interface}.
|
|
177
|
-
*/
|
|
178
|
-
readonly config: WorkSpacesClientResolvedConfig;
|
|
179
|
-
constructor(configuration: WorkSpacesClientConfig);
|
|
180
|
-
/**
|
|
181
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
182
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
183
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
184
|
-
*/
|
|
185
|
-
destroy(): void;
|
|
186
|
-
}
|
|
187
|
-
export {};
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
2
|
-
import { AssociateConnectionAliasRequest, AssociateConnectionAliasResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AssociateConnectionAliasCommandInput extends AssociateConnectionAliasRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface AssociateConnectionAliasCommandOutput extends AssociateConnectionAliasResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Associates the specified connection alias with the specified directory to enable cross-Region redirection.
|
|
11
|
-
* For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html">
|
|
12
|
-
* Cross-Region Redirection for Amazon WorkSpaces</a>.</p>
|
|
13
|
-
*
|
|
14
|
-
* <note>
|
|
15
|
-
* <p>Before performing this operation, call <a href="https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeConnectionAliases.html">
|
|
16
|
-
* DescribeConnectionAliases</a> to make sure that the current state of the connection alias is <code>CREATED</code>.</p>
|
|
17
|
-
* </note>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { WorkSpacesClient, AssociateConnectionAliasCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
22
|
-
* // const { WorkSpacesClient, AssociateConnectionAliasCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
23
|
-
* const client = new WorkSpacesClient(config);
|
|
24
|
-
* const command = new AssociateConnectionAliasCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link AssociateConnectionAliasCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link AssociateConnectionAliasCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
export declare class AssociateConnectionAliasCommand extends $Command<AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
34
|
-
readonly input: AssociateConnectionAliasCommandInput;
|
|
35
|
-
constructor(input: AssociateConnectionAliasCommandInput);
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOutput>;
|
|
40
|
-
private serialize;
|
|
41
|
-
private deserialize;
|
|
42
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
2
|
-
import { AssociateIpGroupsRequest, AssociateIpGroupsResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AssociateIpGroupsCommandInput extends AssociateIpGroupsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface AssociateIpGroupsCommandOutput extends AssociateIpGroupsResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Associates the specified IP access control group with the specified directory.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { WorkSpacesClient, AssociateIpGroupsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
15
|
-
* // const { WorkSpacesClient, AssociateIpGroupsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
16
|
-
* const client = new WorkSpacesClient(config);
|
|
17
|
-
* const command = new AssociateIpGroupsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link AssociateIpGroupsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link AssociateIpGroupsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class AssociateIpGroupsCommand extends $Command<AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
27
|
-
readonly input: AssociateIpGroupsCommandInput;
|
|
28
|
-
constructor(input: AssociateIpGroupsCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
2
|
-
import { AuthorizeIpRulesRequest, AuthorizeIpRulesResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AuthorizeIpRulesCommandInput extends AuthorizeIpRulesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface AuthorizeIpRulesCommandOutput extends AuthorizeIpRulesResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Adds one or more rules to the specified IP access control group.</p>
|
|
11
|
-
* <p>This action gives users permission to access their WorkSpaces from the CIDR address
|
|
12
|
-
* ranges specified in the rules.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { WorkSpacesClient, AuthorizeIpRulesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
17
|
-
* // const { WorkSpacesClient, AuthorizeIpRulesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
18
|
-
* const client = new WorkSpacesClient(config);
|
|
19
|
-
* const command = new AuthorizeIpRulesCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link AuthorizeIpRulesCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link AuthorizeIpRulesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class AuthorizeIpRulesCommand extends $Command<AuthorizeIpRulesCommandInput, AuthorizeIpRulesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
29
|
-
readonly input: AuthorizeIpRulesCommandInput;
|
|
30
|
-
constructor(input: AuthorizeIpRulesCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AuthorizeIpRulesCommandInput, AuthorizeIpRulesCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
2
|
-
import { CopyWorkspaceImageRequest, CopyWorkspaceImageResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CopyWorkspaceImageCommandInput extends CopyWorkspaceImageRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CopyWorkspaceImageCommandOutput extends CopyWorkspaceImageResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Copies the specified image from the specified Region to the current Region.
|
|
11
|
-
* For more information about copying images, see
|
|
12
|
-
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/copy-custom-image.html">
|
|
13
|
-
* Copy a Custom WorkSpaces Image</a>.</p>
|
|
14
|
-
*
|
|
15
|
-
* <note>
|
|
16
|
-
* <p>In the China (Ningxia) Region, you can copy images only within the same Region.</p>
|
|
17
|
-
*
|
|
18
|
-
* <p>In the AWS GovCloud (US-West) Region, to copy images to and from other AWS Regions,
|
|
19
|
-
* contact AWS Support.</p>
|
|
20
|
-
* </note>
|
|
21
|
-
*
|
|
22
|
-
* <important>
|
|
23
|
-
* <p>Before copying a shared image, be sure to verify that it has been shared from the
|
|
24
|
-
* correct AWS account. To determine if an image has been shared and to see the AWS
|
|
25
|
-
* account ID that owns an image, use the <a href="https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaceImages.html">DescribeWorkSpaceImages</a> and <a href="https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaceImagePermissions.html">DescribeWorkspaceImagePermissions</a> API operations. </p>
|
|
26
|
-
* </important>
|
|
27
|
-
* @example
|
|
28
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
-
* ```javascript
|
|
30
|
-
* import { WorkSpacesClient, CopyWorkspaceImageCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
31
|
-
* // const { WorkSpacesClient, CopyWorkspaceImageCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
32
|
-
* const client = new WorkSpacesClient(config);
|
|
33
|
-
* const command = new CopyWorkspaceImageCommand(input);
|
|
34
|
-
* const response = await client.send(command);
|
|
35
|
-
* ```
|
|
36
|
-
*
|
|
37
|
-
* @see {@link CopyWorkspaceImageCommandInput} for command's `input` shape.
|
|
38
|
-
* @see {@link CopyWorkspaceImageCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
40
|
-
*
|
|
41
|
-
*/
|
|
42
|
-
export declare class CopyWorkspaceImageCommand extends $Command<CopyWorkspaceImageCommandInput, CopyWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
43
|
-
readonly input: CopyWorkspaceImageCommandInput;
|
|
44
|
-
constructor(input: CopyWorkspaceImageCommandInput);
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CopyWorkspaceImageCommandInput, CopyWorkspaceImageCommandOutput>;
|
|
49
|
-
private serialize;
|
|
50
|
-
private deserialize;
|
|
51
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
2
|
-
import { CreateConnectionAliasRequest, CreateConnectionAliasResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateConnectionAliasCommandInput extends CreateConnectionAliasRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateConnectionAliasCommandOutput extends CreateConnectionAliasResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates the specified connection alias for use with cross-Region redirection. For more information, see
|
|
11
|
-
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html">
|
|
12
|
-
* Cross-Region Redirection for Amazon WorkSpaces</a>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { WorkSpacesClient, CreateConnectionAliasCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
17
|
-
* // const { WorkSpacesClient, CreateConnectionAliasCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
18
|
-
* const client = new WorkSpacesClient(config);
|
|
19
|
-
* const command = new CreateConnectionAliasCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link CreateConnectionAliasCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link CreateConnectionAliasCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class CreateConnectionAliasCommand extends $Command<CreateConnectionAliasCommandInput, CreateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
29
|
-
readonly input: CreateConnectionAliasCommandInput;
|
|
30
|
-
constructor(input: CreateConnectionAliasCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectionAliasCommandInput, CreateConnectionAliasCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
2
|
-
import { CreateIpGroupRequest, CreateIpGroupResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateIpGroupCommandInput extends CreateIpGroupRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateIpGroupCommandOutput extends CreateIpGroupResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates an IP access control group.</p>
|
|
11
|
-
* <p>An IP access control group provides you with the ability to control the IP addresses
|
|
12
|
-
* from which users are allowed to access their WorkSpaces. To specify the CIDR address
|
|
13
|
-
* ranges, add rules to your IP access control group and then associate the group with your
|
|
14
|
-
* directory. You can add rules when you create the group or at any time using <a>AuthorizeIpRules</a>.</p>
|
|
15
|
-
*
|
|
16
|
-
* <p>There is a default IP access control group associated with your directory. If you don't
|
|
17
|
-
* associate an IP access control group with your directory, the default group is used. The
|
|
18
|
-
* default group includes a default rule that allows users to access their WorkSpaces from
|
|
19
|
-
* anywhere. You cannot modify the default IP access control group for your directory.</p>
|
|
20
|
-
* @example
|
|
21
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
22
|
-
* ```javascript
|
|
23
|
-
* import { WorkSpacesClient, CreateIpGroupCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
24
|
-
* // const { WorkSpacesClient, CreateIpGroupCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
25
|
-
* const client = new WorkSpacesClient(config);
|
|
26
|
-
* const command = new CreateIpGroupCommand(input);
|
|
27
|
-
* const response = await client.send(command);
|
|
28
|
-
* ```
|
|
29
|
-
*
|
|
30
|
-
* @see {@link CreateIpGroupCommandInput} for command's `input` shape.
|
|
31
|
-
* @see {@link CreateIpGroupCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
33
|
-
*
|
|
34
|
-
*/
|
|
35
|
-
export declare class CreateIpGroupCommand extends $Command<CreateIpGroupCommandInput, CreateIpGroupCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
36
|
-
readonly input: CreateIpGroupCommandInput;
|
|
37
|
-
constructor(input: CreateIpGroupCommandInput);
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIpGroupCommandInput, CreateIpGroupCommandOutput>;
|
|
42
|
-
private serialize;
|
|
43
|
-
private deserialize;
|
|
44
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
2
|
-
import { CreateTagsRequest, CreateTagsResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateTagsCommandInput extends CreateTagsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateTagsCommandOutput extends CreateTagsResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates the specified tags for the specified WorkSpaces resource.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { WorkSpacesClient, CreateTagsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
15
|
-
* // const { WorkSpacesClient, CreateTagsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
16
|
-
* const client = new WorkSpacesClient(config);
|
|
17
|
-
* const command = new CreateTagsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateTagsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateTagsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class CreateTagsCommand extends $Command<CreateTagsCommandInput, CreateTagsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
27
|
-
readonly input: CreateTagsCommandInput;
|
|
28
|
-
constructor(input: CreateTagsCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTagsCommandInput, CreateTagsCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
2
|
-
import { CreateWorkspaceBundleRequest, CreateWorkspaceBundleResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateWorkspaceBundleCommandInput extends CreateWorkspaceBundleRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateWorkspaceBundleCommandOutput extends CreateWorkspaceBundleResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates the specified WorkSpace bundle. For more information about creating WorkSpace bundles, see
|
|
11
|
-
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/create-custom-bundle.html">
|
|
12
|
-
* Create a Custom WorkSpaces Image and Bundle</a>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { WorkSpacesClient, CreateWorkspaceBundleCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
17
|
-
* // const { WorkSpacesClient, CreateWorkspaceBundleCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
18
|
-
* const client = new WorkSpacesClient(config);
|
|
19
|
-
* const command = new CreateWorkspaceBundleCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link CreateWorkspaceBundleCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link CreateWorkspaceBundleCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class CreateWorkspaceBundleCommand extends $Command<CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
29
|
-
readonly input: CreateWorkspaceBundleCommandInput;
|
|
30
|
-
constructor(input: CreateWorkspaceBundleCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
2
|
-
import { CreateWorkspacesRequest, CreateWorkspacesResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateWorkspacesCommandInput extends CreateWorkspacesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates one or more WorkSpaces.</p>
|
|
11
|
-
* <p>This operation is asynchronous and returns before the WorkSpaces are created.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { WorkSpacesClient, CreateWorkspacesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
16
|
-
* // const { WorkSpacesClient, CreateWorkspacesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
17
|
-
* const client = new WorkSpacesClient(config);
|
|
18
|
-
* const command = new CreateWorkspacesCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link CreateWorkspacesCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link CreateWorkspacesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class CreateWorkspacesCommand extends $Command<CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
28
|
-
readonly input: CreateWorkspacesCommandInput;
|
|
29
|
-
constructor(input: CreateWorkspacesCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
2
|
-
import { DeleteConnectionAliasRequest, DeleteConnectionAliasResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DeleteConnectionAliasCommandInput extends DeleteConnectionAliasRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteConnectionAliasCommandOutput extends DeleteConnectionAliasResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes the specified connection alias. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html">
|
|
11
|
-
* Cross-Region Redirection for Amazon WorkSpaces</a>.</p>
|
|
12
|
-
*
|
|
13
|
-
* <important>
|
|
14
|
-
* <p>
|
|
15
|
-
* <b>If you will no longer be using a fully qualified domain name (FQDN) as the registration code
|
|
16
|
-
* for your WorkSpaces users, you must take certain precautions to prevent potential security issues.</b>
|
|
17
|
-
* For more information, see
|
|
18
|
-
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html#cross-region-redirection-security-considerations">
|
|
19
|
-
* Security Considerations if You Stop Using Cross-Region Redirection</a>.</p>
|
|
20
|
-
* </important>
|
|
21
|
-
*
|
|
22
|
-
* <note>
|
|
23
|
-
* <p>To delete a connection alias that has been shared, the shared account must first disassociate the connection alias
|
|
24
|
-
* from any directories it has been associated with. Then you must unshare the connection alias from the account it has
|
|
25
|
-
* been shared with. You can delete a connection alias only after it is no longer shared with any accounts or
|
|
26
|
-
* associated with any directories.</p>
|
|
27
|
-
* </note>
|
|
28
|
-
* @example
|
|
29
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
-
* ```javascript
|
|
31
|
-
* import { WorkSpacesClient, DeleteConnectionAliasCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
32
|
-
* // const { WorkSpacesClient, DeleteConnectionAliasCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
33
|
-
* const client = new WorkSpacesClient(config);
|
|
34
|
-
* const command = new DeleteConnectionAliasCommand(input);
|
|
35
|
-
* const response = await client.send(command);
|
|
36
|
-
* ```
|
|
37
|
-
*
|
|
38
|
-
* @see {@link DeleteConnectionAliasCommandInput} for command's `input` shape.
|
|
39
|
-
* @see {@link DeleteConnectionAliasCommandOutput} for command's `response` shape.
|
|
40
|
-
* @see {@link WorkSpacesClientResolvedConfig | config} for command's `input` shape.
|
|
41
|
-
*
|
|
42
|
-
*/
|
|
43
|
-
export declare class DeleteConnectionAliasCommand extends $Command<DeleteConnectionAliasCommandInput, DeleteConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
44
|
-
readonly input: DeleteConnectionAliasCommandInput;
|
|
45
|
-
constructor(input: DeleteConnectionAliasCommandInput);
|
|
46
|
-
/**
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConnectionAliasCommandInput, DeleteConnectionAliasCommandOutput>;
|
|
50
|
-
private serialize;
|
|
51
|
-
private deserialize;
|
|
52
|
-
}
|