@aws-sdk/client-workspaces 3.306.0 → 3.310.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 +35 -35
@@ -65,133 +65,523 @@ import { UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermi
65
65
  import { UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput } from "../commands/UpdateRulesOfIpGroupCommand";
66
66
  import { UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput } from "../commands/UpdateWorkspaceBundleCommand";
67
67
  import { UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput } from "../commands/UpdateWorkspaceImagePermissionCommand";
68
- export declare const serializeAws_json1_1AssociateConnectionAliasCommand: (input: AssociateConnectionAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1AssociateIpGroupsCommand: (input: AssociateIpGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1AuthorizeIpRulesCommand: (input: AuthorizeIpRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1CopyWorkspaceImageCommand: (input: CopyWorkspaceImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1CreateConnectClientAddInCommand: (input: CreateConnectClientAddInCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1CreateConnectionAliasCommand: (input: CreateConnectionAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1CreateIpGroupCommand: (input: CreateIpGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1CreateStandbyWorkspacesCommand: (input: CreateStandbyWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1CreateTagsCommand: (input: CreateTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1CreateUpdatedWorkspaceImageCommand: (input: CreateUpdatedWorkspaceImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1CreateWorkspaceBundleCommand: (input: CreateWorkspaceBundleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1CreateWorkspaceImageCommand: (input: CreateWorkspaceImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1CreateWorkspacesCommand: (input: CreateWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1DeleteClientBrandingCommand: (input: DeleteClientBrandingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1DeleteConnectClientAddInCommand: (input: DeleteConnectClientAddInCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1DeleteConnectionAliasCommand: (input: DeleteConnectionAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1DeleteIpGroupCommand: (input: DeleteIpGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1DeleteTagsCommand: (input: DeleteTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1DeleteWorkspaceBundleCommand: (input: DeleteWorkspaceBundleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1DeleteWorkspaceImageCommand: (input: DeleteWorkspaceImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1DeregisterWorkspaceDirectoryCommand: (input: DeregisterWorkspaceDirectoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1DescribeAccountCommand: (input: DescribeAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1DescribeAccountModificationsCommand: (input: DescribeAccountModificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_1DescribeClientBrandingCommand: (input: DescribeClientBrandingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_1DescribeClientPropertiesCommand: (input: DescribeClientPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_json1_1DescribeConnectClientAddInsCommand: (input: DescribeConnectClientAddInsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1DescribeConnectionAliasesCommand: (input: DescribeConnectionAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_1DescribeConnectionAliasPermissionsCommand: (input: DescribeConnectionAliasPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_1DescribeIpGroupsCommand: (input: DescribeIpGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_json1_1DescribeTagsCommand: (input: DescribeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1DescribeWorkspaceBundlesCommand: (input: DescribeWorkspaceBundlesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_json1_1DescribeWorkspaceDirectoriesCommand: (input: DescribeWorkspaceDirectoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_json1_1DescribeWorkspaceImagePermissionsCommand: (input: DescribeWorkspaceImagePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_json1_1DescribeWorkspaceImagesCommand: (input: DescribeWorkspaceImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1DescribeWorkspacesCommand: (input: DescribeWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_json1_1DescribeWorkspacesConnectionStatusCommand: (input: DescribeWorkspacesConnectionStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_json1_1DescribeWorkspaceSnapshotsCommand: (input: DescribeWorkspaceSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_json1_1DisassociateConnectionAliasCommand: (input: DisassociateConnectionAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_json1_1DisassociateIpGroupsCommand: (input: DisassociateIpGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_json1_1ImportClientBrandingCommand: (input: ImportClientBrandingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_json1_1ImportWorkspaceImageCommand: (input: ImportWorkspaceImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_json1_1ListAvailableManagementCidrRangesCommand: (input: ListAvailableManagementCidrRangesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_json1_1MigrateWorkspaceCommand: (input: MigrateWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_json1_1ModifyAccountCommand: (input: ModifyAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_json1_1ModifyCertificateBasedAuthPropertiesCommand: (input: ModifyCertificateBasedAuthPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_json1_1ModifyClientPropertiesCommand: (input: ModifyClientPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_1ModifySamlPropertiesCommand: (input: ModifySamlPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_json1_1ModifySelfservicePermissionsCommand: (input: ModifySelfservicePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_json1_1ModifyWorkspaceAccessPropertiesCommand: (input: ModifyWorkspaceAccessPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_json1_1ModifyWorkspaceCreationPropertiesCommand: (input: ModifyWorkspaceCreationPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_json1_1ModifyWorkspacePropertiesCommand: (input: ModifyWorkspacePropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_json1_1ModifyWorkspaceStateCommand: (input: ModifyWorkspaceStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_json1_1RebootWorkspacesCommand: (input: RebootWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_json1_1RebuildWorkspacesCommand: (input: RebuildWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_json1_1RegisterWorkspaceDirectoryCommand: (input: RegisterWorkspaceDirectoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_json1_1RestoreWorkspaceCommand: (input: RestoreWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_json1_1RevokeIpRulesCommand: (input: RevokeIpRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_json1_1StartWorkspacesCommand: (input: StartWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_json1_1StopWorkspacesCommand: (input: StopWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_json1_1TerminateWorkspacesCommand: (input: TerminateWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_json1_1UpdateConnectClientAddInCommand: (input: UpdateConnectClientAddInCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_json1_1UpdateConnectionAliasPermissionCommand: (input: UpdateConnectionAliasPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_json1_1UpdateRulesOfIpGroupCommand: (input: UpdateRulesOfIpGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_json1_1UpdateWorkspaceBundleCommand: (input: UpdateWorkspaceBundleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_json1_1UpdateWorkspaceImagePermissionCommand: (input: UpdateWorkspaceImagePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const deserializeAws_json1_1AssociateConnectionAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateConnectionAliasCommandOutput>;
134
- export declare const deserializeAws_json1_1AssociateIpGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateIpGroupsCommandOutput>;
135
- export declare const deserializeAws_json1_1AuthorizeIpRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AuthorizeIpRulesCommandOutput>;
136
- export declare const deserializeAws_json1_1CopyWorkspaceImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyWorkspaceImageCommandOutput>;
137
- export declare const deserializeAws_json1_1CreateConnectClientAddInCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectClientAddInCommandOutput>;
138
- export declare const deserializeAws_json1_1CreateConnectionAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectionAliasCommandOutput>;
139
- export declare const deserializeAws_json1_1CreateIpGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIpGroupCommandOutput>;
140
- export declare const deserializeAws_json1_1CreateStandbyWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStandbyWorkspacesCommandOutput>;
141
- export declare const deserializeAws_json1_1CreateTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTagsCommandOutput>;
142
- export declare const deserializeAws_json1_1CreateUpdatedWorkspaceImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUpdatedWorkspaceImageCommandOutput>;
143
- export declare const deserializeAws_json1_1CreateWorkspaceBundleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspaceBundleCommandOutput>;
144
- export declare const deserializeAws_json1_1CreateWorkspaceImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspaceImageCommandOutput>;
145
- export declare const deserializeAws_json1_1CreateWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspacesCommandOutput>;
146
- export declare const deserializeAws_json1_1DeleteClientBrandingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClientBrandingCommandOutput>;
147
- export declare const deserializeAws_json1_1DeleteConnectClientAddInCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectClientAddInCommandOutput>;
148
- export declare const deserializeAws_json1_1DeleteConnectionAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectionAliasCommandOutput>;
149
- export declare const deserializeAws_json1_1DeleteIpGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIpGroupCommandOutput>;
150
- export declare const deserializeAws_json1_1DeleteTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTagsCommandOutput>;
151
- export declare const deserializeAws_json1_1DeleteWorkspaceBundleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkspaceBundleCommandOutput>;
152
- export declare const deserializeAws_json1_1DeleteWorkspaceImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkspaceImageCommandOutput>;
153
- export declare const deserializeAws_json1_1DeregisterWorkspaceDirectoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterWorkspaceDirectoryCommandOutput>;
154
- export declare const deserializeAws_json1_1DescribeAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountCommandOutput>;
155
- export declare const deserializeAws_json1_1DescribeAccountModificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountModificationsCommandOutput>;
156
- export declare const deserializeAws_json1_1DescribeClientBrandingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClientBrandingCommandOutput>;
157
- export declare const deserializeAws_json1_1DescribeClientPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClientPropertiesCommandOutput>;
158
- export declare const deserializeAws_json1_1DescribeConnectClientAddInsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectClientAddInsCommandOutput>;
159
- export declare const deserializeAws_json1_1DescribeConnectionAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectionAliasesCommandOutput>;
160
- export declare const deserializeAws_json1_1DescribeConnectionAliasPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectionAliasPermissionsCommandOutput>;
161
- export declare const deserializeAws_json1_1DescribeIpGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIpGroupsCommandOutput>;
162
- export declare const deserializeAws_json1_1DescribeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTagsCommandOutput>;
163
- export declare const deserializeAws_json1_1DescribeWorkspaceBundlesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceBundlesCommandOutput>;
164
- export declare const deserializeAws_json1_1DescribeWorkspaceDirectoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceDirectoriesCommandOutput>;
165
- export declare const deserializeAws_json1_1DescribeWorkspaceImagePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceImagePermissionsCommandOutput>;
166
- export declare const deserializeAws_json1_1DescribeWorkspaceImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceImagesCommandOutput>;
167
- export declare const deserializeAws_json1_1DescribeWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspacesCommandOutput>;
168
- export declare const deserializeAws_json1_1DescribeWorkspacesConnectionStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspacesConnectionStatusCommandOutput>;
169
- export declare const deserializeAws_json1_1DescribeWorkspaceSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceSnapshotsCommandOutput>;
170
- export declare const deserializeAws_json1_1DisassociateConnectionAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateConnectionAliasCommandOutput>;
171
- export declare const deserializeAws_json1_1DisassociateIpGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateIpGroupsCommandOutput>;
172
- export declare const deserializeAws_json1_1ImportClientBrandingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportClientBrandingCommandOutput>;
173
- export declare const deserializeAws_json1_1ImportWorkspaceImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportWorkspaceImageCommandOutput>;
174
- export declare const deserializeAws_json1_1ListAvailableManagementCidrRangesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAvailableManagementCidrRangesCommandOutput>;
175
- export declare const deserializeAws_json1_1MigrateWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MigrateWorkspaceCommandOutput>;
176
- export declare const deserializeAws_json1_1ModifyAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyAccountCommandOutput>;
177
- export declare const deserializeAws_json1_1ModifyCertificateBasedAuthPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyCertificateBasedAuthPropertiesCommandOutput>;
178
- export declare const deserializeAws_json1_1ModifyClientPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyClientPropertiesCommandOutput>;
179
- export declare const deserializeAws_json1_1ModifySamlPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifySamlPropertiesCommandOutput>;
180
- export declare const deserializeAws_json1_1ModifySelfservicePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifySelfservicePermissionsCommandOutput>;
181
- export declare const deserializeAws_json1_1ModifyWorkspaceAccessPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyWorkspaceAccessPropertiesCommandOutput>;
182
- export declare const deserializeAws_json1_1ModifyWorkspaceCreationPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyWorkspaceCreationPropertiesCommandOutput>;
183
- export declare const deserializeAws_json1_1ModifyWorkspacePropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyWorkspacePropertiesCommandOutput>;
184
- export declare const deserializeAws_json1_1ModifyWorkspaceStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyWorkspaceStateCommandOutput>;
185
- export declare const deserializeAws_json1_1RebootWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootWorkspacesCommandOutput>;
186
- export declare const deserializeAws_json1_1RebuildWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebuildWorkspacesCommandOutput>;
187
- export declare const deserializeAws_json1_1RegisterWorkspaceDirectoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterWorkspaceDirectoryCommandOutput>;
188
- export declare const deserializeAws_json1_1RestoreWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreWorkspaceCommandOutput>;
189
- export declare const deserializeAws_json1_1RevokeIpRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeIpRulesCommandOutput>;
190
- export declare const deserializeAws_json1_1StartWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartWorkspacesCommandOutput>;
191
- export declare const deserializeAws_json1_1StopWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopWorkspacesCommandOutput>;
192
- export declare const deserializeAws_json1_1TerminateWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateWorkspacesCommandOutput>;
193
- export declare const deserializeAws_json1_1UpdateConnectClientAddInCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectClientAddInCommandOutput>;
194
- export declare const deserializeAws_json1_1UpdateConnectionAliasPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectionAliasPermissionCommandOutput>;
195
- export declare const deserializeAws_json1_1UpdateRulesOfIpGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRulesOfIpGroupCommandOutput>;
196
- export declare const deserializeAws_json1_1UpdateWorkspaceBundleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkspaceBundleCommandOutput>;
197
- export declare const deserializeAws_json1_1UpdateWorkspaceImagePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkspaceImagePermissionCommandOutput>;
68
+ /**
69
+ * serializeAws_json1_1AssociateConnectionAliasCommand
70
+ */
71
+ export declare const se_AssociateConnectionAliasCommand: (input: AssociateConnectionAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
+ /**
73
+ * serializeAws_json1_1AssociateIpGroupsCommand
74
+ */
75
+ export declare const se_AssociateIpGroupsCommand: (input: AssociateIpGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
+ /**
77
+ * serializeAws_json1_1AuthorizeIpRulesCommand
78
+ */
79
+ export declare const se_AuthorizeIpRulesCommand: (input: AuthorizeIpRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
+ /**
81
+ * serializeAws_json1_1CopyWorkspaceImageCommand
82
+ */
83
+ export declare const se_CopyWorkspaceImageCommand: (input: CopyWorkspaceImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
+ /**
85
+ * serializeAws_json1_1CreateConnectClientAddInCommand
86
+ */
87
+ export declare const se_CreateConnectClientAddInCommand: (input: CreateConnectClientAddInCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
+ /**
89
+ * serializeAws_json1_1CreateConnectionAliasCommand
90
+ */
91
+ export declare const se_CreateConnectionAliasCommand: (input: CreateConnectionAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
+ /**
93
+ * serializeAws_json1_1CreateIpGroupCommand
94
+ */
95
+ export declare const se_CreateIpGroupCommand: (input: CreateIpGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
+ /**
97
+ * serializeAws_json1_1CreateStandbyWorkspacesCommand
98
+ */
99
+ export declare const se_CreateStandbyWorkspacesCommand: (input: CreateStandbyWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
+ /**
101
+ * serializeAws_json1_1CreateTagsCommand
102
+ */
103
+ export declare const se_CreateTagsCommand: (input: CreateTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
+ /**
105
+ * serializeAws_json1_1CreateUpdatedWorkspaceImageCommand
106
+ */
107
+ export declare const se_CreateUpdatedWorkspaceImageCommand: (input: CreateUpdatedWorkspaceImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
+ /**
109
+ * serializeAws_json1_1CreateWorkspaceBundleCommand
110
+ */
111
+ export declare const se_CreateWorkspaceBundleCommand: (input: CreateWorkspaceBundleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
+ /**
113
+ * serializeAws_json1_1CreateWorkspaceImageCommand
114
+ */
115
+ export declare const se_CreateWorkspaceImageCommand: (input: CreateWorkspaceImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
+ /**
117
+ * serializeAws_json1_1CreateWorkspacesCommand
118
+ */
119
+ export declare const se_CreateWorkspacesCommand: (input: CreateWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
+ /**
121
+ * serializeAws_json1_1DeleteClientBrandingCommand
122
+ */
123
+ export declare const se_DeleteClientBrandingCommand: (input: DeleteClientBrandingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
+ /**
125
+ * serializeAws_json1_1DeleteConnectClientAddInCommand
126
+ */
127
+ export declare const se_DeleteConnectClientAddInCommand: (input: DeleteConnectClientAddInCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
+ /**
129
+ * serializeAws_json1_1DeleteConnectionAliasCommand
130
+ */
131
+ export declare const se_DeleteConnectionAliasCommand: (input: DeleteConnectionAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
+ /**
133
+ * serializeAws_json1_1DeleteIpGroupCommand
134
+ */
135
+ export declare const se_DeleteIpGroupCommand: (input: DeleteIpGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
+ /**
137
+ * serializeAws_json1_1DeleteTagsCommand
138
+ */
139
+ export declare const se_DeleteTagsCommand: (input: DeleteTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
+ /**
141
+ * serializeAws_json1_1DeleteWorkspaceBundleCommand
142
+ */
143
+ export declare const se_DeleteWorkspaceBundleCommand: (input: DeleteWorkspaceBundleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
+ /**
145
+ * serializeAws_json1_1DeleteWorkspaceImageCommand
146
+ */
147
+ export declare const se_DeleteWorkspaceImageCommand: (input: DeleteWorkspaceImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
+ /**
149
+ * serializeAws_json1_1DeregisterWorkspaceDirectoryCommand
150
+ */
151
+ export declare const se_DeregisterWorkspaceDirectoryCommand: (input: DeregisterWorkspaceDirectoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
+ /**
153
+ * serializeAws_json1_1DescribeAccountCommand
154
+ */
155
+ export declare const se_DescribeAccountCommand: (input: DescribeAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
+ /**
157
+ * serializeAws_json1_1DescribeAccountModificationsCommand
158
+ */
159
+ export declare const se_DescribeAccountModificationsCommand: (input: DescribeAccountModificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
+ /**
161
+ * serializeAws_json1_1DescribeClientBrandingCommand
162
+ */
163
+ export declare const se_DescribeClientBrandingCommand: (input: DescribeClientBrandingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
+ /**
165
+ * serializeAws_json1_1DescribeClientPropertiesCommand
166
+ */
167
+ export declare const se_DescribeClientPropertiesCommand: (input: DescribeClientPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
+ /**
169
+ * serializeAws_json1_1DescribeConnectClientAddInsCommand
170
+ */
171
+ export declare const se_DescribeConnectClientAddInsCommand: (input: DescribeConnectClientAddInsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
+ /**
173
+ * serializeAws_json1_1DescribeConnectionAliasesCommand
174
+ */
175
+ export declare const se_DescribeConnectionAliasesCommand: (input: DescribeConnectionAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
+ /**
177
+ * serializeAws_json1_1DescribeConnectionAliasPermissionsCommand
178
+ */
179
+ export declare const se_DescribeConnectionAliasPermissionsCommand: (input: DescribeConnectionAliasPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
+ /**
181
+ * serializeAws_json1_1DescribeIpGroupsCommand
182
+ */
183
+ export declare const se_DescribeIpGroupsCommand: (input: DescribeIpGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
+ /**
185
+ * serializeAws_json1_1DescribeTagsCommand
186
+ */
187
+ export declare const se_DescribeTagsCommand: (input: DescribeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
+ /**
189
+ * serializeAws_json1_1DescribeWorkspaceBundlesCommand
190
+ */
191
+ export declare const se_DescribeWorkspaceBundlesCommand: (input: DescribeWorkspaceBundlesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
+ /**
193
+ * serializeAws_json1_1DescribeWorkspaceDirectoriesCommand
194
+ */
195
+ export declare const se_DescribeWorkspaceDirectoriesCommand: (input: DescribeWorkspaceDirectoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
+ /**
197
+ * serializeAws_json1_1DescribeWorkspaceImagePermissionsCommand
198
+ */
199
+ export declare const se_DescribeWorkspaceImagePermissionsCommand: (input: DescribeWorkspaceImagePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
+ /**
201
+ * serializeAws_json1_1DescribeWorkspaceImagesCommand
202
+ */
203
+ export declare const se_DescribeWorkspaceImagesCommand: (input: DescribeWorkspaceImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
+ /**
205
+ * serializeAws_json1_1DescribeWorkspacesCommand
206
+ */
207
+ export declare const se_DescribeWorkspacesCommand: (input: DescribeWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
+ /**
209
+ * serializeAws_json1_1DescribeWorkspacesConnectionStatusCommand
210
+ */
211
+ export declare const se_DescribeWorkspacesConnectionStatusCommand: (input: DescribeWorkspacesConnectionStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
+ /**
213
+ * serializeAws_json1_1DescribeWorkspaceSnapshotsCommand
214
+ */
215
+ export declare const se_DescribeWorkspaceSnapshotsCommand: (input: DescribeWorkspaceSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
+ /**
217
+ * serializeAws_json1_1DisassociateConnectionAliasCommand
218
+ */
219
+ export declare const se_DisassociateConnectionAliasCommand: (input: DisassociateConnectionAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
+ /**
221
+ * serializeAws_json1_1DisassociateIpGroupsCommand
222
+ */
223
+ export declare const se_DisassociateIpGroupsCommand: (input: DisassociateIpGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
+ /**
225
+ * serializeAws_json1_1ImportClientBrandingCommand
226
+ */
227
+ export declare const se_ImportClientBrandingCommand: (input: ImportClientBrandingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
+ /**
229
+ * serializeAws_json1_1ImportWorkspaceImageCommand
230
+ */
231
+ export declare const se_ImportWorkspaceImageCommand: (input: ImportWorkspaceImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
232
+ /**
233
+ * serializeAws_json1_1ListAvailableManagementCidrRangesCommand
234
+ */
235
+ export declare const se_ListAvailableManagementCidrRangesCommand: (input: ListAvailableManagementCidrRangesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
236
+ /**
237
+ * serializeAws_json1_1MigrateWorkspaceCommand
238
+ */
239
+ export declare const se_MigrateWorkspaceCommand: (input: MigrateWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
+ /**
241
+ * serializeAws_json1_1ModifyAccountCommand
242
+ */
243
+ export declare const se_ModifyAccountCommand: (input: ModifyAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
244
+ /**
245
+ * serializeAws_json1_1ModifyCertificateBasedAuthPropertiesCommand
246
+ */
247
+ export declare const se_ModifyCertificateBasedAuthPropertiesCommand: (input: ModifyCertificateBasedAuthPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
248
+ /**
249
+ * serializeAws_json1_1ModifyClientPropertiesCommand
250
+ */
251
+ export declare const se_ModifyClientPropertiesCommand: (input: ModifyClientPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
252
+ /**
253
+ * serializeAws_json1_1ModifySamlPropertiesCommand
254
+ */
255
+ export declare const se_ModifySamlPropertiesCommand: (input: ModifySamlPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
256
+ /**
257
+ * serializeAws_json1_1ModifySelfservicePermissionsCommand
258
+ */
259
+ export declare const se_ModifySelfservicePermissionsCommand: (input: ModifySelfservicePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
260
+ /**
261
+ * serializeAws_json1_1ModifyWorkspaceAccessPropertiesCommand
262
+ */
263
+ export declare const se_ModifyWorkspaceAccessPropertiesCommand: (input: ModifyWorkspaceAccessPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
264
+ /**
265
+ * serializeAws_json1_1ModifyWorkspaceCreationPropertiesCommand
266
+ */
267
+ export declare const se_ModifyWorkspaceCreationPropertiesCommand: (input: ModifyWorkspaceCreationPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
268
+ /**
269
+ * serializeAws_json1_1ModifyWorkspacePropertiesCommand
270
+ */
271
+ export declare const se_ModifyWorkspacePropertiesCommand: (input: ModifyWorkspacePropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
272
+ /**
273
+ * serializeAws_json1_1ModifyWorkspaceStateCommand
274
+ */
275
+ export declare const se_ModifyWorkspaceStateCommand: (input: ModifyWorkspaceStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
276
+ /**
277
+ * serializeAws_json1_1RebootWorkspacesCommand
278
+ */
279
+ export declare const se_RebootWorkspacesCommand: (input: RebootWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
280
+ /**
281
+ * serializeAws_json1_1RebuildWorkspacesCommand
282
+ */
283
+ export declare const se_RebuildWorkspacesCommand: (input: RebuildWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
284
+ /**
285
+ * serializeAws_json1_1RegisterWorkspaceDirectoryCommand
286
+ */
287
+ export declare const se_RegisterWorkspaceDirectoryCommand: (input: RegisterWorkspaceDirectoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
288
+ /**
289
+ * serializeAws_json1_1RestoreWorkspaceCommand
290
+ */
291
+ export declare const se_RestoreWorkspaceCommand: (input: RestoreWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
292
+ /**
293
+ * serializeAws_json1_1RevokeIpRulesCommand
294
+ */
295
+ export declare const se_RevokeIpRulesCommand: (input: RevokeIpRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
296
+ /**
297
+ * serializeAws_json1_1StartWorkspacesCommand
298
+ */
299
+ export declare const se_StartWorkspacesCommand: (input: StartWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
300
+ /**
301
+ * serializeAws_json1_1StopWorkspacesCommand
302
+ */
303
+ export declare const se_StopWorkspacesCommand: (input: StopWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
304
+ /**
305
+ * serializeAws_json1_1TerminateWorkspacesCommand
306
+ */
307
+ export declare const se_TerminateWorkspacesCommand: (input: TerminateWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
308
+ /**
309
+ * serializeAws_json1_1UpdateConnectClientAddInCommand
310
+ */
311
+ export declare const se_UpdateConnectClientAddInCommand: (input: UpdateConnectClientAddInCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
312
+ /**
313
+ * serializeAws_json1_1UpdateConnectionAliasPermissionCommand
314
+ */
315
+ export declare const se_UpdateConnectionAliasPermissionCommand: (input: UpdateConnectionAliasPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
316
+ /**
317
+ * serializeAws_json1_1UpdateRulesOfIpGroupCommand
318
+ */
319
+ export declare const se_UpdateRulesOfIpGroupCommand: (input: UpdateRulesOfIpGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
320
+ /**
321
+ * serializeAws_json1_1UpdateWorkspaceBundleCommand
322
+ */
323
+ export declare const se_UpdateWorkspaceBundleCommand: (input: UpdateWorkspaceBundleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
324
+ /**
325
+ * serializeAws_json1_1UpdateWorkspaceImagePermissionCommand
326
+ */
327
+ export declare const se_UpdateWorkspaceImagePermissionCommand: (input: UpdateWorkspaceImagePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
328
+ /**
329
+ * deserializeAws_json1_1AssociateConnectionAliasCommand
330
+ */
331
+ export declare const de_AssociateConnectionAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateConnectionAliasCommandOutput>;
332
+ /**
333
+ * deserializeAws_json1_1AssociateIpGroupsCommand
334
+ */
335
+ export declare const de_AssociateIpGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateIpGroupsCommandOutput>;
336
+ /**
337
+ * deserializeAws_json1_1AuthorizeIpRulesCommand
338
+ */
339
+ export declare const de_AuthorizeIpRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AuthorizeIpRulesCommandOutput>;
340
+ /**
341
+ * deserializeAws_json1_1CopyWorkspaceImageCommand
342
+ */
343
+ export declare const de_CopyWorkspaceImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyWorkspaceImageCommandOutput>;
344
+ /**
345
+ * deserializeAws_json1_1CreateConnectClientAddInCommand
346
+ */
347
+ export declare const de_CreateConnectClientAddInCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectClientAddInCommandOutput>;
348
+ /**
349
+ * deserializeAws_json1_1CreateConnectionAliasCommand
350
+ */
351
+ export declare const de_CreateConnectionAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectionAliasCommandOutput>;
352
+ /**
353
+ * deserializeAws_json1_1CreateIpGroupCommand
354
+ */
355
+ export declare const de_CreateIpGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIpGroupCommandOutput>;
356
+ /**
357
+ * deserializeAws_json1_1CreateStandbyWorkspacesCommand
358
+ */
359
+ export declare const de_CreateStandbyWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStandbyWorkspacesCommandOutput>;
360
+ /**
361
+ * deserializeAws_json1_1CreateTagsCommand
362
+ */
363
+ export declare const de_CreateTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTagsCommandOutput>;
364
+ /**
365
+ * deserializeAws_json1_1CreateUpdatedWorkspaceImageCommand
366
+ */
367
+ export declare const de_CreateUpdatedWorkspaceImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUpdatedWorkspaceImageCommandOutput>;
368
+ /**
369
+ * deserializeAws_json1_1CreateWorkspaceBundleCommand
370
+ */
371
+ export declare const de_CreateWorkspaceBundleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspaceBundleCommandOutput>;
372
+ /**
373
+ * deserializeAws_json1_1CreateWorkspaceImageCommand
374
+ */
375
+ export declare const de_CreateWorkspaceImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspaceImageCommandOutput>;
376
+ /**
377
+ * deserializeAws_json1_1CreateWorkspacesCommand
378
+ */
379
+ export declare const de_CreateWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspacesCommandOutput>;
380
+ /**
381
+ * deserializeAws_json1_1DeleteClientBrandingCommand
382
+ */
383
+ export declare const de_DeleteClientBrandingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClientBrandingCommandOutput>;
384
+ /**
385
+ * deserializeAws_json1_1DeleteConnectClientAddInCommand
386
+ */
387
+ export declare const de_DeleteConnectClientAddInCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectClientAddInCommandOutput>;
388
+ /**
389
+ * deserializeAws_json1_1DeleteConnectionAliasCommand
390
+ */
391
+ export declare const de_DeleteConnectionAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectionAliasCommandOutput>;
392
+ /**
393
+ * deserializeAws_json1_1DeleteIpGroupCommand
394
+ */
395
+ export declare const de_DeleteIpGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIpGroupCommandOutput>;
396
+ /**
397
+ * deserializeAws_json1_1DeleteTagsCommand
398
+ */
399
+ export declare const de_DeleteTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTagsCommandOutput>;
400
+ /**
401
+ * deserializeAws_json1_1DeleteWorkspaceBundleCommand
402
+ */
403
+ export declare const de_DeleteWorkspaceBundleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkspaceBundleCommandOutput>;
404
+ /**
405
+ * deserializeAws_json1_1DeleteWorkspaceImageCommand
406
+ */
407
+ export declare const de_DeleteWorkspaceImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkspaceImageCommandOutput>;
408
+ /**
409
+ * deserializeAws_json1_1DeregisterWorkspaceDirectoryCommand
410
+ */
411
+ export declare const de_DeregisterWorkspaceDirectoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterWorkspaceDirectoryCommandOutput>;
412
+ /**
413
+ * deserializeAws_json1_1DescribeAccountCommand
414
+ */
415
+ export declare const de_DescribeAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountCommandOutput>;
416
+ /**
417
+ * deserializeAws_json1_1DescribeAccountModificationsCommand
418
+ */
419
+ export declare const de_DescribeAccountModificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountModificationsCommandOutput>;
420
+ /**
421
+ * deserializeAws_json1_1DescribeClientBrandingCommand
422
+ */
423
+ export declare const de_DescribeClientBrandingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClientBrandingCommandOutput>;
424
+ /**
425
+ * deserializeAws_json1_1DescribeClientPropertiesCommand
426
+ */
427
+ export declare const de_DescribeClientPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClientPropertiesCommandOutput>;
428
+ /**
429
+ * deserializeAws_json1_1DescribeConnectClientAddInsCommand
430
+ */
431
+ export declare const de_DescribeConnectClientAddInsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectClientAddInsCommandOutput>;
432
+ /**
433
+ * deserializeAws_json1_1DescribeConnectionAliasesCommand
434
+ */
435
+ export declare const de_DescribeConnectionAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectionAliasesCommandOutput>;
436
+ /**
437
+ * deserializeAws_json1_1DescribeConnectionAliasPermissionsCommand
438
+ */
439
+ export declare const de_DescribeConnectionAliasPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectionAliasPermissionsCommandOutput>;
440
+ /**
441
+ * deserializeAws_json1_1DescribeIpGroupsCommand
442
+ */
443
+ export declare const de_DescribeIpGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIpGroupsCommandOutput>;
444
+ /**
445
+ * deserializeAws_json1_1DescribeTagsCommand
446
+ */
447
+ export declare const de_DescribeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTagsCommandOutput>;
448
+ /**
449
+ * deserializeAws_json1_1DescribeWorkspaceBundlesCommand
450
+ */
451
+ export declare const de_DescribeWorkspaceBundlesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceBundlesCommandOutput>;
452
+ /**
453
+ * deserializeAws_json1_1DescribeWorkspaceDirectoriesCommand
454
+ */
455
+ export declare const de_DescribeWorkspaceDirectoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceDirectoriesCommandOutput>;
456
+ /**
457
+ * deserializeAws_json1_1DescribeWorkspaceImagePermissionsCommand
458
+ */
459
+ export declare const de_DescribeWorkspaceImagePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceImagePermissionsCommandOutput>;
460
+ /**
461
+ * deserializeAws_json1_1DescribeWorkspaceImagesCommand
462
+ */
463
+ export declare const de_DescribeWorkspaceImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceImagesCommandOutput>;
464
+ /**
465
+ * deserializeAws_json1_1DescribeWorkspacesCommand
466
+ */
467
+ export declare const de_DescribeWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspacesCommandOutput>;
468
+ /**
469
+ * deserializeAws_json1_1DescribeWorkspacesConnectionStatusCommand
470
+ */
471
+ export declare const de_DescribeWorkspacesConnectionStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspacesConnectionStatusCommandOutput>;
472
+ /**
473
+ * deserializeAws_json1_1DescribeWorkspaceSnapshotsCommand
474
+ */
475
+ export declare const de_DescribeWorkspaceSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceSnapshotsCommandOutput>;
476
+ /**
477
+ * deserializeAws_json1_1DisassociateConnectionAliasCommand
478
+ */
479
+ export declare const de_DisassociateConnectionAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateConnectionAliasCommandOutput>;
480
+ /**
481
+ * deserializeAws_json1_1DisassociateIpGroupsCommand
482
+ */
483
+ export declare const de_DisassociateIpGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateIpGroupsCommandOutput>;
484
+ /**
485
+ * deserializeAws_json1_1ImportClientBrandingCommand
486
+ */
487
+ export declare const de_ImportClientBrandingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportClientBrandingCommandOutput>;
488
+ /**
489
+ * deserializeAws_json1_1ImportWorkspaceImageCommand
490
+ */
491
+ export declare const de_ImportWorkspaceImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportWorkspaceImageCommandOutput>;
492
+ /**
493
+ * deserializeAws_json1_1ListAvailableManagementCidrRangesCommand
494
+ */
495
+ export declare const de_ListAvailableManagementCidrRangesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAvailableManagementCidrRangesCommandOutput>;
496
+ /**
497
+ * deserializeAws_json1_1MigrateWorkspaceCommand
498
+ */
499
+ export declare const de_MigrateWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MigrateWorkspaceCommandOutput>;
500
+ /**
501
+ * deserializeAws_json1_1ModifyAccountCommand
502
+ */
503
+ export declare const de_ModifyAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyAccountCommandOutput>;
504
+ /**
505
+ * deserializeAws_json1_1ModifyCertificateBasedAuthPropertiesCommand
506
+ */
507
+ export declare const de_ModifyCertificateBasedAuthPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyCertificateBasedAuthPropertiesCommandOutput>;
508
+ /**
509
+ * deserializeAws_json1_1ModifyClientPropertiesCommand
510
+ */
511
+ export declare const de_ModifyClientPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyClientPropertiesCommandOutput>;
512
+ /**
513
+ * deserializeAws_json1_1ModifySamlPropertiesCommand
514
+ */
515
+ export declare const de_ModifySamlPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifySamlPropertiesCommandOutput>;
516
+ /**
517
+ * deserializeAws_json1_1ModifySelfservicePermissionsCommand
518
+ */
519
+ export declare const de_ModifySelfservicePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifySelfservicePermissionsCommandOutput>;
520
+ /**
521
+ * deserializeAws_json1_1ModifyWorkspaceAccessPropertiesCommand
522
+ */
523
+ export declare const de_ModifyWorkspaceAccessPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyWorkspaceAccessPropertiesCommandOutput>;
524
+ /**
525
+ * deserializeAws_json1_1ModifyWorkspaceCreationPropertiesCommand
526
+ */
527
+ export declare const de_ModifyWorkspaceCreationPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyWorkspaceCreationPropertiesCommandOutput>;
528
+ /**
529
+ * deserializeAws_json1_1ModifyWorkspacePropertiesCommand
530
+ */
531
+ export declare const de_ModifyWorkspacePropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyWorkspacePropertiesCommandOutput>;
532
+ /**
533
+ * deserializeAws_json1_1ModifyWorkspaceStateCommand
534
+ */
535
+ export declare const de_ModifyWorkspaceStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyWorkspaceStateCommandOutput>;
536
+ /**
537
+ * deserializeAws_json1_1RebootWorkspacesCommand
538
+ */
539
+ export declare const de_RebootWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootWorkspacesCommandOutput>;
540
+ /**
541
+ * deserializeAws_json1_1RebuildWorkspacesCommand
542
+ */
543
+ export declare const de_RebuildWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebuildWorkspacesCommandOutput>;
544
+ /**
545
+ * deserializeAws_json1_1RegisterWorkspaceDirectoryCommand
546
+ */
547
+ export declare const de_RegisterWorkspaceDirectoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterWorkspaceDirectoryCommandOutput>;
548
+ /**
549
+ * deserializeAws_json1_1RestoreWorkspaceCommand
550
+ */
551
+ export declare const de_RestoreWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreWorkspaceCommandOutput>;
552
+ /**
553
+ * deserializeAws_json1_1RevokeIpRulesCommand
554
+ */
555
+ export declare const de_RevokeIpRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeIpRulesCommandOutput>;
556
+ /**
557
+ * deserializeAws_json1_1StartWorkspacesCommand
558
+ */
559
+ export declare const de_StartWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartWorkspacesCommandOutput>;
560
+ /**
561
+ * deserializeAws_json1_1StopWorkspacesCommand
562
+ */
563
+ export declare const de_StopWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopWorkspacesCommandOutput>;
564
+ /**
565
+ * deserializeAws_json1_1TerminateWorkspacesCommand
566
+ */
567
+ export declare const de_TerminateWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateWorkspacesCommandOutput>;
568
+ /**
569
+ * deserializeAws_json1_1UpdateConnectClientAddInCommand
570
+ */
571
+ export declare const de_UpdateConnectClientAddInCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectClientAddInCommandOutput>;
572
+ /**
573
+ * deserializeAws_json1_1UpdateConnectionAliasPermissionCommand
574
+ */
575
+ export declare const de_UpdateConnectionAliasPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectionAliasPermissionCommandOutput>;
576
+ /**
577
+ * deserializeAws_json1_1UpdateRulesOfIpGroupCommand
578
+ */
579
+ export declare const de_UpdateRulesOfIpGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRulesOfIpGroupCommandOutput>;
580
+ /**
581
+ * deserializeAws_json1_1UpdateWorkspaceBundleCommand
582
+ */
583
+ export declare const de_UpdateWorkspaceBundleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkspaceBundleCommandOutput>;
584
+ /**
585
+ * deserializeAws_json1_1UpdateWorkspaceImagePermissionCommand
586
+ */
587
+ export declare const de_UpdateWorkspaceImagePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkspaceImagePermissionCommandOutput>;