@aws-sdk/client-workspaces 3.325.0 → 3.326.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 +6 -0
  2. package/dist-types/commands/AssociateIpGroupsCommand.d.ts +4 -0
  3. package/dist-types/commands/AuthorizeIpRulesCommand.d.ts +4 -0
  4. package/dist-types/commands/CopyWorkspaceImageCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateConnectClientAddInCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateConnectionAliasCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateIpGroupCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateStandbyWorkspacesCommand.d.ts +30 -0
  9. package/dist-types/commands/CreateTagsCommand.d.ts +4 -0
  10. package/dist-types/commands/CreateUpdatedWorkspaceImageCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateWorkspaceBundleCommand.d.ts +25 -0
  12. package/dist-types/commands/CreateWorkspaceImageCommand.d.ts +15 -0
  13. package/dist-types/commands/CreateWorkspacesCommand.d.ts +76 -0
  14. package/dist-types/commands/DeleteClientBrandingCommand.d.ts +4 -0
  15. package/dist-types/commands/DeleteConnectClientAddInCommand.d.ts +4 -0
  16. package/dist-types/commands/DeleteConnectionAliasCommand.d.ts +4 -0
  17. package/dist-types/commands/DeleteIpGroupCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteTagsCommand.d.ts +4 -0
  19. package/dist-types/commands/DeleteWorkspaceBundleCommand.d.ts +4 -0
  20. package/dist-types/commands/DeleteWorkspaceImageCommand.d.ts +4 -0
  21. package/dist-types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +4 -0
  22. package/dist-types/commands/DescribeAccountCommand.d.ts +7 -0
  23. package/dist-types/commands/DescribeAccountModificationsCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeClientBrandingCommand.d.ts +59 -0
  25. package/dist-types/commands/DescribeClientPropertiesCommand.d.ts +14 -0
  26. package/dist-types/commands/DescribeConnectClientAddInsCommand.d.ts +14 -0
  27. package/dist-types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +13 -0
  28. package/dist-types/commands/DescribeConnectionAliasesCommand.d.ts +22 -0
  29. package/dist-types/commands/DescribeIpGroupsCommand.d.ts +19 -0
  30. package/dist-types/commands/DescribeTagsCommand.d.ts +11 -0
  31. package/dist-types/commands/DescribeWorkspaceBundlesCommand.d.ts +28 -0
  32. package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +63 -0
  33. package/dist-types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +12 -0
  34. package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +26 -0
  35. package/dist-types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +15 -0
  36. package/dist-types/commands/DescribeWorkspacesCommand.d.ts +47 -0
  37. package/dist-types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +14 -0
  38. package/dist-types/commands/DisassociateConnectionAliasCommand.d.ts +4 -0
  39. package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +4 -0
  40. package/dist-types/commands/ImportClientBrandingCommand.d.ts +59 -0
  41. package/dist-types/commands/ImportWorkspaceImageCommand.d.ts +6 -0
  42. package/dist-types/commands/ListAvailableManagementCidrRangesCommand.d.ts +9 -0
  43. package/dist-types/commands/MigrateWorkspaceCommand.d.ts +7 -0
  44. package/dist-types/commands/ModifyAccountCommand.d.ts +4 -0
  45. package/dist-types/commands/ModifyCertificateBasedAuthPropertiesCommand.d.ts +4 -0
  46. package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +4 -0
  47. package/dist-types/commands/ModifySamlPropertiesCommand.d.ts +4 -0
  48. package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +4 -0
  49. package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +4 -0
  50. package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +4 -0
  51. package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +4 -0
  52. package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +4 -0
  53. package/dist-types/commands/RebootWorkspacesCommand.d.ts +12 -0
  54. package/dist-types/commands/RebuildWorkspacesCommand.d.ts +12 -0
  55. package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +4 -0
  56. package/dist-types/commands/RestoreWorkspaceCommand.d.ts +4 -0
  57. package/dist-types/commands/RevokeIpRulesCommand.d.ts +4 -0
  58. package/dist-types/commands/StartWorkspacesCommand.d.ts +12 -0
  59. package/dist-types/commands/StopWorkspacesCommand.d.ts +12 -0
  60. package/dist-types/commands/TerminateWorkspacesCommand.d.ts +12 -0
  61. package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +4 -0
  62. package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +4 -0
  63. package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +4 -0
  64. package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +4 -0
  65. package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +4 -0
  66. package/package.json +3 -3
@@ -39,6 +39,10 @@ export interface AssociateConnectionAliasCommandOutput extends AssociateConnecti
39
39
  * };
40
40
  * const command = new AssociateConnectionAliasCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // AssociateConnectionAliasResult
43
+ * // ConnectionIdentifier: "STRING_VALUE",
44
+ * // };
45
+ *
42
46
  * ```
43
47
  *
44
48
  * @param AssociateConnectionAliasCommandInput - {@link AssociateConnectionAliasCommandInput}
@@ -65,6 +69,8 @@ export interface AssociateConnectionAliasCommandOutput extends AssociateConnecti
65
69
  * @throws {@link ResourceNotFoundException} (client fault)
66
70
  * <p>The resource could not be found.</p>
67
71
  *
72
+ * @throws {@link WorkSpacesServiceException}
73
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
68
74
  *
69
75
  */
70
76
  export declare class AssociateConnectionAliasCommand extends $Command<AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface AssociateIpGroupsCommandOutput extends AssociateIpGroupsResult,
34
34
  * };
35
35
  * const command = new AssociateIpGroupsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param AssociateIpGroupsCommandInput - {@link AssociateIpGroupsCommandInput}
@@ -60,6 +62,8 @@ export interface AssociateIpGroupsCommandOutput extends AssociateIpGroupsResult,
60
62
  * @throws {@link ResourceNotFoundException} (client fault)
61
63
  * <p>The resource could not be found.</p>
62
64
  *
65
+ * @throws {@link WorkSpacesServiceException}
66
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
63
67
  *
64
68
  */
65
69
  export declare class AssociateIpGroupsCommand extends $Command<AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -39,6 +39,8 @@ export interface AuthorizeIpRulesCommandOutput extends AuthorizeIpRulesResult, _
39
39
  * };
40
40
  * const command = new AuthorizeIpRulesCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // {};
43
+ *
42
44
  * ```
43
45
  *
44
46
  * @param AuthorizeIpRulesCommandInput - {@link AuthorizeIpRulesCommandInput}
@@ -62,6 +64,8 @@ export interface AuthorizeIpRulesCommandOutput extends AuthorizeIpRulesResult, _
62
64
  * @throws {@link ResourceNotFoundException} (client fault)
63
65
  * <p>The resource could not be found.</p>
64
66
  *
67
+ * @throws {@link WorkSpacesServiceException}
68
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
65
69
  *
66
70
  */
67
71
  export declare class AuthorizeIpRulesCommand extends $Command<AuthorizeIpRulesCommandInput, AuthorizeIpRulesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -49,6 +49,10 @@ export interface CopyWorkspaceImageCommandOutput extends CopyWorkspaceImageResul
49
49
  * };
50
50
  * const command = new CopyWorkspaceImageCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // { // CopyWorkspaceImageResult
53
+ * // ImageId: "STRING_VALUE",
54
+ * // };
55
+ *
52
56
  * ```
53
57
  *
54
58
  * @param CopyWorkspaceImageCommandInput - {@link CopyWorkspaceImageCommandInput}
@@ -78,6 +82,8 @@ export interface CopyWorkspaceImageCommandOutput extends CopyWorkspaceImageResul
78
82
  * @throws {@link ResourceUnavailableException} (client fault)
79
83
  * <p>The specified resource is not available.</p>
80
84
  *
85
+ * @throws {@link WorkSpacesServiceException}
86
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
81
87
  *
82
88
  */
83
89
  export declare class CopyWorkspaceImageCommand extends $Command<CopyWorkspaceImageCommandInput, CopyWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -35,6 +35,10 @@ export interface CreateConnectClientAddInCommandOutput extends CreateConnectClie
35
35
  * };
36
36
  * const command = new CreateConnectClientAddInCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // CreateConnectClientAddInResult
39
+ * // AddInId: "STRING_VALUE",
40
+ * // };
41
+ *
38
42
  * ```
39
43
  *
40
44
  * @param CreateConnectClientAddInCommandInput - {@link CreateConnectClientAddInCommandInput}
@@ -58,6 +62,8 @@ export interface CreateConnectClientAddInCommandOutput extends CreateConnectClie
58
62
  * @throws {@link ResourceNotFoundException} (client fault)
59
63
  * <p>The resource could not be found.</p>
60
64
  *
65
+ * @throws {@link WorkSpacesServiceException}
66
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
61
67
  *
62
68
  */
63
69
  export declare class CreateConnectClientAddInCommand extends $Command<CreateConnectClientAddInCommandInput, CreateConnectClientAddInCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -39,6 +39,10 @@ export interface CreateConnectionAliasCommandOutput extends CreateConnectionAlia
39
39
  * };
40
40
  * const command = new CreateConnectionAliasCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // CreateConnectionAliasResult
43
+ * // AliasId: "STRING_VALUE",
44
+ * // };
45
+ *
42
46
  * ```
43
47
  *
44
48
  * @param CreateConnectionAliasCommandInput - {@link CreateConnectionAliasCommandInput}
@@ -65,6 +69,8 @@ export interface CreateConnectionAliasCommandOutput extends CreateConnectionAlia
65
69
  * @throws {@link ResourceLimitExceededException} (client fault)
66
70
  * <p>Your resource limits have been exceeded.</p>
67
71
  *
72
+ * @throws {@link WorkSpacesServiceException}
73
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
68
74
  *
69
75
  */
70
76
  export declare class CreateConnectionAliasCommand extends $Command<CreateConnectionAliasCommandInput, CreateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -52,6 +52,10 @@ export interface CreateIpGroupCommandOutput extends CreateIpGroupResult, __Metad
52
52
  * };
53
53
  * const command = new CreateIpGroupCommand(input);
54
54
  * const response = await client.send(command);
55
+ * // { // CreateIpGroupResult
56
+ * // GroupId: "STRING_VALUE",
57
+ * // };
58
+ *
55
59
  * ```
56
60
  *
57
61
  * @param CreateIpGroupCommandInput - {@link CreateIpGroupCommandInput}
@@ -75,6 +79,8 @@ export interface CreateIpGroupCommandOutput extends CreateIpGroupResult, __Metad
75
79
  * @throws {@link ResourceLimitExceededException} (client fault)
76
80
  * <p>Your resource limits have been exceeded.</p>
77
81
  *
82
+ * @throws {@link WorkSpacesServiceException}
83
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
78
84
  *
79
85
  */
80
86
  export declare class CreateIpGroupCommand extends $Command<CreateIpGroupCommandInput, CreateIpGroupCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -44,6 +44,34 @@ export interface CreateStandbyWorkspacesCommandOutput extends CreateStandbyWorks
44
44
  * };
45
45
  * const command = new CreateStandbyWorkspacesCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // CreateStandbyWorkspacesResult
48
+ * // FailedStandbyRequests: [ // FailedCreateStandbyWorkspacesRequestList
49
+ * // { // FailedCreateStandbyWorkspacesRequest
50
+ * // StandbyWorkspaceRequest: { // StandbyWorkspace
51
+ * // PrimaryWorkspaceId: "STRING_VALUE", // required
52
+ * // VolumeEncryptionKey: "STRING_VALUE",
53
+ * // DirectoryId: "STRING_VALUE", // required
54
+ * // Tags: [ // TagList
55
+ * // { // Tag
56
+ * // Key: "STRING_VALUE", // required
57
+ * // Value: "STRING_VALUE",
58
+ * // },
59
+ * // ],
60
+ * // },
61
+ * // ErrorCode: "STRING_VALUE",
62
+ * // ErrorMessage: "STRING_VALUE",
63
+ * // },
64
+ * // ],
65
+ * // PendingStandbyRequests: [ // PendingCreateStandbyWorkspacesRequestList
66
+ * // { // PendingCreateStandbyWorkspacesRequest
67
+ * // UserName: "STRING_VALUE",
68
+ * // DirectoryId: "STRING_VALUE",
69
+ * // State: "PENDING" || "AVAILABLE" || "IMPAIRED" || "UNHEALTHY" || "REBOOTING" || "STARTING" || "REBUILDING" || "RESTORING" || "MAINTENANCE" || "ADMIN_MAINTENANCE" || "TERMINATING" || "TERMINATED" || "SUSPENDED" || "UPDATING" || "STOPPING" || "STOPPED" || "ERROR",
70
+ * // WorkspaceId: "STRING_VALUE",
71
+ * // },
72
+ * // ],
73
+ * // };
74
+ *
47
75
  * ```
48
76
  *
49
77
  * @param CreateStandbyWorkspacesCommandInput - {@link CreateStandbyWorkspacesCommandInput}
@@ -67,6 +95,8 @@ export interface CreateStandbyWorkspacesCommandOutput extends CreateStandbyWorks
67
95
  * @throws {@link ResourceNotFoundException} (client fault)
68
96
  * <p>The resource could not be found.</p>
69
97
  *
98
+ * @throws {@link WorkSpacesServiceException}
99
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
70
100
  *
71
101
  */
72
102
  export declare class CreateStandbyWorkspacesCommand extends $Command<CreateStandbyWorkspacesCommandInput, CreateStandbyWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -37,6 +37,8 @@ export interface CreateTagsCommandOutput extends CreateTagsResult, __MetadataBea
37
37
  * };
38
38
  * const command = new CreateTagsCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // {};
41
+ *
40
42
  * ```
41
43
  *
42
44
  * @param CreateTagsCommandInput - {@link CreateTagsCommandInput}
@@ -54,6 +56,8 @@ export interface CreateTagsCommandOutput extends CreateTagsResult, __MetadataBea
54
56
  * @throws {@link ResourceNotFoundException} (client fault)
55
57
  * <p>The resource could not be found.</p>
56
58
  *
59
+ * @throws {@link WorkSpacesServiceException}
60
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
57
61
  *
58
62
  */
59
63
  export declare class CreateTagsCommand extends $Command<CreateTagsCommandInput, CreateTagsCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -60,6 +60,10 @@ export interface CreateUpdatedWorkspaceImageCommandOutput extends CreateUpdatedW
60
60
  * };
61
61
  * const command = new CreateUpdatedWorkspaceImageCommand(input);
62
62
  * const response = await client.send(command);
63
+ * // { // CreateUpdatedWorkspaceImageResult
64
+ * // ImageId: "STRING_VALUE",
65
+ * // };
66
+ *
63
67
  * ```
64
68
  *
65
69
  * @param CreateUpdatedWorkspaceImageCommandInput - {@link CreateUpdatedWorkspaceImageCommandInput}
@@ -89,6 +93,8 @@ export interface CreateUpdatedWorkspaceImageCommandOutput extends CreateUpdatedW
89
93
  * @throws {@link ResourceNotFoundException} (client fault)
90
94
  * <p>The resource could not be found.</p>
91
95
  *
96
+ * @throws {@link WorkSpacesServiceException}
97
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
92
98
  *
93
99
  */
94
100
  export declare class CreateUpdatedWorkspaceImageCommand extends $Command<CreateUpdatedWorkspaceImageCommandInput, CreateUpdatedWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -50,6 +50,29 @@ export interface CreateWorkspaceBundleCommandOutput extends CreateWorkspaceBundl
50
50
  * };
51
51
  * const command = new CreateWorkspaceBundleCommand(input);
52
52
  * const response = await client.send(command);
53
+ * // { // CreateWorkspaceBundleResult
54
+ * // WorkspaceBundle: { // WorkspaceBundle
55
+ * // BundleId: "STRING_VALUE",
56
+ * // Name: "STRING_VALUE",
57
+ * // Owner: "STRING_VALUE",
58
+ * // Description: "STRING_VALUE",
59
+ * // ImageId: "STRING_VALUE",
60
+ * // RootStorage: { // RootStorage
61
+ * // Capacity: "STRING_VALUE",
62
+ * // },
63
+ * // UserStorage: { // UserStorage
64
+ * // Capacity: "STRING_VALUE",
65
+ * // },
66
+ * // ComputeType: { // ComputeType
67
+ * // Name: "VALUE" || "STANDARD" || "PERFORMANCE" || "POWER" || "GRAPHICS" || "POWERPRO" || "GRAPHICSPRO" || "GRAPHICS_G4DN" || "GRAPHICSPRO_G4DN",
68
+ * // },
69
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
70
+ * // CreationTime: new Date("TIMESTAMP"),
71
+ * // State: "AVAILABLE" || "PENDING" || "ERROR",
72
+ * // BundleType: "REGULAR" || "STANDBY",
73
+ * // },
74
+ * // };
75
+ *
53
76
  * ```
54
77
  *
55
78
  * @param CreateWorkspaceBundleCommandInput - {@link CreateWorkspaceBundleCommandInput}
@@ -76,6 +99,8 @@ export interface CreateWorkspaceBundleCommandOutput extends CreateWorkspaceBundl
76
99
  * @throws {@link ResourceUnavailableException} (client fault)
77
100
  * <p>The specified resource is not available.</p>
78
101
  *
102
+ * @throws {@link WorkSpacesServiceException}
103
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
79
104
  *
80
105
  */
81
106
  export declare class CreateWorkspaceBundleCommand extends $Command<CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -39,6 +39,19 @@ export interface CreateWorkspaceImageCommandOutput extends CreateWorkspaceImageR
39
39
  * };
40
40
  * const command = new CreateWorkspaceImageCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // CreateWorkspaceImageResult
43
+ * // ImageId: "STRING_VALUE",
44
+ * // Name: "STRING_VALUE",
45
+ * // Description: "STRING_VALUE",
46
+ * // OperatingSystem: { // OperatingSystem
47
+ * // Type: "WINDOWS" || "LINUX",
48
+ * // },
49
+ * // State: "AVAILABLE" || "PENDING" || "ERROR",
50
+ * // RequiredTenancy: "DEFAULT" || "DEDICATED",
51
+ * // Created: new Date("TIMESTAMP"),
52
+ * // OwnerAccountId: "STRING_VALUE",
53
+ * // };
54
+ *
42
55
  * ```
43
56
  *
44
57
  * @param CreateWorkspaceImageCommandInput - {@link CreateWorkspaceImageCommandInput}
@@ -68,6 +81,8 @@ export interface CreateWorkspaceImageCommandOutput extends CreateWorkspaceImageR
68
81
  * @throws {@link ResourceNotFoundException} (client fault)
69
82
  * <p>The resource could not be found.</p>
70
83
  *
84
+ * @throws {@link WorkSpacesServiceException}
85
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
71
86
  *
72
87
  */
73
88
  export declare class CreateWorkspaceImageCommand extends $Command<CreateWorkspaceImageCommandInput, CreateWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -63,6 +63,80 @@ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, _
63
63
  * };
64
64
  * const command = new CreateWorkspacesCommand(input);
65
65
  * const response = await client.send(command);
66
+ * // { // CreateWorkspacesResult
67
+ * // FailedRequests: [ // FailedCreateWorkspaceRequests
68
+ * // { // FailedCreateWorkspaceRequest
69
+ * // WorkspaceRequest: { // WorkspaceRequest
70
+ * // DirectoryId: "STRING_VALUE", // required
71
+ * // UserName: "STRING_VALUE", // required
72
+ * // BundleId: "STRING_VALUE", // required
73
+ * // VolumeEncryptionKey: "STRING_VALUE",
74
+ * // UserVolumeEncryptionEnabled: true || false,
75
+ * // RootVolumeEncryptionEnabled: true || false,
76
+ * // WorkspaceProperties: { // WorkspaceProperties
77
+ * // RunningMode: "AUTO_STOP" || "ALWAYS_ON" || "MANUAL",
78
+ * // RunningModeAutoStopTimeoutInMinutes: Number("int"),
79
+ * // RootVolumeSizeGib: Number("int"),
80
+ * // UserVolumeSizeGib: Number("int"),
81
+ * // ComputeTypeName: "VALUE" || "STANDARD" || "PERFORMANCE" || "POWER" || "GRAPHICS" || "POWERPRO" || "GRAPHICSPRO" || "GRAPHICS_G4DN" || "GRAPHICSPRO_G4DN",
82
+ * // Protocols: [ // ProtocolList
83
+ * // "PCOIP" || "WSP",
84
+ * // ],
85
+ * // },
86
+ * // Tags: [ // TagList
87
+ * // { // Tag
88
+ * // Key: "STRING_VALUE", // required
89
+ * // Value: "STRING_VALUE",
90
+ * // },
91
+ * // ],
92
+ * // },
93
+ * // ErrorCode: "STRING_VALUE",
94
+ * // ErrorMessage: "STRING_VALUE",
95
+ * // },
96
+ * // ],
97
+ * // PendingRequests: [ // WorkspaceList
98
+ * // { // Workspace
99
+ * // WorkspaceId: "STRING_VALUE",
100
+ * // DirectoryId: "STRING_VALUE",
101
+ * // UserName: "STRING_VALUE",
102
+ * // IpAddress: "STRING_VALUE",
103
+ * // State: "PENDING" || "AVAILABLE" || "IMPAIRED" || "UNHEALTHY" || "REBOOTING" || "STARTING" || "REBUILDING" || "RESTORING" || "MAINTENANCE" || "ADMIN_MAINTENANCE" || "TERMINATING" || "TERMINATED" || "SUSPENDED" || "UPDATING" || "STOPPING" || "STOPPED" || "ERROR",
104
+ * // BundleId: "STRING_VALUE",
105
+ * // SubnetId: "STRING_VALUE",
106
+ * // ErrorMessage: "STRING_VALUE",
107
+ * // ErrorCode: "STRING_VALUE",
108
+ * // ComputerName: "STRING_VALUE",
109
+ * // VolumeEncryptionKey: "STRING_VALUE",
110
+ * // UserVolumeEncryptionEnabled: true || false,
111
+ * // RootVolumeEncryptionEnabled: true || false,
112
+ * // WorkspaceProperties: {
113
+ * // RunningMode: "AUTO_STOP" || "ALWAYS_ON" || "MANUAL",
114
+ * // RunningModeAutoStopTimeoutInMinutes: Number("int"),
115
+ * // RootVolumeSizeGib: Number("int"),
116
+ * // UserVolumeSizeGib: Number("int"),
117
+ * // ComputeTypeName: "VALUE" || "STANDARD" || "PERFORMANCE" || "POWER" || "GRAPHICS" || "POWERPRO" || "GRAPHICSPRO" || "GRAPHICS_G4DN" || "GRAPHICSPRO_G4DN",
118
+ * // Protocols: [
119
+ * // "PCOIP" || "WSP",
120
+ * // ],
121
+ * // },
122
+ * // ModificationStates: [ // ModificationStateList
123
+ * // { // ModificationState
124
+ * // Resource: "ROOT_VOLUME" || "USER_VOLUME" || "COMPUTE_TYPE",
125
+ * // State: "UPDATE_INITIATED" || "UPDATE_IN_PROGRESS",
126
+ * // },
127
+ * // ],
128
+ * // RelatedWorkspaces: [ // RelatedWorkspaces
129
+ * // { // RelatedWorkspaceProperties
130
+ * // WorkspaceId: "STRING_VALUE",
131
+ * // Region: "STRING_VALUE",
132
+ * // State: "PENDING" || "AVAILABLE" || "IMPAIRED" || "UNHEALTHY" || "REBOOTING" || "STARTING" || "REBUILDING" || "RESTORING" || "MAINTENANCE" || "ADMIN_MAINTENANCE" || "TERMINATING" || "TERMINATED" || "SUSPENDED" || "UPDATING" || "STOPPING" || "STOPPED" || "ERROR",
133
+ * // Type: "PRIMARY" || "STANDBY",
134
+ * // },
135
+ * // ],
136
+ * // },
137
+ * // ],
138
+ * // };
139
+ *
66
140
  * ```
67
141
  *
68
142
  * @param CreateWorkspacesCommandInput - {@link CreateWorkspacesCommandInput}
@@ -77,6 +151,8 @@ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, _
77
151
  * @throws {@link ResourceLimitExceededException} (client fault)
78
152
  * <p>Your resource limits have been exceeded.</p>
79
153
  *
154
+ * @throws {@link WorkSpacesServiceException}
155
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
80
156
  *
81
157
  */
82
158
  export declare class CreateWorkspacesCommand extends $Command<CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -39,6 +39,8 @@ export interface DeleteClientBrandingCommandOutput extends DeleteClientBrandingR
39
39
  * };
40
40
  * const command = new DeleteClientBrandingCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // {};
43
+ *
42
44
  * ```
43
45
  *
44
46
  * @param DeleteClientBrandingCommandInput - {@link DeleteClientBrandingCommandInput}
@@ -56,6 +58,8 @@ export interface DeleteClientBrandingCommandOutput extends DeleteClientBrandingR
56
58
  * @throws {@link ResourceNotFoundException} (client fault)
57
59
  * <p>The resource could not be found.</p>
58
60
  *
61
+ * @throws {@link WorkSpacesServiceException}
62
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
59
63
  *
60
64
  */
61
65
  export declare class DeleteClientBrandingCommand extends $Command<DeleteClientBrandingCommandInput, DeleteClientBrandingCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteConnectClientAddInCommandOutput extends DeleteConnectClie
33
33
  * };
34
34
  * const command = new DeleteConnectClientAddInCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteConnectClientAddInCommandInput - {@link DeleteConnectClientAddInCommandInput}
@@ -50,6 +52,8 @@ export interface DeleteConnectClientAddInCommandOutput extends DeleteConnectClie
50
52
  * @throws {@link ResourceNotFoundException} (client fault)
51
53
  * <p>The resource could not be found.</p>
52
54
  *
55
+ * @throws {@link WorkSpacesServiceException}
56
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
53
57
  *
54
58
  */
55
59
  export declare class DeleteConnectClientAddInCommand extends $Command<DeleteConnectClientAddInCommandInput, DeleteConnectClientAddInCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -46,6 +46,8 @@ export interface DeleteConnectionAliasCommandOutput extends DeleteConnectionAlia
46
46
  * };
47
47
  * const command = new DeleteConnectionAliasCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // {};
50
+ *
49
51
  * ```
50
52
  *
51
53
  * @param DeleteConnectionAliasCommandInput - {@link DeleteConnectionAliasCommandInput}
@@ -72,6 +74,8 @@ export interface DeleteConnectionAliasCommandOutput extends DeleteConnectionAlia
72
74
  * @throws {@link ResourceNotFoundException} (client fault)
73
75
  * <p>The resource could not be found.</p>
74
76
  *
77
+ * @throws {@link WorkSpacesServiceException}
78
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
75
79
  *
76
80
  */
77
81
  export declare class DeleteConnectionAliasCommand extends $Command<DeleteConnectionAliasCommandInput, DeleteConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteIpGroupCommandOutput extends DeleteIpGroupResult, __Metad
32
32
  * };
33
33
  * const command = new DeleteIpGroupCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteIpGroupCommandInput - {@link DeleteIpGroupCommandInput}
@@ -52,6 +54,8 @@ export interface DeleteIpGroupCommandOutput extends DeleteIpGroupResult, __Metad
52
54
  * @throws {@link ResourceNotFoundException} (client fault)
53
55
  * <p>The resource could not be found.</p>
54
56
  *
57
+ * @throws {@link WorkSpacesServiceException}
58
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
55
59
  *
56
60
  */
57
61
  export declare class DeleteIpGroupCommand extends $Command<DeleteIpGroupCommandInput, DeleteIpGroupCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface DeleteTagsCommandOutput extends DeleteTagsResult, __MetadataBea
34
34
  * };
35
35
  * const command = new DeleteTagsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DeleteTagsCommandInput - {@link DeleteTagsCommandInput}
@@ -48,6 +50,8 @@ export interface DeleteTagsCommandOutput extends DeleteTagsResult, __MetadataBea
48
50
  * @throws {@link ResourceNotFoundException} (client fault)
49
51
  * <p>The resource could not be found.</p>
50
52
  *
53
+ * @throws {@link WorkSpacesServiceException}
54
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
51
55
  *
52
56
  */
53
57
  export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteWorkspaceBundleCommandOutput extends DeleteWorkspaceBundl
33
33
  * };
34
34
  * const command = new DeleteWorkspaceBundleCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteWorkspaceBundleCommandInput - {@link DeleteWorkspaceBundleCommandInput}
@@ -53,6 +55,8 @@ export interface DeleteWorkspaceBundleCommandOutput extends DeleteWorkspaceBundl
53
55
  * @throws {@link ResourceNotFoundException} (client fault)
54
56
  * <p>The resource could not be found.</p>
55
57
  *
58
+ * @throws {@link WorkSpacesServiceException}
59
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
56
60
  *
57
61
  */
58
62
  export declare class DeleteWorkspaceBundleCommand extends $Command<DeleteWorkspaceBundleCommandInput, DeleteWorkspaceBundleCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteWorkspaceImageCommandOutput extends DeleteWorkspaceImageR
33
33
  * };
34
34
  * const command = new DeleteWorkspaceImageCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteWorkspaceImageCommandInput - {@link DeleteWorkspaceImageCommandInput}
@@ -50,6 +52,8 @@ export interface DeleteWorkspaceImageCommandOutput extends DeleteWorkspaceImageR
50
52
  * @throws {@link ResourceAssociatedException} (client fault)
51
53
  * <p>The resource is associated with a directory.</p>
52
54
  *
55
+ * @throws {@link WorkSpacesServiceException}
56
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
53
57
  *
54
58
  */
55
59
  export declare class DeleteWorkspaceImageCommand extends $Command<DeleteWorkspaceImageCommandInput, DeleteWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -44,6 +44,8 @@ export interface DeregisterWorkspaceDirectoryCommandOutput extends DeregisterWor
44
44
  * };
45
45
  * const command = new DeregisterWorkspaceDirectoryCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // {};
48
+ *
47
49
  * ```
48
50
  *
49
51
  * @param DeregisterWorkspaceDirectoryCommandInput - {@link DeregisterWorkspaceDirectoryCommandInput}
@@ -67,6 +69,8 @@ export interface DeregisterWorkspaceDirectoryCommandOutput extends DeregisterWor
67
69
  * @throws {@link ResourceNotFoundException} (client fault)
68
70
  * <p>The resource could not be found.</p>
69
71
  *
72
+ * @throws {@link WorkSpacesServiceException}
73
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
70
74
  *
71
75
  */
72
76
  export declare class DeregisterWorkspaceDirectoryCommand extends $Command<DeregisterWorkspaceDirectoryCommandInput, DeregisterWorkspaceDirectoryCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -30,6 +30,11 @@ export interface DescribeAccountCommandOutput extends DescribeAccountResult, __M
30
30
  * const input = {};
31
31
  * const command = new DescribeAccountCommand(input);
32
32
  * const response = await client.send(command);
33
+ * // { // DescribeAccountResult
34
+ * // DedicatedTenancySupport: "ENABLED" || "DISABLED",
35
+ * // DedicatedTenancyManagementCidrRange: "STRING_VALUE",
36
+ * // };
37
+ *
33
38
  * ```
34
39
  *
35
40
  * @param DescribeAccountCommandInput - {@link DescribeAccountCommandInput}
@@ -41,6 +46,8 @@ export interface DescribeAccountCommandOutput extends DescribeAccountResult, __M
41
46
  * @throws {@link AccessDeniedException} (client fault)
42
47
  * <p>The user is not authorized to access a resource.</p>
43
48
  *
49
+ * @throws {@link WorkSpacesServiceException}
50
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
44
51
  *
45
52
  */
46
53
  export declare class DescribeAccountCommand extends $Command<DescribeAccountCommandInput, DescribeAccountCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -32,6 +32,20 @@ export interface DescribeAccountModificationsCommandOutput extends DescribeAccou
32
32
  * };
33
33
  * const command = new DescribeAccountModificationsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeAccountModificationsResult
36
+ * // AccountModifications: [ // AccountModificationList
37
+ * // { // AccountModification
38
+ * // ModificationState: "PENDING" || "COMPLETED" || "FAILED",
39
+ * // DedicatedTenancySupport: "ENABLED" || "DISABLED",
40
+ * // DedicatedTenancyManagementCidrRange: "STRING_VALUE",
41
+ * // StartTime: new Date("TIMESTAMP"),
42
+ * // ErrorCode: "STRING_VALUE",
43
+ * // ErrorMessage: "STRING_VALUE",
44
+ * // },
45
+ * // ],
46
+ * // NextToken: "STRING_VALUE",
47
+ * // };
48
+ *
35
49
  * ```
36
50
  *
37
51
  * @param DescribeAccountModificationsCommandInput - {@link DescribeAccountModificationsCommandInput}
@@ -43,6 +57,8 @@ export interface DescribeAccountModificationsCommandOutput extends DescribeAccou
43
57
  * @throws {@link AccessDeniedException} (client fault)
44
58
  * <p>The user is not authorized to access a resource.</p>
45
59
  *
60
+ * @throws {@link WorkSpacesServiceException}
61
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
46
62
  *
47
63
  */
48
64
  export declare class DescribeAccountModificationsCommand extends $Command<DescribeAccountModificationsCommandInput, DescribeAccountModificationsCommandOutput, WorkSpacesClientResolvedConfig> {