@aws-sdk/client-workspaces-web 3.169.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 +8 -0
- package/dist-types/ts3.4/WorkSpacesWeb.d.ts +796 -225
- package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +394 -117
- package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +44 -44
- 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/WorkSpacesWebServiceException.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 +1121 -1013
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListBrowserSettingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIdentityProvidersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNetworkSettingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTrustStoreCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTrustStoresPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUserSettingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +533 -134
- 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,117 +1,394 @@
|
|
|
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
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
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
|
-
|
|
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
|
+
AssociateBrowserSettingsCommandInput,
|
|
47
|
+
AssociateBrowserSettingsCommandOutput,
|
|
48
|
+
} from "./commands/AssociateBrowserSettingsCommand";
|
|
49
|
+
import {
|
|
50
|
+
AssociateNetworkSettingsCommandInput,
|
|
51
|
+
AssociateNetworkSettingsCommandOutput,
|
|
52
|
+
} from "./commands/AssociateNetworkSettingsCommand";
|
|
53
|
+
import {
|
|
54
|
+
AssociateTrustStoreCommandInput,
|
|
55
|
+
AssociateTrustStoreCommandOutput,
|
|
56
|
+
} from "./commands/AssociateTrustStoreCommand";
|
|
57
|
+
import {
|
|
58
|
+
AssociateUserSettingsCommandInput,
|
|
59
|
+
AssociateUserSettingsCommandOutput,
|
|
60
|
+
} from "./commands/AssociateUserSettingsCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateBrowserSettingsCommandInput,
|
|
63
|
+
CreateBrowserSettingsCommandOutput,
|
|
64
|
+
} from "./commands/CreateBrowserSettingsCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateIdentityProviderCommandInput,
|
|
67
|
+
CreateIdentityProviderCommandOutput,
|
|
68
|
+
} from "./commands/CreateIdentityProviderCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateNetworkSettingsCommandInput,
|
|
71
|
+
CreateNetworkSettingsCommandOutput,
|
|
72
|
+
} from "./commands/CreateNetworkSettingsCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreatePortalCommandInput,
|
|
75
|
+
CreatePortalCommandOutput,
|
|
76
|
+
} from "./commands/CreatePortalCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateTrustStoreCommandInput,
|
|
79
|
+
CreateTrustStoreCommandOutput,
|
|
80
|
+
} from "./commands/CreateTrustStoreCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateUserSettingsCommandInput,
|
|
83
|
+
CreateUserSettingsCommandOutput,
|
|
84
|
+
} from "./commands/CreateUserSettingsCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteBrowserSettingsCommandInput,
|
|
87
|
+
DeleteBrowserSettingsCommandOutput,
|
|
88
|
+
} from "./commands/DeleteBrowserSettingsCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeleteIdentityProviderCommandInput,
|
|
91
|
+
DeleteIdentityProviderCommandOutput,
|
|
92
|
+
} from "./commands/DeleteIdentityProviderCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteNetworkSettingsCommandInput,
|
|
95
|
+
DeleteNetworkSettingsCommandOutput,
|
|
96
|
+
} from "./commands/DeleteNetworkSettingsCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeletePortalCommandInput,
|
|
99
|
+
DeletePortalCommandOutput,
|
|
100
|
+
} from "./commands/DeletePortalCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteTrustStoreCommandInput,
|
|
103
|
+
DeleteTrustStoreCommandOutput,
|
|
104
|
+
} from "./commands/DeleteTrustStoreCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteUserSettingsCommandInput,
|
|
107
|
+
DeleteUserSettingsCommandOutput,
|
|
108
|
+
} from "./commands/DeleteUserSettingsCommand";
|
|
109
|
+
import {
|
|
110
|
+
DisassociateBrowserSettingsCommandInput,
|
|
111
|
+
DisassociateBrowserSettingsCommandOutput,
|
|
112
|
+
} from "./commands/DisassociateBrowserSettingsCommand";
|
|
113
|
+
import {
|
|
114
|
+
DisassociateNetworkSettingsCommandInput,
|
|
115
|
+
DisassociateNetworkSettingsCommandOutput,
|
|
116
|
+
} from "./commands/DisassociateNetworkSettingsCommand";
|
|
117
|
+
import {
|
|
118
|
+
DisassociateTrustStoreCommandInput,
|
|
119
|
+
DisassociateTrustStoreCommandOutput,
|
|
120
|
+
} from "./commands/DisassociateTrustStoreCommand";
|
|
121
|
+
import {
|
|
122
|
+
DisassociateUserSettingsCommandInput,
|
|
123
|
+
DisassociateUserSettingsCommandOutput,
|
|
124
|
+
} from "./commands/DisassociateUserSettingsCommand";
|
|
125
|
+
import {
|
|
126
|
+
GetBrowserSettingsCommandInput,
|
|
127
|
+
GetBrowserSettingsCommandOutput,
|
|
128
|
+
} from "./commands/GetBrowserSettingsCommand";
|
|
129
|
+
import {
|
|
130
|
+
GetIdentityProviderCommandInput,
|
|
131
|
+
GetIdentityProviderCommandOutput,
|
|
132
|
+
} from "./commands/GetIdentityProviderCommand";
|
|
133
|
+
import {
|
|
134
|
+
GetNetworkSettingsCommandInput,
|
|
135
|
+
GetNetworkSettingsCommandOutput,
|
|
136
|
+
} from "./commands/GetNetworkSettingsCommand";
|
|
137
|
+
import {
|
|
138
|
+
GetPortalCommandInput,
|
|
139
|
+
GetPortalCommandOutput,
|
|
140
|
+
} from "./commands/GetPortalCommand";
|
|
141
|
+
import {
|
|
142
|
+
GetPortalServiceProviderMetadataCommandInput,
|
|
143
|
+
GetPortalServiceProviderMetadataCommandOutput,
|
|
144
|
+
} from "./commands/GetPortalServiceProviderMetadataCommand";
|
|
145
|
+
import {
|
|
146
|
+
GetTrustStoreCertificateCommandInput,
|
|
147
|
+
GetTrustStoreCertificateCommandOutput,
|
|
148
|
+
} from "./commands/GetTrustStoreCertificateCommand";
|
|
149
|
+
import {
|
|
150
|
+
GetTrustStoreCommandInput,
|
|
151
|
+
GetTrustStoreCommandOutput,
|
|
152
|
+
} from "./commands/GetTrustStoreCommand";
|
|
153
|
+
import {
|
|
154
|
+
GetUserSettingsCommandInput,
|
|
155
|
+
GetUserSettingsCommandOutput,
|
|
156
|
+
} from "./commands/GetUserSettingsCommand";
|
|
157
|
+
import {
|
|
158
|
+
ListBrowserSettingsCommandInput,
|
|
159
|
+
ListBrowserSettingsCommandOutput,
|
|
160
|
+
} from "./commands/ListBrowserSettingsCommand";
|
|
161
|
+
import {
|
|
162
|
+
ListIdentityProvidersCommandInput,
|
|
163
|
+
ListIdentityProvidersCommandOutput,
|
|
164
|
+
} from "./commands/ListIdentityProvidersCommand";
|
|
165
|
+
import {
|
|
166
|
+
ListNetworkSettingsCommandInput,
|
|
167
|
+
ListNetworkSettingsCommandOutput,
|
|
168
|
+
} from "./commands/ListNetworkSettingsCommand";
|
|
169
|
+
import {
|
|
170
|
+
ListPortalsCommandInput,
|
|
171
|
+
ListPortalsCommandOutput,
|
|
172
|
+
} from "./commands/ListPortalsCommand";
|
|
173
|
+
import {
|
|
174
|
+
ListTagsForResourceCommandInput,
|
|
175
|
+
ListTagsForResourceCommandOutput,
|
|
176
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
177
|
+
import {
|
|
178
|
+
ListTrustStoreCertificatesCommandInput,
|
|
179
|
+
ListTrustStoreCertificatesCommandOutput,
|
|
180
|
+
} from "./commands/ListTrustStoreCertificatesCommand";
|
|
181
|
+
import {
|
|
182
|
+
ListTrustStoresCommandInput,
|
|
183
|
+
ListTrustStoresCommandOutput,
|
|
184
|
+
} from "./commands/ListTrustStoresCommand";
|
|
185
|
+
import {
|
|
186
|
+
ListUserSettingsCommandInput,
|
|
187
|
+
ListUserSettingsCommandOutput,
|
|
188
|
+
} from "./commands/ListUserSettingsCommand";
|
|
189
|
+
import {
|
|
190
|
+
TagResourceCommandInput,
|
|
191
|
+
TagResourceCommandOutput,
|
|
192
|
+
} from "./commands/TagResourceCommand";
|
|
193
|
+
import {
|
|
194
|
+
UntagResourceCommandInput,
|
|
195
|
+
UntagResourceCommandOutput,
|
|
196
|
+
} from "./commands/UntagResourceCommand";
|
|
197
|
+
import {
|
|
198
|
+
UpdateBrowserSettingsCommandInput,
|
|
199
|
+
UpdateBrowserSettingsCommandOutput,
|
|
200
|
+
} from "./commands/UpdateBrowserSettingsCommand";
|
|
201
|
+
import {
|
|
202
|
+
UpdateIdentityProviderCommandInput,
|
|
203
|
+
UpdateIdentityProviderCommandOutput,
|
|
204
|
+
} from "./commands/UpdateIdentityProviderCommand";
|
|
205
|
+
import {
|
|
206
|
+
UpdateNetworkSettingsCommandInput,
|
|
207
|
+
UpdateNetworkSettingsCommandOutput,
|
|
208
|
+
} from "./commands/UpdateNetworkSettingsCommand";
|
|
209
|
+
import {
|
|
210
|
+
UpdatePortalCommandInput,
|
|
211
|
+
UpdatePortalCommandOutput,
|
|
212
|
+
} from "./commands/UpdatePortalCommand";
|
|
213
|
+
import {
|
|
214
|
+
UpdateTrustStoreCommandInput,
|
|
215
|
+
UpdateTrustStoreCommandOutput,
|
|
216
|
+
} from "./commands/UpdateTrustStoreCommand";
|
|
217
|
+
import {
|
|
218
|
+
UpdateUserSettingsCommandInput,
|
|
219
|
+
UpdateUserSettingsCommandOutput,
|
|
220
|
+
} from "./commands/UpdateUserSettingsCommand";
|
|
221
|
+
export declare type ServiceInputTypes =
|
|
222
|
+
| AssociateBrowserSettingsCommandInput
|
|
223
|
+
| AssociateNetworkSettingsCommandInput
|
|
224
|
+
| AssociateTrustStoreCommandInput
|
|
225
|
+
| AssociateUserSettingsCommandInput
|
|
226
|
+
| CreateBrowserSettingsCommandInput
|
|
227
|
+
| CreateIdentityProviderCommandInput
|
|
228
|
+
| CreateNetworkSettingsCommandInput
|
|
229
|
+
| CreatePortalCommandInput
|
|
230
|
+
| CreateTrustStoreCommandInput
|
|
231
|
+
| CreateUserSettingsCommandInput
|
|
232
|
+
| DeleteBrowserSettingsCommandInput
|
|
233
|
+
| DeleteIdentityProviderCommandInput
|
|
234
|
+
| DeleteNetworkSettingsCommandInput
|
|
235
|
+
| DeletePortalCommandInput
|
|
236
|
+
| DeleteTrustStoreCommandInput
|
|
237
|
+
| DeleteUserSettingsCommandInput
|
|
238
|
+
| DisassociateBrowserSettingsCommandInput
|
|
239
|
+
| DisassociateNetworkSettingsCommandInput
|
|
240
|
+
| DisassociateTrustStoreCommandInput
|
|
241
|
+
| DisassociateUserSettingsCommandInput
|
|
242
|
+
| GetBrowserSettingsCommandInput
|
|
243
|
+
| GetIdentityProviderCommandInput
|
|
244
|
+
| GetNetworkSettingsCommandInput
|
|
245
|
+
| GetPortalCommandInput
|
|
246
|
+
| GetPortalServiceProviderMetadataCommandInput
|
|
247
|
+
| GetTrustStoreCertificateCommandInput
|
|
248
|
+
| GetTrustStoreCommandInput
|
|
249
|
+
| GetUserSettingsCommandInput
|
|
250
|
+
| ListBrowserSettingsCommandInput
|
|
251
|
+
| ListIdentityProvidersCommandInput
|
|
252
|
+
| ListNetworkSettingsCommandInput
|
|
253
|
+
| ListPortalsCommandInput
|
|
254
|
+
| ListTagsForResourceCommandInput
|
|
255
|
+
| ListTrustStoreCertificatesCommandInput
|
|
256
|
+
| ListTrustStoresCommandInput
|
|
257
|
+
| ListUserSettingsCommandInput
|
|
258
|
+
| TagResourceCommandInput
|
|
259
|
+
| UntagResourceCommandInput
|
|
260
|
+
| UpdateBrowserSettingsCommandInput
|
|
261
|
+
| UpdateIdentityProviderCommandInput
|
|
262
|
+
| UpdateNetworkSettingsCommandInput
|
|
263
|
+
| UpdatePortalCommandInput
|
|
264
|
+
| UpdateTrustStoreCommandInput
|
|
265
|
+
| UpdateUserSettingsCommandInput;
|
|
266
|
+
export declare type ServiceOutputTypes =
|
|
267
|
+
| AssociateBrowserSettingsCommandOutput
|
|
268
|
+
| AssociateNetworkSettingsCommandOutput
|
|
269
|
+
| AssociateTrustStoreCommandOutput
|
|
270
|
+
| AssociateUserSettingsCommandOutput
|
|
271
|
+
| CreateBrowserSettingsCommandOutput
|
|
272
|
+
| CreateIdentityProviderCommandOutput
|
|
273
|
+
| CreateNetworkSettingsCommandOutput
|
|
274
|
+
| CreatePortalCommandOutput
|
|
275
|
+
| CreateTrustStoreCommandOutput
|
|
276
|
+
| CreateUserSettingsCommandOutput
|
|
277
|
+
| DeleteBrowserSettingsCommandOutput
|
|
278
|
+
| DeleteIdentityProviderCommandOutput
|
|
279
|
+
| DeleteNetworkSettingsCommandOutput
|
|
280
|
+
| DeletePortalCommandOutput
|
|
281
|
+
| DeleteTrustStoreCommandOutput
|
|
282
|
+
| DeleteUserSettingsCommandOutput
|
|
283
|
+
| DisassociateBrowserSettingsCommandOutput
|
|
284
|
+
| DisassociateNetworkSettingsCommandOutput
|
|
285
|
+
| DisassociateTrustStoreCommandOutput
|
|
286
|
+
| DisassociateUserSettingsCommandOutput
|
|
287
|
+
| GetBrowserSettingsCommandOutput
|
|
288
|
+
| GetIdentityProviderCommandOutput
|
|
289
|
+
| GetNetworkSettingsCommandOutput
|
|
290
|
+
| GetPortalCommandOutput
|
|
291
|
+
| GetPortalServiceProviderMetadataCommandOutput
|
|
292
|
+
| GetTrustStoreCertificateCommandOutput
|
|
293
|
+
| GetTrustStoreCommandOutput
|
|
294
|
+
| GetUserSettingsCommandOutput
|
|
295
|
+
| ListBrowserSettingsCommandOutput
|
|
296
|
+
| ListIdentityProvidersCommandOutput
|
|
297
|
+
| ListNetworkSettingsCommandOutput
|
|
298
|
+
| ListPortalsCommandOutput
|
|
299
|
+
| ListTagsForResourceCommandOutput
|
|
300
|
+
| ListTrustStoreCertificatesCommandOutput
|
|
301
|
+
| ListTrustStoresCommandOutput
|
|
302
|
+
| ListUserSettingsCommandOutput
|
|
303
|
+
| TagResourceCommandOutput
|
|
304
|
+
| UntagResourceCommandOutput
|
|
305
|
+
| UpdateBrowserSettingsCommandOutput
|
|
306
|
+
| UpdateIdentityProviderCommandOutput
|
|
307
|
+
| UpdateNetworkSettingsCommandOutput
|
|
308
|
+
| UpdatePortalCommandOutput
|
|
309
|
+
| UpdateTrustStoreCommandOutput
|
|
310
|
+
| UpdateUserSettingsCommandOutput;
|
|
311
|
+
export interface ClientDefaults
|
|
312
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
313
|
+
requestHandler?: __HttpHandler;
|
|
314
|
+
|
|
315
|
+
sha256?: __HashConstructor;
|
|
316
|
+
|
|
317
|
+
urlParser?: __UrlParser;
|
|
318
|
+
|
|
319
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
320
|
+
|
|
321
|
+
streamCollector?: __StreamCollector;
|
|
322
|
+
|
|
323
|
+
base64Decoder?: __Decoder;
|
|
324
|
+
|
|
325
|
+
base64Encoder?: __Encoder;
|
|
326
|
+
|
|
327
|
+
utf8Decoder?: __Decoder;
|
|
328
|
+
|
|
329
|
+
utf8Encoder?: __Encoder;
|
|
330
|
+
|
|
331
|
+
runtime?: string;
|
|
332
|
+
|
|
333
|
+
disableHostPrefix?: boolean;
|
|
334
|
+
|
|
335
|
+
maxAttempts?: number | __Provider<number>;
|
|
336
|
+
|
|
337
|
+
retryMode?: string | __Provider<string>;
|
|
338
|
+
|
|
339
|
+
logger?: __Logger;
|
|
340
|
+
|
|
341
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
342
|
+
|
|
343
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
344
|
+
|
|
345
|
+
serviceId?: string;
|
|
346
|
+
|
|
347
|
+
region?: string | __Provider<string>;
|
|
348
|
+
|
|
349
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
350
|
+
|
|
351
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
352
|
+
|
|
353
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
354
|
+
|
|
355
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
356
|
+
}
|
|
357
|
+
declare type WorkSpacesWebClientConfigType = Partial<
|
|
358
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
359
|
+
> &
|
|
360
|
+
ClientDefaults &
|
|
361
|
+
RegionInputConfig &
|
|
362
|
+
EndpointsInputConfig &
|
|
363
|
+
RetryInputConfig &
|
|
364
|
+
HostHeaderInputConfig &
|
|
365
|
+
AwsAuthInputConfig &
|
|
366
|
+
UserAgentInputConfig;
|
|
367
|
+
|
|
368
|
+
export interface WorkSpacesWebClientConfig
|
|
369
|
+
extends WorkSpacesWebClientConfigType {}
|
|
370
|
+
declare type WorkSpacesWebClientResolvedConfigType =
|
|
371
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
372
|
+
Required<ClientDefaults> &
|
|
373
|
+
RegionResolvedConfig &
|
|
374
|
+
EndpointsResolvedConfig &
|
|
375
|
+
RetryResolvedConfig &
|
|
376
|
+
HostHeaderResolvedConfig &
|
|
377
|
+
AwsAuthResolvedConfig &
|
|
378
|
+
UserAgentResolvedConfig;
|
|
379
|
+
|
|
380
|
+
export interface WorkSpacesWebClientResolvedConfig
|
|
381
|
+
extends WorkSpacesWebClientResolvedConfigType {}
|
|
382
|
+
|
|
383
|
+
export declare class WorkSpacesWebClient extends __Client<
|
|
384
|
+
__HttpHandlerOptions,
|
|
385
|
+
ServiceInputTypes,
|
|
386
|
+
ServiceOutputTypes,
|
|
387
|
+
WorkSpacesWebClientResolvedConfig
|
|
388
|
+
> {
|
|
389
|
+
readonly config: WorkSpacesWebClientResolvedConfig;
|
|
390
|
+
constructor(configuration: WorkSpacesWebClientConfig);
|
|
391
|
+
|
|
392
|
+
destroy(): void;
|
|
393
|
+
}
|
|
394
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AssociateBrowserSettingsRequest,
|
|
10
|
+
AssociateBrowserSettingsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesWebClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesWebClient";
|
|
17
|
+
export interface AssociateBrowserSettingsCommandInput
|
|
18
|
+
extends AssociateBrowserSettingsRequest {}
|
|
19
|
+
export interface AssociateBrowserSettingsCommandOutput
|
|
20
|
+
extends AssociateBrowserSettingsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AssociateBrowserSettingsCommand extends $Command<
|
|
24
|
+
AssociateBrowserSettingsCommandInput,
|
|
25
|
+
AssociateBrowserSettingsCommandOutput,
|
|
26
|
+
WorkSpacesWebClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociateBrowserSettingsCommandInput;
|
|
29
|
+
constructor(input: AssociateBrowserSettingsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesWebClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AssociateBrowserSettingsCommandInput,
|
|
37
|
+
AssociateBrowserSettingsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AssociateNetworkSettingsRequest,
|
|
10
|
+
AssociateNetworkSettingsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesWebClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesWebClient";
|
|
17
|
+
export interface AssociateNetworkSettingsCommandInput
|
|
18
|
+
extends AssociateNetworkSettingsRequest {}
|
|
19
|
+
export interface AssociateNetworkSettingsCommandOutput
|
|
20
|
+
extends AssociateNetworkSettingsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AssociateNetworkSettingsCommand extends $Command<
|
|
24
|
+
AssociateNetworkSettingsCommandInput,
|
|
25
|
+
AssociateNetworkSettingsCommandOutput,
|
|
26
|
+
WorkSpacesWebClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociateNetworkSettingsCommandInput;
|
|
29
|
+
constructor(input: AssociateNetworkSettingsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesWebClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AssociateNetworkSettingsCommandInput,
|
|
37
|
+
AssociateNetworkSettingsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|