@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,320 +1,1105 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOutput } from "./commands/AssociateConnectionAliasCommand";
3
- import { AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput } from "./commands/AssociateIpGroupsCommand";
4
- import { AuthorizeIpRulesCommandInput, AuthorizeIpRulesCommandOutput } from "./commands/AuthorizeIpRulesCommand";
5
- import { CopyWorkspaceImageCommandInput, CopyWorkspaceImageCommandOutput } from "./commands/CopyWorkspaceImageCommand";
6
- import { CreateConnectClientAddInCommandInput, CreateConnectClientAddInCommandOutput } from "./commands/CreateConnectClientAddInCommand";
7
- import { CreateConnectionAliasCommandInput, CreateConnectionAliasCommandOutput } from "./commands/CreateConnectionAliasCommand";
8
- import { CreateIpGroupCommandInput, CreateIpGroupCommandOutput } from "./commands/CreateIpGroupCommand";
9
- import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
10
- import { CreateUpdatedWorkspaceImageCommandInput, CreateUpdatedWorkspaceImageCommandOutput } from "./commands/CreateUpdatedWorkspaceImageCommand";
11
- import { CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput } from "./commands/CreateWorkspaceBundleCommand";
12
- import { CreateWorkspaceImageCommandInput, CreateWorkspaceImageCommandOutput } from "./commands/CreateWorkspaceImageCommand";
13
- import { CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput } from "./commands/CreateWorkspacesCommand";
14
- import { DeleteClientBrandingCommandInput, DeleteClientBrandingCommandOutput } from "./commands/DeleteClientBrandingCommand";
15
- import { DeleteConnectClientAddInCommandInput, DeleteConnectClientAddInCommandOutput } from "./commands/DeleteConnectClientAddInCommand";
16
- import { DeleteConnectionAliasCommandInput, DeleteConnectionAliasCommandOutput } from "./commands/DeleteConnectionAliasCommand";
17
- import { DeleteIpGroupCommandInput, DeleteIpGroupCommandOutput } from "./commands/DeleteIpGroupCommand";
18
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
19
- import { DeleteWorkspaceBundleCommandInput, DeleteWorkspaceBundleCommandOutput } from "./commands/DeleteWorkspaceBundleCommand";
20
- import { DeleteWorkspaceImageCommandInput, DeleteWorkspaceImageCommandOutput } from "./commands/DeleteWorkspaceImageCommand";
21
- import { DeregisterWorkspaceDirectoryCommandInput, DeregisterWorkspaceDirectoryCommandOutput } from "./commands/DeregisterWorkspaceDirectoryCommand";
22
- import { DescribeAccountCommandInput, DescribeAccountCommandOutput } from "./commands/DescribeAccountCommand";
23
- import { DescribeAccountModificationsCommandInput, DescribeAccountModificationsCommandOutput } from "./commands/DescribeAccountModificationsCommand";
24
- import { DescribeClientBrandingCommandInput, DescribeClientBrandingCommandOutput } from "./commands/DescribeClientBrandingCommand";
25
- import { DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOutput } from "./commands/DescribeClientPropertiesCommand";
26
- import { DescribeConnectClientAddInsCommandInput, DescribeConnectClientAddInsCommandOutput } from "./commands/DescribeConnectClientAddInsCommand";
27
- import { DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput } from "./commands/DescribeConnectionAliasesCommand";
28
- import { DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput } from "./commands/DescribeConnectionAliasPermissionsCommand";
29
- import { DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput } from "./commands/DescribeIpGroupsCommand";
30
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
31
- import { DescribeWorkspaceBundlesCommandInput, DescribeWorkspaceBundlesCommandOutput } from "./commands/DescribeWorkspaceBundlesCommand";
32
- import { DescribeWorkspaceDirectoriesCommandInput, DescribeWorkspaceDirectoriesCommandOutput } from "./commands/DescribeWorkspaceDirectoriesCommand";
33
- import { DescribeWorkspaceImagePermissionsCommandInput, DescribeWorkspaceImagePermissionsCommandOutput } from "./commands/DescribeWorkspaceImagePermissionsCommand";
34
- import { DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutput } from "./commands/DescribeWorkspaceImagesCommand";
35
- import { DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput } from "./commands/DescribeWorkspacesCommand";
36
- import { DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput } from "./commands/DescribeWorkspacesConnectionStatusCommand";
37
- import { DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput } from "./commands/DescribeWorkspaceSnapshotsCommand";
38
- import { DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput } from "./commands/DisassociateConnectionAliasCommand";
39
- import { DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput } from "./commands/DisassociateIpGroupsCommand";
40
- import { ImportClientBrandingCommandInput, ImportClientBrandingCommandOutput } from "./commands/ImportClientBrandingCommand";
41
- import { ImportWorkspaceImageCommandInput, ImportWorkspaceImageCommandOutput } from "./commands/ImportWorkspaceImageCommand";
42
- import { ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementCidrRangesCommandOutput } from "./commands/ListAvailableManagementCidrRangesCommand";
43
- import { MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput } from "./commands/MigrateWorkspaceCommand";
44
- import { ModifyAccountCommandInput, ModifyAccountCommandOutput } from "./commands/ModifyAccountCommand";
45
- import { ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput } from "./commands/ModifyClientPropertiesCommand";
46
- import { ModifySamlPropertiesCommandInput, ModifySamlPropertiesCommandOutput } from "./commands/ModifySamlPropertiesCommand";
47
- import { ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput } from "./commands/ModifySelfservicePermissionsCommand";
48
- import { ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput } from "./commands/ModifyWorkspaceAccessPropertiesCommand";
49
- import { ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput } from "./commands/ModifyWorkspaceCreationPropertiesCommand";
50
- import { ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput } from "./commands/ModifyWorkspacePropertiesCommand";
51
- import { ModifyWorkspaceStateCommandInput, ModifyWorkspaceStateCommandOutput } from "./commands/ModifyWorkspaceStateCommand";
52
- import { RebootWorkspacesCommandInput, RebootWorkspacesCommandOutput } from "./commands/RebootWorkspacesCommand";
53
- import { RebuildWorkspacesCommandInput, RebuildWorkspacesCommandOutput } from "./commands/RebuildWorkspacesCommand";
54
- import { RegisterWorkspaceDirectoryCommandInput, RegisterWorkspaceDirectoryCommandOutput } from "./commands/RegisterWorkspaceDirectoryCommand";
55
- import { RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput } from "./commands/RestoreWorkspaceCommand";
56
- import { RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput } from "./commands/RevokeIpRulesCommand";
57
- import { StartWorkspacesCommandInput, StartWorkspacesCommandOutput } from "./commands/StartWorkspacesCommand";
58
- import { StopWorkspacesCommandInput, StopWorkspacesCommandOutput } from "./commands/StopWorkspacesCommand";
59
- import { TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput } from "./commands/TerminateWorkspacesCommand";
60
- import { UpdateConnectClientAddInCommandInput, UpdateConnectClientAddInCommandOutput } from "./commands/UpdateConnectClientAddInCommand";
61
- import { UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermissionCommandOutput } from "./commands/UpdateConnectionAliasPermissionCommand";
62
- import { UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput } from "./commands/UpdateRulesOfIpGroupCommand";
63
- import { UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput } from "./commands/UpdateWorkspaceBundleCommand";
64
- import { UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput } from "./commands/UpdateWorkspaceImagePermissionCommand";
65
- import { WorkSpacesClient } from "./WorkSpacesClient";
66
-
67
- export declare class WorkSpaces extends WorkSpacesClient {
68
-
69
- associateConnectionAlias(args: AssociateConnectionAliasCommandInput, options?: __HttpHandlerOptions): Promise<AssociateConnectionAliasCommandOutput>;
70
- associateConnectionAlias(args: AssociateConnectionAliasCommandInput, cb: (err: any, data?: AssociateConnectionAliasCommandOutput) => void): void;
71
- associateConnectionAlias(args: AssociateConnectionAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateConnectionAliasCommandOutput) => void): void;
72
-
73
- associateIpGroups(args: AssociateIpGroupsCommandInput, options?: __HttpHandlerOptions): Promise<AssociateIpGroupsCommandOutput>;
74
- associateIpGroups(args: AssociateIpGroupsCommandInput, cb: (err: any, data?: AssociateIpGroupsCommandOutput) => void): void;
75
- associateIpGroups(args: AssociateIpGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateIpGroupsCommandOutput) => void): void;
76
-
77
- authorizeIpRules(args: AuthorizeIpRulesCommandInput, options?: __HttpHandlerOptions): Promise<AuthorizeIpRulesCommandOutput>;
78
- authorizeIpRules(args: AuthorizeIpRulesCommandInput, cb: (err: any, data?: AuthorizeIpRulesCommandOutput) => void): void;
79
- authorizeIpRules(args: AuthorizeIpRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AuthorizeIpRulesCommandOutput) => void): void;
80
-
81
- copyWorkspaceImage(args: CopyWorkspaceImageCommandInput, options?: __HttpHandlerOptions): Promise<CopyWorkspaceImageCommandOutput>;
82
- copyWorkspaceImage(args: CopyWorkspaceImageCommandInput, cb: (err: any, data?: CopyWorkspaceImageCommandOutput) => void): void;
83
- copyWorkspaceImage(args: CopyWorkspaceImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyWorkspaceImageCommandOutput) => void): void;
84
-
85
- createConnectClientAddIn(args: CreateConnectClientAddInCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectClientAddInCommandOutput>;
86
- createConnectClientAddIn(args: CreateConnectClientAddInCommandInput, cb: (err: any, data?: CreateConnectClientAddInCommandOutput) => void): void;
87
- createConnectClientAddIn(args: CreateConnectClientAddInCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectClientAddInCommandOutput) => void): void;
88
-
89
- createConnectionAlias(args: CreateConnectionAliasCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectionAliasCommandOutput>;
90
- createConnectionAlias(args: CreateConnectionAliasCommandInput, cb: (err: any, data?: CreateConnectionAliasCommandOutput) => void): void;
91
- createConnectionAlias(args: CreateConnectionAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectionAliasCommandOutput) => void): void;
92
-
93
- createIpGroup(args: CreateIpGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateIpGroupCommandOutput>;
94
- createIpGroup(args: CreateIpGroupCommandInput, cb: (err: any, data?: CreateIpGroupCommandOutput) => void): void;
95
- createIpGroup(args: CreateIpGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIpGroupCommandOutput) => void): void;
96
-
97
- createTags(args: CreateTagsCommandInput, options?: __HttpHandlerOptions): Promise<CreateTagsCommandOutput>;
98
- createTags(args: CreateTagsCommandInput, cb: (err: any, data?: CreateTagsCommandOutput) => void): void;
99
- createTags(args: CreateTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTagsCommandOutput) => void): void;
100
-
101
- createUpdatedWorkspaceImage(args: CreateUpdatedWorkspaceImageCommandInput, options?: __HttpHandlerOptions): Promise<CreateUpdatedWorkspaceImageCommandOutput>;
102
- createUpdatedWorkspaceImage(args: CreateUpdatedWorkspaceImageCommandInput, cb: (err: any, data?: CreateUpdatedWorkspaceImageCommandOutput) => void): void;
103
- createUpdatedWorkspaceImage(args: CreateUpdatedWorkspaceImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUpdatedWorkspaceImageCommandOutput) => void): void;
104
-
105
- createWorkspaceBundle(args: CreateWorkspaceBundleCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkspaceBundleCommandOutput>;
106
- createWorkspaceBundle(args: CreateWorkspaceBundleCommandInput, cb: (err: any, data?: CreateWorkspaceBundleCommandOutput) => void): void;
107
- createWorkspaceBundle(args: CreateWorkspaceBundleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkspaceBundleCommandOutput) => void): void;
108
-
109
- createWorkspaceImage(args: CreateWorkspaceImageCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkspaceImageCommandOutput>;
110
- createWorkspaceImage(args: CreateWorkspaceImageCommandInput, cb: (err: any, data?: CreateWorkspaceImageCommandOutput) => void): void;
111
- createWorkspaceImage(args: CreateWorkspaceImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkspaceImageCommandOutput) => void): void;
112
-
113
- createWorkspaces(args: CreateWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkspacesCommandOutput>;
114
- createWorkspaces(args: CreateWorkspacesCommandInput, cb: (err: any, data?: CreateWorkspacesCommandOutput) => void): void;
115
- createWorkspaces(args: CreateWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkspacesCommandOutput) => void): void;
116
-
117
- deleteClientBranding(args: DeleteClientBrandingCommandInput, options?: __HttpHandlerOptions): Promise<DeleteClientBrandingCommandOutput>;
118
- deleteClientBranding(args: DeleteClientBrandingCommandInput, cb: (err: any, data?: DeleteClientBrandingCommandOutput) => void): void;
119
- deleteClientBranding(args: DeleteClientBrandingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClientBrandingCommandOutput) => void): void;
120
-
121
- deleteConnectClientAddIn(args: DeleteConnectClientAddInCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectClientAddInCommandOutput>;
122
- deleteConnectClientAddIn(args: DeleteConnectClientAddInCommandInput, cb: (err: any, data?: DeleteConnectClientAddInCommandOutput) => void): void;
123
- deleteConnectClientAddIn(args: DeleteConnectClientAddInCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectClientAddInCommandOutput) => void): void;
124
-
125
- deleteConnectionAlias(args: DeleteConnectionAliasCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectionAliasCommandOutput>;
126
- deleteConnectionAlias(args: DeleteConnectionAliasCommandInput, cb: (err: any, data?: DeleteConnectionAliasCommandOutput) => void): void;
127
- deleteConnectionAlias(args: DeleteConnectionAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectionAliasCommandOutput) => void): void;
128
-
129
- deleteIpGroup(args: DeleteIpGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIpGroupCommandOutput>;
130
- deleteIpGroup(args: DeleteIpGroupCommandInput, cb: (err: any, data?: DeleteIpGroupCommandOutput) => void): void;
131
- deleteIpGroup(args: DeleteIpGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIpGroupCommandOutput) => void): void;
132
-
133
- deleteTags(args: DeleteTagsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTagsCommandOutput>;
134
- deleteTags(args: DeleteTagsCommandInput, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
135
- deleteTags(args: DeleteTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
136
-
137
- deleteWorkspaceBundle(args: DeleteWorkspaceBundleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkspaceBundleCommandOutput>;
138
- deleteWorkspaceBundle(args: DeleteWorkspaceBundleCommandInput, cb: (err: any, data?: DeleteWorkspaceBundleCommandOutput) => void): void;
139
- deleteWorkspaceBundle(args: DeleteWorkspaceBundleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkspaceBundleCommandOutput) => void): void;
140
-
141
- deleteWorkspaceImage(args: DeleteWorkspaceImageCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkspaceImageCommandOutput>;
142
- deleteWorkspaceImage(args: DeleteWorkspaceImageCommandInput, cb: (err: any, data?: DeleteWorkspaceImageCommandOutput) => void): void;
143
- deleteWorkspaceImage(args: DeleteWorkspaceImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkspaceImageCommandOutput) => void): void;
144
-
145
- deregisterWorkspaceDirectory(args: DeregisterWorkspaceDirectoryCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterWorkspaceDirectoryCommandOutput>;
146
- deregisterWorkspaceDirectory(args: DeregisterWorkspaceDirectoryCommandInput, cb: (err: any, data?: DeregisterWorkspaceDirectoryCommandOutput) => void): void;
147
- deregisterWorkspaceDirectory(args: DeregisterWorkspaceDirectoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterWorkspaceDirectoryCommandOutput) => void): void;
148
-
149
- describeAccount(args: DescribeAccountCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountCommandOutput>;
150
- describeAccount(args: DescribeAccountCommandInput, cb: (err: any, data?: DescribeAccountCommandOutput) => void): void;
151
- describeAccount(args: DescribeAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountCommandOutput) => void): void;
152
-
153
- describeAccountModifications(args: DescribeAccountModificationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountModificationsCommandOutput>;
154
- describeAccountModifications(args: DescribeAccountModificationsCommandInput, cb: (err: any, data?: DescribeAccountModificationsCommandOutput) => void): void;
155
- describeAccountModifications(args: DescribeAccountModificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountModificationsCommandOutput) => void): void;
156
-
157
- describeClientBranding(args: DescribeClientBrandingCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClientBrandingCommandOutput>;
158
- describeClientBranding(args: DescribeClientBrandingCommandInput, cb: (err: any, data?: DescribeClientBrandingCommandOutput) => void): void;
159
- describeClientBranding(args: DescribeClientBrandingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClientBrandingCommandOutput) => void): void;
160
-
161
- describeClientProperties(args: DescribeClientPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClientPropertiesCommandOutput>;
162
- describeClientProperties(args: DescribeClientPropertiesCommandInput, cb: (err: any, data?: DescribeClientPropertiesCommandOutput) => void): void;
163
- describeClientProperties(args: DescribeClientPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClientPropertiesCommandOutput) => void): void;
164
-
165
- describeConnectClientAddIns(args: DescribeConnectClientAddInsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectClientAddInsCommandOutput>;
166
- describeConnectClientAddIns(args: DescribeConnectClientAddInsCommandInput, cb: (err: any, data?: DescribeConnectClientAddInsCommandOutput) => void): void;
167
- describeConnectClientAddIns(args: DescribeConnectClientAddInsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectClientAddInsCommandOutput) => void): void;
168
-
169
- describeConnectionAliases(args: DescribeConnectionAliasesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectionAliasesCommandOutput>;
170
- describeConnectionAliases(args: DescribeConnectionAliasesCommandInput, cb: (err: any, data?: DescribeConnectionAliasesCommandOutput) => void): void;
171
- describeConnectionAliases(args: DescribeConnectionAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectionAliasesCommandOutput) => void): void;
172
-
173
- describeConnectionAliasPermissions(args: DescribeConnectionAliasPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectionAliasPermissionsCommandOutput>;
174
- describeConnectionAliasPermissions(args: DescribeConnectionAliasPermissionsCommandInput, cb: (err: any, data?: DescribeConnectionAliasPermissionsCommandOutput) => void): void;
175
- describeConnectionAliasPermissions(args: DescribeConnectionAliasPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectionAliasPermissionsCommandOutput) => void): void;
176
-
177
- describeIpGroups(args: DescribeIpGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIpGroupsCommandOutput>;
178
- describeIpGroups(args: DescribeIpGroupsCommandInput, cb: (err: any, data?: DescribeIpGroupsCommandOutput) => void): void;
179
- describeIpGroups(args: DescribeIpGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIpGroupsCommandOutput) => void): void;
180
-
181
- describeTags(args: DescribeTagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTagsCommandOutput>;
182
- describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
183
- describeTags(args: DescribeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
184
-
185
- describeWorkspaceBundles(args: DescribeWorkspaceBundlesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceBundlesCommandOutput>;
186
- describeWorkspaceBundles(args: DescribeWorkspaceBundlesCommandInput, cb: (err: any, data?: DescribeWorkspaceBundlesCommandOutput) => void): void;
187
- describeWorkspaceBundles(args: DescribeWorkspaceBundlesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceBundlesCommandOutput) => void): void;
188
-
189
- describeWorkspaceDirectories(args: DescribeWorkspaceDirectoriesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceDirectoriesCommandOutput>;
190
- describeWorkspaceDirectories(args: DescribeWorkspaceDirectoriesCommandInput, cb: (err: any, data?: DescribeWorkspaceDirectoriesCommandOutput) => void): void;
191
- describeWorkspaceDirectories(args: DescribeWorkspaceDirectoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceDirectoriesCommandOutput) => void): void;
192
-
193
- describeWorkspaceImagePermissions(args: DescribeWorkspaceImagePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceImagePermissionsCommandOutput>;
194
- describeWorkspaceImagePermissions(args: DescribeWorkspaceImagePermissionsCommandInput, cb: (err: any, data?: DescribeWorkspaceImagePermissionsCommandOutput) => void): void;
195
- describeWorkspaceImagePermissions(args: DescribeWorkspaceImagePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceImagePermissionsCommandOutput) => void): void;
196
-
197
- describeWorkspaceImages(args: DescribeWorkspaceImagesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceImagesCommandOutput>;
198
- describeWorkspaceImages(args: DescribeWorkspaceImagesCommandInput, cb: (err: any, data?: DescribeWorkspaceImagesCommandOutput) => void): void;
199
- describeWorkspaceImages(args: DescribeWorkspaceImagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceImagesCommandOutput) => void): void;
200
-
201
- describeWorkspaces(args: DescribeWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspacesCommandOutput>;
202
- describeWorkspaces(args: DescribeWorkspacesCommandInput, cb: (err: any, data?: DescribeWorkspacesCommandOutput) => void): void;
203
- describeWorkspaces(args: DescribeWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspacesCommandOutput) => void): void;
204
-
205
- describeWorkspacesConnectionStatus(args: DescribeWorkspacesConnectionStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspacesConnectionStatusCommandOutput>;
206
- describeWorkspacesConnectionStatus(args: DescribeWorkspacesConnectionStatusCommandInput, cb: (err: any, data?: DescribeWorkspacesConnectionStatusCommandOutput) => void): void;
207
- describeWorkspacesConnectionStatus(args: DescribeWorkspacesConnectionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspacesConnectionStatusCommandOutput) => void): void;
208
-
209
- describeWorkspaceSnapshots(args: DescribeWorkspaceSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceSnapshotsCommandOutput>;
210
- describeWorkspaceSnapshots(args: DescribeWorkspaceSnapshotsCommandInput, cb: (err: any, data?: DescribeWorkspaceSnapshotsCommandOutput) => void): void;
211
- describeWorkspaceSnapshots(args: DescribeWorkspaceSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceSnapshotsCommandOutput) => void): void;
212
-
213
- disassociateConnectionAlias(args: DisassociateConnectionAliasCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateConnectionAliasCommandOutput>;
214
- disassociateConnectionAlias(args: DisassociateConnectionAliasCommandInput, cb: (err: any, data?: DisassociateConnectionAliasCommandOutput) => void): void;
215
- disassociateConnectionAlias(args: DisassociateConnectionAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateConnectionAliasCommandOutput) => void): void;
216
-
217
- disassociateIpGroups(args: DisassociateIpGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateIpGroupsCommandOutput>;
218
- disassociateIpGroups(args: DisassociateIpGroupsCommandInput, cb: (err: any, data?: DisassociateIpGroupsCommandOutput) => void): void;
219
- disassociateIpGroups(args: DisassociateIpGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateIpGroupsCommandOutput) => void): void;
220
-
221
- importClientBranding(args: ImportClientBrandingCommandInput, options?: __HttpHandlerOptions): Promise<ImportClientBrandingCommandOutput>;
222
- importClientBranding(args: ImportClientBrandingCommandInput, cb: (err: any, data?: ImportClientBrandingCommandOutput) => void): void;
223
- importClientBranding(args: ImportClientBrandingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportClientBrandingCommandOutput) => void): void;
224
-
225
- importWorkspaceImage(args: ImportWorkspaceImageCommandInput, options?: __HttpHandlerOptions): Promise<ImportWorkspaceImageCommandOutput>;
226
- importWorkspaceImage(args: ImportWorkspaceImageCommandInput, cb: (err: any, data?: ImportWorkspaceImageCommandOutput) => void): void;
227
- importWorkspaceImage(args: ImportWorkspaceImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportWorkspaceImageCommandOutput) => void): void;
228
-
229
- listAvailableManagementCidrRanges(args: ListAvailableManagementCidrRangesCommandInput, options?: __HttpHandlerOptions): Promise<ListAvailableManagementCidrRangesCommandOutput>;
230
- listAvailableManagementCidrRanges(args: ListAvailableManagementCidrRangesCommandInput, cb: (err: any, data?: ListAvailableManagementCidrRangesCommandOutput) => void): void;
231
- listAvailableManagementCidrRanges(args: ListAvailableManagementCidrRangesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAvailableManagementCidrRangesCommandOutput) => void): void;
232
-
233
- migrateWorkspace(args: MigrateWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<MigrateWorkspaceCommandOutput>;
234
- migrateWorkspace(args: MigrateWorkspaceCommandInput, cb: (err: any, data?: MigrateWorkspaceCommandOutput) => void): void;
235
- migrateWorkspace(args: MigrateWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: MigrateWorkspaceCommandOutput) => void): void;
236
-
237
- modifyAccount(args: ModifyAccountCommandInput, options?: __HttpHandlerOptions): Promise<ModifyAccountCommandOutput>;
238
- modifyAccount(args: ModifyAccountCommandInput, cb: (err: any, data?: ModifyAccountCommandOutput) => void): void;
239
- modifyAccount(args: ModifyAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyAccountCommandOutput) => void): void;
240
-
241
- modifyClientProperties(args: ModifyClientPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyClientPropertiesCommandOutput>;
242
- modifyClientProperties(args: ModifyClientPropertiesCommandInput, cb: (err: any, data?: ModifyClientPropertiesCommandOutput) => void): void;
243
- modifyClientProperties(args: ModifyClientPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyClientPropertiesCommandOutput) => void): void;
244
-
245
- modifySamlProperties(args: ModifySamlPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<ModifySamlPropertiesCommandOutput>;
246
- modifySamlProperties(args: ModifySamlPropertiesCommandInput, cb: (err: any, data?: ModifySamlPropertiesCommandOutput) => void): void;
247
- modifySamlProperties(args: ModifySamlPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifySamlPropertiesCommandOutput) => void): void;
248
-
249
- modifySelfservicePermissions(args: ModifySelfservicePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<ModifySelfservicePermissionsCommandOutput>;
250
- modifySelfservicePermissions(args: ModifySelfservicePermissionsCommandInput, cb: (err: any, data?: ModifySelfservicePermissionsCommandOutput) => void): void;
251
- modifySelfservicePermissions(args: ModifySelfservicePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifySelfservicePermissionsCommandOutput) => void): void;
252
-
253
- modifyWorkspaceAccessProperties(args: ModifyWorkspaceAccessPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyWorkspaceAccessPropertiesCommandOutput>;
254
- modifyWorkspaceAccessProperties(args: ModifyWorkspaceAccessPropertiesCommandInput, cb: (err: any, data?: ModifyWorkspaceAccessPropertiesCommandOutput) => void): void;
255
- modifyWorkspaceAccessProperties(args: ModifyWorkspaceAccessPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyWorkspaceAccessPropertiesCommandOutput) => void): void;
256
-
257
- modifyWorkspaceCreationProperties(args: ModifyWorkspaceCreationPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyWorkspaceCreationPropertiesCommandOutput>;
258
- modifyWorkspaceCreationProperties(args: ModifyWorkspaceCreationPropertiesCommandInput, cb: (err: any, data?: ModifyWorkspaceCreationPropertiesCommandOutput) => void): void;
259
- modifyWorkspaceCreationProperties(args: ModifyWorkspaceCreationPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyWorkspaceCreationPropertiesCommandOutput) => void): void;
260
-
261
- modifyWorkspaceProperties(args: ModifyWorkspacePropertiesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyWorkspacePropertiesCommandOutput>;
262
- modifyWorkspaceProperties(args: ModifyWorkspacePropertiesCommandInput, cb: (err: any, data?: ModifyWorkspacePropertiesCommandOutput) => void): void;
263
- modifyWorkspaceProperties(args: ModifyWorkspacePropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyWorkspacePropertiesCommandOutput) => void): void;
264
-
265
- modifyWorkspaceState(args: ModifyWorkspaceStateCommandInput, options?: __HttpHandlerOptions): Promise<ModifyWorkspaceStateCommandOutput>;
266
- modifyWorkspaceState(args: ModifyWorkspaceStateCommandInput, cb: (err: any, data?: ModifyWorkspaceStateCommandOutput) => void): void;
267
- modifyWorkspaceState(args: ModifyWorkspaceStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyWorkspaceStateCommandOutput) => void): void;
268
-
269
- rebootWorkspaces(args: RebootWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<RebootWorkspacesCommandOutput>;
270
- rebootWorkspaces(args: RebootWorkspacesCommandInput, cb: (err: any, data?: RebootWorkspacesCommandOutput) => void): void;
271
- rebootWorkspaces(args: RebootWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootWorkspacesCommandOutput) => void): void;
272
-
273
- rebuildWorkspaces(args: RebuildWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<RebuildWorkspacesCommandOutput>;
274
- rebuildWorkspaces(args: RebuildWorkspacesCommandInput, cb: (err: any, data?: RebuildWorkspacesCommandOutput) => void): void;
275
- rebuildWorkspaces(args: RebuildWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebuildWorkspacesCommandOutput) => void): void;
276
-
277
- registerWorkspaceDirectory(args: RegisterWorkspaceDirectoryCommandInput, options?: __HttpHandlerOptions): Promise<RegisterWorkspaceDirectoryCommandOutput>;
278
- registerWorkspaceDirectory(args: RegisterWorkspaceDirectoryCommandInput, cb: (err: any, data?: RegisterWorkspaceDirectoryCommandOutput) => void): void;
279
- registerWorkspaceDirectory(args: RegisterWorkspaceDirectoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterWorkspaceDirectoryCommandOutput) => void): void;
280
-
281
- restoreWorkspace(args: RestoreWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<RestoreWorkspaceCommandOutput>;
282
- restoreWorkspace(args: RestoreWorkspaceCommandInput, cb: (err: any, data?: RestoreWorkspaceCommandOutput) => void): void;
283
- restoreWorkspace(args: RestoreWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreWorkspaceCommandOutput) => void): void;
284
-
285
- revokeIpRules(args: RevokeIpRulesCommandInput, options?: __HttpHandlerOptions): Promise<RevokeIpRulesCommandOutput>;
286
- revokeIpRules(args: RevokeIpRulesCommandInput, cb: (err: any, data?: RevokeIpRulesCommandOutput) => void): void;
287
- revokeIpRules(args: RevokeIpRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RevokeIpRulesCommandOutput) => void): void;
288
-
289
- startWorkspaces(args: StartWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<StartWorkspacesCommandOutput>;
290
- startWorkspaces(args: StartWorkspacesCommandInput, cb: (err: any, data?: StartWorkspacesCommandOutput) => void): void;
291
- startWorkspaces(args: StartWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartWorkspacesCommandOutput) => void): void;
292
-
293
- stopWorkspaces(args: StopWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<StopWorkspacesCommandOutput>;
294
- stopWorkspaces(args: StopWorkspacesCommandInput, cb: (err: any, data?: StopWorkspacesCommandOutput) => void): void;
295
- stopWorkspaces(args: StopWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopWorkspacesCommandOutput) => void): void;
296
-
297
- terminateWorkspaces(args: TerminateWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<TerminateWorkspacesCommandOutput>;
298
- terminateWorkspaces(args: TerminateWorkspacesCommandInput, cb: (err: any, data?: TerminateWorkspacesCommandOutput) => void): void;
299
- terminateWorkspaces(args: TerminateWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TerminateWorkspacesCommandOutput) => void): void;
300
-
301
- updateConnectClientAddIn(args: UpdateConnectClientAddInCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConnectClientAddInCommandOutput>;
302
- updateConnectClientAddIn(args: UpdateConnectClientAddInCommandInput, cb: (err: any, data?: UpdateConnectClientAddInCommandOutput) => void): void;
303
- updateConnectClientAddIn(args: UpdateConnectClientAddInCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectClientAddInCommandOutput) => void): void;
304
-
305
- updateConnectionAliasPermission(args: UpdateConnectionAliasPermissionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConnectionAliasPermissionCommandOutput>;
306
- updateConnectionAliasPermission(args: UpdateConnectionAliasPermissionCommandInput, cb: (err: any, data?: UpdateConnectionAliasPermissionCommandOutput) => void): void;
307
- updateConnectionAliasPermission(args: UpdateConnectionAliasPermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectionAliasPermissionCommandOutput) => void): void;
308
-
309
- updateRulesOfIpGroup(args: UpdateRulesOfIpGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRulesOfIpGroupCommandOutput>;
310
- updateRulesOfIpGroup(args: UpdateRulesOfIpGroupCommandInput, cb: (err: any, data?: UpdateRulesOfIpGroupCommandOutput) => void): void;
311
- updateRulesOfIpGroup(args: UpdateRulesOfIpGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRulesOfIpGroupCommandOutput) => void): void;
312
-
313
- updateWorkspaceBundle(args: UpdateWorkspaceBundleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspaceBundleCommandOutput>;
314
- updateWorkspaceBundle(args: UpdateWorkspaceBundleCommandInput, cb: (err: any, data?: UpdateWorkspaceBundleCommandOutput) => void): void;
315
- updateWorkspaceBundle(args: UpdateWorkspaceBundleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspaceBundleCommandOutput) => void): void;
316
-
317
- updateWorkspaceImagePermission(args: UpdateWorkspaceImagePermissionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspaceImagePermissionCommandOutput>;
318
- updateWorkspaceImagePermission(args: UpdateWorkspaceImagePermissionCommandInput, cb: (err: any, data?: UpdateWorkspaceImagePermissionCommandOutput) => void): void;
319
- updateWorkspaceImagePermission(args: UpdateWorkspaceImagePermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspaceImagePermissionCommandOutput) => void): void;
320
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AssociateConnectionAliasCommandInput,
4
+ AssociateConnectionAliasCommandOutput,
5
+ } from "./commands/AssociateConnectionAliasCommand";
6
+ import {
7
+ AssociateIpGroupsCommandInput,
8
+ AssociateIpGroupsCommandOutput,
9
+ } from "./commands/AssociateIpGroupsCommand";
10
+ import {
11
+ AuthorizeIpRulesCommandInput,
12
+ AuthorizeIpRulesCommandOutput,
13
+ } from "./commands/AuthorizeIpRulesCommand";
14
+ import {
15
+ CopyWorkspaceImageCommandInput,
16
+ CopyWorkspaceImageCommandOutput,
17
+ } from "./commands/CopyWorkspaceImageCommand";
18
+ import {
19
+ CreateConnectClientAddInCommandInput,
20
+ CreateConnectClientAddInCommandOutput,
21
+ } from "./commands/CreateConnectClientAddInCommand";
22
+ import {
23
+ CreateConnectionAliasCommandInput,
24
+ CreateConnectionAliasCommandOutput,
25
+ } from "./commands/CreateConnectionAliasCommand";
26
+ import {
27
+ CreateIpGroupCommandInput,
28
+ CreateIpGroupCommandOutput,
29
+ } from "./commands/CreateIpGroupCommand";
30
+ import {
31
+ CreateTagsCommandInput,
32
+ CreateTagsCommandOutput,
33
+ } from "./commands/CreateTagsCommand";
34
+ import {
35
+ CreateUpdatedWorkspaceImageCommandInput,
36
+ CreateUpdatedWorkspaceImageCommandOutput,
37
+ } from "./commands/CreateUpdatedWorkspaceImageCommand";
38
+ import {
39
+ CreateWorkspaceBundleCommandInput,
40
+ CreateWorkspaceBundleCommandOutput,
41
+ } from "./commands/CreateWorkspaceBundleCommand";
42
+ import {
43
+ CreateWorkspaceImageCommandInput,
44
+ CreateWorkspaceImageCommandOutput,
45
+ } from "./commands/CreateWorkspaceImageCommand";
46
+ import {
47
+ CreateWorkspacesCommandInput,
48
+ CreateWorkspacesCommandOutput,
49
+ } from "./commands/CreateWorkspacesCommand";
50
+ import {
51
+ DeleteClientBrandingCommandInput,
52
+ DeleteClientBrandingCommandOutput,
53
+ } from "./commands/DeleteClientBrandingCommand";
54
+ import {
55
+ DeleteConnectClientAddInCommandInput,
56
+ DeleteConnectClientAddInCommandOutput,
57
+ } from "./commands/DeleteConnectClientAddInCommand";
58
+ import {
59
+ DeleteConnectionAliasCommandInput,
60
+ DeleteConnectionAliasCommandOutput,
61
+ } from "./commands/DeleteConnectionAliasCommand";
62
+ import {
63
+ DeleteIpGroupCommandInput,
64
+ DeleteIpGroupCommandOutput,
65
+ } from "./commands/DeleteIpGroupCommand";
66
+ import {
67
+ DeleteTagsCommandInput,
68
+ DeleteTagsCommandOutput,
69
+ } from "./commands/DeleteTagsCommand";
70
+ import {
71
+ DeleteWorkspaceBundleCommandInput,
72
+ DeleteWorkspaceBundleCommandOutput,
73
+ } from "./commands/DeleteWorkspaceBundleCommand";
74
+ import {
75
+ DeleteWorkspaceImageCommandInput,
76
+ DeleteWorkspaceImageCommandOutput,
77
+ } from "./commands/DeleteWorkspaceImageCommand";
78
+ import {
79
+ DeregisterWorkspaceDirectoryCommandInput,
80
+ DeregisterWorkspaceDirectoryCommandOutput,
81
+ } from "./commands/DeregisterWorkspaceDirectoryCommand";
82
+ import {
83
+ DescribeAccountCommandInput,
84
+ DescribeAccountCommandOutput,
85
+ } from "./commands/DescribeAccountCommand";
86
+ import {
87
+ DescribeAccountModificationsCommandInput,
88
+ DescribeAccountModificationsCommandOutput,
89
+ } from "./commands/DescribeAccountModificationsCommand";
90
+ import {
91
+ DescribeClientBrandingCommandInput,
92
+ DescribeClientBrandingCommandOutput,
93
+ } from "./commands/DescribeClientBrandingCommand";
94
+ import {
95
+ DescribeClientPropertiesCommandInput,
96
+ DescribeClientPropertiesCommandOutput,
97
+ } from "./commands/DescribeClientPropertiesCommand";
98
+ import {
99
+ DescribeConnectClientAddInsCommandInput,
100
+ DescribeConnectClientAddInsCommandOutput,
101
+ } from "./commands/DescribeConnectClientAddInsCommand";
102
+ import {
103
+ DescribeConnectionAliasesCommandInput,
104
+ DescribeConnectionAliasesCommandOutput,
105
+ } from "./commands/DescribeConnectionAliasesCommand";
106
+ import {
107
+ DescribeConnectionAliasPermissionsCommandInput,
108
+ DescribeConnectionAliasPermissionsCommandOutput,
109
+ } from "./commands/DescribeConnectionAliasPermissionsCommand";
110
+ import {
111
+ DescribeIpGroupsCommandInput,
112
+ DescribeIpGroupsCommandOutput,
113
+ } from "./commands/DescribeIpGroupsCommand";
114
+ import {
115
+ DescribeTagsCommandInput,
116
+ DescribeTagsCommandOutput,
117
+ } from "./commands/DescribeTagsCommand";
118
+ import {
119
+ DescribeWorkspaceBundlesCommandInput,
120
+ DescribeWorkspaceBundlesCommandOutput,
121
+ } from "./commands/DescribeWorkspaceBundlesCommand";
122
+ import {
123
+ DescribeWorkspaceDirectoriesCommandInput,
124
+ DescribeWorkspaceDirectoriesCommandOutput,
125
+ } from "./commands/DescribeWorkspaceDirectoriesCommand";
126
+ import {
127
+ DescribeWorkspaceImagePermissionsCommandInput,
128
+ DescribeWorkspaceImagePermissionsCommandOutput,
129
+ } from "./commands/DescribeWorkspaceImagePermissionsCommand";
130
+ import {
131
+ DescribeWorkspaceImagesCommandInput,
132
+ DescribeWorkspaceImagesCommandOutput,
133
+ } from "./commands/DescribeWorkspaceImagesCommand";
134
+ import {
135
+ DescribeWorkspacesCommandInput,
136
+ DescribeWorkspacesCommandOutput,
137
+ } from "./commands/DescribeWorkspacesCommand";
138
+ import {
139
+ DescribeWorkspacesConnectionStatusCommandInput,
140
+ DescribeWorkspacesConnectionStatusCommandOutput,
141
+ } from "./commands/DescribeWorkspacesConnectionStatusCommand";
142
+ import {
143
+ DescribeWorkspaceSnapshotsCommandInput,
144
+ DescribeWorkspaceSnapshotsCommandOutput,
145
+ } from "./commands/DescribeWorkspaceSnapshotsCommand";
146
+ import {
147
+ DisassociateConnectionAliasCommandInput,
148
+ DisassociateConnectionAliasCommandOutput,
149
+ } from "./commands/DisassociateConnectionAliasCommand";
150
+ import {
151
+ DisassociateIpGroupsCommandInput,
152
+ DisassociateIpGroupsCommandOutput,
153
+ } from "./commands/DisassociateIpGroupsCommand";
154
+ import {
155
+ ImportClientBrandingCommandInput,
156
+ ImportClientBrandingCommandOutput,
157
+ } from "./commands/ImportClientBrandingCommand";
158
+ import {
159
+ ImportWorkspaceImageCommandInput,
160
+ ImportWorkspaceImageCommandOutput,
161
+ } from "./commands/ImportWorkspaceImageCommand";
162
+ import {
163
+ ListAvailableManagementCidrRangesCommandInput,
164
+ ListAvailableManagementCidrRangesCommandOutput,
165
+ } from "./commands/ListAvailableManagementCidrRangesCommand";
166
+ import {
167
+ MigrateWorkspaceCommandInput,
168
+ MigrateWorkspaceCommandOutput,
169
+ } from "./commands/MigrateWorkspaceCommand";
170
+ import {
171
+ ModifyAccountCommandInput,
172
+ ModifyAccountCommandOutput,
173
+ } from "./commands/ModifyAccountCommand";
174
+ import {
175
+ ModifyClientPropertiesCommandInput,
176
+ ModifyClientPropertiesCommandOutput,
177
+ } from "./commands/ModifyClientPropertiesCommand";
178
+ import {
179
+ ModifySamlPropertiesCommandInput,
180
+ ModifySamlPropertiesCommandOutput,
181
+ } from "./commands/ModifySamlPropertiesCommand";
182
+ import {
183
+ ModifySelfservicePermissionsCommandInput,
184
+ ModifySelfservicePermissionsCommandOutput,
185
+ } from "./commands/ModifySelfservicePermissionsCommand";
186
+ import {
187
+ ModifyWorkspaceAccessPropertiesCommandInput,
188
+ ModifyWorkspaceAccessPropertiesCommandOutput,
189
+ } from "./commands/ModifyWorkspaceAccessPropertiesCommand";
190
+ import {
191
+ ModifyWorkspaceCreationPropertiesCommandInput,
192
+ ModifyWorkspaceCreationPropertiesCommandOutput,
193
+ } from "./commands/ModifyWorkspaceCreationPropertiesCommand";
194
+ import {
195
+ ModifyWorkspacePropertiesCommandInput,
196
+ ModifyWorkspacePropertiesCommandOutput,
197
+ } from "./commands/ModifyWorkspacePropertiesCommand";
198
+ import {
199
+ ModifyWorkspaceStateCommandInput,
200
+ ModifyWorkspaceStateCommandOutput,
201
+ } from "./commands/ModifyWorkspaceStateCommand";
202
+ import {
203
+ RebootWorkspacesCommandInput,
204
+ RebootWorkspacesCommandOutput,
205
+ } from "./commands/RebootWorkspacesCommand";
206
+ import {
207
+ RebuildWorkspacesCommandInput,
208
+ RebuildWorkspacesCommandOutput,
209
+ } from "./commands/RebuildWorkspacesCommand";
210
+ import {
211
+ RegisterWorkspaceDirectoryCommandInput,
212
+ RegisterWorkspaceDirectoryCommandOutput,
213
+ } from "./commands/RegisterWorkspaceDirectoryCommand";
214
+ import {
215
+ RestoreWorkspaceCommandInput,
216
+ RestoreWorkspaceCommandOutput,
217
+ } from "./commands/RestoreWorkspaceCommand";
218
+ import {
219
+ RevokeIpRulesCommandInput,
220
+ RevokeIpRulesCommandOutput,
221
+ } from "./commands/RevokeIpRulesCommand";
222
+ import {
223
+ StartWorkspacesCommandInput,
224
+ StartWorkspacesCommandOutput,
225
+ } from "./commands/StartWorkspacesCommand";
226
+ import {
227
+ StopWorkspacesCommandInput,
228
+ StopWorkspacesCommandOutput,
229
+ } from "./commands/StopWorkspacesCommand";
230
+ import {
231
+ TerminateWorkspacesCommandInput,
232
+ TerminateWorkspacesCommandOutput,
233
+ } from "./commands/TerminateWorkspacesCommand";
234
+ import {
235
+ UpdateConnectClientAddInCommandInput,
236
+ UpdateConnectClientAddInCommandOutput,
237
+ } from "./commands/UpdateConnectClientAddInCommand";
238
+ import {
239
+ UpdateConnectionAliasPermissionCommandInput,
240
+ UpdateConnectionAliasPermissionCommandOutput,
241
+ } from "./commands/UpdateConnectionAliasPermissionCommand";
242
+ import {
243
+ UpdateRulesOfIpGroupCommandInput,
244
+ UpdateRulesOfIpGroupCommandOutput,
245
+ } from "./commands/UpdateRulesOfIpGroupCommand";
246
+ import {
247
+ UpdateWorkspaceBundleCommandInput,
248
+ UpdateWorkspaceBundleCommandOutput,
249
+ } from "./commands/UpdateWorkspaceBundleCommand";
250
+ import {
251
+ UpdateWorkspaceImagePermissionCommandInput,
252
+ UpdateWorkspaceImagePermissionCommandOutput,
253
+ } from "./commands/UpdateWorkspaceImagePermissionCommand";
254
+ import { WorkSpacesClient } from "./WorkSpacesClient";
255
+ export declare class WorkSpaces extends WorkSpacesClient {
256
+ associateConnectionAlias(
257
+ args: AssociateConnectionAliasCommandInput,
258
+ options?: __HttpHandlerOptions
259
+ ): Promise<AssociateConnectionAliasCommandOutput>;
260
+ associateConnectionAlias(
261
+ args: AssociateConnectionAliasCommandInput,
262
+ cb: (err: any, data?: AssociateConnectionAliasCommandOutput) => void
263
+ ): void;
264
+ associateConnectionAlias(
265
+ args: AssociateConnectionAliasCommandInput,
266
+ options: __HttpHandlerOptions,
267
+ cb: (err: any, data?: AssociateConnectionAliasCommandOutput) => void
268
+ ): void;
269
+ associateIpGroups(
270
+ args: AssociateIpGroupsCommandInput,
271
+ options?: __HttpHandlerOptions
272
+ ): Promise<AssociateIpGroupsCommandOutput>;
273
+ associateIpGroups(
274
+ args: AssociateIpGroupsCommandInput,
275
+ cb: (err: any, data?: AssociateIpGroupsCommandOutput) => void
276
+ ): void;
277
+ associateIpGroups(
278
+ args: AssociateIpGroupsCommandInput,
279
+ options: __HttpHandlerOptions,
280
+ cb: (err: any, data?: AssociateIpGroupsCommandOutput) => void
281
+ ): void;
282
+ authorizeIpRules(
283
+ args: AuthorizeIpRulesCommandInput,
284
+ options?: __HttpHandlerOptions
285
+ ): Promise<AuthorizeIpRulesCommandOutput>;
286
+ authorizeIpRules(
287
+ args: AuthorizeIpRulesCommandInput,
288
+ cb: (err: any, data?: AuthorizeIpRulesCommandOutput) => void
289
+ ): void;
290
+ authorizeIpRules(
291
+ args: AuthorizeIpRulesCommandInput,
292
+ options: __HttpHandlerOptions,
293
+ cb: (err: any, data?: AuthorizeIpRulesCommandOutput) => void
294
+ ): void;
295
+ copyWorkspaceImage(
296
+ args: CopyWorkspaceImageCommandInput,
297
+ options?: __HttpHandlerOptions
298
+ ): Promise<CopyWorkspaceImageCommandOutput>;
299
+ copyWorkspaceImage(
300
+ args: CopyWorkspaceImageCommandInput,
301
+ cb: (err: any, data?: CopyWorkspaceImageCommandOutput) => void
302
+ ): void;
303
+ copyWorkspaceImage(
304
+ args: CopyWorkspaceImageCommandInput,
305
+ options: __HttpHandlerOptions,
306
+ cb: (err: any, data?: CopyWorkspaceImageCommandOutput) => void
307
+ ): void;
308
+ createConnectClientAddIn(
309
+ args: CreateConnectClientAddInCommandInput,
310
+ options?: __HttpHandlerOptions
311
+ ): Promise<CreateConnectClientAddInCommandOutput>;
312
+ createConnectClientAddIn(
313
+ args: CreateConnectClientAddInCommandInput,
314
+ cb: (err: any, data?: CreateConnectClientAddInCommandOutput) => void
315
+ ): void;
316
+ createConnectClientAddIn(
317
+ args: CreateConnectClientAddInCommandInput,
318
+ options: __HttpHandlerOptions,
319
+ cb: (err: any, data?: CreateConnectClientAddInCommandOutput) => void
320
+ ): void;
321
+ createConnectionAlias(
322
+ args: CreateConnectionAliasCommandInput,
323
+ options?: __HttpHandlerOptions
324
+ ): Promise<CreateConnectionAliasCommandOutput>;
325
+ createConnectionAlias(
326
+ args: CreateConnectionAliasCommandInput,
327
+ cb: (err: any, data?: CreateConnectionAliasCommandOutput) => void
328
+ ): void;
329
+ createConnectionAlias(
330
+ args: CreateConnectionAliasCommandInput,
331
+ options: __HttpHandlerOptions,
332
+ cb: (err: any, data?: CreateConnectionAliasCommandOutput) => void
333
+ ): void;
334
+ createIpGroup(
335
+ args: CreateIpGroupCommandInput,
336
+ options?: __HttpHandlerOptions
337
+ ): Promise<CreateIpGroupCommandOutput>;
338
+ createIpGroup(
339
+ args: CreateIpGroupCommandInput,
340
+ cb: (err: any, data?: CreateIpGroupCommandOutput) => void
341
+ ): void;
342
+ createIpGroup(
343
+ args: CreateIpGroupCommandInput,
344
+ options: __HttpHandlerOptions,
345
+ cb: (err: any, data?: CreateIpGroupCommandOutput) => void
346
+ ): void;
347
+ createTags(
348
+ args: CreateTagsCommandInput,
349
+ options?: __HttpHandlerOptions
350
+ ): Promise<CreateTagsCommandOutput>;
351
+ createTags(
352
+ args: CreateTagsCommandInput,
353
+ cb: (err: any, data?: CreateTagsCommandOutput) => void
354
+ ): void;
355
+ createTags(
356
+ args: CreateTagsCommandInput,
357
+ options: __HttpHandlerOptions,
358
+ cb: (err: any, data?: CreateTagsCommandOutput) => void
359
+ ): void;
360
+ createUpdatedWorkspaceImage(
361
+ args: CreateUpdatedWorkspaceImageCommandInput,
362
+ options?: __HttpHandlerOptions
363
+ ): Promise<CreateUpdatedWorkspaceImageCommandOutput>;
364
+ createUpdatedWorkspaceImage(
365
+ args: CreateUpdatedWorkspaceImageCommandInput,
366
+ cb: (err: any, data?: CreateUpdatedWorkspaceImageCommandOutput) => void
367
+ ): void;
368
+ createUpdatedWorkspaceImage(
369
+ args: CreateUpdatedWorkspaceImageCommandInput,
370
+ options: __HttpHandlerOptions,
371
+ cb: (err: any, data?: CreateUpdatedWorkspaceImageCommandOutput) => void
372
+ ): void;
373
+ createWorkspaceBundle(
374
+ args: CreateWorkspaceBundleCommandInput,
375
+ options?: __HttpHandlerOptions
376
+ ): Promise<CreateWorkspaceBundleCommandOutput>;
377
+ createWorkspaceBundle(
378
+ args: CreateWorkspaceBundleCommandInput,
379
+ cb: (err: any, data?: CreateWorkspaceBundleCommandOutput) => void
380
+ ): void;
381
+ createWorkspaceBundle(
382
+ args: CreateWorkspaceBundleCommandInput,
383
+ options: __HttpHandlerOptions,
384
+ cb: (err: any, data?: CreateWorkspaceBundleCommandOutput) => void
385
+ ): void;
386
+ createWorkspaceImage(
387
+ args: CreateWorkspaceImageCommandInput,
388
+ options?: __HttpHandlerOptions
389
+ ): Promise<CreateWorkspaceImageCommandOutput>;
390
+ createWorkspaceImage(
391
+ args: CreateWorkspaceImageCommandInput,
392
+ cb: (err: any, data?: CreateWorkspaceImageCommandOutput) => void
393
+ ): void;
394
+ createWorkspaceImage(
395
+ args: CreateWorkspaceImageCommandInput,
396
+ options: __HttpHandlerOptions,
397
+ cb: (err: any, data?: CreateWorkspaceImageCommandOutput) => void
398
+ ): void;
399
+ createWorkspaces(
400
+ args: CreateWorkspacesCommandInput,
401
+ options?: __HttpHandlerOptions
402
+ ): Promise<CreateWorkspacesCommandOutput>;
403
+ createWorkspaces(
404
+ args: CreateWorkspacesCommandInput,
405
+ cb: (err: any, data?: CreateWorkspacesCommandOutput) => void
406
+ ): void;
407
+ createWorkspaces(
408
+ args: CreateWorkspacesCommandInput,
409
+ options: __HttpHandlerOptions,
410
+ cb: (err: any, data?: CreateWorkspacesCommandOutput) => void
411
+ ): void;
412
+ deleteClientBranding(
413
+ args: DeleteClientBrandingCommandInput,
414
+ options?: __HttpHandlerOptions
415
+ ): Promise<DeleteClientBrandingCommandOutput>;
416
+ deleteClientBranding(
417
+ args: DeleteClientBrandingCommandInput,
418
+ cb: (err: any, data?: DeleteClientBrandingCommandOutput) => void
419
+ ): void;
420
+ deleteClientBranding(
421
+ args: DeleteClientBrandingCommandInput,
422
+ options: __HttpHandlerOptions,
423
+ cb: (err: any, data?: DeleteClientBrandingCommandOutput) => void
424
+ ): void;
425
+ deleteConnectClientAddIn(
426
+ args: DeleteConnectClientAddInCommandInput,
427
+ options?: __HttpHandlerOptions
428
+ ): Promise<DeleteConnectClientAddInCommandOutput>;
429
+ deleteConnectClientAddIn(
430
+ args: DeleteConnectClientAddInCommandInput,
431
+ cb: (err: any, data?: DeleteConnectClientAddInCommandOutput) => void
432
+ ): void;
433
+ deleteConnectClientAddIn(
434
+ args: DeleteConnectClientAddInCommandInput,
435
+ options: __HttpHandlerOptions,
436
+ cb: (err: any, data?: DeleteConnectClientAddInCommandOutput) => void
437
+ ): void;
438
+ deleteConnectionAlias(
439
+ args: DeleteConnectionAliasCommandInput,
440
+ options?: __HttpHandlerOptions
441
+ ): Promise<DeleteConnectionAliasCommandOutput>;
442
+ deleteConnectionAlias(
443
+ args: DeleteConnectionAliasCommandInput,
444
+ cb: (err: any, data?: DeleteConnectionAliasCommandOutput) => void
445
+ ): void;
446
+ deleteConnectionAlias(
447
+ args: DeleteConnectionAliasCommandInput,
448
+ options: __HttpHandlerOptions,
449
+ cb: (err: any, data?: DeleteConnectionAliasCommandOutput) => void
450
+ ): void;
451
+ deleteIpGroup(
452
+ args: DeleteIpGroupCommandInput,
453
+ options?: __HttpHandlerOptions
454
+ ): Promise<DeleteIpGroupCommandOutput>;
455
+ deleteIpGroup(
456
+ args: DeleteIpGroupCommandInput,
457
+ cb: (err: any, data?: DeleteIpGroupCommandOutput) => void
458
+ ): void;
459
+ deleteIpGroup(
460
+ args: DeleteIpGroupCommandInput,
461
+ options: __HttpHandlerOptions,
462
+ cb: (err: any, data?: DeleteIpGroupCommandOutput) => void
463
+ ): void;
464
+ deleteTags(
465
+ args: DeleteTagsCommandInput,
466
+ options?: __HttpHandlerOptions
467
+ ): Promise<DeleteTagsCommandOutput>;
468
+ deleteTags(
469
+ args: DeleteTagsCommandInput,
470
+ cb: (err: any, data?: DeleteTagsCommandOutput) => void
471
+ ): void;
472
+ deleteTags(
473
+ args: DeleteTagsCommandInput,
474
+ options: __HttpHandlerOptions,
475
+ cb: (err: any, data?: DeleteTagsCommandOutput) => void
476
+ ): void;
477
+ deleteWorkspaceBundle(
478
+ args: DeleteWorkspaceBundleCommandInput,
479
+ options?: __HttpHandlerOptions
480
+ ): Promise<DeleteWorkspaceBundleCommandOutput>;
481
+ deleteWorkspaceBundle(
482
+ args: DeleteWorkspaceBundleCommandInput,
483
+ cb: (err: any, data?: DeleteWorkspaceBundleCommandOutput) => void
484
+ ): void;
485
+ deleteWorkspaceBundle(
486
+ args: DeleteWorkspaceBundleCommandInput,
487
+ options: __HttpHandlerOptions,
488
+ cb: (err: any, data?: DeleteWorkspaceBundleCommandOutput) => void
489
+ ): void;
490
+ deleteWorkspaceImage(
491
+ args: DeleteWorkspaceImageCommandInput,
492
+ options?: __HttpHandlerOptions
493
+ ): Promise<DeleteWorkspaceImageCommandOutput>;
494
+ deleteWorkspaceImage(
495
+ args: DeleteWorkspaceImageCommandInput,
496
+ cb: (err: any, data?: DeleteWorkspaceImageCommandOutput) => void
497
+ ): void;
498
+ deleteWorkspaceImage(
499
+ args: DeleteWorkspaceImageCommandInput,
500
+ options: __HttpHandlerOptions,
501
+ cb: (err: any, data?: DeleteWorkspaceImageCommandOutput) => void
502
+ ): void;
503
+ deregisterWorkspaceDirectory(
504
+ args: DeregisterWorkspaceDirectoryCommandInput,
505
+ options?: __HttpHandlerOptions
506
+ ): Promise<DeregisterWorkspaceDirectoryCommandOutput>;
507
+ deregisterWorkspaceDirectory(
508
+ args: DeregisterWorkspaceDirectoryCommandInput,
509
+ cb: (err: any, data?: DeregisterWorkspaceDirectoryCommandOutput) => void
510
+ ): void;
511
+ deregisterWorkspaceDirectory(
512
+ args: DeregisterWorkspaceDirectoryCommandInput,
513
+ options: __HttpHandlerOptions,
514
+ cb: (err: any, data?: DeregisterWorkspaceDirectoryCommandOutput) => void
515
+ ): void;
516
+ describeAccount(
517
+ args: DescribeAccountCommandInput,
518
+ options?: __HttpHandlerOptions
519
+ ): Promise<DescribeAccountCommandOutput>;
520
+ describeAccount(
521
+ args: DescribeAccountCommandInput,
522
+ cb: (err: any, data?: DescribeAccountCommandOutput) => void
523
+ ): void;
524
+ describeAccount(
525
+ args: DescribeAccountCommandInput,
526
+ options: __HttpHandlerOptions,
527
+ cb: (err: any, data?: DescribeAccountCommandOutput) => void
528
+ ): void;
529
+ describeAccountModifications(
530
+ args: DescribeAccountModificationsCommandInput,
531
+ options?: __HttpHandlerOptions
532
+ ): Promise<DescribeAccountModificationsCommandOutput>;
533
+ describeAccountModifications(
534
+ args: DescribeAccountModificationsCommandInput,
535
+ cb: (err: any, data?: DescribeAccountModificationsCommandOutput) => void
536
+ ): void;
537
+ describeAccountModifications(
538
+ args: DescribeAccountModificationsCommandInput,
539
+ options: __HttpHandlerOptions,
540
+ cb: (err: any, data?: DescribeAccountModificationsCommandOutput) => void
541
+ ): void;
542
+ describeClientBranding(
543
+ args: DescribeClientBrandingCommandInput,
544
+ options?: __HttpHandlerOptions
545
+ ): Promise<DescribeClientBrandingCommandOutput>;
546
+ describeClientBranding(
547
+ args: DescribeClientBrandingCommandInput,
548
+ cb: (err: any, data?: DescribeClientBrandingCommandOutput) => void
549
+ ): void;
550
+ describeClientBranding(
551
+ args: DescribeClientBrandingCommandInput,
552
+ options: __HttpHandlerOptions,
553
+ cb: (err: any, data?: DescribeClientBrandingCommandOutput) => void
554
+ ): void;
555
+ describeClientProperties(
556
+ args: DescribeClientPropertiesCommandInput,
557
+ options?: __HttpHandlerOptions
558
+ ): Promise<DescribeClientPropertiesCommandOutput>;
559
+ describeClientProperties(
560
+ args: DescribeClientPropertiesCommandInput,
561
+ cb: (err: any, data?: DescribeClientPropertiesCommandOutput) => void
562
+ ): void;
563
+ describeClientProperties(
564
+ args: DescribeClientPropertiesCommandInput,
565
+ options: __HttpHandlerOptions,
566
+ cb: (err: any, data?: DescribeClientPropertiesCommandOutput) => void
567
+ ): void;
568
+ describeConnectClientAddIns(
569
+ args: DescribeConnectClientAddInsCommandInput,
570
+ options?: __HttpHandlerOptions
571
+ ): Promise<DescribeConnectClientAddInsCommandOutput>;
572
+ describeConnectClientAddIns(
573
+ args: DescribeConnectClientAddInsCommandInput,
574
+ cb: (err: any, data?: DescribeConnectClientAddInsCommandOutput) => void
575
+ ): void;
576
+ describeConnectClientAddIns(
577
+ args: DescribeConnectClientAddInsCommandInput,
578
+ options: __HttpHandlerOptions,
579
+ cb: (err: any, data?: DescribeConnectClientAddInsCommandOutput) => void
580
+ ): void;
581
+ describeConnectionAliases(
582
+ args: DescribeConnectionAliasesCommandInput,
583
+ options?: __HttpHandlerOptions
584
+ ): Promise<DescribeConnectionAliasesCommandOutput>;
585
+ describeConnectionAliases(
586
+ args: DescribeConnectionAliasesCommandInput,
587
+ cb: (err: any, data?: DescribeConnectionAliasesCommandOutput) => void
588
+ ): void;
589
+ describeConnectionAliases(
590
+ args: DescribeConnectionAliasesCommandInput,
591
+ options: __HttpHandlerOptions,
592
+ cb: (err: any, data?: DescribeConnectionAliasesCommandOutput) => void
593
+ ): void;
594
+ describeConnectionAliasPermissions(
595
+ args: DescribeConnectionAliasPermissionsCommandInput,
596
+ options?: __HttpHandlerOptions
597
+ ): Promise<DescribeConnectionAliasPermissionsCommandOutput>;
598
+ describeConnectionAliasPermissions(
599
+ args: DescribeConnectionAliasPermissionsCommandInput,
600
+ cb: (
601
+ err: any,
602
+ data?: DescribeConnectionAliasPermissionsCommandOutput
603
+ ) => void
604
+ ): void;
605
+ describeConnectionAliasPermissions(
606
+ args: DescribeConnectionAliasPermissionsCommandInput,
607
+ options: __HttpHandlerOptions,
608
+ cb: (
609
+ err: any,
610
+ data?: DescribeConnectionAliasPermissionsCommandOutput
611
+ ) => void
612
+ ): void;
613
+ describeIpGroups(
614
+ args: DescribeIpGroupsCommandInput,
615
+ options?: __HttpHandlerOptions
616
+ ): Promise<DescribeIpGroupsCommandOutput>;
617
+ describeIpGroups(
618
+ args: DescribeIpGroupsCommandInput,
619
+ cb: (err: any, data?: DescribeIpGroupsCommandOutput) => void
620
+ ): void;
621
+ describeIpGroups(
622
+ args: DescribeIpGroupsCommandInput,
623
+ options: __HttpHandlerOptions,
624
+ cb: (err: any, data?: DescribeIpGroupsCommandOutput) => void
625
+ ): void;
626
+ describeTags(
627
+ args: DescribeTagsCommandInput,
628
+ options?: __HttpHandlerOptions
629
+ ): Promise<DescribeTagsCommandOutput>;
630
+ describeTags(
631
+ args: DescribeTagsCommandInput,
632
+ cb: (err: any, data?: DescribeTagsCommandOutput) => void
633
+ ): void;
634
+ describeTags(
635
+ args: DescribeTagsCommandInput,
636
+ options: __HttpHandlerOptions,
637
+ cb: (err: any, data?: DescribeTagsCommandOutput) => void
638
+ ): void;
639
+ describeWorkspaceBundles(
640
+ args: DescribeWorkspaceBundlesCommandInput,
641
+ options?: __HttpHandlerOptions
642
+ ): Promise<DescribeWorkspaceBundlesCommandOutput>;
643
+ describeWorkspaceBundles(
644
+ args: DescribeWorkspaceBundlesCommandInput,
645
+ cb: (err: any, data?: DescribeWorkspaceBundlesCommandOutput) => void
646
+ ): void;
647
+ describeWorkspaceBundles(
648
+ args: DescribeWorkspaceBundlesCommandInput,
649
+ options: __HttpHandlerOptions,
650
+ cb: (err: any, data?: DescribeWorkspaceBundlesCommandOutput) => void
651
+ ): void;
652
+ describeWorkspaceDirectories(
653
+ args: DescribeWorkspaceDirectoriesCommandInput,
654
+ options?: __HttpHandlerOptions
655
+ ): Promise<DescribeWorkspaceDirectoriesCommandOutput>;
656
+ describeWorkspaceDirectories(
657
+ args: DescribeWorkspaceDirectoriesCommandInput,
658
+ cb: (err: any, data?: DescribeWorkspaceDirectoriesCommandOutput) => void
659
+ ): void;
660
+ describeWorkspaceDirectories(
661
+ args: DescribeWorkspaceDirectoriesCommandInput,
662
+ options: __HttpHandlerOptions,
663
+ cb: (err: any, data?: DescribeWorkspaceDirectoriesCommandOutput) => void
664
+ ): void;
665
+ describeWorkspaceImagePermissions(
666
+ args: DescribeWorkspaceImagePermissionsCommandInput,
667
+ options?: __HttpHandlerOptions
668
+ ): Promise<DescribeWorkspaceImagePermissionsCommandOutput>;
669
+ describeWorkspaceImagePermissions(
670
+ args: DescribeWorkspaceImagePermissionsCommandInput,
671
+ cb: (
672
+ err: any,
673
+ data?: DescribeWorkspaceImagePermissionsCommandOutput
674
+ ) => void
675
+ ): void;
676
+ describeWorkspaceImagePermissions(
677
+ args: DescribeWorkspaceImagePermissionsCommandInput,
678
+ options: __HttpHandlerOptions,
679
+ cb: (
680
+ err: any,
681
+ data?: DescribeWorkspaceImagePermissionsCommandOutput
682
+ ) => void
683
+ ): void;
684
+ describeWorkspaceImages(
685
+ args: DescribeWorkspaceImagesCommandInput,
686
+ options?: __HttpHandlerOptions
687
+ ): Promise<DescribeWorkspaceImagesCommandOutput>;
688
+ describeWorkspaceImages(
689
+ args: DescribeWorkspaceImagesCommandInput,
690
+ cb: (err: any, data?: DescribeWorkspaceImagesCommandOutput) => void
691
+ ): void;
692
+ describeWorkspaceImages(
693
+ args: DescribeWorkspaceImagesCommandInput,
694
+ options: __HttpHandlerOptions,
695
+ cb: (err: any, data?: DescribeWorkspaceImagesCommandOutput) => void
696
+ ): void;
697
+ describeWorkspaces(
698
+ args: DescribeWorkspacesCommandInput,
699
+ options?: __HttpHandlerOptions
700
+ ): Promise<DescribeWorkspacesCommandOutput>;
701
+ describeWorkspaces(
702
+ args: DescribeWorkspacesCommandInput,
703
+ cb: (err: any, data?: DescribeWorkspacesCommandOutput) => void
704
+ ): void;
705
+ describeWorkspaces(
706
+ args: DescribeWorkspacesCommandInput,
707
+ options: __HttpHandlerOptions,
708
+ cb: (err: any, data?: DescribeWorkspacesCommandOutput) => void
709
+ ): void;
710
+ describeWorkspacesConnectionStatus(
711
+ args: DescribeWorkspacesConnectionStatusCommandInput,
712
+ options?: __HttpHandlerOptions
713
+ ): Promise<DescribeWorkspacesConnectionStatusCommandOutput>;
714
+ describeWorkspacesConnectionStatus(
715
+ args: DescribeWorkspacesConnectionStatusCommandInput,
716
+ cb: (
717
+ err: any,
718
+ data?: DescribeWorkspacesConnectionStatusCommandOutput
719
+ ) => void
720
+ ): void;
721
+ describeWorkspacesConnectionStatus(
722
+ args: DescribeWorkspacesConnectionStatusCommandInput,
723
+ options: __HttpHandlerOptions,
724
+ cb: (
725
+ err: any,
726
+ data?: DescribeWorkspacesConnectionStatusCommandOutput
727
+ ) => void
728
+ ): void;
729
+ describeWorkspaceSnapshots(
730
+ args: DescribeWorkspaceSnapshotsCommandInput,
731
+ options?: __HttpHandlerOptions
732
+ ): Promise<DescribeWorkspaceSnapshotsCommandOutput>;
733
+ describeWorkspaceSnapshots(
734
+ args: DescribeWorkspaceSnapshotsCommandInput,
735
+ cb: (err: any, data?: DescribeWorkspaceSnapshotsCommandOutput) => void
736
+ ): void;
737
+ describeWorkspaceSnapshots(
738
+ args: DescribeWorkspaceSnapshotsCommandInput,
739
+ options: __HttpHandlerOptions,
740
+ cb: (err: any, data?: DescribeWorkspaceSnapshotsCommandOutput) => void
741
+ ): void;
742
+ disassociateConnectionAlias(
743
+ args: DisassociateConnectionAliasCommandInput,
744
+ options?: __HttpHandlerOptions
745
+ ): Promise<DisassociateConnectionAliasCommandOutput>;
746
+ disassociateConnectionAlias(
747
+ args: DisassociateConnectionAliasCommandInput,
748
+ cb: (err: any, data?: DisassociateConnectionAliasCommandOutput) => void
749
+ ): void;
750
+ disassociateConnectionAlias(
751
+ args: DisassociateConnectionAliasCommandInput,
752
+ options: __HttpHandlerOptions,
753
+ cb: (err: any, data?: DisassociateConnectionAliasCommandOutput) => void
754
+ ): void;
755
+ disassociateIpGroups(
756
+ args: DisassociateIpGroupsCommandInput,
757
+ options?: __HttpHandlerOptions
758
+ ): Promise<DisassociateIpGroupsCommandOutput>;
759
+ disassociateIpGroups(
760
+ args: DisassociateIpGroupsCommandInput,
761
+ cb: (err: any, data?: DisassociateIpGroupsCommandOutput) => void
762
+ ): void;
763
+ disassociateIpGroups(
764
+ args: DisassociateIpGroupsCommandInput,
765
+ options: __HttpHandlerOptions,
766
+ cb: (err: any, data?: DisassociateIpGroupsCommandOutput) => void
767
+ ): void;
768
+ importClientBranding(
769
+ args: ImportClientBrandingCommandInput,
770
+ options?: __HttpHandlerOptions
771
+ ): Promise<ImportClientBrandingCommandOutput>;
772
+ importClientBranding(
773
+ args: ImportClientBrandingCommandInput,
774
+ cb: (err: any, data?: ImportClientBrandingCommandOutput) => void
775
+ ): void;
776
+ importClientBranding(
777
+ args: ImportClientBrandingCommandInput,
778
+ options: __HttpHandlerOptions,
779
+ cb: (err: any, data?: ImportClientBrandingCommandOutput) => void
780
+ ): void;
781
+ importWorkspaceImage(
782
+ args: ImportWorkspaceImageCommandInput,
783
+ options?: __HttpHandlerOptions
784
+ ): Promise<ImportWorkspaceImageCommandOutput>;
785
+ importWorkspaceImage(
786
+ args: ImportWorkspaceImageCommandInput,
787
+ cb: (err: any, data?: ImportWorkspaceImageCommandOutput) => void
788
+ ): void;
789
+ importWorkspaceImage(
790
+ args: ImportWorkspaceImageCommandInput,
791
+ options: __HttpHandlerOptions,
792
+ cb: (err: any, data?: ImportWorkspaceImageCommandOutput) => void
793
+ ): void;
794
+ listAvailableManagementCidrRanges(
795
+ args: ListAvailableManagementCidrRangesCommandInput,
796
+ options?: __HttpHandlerOptions
797
+ ): Promise<ListAvailableManagementCidrRangesCommandOutput>;
798
+ listAvailableManagementCidrRanges(
799
+ args: ListAvailableManagementCidrRangesCommandInput,
800
+ cb: (
801
+ err: any,
802
+ data?: ListAvailableManagementCidrRangesCommandOutput
803
+ ) => void
804
+ ): void;
805
+ listAvailableManagementCidrRanges(
806
+ args: ListAvailableManagementCidrRangesCommandInput,
807
+ options: __HttpHandlerOptions,
808
+ cb: (
809
+ err: any,
810
+ data?: ListAvailableManagementCidrRangesCommandOutput
811
+ ) => void
812
+ ): void;
813
+ migrateWorkspace(
814
+ args: MigrateWorkspaceCommandInput,
815
+ options?: __HttpHandlerOptions
816
+ ): Promise<MigrateWorkspaceCommandOutput>;
817
+ migrateWorkspace(
818
+ args: MigrateWorkspaceCommandInput,
819
+ cb: (err: any, data?: MigrateWorkspaceCommandOutput) => void
820
+ ): void;
821
+ migrateWorkspace(
822
+ args: MigrateWorkspaceCommandInput,
823
+ options: __HttpHandlerOptions,
824
+ cb: (err: any, data?: MigrateWorkspaceCommandOutput) => void
825
+ ): void;
826
+ modifyAccount(
827
+ args: ModifyAccountCommandInput,
828
+ options?: __HttpHandlerOptions
829
+ ): Promise<ModifyAccountCommandOutput>;
830
+ modifyAccount(
831
+ args: ModifyAccountCommandInput,
832
+ cb: (err: any, data?: ModifyAccountCommandOutput) => void
833
+ ): void;
834
+ modifyAccount(
835
+ args: ModifyAccountCommandInput,
836
+ options: __HttpHandlerOptions,
837
+ cb: (err: any, data?: ModifyAccountCommandOutput) => void
838
+ ): void;
839
+ modifyClientProperties(
840
+ args: ModifyClientPropertiesCommandInput,
841
+ options?: __HttpHandlerOptions
842
+ ): Promise<ModifyClientPropertiesCommandOutput>;
843
+ modifyClientProperties(
844
+ args: ModifyClientPropertiesCommandInput,
845
+ cb: (err: any, data?: ModifyClientPropertiesCommandOutput) => void
846
+ ): void;
847
+ modifyClientProperties(
848
+ args: ModifyClientPropertiesCommandInput,
849
+ options: __HttpHandlerOptions,
850
+ cb: (err: any, data?: ModifyClientPropertiesCommandOutput) => void
851
+ ): void;
852
+ modifySamlProperties(
853
+ args: ModifySamlPropertiesCommandInput,
854
+ options?: __HttpHandlerOptions
855
+ ): Promise<ModifySamlPropertiesCommandOutput>;
856
+ modifySamlProperties(
857
+ args: ModifySamlPropertiesCommandInput,
858
+ cb: (err: any, data?: ModifySamlPropertiesCommandOutput) => void
859
+ ): void;
860
+ modifySamlProperties(
861
+ args: ModifySamlPropertiesCommandInput,
862
+ options: __HttpHandlerOptions,
863
+ cb: (err: any, data?: ModifySamlPropertiesCommandOutput) => void
864
+ ): void;
865
+ modifySelfservicePermissions(
866
+ args: ModifySelfservicePermissionsCommandInput,
867
+ options?: __HttpHandlerOptions
868
+ ): Promise<ModifySelfservicePermissionsCommandOutput>;
869
+ modifySelfservicePermissions(
870
+ args: ModifySelfservicePermissionsCommandInput,
871
+ cb: (err: any, data?: ModifySelfservicePermissionsCommandOutput) => void
872
+ ): void;
873
+ modifySelfservicePermissions(
874
+ args: ModifySelfservicePermissionsCommandInput,
875
+ options: __HttpHandlerOptions,
876
+ cb: (err: any, data?: ModifySelfservicePermissionsCommandOutput) => void
877
+ ): void;
878
+ modifyWorkspaceAccessProperties(
879
+ args: ModifyWorkspaceAccessPropertiesCommandInput,
880
+ options?: __HttpHandlerOptions
881
+ ): Promise<ModifyWorkspaceAccessPropertiesCommandOutput>;
882
+ modifyWorkspaceAccessProperties(
883
+ args: ModifyWorkspaceAccessPropertiesCommandInput,
884
+ cb: (err: any, data?: ModifyWorkspaceAccessPropertiesCommandOutput) => void
885
+ ): void;
886
+ modifyWorkspaceAccessProperties(
887
+ args: ModifyWorkspaceAccessPropertiesCommandInput,
888
+ options: __HttpHandlerOptions,
889
+ cb: (err: any, data?: ModifyWorkspaceAccessPropertiesCommandOutput) => void
890
+ ): void;
891
+ modifyWorkspaceCreationProperties(
892
+ args: ModifyWorkspaceCreationPropertiesCommandInput,
893
+ options?: __HttpHandlerOptions
894
+ ): Promise<ModifyWorkspaceCreationPropertiesCommandOutput>;
895
+ modifyWorkspaceCreationProperties(
896
+ args: ModifyWorkspaceCreationPropertiesCommandInput,
897
+ cb: (
898
+ err: any,
899
+ data?: ModifyWorkspaceCreationPropertiesCommandOutput
900
+ ) => void
901
+ ): void;
902
+ modifyWorkspaceCreationProperties(
903
+ args: ModifyWorkspaceCreationPropertiesCommandInput,
904
+ options: __HttpHandlerOptions,
905
+ cb: (
906
+ err: any,
907
+ data?: ModifyWorkspaceCreationPropertiesCommandOutput
908
+ ) => void
909
+ ): void;
910
+ modifyWorkspaceProperties(
911
+ args: ModifyWorkspacePropertiesCommandInput,
912
+ options?: __HttpHandlerOptions
913
+ ): Promise<ModifyWorkspacePropertiesCommandOutput>;
914
+ modifyWorkspaceProperties(
915
+ args: ModifyWorkspacePropertiesCommandInput,
916
+ cb: (err: any, data?: ModifyWorkspacePropertiesCommandOutput) => void
917
+ ): void;
918
+ modifyWorkspaceProperties(
919
+ args: ModifyWorkspacePropertiesCommandInput,
920
+ options: __HttpHandlerOptions,
921
+ cb: (err: any, data?: ModifyWorkspacePropertiesCommandOutput) => void
922
+ ): void;
923
+ modifyWorkspaceState(
924
+ args: ModifyWorkspaceStateCommandInput,
925
+ options?: __HttpHandlerOptions
926
+ ): Promise<ModifyWorkspaceStateCommandOutput>;
927
+ modifyWorkspaceState(
928
+ args: ModifyWorkspaceStateCommandInput,
929
+ cb: (err: any, data?: ModifyWorkspaceStateCommandOutput) => void
930
+ ): void;
931
+ modifyWorkspaceState(
932
+ args: ModifyWorkspaceStateCommandInput,
933
+ options: __HttpHandlerOptions,
934
+ cb: (err: any, data?: ModifyWorkspaceStateCommandOutput) => void
935
+ ): void;
936
+ rebootWorkspaces(
937
+ args: RebootWorkspacesCommandInput,
938
+ options?: __HttpHandlerOptions
939
+ ): Promise<RebootWorkspacesCommandOutput>;
940
+ rebootWorkspaces(
941
+ args: RebootWorkspacesCommandInput,
942
+ cb: (err: any, data?: RebootWorkspacesCommandOutput) => void
943
+ ): void;
944
+ rebootWorkspaces(
945
+ args: RebootWorkspacesCommandInput,
946
+ options: __HttpHandlerOptions,
947
+ cb: (err: any, data?: RebootWorkspacesCommandOutput) => void
948
+ ): void;
949
+ rebuildWorkspaces(
950
+ args: RebuildWorkspacesCommandInput,
951
+ options?: __HttpHandlerOptions
952
+ ): Promise<RebuildWorkspacesCommandOutput>;
953
+ rebuildWorkspaces(
954
+ args: RebuildWorkspacesCommandInput,
955
+ cb: (err: any, data?: RebuildWorkspacesCommandOutput) => void
956
+ ): void;
957
+ rebuildWorkspaces(
958
+ args: RebuildWorkspacesCommandInput,
959
+ options: __HttpHandlerOptions,
960
+ cb: (err: any, data?: RebuildWorkspacesCommandOutput) => void
961
+ ): void;
962
+ registerWorkspaceDirectory(
963
+ args: RegisterWorkspaceDirectoryCommandInput,
964
+ options?: __HttpHandlerOptions
965
+ ): Promise<RegisterWorkspaceDirectoryCommandOutput>;
966
+ registerWorkspaceDirectory(
967
+ args: RegisterWorkspaceDirectoryCommandInput,
968
+ cb: (err: any, data?: RegisterWorkspaceDirectoryCommandOutput) => void
969
+ ): void;
970
+ registerWorkspaceDirectory(
971
+ args: RegisterWorkspaceDirectoryCommandInput,
972
+ options: __HttpHandlerOptions,
973
+ cb: (err: any, data?: RegisterWorkspaceDirectoryCommandOutput) => void
974
+ ): void;
975
+ restoreWorkspace(
976
+ args: RestoreWorkspaceCommandInput,
977
+ options?: __HttpHandlerOptions
978
+ ): Promise<RestoreWorkspaceCommandOutput>;
979
+ restoreWorkspace(
980
+ args: RestoreWorkspaceCommandInput,
981
+ cb: (err: any, data?: RestoreWorkspaceCommandOutput) => void
982
+ ): void;
983
+ restoreWorkspace(
984
+ args: RestoreWorkspaceCommandInput,
985
+ options: __HttpHandlerOptions,
986
+ cb: (err: any, data?: RestoreWorkspaceCommandOutput) => void
987
+ ): void;
988
+ revokeIpRules(
989
+ args: RevokeIpRulesCommandInput,
990
+ options?: __HttpHandlerOptions
991
+ ): Promise<RevokeIpRulesCommandOutput>;
992
+ revokeIpRules(
993
+ args: RevokeIpRulesCommandInput,
994
+ cb: (err: any, data?: RevokeIpRulesCommandOutput) => void
995
+ ): void;
996
+ revokeIpRules(
997
+ args: RevokeIpRulesCommandInput,
998
+ options: __HttpHandlerOptions,
999
+ cb: (err: any, data?: RevokeIpRulesCommandOutput) => void
1000
+ ): void;
1001
+ startWorkspaces(
1002
+ args: StartWorkspacesCommandInput,
1003
+ options?: __HttpHandlerOptions
1004
+ ): Promise<StartWorkspacesCommandOutput>;
1005
+ startWorkspaces(
1006
+ args: StartWorkspacesCommandInput,
1007
+ cb: (err: any, data?: StartWorkspacesCommandOutput) => void
1008
+ ): void;
1009
+ startWorkspaces(
1010
+ args: StartWorkspacesCommandInput,
1011
+ options: __HttpHandlerOptions,
1012
+ cb: (err: any, data?: StartWorkspacesCommandOutput) => void
1013
+ ): void;
1014
+ stopWorkspaces(
1015
+ args: StopWorkspacesCommandInput,
1016
+ options?: __HttpHandlerOptions
1017
+ ): Promise<StopWorkspacesCommandOutput>;
1018
+ stopWorkspaces(
1019
+ args: StopWorkspacesCommandInput,
1020
+ cb: (err: any, data?: StopWorkspacesCommandOutput) => void
1021
+ ): void;
1022
+ stopWorkspaces(
1023
+ args: StopWorkspacesCommandInput,
1024
+ options: __HttpHandlerOptions,
1025
+ cb: (err: any, data?: StopWorkspacesCommandOutput) => void
1026
+ ): void;
1027
+ terminateWorkspaces(
1028
+ args: TerminateWorkspacesCommandInput,
1029
+ options?: __HttpHandlerOptions
1030
+ ): Promise<TerminateWorkspacesCommandOutput>;
1031
+ terminateWorkspaces(
1032
+ args: TerminateWorkspacesCommandInput,
1033
+ cb: (err: any, data?: TerminateWorkspacesCommandOutput) => void
1034
+ ): void;
1035
+ terminateWorkspaces(
1036
+ args: TerminateWorkspacesCommandInput,
1037
+ options: __HttpHandlerOptions,
1038
+ cb: (err: any, data?: TerminateWorkspacesCommandOutput) => void
1039
+ ): void;
1040
+ updateConnectClientAddIn(
1041
+ args: UpdateConnectClientAddInCommandInput,
1042
+ options?: __HttpHandlerOptions
1043
+ ): Promise<UpdateConnectClientAddInCommandOutput>;
1044
+ updateConnectClientAddIn(
1045
+ args: UpdateConnectClientAddInCommandInput,
1046
+ cb: (err: any, data?: UpdateConnectClientAddInCommandOutput) => void
1047
+ ): void;
1048
+ updateConnectClientAddIn(
1049
+ args: UpdateConnectClientAddInCommandInput,
1050
+ options: __HttpHandlerOptions,
1051
+ cb: (err: any, data?: UpdateConnectClientAddInCommandOutput) => void
1052
+ ): void;
1053
+ updateConnectionAliasPermission(
1054
+ args: UpdateConnectionAliasPermissionCommandInput,
1055
+ options?: __HttpHandlerOptions
1056
+ ): Promise<UpdateConnectionAliasPermissionCommandOutput>;
1057
+ updateConnectionAliasPermission(
1058
+ args: UpdateConnectionAliasPermissionCommandInput,
1059
+ cb: (err: any, data?: UpdateConnectionAliasPermissionCommandOutput) => void
1060
+ ): void;
1061
+ updateConnectionAliasPermission(
1062
+ args: UpdateConnectionAliasPermissionCommandInput,
1063
+ options: __HttpHandlerOptions,
1064
+ cb: (err: any, data?: UpdateConnectionAliasPermissionCommandOutput) => void
1065
+ ): void;
1066
+ updateRulesOfIpGroup(
1067
+ args: UpdateRulesOfIpGroupCommandInput,
1068
+ options?: __HttpHandlerOptions
1069
+ ): Promise<UpdateRulesOfIpGroupCommandOutput>;
1070
+ updateRulesOfIpGroup(
1071
+ args: UpdateRulesOfIpGroupCommandInput,
1072
+ cb: (err: any, data?: UpdateRulesOfIpGroupCommandOutput) => void
1073
+ ): void;
1074
+ updateRulesOfIpGroup(
1075
+ args: UpdateRulesOfIpGroupCommandInput,
1076
+ options: __HttpHandlerOptions,
1077
+ cb: (err: any, data?: UpdateRulesOfIpGroupCommandOutput) => void
1078
+ ): void;
1079
+ updateWorkspaceBundle(
1080
+ args: UpdateWorkspaceBundleCommandInput,
1081
+ options?: __HttpHandlerOptions
1082
+ ): Promise<UpdateWorkspaceBundleCommandOutput>;
1083
+ updateWorkspaceBundle(
1084
+ args: UpdateWorkspaceBundleCommandInput,
1085
+ cb: (err: any, data?: UpdateWorkspaceBundleCommandOutput) => void
1086
+ ): void;
1087
+ updateWorkspaceBundle(
1088
+ args: UpdateWorkspaceBundleCommandInput,
1089
+ options: __HttpHandlerOptions,
1090
+ cb: (err: any, data?: UpdateWorkspaceBundleCommandOutput) => void
1091
+ ): void;
1092
+ updateWorkspaceImagePermission(
1093
+ args: UpdateWorkspaceImagePermissionCommandInput,
1094
+ options?: __HttpHandlerOptions
1095
+ ): Promise<UpdateWorkspaceImagePermissionCommandOutput>;
1096
+ updateWorkspaceImagePermission(
1097
+ args: UpdateWorkspaceImagePermissionCommandInput,
1098
+ cb: (err: any, data?: UpdateWorkspaceImagePermissionCommandOutput) => void
1099
+ ): void;
1100
+ updateWorkspaceImagePermission(
1101
+ args: UpdateWorkspaceImagePermissionCommandInput,
1102
+ options: __HttpHandlerOptions,
1103
+ cb: (err: any, data?: UpdateWorkspaceImagePermissionCommandOutput) => void
1104
+ ): void;
1105
+ }