@aws-sdk/client-workspaces 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/WorkSpaces.d.ts +1105 -320
  3. package/dist-types/ts3.4/WorkSpacesClient.d.ts +482 -136
  4. package/dist-types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +36 -17
  8. package/dist-types/ts3.4/commands/CreateConnectClientAddInCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateIpGroupCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CreateUpdatedWorkspaceImageCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreateWorkspaceImageCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreateWorkspacesCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteClientBrandingCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteConnectClientAddInCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DeleteIpGroupCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeClientBrandingCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeConnectClientAddInsCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +36 -17
  39. package/dist-types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ImportClientBrandingCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/ModifyAccountCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/ModifySamlPropertiesCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +35 -17
  55. package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +36 -17
  56. package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +35 -17
  58. package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +35 -17
  60. package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +35 -17
  61. package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +36 -17
  62. package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +39 -17
  63. package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +39 -17
  64. package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/index.d.ts +63 -63
  68. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  69. package/dist-types/ts3.4/index.d.ts +6 -6
  70. package/dist-types/ts3.4/models/WorkSpacesServiceException.d.ts +7 -6
  71. package/dist-types/ts3.4/models/index.d.ts +1 -1
  72. package/dist-types/ts3.4/models/models_0.d.ts +1444 -1753
  73. package/dist-types/ts3.4/pagination/DescribeWorkspaceBundlesPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/DescribeWorkspacesPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  77. package/dist-types/ts3.4/pagination/index.d.ts +4 -4
  78. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  83. package/package.json +34 -34
@@ -1,17 +1,39 @@
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 { DescribeWorkspaceSnapshotsRequest, DescribeWorkspaceSnapshotsResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface DescribeWorkspaceSnapshotsCommandInput extends DescribeWorkspaceSnapshotsRequest {
6
- }
7
- export interface DescribeWorkspaceSnapshotsCommandOutput extends DescribeWorkspaceSnapshotsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeWorkspaceSnapshotsCommand extends $Command<DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: DescribeWorkspaceSnapshotsCommandInput;
12
- constructor(input: DescribeWorkspaceSnapshotsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput>;
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
+ DescribeWorkspaceSnapshotsRequest,
10
+ DescribeWorkspaceSnapshotsResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface DescribeWorkspaceSnapshotsCommandInput
18
+ extends DescribeWorkspaceSnapshotsRequest {}
19
+ export interface DescribeWorkspaceSnapshotsCommandOutput
20
+ extends DescribeWorkspaceSnapshotsResult,
21
+ __MetadataBearer {}
22
+ export declare class DescribeWorkspaceSnapshotsCommand extends $Command<
23
+ DescribeWorkspaceSnapshotsCommandInput,
24
+ DescribeWorkspaceSnapshotsCommandOutput,
25
+ WorkSpacesClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeWorkspaceSnapshotsCommandInput;
28
+ constructor(input: DescribeWorkspaceSnapshotsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WorkSpacesClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeWorkspaceSnapshotsCommandInput,
35
+ DescribeWorkspaceSnapshotsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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 { DescribeWorkspacesRequest, DescribeWorkspacesResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface DescribeWorkspacesCommandInput extends DescribeWorkspacesRequest {
6
- }
7
- export interface DescribeWorkspacesCommandOutput extends DescribeWorkspacesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeWorkspacesCommand extends $Command<DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: DescribeWorkspacesCommandInput;
12
- constructor(input: DescribeWorkspacesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput>;
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
+ DescribeWorkspacesRequest,
10
+ DescribeWorkspacesResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface DescribeWorkspacesCommandInput
18
+ extends DescribeWorkspacesRequest {}
19
+ export interface DescribeWorkspacesCommandOutput
20
+ extends DescribeWorkspacesResult,
21
+ __MetadataBearer {}
22
+ export declare class DescribeWorkspacesCommand extends $Command<
23
+ DescribeWorkspacesCommandInput,
24
+ DescribeWorkspacesCommandOutput,
25
+ WorkSpacesClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeWorkspacesCommandInput;
28
+ constructor(input: DescribeWorkspacesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WorkSpacesClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
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 { DescribeWorkspacesConnectionStatusRequest, DescribeWorkspacesConnectionStatusResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface DescribeWorkspacesConnectionStatusCommandInput extends DescribeWorkspacesConnectionStatusRequest {
6
- }
7
- export interface DescribeWorkspacesConnectionStatusCommandOutput extends DescribeWorkspacesConnectionStatusResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeWorkspacesConnectionStatusCommand extends $Command<DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: DescribeWorkspacesConnectionStatusCommandInput;
12
- constructor(input: DescribeWorkspacesConnectionStatusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput>;
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
+ DescribeWorkspacesConnectionStatusRequest,
10
+ DescribeWorkspacesConnectionStatusResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface DescribeWorkspacesConnectionStatusCommandInput
18
+ extends DescribeWorkspacesConnectionStatusRequest {}
19
+ export interface DescribeWorkspacesConnectionStatusCommandOutput
20
+ extends DescribeWorkspacesConnectionStatusResult,
21
+ __MetadataBearer {}
22
+ export declare class DescribeWorkspacesConnectionStatusCommand extends $Command<
23
+ DescribeWorkspacesConnectionStatusCommandInput,
24
+ DescribeWorkspacesConnectionStatusCommandOutput,
25
+ WorkSpacesClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeWorkspacesConnectionStatusCommandInput;
28
+ constructor(input: DescribeWorkspacesConnectionStatusCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WorkSpacesClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeWorkspacesConnectionStatusCommandInput,
35
+ DescribeWorkspacesConnectionStatusCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { DisassociateConnectionAliasRequest, DisassociateConnectionAliasResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface DisassociateConnectionAliasCommandInput extends DisassociateConnectionAliasRequest {
6
- }
7
- export interface DisassociateConnectionAliasCommandOutput extends DisassociateConnectionAliasResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateConnectionAliasCommand extends $Command<DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: DisassociateConnectionAliasCommandInput;
12
- constructor(input: DisassociateConnectionAliasCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput>;
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
+ DisassociateConnectionAliasRequest,
10
+ DisassociateConnectionAliasResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface DisassociateConnectionAliasCommandInput
18
+ extends DisassociateConnectionAliasRequest {}
19
+ export interface DisassociateConnectionAliasCommandOutput
20
+ extends DisassociateConnectionAliasResult,
21
+ __MetadataBearer {}
22
+ export declare class DisassociateConnectionAliasCommand extends $Command<
23
+ DisassociateConnectionAliasCommandInput,
24
+ DisassociateConnectionAliasCommandOutput,
25
+ WorkSpacesClientResolvedConfig
26
+ > {
27
+ readonly input: DisassociateConnectionAliasCommandInput;
28
+ constructor(input: DisassociateConnectionAliasCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WorkSpacesClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DisassociateConnectionAliasCommandInput,
35
+ DisassociateConnectionAliasCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { DisassociateIpGroupsRequest, DisassociateIpGroupsResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface DisassociateIpGroupsCommandInput extends DisassociateIpGroupsRequest {
6
- }
7
- export interface DisassociateIpGroupsCommandOutput extends DisassociateIpGroupsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateIpGroupsCommand extends $Command<DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: DisassociateIpGroupsCommandInput;
12
- constructor(input: DisassociateIpGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput>;
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
+ DisassociateIpGroupsRequest,
10
+ DisassociateIpGroupsResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface DisassociateIpGroupsCommandInput
18
+ extends DisassociateIpGroupsRequest {}
19
+ export interface DisassociateIpGroupsCommandOutput
20
+ extends DisassociateIpGroupsResult,
21
+ __MetadataBearer {}
22
+ export declare class DisassociateIpGroupsCommand extends $Command<
23
+ DisassociateIpGroupsCommandInput,
24
+ DisassociateIpGroupsCommandOutput,
25
+ WorkSpacesClientResolvedConfig
26
+ > {
27
+ readonly input: DisassociateIpGroupsCommandInput;
28
+ constructor(input: DisassociateIpGroupsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WorkSpacesClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DisassociateIpGroupsCommandInput,
35
+ DisassociateIpGroupsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { ImportClientBrandingRequest, ImportClientBrandingResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface ImportClientBrandingCommandInput extends ImportClientBrandingRequest {
6
- }
7
- export interface ImportClientBrandingCommandOutput extends ImportClientBrandingResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ImportClientBrandingCommand extends $Command<ImportClientBrandingCommandInput, ImportClientBrandingCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: ImportClientBrandingCommandInput;
12
- constructor(input: ImportClientBrandingCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportClientBrandingCommandInput, ImportClientBrandingCommandOutput>;
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
+ ImportClientBrandingRequest,
10
+ ImportClientBrandingResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface ImportClientBrandingCommandInput
18
+ extends ImportClientBrandingRequest {}
19
+ export interface ImportClientBrandingCommandOutput
20
+ extends ImportClientBrandingResult,
21
+ __MetadataBearer {}
22
+ export declare class ImportClientBrandingCommand extends $Command<
23
+ ImportClientBrandingCommandInput,
24
+ ImportClientBrandingCommandOutput,
25
+ WorkSpacesClientResolvedConfig
26
+ > {
27
+ readonly input: ImportClientBrandingCommandInput;
28
+ constructor(input: ImportClientBrandingCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WorkSpacesClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ImportClientBrandingCommandInput,
35
+ ImportClientBrandingCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { ImportWorkspaceImageRequest, ImportWorkspaceImageResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface ImportWorkspaceImageCommandInput extends ImportWorkspaceImageRequest {
6
- }
7
- export interface ImportWorkspaceImageCommandOutput extends ImportWorkspaceImageResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ImportWorkspaceImageCommand extends $Command<ImportWorkspaceImageCommandInput, ImportWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: ImportWorkspaceImageCommandInput;
12
- constructor(input: ImportWorkspaceImageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportWorkspaceImageCommandInput, ImportWorkspaceImageCommandOutput>;
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
+ ImportWorkspaceImageRequest,
10
+ ImportWorkspaceImageResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface ImportWorkspaceImageCommandInput
18
+ extends ImportWorkspaceImageRequest {}
19
+ export interface ImportWorkspaceImageCommandOutput
20
+ extends ImportWorkspaceImageResult,
21
+ __MetadataBearer {}
22
+ export declare class ImportWorkspaceImageCommand extends $Command<
23
+ ImportWorkspaceImageCommandInput,
24
+ ImportWorkspaceImageCommandOutput,
25
+ WorkSpacesClientResolvedConfig
26
+ > {
27
+ readonly input: ImportWorkspaceImageCommandInput;
28
+ constructor(input: ImportWorkspaceImageCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WorkSpacesClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ImportWorkspaceImageCommandInput,
35
+ ImportWorkspaceImageCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { ListAvailableManagementCidrRangesRequest, ListAvailableManagementCidrRangesResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface ListAvailableManagementCidrRangesCommandInput extends ListAvailableManagementCidrRangesRequest {
6
- }
7
- export interface ListAvailableManagementCidrRangesCommandOutput extends ListAvailableManagementCidrRangesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAvailableManagementCidrRangesCommand extends $Command<ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementCidrRangesCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: ListAvailableManagementCidrRangesCommandInput;
12
- constructor(input: ListAvailableManagementCidrRangesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementCidrRangesCommandOutput>;
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
+ ListAvailableManagementCidrRangesRequest,
10
+ ListAvailableManagementCidrRangesResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface ListAvailableManagementCidrRangesCommandInput
18
+ extends ListAvailableManagementCidrRangesRequest {}
19
+ export interface ListAvailableManagementCidrRangesCommandOutput
20
+ extends ListAvailableManagementCidrRangesResult,
21
+ __MetadataBearer {}
22
+ export declare class ListAvailableManagementCidrRangesCommand extends $Command<
23
+ ListAvailableManagementCidrRangesCommandInput,
24
+ ListAvailableManagementCidrRangesCommandOutput,
25
+ WorkSpacesClientResolvedConfig
26
+ > {
27
+ readonly input: ListAvailableManagementCidrRangesCommandInput;
28
+ constructor(input: ListAvailableManagementCidrRangesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WorkSpacesClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListAvailableManagementCidrRangesCommandInput,
35
+ ListAvailableManagementCidrRangesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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 { MigrateWorkspaceRequest, MigrateWorkspaceResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface MigrateWorkspaceCommandInput extends MigrateWorkspaceRequest {
6
- }
7
- export interface MigrateWorkspaceCommandOutput extends MigrateWorkspaceResult, __MetadataBearer {
8
- }
9
-
10
- export declare class MigrateWorkspaceCommand extends $Command<MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: MigrateWorkspaceCommandInput;
12
- constructor(input: MigrateWorkspaceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput>;
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
+ MigrateWorkspaceRequest,
10
+ MigrateWorkspaceResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface MigrateWorkspaceCommandInput extends MigrateWorkspaceRequest {}
18
+ export interface MigrateWorkspaceCommandOutput
19
+ extends MigrateWorkspaceResult,
20
+ __MetadataBearer {}
21
+ export declare class MigrateWorkspaceCommand extends $Command<
22
+ MigrateWorkspaceCommandInput,
23
+ MigrateWorkspaceCommandOutput,
24
+ WorkSpacesClientResolvedConfig
25
+ > {
26
+ readonly input: MigrateWorkspaceCommandInput;
27
+ constructor(input: MigrateWorkspaceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: WorkSpacesClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
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 { ModifyAccountRequest, ModifyAccountResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface ModifyAccountCommandInput extends ModifyAccountRequest {
6
- }
7
- export interface ModifyAccountCommandOutput extends ModifyAccountResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ModifyAccountCommand extends $Command<ModifyAccountCommandInput, ModifyAccountCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: ModifyAccountCommandInput;
12
- constructor(input: ModifyAccountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyAccountCommandInput, ModifyAccountCommandOutput>;
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 { ModifyAccountRequest, ModifyAccountResult } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WorkSpacesClientResolvedConfig,
13
+ } from "../WorkSpacesClient";
14
+ export interface ModifyAccountCommandInput extends ModifyAccountRequest {}
15
+ export interface ModifyAccountCommandOutput
16
+ extends ModifyAccountResult,
17
+ __MetadataBearer {}
18
+ export declare class ModifyAccountCommand extends $Command<
19
+ ModifyAccountCommandInput,
20
+ ModifyAccountCommandOutput,
21
+ WorkSpacesClientResolvedConfig
22
+ > {
23
+ readonly input: ModifyAccountCommandInput;
24
+ constructor(input: ModifyAccountCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: WorkSpacesClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ModifyAccountCommandInput, ModifyAccountCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
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 { ModifyClientPropertiesRequest, ModifyClientPropertiesResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface ModifyClientPropertiesCommandInput extends ModifyClientPropertiesRequest {
6
- }
7
- export interface ModifyClientPropertiesCommandOutput extends ModifyClientPropertiesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ModifyClientPropertiesCommand extends $Command<ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: ModifyClientPropertiesCommandInput;
12
- constructor(input: ModifyClientPropertiesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput>;
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
+ ModifyClientPropertiesRequest,
10
+ ModifyClientPropertiesResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface ModifyClientPropertiesCommandInput
18
+ extends ModifyClientPropertiesRequest {}
19
+ export interface ModifyClientPropertiesCommandOutput
20
+ extends ModifyClientPropertiesResult,
21
+ __MetadataBearer {}
22
+ export declare class ModifyClientPropertiesCommand extends $Command<
23
+ ModifyClientPropertiesCommandInput,
24
+ ModifyClientPropertiesCommandOutput,
25
+ WorkSpacesClientResolvedConfig
26
+ > {
27
+ readonly input: ModifyClientPropertiesCommandInput;
28
+ constructor(input: ModifyClientPropertiesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WorkSpacesClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ModifyClientPropertiesCommandInput,
35
+ ModifyClientPropertiesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }