@aws-sdk/client-workspaces 3.296.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 +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ModifyWorkspaceCreationPropertiesRequest, ModifyWorkspaceCreationPropertiesResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ModifyWorkspaceCreationPropertiesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ModifyWorkspaceCreationPropertiesCommandInput extends ModifyWorkspaceCreationPropertiesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ModifyWorkspaceCreationPropertiesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ModifyWorkspaceCreationPropertiesCommandOutput extends ModifyWorkspaceCreationPropertiesResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Modify the default properties used to create WorkSpaces.</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 ModifyWorkspaceCreationPropertiesCommandOutput extends ModifyWo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ModifyWorkspaceCreationPropertiesCommandInput - {@link ModifyWorkspaceCreationPropertiesCommandInput}
|
|
34
|
+
* @returns {@link ModifyWorkspaceCreationPropertiesCommandOutput}
|
|
28
35
|
* @see {@link ModifyWorkspaceCreationPropertiesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ModifyWorkspaceCreationPropertiesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface ModifyWorkspaceCreationPropertiesCommandOutput extends ModifyWo
|
|
|
46
53
|
export declare class ModifyWorkspaceCreationPropertiesCommand extends $Command<ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
47
54
|
readonly input: ModifyWorkspaceCreationPropertiesCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: ModifyWorkspaceCreationPropertiesCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput>;
|
|
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 { ModifyWorkspacePropertiesRequest, ModifyWorkspacePropertiesResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ModifyWorkspacePropertiesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ModifyWorkspacePropertiesCommandInput extends ModifyWorkspacePropertiesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ModifyWorkspacePropertiesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ModifyWorkspacePropertiesCommandOutput extends ModifyWorkspacePropertiesResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Modifies the specified WorkSpace properties. For important information about how to
|
|
18
23
|
* modify the size of the root and user volumes, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/modify-workspaces.html"> Modify a WorkSpace</a>.
|
|
19
24
|
* </p>
|
|
@@ -33,6 +38,8 @@ export interface ModifyWorkspacePropertiesCommandOutput extends ModifyWorkspaceP
|
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
41
|
+
* @param ModifyWorkspacePropertiesCommandInput - {@link ModifyWorkspacePropertiesCommandInput}
|
|
42
|
+
* @returns {@link ModifyWorkspacePropertiesCommandOutput}
|
|
36
43
|
* @see {@link ModifyWorkspacePropertiesCommandInput} for command's `input` shape.
|
|
37
44
|
* @see {@link ModifyWorkspacePropertiesCommandOutput} for command's `response` shape.
|
|
38
45
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -65,11 +72,20 @@ export interface ModifyWorkspacePropertiesCommandOutput extends ModifyWorkspaceP
|
|
|
65
72
|
export declare class ModifyWorkspacePropertiesCommand extends $Command<ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
66
73
|
readonly input: ModifyWorkspacePropertiesCommandInput;
|
|
67
74
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
+
/**
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
68
78
|
constructor(input: ModifyWorkspacePropertiesCommandInput);
|
|
69
79
|
/**
|
|
70
80
|
* @internal
|
|
71
81
|
*/
|
|
72
82
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput>;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
73
86
|
private serialize;
|
|
87
|
+
/**
|
|
88
|
+
* @internal
|
|
89
|
+
*/
|
|
74
90
|
private deserialize;
|
|
75
91
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ModifyWorkspaceStateRequest, ModifyWorkspaceStateResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ModifyWorkspaceStateCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ModifyWorkspaceStateCommandInput extends ModifyWorkspaceStateRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ModifyWorkspaceStateCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ModifyWorkspaceStateCommandOutput extends ModifyWorkspaceStateResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Sets the state of the specified WorkSpace.</p>
|
|
18
23
|
* <p>To maintain a WorkSpace without being interrupted, set the WorkSpace state to
|
|
19
24
|
* <code>ADMIN_MAINTENANCE</code>. WorkSpaces in this state do not respond to requests to
|
|
@@ -30,6 +35,8 @@ export interface ModifyWorkspaceStateCommandOutput extends ModifyWorkspaceStateR
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param ModifyWorkspaceStateCommandInput - {@link ModifyWorkspaceStateCommandInput}
|
|
39
|
+
* @returns {@link ModifyWorkspaceStateCommandOutput}
|
|
33
40
|
* @see {@link ModifyWorkspaceStateCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link ModifyWorkspaceStateCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface ModifyWorkspaceStateCommandOutput extends ModifyWorkspaceStateR
|
|
|
51
58
|
export declare class ModifyWorkspaceStateCommand extends $Command<ModifyWorkspaceStateCommandInput, ModifyWorkspaceStateCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
52
59
|
readonly input: ModifyWorkspaceStateCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: ModifyWorkspaceStateCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyWorkspaceStateCommandInput, ModifyWorkspaceStateCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { RebootWorkspacesRequest, RebootWorkspacesResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link RebootWorkspacesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface RebootWorkspacesCommandInput extends RebootWorkspacesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link RebootWorkspacesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface RebootWorkspacesCommandOutput extends RebootWorkspacesResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Reboots the specified WorkSpaces.</p>
|
|
18
23
|
* <p>You cannot reboot a WorkSpace unless its state is <code>AVAILABLE</code> or
|
|
19
24
|
* <code>UNHEALTHY</code>.</p>
|
|
@@ -28,6 +33,8 @@ export interface RebootWorkspacesCommandOutput extends RebootWorkspacesResult, _
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param RebootWorkspacesCommandInput - {@link RebootWorkspacesCommandInput}
|
|
37
|
+
* @returns {@link RebootWorkspacesCommandOutput}
|
|
31
38
|
* @see {@link RebootWorkspacesCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link RebootWorkspacesCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface RebootWorkspacesCommandOutput extends RebootWorkspacesResult, _
|
|
|
40
47
|
export declare class RebootWorkspacesCommand extends $Command<RebootWorkspacesCommandInput, RebootWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
41
48
|
readonly input: RebootWorkspacesCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: RebootWorkspacesCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RebootWorkspacesCommandInput, RebootWorkspacesCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { RebuildWorkspacesRequest, RebuildWorkspacesResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link RebuildWorkspacesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface RebuildWorkspacesCommandInput extends RebuildWorkspacesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link RebuildWorkspacesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface RebuildWorkspacesCommandOutput extends RebuildWorkspacesResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Rebuilds the specified WorkSpace.</p>
|
|
18
23
|
* <p>You cannot rebuild a WorkSpace unless its state is <code>AVAILABLE</code>,
|
|
19
24
|
* <code>ERROR</code>, <code>UNHEALTHY</code>, <code>STOPPED</code>, or
|
|
@@ -33,6 +38,8 @@ export interface RebuildWorkspacesCommandOutput extends RebuildWorkspacesResult,
|
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
41
|
+
* @param RebuildWorkspacesCommandInput - {@link RebuildWorkspacesCommandInput}
|
|
42
|
+
* @returns {@link RebuildWorkspacesCommandOutput}
|
|
36
43
|
* @see {@link RebuildWorkspacesCommandInput} for command's `input` shape.
|
|
37
44
|
* @see {@link RebuildWorkspacesCommandOutput} for command's `response` shape.
|
|
38
45
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -45,11 +52,20 @@ export interface RebuildWorkspacesCommandOutput extends RebuildWorkspacesResult,
|
|
|
45
52
|
export declare class RebuildWorkspacesCommand extends $Command<RebuildWorkspacesCommandInput, RebuildWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
46
53
|
readonly input: RebuildWorkspacesCommandInput;
|
|
47
54
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
48
58
|
constructor(input: RebuildWorkspacesCommandInput);
|
|
49
59
|
/**
|
|
50
60
|
* @internal
|
|
51
61
|
*/
|
|
52
62
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RebuildWorkspacesCommandInput, RebuildWorkspacesCommandOutput>;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
53
66
|
private serialize;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
54
70
|
private deserialize;
|
|
55
71
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { RegisterWorkspaceDirectoryRequest, RegisterWorkspaceDirectoryResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link RegisterWorkspaceDirectoryCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface RegisterWorkspaceDirectoryCommandInput extends RegisterWorkspaceDirectoryRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link RegisterWorkspaceDirectoryCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface RegisterWorkspaceDirectoryCommandOutput extends RegisterWorkspaceDirectoryResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Registers the specified directory. This operation is asynchronous and returns before the
|
|
18
23
|
* WorkSpace directory is registered. If this is the first time you are registering a
|
|
19
24
|
* directory, you will need to create the workspaces_DefaultRole role before you can register
|
|
@@ -29,6 +34,8 @@ export interface RegisterWorkspaceDirectoryCommandOutput extends RegisterWorkspa
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param RegisterWorkspaceDirectoryCommandInput - {@link RegisterWorkspaceDirectoryCommandInput}
|
|
38
|
+
* @returns {@link RegisterWorkspaceDirectoryCommandOutput}
|
|
32
39
|
* @see {@link RegisterWorkspaceDirectoryCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link RegisterWorkspaceDirectoryCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -66,11 +73,20 @@ export interface RegisterWorkspaceDirectoryCommandOutput extends RegisterWorkspa
|
|
|
66
73
|
export declare class RegisterWorkspaceDirectoryCommand extends $Command<RegisterWorkspaceDirectoryCommandInput, RegisterWorkspaceDirectoryCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
67
74
|
readonly input: RegisterWorkspaceDirectoryCommandInput;
|
|
68
75
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
69
79
|
constructor(input: RegisterWorkspaceDirectoryCommandInput);
|
|
70
80
|
/**
|
|
71
81
|
* @internal
|
|
72
82
|
*/
|
|
73
83
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterWorkspaceDirectoryCommandInput, RegisterWorkspaceDirectoryCommandOutput>;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
74
87
|
private serialize;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
75
91
|
private deserialize;
|
|
76
92
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { RestoreWorkspaceRequest, RestoreWorkspaceResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link RestoreWorkspaceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface RestoreWorkspaceCommandInput extends RestoreWorkspaceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link RestoreWorkspaceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface RestoreWorkspaceCommandOutput extends RestoreWorkspaceResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Restores the specified WorkSpace to its last known healthy state.</p>
|
|
18
23
|
* <p>You cannot restore a WorkSpace unless its state is <code> AVAILABLE</code>,
|
|
19
24
|
* <code>ERROR</code>, <code>UNHEALTHY</code>, or <code>STOPPED</code>.</p>
|
|
@@ -32,6 +37,8 @@ export interface RestoreWorkspaceCommandOutput extends RestoreWorkspaceResult, _
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param RestoreWorkspaceCommandInput - {@link RestoreWorkspaceCommandInput}
|
|
41
|
+
* @returns {@link RestoreWorkspaceCommandOutput}
|
|
35
42
|
* @see {@link RestoreWorkspaceCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link RestoreWorkspaceCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface RestoreWorkspaceCommandOutput extends RestoreWorkspaceResult, _
|
|
|
53
60
|
export declare class RestoreWorkspaceCommand extends $Command<RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
54
61
|
readonly input: RestoreWorkspaceCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: RestoreWorkspaceCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { RevokeIpRulesRequest, RevokeIpRulesResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link RevokeIpRulesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface RevokeIpRulesCommandInput extends RevokeIpRulesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link RevokeIpRulesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface RevokeIpRulesCommandOutput extends RevokeIpRulesResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes one or more rules from the specified IP access control group.</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 RevokeIpRulesCommandOutput extends RevokeIpRulesResult, __Metad
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param RevokeIpRulesCommandInput - {@link RevokeIpRulesCommandInput}
|
|
34
|
+
* @returns {@link RevokeIpRulesCommandOutput}
|
|
28
35
|
* @see {@link RevokeIpRulesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link RevokeIpRulesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface RevokeIpRulesCommandOutput extends RevokeIpRulesResult, __Metad
|
|
|
46
53
|
export declare class RevokeIpRulesCommand extends $Command<RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
47
54
|
readonly input: RevokeIpRulesCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: RevokeIpRulesCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput>;
|
|
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 { StartWorkspacesRequest, StartWorkspacesResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartWorkspacesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartWorkspacesCommandInput extends StartWorkspacesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartWorkspacesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartWorkspacesCommandOutput extends StartWorkspacesResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Starts the specified WorkSpaces.</p>
|
|
18
23
|
* <p>You cannot start a WorkSpace unless it has a running mode of <code>AutoStop</code> and a
|
|
19
24
|
* state of <code>STOPPED</code>.</p>
|
|
@@ -27,6 +32,8 @@ export interface StartWorkspacesCommandOutput extends StartWorkspacesResult, __M
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param StartWorkspacesCommandInput - {@link StartWorkspacesCommandInput}
|
|
36
|
+
* @returns {@link StartWorkspacesCommandOutput}
|
|
30
37
|
* @see {@link StartWorkspacesCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link StartWorkspacesCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -36,11 +43,20 @@ export interface StartWorkspacesCommandOutput extends StartWorkspacesResult, __M
|
|
|
36
43
|
export declare class StartWorkspacesCommand extends $Command<StartWorkspacesCommandInput, StartWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
37
44
|
readonly input: StartWorkspacesCommandInput;
|
|
38
45
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
46
|
+
/**
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
39
49
|
constructor(input: StartWorkspacesCommandInput);
|
|
40
50
|
/**
|
|
41
51
|
* @internal
|
|
42
52
|
*/
|
|
43
53
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartWorkspacesCommandInput, StartWorkspacesCommandOutput>;
|
|
54
|
+
/**
|
|
55
|
+
* @internal
|
|
56
|
+
*/
|
|
44
57
|
private serialize;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
45
61
|
private deserialize;
|
|
46
62
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { StopWorkspacesRequest, StopWorkspacesResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StopWorkspacesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StopWorkspacesCommandInput extends StopWorkspacesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StopWorkspacesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StopWorkspacesCommandOutput extends StopWorkspacesResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Stops the specified WorkSpaces.</p>
|
|
18
23
|
* <p>You cannot stop a WorkSpace unless it has a running mode of <code>AutoStop</code> and a
|
|
19
24
|
* state of <code>AVAILABLE</code>, <code>IMPAIRED</code>, <code>UNHEALTHY</code>, or
|
|
@@ -28,6 +33,8 @@ export interface StopWorkspacesCommandOutput extends StopWorkspacesResult, __Met
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param StopWorkspacesCommandInput - {@link StopWorkspacesCommandInput}
|
|
37
|
+
* @returns {@link StopWorkspacesCommandOutput}
|
|
31
38
|
* @see {@link StopWorkspacesCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link StopWorkspacesCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -37,11 +44,20 @@ export interface StopWorkspacesCommandOutput extends StopWorkspacesResult, __Met
|
|
|
37
44
|
export declare class StopWorkspacesCommand extends $Command<StopWorkspacesCommandInput, StopWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
38
45
|
readonly input: StopWorkspacesCommandInput;
|
|
39
46
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
40
50
|
constructor(input: StopWorkspacesCommandInput);
|
|
41
51
|
/**
|
|
42
52
|
* @internal
|
|
43
53
|
*/
|
|
44
54
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopWorkspacesCommandInput, StopWorkspacesCommandOutput>;
|
|
55
|
+
/**
|
|
56
|
+
* @internal
|
|
57
|
+
*/
|
|
45
58
|
private serialize;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
46
62
|
private deserialize;
|
|
47
63
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { TerminateWorkspacesRequest, TerminateWorkspacesResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link TerminateWorkspacesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface TerminateWorkspacesCommandInput extends TerminateWorkspacesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link TerminateWorkspacesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface TerminateWorkspacesCommandOutput extends TerminateWorkspacesResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Terminates the specified WorkSpaces.</p>
|
|
18
23
|
* <important>
|
|
19
24
|
* <p>Terminating a WorkSpace is a permanent action and cannot be undone. The user's data
|
|
@@ -49,6 +54,8 @@ export interface TerminateWorkspacesCommandOutput extends TerminateWorkspacesRes
|
|
|
49
54
|
* const response = await client.send(command);
|
|
50
55
|
* ```
|
|
51
56
|
*
|
|
57
|
+
* @param TerminateWorkspacesCommandInput - {@link TerminateWorkspacesCommandInput}
|
|
58
|
+
* @returns {@link TerminateWorkspacesCommandOutput}
|
|
52
59
|
* @see {@link TerminateWorkspacesCommandInput} for command's `input` shape.
|
|
53
60
|
* @see {@link TerminateWorkspacesCommandOutput} for command's `response` shape.
|
|
54
61
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface TerminateWorkspacesCommandOutput extends TerminateWorkspacesRes
|
|
|
58
65
|
export declare class TerminateWorkspacesCommand extends $Command<TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
59
66
|
readonly input: TerminateWorkspacesCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: TerminateWorkspacesCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { UpdateConnectClientAddInRequest, UpdateConnectClientAddInResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateConnectClientAddInCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateConnectClientAddInCommandInput extends UpdateConnectClientAddInRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateConnectClientAddInCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateConnectClientAddInCommandOutput extends UpdateConnectClientAddInResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates a Amazon Connect client add-in. Use this action to update the name and
|
|
18
23
|
* endpoint URL of a Amazon Connect client add-in.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface UpdateConnectClientAddInCommandOutput extends UpdateConnectClie
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param UpdateConnectClientAddInCommandInput - {@link UpdateConnectClientAddInCommandInput}
|
|
35
|
+
* @returns {@link UpdateConnectClientAddInCommandOutput}
|
|
29
36
|
* @see {@link UpdateConnectClientAddInCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link UpdateConnectClientAddInCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -44,11 +51,20 @@ export interface UpdateConnectClientAddInCommandOutput extends UpdateConnectClie
|
|
|
44
51
|
export declare class UpdateConnectClientAddInCommand extends $Command<UpdateConnectClientAddInCommandInput, UpdateConnectClientAddInCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
45
52
|
readonly input: UpdateConnectClientAddInCommandInput;
|
|
46
53
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
47
57
|
constructor(input: UpdateConnectClientAddInCommandInput);
|
|
48
58
|
/**
|
|
49
59
|
* @internal
|
|
50
60
|
*/
|
|
51
61
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConnectClientAddInCommandInput, UpdateConnectClientAddInCommandOutput>;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
52
65
|
private serialize;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
53
69
|
private deserialize;
|
|
54
70
|
}
|