@aws-sdk/client-workspaces 3.289.0 → 3.292.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.
Files changed (66) hide show
  1. package/dist-types/commands/AssociateConnectionAliasCommand.d.ts +19 -0
  2. package/dist-types/commands/AssociateIpGroupsCommand.d.ts +19 -0
  3. package/dist-types/commands/AuthorizeIpRulesCommand.d.ts +16 -0
  4. package/dist-types/commands/CopyWorkspaceImageCommand.d.ts +22 -0
  5. package/dist-types/commands/CreateConnectClientAddInCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateConnectionAliasCommand.d.ts +19 -0
  7. package/dist-types/commands/CreateIpGroupCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateStandbyWorkspacesCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateTagsCommand.d.ts +10 -0
  10. package/dist-types/commands/CreateUpdatedWorkspaceImageCommand.d.ts +22 -0
  11. package/dist-types/commands/CreateWorkspaceBundleCommand.d.ts +19 -0
  12. package/dist-types/commands/CreateWorkspaceImageCommand.d.ts +22 -0
  13. package/dist-types/commands/CreateWorkspacesCommand.d.ts +7 -0
  14. package/dist-types/commands/DeleteClientBrandingCommand.d.ts +10 -0
  15. package/dist-types/commands/DeleteConnectClientAddInCommand.d.ts +10 -0
  16. package/dist-types/commands/DeleteConnectionAliasCommand.d.ts +19 -0
  17. package/dist-types/commands/DeleteIpGroupCommand.d.ts +13 -0
  18. package/dist-types/commands/DeleteTagsCommand.d.ts +7 -0
  19. package/dist-types/commands/DeleteWorkspaceBundleCommand.d.ts +13 -0
  20. package/dist-types/commands/DeleteWorkspaceImageCommand.d.ts +10 -0
  21. package/dist-types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeAccountCommand.d.ts +4 -0
  23. package/dist-types/commands/DescribeAccountModificationsCommand.d.ts +4 -0
  24. package/dist-types/commands/DescribeClientBrandingCommand.d.ts +10 -0
  25. package/dist-types/commands/DescribeClientPropertiesCommand.d.ts +10 -0
  26. package/dist-types/commands/DescribeConnectClientAddInsCommand.d.ts +10 -0
  27. package/dist-types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +13 -0
  28. package/dist-types/commands/DescribeConnectionAliasesCommand.d.ts +10 -0
  29. package/dist-types/commands/DescribeIpGroupsCommand.d.ts +7 -0
  30. package/dist-types/commands/DescribeTagsCommand.d.ts +4 -0
  31. package/dist-types/commands/DescribeWorkspaceBundlesCommand.d.ts +4 -0
  32. package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +4 -0
  33. package/dist-types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +10 -0
  34. package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +4 -0
  35. package/dist-types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +10 -0
  36. package/dist-types/commands/DescribeWorkspacesCommand.d.ts +7 -0
  37. package/dist-types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +4 -0
  38. package/dist-types/commands/DisassociateConnectionAliasCommand.d.ts +16 -0
  39. package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +13 -0
  40. package/dist-types/commands/ImportClientBrandingCommand.d.ts +13 -0
  41. package/dist-types/commands/ImportWorkspaceImageCommand.d.ts +19 -0
  42. package/dist-types/commands/ListAvailableManagementCidrRangesCommand.d.ts +7 -0
  43. package/dist-types/commands/MigrateWorkspaceCommand.d.ts +19 -0
  44. package/dist-types/commands/ModifyAccountCommand.d.ts +16 -0
  45. package/dist-types/commands/ModifyCertificateBasedAuthPropertiesCommand.d.ts +13 -0
  46. package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +10 -0
  47. package/dist-types/commands/ModifySamlPropertiesCommand.d.ts +13 -0
  48. package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +10 -0
  49. package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +7 -0
  50. package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +13 -0
  51. package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +24 -0
  52. package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +13 -0
  53. package/dist-types/commands/RebootWorkspacesCommand.d.ts +4 -0
  54. package/dist-types/commands/RebuildWorkspacesCommand.d.ts +4 -0
  55. package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +29 -0
  56. package/dist-types/commands/RestoreWorkspaceCommand.d.ts +13 -0
  57. package/dist-types/commands/RevokeIpRulesCommand.d.ts +13 -0
  58. package/dist-types/commands/StartWorkspacesCommand.d.ts +1 -0
  59. package/dist-types/commands/StopWorkspacesCommand.d.ts +1 -0
  60. package/dist-types/commands/TerminateWorkspacesCommand.d.ts +1 -0
  61. package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +10 -0
  62. package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +22 -0
  63. package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +16 -0
  64. package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +16 -0
  66. package/package.json +35 -40
@@ -29,6 +29,10 @@ export interface DescribeWorkspaceDirectoriesCommandOutput extends DescribeWorks
29
29
  * @see {@link DescribeWorkspaceDirectoriesCommandOutput} for command's `response` shape.
30
30
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParameterValuesException} (client fault)
33
+ * <p>One or more parameter values are not valid.</p>
34
+ *
35
+ *
32
36
  */
33
37
  export declare class DescribeWorkspaceDirectoriesCommand extends $Command<DescribeWorkspaceDirectoriesCommandInput, DescribeWorkspaceDirectoriesCommandOutput, WorkSpacesClientResolvedConfig> {
34
38
  readonly input: DescribeWorkspaceDirectoriesCommandInput;
@@ -29,6 +29,16 @@ export interface DescribeWorkspaceImagePermissionsCommandOutput extends Describe
29
29
  * @see {@link DescribeWorkspaceImagePermissionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>The user is not authorized to access a resource.</p>
34
+ *
35
+ * @throws {@link InvalidParameterValuesException} (client fault)
36
+ * <p>One or more parameter values are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource could not be found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class DescribeWorkspaceImagePermissionsCommand extends $Command<DescribeWorkspaceImagePermissionsCommandInput, DescribeWorkspaceImagePermissionsCommandOutput, WorkSpacesClientResolvedConfig> {
34
44
  readonly input: DescribeWorkspaceImagePermissionsCommandInput;
@@ -30,6 +30,10 @@ export interface DescribeWorkspaceImagesCommandOutput extends DescribeWorkspaceI
30
30
  * @see {@link DescribeWorkspaceImagesCommandOutput} for command's `response` shape.
31
31
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>The user is not authorized to access a resource.</p>
35
+ *
36
+ *
33
37
  */
34
38
  export declare class DescribeWorkspaceImagesCommand extends $Command<DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutput, WorkSpacesClientResolvedConfig> {
35
39
  readonly input: DescribeWorkspaceImagesCommandInput;
@@ -29,6 +29,16 @@ export interface DescribeWorkspaceSnapshotsCommandOutput extends DescribeWorkspa
29
29
  * @see {@link DescribeWorkspaceSnapshotsCommandOutput} for command's `response` shape.
30
30
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>The user is not authorized to access a resource.</p>
34
+ *
35
+ * @throws {@link InvalidParameterValuesException} (client fault)
36
+ * <p>One or more parameter values are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource could not be found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class DescribeWorkspaceSnapshotsCommand extends $Command<DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput, WorkSpacesClientResolvedConfig> {
34
44
  readonly input: DescribeWorkspaceSnapshotsCommandInput;
@@ -31,6 +31,13 @@ export interface DescribeWorkspacesCommandOutput extends DescribeWorkspacesResul
31
31
  * @see {@link DescribeWorkspacesCommandOutput} for command's `response` shape.
32
32
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
33
33
  *
34
+ * @throws {@link InvalidParameterValuesException} (client fault)
35
+ * <p>One or more parameter values are not valid.</p>
36
+ *
37
+ * @throws {@link ResourceUnavailableException} (client fault)
38
+ * <p>The specified resource is not available.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class DescribeWorkspacesCommand extends $Command<DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
36
43
  readonly input: DescribeWorkspacesCommandInput;
@@ -29,6 +29,10 @@ export interface DescribeWorkspacesConnectionStatusCommandOutput extends Describ
29
29
  * @see {@link DescribeWorkspacesConnectionStatusCommandOutput} for command's `response` shape.
30
30
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParameterValuesException} (client fault)
33
+ * <p>One or more parameter values are not valid.</p>
34
+ *
35
+ *
32
36
  */
33
37
  export declare class DescribeWorkspacesConnectionStatusCommand extends $Command<DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput, WorkSpacesClientResolvedConfig> {
34
38
  readonly input: DescribeWorkspacesConnectionStatusCommandInput;
@@ -37,6 +37,22 @@ export interface DisassociateConnectionAliasCommandOutput extends DisassociateCo
37
37
  * @see {@link DisassociateConnectionAliasCommandOutput} for command's `response` shape.
38
38
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
39
39
  *
40
+ * @throws {@link AccessDeniedException} (client fault)
41
+ * <p>The user is not authorized to access a resource.</p>
42
+ *
43
+ * @throws {@link InvalidParameterValuesException} (client fault)
44
+ * <p>One or more parameter values are not valid.</p>
45
+ *
46
+ * @throws {@link InvalidResourceStateException} (client fault)
47
+ * <p>The state of the resource is not valid for this operation.</p>
48
+ *
49
+ * @throws {@link OperationNotSupportedException} (client fault)
50
+ * <p>This operation is not supported.</p>
51
+ *
52
+ * @throws {@link ResourceNotFoundException} (client fault)
53
+ * <p>The resource could not be found.</p>
54
+ *
55
+ *
40
56
  */
41
57
  export declare class DisassociateConnectionAliasCommand extends $Command<DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
42
58
  readonly input: DisassociateConnectionAliasCommandInput;
@@ -29,6 +29,19 @@ export interface DisassociateIpGroupsCommandOutput extends DisassociateIpGroupsR
29
29
  * @see {@link DisassociateIpGroupsCommandOutput} for command's `response` shape.
30
30
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>The user is not authorized to access a resource.</p>
34
+ *
35
+ * @throws {@link InvalidParameterValuesException} (client fault)
36
+ * <p>One or more parameter values are not valid.</p>
37
+ *
38
+ * @throws {@link InvalidResourceStateException} (client fault)
39
+ * <p>The state of the resource is not valid for this operation.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource could not be found.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class DisassociateIpGroupsCommand extends $Command<DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput, WorkSpacesClientResolvedConfig> {
34
47
  readonly input: DisassociateIpGroupsCommandInput;
@@ -56,6 +56,19 @@ export interface ImportClientBrandingCommandOutput extends ImportClientBrandingR
56
56
  * @see {@link ImportClientBrandingCommandOutput} for command's `response` shape.
57
57
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
58
58
  *
59
+ * @throws {@link AccessDeniedException} (client fault)
60
+ * <p>The user is not authorized to access a resource.</p>
61
+ *
62
+ * @throws {@link InvalidParameterValuesException} (client fault)
63
+ * <p>One or more parameter values are not valid.</p>
64
+ *
65
+ * @throws {@link ResourceLimitExceededException} (client fault)
66
+ * <p>Your resource limits have been exceeded.</p>
67
+ *
68
+ * @throws {@link ResourceNotFoundException} (client fault)
69
+ * <p>The resource could not be found.</p>
70
+ *
71
+ *
59
72
  */
60
73
  export declare class ImportClientBrandingCommand extends $Command<ImportClientBrandingCommandInput, ImportClientBrandingCommandOutput, WorkSpacesClientResolvedConfig> {
61
74
  readonly input: ImportClientBrandingCommandInput;
@@ -33,6 +33,25 @@ export interface ImportWorkspaceImageCommandOutput extends ImportWorkspaceImageR
33
33
  * @see {@link ImportWorkspaceImageCommandOutput} for command's `response` shape.
34
34
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>The user is not authorized to access a resource.</p>
38
+ *
39
+ * @throws {@link InvalidParameterValuesException} (client fault)
40
+ * <p>One or more parameter values are not valid.</p>
41
+ *
42
+ * @throws {@link OperationNotSupportedException} (client fault)
43
+ * <p>This operation is not supported.</p>
44
+ *
45
+ * @throws {@link ResourceAlreadyExistsException} (client fault)
46
+ * <p>The specified resource already exists.</p>
47
+ *
48
+ * @throws {@link ResourceLimitExceededException} (client fault)
49
+ * <p>Your resource limits have been exceeded.</p>
50
+ *
51
+ * @throws {@link ResourceNotFoundException} (client fault)
52
+ * <p>The resource could not be found.</p>
53
+ *
54
+ *
36
55
  */
37
56
  export declare class ImportWorkspaceImageCommand extends $Command<ImportWorkspaceImageCommandInput, ImportWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
38
57
  readonly input: ImportWorkspaceImageCommandInput;
@@ -36,6 +36,13 @@ export interface ListAvailableManagementCidrRangesCommandOutput extends ListAvai
36
36
  * @see {@link ListAvailableManagementCidrRangesCommandOutput} for command's `response` shape.
37
37
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
38
38
  *
39
+ * @throws {@link AccessDeniedException} (client fault)
40
+ * <p>The user is not authorized to access a resource.</p>
41
+ *
42
+ * @throws {@link InvalidParameterValuesException} (client fault)
43
+ * <p>One or more parameter values are not valid.</p>
44
+ *
45
+ *
39
46
  */
40
47
  export declare class ListAvailableManagementCidrRangesCommand extends $Command<ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementCidrRangesCommandOutput, WorkSpacesClientResolvedConfig> {
41
48
  readonly input: ListAvailableManagementCidrRangesCommandInput;
@@ -39,6 +39,25 @@ export interface MigrateWorkspaceCommandOutput extends MigrateWorkspaceResult, _
39
39
  * @see {@link MigrateWorkspaceCommandOutput} for command's `response` shape.
40
40
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
41
41
  *
42
+ * @throws {@link AccessDeniedException} (client fault)
43
+ * <p>The user is not authorized to access a resource.</p>
44
+ *
45
+ * @throws {@link InvalidParameterValuesException} (client fault)
46
+ * <p>One or more parameter values are not valid.</p>
47
+ *
48
+ * @throws {@link OperationInProgressException} (client fault)
49
+ * <p>The properties of this WorkSpace are currently being modified. Try again in a moment.</p>
50
+ *
51
+ * @throws {@link OperationNotSupportedException} (client fault)
52
+ * <p>This operation is not supported.</p>
53
+ *
54
+ * @throws {@link ResourceNotFoundException} (client fault)
55
+ * <p>The resource could not be found.</p>
56
+ *
57
+ * @throws {@link ResourceUnavailableException} (client fault)
58
+ * <p>The specified resource is not available.</p>
59
+ *
60
+ *
42
61
  */
43
62
  export declare class MigrateWorkspaceCommand extends $Command<MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput, WorkSpacesClientResolvedConfig> {
44
63
  readonly input: MigrateWorkspaceCommandInput;
@@ -30,6 +30,22 @@ export interface ModifyAccountCommandOutput extends ModifyAccountResult, __Metad
30
30
  * @see {@link ModifyAccountCommandOutput} for command's `response` shape.
31
31
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>The user is not authorized to access a resource.</p>
35
+ *
36
+ * @throws {@link InvalidParameterValuesException} (client fault)
37
+ * <p>One or more parameter values are not valid.</p>
38
+ *
39
+ * @throws {@link InvalidResourceStateException} (client fault)
40
+ * <p>The state of the resource is not valid for this operation.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>The resource could not be found.</p>
44
+ *
45
+ * @throws {@link ResourceUnavailableException} (client fault)
46
+ * <p>The specified resource is not available.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class ModifyAccountCommand extends $Command<ModifyAccountCommandInput, ModifyAccountCommandOutput, WorkSpacesClientResolvedConfig> {
35
51
  readonly input: ModifyAccountCommandInput;
@@ -30,6 +30,19 @@ export interface ModifyCertificateBasedAuthPropertiesCommandOutput extends Modif
30
30
  * @see {@link ModifyCertificateBasedAuthPropertiesCommandOutput} for command's `response` shape.
31
31
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>The user is not authorized to access a resource.</p>
35
+ *
36
+ * @throws {@link InvalidParameterValuesException} (client fault)
37
+ * <p>One or more parameter values are not valid.</p>
38
+ *
39
+ * @throws {@link OperationNotSupportedException} (client fault)
40
+ * <p>This operation is not supported.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>The resource could not be found.</p>
44
+ *
45
+ *
33
46
  */
34
47
  export declare class ModifyCertificateBasedAuthPropertiesCommand extends $Command<ModifyCertificateBasedAuthPropertiesCommandInput, ModifyCertificateBasedAuthPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
35
48
  readonly input: ModifyCertificateBasedAuthPropertiesCommandInput;
@@ -29,6 +29,16 @@ export interface ModifyClientPropertiesCommandOutput extends ModifyClientPropert
29
29
  * @see {@link ModifyClientPropertiesCommandOutput} for command's `response` shape.
30
30
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>The user is not authorized to access a resource.</p>
34
+ *
35
+ * @throws {@link InvalidParameterValuesException} (client fault)
36
+ * <p>One or more parameter values are not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource could not be found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ModifyClientPropertiesCommand extends $Command<ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
34
44
  readonly input: ModifyClientPropertiesCommandInput;
@@ -31,6 +31,19 @@ export interface ModifySamlPropertiesCommandOutput extends ModifySamlPropertiesR
31
31
  * @see {@link ModifySamlPropertiesCommandOutput} for command's `response` shape.
32
32
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>The user is not authorized to access a resource.</p>
36
+ *
37
+ * @throws {@link InvalidParameterValuesException} (client fault)
38
+ * <p>One or more parameter values are not valid.</p>
39
+ *
40
+ * @throws {@link OperationNotSupportedException} (client fault)
41
+ * <p>This operation is not supported.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The resource could not be found.</p>
45
+ *
46
+ *
34
47
  */
35
48
  export declare class ModifySamlPropertiesCommand extends $Command<ModifySamlPropertiesCommandInput, ModifySamlPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
36
49
  readonly input: ModifySamlPropertiesCommandInput;
@@ -30,6 +30,16 @@ export interface ModifySelfservicePermissionsCommandOutput extends ModifySelfser
30
30
  * @see {@link ModifySelfservicePermissionsCommandOutput} for command's `response` shape.
31
31
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>The user is not authorized to access a resource.</p>
35
+ *
36
+ * @throws {@link InvalidParameterValuesException} (client fault)
37
+ * <p>One or more parameter values are not valid.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class ModifySelfservicePermissionsCommand extends $Command<ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput, WorkSpacesClientResolvedConfig> {
35
45
  readonly input: ModifySelfservicePermissionsCommandInput;
@@ -31,6 +31,13 @@ export interface ModifyWorkspaceAccessPropertiesCommandOutput extends ModifyWork
31
31
  * @see {@link ModifyWorkspaceAccessPropertiesCommandOutput} for command's `response` shape.
32
32
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>The user is not authorized to access a resource.</p>
36
+ *
37
+ * @throws {@link ResourceNotFoundException} (client fault)
38
+ * <p>The resource could not be found.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class ModifyWorkspaceAccessPropertiesCommand extends $Command<ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
36
43
  readonly input: ModifyWorkspaceAccessPropertiesCommandInput;
@@ -29,6 +29,19 @@ export interface ModifyWorkspaceCreationPropertiesCommandOutput extends ModifyWo
29
29
  * @see {@link ModifyWorkspaceCreationPropertiesCommandOutput} for command's `response` shape.
30
30
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>The user is not authorized to access a resource.</p>
34
+ *
35
+ * @throws {@link InvalidParameterValuesException} (client fault)
36
+ * <p>One or more parameter values are not valid.</p>
37
+ *
38
+ * @throws {@link OperationNotSupportedException} (client fault)
39
+ * <p>This operation is not supported.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource could not be found.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ModifyWorkspaceCreationPropertiesCommand extends $Command<ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
34
47
  readonly input: ModifyWorkspaceCreationPropertiesCommandInput;
@@ -37,6 +37,30 @@ export interface ModifyWorkspacePropertiesCommandOutput extends ModifyWorkspaceP
37
37
  * @see {@link ModifyWorkspacePropertiesCommandOutput} for command's `response` shape.
38
38
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
39
39
  *
40
+ * @throws {@link AccessDeniedException} (client fault)
41
+ * <p>The user is not authorized to access a resource.</p>
42
+ *
43
+ * @throws {@link InvalidParameterValuesException} (client fault)
44
+ * <p>One or more parameter values are not valid.</p>
45
+ *
46
+ * @throws {@link InvalidResourceStateException} (client fault)
47
+ * <p>The state of the resource is not valid for this operation.</p>
48
+ *
49
+ * @throws {@link OperationInProgressException} (client fault)
50
+ * <p>The properties of this WorkSpace are currently being modified. Try again in a moment.</p>
51
+ *
52
+ * @throws {@link ResourceNotFoundException} (client fault)
53
+ * <p>The resource could not be found.</p>
54
+ *
55
+ * @throws {@link ResourceUnavailableException} (client fault)
56
+ * <p>The specified resource is not available.</p>
57
+ *
58
+ * @throws {@link UnsupportedWorkspaceConfigurationException} (client fault)
59
+ * <p>The configuration of this WorkSpace is not supported for this operation. For more information, see
60
+ * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/required-service-components.html">Required
61
+ * Configuration and Service Components for WorkSpaces </a>.</p>
62
+ *
63
+ *
40
64
  */
41
65
  export declare class ModifyWorkspacePropertiesCommand extends $Command<ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
42
66
  readonly input: ModifyWorkspacePropertiesCommandInput;
@@ -34,6 +34,19 @@ export interface ModifyWorkspaceStateCommandOutput extends ModifyWorkspaceStateR
34
34
  * @see {@link ModifyWorkspaceStateCommandOutput} for command's `response` shape.
35
35
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
36
36
  *
37
+ * @throws {@link InvalidParameterValuesException} (client fault)
38
+ * <p>One or more parameter values are not valid.</p>
39
+ *
40
+ * @throws {@link InvalidResourceStateException} (client fault)
41
+ * <p>The state of the resource is not valid for this operation.</p>
42
+ *
43
+ * @throws {@link OperationNotSupportedException} (client fault)
44
+ * <p>This operation is not supported.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The resource could not be found.</p>
48
+ *
49
+ *
37
50
  */
38
51
  export declare class ModifyWorkspaceStateCommand extends $Command<ModifyWorkspaceStateCommandInput, ModifyWorkspaceStateCommandOutput, WorkSpacesClientResolvedConfig> {
39
52
  readonly input: ModifyWorkspaceStateCommandInput;
@@ -32,6 +32,10 @@ export interface RebootWorkspacesCommandOutput extends RebootWorkspacesResult, _
32
32
  * @see {@link RebootWorkspacesCommandOutput} for command's `response` shape.
33
33
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
34
34
  *
35
+ * @throws {@link OperationNotSupportedException} (client fault)
36
+ * <p>This operation is not supported.</p>
37
+ *
38
+ *
35
39
  */
36
40
  export declare class RebootWorkspacesCommand extends $Command<RebootWorkspacesCommandInput, RebootWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
37
41
  readonly input: RebootWorkspacesCommandInput;
@@ -37,6 +37,10 @@ export interface RebuildWorkspacesCommandOutput extends RebuildWorkspacesResult,
37
37
  * @see {@link RebuildWorkspacesCommandOutput} for command's `response` shape.
38
38
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
39
39
  *
40
+ * @throws {@link OperationNotSupportedException} (client fault)
41
+ * <p>This operation is not supported.</p>
42
+ *
43
+ *
40
44
  */
41
45
  export declare class RebuildWorkspacesCommand extends $Command<RebuildWorkspacesCommandInput, RebuildWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
42
46
  readonly input: RebuildWorkspacesCommandInput;
@@ -33,6 +33,35 @@ export interface RegisterWorkspaceDirectoryCommandOutput extends RegisterWorkspa
33
33
  * @see {@link RegisterWorkspaceDirectoryCommandOutput} for command's `response` shape.
34
34
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>The user is not authorized to access a resource.</p>
38
+ *
39
+ * @throws {@link InvalidParameterValuesException} (client fault)
40
+ * <p>One or more parameter values are not valid.</p>
41
+ *
42
+ * @throws {@link InvalidResourceStateException} (client fault)
43
+ * <p>The state of the resource is not valid for this operation.</p>
44
+ *
45
+ * @throws {@link OperationNotSupportedException} (client fault)
46
+ * <p>This operation is not supported.</p>
47
+ *
48
+ * @throws {@link ResourceLimitExceededException} (client fault)
49
+ * <p>Your resource limits have been exceeded.</p>
50
+ *
51
+ * @throws {@link ResourceNotFoundException} (client fault)
52
+ * <p>The resource could not be found.</p>
53
+ *
54
+ * @throws {@link UnsupportedNetworkConfigurationException} (client fault)
55
+ * <p>The configuration of this network is not supported for this operation, or your network configuration
56
+ * conflicts with the Amazon WorkSpaces management network IP range. For more information, see
57
+ * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-vpc.html">
58
+ * Configure a VPC for Amazon WorkSpaces</a>.</p>
59
+ *
60
+ * @throws {@link WorkspacesDefaultRoleNotFoundException} (client fault)
61
+ * <p>The workspaces_DefaultRole role could not be found. If this is the first time you are registering a directory, you
62
+ * will need to create the workspaces_DefaultRole role before you can register a directory. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-access-control.html#create-default-role">Creating the workspaces_DefaultRole Role</a>.</p>
63
+ *
64
+ *
36
65
  */
37
66
  export declare class RegisterWorkspaceDirectoryCommand extends $Command<RegisterWorkspaceDirectoryCommandInput, RegisterWorkspaceDirectoryCommandOutput, WorkSpacesClientResolvedConfig> {
38
67
  readonly input: RegisterWorkspaceDirectoryCommandInput;
@@ -36,6 +36,19 @@ export interface RestoreWorkspaceCommandOutput extends RestoreWorkspaceResult, _
36
36
  * @see {@link RestoreWorkspaceCommandOutput} for command's `response` shape.
37
37
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
38
38
  *
39
+ * @throws {@link AccessDeniedException} (client fault)
40
+ * <p>The user is not authorized to access a resource.</p>
41
+ *
42
+ * @throws {@link InvalidParameterValuesException} (client fault)
43
+ * <p>One or more parameter values are not valid.</p>
44
+ *
45
+ * @throws {@link OperationNotSupportedException} (client fault)
46
+ * <p>This operation is not supported.</p>
47
+ *
48
+ * @throws {@link ResourceNotFoundException} (client fault)
49
+ * <p>The resource could not be found.</p>
50
+ *
51
+ *
39
52
  */
40
53
  export declare class RestoreWorkspaceCommand extends $Command<RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput, WorkSpacesClientResolvedConfig> {
41
54
  readonly input: RestoreWorkspaceCommandInput;
@@ -29,6 +29,19 @@ export interface RevokeIpRulesCommandOutput extends RevokeIpRulesResult, __Metad
29
29
  * @see {@link RevokeIpRulesCommandOutput} for command's `response` shape.
30
30
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>The user is not authorized to access a resource.</p>
34
+ *
35
+ * @throws {@link InvalidParameterValuesException} (client fault)
36
+ * <p>One or more parameter values are not valid.</p>
37
+ *
38
+ * @throws {@link InvalidResourceStateException} (client fault)
39
+ * <p>The state of the resource is not valid for this operation.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource could not be found.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class RevokeIpRulesCommand extends $Command<RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput, WorkSpacesClientResolvedConfig> {
34
47
  readonly input: RevokeIpRulesCommandInput;
@@ -31,6 +31,7 @@ export interface StartWorkspacesCommandOutput extends StartWorkspacesResult, __M
31
31
  * @see {@link StartWorkspacesCommandOutput} for command's `response` shape.
32
32
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
33
33
  *
34
+ *
34
35
  */
35
36
  export declare class StartWorkspacesCommand extends $Command<StartWorkspacesCommandInput, StartWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
36
37
  readonly input: StartWorkspacesCommandInput;
@@ -32,6 +32,7 @@ export interface StopWorkspacesCommandOutput extends StopWorkspacesResult, __Met
32
32
  * @see {@link StopWorkspacesCommandOutput} for command's `response` shape.
33
33
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
34
34
  *
35
+ *
35
36
  */
36
37
  export declare class StopWorkspacesCommand extends $Command<StopWorkspacesCommandInput, StopWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
37
38
  readonly input: StopWorkspacesCommandInput;
@@ -53,6 +53,7 @@ export interface TerminateWorkspacesCommandOutput extends TerminateWorkspacesRes
53
53
  * @see {@link TerminateWorkspacesCommandOutput} for command's `response` shape.
54
54
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
55
55
  *
56
+ *
56
57
  */
57
58
  export declare class TerminateWorkspacesCommand extends $Command<TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
58
59
  readonly input: TerminateWorkspacesCommandInput;
@@ -30,6 +30,16 @@ export interface UpdateConnectClientAddInCommandOutput extends UpdateConnectClie
30
30
  * @see {@link UpdateConnectClientAddInCommandOutput} for command's `response` shape.
31
31
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>The user is not authorized to access a resource.</p>
35
+ *
36
+ * @throws {@link InvalidParameterValuesException} (client fault)
37
+ * <p>One or more parameter values are not valid.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class UpdateConnectClientAddInCommand extends $Command<UpdateConnectClientAddInCommandInput, UpdateConnectClientAddInCommandOutput, WorkSpacesClientResolvedConfig> {
35
45
  readonly input: UpdateConnectClientAddInCommandInput;
@@ -50,6 +50,28 @@ export interface UpdateConnectionAliasPermissionCommandOutput extends UpdateConn
50
50
  * @see {@link UpdateConnectionAliasPermissionCommandOutput} for command's `response` shape.
51
51
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
52
52
  *
53
+ * @throws {@link AccessDeniedException} (client fault)
54
+ * <p>The user is not authorized to access a resource.</p>
55
+ *
56
+ * @throws {@link InvalidParameterValuesException} (client fault)
57
+ * <p>One or more parameter values are not valid.</p>
58
+ *
59
+ * @throws {@link InvalidResourceStateException} (client fault)
60
+ * <p>The state of the resource is not valid for this operation.</p>
61
+ *
62
+ * @throws {@link OperationNotSupportedException} (client fault)
63
+ * <p>This operation is not supported.</p>
64
+ *
65
+ * @throws {@link ResourceAssociatedException} (client fault)
66
+ * <p>The resource is associated with a directory.</p>
67
+ *
68
+ * @throws {@link ResourceLimitExceededException} (client fault)
69
+ * <p>Your resource limits have been exceeded.</p>
70
+ *
71
+ * @throws {@link ResourceNotFoundException} (client fault)
72
+ * <p>The resource could not be found.</p>
73
+ *
74
+ *
53
75
  */
54
76
  export declare class UpdateConnectionAliasPermissionCommand extends $Command<UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermissionCommandOutput, WorkSpacesClientResolvedConfig> {
55
77
  readonly input: UpdateConnectionAliasPermissionCommandInput;
@@ -30,6 +30,22 @@ export interface UpdateRulesOfIpGroupCommandOutput extends UpdateRulesOfIpGroupR
30
30
  * @see {@link UpdateRulesOfIpGroupCommandOutput} for command's `response` shape.
31
31
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>The user is not authorized to access a resource.</p>
35
+ *
36
+ * @throws {@link InvalidParameterValuesException} (client fault)
37
+ * <p>One or more parameter values are not valid.</p>
38
+ *
39
+ * @throws {@link InvalidResourceStateException} (client fault)
40
+ * <p>The state of the resource is not valid for this operation.</p>
41
+ *
42
+ * @throws {@link ResourceLimitExceededException} (client fault)
43
+ * <p>Your resource limits have been exceeded.</p>
44
+ *
45
+ * @throws {@link ResourceNotFoundException} (client fault)
46
+ * <p>The resource could not be found.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class UpdateRulesOfIpGroupCommand extends $Command<UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput, WorkSpacesClientResolvedConfig> {
35
51
  readonly input: UpdateRulesOfIpGroupCommandInput;
@@ -36,6 +36,22 @@ export interface UpdateWorkspaceBundleCommandOutput extends UpdateWorkspaceBundl
36
36
  * @see {@link UpdateWorkspaceBundleCommandOutput} for command's `response` shape.
37
37
  * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
38
38
  *
39
+ * @throws {@link AccessDeniedException} (client fault)
40
+ * <p>The user is not authorized to access a resource.</p>
41
+ *
42
+ * @throws {@link InvalidParameterValuesException} (client fault)
43
+ * <p>One or more parameter values are not valid.</p>
44
+ *
45
+ * @throws {@link OperationNotSupportedException} (client fault)
46
+ * <p>This operation is not supported.</p>
47
+ *
48
+ * @throws {@link ResourceNotFoundException} (client fault)
49
+ * <p>The resource could not be found.</p>
50
+ *
51
+ * @throws {@link ResourceUnavailableException} (client fault)
52
+ * <p>The specified resource is not available.</p>
53
+ *
54
+ *
39
55
  */
40
56
  export declare class UpdateWorkspaceBundleCommand extends $Command<UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput, WorkSpacesClientResolvedConfig> {
41
57
  readonly input: UpdateWorkspaceBundleCommandInput;