@aws-sdk/client-workspaces 3.50.0 → 3.53.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 (89) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/WorkSpacesServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +189 -4
  5. package/dist-cjs/protocols/Aws_json1_1.js +534 -1901
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/WorkSpacesServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +172 -1
  9. package/dist-es/protocols/Aws_json1_1.js +1183 -2071
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/WorkSpacesServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +96 -65
  13. package/dist-types/ts3.4/WorkSpaces.d.ts +295 -0
  14. package/dist-types/ts3.4/WorkSpacesClient.d.ts +131 -0
  15. package/dist-types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateConnectClientAddInCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateIpGroupCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateUpdatedWorkspaceImageCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreateWorkspacesCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeleteConnectClientAddInCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeleteIpGroupCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DescribeConnectClientAddInsCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/ModifyAccountCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/index.d.ts +58 -0
  74. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  75. package/dist-types/ts3.4/index.d.ts +6 -0
  76. package/dist-types/ts3.4/models/WorkSpacesServiceException.d.ts +6 -0
  77. package/dist-types/ts3.4/models/index.d.ts +1 -0
  78. package/dist-types/ts3.4/models/models_0.d.ts +1840 -0
  79. package/dist-types/ts3.4/pagination/DescribeWorkspaceBundlesPaginator.d.ts +4 -0
  80. package/dist-types/ts3.4/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +4 -0
  81. package/dist-types/ts3.4/pagination/DescribeWorkspacesPaginator.d.ts +4 -0
  82. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  83. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  84. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +176 -0
  85. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  86. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  87. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  88. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  89. package/package.json +33 -33
@@ -3,3 +3,4 @@ export * from "./WorkSpacesClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export { WorkSpacesServiceException } from "./models/WorkSpacesServiceException";
@@ -0,0 +1,10 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ /**
3
+ * Base exception class for all service exceptions from WorkSpaces service.
4
+ */
5
+ export declare class WorkSpacesServiceException extends __ServiceException {
6
+ /**
7
+ * @internal
8
+ */
9
+ constructor(options: __ServiceExceptionOptions);
10
+ }
@@ -1,11 +1,15 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { WorkSpacesServiceException as __BaseException } from "./WorkSpacesServiceException";
2
3
  /**
3
4
  * <p>The user is not authorized to access a resource.</p>
4
5
  */
5
- export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
6
- name: "AccessDeniedException";
7
- $fault: "client";
8
- message?: string;
6
+ export declare class AccessDeniedException extends __BaseException {
7
+ readonly name: "AccessDeniedException";
8
+ readonly $fault: "client";
9
+ /**
10
+ * @internal
11
+ */
12
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
9
13
  }
10
14
  export declare enum AccessPropertyValue {
11
15
  ALLOW = "ALLOW",
@@ -94,52 +98,61 @@ export declare namespace AssociateConnectionAliasResult {
94
98
  /**
95
99
  * <p>One or more parameter values are not valid.</p>
96
100
  */
97
- export interface InvalidParameterValuesException extends __SmithyException, $MetadataBearer {
98
- name: "InvalidParameterValuesException";
99
- $fault: "client";
101
+ export declare class InvalidParameterValuesException extends __BaseException {
102
+ readonly name: "InvalidParameterValuesException";
103
+ readonly $fault: "client";
100
104
  /**
101
- * <p>The exception error message.</p>
105
+ * @internal
102
106
  */
103
- message?: string;
107
+ constructor(opts: __ExceptionOptionType<InvalidParameterValuesException, __BaseException>);
104
108
  }
105
109
  /**
106
110
  * <p>The state of the resource is not valid for this operation.</p>
107
111
  */
108
- export interface InvalidResourceStateException extends __SmithyException, $MetadataBearer {
109
- name: "InvalidResourceStateException";
110
- $fault: "client";
111
- message?: string;
112
+ export declare class InvalidResourceStateException extends __BaseException {
113
+ readonly name: "InvalidResourceStateException";
114
+ readonly $fault: "client";
115
+ /**
116
+ * @internal
117
+ */
118
+ constructor(opts: __ExceptionOptionType<InvalidResourceStateException, __BaseException>);
112
119
  }
113
120
  /**
114
121
  * <p>This operation is not supported.</p>
115
122
  */
116
- export interface OperationNotSupportedException extends __SmithyException, $MetadataBearer {
117
- name: "OperationNotSupportedException";
118
- $fault: "client";
119
- message?: string;
123
+ export declare class OperationNotSupportedException extends __BaseException {
124
+ readonly name: "OperationNotSupportedException";
125
+ readonly $fault: "client";
126
+ /**
127
+ * @internal
128
+ */
129
+ constructor(opts: __ExceptionOptionType<OperationNotSupportedException, __BaseException>);
120
130
  }
121
131
  /**
122
132
  * <p>The resource is associated with a directory.</p>
123
133
  */
124
- export interface ResourceAssociatedException extends __SmithyException, $MetadataBearer {
125
- name: "ResourceAssociatedException";
126
- $fault: "client";
127
- message?: string;
134
+ export declare class ResourceAssociatedException extends __BaseException {
135
+ readonly name: "ResourceAssociatedException";
136
+ readonly $fault: "client";
137
+ /**
138
+ * @internal
139
+ */
140
+ constructor(opts: __ExceptionOptionType<ResourceAssociatedException, __BaseException>);
128
141
  }
129
142
  /**
130
143
  * <p>The resource could not be found.</p>
131
144
  */
132
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
133
- name: "ResourceNotFoundException";
134
- $fault: "client";
135
- /**
136
- * <p>The resource could not be found.</p>
137
- */
138
- message?: string;
145
+ export declare class ResourceNotFoundException extends __BaseException {
146
+ readonly name: "ResourceNotFoundException";
147
+ readonly $fault: "client";
139
148
  /**
140
149
  * <p>The ID of the resource that could not be found.</p>
141
150
  */
142
151
  ResourceId?: string;
152
+ /**
153
+ * @internal
154
+ */
155
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
143
156
  }
144
157
  export interface AssociateIpGroupsRequest {
145
158
  /**
@@ -168,13 +181,13 @@ export declare namespace AssociateIpGroupsResult {
168
181
  /**
169
182
  * <p>Your resource limits have been exceeded.</p>
170
183
  */
171
- export interface ResourceLimitExceededException extends __SmithyException, $MetadataBearer {
172
- name: "ResourceLimitExceededException";
173
- $fault: "client";
184
+ export declare class ResourceLimitExceededException extends __BaseException {
185
+ readonly name: "ResourceLimitExceededException";
186
+ readonly $fault: "client";
174
187
  /**
175
- * <p>The exception error message.</p>
188
+ * @internal
176
189
  */
177
- message?: string;
190
+ constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
178
191
  }
179
192
  export declare enum AssociationStatus {
180
193
  ASSOCIATED_WITH_OWNER_ACCOUNT = "ASSOCIATED_WITH_OWNER_ACCOUNT",
@@ -557,25 +570,28 @@ export declare namespace CopyWorkspaceImageResult {
557
570
  /**
558
571
  * <p>The specified resource already exists.</p>
559
572
  */
560
- export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
561
- name: "ResourceAlreadyExistsException";
562
- $fault: "client";
563
- message?: string;
573
+ export declare class ResourceAlreadyExistsException extends __BaseException {
574
+ readonly name: "ResourceAlreadyExistsException";
575
+ readonly $fault: "client";
576
+ /**
577
+ * @internal
578
+ */
579
+ constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
564
580
  }
565
581
  /**
566
582
  * <p>The specified resource is not available.</p>
567
583
  */
568
- export interface ResourceUnavailableException extends __SmithyException, $MetadataBearer {
569
- name: "ResourceUnavailableException";
570
- $fault: "client";
571
- /**
572
- * <p>The exception error message.</p>
573
- */
574
- message?: string;
584
+ export declare class ResourceUnavailableException extends __BaseException {
585
+ readonly name: "ResourceUnavailableException";
586
+ readonly $fault: "client";
575
587
  /**
576
588
  * <p>The identifier of the resource that is not available.</p>
577
589
  */
578
590
  ResourceId?: string;
591
+ /**
592
+ * @internal
593
+ */
594
+ constructor(opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>);
579
595
  }
580
596
  export interface CreateConnectClientAddInRequest {
581
597
  /**
@@ -612,10 +628,13 @@ export declare namespace CreateConnectClientAddInResult {
612
628
  /**
613
629
  * <p>The resource could not be created.</p>
614
630
  */
615
- export interface ResourceCreationFailedException extends __SmithyException, $MetadataBearer {
616
- name: "ResourceCreationFailedException";
617
- $fault: "client";
618
- message?: string;
631
+ export declare class ResourceCreationFailedException extends __BaseException {
632
+ readonly name: "ResourceCreationFailedException";
633
+ readonly $fault: "client";
634
+ /**
635
+ * @internal
636
+ */
637
+ constructor(opts: __ExceptionOptionType<ResourceCreationFailedException, __BaseException>);
619
638
  }
620
639
  export interface CreateConnectionAliasRequest {
621
640
  /**
@@ -2412,10 +2431,13 @@ export declare namespace MigrateWorkspaceResult {
2412
2431
  /**
2413
2432
  * <p>The properties of this WorkSpace are currently being modified. Try again in a moment.</p>
2414
2433
  */
2415
- export interface OperationInProgressException extends __SmithyException, $MetadataBearer {
2416
- name: "OperationInProgressException";
2417
- $fault: "client";
2418
- message?: string;
2434
+ export declare class OperationInProgressException extends __BaseException {
2435
+ readonly name: "OperationInProgressException";
2436
+ readonly $fault: "client";
2437
+ /**
2438
+ * @internal
2439
+ */
2440
+ constructor(opts: __ExceptionOptionType<OperationInProgressException, __BaseException>);
2419
2441
  }
2420
2442
  export interface ModifyAccountRequest {
2421
2443
  /**
@@ -2639,10 +2661,13 @@ export declare namespace ModifyWorkspacePropertiesResult {
2639
2661
  * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/required-service-components.html">Required
2640
2662
  * Configuration and Service Components for WorkSpaces </a>.</p>
2641
2663
  */
2642
- export interface UnsupportedWorkspaceConfigurationException extends __SmithyException, $MetadataBearer {
2643
- name: "UnsupportedWorkspaceConfigurationException";
2644
- $fault: "client";
2645
- message?: string;
2664
+ export declare class UnsupportedWorkspaceConfigurationException extends __BaseException {
2665
+ readonly name: "UnsupportedWorkspaceConfigurationException";
2666
+ readonly $fault: "client";
2667
+ /**
2668
+ * @internal
2669
+ */
2670
+ constructor(opts: __ExceptionOptionType<UnsupportedWorkspaceConfigurationException, __BaseException>);
2646
2671
  }
2647
2672
  export declare enum TargetWorkspaceState {
2648
2673
  ADMIN_MAINTENANCE = "ADMIN_MAINTENANCE",
@@ -2808,19 +2833,25 @@ export declare namespace RegisterWorkspaceDirectoryResult {
2808
2833
  * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-vpc.html">
2809
2834
  * Configure a VPC for Amazon WorkSpaces</a>.</p>
2810
2835
  */
2811
- export interface UnsupportedNetworkConfigurationException extends __SmithyException, $MetadataBearer {
2812
- name: "UnsupportedNetworkConfigurationException";
2813
- $fault: "client";
2814
- message?: string;
2836
+ export declare class UnsupportedNetworkConfigurationException extends __BaseException {
2837
+ readonly name: "UnsupportedNetworkConfigurationException";
2838
+ readonly $fault: "client";
2839
+ /**
2840
+ * @internal
2841
+ */
2842
+ constructor(opts: __ExceptionOptionType<UnsupportedNetworkConfigurationException, __BaseException>);
2815
2843
  }
2816
2844
  /**
2817
2845
  * <p>The workspaces_DefaultRole role could not be found. If this is the first time you are registering a directory, you
2818
2846
  * will need to create the workspaces_DefaultRole role before you can register a directory. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-access-control.html#create-default-role">Creating the workspaces_DefaultRole Role</a>.</p>
2819
2847
  */
2820
- export interface WorkspacesDefaultRoleNotFoundException extends __SmithyException, $MetadataBearer {
2821
- name: "WorkspacesDefaultRoleNotFoundException";
2822
- $fault: "client";
2823
- message?: string;
2848
+ export declare class WorkspacesDefaultRoleNotFoundException extends __BaseException {
2849
+ readonly name: "WorkspacesDefaultRoleNotFoundException";
2850
+ readonly $fault: "client";
2851
+ /**
2852
+ * @internal
2853
+ */
2854
+ constructor(opts: __ExceptionOptionType<WorkspacesDefaultRoleNotFoundException, __BaseException>);
2824
2855
  }
2825
2856
  export interface RestoreWorkspaceRequest {
2826
2857
  /**
@@ -0,0 +1,295 @@
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 { CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput } from "./commands/CreateWorkspacesCommand";
13
+ import { DeleteConnectClientAddInCommandInput, DeleteConnectClientAddInCommandOutput } from "./commands/DeleteConnectClientAddInCommand";
14
+ import { DeleteConnectionAliasCommandInput, DeleteConnectionAliasCommandOutput } from "./commands/DeleteConnectionAliasCommand";
15
+ import { DeleteIpGroupCommandInput, DeleteIpGroupCommandOutput } from "./commands/DeleteIpGroupCommand";
16
+ import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
17
+ import { DeleteWorkspaceBundleCommandInput, DeleteWorkspaceBundleCommandOutput } from "./commands/DeleteWorkspaceBundleCommand";
18
+ import { DeleteWorkspaceImageCommandInput, DeleteWorkspaceImageCommandOutput } from "./commands/DeleteWorkspaceImageCommand";
19
+ import { DeregisterWorkspaceDirectoryCommandInput, DeregisterWorkspaceDirectoryCommandOutput } from "./commands/DeregisterWorkspaceDirectoryCommand";
20
+ import { DescribeAccountCommandInput, DescribeAccountCommandOutput } from "./commands/DescribeAccountCommand";
21
+ import { DescribeAccountModificationsCommandInput, DescribeAccountModificationsCommandOutput } from "./commands/DescribeAccountModificationsCommand";
22
+ import { DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOutput } from "./commands/DescribeClientPropertiesCommand";
23
+ import { DescribeConnectClientAddInsCommandInput, DescribeConnectClientAddInsCommandOutput } from "./commands/DescribeConnectClientAddInsCommand";
24
+ import { DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput } from "./commands/DescribeConnectionAliasesCommand";
25
+ import { DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput } from "./commands/DescribeConnectionAliasPermissionsCommand";
26
+ import { DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput } from "./commands/DescribeIpGroupsCommand";
27
+ import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
28
+ import { DescribeWorkspaceBundlesCommandInput, DescribeWorkspaceBundlesCommandOutput } from "./commands/DescribeWorkspaceBundlesCommand";
29
+ import { DescribeWorkspaceDirectoriesCommandInput, DescribeWorkspaceDirectoriesCommandOutput } from "./commands/DescribeWorkspaceDirectoriesCommand";
30
+ import { DescribeWorkspaceImagePermissionsCommandInput, DescribeWorkspaceImagePermissionsCommandOutput } from "./commands/DescribeWorkspaceImagePermissionsCommand";
31
+ import { DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutput } from "./commands/DescribeWorkspaceImagesCommand";
32
+ import { DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput } from "./commands/DescribeWorkspacesCommand";
33
+ import { DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput } from "./commands/DescribeWorkspacesConnectionStatusCommand";
34
+ import { DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput } from "./commands/DescribeWorkspaceSnapshotsCommand";
35
+ import { DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput } from "./commands/DisassociateConnectionAliasCommand";
36
+ import { DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput } from "./commands/DisassociateIpGroupsCommand";
37
+ import { ImportWorkspaceImageCommandInput, ImportWorkspaceImageCommandOutput } from "./commands/ImportWorkspaceImageCommand";
38
+ import { ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementCidrRangesCommandOutput } from "./commands/ListAvailableManagementCidrRangesCommand";
39
+ import { MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput } from "./commands/MigrateWorkspaceCommand";
40
+ import { ModifyAccountCommandInput, ModifyAccountCommandOutput } from "./commands/ModifyAccountCommand";
41
+ import { ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput } from "./commands/ModifyClientPropertiesCommand";
42
+ import { ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput } from "./commands/ModifySelfservicePermissionsCommand";
43
+ import { ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput } from "./commands/ModifyWorkspaceAccessPropertiesCommand";
44
+ import { ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput } from "./commands/ModifyWorkspaceCreationPropertiesCommand";
45
+ import { ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput } from "./commands/ModifyWorkspacePropertiesCommand";
46
+ import { ModifyWorkspaceStateCommandInput, ModifyWorkspaceStateCommandOutput } from "./commands/ModifyWorkspaceStateCommand";
47
+ import { RebootWorkspacesCommandInput, RebootWorkspacesCommandOutput } from "./commands/RebootWorkspacesCommand";
48
+ import { RebuildWorkspacesCommandInput, RebuildWorkspacesCommandOutput } from "./commands/RebuildWorkspacesCommand";
49
+ import { RegisterWorkspaceDirectoryCommandInput, RegisterWorkspaceDirectoryCommandOutput } from "./commands/RegisterWorkspaceDirectoryCommand";
50
+ import { RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput } from "./commands/RestoreWorkspaceCommand";
51
+ import { RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput } from "./commands/RevokeIpRulesCommand";
52
+ import { StartWorkspacesCommandInput, StartWorkspacesCommandOutput } from "./commands/StartWorkspacesCommand";
53
+ import { StopWorkspacesCommandInput, StopWorkspacesCommandOutput } from "./commands/StopWorkspacesCommand";
54
+ import { TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput } from "./commands/TerminateWorkspacesCommand";
55
+ import { UpdateConnectClientAddInCommandInput, UpdateConnectClientAddInCommandOutput } from "./commands/UpdateConnectClientAddInCommand";
56
+ import { UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermissionCommandOutput } from "./commands/UpdateConnectionAliasPermissionCommand";
57
+ import { UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput } from "./commands/UpdateRulesOfIpGroupCommand";
58
+ import { UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput } from "./commands/UpdateWorkspaceBundleCommand";
59
+ import { UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput } from "./commands/UpdateWorkspaceImagePermissionCommand";
60
+ import { WorkSpacesClient } from "./WorkSpacesClient";
61
+
62
+ export declare class WorkSpaces extends WorkSpacesClient {
63
+
64
+ associateConnectionAlias(args: AssociateConnectionAliasCommandInput, options?: __HttpHandlerOptions): Promise<AssociateConnectionAliasCommandOutput>;
65
+ associateConnectionAlias(args: AssociateConnectionAliasCommandInput, cb: (err: any, data?: AssociateConnectionAliasCommandOutput) => void): void;
66
+ associateConnectionAlias(args: AssociateConnectionAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateConnectionAliasCommandOutput) => void): void;
67
+
68
+ associateIpGroups(args: AssociateIpGroupsCommandInput, options?: __HttpHandlerOptions): Promise<AssociateIpGroupsCommandOutput>;
69
+ associateIpGroups(args: AssociateIpGroupsCommandInput, cb: (err: any, data?: AssociateIpGroupsCommandOutput) => void): void;
70
+ associateIpGroups(args: AssociateIpGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateIpGroupsCommandOutput) => void): void;
71
+
72
+ authorizeIpRules(args: AuthorizeIpRulesCommandInput, options?: __HttpHandlerOptions): Promise<AuthorizeIpRulesCommandOutput>;
73
+ authorizeIpRules(args: AuthorizeIpRulesCommandInput, cb: (err: any, data?: AuthorizeIpRulesCommandOutput) => void): void;
74
+ authorizeIpRules(args: AuthorizeIpRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AuthorizeIpRulesCommandOutput) => void): void;
75
+
76
+ copyWorkspaceImage(args: CopyWorkspaceImageCommandInput, options?: __HttpHandlerOptions): Promise<CopyWorkspaceImageCommandOutput>;
77
+ copyWorkspaceImage(args: CopyWorkspaceImageCommandInput, cb: (err: any, data?: CopyWorkspaceImageCommandOutput) => void): void;
78
+ copyWorkspaceImage(args: CopyWorkspaceImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyWorkspaceImageCommandOutput) => void): void;
79
+
80
+ createConnectClientAddIn(args: CreateConnectClientAddInCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectClientAddInCommandOutput>;
81
+ createConnectClientAddIn(args: CreateConnectClientAddInCommandInput, cb: (err: any, data?: CreateConnectClientAddInCommandOutput) => void): void;
82
+ createConnectClientAddIn(args: CreateConnectClientAddInCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectClientAddInCommandOutput) => void): void;
83
+
84
+ createConnectionAlias(args: CreateConnectionAliasCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectionAliasCommandOutput>;
85
+ createConnectionAlias(args: CreateConnectionAliasCommandInput, cb: (err: any, data?: CreateConnectionAliasCommandOutput) => void): void;
86
+ createConnectionAlias(args: CreateConnectionAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectionAliasCommandOutput) => void): void;
87
+
88
+ createIpGroup(args: CreateIpGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateIpGroupCommandOutput>;
89
+ createIpGroup(args: CreateIpGroupCommandInput, cb: (err: any, data?: CreateIpGroupCommandOutput) => void): void;
90
+ createIpGroup(args: CreateIpGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIpGroupCommandOutput) => void): void;
91
+
92
+ createTags(args: CreateTagsCommandInput, options?: __HttpHandlerOptions): Promise<CreateTagsCommandOutput>;
93
+ createTags(args: CreateTagsCommandInput, cb: (err: any, data?: CreateTagsCommandOutput) => void): void;
94
+ createTags(args: CreateTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTagsCommandOutput) => void): void;
95
+
96
+ createUpdatedWorkspaceImage(args: CreateUpdatedWorkspaceImageCommandInput, options?: __HttpHandlerOptions): Promise<CreateUpdatedWorkspaceImageCommandOutput>;
97
+ createUpdatedWorkspaceImage(args: CreateUpdatedWorkspaceImageCommandInput, cb: (err: any, data?: CreateUpdatedWorkspaceImageCommandOutput) => void): void;
98
+ createUpdatedWorkspaceImage(args: CreateUpdatedWorkspaceImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUpdatedWorkspaceImageCommandOutput) => void): void;
99
+
100
+ createWorkspaceBundle(args: CreateWorkspaceBundleCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkspaceBundleCommandOutput>;
101
+ createWorkspaceBundle(args: CreateWorkspaceBundleCommandInput, cb: (err: any, data?: CreateWorkspaceBundleCommandOutput) => void): void;
102
+ createWorkspaceBundle(args: CreateWorkspaceBundleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkspaceBundleCommandOutput) => void): void;
103
+
104
+ createWorkspaces(args: CreateWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkspacesCommandOutput>;
105
+ createWorkspaces(args: CreateWorkspacesCommandInput, cb: (err: any, data?: CreateWorkspacesCommandOutput) => void): void;
106
+ createWorkspaces(args: CreateWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkspacesCommandOutput) => void): void;
107
+
108
+ deleteConnectClientAddIn(args: DeleteConnectClientAddInCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectClientAddInCommandOutput>;
109
+ deleteConnectClientAddIn(args: DeleteConnectClientAddInCommandInput, cb: (err: any, data?: DeleteConnectClientAddInCommandOutput) => void): void;
110
+ deleteConnectClientAddIn(args: DeleteConnectClientAddInCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectClientAddInCommandOutput) => void): void;
111
+
112
+ deleteConnectionAlias(args: DeleteConnectionAliasCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectionAliasCommandOutput>;
113
+ deleteConnectionAlias(args: DeleteConnectionAliasCommandInput, cb: (err: any, data?: DeleteConnectionAliasCommandOutput) => void): void;
114
+ deleteConnectionAlias(args: DeleteConnectionAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectionAliasCommandOutput) => void): void;
115
+
116
+ deleteIpGroup(args: DeleteIpGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIpGroupCommandOutput>;
117
+ deleteIpGroup(args: DeleteIpGroupCommandInput, cb: (err: any, data?: DeleteIpGroupCommandOutput) => void): void;
118
+ deleteIpGroup(args: DeleteIpGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIpGroupCommandOutput) => void): void;
119
+
120
+ deleteTags(args: DeleteTagsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTagsCommandOutput>;
121
+ deleteTags(args: DeleteTagsCommandInput, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
122
+ deleteTags(args: DeleteTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
123
+
124
+ deleteWorkspaceBundle(args: DeleteWorkspaceBundleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkspaceBundleCommandOutput>;
125
+ deleteWorkspaceBundle(args: DeleteWorkspaceBundleCommandInput, cb: (err: any, data?: DeleteWorkspaceBundleCommandOutput) => void): void;
126
+ deleteWorkspaceBundle(args: DeleteWorkspaceBundleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkspaceBundleCommandOutput) => void): void;
127
+
128
+ deleteWorkspaceImage(args: DeleteWorkspaceImageCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkspaceImageCommandOutput>;
129
+ deleteWorkspaceImage(args: DeleteWorkspaceImageCommandInput, cb: (err: any, data?: DeleteWorkspaceImageCommandOutput) => void): void;
130
+ deleteWorkspaceImage(args: DeleteWorkspaceImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkspaceImageCommandOutput) => void): void;
131
+
132
+ deregisterWorkspaceDirectory(args: DeregisterWorkspaceDirectoryCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterWorkspaceDirectoryCommandOutput>;
133
+ deregisterWorkspaceDirectory(args: DeregisterWorkspaceDirectoryCommandInput, cb: (err: any, data?: DeregisterWorkspaceDirectoryCommandOutput) => void): void;
134
+ deregisterWorkspaceDirectory(args: DeregisterWorkspaceDirectoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterWorkspaceDirectoryCommandOutput) => void): void;
135
+
136
+ describeAccount(args: DescribeAccountCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountCommandOutput>;
137
+ describeAccount(args: DescribeAccountCommandInput, cb: (err: any, data?: DescribeAccountCommandOutput) => void): void;
138
+ describeAccount(args: DescribeAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountCommandOutput) => void): void;
139
+
140
+ describeAccountModifications(args: DescribeAccountModificationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountModificationsCommandOutput>;
141
+ describeAccountModifications(args: DescribeAccountModificationsCommandInput, cb: (err: any, data?: DescribeAccountModificationsCommandOutput) => void): void;
142
+ describeAccountModifications(args: DescribeAccountModificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountModificationsCommandOutput) => void): void;
143
+
144
+ describeClientProperties(args: DescribeClientPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClientPropertiesCommandOutput>;
145
+ describeClientProperties(args: DescribeClientPropertiesCommandInput, cb: (err: any, data?: DescribeClientPropertiesCommandOutput) => void): void;
146
+ describeClientProperties(args: DescribeClientPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClientPropertiesCommandOutput) => void): void;
147
+
148
+ describeConnectClientAddIns(args: DescribeConnectClientAddInsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectClientAddInsCommandOutput>;
149
+ describeConnectClientAddIns(args: DescribeConnectClientAddInsCommandInput, cb: (err: any, data?: DescribeConnectClientAddInsCommandOutput) => void): void;
150
+ describeConnectClientAddIns(args: DescribeConnectClientAddInsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectClientAddInsCommandOutput) => void): void;
151
+
152
+ describeConnectionAliases(args: DescribeConnectionAliasesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectionAliasesCommandOutput>;
153
+ describeConnectionAliases(args: DescribeConnectionAliasesCommandInput, cb: (err: any, data?: DescribeConnectionAliasesCommandOutput) => void): void;
154
+ describeConnectionAliases(args: DescribeConnectionAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectionAliasesCommandOutput) => void): void;
155
+
156
+ describeConnectionAliasPermissions(args: DescribeConnectionAliasPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectionAliasPermissionsCommandOutput>;
157
+ describeConnectionAliasPermissions(args: DescribeConnectionAliasPermissionsCommandInput, cb: (err: any, data?: DescribeConnectionAliasPermissionsCommandOutput) => void): void;
158
+ describeConnectionAliasPermissions(args: DescribeConnectionAliasPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectionAliasPermissionsCommandOutput) => void): void;
159
+
160
+ describeIpGroups(args: DescribeIpGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIpGroupsCommandOutput>;
161
+ describeIpGroups(args: DescribeIpGroupsCommandInput, cb: (err: any, data?: DescribeIpGroupsCommandOutput) => void): void;
162
+ describeIpGroups(args: DescribeIpGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIpGroupsCommandOutput) => void): void;
163
+
164
+ describeTags(args: DescribeTagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTagsCommandOutput>;
165
+ describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
166
+ describeTags(args: DescribeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
167
+
168
+ describeWorkspaceBundles(args: DescribeWorkspaceBundlesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceBundlesCommandOutput>;
169
+ describeWorkspaceBundles(args: DescribeWorkspaceBundlesCommandInput, cb: (err: any, data?: DescribeWorkspaceBundlesCommandOutput) => void): void;
170
+ describeWorkspaceBundles(args: DescribeWorkspaceBundlesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceBundlesCommandOutput) => void): void;
171
+
172
+ describeWorkspaceDirectories(args: DescribeWorkspaceDirectoriesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceDirectoriesCommandOutput>;
173
+ describeWorkspaceDirectories(args: DescribeWorkspaceDirectoriesCommandInput, cb: (err: any, data?: DescribeWorkspaceDirectoriesCommandOutput) => void): void;
174
+ describeWorkspaceDirectories(args: DescribeWorkspaceDirectoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceDirectoriesCommandOutput) => void): void;
175
+
176
+ describeWorkspaceImagePermissions(args: DescribeWorkspaceImagePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceImagePermissionsCommandOutput>;
177
+ describeWorkspaceImagePermissions(args: DescribeWorkspaceImagePermissionsCommandInput, cb: (err: any, data?: DescribeWorkspaceImagePermissionsCommandOutput) => void): void;
178
+ describeWorkspaceImagePermissions(args: DescribeWorkspaceImagePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceImagePermissionsCommandOutput) => void): void;
179
+
180
+ describeWorkspaceImages(args: DescribeWorkspaceImagesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceImagesCommandOutput>;
181
+ describeWorkspaceImages(args: DescribeWorkspaceImagesCommandInput, cb: (err: any, data?: DescribeWorkspaceImagesCommandOutput) => void): void;
182
+ describeWorkspaceImages(args: DescribeWorkspaceImagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceImagesCommandOutput) => void): void;
183
+
184
+ describeWorkspaces(args: DescribeWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspacesCommandOutput>;
185
+ describeWorkspaces(args: DescribeWorkspacesCommandInput, cb: (err: any, data?: DescribeWorkspacesCommandOutput) => void): void;
186
+ describeWorkspaces(args: DescribeWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspacesCommandOutput) => void): void;
187
+
188
+ describeWorkspacesConnectionStatus(args: DescribeWorkspacesConnectionStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspacesConnectionStatusCommandOutput>;
189
+ describeWorkspacesConnectionStatus(args: DescribeWorkspacesConnectionStatusCommandInput, cb: (err: any, data?: DescribeWorkspacesConnectionStatusCommandOutput) => void): void;
190
+ describeWorkspacesConnectionStatus(args: DescribeWorkspacesConnectionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspacesConnectionStatusCommandOutput) => void): void;
191
+
192
+ describeWorkspaceSnapshots(args: DescribeWorkspaceSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceSnapshotsCommandOutput>;
193
+ describeWorkspaceSnapshots(args: DescribeWorkspaceSnapshotsCommandInput, cb: (err: any, data?: DescribeWorkspaceSnapshotsCommandOutput) => void): void;
194
+ describeWorkspaceSnapshots(args: DescribeWorkspaceSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceSnapshotsCommandOutput) => void): void;
195
+
196
+ disassociateConnectionAlias(args: DisassociateConnectionAliasCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateConnectionAliasCommandOutput>;
197
+ disassociateConnectionAlias(args: DisassociateConnectionAliasCommandInput, cb: (err: any, data?: DisassociateConnectionAliasCommandOutput) => void): void;
198
+ disassociateConnectionAlias(args: DisassociateConnectionAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateConnectionAliasCommandOutput) => void): void;
199
+
200
+ disassociateIpGroups(args: DisassociateIpGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateIpGroupsCommandOutput>;
201
+ disassociateIpGroups(args: DisassociateIpGroupsCommandInput, cb: (err: any, data?: DisassociateIpGroupsCommandOutput) => void): void;
202
+ disassociateIpGroups(args: DisassociateIpGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateIpGroupsCommandOutput) => void): void;
203
+
204
+ importWorkspaceImage(args: ImportWorkspaceImageCommandInput, options?: __HttpHandlerOptions): Promise<ImportWorkspaceImageCommandOutput>;
205
+ importWorkspaceImage(args: ImportWorkspaceImageCommandInput, cb: (err: any, data?: ImportWorkspaceImageCommandOutput) => void): void;
206
+ importWorkspaceImage(args: ImportWorkspaceImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportWorkspaceImageCommandOutput) => void): void;
207
+
208
+ listAvailableManagementCidrRanges(args: ListAvailableManagementCidrRangesCommandInput, options?: __HttpHandlerOptions): Promise<ListAvailableManagementCidrRangesCommandOutput>;
209
+ listAvailableManagementCidrRanges(args: ListAvailableManagementCidrRangesCommandInput, cb: (err: any, data?: ListAvailableManagementCidrRangesCommandOutput) => void): void;
210
+ listAvailableManagementCidrRanges(args: ListAvailableManagementCidrRangesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAvailableManagementCidrRangesCommandOutput) => void): void;
211
+
212
+ migrateWorkspace(args: MigrateWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<MigrateWorkspaceCommandOutput>;
213
+ migrateWorkspace(args: MigrateWorkspaceCommandInput, cb: (err: any, data?: MigrateWorkspaceCommandOutput) => void): void;
214
+ migrateWorkspace(args: MigrateWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: MigrateWorkspaceCommandOutput) => void): void;
215
+
216
+ modifyAccount(args: ModifyAccountCommandInput, options?: __HttpHandlerOptions): Promise<ModifyAccountCommandOutput>;
217
+ modifyAccount(args: ModifyAccountCommandInput, cb: (err: any, data?: ModifyAccountCommandOutput) => void): void;
218
+ modifyAccount(args: ModifyAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyAccountCommandOutput) => void): void;
219
+
220
+ modifyClientProperties(args: ModifyClientPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyClientPropertiesCommandOutput>;
221
+ modifyClientProperties(args: ModifyClientPropertiesCommandInput, cb: (err: any, data?: ModifyClientPropertiesCommandOutput) => void): void;
222
+ modifyClientProperties(args: ModifyClientPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyClientPropertiesCommandOutput) => void): void;
223
+
224
+ modifySelfservicePermissions(args: ModifySelfservicePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<ModifySelfservicePermissionsCommandOutput>;
225
+ modifySelfservicePermissions(args: ModifySelfservicePermissionsCommandInput, cb: (err: any, data?: ModifySelfservicePermissionsCommandOutput) => void): void;
226
+ modifySelfservicePermissions(args: ModifySelfservicePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifySelfservicePermissionsCommandOutput) => void): void;
227
+
228
+ modifyWorkspaceAccessProperties(args: ModifyWorkspaceAccessPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyWorkspaceAccessPropertiesCommandOutput>;
229
+ modifyWorkspaceAccessProperties(args: ModifyWorkspaceAccessPropertiesCommandInput, cb: (err: any, data?: ModifyWorkspaceAccessPropertiesCommandOutput) => void): void;
230
+ modifyWorkspaceAccessProperties(args: ModifyWorkspaceAccessPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyWorkspaceAccessPropertiesCommandOutput) => void): void;
231
+
232
+ modifyWorkspaceCreationProperties(args: ModifyWorkspaceCreationPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyWorkspaceCreationPropertiesCommandOutput>;
233
+ modifyWorkspaceCreationProperties(args: ModifyWorkspaceCreationPropertiesCommandInput, cb: (err: any, data?: ModifyWorkspaceCreationPropertiesCommandOutput) => void): void;
234
+ modifyWorkspaceCreationProperties(args: ModifyWorkspaceCreationPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyWorkspaceCreationPropertiesCommandOutput) => void): void;
235
+
236
+ modifyWorkspaceProperties(args: ModifyWorkspacePropertiesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyWorkspacePropertiesCommandOutput>;
237
+ modifyWorkspaceProperties(args: ModifyWorkspacePropertiesCommandInput, cb: (err: any, data?: ModifyWorkspacePropertiesCommandOutput) => void): void;
238
+ modifyWorkspaceProperties(args: ModifyWorkspacePropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyWorkspacePropertiesCommandOutput) => void): void;
239
+
240
+ modifyWorkspaceState(args: ModifyWorkspaceStateCommandInput, options?: __HttpHandlerOptions): Promise<ModifyWorkspaceStateCommandOutput>;
241
+ modifyWorkspaceState(args: ModifyWorkspaceStateCommandInput, cb: (err: any, data?: ModifyWorkspaceStateCommandOutput) => void): void;
242
+ modifyWorkspaceState(args: ModifyWorkspaceStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyWorkspaceStateCommandOutput) => void): void;
243
+
244
+ rebootWorkspaces(args: RebootWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<RebootWorkspacesCommandOutput>;
245
+ rebootWorkspaces(args: RebootWorkspacesCommandInput, cb: (err: any, data?: RebootWorkspacesCommandOutput) => void): void;
246
+ rebootWorkspaces(args: RebootWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootWorkspacesCommandOutput) => void): void;
247
+
248
+ rebuildWorkspaces(args: RebuildWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<RebuildWorkspacesCommandOutput>;
249
+ rebuildWorkspaces(args: RebuildWorkspacesCommandInput, cb: (err: any, data?: RebuildWorkspacesCommandOutput) => void): void;
250
+ rebuildWorkspaces(args: RebuildWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebuildWorkspacesCommandOutput) => void): void;
251
+
252
+ registerWorkspaceDirectory(args: RegisterWorkspaceDirectoryCommandInput, options?: __HttpHandlerOptions): Promise<RegisterWorkspaceDirectoryCommandOutput>;
253
+ registerWorkspaceDirectory(args: RegisterWorkspaceDirectoryCommandInput, cb: (err: any, data?: RegisterWorkspaceDirectoryCommandOutput) => void): void;
254
+ registerWorkspaceDirectory(args: RegisterWorkspaceDirectoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterWorkspaceDirectoryCommandOutput) => void): void;
255
+
256
+ restoreWorkspace(args: RestoreWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<RestoreWorkspaceCommandOutput>;
257
+ restoreWorkspace(args: RestoreWorkspaceCommandInput, cb: (err: any, data?: RestoreWorkspaceCommandOutput) => void): void;
258
+ restoreWorkspace(args: RestoreWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreWorkspaceCommandOutput) => void): void;
259
+
260
+ revokeIpRules(args: RevokeIpRulesCommandInput, options?: __HttpHandlerOptions): Promise<RevokeIpRulesCommandOutput>;
261
+ revokeIpRules(args: RevokeIpRulesCommandInput, cb: (err: any, data?: RevokeIpRulesCommandOutput) => void): void;
262
+ revokeIpRules(args: RevokeIpRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RevokeIpRulesCommandOutput) => void): void;
263
+
264
+ startWorkspaces(args: StartWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<StartWorkspacesCommandOutput>;
265
+ startWorkspaces(args: StartWorkspacesCommandInput, cb: (err: any, data?: StartWorkspacesCommandOutput) => void): void;
266
+ startWorkspaces(args: StartWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartWorkspacesCommandOutput) => void): void;
267
+
268
+ stopWorkspaces(args: StopWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<StopWorkspacesCommandOutput>;
269
+ stopWorkspaces(args: StopWorkspacesCommandInput, cb: (err: any, data?: StopWorkspacesCommandOutput) => void): void;
270
+ stopWorkspaces(args: StopWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopWorkspacesCommandOutput) => void): void;
271
+
272
+ terminateWorkspaces(args: TerminateWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<TerminateWorkspacesCommandOutput>;
273
+ terminateWorkspaces(args: TerminateWorkspacesCommandInput, cb: (err: any, data?: TerminateWorkspacesCommandOutput) => void): void;
274
+ terminateWorkspaces(args: TerminateWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TerminateWorkspacesCommandOutput) => void): void;
275
+
276
+ updateConnectClientAddIn(args: UpdateConnectClientAddInCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConnectClientAddInCommandOutput>;
277
+ updateConnectClientAddIn(args: UpdateConnectClientAddInCommandInput, cb: (err: any, data?: UpdateConnectClientAddInCommandOutput) => void): void;
278
+ updateConnectClientAddIn(args: UpdateConnectClientAddInCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectClientAddInCommandOutput) => void): void;
279
+
280
+ updateConnectionAliasPermission(args: UpdateConnectionAliasPermissionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConnectionAliasPermissionCommandOutput>;
281
+ updateConnectionAliasPermission(args: UpdateConnectionAliasPermissionCommandInput, cb: (err: any, data?: UpdateConnectionAliasPermissionCommandOutput) => void): void;
282
+ updateConnectionAliasPermission(args: UpdateConnectionAliasPermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectionAliasPermissionCommandOutput) => void): void;
283
+
284
+ updateRulesOfIpGroup(args: UpdateRulesOfIpGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRulesOfIpGroupCommandOutput>;
285
+ updateRulesOfIpGroup(args: UpdateRulesOfIpGroupCommandInput, cb: (err: any, data?: UpdateRulesOfIpGroupCommandOutput) => void): void;
286
+ updateRulesOfIpGroup(args: UpdateRulesOfIpGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRulesOfIpGroupCommandOutput) => void): void;
287
+
288
+ updateWorkspaceBundle(args: UpdateWorkspaceBundleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspaceBundleCommandOutput>;
289
+ updateWorkspaceBundle(args: UpdateWorkspaceBundleCommandInput, cb: (err: any, data?: UpdateWorkspaceBundleCommandOutput) => void): void;
290
+ updateWorkspaceBundle(args: UpdateWorkspaceBundleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspaceBundleCommandOutput) => void): void;
291
+
292
+ updateWorkspaceImagePermission(args: UpdateWorkspaceImagePermissionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspaceImagePermissionCommandOutput>;
293
+ updateWorkspaceImagePermission(args: UpdateWorkspaceImagePermissionCommandInput, cb: (err: any, data?: UpdateWorkspaceImagePermissionCommandOutput) => void): void;
294
+ updateWorkspaceImagePermission(args: UpdateWorkspaceImagePermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspaceImagePermissionCommandOutput) => void): void;
295
+ }