@aws-sdk/client-workspaces-web 3.928.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/dist-cjs/index.js +2743 -3261
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/WorkSpacesWebClient.js +2 -0
  4. package/dist-es/commands/AssociateBrowserSettingsCommand.js +3 -9
  5. package/dist-es/commands/AssociateDataProtectionSettingsCommand.js +3 -9
  6. package/dist-es/commands/AssociateIpAccessSettingsCommand.js +3 -9
  7. package/dist-es/commands/AssociateNetworkSettingsCommand.js +3 -9
  8. package/dist-es/commands/AssociateSessionLoggerCommand.js +3 -9
  9. package/dist-es/commands/AssociateTrustStoreCommand.js +3 -9
  10. package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +3 -9
  11. package/dist-es/commands/AssociateUserSettingsCommand.js +3 -9
  12. package/dist-es/commands/CreateBrowserSettingsCommand.js +3 -10
  13. package/dist-es/commands/CreateDataProtectionSettingsCommand.js +3 -10
  14. package/dist-es/commands/CreateIdentityProviderCommand.js +3 -10
  15. package/dist-es/commands/CreateIpAccessSettingsCommand.js +3 -10
  16. package/dist-es/commands/CreateNetworkSettingsCommand.js +3 -10
  17. package/dist-es/commands/CreatePortalCommand.js +3 -10
  18. package/dist-es/commands/CreateSessionLoggerCommand.js +3 -10
  19. package/dist-es/commands/CreateTrustStoreCommand.js +3 -10
  20. package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +3 -10
  21. package/dist-es/commands/CreateUserSettingsCommand.js +3 -10
  22. package/dist-es/commands/DeleteBrowserSettingsCommand.js +3 -9
  23. package/dist-es/commands/DeleteDataProtectionSettingsCommand.js +3 -9
  24. package/dist-es/commands/DeleteIdentityProviderCommand.js +3 -9
  25. package/dist-es/commands/DeleteIpAccessSettingsCommand.js +3 -9
  26. package/dist-es/commands/DeleteNetworkSettingsCommand.js +3 -9
  27. package/dist-es/commands/DeletePortalCommand.js +3 -9
  28. package/dist-es/commands/DeleteSessionLoggerCommand.js +3 -9
  29. package/dist-es/commands/DeleteTrustStoreCommand.js +3 -9
  30. package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +3 -9
  31. package/dist-es/commands/DeleteUserSettingsCommand.js +3 -9
  32. package/dist-es/commands/DisassociateBrowserSettingsCommand.js +3 -9
  33. package/dist-es/commands/DisassociateDataProtectionSettingsCommand.js +3 -9
  34. package/dist-es/commands/DisassociateIpAccessSettingsCommand.js +3 -9
  35. package/dist-es/commands/DisassociateNetworkSettingsCommand.js +3 -9
  36. package/dist-es/commands/DisassociateSessionLoggerCommand.js +3 -9
  37. package/dist-es/commands/DisassociateTrustStoreCommand.js +3 -9
  38. package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +3 -9
  39. package/dist-es/commands/DisassociateUserSettingsCommand.js +3 -9
  40. package/dist-es/commands/ExpireSessionCommand.js +3 -9
  41. package/dist-es/commands/GetBrowserSettingsCommand.js +3 -10
  42. package/dist-es/commands/GetDataProtectionSettingsCommand.js +3 -10
  43. package/dist-es/commands/GetIdentityProviderCommand.js +3 -10
  44. package/dist-es/commands/GetIpAccessSettingsCommand.js +3 -10
  45. package/dist-es/commands/GetNetworkSettingsCommand.js +3 -9
  46. package/dist-es/commands/GetPortalCommand.js +3 -10
  47. package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +3 -9
  48. package/dist-es/commands/GetSessionCommand.js +3 -10
  49. package/dist-es/commands/GetSessionLoggerCommand.js +3 -10
  50. package/dist-es/commands/GetTrustStoreCertificateCommand.js +3 -9
  51. package/dist-es/commands/GetTrustStoreCommand.js +3 -9
  52. package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +3 -9
  53. package/dist-es/commands/GetUserSettingsCommand.js +3 -10
  54. package/dist-es/commands/ListBrowserSettingsCommand.js +3 -9
  55. package/dist-es/commands/ListDataProtectionSettingsCommand.js +3 -10
  56. package/dist-es/commands/ListIdentityProvidersCommand.js +3 -10
  57. package/dist-es/commands/ListIpAccessSettingsCommand.js +3 -10
  58. package/dist-es/commands/ListNetworkSettingsCommand.js +3 -9
  59. package/dist-es/commands/ListPortalsCommand.js +3 -10
  60. package/dist-es/commands/ListSessionLoggersCommand.js +3 -10
  61. package/dist-es/commands/ListSessionsCommand.js +3 -10
  62. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  63. package/dist-es/commands/ListTrustStoreCertificatesCommand.js +3 -9
  64. package/dist-es/commands/ListTrustStoresCommand.js +3 -9
  65. package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +3 -9
  66. package/dist-es/commands/ListUserSettingsCommand.js +3 -10
  67. package/dist-es/commands/TagResourceCommand.js +3 -10
  68. package/dist-es/commands/UntagResourceCommand.js +3 -10
  69. package/dist-es/commands/UpdateBrowserSettingsCommand.js +3 -10
  70. package/dist-es/commands/UpdateDataProtectionSettingsCommand.js +3 -10
  71. package/dist-es/commands/UpdateIdentityProviderCommand.js +3 -10
  72. package/dist-es/commands/UpdateIpAccessSettingsCommand.js +3 -10
  73. package/dist-es/commands/UpdateNetworkSettingsCommand.js +3 -9
  74. package/dist-es/commands/UpdatePortalCommand.js +3 -10
  75. package/dist-es/commands/UpdateSessionLoggerCommand.js +3 -10
  76. package/dist-es/commands/UpdateTrustStoreCommand.js +3 -9
  77. package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +3 -9
  78. package/dist-es/commands/UpdateUserSettingsCommand.js +3 -10
  79. package/dist-es/models/models_0.js +0 -344
  80. package/dist-es/runtimeConfig.shared.js +2 -0
  81. package/dist-es/schemas/schemas_0.js +2590 -0
  82. package/dist-types/WorkSpacesWebClient.d.ts +10 -1
  83. package/dist-types/models/models_0.d.ts +0 -272
  84. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  85. package/dist-types/runtimeConfig.d.ts +1 -0
  86. package/dist-types/runtimeConfig.native.d.ts +1 -0
  87. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  88. package/dist-types/schemas/schemas_0.d.ts +324 -0
  89. package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +4 -0
  90. package/dist-types/ts3.4/models/models_0.d.ts +0 -194
  91. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  92. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  93. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  94. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  95. package/dist-types/ts3.4/schemas/schemas_0.d.ts +331 -0
  96. package/package.json +2 -3
  97. package/dist-es/protocols/Aws_restJson1.js +0 -2317
  98. package/dist-types/protocols/Aws_restJson1.d.ts +0 -677
  99. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -905
@@ -1,905 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateBrowserSettingsCommandInput,
8
- AssociateBrowserSettingsCommandOutput,
9
- } from "../commands/AssociateBrowserSettingsCommand";
10
- import {
11
- AssociateDataProtectionSettingsCommandInput,
12
- AssociateDataProtectionSettingsCommandOutput,
13
- } from "../commands/AssociateDataProtectionSettingsCommand";
14
- import {
15
- AssociateIpAccessSettingsCommandInput,
16
- AssociateIpAccessSettingsCommandOutput,
17
- } from "../commands/AssociateIpAccessSettingsCommand";
18
- import {
19
- AssociateNetworkSettingsCommandInput,
20
- AssociateNetworkSettingsCommandOutput,
21
- } from "../commands/AssociateNetworkSettingsCommand";
22
- import {
23
- AssociateSessionLoggerCommandInput,
24
- AssociateSessionLoggerCommandOutput,
25
- } from "../commands/AssociateSessionLoggerCommand";
26
- import {
27
- AssociateTrustStoreCommandInput,
28
- AssociateTrustStoreCommandOutput,
29
- } from "../commands/AssociateTrustStoreCommand";
30
- import {
31
- AssociateUserAccessLoggingSettingsCommandInput,
32
- AssociateUserAccessLoggingSettingsCommandOutput,
33
- } from "../commands/AssociateUserAccessLoggingSettingsCommand";
34
- import {
35
- AssociateUserSettingsCommandInput,
36
- AssociateUserSettingsCommandOutput,
37
- } from "../commands/AssociateUserSettingsCommand";
38
- import {
39
- CreateBrowserSettingsCommandInput,
40
- CreateBrowserSettingsCommandOutput,
41
- } from "../commands/CreateBrowserSettingsCommand";
42
- import {
43
- CreateDataProtectionSettingsCommandInput,
44
- CreateDataProtectionSettingsCommandOutput,
45
- } from "../commands/CreateDataProtectionSettingsCommand";
46
- import {
47
- CreateIdentityProviderCommandInput,
48
- CreateIdentityProviderCommandOutput,
49
- } from "../commands/CreateIdentityProviderCommand";
50
- import {
51
- CreateIpAccessSettingsCommandInput,
52
- CreateIpAccessSettingsCommandOutput,
53
- } from "../commands/CreateIpAccessSettingsCommand";
54
- import {
55
- CreateNetworkSettingsCommandInput,
56
- CreateNetworkSettingsCommandOutput,
57
- } from "../commands/CreateNetworkSettingsCommand";
58
- import {
59
- CreatePortalCommandInput,
60
- CreatePortalCommandOutput,
61
- } from "../commands/CreatePortalCommand";
62
- import {
63
- CreateSessionLoggerCommandInput,
64
- CreateSessionLoggerCommandOutput,
65
- } from "../commands/CreateSessionLoggerCommand";
66
- import {
67
- CreateTrustStoreCommandInput,
68
- CreateTrustStoreCommandOutput,
69
- } from "../commands/CreateTrustStoreCommand";
70
- import {
71
- CreateUserAccessLoggingSettingsCommandInput,
72
- CreateUserAccessLoggingSettingsCommandOutput,
73
- } from "../commands/CreateUserAccessLoggingSettingsCommand";
74
- import {
75
- CreateUserSettingsCommandInput,
76
- CreateUserSettingsCommandOutput,
77
- } from "../commands/CreateUserSettingsCommand";
78
- import {
79
- DeleteBrowserSettingsCommandInput,
80
- DeleteBrowserSettingsCommandOutput,
81
- } from "../commands/DeleteBrowserSettingsCommand";
82
- import {
83
- DeleteDataProtectionSettingsCommandInput,
84
- DeleteDataProtectionSettingsCommandOutput,
85
- } from "../commands/DeleteDataProtectionSettingsCommand";
86
- import {
87
- DeleteIdentityProviderCommandInput,
88
- DeleteIdentityProviderCommandOutput,
89
- } from "../commands/DeleteIdentityProviderCommand";
90
- import {
91
- DeleteIpAccessSettingsCommandInput,
92
- DeleteIpAccessSettingsCommandOutput,
93
- } from "../commands/DeleteIpAccessSettingsCommand";
94
- import {
95
- DeleteNetworkSettingsCommandInput,
96
- DeleteNetworkSettingsCommandOutput,
97
- } from "../commands/DeleteNetworkSettingsCommand";
98
- import {
99
- DeletePortalCommandInput,
100
- DeletePortalCommandOutput,
101
- } from "../commands/DeletePortalCommand";
102
- import {
103
- DeleteSessionLoggerCommandInput,
104
- DeleteSessionLoggerCommandOutput,
105
- } from "../commands/DeleteSessionLoggerCommand";
106
- import {
107
- DeleteTrustStoreCommandInput,
108
- DeleteTrustStoreCommandOutput,
109
- } from "../commands/DeleteTrustStoreCommand";
110
- import {
111
- DeleteUserAccessLoggingSettingsCommandInput,
112
- DeleteUserAccessLoggingSettingsCommandOutput,
113
- } from "../commands/DeleteUserAccessLoggingSettingsCommand";
114
- import {
115
- DeleteUserSettingsCommandInput,
116
- DeleteUserSettingsCommandOutput,
117
- } from "../commands/DeleteUserSettingsCommand";
118
- import {
119
- DisassociateBrowserSettingsCommandInput,
120
- DisassociateBrowserSettingsCommandOutput,
121
- } from "../commands/DisassociateBrowserSettingsCommand";
122
- import {
123
- DisassociateDataProtectionSettingsCommandInput,
124
- DisassociateDataProtectionSettingsCommandOutput,
125
- } from "../commands/DisassociateDataProtectionSettingsCommand";
126
- import {
127
- DisassociateIpAccessSettingsCommandInput,
128
- DisassociateIpAccessSettingsCommandOutput,
129
- } from "../commands/DisassociateIpAccessSettingsCommand";
130
- import {
131
- DisassociateNetworkSettingsCommandInput,
132
- DisassociateNetworkSettingsCommandOutput,
133
- } from "../commands/DisassociateNetworkSettingsCommand";
134
- import {
135
- DisassociateSessionLoggerCommandInput,
136
- DisassociateSessionLoggerCommandOutput,
137
- } from "../commands/DisassociateSessionLoggerCommand";
138
- import {
139
- DisassociateTrustStoreCommandInput,
140
- DisassociateTrustStoreCommandOutput,
141
- } from "../commands/DisassociateTrustStoreCommand";
142
- import {
143
- DisassociateUserAccessLoggingSettingsCommandInput,
144
- DisassociateUserAccessLoggingSettingsCommandOutput,
145
- } from "../commands/DisassociateUserAccessLoggingSettingsCommand";
146
- import {
147
- DisassociateUserSettingsCommandInput,
148
- DisassociateUserSettingsCommandOutput,
149
- } from "../commands/DisassociateUserSettingsCommand";
150
- import {
151
- ExpireSessionCommandInput,
152
- ExpireSessionCommandOutput,
153
- } from "../commands/ExpireSessionCommand";
154
- import {
155
- GetBrowserSettingsCommandInput,
156
- GetBrowserSettingsCommandOutput,
157
- } from "../commands/GetBrowserSettingsCommand";
158
- import {
159
- GetDataProtectionSettingsCommandInput,
160
- GetDataProtectionSettingsCommandOutput,
161
- } from "../commands/GetDataProtectionSettingsCommand";
162
- import {
163
- GetIdentityProviderCommandInput,
164
- GetIdentityProviderCommandOutput,
165
- } from "../commands/GetIdentityProviderCommand";
166
- import {
167
- GetIpAccessSettingsCommandInput,
168
- GetIpAccessSettingsCommandOutput,
169
- } from "../commands/GetIpAccessSettingsCommand";
170
- import {
171
- GetNetworkSettingsCommandInput,
172
- GetNetworkSettingsCommandOutput,
173
- } from "../commands/GetNetworkSettingsCommand";
174
- import {
175
- GetPortalCommandInput,
176
- GetPortalCommandOutput,
177
- } from "../commands/GetPortalCommand";
178
- import {
179
- GetPortalServiceProviderMetadataCommandInput,
180
- GetPortalServiceProviderMetadataCommandOutput,
181
- } from "../commands/GetPortalServiceProviderMetadataCommand";
182
- import {
183
- GetSessionCommandInput,
184
- GetSessionCommandOutput,
185
- } from "../commands/GetSessionCommand";
186
- import {
187
- GetSessionLoggerCommandInput,
188
- GetSessionLoggerCommandOutput,
189
- } from "../commands/GetSessionLoggerCommand";
190
- import {
191
- GetTrustStoreCertificateCommandInput,
192
- GetTrustStoreCertificateCommandOutput,
193
- } from "../commands/GetTrustStoreCertificateCommand";
194
- import {
195
- GetTrustStoreCommandInput,
196
- GetTrustStoreCommandOutput,
197
- } from "../commands/GetTrustStoreCommand";
198
- import {
199
- GetUserAccessLoggingSettingsCommandInput,
200
- GetUserAccessLoggingSettingsCommandOutput,
201
- } from "../commands/GetUserAccessLoggingSettingsCommand";
202
- import {
203
- GetUserSettingsCommandInput,
204
- GetUserSettingsCommandOutput,
205
- } from "../commands/GetUserSettingsCommand";
206
- import {
207
- ListBrowserSettingsCommandInput,
208
- ListBrowserSettingsCommandOutput,
209
- } from "../commands/ListBrowserSettingsCommand";
210
- import {
211
- ListDataProtectionSettingsCommandInput,
212
- ListDataProtectionSettingsCommandOutput,
213
- } from "../commands/ListDataProtectionSettingsCommand";
214
- import {
215
- ListIdentityProvidersCommandInput,
216
- ListIdentityProvidersCommandOutput,
217
- } from "../commands/ListIdentityProvidersCommand";
218
- import {
219
- ListIpAccessSettingsCommandInput,
220
- ListIpAccessSettingsCommandOutput,
221
- } from "../commands/ListIpAccessSettingsCommand";
222
- import {
223
- ListNetworkSettingsCommandInput,
224
- ListNetworkSettingsCommandOutput,
225
- } from "../commands/ListNetworkSettingsCommand";
226
- import {
227
- ListPortalsCommandInput,
228
- ListPortalsCommandOutput,
229
- } from "../commands/ListPortalsCommand";
230
- import {
231
- ListSessionLoggersCommandInput,
232
- ListSessionLoggersCommandOutput,
233
- } from "../commands/ListSessionLoggersCommand";
234
- import {
235
- ListSessionsCommandInput,
236
- ListSessionsCommandOutput,
237
- } from "../commands/ListSessionsCommand";
238
- import {
239
- ListTagsForResourceCommandInput,
240
- ListTagsForResourceCommandOutput,
241
- } from "../commands/ListTagsForResourceCommand";
242
- import {
243
- ListTrustStoreCertificatesCommandInput,
244
- ListTrustStoreCertificatesCommandOutput,
245
- } from "../commands/ListTrustStoreCertificatesCommand";
246
- import {
247
- ListTrustStoresCommandInput,
248
- ListTrustStoresCommandOutput,
249
- } from "../commands/ListTrustStoresCommand";
250
- import {
251
- ListUserAccessLoggingSettingsCommandInput,
252
- ListUserAccessLoggingSettingsCommandOutput,
253
- } from "../commands/ListUserAccessLoggingSettingsCommand";
254
- import {
255
- ListUserSettingsCommandInput,
256
- ListUserSettingsCommandOutput,
257
- } from "../commands/ListUserSettingsCommand";
258
- import {
259
- TagResourceCommandInput,
260
- TagResourceCommandOutput,
261
- } from "../commands/TagResourceCommand";
262
- import {
263
- UntagResourceCommandInput,
264
- UntagResourceCommandOutput,
265
- } from "../commands/UntagResourceCommand";
266
- import {
267
- UpdateBrowserSettingsCommandInput,
268
- UpdateBrowserSettingsCommandOutput,
269
- } from "../commands/UpdateBrowserSettingsCommand";
270
- import {
271
- UpdateDataProtectionSettingsCommandInput,
272
- UpdateDataProtectionSettingsCommandOutput,
273
- } from "../commands/UpdateDataProtectionSettingsCommand";
274
- import {
275
- UpdateIdentityProviderCommandInput,
276
- UpdateIdentityProviderCommandOutput,
277
- } from "../commands/UpdateIdentityProviderCommand";
278
- import {
279
- UpdateIpAccessSettingsCommandInput,
280
- UpdateIpAccessSettingsCommandOutput,
281
- } from "../commands/UpdateIpAccessSettingsCommand";
282
- import {
283
- UpdateNetworkSettingsCommandInput,
284
- UpdateNetworkSettingsCommandOutput,
285
- } from "../commands/UpdateNetworkSettingsCommand";
286
- import {
287
- UpdatePortalCommandInput,
288
- UpdatePortalCommandOutput,
289
- } from "../commands/UpdatePortalCommand";
290
- import {
291
- UpdateSessionLoggerCommandInput,
292
- UpdateSessionLoggerCommandOutput,
293
- } from "../commands/UpdateSessionLoggerCommand";
294
- import {
295
- UpdateTrustStoreCommandInput,
296
- UpdateTrustStoreCommandOutput,
297
- } from "../commands/UpdateTrustStoreCommand";
298
- import {
299
- UpdateUserAccessLoggingSettingsCommandInput,
300
- UpdateUserAccessLoggingSettingsCommandOutput,
301
- } from "../commands/UpdateUserAccessLoggingSettingsCommand";
302
- import {
303
- UpdateUserSettingsCommandInput,
304
- UpdateUserSettingsCommandOutput,
305
- } from "../commands/UpdateUserSettingsCommand";
306
- export declare const se_AssociateBrowserSettingsCommand: (
307
- input: AssociateBrowserSettingsCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_AssociateDataProtectionSettingsCommand: (
311
- input: AssociateDataProtectionSettingsCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_AssociateIpAccessSettingsCommand: (
315
- input: AssociateIpAccessSettingsCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_AssociateNetworkSettingsCommand: (
319
- input: AssociateNetworkSettingsCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_AssociateSessionLoggerCommand: (
323
- input: AssociateSessionLoggerCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_AssociateTrustStoreCommand: (
327
- input: AssociateTrustStoreCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_AssociateUserAccessLoggingSettingsCommand: (
331
- input: AssociateUserAccessLoggingSettingsCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_AssociateUserSettingsCommand: (
335
- input: AssociateUserSettingsCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_CreateBrowserSettingsCommand: (
339
- input: CreateBrowserSettingsCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_CreateDataProtectionSettingsCommand: (
343
- input: CreateDataProtectionSettingsCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_CreateIdentityProviderCommand: (
347
- input: CreateIdentityProviderCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_CreateIpAccessSettingsCommand: (
351
- input: CreateIpAccessSettingsCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_CreateNetworkSettingsCommand: (
355
- input: CreateNetworkSettingsCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_CreatePortalCommand: (
359
- input: CreatePortalCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_CreateSessionLoggerCommand: (
363
- input: CreateSessionLoggerCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_CreateTrustStoreCommand: (
367
- input: CreateTrustStoreCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_CreateUserAccessLoggingSettingsCommand: (
371
- input: CreateUserAccessLoggingSettingsCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_CreateUserSettingsCommand: (
375
- input: CreateUserSettingsCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_DeleteBrowserSettingsCommand: (
379
- input: DeleteBrowserSettingsCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_DeleteDataProtectionSettingsCommand: (
383
- input: DeleteDataProtectionSettingsCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_DeleteIdentityProviderCommand: (
387
- input: DeleteIdentityProviderCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_DeleteIpAccessSettingsCommand: (
391
- input: DeleteIpAccessSettingsCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_DeleteNetworkSettingsCommand: (
395
- input: DeleteNetworkSettingsCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_DeletePortalCommand: (
399
- input: DeletePortalCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_DeleteSessionLoggerCommand: (
403
- input: DeleteSessionLoggerCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_DeleteTrustStoreCommand: (
407
- input: DeleteTrustStoreCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_DeleteUserAccessLoggingSettingsCommand: (
411
- input: DeleteUserAccessLoggingSettingsCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_DeleteUserSettingsCommand: (
415
- input: DeleteUserSettingsCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_DisassociateBrowserSettingsCommand: (
419
- input: DisassociateBrowserSettingsCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_DisassociateDataProtectionSettingsCommand: (
423
- input: DisassociateDataProtectionSettingsCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_DisassociateIpAccessSettingsCommand: (
427
- input: DisassociateIpAccessSettingsCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_DisassociateNetworkSettingsCommand: (
431
- input: DisassociateNetworkSettingsCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_DisassociateSessionLoggerCommand: (
435
- input: DisassociateSessionLoggerCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_DisassociateTrustStoreCommand: (
439
- input: DisassociateTrustStoreCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_DisassociateUserAccessLoggingSettingsCommand: (
443
- input: DisassociateUserAccessLoggingSettingsCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_DisassociateUserSettingsCommand: (
447
- input: DisassociateUserSettingsCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_ExpireSessionCommand: (
451
- input: ExpireSessionCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_GetBrowserSettingsCommand: (
455
- input: GetBrowserSettingsCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_GetDataProtectionSettingsCommand: (
459
- input: GetDataProtectionSettingsCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_GetIdentityProviderCommand: (
463
- input: GetIdentityProviderCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_GetIpAccessSettingsCommand: (
467
- input: GetIpAccessSettingsCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_GetNetworkSettingsCommand: (
471
- input: GetNetworkSettingsCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_GetPortalCommand: (
475
- input: GetPortalCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_GetPortalServiceProviderMetadataCommand: (
479
- input: GetPortalServiceProviderMetadataCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_GetSessionCommand: (
483
- input: GetSessionCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_GetSessionLoggerCommand: (
487
- input: GetSessionLoggerCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_GetTrustStoreCommand: (
491
- input: GetTrustStoreCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_GetTrustStoreCertificateCommand: (
495
- input: GetTrustStoreCertificateCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_GetUserAccessLoggingSettingsCommand: (
499
- input: GetUserAccessLoggingSettingsCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_GetUserSettingsCommand: (
503
- input: GetUserSettingsCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_ListBrowserSettingsCommand: (
507
- input: ListBrowserSettingsCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_ListDataProtectionSettingsCommand: (
511
- input: ListDataProtectionSettingsCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_ListIdentityProvidersCommand: (
515
- input: ListIdentityProvidersCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_ListIpAccessSettingsCommand: (
519
- input: ListIpAccessSettingsCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_ListNetworkSettingsCommand: (
523
- input: ListNetworkSettingsCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_ListPortalsCommand: (
527
- input: ListPortalsCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_ListSessionLoggersCommand: (
531
- input: ListSessionLoggersCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_ListSessionsCommand: (
535
- input: ListSessionsCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_ListTagsForResourceCommand: (
539
- input: ListTagsForResourceCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_ListTrustStoreCertificatesCommand: (
543
- input: ListTrustStoreCertificatesCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_ListTrustStoresCommand: (
547
- input: ListTrustStoresCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_ListUserAccessLoggingSettingsCommand: (
551
- input: ListUserAccessLoggingSettingsCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_ListUserSettingsCommand: (
555
- input: ListUserSettingsCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_TagResourceCommand: (
559
- input: TagResourceCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_UntagResourceCommand: (
563
- input: UntagResourceCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const se_UpdateBrowserSettingsCommand: (
567
- input: UpdateBrowserSettingsCommandInput,
568
- context: __SerdeContext
569
- ) => Promise<__HttpRequest>;
570
- export declare const se_UpdateDataProtectionSettingsCommand: (
571
- input: UpdateDataProtectionSettingsCommandInput,
572
- context: __SerdeContext
573
- ) => Promise<__HttpRequest>;
574
- export declare const se_UpdateIdentityProviderCommand: (
575
- input: UpdateIdentityProviderCommandInput,
576
- context: __SerdeContext
577
- ) => Promise<__HttpRequest>;
578
- export declare const se_UpdateIpAccessSettingsCommand: (
579
- input: UpdateIpAccessSettingsCommandInput,
580
- context: __SerdeContext
581
- ) => Promise<__HttpRequest>;
582
- export declare const se_UpdateNetworkSettingsCommand: (
583
- input: UpdateNetworkSettingsCommandInput,
584
- context: __SerdeContext
585
- ) => Promise<__HttpRequest>;
586
- export declare const se_UpdatePortalCommand: (
587
- input: UpdatePortalCommandInput,
588
- context: __SerdeContext
589
- ) => Promise<__HttpRequest>;
590
- export declare const se_UpdateSessionLoggerCommand: (
591
- input: UpdateSessionLoggerCommandInput,
592
- context: __SerdeContext
593
- ) => Promise<__HttpRequest>;
594
- export declare const se_UpdateTrustStoreCommand: (
595
- input: UpdateTrustStoreCommandInput,
596
- context: __SerdeContext
597
- ) => Promise<__HttpRequest>;
598
- export declare const se_UpdateUserAccessLoggingSettingsCommand: (
599
- input: UpdateUserAccessLoggingSettingsCommandInput,
600
- context: __SerdeContext
601
- ) => Promise<__HttpRequest>;
602
- export declare const se_UpdateUserSettingsCommand: (
603
- input: UpdateUserSettingsCommandInput,
604
- context: __SerdeContext
605
- ) => Promise<__HttpRequest>;
606
- export declare const de_AssociateBrowserSettingsCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<AssociateBrowserSettingsCommandOutput>;
610
- export declare const de_AssociateDataProtectionSettingsCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<AssociateDataProtectionSettingsCommandOutput>;
614
- export declare const de_AssociateIpAccessSettingsCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<AssociateIpAccessSettingsCommandOutput>;
618
- export declare const de_AssociateNetworkSettingsCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<AssociateNetworkSettingsCommandOutput>;
622
- export declare const de_AssociateSessionLoggerCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<AssociateSessionLoggerCommandOutput>;
626
- export declare const de_AssociateTrustStoreCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<AssociateTrustStoreCommandOutput>;
630
- export declare const de_AssociateUserAccessLoggingSettingsCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<AssociateUserAccessLoggingSettingsCommandOutput>;
634
- export declare const de_AssociateUserSettingsCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<AssociateUserSettingsCommandOutput>;
638
- export declare const de_CreateBrowserSettingsCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<CreateBrowserSettingsCommandOutput>;
642
- export declare const de_CreateDataProtectionSettingsCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<CreateDataProtectionSettingsCommandOutput>;
646
- export declare const de_CreateIdentityProviderCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<CreateIdentityProviderCommandOutput>;
650
- export declare const de_CreateIpAccessSettingsCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<CreateIpAccessSettingsCommandOutput>;
654
- export declare const de_CreateNetworkSettingsCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<CreateNetworkSettingsCommandOutput>;
658
- export declare const de_CreatePortalCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<CreatePortalCommandOutput>;
662
- export declare const de_CreateSessionLoggerCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<CreateSessionLoggerCommandOutput>;
666
- export declare const de_CreateTrustStoreCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<CreateTrustStoreCommandOutput>;
670
- export declare const de_CreateUserAccessLoggingSettingsCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<CreateUserAccessLoggingSettingsCommandOutput>;
674
- export declare const de_CreateUserSettingsCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<CreateUserSettingsCommandOutput>;
678
- export declare const de_DeleteBrowserSettingsCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<DeleteBrowserSettingsCommandOutput>;
682
- export declare const de_DeleteDataProtectionSettingsCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<DeleteDataProtectionSettingsCommandOutput>;
686
- export declare const de_DeleteIdentityProviderCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<DeleteIdentityProviderCommandOutput>;
690
- export declare const de_DeleteIpAccessSettingsCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<DeleteIpAccessSettingsCommandOutput>;
694
- export declare const de_DeleteNetworkSettingsCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<DeleteNetworkSettingsCommandOutput>;
698
- export declare const de_DeletePortalCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<DeletePortalCommandOutput>;
702
- export declare const de_DeleteSessionLoggerCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<DeleteSessionLoggerCommandOutput>;
706
- export declare const de_DeleteTrustStoreCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<DeleteTrustStoreCommandOutput>;
710
- export declare const de_DeleteUserAccessLoggingSettingsCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<DeleteUserAccessLoggingSettingsCommandOutput>;
714
- export declare const de_DeleteUserSettingsCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<DeleteUserSettingsCommandOutput>;
718
- export declare const de_DisassociateBrowserSettingsCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<DisassociateBrowserSettingsCommandOutput>;
722
- export declare const de_DisassociateDataProtectionSettingsCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<DisassociateDataProtectionSettingsCommandOutput>;
726
- export declare const de_DisassociateIpAccessSettingsCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<DisassociateIpAccessSettingsCommandOutput>;
730
- export declare const de_DisassociateNetworkSettingsCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<DisassociateNetworkSettingsCommandOutput>;
734
- export declare const de_DisassociateSessionLoggerCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<DisassociateSessionLoggerCommandOutput>;
738
- export declare const de_DisassociateTrustStoreCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<DisassociateTrustStoreCommandOutput>;
742
- export declare const de_DisassociateUserAccessLoggingSettingsCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<DisassociateUserAccessLoggingSettingsCommandOutput>;
746
- export declare const de_DisassociateUserSettingsCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<DisassociateUserSettingsCommandOutput>;
750
- export declare const de_ExpireSessionCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<ExpireSessionCommandOutput>;
754
- export declare const de_GetBrowserSettingsCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<GetBrowserSettingsCommandOutput>;
758
- export declare const de_GetDataProtectionSettingsCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<GetDataProtectionSettingsCommandOutput>;
762
- export declare const de_GetIdentityProviderCommand: (
763
- output: __HttpResponse,
764
- context: __SerdeContext
765
- ) => Promise<GetIdentityProviderCommandOutput>;
766
- export declare const de_GetIpAccessSettingsCommand: (
767
- output: __HttpResponse,
768
- context: __SerdeContext
769
- ) => Promise<GetIpAccessSettingsCommandOutput>;
770
- export declare const de_GetNetworkSettingsCommand: (
771
- output: __HttpResponse,
772
- context: __SerdeContext
773
- ) => Promise<GetNetworkSettingsCommandOutput>;
774
- export declare const de_GetPortalCommand: (
775
- output: __HttpResponse,
776
- context: __SerdeContext
777
- ) => Promise<GetPortalCommandOutput>;
778
- export declare const de_GetPortalServiceProviderMetadataCommand: (
779
- output: __HttpResponse,
780
- context: __SerdeContext
781
- ) => Promise<GetPortalServiceProviderMetadataCommandOutput>;
782
- export declare const de_GetSessionCommand: (
783
- output: __HttpResponse,
784
- context: __SerdeContext
785
- ) => Promise<GetSessionCommandOutput>;
786
- export declare const de_GetSessionLoggerCommand: (
787
- output: __HttpResponse,
788
- context: __SerdeContext
789
- ) => Promise<GetSessionLoggerCommandOutput>;
790
- export declare const de_GetTrustStoreCommand: (
791
- output: __HttpResponse,
792
- context: __SerdeContext
793
- ) => Promise<GetTrustStoreCommandOutput>;
794
- export declare const de_GetTrustStoreCertificateCommand: (
795
- output: __HttpResponse,
796
- context: __SerdeContext
797
- ) => Promise<GetTrustStoreCertificateCommandOutput>;
798
- export declare const de_GetUserAccessLoggingSettingsCommand: (
799
- output: __HttpResponse,
800
- context: __SerdeContext
801
- ) => Promise<GetUserAccessLoggingSettingsCommandOutput>;
802
- export declare const de_GetUserSettingsCommand: (
803
- output: __HttpResponse,
804
- context: __SerdeContext
805
- ) => Promise<GetUserSettingsCommandOutput>;
806
- export declare const de_ListBrowserSettingsCommand: (
807
- output: __HttpResponse,
808
- context: __SerdeContext
809
- ) => Promise<ListBrowserSettingsCommandOutput>;
810
- export declare const de_ListDataProtectionSettingsCommand: (
811
- output: __HttpResponse,
812
- context: __SerdeContext
813
- ) => Promise<ListDataProtectionSettingsCommandOutput>;
814
- export declare const de_ListIdentityProvidersCommand: (
815
- output: __HttpResponse,
816
- context: __SerdeContext
817
- ) => Promise<ListIdentityProvidersCommandOutput>;
818
- export declare const de_ListIpAccessSettingsCommand: (
819
- output: __HttpResponse,
820
- context: __SerdeContext
821
- ) => Promise<ListIpAccessSettingsCommandOutput>;
822
- export declare const de_ListNetworkSettingsCommand: (
823
- output: __HttpResponse,
824
- context: __SerdeContext
825
- ) => Promise<ListNetworkSettingsCommandOutput>;
826
- export declare const de_ListPortalsCommand: (
827
- output: __HttpResponse,
828
- context: __SerdeContext
829
- ) => Promise<ListPortalsCommandOutput>;
830
- export declare const de_ListSessionLoggersCommand: (
831
- output: __HttpResponse,
832
- context: __SerdeContext
833
- ) => Promise<ListSessionLoggersCommandOutput>;
834
- export declare const de_ListSessionsCommand: (
835
- output: __HttpResponse,
836
- context: __SerdeContext
837
- ) => Promise<ListSessionsCommandOutput>;
838
- export declare const de_ListTagsForResourceCommand: (
839
- output: __HttpResponse,
840
- context: __SerdeContext
841
- ) => Promise<ListTagsForResourceCommandOutput>;
842
- export declare const de_ListTrustStoreCertificatesCommand: (
843
- output: __HttpResponse,
844
- context: __SerdeContext
845
- ) => Promise<ListTrustStoreCertificatesCommandOutput>;
846
- export declare const de_ListTrustStoresCommand: (
847
- output: __HttpResponse,
848
- context: __SerdeContext
849
- ) => Promise<ListTrustStoresCommandOutput>;
850
- export declare const de_ListUserAccessLoggingSettingsCommand: (
851
- output: __HttpResponse,
852
- context: __SerdeContext
853
- ) => Promise<ListUserAccessLoggingSettingsCommandOutput>;
854
- export declare const de_ListUserSettingsCommand: (
855
- output: __HttpResponse,
856
- context: __SerdeContext
857
- ) => Promise<ListUserSettingsCommandOutput>;
858
- export declare const de_TagResourceCommand: (
859
- output: __HttpResponse,
860
- context: __SerdeContext
861
- ) => Promise<TagResourceCommandOutput>;
862
- export declare const de_UntagResourceCommand: (
863
- output: __HttpResponse,
864
- context: __SerdeContext
865
- ) => Promise<UntagResourceCommandOutput>;
866
- export declare const de_UpdateBrowserSettingsCommand: (
867
- output: __HttpResponse,
868
- context: __SerdeContext
869
- ) => Promise<UpdateBrowserSettingsCommandOutput>;
870
- export declare const de_UpdateDataProtectionSettingsCommand: (
871
- output: __HttpResponse,
872
- context: __SerdeContext
873
- ) => Promise<UpdateDataProtectionSettingsCommandOutput>;
874
- export declare const de_UpdateIdentityProviderCommand: (
875
- output: __HttpResponse,
876
- context: __SerdeContext
877
- ) => Promise<UpdateIdentityProviderCommandOutput>;
878
- export declare const de_UpdateIpAccessSettingsCommand: (
879
- output: __HttpResponse,
880
- context: __SerdeContext
881
- ) => Promise<UpdateIpAccessSettingsCommandOutput>;
882
- export declare const de_UpdateNetworkSettingsCommand: (
883
- output: __HttpResponse,
884
- context: __SerdeContext
885
- ) => Promise<UpdateNetworkSettingsCommandOutput>;
886
- export declare const de_UpdatePortalCommand: (
887
- output: __HttpResponse,
888
- context: __SerdeContext
889
- ) => Promise<UpdatePortalCommandOutput>;
890
- export declare const de_UpdateSessionLoggerCommand: (
891
- output: __HttpResponse,
892
- context: __SerdeContext
893
- ) => Promise<UpdateSessionLoggerCommandOutput>;
894
- export declare const de_UpdateTrustStoreCommand: (
895
- output: __HttpResponse,
896
- context: __SerdeContext
897
- ) => Promise<UpdateTrustStoreCommandOutput>;
898
- export declare const de_UpdateUserAccessLoggingSettingsCommand: (
899
- output: __HttpResponse,
900
- context: __SerdeContext
901
- ) => Promise<UpdateUserAccessLoggingSettingsCommandOutput>;
902
- export declare const de_UpdateUserSettingsCommand: (
903
- output: __HttpResponse,
904
- context: __SerdeContext
905
- ) => Promise<UpdateUserSettingsCommandOutput>;