@aws-sdk/client-workspaces 3.303.0 → 3.309.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 (135) hide show
  1. package/dist-cjs/commands/AssociateConnectionAliasCommand.js +2 -2
  2. package/dist-cjs/commands/AssociateIpGroupsCommand.js +2 -2
  3. package/dist-cjs/commands/AuthorizeIpRulesCommand.js +2 -2
  4. package/dist-cjs/commands/CopyWorkspaceImageCommand.js +2 -2
  5. package/dist-cjs/commands/CreateConnectClientAddInCommand.js +2 -2
  6. package/dist-cjs/commands/CreateConnectionAliasCommand.js +2 -2
  7. package/dist-cjs/commands/CreateIpGroupCommand.js +2 -2
  8. package/dist-cjs/commands/CreateStandbyWorkspacesCommand.js +2 -2
  9. package/dist-cjs/commands/CreateTagsCommand.js +2 -2
  10. package/dist-cjs/commands/CreateUpdatedWorkspaceImageCommand.js +2 -2
  11. package/dist-cjs/commands/CreateWorkspaceBundleCommand.js +2 -2
  12. package/dist-cjs/commands/CreateWorkspaceImageCommand.js +2 -2
  13. package/dist-cjs/commands/CreateWorkspacesCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteClientBrandingCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteConnectClientAddInCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteConnectionAliasCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteIpGroupCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteWorkspaceBundleCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteWorkspaceImageCommand.js +2 -2
  21. package/dist-cjs/commands/DeregisterWorkspaceDirectoryCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeAccountCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeAccountModificationsCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeClientBrandingCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeClientPropertiesCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeConnectClientAddInsCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeConnectionAliasPermissionsCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeConnectionAliasesCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeIpGroupsCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeWorkspaceBundlesCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeWorkspaceDirectoriesCommand.js +2 -2
  33. package/dist-cjs/commands/DescribeWorkspaceImagePermissionsCommand.js +2 -2
  34. package/dist-cjs/commands/DescribeWorkspaceImagesCommand.js +2 -2
  35. package/dist-cjs/commands/DescribeWorkspaceSnapshotsCommand.js +2 -2
  36. package/dist-cjs/commands/DescribeWorkspacesCommand.js +2 -2
  37. package/dist-cjs/commands/DescribeWorkspacesConnectionStatusCommand.js +2 -2
  38. package/dist-cjs/commands/DisassociateConnectionAliasCommand.js +2 -2
  39. package/dist-cjs/commands/DisassociateIpGroupsCommand.js +2 -2
  40. package/dist-cjs/commands/ImportClientBrandingCommand.js +2 -2
  41. package/dist-cjs/commands/ImportWorkspaceImageCommand.js +2 -2
  42. package/dist-cjs/commands/ListAvailableManagementCidrRangesCommand.js +2 -2
  43. package/dist-cjs/commands/MigrateWorkspaceCommand.js +2 -2
  44. package/dist-cjs/commands/ModifyAccountCommand.js +2 -2
  45. package/dist-cjs/commands/ModifyCertificateBasedAuthPropertiesCommand.js +2 -2
  46. package/dist-cjs/commands/ModifyClientPropertiesCommand.js +2 -2
  47. package/dist-cjs/commands/ModifySamlPropertiesCommand.js +2 -2
  48. package/dist-cjs/commands/ModifySelfservicePermissionsCommand.js +2 -2
  49. package/dist-cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js +2 -2
  50. package/dist-cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js +2 -2
  51. package/dist-cjs/commands/ModifyWorkspacePropertiesCommand.js +2 -2
  52. package/dist-cjs/commands/ModifyWorkspaceStateCommand.js +2 -2
  53. package/dist-cjs/commands/RebootWorkspacesCommand.js +2 -2
  54. package/dist-cjs/commands/RebuildWorkspacesCommand.js +2 -2
  55. package/dist-cjs/commands/RegisterWorkspaceDirectoryCommand.js +2 -2
  56. package/dist-cjs/commands/RestoreWorkspaceCommand.js +2 -2
  57. package/dist-cjs/commands/RevokeIpRulesCommand.js +2 -2
  58. package/dist-cjs/commands/StartWorkspacesCommand.js +2 -2
  59. package/dist-cjs/commands/StopWorkspacesCommand.js +2 -2
  60. package/dist-cjs/commands/TerminateWorkspacesCommand.js +2 -2
  61. package/dist-cjs/commands/UpdateConnectClientAddInCommand.js +2 -2
  62. package/dist-cjs/commands/UpdateConnectionAliasPermissionCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateRulesOfIpGroupCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateWorkspaceBundleCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateWorkspaceImagePermissionCommand.js +2 -2
  66. package/dist-cjs/protocols/Aws_json1_1.js +1211 -1285
  67. package/dist-es/commands/AssociateConnectionAliasCommand.js +3 -3
  68. package/dist-es/commands/AssociateIpGroupsCommand.js +3 -3
  69. package/dist-es/commands/AuthorizeIpRulesCommand.js +3 -3
  70. package/dist-es/commands/CopyWorkspaceImageCommand.js +3 -3
  71. package/dist-es/commands/CreateConnectClientAddInCommand.js +3 -3
  72. package/dist-es/commands/CreateConnectionAliasCommand.js +3 -3
  73. package/dist-es/commands/CreateIpGroupCommand.js +3 -3
  74. package/dist-es/commands/CreateStandbyWorkspacesCommand.js +3 -3
  75. package/dist-es/commands/CreateTagsCommand.js +3 -3
  76. package/dist-es/commands/CreateUpdatedWorkspaceImageCommand.js +3 -3
  77. package/dist-es/commands/CreateWorkspaceBundleCommand.js +3 -3
  78. package/dist-es/commands/CreateWorkspaceImageCommand.js +3 -3
  79. package/dist-es/commands/CreateWorkspacesCommand.js +3 -3
  80. package/dist-es/commands/DeleteClientBrandingCommand.js +3 -3
  81. package/dist-es/commands/DeleteConnectClientAddInCommand.js +3 -3
  82. package/dist-es/commands/DeleteConnectionAliasCommand.js +3 -3
  83. package/dist-es/commands/DeleteIpGroupCommand.js +3 -3
  84. package/dist-es/commands/DeleteTagsCommand.js +3 -3
  85. package/dist-es/commands/DeleteWorkspaceBundleCommand.js +3 -3
  86. package/dist-es/commands/DeleteWorkspaceImageCommand.js +3 -3
  87. package/dist-es/commands/DeregisterWorkspaceDirectoryCommand.js +3 -3
  88. package/dist-es/commands/DescribeAccountCommand.js +3 -3
  89. package/dist-es/commands/DescribeAccountModificationsCommand.js +3 -3
  90. package/dist-es/commands/DescribeClientBrandingCommand.js +3 -3
  91. package/dist-es/commands/DescribeClientPropertiesCommand.js +3 -3
  92. package/dist-es/commands/DescribeConnectClientAddInsCommand.js +3 -3
  93. package/dist-es/commands/DescribeConnectionAliasPermissionsCommand.js +3 -3
  94. package/dist-es/commands/DescribeConnectionAliasesCommand.js +3 -3
  95. package/dist-es/commands/DescribeIpGroupsCommand.js +3 -3
  96. package/dist-es/commands/DescribeTagsCommand.js +3 -3
  97. package/dist-es/commands/DescribeWorkspaceBundlesCommand.js +3 -3
  98. package/dist-es/commands/DescribeWorkspaceDirectoriesCommand.js +3 -3
  99. package/dist-es/commands/DescribeWorkspaceImagePermissionsCommand.js +3 -3
  100. package/dist-es/commands/DescribeWorkspaceImagesCommand.js +3 -3
  101. package/dist-es/commands/DescribeWorkspaceSnapshotsCommand.js +3 -3
  102. package/dist-es/commands/DescribeWorkspacesCommand.js +3 -3
  103. package/dist-es/commands/DescribeWorkspacesConnectionStatusCommand.js +3 -3
  104. package/dist-es/commands/DisassociateConnectionAliasCommand.js +3 -3
  105. package/dist-es/commands/DisassociateIpGroupsCommand.js +3 -3
  106. package/dist-es/commands/ImportClientBrandingCommand.js +3 -3
  107. package/dist-es/commands/ImportWorkspaceImageCommand.js +3 -3
  108. package/dist-es/commands/ListAvailableManagementCidrRangesCommand.js +3 -3
  109. package/dist-es/commands/MigrateWorkspaceCommand.js +3 -3
  110. package/dist-es/commands/ModifyAccountCommand.js +3 -3
  111. package/dist-es/commands/ModifyCertificateBasedAuthPropertiesCommand.js +3 -3
  112. package/dist-es/commands/ModifyClientPropertiesCommand.js +3 -3
  113. package/dist-es/commands/ModifySamlPropertiesCommand.js +3 -3
  114. package/dist-es/commands/ModifySelfservicePermissionsCommand.js +3 -3
  115. package/dist-es/commands/ModifyWorkspaceAccessPropertiesCommand.js +3 -3
  116. package/dist-es/commands/ModifyWorkspaceCreationPropertiesCommand.js +3 -3
  117. package/dist-es/commands/ModifyWorkspacePropertiesCommand.js +3 -3
  118. package/dist-es/commands/ModifyWorkspaceStateCommand.js +3 -3
  119. package/dist-es/commands/RebootWorkspacesCommand.js +3 -3
  120. package/dist-es/commands/RebuildWorkspacesCommand.js +3 -3
  121. package/dist-es/commands/RegisterWorkspaceDirectoryCommand.js +3 -3
  122. package/dist-es/commands/RestoreWorkspaceCommand.js +3 -3
  123. package/dist-es/commands/RevokeIpRulesCommand.js +3 -3
  124. package/dist-es/commands/StartWorkspacesCommand.js +3 -3
  125. package/dist-es/commands/StopWorkspacesCommand.js +3 -3
  126. package/dist-es/commands/TerminateWorkspacesCommand.js +3 -3
  127. package/dist-es/commands/UpdateConnectClientAddInCommand.js +3 -3
  128. package/dist-es/commands/UpdateConnectionAliasPermissionCommand.js +3 -3
  129. package/dist-es/commands/UpdateRulesOfIpGroupCommand.js +3 -3
  130. package/dist-es/commands/UpdateWorkspaceBundleCommand.js +3 -3
  131. package/dist-es/commands/UpdateWorkspaceImagePermissionCommand.js +3 -3
  132. package/dist-es/protocols/Aws_json1_1.js +1078 -1152
  133. package/dist-types/protocols/Aws_json1_1.d.ts +520 -130
  134. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +130 -130
  135. package/package.json +29 -29
@@ -263,523 +263,523 @@ import {
263
263
  UpdateWorkspaceImagePermissionCommandInput,
264
264
  UpdateWorkspaceImagePermissionCommandOutput,
265
265
  } from "../commands/UpdateWorkspaceImagePermissionCommand";
266
- export declare const serializeAws_json1_1AssociateConnectionAliasCommand: (
266
+ export declare const se_AssociateConnectionAliasCommand: (
267
267
  input: AssociateConnectionAliasCommandInput,
268
268
  context: __SerdeContext
269
269
  ) => Promise<__HttpRequest>;
270
- export declare const serializeAws_json1_1AssociateIpGroupsCommand: (
270
+ export declare const se_AssociateIpGroupsCommand: (
271
271
  input: AssociateIpGroupsCommandInput,
272
272
  context: __SerdeContext
273
273
  ) => Promise<__HttpRequest>;
274
- export declare const serializeAws_json1_1AuthorizeIpRulesCommand: (
274
+ export declare const se_AuthorizeIpRulesCommand: (
275
275
  input: AuthorizeIpRulesCommandInput,
276
276
  context: __SerdeContext
277
277
  ) => Promise<__HttpRequest>;
278
- export declare const serializeAws_json1_1CopyWorkspaceImageCommand: (
278
+ export declare const se_CopyWorkspaceImageCommand: (
279
279
  input: CopyWorkspaceImageCommandInput,
280
280
  context: __SerdeContext
281
281
  ) => Promise<__HttpRequest>;
282
- export declare const serializeAws_json1_1CreateConnectClientAddInCommand: (
282
+ export declare const se_CreateConnectClientAddInCommand: (
283
283
  input: CreateConnectClientAddInCommandInput,
284
284
  context: __SerdeContext
285
285
  ) => Promise<__HttpRequest>;
286
- export declare const serializeAws_json1_1CreateConnectionAliasCommand: (
286
+ export declare const se_CreateConnectionAliasCommand: (
287
287
  input: CreateConnectionAliasCommandInput,
288
288
  context: __SerdeContext
289
289
  ) => Promise<__HttpRequest>;
290
- export declare const serializeAws_json1_1CreateIpGroupCommand: (
290
+ export declare const se_CreateIpGroupCommand: (
291
291
  input: CreateIpGroupCommandInput,
292
292
  context: __SerdeContext
293
293
  ) => Promise<__HttpRequest>;
294
- export declare const serializeAws_json1_1CreateStandbyWorkspacesCommand: (
294
+ export declare const se_CreateStandbyWorkspacesCommand: (
295
295
  input: CreateStandbyWorkspacesCommandInput,
296
296
  context: __SerdeContext
297
297
  ) => Promise<__HttpRequest>;
298
- export declare const serializeAws_json1_1CreateTagsCommand: (
298
+ export declare const se_CreateTagsCommand: (
299
299
  input: CreateTagsCommandInput,
300
300
  context: __SerdeContext
301
301
  ) => Promise<__HttpRequest>;
302
- export declare const serializeAws_json1_1CreateUpdatedWorkspaceImageCommand: (
302
+ export declare const se_CreateUpdatedWorkspaceImageCommand: (
303
303
  input: CreateUpdatedWorkspaceImageCommandInput,
304
304
  context: __SerdeContext
305
305
  ) => Promise<__HttpRequest>;
306
- export declare const serializeAws_json1_1CreateWorkspaceBundleCommand: (
306
+ export declare const se_CreateWorkspaceBundleCommand: (
307
307
  input: CreateWorkspaceBundleCommandInput,
308
308
  context: __SerdeContext
309
309
  ) => Promise<__HttpRequest>;
310
- export declare const serializeAws_json1_1CreateWorkspaceImageCommand: (
310
+ export declare const se_CreateWorkspaceImageCommand: (
311
311
  input: CreateWorkspaceImageCommandInput,
312
312
  context: __SerdeContext
313
313
  ) => Promise<__HttpRequest>;
314
- export declare const serializeAws_json1_1CreateWorkspacesCommand: (
314
+ export declare const se_CreateWorkspacesCommand: (
315
315
  input: CreateWorkspacesCommandInput,
316
316
  context: __SerdeContext
317
317
  ) => Promise<__HttpRequest>;
318
- export declare const serializeAws_json1_1DeleteClientBrandingCommand: (
318
+ export declare const se_DeleteClientBrandingCommand: (
319
319
  input: DeleteClientBrandingCommandInput,
320
320
  context: __SerdeContext
321
321
  ) => Promise<__HttpRequest>;
322
- export declare const serializeAws_json1_1DeleteConnectClientAddInCommand: (
322
+ export declare const se_DeleteConnectClientAddInCommand: (
323
323
  input: DeleteConnectClientAddInCommandInput,
324
324
  context: __SerdeContext
325
325
  ) => Promise<__HttpRequest>;
326
- export declare const serializeAws_json1_1DeleteConnectionAliasCommand: (
326
+ export declare const se_DeleteConnectionAliasCommand: (
327
327
  input: DeleteConnectionAliasCommandInput,
328
328
  context: __SerdeContext
329
329
  ) => Promise<__HttpRequest>;
330
- export declare const serializeAws_json1_1DeleteIpGroupCommand: (
330
+ export declare const se_DeleteIpGroupCommand: (
331
331
  input: DeleteIpGroupCommandInput,
332
332
  context: __SerdeContext
333
333
  ) => Promise<__HttpRequest>;
334
- export declare const serializeAws_json1_1DeleteTagsCommand: (
334
+ export declare const se_DeleteTagsCommand: (
335
335
  input: DeleteTagsCommandInput,
336
336
  context: __SerdeContext
337
337
  ) => Promise<__HttpRequest>;
338
- export declare const serializeAws_json1_1DeleteWorkspaceBundleCommand: (
338
+ export declare const se_DeleteWorkspaceBundleCommand: (
339
339
  input: DeleteWorkspaceBundleCommandInput,
340
340
  context: __SerdeContext
341
341
  ) => Promise<__HttpRequest>;
342
- export declare const serializeAws_json1_1DeleteWorkspaceImageCommand: (
342
+ export declare const se_DeleteWorkspaceImageCommand: (
343
343
  input: DeleteWorkspaceImageCommandInput,
344
344
  context: __SerdeContext
345
345
  ) => Promise<__HttpRequest>;
346
- export declare const serializeAws_json1_1DeregisterWorkspaceDirectoryCommand: (
346
+ export declare const se_DeregisterWorkspaceDirectoryCommand: (
347
347
  input: DeregisterWorkspaceDirectoryCommandInput,
348
348
  context: __SerdeContext
349
349
  ) => Promise<__HttpRequest>;
350
- export declare const serializeAws_json1_1DescribeAccountCommand: (
350
+ export declare const se_DescribeAccountCommand: (
351
351
  input: DescribeAccountCommandInput,
352
352
  context: __SerdeContext
353
353
  ) => Promise<__HttpRequest>;
354
- export declare const serializeAws_json1_1DescribeAccountModificationsCommand: (
354
+ export declare const se_DescribeAccountModificationsCommand: (
355
355
  input: DescribeAccountModificationsCommandInput,
356
356
  context: __SerdeContext
357
357
  ) => Promise<__HttpRequest>;
358
- export declare const serializeAws_json1_1DescribeClientBrandingCommand: (
358
+ export declare const se_DescribeClientBrandingCommand: (
359
359
  input: DescribeClientBrandingCommandInput,
360
360
  context: __SerdeContext
361
361
  ) => Promise<__HttpRequest>;
362
- export declare const serializeAws_json1_1DescribeClientPropertiesCommand: (
362
+ export declare const se_DescribeClientPropertiesCommand: (
363
363
  input: DescribeClientPropertiesCommandInput,
364
364
  context: __SerdeContext
365
365
  ) => Promise<__HttpRequest>;
366
- export declare const serializeAws_json1_1DescribeConnectClientAddInsCommand: (
366
+ export declare const se_DescribeConnectClientAddInsCommand: (
367
367
  input: DescribeConnectClientAddInsCommandInput,
368
368
  context: __SerdeContext
369
369
  ) => Promise<__HttpRequest>;
370
- export declare const serializeAws_json1_1DescribeConnectionAliasesCommand: (
370
+ export declare const se_DescribeConnectionAliasesCommand: (
371
371
  input: DescribeConnectionAliasesCommandInput,
372
372
  context: __SerdeContext
373
373
  ) => Promise<__HttpRequest>;
374
- export declare const serializeAws_json1_1DescribeConnectionAliasPermissionsCommand: (
374
+ export declare const se_DescribeConnectionAliasPermissionsCommand: (
375
375
  input: DescribeConnectionAliasPermissionsCommandInput,
376
376
  context: __SerdeContext
377
377
  ) => Promise<__HttpRequest>;
378
- export declare const serializeAws_json1_1DescribeIpGroupsCommand: (
378
+ export declare const se_DescribeIpGroupsCommand: (
379
379
  input: DescribeIpGroupsCommandInput,
380
380
  context: __SerdeContext
381
381
  ) => Promise<__HttpRequest>;
382
- export declare const serializeAws_json1_1DescribeTagsCommand: (
382
+ export declare const se_DescribeTagsCommand: (
383
383
  input: DescribeTagsCommandInput,
384
384
  context: __SerdeContext
385
385
  ) => Promise<__HttpRequest>;
386
- export declare const serializeAws_json1_1DescribeWorkspaceBundlesCommand: (
386
+ export declare const se_DescribeWorkspaceBundlesCommand: (
387
387
  input: DescribeWorkspaceBundlesCommandInput,
388
388
  context: __SerdeContext
389
389
  ) => Promise<__HttpRequest>;
390
- export declare const serializeAws_json1_1DescribeWorkspaceDirectoriesCommand: (
390
+ export declare const se_DescribeWorkspaceDirectoriesCommand: (
391
391
  input: DescribeWorkspaceDirectoriesCommandInput,
392
392
  context: __SerdeContext
393
393
  ) => Promise<__HttpRequest>;
394
- export declare const serializeAws_json1_1DescribeWorkspaceImagePermissionsCommand: (
394
+ export declare const se_DescribeWorkspaceImagePermissionsCommand: (
395
395
  input: DescribeWorkspaceImagePermissionsCommandInput,
396
396
  context: __SerdeContext
397
397
  ) => Promise<__HttpRequest>;
398
- export declare const serializeAws_json1_1DescribeWorkspaceImagesCommand: (
398
+ export declare const se_DescribeWorkspaceImagesCommand: (
399
399
  input: DescribeWorkspaceImagesCommandInput,
400
400
  context: __SerdeContext
401
401
  ) => Promise<__HttpRequest>;
402
- export declare const serializeAws_json1_1DescribeWorkspacesCommand: (
402
+ export declare const se_DescribeWorkspacesCommand: (
403
403
  input: DescribeWorkspacesCommandInput,
404
404
  context: __SerdeContext
405
405
  ) => Promise<__HttpRequest>;
406
- export declare const serializeAws_json1_1DescribeWorkspacesConnectionStatusCommand: (
406
+ export declare const se_DescribeWorkspacesConnectionStatusCommand: (
407
407
  input: DescribeWorkspacesConnectionStatusCommandInput,
408
408
  context: __SerdeContext
409
409
  ) => Promise<__HttpRequest>;
410
- export declare const serializeAws_json1_1DescribeWorkspaceSnapshotsCommand: (
410
+ export declare const se_DescribeWorkspaceSnapshotsCommand: (
411
411
  input: DescribeWorkspaceSnapshotsCommandInput,
412
412
  context: __SerdeContext
413
413
  ) => Promise<__HttpRequest>;
414
- export declare const serializeAws_json1_1DisassociateConnectionAliasCommand: (
414
+ export declare const se_DisassociateConnectionAliasCommand: (
415
415
  input: DisassociateConnectionAliasCommandInput,
416
416
  context: __SerdeContext
417
417
  ) => Promise<__HttpRequest>;
418
- export declare const serializeAws_json1_1DisassociateIpGroupsCommand: (
418
+ export declare const se_DisassociateIpGroupsCommand: (
419
419
  input: DisassociateIpGroupsCommandInput,
420
420
  context: __SerdeContext
421
421
  ) => Promise<__HttpRequest>;
422
- export declare const serializeAws_json1_1ImportClientBrandingCommand: (
422
+ export declare const se_ImportClientBrandingCommand: (
423
423
  input: ImportClientBrandingCommandInput,
424
424
  context: __SerdeContext
425
425
  ) => Promise<__HttpRequest>;
426
- export declare const serializeAws_json1_1ImportWorkspaceImageCommand: (
426
+ export declare const se_ImportWorkspaceImageCommand: (
427
427
  input: ImportWorkspaceImageCommandInput,
428
428
  context: __SerdeContext
429
429
  ) => Promise<__HttpRequest>;
430
- export declare const serializeAws_json1_1ListAvailableManagementCidrRangesCommand: (
430
+ export declare const se_ListAvailableManagementCidrRangesCommand: (
431
431
  input: ListAvailableManagementCidrRangesCommandInput,
432
432
  context: __SerdeContext
433
433
  ) => Promise<__HttpRequest>;
434
- export declare const serializeAws_json1_1MigrateWorkspaceCommand: (
434
+ export declare const se_MigrateWorkspaceCommand: (
435
435
  input: MigrateWorkspaceCommandInput,
436
436
  context: __SerdeContext
437
437
  ) => Promise<__HttpRequest>;
438
- export declare const serializeAws_json1_1ModifyAccountCommand: (
438
+ export declare const se_ModifyAccountCommand: (
439
439
  input: ModifyAccountCommandInput,
440
440
  context: __SerdeContext
441
441
  ) => Promise<__HttpRequest>;
442
- export declare const serializeAws_json1_1ModifyCertificateBasedAuthPropertiesCommand: (
442
+ export declare const se_ModifyCertificateBasedAuthPropertiesCommand: (
443
443
  input: ModifyCertificateBasedAuthPropertiesCommandInput,
444
444
  context: __SerdeContext
445
445
  ) => Promise<__HttpRequest>;
446
- export declare const serializeAws_json1_1ModifyClientPropertiesCommand: (
446
+ export declare const se_ModifyClientPropertiesCommand: (
447
447
  input: ModifyClientPropertiesCommandInput,
448
448
  context: __SerdeContext
449
449
  ) => Promise<__HttpRequest>;
450
- export declare const serializeAws_json1_1ModifySamlPropertiesCommand: (
450
+ export declare const se_ModifySamlPropertiesCommand: (
451
451
  input: ModifySamlPropertiesCommandInput,
452
452
  context: __SerdeContext
453
453
  ) => Promise<__HttpRequest>;
454
- export declare const serializeAws_json1_1ModifySelfservicePermissionsCommand: (
454
+ export declare const se_ModifySelfservicePermissionsCommand: (
455
455
  input: ModifySelfservicePermissionsCommandInput,
456
456
  context: __SerdeContext
457
457
  ) => Promise<__HttpRequest>;
458
- export declare const serializeAws_json1_1ModifyWorkspaceAccessPropertiesCommand: (
458
+ export declare const se_ModifyWorkspaceAccessPropertiesCommand: (
459
459
  input: ModifyWorkspaceAccessPropertiesCommandInput,
460
460
  context: __SerdeContext
461
461
  ) => Promise<__HttpRequest>;
462
- export declare const serializeAws_json1_1ModifyWorkspaceCreationPropertiesCommand: (
462
+ export declare const se_ModifyWorkspaceCreationPropertiesCommand: (
463
463
  input: ModifyWorkspaceCreationPropertiesCommandInput,
464
464
  context: __SerdeContext
465
465
  ) => Promise<__HttpRequest>;
466
- export declare const serializeAws_json1_1ModifyWorkspacePropertiesCommand: (
466
+ export declare const se_ModifyWorkspacePropertiesCommand: (
467
467
  input: ModifyWorkspacePropertiesCommandInput,
468
468
  context: __SerdeContext
469
469
  ) => Promise<__HttpRequest>;
470
- export declare const serializeAws_json1_1ModifyWorkspaceStateCommand: (
470
+ export declare const se_ModifyWorkspaceStateCommand: (
471
471
  input: ModifyWorkspaceStateCommandInput,
472
472
  context: __SerdeContext
473
473
  ) => Promise<__HttpRequest>;
474
- export declare const serializeAws_json1_1RebootWorkspacesCommand: (
474
+ export declare const se_RebootWorkspacesCommand: (
475
475
  input: RebootWorkspacesCommandInput,
476
476
  context: __SerdeContext
477
477
  ) => Promise<__HttpRequest>;
478
- export declare const serializeAws_json1_1RebuildWorkspacesCommand: (
478
+ export declare const se_RebuildWorkspacesCommand: (
479
479
  input: RebuildWorkspacesCommandInput,
480
480
  context: __SerdeContext
481
481
  ) => Promise<__HttpRequest>;
482
- export declare const serializeAws_json1_1RegisterWorkspaceDirectoryCommand: (
482
+ export declare const se_RegisterWorkspaceDirectoryCommand: (
483
483
  input: RegisterWorkspaceDirectoryCommandInput,
484
484
  context: __SerdeContext
485
485
  ) => Promise<__HttpRequest>;
486
- export declare const serializeAws_json1_1RestoreWorkspaceCommand: (
486
+ export declare const se_RestoreWorkspaceCommand: (
487
487
  input: RestoreWorkspaceCommandInput,
488
488
  context: __SerdeContext
489
489
  ) => Promise<__HttpRequest>;
490
- export declare const serializeAws_json1_1RevokeIpRulesCommand: (
490
+ export declare const se_RevokeIpRulesCommand: (
491
491
  input: RevokeIpRulesCommandInput,
492
492
  context: __SerdeContext
493
493
  ) => Promise<__HttpRequest>;
494
- export declare const serializeAws_json1_1StartWorkspacesCommand: (
494
+ export declare const se_StartWorkspacesCommand: (
495
495
  input: StartWorkspacesCommandInput,
496
496
  context: __SerdeContext
497
497
  ) => Promise<__HttpRequest>;
498
- export declare const serializeAws_json1_1StopWorkspacesCommand: (
498
+ export declare const se_StopWorkspacesCommand: (
499
499
  input: StopWorkspacesCommandInput,
500
500
  context: __SerdeContext
501
501
  ) => Promise<__HttpRequest>;
502
- export declare const serializeAws_json1_1TerminateWorkspacesCommand: (
502
+ export declare const se_TerminateWorkspacesCommand: (
503
503
  input: TerminateWorkspacesCommandInput,
504
504
  context: __SerdeContext
505
505
  ) => Promise<__HttpRequest>;
506
- export declare const serializeAws_json1_1UpdateConnectClientAddInCommand: (
506
+ export declare const se_UpdateConnectClientAddInCommand: (
507
507
  input: UpdateConnectClientAddInCommandInput,
508
508
  context: __SerdeContext
509
509
  ) => Promise<__HttpRequest>;
510
- export declare const serializeAws_json1_1UpdateConnectionAliasPermissionCommand: (
510
+ export declare const se_UpdateConnectionAliasPermissionCommand: (
511
511
  input: UpdateConnectionAliasPermissionCommandInput,
512
512
  context: __SerdeContext
513
513
  ) => Promise<__HttpRequest>;
514
- export declare const serializeAws_json1_1UpdateRulesOfIpGroupCommand: (
514
+ export declare const se_UpdateRulesOfIpGroupCommand: (
515
515
  input: UpdateRulesOfIpGroupCommandInput,
516
516
  context: __SerdeContext
517
517
  ) => Promise<__HttpRequest>;
518
- export declare const serializeAws_json1_1UpdateWorkspaceBundleCommand: (
518
+ export declare const se_UpdateWorkspaceBundleCommand: (
519
519
  input: UpdateWorkspaceBundleCommandInput,
520
520
  context: __SerdeContext
521
521
  ) => Promise<__HttpRequest>;
522
- export declare const serializeAws_json1_1UpdateWorkspaceImagePermissionCommand: (
522
+ export declare const se_UpdateWorkspaceImagePermissionCommand: (
523
523
  input: UpdateWorkspaceImagePermissionCommandInput,
524
524
  context: __SerdeContext
525
525
  ) => Promise<__HttpRequest>;
526
- export declare const deserializeAws_json1_1AssociateConnectionAliasCommand: (
526
+ export declare const de_AssociateConnectionAliasCommand: (
527
527
  output: __HttpResponse,
528
528
  context: __SerdeContext
529
529
  ) => Promise<AssociateConnectionAliasCommandOutput>;
530
- export declare const deserializeAws_json1_1AssociateIpGroupsCommand: (
530
+ export declare const de_AssociateIpGroupsCommand: (
531
531
  output: __HttpResponse,
532
532
  context: __SerdeContext
533
533
  ) => Promise<AssociateIpGroupsCommandOutput>;
534
- export declare const deserializeAws_json1_1AuthorizeIpRulesCommand: (
534
+ export declare const de_AuthorizeIpRulesCommand: (
535
535
  output: __HttpResponse,
536
536
  context: __SerdeContext
537
537
  ) => Promise<AuthorizeIpRulesCommandOutput>;
538
- export declare const deserializeAws_json1_1CopyWorkspaceImageCommand: (
538
+ export declare const de_CopyWorkspaceImageCommand: (
539
539
  output: __HttpResponse,
540
540
  context: __SerdeContext
541
541
  ) => Promise<CopyWorkspaceImageCommandOutput>;
542
- export declare const deserializeAws_json1_1CreateConnectClientAddInCommand: (
542
+ export declare const de_CreateConnectClientAddInCommand: (
543
543
  output: __HttpResponse,
544
544
  context: __SerdeContext
545
545
  ) => Promise<CreateConnectClientAddInCommandOutput>;
546
- export declare const deserializeAws_json1_1CreateConnectionAliasCommand: (
546
+ export declare const de_CreateConnectionAliasCommand: (
547
547
  output: __HttpResponse,
548
548
  context: __SerdeContext
549
549
  ) => Promise<CreateConnectionAliasCommandOutput>;
550
- export declare const deserializeAws_json1_1CreateIpGroupCommand: (
550
+ export declare const de_CreateIpGroupCommand: (
551
551
  output: __HttpResponse,
552
552
  context: __SerdeContext
553
553
  ) => Promise<CreateIpGroupCommandOutput>;
554
- export declare const deserializeAws_json1_1CreateStandbyWorkspacesCommand: (
554
+ export declare const de_CreateStandbyWorkspacesCommand: (
555
555
  output: __HttpResponse,
556
556
  context: __SerdeContext
557
557
  ) => Promise<CreateStandbyWorkspacesCommandOutput>;
558
- export declare const deserializeAws_json1_1CreateTagsCommand: (
558
+ export declare const de_CreateTagsCommand: (
559
559
  output: __HttpResponse,
560
560
  context: __SerdeContext
561
561
  ) => Promise<CreateTagsCommandOutput>;
562
- export declare const deserializeAws_json1_1CreateUpdatedWorkspaceImageCommand: (
562
+ export declare const de_CreateUpdatedWorkspaceImageCommand: (
563
563
  output: __HttpResponse,
564
564
  context: __SerdeContext
565
565
  ) => Promise<CreateUpdatedWorkspaceImageCommandOutput>;
566
- export declare const deserializeAws_json1_1CreateWorkspaceBundleCommand: (
566
+ export declare const de_CreateWorkspaceBundleCommand: (
567
567
  output: __HttpResponse,
568
568
  context: __SerdeContext
569
569
  ) => Promise<CreateWorkspaceBundleCommandOutput>;
570
- export declare const deserializeAws_json1_1CreateWorkspaceImageCommand: (
570
+ export declare const de_CreateWorkspaceImageCommand: (
571
571
  output: __HttpResponse,
572
572
  context: __SerdeContext
573
573
  ) => Promise<CreateWorkspaceImageCommandOutput>;
574
- export declare const deserializeAws_json1_1CreateWorkspacesCommand: (
574
+ export declare const de_CreateWorkspacesCommand: (
575
575
  output: __HttpResponse,
576
576
  context: __SerdeContext
577
577
  ) => Promise<CreateWorkspacesCommandOutput>;
578
- export declare const deserializeAws_json1_1DeleteClientBrandingCommand: (
578
+ export declare const de_DeleteClientBrandingCommand: (
579
579
  output: __HttpResponse,
580
580
  context: __SerdeContext
581
581
  ) => Promise<DeleteClientBrandingCommandOutput>;
582
- export declare const deserializeAws_json1_1DeleteConnectClientAddInCommand: (
582
+ export declare const de_DeleteConnectClientAddInCommand: (
583
583
  output: __HttpResponse,
584
584
  context: __SerdeContext
585
585
  ) => Promise<DeleteConnectClientAddInCommandOutput>;
586
- export declare const deserializeAws_json1_1DeleteConnectionAliasCommand: (
586
+ export declare const de_DeleteConnectionAliasCommand: (
587
587
  output: __HttpResponse,
588
588
  context: __SerdeContext
589
589
  ) => Promise<DeleteConnectionAliasCommandOutput>;
590
- export declare const deserializeAws_json1_1DeleteIpGroupCommand: (
590
+ export declare const de_DeleteIpGroupCommand: (
591
591
  output: __HttpResponse,
592
592
  context: __SerdeContext
593
593
  ) => Promise<DeleteIpGroupCommandOutput>;
594
- export declare const deserializeAws_json1_1DeleteTagsCommand: (
594
+ export declare const de_DeleteTagsCommand: (
595
595
  output: __HttpResponse,
596
596
  context: __SerdeContext
597
597
  ) => Promise<DeleteTagsCommandOutput>;
598
- export declare const deserializeAws_json1_1DeleteWorkspaceBundleCommand: (
598
+ export declare const de_DeleteWorkspaceBundleCommand: (
599
599
  output: __HttpResponse,
600
600
  context: __SerdeContext
601
601
  ) => Promise<DeleteWorkspaceBundleCommandOutput>;
602
- export declare const deserializeAws_json1_1DeleteWorkspaceImageCommand: (
602
+ export declare const de_DeleteWorkspaceImageCommand: (
603
603
  output: __HttpResponse,
604
604
  context: __SerdeContext
605
605
  ) => Promise<DeleteWorkspaceImageCommandOutput>;
606
- export declare const deserializeAws_json1_1DeregisterWorkspaceDirectoryCommand: (
606
+ export declare const de_DeregisterWorkspaceDirectoryCommand: (
607
607
  output: __HttpResponse,
608
608
  context: __SerdeContext
609
609
  ) => Promise<DeregisterWorkspaceDirectoryCommandOutput>;
610
- export declare const deserializeAws_json1_1DescribeAccountCommand: (
610
+ export declare const de_DescribeAccountCommand: (
611
611
  output: __HttpResponse,
612
612
  context: __SerdeContext
613
613
  ) => Promise<DescribeAccountCommandOutput>;
614
- export declare const deserializeAws_json1_1DescribeAccountModificationsCommand: (
614
+ export declare const de_DescribeAccountModificationsCommand: (
615
615
  output: __HttpResponse,
616
616
  context: __SerdeContext
617
617
  ) => Promise<DescribeAccountModificationsCommandOutput>;
618
- export declare const deserializeAws_json1_1DescribeClientBrandingCommand: (
618
+ export declare const de_DescribeClientBrandingCommand: (
619
619
  output: __HttpResponse,
620
620
  context: __SerdeContext
621
621
  ) => Promise<DescribeClientBrandingCommandOutput>;
622
- export declare const deserializeAws_json1_1DescribeClientPropertiesCommand: (
622
+ export declare const de_DescribeClientPropertiesCommand: (
623
623
  output: __HttpResponse,
624
624
  context: __SerdeContext
625
625
  ) => Promise<DescribeClientPropertiesCommandOutput>;
626
- export declare const deserializeAws_json1_1DescribeConnectClientAddInsCommand: (
626
+ export declare const de_DescribeConnectClientAddInsCommand: (
627
627
  output: __HttpResponse,
628
628
  context: __SerdeContext
629
629
  ) => Promise<DescribeConnectClientAddInsCommandOutput>;
630
- export declare const deserializeAws_json1_1DescribeConnectionAliasesCommand: (
630
+ export declare const de_DescribeConnectionAliasesCommand: (
631
631
  output: __HttpResponse,
632
632
  context: __SerdeContext
633
633
  ) => Promise<DescribeConnectionAliasesCommandOutput>;
634
- export declare const deserializeAws_json1_1DescribeConnectionAliasPermissionsCommand: (
634
+ export declare const de_DescribeConnectionAliasPermissionsCommand: (
635
635
  output: __HttpResponse,
636
636
  context: __SerdeContext
637
637
  ) => Promise<DescribeConnectionAliasPermissionsCommandOutput>;
638
- export declare const deserializeAws_json1_1DescribeIpGroupsCommand: (
638
+ export declare const de_DescribeIpGroupsCommand: (
639
639
  output: __HttpResponse,
640
640
  context: __SerdeContext
641
641
  ) => Promise<DescribeIpGroupsCommandOutput>;
642
- export declare const deserializeAws_json1_1DescribeTagsCommand: (
642
+ export declare const de_DescribeTagsCommand: (
643
643
  output: __HttpResponse,
644
644
  context: __SerdeContext
645
645
  ) => Promise<DescribeTagsCommandOutput>;
646
- export declare const deserializeAws_json1_1DescribeWorkspaceBundlesCommand: (
646
+ export declare const de_DescribeWorkspaceBundlesCommand: (
647
647
  output: __HttpResponse,
648
648
  context: __SerdeContext
649
649
  ) => Promise<DescribeWorkspaceBundlesCommandOutput>;
650
- export declare const deserializeAws_json1_1DescribeWorkspaceDirectoriesCommand: (
650
+ export declare const de_DescribeWorkspaceDirectoriesCommand: (
651
651
  output: __HttpResponse,
652
652
  context: __SerdeContext
653
653
  ) => Promise<DescribeWorkspaceDirectoriesCommandOutput>;
654
- export declare const deserializeAws_json1_1DescribeWorkspaceImagePermissionsCommand: (
654
+ export declare const de_DescribeWorkspaceImagePermissionsCommand: (
655
655
  output: __HttpResponse,
656
656
  context: __SerdeContext
657
657
  ) => Promise<DescribeWorkspaceImagePermissionsCommandOutput>;
658
- export declare const deserializeAws_json1_1DescribeWorkspaceImagesCommand: (
658
+ export declare const de_DescribeWorkspaceImagesCommand: (
659
659
  output: __HttpResponse,
660
660
  context: __SerdeContext
661
661
  ) => Promise<DescribeWorkspaceImagesCommandOutput>;
662
- export declare const deserializeAws_json1_1DescribeWorkspacesCommand: (
662
+ export declare const de_DescribeWorkspacesCommand: (
663
663
  output: __HttpResponse,
664
664
  context: __SerdeContext
665
665
  ) => Promise<DescribeWorkspacesCommandOutput>;
666
- export declare const deserializeAws_json1_1DescribeWorkspacesConnectionStatusCommand: (
666
+ export declare const de_DescribeWorkspacesConnectionStatusCommand: (
667
667
  output: __HttpResponse,
668
668
  context: __SerdeContext
669
669
  ) => Promise<DescribeWorkspacesConnectionStatusCommandOutput>;
670
- export declare const deserializeAws_json1_1DescribeWorkspaceSnapshotsCommand: (
670
+ export declare const de_DescribeWorkspaceSnapshotsCommand: (
671
671
  output: __HttpResponse,
672
672
  context: __SerdeContext
673
673
  ) => Promise<DescribeWorkspaceSnapshotsCommandOutput>;
674
- export declare const deserializeAws_json1_1DisassociateConnectionAliasCommand: (
674
+ export declare const de_DisassociateConnectionAliasCommand: (
675
675
  output: __HttpResponse,
676
676
  context: __SerdeContext
677
677
  ) => Promise<DisassociateConnectionAliasCommandOutput>;
678
- export declare const deserializeAws_json1_1DisassociateIpGroupsCommand: (
678
+ export declare const de_DisassociateIpGroupsCommand: (
679
679
  output: __HttpResponse,
680
680
  context: __SerdeContext
681
681
  ) => Promise<DisassociateIpGroupsCommandOutput>;
682
- export declare const deserializeAws_json1_1ImportClientBrandingCommand: (
682
+ export declare const de_ImportClientBrandingCommand: (
683
683
  output: __HttpResponse,
684
684
  context: __SerdeContext
685
685
  ) => Promise<ImportClientBrandingCommandOutput>;
686
- export declare const deserializeAws_json1_1ImportWorkspaceImageCommand: (
686
+ export declare const de_ImportWorkspaceImageCommand: (
687
687
  output: __HttpResponse,
688
688
  context: __SerdeContext
689
689
  ) => Promise<ImportWorkspaceImageCommandOutput>;
690
- export declare const deserializeAws_json1_1ListAvailableManagementCidrRangesCommand: (
690
+ export declare const de_ListAvailableManagementCidrRangesCommand: (
691
691
  output: __HttpResponse,
692
692
  context: __SerdeContext
693
693
  ) => Promise<ListAvailableManagementCidrRangesCommandOutput>;
694
- export declare const deserializeAws_json1_1MigrateWorkspaceCommand: (
694
+ export declare const de_MigrateWorkspaceCommand: (
695
695
  output: __HttpResponse,
696
696
  context: __SerdeContext
697
697
  ) => Promise<MigrateWorkspaceCommandOutput>;
698
- export declare const deserializeAws_json1_1ModifyAccountCommand: (
698
+ export declare const de_ModifyAccountCommand: (
699
699
  output: __HttpResponse,
700
700
  context: __SerdeContext
701
701
  ) => Promise<ModifyAccountCommandOutput>;
702
- export declare const deserializeAws_json1_1ModifyCertificateBasedAuthPropertiesCommand: (
702
+ export declare const de_ModifyCertificateBasedAuthPropertiesCommand: (
703
703
  output: __HttpResponse,
704
704
  context: __SerdeContext
705
705
  ) => Promise<ModifyCertificateBasedAuthPropertiesCommandOutput>;
706
- export declare const deserializeAws_json1_1ModifyClientPropertiesCommand: (
706
+ export declare const de_ModifyClientPropertiesCommand: (
707
707
  output: __HttpResponse,
708
708
  context: __SerdeContext
709
709
  ) => Promise<ModifyClientPropertiesCommandOutput>;
710
- export declare const deserializeAws_json1_1ModifySamlPropertiesCommand: (
710
+ export declare const de_ModifySamlPropertiesCommand: (
711
711
  output: __HttpResponse,
712
712
  context: __SerdeContext
713
713
  ) => Promise<ModifySamlPropertiesCommandOutput>;
714
- export declare const deserializeAws_json1_1ModifySelfservicePermissionsCommand: (
714
+ export declare const de_ModifySelfservicePermissionsCommand: (
715
715
  output: __HttpResponse,
716
716
  context: __SerdeContext
717
717
  ) => Promise<ModifySelfservicePermissionsCommandOutput>;
718
- export declare const deserializeAws_json1_1ModifyWorkspaceAccessPropertiesCommand: (
718
+ export declare const de_ModifyWorkspaceAccessPropertiesCommand: (
719
719
  output: __HttpResponse,
720
720
  context: __SerdeContext
721
721
  ) => Promise<ModifyWorkspaceAccessPropertiesCommandOutput>;
722
- export declare const deserializeAws_json1_1ModifyWorkspaceCreationPropertiesCommand: (
722
+ export declare const de_ModifyWorkspaceCreationPropertiesCommand: (
723
723
  output: __HttpResponse,
724
724
  context: __SerdeContext
725
725
  ) => Promise<ModifyWorkspaceCreationPropertiesCommandOutput>;
726
- export declare const deserializeAws_json1_1ModifyWorkspacePropertiesCommand: (
726
+ export declare const de_ModifyWorkspacePropertiesCommand: (
727
727
  output: __HttpResponse,
728
728
  context: __SerdeContext
729
729
  ) => Promise<ModifyWorkspacePropertiesCommandOutput>;
730
- export declare const deserializeAws_json1_1ModifyWorkspaceStateCommand: (
730
+ export declare const de_ModifyWorkspaceStateCommand: (
731
731
  output: __HttpResponse,
732
732
  context: __SerdeContext
733
733
  ) => Promise<ModifyWorkspaceStateCommandOutput>;
734
- export declare const deserializeAws_json1_1RebootWorkspacesCommand: (
734
+ export declare const de_RebootWorkspacesCommand: (
735
735
  output: __HttpResponse,
736
736
  context: __SerdeContext
737
737
  ) => Promise<RebootWorkspacesCommandOutput>;
738
- export declare const deserializeAws_json1_1RebuildWorkspacesCommand: (
738
+ export declare const de_RebuildWorkspacesCommand: (
739
739
  output: __HttpResponse,
740
740
  context: __SerdeContext
741
741
  ) => Promise<RebuildWorkspacesCommandOutput>;
742
- export declare const deserializeAws_json1_1RegisterWorkspaceDirectoryCommand: (
742
+ export declare const de_RegisterWorkspaceDirectoryCommand: (
743
743
  output: __HttpResponse,
744
744
  context: __SerdeContext
745
745
  ) => Promise<RegisterWorkspaceDirectoryCommandOutput>;
746
- export declare const deserializeAws_json1_1RestoreWorkspaceCommand: (
746
+ export declare const de_RestoreWorkspaceCommand: (
747
747
  output: __HttpResponse,
748
748
  context: __SerdeContext
749
749
  ) => Promise<RestoreWorkspaceCommandOutput>;
750
- export declare const deserializeAws_json1_1RevokeIpRulesCommand: (
750
+ export declare const de_RevokeIpRulesCommand: (
751
751
  output: __HttpResponse,
752
752
  context: __SerdeContext
753
753
  ) => Promise<RevokeIpRulesCommandOutput>;
754
- export declare const deserializeAws_json1_1StartWorkspacesCommand: (
754
+ export declare const de_StartWorkspacesCommand: (
755
755
  output: __HttpResponse,
756
756
  context: __SerdeContext
757
757
  ) => Promise<StartWorkspacesCommandOutput>;
758
- export declare const deserializeAws_json1_1StopWorkspacesCommand: (
758
+ export declare const de_StopWorkspacesCommand: (
759
759
  output: __HttpResponse,
760
760
  context: __SerdeContext
761
761
  ) => Promise<StopWorkspacesCommandOutput>;
762
- export declare const deserializeAws_json1_1TerminateWorkspacesCommand: (
762
+ export declare const de_TerminateWorkspacesCommand: (
763
763
  output: __HttpResponse,
764
764
  context: __SerdeContext
765
765
  ) => Promise<TerminateWorkspacesCommandOutput>;
766
- export declare const deserializeAws_json1_1UpdateConnectClientAddInCommand: (
766
+ export declare const de_UpdateConnectClientAddInCommand: (
767
767
  output: __HttpResponse,
768
768
  context: __SerdeContext
769
769
  ) => Promise<UpdateConnectClientAddInCommandOutput>;
770
- export declare const deserializeAws_json1_1UpdateConnectionAliasPermissionCommand: (
770
+ export declare const de_UpdateConnectionAliasPermissionCommand: (
771
771
  output: __HttpResponse,
772
772
  context: __SerdeContext
773
773
  ) => Promise<UpdateConnectionAliasPermissionCommandOutput>;
774
- export declare const deserializeAws_json1_1UpdateRulesOfIpGroupCommand: (
774
+ export declare const de_UpdateRulesOfIpGroupCommand: (
775
775
  output: __HttpResponse,
776
776
  context: __SerdeContext
777
777
  ) => Promise<UpdateRulesOfIpGroupCommandOutput>;
778
- export declare const deserializeAws_json1_1UpdateWorkspaceBundleCommand: (
778
+ export declare const de_UpdateWorkspaceBundleCommand: (
779
779
  output: __HttpResponse,
780
780
  context: __SerdeContext
781
781
  ) => Promise<UpdateWorkspaceBundleCommandOutput>;
782
- export declare const deserializeAws_json1_1UpdateWorkspaceImagePermissionCommand: (
782
+ export declare const de_UpdateWorkspaceImagePermissionCommand: (
783
783
  output: __HttpResponse,
784
784
  context: __SerdeContext
785
785
  ) => Promise<UpdateWorkspaceImagePermissionCommandOutput>;