@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/WorkSpaces.d.ts +1105 -320
- package/dist-types/ts3.4/WorkSpacesClient.d.ts +482 -136
- package/dist-types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateConnectClientAddInCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateIpGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateUpdatedWorkspaceImageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateWorkspaceImageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateWorkspacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteClientBrandingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteConnectClientAddInCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteIpGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClientBrandingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeConnectClientAddInsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ImportClientBrandingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyAccountCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifySamlPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +63 -63
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/WorkSpacesServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1444 -1753
- package/dist-types/ts3.4/pagination/DescribeWorkspaceBundlesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeWorkspacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,136 +1,482 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
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 {};
|