@aws-sdk/client-workspaces 3.279.0 → 3.281.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/README.md +523 -0
  2. package/dist-types/commands/AssociateConnectionAliasCommand.d.ts +6 -0
  3. package/dist-types/commands/AssociateIpGroupsCommand.d.ts +6 -0
  4. package/dist-types/commands/AuthorizeIpRulesCommand.d.ts +6 -0
  5. package/dist-types/commands/CopyWorkspaceImageCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateConnectClientAddInCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateConnectionAliasCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateIpGroupCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateStandbyWorkspacesCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateTagsCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateUpdatedWorkspaceImageCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateWorkspaceBundleCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateWorkspaceImageCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateWorkspacesCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteClientBrandingCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteConnectClientAddInCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteConnectionAliasCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteIpGroupCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteTagsCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteWorkspaceBundleCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteWorkspaceImageCommand.d.ts +6 -0
  22. package/dist-types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +6 -0
  23. package/dist-types/commands/DescribeAccountCommand.d.ts +6 -0
  24. package/dist-types/commands/DescribeAccountModificationsCommand.d.ts +6 -0
  25. package/dist-types/commands/DescribeClientBrandingCommand.d.ts +6 -0
  26. package/dist-types/commands/DescribeClientPropertiesCommand.d.ts +6 -0
  27. package/dist-types/commands/DescribeConnectClientAddInsCommand.d.ts +6 -0
  28. package/dist-types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +6 -0
  29. package/dist-types/commands/DescribeConnectionAliasesCommand.d.ts +6 -0
  30. package/dist-types/commands/DescribeIpGroupsCommand.d.ts +6 -0
  31. package/dist-types/commands/DescribeTagsCommand.d.ts +6 -0
  32. package/dist-types/commands/DescribeWorkspaceBundlesCommand.d.ts +6 -0
  33. package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +6 -0
  34. package/dist-types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +6 -0
  35. package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +6 -0
  36. package/dist-types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +6 -0
  37. package/dist-types/commands/DescribeWorkspacesCommand.d.ts +6 -0
  38. package/dist-types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +6 -0
  39. package/dist-types/commands/DisassociateConnectionAliasCommand.d.ts +6 -0
  40. package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +6 -0
  41. package/dist-types/commands/ImportClientBrandingCommand.d.ts +6 -0
  42. package/dist-types/commands/ImportWorkspaceImageCommand.d.ts +6 -0
  43. package/dist-types/commands/ListAvailableManagementCidrRangesCommand.d.ts +6 -0
  44. package/dist-types/commands/MigrateWorkspaceCommand.d.ts +6 -0
  45. package/dist-types/commands/ModifyAccountCommand.d.ts +6 -0
  46. package/dist-types/commands/ModifyCertificateBasedAuthPropertiesCommand.d.ts +6 -0
  47. package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +6 -0
  48. package/dist-types/commands/ModifySamlPropertiesCommand.d.ts +6 -0
  49. package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +6 -0
  50. package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +6 -0
  51. package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +6 -0
  52. package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +6 -0
  53. package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +6 -0
  54. package/dist-types/commands/RebootWorkspacesCommand.d.ts +6 -0
  55. package/dist-types/commands/RebuildWorkspacesCommand.d.ts +6 -0
  56. package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +6 -0
  57. package/dist-types/commands/RestoreWorkspaceCommand.d.ts +6 -0
  58. package/dist-types/commands/RevokeIpRulesCommand.d.ts +6 -0
  59. package/dist-types/commands/StartWorkspacesCommand.d.ts +6 -0
  60. package/dist-types/commands/StopWorkspacesCommand.d.ts +6 -0
  61. package/dist-types/commands/TerminateWorkspacesCommand.d.ts +6 -0
  62. package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +6 -0
  63. package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +6 -0
  64. package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +6 -0
  65. package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +6 -0
  66. package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +6 -0
  67. package/package.json +3 -3
package/README.md CHANGED
@@ -220,3 +220,526 @@ To contribute to client you can check our [generate clients scripts](https://git
220
220
  This SDK is distributed under the
221
221
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
222
222
  see LICENSE for more information.
223
+
224
+ ## Client Commands (Operations List)
225
+
226
+ <details>
227
+ <summary>
228
+ AssociateConnectionAlias
229
+ </summary>
230
+
231
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/associateconnectionaliascommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/associateconnectionaliascommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/associateconnectionaliascommandoutput.html)
232
+
233
+ </details>
234
+ <details>
235
+ <summary>
236
+ AssociateIpGroups
237
+ </summary>
238
+
239
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/associateipgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/associateipgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/associateipgroupscommandoutput.html)
240
+
241
+ </details>
242
+ <details>
243
+ <summary>
244
+ AuthorizeIpRules
245
+ </summary>
246
+
247
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/authorizeiprulescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/authorizeiprulescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/authorizeiprulescommandoutput.html)
248
+
249
+ </details>
250
+ <details>
251
+ <summary>
252
+ CopyWorkspaceImage
253
+ </summary>
254
+
255
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/copyworkspaceimagecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/copyworkspaceimagecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/copyworkspaceimagecommandoutput.html)
256
+
257
+ </details>
258
+ <details>
259
+ <summary>
260
+ CreateConnectClientAddIn
261
+ </summary>
262
+
263
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/createconnectclientaddincommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/createconnectclientaddincommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/createconnectclientaddincommandoutput.html)
264
+
265
+ </details>
266
+ <details>
267
+ <summary>
268
+ CreateConnectionAlias
269
+ </summary>
270
+
271
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/createconnectionaliascommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/createconnectionaliascommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/createconnectionaliascommandoutput.html)
272
+
273
+ </details>
274
+ <details>
275
+ <summary>
276
+ CreateIpGroup
277
+ </summary>
278
+
279
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/createipgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/createipgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/createipgroupcommandoutput.html)
280
+
281
+ </details>
282
+ <details>
283
+ <summary>
284
+ CreateStandbyWorkspaces
285
+ </summary>
286
+
287
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/createstandbyworkspacescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/createstandbyworkspacescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/createstandbyworkspacescommandoutput.html)
288
+
289
+ </details>
290
+ <details>
291
+ <summary>
292
+ CreateTags
293
+ </summary>
294
+
295
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/createtagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/createtagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/createtagscommandoutput.html)
296
+
297
+ </details>
298
+ <details>
299
+ <summary>
300
+ CreateUpdatedWorkspaceImage
301
+ </summary>
302
+
303
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/createupdatedworkspaceimagecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/createupdatedworkspaceimagecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/createupdatedworkspaceimagecommandoutput.html)
304
+
305
+ </details>
306
+ <details>
307
+ <summary>
308
+ CreateWorkspaceBundle
309
+ </summary>
310
+
311
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/createworkspacebundlecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/createworkspacebundlecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/createworkspacebundlecommandoutput.html)
312
+
313
+ </details>
314
+ <details>
315
+ <summary>
316
+ CreateWorkspaceImage
317
+ </summary>
318
+
319
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/createworkspaceimagecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/createworkspaceimagecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/createworkspaceimagecommandoutput.html)
320
+
321
+ </details>
322
+ <details>
323
+ <summary>
324
+ CreateWorkspaces
325
+ </summary>
326
+
327
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/createworkspacescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/createworkspacescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/createworkspacescommandoutput.html)
328
+
329
+ </details>
330
+ <details>
331
+ <summary>
332
+ DeleteClientBranding
333
+ </summary>
334
+
335
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/deleteclientbrandingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/deleteclientbrandingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/deleteclientbrandingcommandoutput.html)
336
+
337
+ </details>
338
+ <details>
339
+ <summary>
340
+ DeleteConnectClientAddIn
341
+ </summary>
342
+
343
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/deleteconnectclientaddincommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/deleteconnectclientaddincommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/deleteconnectclientaddincommandoutput.html)
344
+
345
+ </details>
346
+ <details>
347
+ <summary>
348
+ DeleteConnectionAlias
349
+ </summary>
350
+
351
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/deleteconnectionaliascommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/deleteconnectionaliascommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/deleteconnectionaliascommandoutput.html)
352
+
353
+ </details>
354
+ <details>
355
+ <summary>
356
+ DeleteIpGroup
357
+ </summary>
358
+
359
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/deleteipgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/deleteipgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/deleteipgroupcommandoutput.html)
360
+
361
+ </details>
362
+ <details>
363
+ <summary>
364
+ DeleteTags
365
+ </summary>
366
+
367
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/deletetagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/deletetagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/deletetagscommandoutput.html)
368
+
369
+ </details>
370
+ <details>
371
+ <summary>
372
+ DeleteWorkspaceBundle
373
+ </summary>
374
+
375
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/deleteworkspacebundlecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/deleteworkspacebundlecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/deleteworkspacebundlecommandoutput.html)
376
+
377
+ </details>
378
+ <details>
379
+ <summary>
380
+ DeleteWorkspaceImage
381
+ </summary>
382
+
383
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/deleteworkspaceimagecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/deleteworkspaceimagecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/deleteworkspaceimagecommandoutput.html)
384
+
385
+ </details>
386
+ <details>
387
+ <summary>
388
+ DeregisterWorkspaceDirectory
389
+ </summary>
390
+
391
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/deregisterworkspacedirectorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/deregisterworkspacedirectorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/deregisterworkspacedirectorycommandoutput.html)
392
+
393
+ </details>
394
+ <details>
395
+ <summary>
396
+ DescribeAccount
397
+ </summary>
398
+
399
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describeaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeaccountcommandoutput.html)
400
+
401
+ </details>
402
+ <details>
403
+ <summary>
404
+ DescribeAccountModifications
405
+ </summary>
406
+
407
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describeaccountmodificationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeaccountmodificationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeaccountmodificationscommandoutput.html)
408
+
409
+ </details>
410
+ <details>
411
+ <summary>
412
+ DescribeClientBranding
413
+ </summary>
414
+
415
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describeclientbrandingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeclientbrandingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeclientbrandingcommandoutput.html)
416
+
417
+ </details>
418
+ <details>
419
+ <summary>
420
+ DescribeClientProperties
421
+ </summary>
422
+
423
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describeclientpropertiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeclientpropertiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeclientpropertiescommandoutput.html)
424
+
425
+ </details>
426
+ <details>
427
+ <summary>
428
+ DescribeConnectClientAddIns
429
+ </summary>
430
+
431
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describeconnectclientaddinscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeconnectclientaddinscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeconnectclientaddinscommandoutput.html)
432
+
433
+ </details>
434
+ <details>
435
+ <summary>
436
+ DescribeConnectionAliases
437
+ </summary>
438
+
439
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describeconnectionaliasescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeconnectionaliasescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeconnectionaliasescommandoutput.html)
440
+
441
+ </details>
442
+ <details>
443
+ <summary>
444
+ DescribeConnectionAliasPermissions
445
+ </summary>
446
+
447
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describeconnectionaliaspermissionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeconnectionaliaspermissionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeconnectionaliaspermissionscommandoutput.html)
448
+
449
+ </details>
450
+ <details>
451
+ <summary>
452
+ DescribeIpGroups
453
+ </summary>
454
+
455
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describeipgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeipgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeipgroupscommandoutput.html)
456
+
457
+ </details>
458
+ <details>
459
+ <summary>
460
+ DescribeTags
461
+ </summary>
462
+
463
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describetagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describetagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describetagscommandoutput.html)
464
+
465
+ </details>
466
+ <details>
467
+ <summary>
468
+ DescribeWorkspaceBundles
469
+ </summary>
470
+
471
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describeworkspacebundlescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeworkspacebundlescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeworkspacebundlescommandoutput.html)
472
+
473
+ </details>
474
+ <details>
475
+ <summary>
476
+ DescribeWorkspaceDirectories
477
+ </summary>
478
+
479
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describeworkspacedirectoriescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeworkspacedirectoriescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeworkspacedirectoriescommandoutput.html)
480
+
481
+ </details>
482
+ <details>
483
+ <summary>
484
+ DescribeWorkspaceImagePermissions
485
+ </summary>
486
+
487
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describeworkspaceimagepermissionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeworkspaceimagepermissionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeworkspaceimagepermissionscommandoutput.html)
488
+
489
+ </details>
490
+ <details>
491
+ <summary>
492
+ DescribeWorkspaceImages
493
+ </summary>
494
+
495
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describeworkspaceimagescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeworkspaceimagescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeworkspaceimagescommandoutput.html)
496
+
497
+ </details>
498
+ <details>
499
+ <summary>
500
+ DescribeWorkspaces
501
+ </summary>
502
+
503
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describeworkspacescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeworkspacescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeworkspacescommandoutput.html)
504
+
505
+ </details>
506
+ <details>
507
+ <summary>
508
+ DescribeWorkspacesConnectionStatus
509
+ </summary>
510
+
511
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describeworkspacesconnectionstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeworkspacesconnectionstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeworkspacesconnectionstatuscommandoutput.html)
512
+
513
+ </details>
514
+ <details>
515
+ <summary>
516
+ DescribeWorkspaceSnapshots
517
+ </summary>
518
+
519
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/describeworkspacesnapshotscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeworkspacesnapshotscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/describeworkspacesnapshotscommandoutput.html)
520
+
521
+ </details>
522
+ <details>
523
+ <summary>
524
+ DisassociateConnectionAlias
525
+ </summary>
526
+
527
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/disassociateconnectionaliascommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/disassociateconnectionaliascommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/disassociateconnectionaliascommandoutput.html)
528
+
529
+ </details>
530
+ <details>
531
+ <summary>
532
+ DisassociateIpGroups
533
+ </summary>
534
+
535
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/disassociateipgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/disassociateipgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/disassociateipgroupscommandoutput.html)
536
+
537
+ </details>
538
+ <details>
539
+ <summary>
540
+ ImportClientBranding
541
+ </summary>
542
+
543
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/importclientbrandingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/importclientbrandingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/importclientbrandingcommandoutput.html)
544
+
545
+ </details>
546
+ <details>
547
+ <summary>
548
+ ImportWorkspaceImage
549
+ </summary>
550
+
551
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/importworkspaceimagecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/importworkspaceimagecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/importworkspaceimagecommandoutput.html)
552
+
553
+ </details>
554
+ <details>
555
+ <summary>
556
+ ListAvailableManagementCidrRanges
557
+ </summary>
558
+
559
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/listavailablemanagementcidrrangescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/listavailablemanagementcidrrangescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/listavailablemanagementcidrrangescommandoutput.html)
560
+
561
+ </details>
562
+ <details>
563
+ <summary>
564
+ MigrateWorkspace
565
+ </summary>
566
+
567
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/migrateworkspacecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/migrateworkspacecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/migrateworkspacecommandoutput.html)
568
+
569
+ </details>
570
+ <details>
571
+ <summary>
572
+ ModifyAccount
573
+ </summary>
574
+
575
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/modifyaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/modifyaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/modifyaccountcommandoutput.html)
576
+
577
+ </details>
578
+ <details>
579
+ <summary>
580
+ ModifyCertificateBasedAuthProperties
581
+ </summary>
582
+
583
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/modifycertificatebasedauthpropertiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/modifycertificatebasedauthpropertiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/modifycertificatebasedauthpropertiescommandoutput.html)
584
+
585
+ </details>
586
+ <details>
587
+ <summary>
588
+ ModifyClientProperties
589
+ </summary>
590
+
591
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/modifyclientpropertiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/modifyclientpropertiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/modifyclientpropertiescommandoutput.html)
592
+
593
+ </details>
594
+ <details>
595
+ <summary>
596
+ ModifySamlProperties
597
+ </summary>
598
+
599
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/modifysamlpropertiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/modifysamlpropertiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/modifysamlpropertiescommandoutput.html)
600
+
601
+ </details>
602
+ <details>
603
+ <summary>
604
+ ModifySelfservicePermissions
605
+ </summary>
606
+
607
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/modifyselfservicepermissionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/modifyselfservicepermissionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/modifyselfservicepermissionscommandoutput.html)
608
+
609
+ </details>
610
+ <details>
611
+ <summary>
612
+ ModifyWorkspaceAccessProperties
613
+ </summary>
614
+
615
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/modifyworkspaceaccesspropertiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/modifyworkspaceaccesspropertiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/modifyworkspaceaccesspropertiescommandoutput.html)
616
+
617
+ </details>
618
+ <details>
619
+ <summary>
620
+ ModifyWorkspaceCreationProperties
621
+ </summary>
622
+
623
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/modifyworkspacecreationpropertiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/modifyworkspacecreationpropertiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/modifyworkspacecreationpropertiescommandoutput.html)
624
+
625
+ </details>
626
+ <details>
627
+ <summary>
628
+ ModifyWorkspaceProperties
629
+ </summary>
630
+
631
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/modifyworkspacepropertiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/modifyworkspacepropertiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/modifyworkspacepropertiescommandoutput.html)
632
+
633
+ </details>
634
+ <details>
635
+ <summary>
636
+ ModifyWorkspaceState
637
+ </summary>
638
+
639
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/modifyworkspacestatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/modifyworkspacestatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/modifyworkspacestatecommandoutput.html)
640
+
641
+ </details>
642
+ <details>
643
+ <summary>
644
+ RebootWorkspaces
645
+ </summary>
646
+
647
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/rebootworkspacescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/rebootworkspacescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/rebootworkspacescommandoutput.html)
648
+
649
+ </details>
650
+ <details>
651
+ <summary>
652
+ RebuildWorkspaces
653
+ </summary>
654
+
655
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/rebuildworkspacescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/rebuildworkspacescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/rebuildworkspacescommandoutput.html)
656
+
657
+ </details>
658
+ <details>
659
+ <summary>
660
+ RegisterWorkspaceDirectory
661
+ </summary>
662
+
663
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/registerworkspacedirectorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/registerworkspacedirectorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/registerworkspacedirectorycommandoutput.html)
664
+
665
+ </details>
666
+ <details>
667
+ <summary>
668
+ RestoreWorkspace
669
+ </summary>
670
+
671
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/restoreworkspacecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/restoreworkspacecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/restoreworkspacecommandoutput.html)
672
+
673
+ </details>
674
+ <details>
675
+ <summary>
676
+ RevokeIpRules
677
+ </summary>
678
+
679
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/revokeiprulescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/revokeiprulescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/revokeiprulescommandoutput.html)
680
+
681
+ </details>
682
+ <details>
683
+ <summary>
684
+ StartWorkspaces
685
+ </summary>
686
+
687
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/startworkspacescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/startworkspacescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/startworkspacescommandoutput.html)
688
+
689
+ </details>
690
+ <details>
691
+ <summary>
692
+ StopWorkspaces
693
+ </summary>
694
+
695
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/stopworkspacescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/stopworkspacescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/stopworkspacescommandoutput.html)
696
+
697
+ </details>
698
+ <details>
699
+ <summary>
700
+ TerminateWorkspaces
701
+ </summary>
702
+
703
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/terminateworkspacescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/terminateworkspacescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/terminateworkspacescommandoutput.html)
704
+
705
+ </details>
706
+ <details>
707
+ <summary>
708
+ UpdateConnectClientAddIn
709
+ </summary>
710
+
711
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/updateconnectclientaddincommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/updateconnectclientaddincommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/updateconnectclientaddincommandoutput.html)
712
+
713
+ </details>
714
+ <details>
715
+ <summary>
716
+ UpdateConnectionAliasPermission
717
+ </summary>
718
+
719
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/updateconnectionaliaspermissioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/updateconnectionaliaspermissioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/updateconnectionaliaspermissioncommandoutput.html)
720
+
721
+ </details>
722
+ <details>
723
+ <summary>
724
+ UpdateRulesOfIpGroup
725
+ </summary>
726
+
727
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/updaterulesofipgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/updaterulesofipgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/updaterulesofipgroupcommandoutput.html)
728
+
729
+ </details>
730
+ <details>
731
+ <summary>
732
+ UpdateWorkspaceBundle
733
+ </summary>
734
+
735
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/updateworkspacebundlecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/updateworkspacebundlecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/updateworkspacebundlecommandoutput.html)
736
+
737
+ </details>
738
+ <details>
739
+ <summary>
740
+ UpdateWorkspaceImagePermission
741
+ </summary>
742
+
743
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/classes/updateworkspaceimagepermissioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/updateworkspaceimagepermissioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-workspaces/interfaces/updateworkspaceimagepermissioncommandoutput.html)
744
+
745
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AssociateConnectionAliasRequest, AssociateConnectionAliasResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link AssociateConnectionAliasCommand}.
8
+ */
6
9
  export interface AssociateConnectionAliasCommandInput extends AssociateConnectionAliasRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AssociateConnectionAliasCommand}.
13
+ */
8
14
  export interface AssociateConnectionAliasCommandOutput extends AssociateConnectionAliasResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AssociateIpGroupsRequest, AssociateIpGroupsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link AssociateIpGroupsCommand}.
8
+ */
6
9
  export interface AssociateIpGroupsCommandInput extends AssociateIpGroupsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AssociateIpGroupsCommand}.
13
+ */
8
14
  export interface AssociateIpGroupsCommandOutput extends AssociateIpGroupsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuthorizeIpRulesRequest, AuthorizeIpRulesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link AuthorizeIpRulesCommand}.
8
+ */
6
9
  export interface AuthorizeIpRulesCommandInput extends AuthorizeIpRulesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AuthorizeIpRulesCommand}.
13
+ */
8
14
  export interface AuthorizeIpRulesCommandOutput extends AuthorizeIpRulesResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CopyWorkspaceImageRequest, CopyWorkspaceImageResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link CopyWorkspaceImageCommand}.
8
+ */
6
9
  export interface CopyWorkspaceImageCommandInput extends CopyWorkspaceImageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CopyWorkspaceImageCommand}.
13
+ */
8
14
  export interface CopyWorkspaceImageCommandOutput extends CopyWorkspaceImageResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateConnectClientAddInRequest, CreateConnectClientAddInResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link CreateConnectClientAddInCommand}.
8
+ */
6
9
  export interface CreateConnectClientAddInCommandInput extends CreateConnectClientAddInRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateConnectClientAddInCommand}.
13
+ */
8
14
  export interface CreateConnectClientAddInCommandOutput extends CreateConnectClientAddInResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateConnectionAliasRequest, CreateConnectionAliasResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link CreateConnectionAliasCommand}.
8
+ */
6
9
  export interface CreateConnectionAliasCommandInput extends CreateConnectionAliasRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateConnectionAliasCommand}.
13
+ */
8
14
  export interface CreateConnectionAliasCommandOutput extends CreateConnectionAliasResult, __MetadataBearer {
9
15
  }
10
16
  /**