@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
|
@@ -66,6 +66,7 @@ import { UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput }
|
|
|
66
66
|
import { UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput } from "./commands/UpdateWorkspaceImagePermissionCommand";
|
|
67
67
|
import { WorkSpacesClient } from "./WorkSpacesClient";
|
|
68
68
|
/**
|
|
69
|
+
* @public
|
|
69
70
|
* <fullname>Amazon WorkSpaces Service</fullname>
|
|
70
71
|
* <p>Amazon WorkSpaces enables you to provision virtual, cloud-based Microsoft Windows
|
|
71
72
|
* or Amazon Linux desktops for your users, known as <i>WorkSpaces</i>.
|
|
@@ -86,6 +87,7 @@ import { WorkSpacesClient } from "./WorkSpacesClient";
|
|
|
86
87
|
*/
|
|
87
88
|
export declare class WorkSpaces extends WorkSpacesClient {
|
|
88
89
|
/**
|
|
90
|
+
* @public
|
|
89
91
|
* <p>Associates the specified connection alias with the specified directory to enable
|
|
90
92
|
* cross-Region redirection. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html"> Cross-Region
|
|
91
93
|
* Redirection for Amazon WorkSpaces</a>.</p>
|
|
@@ -99,12 +101,14 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
99
101
|
associateConnectionAlias(args: AssociateConnectionAliasCommandInput, cb: (err: any, data?: AssociateConnectionAliasCommandOutput) => void): void;
|
|
100
102
|
associateConnectionAlias(args: AssociateConnectionAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateConnectionAliasCommandOutput) => void): void;
|
|
101
103
|
/**
|
|
104
|
+
* @public
|
|
102
105
|
* <p>Associates the specified IP access control group with the specified directory.</p>
|
|
103
106
|
*/
|
|
104
107
|
associateIpGroups(args: AssociateIpGroupsCommandInput, options?: __HttpHandlerOptions): Promise<AssociateIpGroupsCommandOutput>;
|
|
105
108
|
associateIpGroups(args: AssociateIpGroupsCommandInput, cb: (err: any, data?: AssociateIpGroupsCommandOutput) => void): void;
|
|
106
109
|
associateIpGroups(args: AssociateIpGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateIpGroupsCommandOutput) => void): void;
|
|
107
110
|
/**
|
|
111
|
+
* @public
|
|
108
112
|
* <p>Adds one or more rules to the specified IP access control group.</p>
|
|
109
113
|
* <p>This action gives users permission to access their WorkSpaces from the CIDR address
|
|
110
114
|
* ranges specified in the rules.</p>
|
|
@@ -113,6 +117,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
113
117
|
authorizeIpRules(args: AuthorizeIpRulesCommandInput, cb: (err: any, data?: AuthorizeIpRulesCommandOutput) => void): void;
|
|
114
118
|
authorizeIpRules(args: AuthorizeIpRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AuthorizeIpRulesCommandOutput) => void): void;
|
|
115
119
|
/**
|
|
120
|
+
* @public
|
|
116
121
|
* <p>Copies the specified image from the specified Region to the current Region. For more
|
|
117
122
|
* information about copying images, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/copy-custom-image.html"> Copy a Custom WorkSpaces
|
|
118
123
|
* Image</a>.</p>
|
|
@@ -128,6 +133,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
128
133
|
copyWorkspaceImage(args: CopyWorkspaceImageCommandInput, cb: (err: any, data?: CopyWorkspaceImageCommandOutput) => void): void;
|
|
129
134
|
copyWorkspaceImage(args: CopyWorkspaceImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyWorkspaceImageCommandOutput) => void): void;
|
|
130
135
|
/**
|
|
136
|
+
* @public
|
|
131
137
|
* <p>Creates a client-add-in for Amazon Connect within a directory. You can create only
|
|
132
138
|
* one Amazon Connect client add-in within a directory.</p>
|
|
133
139
|
* <p>This client add-in allows WorkSpaces users to seamlessly connect to Amazon Connect.</p>
|
|
@@ -136,6 +142,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
136
142
|
createConnectClientAddIn(args: CreateConnectClientAddInCommandInput, cb: (err: any, data?: CreateConnectClientAddInCommandOutput) => void): void;
|
|
137
143
|
createConnectClientAddIn(args: CreateConnectClientAddInCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectClientAddInCommandOutput) => void): void;
|
|
138
144
|
/**
|
|
145
|
+
* @public
|
|
139
146
|
* <p>Creates the specified connection alias for use with cross-Region redirection. For more
|
|
140
147
|
* information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html"> Cross-Region
|
|
141
148
|
* Redirection for Amazon WorkSpaces</a>.</p>
|
|
@@ -144,6 +151,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
144
151
|
createConnectionAlias(args: CreateConnectionAliasCommandInput, cb: (err: any, data?: CreateConnectionAliasCommandOutput) => void): void;
|
|
145
152
|
createConnectionAlias(args: CreateConnectionAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectionAliasCommandOutput) => void): void;
|
|
146
153
|
/**
|
|
154
|
+
* @public
|
|
147
155
|
* <p>Creates an IP access control group.</p>
|
|
148
156
|
* <p>An IP access control group provides you with the ability to control the IP addresses
|
|
149
157
|
* from which users are allowed to access their WorkSpaces. To specify the CIDR address
|
|
@@ -158,18 +166,21 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
158
166
|
createIpGroup(args: CreateIpGroupCommandInput, cb: (err: any, data?: CreateIpGroupCommandOutput) => void): void;
|
|
159
167
|
createIpGroup(args: CreateIpGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIpGroupCommandOutput) => void): void;
|
|
160
168
|
/**
|
|
169
|
+
* @public
|
|
161
170
|
* <p>Creates a standby WorkSpace in a secondary Region.</p>
|
|
162
171
|
*/
|
|
163
172
|
createStandbyWorkspaces(args: CreateStandbyWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<CreateStandbyWorkspacesCommandOutput>;
|
|
164
173
|
createStandbyWorkspaces(args: CreateStandbyWorkspacesCommandInput, cb: (err: any, data?: CreateStandbyWorkspacesCommandOutput) => void): void;
|
|
165
174
|
createStandbyWorkspaces(args: CreateStandbyWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStandbyWorkspacesCommandOutput) => void): void;
|
|
166
175
|
/**
|
|
176
|
+
* @public
|
|
167
177
|
* <p>Creates the specified tags for the specified WorkSpaces resource.</p>
|
|
168
178
|
*/
|
|
169
179
|
createTags(args: CreateTagsCommandInput, options?: __HttpHandlerOptions): Promise<CreateTagsCommandOutput>;
|
|
170
180
|
createTags(args: CreateTagsCommandInput, cb: (err: any, data?: CreateTagsCommandOutput) => void): void;
|
|
171
181
|
createTags(args: CreateTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTagsCommandOutput) => void): void;
|
|
172
182
|
/**
|
|
183
|
+
* @public
|
|
173
184
|
* <p>Creates a new updated WorkSpace image based on the specified source image. The new
|
|
174
185
|
* updated WorkSpace image has the latest drivers and other updates required by the
|
|
175
186
|
* Amazon WorkSpaces components.</p>
|
|
@@ -197,6 +208,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
197
208
|
createUpdatedWorkspaceImage(args: CreateUpdatedWorkspaceImageCommandInput, cb: (err: any, data?: CreateUpdatedWorkspaceImageCommandOutput) => void): void;
|
|
198
209
|
createUpdatedWorkspaceImage(args: CreateUpdatedWorkspaceImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUpdatedWorkspaceImageCommandOutput) => void): void;
|
|
199
210
|
/**
|
|
211
|
+
* @public
|
|
200
212
|
* <p>Creates the specified WorkSpace bundle. For more information about creating WorkSpace bundles, see
|
|
201
213
|
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/create-custom-bundle.html">
|
|
202
214
|
* Create a Custom WorkSpaces Image and Bundle</a>.</p>
|
|
@@ -205,12 +217,14 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
205
217
|
createWorkspaceBundle(args: CreateWorkspaceBundleCommandInput, cb: (err: any, data?: CreateWorkspaceBundleCommandOutput) => void): void;
|
|
206
218
|
createWorkspaceBundle(args: CreateWorkspaceBundleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkspaceBundleCommandOutput) => void): void;
|
|
207
219
|
/**
|
|
220
|
+
* @public
|
|
208
221
|
* <p>Creates a new WorkSpace image from an existing WorkSpace.</p>
|
|
209
222
|
*/
|
|
210
223
|
createWorkspaceImage(args: CreateWorkspaceImageCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkspaceImageCommandOutput>;
|
|
211
224
|
createWorkspaceImage(args: CreateWorkspaceImageCommandInput, cb: (err: any, data?: CreateWorkspaceImageCommandOutput) => void): void;
|
|
212
225
|
createWorkspaceImage(args: CreateWorkspaceImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkspaceImageCommandOutput) => void): void;
|
|
213
226
|
/**
|
|
227
|
+
* @public
|
|
214
228
|
* <p>Creates one or more WorkSpaces.</p>
|
|
215
229
|
* <p>This operation is asynchronous and returns before the WorkSpaces are created.</p>
|
|
216
230
|
* <note>
|
|
@@ -224,6 +238,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
224
238
|
createWorkspaces(args: CreateWorkspacesCommandInput, cb: (err: any, data?: CreateWorkspacesCommandOutput) => void): void;
|
|
225
239
|
createWorkspaces(args: CreateWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkspacesCommandOutput) => void): void;
|
|
226
240
|
/**
|
|
241
|
+
* @public
|
|
227
242
|
* <p>Deletes customized client branding. Client branding allows you to customize your
|
|
228
243
|
* WorkSpace's client login portal. You can tailor your login portal company logo, the support
|
|
229
244
|
* email address, support link, link to reset password, and a custom message for users trying
|
|
@@ -235,6 +250,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
235
250
|
deleteClientBranding(args: DeleteClientBrandingCommandInput, cb: (err: any, data?: DeleteClientBrandingCommandOutput) => void): void;
|
|
236
251
|
deleteClientBranding(args: DeleteClientBrandingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClientBrandingCommandOutput) => void): void;
|
|
237
252
|
/**
|
|
253
|
+
* @public
|
|
238
254
|
* <p>Deletes a client-add-in for Amazon Connect that is configured within a
|
|
239
255
|
* directory.</p>
|
|
240
256
|
*/
|
|
@@ -242,6 +258,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
242
258
|
deleteConnectClientAddIn(args: DeleteConnectClientAddInCommandInput, cb: (err: any, data?: DeleteConnectClientAddInCommandOutput) => void): void;
|
|
243
259
|
deleteConnectClientAddIn(args: DeleteConnectClientAddInCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectClientAddInCommandOutput) => void): void;
|
|
244
260
|
/**
|
|
261
|
+
* @public
|
|
245
262
|
* <p>Deletes the specified connection alias. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html">
|
|
246
263
|
* Cross-Region Redirection for Amazon WorkSpaces</a>.</p>
|
|
247
264
|
* <important>
|
|
@@ -263,6 +280,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
263
280
|
deleteConnectionAlias(args: DeleteConnectionAliasCommandInput, cb: (err: any, data?: DeleteConnectionAliasCommandOutput) => void): void;
|
|
264
281
|
deleteConnectionAlias(args: DeleteConnectionAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectionAliasCommandOutput) => void): void;
|
|
265
282
|
/**
|
|
283
|
+
* @public
|
|
266
284
|
* <p>Deletes the specified IP access control group.</p>
|
|
267
285
|
* <p>You cannot delete an IP access control group that is associated with a directory.</p>
|
|
268
286
|
*/
|
|
@@ -270,12 +288,14 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
270
288
|
deleteIpGroup(args: DeleteIpGroupCommandInput, cb: (err: any, data?: DeleteIpGroupCommandOutput) => void): void;
|
|
271
289
|
deleteIpGroup(args: DeleteIpGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIpGroupCommandOutput) => void): void;
|
|
272
290
|
/**
|
|
291
|
+
* @public
|
|
273
292
|
* <p>Deletes the specified tags from the specified WorkSpaces resource.</p>
|
|
274
293
|
*/
|
|
275
294
|
deleteTags(args: DeleteTagsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTagsCommandOutput>;
|
|
276
295
|
deleteTags(args: DeleteTagsCommandInput, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
|
|
277
296
|
deleteTags(args: DeleteTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
|
|
278
297
|
/**
|
|
298
|
+
* @public
|
|
279
299
|
* <p>Deletes the specified WorkSpace bundle. For more information about deleting WorkSpace bundles, see
|
|
280
300
|
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/delete_bundle.html">
|
|
281
301
|
* Delete a Custom WorkSpaces Bundle or Image</a>.</p>
|
|
@@ -284,6 +304,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
284
304
|
deleteWorkspaceBundle(args: DeleteWorkspaceBundleCommandInput, cb: (err: any, data?: DeleteWorkspaceBundleCommandOutput) => void): void;
|
|
285
305
|
deleteWorkspaceBundle(args: DeleteWorkspaceBundleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkspaceBundleCommandOutput) => void): void;
|
|
286
306
|
/**
|
|
307
|
+
* @public
|
|
287
308
|
* <p>Deletes the specified image from your account. To delete an image, you must first delete
|
|
288
309
|
* any bundles that are associated with the image and unshare the image if it is shared with
|
|
289
310
|
* other accounts. </p>
|
|
@@ -292,6 +313,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
292
313
|
deleteWorkspaceImage(args: DeleteWorkspaceImageCommandInput, cb: (err: any, data?: DeleteWorkspaceImageCommandOutput) => void): void;
|
|
293
314
|
deleteWorkspaceImage(args: DeleteWorkspaceImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkspaceImageCommandOutput) => void): void;
|
|
294
315
|
/**
|
|
316
|
+
* @public
|
|
295
317
|
* <p>Deregisters the specified directory. This operation is asynchronous and returns before
|
|
296
318
|
* the WorkSpace directory is deregistered. If any WorkSpaces are registered to this
|
|
297
319
|
* directory, you must remove them before you can deregister the directory.</p>
|
|
@@ -311,6 +333,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
311
333
|
deregisterWorkspaceDirectory(args: DeregisterWorkspaceDirectoryCommandInput, cb: (err: any, data?: DeregisterWorkspaceDirectoryCommandOutput) => void): void;
|
|
312
334
|
deregisterWorkspaceDirectory(args: DeregisterWorkspaceDirectoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterWorkspaceDirectoryCommandOutput) => void): void;
|
|
313
335
|
/**
|
|
336
|
+
* @public
|
|
314
337
|
* <p>Retrieves a list that describes the configuration of Bring Your Own License (BYOL) for
|
|
315
338
|
* the specified account.</p>
|
|
316
339
|
*/
|
|
@@ -318,6 +341,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
318
341
|
describeAccount(args: DescribeAccountCommandInput, cb: (err: any, data?: DescribeAccountCommandOutput) => void): void;
|
|
319
342
|
describeAccount(args: DescribeAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountCommandOutput) => void): void;
|
|
320
343
|
/**
|
|
344
|
+
* @public
|
|
321
345
|
* <p>Retrieves a list that describes modifications to the configuration of Bring Your Own
|
|
322
346
|
* License (BYOL) for the specified account.</p>
|
|
323
347
|
*/
|
|
@@ -325,6 +349,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
325
349
|
describeAccountModifications(args: DescribeAccountModificationsCommandInput, cb: (err: any, data?: DescribeAccountModificationsCommandOutput) => void): void;
|
|
326
350
|
describeAccountModifications(args: DescribeAccountModificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountModificationsCommandOutput) => void): void;
|
|
327
351
|
/**
|
|
352
|
+
* @public
|
|
328
353
|
* <p>Describes the specified client branding. Client branding allows you to customize the log
|
|
329
354
|
* in page of various device types for your users. You can add your company logo, the support
|
|
330
355
|
* email address, support link, link to reset password, and a custom message for users trying
|
|
@@ -338,18 +363,21 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
338
363
|
describeClientBranding(args: DescribeClientBrandingCommandInput, cb: (err: any, data?: DescribeClientBrandingCommandOutput) => void): void;
|
|
339
364
|
describeClientBranding(args: DescribeClientBrandingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClientBrandingCommandOutput) => void): void;
|
|
340
365
|
/**
|
|
366
|
+
* @public
|
|
341
367
|
* <p>Retrieves a list that describes one or more specified Amazon WorkSpaces clients.</p>
|
|
342
368
|
*/
|
|
343
369
|
describeClientProperties(args: DescribeClientPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClientPropertiesCommandOutput>;
|
|
344
370
|
describeClientProperties(args: DescribeClientPropertiesCommandInput, cb: (err: any, data?: DescribeClientPropertiesCommandOutput) => void): void;
|
|
345
371
|
describeClientProperties(args: DescribeClientPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClientPropertiesCommandOutput) => void): void;
|
|
346
372
|
/**
|
|
373
|
+
* @public
|
|
347
374
|
* <p>Retrieves a list of Amazon Connect client add-ins that have been created.</p>
|
|
348
375
|
*/
|
|
349
376
|
describeConnectClientAddIns(args: DescribeConnectClientAddInsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectClientAddInsCommandOutput>;
|
|
350
377
|
describeConnectClientAddIns(args: DescribeConnectClientAddInsCommandInput, cb: (err: any, data?: DescribeConnectClientAddInsCommandOutput) => void): void;
|
|
351
378
|
describeConnectClientAddIns(args: DescribeConnectClientAddInsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectClientAddInsCommandOutput) => void): void;
|
|
352
379
|
/**
|
|
380
|
+
* @public
|
|
353
381
|
* <p>Retrieves a list that describes the connection aliases used for cross-Region
|
|
354
382
|
* redirection. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html"> Cross-Region
|
|
355
383
|
* Redirection for Amazon WorkSpaces</a>.</p>
|
|
@@ -358,6 +386,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
358
386
|
describeConnectionAliases(args: DescribeConnectionAliasesCommandInput, cb: (err: any, data?: DescribeConnectionAliasesCommandOutput) => void): void;
|
|
359
387
|
describeConnectionAliases(args: DescribeConnectionAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectionAliasesCommandOutput) => void): void;
|
|
360
388
|
/**
|
|
389
|
+
* @public
|
|
361
390
|
* <p>Describes the permissions that the owner of a connection alias has granted to another
|
|
362
391
|
* Amazon Web Services account for the specified connection alias. For more information, see
|
|
363
392
|
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html"> Cross-Region
|
|
@@ -367,18 +396,21 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
367
396
|
describeConnectionAliasPermissions(args: DescribeConnectionAliasPermissionsCommandInput, cb: (err: any, data?: DescribeConnectionAliasPermissionsCommandOutput) => void): void;
|
|
368
397
|
describeConnectionAliasPermissions(args: DescribeConnectionAliasPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectionAliasPermissionsCommandOutput) => void): void;
|
|
369
398
|
/**
|
|
399
|
+
* @public
|
|
370
400
|
* <p>Describes one or more of your IP access control groups.</p>
|
|
371
401
|
*/
|
|
372
402
|
describeIpGroups(args: DescribeIpGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIpGroupsCommandOutput>;
|
|
373
403
|
describeIpGroups(args: DescribeIpGroupsCommandInput, cb: (err: any, data?: DescribeIpGroupsCommandOutput) => void): void;
|
|
374
404
|
describeIpGroups(args: DescribeIpGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIpGroupsCommandOutput) => void): void;
|
|
375
405
|
/**
|
|
406
|
+
* @public
|
|
376
407
|
* <p>Describes the specified tags for the specified WorkSpaces resource.</p>
|
|
377
408
|
*/
|
|
378
409
|
describeTags(args: DescribeTagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTagsCommandOutput>;
|
|
379
410
|
describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
|
|
380
411
|
describeTags(args: DescribeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
|
|
381
412
|
/**
|
|
413
|
+
* @public
|
|
382
414
|
* <p>Retrieves a list that describes the available WorkSpace bundles.</p>
|
|
383
415
|
* <p>You can filter the results using either bundle ID or owner, but not both.</p>
|
|
384
416
|
*/
|
|
@@ -386,18 +418,21 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
386
418
|
describeWorkspaceBundles(args: DescribeWorkspaceBundlesCommandInput, cb: (err: any, data?: DescribeWorkspaceBundlesCommandOutput) => void): void;
|
|
387
419
|
describeWorkspaceBundles(args: DescribeWorkspaceBundlesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceBundlesCommandOutput) => void): void;
|
|
388
420
|
/**
|
|
421
|
+
* @public
|
|
389
422
|
* <p>Describes the available directories that are registered with Amazon WorkSpaces.</p>
|
|
390
423
|
*/
|
|
391
424
|
describeWorkspaceDirectories(args: DescribeWorkspaceDirectoriesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceDirectoriesCommandOutput>;
|
|
392
425
|
describeWorkspaceDirectories(args: DescribeWorkspaceDirectoriesCommandInput, cb: (err: any, data?: DescribeWorkspaceDirectoriesCommandOutput) => void): void;
|
|
393
426
|
describeWorkspaceDirectories(args: DescribeWorkspaceDirectoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceDirectoriesCommandOutput) => void): void;
|
|
394
427
|
/**
|
|
428
|
+
* @public
|
|
395
429
|
* <p>Describes the permissions that the owner of an image has granted to other Amazon Web Services accounts for an image.</p>
|
|
396
430
|
*/
|
|
397
431
|
describeWorkspaceImagePermissions(args: DescribeWorkspaceImagePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceImagePermissionsCommandOutput>;
|
|
398
432
|
describeWorkspaceImagePermissions(args: DescribeWorkspaceImagePermissionsCommandInput, cb: (err: any, data?: DescribeWorkspaceImagePermissionsCommandOutput) => void): void;
|
|
399
433
|
describeWorkspaceImagePermissions(args: DescribeWorkspaceImagePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceImagePermissionsCommandOutput) => void): void;
|
|
400
434
|
/**
|
|
435
|
+
* @public
|
|
401
436
|
* <p>Retrieves a list that describes one or more specified images, if the image identifiers
|
|
402
437
|
* are provided. Otherwise, all images in the account are described. </p>
|
|
403
438
|
*/
|
|
@@ -405,6 +440,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
405
440
|
describeWorkspaceImages(args: DescribeWorkspaceImagesCommandInput, cb: (err: any, data?: DescribeWorkspaceImagesCommandOutput) => void): void;
|
|
406
441
|
describeWorkspaceImages(args: DescribeWorkspaceImagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceImagesCommandOutput) => void): void;
|
|
407
442
|
/**
|
|
443
|
+
* @public
|
|
408
444
|
* <p>Describes the specified WorkSpaces.</p>
|
|
409
445
|
* <p>You can filter the results by using the bundle identifier, directory identifier, or
|
|
410
446
|
* owner, but you can specify only one filter at a time.</p>
|
|
@@ -413,18 +449,21 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
413
449
|
describeWorkspaces(args: DescribeWorkspacesCommandInput, cb: (err: any, data?: DescribeWorkspacesCommandOutput) => void): void;
|
|
414
450
|
describeWorkspaces(args: DescribeWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspacesCommandOutput) => void): void;
|
|
415
451
|
/**
|
|
452
|
+
* @public
|
|
416
453
|
* <p>Describes the connection status of the specified WorkSpaces.</p>
|
|
417
454
|
*/
|
|
418
455
|
describeWorkspacesConnectionStatus(args: DescribeWorkspacesConnectionStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspacesConnectionStatusCommandOutput>;
|
|
419
456
|
describeWorkspacesConnectionStatus(args: DescribeWorkspacesConnectionStatusCommandInput, cb: (err: any, data?: DescribeWorkspacesConnectionStatusCommandOutput) => void): void;
|
|
420
457
|
describeWorkspacesConnectionStatus(args: DescribeWorkspacesConnectionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspacesConnectionStatusCommandOutput) => void): void;
|
|
421
458
|
/**
|
|
459
|
+
* @public
|
|
422
460
|
* <p>Describes the snapshots for the specified WorkSpace.</p>
|
|
423
461
|
*/
|
|
424
462
|
describeWorkspaceSnapshots(args: DescribeWorkspaceSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceSnapshotsCommandOutput>;
|
|
425
463
|
describeWorkspaceSnapshots(args: DescribeWorkspaceSnapshotsCommandInput, cb: (err: any, data?: DescribeWorkspaceSnapshotsCommandOutput) => void): void;
|
|
426
464
|
describeWorkspaceSnapshots(args: DescribeWorkspaceSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceSnapshotsCommandOutput) => void): void;
|
|
427
465
|
/**
|
|
466
|
+
* @public
|
|
428
467
|
* <p>Disassociates a connection alias from a directory. Disassociating a connection alias
|
|
429
468
|
* disables cross-Region redirection between two directories in different Regions. For more
|
|
430
469
|
* information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html"> Cross-Region
|
|
@@ -439,12 +478,14 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
439
478
|
disassociateConnectionAlias(args: DisassociateConnectionAliasCommandInput, cb: (err: any, data?: DisassociateConnectionAliasCommandOutput) => void): void;
|
|
440
479
|
disassociateConnectionAlias(args: DisassociateConnectionAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateConnectionAliasCommandOutput) => void): void;
|
|
441
480
|
/**
|
|
481
|
+
* @public
|
|
442
482
|
* <p>Disassociates the specified IP access control group from the specified directory.</p>
|
|
443
483
|
*/
|
|
444
484
|
disassociateIpGroups(args: DisassociateIpGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateIpGroupsCommandOutput>;
|
|
445
485
|
disassociateIpGroups(args: DisassociateIpGroupsCommandInput, cb: (err: any, data?: DisassociateIpGroupsCommandOutput) => void): void;
|
|
446
486
|
disassociateIpGroups(args: DisassociateIpGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateIpGroupsCommandOutput) => void): void;
|
|
447
487
|
/**
|
|
488
|
+
* @public
|
|
448
489
|
* <p>Imports client branding. Client branding allows you to customize your WorkSpace's client
|
|
449
490
|
* login portal. You can tailor your login portal company logo, the support email address,
|
|
450
491
|
* support link, link to reset password, and a custom message for users trying to sign
|
|
@@ -478,6 +519,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
478
519
|
importClientBranding(args: ImportClientBrandingCommandInput, cb: (err: any, data?: ImportClientBrandingCommandOutput) => void): void;
|
|
479
520
|
importClientBranding(args: ImportClientBrandingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportClientBrandingCommandOutput) => void): void;
|
|
480
521
|
/**
|
|
522
|
+
* @public
|
|
481
523
|
* <p>Imports the specified Windows 10 Bring Your Own License (BYOL)
|
|
482
524
|
* image into Amazon WorkSpaces. The image must be an already licensed Amazon EC2 image that is
|
|
483
525
|
* in your Amazon Web Services account, and you must own the image. For more information about
|
|
@@ -488,6 +530,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
488
530
|
importWorkspaceImage(args: ImportWorkspaceImageCommandInput, cb: (err: any, data?: ImportWorkspaceImageCommandOutput) => void): void;
|
|
489
531
|
importWorkspaceImage(args: ImportWorkspaceImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportWorkspaceImageCommandOutput) => void): void;
|
|
490
532
|
/**
|
|
533
|
+
* @public
|
|
491
534
|
* <p>Retrieves a list of IP address ranges, specified as IPv4 CIDR blocks, that you can use
|
|
492
535
|
* for the network management interface when you enable Bring Your Own License (BYOL). </p>
|
|
493
536
|
* <p>This operation can be run only by Amazon Web Services accounts that are enabled for BYOL.
|
|
@@ -501,6 +544,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
501
544
|
listAvailableManagementCidrRanges(args: ListAvailableManagementCidrRangesCommandInput, cb: (err: any, data?: ListAvailableManagementCidrRangesCommandOutput) => void): void;
|
|
502
545
|
listAvailableManagementCidrRanges(args: ListAvailableManagementCidrRangesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAvailableManagementCidrRangesCommandOutput) => void): void;
|
|
503
546
|
/**
|
|
547
|
+
* @public
|
|
504
548
|
* <p>Migrates a WorkSpace from one operating system or bundle type to another, while
|
|
505
549
|
* retaining the data on the user volume.</p>
|
|
506
550
|
* <p>The migration process recreates the WorkSpace by using a new root volume from the target
|
|
@@ -517,6 +561,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
517
561
|
migrateWorkspace(args: MigrateWorkspaceCommandInput, cb: (err: any, data?: MigrateWorkspaceCommandOutput) => void): void;
|
|
518
562
|
migrateWorkspace(args: MigrateWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: MigrateWorkspaceCommandOutput) => void): void;
|
|
519
563
|
/**
|
|
564
|
+
* @public
|
|
520
565
|
* <p>Modifies the configuration of Bring Your Own License (BYOL) for the specified
|
|
521
566
|
* account.</p>
|
|
522
567
|
*/
|
|
@@ -524,6 +569,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
524
569
|
modifyAccount(args: ModifyAccountCommandInput, cb: (err: any, data?: ModifyAccountCommandOutput) => void): void;
|
|
525
570
|
modifyAccount(args: ModifyAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyAccountCommandOutput) => void): void;
|
|
526
571
|
/**
|
|
572
|
+
* @public
|
|
527
573
|
* <p>Modifies the properties of the certificate-based authentication you want
|
|
528
574
|
* to use with your WorkSpaces.</p>
|
|
529
575
|
*/
|
|
@@ -531,12 +577,14 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
531
577
|
modifyCertificateBasedAuthProperties(args: ModifyCertificateBasedAuthPropertiesCommandInput, cb: (err: any, data?: ModifyCertificateBasedAuthPropertiesCommandOutput) => void): void;
|
|
532
578
|
modifyCertificateBasedAuthProperties(args: ModifyCertificateBasedAuthPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyCertificateBasedAuthPropertiesCommandOutput) => void): void;
|
|
533
579
|
/**
|
|
580
|
+
* @public
|
|
534
581
|
* <p>Modifies the properties of the specified Amazon WorkSpaces clients.</p>
|
|
535
582
|
*/
|
|
536
583
|
modifyClientProperties(args: ModifyClientPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyClientPropertiesCommandOutput>;
|
|
537
584
|
modifyClientProperties(args: ModifyClientPropertiesCommandInput, cb: (err: any, data?: ModifyClientPropertiesCommandOutput) => void): void;
|
|
538
585
|
modifyClientProperties(args: ModifyClientPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyClientPropertiesCommandOutput) => void): void;
|
|
539
586
|
/**
|
|
587
|
+
* @public
|
|
540
588
|
* <p>Modifies multiple properties related to SAML 2.0 authentication, including the enablement status,
|
|
541
589
|
* user access URL, and relay state parameter name that are used for configuring federation with an
|
|
542
590
|
* SAML 2.0 identity provider.</p>
|
|
@@ -545,6 +593,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
545
593
|
modifySamlProperties(args: ModifySamlPropertiesCommandInput, cb: (err: any, data?: ModifySamlPropertiesCommandOutput) => void): void;
|
|
546
594
|
modifySamlProperties(args: ModifySamlPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifySamlPropertiesCommandOutput) => void): void;
|
|
547
595
|
/**
|
|
596
|
+
* @public
|
|
548
597
|
* <p>Modifies the self-service WorkSpace management capabilities for your users. For more
|
|
549
598
|
* 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>
|
|
550
599
|
*/
|
|
@@ -552,6 +601,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
552
601
|
modifySelfservicePermissions(args: ModifySelfservicePermissionsCommandInput, cb: (err: any, data?: ModifySelfservicePermissionsCommandOutput) => void): void;
|
|
553
602
|
modifySelfservicePermissions(args: ModifySelfservicePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifySelfservicePermissionsCommandOutput) => void): void;
|
|
554
603
|
/**
|
|
604
|
+
* @public
|
|
555
605
|
* <p>Specifies which devices and operating systems users can use to access their WorkSpaces.
|
|
556
606
|
* For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html#control-device-access">
|
|
557
607
|
* Control Device Access</a>.</p>
|
|
@@ -560,12 +610,14 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
560
610
|
modifyWorkspaceAccessProperties(args: ModifyWorkspaceAccessPropertiesCommandInput, cb: (err: any, data?: ModifyWorkspaceAccessPropertiesCommandOutput) => void): void;
|
|
561
611
|
modifyWorkspaceAccessProperties(args: ModifyWorkspaceAccessPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyWorkspaceAccessPropertiesCommandOutput) => void): void;
|
|
562
612
|
/**
|
|
613
|
+
* @public
|
|
563
614
|
* <p>Modify the default properties used to create WorkSpaces.</p>
|
|
564
615
|
*/
|
|
565
616
|
modifyWorkspaceCreationProperties(args: ModifyWorkspaceCreationPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyWorkspaceCreationPropertiesCommandOutput>;
|
|
566
617
|
modifyWorkspaceCreationProperties(args: ModifyWorkspaceCreationPropertiesCommandInput, cb: (err: any, data?: ModifyWorkspaceCreationPropertiesCommandOutput) => void): void;
|
|
567
618
|
modifyWorkspaceCreationProperties(args: ModifyWorkspaceCreationPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyWorkspaceCreationPropertiesCommandOutput) => void): void;
|
|
568
619
|
/**
|
|
620
|
+
* @public
|
|
569
621
|
* <p>Modifies the specified WorkSpace properties. For important information about how to
|
|
570
622
|
* 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>.
|
|
571
623
|
* </p>
|
|
@@ -580,6 +632,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
580
632
|
modifyWorkspaceProperties(args: ModifyWorkspacePropertiesCommandInput, cb: (err: any, data?: ModifyWorkspacePropertiesCommandOutput) => void): void;
|
|
581
633
|
modifyWorkspaceProperties(args: ModifyWorkspacePropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyWorkspacePropertiesCommandOutput) => void): void;
|
|
582
634
|
/**
|
|
635
|
+
* @public
|
|
583
636
|
* <p>Sets the state of the specified WorkSpace.</p>
|
|
584
637
|
* <p>To maintain a WorkSpace without being interrupted, set the WorkSpace state to
|
|
585
638
|
* <code>ADMIN_MAINTENANCE</code>. WorkSpaces in this state do not respond to requests to
|
|
@@ -591,6 +644,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
591
644
|
modifyWorkspaceState(args: ModifyWorkspaceStateCommandInput, cb: (err: any, data?: ModifyWorkspaceStateCommandOutput) => void): void;
|
|
592
645
|
modifyWorkspaceState(args: ModifyWorkspaceStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyWorkspaceStateCommandOutput) => void): void;
|
|
593
646
|
/**
|
|
647
|
+
* @public
|
|
594
648
|
* <p>Reboots the specified WorkSpaces.</p>
|
|
595
649
|
* <p>You cannot reboot a WorkSpace unless its state is <code>AVAILABLE</code> or
|
|
596
650
|
* <code>UNHEALTHY</code>.</p>
|
|
@@ -600,6 +654,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
600
654
|
rebootWorkspaces(args: RebootWorkspacesCommandInput, cb: (err: any, data?: RebootWorkspacesCommandOutput) => void): void;
|
|
601
655
|
rebootWorkspaces(args: RebootWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootWorkspacesCommandOutput) => void): void;
|
|
602
656
|
/**
|
|
657
|
+
* @public
|
|
603
658
|
* <p>Rebuilds the specified WorkSpace.</p>
|
|
604
659
|
* <p>You cannot rebuild a WorkSpace unless its state is <code>AVAILABLE</code>,
|
|
605
660
|
* <code>ERROR</code>, <code>UNHEALTHY</code>, <code>STOPPED</code>, or
|
|
@@ -614,6 +669,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
614
669
|
rebuildWorkspaces(args: RebuildWorkspacesCommandInput, cb: (err: any, data?: RebuildWorkspacesCommandOutput) => void): void;
|
|
615
670
|
rebuildWorkspaces(args: RebuildWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebuildWorkspacesCommandOutput) => void): void;
|
|
616
671
|
/**
|
|
672
|
+
* @public
|
|
617
673
|
* <p>Registers the specified directory. This operation is asynchronous and returns before the
|
|
618
674
|
* WorkSpace directory is registered. If this is the first time you are registering a
|
|
619
675
|
* directory, you will need to create the workspaces_DefaultRole role before you can register
|
|
@@ -624,6 +680,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
624
680
|
registerWorkspaceDirectory(args: RegisterWorkspaceDirectoryCommandInput, cb: (err: any, data?: RegisterWorkspaceDirectoryCommandOutput) => void): void;
|
|
625
681
|
registerWorkspaceDirectory(args: RegisterWorkspaceDirectoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterWorkspaceDirectoryCommandOutput) => void): void;
|
|
626
682
|
/**
|
|
683
|
+
* @public
|
|
627
684
|
* <p>Restores the specified WorkSpace to its last known healthy state.</p>
|
|
628
685
|
* <p>You cannot restore a WorkSpace unless its state is <code> AVAILABLE</code>,
|
|
629
686
|
* <code>ERROR</code>, <code>UNHEALTHY</code>, or <code>STOPPED</code>.</p>
|
|
@@ -637,12 +694,14 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
637
694
|
restoreWorkspace(args: RestoreWorkspaceCommandInput, cb: (err: any, data?: RestoreWorkspaceCommandOutput) => void): void;
|
|
638
695
|
restoreWorkspace(args: RestoreWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreWorkspaceCommandOutput) => void): void;
|
|
639
696
|
/**
|
|
697
|
+
* @public
|
|
640
698
|
* <p>Removes one or more rules from the specified IP access control group.</p>
|
|
641
699
|
*/
|
|
642
700
|
revokeIpRules(args: RevokeIpRulesCommandInput, options?: __HttpHandlerOptions): Promise<RevokeIpRulesCommandOutput>;
|
|
643
701
|
revokeIpRules(args: RevokeIpRulesCommandInput, cb: (err: any, data?: RevokeIpRulesCommandOutput) => void): void;
|
|
644
702
|
revokeIpRules(args: RevokeIpRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RevokeIpRulesCommandOutput) => void): void;
|
|
645
703
|
/**
|
|
704
|
+
* @public
|
|
646
705
|
* <p>Starts the specified WorkSpaces.</p>
|
|
647
706
|
* <p>You cannot start a WorkSpace unless it has a running mode of <code>AutoStop</code> and a
|
|
648
707
|
* state of <code>STOPPED</code>.</p>
|
|
@@ -651,6 +710,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
651
710
|
startWorkspaces(args: StartWorkspacesCommandInput, cb: (err: any, data?: StartWorkspacesCommandOutput) => void): void;
|
|
652
711
|
startWorkspaces(args: StartWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartWorkspacesCommandOutput) => void): void;
|
|
653
712
|
/**
|
|
713
|
+
* @public
|
|
654
714
|
* <p> Stops the specified WorkSpaces.</p>
|
|
655
715
|
* <p>You cannot stop a WorkSpace unless it has a running mode of <code>AutoStop</code> and a
|
|
656
716
|
* state of <code>AVAILABLE</code>, <code>IMPAIRED</code>, <code>UNHEALTHY</code>, or
|
|
@@ -660,6 +720,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
660
720
|
stopWorkspaces(args: StopWorkspacesCommandInput, cb: (err: any, data?: StopWorkspacesCommandOutput) => void): void;
|
|
661
721
|
stopWorkspaces(args: StopWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopWorkspacesCommandOutput) => void): void;
|
|
662
722
|
/**
|
|
723
|
+
* @public
|
|
663
724
|
* <p>Terminates the specified WorkSpaces.</p>
|
|
664
725
|
* <important>
|
|
665
726
|
* <p>Terminating a WorkSpace is a permanent action and cannot be undone. The user's data
|
|
@@ -690,6 +751,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
690
751
|
terminateWorkspaces(args: TerminateWorkspacesCommandInput, cb: (err: any, data?: TerminateWorkspacesCommandOutput) => void): void;
|
|
691
752
|
terminateWorkspaces(args: TerminateWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TerminateWorkspacesCommandOutput) => void): void;
|
|
692
753
|
/**
|
|
754
|
+
* @public
|
|
693
755
|
* <p>Updates a Amazon Connect client add-in. Use this action to update the name and
|
|
694
756
|
* endpoint URL of a Amazon Connect client add-in.</p>
|
|
695
757
|
*/
|
|
@@ -697,6 +759,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
697
759
|
updateConnectClientAddIn(args: UpdateConnectClientAddInCommandInput, cb: (err: any, data?: UpdateConnectClientAddInCommandOutput) => void): void;
|
|
698
760
|
updateConnectClientAddIn(args: UpdateConnectClientAddInCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectClientAddInCommandOutput) => void): void;
|
|
699
761
|
/**
|
|
762
|
+
* @public
|
|
700
763
|
* <p>Shares or unshares a connection alias with one account by specifying whether that
|
|
701
764
|
* account has permission to associate the connection alias with a directory. If the
|
|
702
765
|
* association permission is granted, the connection alias is shared with that account. If the
|
|
@@ -724,6 +787,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
724
787
|
updateConnectionAliasPermission(args: UpdateConnectionAliasPermissionCommandInput, cb: (err: any, data?: UpdateConnectionAliasPermissionCommandOutput) => void): void;
|
|
725
788
|
updateConnectionAliasPermission(args: UpdateConnectionAliasPermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectionAliasPermissionCommandOutput) => void): void;
|
|
726
789
|
/**
|
|
790
|
+
* @public
|
|
727
791
|
* <p>Replaces the current rules of the specified IP access control group with the specified
|
|
728
792
|
* rules.</p>
|
|
729
793
|
*/
|
|
@@ -731,6 +795,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
731
795
|
updateRulesOfIpGroup(args: UpdateRulesOfIpGroupCommandInput, cb: (err: any, data?: UpdateRulesOfIpGroupCommandOutput) => void): void;
|
|
732
796
|
updateRulesOfIpGroup(args: UpdateRulesOfIpGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRulesOfIpGroupCommandOutput) => void): void;
|
|
733
797
|
/**
|
|
798
|
+
* @public
|
|
734
799
|
* <p>Updates a WorkSpace bundle with a new image. For more information about updating WorkSpace bundles, see
|
|
735
800
|
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/update-custom-bundle.html">
|
|
736
801
|
* Update a Custom WorkSpaces Bundle</a>.</p>
|
|
@@ -744,6 +809,7 @@ export declare class WorkSpaces extends WorkSpacesClient {
|
|
|
744
809
|
updateWorkspaceBundle(args: UpdateWorkspaceBundleCommandInput, cb: (err: any, data?: UpdateWorkspaceBundleCommandOutput) => void): void;
|
|
745
810
|
updateWorkspaceBundle(args: UpdateWorkspaceBundleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspaceBundleCommandOutput) => void): void;
|
|
746
811
|
/**
|
|
812
|
+
* @public
|
|
747
813
|
* <p>Shares or unshares an image with one account in the same Amazon Web Services Region by
|
|
748
814
|
* specifying whether that account has permission to copy the image. If the copy image
|
|
749
815
|
* permission is granted, the image is shared with that account. If the copy image permission
|
|
@@ -73,15 +73,24 @@ import { UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput } f
|
|
|
73
73
|
import { UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput } from "./commands/UpdateWorkspaceBundleCommand";
|
|
74
74
|
import { UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput } from "./commands/UpdateWorkspaceImagePermissionCommand";
|
|
75
75
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
76
79
|
export type ServiceInputTypes = AssociateConnectionAliasCommandInput | AssociateIpGroupsCommandInput | AuthorizeIpRulesCommandInput | CopyWorkspaceImageCommandInput | CreateConnectClientAddInCommandInput | CreateConnectionAliasCommandInput | CreateIpGroupCommandInput | CreateStandbyWorkspacesCommandInput | CreateTagsCommandInput | CreateUpdatedWorkspaceImageCommandInput | CreateWorkspaceBundleCommandInput | CreateWorkspaceImageCommandInput | CreateWorkspacesCommandInput | DeleteClientBrandingCommandInput | DeleteConnectClientAddInCommandInput | DeleteConnectionAliasCommandInput | DeleteIpGroupCommandInput | DeleteTagsCommandInput | DeleteWorkspaceBundleCommandInput | DeleteWorkspaceImageCommandInput | DeregisterWorkspaceDirectoryCommandInput | DescribeAccountCommandInput | DescribeAccountModificationsCommandInput | DescribeClientBrandingCommandInput | DescribeClientPropertiesCommandInput | DescribeConnectClientAddInsCommandInput | DescribeConnectionAliasPermissionsCommandInput | DescribeConnectionAliasesCommandInput | DescribeIpGroupsCommandInput | DescribeTagsCommandInput | DescribeWorkspaceBundlesCommandInput | DescribeWorkspaceDirectoriesCommandInput | DescribeWorkspaceImagePermissionsCommandInput | DescribeWorkspaceImagesCommandInput | DescribeWorkspaceSnapshotsCommandInput | DescribeWorkspacesCommandInput | DescribeWorkspacesConnectionStatusCommandInput | DisassociateConnectionAliasCommandInput | DisassociateIpGroupsCommandInput | ImportClientBrandingCommandInput | ImportWorkspaceImageCommandInput | ListAvailableManagementCidrRangesCommandInput | MigrateWorkspaceCommandInput | ModifyAccountCommandInput | ModifyCertificateBasedAuthPropertiesCommandInput | ModifyClientPropertiesCommandInput | ModifySamlPropertiesCommandInput | ModifySelfservicePermissionsCommandInput | ModifyWorkspaceAccessPropertiesCommandInput | ModifyWorkspaceCreationPropertiesCommandInput | ModifyWorkspacePropertiesCommandInput | ModifyWorkspaceStateCommandInput | RebootWorkspacesCommandInput | RebuildWorkspacesCommandInput | RegisterWorkspaceDirectoryCommandInput | RestoreWorkspaceCommandInput | RevokeIpRulesCommandInput | StartWorkspacesCommandInput | StopWorkspacesCommandInput | TerminateWorkspacesCommandInput | UpdateConnectClientAddInCommandInput | UpdateConnectionAliasPermissionCommandInput | UpdateRulesOfIpGroupCommandInput | UpdateWorkspaceBundleCommandInput | UpdateWorkspaceImagePermissionCommandInput;
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
77
83
|
export type ServiceOutputTypes = AssociateConnectionAliasCommandOutput | AssociateIpGroupsCommandOutput | AuthorizeIpRulesCommandOutput | CopyWorkspaceImageCommandOutput | CreateConnectClientAddInCommandOutput | CreateConnectionAliasCommandOutput | CreateIpGroupCommandOutput | CreateStandbyWorkspacesCommandOutput | CreateTagsCommandOutput | CreateUpdatedWorkspaceImageCommandOutput | CreateWorkspaceBundleCommandOutput | CreateWorkspaceImageCommandOutput | CreateWorkspacesCommandOutput | DeleteClientBrandingCommandOutput | DeleteConnectClientAddInCommandOutput | DeleteConnectionAliasCommandOutput | DeleteIpGroupCommandOutput | DeleteTagsCommandOutput | DeleteWorkspaceBundleCommandOutput | DeleteWorkspaceImageCommandOutput | DeregisterWorkspaceDirectoryCommandOutput | DescribeAccountCommandOutput | DescribeAccountModificationsCommandOutput | DescribeClientBrandingCommandOutput | DescribeClientPropertiesCommandOutput | DescribeConnectClientAddInsCommandOutput | DescribeConnectionAliasPermissionsCommandOutput | DescribeConnectionAliasesCommandOutput | DescribeIpGroupsCommandOutput | DescribeTagsCommandOutput | DescribeWorkspaceBundlesCommandOutput | DescribeWorkspaceDirectoriesCommandOutput | DescribeWorkspaceImagePermissionsCommandOutput | DescribeWorkspaceImagesCommandOutput | DescribeWorkspaceSnapshotsCommandOutput | DescribeWorkspacesCommandOutput | DescribeWorkspacesConnectionStatusCommandOutput | DisassociateConnectionAliasCommandOutput | DisassociateIpGroupsCommandOutput | ImportClientBrandingCommandOutput | ImportWorkspaceImageCommandOutput | ListAvailableManagementCidrRangesCommandOutput | MigrateWorkspaceCommandOutput | ModifyAccountCommandOutput | ModifyCertificateBasedAuthPropertiesCommandOutput | ModifyClientPropertiesCommandOutput | ModifySamlPropertiesCommandOutput | ModifySelfservicePermissionsCommandOutput | ModifyWorkspaceAccessPropertiesCommandOutput | ModifyWorkspaceCreationPropertiesCommandOutput | ModifyWorkspacePropertiesCommandOutput | ModifyWorkspaceStateCommandOutput | RebootWorkspacesCommandOutput | RebuildWorkspacesCommandOutput | RegisterWorkspaceDirectoryCommandOutput | RestoreWorkspaceCommandOutput | RevokeIpRulesCommandOutput | StartWorkspacesCommandOutput | StopWorkspacesCommandOutput | TerminateWorkspacesCommandOutput | UpdateConnectClientAddInCommandOutput | UpdateConnectionAliasPermissionCommandOutput | UpdateRulesOfIpGroupCommandOutput | UpdateWorkspaceBundleCommandOutput | UpdateWorkspaceImagePermissionCommandOutput;
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
78
87
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
79
88
|
/**
|
|
80
89
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
81
90
|
*/
|
|
82
91
|
requestHandler?: __HttpHandler;
|
|
83
92
|
/**
|
|
84
|
-
* A constructor for a class implementing the {@link
|
|
93
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
85
94
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
86
95
|
* @internal
|
|
87
96
|
*/
|
|
@@ -171,23 +180,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
171
180
|
*/
|
|
172
181
|
logger?: __Logger;
|
|
173
182
|
/**
|
|
174
|
-
* The {@link
|
|
183
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
175
184
|
*/
|
|
176
185
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
177
186
|
}
|
|
187
|
+
/**
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
178
190
|
type WorkSpacesClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
179
191
|
/**
|
|
180
|
-
*
|
|
192
|
+
* @public
|
|
193
|
+
*
|
|
194
|
+
* The configuration interface of WorkSpacesClient class constructor that set the region, credentials and other options.
|
|
181
195
|
*/
|
|
182
196
|
export interface WorkSpacesClientConfig extends WorkSpacesClientConfigType {
|
|
183
197
|
}
|
|
198
|
+
/**
|
|
199
|
+
* @public
|
|
200
|
+
*/
|
|
184
201
|
type WorkSpacesClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
185
202
|
/**
|
|
186
|
-
*
|
|
203
|
+
* @public
|
|
204
|
+
*
|
|
205
|
+
* The resolved configuration interface of WorkSpacesClient class. This is resolved and normalized from the {@link WorkSpacesClientConfig | constructor configuration interface}.
|
|
187
206
|
*/
|
|
188
207
|
export interface WorkSpacesClientResolvedConfig extends WorkSpacesClientResolvedConfigType {
|
|
189
208
|
}
|
|
190
209
|
/**
|
|
210
|
+
* @public
|
|
191
211
|
* <fullname>Amazon WorkSpaces Service</fullname>
|
|
192
212
|
* <p>Amazon WorkSpaces enables you to provision virtual, cloud-based Microsoft Windows
|
|
193
213
|
* or Amazon Linux desktops for your users, known as <i>WorkSpaces</i>.
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AssociateConnectionAliasRequest, AssociateConnectionAliasResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AssociateConnectionAliasCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AssociateConnectionAliasCommandInput extends AssociateConnectionAliasRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AssociateConnectionAliasCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AssociateConnectionAliasCommandOutput extends AssociateConnectionAliasResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Associates the specified connection alias with the specified directory to enable
|
|
18
23
|
* cross-Region redirection. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html"> Cross-Region
|
|
19
24
|
* Redirection for Amazon WorkSpaces</a>.</p>
|
|
@@ -32,6 +37,8 @@ export interface AssociateConnectionAliasCommandOutput extends AssociateConnecti
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param AssociateConnectionAliasCommandInput - {@link AssociateConnectionAliasCommandInput}
|
|
41
|
+
* @returns {@link AssociateConnectionAliasCommandOutput}
|
|
35
42
|
* @see {@link AssociateConnectionAliasCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link AssociateConnectionAliasCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
|
|
@@ -59,11 +66,20 @@ export interface AssociateConnectionAliasCommandOutput extends AssociateConnecti
|
|
|
59
66
|
export declare class AssociateConnectionAliasCommand extends $Command<AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
60
67
|
readonly input: AssociateConnectionAliasCommandInput;
|
|
61
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
62
72
|
constructor(input: AssociateConnectionAliasCommandInput);
|
|
63
73
|
/**
|
|
64
74
|
* @internal
|
|
65
75
|
*/
|
|
66
76
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOutput>;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
67
80
|
private serialize;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
68
84
|
private deserialize;
|
|
69
85
|
}
|