@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,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ModifySamlPropertiesRequest, ModifySamlPropertiesResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface ModifySamlPropertiesCommandInput extends ModifySamlPropertiesRequest {
6
- }
7
- export interface ModifySamlPropertiesCommandOutput extends ModifySamlPropertiesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ModifySamlPropertiesCommand extends $Command<ModifySamlPropertiesCommandInput, ModifySamlPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: ModifySamlPropertiesCommandInput;
12
- constructor(input: ModifySamlPropertiesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifySamlPropertiesCommandInput, ModifySamlPropertiesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ModifySamlPropertiesRequest,
10
+ ModifySamlPropertiesResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface ModifySamlPropertiesCommandInput
18
+ extends ModifySamlPropertiesRequest {}
19
+ export interface ModifySamlPropertiesCommandOutput
20
+ extends ModifySamlPropertiesResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ModifySamlPropertiesCommand extends $Command<
24
+ ModifySamlPropertiesCommandInput,
25
+ ModifySamlPropertiesCommandOutput,
26
+ WorkSpacesClientResolvedConfig
27
+ > {
28
+ readonly input: ModifySamlPropertiesCommandInput;
29
+ constructor(input: ModifySamlPropertiesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkSpacesClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ModifySamlPropertiesCommandInput,
37
+ ModifySamlPropertiesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ModifySelfservicePermissionsRequest, ModifySelfservicePermissionsResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface ModifySelfservicePermissionsCommandInput extends ModifySelfservicePermissionsRequest {
6
- }
7
- export interface ModifySelfservicePermissionsCommandOutput extends ModifySelfservicePermissionsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ModifySelfservicePermissionsCommand extends $Command<ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: ModifySelfservicePermissionsCommandInput;
12
- constructor(input: ModifySelfservicePermissionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ModifySelfservicePermissionsRequest,
10
+ ModifySelfservicePermissionsResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface ModifySelfservicePermissionsCommandInput
18
+ extends ModifySelfservicePermissionsRequest {}
19
+ export interface ModifySelfservicePermissionsCommandOutput
20
+ extends ModifySelfservicePermissionsResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ModifySelfservicePermissionsCommand extends $Command<
24
+ ModifySelfservicePermissionsCommandInput,
25
+ ModifySelfservicePermissionsCommandOutput,
26
+ WorkSpacesClientResolvedConfig
27
+ > {
28
+ readonly input: ModifySelfservicePermissionsCommandInput;
29
+ constructor(input: ModifySelfservicePermissionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkSpacesClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ModifySelfservicePermissionsCommandInput,
37
+ ModifySelfservicePermissionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ModifyWorkspaceAccessPropertiesRequest, ModifyWorkspaceAccessPropertiesResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface ModifyWorkspaceAccessPropertiesCommandInput extends ModifyWorkspaceAccessPropertiesRequest {
6
- }
7
- export interface ModifyWorkspaceAccessPropertiesCommandOutput extends ModifyWorkspaceAccessPropertiesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ModifyWorkspaceAccessPropertiesCommand extends $Command<ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: ModifyWorkspaceAccessPropertiesCommandInput;
12
- constructor(input: ModifyWorkspaceAccessPropertiesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ModifyWorkspaceAccessPropertiesRequest,
10
+ ModifyWorkspaceAccessPropertiesResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface ModifyWorkspaceAccessPropertiesCommandInput
18
+ extends ModifyWorkspaceAccessPropertiesRequest {}
19
+ export interface ModifyWorkspaceAccessPropertiesCommandOutput
20
+ extends ModifyWorkspaceAccessPropertiesResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ModifyWorkspaceAccessPropertiesCommand extends $Command<
24
+ ModifyWorkspaceAccessPropertiesCommandInput,
25
+ ModifyWorkspaceAccessPropertiesCommandOutput,
26
+ WorkSpacesClientResolvedConfig
27
+ > {
28
+ readonly input: ModifyWorkspaceAccessPropertiesCommandInput;
29
+ constructor(input: ModifyWorkspaceAccessPropertiesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkSpacesClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ModifyWorkspaceAccessPropertiesCommandInput,
37
+ ModifyWorkspaceAccessPropertiesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ModifyWorkspaceCreationPropertiesRequest, ModifyWorkspaceCreationPropertiesResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface ModifyWorkspaceCreationPropertiesCommandInput extends ModifyWorkspaceCreationPropertiesRequest {
6
- }
7
- export interface ModifyWorkspaceCreationPropertiesCommandOutput extends ModifyWorkspaceCreationPropertiesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ModifyWorkspaceCreationPropertiesCommand extends $Command<ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: ModifyWorkspaceCreationPropertiesCommandInput;
12
- constructor(input: ModifyWorkspaceCreationPropertiesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ModifyWorkspaceCreationPropertiesRequest,
10
+ ModifyWorkspaceCreationPropertiesResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface ModifyWorkspaceCreationPropertiesCommandInput
18
+ extends ModifyWorkspaceCreationPropertiesRequest {}
19
+ export interface ModifyWorkspaceCreationPropertiesCommandOutput
20
+ extends ModifyWorkspaceCreationPropertiesResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ModifyWorkspaceCreationPropertiesCommand extends $Command<
24
+ ModifyWorkspaceCreationPropertiesCommandInput,
25
+ ModifyWorkspaceCreationPropertiesCommandOutput,
26
+ WorkSpacesClientResolvedConfig
27
+ > {
28
+ readonly input: ModifyWorkspaceCreationPropertiesCommandInput;
29
+ constructor(input: ModifyWorkspaceCreationPropertiesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkSpacesClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ModifyWorkspaceCreationPropertiesCommandInput,
37
+ ModifyWorkspaceCreationPropertiesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ModifyWorkspacePropertiesRequest, ModifyWorkspacePropertiesResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface ModifyWorkspacePropertiesCommandInput extends ModifyWorkspacePropertiesRequest {
6
- }
7
- export interface ModifyWorkspacePropertiesCommandOutput extends ModifyWorkspacePropertiesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ModifyWorkspacePropertiesCommand extends $Command<ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: ModifyWorkspacePropertiesCommandInput;
12
- constructor(input: ModifyWorkspacePropertiesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ModifyWorkspacePropertiesRequest,
10
+ ModifyWorkspacePropertiesResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface ModifyWorkspacePropertiesCommandInput
18
+ extends ModifyWorkspacePropertiesRequest {}
19
+ export interface ModifyWorkspacePropertiesCommandOutput
20
+ extends ModifyWorkspacePropertiesResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ModifyWorkspacePropertiesCommand extends $Command<
24
+ ModifyWorkspacePropertiesCommandInput,
25
+ ModifyWorkspacePropertiesCommandOutput,
26
+ WorkSpacesClientResolvedConfig
27
+ > {
28
+ readonly input: ModifyWorkspacePropertiesCommandInput;
29
+ constructor(input: ModifyWorkspacePropertiesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkSpacesClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ModifyWorkspacePropertiesCommandInput,
37
+ ModifyWorkspacePropertiesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ModifyWorkspaceStateRequest, ModifyWorkspaceStateResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface ModifyWorkspaceStateCommandInput extends ModifyWorkspaceStateRequest {
6
- }
7
- export interface ModifyWorkspaceStateCommandOutput extends ModifyWorkspaceStateResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ModifyWorkspaceStateCommand extends $Command<ModifyWorkspaceStateCommandInput, ModifyWorkspaceStateCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: ModifyWorkspaceStateCommandInput;
12
- constructor(input: ModifyWorkspaceStateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyWorkspaceStateCommandInput, ModifyWorkspaceStateCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ModifyWorkspaceStateRequest,
10
+ ModifyWorkspaceStateResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface ModifyWorkspaceStateCommandInput
18
+ extends ModifyWorkspaceStateRequest {}
19
+ export interface ModifyWorkspaceStateCommandOutput
20
+ extends ModifyWorkspaceStateResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ModifyWorkspaceStateCommand extends $Command<
24
+ ModifyWorkspaceStateCommandInput,
25
+ ModifyWorkspaceStateCommandOutput,
26
+ WorkSpacesClientResolvedConfig
27
+ > {
28
+ readonly input: ModifyWorkspaceStateCommandInput;
29
+ constructor(input: ModifyWorkspaceStateCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkSpacesClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ModifyWorkspaceStateCommandInput,
37
+ ModifyWorkspaceStateCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { RebootWorkspacesRequest, RebootWorkspacesResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface RebootWorkspacesCommandInput extends RebootWorkspacesRequest {
6
- }
7
- export interface RebootWorkspacesCommandOutput extends RebootWorkspacesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class RebootWorkspacesCommand extends $Command<RebootWorkspacesCommandInput, RebootWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: RebootWorkspacesCommandInput;
12
- constructor(input: RebootWorkspacesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RebootWorkspacesCommandInput, RebootWorkspacesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ RebootWorkspacesRequest,
10
+ RebootWorkspacesResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface RebootWorkspacesCommandInput extends RebootWorkspacesRequest {}
18
+ export interface RebootWorkspacesCommandOutput
19
+ extends RebootWorkspacesResult,
20
+ __MetadataBearer {}
21
+
22
+ export declare class RebootWorkspacesCommand extends $Command<
23
+ RebootWorkspacesCommandInput,
24
+ RebootWorkspacesCommandOutput,
25
+ WorkSpacesClientResolvedConfig
26
+ > {
27
+ readonly input: RebootWorkspacesCommandInput;
28
+ constructor(input: RebootWorkspacesCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: WorkSpacesClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<RebootWorkspacesCommandInput, RebootWorkspacesCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { RebuildWorkspacesRequest, RebuildWorkspacesResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface RebuildWorkspacesCommandInput extends RebuildWorkspacesRequest {
6
- }
7
- export interface RebuildWorkspacesCommandOutput extends RebuildWorkspacesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class RebuildWorkspacesCommand extends $Command<RebuildWorkspacesCommandInput, RebuildWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: RebuildWorkspacesCommandInput;
12
- constructor(input: RebuildWorkspacesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RebuildWorkspacesCommandInput, RebuildWorkspacesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ RebuildWorkspacesRequest,
10
+ RebuildWorkspacesResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface RebuildWorkspacesCommandInput
18
+ extends RebuildWorkspacesRequest {}
19
+ export interface RebuildWorkspacesCommandOutput
20
+ extends RebuildWorkspacesResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class RebuildWorkspacesCommand extends $Command<
24
+ RebuildWorkspacesCommandInput,
25
+ RebuildWorkspacesCommandOutput,
26
+ WorkSpacesClientResolvedConfig
27
+ > {
28
+ readonly input: RebuildWorkspacesCommandInput;
29
+ constructor(input: RebuildWorkspacesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkSpacesClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<RebuildWorkspacesCommandInput, RebuildWorkspacesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { RegisterWorkspaceDirectoryRequest, RegisterWorkspaceDirectoryResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface RegisterWorkspaceDirectoryCommandInput extends RegisterWorkspaceDirectoryRequest {
6
- }
7
- export interface RegisterWorkspaceDirectoryCommandOutput extends RegisterWorkspaceDirectoryResult, __MetadataBearer {
8
- }
9
-
10
- export declare class RegisterWorkspaceDirectoryCommand extends $Command<RegisterWorkspaceDirectoryCommandInput, RegisterWorkspaceDirectoryCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: RegisterWorkspaceDirectoryCommandInput;
12
- constructor(input: RegisterWorkspaceDirectoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterWorkspaceDirectoryCommandInput, RegisterWorkspaceDirectoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ RegisterWorkspaceDirectoryRequest,
10
+ RegisterWorkspaceDirectoryResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface RegisterWorkspaceDirectoryCommandInput
18
+ extends RegisterWorkspaceDirectoryRequest {}
19
+ export interface RegisterWorkspaceDirectoryCommandOutput
20
+ extends RegisterWorkspaceDirectoryResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class RegisterWorkspaceDirectoryCommand extends $Command<
24
+ RegisterWorkspaceDirectoryCommandInput,
25
+ RegisterWorkspaceDirectoryCommandOutput,
26
+ WorkSpacesClientResolvedConfig
27
+ > {
28
+ readonly input: RegisterWorkspaceDirectoryCommandInput;
29
+ constructor(input: RegisterWorkspaceDirectoryCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkSpacesClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ RegisterWorkspaceDirectoryCommandInput,
37
+ RegisterWorkspaceDirectoryCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { RestoreWorkspaceRequest, RestoreWorkspaceResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface RestoreWorkspaceCommandInput extends RestoreWorkspaceRequest {
6
- }
7
- export interface RestoreWorkspaceCommandOutput extends RestoreWorkspaceResult, __MetadataBearer {
8
- }
9
-
10
- export declare class RestoreWorkspaceCommand extends $Command<RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: RestoreWorkspaceCommandInput;
12
- constructor(input: RestoreWorkspaceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ RestoreWorkspaceRequest,
10
+ RestoreWorkspaceResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface RestoreWorkspaceCommandInput extends RestoreWorkspaceRequest {}
18
+ export interface RestoreWorkspaceCommandOutput
19
+ extends RestoreWorkspaceResult,
20
+ __MetadataBearer {}
21
+
22
+ export declare class RestoreWorkspaceCommand extends $Command<
23
+ RestoreWorkspaceCommandInput,
24
+ RestoreWorkspaceCommandOutput,
25
+ WorkSpacesClientResolvedConfig
26
+ > {
27
+ readonly input: RestoreWorkspaceCommandInput;
28
+ constructor(input: RestoreWorkspaceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: WorkSpacesClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { RevokeIpRulesRequest, RevokeIpRulesResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface RevokeIpRulesCommandInput extends RevokeIpRulesRequest {
6
- }
7
- export interface RevokeIpRulesCommandOutput extends RevokeIpRulesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class RevokeIpRulesCommand extends $Command<RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: RevokeIpRulesCommandInput;
12
- constructor(input: RevokeIpRulesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { RevokeIpRulesRequest, RevokeIpRulesResult } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WorkSpacesClientResolvedConfig,
13
+ } from "../WorkSpacesClient";
14
+ export interface RevokeIpRulesCommandInput extends RevokeIpRulesRequest {}
15
+ export interface RevokeIpRulesCommandOutput
16
+ extends RevokeIpRulesResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class RevokeIpRulesCommand extends $Command<
20
+ RevokeIpRulesCommandInput,
21
+ RevokeIpRulesCommandOutput,
22
+ WorkSpacesClientResolvedConfig
23
+ > {
24
+ readonly input: RevokeIpRulesCommandInput;
25
+ constructor(input: RevokeIpRulesCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WorkSpacesClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }