@aws-sdk/client-workspaces 3.50.0 → 3.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/WorkSpacesServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +189 -4
  5. package/dist-cjs/protocols/Aws_json1_1.js +534 -1901
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/WorkSpacesServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +172 -1
  9. package/dist-es/protocols/Aws_json1_1.js +1183 -2071
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/WorkSpacesServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +96 -65
  13. package/dist-types/ts3.4/WorkSpaces.d.ts +295 -0
  14. package/dist-types/ts3.4/WorkSpacesClient.d.ts +131 -0
  15. package/dist-types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateConnectClientAddInCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateIpGroupCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateUpdatedWorkspaceImageCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreateWorkspacesCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeleteConnectClientAddInCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeleteIpGroupCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DescribeConnectClientAddInsCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/ModifyAccountCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/index.d.ts +58 -0
  74. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  75. package/dist-types/ts3.4/index.d.ts +6 -0
  76. package/dist-types/ts3.4/models/WorkSpacesServiceException.d.ts +6 -0
  77. package/dist-types/ts3.4/models/index.d.ts +1 -0
  78. package/dist-types/ts3.4/models/models_0.d.ts +1840 -0
  79. package/dist-types/ts3.4/pagination/DescribeWorkspaceBundlesPaginator.d.ts +4 -0
  80. package/dist-types/ts3.4/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +4 -0
  81. package/dist-types/ts3.4/pagination/DescribeWorkspacesPaginator.d.ts +4 -0
  82. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  83. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  84. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +176 -0
  85. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  86. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  87. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  88. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  89. package/package.json +33 -33
@@ -0,0 +1,131 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOutput } from "./commands/AssociateConnectionAliasCommand";
10
+ import { AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput } from "./commands/AssociateIpGroupsCommand";
11
+ import { AuthorizeIpRulesCommandInput, AuthorizeIpRulesCommandOutput } from "./commands/AuthorizeIpRulesCommand";
12
+ import { CopyWorkspaceImageCommandInput, CopyWorkspaceImageCommandOutput } from "./commands/CopyWorkspaceImageCommand";
13
+ import { CreateConnectClientAddInCommandInput, CreateConnectClientAddInCommandOutput } from "./commands/CreateConnectClientAddInCommand";
14
+ import { CreateConnectionAliasCommandInput, CreateConnectionAliasCommandOutput } from "./commands/CreateConnectionAliasCommand";
15
+ import { CreateIpGroupCommandInput, CreateIpGroupCommandOutput } from "./commands/CreateIpGroupCommand";
16
+ import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
17
+ import { CreateUpdatedWorkspaceImageCommandInput, CreateUpdatedWorkspaceImageCommandOutput } from "./commands/CreateUpdatedWorkspaceImageCommand";
18
+ import { CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput } from "./commands/CreateWorkspaceBundleCommand";
19
+ import { CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput } from "./commands/CreateWorkspacesCommand";
20
+ import { DeleteConnectClientAddInCommandInput, DeleteConnectClientAddInCommandOutput } from "./commands/DeleteConnectClientAddInCommand";
21
+ import { DeleteConnectionAliasCommandInput, DeleteConnectionAliasCommandOutput } from "./commands/DeleteConnectionAliasCommand";
22
+ import { DeleteIpGroupCommandInput, DeleteIpGroupCommandOutput } from "./commands/DeleteIpGroupCommand";
23
+ import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
24
+ import { DeleteWorkspaceBundleCommandInput, DeleteWorkspaceBundleCommandOutput } from "./commands/DeleteWorkspaceBundleCommand";
25
+ import { DeleteWorkspaceImageCommandInput, DeleteWorkspaceImageCommandOutput } from "./commands/DeleteWorkspaceImageCommand";
26
+ import { DeregisterWorkspaceDirectoryCommandInput, DeregisterWorkspaceDirectoryCommandOutput } from "./commands/DeregisterWorkspaceDirectoryCommand";
27
+ import { DescribeAccountCommandInput, DescribeAccountCommandOutput } from "./commands/DescribeAccountCommand";
28
+ import { DescribeAccountModificationsCommandInput, DescribeAccountModificationsCommandOutput } from "./commands/DescribeAccountModificationsCommand";
29
+ import { DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOutput } from "./commands/DescribeClientPropertiesCommand";
30
+ import { DescribeConnectClientAddInsCommandInput, DescribeConnectClientAddInsCommandOutput } from "./commands/DescribeConnectClientAddInsCommand";
31
+ import { DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput } from "./commands/DescribeConnectionAliasesCommand";
32
+ import { DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput } from "./commands/DescribeConnectionAliasPermissionsCommand";
33
+ import { DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput } from "./commands/DescribeIpGroupsCommand";
34
+ import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
35
+ import { DescribeWorkspaceBundlesCommandInput, DescribeWorkspaceBundlesCommandOutput } from "./commands/DescribeWorkspaceBundlesCommand";
36
+ import { DescribeWorkspaceDirectoriesCommandInput, DescribeWorkspaceDirectoriesCommandOutput } from "./commands/DescribeWorkspaceDirectoriesCommand";
37
+ import { DescribeWorkspaceImagePermissionsCommandInput, DescribeWorkspaceImagePermissionsCommandOutput } from "./commands/DescribeWorkspaceImagePermissionsCommand";
38
+ import { DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutput } from "./commands/DescribeWorkspaceImagesCommand";
39
+ import { DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput } from "./commands/DescribeWorkspacesCommand";
40
+ import { DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput } from "./commands/DescribeWorkspacesConnectionStatusCommand";
41
+ import { DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput } from "./commands/DescribeWorkspaceSnapshotsCommand";
42
+ import { DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput } from "./commands/DisassociateConnectionAliasCommand";
43
+ import { DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput } from "./commands/DisassociateIpGroupsCommand";
44
+ import { ImportWorkspaceImageCommandInput, ImportWorkspaceImageCommandOutput } from "./commands/ImportWorkspaceImageCommand";
45
+ import { ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementCidrRangesCommandOutput } from "./commands/ListAvailableManagementCidrRangesCommand";
46
+ import { MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput } from "./commands/MigrateWorkspaceCommand";
47
+ import { ModifyAccountCommandInput, ModifyAccountCommandOutput } from "./commands/ModifyAccountCommand";
48
+ import { ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput } from "./commands/ModifyClientPropertiesCommand";
49
+ import { ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput } from "./commands/ModifySelfservicePermissionsCommand";
50
+ import { ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput } from "./commands/ModifyWorkspaceAccessPropertiesCommand";
51
+ import { ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput } from "./commands/ModifyWorkspaceCreationPropertiesCommand";
52
+ import { ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput } from "./commands/ModifyWorkspacePropertiesCommand";
53
+ import { ModifyWorkspaceStateCommandInput, ModifyWorkspaceStateCommandOutput } from "./commands/ModifyWorkspaceStateCommand";
54
+ import { RebootWorkspacesCommandInput, RebootWorkspacesCommandOutput } from "./commands/RebootWorkspacesCommand";
55
+ import { RebuildWorkspacesCommandInput, RebuildWorkspacesCommandOutput } from "./commands/RebuildWorkspacesCommand";
56
+ import { RegisterWorkspaceDirectoryCommandInput, RegisterWorkspaceDirectoryCommandOutput } from "./commands/RegisterWorkspaceDirectoryCommand";
57
+ import { RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput } from "./commands/RestoreWorkspaceCommand";
58
+ import { RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput } from "./commands/RevokeIpRulesCommand";
59
+ import { StartWorkspacesCommandInput, StartWorkspacesCommandOutput } from "./commands/StartWorkspacesCommand";
60
+ import { StopWorkspacesCommandInput, StopWorkspacesCommandOutput } from "./commands/StopWorkspacesCommand";
61
+ import { TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput } from "./commands/TerminateWorkspacesCommand";
62
+ import { UpdateConnectClientAddInCommandInput, UpdateConnectClientAddInCommandOutput } from "./commands/UpdateConnectClientAddInCommand";
63
+ import { UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermissionCommandOutput } from "./commands/UpdateConnectionAliasPermissionCommand";
64
+ import { UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput } from "./commands/UpdateRulesOfIpGroupCommand";
65
+ import { UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput } from "./commands/UpdateWorkspaceBundleCommand";
66
+ import { UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput } from "./commands/UpdateWorkspaceImagePermissionCommand";
67
+ export declare type ServiceInputTypes = AssociateConnectionAliasCommandInput | AssociateIpGroupsCommandInput | AuthorizeIpRulesCommandInput | CopyWorkspaceImageCommandInput | CreateConnectClientAddInCommandInput | CreateConnectionAliasCommandInput | CreateIpGroupCommandInput | CreateTagsCommandInput | CreateUpdatedWorkspaceImageCommandInput | CreateWorkspaceBundleCommandInput | CreateWorkspacesCommandInput | DeleteConnectClientAddInCommandInput | DeleteConnectionAliasCommandInput | DeleteIpGroupCommandInput | DeleteTagsCommandInput | DeleteWorkspaceBundleCommandInput | DeleteWorkspaceImageCommandInput | DeregisterWorkspaceDirectoryCommandInput | DescribeAccountCommandInput | DescribeAccountModificationsCommandInput | DescribeClientPropertiesCommandInput | DescribeConnectClientAddInsCommandInput | DescribeConnectionAliasPermissionsCommandInput | DescribeConnectionAliasesCommandInput | DescribeIpGroupsCommandInput | DescribeTagsCommandInput | DescribeWorkspaceBundlesCommandInput | DescribeWorkspaceDirectoriesCommandInput | DescribeWorkspaceImagePermissionsCommandInput | DescribeWorkspaceImagesCommandInput | DescribeWorkspaceSnapshotsCommandInput | DescribeWorkspacesCommandInput | DescribeWorkspacesConnectionStatusCommandInput | DisassociateConnectionAliasCommandInput | DisassociateIpGroupsCommandInput | ImportWorkspaceImageCommandInput | ListAvailableManagementCidrRangesCommandInput | MigrateWorkspaceCommandInput | ModifyAccountCommandInput | ModifyClientPropertiesCommandInput | ModifySelfservicePermissionsCommandInput | ModifyWorkspaceAccessPropertiesCommandInput | ModifyWorkspaceCreationPropertiesCommandInput | ModifyWorkspacePropertiesCommandInput | ModifyWorkspaceStateCommandInput | RebootWorkspacesCommandInput | RebuildWorkspacesCommandInput | RegisterWorkspaceDirectoryCommandInput | RestoreWorkspaceCommandInput | RevokeIpRulesCommandInput | StartWorkspacesCommandInput | StopWorkspacesCommandInput | TerminateWorkspacesCommandInput | UpdateConnectClientAddInCommandInput | UpdateConnectionAliasPermissionCommandInput | UpdateRulesOfIpGroupCommandInput | UpdateWorkspaceBundleCommandInput | UpdateWorkspaceImagePermissionCommandInput;
68
+ export declare type ServiceOutputTypes = AssociateConnectionAliasCommandOutput | AssociateIpGroupsCommandOutput | AuthorizeIpRulesCommandOutput | CopyWorkspaceImageCommandOutput | CreateConnectClientAddInCommandOutput | CreateConnectionAliasCommandOutput | CreateIpGroupCommandOutput | CreateTagsCommandOutput | CreateUpdatedWorkspaceImageCommandOutput | CreateWorkspaceBundleCommandOutput | CreateWorkspacesCommandOutput | DeleteConnectClientAddInCommandOutput | DeleteConnectionAliasCommandOutput | DeleteIpGroupCommandOutput | DeleteTagsCommandOutput | DeleteWorkspaceBundleCommandOutput | DeleteWorkspaceImageCommandOutput | DeregisterWorkspaceDirectoryCommandOutput | DescribeAccountCommandOutput | DescribeAccountModificationsCommandOutput | DescribeClientPropertiesCommandOutput | DescribeConnectClientAddInsCommandOutput | DescribeConnectionAliasPermissionsCommandOutput | DescribeConnectionAliasesCommandOutput | DescribeIpGroupsCommandOutput | DescribeTagsCommandOutput | DescribeWorkspaceBundlesCommandOutput | DescribeWorkspaceDirectoriesCommandOutput | DescribeWorkspaceImagePermissionsCommandOutput | DescribeWorkspaceImagesCommandOutput | DescribeWorkspaceSnapshotsCommandOutput | DescribeWorkspacesCommandOutput | DescribeWorkspacesConnectionStatusCommandOutput | DisassociateConnectionAliasCommandOutput | DisassociateIpGroupsCommandOutput | ImportWorkspaceImageCommandOutput | ListAvailableManagementCidrRangesCommandOutput | MigrateWorkspaceCommandOutput | ModifyAccountCommandOutput | ModifyClientPropertiesCommandOutput | ModifySelfservicePermissionsCommandOutput | ModifyWorkspaceAccessPropertiesCommandOutput | ModifyWorkspaceCreationPropertiesCommandOutput | ModifyWorkspacePropertiesCommandOutput | ModifyWorkspaceStateCommandOutput | RebootWorkspacesCommandOutput | RebuildWorkspacesCommandOutput | RegisterWorkspaceDirectoryCommandOutput | RestoreWorkspaceCommandOutput | RevokeIpRulesCommandOutput | StartWorkspacesCommandOutput | StopWorkspacesCommandOutput | TerminateWorkspacesCommandOutput | UpdateConnectClientAddInCommandOutput | UpdateConnectionAliasPermissionCommandOutput | UpdateRulesOfIpGroupCommandOutput | UpdateWorkspaceBundleCommandOutput | UpdateWorkspaceImagePermissionCommandOutput;
69
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
70
+
71
+ requestHandler?: __HttpHandler;
72
+
73
+ sha256?: __HashConstructor;
74
+
75
+ urlParser?: __UrlParser;
76
+
77
+ bodyLengthChecker?: (body: any) => number | undefined;
78
+
79
+ streamCollector?: __StreamCollector;
80
+
81
+ base64Decoder?: __Decoder;
82
+
83
+ base64Encoder?: __Encoder;
84
+
85
+ utf8Decoder?: __Decoder;
86
+
87
+ utf8Encoder?: __Encoder;
88
+
89
+ runtime?: string;
90
+
91
+ disableHostPrefix?: boolean;
92
+
93
+ maxAttempts?: number | __Provider<number>;
94
+
95
+ retryMode?: string | __Provider<string>;
96
+
97
+ logger?: __Logger;
98
+
99
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
100
+
101
+ useFipsEndpoint?: boolean | __Provider<boolean>;
102
+
103
+ serviceId?: string;
104
+
105
+ region?: string | __Provider<string>;
106
+
107
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
108
+
109
+ regionInfoProvider?: RegionInfoProvider;
110
+
111
+ defaultUserAgentProvider?: Provider<__UserAgent>;
112
+
113
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
114
+ }
115
+ declare type WorkSpacesClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
116
+
117
+ export interface WorkSpacesClientConfig extends WorkSpacesClientConfigType {
118
+ }
119
+ declare type WorkSpacesClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
120
+
121
+ export interface WorkSpacesClientResolvedConfig extends WorkSpacesClientResolvedConfigType {
122
+ }
123
+
124
+ export declare class WorkSpacesClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig> {
125
+
126
+ readonly config: WorkSpacesClientResolvedConfig;
127
+ constructor(configuration: WorkSpacesClientConfig);
128
+
129
+ destroy(): void;
130
+ }
131
+ export {};
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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 { CreateWorkspacesRequest, CreateWorkspacesResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface CreateWorkspacesCommandInput extends CreateWorkspacesRequest {
6
+ }
7
+ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateWorkspacesCommand extends $Command<CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
11
+ readonly input: CreateWorkspacesCommandInput;
12
+ constructor(input: CreateWorkspacesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteConnectClientAddInRequest, DeleteConnectClientAddInResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface DeleteConnectClientAddInCommandInput extends DeleteConnectClientAddInRequest {
6
+ }
7
+ export interface DeleteConnectClientAddInCommandOutput extends DeleteConnectClientAddInResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteConnectClientAddInCommand extends $Command<DeleteConnectClientAddInCommandInput, DeleteConnectClientAddInCommandOutput, WorkSpacesClientResolvedConfig> {
11
+ readonly input: DeleteConnectClientAddInCommandInput;
12
+ constructor(input: DeleteConnectClientAddInCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConnectClientAddInCommandInput, DeleteConnectClientAddInCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteConnectionAliasRequest, DeleteConnectionAliasResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface DeleteConnectionAliasCommandInput extends DeleteConnectionAliasRequest {
6
+ }
7
+ export interface DeleteConnectionAliasCommandOutput extends DeleteConnectionAliasResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteConnectionAliasCommand extends $Command<DeleteConnectionAliasCommandInput, DeleteConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig> {
11
+ readonly input: DeleteConnectionAliasCommandInput;
12
+ constructor(input: DeleteConnectionAliasCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConnectionAliasCommandInput, DeleteConnectionAliasCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteIpGroupRequest, DeleteIpGroupResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface DeleteIpGroupCommandInput extends DeleteIpGroupRequest {
6
+ }
7
+ export interface DeleteIpGroupCommandOutput extends DeleteIpGroupResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteIpGroupCommand extends $Command<DeleteIpGroupCommandInput, DeleteIpGroupCommandOutput, WorkSpacesClientResolvedConfig> {
11
+ readonly input: DeleteIpGroupCommandInput;
12
+ constructor(input: DeleteIpGroupCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIpGroupCommandInput, DeleteIpGroupCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteTagsRequest, DeleteTagsResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface DeleteTagsCommandInput extends DeleteTagsRequest {
6
+ }
7
+ export interface DeleteTagsCommandOutput extends DeleteTagsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, WorkSpacesClientResolvedConfig> {
11
+ readonly input: DeleteTagsCommandInput;
12
+ constructor(input: DeleteTagsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTagsCommandInput, DeleteTagsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteWorkspaceBundleRequest, DeleteWorkspaceBundleResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface DeleteWorkspaceBundleCommandInput extends DeleteWorkspaceBundleRequest {
6
+ }
7
+ export interface DeleteWorkspaceBundleCommandOutput extends DeleteWorkspaceBundleResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteWorkspaceBundleCommand extends $Command<DeleteWorkspaceBundleCommandInput, DeleteWorkspaceBundleCommandOutput, WorkSpacesClientResolvedConfig> {
11
+ readonly input: DeleteWorkspaceBundleCommandInput;
12
+ constructor(input: DeleteWorkspaceBundleCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkspaceBundleCommandInput, DeleteWorkspaceBundleCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteWorkspaceImageRequest, DeleteWorkspaceImageResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface DeleteWorkspaceImageCommandInput extends DeleteWorkspaceImageRequest {
6
+ }
7
+ export interface DeleteWorkspaceImageCommandOutput extends DeleteWorkspaceImageResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteWorkspaceImageCommand extends $Command<DeleteWorkspaceImageCommandInput, DeleteWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
11
+ readonly input: DeleteWorkspaceImageCommandInput;
12
+ constructor(input: DeleteWorkspaceImageCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkspaceImageCommandInput, DeleteWorkspaceImageCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeregisterWorkspaceDirectoryRequest, DeregisterWorkspaceDirectoryResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface DeregisterWorkspaceDirectoryCommandInput extends DeregisterWorkspaceDirectoryRequest {
6
+ }
7
+ export interface DeregisterWorkspaceDirectoryCommandOutput extends DeregisterWorkspaceDirectoryResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeregisterWorkspaceDirectoryCommand extends $Command<DeregisterWorkspaceDirectoryCommandInput, DeregisterWorkspaceDirectoryCommandOutput, WorkSpacesClientResolvedConfig> {
11
+ readonly input: DeregisterWorkspaceDirectoryCommandInput;
12
+ constructor(input: DeregisterWorkspaceDirectoryCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterWorkspaceDirectoryCommandInput, DeregisterWorkspaceDirectoryCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeAccountRequest, DescribeAccountResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface DescribeAccountCommandInput extends DescribeAccountRequest {
6
+ }
7
+ export interface DescribeAccountCommandOutput extends DescribeAccountResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeAccountCommand extends $Command<DescribeAccountCommandInput, DescribeAccountCommandOutput, WorkSpacesClientResolvedConfig> {
11
+ readonly input: DescribeAccountCommandInput;
12
+ constructor(input: DescribeAccountCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountCommandInput, DescribeAccountCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeAccountModificationsRequest, DescribeAccountModificationsResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface DescribeAccountModificationsCommandInput extends DescribeAccountModificationsRequest {
6
+ }
7
+ export interface DescribeAccountModificationsCommandOutput extends DescribeAccountModificationsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeAccountModificationsCommand extends $Command<DescribeAccountModificationsCommandInput, DescribeAccountModificationsCommandOutput, WorkSpacesClientResolvedConfig> {
11
+ readonly input: DescribeAccountModificationsCommandInput;
12
+ constructor(input: DescribeAccountModificationsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountModificationsCommandInput, DescribeAccountModificationsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeClientPropertiesRequest, DescribeClientPropertiesResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface DescribeClientPropertiesCommandInput extends DescribeClientPropertiesRequest {
6
+ }
7
+ export interface DescribeClientPropertiesCommandOutput extends DescribeClientPropertiesResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeClientPropertiesCommand extends $Command<DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
11
+ readonly input: DescribeClientPropertiesCommandInput;
12
+ constructor(input: DescribeClientPropertiesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeConnectClientAddInsRequest, DescribeConnectClientAddInsResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface DescribeConnectClientAddInsCommandInput extends DescribeConnectClientAddInsRequest {
6
+ }
7
+ export interface DescribeConnectClientAddInsCommandOutput extends DescribeConnectClientAddInsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeConnectClientAddInsCommand extends $Command<DescribeConnectClientAddInsCommandInput, DescribeConnectClientAddInsCommandOutput, WorkSpacesClientResolvedConfig> {
11
+ readonly input: DescribeConnectClientAddInsCommandInput;
12
+ constructor(input: DescribeConnectClientAddInsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConnectClientAddInsCommandInput, DescribeConnectClientAddInsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeConnectionAliasPermissionsRequest, DescribeConnectionAliasPermissionsResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface DescribeConnectionAliasPermissionsCommandInput extends DescribeConnectionAliasPermissionsRequest {
6
+ }
7
+ export interface DescribeConnectionAliasPermissionsCommandOutput extends DescribeConnectionAliasPermissionsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeConnectionAliasPermissionsCommand extends $Command<DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput, WorkSpacesClientResolvedConfig> {
11
+ readonly input: DescribeConnectionAliasPermissionsCommandInput;
12
+ constructor(input: DescribeConnectionAliasPermissionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeConnectionAliasesRequest, DescribeConnectionAliasesResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface DescribeConnectionAliasesCommandInput extends DescribeConnectionAliasesRequest {
6
+ }
7
+ export interface DescribeConnectionAliasesCommandOutput extends DescribeConnectionAliasesResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeConnectionAliasesCommand extends $Command<DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput, WorkSpacesClientResolvedConfig> {
11
+ readonly input: DescribeConnectionAliasesCommandInput;
12
+ constructor(input: DescribeConnectionAliasesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeIpGroupsRequest, DescribeIpGroupsResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface DescribeIpGroupsCommandInput extends DescribeIpGroupsRequest {
6
+ }
7
+ export interface DescribeIpGroupsCommandOutput extends DescribeIpGroupsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeIpGroupsCommand extends $Command<DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput, WorkSpacesClientResolvedConfig> {
11
+ readonly input: DescribeIpGroupsCommandInput;
12
+ constructor(input: DescribeIpGroupsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }