@aws-sdk/client-workspaces 3.325.0 → 3.327.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 +7 -7
@@ -38,6 +38,63 @@ export interface DescribeClientBrandingCommandOutput extends DescribeClientBrand
38
38
  * };
39
39
  * const command = new DescribeClientBrandingCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // DescribeClientBrandingResult
42
+ * // DeviceTypeWindows: { // DefaultClientBrandingAttributes
43
+ * // LogoUrl: "STRING_VALUE",
44
+ * // SupportEmail: "STRING_VALUE",
45
+ * // SupportLink: "STRING_VALUE",
46
+ * // ForgotPasswordLink: "STRING_VALUE",
47
+ * // LoginMessage: { // LoginMessage
48
+ * // "<keys>": "STRING_VALUE",
49
+ * // },
50
+ * // },
51
+ * // DeviceTypeOsx: {
52
+ * // LogoUrl: "STRING_VALUE",
53
+ * // SupportEmail: "STRING_VALUE",
54
+ * // SupportLink: "STRING_VALUE",
55
+ * // ForgotPasswordLink: "STRING_VALUE",
56
+ * // LoginMessage: {
57
+ * // "<keys>": "STRING_VALUE",
58
+ * // },
59
+ * // },
60
+ * // DeviceTypeAndroid: {
61
+ * // LogoUrl: "STRING_VALUE",
62
+ * // SupportEmail: "STRING_VALUE",
63
+ * // SupportLink: "STRING_VALUE",
64
+ * // ForgotPasswordLink: "STRING_VALUE",
65
+ * // LoginMessage: {
66
+ * // "<keys>": "STRING_VALUE",
67
+ * // },
68
+ * // },
69
+ * // DeviceTypeIos: { // IosClientBrandingAttributes
70
+ * // LogoUrl: "STRING_VALUE",
71
+ * // Logo2xUrl: "STRING_VALUE",
72
+ * // Logo3xUrl: "STRING_VALUE",
73
+ * // SupportEmail: "STRING_VALUE",
74
+ * // SupportLink: "STRING_VALUE",
75
+ * // ForgotPasswordLink: "STRING_VALUE",
76
+ * // LoginMessage: {
77
+ * // "<keys>": "STRING_VALUE",
78
+ * // },
79
+ * // },
80
+ * // DeviceTypeLinux: {
81
+ * // LogoUrl: "STRING_VALUE",
82
+ * // SupportEmail: "STRING_VALUE",
83
+ * // SupportLink: "STRING_VALUE",
84
+ * // ForgotPasswordLink: "STRING_VALUE",
85
+ * // LoginMessage: {
86
+ * // "<keys>": "STRING_VALUE",
87
+ * // },
88
+ * // },
89
+ * // DeviceTypeWeb: {
90
+ * // LogoUrl: "STRING_VALUE",
91
+ * // SupportEmail: "STRING_VALUE",
92
+ * // SupportLink: "STRING_VALUE",
93
+ * // ForgotPasswordLink: "STRING_VALUE",
94
+ * // LoginMessage: "<LoginMessage>",
95
+ * // },
96
+ * // };
97
+ *
41
98
  * ```
42
99
  *
43
100
  * @param DescribeClientBrandingCommandInput - {@link DescribeClientBrandingCommandInput}
@@ -55,6 +112,8 @@ export interface DescribeClientBrandingCommandOutput extends DescribeClientBrand
55
112
  * @throws {@link ResourceNotFoundException} (client fault)
56
113
  * <p>The resource could not be found.</p>
57
114
  *
115
+ * @throws {@link WorkSpacesServiceException}
116
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
58
117
  *
59
118
  */
60
119
  export declare class DescribeClientBrandingCommand extends $Command<DescribeClientBrandingCommandInput, DescribeClientBrandingCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -33,6 +33,18 @@ export interface DescribeClientPropertiesCommandOutput extends DescribeClientPro
33
33
  * };
34
34
  * const command = new DescribeClientPropertiesCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeClientPropertiesResult
37
+ * // ClientPropertiesList: [ // ClientPropertiesList
38
+ * // { // ClientPropertiesResult
39
+ * // ResourceId: "STRING_VALUE",
40
+ * // ClientProperties: { // ClientProperties
41
+ * // ReconnectEnabled: "ENABLED" || "DISABLED",
42
+ * // LogUploadEnabled: "ENABLED" || "DISABLED",
43
+ * // },
44
+ * // },
45
+ * // ],
46
+ * // };
47
+ *
36
48
  * ```
37
49
  *
38
50
  * @param DescribeClientPropertiesCommandInput - {@link DescribeClientPropertiesCommandInput}
@@ -50,6 +62,8 @@ export interface DescribeClientPropertiesCommandOutput extends DescribeClientPro
50
62
  * @throws {@link ResourceNotFoundException} (client fault)
51
63
  * <p>The resource could not be found.</p>
52
64
  *
65
+ * @throws {@link WorkSpacesServiceException}
66
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
53
67
  *
54
68
  */
55
69
  export declare class DescribeClientPropertiesCommand extends $Command<DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -33,6 +33,18 @@ export interface DescribeConnectClientAddInsCommandOutput extends DescribeConnec
33
33
  * };
34
34
  * const command = new DescribeConnectClientAddInsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeConnectClientAddInsResult
37
+ * // AddIns: [ // ConnectClientAddInList
38
+ * // { // ConnectClientAddIn
39
+ * // AddInId: "STRING_VALUE",
40
+ * // ResourceId: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // URL: "STRING_VALUE",
43
+ * // },
44
+ * // ],
45
+ * // NextToken: "STRING_VALUE",
46
+ * // };
47
+ *
36
48
  * ```
37
49
  *
38
50
  * @param DescribeConnectClientAddInsCommandInput - {@link DescribeConnectClientAddInsCommandInput}
@@ -50,6 +62,8 @@ export interface DescribeConnectClientAddInsCommandOutput extends DescribeConnec
50
62
  * @throws {@link ResourceNotFoundException} (client fault)
51
63
  * <p>The resource could not be found.</p>
52
64
  *
65
+ * @throws {@link WorkSpacesServiceException}
66
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
53
67
  *
54
68
  */
55
69
  export declare class DescribeConnectClientAddInsCommand extends $Command<DescribeConnectClientAddInsCommandInput, DescribeConnectClientAddInsCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -36,6 +36,17 @@ export interface DescribeConnectionAliasPermissionsCommandOutput extends Describ
36
36
  * };
37
37
  * const command = new DescribeConnectionAliasPermissionsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // DescribeConnectionAliasPermissionsResult
40
+ * // AliasId: "STRING_VALUE",
41
+ * // ConnectionAliasPermissions: [ // ConnectionAliasPermissions
42
+ * // { // ConnectionAliasPermission
43
+ * // SharedAccountId: "STRING_VALUE", // required
44
+ * // AllowAssociation: true || false, // required
45
+ * // },
46
+ * // ],
47
+ * // NextToken: "STRING_VALUE",
48
+ * // };
49
+ *
39
50
  * ```
40
51
  *
41
52
  * @param DescribeConnectionAliasPermissionsCommandInput - {@link DescribeConnectionAliasPermissionsCommandInput}
@@ -56,6 +67,8 @@ export interface DescribeConnectionAliasPermissionsCommandOutput extends Describ
56
67
  * @throws {@link ResourceNotFoundException} (client fault)
57
68
  * <p>The resource could not be found.</p>
58
69
  *
70
+ * @throws {@link WorkSpacesServiceException}
71
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
59
72
  *
60
73
  */
61
74
  export declare class DescribeConnectionAliasPermissionsCommand extends $Command<DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -38,6 +38,26 @@ export interface DescribeConnectionAliasesCommandOutput extends DescribeConnecti
38
38
  * };
39
39
  * const command = new DescribeConnectionAliasesCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // DescribeConnectionAliasesResult
42
+ * // ConnectionAliases: [ // ConnectionAliasList
43
+ * // { // ConnectionAlias
44
+ * // ConnectionString: "STRING_VALUE",
45
+ * // AliasId: "STRING_VALUE",
46
+ * // State: "CREATING" || "CREATED" || "DELETING",
47
+ * // OwnerAccountId: "STRING_VALUE",
48
+ * // Associations: [ // ConnectionAliasAssociationList
49
+ * // { // ConnectionAliasAssociation
50
+ * // AssociationStatus: "NOT_ASSOCIATED" || "ASSOCIATED_WITH_OWNER_ACCOUNT" || "ASSOCIATED_WITH_SHARED_ACCOUNT" || "PENDING_ASSOCIATION" || "PENDING_DISASSOCIATION",
51
+ * // AssociatedAccountId: "STRING_VALUE",
52
+ * // ResourceId: "STRING_VALUE",
53
+ * // ConnectionIdentifier: "STRING_VALUE",
54
+ * // },
55
+ * // ],
56
+ * // },
57
+ * // ],
58
+ * // NextToken: "STRING_VALUE",
59
+ * // };
60
+ *
41
61
  * ```
42
62
  *
43
63
  * @param DescribeConnectionAliasesCommandInput - {@link DescribeConnectionAliasesCommandInput}
@@ -55,6 +75,8 @@ export interface DescribeConnectionAliasesCommandOutput extends DescribeConnecti
55
75
  * @throws {@link OperationNotSupportedException} (client fault)
56
76
  * <p>This operation is not supported.</p>
57
77
  *
78
+ * @throws {@link WorkSpacesServiceException}
79
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
58
80
  *
59
81
  */
60
82
  export declare class DescribeConnectionAliasesCommand extends $Command<DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -35,6 +35,23 @@ export interface DescribeIpGroupsCommandOutput extends DescribeIpGroupsResult, _
35
35
  * };
36
36
  * const command = new DescribeIpGroupsCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DescribeIpGroupsResult
39
+ * // Result: [ // WorkspacesIpGroupsList
40
+ * // { // WorkspacesIpGroup
41
+ * // groupId: "STRING_VALUE",
42
+ * // groupName: "STRING_VALUE",
43
+ * // groupDesc: "STRING_VALUE",
44
+ * // userRules: [ // IpRuleList
45
+ * // { // IpRuleItem
46
+ * // ipRule: "STRING_VALUE",
47
+ * // ruleDesc: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // },
51
+ * // ],
52
+ * // NextToken: "STRING_VALUE",
53
+ * // };
54
+ *
38
55
  * ```
39
56
  *
40
57
  * @param DescribeIpGroupsCommandInput - {@link DescribeIpGroupsCommandInput}
@@ -49,6 +66,8 @@ export interface DescribeIpGroupsCommandOutput extends DescribeIpGroupsResult, _
49
66
  * @throws {@link InvalidParameterValuesException} (client fault)
50
67
  * <p>One or more parameter values are not valid.</p>
51
68
  *
69
+ * @throws {@link WorkSpacesServiceException}
70
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
52
71
  *
53
72
  */
54
73
  export declare class DescribeIpGroupsCommand extends $Command<DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -31,6 +31,15 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResult, __Metadat
31
31
  * };
32
32
  * const command = new DescribeTagsCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DescribeTagsResult
35
+ * // TagList: [ // TagList
36
+ * // { // Tag
37
+ * // Key: "STRING_VALUE", // required
38
+ * // Value: "STRING_VALUE",
39
+ * // },
40
+ * // ],
41
+ * // };
42
+ *
34
43
  * ```
35
44
  *
36
45
  * @param DescribeTagsCommandInput - {@link DescribeTagsCommandInput}
@@ -42,6 +51,8 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResult, __Metadat
42
51
  * @throws {@link ResourceNotFoundException} (client fault)
43
52
  * <p>The resource could not be found.</p>
44
53
  *
54
+ * @throws {@link WorkSpacesServiceException}
55
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
45
56
  *
46
57
  */
47
58
  export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -36,6 +36,32 @@ export interface DescribeWorkspaceBundlesCommandOutput extends DescribeWorkspace
36
36
  * };
37
37
  * const command = new DescribeWorkspaceBundlesCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // DescribeWorkspaceBundlesResult
40
+ * // Bundles: [ // BundleList
41
+ * // { // WorkspaceBundle
42
+ * // BundleId: "STRING_VALUE",
43
+ * // Name: "STRING_VALUE",
44
+ * // Owner: "STRING_VALUE",
45
+ * // Description: "STRING_VALUE",
46
+ * // ImageId: "STRING_VALUE",
47
+ * // RootStorage: { // RootStorage
48
+ * // Capacity: "STRING_VALUE",
49
+ * // },
50
+ * // UserStorage: { // UserStorage
51
+ * // Capacity: "STRING_VALUE",
52
+ * // },
53
+ * // ComputeType: { // ComputeType
54
+ * // Name: "VALUE" || "STANDARD" || "PERFORMANCE" || "POWER" || "GRAPHICS" || "POWERPRO" || "GRAPHICSPRO" || "GRAPHICS_G4DN" || "GRAPHICSPRO_G4DN",
55
+ * // },
56
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
57
+ * // CreationTime: new Date("TIMESTAMP"),
58
+ * // State: "AVAILABLE" || "PENDING" || "ERROR",
59
+ * // BundleType: "REGULAR" || "STANDBY",
60
+ * // },
61
+ * // ],
62
+ * // NextToken: "STRING_VALUE",
63
+ * // };
64
+ *
39
65
  * ```
40
66
  *
41
67
  * @param DescribeWorkspaceBundlesCommandInput - {@link DescribeWorkspaceBundlesCommandInput}
@@ -47,6 +73,8 @@ export interface DescribeWorkspaceBundlesCommandOutput extends DescribeWorkspace
47
73
  * @throws {@link InvalidParameterValuesException} (client fault)
48
74
  * <p>One or more parameter values are not valid.</p>
49
75
  *
76
+ * @throws {@link WorkSpacesServiceException}
77
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
50
78
  *
51
79
  */
52
80
  export declare class DescribeWorkspaceBundlesCommand extends $Command<DescribeWorkspaceBundlesCommandInput, DescribeWorkspaceBundlesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -35,6 +35,67 @@ export interface DescribeWorkspaceDirectoriesCommandOutput extends DescribeWorks
35
35
  * };
36
36
  * const command = new DescribeWorkspaceDirectoriesCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DescribeWorkspaceDirectoriesResult
39
+ * // Directories: [ // DirectoryList
40
+ * // { // WorkspaceDirectory
41
+ * // DirectoryId: "STRING_VALUE",
42
+ * // Alias: "STRING_VALUE",
43
+ * // DirectoryName: "STRING_VALUE",
44
+ * // RegistrationCode: "STRING_VALUE",
45
+ * // SubnetIds: [ // SubnetIds
46
+ * // "STRING_VALUE",
47
+ * // ],
48
+ * // DnsIpAddresses: [ // DnsIpAddresses
49
+ * // "STRING_VALUE",
50
+ * // ],
51
+ * // CustomerUserName: "STRING_VALUE",
52
+ * // IamRoleId: "STRING_VALUE",
53
+ * // DirectoryType: "SIMPLE_AD" || "AD_CONNECTOR",
54
+ * // WorkspaceSecurityGroupId: "STRING_VALUE",
55
+ * // State: "REGISTERING" || "REGISTERED" || "DEREGISTERING" || "DEREGISTERED" || "ERROR",
56
+ * // WorkspaceCreationProperties: { // DefaultWorkspaceCreationProperties
57
+ * // EnableWorkDocs: true || false,
58
+ * // EnableInternetAccess: true || false,
59
+ * // DefaultOu: "STRING_VALUE",
60
+ * // CustomSecurityGroupId: "STRING_VALUE",
61
+ * // UserEnabledAsLocalAdministrator: true || false,
62
+ * // EnableMaintenanceMode: true || false,
63
+ * // },
64
+ * // ipGroupIds: [ // IpGroupIdList
65
+ * // "STRING_VALUE",
66
+ * // ],
67
+ * // WorkspaceAccessProperties: { // WorkspaceAccessProperties
68
+ * // DeviceTypeWindows: "ALLOW" || "DENY",
69
+ * // DeviceTypeOsx: "ALLOW" || "DENY",
70
+ * // DeviceTypeWeb: "ALLOW" || "DENY",
71
+ * // DeviceTypeIos: "ALLOW" || "DENY",
72
+ * // DeviceTypeAndroid: "ALLOW" || "DENY",
73
+ * // DeviceTypeChromeOs: "ALLOW" || "DENY",
74
+ * // DeviceTypeZeroClient: "ALLOW" || "DENY",
75
+ * // DeviceTypeLinux: "ALLOW" || "DENY",
76
+ * // },
77
+ * // Tenancy: "DEDICATED" || "SHARED",
78
+ * // SelfservicePermissions: { // SelfservicePermissions
79
+ * // RestartWorkspace: "ENABLED" || "DISABLED",
80
+ * // IncreaseVolumeSize: "ENABLED" || "DISABLED",
81
+ * // ChangeComputeType: "ENABLED" || "DISABLED",
82
+ * // SwitchRunningMode: "ENABLED" || "DISABLED",
83
+ * // RebuildWorkspace: "ENABLED" || "DISABLED",
84
+ * // },
85
+ * // SamlProperties: { // SamlProperties
86
+ * // Status: "DISABLED" || "ENABLED" || "ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK",
87
+ * // UserAccessUrl: "STRING_VALUE",
88
+ * // RelayStateParameterName: "STRING_VALUE",
89
+ * // },
90
+ * // CertificateBasedAuthProperties: { // CertificateBasedAuthProperties
91
+ * // Status: "DISABLED" || "ENABLED",
92
+ * // CertificateAuthorityArn: "STRING_VALUE",
93
+ * // },
94
+ * // },
95
+ * // ],
96
+ * // NextToken: "STRING_VALUE",
97
+ * // };
98
+ *
38
99
  * ```
39
100
  *
40
101
  * @param DescribeWorkspaceDirectoriesCommandInput - {@link DescribeWorkspaceDirectoriesCommandInput}
@@ -46,6 +107,8 @@ export interface DescribeWorkspaceDirectoriesCommandOutput extends DescribeWorks
46
107
  * @throws {@link InvalidParameterValuesException} (client fault)
47
108
  * <p>One or more parameter values are not valid.</p>
48
109
  *
110
+ * @throws {@link WorkSpacesServiceException}
111
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
49
112
  *
50
113
  */
51
114
  export declare class DescribeWorkspaceDirectoriesCommand extends $Command<DescribeWorkspaceDirectoriesCommandInput, DescribeWorkspaceDirectoriesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -33,6 +33,16 @@ export interface DescribeWorkspaceImagePermissionsCommandOutput extends Describe
33
33
  * };
34
34
  * const command = new DescribeWorkspaceImagePermissionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeWorkspaceImagePermissionsResult
37
+ * // ImageId: "STRING_VALUE",
38
+ * // ImagePermissions: [ // ImagePermissions
39
+ * // { // ImagePermission
40
+ * // SharedAccountId: "STRING_VALUE",
41
+ * // },
42
+ * // ],
43
+ * // NextToken: "STRING_VALUE",
44
+ * // };
45
+ *
36
46
  * ```
37
47
  *
38
48
  * @param DescribeWorkspaceImagePermissionsCommandInput - {@link DescribeWorkspaceImagePermissionsCommandInput}
@@ -50,6 +60,8 @@ export interface DescribeWorkspaceImagePermissionsCommandOutput extends Describe
50
60
  * @throws {@link ResourceNotFoundException} (client fault)
51
61
  * <p>The resource could not be found.</p>
52
62
  *
63
+ * @throws {@link WorkSpacesServiceException}
64
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
53
65
  *
54
66
  */
55
67
  export declare class DescribeWorkspaceImagePermissionsCommand extends $Command<DescribeWorkspaceImagePermissionsCommandInput, DescribeWorkspaceImagePermissionsCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -37,6 +37,30 @@ export interface DescribeWorkspaceImagesCommandOutput extends DescribeWorkspaceI
37
37
  * };
38
38
  * const command = new DescribeWorkspaceImagesCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // DescribeWorkspaceImagesResult
41
+ * // Images: [ // WorkspaceImageList
42
+ * // { // WorkspaceImage
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
+ * // ErrorCode: "STRING_VALUE",
52
+ * // ErrorMessage: "STRING_VALUE",
53
+ * // Created: new Date("TIMESTAMP"),
54
+ * // OwnerAccountId: "STRING_VALUE",
55
+ * // Updates: { // UpdateResult
56
+ * // UpdateAvailable: true || false,
57
+ * // Description: "STRING_VALUE",
58
+ * // },
59
+ * // },
60
+ * // ],
61
+ * // NextToken: "STRING_VALUE",
62
+ * // };
63
+ *
40
64
  * ```
41
65
  *
42
66
  * @param DescribeWorkspaceImagesCommandInput - {@link DescribeWorkspaceImagesCommandInput}
@@ -48,6 +72,8 @@ export interface DescribeWorkspaceImagesCommandOutput extends DescribeWorkspaceI
48
72
  * @throws {@link AccessDeniedException} (client fault)
49
73
  * <p>The user is not authorized to access a resource.</p>
50
74
  *
75
+ * @throws {@link WorkSpacesServiceException}
76
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
51
77
  *
52
78
  */
53
79
  export declare class DescribeWorkspaceImagesCommand extends $Command<DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -31,6 +31,19 @@ export interface DescribeWorkspaceSnapshotsCommandOutput extends DescribeWorkspa
31
31
  * };
32
32
  * const command = new DescribeWorkspaceSnapshotsCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DescribeWorkspaceSnapshotsResult
35
+ * // RebuildSnapshots: [ // SnapshotList
36
+ * // { // Snapshot
37
+ * // SnapshotTime: new Date("TIMESTAMP"),
38
+ * // },
39
+ * // ],
40
+ * // RestoreSnapshots: [
41
+ * // {
42
+ * // SnapshotTime: new Date("TIMESTAMP"),
43
+ * // },
44
+ * // ],
45
+ * // };
46
+ *
34
47
  * ```
35
48
  *
36
49
  * @param DescribeWorkspaceSnapshotsCommandInput - {@link DescribeWorkspaceSnapshotsCommandInput}
@@ -48,6 +61,8 @@ export interface DescribeWorkspaceSnapshotsCommandOutput extends DescribeWorkspa
48
61
  * @throws {@link ResourceNotFoundException} (client fault)
49
62
  * <p>The resource could not be found.</p>
50
63
  *
64
+ * @throws {@link WorkSpacesServiceException}
65
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
51
66
  *
52
67
  */
53
68
  export declare class DescribeWorkspaceSnapshotsCommand extends $Command<DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -40,6 +40,51 @@ export interface DescribeWorkspacesCommandOutput extends DescribeWorkspacesResul
40
40
  * };
41
41
  * const command = new DescribeWorkspacesCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // DescribeWorkspacesResult
44
+ * // Workspaces: [ // WorkspaceList
45
+ * // { // Workspace
46
+ * // WorkspaceId: "STRING_VALUE",
47
+ * // DirectoryId: "STRING_VALUE",
48
+ * // UserName: "STRING_VALUE",
49
+ * // IpAddress: "STRING_VALUE",
50
+ * // State: "PENDING" || "AVAILABLE" || "IMPAIRED" || "UNHEALTHY" || "REBOOTING" || "STARTING" || "REBUILDING" || "RESTORING" || "MAINTENANCE" || "ADMIN_MAINTENANCE" || "TERMINATING" || "TERMINATED" || "SUSPENDED" || "UPDATING" || "STOPPING" || "STOPPED" || "ERROR",
51
+ * // BundleId: "STRING_VALUE",
52
+ * // SubnetId: "STRING_VALUE",
53
+ * // ErrorMessage: "STRING_VALUE",
54
+ * // ErrorCode: "STRING_VALUE",
55
+ * // ComputerName: "STRING_VALUE",
56
+ * // VolumeEncryptionKey: "STRING_VALUE",
57
+ * // UserVolumeEncryptionEnabled: true || false,
58
+ * // RootVolumeEncryptionEnabled: true || false,
59
+ * // WorkspaceProperties: { // WorkspaceProperties
60
+ * // RunningMode: "AUTO_STOP" || "ALWAYS_ON" || "MANUAL",
61
+ * // RunningModeAutoStopTimeoutInMinutes: Number("int"),
62
+ * // RootVolumeSizeGib: Number("int"),
63
+ * // UserVolumeSizeGib: Number("int"),
64
+ * // ComputeTypeName: "VALUE" || "STANDARD" || "PERFORMANCE" || "POWER" || "GRAPHICS" || "POWERPRO" || "GRAPHICSPRO" || "GRAPHICS_G4DN" || "GRAPHICSPRO_G4DN",
65
+ * // Protocols: [ // ProtocolList
66
+ * // "PCOIP" || "WSP",
67
+ * // ],
68
+ * // },
69
+ * // ModificationStates: [ // ModificationStateList
70
+ * // { // ModificationState
71
+ * // Resource: "ROOT_VOLUME" || "USER_VOLUME" || "COMPUTE_TYPE",
72
+ * // State: "UPDATE_INITIATED" || "UPDATE_IN_PROGRESS",
73
+ * // },
74
+ * // ],
75
+ * // RelatedWorkspaces: [ // RelatedWorkspaces
76
+ * // { // RelatedWorkspaceProperties
77
+ * // WorkspaceId: "STRING_VALUE",
78
+ * // Region: "STRING_VALUE",
79
+ * // State: "PENDING" || "AVAILABLE" || "IMPAIRED" || "UNHEALTHY" || "REBOOTING" || "STARTING" || "REBUILDING" || "RESTORING" || "MAINTENANCE" || "ADMIN_MAINTENANCE" || "TERMINATING" || "TERMINATED" || "SUSPENDED" || "UPDATING" || "STOPPING" || "STOPPED" || "ERROR",
80
+ * // Type: "PRIMARY" || "STANDBY",
81
+ * // },
82
+ * // ],
83
+ * // },
84
+ * // ],
85
+ * // NextToken: "STRING_VALUE",
86
+ * // };
87
+ *
43
88
  * ```
44
89
  *
45
90
  * @param DescribeWorkspacesCommandInput - {@link DescribeWorkspacesCommandInput}
@@ -54,6 +99,8 @@ export interface DescribeWorkspacesCommandOutput extends DescribeWorkspacesResul
54
99
  * @throws {@link ResourceUnavailableException} (client fault)
55
100
  * <p>The specified resource is not available.</p>
56
101
  *
102
+ * @throws {@link WorkSpacesServiceException}
103
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
57
104
  *
58
105
  */
59
106
  export declare class DescribeWorkspacesCommand extends $Command<DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -34,6 +34,18 @@ export interface DescribeWorkspacesConnectionStatusCommandOutput extends Describ
34
34
  * };
35
35
  * const command = new DescribeWorkspacesConnectionStatusCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DescribeWorkspacesConnectionStatusResult
38
+ * // WorkspacesConnectionStatus: [ // WorkspaceConnectionStatusList
39
+ * // { // WorkspaceConnectionStatus
40
+ * // WorkspaceId: "STRING_VALUE",
41
+ * // ConnectionState: "CONNECTED" || "DISCONNECTED" || "UNKNOWN",
42
+ * // ConnectionStateCheckTimestamp: new Date("TIMESTAMP"),
43
+ * // LastKnownUserConnectionTimestamp: new Date("TIMESTAMP"),
44
+ * // },
45
+ * // ],
46
+ * // NextToken: "STRING_VALUE",
47
+ * // };
48
+ *
37
49
  * ```
38
50
  *
39
51
  * @param DescribeWorkspacesConnectionStatusCommandInput - {@link DescribeWorkspacesConnectionStatusCommandInput}
@@ -45,6 +57,8 @@ export interface DescribeWorkspacesConnectionStatusCommandOutput extends Describ
45
57
  * @throws {@link InvalidParameterValuesException} (client fault)
46
58
  * <p>One or more parameter values are not valid.</p>
47
59
  *
60
+ * @throws {@link WorkSpacesServiceException}
61
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
48
62
  *
49
63
  */
50
64
  export declare class DescribeWorkspacesConnectionStatusCommand extends $Command<DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -39,6 +39,8 @@ export interface DisassociateConnectionAliasCommandOutput extends DisassociateCo
39
39
  * };
40
40
  * const command = new DisassociateConnectionAliasCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // {};
43
+ *
42
44
  * ```
43
45
  *
44
46
  * @param DisassociateConnectionAliasCommandInput - {@link DisassociateConnectionAliasCommandInput}
@@ -62,6 +64,8 @@ export interface DisassociateConnectionAliasCommandOutput extends DisassociateCo
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 DisassociateConnectionAliasCommand extends $Command<DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface DisassociateIpGroupsCommandOutput extends DisassociateIpGroupsR
34
34
  * };
35
35
  * const command = new DisassociateIpGroupsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DisassociateIpGroupsCommandInput - {@link DisassociateIpGroupsCommandInput}
@@ -54,6 +56,8 @@ export interface DisassociateIpGroupsCommandOutput extends DisassociateIpGroupsR
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 DisassociateIpGroupsCommand extends $Command<DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput, WorkSpacesClientResolvedConfig> {