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