@aws-sdk/client-workspaces 3.289.0 → 3.290.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AssociateConnectionAliasCommand.d.ts +19 -0
- package/dist-types/commands/AssociateIpGroupsCommand.d.ts +19 -0
- package/dist-types/commands/AuthorizeIpRulesCommand.d.ts +16 -0
- package/dist-types/commands/CopyWorkspaceImageCommand.d.ts +22 -0
- package/dist-types/commands/CreateConnectClientAddInCommand.d.ts +16 -0
- package/dist-types/commands/CreateConnectionAliasCommand.d.ts +19 -0
- package/dist-types/commands/CreateIpGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateStandbyWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +10 -0
- package/dist-types/commands/CreateUpdatedWorkspaceImageCommand.d.ts +22 -0
- package/dist-types/commands/CreateWorkspaceBundleCommand.d.ts +19 -0
- package/dist-types/commands/CreateWorkspaceImageCommand.d.ts +22 -0
- package/dist-types/commands/CreateWorkspacesCommand.d.ts +7 -0
- package/dist-types/commands/DeleteClientBrandingCommand.d.ts +10 -0
- package/dist-types/commands/DeleteConnectClientAddInCommand.d.ts +10 -0
- package/dist-types/commands/DeleteConnectionAliasCommand.d.ts +19 -0
- package/dist-types/commands/DeleteIpGroupCommand.d.ts +13 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +7 -0
- package/dist-types/commands/DeleteWorkspaceBundleCommand.d.ts +13 -0
- package/dist-types/commands/DeleteWorkspaceImageCommand.d.ts +10 -0
- package/dist-types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAccountModificationsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeClientBrandingCommand.d.ts +10 -0
- package/dist-types/commands/DescribeClientPropertiesCommand.d.ts +10 -0
- package/dist-types/commands/DescribeConnectClientAddInsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeConnectionAliasesCommand.d.ts +10 -0
- package/dist-types/commands/DescribeIpGroupsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeWorkspaceBundlesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeWorkspacesCommand.d.ts +7 -0
- package/dist-types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateConnectionAliasCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +13 -0
- package/dist-types/commands/ImportClientBrandingCommand.d.ts +13 -0
- package/dist-types/commands/ImportWorkspaceImageCommand.d.ts +19 -0
- package/dist-types/commands/ListAvailableManagementCidrRangesCommand.d.ts +7 -0
- package/dist-types/commands/MigrateWorkspaceCommand.d.ts +19 -0
- package/dist-types/commands/ModifyAccountCommand.d.ts +16 -0
- package/dist-types/commands/ModifyCertificateBasedAuthPropertiesCommand.d.ts +13 -0
- package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +10 -0
- package/dist-types/commands/ModifySamlPropertiesCommand.d.ts +13 -0
- package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +10 -0
- package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +7 -0
- package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +13 -0
- package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +24 -0
- package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +13 -0
- package/dist-types/commands/RebootWorkspacesCommand.d.ts +4 -0
- package/dist-types/commands/RebuildWorkspacesCommand.d.ts +4 -0
- package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +29 -0
- package/dist-types/commands/RestoreWorkspaceCommand.d.ts +13 -0
- package/dist-types/commands/RevokeIpRulesCommand.d.ts +13 -0
- package/dist-types/commands/StartWorkspacesCommand.d.ts +1 -0
- package/dist-types/commands/StopWorkspacesCommand.d.ts +1 -0
- package/dist-types/commands/TerminateWorkspacesCommand.d.ts +1 -0
- package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +10 -0
- package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +22 -0
- package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +16 -0
- package/package.json +29 -29
|
@@ -36,6 +36,25 @@ export interface AssociateConnectionAliasCommandOutput extends AssociateConnecti
|
|
|
36
36
|
* @see {@link AssociateConnectionAliasCommandOutput} 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 InvalidResourceStateException} (client fault)
|
|
46
|
+
* <p>The state of the resource is not valid for this operation.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link OperationNotSupportedException} (client fault)
|
|
49
|
+
* <p>This operation is not supported.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceAssociatedException} (client fault)
|
|
52
|
+
* <p>The resource is associated with a directory.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
55
|
+
* <p>The resource could not be found.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
39
58
|
*/
|
|
40
59
|
export declare class AssociateConnectionAliasCommand extends $Command<AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
41
60
|
readonly input: AssociateConnectionAliasCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface AssociateIpGroupsCommandOutput extends AssociateIpGroupsResult,
|
|
|
29
29
|
* @see {@link AssociateIpGroupsCommandOutput} 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 OperationNotSupportedException} (client fault)
|
|
42
|
+
* <p>This operation is not supported.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
45
|
+
* <p>Your resource limits have been exceeded.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>The resource could not be found.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class AssociateIpGroupsCommand extends $Command<AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
34
53
|
readonly input: AssociateIpGroupsCommandInput;
|
|
@@ -31,6 +31,22 @@ export interface AuthorizeIpRulesCommandOutput extends AuthorizeIpRulesResult, _
|
|
|
31
31
|
* @see {@link AuthorizeIpRulesCommandOutput} 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 InvalidResourceStateException} (client fault)
|
|
41
|
+
* <p>The state of the resource is not valid for this operation.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
44
|
+
* <p>Your resource limits have been exceeded.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>The resource could not be found.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
34
50
|
*/
|
|
35
51
|
export declare class AuthorizeIpRulesCommand extends $Command<AuthorizeIpRulesCommandInput, AuthorizeIpRulesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
36
52
|
readonly input: AuthorizeIpRulesCommandInput;
|
|
@@ -38,6 +38,28 @@ export interface CopyWorkspaceImageCommandOutput extends CopyWorkspaceImageResul
|
|
|
38
38
|
* @see {@link CopyWorkspaceImageCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
42
|
+
* <p>The user is not authorized to access a resource.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidParameterValuesException} (client fault)
|
|
45
|
+
* <p>One or more parameter values are not valid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link OperationNotSupportedException} (client fault)
|
|
48
|
+
* <p>This operation is not supported.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
51
|
+
* <p>The specified resource already exists.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
54
|
+
* <p>Your resource limits have been exceeded.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
57
|
+
* <p>The resource could not be found.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ResourceUnavailableException} (client fault)
|
|
60
|
+
* <p>The specified resource is not available.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
41
63
|
*/
|
|
42
64
|
export declare class CopyWorkspaceImageCommand extends $Command<CopyWorkspaceImageCommandInput, CopyWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
43
65
|
readonly input: CopyWorkspaceImageCommandInput;
|
|
@@ -31,6 +31,22 @@ export interface CreateConnectClientAddInCommandOutput extends CreateConnectClie
|
|
|
31
31
|
* @see {@link CreateConnectClientAddInCommandOutput} 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 ResourceAlreadyExistsException} (client fault)
|
|
41
|
+
* <p>The specified resource already exists.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceCreationFailedException} (client fault)
|
|
44
|
+
* <p>The resource could not be created.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>The resource could not be found.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
34
50
|
*/
|
|
35
51
|
export declare class CreateConnectClientAddInCommand extends $Command<CreateConnectClientAddInCommandInput, CreateConnectClientAddInCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
36
52
|
readonly input: CreateConnectClientAddInCommandInput;
|
|
@@ -31,6 +31,25 @@ export interface CreateConnectionAliasCommandOutput extends CreateConnectionAlia
|
|
|
31
31
|
* @see {@link CreateConnectionAliasCommandOutput} 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 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 ResourceAlreadyExistsException} (client fault)
|
|
47
|
+
* <p>The specified resource already exists.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
50
|
+
* <p>Your resource limits have been exceeded.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
34
53
|
*/
|
|
35
54
|
export declare class CreateConnectionAliasCommand extends $Command<CreateConnectionAliasCommandInput, CreateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
36
55
|
readonly input: CreateConnectionAliasCommandInput;
|
|
@@ -37,6 +37,22 @@ export interface CreateIpGroupCommandOutput extends CreateIpGroupResult, __Metad
|
|
|
37
37
|
* @see {@link CreateIpGroupCommandOutput} 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 ResourceAlreadyExistsException} (client fault)
|
|
47
|
+
* <p>The specified resource already exists.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ResourceCreationFailedException} (client fault)
|
|
50
|
+
* <p>The resource could not be created.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
53
|
+
* <p>Your resource limits have been exceeded.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
40
56
|
*/
|
|
41
57
|
export declare class CreateIpGroupCommand extends $Command<CreateIpGroupCommandInput, CreateIpGroupCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
42
58
|
readonly input: CreateIpGroupCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface CreateStandbyWorkspacesCommandOutput extends CreateStandbyWorks
|
|
|
29
29
|
* @see {@link CreateStandbyWorkspacesCommandOutput} 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 ResourceLimitExceededException} (client fault)
|
|
42
|
+
* <p>Your resource limits have been exceeded.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>The resource could not be found.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class CreateStandbyWorkspacesCommand extends $Command<CreateStandbyWorkspacesCommandInput, CreateStandbyWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
34
50
|
readonly input: CreateStandbyWorkspacesCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface CreateTagsCommandOutput extends CreateTagsResult, __MetadataBea
|
|
|
29
29
|
* @see {@link CreateTagsCommandOutput} 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
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
36
|
+
* <p>Your resource limits have been exceeded.</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 CreateTagsCommand extends $Command<CreateTagsCommandInput, CreateTagsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
34
44
|
readonly input: CreateTagsCommandInput;
|
|
@@ -50,6 +50,28 @@ export interface CreateUpdatedWorkspaceImageCommandOutput extends CreateUpdatedW
|
|
|
50
50
|
* @see {@link CreateUpdatedWorkspaceImageCommandOutput} 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 ResourceAlreadyExistsException} (client fault)
|
|
66
|
+
* <p>The specified resource already exists.</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 CreateUpdatedWorkspaceImageCommand extends $Command<CreateUpdatedWorkspaceImageCommandInput, CreateUpdatedWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
55
77
|
readonly input: CreateUpdatedWorkspaceImageCommandInput;
|
|
@@ -31,6 +31,25 @@ export interface CreateWorkspaceBundleCommandOutput extends CreateWorkspaceBundl
|
|
|
31
31
|
* @see {@link CreateWorkspaceBundleCommandOutput} 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 ResourceAlreadyExistsException} (client fault)
|
|
41
|
+
* <p>The specified resource already exists.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
44
|
+
* <p>Your resource limits have been exceeded.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>The resource could not be found.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ResourceUnavailableException} (client fault)
|
|
50
|
+
* <p>The specified resource is not available.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
34
53
|
*/
|
|
35
54
|
export declare class CreateWorkspaceBundleCommand extends $Command<CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
36
55
|
readonly input: CreateWorkspaceBundleCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface CreateWorkspaceImageCommandOutput extends CreateWorkspaceImageR
|
|
|
29
29
|
* @see {@link CreateWorkspaceImageCommandOutput} 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 OperationNotSupportedException} (client fault)
|
|
42
|
+
* <p>This operation is not supported.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
45
|
+
* <p>The specified resource already exists.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
48
|
+
* <p>Your resource limits have been exceeded.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
51
|
+
* <p>The resource could not be found.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class CreateWorkspaceImageCommand extends $Command<CreateWorkspaceImageCommandInput, CreateWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
34
56
|
readonly input: CreateWorkspaceImageCommandInput;
|
|
@@ -36,6 +36,13 @@ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, _
|
|
|
36
36
|
* @see {@link CreateWorkspacesCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link InvalidParameterValuesException} (client fault)
|
|
40
|
+
* <p>One or more parameter values are not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
43
|
+
* <p>Your resource limits have been exceeded.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
39
46
|
*/
|
|
40
47
|
export declare class CreateWorkspacesCommand extends $Command<CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
41
48
|
readonly input: CreateWorkspacesCommandInput;
|
|
@@ -34,6 +34,16 @@ export interface DeleteClientBrandingCommandOutput extends DeleteClientBrandingR
|
|
|
34
34
|
* @see {@link DeleteClientBrandingCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>The user is not authorized to access a resource.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidParameterValuesException} (client fault)
|
|
41
|
+
* <p>One or more parameter values are not valid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The resource could not be found.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
37
47
|
*/
|
|
38
48
|
export declare class DeleteClientBrandingCommand extends $Command<DeleteClientBrandingCommandInput, DeleteClientBrandingCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
39
49
|
readonly input: DeleteClientBrandingCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface DeleteConnectClientAddInCommandOutput extends DeleteConnectClie
|
|
|
30
30
|
* @see {@link DeleteConnectClientAddInCommandOutput} 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 DeleteConnectClientAddInCommand extends $Command<DeleteConnectClientAddInCommandInput, DeleteConnectClientAddInCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
35
45
|
readonly input: DeleteConnectClientAddInCommandInput;
|
|
@@ -44,6 +44,25 @@ export interface DeleteConnectionAliasCommandOutput extends DeleteConnectionAlia
|
|
|
44
44
|
* @see {@link DeleteConnectionAliasCommandOutput} for command's `response` shape.
|
|
45
45
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
46
46
|
*
|
|
47
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
48
|
+
* <p>The user is not authorized to access a resource.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InvalidParameterValuesException} (client fault)
|
|
51
|
+
* <p>One or more parameter values are not valid.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InvalidResourceStateException} (client fault)
|
|
54
|
+
* <p>The state of the resource is not valid for this operation.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link OperationNotSupportedException} (client fault)
|
|
57
|
+
* <p>This operation is not supported.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ResourceAssociatedException} (client fault)
|
|
60
|
+
* <p>The resource is associated with a directory.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
63
|
+
* <p>The resource could not be found.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
47
66
|
*/
|
|
48
67
|
export declare class DeleteConnectionAliasCommand extends $Command<DeleteConnectionAliasCommandInput, DeleteConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
49
68
|
readonly input: DeleteConnectionAliasCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface DeleteIpGroupCommandOutput extends DeleteIpGroupResult, __Metad
|
|
|
30
30
|
* @see {@link DeleteIpGroupCommandOutput} 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 ResourceAssociatedException} (client fault)
|
|
40
|
+
* <p>The resource is associated with a directory.</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 DeleteIpGroupCommand extends $Command<DeleteIpGroupCommandInput, DeleteIpGroupCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
35
48
|
readonly input: DeleteIpGroupCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteTagsCommandOutput extends DeleteTagsResult, __MetadataBea
|
|
|
29
29
|
* @see {@link DeleteTagsCommandOutput} 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
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The resource could not be found.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteTagsCommandInput;
|
|
@@ -31,6 +31,19 @@ export interface DeleteWorkspaceBundleCommandOutput extends DeleteWorkspaceBundl
|
|
|
31
31
|
* @see {@link DeleteWorkspaceBundleCommandOutput} 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 ResourceAssociatedException} (client fault)
|
|
41
|
+
* <p>The resource is associated with a directory.</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 DeleteWorkspaceBundleCommand extends $Command<DeleteWorkspaceBundleCommandInput, DeleteWorkspaceBundleCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
36
49
|
readonly input: DeleteWorkspaceBundleCommandInput;
|
|
@@ -31,6 +31,16 @@ export interface DeleteWorkspaceImageCommandOutput extends DeleteWorkspaceImageR
|
|
|
31
31
|
* @see {@link DeleteWorkspaceImageCommandOutput} 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 InvalidResourceStateException} (client fault)
|
|
38
|
+
* <p>The state of the resource is not valid for this operation.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceAssociatedException} (client fault)
|
|
41
|
+
* <p>The resource is associated with a directory.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
34
44
|
*/
|
|
35
45
|
export declare class DeleteWorkspaceImageCommand extends $Command<DeleteWorkspaceImageCommandInput, DeleteWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
36
46
|
readonly input: DeleteWorkspaceImageCommandInput;
|
|
@@ -42,6 +42,22 @@ export interface DeregisterWorkspaceDirectoryCommandOutput extends DeregisterWor
|
|
|
42
42
|
* @see {@link DeregisterWorkspaceDirectoryCommandOutput} for command's `response` shape.
|
|
43
43
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
44
44
|
*
|
|
45
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
46
|
+
* <p>The user is not authorized to access a resource.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidParameterValuesException} (client fault)
|
|
49
|
+
* <p>One or more parameter values are not valid.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InvalidResourceStateException} (client fault)
|
|
52
|
+
* <p>The state of the resource is not valid for this operation.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link OperationNotSupportedException} (client fault)
|
|
55
|
+
* <p>This operation is not supported.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
58
|
+
* <p>The resource could not be found.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
45
61
|
*/
|
|
46
62
|
export declare class DeregisterWorkspaceDirectoryCommand extends $Command<DeregisterWorkspaceDirectoryCommandInput, DeregisterWorkspaceDirectoryCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
47
63
|
readonly input: DeregisterWorkspaceDirectoryCommandInput;
|
|
@@ -30,6 +30,10 @@ export interface DescribeAccountCommandOutput extends DescribeAccountResult, __M
|
|
|
30
30
|
* @see {@link DescribeAccountCommandOutput} 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 DescribeAccountCommand extends $Command<DescribeAccountCommandInput, DescribeAccountCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
35
39
|
readonly input: DescribeAccountCommandInput;
|
|
@@ -30,6 +30,10 @@ export interface DescribeAccountModificationsCommandOutput extends DescribeAccou
|
|
|
30
30
|
* @see {@link DescribeAccountModificationsCommandOutput} 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 DescribeAccountModificationsCommand extends $Command<DescribeAccountModificationsCommandInput, DescribeAccountModificationsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
35
39
|
readonly input: DescribeAccountModificationsCommandInput;
|
|
@@ -36,6 +36,16 @@ export interface DescribeClientBrandingCommandOutput extends DescribeClientBrand
|
|
|
36
36
|
* @see {@link DescribeClientBrandingCommandOutput} 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 ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>The resource could not be found.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
39
49
|
*/
|
|
40
50
|
export declare class DescribeClientBrandingCommand extends $Command<DescribeClientBrandingCommandInput, DescribeClientBrandingCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
41
51
|
readonly input: DescribeClientBrandingCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DescribeClientPropertiesCommandOutput extends DescribeClientPro
|
|
|
29
29
|
* @see {@link DescribeClientPropertiesCommandOutput} 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 DescribeClientPropertiesCommand extends $Command<DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
34
44
|
readonly input: DescribeClientPropertiesCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DescribeConnectClientAddInsCommandOutput extends DescribeConnec
|
|
|
29
29
|
* @see {@link DescribeConnectClientAddInsCommandOutput} 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 DescribeConnectClientAddInsCommand extends $Command<DescribeConnectClientAddInsCommandInput, DescribeConnectClientAddInsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
34
44
|
readonly input: DescribeConnectClientAddInsCommandInput;
|
|
@@ -32,6 +32,19 @@ export interface DescribeConnectionAliasPermissionsCommandOutput extends Describ
|
|
|
32
32
|
* @see {@link DescribeConnectionAliasPermissionsCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>The user is not authorized to access a resource.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidParameterValuesException} (client fault)
|
|
39
|
+
* <p>One or more parameter values are not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link OperationNotSupportedException} (client fault)
|
|
42
|
+
* <p>This operation is not supported.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>The resource could not be found.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
35
48
|
*/
|
|
36
49
|
export declare class DescribeConnectionAliasPermissionsCommand extends $Command<DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
37
50
|
readonly input: DescribeConnectionAliasPermissionsCommandInput;
|
|
@@ -31,6 +31,16 @@ export interface DescribeConnectionAliasesCommandOutput extends DescribeConnecti
|
|
|
31
31
|
* @see {@link DescribeConnectionAliasesCommandOutput} 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
|
+
*
|
|
34
44
|
*/
|
|
35
45
|
export declare class DescribeConnectionAliasesCommand extends $Command<DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
36
46
|
readonly input: DescribeConnectionAliasesCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeIpGroupsCommandOutput extends DescribeIpGroupsResult, _
|
|
|
29
29
|
* @see {@link DescribeIpGroupsCommandOutput} 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
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeIpGroupsCommand extends $Command<DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeIpGroupsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResult, __Metadat
|
|
|
29
29
|
* @see {@link DescribeTagsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
33
|
+
* <p>The resource could not be found.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
34
38
|
readonly input: DescribeTagsCommandInput;
|
|
@@ -30,6 +30,10 @@ export interface DescribeWorkspaceBundlesCommandOutput extends DescribeWorkspace
|
|
|
30
30
|
* @see {@link DescribeWorkspaceBundlesCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidParameterValuesException} (client fault)
|
|
34
|
+
* <p>One or more parameter values are not valid.</p>
|
|
35
|
+
*
|
|
36
|
+
*
|
|
33
37
|
*/
|
|
34
38
|
export declare class DescribeWorkspaceBundlesCommand extends $Command<DescribeWorkspaceBundlesCommandInput, DescribeWorkspaceBundlesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
35
39
|
readonly input: DescribeWorkspaceBundlesCommandInput;
|