@aws-sdk/client-workspaces 3.295.0 → 3.297.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/WorkSpaces.d.ts +66 -0
- package/dist-types/WorkSpacesClient.d.ts +24 -4
- package/dist-types/commands/AssociateConnectionAliasCommand.d.ts +16 -0
- package/dist-types/commands/AssociateIpGroupsCommand.d.ts +16 -0
- package/dist-types/commands/AuthorizeIpRulesCommand.d.ts +16 -0
- package/dist-types/commands/CopyWorkspaceImageCommand.d.ts +16 -0
- package/dist-types/commands/CreateConnectClientAddInCommand.d.ts +16 -0
- package/dist-types/commands/CreateConnectionAliasCommand.d.ts +16 -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 +16 -0
- package/dist-types/commands/CreateUpdatedWorkspaceImageCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkspaceBundleCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkspaceImageCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/DeleteClientBrandingCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConnectClientAddInCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConnectionAliasCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIpGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWorkspaceBundleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWorkspaceImageCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountModificationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientBrandingCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectClientAddInsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectionAliasesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIpGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkspaceBundlesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateConnectionAliasCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ImportClientBrandingCommand.d.ts +16 -0
- package/dist-types/commands/ImportWorkspaceImageCommand.d.ts +16 -0
- package/dist-types/commands/ListAvailableManagementCidrRangesCommand.d.ts +16 -0
- package/dist-types/commands/MigrateWorkspaceCommand.d.ts +16 -0
- package/dist-types/commands/ModifyAccountCommand.d.ts +16 -0
- package/dist-types/commands/ModifyCertificateBasedAuthPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/ModifySamlPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +16 -0
- package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +16 -0
- package/dist-types/commands/RebootWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/RebuildWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/RestoreWorkspaceCommand.d.ts +16 -0
- package/dist-types/commands/RevokeIpRulesCommand.d.ts +16 -0
- package/dist-types/commands/StartWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/StopWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/TerminateWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +16 -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/dist-types/models/WorkSpacesServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +549 -0
- package/dist-types/pagination/DescribeWorkspaceBundlesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeWorkspacesPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/package.json +29 -29
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DisassociateConnectionAliasRequest, DisassociateConnectionAliasResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisassociateConnectionAliasCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisassociateConnectionAliasCommandInput extends DisassociateConnectionAliasRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisassociateConnectionAliasCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisassociateConnectionAliasCommandOutput extends DisassociateConnectionAliasResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Disassociates a connection alias from a directory. Disassociating a connection alias
|
|
18
23
|
* disables cross-Region redirection between two directories in different Regions. For more
|
|
19
24
|
* information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html"> Cross-Region
|
|
@@ -33,6 +38,8 @@ export interface DisassociateConnectionAliasCommandOutput extends DisassociateCo
|
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
41
|
+
* @param DisassociateConnectionAliasCommandInput - {@link DisassociateConnectionAliasCommandInput}
|
|
42
|
+
* @returns {@link DisassociateConnectionAliasCommandOutput}
|
|
36
43
|
* @see {@link DisassociateConnectionAliasCommandInput} for command's `input` shape.
|
|
37
44
|
* @see {@link DisassociateConnectionAliasCommandOutput} for command's `response` shape.
|
|
38
45
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -57,11 +64,20 @@ export interface DisassociateConnectionAliasCommandOutput extends DisassociateCo
|
|
|
57
64
|
export declare class DisassociateConnectionAliasCommand extends $Command<DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
58
65
|
readonly input: DisassociateConnectionAliasCommandInput;
|
|
59
66
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
60
70
|
constructor(input: DisassociateConnectionAliasCommandInput);
|
|
61
71
|
/**
|
|
62
72
|
* @internal
|
|
63
73
|
*/
|
|
64
74
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput>;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
65
78
|
private serialize;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
66
82
|
private deserialize;
|
|
67
83
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DisassociateIpGroupsRequest, DisassociateIpGroupsResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisassociateIpGroupsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisassociateIpGroupsCommandInput extends DisassociateIpGroupsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisassociateIpGroupsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisassociateIpGroupsCommandOutput extends DisassociateIpGroupsResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Disassociates the specified IP access control group from the specified directory.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DisassociateIpGroupsCommandOutput extends DisassociateIpGroupsR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DisassociateIpGroupsCommandInput - {@link DisassociateIpGroupsCommandInput}
|
|
34
|
+
* @returns {@link DisassociateIpGroupsCommandOutput}
|
|
28
35
|
* @see {@link DisassociateIpGroupsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DisassociateIpGroupsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface DisassociateIpGroupsCommandOutput extends DisassociateIpGroupsR
|
|
|
46
53
|
export declare class DisassociateIpGroupsCommand extends $Command<DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
47
54
|
readonly input: DisassociateIpGroupsCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: DisassociateIpGroupsCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ImportClientBrandingRequest, ImportClientBrandingResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ImportClientBrandingCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ImportClientBrandingCommandInput extends ImportClientBrandingRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ImportClientBrandingCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ImportClientBrandingCommandOutput extends ImportClientBrandingResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Imports client branding. Client branding allows you to customize your WorkSpace's client
|
|
18
23
|
* login portal. You can tailor your login portal company logo, the support email address,
|
|
19
24
|
* support link, link to reset password, and a custom message for users trying to sign
|
|
@@ -52,6 +57,8 @@ export interface ImportClientBrandingCommandOutput extends ImportClientBrandingR
|
|
|
52
57
|
* const response = await client.send(command);
|
|
53
58
|
* ```
|
|
54
59
|
*
|
|
60
|
+
* @param ImportClientBrandingCommandInput - {@link ImportClientBrandingCommandInput}
|
|
61
|
+
* @returns {@link ImportClientBrandingCommandOutput}
|
|
55
62
|
* @see {@link ImportClientBrandingCommandInput} for command's `input` shape.
|
|
56
63
|
* @see {@link ImportClientBrandingCommandOutput} for command's `response` shape.
|
|
57
64
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -73,11 +80,20 @@ export interface ImportClientBrandingCommandOutput extends ImportClientBrandingR
|
|
|
73
80
|
export declare class ImportClientBrandingCommand extends $Command<ImportClientBrandingCommandInput, ImportClientBrandingCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
74
81
|
readonly input: ImportClientBrandingCommandInput;
|
|
75
82
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
+
/**
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
76
86
|
constructor(input: ImportClientBrandingCommandInput);
|
|
77
87
|
/**
|
|
78
88
|
* @internal
|
|
79
89
|
*/
|
|
80
90
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportClientBrandingCommandInput, ImportClientBrandingCommandOutput>;
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
81
94
|
private serialize;
|
|
95
|
+
/**
|
|
96
|
+
* @internal
|
|
97
|
+
*/
|
|
82
98
|
private deserialize;
|
|
83
99
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ImportWorkspaceImageRequest, ImportWorkspaceImageResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ImportWorkspaceImageCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ImportWorkspaceImageCommandInput extends ImportWorkspaceImageRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ImportWorkspaceImageCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ImportWorkspaceImageCommandOutput extends ImportWorkspaceImageResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Imports the specified Windows 10 Bring Your Own License (BYOL)
|
|
18
23
|
* image into Amazon WorkSpaces. The image must be an already licensed Amazon EC2 image that is
|
|
19
24
|
* in your Amazon Web Services account, and you must own the image. For more information about
|
|
@@ -29,6 +34,8 @@ export interface ImportWorkspaceImageCommandOutput extends ImportWorkspaceImageR
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param ImportWorkspaceImageCommandInput - {@link ImportWorkspaceImageCommandInput}
|
|
38
|
+
* @returns {@link ImportWorkspaceImageCommandOutput}
|
|
32
39
|
* @see {@link ImportWorkspaceImageCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link ImportWorkspaceImageCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface ImportWorkspaceImageCommandOutput extends ImportWorkspaceImageR
|
|
|
56
63
|
export declare class ImportWorkspaceImageCommand extends $Command<ImportWorkspaceImageCommandInput, ImportWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
57
64
|
readonly input: ImportWorkspaceImageCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: ImportWorkspaceImageCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportWorkspaceImageCommandInput, ImportWorkspaceImageCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListAvailableManagementCidrRangesRequest, ListAvailableManagementCidrRangesResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAvailableManagementCidrRangesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAvailableManagementCidrRangesCommandInput extends ListAvailableManagementCidrRangesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAvailableManagementCidrRangesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAvailableManagementCidrRangesCommandOutput extends ListAvailableManagementCidrRangesResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of IP address ranges, specified as IPv4 CIDR blocks, that you can use
|
|
18
23
|
* for the network management interface when you enable Bring Your Own License (BYOL). </p>
|
|
19
24
|
* <p>This operation can be run only by Amazon Web Services accounts that are enabled for BYOL.
|
|
@@ -32,6 +37,8 @@ export interface ListAvailableManagementCidrRangesCommandOutput extends ListAvai
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param ListAvailableManagementCidrRangesCommandInput - {@link ListAvailableManagementCidrRangesCommandInput}
|
|
41
|
+
* @returns {@link ListAvailableManagementCidrRangesCommandOutput}
|
|
35
42
|
* @see {@link ListAvailableManagementCidrRangesCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link ListAvailableManagementCidrRangesCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ListAvailableManagementCidrRangesCommandOutput extends ListAvai
|
|
|
47
54
|
export declare class ListAvailableManagementCidrRangesCommand extends $Command<ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementCidrRangesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
48
55
|
readonly input: ListAvailableManagementCidrRangesCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ListAvailableManagementCidrRangesCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementCidrRangesCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { MigrateWorkspaceRequest, MigrateWorkspaceResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link MigrateWorkspaceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface MigrateWorkspaceCommandInput extends MigrateWorkspaceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link MigrateWorkspaceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface MigrateWorkspaceCommandOutput extends MigrateWorkspaceResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Migrates a WorkSpace from one operating system or bundle type to another, while
|
|
18
23
|
* retaining the data on the user volume.</p>
|
|
19
24
|
* <p>The migration process recreates the WorkSpace by using a new root volume from the target
|
|
@@ -35,6 +40,8 @@ export interface MigrateWorkspaceCommandOutput extends MigrateWorkspaceResult, _
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param MigrateWorkspaceCommandInput - {@link MigrateWorkspaceCommandInput}
|
|
44
|
+
* @returns {@link MigrateWorkspaceCommandOutput}
|
|
38
45
|
* @see {@link MigrateWorkspaceCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link MigrateWorkspaceCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -62,11 +69,20 @@ export interface MigrateWorkspaceCommandOutput extends MigrateWorkspaceResult, _
|
|
|
62
69
|
export declare class MigrateWorkspaceCommand extends $Command<MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
63
70
|
readonly input: MigrateWorkspaceCommandInput;
|
|
64
71
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
65
75
|
constructor(input: MigrateWorkspaceCommandInput);
|
|
66
76
|
/**
|
|
67
77
|
* @internal
|
|
68
78
|
*/
|
|
69
79
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput>;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
70
83
|
private serialize;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
71
87
|
private deserialize;
|
|
72
88
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ModifyAccountRequest, ModifyAccountResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ModifyAccountCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ModifyAccountCommandInput extends ModifyAccountRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ModifyAccountCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ModifyAccountCommandOutput extends ModifyAccountResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Modifies the configuration of Bring Your Own License (BYOL) for the specified
|
|
18
23
|
* account.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ModifyAccountCommandOutput extends ModifyAccountResult, __Metad
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ModifyAccountCommandInput - {@link ModifyAccountCommandInput}
|
|
35
|
+
* @returns {@link ModifyAccountCommandOutput}
|
|
29
36
|
* @see {@link ModifyAccountCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ModifyAccountCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface ModifyAccountCommandOutput extends ModifyAccountResult, __Metad
|
|
|
50
57
|
export declare class ModifyAccountCommand extends $Command<ModifyAccountCommandInput, ModifyAccountCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
51
58
|
readonly input: ModifyAccountCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: ModifyAccountCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyAccountCommandInput, ModifyAccountCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ModifyCertificateBasedAuthPropertiesRequest, ModifyCertificateBasedAuthPropertiesResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ModifyCertificateBasedAuthPropertiesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ModifyCertificateBasedAuthPropertiesCommandInput extends ModifyCertificateBasedAuthPropertiesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ModifyCertificateBasedAuthPropertiesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ModifyCertificateBasedAuthPropertiesCommandOutput extends ModifyCertificateBasedAuthPropertiesResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Modifies the properties of the certificate-based authentication you want
|
|
18
23
|
* to use with your WorkSpaces.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ModifyCertificateBasedAuthPropertiesCommandOutput extends Modif
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ModifyCertificateBasedAuthPropertiesCommandInput - {@link ModifyCertificateBasedAuthPropertiesCommandInput}
|
|
35
|
+
* @returns {@link ModifyCertificateBasedAuthPropertiesCommandOutput}
|
|
29
36
|
* @see {@link ModifyCertificateBasedAuthPropertiesCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ModifyCertificateBasedAuthPropertiesCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ModifyCertificateBasedAuthPropertiesCommandOutput extends Modif
|
|
|
47
54
|
export declare class ModifyCertificateBasedAuthPropertiesCommand extends $Command<ModifyCertificateBasedAuthPropertiesCommandInput, ModifyCertificateBasedAuthPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
48
55
|
readonly input: ModifyCertificateBasedAuthPropertiesCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ModifyCertificateBasedAuthPropertiesCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyCertificateBasedAuthPropertiesCommandInput, ModifyCertificateBasedAuthPropertiesCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ModifyClientPropertiesRequest, ModifyClientPropertiesResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ModifyClientPropertiesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ModifyClientPropertiesCommandInput extends ModifyClientPropertiesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ModifyClientPropertiesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ModifyClientPropertiesCommandOutput extends ModifyClientPropertiesResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Modifies the properties of the specified Amazon WorkSpaces clients.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ModifyClientPropertiesCommandOutput extends ModifyClientPropert
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ModifyClientPropertiesCommandInput - {@link ModifyClientPropertiesCommandInput}
|
|
34
|
+
* @returns {@link ModifyClientPropertiesCommandOutput}
|
|
28
35
|
* @see {@link ModifyClientPropertiesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ModifyClientPropertiesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface ModifyClientPropertiesCommandOutput extends ModifyClientPropert
|
|
|
43
50
|
export declare class ModifyClientPropertiesCommand extends $Command<ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
44
51
|
readonly input: ModifyClientPropertiesCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: ModifyClientPropertiesCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ModifySamlPropertiesRequest, ModifySamlPropertiesResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ModifySamlPropertiesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ModifySamlPropertiesCommandInput extends ModifySamlPropertiesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ModifySamlPropertiesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ModifySamlPropertiesCommandOutput extends ModifySamlPropertiesResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Modifies multiple properties related to SAML 2.0 authentication, including the enablement status,
|
|
18
23
|
* user access URL, and relay state parameter name that are used for configuring federation with an
|
|
19
24
|
* SAML 2.0 identity provider.</p>
|
|
@@ -27,6 +32,8 @@ export interface ModifySamlPropertiesCommandOutput extends ModifySamlPropertiesR
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ModifySamlPropertiesCommandInput - {@link ModifySamlPropertiesCommandInput}
|
|
36
|
+
* @returns {@link ModifySamlPropertiesCommandOutput}
|
|
30
37
|
* @see {@link ModifySamlPropertiesCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ModifySamlPropertiesCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface ModifySamlPropertiesCommandOutput extends ModifySamlPropertiesR
|
|
|
48
55
|
export declare class ModifySamlPropertiesCommand extends $Command<ModifySamlPropertiesCommandInput, ModifySamlPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
49
56
|
readonly input: ModifySamlPropertiesCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: ModifySamlPropertiesCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifySamlPropertiesCommandInput, ModifySamlPropertiesCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ModifySelfservicePermissionsRequest, ModifySelfservicePermissionsResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ModifySelfservicePermissionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ModifySelfservicePermissionsCommandInput extends ModifySelfservicePermissionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ModifySelfservicePermissionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ModifySelfservicePermissionsCommandOutput extends ModifySelfservicePermissionsResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Modifies the self-service WorkSpace management capabilities for your users. For more
|
|
18
23
|
* information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/enable-user-self-service-workspace-management.html">Enable Self-Service WorkSpace Management Capabilities for Your Users</a>.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ModifySelfservicePermissionsCommandOutput extends ModifySelfser
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ModifySelfservicePermissionsCommandInput - {@link ModifySelfservicePermissionsCommandInput}
|
|
35
|
+
* @returns {@link ModifySelfservicePermissionsCommandOutput}
|
|
29
36
|
* @see {@link ModifySelfservicePermissionsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ModifySelfservicePermissionsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -44,11 +51,20 @@ export interface ModifySelfservicePermissionsCommandOutput extends ModifySelfser
|
|
|
44
51
|
export declare class ModifySelfservicePermissionsCommand extends $Command<ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
45
52
|
readonly input: ModifySelfservicePermissionsCommandInput;
|
|
46
53
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
47
57
|
constructor(input: ModifySelfservicePermissionsCommandInput);
|
|
48
58
|
/**
|
|
49
59
|
* @internal
|
|
50
60
|
*/
|
|
51
61
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput>;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
52
65
|
private serialize;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
53
69
|
private deserialize;
|
|
54
70
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ModifyWorkspaceAccessPropertiesRequest, ModifyWorkspaceAccessPropertiesResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ModifyWorkspaceAccessPropertiesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ModifyWorkspaceAccessPropertiesCommandInput extends ModifyWorkspaceAccessPropertiesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ModifyWorkspaceAccessPropertiesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ModifyWorkspaceAccessPropertiesCommandOutput extends ModifyWorkspaceAccessPropertiesResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Specifies which devices and operating systems users can use to access their WorkSpaces.
|
|
18
23
|
* For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html#control-device-access">
|
|
19
24
|
* Control Device Access</a>.</p>
|
|
@@ -27,6 +32,8 @@ export interface ModifyWorkspaceAccessPropertiesCommandOutput extends ModifyWork
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ModifyWorkspaceAccessPropertiesCommandInput - {@link ModifyWorkspaceAccessPropertiesCommandInput}
|
|
36
|
+
* @returns {@link ModifyWorkspaceAccessPropertiesCommandOutput}
|
|
30
37
|
* @see {@link ModifyWorkspaceAccessPropertiesCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ModifyWorkspaceAccessPropertiesCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -42,11 +49,20 @@ export interface ModifyWorkspaceAccessPropertiesCommandOutput extends ModifyWork
|
|
|
42
49
|
export declare class ModifyWorkspaceAccessPropertiesCommand extends $Command<ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
43
50
|
readonly input: ModifyWorkspaceAccessPropertiesCommandInput;
|
|
44
51
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
45
55
|
constructor(input: ModifyWorkspaceAccessPropertiesCommandInput);
|
|
46
56
|
/**
|
|
47
57
|
* @internal
|
|
48
58
|
*/
|
|
49
59
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput>;
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
50
63
|
private serialize;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
51
67
|
private deserialize;
|
|
52
68
|
}
|