@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,136 +1,482 @@
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 { BodyLengthCalculator as __BodyLengthCalculator, 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 { CreateWorkspaceImageCommandInput, CreateWorkspaceImageCommandOutput } from "./commands/CreateWorkspaceImageCommand";
20
- import { CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput } from "./commands/CreateWorkspacesCommand";
21
- import { DeleteClientBrandingCommandInput, DeleteClientBrandingCommandOutput } from "./commands/DeleteClientBrandingCommand";
22
- import { DeleteConnectClientAddInCommandInput, DeleteConnectClientAddInCommandOutput } from "./commands/DeleteConnectClientAddInCommand";
23
- import { DeleteConnectionAliasCommandInput, DeleteConnectionAliasCommandOutput } from "./commands/DeleteConnectionAliasCommand";
24
- import { DeleteIpGroupCommandInput, DeleteIpGroupCommandOutput } from "./commands/DeleteIpGroupCommand";
25
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
26
- import { DeleteWorkspaceBundleCommandInput, DeleteWorkspaceBundleCommandOutput } from "./commands/DeleteWorkspaceBundleCommand";
27
- import { DeleteWorkspaceImageCommandInput, DeleteWorkspaceImageCommandOutput } from "./commands/DeleteWorkspaceImageCommand";
28
- import { DeregisterWorkspaceDirectoryCommandInput, DeregisterWorkspaceDirectoryCommandOutput } from "./commands/DeregisterWorkspaceDirectoryCommand";
29
- import { DescribeAccountCommandInput, DescribeAccountCommandOutput } from "./commands/DescribeAccountCommand";
30
- import { DescribeAccountModificationsCommandInput, DescribeAccountModificationsCommandOutput } from "./commands/DescribeAccountModificationsCommand";
31
- import { DescribeClientBrandingCommandInput, DescribeClientBrandingCommandOutput } from "./commands/DescribeClientBrandingCommand";
32
- import { DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOutput } from "./commands/DescribeClientPropertiesCommand";
33
- import { DescribeConnectClientAddInsCommandInput, DescribeConnectClientAddInsCommandOutput } from "./commands/DescribeConnectClientAddInsCommand";
34
- import { DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput } from "./commands/DescribeConnectionAliasesCommand";
35
- import { DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput } from "./commands/DescribeConnectionAliasPermissionsCommand";
36
- import { DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput } from "./commands/DescribeIpGroupsCommand";
37
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
38
- import { DescribeWorkspaceBundlesCommandInput, DescribeWorkspaceBundlesCommandOutput } from "./commands/DescribeWorkspaceBundlesCommand";
39
- import { DescribeWorkspaceDirectoriesCommandInput, DescribeWorkspaceDirectoriesCommandOutput } from "./commands/DescribeWorkspaceDirectoriesCommand";
40
- import { DescribeWorkspaceImagePermissionsCommandInput, DescribeWorkspaceImagePermissionsCommandOutput } from "./commands/DescribeWorkspaceImagePermissionsCommand";
41
- import { DescribeWorkspaceImagesCommandInput, DescribeWorkspaceImagesCommandOutput } from "./commands/DescribeWorkspaceImagesCommand";
42
- import { DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput } from "./commands/DescribeWorkspacesCommand";
43
- import { DescribeWorkspacesConnectionStatusCommandInput, DescribeWorkspacesConnectionStatusCommandOutput } from "./commands/DescribeWorkspacesConnectionStatusCommand";
44
- import { DescribeWorkspaceSnapshotsCommandInput, DescribeWorkspaceSnapshotsCommandOutput } from "./commands/DescribeWorkspaceSnapshotsCommand";
45
- import { DisassociateConnectionAliasCommandInput, DisassociateConnectionAliasCommandOutput } from "./commands/DisassociateConnectionAliasCommand";
46
- import { DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput } from "./commands/DisassociateIpGroupsCommand";
47
- import { ImportClientBrandingCommandInput, ImportClientBrandingCommandOutput } from "./commands/ImportClientBrandingCommand";
48
- import { ImportWorkspaceImageCommandInput, ImportWorkspaceImageCommandOutput } from "./commands/ImportWorkspaceImageCommand";
49
- import { ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementCidrRangesCommandOutput } from "./commands/ListAvailableManagementCidrRangesCommand";
50
- import { MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput } from "./commands/MigrateWorkspaceCommand";
51
- import { ModifyAccountCommandInput, ModifyAccountCommandOutput } from "./commands/ModifyAccountCommand";
52
- import { ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput } from "./commands/ModifyClientPropertiesCommand";
53
- import { ModifySamlPropertiesCommandInput, ModifySamlPropertiesCommandOutput } from "./commands/ModifySamlPropertiesCommand";
54
- import { ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput } from "./commands/ModifySelfservicePermissionsCommand";
55
- import { ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput } from "./commands/ModifyWorkspaceAccessPropertiesCommand";
56
- import { ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput } from "./commands/ModifyWorkspaceCreationPropertiesCommand";
57
- import { ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput } from "./commands/ModifyWorkspacePropertiesCommand";
58
- import { ModifyWorkspaceStateCommandInput, ModifyWorkspaceStateCommandOutput } from "./commands/ModifyWorkspaceStateCommand";
59
- import { RebootWorkspacesCommandInput, RebootWorkspacesCommandOutput } from "./commands/RebootWorkspacesCommand";
60
- import { RebuildWorkspacesCommandInput, RebuildWorkspacesCommandOutput } from "./commands/RebuildWorkspacesCommand";
61
- import { RegisterWorkspaceDirectoryCommandInput, RegisterWorkspaceDirectoryCommandOutput } from "./commands/RegisterWorkspaceDirectoryCommand";
62
- import { RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput } from "./commands/RestoreWorkspaceCommand";
63
- import { RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput } from "./commands/RevokeIpRulesCommand";
64
- import { StartWorkspacesCommandInput, StartWorkspacesCommandOutput } from "./commands/StartWorkspacesCommand";
65
- import { StopWorkspacesCommandInput, StopWorkspacesCommandOutput } from "./commands/StopWorkspacesCommand";
66
- import { TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput } from "./commands/TerminateWorkspacesCommand";
67
- import { UpdateConnectClientAddInCommandInput, UpdateConnectClientAddInCommandOutput } from "./commands/UpdateConnectClientAddInCommand";
68
- import { UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermissionCommandOutput } from "./commands/UpdateConnectionAliasPermissionCommand";
69
- import { UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput } from "./commands/UpdateRulesOfIpGroupCommand";
70
- import { UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput } from "./commands/UpdateWorkspaceBundleCommand";
71
- import { UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput } from "./commands/UpdateWorkspaceImagePermissionCommand";
72
- export declare type ServiceInputTypes = AssociateConnectionAliasCommandInput | AssociateIpGroupsCommandInput | AuthorizeIpRulesCommandInput | CopyWorkspaceImageCommandInput | CreateConnectClientAddInCommandInput | CreateConnectionAliasCommandInput | CreateIpGroupCommandInput | CreateTagsCommandInput | CreateUpdatedWorkspaceImageCommandInput | CreateWorkspaceBundleCommandInput | CreateWorkspaceImageCommandInput | CreateWorkspacesCommandInput | DeleteClientBrandingCommandInput | DeleteConnectClientAddInCommandInput | DeleteConnectionAliasCommandInput | DeleteIpGroupCommandInput | DeleteTagsCommandInput | DeleteWorkspaceBundleCommandInput | DeleteWorkspaceImageCommandInput | DeregisterWorkspaceDirectoryCommandInput | DescribeAccountCommandInput | DescribeAccountModificationsCommandInput | DescribeClientBrandingCommandInput | DescribeClientPropertiesCommandInput | DescribeConnectClientAddInsCommandInput | DescribeConnectionAliasPermissionsCommandInput | DescribeConnectionAliasesCommandInput | DescribeIpGroupsCommandInput | DescribeTagsCommandInput | DescribeWorkspaceBundlesCommandInput | DescribeWorkspaceDirectoriesCommandInput | DescribeWorkspaceImagePermissionsCommandInput | DescribeWorkspaceImagesCommandInput | DescribeWorkspaceSnapshotsCommandInput | DescribeWorkspacesCommandInput | DescribeWorkspacesConnectionStatusCommandInput | DisassociateConnectionAliasCommandInput | DisassociateIpGroupsCommandInput | ImportClientBrandingCommandInput | ImportWorkspaceImageCommandInput | ListAvailableManagementCidrRangesCommandInput | MigrateWorkspaceCommandInput | ModifyAccountCommandInput | ModifyClientPropertiesCommandInput | ModifySamlPropertiesCommandInput | ModifySelfservicePermissionsCommandInput | ModifyWorkspaceAccessPropertiesCommandInput | ModifyWorkspaceCreationPropertiesCommandInput | ModifyWorkspacePropertiesCommandInput | ModifyWorkspaceStateCommandInput | RebootWorkspacesCommandInput | RebuildWorkspacesCommandInput | RegisterWorkspaceDirectoryCommandInput | RestoreWorkspaceCommandInput | RevokeIpRulesCommandInput | StartWorkspacesCommandInput | StopWorkspacesCommandInput | TerminateWorkspacesCommandInput | UpdateConnectClientAddInCommandInput | UpdateConnectionAliasPermissionCommandInput | UpdateRulesOfIpGroupCommandInput | UpdateWorkspaceBundleCommandInput | UpdateWorkspaceImagePermissionCommandInput;
73
- export declare type ServiceOutputTypes = AssociateConnectionAliasCommandOutput | AssociateIpGroupsCommandOutput | AuthorizeIpRulesCommandOutput | CopyWorkspaceImageCommandOutput | CreateConnectClientAddInCommandOutput | CreateConnectionAliasCommandOutput | CreateIpGroupCommandOutput | CreateTagsCommandOutput | CreateUpdatedWorkspaceImageCommandOutput | CreateWorkspaceBundleCommandOutput | CreateWorkspaceImageCommandOutput | CreateWorkspacesCommandOutput | DeleteClientBrandingCommandOutput | DeleteConnectClientAddInCommandOutput | DeleteConnectionAliasCommandOutput | DeleteIpGroupCommandOutput | DeleteTagsCommandOutput | DeleteWorkspaceBundleCommandOutput | DeleteWorkspaceImageCommandOutput | DeregisterWorkspaceDirectoryCommandOutput | DescribeAccountCommandOutput | DescribeAccountModificationsCommandOutput | DescribeClientBrandingCommandOutput | DescribeClientPropertiesCommandOutput | DescribeConnectClientAddInsCommandOutput | DescribeConnectionAliasPermissionsCommandOutput | DescribeConnectionAliasesCommandOutput | DescribeIpGroupsCommandOutput | DescribeTagsCommandOutput | DescribeWorkspaceBundlesCommandOutput | DescribeWorkspaceDirectoriesCommandOutput | DescribeWorkspaceImagePermissionsCommandOutput | DescribeWorkspaceImagesCommandOutput | DescribeWorkspaceSnapshotsCommandOutput | DescribeWorkspacesCommandOutput | DescribeWorkspacesConnectionStatusCommandOutput | DisassociateConnectionAliasCommandOutput | DisassociateIpGroupsCommandOutput | ImportClientBrandingCommandOutput | ImportWorkspaceImageCommandOutput | ListAvailableManagementCidrRangesCommandOutput | MigrateWorkspaceCommandOutput | ModifyAccountCommandOutput | ModifyClientPropertiesCommandOutput | ModifySamlPropertiesCommandOutput | ModifySelfservicePermissionsCommandOutput | ModifyWorkspaceAccessPropertiesCommandOutput | ModifyWorkspaceCreationPropertiesCommandOutput | ModifyWorkspacePropertiesCommandOutput | ModifyWorkspaceStateCommandOutput | RebootWorkspacesCommandOutput | RebuildWorkspacesCommandOutput | RegisterWorkspaceDirectoryCommandOutput | RestoreWorkspaceCommandOutput | RevokeIpRulesCommandOutput | StartWorkspacesCommandOutput | StopWorkspacesCommandOutput | TerminateWorkspacesCommandOutput | UpdateConnectClientAddInCommandOutput | UpdateConnectionAliasPermissionCommandOutput | UpdateRulesOfIpGroupCommandOutput | UpdateWorkspaceBundleCommandOutput | UpdateWorkspaceImagePermissionCommandOutput;
74
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
75
-
76
- requestHandler?: __HttpHandler;
77
-
78
- sha256?: __HashConstructor;
79
-
80
- urlParser?: __UrlParser;
81
-
82
- bodyLengthChecker?: __BodyLengthCalculator;
83
-
84
- streamCollector?: __StreamCollector;
85
-
86
- base64Decoder?: __Decoder;
87
-
88
- base64Encoder?: __Encoder;
89
-
90
- utf8Decoder?: __Decoder;
91
-
92
- utf8Encoder?: __Encoder;
93
-
94
- runtime?: string;
95
-
96
- disableHostPrefix?: boolean;
97
-
98
- maxAttempts?: number | __Provider<number>;
99
-
100
- retryMode?: string | __Provider<string>;
101
-
102
- logger?: __Logger;
103
-
104
- useDualstackEndpoint?: boolean | __Provider<boolean>;
105
-
106
- useFipsEndpoint?: boolean | __Provider<boolean>;
107
-
108
- serviceId?: string;
109
-
110
- region?: string | __Provider<string>;
111
-
112
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
113
-
114
- regionInfoProvider?: RegionInfoProvider;
115
-
116
- defaultUserAgentProvider?: Provider<__UserAgent>;
117
-
118
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
119
- }
120
- declare type WorkSpacesClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
121
-
122
- export interface WorkSpacesClientConfig extends WorkSpacesClientConfigType {
123
- }
124
- declare type WorkSpacesClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
125
-
126
- export interface WorkSpacesClientResolvedConfig extends WorkSpacesClientResolvedConfigType {
127
- }
128
-
129
- export declare class WorkSpacesClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig> {
130
-
131
- readonly config: WorkSpacesClientResolvedConfig;
132
- constructor(configuration: WorkSpacesClientConfig);
133
-
134
- destroy(): void;
135
- }
136
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AssociateConnectionAliasCommandInput,
47
+ AssociateConnectionAliasCommandOutput,
48
+ } from "./commands/AssociateConnectionAliasCommand";
49
+ import {
50
+ AssociateIpGroupsCommandInput,
51
+ AssociateIpGroupsCommandOutput,
52
+ } from "./commands/AssociateIpGroupsCommand";
53
+ import {
54
+ AuthorizeIpRulesCommandInput,
55
+ AuthorizeIpRulesCommandOutput,
56
+ } from "./commands/AuthorizeIpRulesCommand";
57
+ import {
58
+ CopyWorkspaceImageCommandInput,
59
+ CopyWorkspaceImageCommandOutput,
60
+ } from "./commands/CopyWorkspaceImageCommand";
61
+ import {
62
+ CreateConnectClientAddInCommandInput,
63
+ CreateConnectClientAddInCommandOutput,
64
+ } from "./commands/CreateConnectClientAddInCommand";
65
+ import {
66
+ CreateConnectionAliasCommandInput,
67
+ CreateConnectionAliasCommandOutput,
68
+ } from "./commands/CreateConnectionAliasCommand";
69
+ import {
70
+ CreateIpGroupCommandInput,
71
+ CreateIpGroupCommandOutput,
72
+ } from "./commands/CreateIpGroupCommand";
73
+ import {
74
+ CreateTagsCommandInput,
75
+ CreateTagsCommandOutput,
76
+ } from "./commands/CreateTagsCommand";
77
+ import {
78
+ CreateUpdatedWorkspaceImageCommandInput,
79
+ CreateUpdatedWorkspaceImageCommandOutput,
80
+ } from "./commands/CreateUpdatedWorkspaceImageCommand";
81
+ import {
82
+ CreateWorkspaceBundleCommandInput,
83
+ CreateWorkspaceBundleCommandOutput,
84
+ } from "./commands/CreateWorkspaceBundleCommand";
85
+ import {
86
+ CreateWorkspaceImageCommandInput,
87
+ CreateWorkspaceImageCommandOutput,
88
+ } from "./commands/CreateWorkspaceImageCommand";
89
+ import {
90
+ CreateWorkspacesCommandInput,
91
+ CreateWorkspacesCommandOutput,
92
+ } from "./commands/CreateWorkspacesCommand";
93
+ import {
94
+ DeleteClientBrandingCommandInput,
95
+ DeleteClientBrandingCommandOutput,
96
+ } from "./commands/DeleteClientBrandingCommand";
97
+ import {
98
+ DeleteConnectClientAddInCommandInput,
99
+ DeleteConnectClientAddInCommandOutput,
100
+ } from "./commands/DeleteConnectClientAddInCommand";
101
+ import {
102
+ DeleteConnectionAliasCommandInput,
103
+ DeleteConnectionAliasCommandOutput,
104
+ } from "./commands/DeleteConnectionAliasCommand";
105
+ import {
106
+ DeleteIpGroupCommandInput,
107
+ DeleteIpGroupCommandOutput,
108
+ } from "./commands/DeleteIpGroupCommand";
109
+ import {
110
+ DeleteTagsCommandInput,
111
+ DeleteTagsCommandOutput,
112
+ } from "./commands/DeleteTagsCommand";
113
+ import {
114
+ DeleteWorkspaceBundleCommandInput,
115
+ DeleteWorkspaceBundleCommandOutput,
116
+ } from "./commands/DeleteWorkspaceBundleCommand";
117
+ import {
118
+ DeleteWorkspaceImageCommandInput,
119
+ DeleteWorkspaceImageCommandOutput,
120
+ } from "./commands/DeleteWorkspaceImageCommand";
121
+ import {
122
+ DeregisterWorkspaceDirectoryCommandInput,
123
+ DeregisterWorkspaceDirectoryCommandOutput,
124
+ } from "./commands/DeregisterWorkspaceDirectoryCommand";
125
+ import {
126
+ DescribeAccountCommandInput,
127
+ DescribeAccountCommandOutput,
128
+ } from "./commands/DescribeAccountCommand";
129
+ import {
130
+ DescribeAccountModificationsCommandInput,
131
+ DescribeAccountModificationsCommandOutput,
132
+ } from "./commands/DescribeAccountModificationsCommand";
133
+ import {
134
+ DescribeClientBrandingCommandInput,
135
+ DescribeClientBrandingCommandOutput,
136
+ } from "./commands/DescribeClientBrandingCommand";
137
+ import {
138
+ DescribeClientPropertiesCommandInput,
139
+ DescribeClientPropertiesCommandOutput,
140
+ } from "./commands/DescribeClientPropertiesCommand";
141
+ import {
142
+ DescribeConnectClientAddInsCommandInput,
143
+ DescribeConnectClientAddInsCommandOutput,
144
+ } from "./commands/DescribeConnectClientAddInsCommand";
145
+ import {
146
+ DescribeConnectionAliasesCommandInput,
147
+ DescribeConnectionAliasesCommandOutput,
148
+ } from "./commands/DescribeConnectionAliasesCommand";
149
+ import {
150
+ DescribeConnectionAliasPermissionsCommandInput,
151
+ DescribeConnectionAliasPermissionsCommandOutput,
152
+ } from "./commands/DescribeConnectionAliasPermissionsCommand";
153
+ import {
154
+ DescribeIpGroupsCommandInput,
155
+ DescribeIpGroupsCommandOutput,
156
+ } from "./commands/DescribeIpGroupsCommand";
157
+ import {
158
+ DescribeTagsCommandInput,
159
+ DescribeTagsCommandOutput,
160
+ } from "./commands/DescribeTagsCommand";
161
+ import {
162
+ DescribeWorkspaceBundlesCommandInput,
163
+ DescribeWorkspaceBundlesCommandOutput,
164
+ } from "./commands/DescribeWorkspaceBundlesCommand";
165
+ import {
166
+ DescribeWorkspaceDirectoriesCommandInput,
167
+ DescribeWorkspaceDirectoriesCommandOutput,
168
+ } from "./commands/DescribeWorkspaceDirectoriesCommand";
169
+ import {
170
+ DescribeWorkspaceImagePermissionsCommandInput,
171
+ DescribeWorkspaceImagePermissionsCommandOutput,
172
+ } from "./commands/DescribeWorkspaceImagePermissionsCommand";
173
+ import {
174
+ DescribeWorkspaceImagesCommandInput,
175
+ DescribeWorkspaceImagesCommandOutput,
176
+ } from "./commands/DescribeWorkspaceImagesCommand";
177
+ import {
178
+ DescribeWorkspacesCommandInput,
179
+ DescribeWorkspacesCommandOutput,
180
+ } from "./commands/DescribeWorkspacesCommand";
181
+ import {
182
+ DescribeWorkspacesConnectionStatusCommandInput,
183
+ DescribeWorkspacesConnectionStatusCommandOutput,
184
+ } from "./commands/DescribeWorkspacesConnectionStatusCommand";
185
+ import {
186
+ DescribeWorkspaceSnapshotsCommandInput,
187
+ DescribeWorkspaceSnapshotsCommandOutput,
188
+ } from "./commands/DescribeWorkspaceSnapshotsCommand";
189
+ import {
190
+ DisassociateConnectionAliasCommandInput,
191
+ DisassociateConnectionAliasCommandOutput,
192
+ } from "./commands/DisassociateConnectionAliasCommand";
193
+ import {
194
+ DisassociateIpGroupsCommandInput,
195
+ DisassociateIpGroupsCommandOutput,
196
+ } from "./commands/DisassociateIpGroupsCommand";
197
+ import {
198
+ ImportClientBrandingCommandInput,
199
+ ImportClientBrandingCommandOutput,
200
+ } from "./commands/ImportClientBrandingCommand";
201
+ import {
202
+ ImportWorkspaceImageCommandInput,
203
+ ImportWorkspaceImageCommandOutput,
204
+ } from "./commands/ImportWorkspaceImageCommand";
205
+ import {
206
+ ListAvailableManagementCidrRangesCommandInput,
207
+ ListAvailableManagementCidrRangesCommandOutput,
208
+ } from "./commands/ListAvailableManagementCidrRangesCommand";
209
+ import {
210
+ MigrateWorkspaceCommandInput,
211
+ MigrateWorkspaceCommandOutput,
212
+ } from "./commands/MigrateWorkspaceCommand";
213
+ import {
214
+ ModifyAccountCommandInput,
215
+ ModifyAccountCommandOutput,
216
+ } from "./commands/ModifyAccountCommand";
217
+ import {
218
+ ModifyClientPropertiesCommandInput,
219
+ ModifyClientPropertiesCommandOutput,
220
+ } from "./commands/ModifyClientPropertiesCommand";
221
+ import {
222
+ ModifySamlPropertiesCommandInput,
223
+ ModifySamlPropertiesCommandOutput,
224
+ } from "./commands/ModifySamlPropertiesCommand";
225
+ import {
226
+ ModifySelfservicePermissionsCommandInput,
227
+ ModifySelfservicePermissionsCommandOutput,
228
+ } from "./commands/ModifySelfservicePermissionsCommand";
229
+ import {
230
+ ModifyWorkspaceAccessPropertiesCommandInput,
231
+ ModifyWorkspaceAccessPropertiesCommandOutput,
232
+ } from "./commands/ModifyWorkspaceAccessPropertiesCommand";
233
+ import {
234
+ ModifyWorkspaceCreationPropertiesCommandInput,
235
+ ModifyWorkspaceCreationPropertiesCommandOutput,
236
+ } from "./commands/ModifyWorkspaceCreationPropertiesCommand";
237
+ import {
238
+ ModifyWorkspacePropertiesCommandInput,
239
+ ModifyWorkspacePropertiesCommandOutput,
240
+ } from "./commands/ModifyWorkspacePropertiesCommand";
241
+ import {
242
+ ModifyWorkspaceStateCommandInput,
243
+ ModifyWorkspaceStateCommandOutput,
244
+ } from "./commands/ModifyWorkspaceStateCommand";
245
+ import {
246
+ RebootWorkspacesCommandInput,
247
+ RebootWorkspacesCommandOutput,
248
+ } from "./commands/RebootWorkspacesCommand";
249
+ import {
250
+ RebuildWorkspacesCommandInput,
251
+ RebuildWorkspacesCommandOutput,
252
+ } from "./commands/RebuildWorkspacesCommand";
253
+ import {
254
+ RegisterWorkspaceDirectoryCommandInput,
255
+ RegisterWorkspaceDirectoryCommandOutput,
256
+ } from "./commands/RegisterWorkspaceDirectoryCommand";
257
+ import {
258
+ RestoreWorkspaceCommandInput,
259
+ RestoreWorkspaceCommandOutput,
260
+ } from "./commands/RestoreWorkspaceCommand";
261
+ import {
262
+ RevokeIpRulesCommandInput,
263
+ RevokeIpRulesCommandOutput,
264
+ } from "./commands/RevokeIpRulesCommand";
265
+ import {
266
+ StartWorkspacesCommandInput,
267
+ StartWorkspacesCommandOutput,
268
+ } from "./commands/StartWorkspacesCommand";
269
+ import {
270
+ StopWorkspacesCommandInput,
271
+ StopWorkspacesCommandOutput,
272
+ } from "./commands/StopWorkspacesCommand";
273
+ import {
274
+ TerminateWorkspacesCommandInput,
275
+ TerminateWorkspacesCommandOutput,
276
+ } from "./commands/TerminateWorkspacesCommand";
277
+ import {
278
+ UpdateConnectClientAddInCommandInput,
279
+ UpdateConnectClientAddInCommandOutput,
280
+ } from "./commands/UpdateConnectClientAddInCommand";
281
+ import {
282
+ UpdateConnectionAliasPermissionCommandInput,
283
+ UpdateConnectionAliasPermissionCommandOutput,
284
+ } from "./commands/UpdateConnectionAliasPermissionCommand";
285
+ import {
286
+ UpdateRulesOfIpGroupCommandInput,
287
+ UpdateRulesOfIpGroupCommandOutput,
288
+ } from "./commands/UpdateRulesOfIpGroupCommand";
289
+ import {
290
+ UpdateWorkspaceBundleCommandInput,
291
+ UpdateWorkspaceBundleCommandOutput,
292
+ } from "./commands/UpdateWorkspaceBundleCommand";
293
+ import {
294
+ UpdateWorkspaceImagePermissionCommandInput,
295
+ UpdateWorkspaceImagePermissionCommandOutput,
296
+ } from "./commands/UpdateWorkspaceImagePermissionCommand";
297
+ export declare type ServiceInputTypes =
298
+ | AssociateConnectionAliasCommandInput
299
+ | AssociateIpGroupsCommandInput
300
+ | AuthorizeIpRulesCommandInput
301
+ | CopyWorkspaceImageCommandInput
302
+ | CreateConnectClientAddInCommandInput
303
+ | CreateConnectionAliasCommandInput
304
+ | CreateIpGroupCommandInput
305
+ | CreateTagsCommandInput
306
+ | CreateUpdatedWorkspaceImageCommandInput
307
+ | CreateWorkspaceBundleCommandInput
308
+ | CreateWorkspaceImageCommandInput
309
+ | CreateWorkspacesCommandInput
310
+ | DeleteClientBrandingCommandInput
311
+ | DeleteConnectClientAddInCommandInput
312
+ | DeleteConnectionAliasCommandInput
313
+ | DeleteIpGroupCommandInput
314
+ | DeleteTagsCommandInput
315
+ | DeleteWorkspaceBundleCommandInput
316
+ | DeleteWorkspaceImageCommandInput
317
+ | DeregisterWorkspaceDirectoryCommandInput
318
+ | DescribeAccountCommandInput
319
+ | DescribeAccountModificationsCommandInput
320
+ | DescribeClientBrandingCommandInput
321
+ | DescribeClientPropertiesCommandInput
322
+ | DescribeConnectClientAddInsCommandInput
323
+ | DescribeConnectionAliasPermissionsCommandInput
324
+ | DescribeConnectionAliasesCommandInput
325
+ | DescribeIpGroupsCommandInput
326
+ | DescribeTagsCommandInput
327
+ | DescribeWorkspaceBundlesCommandInput
328
+ | DescribeWorkspaceDirectoriesCommandInput
329
+ | DescribeWorkspaceImagePermissionsCommandInput
330
+ | DescribeWorkspaceImagesCommandInput
331
+ | DescribeWorkspaceSnapshotsCommandInput
332
+ | DescribeWorkspacesCommandInput
333
+ | DescribeWorkspacesConnectionStatusCommandInput
334
+ | DisassociateConnectionAliasCommandInput
335
+ | DisassociateIpGroupsCommandInput
336
+ | ImportClientBrandingCommandInput
337
+ | ImportWorkspaceImageCommandInput
338
+ | ListAvailableManagementCidrRangesCommandInput
339
+ | MigrateWorkspaceCommandInput
340
+ | ModifyAccountCommandInput
341
+ | ModifyClientPropertiesCommandInput
342
+ | ModifySamlPropertiesCommandInput
343
+ | ModifySelfservicePermissionsCommandInput
344
+ | ModifyWorkspaceAccessPropertiesCommandInput
345
+ | ModifyWorkspaceCreationPropertiesCommandInput
346
+ | ModifyWorkspacePropertiesCommandInput
347
+ | ModifyWorkspaceStateCommandInput
348
+ | RebootWorkspacesCommandInput
349
+ | RebuildWorkspacesCommandInput
350
+ | RegisterWorkspaceDirectoryCommandInput
351
+ | RestoreWorkspaceCommandInput
352
+ | RevokeIpRulesCommandInput
353
+ | StartWorkspacesCommandInput
354
+ | StopWorkspacesCommandInput
355
+ | TerminateWorkspacesCommandInput
356
+ | UpdateConnectClientAddInCommandInput
357
+ | UpdateConnectionAliasPermissionCommandInput
358
+ | UpdateRulesOfIpGroupCommandInput
359
+ | UpdateWorkspaceBundleCommandInput
360
+ | UpdateWorkspaceImagePermissionCommandInput;
361
+ export declare type ServiceOutputTypes =
362
+ | AssociateConnectionAliasCommandOutput
363
+ | AssociateIpGroupsCommandOutput
364
+ | AuthorizeIpRulesCommandOutput
365
+ | CopyWorkspaceImageCommandOutput
366
+ | CreateConnectClientAddInCommandOutput
367
+ | CreateConnectionAliasCommandOutput
368
+ | CreateIpGroupCommandOutput
369
+ | CreateTagsCommandOutput
370
+ | CreateUpdatedWorkspaceImageCommandOutput
371
+ | CreateWorkspaceBundleCommandOutput
372
+ | CreateWorkspaceImageCommandOutput
373
+ | CreateWorkspacesCommandOutput
374
+ | DeleteClientBrandingCommandOutput
375
+ | DeleteConnectClientAddInCommandOutput
376
+ | DeleteConnectionAliasCommandOutput
377
+ | DeleteIpGroupCommandOutput
378
+ | DeleteTagsCommandOutput
379
+ | DeleteWorkspaceBundleCommandOutput
380
+ | DeleteWorkspaceImageCommandOutput
381
+ | DeregisterWorkspaceDirectoryCommandOutput
382
+ | DescribeAccountCommandOutput
383
+ | DescribeAccountModificationsCommandOutput
384
+ | DescribeClientBrandingCommandOutput
385
+ | DescribeClientPropertiesCommandOutput
386
+ | DescribeConnectClientAddInsCommandOutput
387
+ | DescribeConnectionAliasPermissionsCommandOutput
388
+ | DescribeConnectionAliasesCommandOutput
389
+ | DescribeIpGroupsCommandOutput
390
+ | DescribeTagsCommandOutput
391
+ | DescribeWorkspaceBundlesCommandOutput
392
+ | DescribeWorkspaceDirectoriesCommandOutput
393
+ | DescribeWorkspaceImagePermissionsCommandOutput
394
+ | DescribeWorkspaceImagesCommandOutput
395
+ | DescribeWorkspaceSnapshotsCommandOutput
396
+ | DescribeWorkspacesCommandOutput
397
+ | DescribeWorkspacesConnectionStatusCommandOutput
398
+ | DisassociateConnectionAliasCommandOutput
399
+ | DisassociateIpGroupsCommandOutput
400
+ | ImportClientBrandingCommandOutput
401
+ | ImportWorkspaceImageCommandOutput
402
+ | ListAvailableManagementCidrRangesCommandOutput
403
+ | MigrateWorkspaceCommandOutput
404
+ | ModifyAccountCommandOutput
405
+ | ModifyClientPropertiesCommandOutput
406
+ | ModifySamlPropertiesCommandOutput
407
+ | ModifySelfservicePermissionsCommandOutput
408
+ | ModifyWorkspaceAccessPropertiesCommandOutput
409
+ | ModifyWorkspaceCreationPropertiesCommandOutput
410
+ | ModifyWorkspacePropertiesCommandOutput
411
+ | ModifyWorkspaceStateCommandOutput
412
+ | RebootWorkspacesCommandOutput
413
+ | RebuildWorkspacesCommandOutput
414
+ | RegisterWorkspaceDirectoryCommandOutput
415
+ | RestoreWorkspaceCommandOutput
416
+ | RevokeIpRulesCommandOutput
417
+ | StartWorkspacesCommandOutput
418
+ | StopWorkspacesCommandOutput
419
+ | TerminateWorkspacesCommandOutput
420
+ | UpdateConnectClientAddInCommandOutput
421
+ | UpdateConnectionAliasPermissionCommandOutput
422
+ | UpdateRulesOfIpGroupCommandOutput
423
+ | UpdateWorkspaceBundleCommandOutput
424
+ | UpdateWorkspaceImagePermissionCommandOutput;
425
+ export interface ClientDefaults
426
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
427
+ requestHandler?: __HttpHandler;
428
+ sha256?: __HashConstructor;
429
+ urlParser?: __UrlParser;
430
+ bodyLengthChecker?: __BodyLengthCalculator;
431
+ streamCollector?: __StreamCollector;
432
+ base64Decoder?: __Decoder;
433
+ base64Encoder?: __Encoder;
434
+ utf8Decoder?: __Decoder;
435
+ utf8Encoder?: __Encoder;
436
+ runtime?: string;
437
+ disableHostPrefix?: boolean;
438
+ maxAttempts?: number | __Provider<number>;
439
+ retryMode?: string | __Provider<string>;
440
+ logger?: __Logger;
441
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
442
+ useFipsEndpoint?: boolean | __Provider<boolean>;
443
+ serviceId?: string;
444
+ region?: string | __Provider<string>;
445
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
446
+ regionInfoProvider?: RegionInfoProvider;
447
+ defaultUserAgentProvider?: Provider<__UserAgent>;
448
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
449
+ }
450
+ declare type WorkSpacesClientConfigType = Partial<
451
+ __SmithyConfiguration<__HttpHandlerOptions>
452
+ > &
453
+ ClientDefaults &
454
+ RegionInputConfig &
455
+ EndpointsInputConfig &
456
+ RetryInputConfig &
457
+ HostHeaderInputConfig &
458
+ AwsAuthInputConfig &
459
+ UserAgentInputConfig;
460
+ export interface WorkSpacesClientConfig extends WorkSpacesClientConfigType {}
461
+ declare type WorkSpacesClientResolvedConfigType =
462
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
463
+ Required<ClientDefaults> &
464
+ RegionResolvedConfig &
465
+ EndpointsResolvedConfig &
466
+ RetryResolvedConfig &
467
+ HostHeaderResolvedConfig &
468
+ AwsAuthResolvedConfig &
469
+ UserAgentResolvedConfig;
470
+ export interface WorkSpacesClientResolvedConfig
471
+ extends WorkSpacesClientResolvedConfigType {}
472
+ export declare class WorkSpacesClient extends __Client<
473
+ __HttpHandlerOptions,
474
+ ServiceInputTypes,
475
+ ServiceOutputTypes,
476
+ WorkSpacesClientResolvedConfig
477
+ > {
478
+ readonly config: WorkSpacesClientResolvedConfig;
479
+ constructor(configuration: WorkSpacesClientConfig);
480
+ destroy(): void;
481
+ }
482
+ export {};