@aws-sdk/client-workspaces 3.169.0 → 3.171.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 (83) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/WorkSpaces.d.ts +1105 -320
  3. package/dist-types/ts3.4/WorkSpacesClient.d.ts +482 -136
  4. package/dist-types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +36 -17
  8. package/dist-types/ts3.4/commands/CreateConnectClientAddInCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateIpGroupCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CreateUpdatedWorkspaceImageCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreateWorkspaceImageCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreateWorkspacesCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteClientBrandingCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteConnectClientAddInCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DeleteIpGroupCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeClientBrandingCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeConnectClientAddInsCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +36 -17
  39. package/dist-types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ImportClientBrandingCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/ModifyAccountCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/ModifySamlPropertiesCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +35 -17
  55. package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +36 -17
  56. package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +35 -17
  58. package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +35 -17
  60. package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +35 -17
  61. package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +36 -17
  62. package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +39 -17
  63. package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +39 -17
  64. package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/index.d.ts +63 -63
  68. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  69. package/dist-types/ts3.4/index.d.ts +6 -6
  70. package/dist-types/ts3.4/models/WorkSpacesServiceException.d.ts +7 -6
  71. package/dist-types/ts3.4/models/index.d.ts +1 -1
  72. package/dist-types/ts3.4/models/models_0.d.ts +1444 -1753
  73. package/dist-types/ts3.4/pagination/DescribeWorkspaceBundlesPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/DescribeWorkspacesPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  77. package/dist-types/ts3.4/pagination/index.d.ts +4 -4
  78. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  83. package/package.json +34 -34
@@ -1,191 +1,761 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOutput } from "../commands/AssociateConnectionAliasCommand";
4
- import { AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput } from "../commands/AssociateIpGroupsCommand";
5
- import { AuthorizeIpRulesCommandInput, AuthorizeIpRulesCommandOutput } from "../commands/AuthorizeIpRulesCommand";
6
- import { CopyWorkspaceImageCommandInput, CopyWorkspaceImageCommandOutput } from "../commands/CopyWorkspaceImageCommand";
7
- import { CreateConnectClientAddInCommandInput, CreateConnectClientAddInCommandOutput } from "../commands/CreateConnectClientAddInCommand";
8
- import { CreateConnectionAliasCommandInput, CreateConnectionAliasCommandOutput } from "../commands/CreateConnectionAliasCommand";
9
- import { CreateIpGroupCommandInput, CreateIpGroupCommandOutput } from "../commands/CreateIpGroupCommand";
10
- import { CreateTagsCommandInput, CreateTagsCommandOutput } from "../commands/CreateTagsCommand";
11
- import { CreateUpdatedWorkspaceImageCommandInput, CreateUpdatedWorkspaceImageCommandOutput } from "../commands/CreateUpdatedWorkspaceImageCommand";
12
- import { CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput } from "../commands/CreateWorkspaceBundleCommand";
13
- import { CreateWorkspaceImageCommandInput, CreateWorkspaceImageCommandOutput } from "../commands/CreateWorkspaceImageCommand";
14
- import { CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput } from "../commands/CreateWorkspacesCommand";
15
- import { DeleteClientBrandingCommandInput, DeleteClientBrandingCommandOutput } from "../commands/DeleteClientBrandingCommand";
16
- import { DeleteConnectClientAddInCommandInput, DeleteConnectClientAddInCommandOutput } from "../commands/DeleteConnectClientAddInCommand";
17
- import { DeleteConnectionAliasCommandInput, DeleteConnectionAliasCommandOutput } from "../commands/DeleteConnectionAliasCommand";
18
- import { DeleteIpGroupCommandInput, DeleteIpGroupCommandOutput } from "../commands/DeleteIpGroupCommand";
19
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "../commands/DeleteTagsCommand";
20
- import { DeleteWorkspaceBundleCommandInput, DeleteWorkspaceBundleCommandOutput } from "../commands/DeleteWorkspaceBundleCommand";
21
- import { DeleteWorkspaceImageCommandInput, DeleteWorkspaceImageCommandOutput } from "../commands/DeleteWorkspaceImageCommand";
22
- import { DeregisterWorkspaceDirectoryCommandInput, DeregisterWorkspaceDirectoryCommandOutput } from "../commands/DeregisterWorkspaceDirectoryCommand";
23
- import { DescribeAccountCommandInput, DescribeAccountCommandOutput } from "../commands/DescribeAccountCommand";
24
- import { DescribeAccountModificationsCommandInput, DescribeAccountModificationsCommandOutput } from "../commands/DescribeAccountModificationsCommand";
25
- import { DescribeClientBrandingCommandInput, DescribeClientBrandingCommandOutput } from "../commands/DescribeClientBrandingCommand";
26
- import { DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOutput } from "../commands/DescribeClientPropertiesCommand";
27
- import { DescribeConnectClientAddInsCommandInput, DescribeConnectClientAddInsCommandOutput } from "../commands/DescribeConnectClientAddInsCommand";
28
- import { DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput } from "../commands/DescribeConnectionAliasesCommand";
29
- import { DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput } from "../commands/DescribeConnectionAliasPermissionsCommand";
30
- import { DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput } from "../commands/DescribeIpGroupsCommand";
31
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "../commands/DescribeTagsCommand";
32
- import { DescribeWorkspaceBundlesCommandInput, DescribeWorkspaceBundlesCommandOutput } from "../commands/DescribeWorkspaceBundlesCommand";
33
- import { DescribeWorkspaceDirectoriesCommandInput, DescribeWorkspaceDirectoriesCommandOutput } from "../commands/DescribeWorkspaceDirectoriesCommand";
34
- import { DescribeWorkspaceImagePermissionsCommandInput, DescribeWorkspaceImagePermissionsCommandOutput } from "../commands/DescribeWorkspaceImagePermissionsCommand";
35
- import { DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutput } from "../commands/DescribeWorkspaceImagesCommand";
36
- import { DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput } from "../commands/DescribeWorkspacesCommand";
37
- import { DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput } from "../commands/DescribeWorkspacesConnectionStatusCommand";
38
- import { DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput } from "../commands/DescribeWorkspaceSnapshotsCommand";
39
- import { DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput } from "../commands/DisassociateConnectionAliasCommand";
40
- import { DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput } from "../commands/DisassociateIpGroupsCommand";
41
- import { ImportClientBrandingCommandInput, ImportClientBrandingCommandOutput } from "../commands/ImportClientBrandingCommand";
42
- import { ImportWorkspaceImageCommandInput, ImportWorkspaceImageCommandOutput } from "../commands/ImportWorkspaceImageCommand";
43
- import { ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementCidrRangesCommandOutput } from "../commands/ListAvailableManagementCidrRangesCommand";
44
- import { MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput } from "../commands/MigrateWorkspaceCommand";
45
- import { ModifyAccountCommandInput, ModifyAccountCommandOutput } from "../commands/ModifyAccountCommand";
46
- import { ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput } from "../commands/ModifyClientPropertiesCommand";
47
- import { ModifySamlPropertiesCommandInput, ModifySamlPropertiesCommandOutput } from "../commands/ModifySamlPropertiesCommand";
48
- import { ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput } from "../commands/ModifySelfservicePermissionsCommand";
49
- import { ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput } from "../commands/ModifyWorkspaceAccessPropertiesCommand";
50
- import { ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput } from "../commands/ModifyWorkspaceCreationPropertiesCommand";
51
- import { ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput } from "../commands/ModifyWorkspacePropertiesCommand";
52
- import { ModifyWorkspaceStateCommandInput, ModifyWorkspaceStateCommandOutput } from "../commands/ModifyWorkspaceStateCommand";
53
- import { RebootWorkspacesCommandInput, RebootWorkspacesCommandOutput } from "../commands/RebootWorkspacesCommand";
54
- import { RebuildWorkspacesCommandInput, RebuildWorkspacesCommandOutput } from "../commands/RebuildWorkspacesCommand";
55
- import { RegisterWorkspaceDirectoryCommandInput, RegisterWorkspaceDirectoryCommandOutput } from "../commands/RegisterWorkspaceDirectoryCommand";
56
- import { RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput } from "../commands/RestoreWorkspaceCommand";
57
- import { RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput } from "../commands/RevokeIpRulesCommand";
58
- import { StartWorkspacesCommandInput, StartWorkspacesCommandOutput } from "../commands/StartWorkspacesCommand";
59
- import { StopWorkspacesCommandInput, StopWorkspacesCommandOutput } from "../commands/StopWorkspacesCommand";
60
- import { TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput } from "../commands/TerminateWorkspacesCommand";
61
- import { UpdateConnectClientAddInCommandInput, UpdateConnectClientAddInCommandOutput } from "../commands/UpdateConnectClientAddInCommand";
62
- import { UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermissionCommandOutput } from "../commands/UpdateConnectionAliasPermissionCommand";
63
- import { UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput } from "../commands/UpdateRulesOfIpGroupCommand";
64
- import { UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput } from "../commands/UpdateWorkspaceBundleCommand";
65
- import { UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput } from "../commands/UpdateWorkspaceImagePermissionCommand";
66
- export declare const serializeAws_json1_1AssociateConnectionAliasCommand: (input: AssociateConnectionAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1AssociateIpGroupsCommand: (input: AssociateIpGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1AuthorizeIpRulesCommand: (input: AuthorizeIpRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1CopyWorkspaceImageCommand: (input: CopyWorkspaceImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1CreateConnectClientAddInCommand: (input: CreateConnectClientAddInCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1CreateConnectionAliasCommand: (input: CreateConnectionAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1CreateIpGroupCommand: (input: CreateIpGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1CreateTagsCommand: (input: CreateTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1CreateUpdatedWorkspaceImageCommand: (input: CreateUpdatedWorkspaceImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1CreateWorkspaceBundleCommand: (input: CreateWorkspaceBundleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1CreateWorkspaceImageCommand: (input: CreateWorkspaceImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1CreateWorkspacesCommand: (input: CreateWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1DeleteClientBrandingCommand: (input: DeleteClientBrandingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1DeleteConnectClientAddInCommand: (input: DeleteConnectClientAddInCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1DeleteConnectionAliasCommand: (input: DeleteConnectionAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1DeleteIpGroupCommand: (input: DeleteIpGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1DeleteTagsCommand: (input: DeleteTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1DeleteWorkspaceBundleCommand: (input: DeleteWorkspaceBundleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1DeleteWorkspaceImageCommand: (input: DeleteWorkspaceImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1DeregisterWorkspaceDirectoryCommand: (input: DeregisterWorkspaceDirectoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1DescribeAccountCommand: (input: DescribeAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1DescribeAccountModificationsCommand: (input: DescribeAccountModificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1DescribeClientBrandingCommand: (input: DescribeClientBrandingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1DescribeClientPropertiesCommand: (input: DescribeClientPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1DescribeConnectClientAddInsCommand: (input: DescribeConnectClientAddInsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_1DescribeConnectionAliasesCommand: (input: DescribeConnectionAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_1DescribeConnectionAliasPermissionsCommand: (input: DescribeConnectionAliasPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_json1_1DescribeIpGroupsCommand: (input: DescribeIpGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1DescribeTagsCommand: (input: DescribeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_1DescribeWorkspaceBundlesCommand: (input: DescribeWorkspaceBundlesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_1DescribeWorkspaceDirectoriesCommand: (input: DescribeWorkspaceDirectoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_json1_1DescribeWorkspaceImagePermissionsCommand: (input: DescribeWorkspaceImagePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1DescribeWorkspaceImagesCommand: (input: DescribeWorkspaceImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_json1_1DescribeWorkspacesCommand: (input: DescribeWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_json1_1DescribeWorkspacesConnectionStatusCommand: (input: DescribeWorkspacesConnectionStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_json1_1DescribeWorkspaceSnapshotsCommand: (input: DescribeWorkspaceSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1DisassociateConnectionAliasCommand: (input: DisassociateConnectionAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_json1_1DisassociateIpGroupsCommand: (input: DisassociateIpGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_json1_1ImportClientBrandingCommand: (input: ImportClientBrandingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_json1_1ImportWorkspaceImageCommand: (input: ImportWorkspaceImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_json1_1ListAvailableManagementCidrRangesCommand: (input: ListAvailableManagementCidrRangesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_json1_1MigrateWorkspaceCommand: (input: MigrateWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_json1_1ModifyAccountCommand: (input: ModifyAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_json1_1ModifyClientPropertiesCommand: (input: ModifyClientPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_json1_1ModifySamlPropertiesCommand: (input: ModifySamlPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_json1_1ModifySelfservicePermissionsCommand: (input: ModifySelfservicePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_json1_1ModifyWorkspaceAccessPropertiesCommand: (input: ModifyWorkspaceAccessPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_json1_1ModifyWorkspaceCreationPropertiesCommand: (input: ModifyWorkspaceCreationPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_1ModifyWorkspacePropertiesCommand: (input: ModifyWorkspacePropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_json1_1ModifyWorkspaceStateCommand: (input: ModifyWorkspaceStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_json1_1RebootWorkspacesCommand: (input: RebootWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_json1_1RebuildWorkspacesCommand: (input: RebuildWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_json1_1RegisterWorkspaceDirectoryCommand: (input: RegisterWorkspaceDirectoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_json1_1RestoreWorkspaceCommand: (input: RestoreWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_json1_1RevokeIpRulesCommand: (input: RevokeIpRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_json1_1StartWorkspacesCommand: (input: StartWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_json1_1StopWorkspacesCommand: (input: StopWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_json1_1TerminateWorkspacesCommand: (input: TerminateWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_json1_1UpdateConnectClientAddInCommand: (input: UpdateConnectClientAddInCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_json1_1UpdateConnectionAliasPermissionCommand: (input: UpdateConnectionAliasPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_json1_1UpdateRulesOfIpGroupCommand: (input: UpdateRulesOfIpGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_json1_1UpdateWorkspaceBundleCommand: (input: UpdateWorkspaceBundleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_json1_1UpdateWorkspaceImagePermissionCommand: (input: UpdateWorkspaceImagePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const deserializeAws_json1_1AssociateConnectionAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateConnectionAliasCommandOutput>;
130
- export declare const deserializeAws_json1_1AssociateIpGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateIpGroupsCommandOutput>;
131
- export declare const deserializeAws_json1_1AuthorizeIpRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AuthorizeIpRulesCommandOutput>;
132
- export declare const deserializeAws_json1_1CopyWorkspaceImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyWorkspaceImageCommandOutput>;
133
- export declare const deserializeAws_json1_1CreateConnectClientAddInCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectClientAddInCommandOutput>;
134
- export declare const deserializeAws_json1_1CreateConnectionAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectionAliasCommandOutput>;
135
- export declare const deserializeAws_json1_1CreateIpGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIpGroupCommandOutput>;
136
- export declare const deserializeAws_json1_1CreateTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTagsCommandOutput>;
137
- export declare const deserializeAws_json1_1CreateUpdatedWorkspaceImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUpdatedWorkspaceImageCommandOutput>;
138
- export declare const deserializeAws_json1_1CreateWorkspaceBundleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspaceBundleCommandOutput>;
139
- export declare const deserializeAws_json1_1CreateWorkspaceImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspaceImageCommandOutput>;
140
- export declare const deserializeAws_json1_1CreateWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspacesCommandOutput>;
141
- export declare const deserializeAws_json1_1DeleteClientBrandingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClientBrandingCommandOutput>;
142
- export declare const deserializeAws_json1_1DeleteConnectClientAddInCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectClientAddInCommandOutput>;
143
- export declare const deserializeAws_json1_1DeleteConnectionAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectionAliasCommandOutput>;
144
- export declare const deserializeAws_json1_1DeleteIpGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIpGroupCommandOutput>;
145
- export declare const deserializeAws_json1_1DeleteTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTagsCommandOutput>;
146
- export declare const deserializeAws_json1_1DeleteWorkspaceBundleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkspaceBundleCommandOutput>;
147
- export declare const deserializeAws_json1_1DeleteWorkspaceImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkspaceImageCommandOutput>;
148
- export declare const deserializeAws_json1_1DeregisterWorkspaceDirectoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterWorkspaceDirectoryCommandOutput>;
149
- export declare const deserializeAws_json1_1DescribeAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountCommandOutput>;
150
- export declare const deserializeAws_json1_1DescribeAccountModificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountModificationsCommandOutput>;
151
- export declare const deserializeAws_json1_1DescribeClientBrandingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClientBrandingCommandOutput>;
152
- export declare const deserializeAws_json1_1DescribeClientPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClientPropertiesCommandOutput>;
153
- export declare const deserializeAws_json1_1DescribeConnectClientAddInsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectClientAddInsCommandOutput>;
154
- export declare const deserializeAws_json1_1DescribeConnectionAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectionAliasesCommandOutput>;
155
- export declare const deserializeAws_json1_1DescribeConnectionAliasPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectionAliasPermissionsCommandOutput>;
156
- export declare const deserializeAws_json1_1DescribeIpGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIpGroupsCommandOutput>;
157
- export declare const deserializeAws_json1_1DescribeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTagsCommandOutput>;
158
- export declare const deserializeAws_json1_1DescribeWorkspaceBundlesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceBundlesCommandOutput>;
159
- export declare const deserializeAws_json1_1DescribeWorkspaceDirectoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceDirectoriesCommandOutput>;
160
- export declare const deserializeAws_json1_1DescribeWorkspaceImagePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceImagePermissionsCommandOutput>;
161
- export declare const deserializeAws_json1_1DescribeWorkspaceImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceImagesCommandOutput>;
162
- export declare const deserializeAws_json1_1DescribeWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspacesCommandOutput>;
163
- export declare const deserializeAws_json1_1DescribeWorkspacesConnectionStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspacesConnectionStatusCommandOutput>;
164
- export declare const deserializeAws_json1_1DescribeWorkspaceSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceSnapshotsCommandOutput>;
165
- export declare const deserializeAws_json1_1DisassociateConnectionAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateConnectionAliasCommandOutput>;
166
- export declare const deserializeAws_json1_1DisassociateIpGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateIpGroupsCommandOutput>;
167
- export declare const deserializeAws_json1_1ImportClientBrandingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportClientBrandingCommandOutput>;
168
- export declare const deserializeAws_json1_1ImportWorkspaceImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportWorkspaceImageCommandOutput>;
169
- export declare const deserializeAws_json1_1ListAvailableManagementCidrRangesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAvailableManagementCidrRangesCommandOutput>;
170
- export declare const deserializeAws_json1_1MigrateWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MigrateWorkspaceCommandOutput>;
171
- export declare const deserializeAws_json1_1ModifyAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyAccountCommandOutput>;
172
- export declare const deserializeAws_json1_1ModifyClientPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyClientPropertiesCommandOutput>;
173
- export declare const deserializeAws_json1_1ModifySamlPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifySamlPropertiesCommandOutput>;
174
- export declare const deserializeAws_json1_1ModifySelfservicePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifySelfservicePermissionsCommandOutput>;
175
- export declare const deserializeAws_json1_1ModifyWorkspaceAccessPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyWorkspaceAccessPropertiesCommandOutput>;
176
- export declare const deserializeAws_json1_1ModifyWorkspaceCreationPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyWorkspaceCreationPropertiesCommandOutput>;
177
- export declare const deserializeAws_json1_1ModifyWorkspacePropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyWorkspacePropertiesCommandOutput>;
178
- export declare const deserializeAws_json1_1ModifyWorkspaceStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyWorkspaceStateCommandOutput>;
179
- export declare const deserializeAws_json1_1RebootWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootWorkspacesCommandOutput>;
180
- export declare const deserializeAws_json1_1RebuildWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebuildWorkspacesCommandOutput>;
181
- export declare const deserializeAws_json1_1RegisterWorkspaceDirectoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterWorkspaceDirectoryCommandOutput>;
182
- export declare const deserializeAws_json1_1RestoreWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreWorkspaceCommandOutput>;
183
- export declare const deserializeAws_json1_1RevokeIpRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeIpRulesCommandOutput>;
184
- export declare const deserializeAws_json1_1StartWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartWorkspacesCommandOutput>;
185
- export declare const deserializeAws_json1_1StopWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopWorkspacesCommandOutput>;
186
- export declare const deserializeAws_json1_1TerminateWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateWorkspacesCommandOutput>;
187
- export declare const deserializeAws_json1_1UpdateConnectClientAddInCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectClientAddInCommandOutput>;
188
- export declare const deserializeAws_json1_1UpdateConnectionAliasPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectionAliasPermissionCommandOutput>;
189
- export declare const deserializeAws_json1_1UpdateRulesOfIpGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRulesOfIpGroupCommandOutput>;
190
- export declare const deserializeAws_json1_1UpdateWorkspaceBundleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkspaceBundleCommandOutput>;
191
- export declare const deserializeAws_json1_1UpdateWorkspaceImagePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkspaceImagePermissionCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AssociateConnectionAliasCommandInput,
8
+ AssociateConnectionAliasCommandOutput,
9
+ } from "../commands/AssociateConnectionAliasCommand";
10
+ import {
11
+ AssociateIpGroupsCommandInput,
12
+ AssociateIpGroupsCommandOutput,
13
+ } from "../commands/AssociateIpGroupsCommand";
14
+ import {
15
+ AuthorizeIpRulesCommandInput,
16
+ AuthorizeIpRulesCommandOutput,
17
+ } from "../commands/AuthorizeIpRulesCommand";
18
+ import {
19
+ CopyWorkspaceImageCommandInput,
20
+ CopyWorkspaceImageCommandOutput,
21
+ } from "../commands/CopyWorkspaceImageCommand";
22
+ import {
23
+ CreateConnectClientAddInCommandInput,
24
+ CreateConnectClientAddInCommandOutput,
25
+ } from "../commands/CreateConnectClientAddInCommand";
26
+ import {
27
+ CreateConnectionAliasCommandInput,
28
+ CreateConnectionAliasCommandOutput,
29
+ } from "../commands/CreateConnectionAliasCommand";
30
+ import {
31
+ CreateIpGroupCommandInput,
32
+ CreateIpGroupCommandOutput,
33
+ } from "../commands/CreateIpGroupCommand";
34
+ import {
35
+ CreateTagsCommandInput,
36
+ CreateTagsCommandOutput,
37
+ } from "../commands/CreateTagsCommand";
38
+ import {
39
+ CreateUpdatedWorkspaceImageCommandInput,
40
+ CreateUpdatedWorkspaceImageCommandOutput,
41
+ } from "../commands/CreateUpdatedWorkspaceImageCommand";
42
+ import {
43
+ CreateWorkspaceBundleCommandInput,
44
+ CreateWorkspaceBundleCommandOutput,
45
+ } from "../commands/CreateWorkspaceBundleCommand";
46
+ import {
47
+ CreateWorkspaceImageCommandInput,
48
+ CreateWorkspaceImageCommandOutput,
49
+ } from "../commands/CreateWorkspaceImageCommand";
50
+ import {
51
+ CreateWorkspacesCommandInput,
52
+ CreateWorkspacesCommandOutput,
53
+ } from "../commands/CreateWorkspacesCommand";
54
+ import {
55
+ DeleteClientBrandingCommandInput,
56
+ DeleteClientBrandingCommandOutput,
57
+ } from "../commands/DeleteClientBrandingCommand";
58
+ import {
59
+ DeleteConnectClientAddInCommandInput,
60
+ DeleteConnectClientAddInCommandOutput,
61
+ } from "../commands/DeleteConnectClientAddInCommand";
62
+ import {
63
+ DeleteConnectionAliasCommandInput,
64
+ DeleteConnectionAliasCommandOutput,
65
+ } from "../commands/DeleteConnectionAliasCommand";
66
+ import {
67
+ DeleteIpGroupCommandInput,
68
+ DeleteIpGroupCommandOutput,
69
+ } from "../commands/DeleteIpGroupCommand";
70
+ import {
71
+ DeleteTagsCommandInput,
72
+ DeleteTagsCommandOutput,
73
+ } from "../commands/DeleteTagsCommand";
74
+ import {
75
+ DeleteWorkspaceBundleCommandInput,
76
+ DeleteWorkspaceBundleCommandOutput,
77
+ } from "../commands/DeleteWorkspaceBundleCommand";
78
+ import {
79
+ DeleteWorkspaceImageCommandInput,
80
+ DeleteWorkspaceImageCommandOutput,
81
+ } from "../commands/DeleteWorkspaceImageCommand";
82
+ import {
83
+ DeregisterWorkspaceDirectoryCommandInput,
84
+ DeregisterWorkspaceDirectoryCommandOutput,
85
+ } from "../commands/DeregisterWorkspaceDirectoryCommand";
86
+ import {
87
+ DescribeAccountCommandInput,
88
+ DescribeAccountCommandOutput,
89
+ } from "../commands/DescribeAccountCommand";
90
+ import {
91
+ DescribeAccountModificationsCommandInput,
92
+ DescribeAccountModificationsCommandOutput,
93
+ } from "../commands/DescribeAccountModificationsCommand";
94
+ import {
95
+ DescribeClientBrandingCommandInput,
96
+ DescribeClientBrandingCommandOutput,
97
+ } from "../commands/DescribeClientBrandingCommand";
98
+ import {
99
+ DescribeClientPropertiesCommandInput,
100
+ DescribeClientPropertiesCommandOutput,
101
+ } from "../commands/DescribeClientPropertiesCommand";
102
+ import {
103
+ DescribeConnectClientAddInsCommandInput,
104
+ DescribeConnectClientAddInsCommandOutput,
105
+ } from "../commands/DescribeConnectClientAddInsCommand";
106
+ import {
107
+ DescribeConnectionAliasesCommandInput,
108
+ DescribeConnectionAliasesCommandOutput,
109
+ } from "../commands/DescribeConnectionAliasesCommand";
110
+ import {
111
+ DescribeConnectionAliasPermissionsCommandInput,
112
+ DescribeConnectionAliasPermissionsCommandOutput,
113
+ } from "../commands/DescribeConnectionAliasPermissionsCommand";
114
+ import {
115
+ DescribeIpGroupsCommandInput,
116
+ DescribeIpGroupsCommandOutput,
117
+ } from "../commands/DescribeIpGroupsCommand";
118
+ import {
119
+ DescribeTagsCommandInput,
120
+ DescribeTagsCommandOutput,
121
+ } from "../commands/DescribeTagsCommand";
122
+ import {
123
+ DescribeWorkspaceBundlesCommandInput,
124
+ DescribeWorkspaceBundlesCommandOutput,
125
+ } from "../commands/DescribeWorkspaceBundlesCommand";
126
+ import {
127
+ DescribeWorkspaceDirectoriesCommandInput,
128
+ DescribeWorkspaceDirectoriesCommandOutput,
129
+ } from "../commands/DescribeWorkspaceDirectoriesCommand";
130
+ import {
131
+ DescribeWorkspaceImagePermissionsCommandInput,
132
+ DescribeWorkspaceImagePermissionsCommandOutput,
133
+ } from "../commands/DescribeWorkspaceImagePermissionsCommand";
134
+ import {
135
+ DescribeWorkspaceImagesCommandInput,
136
+ DescribeWorkspaceImagesCommandOutput,
137
+ } from "../commands/DescribeWorkspaceImagesCommand";
138
+ import {
139
+ DescribeWorkspacesCommandInput,
140
+ DescribeWorkspacesCommandOutput,
141
+ } from "../commands/DescribeWorkspacesCommand";
142
+ import {
143
+ DescribeWorkspacesConnectionStatusCommandInput,
144
+ DescribeWorkspacesConnectionStatusCommandOutput,
145
+ } from "../commands/DescribeWorkspacesConnectionStatusCommand";
146
+ import {
147
+ DescribeWorkspaceSnapshotsCommandInput,
148
+ DescribeWorkspaceSnapshotsCommandOutput,
149
+ } from "../commands/DescribeWorkspaceSnapshotsCommand";
150
+ import {
151
+ DisassociateConnectionAliasCommandInput,
152
+ DisassociateConnectionAliasCommandOutput,
153
+ } from "../commands/DisassociateConnectionAliasCommand";
154
+ import {
155
+ DisassociateIpGroupsCommandInput,
156
+ DisassociateIpGroupsCommandOutput,
157
+ } from "../commands/DisassociateIpGroupsCommand";
158
+ import {
159
+ ImportClientBrandingCommandInput,
160
+ ImportClientBrandingCommandOutput,
161
+ } from "../commands/ImportClientBrandingCommand";
162
+ import {
163
+ ImportWorkspaceImageCommandInput,
164
+ ImportWorkspaceImageCommandOutput,
165
+ } from "../commands/ImportWorkspaceImageCommand";
166
+ import {
167
+ ListAvailableManagementCidrRangesCommandInput,
168
+ ListAvailableManagementCidrRangesCommandOutput,
169
+ } from "../commands/ListAvailableManagementCidrRangesCommand";
170
+ import {
171
+ MigrateWorkspaceCommandInput,
172
+ MigrateWorkspaceCommandOutput,
173
+ } from "../commands/MigrateWorkspaceCommand";
174
+ import {
175
+ ModifyAccountCommandInput,
176
+ ModifyAccountCommandOutput,
177
+ } from "../commands/ModifyAccountCommand";
178
+ import {
179
+ ModifyClientPropertiesCommandInput,
180
+ ModifyClientPropertiesCommandOutput,
181
+ } from "../commands/ModifyClientPropertiesCommand";
182
+ import {
183
+ ModifySamlPropertiesCommandInput,
184
+ ModifySamlPropertiesCommandOutput,
185
+ } from "../commands/ModifySamlPropertiesCommand";
186
+ import {
187
+ ModifySelfservicePermissionsCommandInput,
188
+ ModifySelfservicePermissionsCommandOutput,
189
+ } from "../commands/ModifySelfservicePermissionsCommand";
190
+ import {
191
+ ModifyWorkspaceAccessPropertiesCommandInput,
192
+ ModifyWorkspaceAccessPropertiesCommandOutput,
193
+ } from "../commands/ModifyWorkspaceAccessPropertiesCommand";
194
+ import {
195
+ ModifyWorkspaceCreationPropertiesCommandInput,
196
+ ModifyWorkspaceCreationPropertiesCommandOutput,
197
+ } from "../commands/ModifyWorkspaceCreationPropertiesCommand";
198
+ import {
199
+ ModifyWorkspacePropertiesCommandInput,
200
+ ModifyWorkspacePropertiesCommandOutput,
201
+ } from "../commands/ModifyWorkspacePropertiesCommand";
202
+ import {
203
+ ModifyWorkspaceStateCommandInput,
204
+ ModifyWorkspaceStateCommandOutput,
205
+ } from "../commands/ModifyWorkspaceStateCommand";
206
+ import {
207
+ RebootWorkspacesCommandInput,
208
+ RebootWorkspacesCommandOutput,
209
+ } from "../commands/RebootWorkspacesCommand";
210
+ import {
211
+ RebuildWorkspacesCommandInput,
212
+ RebuildWorkspacesCommandOutput,
213
+ } from "../commands/RebuildWorkspacesCommand";
214
+ import {
215
+ RegisterWorkspaceDirectoryCommandInput,
216
+ RegisterWorkspaceDirectoryCommandOutput,
217
+ } from "../commands/RegisterWorkspaceDirectoryCommand";
218
+ import {
219
+ RestoreWorkspaceCommandInput,
220
+ RestoreWorkspaceCommandOutput,
221
+ } from "../commands/RestoreWorkspaceCommand";
222
+ import {
223
+ RevokeIpRulesCommandInput,
224
+ RevokeIpRulesCommandOutput,
225
+ } from "../commands/RevokeIpRulesCommand";
226
+ import {
227
+ StartWorkspacesCommandInput,
228
+ StartWorkspacesCommandOutput,
229
+ } from "../commands/StartWorkspacesCommand";
230
+ import {
231
+ StopWorkspacesCommandInput,
232
+ StopWorkspacesCommandOutput,
233
+ } from "../commands/StopWorkspacesCommand";
234
+ import {
235
+ TerminateWorkspacesCommandInput,
236
+ TerminateWorkspacesCommandOutput,
237
+ } from "../commands/TerminateWorkspacesCommand";
238
+ import {
239
+ UpdateConnectClientAddInCommandInput,
240
+ UpdateConnectClientAddInCommandOutput,
241
+ } from "../commands/UpdateConnectClientAddInCommand";
242
+ import {
243
+ UpdateConnectionAliasPermissionCommandInput,
244
+ UpdateConnectionAliasPermissionCommandOutput,
245
+ } from "../commands/UpdateConnectionAliasPermissionCommand";
246
+ import {
247
+ UpdateRulesOfIpGroupCommandInput,
248
+ UpdateRulesOfIpGroupCommandOutput,
249
+ } from "../commands/UpdateRulesOfIpGroupCommand";
250
+ import {
251
+ UpdateWorkspaceBundleCommandInput,
252
+ UpdateWorkspaceBundleCommandOutput,
253
+ } from "../commands/UpdateWorkspaceBundleCommand";
254
+ import {
255
+ UpdateWorkspaceImagePermissionCommandInput,
256
+ UpdateWorkspaceImagePermissionCommandOutput,
257
+ } from "../commands/UpdateWorkspaceImagePermissionCommand";
258
+ export declare const serializeAws_json1_1AssociateConnectionAliasCommand: (
259
+ input: AssociateConnectionAliasCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_json1_1AssociateIpGroupsCommand: (
263
+ input: AssociateIpGroupsCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_json1_1AuthorizeIpRulesCommand: (
267
+ input: AuthorizeIpRulesCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_json1_1CopyWorkspaceImageCommand: (
271
+ input: CopyWorkspaceImageCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_json1_1CreateConnectClientAddInCommand: (
275
+ input: CreateConnectClientAddInCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_json1_1CreateConnectionAliasCommand: (
279
+ input: CreateConnectionAliasCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_json1_1CreateIpGroupCommand: (
283
+ input: CreateIpGroupCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_json1_1CreateTagsCommand: (
287
+ input: CreateTagsCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_json1_1CreateUpdatedWorkspaceImageCommand: (
291
+ input: CreateUpdatedWorkspaceImageCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_json1_1CreateWorkspaceBundleCommand: (
295
+ input: CreateWorkspaceBundleCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_json1_1CreateWorkspaceImageCommand: (
299
+ input: CreateWorkspaceImageCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_json1_1CreateWorkspacesCommand: (
303
+ input: CreateWorkspacesCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_json1_1DeleteClientBrandingCommand: (
307
+ input: DeleteClientBrandingCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_json1_1DeleteConnectClientAddInCommand: (
311
+ input: DeleteConnectClientAddInCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_json1_1DeleteConnectionAliasCommand: (
315
+ input: DeleteConnectionAliasCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_json1_1DeleteIpGroupCommand: (
319
+ input: DeleteIpGroupCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_json1_1DeleteTagsCommand: (
323
+ input: DeleteTagsCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_json1_1DeleteWorkspaceBundleCommand: (
327
+ input: DeleteWorkspaceBundleCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_json1_1DeleteWorkspaceImageCommand: (
331
+ input: DeleteWorkspaceImageCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_json1_1DeregisterWorkspaceDirectoryCommand: (
335
+ input: DeregisterWorkspaceDirectoryCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_json1_1DescribeAccountCommand: (
339
+ input: DescribeAccountCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_json1_1DescribeAccountModificationsCommand: (
343
+ input: DescribeAccountModificationsCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_json1_1DescribeClientBrandingCommand: (
347
+ input: DescribeClientBrandingCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_json1_1DescribeClientPropertiesCommand: (
351
+ input: DescribeClientPropertiesCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_json1_1DescribeConnectClientAddInsCommand: (
355
+ input: DescribeConnectClientAddInsCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_json1_1DescribeConnectionAliasesCommand: (
359
+ input: DescribeConnectionAliasesCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_json1_1DescribeConnectionAliasPermissionsCommand: (
363
+ input: DescribeConnectionAliasPermissionsCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_json1_1DescribeIpGroupsCommand: (
367
+ input: DescribeIpGroupsCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_json1_1DescribeTagsCommand: (
371
+ input: DescribeTagsCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_json1_1DescribeWorkspaceBundlesCommand: (
375
+ input: DescribeWorkspaceBundlesCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_json1_1DescribeWorkspaceDirectoriesCommand: (
379
+ input: DescribeWorkspaceDirectoriesCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_json1_1DescribeWorkspaceImagePermissionsCommand: (
383
+ input: DescribeWorkspaceImagePermissionsCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_json1_1DescribeWorkspaceImagesCommand: (
387
+ input: DescribeWorkspaceImagesCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_json1_1DescribeWorkspacesCommand: (
391
+ input: DescribeWorkspacesCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_json1_1DescribeWorkspacesConnectionStatusCommand: (
395
+ input: DescribeWorkspacesConnectionStatusCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_json1_1DescribeWorkspaceSnapshotsCommand: (
399
+ input: DescribeWorkspaceSnapshotsCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_json1_1DisassociateConnectionAliasCommand: (
403
+ input: DisassociateConnectionAliasCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_json1_1DisassociateIpGroupsCommand: (
407
+ input: DisassociateIpGroupsCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_json1_1ImportClientBrandingCommand: (
411
+ input: ImportClientBrandingCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_json1_1ImportWorkspaceImageCommand: (
415
+ input: ImportWorkspaceImageCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_json1_1ListAvailableManagementCidrRangesCommand: (
419
+ input: ListAvailableManagementCidrRangesCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_json1_1MigrateWorkspaceCommand: (
423
+ input: MigrateWorkspaceCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_json1_1ModifyAccountCommand: (
427
+ input: ModifyAccountCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_json1_1ModifyClientPropertiesCommand: (
431
+ input: ModifyClientPropertiesCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_json1_1ModifySamlPropertiesCommand: (
435
+ input: ModifySamlPropertiesCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_json1_1ModifySelfservicePermissionsCommand: (
439
+ input: ModifySelfservicePermissionsCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_json1_1ModifyWorkspaceAccessPropertiesCommand: (
443
+ input: ModifyWorkspaceAccessPropertiesCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_json1_1ModifyWorkspaceCreationPropertiesCommand: (
447
+ input: ModifyWorkspaceCreationPropertiesCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_json1_1ModifyWorkspacePropertiesCommand: (
451
+ input: ModifyWorkspacePropertiesCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_json1_1ModifyWorkspaceStateCommand: (
455
+ input: ModifyWorkspaceStateCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_json1_1RebootWorkspacesCommand: (
459
+ input: RebootWorkspacesCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_json1_1RebuildWorkspacesCommand: (
463
+ input: RebuildWorkspacesCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_json1_1RegisterWorkspaceDirectoryCommand: (
467
+ input: RegisterWorkspaceDirectoryCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_json1_1RestoreWorkspaceCommand: (
471
+ input: RestoreWorkspaceCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_json1_1RevokeIpRulesCommand: (
475
+ input: RevokeIpRulesCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_json1_1StartWorkspacesCommand: (
479
+ input: StartWorkspacesCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_json1_1StopWorkspacesCommand: (
483
+ input: StopWorkspacesCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const serializeAws_json1_1TerminateWorkspacesCommand: (
487
+ input: TerminateWorkspacesCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_json1_1UpdateConnectClientAddInCommand: (
491
+ input: UpdateConnectClientAddInCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_json1_1UpdateConnectionAliasPermissionCommand: (
495
+ input: UpdateConnectionAliasPermissionCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_json1_1UpdateRulesOfIpGroupCommand: (
499
+ input: UpdateRulesOfIpGroupCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_json1_1UpdateWorkspaceBundleCommand: (
503
+ input: UpdateWorkspaceBundleCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_json1_1UpdateWorkspaceImagePermissionCommand: (
507
+ input: UpdateWorkspaceImagePermissionCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const deserializeAws_json1_1AssociateConnectionAliasCommand: (
511
+ output: __HttpResponse,
512
+ context: __SerdeContext
513
+ ) => Promise<AssociateConnectionAliasCommandOutput>;
514
+ export declare const deserializeAws_json1_1AssociateIpGroupsCommand: (
515
+ output: __HttpResponse,
516
+ context: __SerdeContext
517
+ ) => Promise<AssociateIpGroupsCommandOutput>;
518
+ export declare const deserializeAws_json1_1AuthorizeIpRulesCommand: (
519
+ output: __HttpResponse,
520
+ context: __SerdeContext
521
+ ) => Promise<AuthorizeIpRulesCommandOutput>;
522
+ export declare const deserializeAws_json1_1CopyWorkspaceImageCommand: (
523
+ output: __HttpResponse,
524
+ context: __SerdeContext
525
+ ) => Promise<CopyWorkspaceImageCommandOutput>;
526
+ export declare const deserializeAws_json1_1CreateConnectClientAddInCommand: (
527
+ output: __HttpResponse,
528
+ context: __SerdeContext
529
+ ) => Promise<CreateConnectClientAddInCommandOutput>;
530
+ export declare const deserializeAws_json1_1CreateConnectionAliasCommand: (
531
+ output: __HttpResponse,
532
+ context: __SerdeContext
533
+ ) => Promise<CreateConnectionAliasCommandOutput>;
534
+ export declare const deserializeAws_json1_1CreateIpGroupCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<CreateIpGroupCommandOutput>;
538
+ export declare const deserializeAws_json1_1CreateTagsCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<CreateTagsCommandOutput>;
542
+ export declare const deserializeAws_json1_1CreateUpdatedWorkspaceImageCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<CreateUpdatedWorkspaceImageCommandOutput>;
546
+ export declare const deserializeAws_json1_1CreateWorkspaceBundleCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<CreateWorkspaceBundleCommandOutput>;
550
+ export declare const deserializeAws_json1_1CreateWorkspaceImageCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<CreateWorkspaceImageCommandOutput>;
554
+ export declare const deserializeAws_json1_1CreateWorkspacesCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<CreateWorkspacesCommandOutput>;
558
+ export declare const deserializeAws_json1_1DeleteClientBrandingCommand: (
559
+ output: __HttpResponse,
560
+ context: __SerdeContext
561
+ ) => Promise<DeleteClientBrandingCommandOutput>;
562
+ export declare const deserializeAws_json1_1DeleteConnectClientAddInCommand: (
563
+ output: __HttpResponse,
564
+ context: __SerdeContext
565
+ ) => Promise<DeleteConnectClientAddInCommandOutput>;
566
+ export declare const deserializeAws_json1_1DeleteConnectionAliasCommand: (
567
+ output: __HttpResponse,
568
+ context: __SerdeContext
569
+ ) => Promise<DeleteConnectionAliasCommandOutput>;
570
+ export declare const deserializeAws_json1_1DeleteIpGroupCommand: (
571
+ output: __HttpResponse,
572
+ context: __SerdeContext
573
+ ) => Promise<DeleteIpGroupCommandOutput>;
574
+ export declare const deserializeAws_json1_1DeleteTagsCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<DeleteTagsCommandOutput>;
578
+ export declare const deserializeAws_json1_1DeleteWorkspaceBundleCommand: (
579
+ output: __HttpResponse,
580
+ context: __SerdeContext
581
+ ) => Promise<DeleteWorkspaceBundleCommandOutput>;
582
+ export declare const deserializeAws_json1_1DeleteWorkspaceImageCommand: (
583
+ output: __HttpResponse,
584
+ context: __SerdeContext
585
+ ) => Promise<DeleteWorkspaceImageCommandOutput>;
586
+ export declare const deserializeAws_json1_1DeregisterWorkspaceDirectoryCommand: (
587
+ output: __HttpResponse,
588
+ context: __SerdeContext
589
+ ) => Promise<DeregisterWorkspaceDirectoryCommandOutput>;
590
+ export declare const deserializeAws_json1_1DescribeAccountCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<DescribeAccountCommandOutput>;
594
+ export declare const deserializeAws_json1_1DescribeAccountModificationsCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<DescribeAccountModificationsCommandOutput>;
598
+ export declare const deserializeAws_json1_1DescribeClientBrandingCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<DescribeClientBrandingCommandOutput>;
602
+ export declare const deserializeAws_json1_1DescribeClientPropertiesCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<DescribeClientPropertiesCommandOutput>;
606
+ export declare const deserializeAws_json1_1DescribeConnectClientAddInsCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<DescribeConnectClientAddInsCommandOutput>;
610
+ export declare const deserializeAws_json1_1DescribeConnectionAliasesCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<DescribeConnectionAliasesCommandOutput>;
614
+ export declare const deserializeAws_json1_1DescribeConnectionAliasPermissionsCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<DescribeConnectionAliasPermissionsCommandOutput>;
618
+ export declare const deserializeAws_json1_1DescribeIpGroupsCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<DescribeIpGroupsCommandOutput>;
622
+ export declare const deserializeAws_json1_1DescribeTagsCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<DescribeTagsCommandOutput>;
626
+ export declare const deserializeAws_json1_1DescribeWorkspaceBundlesCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<DescribeWorkspaceBundlesCommandOutput>;
630
+ export declare const deserializeAws_json1_1DescribeWorkspaceDirectoriesCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<DescribeWorkspaceDirectoriesCommandOutput>;
634
+ export declare const deserializeAws_json1_1DescribeWorkspaceImagePermissionsCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<DescribeWorkspaceImagePermissionsCommandOutput>;
638
+ export declare const deserializeAws_json1_1DescribeWorkspaceImagesCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<DescribeWorkspaceImagesCommandOutput>;
642
+ export declare const deserializeAws_json1_1DescribeWorkspacesCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<DescribeWorkspacesCommandOutput>;
646
+ export declare const deserializeAws_json1_1DescribeWorkspacesConnectionStatusCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<DescribeWorkspacesConnectionStatusCommandOutput>;
650
+ export declare const deserializeAws_json1_1DescribeWorkspaceSnapshotsCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<DescribeWorkspaceSnapshotsCommandOutput>;
654
+ export declare const deserializeAws_json1_1DisassociateConnectionAliasCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<DisassociateConnectionAliasCommandOutput>;
658
+ export declare const deserializeAws_json1_1DisassociateIpGroupsCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<DisassociateIpGroupsCommandOutput>;
662
+ export declare const deserializeAws_json1_1ImportClientBrandingCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<ImportClientBrandingCommandOutput>;
666
+ export declare const deserializeAws_json1_1ImportWorkspaceImageCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<ImportWorkspaceImageCommandOutput>;
670
+ export declare const deserializeAws_json1_1ListAvailableManagementCidrRangesCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<ListAvailableManagementCidrRangesCommandOutput>;
674
+ export declare const deserializeAws_json1_1MigrateWorkspaceCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<MigrateWorkspaceCommandOutput>;
678
+ export declare const deserializeAws_json1_1ModifyAccountCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<ModifyAccountCommandOutput>;
682
+ export declare const deserializeAws_json1_1ModifyClientPropertiesCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<ModifyClientPropertiesCommandOutput>;
686
+ export declare const deserializeAws_json1_1ModifySamlPropertiesCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<ModifySamlPropertiesCommandOutput>;
690
+ export declare const deserializeAws_json1_1ModifySelfservicePermissionsCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<ModifySelfservicePermissionsCommandOutput>;
694
+ export declare const deserializeAws_json1_1ModifyWorkspaceAccessPropertiesCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<ModifyWorkspaceAccessPropertiesCommandOutput>;
698
+ export declare const deserializeAws_json1_1ModifyWorkspaceCreationPropertiesCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<ModifyWorkspaceCreationPropertiesCommandOutput>;
702
+ export declare const deserializeAws_json1_1ModifyWorkspacePropertiesCommand: (
703
+ output: __HttpResponse,
704
+ context: __SerdeContext
705
+ ) => Promise<ModifyWorkspacePropertiesCommandOutput>;
706
+ export declare const deserializeAws_json1_1ModifyWorkspaceStateCommand: (
707
+ output: __HttpResponse,
708
+ context: __SerdeContext
709
+ ) => Promise<ModifyWorkspaceStateCommandOutput>;
710
+ export declare const deserializeAws_json1_1RebootWorkspacesCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<RebootWorkspacesCommandOutput>;
714
+ export declare const deserializeAws_json1_1RebuildWorkspacesCommand: (
715
+ output: __HttpResponse,
716
+ context: __SerdeContext
717
+ ) => Promise<RebuildWorkspacesCommandOutput>;
718
+ export declare const deserializeAws_json1_1RegisterWorkspaceDirectoryCommand: (
719
+ output: __HttpResponse,
720
+ context: __SerdeContext
721
+ ) => Promise<RegisterWorkspaceDirectoryCommandOutput>;
722
+ export declare const deserializeAws_json1_1RestoreWorkspaceCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<RestoreWorkspaceCommandOutput>;
726
+ export declare const deserializeAws_json1_1RevokeIpRulesCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<RevokeIpRulesCommandOutput>;
730
+ export declare const deserializeAws_json1_1StartWorkspacesCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<StartWorkspacesCommandOutput>;
734
+ export declare const deserializeAws_json1_1StopWorkspacesCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<StopWorkspacesCommandOutput>;
738
+ export declare const deserializeAws_json1_1TerminateWorkspacesCommand: (
739
+ output: __HttpResponse,
740
+ context: __SerdeContext
741
+ ) => Promise<TerminateWorkspacesCommandOutput>;
742
+ export declare const deserializeAws_json1_1UpdateConnectClientAddInCommand: (
743
+ output: __HttpResponse,
744
+ context: __SerdeContext
745
+ ) => Promise<UpdateConnectClientAddInCommandOutput>;
746
+ export declare const deserializeAws_json1_1UpdateConnectionAliasPermissionCommand: (
747
+ output: __HttpResponse,
748
+ context: __SerdeContext
749
+ ) => Promise<UpdateConnectionAliasPermissionCommandOutput>;
750
+ export declare const deserializeAws_json1_1UpdateRulesOfIpGroupCommand: (
751
+ output: __HttpResponse,
752
+ context: __SerdeContext
753
+ ) => Promise<UpdateRulesOfIpGroupCommandOutput>;
754
+ export declare const deserializeAws_json1_1UpdateWorkspaceBundleCommand: (
755
+ output: __HttpResponse,
756
+ context: __SerdeContext
757
+ ) => Promise<UpdateWorkspaceBundleCommandOutput>;
758
+ export declare const deserializeAws_json1_1UpdateWorkspaceImagePermissionCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<UpdateWorkspaceImagePermissionCommandOutput>;