@aws-sdk/client-workspaces-web 3.693.0 → 3.697.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 +443 -0
  3. package/dist-es/WorkSpacesWeb.js +14 -0
  4. package/dist-es/commands/AssociateDataProtectionSettingsCommand.js +22 -0
  5. package/dist-es/commands/CreateDataProtectionSettingsCommand.js +23 -0
  6. package/dist-es/commands/DeleteDataProtectionSettingsCommand.js +22 -0
  7. package/dist-es/commands/DisassociateDataProtectionSettingsCommand.js +22 -0
  8. package/dist-es/commands/GetDataProtectionSettingsCommand.js +23 -0
  9. package/dist-es/commands/ListDataProtectionSettingsCommand.js +23 -0
  10. package/dist-es/commands/UpdateDataProtectionSettingsCommand.js +23 -0
  11. package/dist-es/commands/index.js +7 -0
  12. package/dist-es/models/models_0.js +80 -0
  13. package/dist-es/pagination/ListDataProtectionSettingsPaginator.js +4 -0
  14. package/dist-es/pagination/index.js +1 -0
  15. package/dist-es/protocols/Aws_restJson1.js +210 -0
  16. package/dist-types/WorkSpacesWeb.d.ts +51 -0
  17. package/dist-types/WorkSpacesWebClient.d.ts +9 -2
  18. package/dist-types/commands/AssociateDataProtectionSettingsCommand.d.ts +91 -0
  19. package/dist-types/commands/CreateDataProtectionSettingsCommand.d.ts +135 -0
  20. package/dist-types/commands/DeleteDataProtectionSettingsCommand.d.ts +84 -0
  21. package/dist-types/commands/DisassociateDataProtectionSettingsCommand.d.ts +87 -0
  22. package/dist-types/commands/GetDataProtectionSettingsCommand.d.ts +129 -0
  23. package/dist-types/commands/GetPortalCommand.d.ts +1 -0
  24. package/dist-types/commands/ListDataProtectionSettingsCommand.d.ts +92 -0
  25. package/dist-types/commands/ListPortalsCommand.d.ts +1 -0
  26. package/dist-types/commands/UpdateDataProtectionSettingsCommand.d.ts +163 -0
  27. package/dist-types/commands/UpdatePortalCommand.d.ts +1 -0
  28. package/dist-types/commands/index.d.ts +7 -0
  29. package/dist-types/models/models_0.d.ts +468 -0
  30. package/dist-types/pagination/ListDataProtectionSettingsPaginator.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 +127 -0
  34. package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +42 -0
  35. package/dist-types/ts3.4/commands/AssociateDataProtectionSettingsCommand.d.ts +51 -0
  36. package/dist-types/ts3.4/commands/CreateDataProtectionSettingsCommand.d.ts +51 -0
  37. package/dist-types/ts3.4/commands/DeleteDataProtectionSettingsCommand.d.ts +51 -0
  38. package/dist-types/ts3.4/commands/DisassociateDataProtectionSettingsCommand.d.ts +51 -0
  39. package/dist-types/ts3.4/commands/GetDataProtectionSettingsCommand.d.ts +51 -0
  40. package/dist-types/ts3.4/commands/ListDataProtectionSettingsCommand.d.ts +51 -0
  41. package/dist-types/ts3.4/commands/UpdateDataProtectionSettingsCommand.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 +132 -0
  44. package/dist-types/ts3.4/pagination/ListDataProtectionSettingsPaginator.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 +35 -35
@@ -1,12 +1,14 @@
1
1
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
2
  import { SerdeContext as __SerdeContext } from "@smithy/types";
3
3
  import { AssociateBrowserSettingsCommandInput, AssociateBrowserSettingsCommandOutput } from "../commands/AssociateBrowserSettingsCommand";
4
+ import { AssociateDataProtectionSettingsCommandInput, AssociateDataProtectionSettingsCommandOutput } from "../commands/AssociateDataProtectionSettingsCommand";
4
5
  import { AssociateIpAccessSettingsCommandInput, AssociateIpAccessSettingsCommandOutput } from "../commands/AssociateIpAccessSettingsCommand";
5
6
  import { AssociateNetworkSettingsCommandInput, AssociateNetworkSettingsCommandOutput } from "../commands/AssociateNetworkSettingsCommand";
6
7
  import { AssociateTrustStoreCommandInput, AssociateTrustStoreCommandOutput } from "../commands/AssociateTrustStoreCommand";
7
8
  import { AssociateUserAccessLoggingSettingsCommandInput, AssociateUserAccessLoggingSettingsCommandOutput } from "../commands/AssociateUserAccessLoggingSettingsCommand";
8
9
  import { AssociateUserSettingsCommandInput, AssociateUserSettingsCommandOutput } from "../commands/AssociateUserSettingsCommand";
9
10
  import { CreateBrowserSettingsCommandInput, CreateBrowserSettingsCommandOutput } from "../commands/CreateBrowserSettingsCommand";
11
+ import { CreateDataProtectionSettingsCommandInput, CreateDataProtectionSettingsCommandOutput } from "../commands/CreateDataProtectionSettingsCommand";
10
12
  import { CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput } from "../commands/CreateIdentityProviderCommand";
11
13
  import { CreateIpAccessSettingsCommandInput, CreateIpAccessSettingsCommandOutput } from "../commands/CreateIpAccessSettingsCommand";
12
14
  import { CreateNetworkSettingsCommandInput, CreateNetworkSettingsCommandOutput } from "../commands/CreateNetworkSettingsCommand";
@@ -15,6 +17,7 @@ import { CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput } from "../
15
17
  import { CreateUserAccessLoggingSettingsCommandInput, CreateUserAccessLoggingSettingsCommandOutput } from "../commands/CreateUserAccessLoggingSettingsCommand";
16
18
  import { CreateUserSettingsCommandInput, CreateUserSettingsCommandOutput } from "../commands/CreateUserSettingsCommand";
17
19
  import { DeleteBrowserSettingsCommandInput, DeleteBrowserSettingsCommandOutput } from "../commands/DeleteBrowserSettingsCommand";
20
+ import { DeleteDataProtectionSettingsCommandInput, DeleteDataProtectionSettingsCommandOutput } from "../commands/DeleteDataProtectionSettingsCommand";
18
21
  import { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput } from "../commands/DeleteIdentityProviderCommand";
19
22
  import { DeleteIpAccessSettingsCommandInput, DeleteIpAccessSettingsCommandOutput } from "../commands/DeleteIpAccessSettingsCommand";
20
23
  import { DeleteNetworkSettingsCommandInput, DeleteNetworkSettingsCommandOutput } from "../commands/DeleteNetworkSettingsCommand";
@@ -23,6 +26,7 @@ import { DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput } from "../
23
26
  import { DeleteUserAccessLoggingSettingsCommandInput, DeleteUserAccessLoggingSettingsCommandOutput } from "../commands/DeleteUserAccessLoggingSettingsCommand";
24
27
  import { DeleteUserSettingsCommandInput, DeleteUserSettingsCommandOutput } from "../commands/DeleteUserSettingsCommand";
25
28
  import { DisassociateBrowserSettingsCommandInput, DisassociateBrowserSettingsCommandOutput } from "../commands/DisassociateBrowserSettingsCommand";
29
+ import { DisassociateDataProtectionSettingsCommandInput, DisassociateDataProtectionSettingsCommandOutput } from "../commands/DisassociateDataProtectionSettingsCommand";
26
30
  import { DisassociateIpAccessSettingsCommandInput, DisassociateIpAccessSettingsCommandOutput } from "../commands/DisassociateIpAccessSettingsCommand";
27
31
  import { DisassociateNetworkSettingsCommandInput, DisassociateNetworkSettingsCommandOutput } from "../commands/DisassociateNetworkSettingsCommand";
28
32
  import { DisassociateTrustStoreCommandInput, DisassociateTrustStoreCommandOutput } from "../commands/DisassociateTrustStoreCommand";
@@ -30,6 +34,7 @@ import { DisassociateUserAccessLoggingSettingsCommandInput, DisassociateUserAcce
30
34
  import { DisassociateUserSettingsCommandInput, DisassociateUserSettingsCommandOutput } from "../commands/DisassociateUserSettingsCommand";
31
35
  import { ExpireSessionCommandInput, ExpireSessionCommandOutput } from "../commands/ExpireSessionCommand";
32
36
  import { GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput } from "../commands/GetBrowserSettingsCommand";
37
+ import { GetDataProtectionSettingsCommandInput, GetDataProtectionSettingsCommandOutput } from "../commands/GetDataProtectionSettingsCommand";
33
38
  import { GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput } from "../commands/GetIdentityProviderCommand";
34
39
  import { GetIpAccessSettingsCommandInput, GetIpAccessSettingsCommandOutput } from "../commands/GetIpAccessSettingsCommand";
35
40
  import { GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput } from "../commands/GetNetworkSettingsCommand";
@@ -41,6 +46,7 @@ import { GetTrustStoreCommandInput, GetTrustStoreCommandOutput } from "../comman
41
46
  import { GetUserAccessLoggingSettingsCommandInput, GetUserAccessLoggingSettingsCommandOutput } from "../commands/GetUserAccessLoggingSettingsCommand";
42
47
  import { GetUserSettingsCommandInput, GetUserSettingsCommandOutput } from "../commands/GetUserSettingsCommand";
43
48
  import { ListBrowserSettingsCommandInput, ListBrowserSettingsCommandOutput } from "../commands/ListBrowserSettingsCommand";
49
+ import { ListDataProtectionSettingsCommandInput, ListDataProtectionSettingsCommandOutput } from "../commands/ListDataProtectionSettingsCommand";
44
50
  import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "../commands/ListIdentityProvidersCommand";
45
51
  import { ListIpAccessSettingsCommandInput, ListIpAccessSettingsCommandOutput } from "../commands/ListIpAccessSettingsCommand";
46
52
  import { ListNetworkSettingsCommandInput, ListNetworkSettingsCommandOutput } from "../commands/ListNetworkSettingsCommand";
@@ -54,6 +60,7 @@ import { ListUserSettingsCommandInput, ListUserSettingsCommandOutput } from "../
54
60
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
55
61
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
56
62
  import { UpdateBrowserSettingsCommandInput, UpdateBrowserSettingsCommandOutput } from "../commands/UpdateBrowserSettingsCommand";
63
+ import { UpdateDataProtectionSettingsCommandInput, UpdateDataProtectionSettingsCommandOutput } from "../commands/UpdateDataProtectionSettingsCommand";
57
64
  import { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput } from "../commands/UpdateIdentityProviderCommand";
58
65
  import { UpdateIpAccessSettingsCommandInput, UpdateIpAccessSettingsCommandOutput } from "../commands/UpdateIpAccessSettingsCommand";
59
66
  import { UpdateNetworkSettingsCommandInput, UpdateNetworkSettingsCommandOutput } from "../commands/UpdateNetworkSettingsCommand";
@@ -65,6 +72,10 @@ import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from
65
72
  * serializeAws_restJson1AssociateBrowserSettingsCommand
66
73
  */
67
74
  export declare const se_AssociateBrowserSettingsCommand: (input: AssociateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ /**
76
+ * serializeAws_restJson1AssociateDataProtectionSettingsCommand
77
+ */
78
+ export declare const se_AssociateDataProtectionSettingsCommand: (input: AssociateDataProtectionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
79
  /**
69
80
  * serializeAws_restJson1AssociateIpAccessSettingsCommand
70
81
  */
@@ -89,6 +100,10 @@ export declare const se_AssociateUserSettingsCommand: (input: AssociateUserSetti
89
100
  * serializeAws_restJson1CreateBrowserSettingsCommand
90
101
  */
91
102
  export declare const se_CreateBrowserSettingsCommand: (input: CreateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ /**
104
+ * serializeAws_restJson1CreateDataProtectionSettingsCommand
105
+ */
106
+ export declare const se_CreateDataProtectionSettingsCommand: (input: CreateDataProtectionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
107
  /**
93
108
  * serializeAws_restJson1CreateIdentityProviderCommand
94
109
  */
@@ -121,6 +136,10 @@ export declare const se_CreateUserSettingsCommand: (input: CreateUserSettingsCom
121
136
  * serializeAws_restJson1DeleteBrowserSettingsCommand
122
137
  */
123
138
  export declare const se_DeleteBrowserSettingsCommand: (input: DeleteBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
+ /**
140
+ * serializeAws_restJson1DeleteDataProtectionSettingsCommand
141
+ */
142
+ export declare const se_DeleteDataProtectionSettingsCommand: (input: DeleteDataProtectionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
143
  /**
125
144
  * serializeAws_restJson1DeleteIdentityProviderCommand
126
145
  */
@@ -153,6 +172,10 @@ export declare const se_DeleteUserSettingsCommand: (input: DeleteUserSettingsCom
153
172
  * serializeAws_restJson1DisassociateBrowserSettingsCommand
154
173
  */
155
174
  export declare const se_DisassociateBrowserSettingsCommand: (input: DisassociateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
+ /**
176
+ * serializeAws_restJson1DisassociateDataProtectionSettingsCommand
177
+ */
178
+ export declare const se_DisassociateDataProtectionSettingsCommand: (input: DisassociateDataProtectionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
179
  /**
157
180
  * serializeAws_restJson1DisassociateIpAccessSettingsCommand
158
181
  */
@@ -181,6 +204,10 @@ export declare const se_ExpireSessionCommand: (input: ExpireSessionCommandInput,
181
204
  * serializeAws_restJson1GetBrowserSettingsCommand
182
205
  */
183
206
  export declare const se_GetBrowserSettingsCommand: (input: GetBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
+ /**
208
+ * serializeAws_restJson1GetDataProtectionSettingsCommand
209
+ */
210
+ export declare const se_GetDataProtectionSettingsCommand: (input: GetDataProtectionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
211
  /**
185
212
  * serializeAws_restJson1GetIdentityProviderCommand
186
213
  */
@@ -225,6 +252,10 @@ export declare const se_GetUserSettingsCommand: (input: GetUserSettingsCommandIn
225
252
  * serializeAws_restJson1ListBrowserSettingsCommand
226
253
  */
227
254
  export declare const se_ListBrowserSettingsCommand: (input: ListBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
255
+ /**
256
+ * serializeAws_restJson1ListDataProtectionSettingsCommand
257
+ */
258
+ export declare const se_ListDataProtectionSettingsCommand: (input: ListDataProtectionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
259
  /**
229
260
  * serializeAws_restJson1ListIdentityProvidersCommand
230
261
  */
@@ -277,6 +308,10 @@ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput,
277
308
  * serializeAws_restJson1UpdateBrowserSettingsCommand
278
309
  */
279
310
  export declare const se_UpdateBrowserSettingsCommand: (input: UpdateBrowserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
311
+ /**
312
+ * serializeAws_restJson1UpdateDataProtectionSettingsCommand
313
+ */
314
+ export declare const se_UpdateDataProtectionSettingsCommand: (input: UpdateDataProtectionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
280
315
  /**
281
316
  * serializeAws_restJson1UpdateIdentityProviderCommand
282
317
  */
@@ -309,6 +344,10 @@ export declare const se_UpdateUserSettingsCommand: (input: UpdateUserSettingsCom
309
344
  * deserializeAws_restJson1AssociateBrowserSettingsCommand
310
345
  */
311
346
  export declare const de_AssociateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateBrowserSettingsCommandOutput>;
347
+ /**
348
+ * deserializeAws_restJson1AssociateDataProtectionSettingsCommand
349
+ */
350
+ export declare const de_AssociateDataProtectionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateDataProtectionSettingsCommandOutput>;
312
351
  /**
313
352
  * deserializeAws_restJson1AssociateIpAccessSettingsCommand
314
353
  */
@@ -333,6 +372,10 @@ export declare const de_AssociateUserSettingsCommand: (output: __HttpResponse, c
333
372
  * deserializeAws_restJson1CreateBrowserSettingsCommand
334
373
  */
335
374
  export declare const de_CreateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBrowserSettingsCommandOutput>;
375
+ /**
376
+ * deserializeAws_restJson1CreateDataProtectionSettingsCommand
377
+ */
378
+ export declare const de_CreateDataProtectionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataProtectionSettingsCommandOutput>;
336
379
  /**
337
380
  * deserializeAws_restJson1CreateIdentityProviderCommand
338
381
  */
@@ -365,6 +408,10 @@ export declare const de_CreateUserSettingsCommand: (output: __HttpResponse, cont
365
408
  * deserializeAws_restJson1DeleteBrowserSettingsCommand
366
409
  */
367
410
  export declare const de_DeleteBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBrowserSettingsCommandOutput>;
411
+ /**
412
+ * deserializeAws_restJson1DeleteDataProtectionSettingsCommand
413
+ */
414
+ export declare const de_DeleteDataProtectionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataProtectionSettingsCommandOutput>;
368
415
  /**
369
416
  * deserializeAws_restJson1DeleteIdentityProviderCommand
370
417
  */
@@ -397,6 +444,10 @@ export declare const de_DeleteUserSettingsCommand: (output: __HttpResponse, cont
397
444
  * deserializeAws_restJson1DisassociateBrowserSettingsCommand
398
445
  */
399
446
  export declare const de_DisassociateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateBrowserSettingsCommandOutput>;
447
+ /**
448
+ * deserializeAws_restJson1DisassociateDataProtectionSettingsCommand
449
+ */
450
+ export declare const de_DisassociateDataProtectionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateDataProtectionSettingsCommandOutput>;
400
451
  /**
401
452
  * deserializeAws_restJson1DisassociateIpAccessSettingsCommand
402
453
  */
@@ -425,6 +476,10 @@ export declare const de_ExpireSessionCommand: (output: __HttpResponse, context:
425
476
  * deserializeAws_restJson1GetBrowserSettingsCommand
426
477
  */
427
478
  export declare const de_GetBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBrowserSettingsCommandOutput>;
479
+ /**
480
+ * deserializeAws_restJson1GetDataProtectionSettingsCommand
481
+ */
482
+ export declare const de_GetDataProtectionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataProtectionSettingsCommandOutput>;
428
483
  /**
429
484
  * deserializeAws_restJson1GetIdentityProviderCommand
430
485
  */
@@ -469,6 +524,10 @@ export declare const de_GetUserSettingsCommand: (output: __HttpResponse, context
469
524
  * deserializeAws_restJson1ListBrowserSettingsCommand
470
525
  */
471
526
  export declare const de_ListBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBrowserSettingsCommandOutput>;
527
+ /**
528
+ * deserializeAws_restJson1ListDataProtectionSettingsCommand
529
+ */
530
+ export declare const de_ListDataProtectionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataProtectionSettingsCommandOutput>;
472
531
  /**
473
532
  * deserializeAws_restJson1ListIdentityProvidersCommand
474
533
  */
@@ -521,6 +580,10 @@ export declare const de_UntagResourceCommand: (output: __HttpResponse, context:
521
580
  * deserializeAws_restJson1UpdateBrowserSettingsCommand
522
581
  */
523
582
  export declare const de_UpdateBrowserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBrowserSettingsCommandOutput>;
583
+ /**
584
+ * deserializeAws_restJson1UpdateDataProtectionSettingsCommand
585
+ */
586
+ export declare const de_UpdateDataProtectionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataProtectionSettingsCommandOutput>;
524
587
  /**
525
588
  * deserializeAws_restJson1UpdateIdentityProviderCommand
526
589
  */
@@ -3,6 +3,10 @@ import {
3
3
  AssociateBrowserSettingsCommandInput,
4
4
  AssociateBrowserSettingsCommandOutput,
5
5
  } from "./commands/AssociateBrowserSettingsCommand";
6
+ import {
7
+ AssociateDataProtectionSettingsCommandInput,
8
+ AssociateDataProtectionSettingsCommandOutput,
9
+ } from "./commands/AssociateDataProtectionSettingsCommand";
6
10
  import {
7
11
  AssociateIpAccessSettingsCommandInput,
8
12
  AssociateIpAccessSettingsCommandOutput,
@@ -27,6 +31,10 @@ import {
27
31
  CreateBrowserSettingsCommandInput,
28
32
  CreateBrowserSettingsCommandOutput,
29
33
  } from "./commands/CreateBrowserSettingsCommand";
34
+ import {
35
+ CreateDataProtectionSettingsCommandInput,
36
+ CreateDataProtectionSettingsCommandOutput,
37
+ } from "./commands/CreateDataProtectionSettingsCommand";
30
38
  import {
31
39
  CreateIdentityProviderCommandInput,
32
40
  CreateIdentityProviderCommandOutput,
@@ -59,6 +67,10 @@ import {
59
67
  DeleteBrowserSettingsCommandInput,
60
68
  DeleteBrowserSettingsCommandOutput,
61
69
  } from "./commands/DeleteBrowserSettingsCommand";
70
+ import {
71
+ DeleteDataProtectionSettingsCommandInput,
72
+ DeleteDataProtectionSettingsCommandOutput,
73
+ } from "./commands/DeleteDataProtectionSettingsCommand";
62
74
  import {
63
75
  DeleteIdentityProviderCommandInput,
64
76
  DeleteIdentityProviderCommandOutput,
@@ -91,6 +103,10 @@ import {
91
103
  DisassociateBrowserSettingsCommandInput,
92
104
  DisassociateBrowserSettingsCommandOutput,
93
105
  } from "./commands/DisassociateBrowserSettingsCommand";
106
+ import {
107
+ DisassociateDataProtectionSettingsCommandInput,
108
+ DisassociateDataProtectionSettingsCommandOutput,
109
+ } from "./commands/DisassociateDataProtectionSettingsCommand";
94
110
  import {
95
111
  DisassociateIpAccessSettingsCommandInput,
96
112
  DisassociateIpAccessSettingsCommandOutput,
@@ -119,6 +135,10 @@ import {
119
135
  GetBrowserSettingsCommandInput,
120
136
  GetBrowserSettingsCommandOutput,
121
137
  } from "./commands/GetBrowserSettingsCommand";
138
+ import {
139
+ GetDataProtectionSettingsCommandInput,
140
+ GetDataProtectionSettingsCommandOutput,
141
+ } from "./commands/GetDataProtectionSettingsCommand";
122
142
  import {
123
143
  GetIdentityProviderCommandInput,
124
144
  GetIdentityProviderCommandOutput,
@@ -163,6 +183,10 @@ import {
163
183
  ListBrowserSettingsCommandInput,
164
184
  ListBrowserSettingsCommandOutput,
165
185
  } from "./commands/ListBrowserSettingsCommand";
186
+ import {
187
+ ListDataProtectionSettingsCommandInput,
188
+ ListDataProtectionSettingsCommandOutput,
189
+ } from "./commands/ListDataProtectionSettingsCommand";
166
190
  import {
167
191
  ListIdentityProvidersCommandInput,
168
192
  ListIdentityProvidersCommandOutput,
@@ -215,6 +239,10 @@ import {
215
239
  UpdateBrowserSettingsCommandInput,
216
240
  UpdateBrowserSettingsCommandOutput,
217
241
  } from "./commands/UpdateBrowserSettingsCommand";
242
+ import {
243
+ UpdateDataProtectionSettingsCommandInput,
244
+ UpdateDataProtectionSettingsCommandOutput,
245
+ } from "./commands/UpdateDataProtectionSettingsCommand";
218
246
  import {
219
247
  UpdateIdentityProviderCommandInput,
220
248
  UpdateIdentityProviderCommandOutput,
@@ -258,6 +286,19 @@ export interface WorkSpacesWeb {
258
286
  options: __HttpHandlerOptions,
259
287
  cb: (err: any, data?: AssociateBrowserSettingsCommandOutput) => void
260
288
  ): void;
289
+ associateDataProtectionSettings(
290
+ args: AssociateDataProtectionSettingsCommandInput,
291
+ options?: __HttpHandlerOptions
292
+ ): Promise<AssociateDataProtectionSettingsCommandOutput>;
293
+ associateDataProtectionSettings(
294
+ args: AssociateDataProtectionSettingsCommandInput,
295
+ cb: (err: any, data?: AssociateDataProtectionSettingsCommandOutput) => void
296
+ ): void;
297
+ associateDataProtectionSettings(
298
+ args: AssociateDataProtectionSettingsCommandInput,
299
+ options: __HttpHandlerOptions,
300
+ cb: (err: any, data?: AssociateDataProtectionSettingsCommandOutput) => void
301
+ ): void;
261
302
  associateIpAccessSettings(
262
303
  args: AssociateIpAccessSettingsCommandInput,
263
304
  options?: __HttpHandlerOptions
@@ -342,6 +383,20 @@ export interface WorkSpacesWeb {
342
383
  options: __HttpHandlerOptions,
343
384
  cb: (err: any, data?: CreateBrowserSettingsCommandOutput) => void
344
385
  ): void;
386
+ createDataProtectionSettings(): Promise<CreateDataProtectionSettingsCommandOutput>;
387
+ createDataProtectionSettings(
388
+ args: CreateDataProtectionSettingsCommandInput,
389
+ options?: __HttpHandlerOptions
390
+ ): Promise<CreateDataProtectionSettingsCommandOutput>;
391
+ createDataProtectionSettings(
392
+ args: CreateDataProtectionSettingsCommandInput,
393
+ cb: (err: any, data?: CreateDataProtectionSettingsCommandOutput) => void
394
+ ): void;
395
+ createDataProtectionSettings(
396
+ args: CreateDataProtectionSettingsCommandInput,
397
+ options: __HttpHandlerOptions,
398
+ cb: (err: any, data?: CreateDataProtectionSettingsCommandOutput) => void
399
+ ): void;
345
400
  createIdentityProvider(
346
401
  args: CreateIdentityProviderCommandInput,
347
402
  options?: __HttpHandlerOptions
@@ -447,6 +502,19 @@ export interface WorkSpacesWeb {
447
502
  options: __HttpHandlerOptions,
448
503
  cb: (err: any, data?: DeleteBrowserSettingsCommandOutput) => void
449
504
  ): void;
505
+ deleteDataProtectionSettings(
506
+ args: DeleteDataProtectionSettingsCommandInput,
507
+ options?: __HttpHandlerOptions
508
+ ): Promise<DeleteDataProtectionSettingsCommandOutput>;
509
+ deleteDataProtectionSettings(
510
+ args: DeleteDataProtectionSettingsCommandInput,
511
+ cb: (err: any, data?: DeleteDataProtectionSettingsCommandOutput) => void
512
+ ): void;
513
+ deleteDataProtectionSettings(
514
+ args: DeleteDataProtectionSettingsCommandInput,
515
+ options: __HttpHandlerOptions,
516
+ cb: (err: any, data?: DeleteDataProtectionSettingsCommandOutput) => void
517
+ ): void;
450
518
  deleteIdentityProvider(
451
519
  args: DeleteIdentityProviderCommandInput,
452
520
  options?: __HttpHandlerOptions
@@ -551,6 +619,25 @@ export interface WorkSpacesWeb {
551
619
  options: __HttpHandlerOptions,
552
620
  cb: (err: any, data?: DisassociateBrowserSettingsCommandOutput) => void
553
621
  ): void;
622
+ disassociateDataProtectionSettings(
623
+ args: DisassociateDataProtectionSettingsCommandInput,
624
+ options?: __HttpHandlerOptions
625
+ ): Promise<DisassociateDataProtectionSettingsCommandOutput>;
626
+ disassociateDataProtectionSettings(
627
+ args: DisassociateDataProtectionSettingsCommandInput,
628
+ cb: (
629
+ err: any,
630
+ data?: DisassociateDataProtectionSettingsCommandOutput
631
+ ) => void
632
+ ): void;
633
+ disassociateDataProtectionSettings(
634
+ args: DisassociateDataProtectionSettingsCommandInput,
635
+ options: __HttpHandlerOptions,
636
+ cb: (
637
+ err: any,
638
+ data?: DisassociateDataProtectionSettingsCommandOutput
639
+ ) => void
640
+ ): void;
554
641
  disassociateIpAccessSettings(
555
642
  args: DisassociateIpAccessSettingsCommandInput,
556
643
  options?: __HttpHandlerOptions
@@ -648,6 +735,19 @@ export interface WorkSpacesWeb {
648
735
  options: __HttpHandlerOptions,
649
736
  cb: (err: any, data?: GetBrowserSettingsCommandOutput) => void
650
737
  ): void;
738
+ getDataProtectionSettings(
739
+ args: GetDataProtectionSettingsCommandInput,
740
+ options?: __HttpHandlerOptions
741
+ ): Promise<GetDataProtectionSettingsCommandOutput>;
742
+ getDataProtectionSettings(
743
+ args: GetDataProtectionSettingsCommandInput,
744
+ cb: (err: any, data?: GetDataProtectionSettingsCommandOutput) => void
745
+ ): void;
746
+ getDataProtectionSettings(
747
+ args: GetDataProtectionSettingsCommandInput,
748
+ options: __HttpHandlerOptions,
749
+ cb: (err: any, data?: GetDataProtectionSettingsCommandOutput) => void
750
+ ): void;
651
751
  getIdentityProvider(
652
752
  args: GetIdentityProviderCommandInput,
653
753
  options?: __HttpHandlerOptions
@@ -792,6 +892,20 @@ export interface WorkSpacesWeb {
792
892
  options: __HttpHandlerOptions,
793
893
  cb: (err: any, data?: ListBrowserSettingsCommandOutput) => void
794
894
  ): void;
895
+ listDataProtectionSettings(): Promise<ListDataProtectionSettingsCommandOutput>;
896
+ listDataProtectionSettings(
897
+ args: ListDataProtectionSettingsCommandInput,
898
+ options?: __HttpHandlerOptions
899
+ ): Promise<ListDataProtectionSettingsCommandOutput>;
900
+ listDataProtectionSettings(
901
+ args: ListDataProtectionSettingsCommandInput,
902
+ cb: (err: any, data?: ListDataProtectionSettingsCommandOutput) => void
903
+ ): void;
904
+ listDataProtectionSettings(
905
+ args: ListDataProtectionSettingsCommandInput,
906
+ options: __HttpHandlerOptions,
907
+ cb: (err: any, data?: ListDataProtectionSettingsCommandOutput) => void
908
+ ): void;
795
909
  listIdentityProviders(
796
910
  args: ListIdentityProvidersCommandInput,
797
911
  options?: __HttpHandlerOptions
@@ -967,6 +1081,19 @@ export interface WorkSpacesWeb {
967
1081
  options: __HttpHandlerOptions,
968
1082
  cb: (err: any, data?: UpdateBrowserSettingsCommandOutput) => void
969
1083
  ): void;
1084
+ updateDataProtectionSettings(
1085
+ args: UpdateDataProtectionSettingsCommandInput,
1086
+ options?: __HttpHandlerOptions
1087
+ ): Promise<UpdateDataProtectionSettingsCommandOutput>;
1088
+ updateDataProtectionSettings(
1089
+ args: UpdateDataProtectionSettingsCommandInput,
1090
+ cb: (err: any, data?: UpdateDataProtectionSettingsCommandOutput) => void
1091
+ ): void;
1092
+ updateDataProtectionSettings(
1093
+ args: UpdateDataProtectionSettingsCommandInput,
1094
+ options: __HttpHandlerOptions,
1095
+ cb: (err: any, data?: UpdateDataProtectionSettingsCommandOutput) => void
1096
+ ): void;
970
1097
  updateIdentityProvider(
971
1098
  args: UpdateIdentityProviderCommandInput,
972
1099
  options?: __HttpHandlerOptions
@@ -49,6 +49,10 @@ import {
49
49
  AssociateBrowserSettingsCommandInput,
50
50
  AssociateBrowserSettingsCommandOutput,
51
51
  } from "./commands/AssociateBrowserSettingsCommand";
52
+ import {
53
+ AssociateDataProtectionSettingsCommandInput,
54
+ AssociateDataProtectionSettingsCommandOutput,
55
+ } from "./commands/AssociateDataProtectionSettingsCommand";
52
56
  import {
53
57
  AssociateIpAccessSettingsCommandInput,
54
58
  AssociateIpAccessSettingsCommandOutput,
@@ -73,6 +77,10 @@ import {
73
77
  CreateBrowserSettingsCommandInput,
74
78
  CreateBrowserSettingsCommandOutput,
75
79
  } from "./commands/CreateBrowserSettingsCommand";
80
+ import {
81
+ CreateDataProtectionSettingsCommandInput,
82
+ CreateDataProtectionSettingsCommandOutput,
83
+ } from "./commands/CreateDataProtectionSettingsCommand";
76
84
  import {
77
85
  CreateIdentityProviderCommandInput,
78
86
  CreateIdentityProviderCommandOutput,
@@ -105,6 +113,10 @@ import {
105
113
  DeleteBrowserSettingsCommandInput,
106
114
  DeleteBrowserSettingsCommandOutput,
107
115
  } from "./commands/DeleteBrowserSettingsCommand";
116
+ import {
117
+ DeleteDataProtectionSettingsCommandInput,
118
+ DeleteDataProtectionSettingsCommandOutput,
119
+ } from "./commands/DeleteDataProtectionSettingsCommand";
108
120
  import {
109
121
  DeleteIdentityProviderCommandInput,
110
122
  DeleteIdentityProviderCommandOutput,
@@ -137,6 +149,10 @@ import {
137
149
  DisassociateBrowserSettingsCommandInput,
138
150
  DisassociateBrowserSettingsCommandOutput,
139
151
  } from "./commands/DisassociateBrowserSettingsCommand";
152
+ import {
153
+ DisassociateDataProtectionSettingsCommandInput,
154
+ DisassociateDataProtectionSettingsCommandOutput,
155
+ } from "./commands/DisassociateDataProtectionSettingsCommand";
140
156
  import {
141
157
  DisassociateIpAccessSettingsCommandInput,
142
158
  DisassociateIpAccessSettingsCommandOutput,
@@ -165,6 +181,10 @@ import {
165
181
  GetBrowserSettingsCommandInput,
166
182
  GetBrowserSettingsCommandOutput,
167
183
  } from "./commands/GetBrowserSettingsCommand";
184
+ import {
185
+ GetDataProtectionSettingsCommandInput,
186
+ GetDataProtectionSettingsCommandOutput,
187
+ } from "./commands/GetDataProtectionSettingsCommand";
168
188
  import {
169
189
  GetIdentityProviderCommandInput,
170
190
  GetIdentityProviderCommandOutput,
@@ -209,6 +229,10 @@ import {
209
229
  ListBrowserSettingsCommandInput,
210
230
  ListBrowserSettingsCommandOutput,
211
231
  } from "./commands/ListBrowserSettingsCommand";
232
+ import {
233
+ ListDataProtectionSettingsCommandInput,
234
+ ListDataProtectionSettingsCommandOutput,
235
+ } from "./commands/ListDataProtectionSettingsCommand";
212
236
  import {
213
237
  ListIdentityProvidersCommandInput,
214
238
  ListIdentityProvidersCommandOutput,
@@ -261,6 +285,10 @@ import {
261
285
  UpdateBrowserSettingsCommandInput,
262
286
  UpdateBrowserSettingsCommandOutput,
263
287
  } from "./commands/UpdateBrowserSettingsCommand";
288
+ import {
289
+ UpdateDataProtectionSettingsCommandInput,
290
+ UpdateDataProtectionSettingsCommandOutput,
291
+ } from "./commands/UpdateDataProtectionSettingsCommand";
264
292
  import {
265
293
  UpdateIdentityProviderCommandInput,
266
294
  UpdateIdentityProviderCommandOutput,
@@ -298,12 +326,14 @@ import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
298
326
  export { __Client };
299
327
  export type ServiceInputTypes =
300
328
  | AssociateBrowserSettingsCommandInput
329
+ | AssociateDataProtectionSettingsCommandInput
301
330
  | AssociateIpAccessSettingsCommandInput
302
331
  | AssociateNetworkSettingsCommandInput
303
332
  | AssociateTrustStoreCommandInput
304
333
  | AssociateUserAccessLoggingSettingsCommandInput
305
334
  | AssociateUserSettingsCommandInput
306
335
  | CreateBrowserSettingsCommandInput
336
+ | CreateDataProtectionSettingsCommandInput
307
337
  | CreateIdentityProviderCommandInput
308
338
  | CreateIpAccessSettingsCommandInput
309
339
  | CreateNetworkSettingsCommandInput
@@ -312,6 +342,7 @@ export type ServiceInputTypes =
312
342
  | CreateUserAccessLoggingSettingsCommandInput
313
343
  | CreateUserSettingsCommandInput
314
344
  | DeleteBrowserSettingsCommandInput
345
+ | DeleteDataProtectionSettingsCommandInput
315
346
  | DeleteIdentityProviderCommandInput
316
347
  | DeleteIpAccessSettingsCommandInput
317
348
  | DeleteNetworkSettingsCommandInput
@@ -320,6 +351,7 @@ export type ServiceInputTypes =
320
351
  | DeleteUserAccessLoggingSettingsCommandInput
321
352
  | DeleteUserSettingsCommandInput
322
353
  | DisassociateBrowserSettingsCommandInput
354
+ | DisassociateDataProtectionSettingsCommandInput
323
355
  | DisassociateIpAccessSettingsCommandInput
324
356
  | DisassociateNetworkSettingsCommandInput
325
357
  | DisassociateTrustStoreCommandInput
@@ -327,6 +359,7 @@ export type ServiceInputTypes =
327
359
  | DisassociateUserSettingsCommandInput
328
360
  | ExpireSessionCommandInput
329
361
  | GetBrowserSettingsCommandInput
362
+ | GetDataProtectionSettingsCommandInput
330
363
  | GetIdentityProviderCommandInput
331
364
  | GetIpAccessSettingsCommandInput
332
365
  | GetNetworkSettingsCommandInput
@@ -338,6 +371,7 @@ export type ServiceInputTypes =
338
371
  | GetUserAccessLoggingSettingsCommandInput
339
372
  | GetUserSettingsCommandInput
340
373
  | ListBrowserSettingsCommandInput
374
+ | ListDataProtectionSettingsCommandInput
341
375
  | ListIdentityProvidersCommandInput
342
376
  | ListIpAccessSettingsCommandInput
343
377
  | ListNetworkSettingsCommandInput
@@ -351,6 +385,7 @@ export type ServiceInputTypes =
351
385
  | TagResourceCommandInput
352
386
  | UntagResourceCommandInput
353
387
  | UpdateBrowserSettingsCommandInput
388
+ | UpdateDataProtectionSettingsCommandInput
354
389
  | UpdateIdentityProviderCommandInput
355
390
  | UpdateIpAccessSettingsCommandInput
356
391
  | UpdateNetworkSettingsCommandInput
@@ -360,12 +395,14 @@ export type ServiceInputTypes =
360
395
  | UpdateUserSettingsCommandInput;
361
396
  export type ServiceOutputTypes =
362
397
  | AssociateBrowserSettingsCommandOutput
398
+ | AssociateDataProtectionSettingsCommandOutput
363
399
  | AssociateIpAccessSettingsCommandOutput
364
400
  | AssociateNetworkSettingsCommandOutput
365
401
  | AssociateTrustStoreCommandOutput
366
402
  | AssociateUserAccessLoggingSettingsCommandOutput
367
403
  | AssociateUserSettingsCommandOutput
368
404
  | CreateBrowserSettingsCommandOutput
405
+ | CreateDataProtectionSettingsCommandOutput
369
406
  | CreateIdentityProviderCommandOutput
370
407
  | CreateIpAccessSettingsCommandOutput
371
408
  | CreateNetworkSettingsCommandOutput
@@ -374,6 +411,7 @@ export type ServiceOutputTypes =
374
411
  | CreateUserAccessLoggingSettingsCommandOutput
375
412
  | CreateUserSettingsCommandOutput
376
413
  | DeleteBrowserSettingsCommandOutput
414
+ | DeleteDataProtectionSettingsCommandOutput
377
415
  | DeleteIdentityProviderCommandOutput
378
416
  | DeleteIpAccessSettingsCommandOutput
379
417
  | DeleteNetworkSettingsCommandOutput
@@ -382,6 +420,7 @@ export type ServiceOutputTypes =
382
420
  | DeleteUserAccessLoggingSettingsCommandOutput
383
421
  | DeleteUserSettingsCommandOutput
384
422
  | DisassociateBrowserSettingsCommandOutput
423
+ | DisassociateDataProtectionSettingsCommandOutput
385
424
  | DisassociateIpAccessSettingsCommandOutput
386
425
  | DisassociateNetworkSettingsCommandOutput
387
426
  | DisassociateTrustStoreCommandOutput
@@ -389,6 +428,7 @@ export type ServiceOutputTypes =
389
428
  | DisassociateUserSettingsCommandOutput
390
429
  | ExpireSessionCommandOutput
391
430
  | GetBrowserSettingsCommandOutput
431
+ | GetDataProtectionSettingsCommandOutput
392
432
  | GetIdentityProviderCommandOutput
393
433
  | GetIpAccessSettingsCommandOutput
394
434
  | GetNetworkSettingsCommandOutput
@@ -400,6 +440,7 @@ export type ServiceOutputTypes =
400
440
  | GetUserAccessLoggingSettingsCommandOutput
401
441
  | GetUserSettingsCommandOutput
402
442
  | ListBrowserSettingsCommandOutput
443
+ | ListDataProtectionSettingsCommandOutput
403
444
  | ListIdentityProvidersCommandOutput
404
445
  | ListIpAccessSettingsCommandOutput
405
446
  | ListNetworkSettingsCommandOutput
@@ -413,6 +454,7 @@ export type ServiceOutputTypes =
413
454
  | TagResourceCommandOutput
414
455
  | UntagResourceCommandOutput
415
456
  | UpdateBrowserSettingsCommandOutput
457
+ | UpdateDataProtectionSettingsCommandOutput
416
458
  | UpdateIdentityProviderCommandOutput
417
459
  | UpdateIpAccessSettingsCommandOutput
418
460
  | UpdateNetworkSettingsCommandOutput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ AssociateDataProtectionSettingsRequest,
5
+ AssociateDataProtectionSettingsResponse,
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 AssociateDataProtectionSettingsCommandInput
15
+ extends AssociateDataProtectionSettingsRequest {}
16
+ export interface AssociateDataProtectionSettingsCommandOutput
17
+ extends AssociateDataProtectionSettingsResponse,
18
+ __MetadataBearer {}
19
+ declare const AssociateDataProtectionSettingsCommand_base: {
20
+ new (
21
+ input: AssociateDataProtectionSettingsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ AssociateDataProtectionSettingsCommandInput,
24
+ AssociateDataProtectionSettingsCommandOutput,
25
+ WorkSpacesWebClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: AssociateDataProtectionSettingsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ AssociateDataProtectionSettingsCommandInput,
33
+ AssociateDataProtectionSettingsCommandOutput,
34
+ WorkSpacesWebClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class AssociateDataProtectionSettingsCommand extends AssociateDataProtectionSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateDataProtectionSettingsRequest;
44
+ output: AssociateDataProtectionSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: AssociateDataProtectionSettingsCommandInput;
48
+ output: AssociateDataProtectionSettingsCommandOutput;
49
+ };
50
+ };
51
+ }