@aws-sdk/client-workspaces-web 3.856.0 → 3.858.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 (47) hide show
  1. package/README.md +56 -0
  2. package/dist-cjs/index.js +450 -0
  3. package/dist-es/WorkSpacesWeb.js +14 -0
  4. package/dist-es/commands/AssociateSessionLoggerCommand.js +22 -0
  5. package/dist-es/commands/CreateSessionLoggerCommand.js +23 -0
  6. package/dist-es/commands/DeleteSessionLoggerCommand.js +22 -0
  7. package/dist-es/commands/DisassociateSessionLoggerCommand.js +22 -0
  8. package/dist-es/commands/GetSessionLoggerCommand.js +23 -0
  9. package/dist-es/commands/ListSessionLoggersCommand.js +23 -0
  10. package/dist-es/commands/UpdateSessionLoggerCommand.js +23 -0
  11. package/dist-es/commands/index.js +7 -0
  12. package/dist-es/models/models_0.js +83 -0
  13. package/dist-es/pagination/ListSessionLoggersPaginator.js +4 -0
  14. package/dist-es/pagination/index.js +1 -0
  15. package/dist-es/protocols/Aws_restJson1.js +210 -1
  16. package/dist-types/WorkSpacesWeb.d.ts +50 -0
  17. package/dist-types/WorkSpacesWebClient.d.ts +9 -2
  18. package/dist-types/commands/AssociateSessionLoggerCommand.d.ts +109 -0
  19. package/dist-types/commands/CreateSessionLoggerCommand.d.ts +189 -0
  20. package/dist-types/commands/DeleteSessionLoggerCommand.d.ts +98 -0
  21. package/dist-types/commands/DisassociateSessionLoggerCommand.d.ts +98 -0
  22. package/dist-types/commands/GetPortalCommand.d.ts +1 -0
  23. package/dist-types/commands/GetSessionLoggerCommand.d.ts +187 -0
  24. package/dist-types/commands/ListPortalsCommand.d.ts +1 -0
  25. package/dist-types/commands/ListSessionLoggersCommand.d.ts +175 -0
  26. package/dist-types/commands/UpdatePortalCommand.d.ts +1 -0
  27. package/dist-types/commands/UpdateSessionLoggerCommand.d.ts +217 -0
  28. package/dist-types/commands/index.d.ts +7 -0
  29. package/dist-types/models/models_0.d.ts +452 -0
  30. package/dist-types/pagination/ListSessionLoggersPaginator.d.ts +7 -0
  31. package/dist-types/pagination/index.d.ts +1 -0
  32. package/dist-types/protocols/Aws_restJson1.d.ts +63 -0
  33. package/dist-types/ts3.4/WorkSpacesWeb.d.ts +120 -0
  34. package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +42 -0
  35. package/dist-types/ts3.4/commands/AssociateSessionLoggerCommand.d.ts +51 -0
  36. package/dist-types/ts3.4/commands/CreateSessionLoggerCommand.d.ts +51 -0
  37. package/dist-types/ts3.4/commands/DeleteSessionLoggerCommand.d.ts +51 -0
  38. package/dist-types/ts3.4/commands/DisassociateSessionLoggerCommand.d.ts +51 -0
  39. package/dist-types/ts3.4/commands/GetSessionLoggerCommand.d.ts +50 -0
  40. package/dist-types/ts3.4/commands/ListSessionLoggersCommand.d.ts +51 -0
  41. package/dist-types/ts3.4/commands/UpdateSessionLoggerCommand.d.ts +51 -0
  42. package/dist-types/ts3.4/commands/index.d.ts +7 -0
  43. package/dist-types/ts3.4/models/models_0.d.ts +164 -0
  44. package/dist-types/ts3.4/pagination/ListSessionLoggersPaginator.d.ts +11 -0
  45. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  46. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +84 -0
  47. package/package.json +11 -11
@@ -4,6 +4,7 @@ import { AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOu
4
4
  import { AssociateDataProtectionSettingsCommandInput, AssociateDataProtectionSettingsCommandOutput } from "../commands/AssociateDataProtectionSettingsCommand";
5
5
  import { AssociateIpAccessSettingsCommandInput, AssociateIpAccessSettingsCommandOutput } from "../commands/AssociateIpAccessSettingsCommand";
6
6
  import { AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput } from "../commands/AssociateNetworkSettingsCommand";
7
+ import { AssociateSessionLoggerCommandInput, AssociateSessionLoggerCommandOutput } from "../commands/AssociateSessionLoggerCommand";
7
8
  import { AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput } from "../commands/AssociateTrustStoreCommand";
8
9
  import { AssociateUserAccessLoggingSettingsCommandInput, AssociateUserAccessLoggingSettingsCommandOutput } from "../commands/AssociateUserAccessLoggingSettingsCommand";
9
10
  import { AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput } from "../commands/AssociateUserSettingsCommand";
@@ -13,6 +14,7 @@ import { CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput
13
14
  import { CreateIpAccessSettingsCommandInput, CreateIpAccessSettingsCommandOutput } from "../commands/CreateIpAccessSettingsCommand";
14
15
  import { CreateNetworkSettingsCommandInput, CreateNetworkSettingsCommandOutput } from "../commands/CreateNetworkSettingsCommand";
15
16
  import { CreatePortalCommandInput, CreatePortalCommandOutput } from "../commands/CreatePortalCommand";
17
+ import { CreateSessionLoggerCommandInput, CreateSessionLoggerCommandOutput } from "../commands/CreateSessionLoggerCommand";
16
18
  import { CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput } from "../commands/CreateTrustStoreCommand";
17
19
  import { CreateUserAccessLoggingSettingsCommandInput, CreateUserAccessLoggingSettingsCommandOutput } from "../commands/CreateUserAccessLoggingSettingsCommand";
18
20
  import { CreateUserSettingsCommandInput, CreateUserSettingsCommandOutput } from "../commands/CreateUserSettingsCommand";
@@ -22,6 +24,7 @@ import { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput
22
24
  import { DeleteIpAccessSettingsCommandInput, DeleteIpAccessSettingsCommandOutput } from "../commands/DeleteIpAccessSettingsCommand";
23
25
  import { DeleteNetworkSettingsCommandInput, DeleteNetworkSettingsCommandOutput } from "../commands/DeleteNetworkSettingsCommand";
24
26
  import { DeletePortalCommandInput, DeletePortalCommandOutput } from "../commands/DeletePortalCommand";
27
+ import { DeleteSessionLoggerCommandInput, DeleteSessionLoggerCommandOutput } from "../commands/DeleteSessionLoggerCommand";
25
28
  import { DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput } from "../commands/DeleteTrustStoreCommand";
26
29
  import { DeleteUserAccessLoggingSettingsCommandInput, DeleteUserAccessLoggingSettingsCommandOutput } from "../commands/DeleteUserAccessLoggingSettingsCommand";
27
30
  import { DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput } from "../commands/DeleteUserSettingsCommand";
@@ -29,6 +32,7 @@ import { DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCom
29
32
  import { DisassociateDataProtectionSettingsCommandInput, DisassociateDataProtectionSettingsCommandOutput } from "../commands/DisassociateDataProtectionSettingsCommand";
30
33
  import { DisassociateIpAccessSettingsCommandInput, DisassociateIpAccessSettingsCommandOutput } from "../commands/DisassociateIpAccessSettingsCommand";
31
34
  import { DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput } from "../commands/DisassociateNetworkSettingsCommand";
35
+ import { DisassociateSessionLoggerCommandInput, DisassociateSessionLoggerCommandOutput } from "../commands/DisassociateSessionLoggerCommand";
32
36
  import { DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput } from "../commands/DisassociateTrustStoreCommand";
33
37
  import { DisassociateUserAccessLoggingSettingsCommandInput, DisassociateUserAccessLoggingSettingsCommandOutput } from "../commands/DisassociateUserAccessLoggingSettingsCommand";
34
38
  import { DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput } from "../commands/DisassociateUserSettingsCommand";
@@ -41,6 +45,7 @@ import { GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput } from
41
45
  import { GetPortalCommandInput, GetPortalCommandOutput } from "../commands/GetPortalCommand";
42
46
  import { GetPortalServiceProviderMetadataCommandInput, GetPortalServiceProviderMetadataCommandOutput } from "../commands/GetPortalServiceProviderMetadataCommand";
43
47
  import { GetSessionCommandInput, GetSessionCommandOutput } from "../commands/GetSessionCommand";
48
+ import { GetSessionLoggerCommandInput, GetSessionLoggerCommandOutput } from "../commands/GetSessionLoggerCommand";
44
49
  import { GetTrustStoreCertificateCommandInput, GetTrustStoreCertificateCommandOutput } from "../commands/GetTrustStoreCertificateCommand";
45
50
  import { GetTrustStoreCommandInput, GetTrustStoreCommandOutput } from "../commands/GetTrustStoreCommand";
46
51
  import { GetUserAccessLoggingSettingsCommandInput, GetUserAccessLoggingSettingsCommandOutput } from "../commands/GetUserAccessLoggingSettingsCommand";
@@ -51,6 +56,7 @@ import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput }
51
56
  import { ListIpAccessSettingsCommandInput, ListIpAccessSettingsCommandOutput } from "../commands/ListIpAccessSettingsCommand";
52
57
  import { ListNetworkSettingsCommandInput, ListNetworkSettingsCommandOutput } from "../commands/ListNetworkSettingsCommand";
53
58
  import { ListPortalsCommandInput, ListPortalsCommandOutput } from "../commands/ListPortalsCommand";
59
+ import { ListSessionLoggersCommandInput, ListSessionLoggersCommandOutput } from "../commands/ListSessionLoggersCommand";
54
60
  import { ListSessionsCommandInput, ListSessionsCommandOutput } from "../commands/ListSessionsCommand";
55
61
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
56
62
  import { ListTrustStoreCertificatesCommandInput, ListTrustStoreCertificatesCommandOutput } from "../commands/ListTrustStoreCertificatesCommand";
@@ -65,6 +71,7 @@ import { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput
65
71
  import { UpdateIpAccessSettingsCommandInput, UpdateIpAccessSettingsCommandOutput } from "../commands/UpdateIpAccessSettingsCommand";
66
72
  import { UpdateNetworkSettingsCommandInput, UpdateNetworkSettingsCommandOutput } from "../commands/UpdateNetworkSettingsCommand";
67
73
  import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "../commands/UpdatePortalCommand";
74
+ import { UpdateSessionLoggerCommandInput, UpdateSessionLoggerCommandOutput } from "../commands/UpdateSessionLoggerCommand";
68
75
  import { UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput } from "../commands/UpdateTrustStoreCommand";
69
76
  import { UpdateUserAccessLoggingSettingsCommandInput, UpdateUserAccessLoggingSettingsCommandOutput } from "../commands/UpdateUserAccessLoggingSettingsCommand";
70
77
  import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "../commands/UpdateUserSettingsCommand";
@@ -84,6 +91,10 @@ export declare const se_AssociateIpAccessSettingsCommand: (input: AssociateIpAcc
84
91
  * serializeAws_restJson1AssociateNetworkSettingsCommand
85
92
  */
86
93
  export declare const se_AssociateNetworkSettingsCommand: (input: AssociateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ /**
95
+ * serializeAws_restJson1AssociateSessionLoggerCommand
96
+ */
97
+ export declare const se_AssociateSessionLoggerCommand: (input: AssociateSessionLoggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
98
  /**
88
99
  * serializeAws_restJson1AssociateTrustStoreCommand
89
100
  */
@@ -120,6 +131,10 @@ export declare const se_CreateNetworkSettingsCommand: (input: CreateNetworkSetti
120
131
  * serializeAws_restJson1CreatePortalCommand
121
132
  */
122
133
  export declare const se_CreatePortalCommand: (input: CreatePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
+ /**
135
+ * serializeAws_restJson1CreateSessionLoggerCommand
136
+ */
137
+ export declare const se_CreateSessionLoggerCommand: (input: CreateSessionLoggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
138
  /**
124
139
  * serializeAws_restJson1CreateTrustStoreCommand
125
140
  */
@@ -156,6 +171,10 @@ export declare const se_DeleteNetworkSettingsCommand: (input: DeleteNetworkSetti
156
171
  * serializeAws_restJson1DeletePortalCommand
157
172
  */
158
173
  export declare const se_DeletePortalCommand: (input: DeletePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
+ /**
175
+ * serializeAws_restJson1DeleteSessionLoggerCommand
176
+ */
177
+ export declare const se_DeleteSessionLoggerCommand: (input: DeleteSessionLoggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
178
  /**
160
179
  * serializeAws_restJson1DeleteTrustStoreCommand
161
180
  */
@@ -184,6 +203,10 @@ export declare const se_DisassociateIpAccessSettingsCommand: (input: Disassociat
184
203
  * serializeAws_restJson1DisassociateNetworkSettingsCommand
185
204
  */
186
205
  export declare const se_DisassociateNetworkSettingsCommand: (input: DisassociateNetworkSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
+ /**
207
+ * serializeAws_restJson1DisassociateSessionLoggerCommand
208
+ */
209
+ export declare const se_DisassociateSessionLoggerCommand: (input: DisassociateSessionLoggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
210
  /**
188
211
  * serializeAws_restJson1DisassociateTrustStoreCommand
189
212
  */
@@ -232,6 +255,10 @@ export declare const se_GetPortalServiceProviderMetadataCommand: (input: GetPort
232
255
  * serializeAws_restJson1GetSessionCommand
233
256
  */
234
257
  export declare const se_GetSessionCommand: (input: GetSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
+ /**
259
+ * serializeAws_restJson1GetSessionLoggerCommand
260
+ */
261
+ export declare const se_GetSessionLoggerCommand: (input: GetSessionLoggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
262
  /**
236
263
  * serializeAws_restJson1GetTrustStoreCommand
237
264
  */
@@ -272,6 +299,10 @@ export declare const se_ListNetworkSettingsCommand: (input: ListNetworkSettingsC
272
299
  * serializeAws_restJson1ListPortalsCommand
273
300
  */
274
301
  export declare const se_ListPortalsCommand: (input: ListPortalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
+ /**
303
+ * serializeAws_restJson1ListSessionLoggersCommand
304
+ */
305
+ export declare const se_ListSessionLoggersCommand: (input: ListSessionLoggersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
275
306
  /**
276
307
  * serializeAws_restJson1ListSessionsCommand
277
308
  */
@@ -328,6 +359,10 @@ export declare const se_UpdateNetworkSettingsCommand: (input: UpdateNetworkSetti
328
359
  * serializeAws_restJson1UpdatePortalCommand
329
360
  */
330
361
  export declare const se_UpdatePortalCommand: (input: UpdatePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
362
+ /**
363
+ * serializeAws_restJson1UpdateSessionLoggerCommand
364
+ */
365
+ export declare const se_UpdateSessionLoggerCommand: (input: UpdateSessionLoggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
331
366
  /**
332
367
  * serializeAws_restJson1UpdateTrustStoreCommand
333
368
  */
@@ -356,6 +391,10 @@ export declare const de_AssociateIpAccessSettingsCommand: (output: __HttpRespons
356
391
  * deserializeAws_restJson1AssociateNetworkSettingsCommand
357
392
  */
358
393
  export declare const de_AssociateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateNetworkSettingsCommandOutput>;
394
+ /**
395
+ * deserializeAws_restJson1AssociateSessionLoggerCommand
396
+ */
397
+ export declare const de_AssociateSessionLoggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSessionLoggerCommandOutput>;
359
398
  /**
360
399
  * deserializeAws_restJson1AssociateTrustStoreCommand
361
400
  */
@@ -392,6 +431,10 @@ export declare const de_CreateNetworkSettingsCommand: (output: __HttpResponse, c
392
431
  * deserializeAws_restJson1CreatePortalCommand
393
432
  */
394
433
  export declare const de_CreatePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePortalCommandOutput>;
434
+ /**
435
+ * deserializeAws_restJson1CreateSessionLoggerCommand
436
+ */
437
+ export declare const de_CreateSessionLoggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSessionLoggerCommandOutput>;
395
438
  /**
396
439
  * deserializeAws_restJson1CreateTrustStoreCommand
397
440
  */
@@ -428,6 +471,10 @@ export declare const de_DeleteNetworkSettingsCommand: (output: __HttpResponse, c
428
471
  * deserializeAws_restJson1DeletePortalCommand
429
472
  */
430
473
  export declare const de_DeletePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePortalCommandOutput>;
474
+ /**
475
+ * deserializeAws_restJson1DeleteSessionLoggerCommand
476
+ */
477
+ export declare const de_DeleteSessionLoggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSessionLoggerCommandOutput>;
431
478
  /**
432
479
  * deserializeAws_restJson1DeleteTrustStoreCommand
433
480
  */
@@ -456,6 +503,10 @@ export declare const de_DisassociateIpAccessSettingsCommand: (output: __HttpResp
456
503
  * deserializeAws_restJson1DisassociateNetworkSettingsCommand
457
504
  */
458
505
  export declare const de_DisassociateNetworkSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateNetworkSettingsCommandOutput>;
506
+ /**
507
+ * deserializeAws_restJson1DisassociateSessionLoggerCommand
508
+ */
509
+ export declare const de_DisassociateSessionLoggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateSessionLoggerCommandOutput>;
459
510
  /**
460
511
  * deserializeAws_restJson1DisassociateTrustStoreCommand
461
512
  */
@@ -504,6 +555,10 @@ export declare const de_GetPortalServiceProviderMetadataCommand: (output: __Http
504
555
  * deserializeAws_restJson1GetSessionCommand
505
556
  */
506
557
  export declare const de_GetSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionCommandOutput>;
558
+ /**
559
+ * deserializeAws_restJson1GetSessionLoggerCommand
560
+ */
561
+ export declare const de_GetSessionLoggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionLoggerCommandOutput>;
507
562
  /**
508
563
  * deserializeAws_restJson1GetTrustStoreCommand
509
564
  */
@@ -544,6 +599,10 @@ export declare const de_ListNetworkSettingsCommand: (output: __HttpResponse, con
544
599
  * deserializeAws_restJson1ListPortalsCommand
545
600
  */
546
601
  export declare const de_ListPortalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPortalsCommandOutput>;
602
+ /**
603
+ * deserializeAws_restJson1ListSessionLoggersCommand
604
+ */
605
+ export declare const de_ListSessionLoggersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSessionLoggersCommandOutput>;
547
606
  /**
548
607
  * deserializeAws_restJson1ListSessionsCommand
549
608
  */
@@ -600,6 +659,10 @@ export declare const de_UpdateNetworkSettingsCommand: (output: __HttpResponse, c
600
659
  * deserializeAws_restJson1UpdatePortalCommand
601
660
  */
602
661
  export declare const de_UpdatePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePortalCommandOutput>;
662
+ /**
663
+ * deserializeAws_restJson1UpdateSessionLoggerCommand
664
+ */
665
+ export declare const de_UpdateSessionLoggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSessionLoggerCommandOutput>;
603
666
  /**
604
667
  * deserializeAws_restJson1UpdateTrustStoreCommand
605
668
  */
@@ -15,6 +15,10 @@ import {
15
15
  AssociateNetworkSettingsCommandInput,
16
16
  AssociateNetworkSettingsCommandOutput,
17
17
  } from "./commands/AssociateNetworkSettingsCommand";
18
+ import {
19
+ AssociateSessionLoggerCommandInput,
20
+ AssociateSessionLoggerCommandOutput,
21
+ } from "./commands/AssociateSessionLoggerCommand";
18
22
  import {
19
23
  AssociateTrustStoreCommandInput,
20
24
  AssociateTrustStoreCommandOutput,
@@ -51,6 +55,10 @@ import {
51
55
  CreatePortalCommandInput,
52
56
  CreatePortalCommandOutput,
53
57
  } from "./commands/CreatePortalCommand";
58
+ import {
59
+ CreateSessionLoggerCommandInput,
60
+ CreateSessionLoggerCommandOutput,
61
+ } from "./commands/CreateSessionLoggerCommand";
54
62
  import {
55
63
  CreateTrustStoreCommandInput,
56
64
  CreateTrustStoreCommandOutput,
@@ -87,6 +95,10 @@ import {
87
95
  DeletePortalCommandInput,
88
96
  DeletePortalCommandOutput,
89
97
  } from "./commands/DeletePortalCommand";
98
+ import {
99
+ DeleteSessionLoggerCommandInput,
100
+ DeleteSessionLoggerCommandOutput,
101
+ } from "./commands/DeleteSessionLoggerCommand";
90
102
  import {
91
103
  DeleteTrustStoreCommandInput,
92
104
  DeleteTrustStoreCommandOutput,
@@ -115,6 +127,10 @@ import {
115
127
  DisassociateNetworkSettingsCommandInput,
116
128
  DisassociateNetworkSettingsCommandOutput,
117
129
  } from "./commands/DisassociateNetworkSettingsCommand";
130
+ import {
131
+ DisassociateSessionLoggerCommandInput,
132
+ DisassociateSessionLoggerCommandOutput,
133
+ } from "./commands/DisassociateSessionLoggerCommand";
118
134
  import {
119
135
  DisassociateTrustStoreCommandInput,
120
136
  DisassociateTrustStoreCommandOutput,
@@ -163,6 +179,10 @@ import {
163
179
  GetSessionCommandInput,
164
180
  GetSessionCommandOutput,
165
181
  } from "./commands/GetSessionCommand";
182
+ import {
183
+ GetSessionLoggerCommandInput,
184
+ GetSessionLoggerCommandOutput,
185
+ } from "./commands/GetSessionLoggerCommand";
166
186
  import {
167
187
  GetTrustStoreCertificateCommandInput,
168
188
  GetTrustStoreCertificateCommandOutput,
@@ -203,6 +223,10 @@ import {
203
223
  ListPortalsCommandInput,
204
224
  ListPortalsCommandOutput,
205
225
  } from "./commands/ListPortalsCommand";
226
+ import {
227
+ ListSessionLoggersCommandInput,
228
+ ListSessionLoggersCommandOutput,
229
+ } from "./commands/ListSessionLoggersCommand";
206
230
  import {
207
231
  ListSessionsCommandInput,
208
232
  ListSessionsCommandOutput,
@@ -259,6 +283,10 @@ import {
259
283
  UpdatePortalCommandInput,
260
284
  UpdatePortalCommandOutput,
261
285
  } from "./commands/UpdatePortalCommand";
286
+ import {
287
+ UpdateSessionLoggerCommandInput,
288
+ UpdateSessionLoggerCommandOutput,
289
+ } from "./commands/UpdateSessionLoggerCommand";
262
290
  import {
263
291
  UpdateTrustStoreCommandInput,
264
292
  UpdateTrustStoreCommandOutput,
@@ -325,6 +353,19 @@ export interface WorkSpacesWeb {
325
353
  options: __HttpHandlerOptions,
326
354
  cb: (err: any, data?: AssociateNetworkSettingsCommandOutput) => void
327
355
  ): void;
356
+ associateSessionLogger(
357
+ args: AssociateSessionLoggerCommandInput,
358
+ options?: __HttpHandlerOptions
359
+ ): Promise<AssociateSessionLoggerCommandOutput>;
360
+ associateSessionLogger(
361
+ args: AssociateSessionLoggerCommandInput,
362
+ cb: (err: any, data?: AssociateSessionLoggerCommandOutput) => void
363
+ ): void;
364
+ associateSessionLogger(
365
+ args: AssociateSessionLoggerCommandInput,
366
+ options: __HttpHandlerOptions,
367
+ cb: (err: any, data?: AssociateSessionLoggerCommandOutput) => void
368
+ ): void;
328
369
  associateTrustStore(
329
370
  args: AssociateTrustStoreCommandInput,
330
371
  options?: __HttpHandlerOptions
@@ -450,6 +491,19 @@ export interface WorkSpacesWeb {
450
491
  options: __HttpHandlerOptions,
451
492
  cb: (err: any, data?: CreatePortalCommandOutput) => void
452
493
  ): void;
494
+ createSessionLogger(
495
+ args: CreateSessionLoggerCommandInput,
496
+ options?: __HttpHandlerOptions
497
+ ): Promise<CreateSessionLoggerCommandOutput>;
498
+ createSessionLogger(
499
+ args: CreateSessionLoggerCommandInput,
500
+ cb: (err: any, data?: CreateSessionLoggerCommandOutput) => void
501
+ ): void;
502
+ createSessionLogger(
503
+ args: CreateSessionLoggerCommandInput,
504
+ options: __HttpHandlerOptions,
505
+ cb: (err: any, data?: CreateSessionLoggerCommandOutput) => void
506
+ ): void;
453
507
  createTrustStore(
454
508
  args: CreateTrustStoreCommandInput,
455
509
  options?: __HttpHandlerOptions
@@ -567,6 +621,19 @@ export interface WorkSpacesWeb {
567
621
  options: __HttpHandlerOptions,
568
622
  cb: (err: any, data?: DeletePortalCommandOutput) => void
569
623
  ): void;
624
+ deleteSessionLogger(
625
+ args: DeleteSessionLoggerCommandInput,
626
+ options?: __HttpHandlerOptions
627
+ ): Promise<DeleteSessionLoggerCommandOutput>;
628
+ deleteSessionLogger(
629
+ args: DeleteSessionLoggerCommandInput,
630
+ cb: (err: any, data?: DeleteSessionLoggerCommandOutput) => void
631
+ ): void;
632
+ deleteSessionLogger(
633
+ args: DeleteSessionLoggerCommandInput,
634
+ options: __HttpHandlerOptions,
635
+ cb: (err: any, data?: DeleteSessionLoggerCommandOutput) => void
636
+ ): void;
570
637
  deleteTrustStore(
571
638
  args: DeleteTrustStoreCommandInput,
572
639
  options?: __HttpHandlerOptions
@@ -664,6 +731,19 @@ export interface WorkSpacesWeb {
664
731
  options: __HttpHandlerOptions,
665
732
  cb: (err: any, data?: DisassociateNetworkSettingsCommandOutput) => void
666
733
  ): void;
734
+ disassociateSessionLogger(
735
+ args: DisassociateSessionLoggerCommandInput,
736
+ options?: __HttpHandlerOptions
737
+ ): Promise<DisassociateSessionLoggerCommandOutput>;
738
+ disassociateSessionLogger(
739
+ args: DisassociateSessionLoggerCommandInput,
740
+ cb: (err: any, data?: DisassociateSessionLoggerCommandOutput) => void
741
+ ): void;
742
+ disassociateSessionLogger(
743
+ args: DisassociateSessionLoggerCommandInput,
744
+ options: __HttpHandlerOptions,
745
+ cb: (err: any, data?: DisassociateSessionLoggerCommandOutput) => void
746
+ ): void;
667
747
  disassociateTrustStore(
668
748
  args: DisassociateTrustStoreCommandInput,
669
749
  options?: __HttpHandlerOptions
@@ -826,6 +906,19 @@ export interface WorkSpacesWeb {
826
906
  options: __HttpHandlerOptions,
827
907
  cb: (err: any, data?: GetSessionCommandOutput) => void
828
908
  ): void;
909
+ getSessionLogger(
910
+ args: GetSessionLoggerCommandInput,
911
+ options?: __HttpHandlerOptions
912
+ ): Promise<GetSessionLoggerCommandOutput>;
913
+ getSessionLogger(
914
+ args: GetSessionLoggerCommandInput,
915
+ cb: (err: any, data?: GetSessionLoggerCommandOutput) => void
916
+ ): void;
917
+ getSessionLogger(
918
+ args: GetSessionLoggerCommandInput,
919
+ options: __HttpHandlerOptions,
920
+ cb: (err: any, data?: GetSessionLoggerCommandOutput) => void
921
+ ): void;
829
922
  getTrustStore(
830
923
  args: GetTrustStoreCommandInput,
831
924
  options?: __HttpHandlerOptions
@@ -961,6 +1054,20 @@ export interface WorkSpacesWeb {
961
1054
  options: __HttpHandlerOptions,
962
1055
  cb: (err: any, data?: ListPortalsCommandOutput) => void
963
1056
  ): void;
1057
+ listSessionLoggers(): Promise<ListSessionLoggersCommandOutput>;
1058
+ listSessionLoggers(
1059
+ args: ListSessionLoggersCommandInput,
1060
+ options?: __HttpHandlerOptions
1061
+ ): Promise<ListSessionLoggersCommandOutput>;
1062
+ listSessionLoggers(
1063
+ args: ListSessionLoggersCommandInput,
1064
+ cb: (err: any, data?: ListSessionLoggersCommandOutput) => void
1065
+ ): void;
1066
+ listSessionLoggers(
1067
+ args: ListSessionLoggersCommandInput,
1068
+ options: __HttpHandlerOptions,
1069
+ cb: (err: any, data?: ListSessionLoggersCommandOutput) => void
1070
+ ): void;
964
1071
  listSessions(
965
1072
  args: ListSessionsCommandInput,
966
1073
  options?: __HttpHandlerOptions
@@ -1146,6 +1253,19 @@ export interface WorkSpacesWeb {
1146
1253
  options: __HttpHandlerOptions,
1147
1254
  cb: (err: any, data?: UpdatePortalCommandOutput) => void
1148
1255
  ): void;
1256
+ updateSessionLogger(
1257
+ args: UpdateSessionLoggerCommandInput,
1258
+ options?: __HttpHandlerOptions
1259
+ ): Promise<UpdateSessionLoggerCommandOutput>;
1260
+ updateSessionLogger(
1261
+ args: UpdateSessionLoggerCommandInput,
1262
+ cb: (err: any, data?: UpdateSessionLoggerCommandOutput) => void
1263
+ ): void;
1264
+ updateSessionLogger(
1265
+ args: UpdateSessionLoggerCommandInput,
1266
+ options: __HttpHandlerOptions,
1267
+ cb: (err: any, data?: UpdateSessionLoggerCommandOutput) => void
1268
+ ): void;
1149
1269
  updateTrustStore(
1150
1270
  args: UpdateTrustStoreCommandInput,
1151
1271
  options?: __HttpHandlerOptions
@@ -61,6 +61,10 @@ import {
61
61
  AssociateNetworkSettingsCommandInput,
62
62
  AssociateNetworkSettingsCommandOutput,
63
63
  } from "./commands/AssociateNetworkSettingsCommand";
64
+ import {
65
+ AssociateSessionLoggerCommandInput,
66
+ AssociateSessionLoggerCommandOutput,
67
+ } from "./commands/AssociateSessionLoggerCommand";
64
68
  import {
65
69
  AssociateTrustStoreCommandInput,
66
70
  AssociateTrustStoreCommandOutput,
@@ -97,6 +101,10 @@ import {
97
101
  CreatePortalCommandInput,
98
102
  CreatePortalCommandOutput,
99
103
  } from "./commands/CreatePortalCommand";
104
+ import {
105
+ CreateSessionLoggerCommandInput,
106
+ CreateSessionLoggerCommandOutput,
107
+ } from "./commands/CreateSessionLoggerCommand";
100
108
  import {
101
109
  CreateTrustStoreCommandInput,
102
110
  CreateTrustStoreCommandOutput,
@@ -133,6 +141,10 @@ import {
133
141
  DeletePortalCommandInput,
134
142
  DeletePortalCommandOutput,
135
143
  } from "./commands/DeletePortalCommand";
144
+ import {
145
+ DeleteSessionLoggerCommandInput,
146
+ DeleteSessionLoggerCommandOutput,
147
+ } from "./commands/DeleteSessionLoggerCommand";
136
148
  import {
137
149
  DeleteTrustStoreCommandInput,
138
150
  DeleteTrustStoreCommandOutput,
@@ -161,6 +173,10 @@ import {
161
173
  DisassociateNetworkSettingsCommandInput,
162
174
  DisassociateNetworkSettingsCommandOutput,
163
175
  } from "./commands/DisassociateNetworkSettingsCommand";
176
+ import {
177
+ DisassociateSessionLoggerCommandInput,
178
+ DisassociateSessionLoggerCommandOutput,
179
+ } from "./commands/DisassociateSessionLoggerCommand";
164
180
  import {
165
181
  DisassociateTrustStoreCommandInput,
166
182
  DisassociateTrustStoreCommandOutput,
@@ -209,6 +225,10 @@ import {
209
225
  GetSessionCommandInput,
210
226
  GetSessionCommandOutput,
211
227
  } from "./commands/GetSessionCommand";
228
+ import {
229
+ GetSessionLoggerCommandInput,
230
+ GetSessionLoggerCommandOutput,
231
+ } from "./commands/GetSessionLoggerCommand";
212
232
  import {
213
233
  GetTrustStoreCertificateCommandInput,
214
234
  GetTrustStoreCertificateCommandOutput,
@@ -249,6 +269,10 @@ import {
249
269
  ListPortalsCommandInput,
250
270
  ListPortalsCommandOutput,
251
271
  } from "./commands/ListPortalsCommand";
272
+ import {
273
+ ListSessionLoggersCommandInput,
274
+ ListSessionLoggersCommandOutput,
275
+ } from "./commands/ListSessionLoggersCommand";
252
276
  import {
253
277
  ListSessionsCommandInput,
254
278
  ListSessionsCommandOutput,
@@ -305,6 +329,10 @@ import {
305
329
  UpdatePortalCommandInput,
306
330
  UpdatePortalCommandOutput,
307
331
  } from "./commands/UpdatePortalCommand";
332
+ import {
333
+ UpdateSessionLoggerCommandInput,
334
+ UpdateSessionLoggerCommandOutput,
335
+ } from "./commands/UpdateSessionLoggerCommand";
308
336
  import {
309
337
  UpdateTrustStoreCommandInput,
310
338
  UpdateTrustStoreCommandOutput,
@@ -329,6 +357,7 @@ export type ServiceInputTypes =
329
357
  | AssociateDataProtectionSettingsCommandInput
330
358
  | AssociateIpAccessSettingsCommandInput
331
359
  | AssociateNetworkSettingsCommandInput
360
+ | AssociateSessionLoggerCommandInput
332
361
  | AssociateTrustStoreCommandInput
333
362
  | AssociateUserAccessLoggingSettingsCommandInput
334
363
  | AssociateUserSettingsCommandInput
@@ -338,6 +367,7 @@ export type ServiceInputTypes =
338
367
  | CreateIpAccessSettingsCommandInput
339
368
  | CreateNetworkSettingsCommandInput
340
369
  | CreatePortalCommandInput
370
+ | CreateSessionLoggerCommandInput
341
371
  | CreateTrustStoreCommandInput
342
372
  | CreateUserAccessLoggingSettingsCommandInput
343
373
  | CreateUserSettingsCommandInput
@@ -347,6 +377,7 @@ export type ServiceInputTypes =
347
377
  | DeleteIpAccessSettingsCommandInput
348
378
  | DeleteNetworkSettingsCommandInput
349
379
  | DeletePortalCommandInput
380
+ | DeleteSessionLoggerCommandInput
350
381
  | DeleteTrustStoreCommandInput
351
382
  | DeleteUserAccessLoggingSettingsCommandInput
352
383
  | DeleteUserSettingsCommandInput
@@ -354,6 +385,7 @@ export type ServiceInputTypes =
354
385
  | DisassociateDataProtectionSettingsCommandInput
355
386
  | DisassociateIpAccessSettingsCommandInput
356
387
  | DisassociateNetworkSettingsCommandInput
388
+ | DisassociateSessionLoggerCommandInput
357
389
  | DisassociateTrustStoreCommandInput
358
390
  | DisassociateUserAccessLoggingSettingsCommandInput
359
391
  | DisassociateUserSettingsCommandInput
@@ -366,6 +398,7 @@ export type ServiceInputTypes =
366
398
  | GetPortalCommandInput
367
399
  | GetPortalServiceProviderMetadataCommandInput
368
400
  | GetSessionCommandInput
401
+ | GetSessionLoggerCommandInput
369
402
  | GetTrustStoreCertificateCommandInput
370
403
  | GetTrustStoreCommandInput
371
404
  | GetUserAccessLoggingSettingsCommandInput
@@ -376,6 +409,7 @@ export type ServiceInputTypes =
376
409
  | ListIpAccessSettingsCommandInput
377
410
  | ListNetworkSettingsCommandInput
378
411
  | ListPortalsCommandInput
412
+ | ListSessionLoggersCommandInput
379
413
  | ListSessionsCommandInput
380
414
  | ListTagsForResourceCommandInput
381
415
  | ListTrustStoreCertificatesCommandInput
@@ -390,6 +424,7 @@ export type ServiceInputTypes =
390
424
  | UpdateIpAccessSettingsCommandInput
391
425
  | UpdateNetworkSettingsCommandInput
392
426
  | UpdatePortalCommandInput
427
+ | UpdateSessionLoggerCommandInput
393
428
  | UpdateTrustStoreCommandInput
394
429
  | UpdateUserAccessLoggingSettingsCommandInput
395
430
  | UpdateUserSettingsCommandInput;
@@ -398,6 +433,7 @@ export type ServiceOutputTypes =
398
433
  | AssociateDataProtectionSettingsCommandOutput
399
434
  | AssociateIpAccessSettingsCommandOutput
400
435
  | AssociateNetworkSettingsCommandOutput
436
+ | AssociateSessionLoggerCommandOutput
401
437
  | AssociateTrustStoreCommandOutput
402
438
  | AssociateUserAccessLoggingSettingsCommandOutput
403
439
  | AssociateUserSettingsCommandOutput
@@ -407,6 +443,7 @@ export type ServiceOutputTypes =
407
443
  | CreateIpAccessSettingsCommandOutput
408
444
  | CreateNetworkSettingsCommandOutput
409
445
  | CreatePortalCommandOutput
446
+ | CreateSessionLoggerCommandOutput
410
447
  | CreateTrustStoreCommandOutput
411
448
  | CreateUserAccessLoggingSettingsCommandOutput
412
449
  | CreateUserSettingsCommandOutput
@@ -416,6 +453,7 @@ export type ServiceOutputTypes =
416
453
  | DeleteIpAccessSettingsCommandOutput
417
454
  | DeleteNetworkSettingsCommandOutput
418
455
  | DeletePortalCommandOutput
456
+ | DeleteSessionLoggerCommandOutput
419
457
  | DeleteTrustStoreCommandOutput
420
458
  | DeleteUserAccessLoggingSettingsCommandOutput
421
459
  | DeleteUserSettingsCommandOutput
@@ -423,6 +461,7 @@ export type ServiceOutputTypes =
423
461
  | DisassociateDataProtectionSettingsCommandOutput
424
462
  | DisassociateIpAccessSettingsCommandOutput
425
463
  | DisassociateNetworkSettingsCommandOutput
464
+ | DisassociateSessionLoggerCommandOutput
426
465
  | DisassociateTrustStoreCommandOutput
427
466
  | DisassociateUserAccessLoggingSettingsCommandOutput
428
467
  | DisassociateUserSettingsCommandOutput
@@ -435,6 +474,7 @@ export type ServiceOutputTypes =
435
474
  | GetPortalCommandOutput
436
475
  | GetPortalServiceProviderMetadataCommandOutput
437
476
  | GetSessionCommandOutput
477
+ | GetSessionLoggerCommandOutput
438
478
  | GetTrustStoreCertificateCommandOutput
439
479
  | GetTrustStoreCommandOutput
440
480
  | GetUserAccessLoggingSettingsCommandOutput
@@ -445,6 +485,7 @@ export type ServiceOutputTypes =
445
485
  | ListIpAccessSettingsCommandOutput
446
486
  | ListNetworkSettingsCommandOutput
447
487
  | ListPortalsCommandOutput
488
+ | ListSessionLoggersCommandOutput
448
489
  | ListSessionsCommandOutput
449
490
  | ListTagsForResourceCommandOutput
450
491
  | ListTrustStoreCertificatesCommandOutput
@@ -459,6 +500,7 @@ export type ServiceOutputTypes =
459
500
  | UpdateIpAccessSettingsCommandOutput
460
501
  | UpdateNetworkSettingsCommandOutput
461
502
  | UpdatePortalCommandOutput
503
+ | UpdateSessionLoggerCommandOutput
462
504
  | UpdateTrustStoreCommandOutput
463
505
  | UpdateUserAccessLoggingSettingsCommandOutput
464
506
  | UpdateUserSettingsCommandOutput;
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ AssociateSessionLoggerRequest,
5
+ AssociateSessionLoggerResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ ServiceInputTypes,
9
+ ServiceOutputTypes,
10
+ WorkSpacesWebClientResolvedConfig,
11
+ } from "../WorkSpacesWebClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface AssociateSessionLoggerCommandInput
15
+ extends AssociateSessionLoggerRequest {}
16
+ export interface AssociateSessionLoggerCommandOutput
17
+ extends AssociateSessionLoggerResponse,
18
+ __MetadataBearer {}
19
+ declare const AssociateSessionLoggerCommand_base: {
20
+ new (
21
+ input: AssociateSessionLoggerCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ AssociateSessionLoggerCommandInput,
24
+ AssociateSessionLoggerCommandOutput,
25
+ WorkSpacesWebClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: AssociateSessionLoggerCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ AssociateSessionLoggerCommandInput,
33
+ AssociateSessionLoggerCommandOutput,
34
+ WorkSpacesWebClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class AssociateSessionLoggerCommand extends AssociateSessionLoggerCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateSessionLoggerRequest;
44
+ output: AssociateSessionLoggerResponse;
45
+ };
46
+ sdk: {
47
+ input: AssociateSessionLoggerCommandInput;
48
+ output: AssociateSessionLoggerCommandOutput;
49
+ };
50
+ };
51
+ }