@aws-sdk/client-workspaces 3.168.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/WorkSpaces.d.ts +1168 -320
- package/dist-types/ts3.4/WorkSpacesClient.d.ts +507 -136
- package/dist-types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateConnectClientAddInCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateIpGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateUpdatedWorkspaceImageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWorkspaceImageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWorkspacesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteClientBrandingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteConnectClientAddInCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteIpGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeClientBrandingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConnectClientAddInsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ImportClientBrandingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ModifyAccountCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifySamlPropertiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +41 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1943 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,191 +1,761 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
import {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
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
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AssociateConnectionAliasCommandInput,
|
|
8
|
+
AssociateConnectionAliasCommandOutput,
|
|
9
|
+
} from "../commands/AssociateConnectionAliasCommand";
|
|
10
|
+
import {
|
|
11
|
+
AssociateIpGroupsCommandInput,
|
|
12
|
+
AssociateIpGroupsCommandOutput,
|
|
13
|
+
} from "../commands/AssociateIpGroupsCommand";
|
|
14
|
+
import {
|
|
15
|
+
AuthorizeIpRulesCommandInput,
|
|
16
|
+
AuthorizeIpRulesCommandOutput,
|
|
17
|
+
} from "../commands/AuthorizeIpRulesCommand";
|
|
18
|
+
import {
|
|
19
|
+
CopyWorkspaceImageCommandInput,
|
|
20
|
+
CopyWorkspaceImageCommandOutput,
|
|
21
|
+
} from "../commands/CopyWorkspaceImageCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateConnectClientAddInCommandInput,
|
|
24
|
+
CreateConnectClientAddInCommandOutput,
|
|
25
|
+
} from "../commands/CreateConnectClientAddInCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateConnectionAliasCommandInput,
|
|
28
|
+
CreateConnectionAliasCommandOutput,
|
|
29
|
+
} from "../commands/CreateConnectionAliasCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateIpGroupCommandInput,
|
|
32
|
+
CreateIpGroupCommandOutput,
|
|
33
|
+
} from "../commands/CreateIpGroupCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateTagsCommandInput,
|
|
36
|
+
CreateTagsCommandOutput,
|
|
37
|
+
} from "../commands/CreateTagsCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateUpdatedWorkspaceImageCommandInput,
|
|
40
|
+
CreateUpdatedWorkspaceImageCommandOutput,
|
|
41
|
+
} from "../commands/CreateUpdatedWorkspaceImageCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateWorkspaceBundleCommandInput,
|
|
44
|
+
CreateWorkspaceBundleCommandOutput,
|
|
45
|
+
} from "../commands/CreateWorkspaceBundleCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateWorkspaceImageCommandInput,
|
|
48
|
+
CreateWorkspaceImageCommandOutput,
|
|
49
|
+
} from "../commands/CreateWorkspaceImageCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateWorkspacesCommandInput,
|
|
52
|
+
CreateWorkspacesCommandOutput,
|
|
53
|
+
} from "../commands/CreateWorkspacesCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteClientBrandingCommandInput,
|
|
56
|
+
DeleteClientBrandingCommandOutput,
|
|
57
|
+
} from "../commands/DeleteClientBrandingCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteConnectClientAddInCommandInput,
|
|
60
|
+
DeleteConnectClientAddInCommandOutput,
|
|
61
|
+
} from "../commands/DeleteConnectClientAddInCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteConnectionAliasCommandInput,
|
|
64
|
+
DeleteConnectionAliasCommandOutput,
|
|
65
|
+
} from "../commands/DeleteConnectionAliasCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteIpGroupCommandInput,
|
|
68
|
+
DeleteIpGroupCommandOutput,
|
|
69
|
+
} from "../commands/DeleteIpGroupCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteTagsCommandInput,
|
|
72
|
+
DeleteTagsCommandOutput,
|
|
73
|
+
} from "../commands/DeleteTagsCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteWorkspaceBundleCommandInput,
|
|
76
|
+
DeleteWorkspaceBundleCommandOutput,
|
|
77
|
+
} from "../commands/DeleteWorkspaceBundleCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteWorkspaceImageCommandInput,
|
|
80
|
+
DeleteWorkspaceImageCommandOutput,
|
|
81
|
+
} from "../commands/DeleteWorkspaceImageCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeregisterWorkspaceDirectoryCommandInput,
|
|
84
|
+
DeregisterWorkspaceDirectoryCommandOutput,
|
|
85
|
+
} from "../commands/DeregisterWorkspaceDirectoryCommand";
|
|
86
|
+
import {
|
|
87
|
+
DescribeAccountCommandInput,
|
|
88
|
+
DescribeAccountCommandOutput,
|
|
89
|
+
} from "../commands/DescribeAccountCommand";
|
|
90
|
+
import {
|
|
91
|
+
DescribeAccountModificationsCommandInput,
|
|
92
|
+
DescribeAccountModificationsCommandOutput,
|
|
93
|
+
} from "../commands/DescribeAccountModificationsCommand";
|
|
94
|
+
import {
|
|
95
|
+
DescribeClientBrandingCommandInput,
|
|
96
|
+
DescribeClientBrandingCommandOutput,
|
|
97
|
+
} from "../commands/DescribeClientBrandingCommand";
|
|
98
|
+
import {
|
|
99
|
+
DescribeClientPropertiesCommandInput,
|
|
100
|
+
DescribeClientPropertiesCommandOutput,
|
|
101
|
+
} from "../commands/DescribeClientPropertiesCommand";
|
|
102
|
+
import {
|
|
103
|
+
DescribeConnectClientAddInsCommandInput,
|
|
104
|
+
DescribeConnectClientAddInsCommandOutput,
|
|
105
|
+
} from "../commands/DescribeConnectClientAddInsCommand";
|
|
106
|
+
import {
|
|
107
|
+
DescribeConnectionAliasesCommandInput,
|
|
108
|
+
DescribeConnectionAliasesCommandOutput,
|
|
109
|
+
} from "../commands/DescribeConnectionAliasesCommand";
|
|
110
|
+
import {
|
|
111
|
+
DescribeConnectionAliasPermissionsCommandInput,
|
|
112
|
+
DescribeConnectionAliasPermissionsCommandOutput,
|
|
113
|
+
} from "../commands/DescribeConnectionAliasPermissionsCommand";
|
|
114
|
+
import {
|
|
115
|
+
DescribeIpGroupsCommandInput,
|
|
116
|
+
DescribeIpGroupsCommandOutput,
|
|
117
|
+
} from "../commands/DescribeIpGroupsCommand";
|
|
118
|
+
import {
|
|
119
|
+
DescribeTagsCommandInput,
|
|
120
|
+
DescribeTagsCommandOutput,
|
|
121
|
+
} from "../commands/DescribeTagsCommand";
|
|
122
|
+
import {
|
|
123
|
+
DescribeWorkspaceBundlesCommandInput,
|
|
124
|
+
DescribeWorkspaceBundlesCommandOutput,
|
|
125
|
+
} from "../commands/DescribeWorkspaceBundlesCommand";
|
|
126
|
+
import {
|
|
127
|
+
DescribeWorkspaceDirectoriesCommandInput,
|
|
128
|
+
DescribeWorkspaceDirectoriesCommandOutput,
|
|
129
|
+
} from "../commands/DescribeWorkspaceDirectoriesCommand";
|
|
130
|
+
import {
|
|
131
|
+
DescribeWorkspaceImagePermissionsCommandInput,
|
|
132
|
+
DescribeWorkspaceImagePermissionsCommandOutput,
|
|
133
|
+
} from "../commands/DescribeWorkspaceImagePermissionsCommand";
|
|
134
|
+
import {
|
|
135
|
+
DescribeWorkspaceImagesCommandInput,
|
|
136
|
+
DescribeWorkspaceImagesCommandOutput,
|
|
137
|
+
} from "../commands/DescribeWorkspaceImagesCommand";
|
|
138
|
+
import {
|
|
139
|
+
DescribeWorkspacesCommandInput,
|
|
140
|
+
DescribeWorkspacesCommandOutput,
|
|
141
|
+
} from "../commands/DescribeWorkspacesCommand";
|
|
142
|
+
import {
|
|
143
|
+
DescribeWorkspacesConnectionStatusCommandInput,
|
|
144
|
+
DescribeWorkspacesConnectionStatusCommandOutput,
|
|
145
|
+
} from "../commands/DescribeWorkspacesConnectionStatusCommand";
|
|
146
|
+
import {
|
|
147
|
+
DescribeWorkspaceSnapshotsCommandInput,
|
|
148
|
+
DescribeWorkspaceSnapshotsCommandOutput,
|
|
149
|
+
} from "../commands/DescribeWorkspaceSnapshotsCommand";
|
|
150
|
+
import {
|
|
151
|
+
DisassociateConnectionAliasCommandInput,
|
|
152
|
+
DisassociateConnectionAliasCommandOutput,
|
|
153
|
+
} from "../commands/DisassociateConnectionAliasCommand";
|
|
154
|
+
import {
|
|
155
|
+
DisassociateIpGroupsCommandInput,
|
|
156
|
+
DisassociateIpGroupsCommandOutput,
|
|
157
|
+
} from "../commands/DisassociateIpGroupsCommand";
|
|
158
|
+
import {
|
|
159
|
+
ImportClientBrandingCommandInput,
|
|
160
|
+
ImportClientBrandingCommandOutput,
|
|
161
|
+
} from "../commands/ImportClientBrandingCommand";
|
|
162
|
+
import {
|
|
163
|
+
ImportWorkspaceImageCommandInput,
|
|
164
|
+
ImportWorkspaceImageCommandOutput,
|
|
165
|
+
} from "../commands/ImportWorkspaceImageCommand";
|
|
166
|
+
import {
|
|
167
|
+
ListAvailableManagementCidrRangesCommandInput,
|
|
168
|
+
ListAvailableManagementCidrRangesCommandOutput,
|
|
169
|
+
} from "../commands/ListAvailableManagementCidrRangesCommand";
|
|
170
|
+
import {
|
|
171
|
+
MigrateWorkspaceCommandInput,
|
|
172
|
+
MigrateWorkspaceCommandOutput,
|
|
173
|
+
} from "../commands/MigrateWorkspaceCommand";
|
|
174
|
+
import {
|
|
175
|
+
ModifyAccountCommandInput,
|
|
176
|
+
ModifyAccountCommandOutput,
|
|
177
|
+
} from "../commands/ModifyAccountCommand";
|
|
178
|
+
import {
|
|
179
|
+
ModifyClientPropertiesCommandInput,
|
|
180
|
+
ModifyClientPropertiesCommandOutput,
|
|
181
|
+
} from "../commands/ModifyClientPropertiesCommand";
|
|
182
|
+
import {
|
|
183
|
+
ModifySamlPropertiesCommandInput,
|
|
184
|
+
ModifySamlPropertiesCommandOutput,
|
|
185
|
+
} from "../commands/ModifySamlPropertiesCommand";
|
|
186
|
+
import {
|
|
187
|
+
ModifySelfservicePermissionsCommandInput,
|
|
188
|
+
ModifySelfservicePermissionsCommandOutput,
|
|
189
|
+
} from "../commands/ModifySelfservicePermissionsCommand";
|
|
190
|
+
import {
|
|
191
|
+
ModifyWorkspaceAccessPropertiesCommandInput,
|
|
192
|
+
ModifyWorkspaceAccessPropertiesCommandOutput,
|
|
193
|
+
} from "../commands/ModifyWorkspaceAccessPropertiesCommand";
|
|
194
|
+
import {
|
|
195
|
+
ModifyWorkspaceCreationPropertiesCommandInput,
|
|
196
|
+
ModifyWorkspaceCreationPropertiesCommandOutput,
|
|
197
|
+
} from "../commands/ModifyWorkspaceCreationPropertiesCommand";
|
|
198
|
+
import {
|
|
199
|
+
ModifyWorkspacePropertiesCommandInput,
|
|
200
|
+
ModifyWorkspacePropertiesCommandOutput,
|
|
201
|
+
} from "../commands/ModifyWorkspacePropertiesCommand";
|
|
202
|
+
import {
|
|
203
|
+
ModifyWorkspaceStateCommandInput,
|
|
204
|
+
ModifyWorkspaceStateCommandOutput,
|
|
205
|
+
} from "../commands/ModifyWorkspaceStateCommand";
|
|
206
|
+
import {
|
|
207
|
+
RebootWorkspacesCommandInput,
|
|
208
|
+
RebootWorkspacesCommandOutput,
|
|
209
|
+
} from "../commands/RebootWorkspacesCommand";
|
|
210
|
+
import {
|
|
211
|
+
RebuildWorkspacesCommandInput,
|
|
212
|
+
RebuildWorkspacesCommandOutput,
|
|
213
|
+
} from "../commands/RebuildWorkspacesCommand";
|
|
214
|
+
import {
|
|
215
|
+
RegisterWorkspaceDirectoryCommandInput,
|
|
216
|
+
RegisterWorkspaceDirectoryCommandOutput,
|
|
217
|
+
} from "../commands/RegisterWorkspaceDirectoryCommand";
|
|
218
|
+
import {
|
|
219
|
+
RestoreWorkspaceCommandInput,
|
|
220
|
+
RestoreWorkspaceCommandOutput,
|
|
221
|
+
} from "../commands/RestoreWorkspaceCommand";
|
|
222
|
+
import {
|
|
223
|
+
RevokeIpRulesCommandInput,
|
|
224
|
+
RevokeIpRulesCommandOutput,
|
|
225
|
+
} from "../commands/RevokeIpRulesCommand";
|
|
226
|
+
import {
|
|
227
|
+
StartWorkspacesCommandInput,
|
|
228
|
+
StartWorkspacesCommandOutput,
|
|
229
|
+
} from "../commands/StartWorkspacesCommand";
|
|
230
|
+
import {
|
|
231
|
+
StopWorkspacesCommandInput,
|
|
232
|
+
StopWorkspacesCommandOutput,
|
|
233
|
+
} from "../commands/StopWorkspacesCommand";
|
|
234
|
+
import {
|
|
235
|
+
TerminateWorkspacesCommandInput,
|
|
236
|
+
TerminateWorkspacesCommandOutput,
|
|
237
|
+
} from "../commands/TerminateWorkspacesCommand";
|
|
238
|
+
import {
|
|
239
|
+
UpdateConnectClientAddInCommandInput,
|
|
240
|
+
UpdateConnectClientAddInCommandOutput,
|
|
241
|
+
} from "../commands/UpdateConnectClientAddInCommand";
|
|
242
|
+
import {
|
|
243
|
+
UpdateConnectionAliasPermissionCommandInput,
|
|
244
|
+
UpdateConnectionAliasPermissionCommandOutput,
|
|
245
|
+
} from "../commands/UpdateConnectionAliasPermissionCommand";
|
|
246
|
+
import {
|
|
247
|
+
UpdateRulesOfIpGroupCommandInput,
|
|
248
|
+
UpdateRulesOfIpGroupCommandOutput,
|
|
249
|
+
} from "../commands/UpdateRulesOfIpGroupCommand";
|
|
250
|
+
import {
|
|
251
|
+
UpdateWorkspaceBundleCommandInput,
|
|
252
|
+
UpdateWorkspaceBundleCommandOutput,
|
|
253
|
+
} from "../commands/UpdateWorkspaceBundleCommand";
|
|
254
|
+
import {
|
|
255
|
+
UpdateWorkspaceImagePermissionCommandInput,
|
|
256
|
+
UpdateWorkspaceImagePermissionCommandOutput,
|
|
257
|
+
} from "../commands/UpdateWorkspaceImagePermissionCommand";
|
|
258
|
+
export declare const serializeAws_json1_1AssociateConnectionAliasCommand: (
|
|
259
|
+
input: AssociateConnectionAliasCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_json1_1AssociateIpGroupsCommand: (
|
|
263
|
+
input: AssociateIpGroupsCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_json1_1AuthorizeIpRulesCommand: (
|
|
267
|
+
input: AuthorizeIpRulesCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_json1_1CopyWorkspaceImageCommand: (
|
|
271
|
+
input: CopyWorkspaceImageCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_json1_1CreateConnectClientAddInCommand: (
|
|
275
|
+
input: CreateConnectClientAddInCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_json1_1CreateConnectionAliasCommand: (
|
|
279
|
+
input: CreateConnectionAliasCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_json1_1CreateIpGroupCommand: (
|
|
283
|
+
input: CreateIpGroupCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_json1_1CreateTagsCommand: (
|
|
287
|
+
input: CreateTagsCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_json1_1CreateUpdatedWorkspaceImageCommand: (
|
|
291
|
+
input: CreateUpdatedWorkspaceImageCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_json1_1CreateWorkspaceBundleCommand: (
|
|
295
|
+
input: CreateWorkspaceBundleCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_json1_1CreateWorkspaceImageCommand: (
|
|
299
|
+
input: CreateWorkspaceImageCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const serializeAws_json1_1CreateWorkspacesCommand: (
|
|
303
|
+
input: CreateWorkspacesCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_json1_1DeleteClientBrandingCommand: (
|
|
307
|
+
input: DeleteClientBrandingCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_json1_1DeleteConnectClientAddInCommand: (
|
|
311
|
+
input: DeleteConnectClientAddInCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_json1_1DeleteConnectionAliasCommand: (
|
|
315
|
+
input: DeleteConnectionAliasCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_json1_1DeleteIpGroupCommand: (
|
|
319
|
+
input: DeleteIpGroupCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_json1_1DeleteTagsCommand: (
|
|
323
|
+
input: DeleteTagsCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_json1_1DeleteWorkspaceBundleCommand: (
|
|
327
|
+
input: DeleteWorkspaceBundleCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_json1_1DeleteWorkspaceImageCommand: (
|
|
331
|
+
input: DeleteWorkspaceImageCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_json1_1DeregisterWorkspaceDirectoryCommand: (
|
|
335
|
+
input: DeregisterWorkspaceDirectoryCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_json1_1DescribeAccountCommand: (
|
|
339
|
+
input: DescribeAccountCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_json1_1DescribeAccountModificationsCommand: (
|
|
343
|
+
input: DescribeAccountModificationsCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_json1_1DescribeClientBrandingCommand: (
|
|
347
|
+
input: DescribeClientBrandingCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_json1_1DescribeClientPropertiesCommand: (
|
|
351
|
+
input: DescribeClientPropertiesCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_json1_1DescribeConnectClientAddInsCommand: (
|
|
355
|
+
input: DescribeConnectClientAddInsCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_json1_1DescribeConnectionAliasesCommand: (
|
|
359
|
+
input: DescribeConnectionAliasesCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_json1_1DescribeConnectionAliasPermissionsCommand: (
|
|
363
|
+
input: DescribeConnectionAliasPermissionsCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_json1_1DescribeIpGroupsCommand: (
|
|
367
|
+
input: DescribeIpGroupsCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const serializeAws_json1_1DescribeTagsCommand: (
|
|
371
|
+
input: DescribeTagsCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_json1_1DescribeWorkspaceBundlesCommand: (
|
|
375
|
+
input: DescribeWorkspaceBundlesCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const serializeAws_json1_1DescribeWorkspaceDirectoriesCommand: (
|
|
379
|
+
input: DescribeWorkspaceDirectoriesCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const serializeAws_json1_1DescribeWorkspaceImagePermissionsCommand: (
|
|
383
|
+
input: DescribeWorkspaceImagePermissionsCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const serializeAws_json1_1DescribeWorkspaceImagesCommand: (
|
|
387
|
+
input: DescribeWorkspaceImagesCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const serializeAws_json1_1DescribeWorkspacesCommand: (
|
|
391
|
+
input: DescribeWorkspacesCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
394
|
+
export declare const serializeAws_json1_1DescribeWorkspacesConnectionStatusCommand: (
|
|
395
|
+
input: DescribeWorkspacesConnectionStatusCommandInput,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<__HttpRequest>;
|
|
398
|
+
export declare const serializeAws_json1_1DescribeWorkspaceSnapshotsCommand: (
|
|
399
|
+
input: DescribeWorkspaceSnapshotsCommandInput,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const serializeAws_json1_1DisassociateConnectionAliasCommand: (
|
|
403
|
+
input: DisassociateConnectionAliasCommandInput,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const serializeAws_json1_1DisassociateIpGroupsCommand: (
|
|
407
|
+
input: DisassociateIpGroupsCommandInput,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<__HttpRequest>;
|
|
410
|
+
export declare const serializeAws_json1_1ImportClientBrandingCommand: (
|
|
411
|
+
input: ImportClientBrandingCommandInput,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const serializeAws_json1_1ImportWorkspaceImageCommand: (
|
|
415
|
+
input: ImportWorkspaceImageCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const serializeAws_json1_1ListAvailableManagementCidrRangesCommand: (
|
|
419
|
+
input: ListAvailableManagementCidrRangesCommandInput,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<__HttpRequest>;
|
|
422
|
+
export declare const serializeAws_json1_1MigrateWorkspaceCommand: (
|
|
423
|
+
input: MigrateWorkspaceCommandInput,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<__HttpRequest>;
|
|
426
|
+
export declare const serializeAws_json1_1ModifyAccountCommand: (
|
|
427
|
+
input: ModifyAccountCommandInput,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const serializeAws_json1_1ModifyClientPropertiesCommand: (
|
|
431
|
+
input: ModifyClientPropertiesCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
434
|
+
export declare const serializeAws_json1_1ModifySamlPropertiesCommand: (
|
|
435
|
+
input: ModifySamlPropertiesCommandInput,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<__HttpRequest>;
|
|
438
|
+
export declare const serializeAws_json1_1ModifySelfservicePermissionsCommand: (
|
|
439
|
+
input: ModifySelfservicePermissionsCommandInput,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<__HttpRequest>;
|
|
442
|
+
export declare const serializeAws_json1_1ModifyWorkspaceAccessPropertiesCommand: (
|
|
443
|
+
input: ModifyWorkspaceAccessPropertiesCommandInput,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<__HttpRequest>;
|
|
446
|
+
export declare const serializeAws_json1_1ModifyWorkspaceCreationPropertiesCommand: (
|
|
447
|
+
input: ModifyWorkspaceCreationPropertiesCommandInput,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<__HttpRequest>;
|
|
450
|
+
export declare const serializeAws_json1_1ModifyWorkspacePropertiesCommand: (
|
|
451
|
+
input: ModifyWorkspacePropertiesCommandInput,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<__HttpRequest>;
|
|
454
|
+
export declare const serializeAws_json1_1ModifyWorkspaceStateCommand: (
|
|
455
|
+
input: ModifyWorkspaceStateCommandInput,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<__HttpRequest>;
|
|
458
|
+
export declare const serializeAws_json1_1RebootWorkspacesCommand: (
|
|
459
|
+
input: RebootWorkspacesCommandInput,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<__HttpRequest>;
|
|
462
|
+
export declare const serializeAws_json1_1RebuildWorkspacesCommand: (
|
|
463
|
+
input: RebuildWorkspacesCommandInput,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<__HttpRequest>;
|
|
466
|
+
export declare const serializeAws_json1_1RegisterWorkspaceDirectoryCommand: (
|
|
467
|
+
input: RegisterWorkspaceDirectoryCommandInput,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<__HttpRequest>;
|
|
470
|
+
export declare const serializeAws_json1_1RestoreWorkspaceCommand: (
|
|
471
|
+
input: RestoreWorkspaceCommandInput,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<__HttpRequest>;
|
|
474
|
+
export declare const serializeAws_json1_1RevokeIpRulesCommand: (
|
|
475
|
+
input: RevokeIpRulesCommandInput,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<__HttpRequest>;
|
|
478
|
+
export declare const serializeAws_json1_1StartWorkspacesCommand: (
|
|
479
|
+
input: StartWorkspacesCommandInput,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<__HttpRequest>;
|
|
482
|
+
export declare const serializeAws_json1_1StopWorkspacesCommand: (
|
|
483
|
+
input: StopWorkspacesCommandInput,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<__HttpRequest>;
|
|
486
|
+
export declare const serializeAws_json1_1TerminateWorkspacesCommand: (
|
|
487
|
+
input: TerminateWorkspacesCommandInput,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<__HttpRequest>;
|
|
490
|
+
export declare const serializeAws_json1_1UpdateConnectClientAddInCommand: (
|
|
491
|
+
input: UpdateConnectClientAddInCommandInput,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<__HttpRequest>;
|
|
494
|
+
export declare const serializeAws_json1_1UpdateConnectionAliasPermissionCommand: (
|
|
495
|
+
input: UpdateConnectionAliasPermissionCommandInput,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<__HttpRequest>;
|
|
498
|
+
export declare const serializeAws_json1_1UpdateRulesOfIpGroupCommand: (
|
|
499
|
+
input: UpdateRulesOfIpGroupCommandInput,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<__HttpRequest>;
|
|
502
|
+
export declare const serializeAws_json1_1UpdateWorkspaceBundleCommand: (
|
|
503
|
+
input: UpdateWorkspaceBundleCommandInput,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<__HttpRequest>;
|
|
506
|
+
export declare const serializeAws_json1_1UpdateWorkspaceImagePermissionCommand: (
|
|
507
|
+
input: UpdateWorkspaceImagePermissionCommandInput,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<__HttpRequest>;
|
|
510
|
+
export declare const deserializeAws_json1_1AssociateConnectionAliasCommand: (
|
|
511
|
+
output: __HttpResponse,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<AssociateConnectionAliasCommandOutput>;
|
|
514
|
+
export declare const deserializeAws_json1_1AssociateIpGroupsCommand: (
|
|
515
|
+
output: __HttpResponse,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<AssociateIpGroupsCommandOutput>;
|
|
518
|
+
export declare const deserializeAws_json1_1AuthorizeIpRulesCommand: (
|
|
519
|
+
output: __HttpResponse,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<AuthorizeIpRulesCommandOutput>;
|
|
522
|
+
export declare const deserializeAws_json1_1CopyWorkspaceImageCommand: (
|
|
523
|
+
output: __HttpResponse,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<CopyWorkspaceImageCommandOutput>;
|
|
526
|
+
export declare const deserializeAws_json1_1CreateConnectClientAddInCommand: (
|
|
527
|
+
output: __HttpResponse,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<CreateConnectClientAddInCommandOutput>;
|
|
530
|
+
export declare const deserializeAws_json1_1CreateConnectionAliasCommand: (
|
|
531
|
+
output: __HttpResponse,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<CreateConnectionAliasCommandOutput>;
|
|
534
|
+
export declare const deserializeAws_json1_1CreateIpGroupCommand: (
|
|
535
|
+
output: __HttpResponse,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<CreateIpGroupCommandOutput>;
|
|
538
|
+
export declare const deserializeAws_json1_1CreateTagsCommand: (
|
|
539
|
+
output: __HttpResponse,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<CreateTagsCommandOutput>;
|
|
542
|
+
export declare const deserializeAws_json1_1CreateUpdatedWorkspaceImageCommand: (
|
|
543
|
+
output: __HttpResponse,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<CreateUpdatedWorkspaceImageCommandOutput>;
|
|
546
|
+
export declare const deserializeAws_json1_1CreateWorkspaceBundleCommand: (
|
|
547
|
+
output: __HttpResponse,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<CreateWorkspaceBundleCommandOutput>;
|
|
550
|
+
export declare const deserializeAws_json1_1CreateWorkspaceImageCommand: (
|
|
551
|
+
output: __HttpResponse,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<CreateWorkspaceImageCommandOutput>;
|
|
554
|
+
export declare const deserializeAws_json1_1CreateWorkspacesCommand: (
|
|
555
|
+
output: __HttpResponse,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<CreateWorkspacesCommandOutput>;
|
|
558
|
+
export declare const deserializeAws_json1_1DeleteClientBrandingCommand: (
|
|
559
|
+
output: __HttpResponse,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<DeleteClientBrandingCommandOutput>;
|
|
562
|
+
export declare const deserializeAws_json1_1DeleteConnectClientAddInCommand: (
|
|
563
|
+
output: __HttpResponse,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<DeleteConnectClientAddInCommandOutput>;
|
|
566
|
+
export declare const deserializeAws_json1_1DeleteConnectionAliasCommand: (
|
|
567
|
+
output: __HttpResponse,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<DeleteConnectionAliasCommandOutput>;
|
|
570
|
+
export declare const deserializeAws_json1_1DeleteIpGroupCommand: (
|
|
571
|
+
output: __HttpResponse,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<DeleteIpGroupCommandOutput>;
|
|
574
|
+
export declare const deserializeAws_json1_1DeleteTagsCommand: (
|
|
575
|
+
output: __HttpResponse,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<DeleteTagsCommandOutput>;
|
|
578
|
+
export declare const deserializeAws_json1_1DeleteWorkspaceBundleCommand: (
|
|
579
|
+
output: __HttpResponse,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<DeleteWorkspaceBundleCommandOutput>;
|
|
582
|
+
export declare const deserializeAws_json1_1DeleteWorkspaceImageCommand: (
|
|
583
|
+
output: __HttpResponse,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<DeleteWorkspaceImageCommandOutput>;
|
|
586
|
+
export declare const deserializeAws_json1_1DeregisterWorkspaceDirectoryCommand: (
|
|
587
|
+
output: __HttpResponse,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<DeregisterWorkspaceDirectoryCommandOutput>;
|
|
590
|
+
export declare const deserializeAws_json1_1DescribeAccountCommand: (
|
|
591
|
+
output: __HttpResponse,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<DescribeAccountCommandOutput>;
|
|
594
|
+
export declare const deserializeAws_json1_1DescribeAccountModificationsCommand: (
|
|
595
|
+
output: __HttpResponse,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<DescribeAccountModificationsCommandOutput>;
|
|
598
|
+
export declare const deserializeAws_json1_1DescribeClientBrandingCommand: (
|
|
599
|
+
output: __HttpResponse,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<DescribeClientBrandingCommandOutput>;
|
|
602
|
+
export declare const deserializeAws_json1_1DescribeClientPropertiesCommand: (
|
|
603
|
+
output: __HttpResponse,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<DescribeClientPropertiesCommandOutput>;
|
|
606
|
+
export declare const deserializeAws_json1_1DescribeConnectClientAddInsCommand: (
|
|
607
|
+
output: __HttpResponse,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<DescribeConnectClientAddInsCommandOutput>;
|
|
610
|
+
export declare const deserializeAws_json1_1DescribeConnectionAliasesCommand: (
|
|
611
|
+
output: __HttpResponse,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<DescribeConnectionAliasesCommandOutput>;
|
|
614
|
+
export declare const deserializeAws_json1_1DescribeConnectionAliasPermissionsCommand: (
|
|
615
|
+
output: __HttpResponse,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<DescribeConnectionAliasPermissionsCommandOutput>;
|
|
618
|
+
export declare const deserializeAws_json1_1DescribeIpGroupsCommand: (
|
|
619
|
+
output: __HttpResponse,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<DescribeIpGroupsCommandOutput>;
|
|
622
|
+
export declare const deserializeAws_json1_1DescribeTagsCommand: (
|
|
623
|
+
output: __HttpResponse,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<DescribeTagsCommandOutput>;
|
|
626
|
+
export declare const deserializeAws_json1_1DescribeWorkspaceBundlesCommand: (
|
|
627
|
+
output: __HttpResponse,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<DescribeWorkspaceBundlesCommandOutput>;
|
|
630
|
+
export declare const deserializeAws_json1_1DescribeWorkspaceDirectoriesCommand: (
|
|
631
|
+
output: __HttpResponse,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<DescribeWorkspaceDirectoriesCommandOutput>;
|
|
634
|
+
export declare const deserializeAws_json1_1DescribeWorkspaceImagePermissionsCommand: (
|
|
635
|
+
output: __HttpResponse,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<DescribeWorkspaceImagePermissionsCommandOutput>;
|
|
638
|
+
export declare const deserializeAws_json1_1DescribeWorkspaceImagesCommand: (
|
|
639
|
+
output: __HttpResponse,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<DescribeWorkspaceImagesCommandOutput>;
|
|
642
|
+
export declare const deserializeAws_json1_1DescribeWorkspacesCommand: (
|
|
643
|
+
output: __HttpResponse,
|
|
644
|
+
context: __SerdeContext
|
|
645
|
+
) => Promise<DescribeWorkspacesCommandOutput>;
|
|
646
|
+
export declare const deserializeAws_json1_1DescribeWorkspacesConnectionStatusCommand: (
|
|
647
|
+
output: __HttpResponse,
|
|
648
|
+
context: __SerdeContext
|
|
649
|
+
) => Promise<DescribeWorkspacesConnectionStatusCommandOutput>;
|
|
650
|
+
export declare const deserializeAws_json1_1DescribeWorkspaceSnapshotsCommand: (
|
|
651
|
+
output: __HttpResponse,
|
|
652
|
+
context: __SerdeContext
|
|
653
|
+
) => Promise<DescribeWorkspaceSnapshotsCommandOutput>;
|
|
654
|
+
export declare const deserializeAws_json1_1DisassociateConnectionAliasCommand: (
|
|
655
|
+
output: __HttpResponse,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<DisassociateConnectionAliasCommandOutput>;
|
|
658
|
+
export declare const deserializeAws_json1_1DisassociateIpGroupsCommand: (
|
|
659
|
+
output: __HttpResponse,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<DisassociateIpGroupsCommandOutput>;
|
|
662
|
+
export declare const deserializeAws_json1_1ImportClientBrandingCommand: (
|
|
663
|
+
output: __HttpResponse,
|
|
664
|
+
context: __SerdeContext
|
|
665
|
+
) => Promise<ImportClientBrandingCommandOutput>;
|
|
666
|
+
export declare const deserializeAws_json1_1ImportWorkspaceImageCommand: (
|
|
667
|
+
output: __HttpResponse,
|
|
668
|
+
context: __SerdeContext
|
|
669
|
+
) => Promise<ImportWorkspaceImageCommandOutput>;
|
|
670
|
+
export declare const deserializeAws_json1_1ListAvailableManagementCidrRangesCommand: (
|
|
671
|
+
output: __HttpResponse,
|
|
672
|
+
context: __SerdeContext
|
|
673
|
+
) => Promise<ListAvailableManagementCidrRangesCommandOutput>;
|
|
674
|
+
export declare const deserializeAws_json1_1MigrateWorkspaceCommand: (
|
|
675
|
+
output: __HttpResponse,
|
|
676
|
+
context: __SerdeContext
|
|
677
|
+
) => Promise<MigrateWorkspaceCommandOutput>;
|
|
678
|
+
export declare const deserializeAws_json1_1ModifyAccountCommand: (
|
|
679
|
+
output: __HttpResponse,
|
|
680
|
+
context: __SerdeContext
|
|
681
|
+
) => Promise<ModifyAccountCommandOutput>;
|
|
682
|
+
export declare const deserializeAws_json1_1ModifyClientPropertiesCommand: (
|
|
683
|
+
output: __HttpResponse,
|
|
684
|
+
context: __SerdeContext
|
|
685
|
+
) => Promise<ModifyClientPropertiesCommandOutput>;
|
|
686
|
+
export declare const deserializeAws_json1_1ModifySamlPropertiesCommand: (
|
|
687
|
+
output: __HttpResponse,
|
|
688
|
+
context: __SerdeContext
|
|
689
|
+
) => Promise<ModifySamlPropertiesCommandOutput>;
|
|
690
|
+
export declare const deserializeAws_json1_1ModifySelfservicePermissionsCommand: (
|
|
691
|
+
output: __HttpResponse,
|
|
692
|
+
context: __SerdeContext
|
|
693
|
+
) => Promise<ModifySelfservicePermissionsCommandOutput>;
|
|
694
|
+
export declare const deserializeAws_json1_1ModifyWorkspaceAccessPropertiesCommand: (
|
|
695
|
+
output: __HttpResponse,
|
|
696
|
+
context: __SerdeContext
|
|
697
|
+
) => Promise<ModifyWorkspaceAccessPropertiesCommandOutput>;
|
|
698
|
+
export declare const deserializeAws_json1_1ModifyWorkspaceCreationPropertiesCommand: (
|
|
699
|
+
output: __HttpResponse,
|
|
700
|
+
context: __SerdeContext
|
|
701
|
+
) => Promise<ModifyWorkspaceCreationPropertiesCommandOutput>;
|
|
702
|
+
export declare const deserializeAws_json1_1ModifyWorkspacePropertiesCommand: (
|
|
703
|
+
output: __HttpResponse,
|
|
704
|
+
context: __SerdeContext
|
|
705
|
+
) => Promise<ModifyWorkspacePropertiesCommandOutput>;
|
|
706
|
+
export declare const deserializeAws_json1_1ModifyWorkspaceStateCommand: (
|
|
707
|
+
output: __HttpResponse,
|
|
708
|
+
context: __SerdeContext
|
|
709
|
+
) => Promise<ModifyWorkspaceStateCommandOutput>;
|
|
710
|
+
export declare const deserializeAws_json1_1RebootWorkspacesCommand: (
|
|
711
|
+
output: __HttpResponse,
|
|
712
|
+
context: __SerdeContext
|
|
713
|
+
) => Promise<RebootWorkspacesCommandOutput>;
|
|
714
|
+
export declare const deserializeAws_json1_1RebuildWorkspacesCommand: (
|
|
715
|
+
output: __HttpResponse,
|
|
716
|
+
context: __SerdeContext
|
|
717
|
+
) => Promise<RebuildWorkspacesCommandOutput>;
|
|
718
|
+
export declare const deserializeAws_json1_1RegisterWorkspaceDirectoryCommand: (
|
|
719
|
+
output: __HttpResponse,
|
|
720
|
+
context: __SerdeContext
|
|
721
|
+
) => Promise<RegisterWorkspaceDirectoryCommandOutput>;
|
|
722
|
+
export declare const deserializeAws_json1_1RestoreWorkspaceCommand: (
|
|
723
|
+
output: __HttpResponse,
|
|
724
|
+
context: __SerdeContext
|
|
725
|
+
) => Promise<RestoreWorkspaceCommandOutput>;
|
|
726
|
+
export declare const deserializeAws_json1_1RevokeIpRulesCommand: (
|
|
727
|
+
output: __HttpResponse,
|
|
728
|
+
context: __SerdeContext
|
|
729
|
+
) => Promise<RevokeIpRulesCommandOutput>;
|
|
730
|
+
export declare const deserializeAws_json1_1StartWorkspacesCommand: (
|
|
731
|
+
output: __HttpResponse,
|
|
732
|
+
context: __SerdeContext
|
|
733
|
+
) => Promise<StartWorkspacesCommandOutput>;
|
|
734
|
+
export declare const deserializeAws_json1_1StopWorkspacesCommand: (
|
|
735
|
+
output: __HttpResponse,
|
|
736
|
+
context: __SerdeContext
|
|
737
|
+
) => Promise<StopWorkspacesCommandOutput>;
|
|
738
|
+
export declare const deserializeAws_json1_1TerminateWorkspacesCommand: (
|
|
739
|
+
output: __HttpResponse,
|
|
740
|
+
context: __SerdeContext
|
|
741
|
+
) => Promise<TerminateWorkspacesCommandOutput>;
|
|
742
|
+
export declare const deserializeAws_json1_1UpdateConnectClientAddInCommand: (
|
|
743
|
+
output: __HttpResponse,
|
|
744
|
+
context: __SerdeContext
|
|
745
|
+
) => Promise<UpdateConnectClientAddInCommandOutput>;
|
|
746
|
+
export declare const deserializeAws_json1_1UpdateConnectionAliasPermissionCommand: (
|
|
747
|
+
output: __HttpResponse,
|
|
748
|
+
context: __SerdeContext
|
|
749
|
+
) => Promise<UpdateConnectionAliasPermissionCommandOutput>;
|
|
750
|
+
export declare const deserializeAws_json1_1UpdateRulesOfIpGroupCommand: (
|
|
751
|
+
output: __HttpResponse,
|
|
752
|
+
context: __SerdeContext
|
|
753
|
+
) => Promise<UpdateRulesOfIpGroupCommandOutput>;
|
|
754
|
+
export declare const deserializeAws_json1_1UpdateWorkspaceBundleCommand: (
|
|
755
|
+
output: __HttpResponse,
|
|
756
|
+
context: __SerdeContext
|
|
757
|
+
) => Promise<UpdateWorkspaceBundleCommandOutput>;
|
|
758
|
+
export declare const deserializeAws_json1_1UpdateWorkspaceImagePermissionCommand: (
|
|
759
|
+
output: __HttpResponse,
|
|
760
|
+
context: __SerdeContext
|
|
761
|
+
) => Promise<UpdateWorkspaceImagePermissionCommandOutput>;
|