@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 { AssociateConnectionAliasRequest, AssociateConnectionAliasResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface AssociateConnectionAliasCommandInput extends AssociateConnectionAliasRequest {
6
- }
7
- export interface AssociateConnectionAliasCommandOutput extends AssociateConnectionAliasResult, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateConnectionAliasCommand extends $Command<AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: AssociateConnectionAliasCommandInput;
12
- constructor(input: AssociateConnectionAliasCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOutput>;
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
+ AssociateConnectionAliasRequest,
10
+ AssociateConnectionAliasResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface AssociateConnectionAliasCommandInput
18
+ extends AssociateConnectionAliasRequest {}
19
+ export interface AssociateConnectionAliasCommandOutput
20
+ extends AssociateConnectionAliasResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AssociateConnectionAliasCommand extends $Command<
24
+ AssociateConnectionAliasCommandInput,
25
+ AssociateConnectionAliasCommandOutput,
26
+ WorkSpacesClientResolvedConfig
27
+ > {
28
+ readonly input: AssociateConnectionAliasCommandInput;
29
+ constructor(input: AssociateConnectionAliasCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkSpacesClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AssociateConnectionAliasCommandInput,
37
+ AssociateConnectionAliasCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { AssociateIpGroupsRequest, AssociateIpGroupsResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface AssociateIpGroupsCommandInput extends AssociateIpGroupsRequest {
6
- }
7
- export interface AssociateIpGroupsCommandOutput extends AssociateIpGroupsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateIpGroupsCommand extends $Command<AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: AssociateIpGroupsCommandInput;
12
- constructor(input: AssociateIpGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput>;
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
+ AssociateIpGroupsRequest,
10
+ AssociateIpGroupsResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface AssociateIpGroupsCommandInput
18
+ extends AssociateIpGroupsRequest {}
19
+ export interface AssociateIpGroupsCommandOutput
20
+ extends AssociateIpGroupsResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AssociateIpGroupsCommand extends $Command<
24
+ AssociateIpGroupsCommandInput,
25
+ AssociateIpGroupsCommandOutput,
26
+ WorkSpacesClientResolvedConfig
27
+ > {
28
+ readonly input: AssociateIpGroupsCommandInput;
29
+ constructor(input: AssociateIpGroupsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkSpacesClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { AuthorizeIpRulesRequest, AuthorizeIpRulesResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface AuthorizeIpRulesCommandInput extends AuthorizeIpRulesRequest {
6
- }
7
- export interface AuthorizeIpRulesCommandOutput extends AuthorizeIpRulesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class AuthorizeIpRulesCommand extends $Command<AuthorizeIpRulesCommandInput, AuthorizeIpRulesCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: AuthorizeIpRulesCommandInput;
12
- constructor(input: AuthorizeIpRulesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AuthorizeIpRulesCommandInput, AuthorizeIpRulesCommandOutput>;
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
+ AuthorizeIpRulesRequest,
10
+ AuthorizeIpRulesResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface AuthorizeIpRulesCommandInput extends AuthorizeIpRulesRequest {}
18
+ export interface AuthorizeIpRulesCommandOutput
19
+ extends AuthorizeIpRulesResult,
20
+ __MetadataBearer {}
21
+
22
+ export declare class AuthorizeIpRulesCommand extends $Command<
23
+ AuthorizeIpRulesCommandInput,
24
+ AuthorizeIpRulesCommandOutput,
25
+ WorkSpacesClientResolvedConfig
26
+ > {
27
+ readonly input: AuthorizeIpRulesCommandInput;
28
+ constructor(input: AuthorizeIpRulesCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: WorkSpacesClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<AuthorizeIpRulesCommandInput, AuthorizeIpRulesCommandOutput>;
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 { CopyWorkspaceImageRequest, CopyWorkspaceImageResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface CopyWorkspaceImageCommandInput extends CopyWorkspaceImageRequest {
6
- }
7
- export interface CopyWorkspaceImageCommandOutput extends CopyWorkspaceImageResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CopyWorkspaceImageCommand extends $Command<CopyWorkspaceImageCommandInput, CopyWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: CopyWorkspaceImageCommandInput;
12
- constructor(input: CopyWorkspaceImageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CopyWorkspaceImageCommandInput, CopyWorkspaceImageCommandOutput>;
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
+ CopyWorkspaceImageRequest,
10
+ CopyWorkspaceImageResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface CopyWorkspaceImageCommandInput
18
+ extends CopyWorkspaceImageRequest {}
19
+ export interface CopyWorkspaceImageCommandOutput
20
+ extends CopyWorkspaceImageResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CopyWorkspaceImageCommand extends $Command<
24
+ CopyWorkspaceImageCommandInput,
25
+ CopyWorkspaceImageCommandOutput,
26
+ WorkSpacesClientResolvedConfig
27
+ > {
28
+ readonly input: CopyWorkspaceImageCommandInput;
29
+ constructor(input: CopyWorkspaceImageCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkSpacesClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CopyWorkspaceImageCommandInput, CopyWorkspaceImageCommandOutput>;
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 { CreateConnectClientAddInRequest, CreateConnectClientAddInResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface CreateConnectClientAddInCommandInput extends CreateConnectClientAddInRequest {
6
- }
7
- export interface CreateConnectClientAddInCommandOutput extends CreateConnectClientAddInResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateConnectClientAddInCommand extends $Command<CreateConnectClientAddInCommandInput, CreateConnectClientAddInCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: CreateConnectClientAddInCommandInput;
12
- constructor(input: CreateConnectClientAddInCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectClientAddInCommandInput, CreateConnectClientAddInCommandOutput>;
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
+ CreateConnectClientAddInRequest,
10
+ CreateConnectClientAddInResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface CreateConnectClientAddInCommandInput
18
+ extends CreateConnectClientAddInRequest {}
19
+ export interface CreateConnectClientAddInCommandOutput
20
+ extends CreateConnectClientAddInResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateConnectClientAddInCommand extends $Command<
24
+ CreateConnectClientAddInCommandInput,
25
+ CreateConnectClientAddInCommandOutput,
26
+ WorkSpacesClientResolvedConfig
27
+ > {
28
+ readonly input: CreateConnectClientAddInCommandInput;
29
+ constructor(input: CreateConnectClientAddInCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkSpacesClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateConnectClientAddInCommandInput,
37
+ CreateConnectClientAddInCommandOutput
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 { CreateConnectionAliasRequest, CreateConnectionAliasResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface CreateConnectionAliasCommandInput extends CreateConnectionAliasRequest {
6
- }
7
- export interface CreateConnectionAliasCommandOutput extends CreateConnectionAliasResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateConnectionAliasCommand extends $Command<CreateConnectionAliasCommandInput, CreateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: CreateConnectionAliasCommandInput;
12
- constructor(input: CreateConnectionAliasCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectionAliasCommandInput, CreateConnectionAliasCommandOutput>;
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
+ CreateConnectionAliasRequest,
10
+ CreateConnectionAliasResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface CreateConnectionAliasCommandInput
18
+ extends CreateConnectionAliasRequest {}
19
+ export interface CreateConnectionAliasCommandOutput
20
+ extends CreateConnectionAliasResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateConnectionAliasCommand extends $Command<
24
+ CreateConnectionAliasCommandInput,
25
+ CreateConnectionAliasCommandOutput,
26
+ WorkSpacesClientResolvedConfig
27
+ > {
28
+ readonly input: CreateConnectionAliasCommandInput;
29
+ constructor(input: CreateConnectionAliasCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkSpacesClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateConnectionAliasCommandInput,
37
+ CreateConnectionAliasCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { CreateIpGroupRequest, CreateIpGroupResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface CreateIpGroupCommandInput extends CreateIpGroupRequest {
6
- }
7
- export interface CreateIpGroupCommandOutput extends CreateIpGroupResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateIpGroupCommand extends $Command<CreateIpGroupCommandInput, CreateIpGroupCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: CreateIpGroupCommandInput;
12
- constructor(input: CreateIpGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIpGroupCommandInput, CreateIpGroupCommandOutput>;
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 { CreateIpGroupRequest, CreateIpGroupResult } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WorkSpacesClientResolvedConfig,
13
+ } from "../WorkSpacesClient";
14
+ export interface CreateIpGroupCommandInput extends CreateIpGroupRequest {}
15
+ export interface CreateIpGroupCommandOutput
16
+ extends CreateIpGroupResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateIpGroupCommand extends $Command<
20
+ CreateIpGroupCommandInput,
21
+ CreateIpGroupCommandOutput,
22
+ WorkSpacesClientResolvedConfig
23
+ > {
24
+ readonly input: CreateIpGroupCommandInput;
25
+ constructor(input: CreateIpGroupCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WorkSpacesClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateIpGroupCommandInput, CreateIpGroupCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { CreateTagsRequest, CreateTagsResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface CreateTagsCommandInput extends CreateTagsRequest {
6
- }
7
- export interface CreateTagsCommandOutput extends CreateTagsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateTagsCommand extends $Command<CreateTagsCommandInput, CreateTagsCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: CreateTagsCommandInput;
12
- constructor(input: CreateTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTagsCommandInput, CreateTagsCommandOutput>;
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 { CreateTagsRequest, CreateTagsResult } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WorkSpacesClientResolvedConfig,
13
+ } from "../WorkSpacesClient";
14
+ export interface CreateTagsCommandInput extends CreateTagsRequest {}
15
+ export interface CreateTagsCommandOutput
16
+ extends CreateTagsResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateTagsCommand extends $Command<
20
+ CreateTagsCommandInput,
21
+ CreateTagsCommandOutput,
22
+ WorkSpacesClientResolvedConfig
23
+ > {
24
+ readonly input: CreateTagsCommandInput;
25
+ constructor(input: CreateTagsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WorkSpacesClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateTagsCommandInput, CreateTagsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
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 { CreateUpdatedWorkspaceImageRequest, CreateUpdatedWorkspaceImageResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface CreateUpdatedWorkspaceImageCommandInput extends CreateUpdatedWorkspaceImageRequest {
6
- }
7
- export interface CreateUpdatedWorkspaceImageCommandOutput extends CreateUpdatedWorkspaceImageResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateUpdatedWorkspaceImageCommand extends $Command<CreateUpdatedWorkspaceImageCommandInput, CreateUpdatedWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: CreateUpdatedWorkspaceImageCommandInput;
12
- constructor(input: CreateUpdatedWorkspaceImageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUpdatedWorkspaceImageCommandInput, CreateUpdatedWorkspaceImageCommandOutput>;
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
+ CreateUpdatedWorkspaceImageRequest,
10
+ CreateUpdatedWorkspaceImageResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface CreateUpdatedWorkspaceImageCommandInput
18
+ extends CreateUpdatedWorkspaceImageRequest {}
19
+ export interface CreateUpdatedWorkspaceImageCommandOutput
20
+ extends CreateUpdatedWorkspaceImageResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateUpdatedWorkspaceImageCommand extends $Command<
24
+ CreateUpdatedWorkspaceImageCommandInput,
25
+ CreateUpdatedWorkspaceImageCommandOutput,
26
+ WorkSpacesClientResolvedConfig
27
+ > {
28
+ readonly input: CreateUpdatedWorkspaceImageCommandInput;
29
+ constructor(input: CreateUpdatedWorkspaceImageCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkSpacesClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateUpdatedWorkspaceImageCommandInput,
37
+ CreateUpdatedWorkspaceImageCommandOutput
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 { CreateWorkspaceBundleRequest, CreateWorkspaceBundleResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface CreateWorkspaceBundleCommandInput extends CreateWorkspaceBundleRequest {
6
- }
7
- export interface CreateWorkspaceBundleCommandOutput extends CreateWorkspaceBundleResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateWorkspaceBundleCommand extends $Command<CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: CreateWorkspaceBundleCommandInput;
12
- constructor(input: CreateWorkspaceBundleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput>;
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
+ CreateWorkspaceBundleRequest,
10
+ CreateWorkspaceBundleResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface CreateWorkspaceBundleCommandInput
18
+ extends CreateWorkspaceBundleRequest {}
19
+ export interface CreateWorkspaceBundleCommandOutput
20
+ extends CreateWorkspaceBundleResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateWorkspaceBundleCommand extends $Command<
24
+ CreateWorkspaceBundleCommandInput,
25
+ CreateWorkspaceBundleCommandOutput,
26
+ WorkSpacesClientResolvedConfig
27
+ > {
28
+ readonly input: CreateWorkspaceBundleCommandInput;
29
+ constructor(input: CreateWorkspaceBundleCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkSpacesClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateWorkspaceBundleCommandInput,
37
+ CreateWorkspaceBundleCommandOutput
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 { CreateWorkspaceImageRequest, CreateWorkspaceImageResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
- export interface CreateWorkspaceImageCommandInput extends CreateWorkspaceImageRequest {
6
- }
7
- export interface CreateWorkspaceImageCommandOutput extends CreateWorkspaceImageResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateWorkspaceImageCommand extends $Command<CreateWorkspaceImageCommandInput, CreateWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
11
- readonly input: CreateWorkspaceImageCommandInput;
12
- constructor(input: CreateWorkspaceImageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkspaceImageCommandInput, CreateWorkspaceImageCommandOutput>;
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
+ CreateWorkspaceImageRequest,
10
+ CreateWorkspaceImageResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WorkSpacesClientResolvedConfig,
16
+ } from "../WorkSpacesClient";
17
+ export interface CreateWorkspaceImageCommandInput
18
+ extends CreateWorkspaceImageRequest {}
19
+ export interface CreateWorkspaceImageCommandOutput
20
+ extends CreateWorkspaceImageResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateWorkspaceImageCommand extends $Command<
24
+ CreateWorkspaceImageCommandInput,
25
+ CreateWorkspaceImageCommandOutput,
26
+ WorkSpacesClientResolvedConfig
27
+ > {
28
+ readonly input: CreateWorkspaceImageCommandInput;
29
+ constructor(input: CreateWorkspaceImageCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WorkSpacesClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateWorkspaceImageCommandInput,
37
+ CreateWorkspaceImageCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }