@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
package/dist-cjs/index.js CHANGED
@@ -23,6 +23,7 @@ var src_exports = {};
23
23
  __export(src_exports, {
24
24
  AccessDeniedException: () => AccessDeniedException,
25
25
  AssociateBrowserSettingsCommand: () => AssociateBrowserSettingsCommand,
26
+ AssociateDataProtectionSettingsCommand: () => AssociateDataProtectionSettingsCommand,
26
27
  AssociateIpAccessSettingsCommand: () => AssociateIpAccessSettingsCommand,
27
28
  AssociateNetworkSettingsCommand: () => AssociateNetworkSettingsCommand,
28
29
  AssociateTrustStoreCommand: () => AssociateTrustStoreCommand,
@@ -36,6 +37,8 @@ __export(src_exports, {
36
37
  CookieSynchronizationConfigurationFilterSensitiveLog: () => CookieSynchronizationConfigurationFilterSensitiveLog,
37
38
  CreateBrowserSettingsCommand: () => CreateBrowserSettingsCommand,
38
39
  CreateBrowserSettingsRequestFilterSensitiveLog: () => CreateBrowserSettingsRequestFilterSensitiveLog,
40
+ CreateDataProtectionSettingsCommand: () => CreateDataProtectionSettingsCommand,
41
+ CreateDataProtectionSettingsRequestFilterSensitiveLog: () => CreateDataProtectionSettingsRequestFilterSensitiveLog,
39
42
  CreateIdentityProviderCommand: () => CreateIdentityProviderCommand,
40
43
  CreateIdentityProviderRequestFilterSensitiveLog: () => CreateIdentityProviderRequestFilterSensitiveLog,
41
44
  CreateIpAccessSettingsCommand: () => CreateIpAccessSettingsCommand,
@@ -50,7 +53,11 @@ __export(src_exports, {
50
53
  CreateUserAccessLoggingSettingsRequestFilterSensitiveLog: () => CreateUserAccessLoggingSettingsRequestFilterSensitiveLog,
51
54
  CreateUserSettingsCommand: () => CreateUserSettingsCommand,
52
55
  CreateUserSettingsRequestFilterSensitiveLog: () => CreateUserSettingsRequestFilterSensitiveLog,
56
+ CustomPatternFilterSensitiveLog: () => CustomPatternFilterSensitiveLog,
57
+ DataProtectionSettingsFilterSensitiveLog: () => DataProtectionSettingsFilterSensitiveLog,
58
+ DataProtectionSettingsSummaryFilterSensitiveLog: () => DataProtectionSettingsSummaryFilterSensitiveLog,
53
59
  DeleteBrowserSettingsCommand: () => DeleteBrowserSettingsCommand,
60
+ DeleteDataProtectionSettingsCommand: () => DeleteDataProtectionSettingsCommand,
54
61
  DeleteIdentityProviderCommand: () => DeleteIdentityProviderCommand,
55
62
  DeleteIpAccessSettingsCommand: () => DeleteIpAccessSettingsCommand,
56
63
  DeleteNetworkSettingsCommand: () => DeleteNetworkSettingsCommand,
@@ -59,6 +66,7 @@ __export(src_exports, {
59
66
  DeleteUserAccessLoggingSettingsCommand: () => DeleteUserAccessLoggingSettingsCommand,
60
67
  DeleteUserSettingsCommand: () => DeleteUserSettingsCommand,
61
68
  DisassociateBrowserSettingsCommand: () => DisassociateBrowserSettingsCommand,
69
+ DisassociateDataProtectionSettingsCommand: () => DisassociateDataProtectionSettingsCommand,
62
70
  DisassociateIpAccessSettingsCommand: () => DisassociateIpAccessSettingsCommand,
63
71
  DisassociateNetworkSettingsCommand: () => DisassociateNetworkSettingsCommand,
64
72
  DisassociateTrustStoreCommand: () => DisassociateTrustStoreCommand,
@@ -68,6 +76,8 @@ __export(src_exports, {
68
76
  ExpireSessionCommand: () => ExpireSessionCommand,
69
77
  GetBrowserSettingsCommand: () => GetBrowserSettingsCommand,
70
78
  GetBrowserSettingsResponseFilterSensitiveLog: () => GetBrowserSettingsResponseFilterSensitiveLog,
79
+ GetDataProtectionSettingsCommand: () => GetDataProtectionSettingsCommand,
80
+ GetDataProtectionSettingsResponseFilterSensitiveLog: () => GetDataProtectionSettingsResponseFilterSensitiveLog,
71
81
  GetIdentityProviderCommand: () => GetIdentityProviderCommand,
72
82
  GetIdentityProviderResponseFilterSensitiveLog: () => GetIdentityProviderResponseFilterSensitiveLog,
73
83
  GetIpAccessSettingsCommand: () => GetIpAccessSettingsCommand,
@@ -86,11 +96,15 @@ __export(src_exports, {
86
96
  IdentityProviderFilterSensitiveLog: () => IdentityProviderFilterSensitiveLog,
87
97
  IdentityProviderSummaryFilterSensitiveLog: () => IdentityProviderSummaryFilterSensitiveLog,
88
98
  IdentityProviderType: () => IdentityProviderType,
99
+ InlineRedactionConfigurationFilterSensitiveLog: () => InlineRedactionConfigurationFilterSensitiveLog,
100
+ InlineRedactionPatternFilterSensitiveLog: () => InlineRedactionPatternFilterSensitiveLog,
89
101
  InternalServerException: () => InternalServerException,
90
102
  IpAccessSettingsFilterSensitiveLog: () => IpAccessSettingsFilterSensitiveLog,
91
103
  IpAccessSettingsSummaryFilterSensitiveLog: () => IpAccessSettingsSummaryFilterSensitiveLog,
92
104
  IpRuleFilterSensitiveLog: () => IpRuleFilterSensitiveLog,
93
105
  ListBrowserSettingsCommand: () => ListBrowserSettingsCommand,
106
+ ListDataProtectionSettingsCommand: () => ListDataProtectionSettingsCommand,
107
+ ListDataProtectionSettingsResponseFilterSensitiveLog: () => ListDataProtectionSettingsResponseFilterSensitiveLog,
94
108
  ListIdentityProvidersCommand: () => ListIdentityProvidersCommand,
95
109
  ListIdentityProvidersResponseFilterSensitiveLog: () => ListIdentityProvidersResponseFilterSensitiveLog,
96
110
  ListIpAccessSettingsCommand: () => ListIpAccessSettingsCommand,
@@ -111,6 +125,8 @@ __export(src_exports, {
111
125
  PortalFilterSensitiveLog: () => PortalFilterSensitiveLog,
112
126
  PortalStatus: () => PortalStatus,
113
127
  PortalSummaryFilterSensitiveLog: () => PortalSummaryFilterSensitiveLog,
128
+ RedactionPlaceHolderFilterSensitiveLog: () => RedactionPlaceHolderFilterSensitiveLog,
129
+ RedactionPlaceHolderType: () => RedactionPlaceHolderType,
114
130
  RendererType: () => RendererType,
115
131
  ResourceNotFoundException: () => ResourceNotFoundException,
116
132
  ServiceQuotaExceededException: () => ServiceQuotaExceededException,
@@ -128,6 +144,9 @@ __export(src_exports, {
128
144
  UpdateBrowserSettingsCommand: () => UpdateBrowserSettingsCommand,
129
145
  UpdateBrowserSettingsRequestFilterSensitiveLog: () => UpdateBrowserSettingsRequestFilterSensitiveLog,
130
146
  UpdateBrowserSettingsResponseFilterSensitiveLog: () => UpdateBrowserSettingsResponseFilterSensitiveLog,
147
+ UpdateDataProtectionSettingsCommand: () => UpdateDataProtectionSettingsCommand,
148
+ UpdateDataProtectionSettingsRequestFilterSensitiveLog: () => UpdateDataProtectionSettingsRequestFilterSensitiveLog,
149
+ UpdateDataProtectionSettingsResponseFilterSensitiveLog: () => UpdateDataProtectionSettingsResponseFilterSensitiveLog,
131
150
  UpdateIdentityProviderCommand: () => UpdateIdentityProviderCommand,
132
151
  UpdateIdentityProviderRequestFilterSensitiveLog: () => UpdateIdentityProviderRequestFilterSensitiveLog,
133
152
  UpdateIdentityProviderResponseFilterSensitiveLog: () => UpdateIdentityProviderResponseFilterSensitiveLog,
@@ -153,6 +172,7 @@ __export(src_exports, {
153
172
  _InstanceType: () => _InstanceType,
154
173
  __Client: () => import_smithy_client.Client,
155
174
  paginateListBrowserSettings: () => paginateListBrowserSettings,
175
+ paginateListDataProtectionSettings: () => paginateListDataProtectionSettings,
156
176
  paginateListIdentityProviders: () => paginateListIdentityProviders,
157
177
  paginateListIpAccessSettings: () => paginateListIpAccessSettings,
158
178
  paginateListNetworkSettings: () => paginateListNetworkSettings,
@@ -477,6 +497,9 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
477
497
  };
478
498
  __name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
479
499
  var ServiceQuotaExceededException = _ServiceQuotaExceededException;
500
+ var RedactionPlaceHolderType = {
501
+ CUSTOM_TEXT: "CustomText"
502
+ };
480
503
  var SessionStatus = {
481
504
  ACTIVE: "Active",
482
505
  TERMINATED: "Terminated"
@@ -557,6 +580,85 @@ var UpdateBrowserSettingsResponseFilterSensitiveLog = /* @__PURE__ */ __name((ob
557
580
  ...obj,
558
581
  ...obj.browserSettings && { browserSettings: BrowserSettingsFilterSensitiveLog(obj.browserSettings) }
559
582
  }), "UpdateBrowserSettingsResponseFilterSensitiveLog");
583
+ var CustomPatternFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
584
+ ...obj,
585
+ ...obj.patternName && { patternName: import_smithy_client.SENSITIVE_STRING },
586
+ ...obj.patternRegex && { patternRegex: import_smithy_client.SENSITIVE_STRING },
587
+ ...obj.patternDescription && { patternDescription: import_smithy_client.SENSITIVE_STRING },
588
+ ...obj.keywordRegex && { keywordRegex: import_smithy_client.SENSITIVE_STRING }
589
+ }), "CustomPatternFilterSensitiveLog");
590
+ var RedactionPlaceHolderFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
591
+ ...obj,
592
+ ...obj.redactionPlaceHolderText && { redactionPlaceHolderText: import_smithy_client.SENSITIVE_STRING }
593
+ }), "RedactionPlaceHolderFilterSensitiveLog");
594
+ var InlineRedactionPatternFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
595
+ ...obj,
596
+ ...obj.builtInPatternId && { builtInPatternId: import_smithy_client.SENSITIVE_STRING },
597
+ ...obj.customPattern && { customPattern: CustomPatternFilterSensitiveLog(obj.customPattern) },
598
+ ...obj.redactionPlaceHolder && {
599
+ redactionPlaceHolder: RedactionPlaceHolderFilterSensitiveLog(obj.redactionPlaceHolder)
600
+ },
601
+ ...obj.enforcedUrls && { enforcedUrls: import_smithy_client.SENSITIVE_STRING },
602
+ ...obj.exemptUrls && { exemptUrls: import_smithy_client.SENSITIVE_STRING }
603
+ }), "InlineRedactionPatternFilterSensitiveLog");
604
+ var InlineRedactionConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
605
+ ...obj,
606
+ ...obj.inlineRedactionPatterns && {
607
+ inlineRedactionPatterns: obj.inlineRedactionPatterns.map((item) => InlineRedactionPatternFilterSensitiveLog(item))
608
+ },
609
+ ...obj.globalEnforcedUrls && { globalEnforcedUrls: import_smithy_client.SENSITIVE_STRING },
610
+ ...obj.globalExemptUrls && { globalExemptUrls: import_smithy_client.SENSITIVE_STRING }
611
+ }), "InlineRedactionConfigurationFilterSensitiveLog");
612
+ var CreateDataProtectionSettingsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
613
+ ...obj,
614
+ ...obj.displayName && { displayName: import_smithy_client.SENSITIVE_STRING },
615
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
616
+ ...obj.tags && { tags: import_smithy_client.SENSITIVE_STRING },
617
+ ...obj.inlineRedactionConfiguration && {
618
+ inlineRedactionConfiguration: InlineRedactionConfigurationFilterSensitiveLog(obj.inlineRedactionConfiguration)
619
+ }
620
+ }), "CreateDataProtectionSettingsRequestFilterSensitiveLog");
621
+ var DataProtectionSettingsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
622
+ ...obj,
623
+ ...obj.inlineRedactionConfiguration && {
624
+ inlineRedactionConfiguration: InlineRedactionConfigurationFilterSensitiveLog(obj.inlineRedactionConfiguration)
625
+ },
626
+ ...obj.displayName && { displayName: import_smithy_client.SENSITIVE_STRING },
627
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
628
+ }), "DataProtectionSettingsFilterSensitiveLog");
629
+ var GetDataProtectionSettingsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
630
+ ...obj,
631
+ ...obj.dataProtectionSettings && {
632
+ dataProtectionSettings: DataProtectionSettingsFilterSensitiveLog(obj.dataProtectionSettings)
633
+ }
634
+ }), "GetDataProtectionSettingsResponseFilterSensitiveLog");
635
+ var DataProtectionSettingsSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
636
+ ...obj,
637
+ ...obj.displayName && { displayName: import_smithy_client.SENSITIVE_STRING },
638
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
639
+ }), "DataProtectionSettingsSummaryFilterSensitiveLog");
640
+ var ListDataProtectionSettingsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
641
+ ...obj,
642
+ ...obj.dataProtectionSettings && {
643
+ dataProtectionSettings: obj.dataProtectionSettings.map(
644
+ (item) => DataProtectionSettingsSummaryFilterSensitiveLog(item)
645
+ )
646
+ }
647
+ }), "ListDataProtectionSettingsResponseFilterSensitiveLog");
648
+ var UpdateDataProtectionSettingsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
649
+ ...obj,
650
+ ...obj.inlineRedactionConfiguration && {
651
+ inlineRedactionConfiguration: InlineRedactionConfigurationFilterSensitiveLog(obj.inlineRedactionConfiguration)
652
+ },
653
+ ...obj.displayName && { displayName: import_smithy_client.SENSITIVE_STRING },
654
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
655
+ }), "UpdateDataProtectionSettingsRequestFilterSensitiveLog");
656
+ var UpdateDataProtectionSettingsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
657
+ ...obj,
658
+ ...obj.dataProtectionSettings && {
659
+ dataProtectionSettings: DataProtectionSettingsFilterSensitiveLog(obj.dataProtectionSettings)
660
+ }
661
+ }), "UpdateDataProtectionSettingsResponseFilterSensitiveLog");
560
662
  var SessionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
561
663
  ...obj,
562
664
  ...obj.username && { username: import_smithy_client.SENSITIVE_STRING },
@@ -764,6 +866,18 @@ var se_AssociateBrowserSettingsCommand = /* @__PURE__ */ __name(async (input, co
764
866
  b.m("PUT").h(headers).q(query).b(body);
765
867
  return b.build();
766
868
  }, "se_AssociateBrowserSettingsCommand");
869
+ var se_AssociateDataProtectionSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
870
+ const b = (0, import_core.requestBuilder)(input, context);
871
+ const headers = {};
872
+ b.bp("/portals/{portalArn+}/dataProtectionSettings");
873
+ b.p("portalArn", () => input.portalArn, "{portalArn+}", true);
874
+ const query = (0, import_smithy_client.map)({
875
+ [_dPSA]: [, (0, import_smithy_client.expectNonNull)(input[_dPSA], `dataProtectionSettingsArn`)]
876
+ });
877
+ let body;
878
+ b.m("PUT").h(headers).q(query).b(body);
879
+ return b.build();
880
+ }, "se_AssociateDataProtectionSettingsCommand");
767
881
  var se_AssociateIpAccessSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
768
882
  const b = (0, import_core.requestBuilder)(input, context);
769
883
  const headers = {};
@@ -843,6 +957,27 @@ var se_CreateBrowserSettingsCommand = /* @__PURE__ */ __name(async (input, conte
843
957
  b.m("POST").h(headers).b(body);
844
958
  return b.build();
845
959
  }, "se_CreateBrowserSettingsCommand");
960
+ var se_CreateDataProtectionSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
961
+ const b = (0, import_core.requestBuilder)(input, context);
962
+ const headers = {
963
+ "content-type": "application/json"
964
+ };
965
+ b.bp("/dataProtectionSettings");
966
+ let body;
967
+ body = JSON.stringify(
968
+ (0, import_smithy_client.take)(input, {
969
+ additionalEncryptionContext: (_) => (0, import_smithy_client._json)(_),
970
+ clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
971
+ customerManagedKey: [],
972
+ description: [],
973
+ displayName: [],
974
+ inlineRedactionConfiguration: (_) => (0, import_smithy_client._json)(_),
975
+ tags: (_) => (0, import_smithy_client._json)(_)
976
+ })
977
+ );
978
+ b.m("POST").h(headers).b(body);
979
+ return b.build();
980
+ }, "se_CreateDataProtectionSettingsCommand");
846
981
  var se_CreateIdentityProviderCommand = /* @__PURE__ */ __name(async (input, context) => {
847
982
  const b = (0, import_core.requestBuilder)(input, context);
848
983
  const headers = {
@@ -995,6 +1130,15 @@ var se_DeleteBrowserSettingsCommand = /* @__PURE__ */ __name(async (input, conte
995
1130
  b.m("DELETE").h(headers).b(body);
996
1131
  return b.build();
997
1132
  }, "se_DeleteBrowserSettingsCommand");
1133
+ var se_DeleteDataProtectionSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
1134
+ const b = (0, import_core.requestBuilder)(input, context);
1135
+ const headers = {};
1136
+ b.bp("/dataProtectionSettings/{dataProtectionSettingsArn+}");
1137
+ b.p("dataProtectionSettingsArn", () => input.dataProtectionSettingsArn, "{dataProtectionSettingsArn+}", true);
1138
+ let body;
1139
+ b.m("DELETE").h(headers).b(body);
1140
+ return b.build();
1141
+ }, "se_DeleteDataProtectionSettingsCommand");
998
1142
  var se_DeleteIdentityProviderCommand = /* @__PURE__ */ __name(async (input, context) => {
999
1143
  const b = (0, import_core.requestBuilder)(input, context);
1000
1144
  const headers = {};
@@ -1072,6 +1216,15 @@ var se_DisassociateBrowserSettingsCommand = /* @__PURE__ */ __name(async (input,
1072
1216
  b.m("DELETE").h(headers).b(body);
1073
1217
  return b.build();
1074
1218
  }, "se_DisassociateBrowserSettingsCommand");
1219
+ var se_DisassociateDataProtectionSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
1220
+ const b = (0, import_core.requestBuilder)(input, context);
1221
+ const headers = {};
1222
+ b.bp("/portals/{portalArn+}/dataProtectionSettings");
1223
+ b.p("portalArn", () => input.portalArn, "{portalArn+}", true);
1224
+ let body;
1225
+ b.m("DELETE").h(headers).b(body);
1226
+ return b.build();
1227
+ }, "se_DisassociateDataProtectionSettingsCommand");
1075
1228
  var se_DisassociateIpAccessSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
1076
1229
  const b = (0, import_core.requestBuilder)(input, context);
1077
1230
  const headers = {};
@@ -1136,6 +1289,15 @@ var se_GetBrowserSettingsCommand = /* @__PURE__ */ __name(async (input, context)
1136
1289
  b.m("GET").h(headers).b(body);
1137
1290
  return b.build();
1138
1291
  }, "se_GetBrowserSettingsCommand");
1292
+ var se_GetDataProtectionSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
1293
+ const b = (0, import_core.requestBuilder)(input, context);
1294
+ const headers = {};
1295
+ b.bp("/dataProtectionSettings/{dataProtectionSettingsArn+}");
1296
+ b.p("dataProtectionSettingsArn", () => input.dataProtectionSettingsArn, "{dataProtectionSettingsArn+}", true);
1297
+ let body;
1298
+ b.m("GET").h(headers).b(body);
1299
+ return b.build();
1300
+ }, "se_GetDataProtectionSettingsCommand");
1139
1301
  var se_GetIdentityProviderCommand = /* @__PURE__ */ __name(async (input, context) => {
1140
1302
  const b = (0, import_core.requestBuilder)(input, context);
1141
1303
  const headers = {};
@@ -1247,6 +1409,18 @@ var se_ListBrowserSettingsCommand = /* @__PURE__ */ __name(async (input, context
1247
1409
  b.m("GET").h(headers).q(query).b(body);
1248
1410
  return b.build();
1249
1411
  }, "se_ListBrowserSettingsCommand");
1412
+ var se_ListDataProtectionSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
1413
+ const b = (0, import_core.requestBuilder)(input, context);
1414
+ const headers = {};
1415
+ b.bp("/dataProtectionSettings");
1416
+ const query = (0, import_smithy_client.map)({
1417
+ [_nT]: [, input[_nT]],
1418
+ [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
1419
+ });
1420
+ let body;
1421
+ b.m("GET").h(headers).q(query).b(body);
1422
+ return b.build();
1423
+ }, "se_ListDataProtectionSettingsCommand");
1250
1424
  var se_ListIdentityProvidersCommand = /* @__PURE__ */ __name(async (input, context) => {
1251
1425
  const b = (0, import_core.requestBuilder)(input, context);
1252
1426
  const headers = {};
@@ -1417,6 +1591,25 @@ var se_UpdateBrowserSettingsCommand = /* @__PURE__ */ __name(async (input, conte
1417
1591
  b.m("PATCH").h(headers).b(body);
1418
1592
  return b.build();
1419
1593
  }, "se_UpdateBrowserSettingsCommand");
1594
+ var se_UpdateDataProtectionSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
1595
+ const b = (0, import_core.requestBuilder)(input, context);
1596
+ const headers = {
1597
+ "content-type": "application/json"
1598
+ };
1599
+ b.bp("/dataProtectionSettings/{dataProtectionSettingsArn+}");
1600
+ b.p("dataProtectionSettingsArn", () => input.dataProtectionSettingsArn, "{dataProtectionSettingsArn+}", true);
1601
+ let body;
1602
+ body = JSON.stringify(
1603
+ (0, import_smithy_client.take)(input, {
1604
+ clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1605
+ description: [],
1606
+ displayName: [],
1607
+ inlineRedactionConfiguration: (_) => (0, import_smithy_client._json)(_)
1608
+ })
1609
+ );
1610
+ b.m("PATCH").h(headers).b(body);
1611
+ return b.build();
1612
+ }, "se_UpdateDataProtectionSettingsCommand");
1420
1613
  var se_UpdateIdentityProviderCommand = /* @__PURE__ */ __name(async (input, context) => {
1421
1614
  const b = (0, import_core.requestBuilder)(input, context);
1422
1615
  const headers = {
@@ -1573,6 +1766,21 @@ var de_AssociateBrowserSettingsCommand = /* @__PURE__ */ __name(async (output, c
1573
1766
  Object.assign(contents, doc);
1574
1767
  return contents;
1575
1768
  }, "de_AssociateBrowserSettingsCommand");
1769
+ var de_AssociateDataProtectionSettingsCommand = /* @__PURE__ */ __name(async (output, context) => {
1770
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1771
+ return de_CommandError(output, context);
1772
+ }
1773
+ const contents = (0, import_smithy_client.map)({
1774
+ $metadata: deserializeMetadata(output)
1775
+ });
1776
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1777
+ const doc = (0, import_smithy_client.take)(data, {
1778
+ dataProtectionSettingsArn: import_smithy_client.expectString,
1779
+ portalArn: import_smithy_client.expectString
1780
+ });
1781
+ Object.assign(contents, doc);
1782
+ return contents;
1783
+ }, "de_AssociateDataProtectionSettingsCommand");
1576
1784
  var de_AssociateIpAccessSettingsCommand = /* @__PURE__ */ __name(async (output, context) => {
1577
1785
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1578
1786
  return de_CommandError(output, context);
@@ -1662,6 +1870,20 @@ var de_CreateBrowserSettingsCommand = /* @__PURE__ */ __name(async (output, cont
1662
1870
  Object.assign(contents, doc);
1663
1871
  return contents;
1664
1872
  }, "de_CreateBrowserSettingsCommand");
1873
+ var de_CreateDataProtectionSettingsCommand = /* @__PURE__ */ __name(async (output, context) => {
1874
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1875
+ return de_CommandError(output, context);
1876
+ }
1877
+ const contents = (0, import_smithy_client.map)({
1878
+ $metadata: deserializeMetadata(output)
1879
+ });
1880
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1881
+ const doc = (0, import_smithy_client.take)(data, {
1882
+ dataProtectionSettingsArn: import_smithy_client.expectString
1883
+ });
1884
+ Object.assign(contents, doc);
1885
+ return contents;
1886
+ }, "de_CreateDataProtectionSettingsCommand");
1665
1887
  var de_CreateIdentityProviderCommand = /* @__PURE__ */ __name(async (output, context) => {
1666
1888
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1667
1889
  return de_CommandError(output, context);
@@ -1771,6 +1993,16 @@ var de_DeleteBrowserSettingsCommand = /* @__PURE__ */ __name(async (output, cont
1771
1993
  await (0, import_smithy_client.collectBody)(output.body, context);
1772
1994
  return contents;
1773
1995
  }, "de_DeleteBrowserSettingsCommand");
1996
+ var de_DeleteDataProtectionSettingsCommand = /* @__PURE__ */ __name(async (output, context) => {
1997
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1998
+ return de_CommandError(output, context);
1999
+ }
2000
+ const contents = (0, import_smithy_client.map)({
2001
+ $metadata: deserializeMetadata(output)
2002
+ });
2003
+ await (0, import_smithy_client.collectBody)(output.body, context);
2004
+ return contents;
2005
+ }, "de_DeleteDataProtectionSettingsCommand");
1774
2006
  var de_DeleteIdentityProviderCommand = /* @__PURE__ */ __name(async (output, context) => {
1775
2007
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1776
2008
  return de_CommandError(output, context);
@@ -1851,6 +2083,16 @@ var de_DisassociateBrowserSettingsCommand = /* @__PURE__ */ __name(async (output
1851
2083
  await (0, import_smithy_client.collectBody)(output.body, context);
1852
2084
  return contents;
1853
2085
  }, "de_DisassociateBrowserSettingsCommand");
2086
+ var de_DisassociateDataProtectionSettingsCommand = /* @__PURE__ */ __name(async (output, context) => {
2087
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2088
+ return de_CommandError(output, context);
2089
+ }
2090
+ const contents = (0, import_smithy_client.map)({
2091
+ $metadata: deserializeMetadata(output)
2092
+ });
2093
+ await (0, import_smithy_client.collectBody)(output.body, context);
2094
+ return contents;
2095
+ }, "de_DisassociateDataProtectionSettingsCommand");
1854
2096
  var de_DisassociateIpAccessSettingsCommand = /* @__PURE__ */ __name(async (output, context) => {
1855
2097
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1856
2098
  return de_CommandError(output, context);
@@ -1925,6 +2167,20 @@ var de_GetBrowserSettingsCommand = /* @__PURE__ */ __name(async (output, context
1925
2167
  Object.assign(contents, doc);
1926
2168
  return contents;
1927
2169
  }, "de_GetBrowserSettingsCommand");
2170
+ var de_GetDataProtectionSettingsCommand = /* @__PURE__ */ __name(async (output, context) => {
2171
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2172
+ return de_CommandError(output, context);
2173
+ }
2174
+ const contents = (0, import_smithy_client.map)({
2175
+ $metadata: deserializeMetadata(output)
2176
+ });
2177
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2178
+ const doc = (0, import_smithy_client.take)(data, {
2179
+ dataProtectionSettings: (_) => de_DataProtectionSettings(_, context)
2180
+ });
2181
+ Object.assign(contents, doc);
2182
+ return contents;
2183
+ }, "de_GetDataProtectionSettingsCommand");
1928
2184
  var de_GetIdentityProviderCommand = /* @__PURE__ */ __name(async (output, context) => {
1929
2185
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1930
2186
  return de_CommandError(output, context);
@@ -2082,6 +2338,21 @@ var de_ListBrowserSettingsCommand = /* @__PURE__ */ __name(async (output, contex
2082
2338
  Object.assign(contents, doc);
2083
2339
  return contents;
2084
2340
  }, "de_ListBrowserSettingsCommand");
2341
+ var de_ListDataProtectionSettingsCommand = /* @__PURE__ */ __name(async (output, context) => {
2342
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2343
+ return de_CommandError(output, context);
2344
+ }
2345
+ const contents = (0, import_smithy_client.map)({
2346
+ $metadata: deserializeMetadata(output)
2347
+ });
2348
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2349
+ const doc = (0, import_smithy_client.take)(data, {
2350
+ dataProtectionSettings: (_) => de_DataProtectionSettingsList(_, context),
2351
+ nextToken: import_smithy_client.expectString
2352
+ });
2353
+ Object.assign(contents, doc);
2354
+ return contents;
2355
+ }, "de_ListDataProtectionSettingsCommand");
2085
2356
  var de_ListIdentityProvidersCommand = /* @__PURE__ */ __name(async (output, context) => {
2086
2357
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2087
2358
  return de_CommandError(output, context);
@@ -2266,6 +2537,20 @@ var de_UpdateBrowserSettingsCommand = /* @__PURE__ */ __name(async (output, cont
2266
2537
  Object.assign(contents, doc);
2267
2538
  return contents;
2268
2539
  }, "de_UpdateBrowserSettingsCommand");
2540
+ var de_UpdateDataProtectionSettingsCommand = /* @__PURE__ */ __name(async (output, context) => {
2541
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2542
+ return de_CommandError(output, context);
2543
+ }
2544
+ const contents = (0, import_smithy_client.map)({
2545
+ $metadata: deserializeMetadata(output)
2546
+ });
2547
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2548
+ const doc = (0, import_smithy_client.take)(data, {
2549
+ dataProtectionSettings: (_) => de_DataProtectionSettings(_, context)
2550
+ });
2551
+ Object.assign(contents, doc);
2552
+ return contents;
2553
+ }, "de_UpdateDataProtectionSettingsCommand");
2269
2554
  var de_UpdateIdentityProviderCommand = /* @__PURE__ */ __name(async (output, context) => {
2270
2555
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2271
2556
  return de_CommandError(output, context);
@@ -2556,6 +2841,32 @@ var de_CertificateSummaryList = /* @__PURE__ */ __name((output, context) => {
2556
2841
  });
2557
2842
  return retVal;
2558
2843
  }, "de_CertificateSummaryList");
2844
+ var de_DataProtectionSettings = /* @__PURE__ */ __name((output, context) => {
2845
+ return (0, import_smithy_client.take)(output, {
2846
+ additionalEncryptionContext: import_smithy_client._json,
2847
+ associatedPortalArns: import_smithy_client._json,
2848
+ creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2849
+ customerManagedKey: import_smithy_client.expectString,
2850
+ dataProtectionSettingsArn: import_smithy_client.expectString,
2851
+ description: import_smithy_client.expectString,
2852
+ displayName: import_smithy_client.expectString,
2853
+ inlineRedactionConfiguration: import_smithy_client._json
2854
+ });
2855
+ }, "de_DataProtectionSettings");
2856
+ var de_DataProtectionSettingsList = /* @__PURE__ */ __name((output, context) => {
2857
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
2858
+ return de_DataProtectionSettingsSummary(entry, context);
2859
+ });
2860
+ return retVal;
2861
+ }, "de_DataProtectionSettingsList");
2862
+ var de_DataProtectionSettingsSummary = /* @__PURE__ */ __name((output, context) => {
2863
+ return (0, import_smithy_client.take)(output, {
2864
+ creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2865
+ dataProtectionSettingsArn: import_smithy_client.expectString,
2866
+ description: import_smithy_client.expectString,
2867
+ displayName: import_smithy_client.expectString
2868
+ });
2869
+ }, "de_DataProtectionSettingsSummary");
2559
2870
  var de_IpAccessSettings = /* @__PURE__ */ __name((output, context) => {
2560
2871
  return (0, import_smithy_client.take)(output, {
2561
2872
  additionalEncryptionContext: import_smithy_client._json,
@@ -2590,6 +2901,7 @@ var de_Portal = /* @__PURE__ */ __name((output, context) => {
2590
2901
  browserType: import_smithy_client.expectString,
2591
2902
  creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2592
2903
  customerManagedKey: import_smithy_client.expectString,
2904
+ dataProtectionSettingsArn: import_smithy_client.expectString,
2593
2905
  displayName: import_smithy_client.expectString,
2594
2906
  instanceType: import_smithy_client.expectString,
2595
2907
  ipAccessSettingsArn: import_smithy_client.expectString,
@@ -2617,6 +2929,7 @@ var de_PortalSummary = /* @__PURE__ */ __name((output, context) => {
2617
2929
  browserSettingsArn: import_smithy_client.expectString,
2618
2930
  browserType: import_smithy_client.expectString,
2619
2931
  creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2932
+ dataProtectionSettingsArn: import_smithy_client.expectString,
2620
2933
  displayName: import_smithy_client.expectString,
2621
2934
  instanceType: import_smithy_client.expectString,
2622
2935
  ipAccessSettingsArn: import_smithy_client.expectString,
@@ -2665,6 +2978,7 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
2665
2978
  cfId: output.headers["x-amz-cf-id"]
2666
2979
  }), "deserializeMetadata");
2667
2980
  var _bSA = "browserSettingsArn";
2981
+ var _dPSA = "dataProtectionSettingsArn";
2668
2982
  var _iASA = "ipAccessSettingsArn";
2669
2983
  var _mR = "maxResults";
2670
2984
  var _nSA = "networkSettingsArn";
@@ -2692,6 +3006,20 @@ var _AssociateBrowserSettingsCommand = class _AssociateBrowserSettingsCommand ex
2692
3006
  __name(_AssociateBrowserSettingsCommand, "AssociateBrowserSettingsCommand");
2693
3007
  var AssociateBrowserSettingsCommand = _AssociateBrowserSettingsCommand;
2694
3008
 
3009
+ // src/commands/AssociateDataProtectionSettingsCommand.ts
3010
+
3011
+
3012
+
3013
+ var _AssociateDataProtectionSettingsCommand = class _AssociateDataProtectionSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3014
+ return [
3015
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3016
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3017
+ ];
3018
+ }).s("AWSErmineControlPlaneService", "AssociateDataProtectionSettings", {}).n("WorkSpacesWebClient", "AssociateDataProtectionSettingsCommand").f(void 0, void 0).ser(se_AssociateDataProtectionSettingsCommand).de(de_AssociateDataProtectionSettingsCommand).build() {
3019
+ };
3020
+ __name(_AssociateDataProtectionSettingsCommand, "AssociateDataProtectionSettingsCommand");
3021
+ var AssociateDataProtectionSettingsCommand = _AssociateDataProtectionSettingsCommand;
3022
+
2695
3023
  // src/commands/AssociateIpAccessSettingsCommand.ts
2696
3024
 
2697
3025
 
@@ -2776,6 +3104,20 @@ var _CreateBrowserSettingsCommand = class _CreateBrowserSettingsCommand extends
2776
3104
  __name(_CreateBrowserSettingsCommand, "CreateBrowserSettingsCommand");
2777
3105
  var CreateBrowserSettingsCommand = _CreateBrowserSettingsCommand;
2778
3106
 
3107
+ // src/commands/CreateDataProtectionSettingsCommand.ts
3108
+
3109
+
3110
+
3111
+ var _CreateDataProtectionSettingsCommand = class _CreateDataProtectionSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3112
+ return [
3113
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3114
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3115
+ ];
3116
+ }).s("AWSErmineControlPlaneService", "CreateDataProtectionSettings", {}).n("WorkSpacesWebClient", "CreateDataProtectionSettingsCommand").f(CreateDataProtectionSettingsRequestFilterSensitiveLog, void 0).ser(se_CreateDataProtectionSettingsCommand).de(de_CreateDataProtectionSettingsCommand).build() {
3117
+ };
3118
+ __name(_CreateDataProtectionSettingsCommand, "CreateDataProtectionSettingsCommand");
3119
+ var CreateDataProtectionSettingsCommand = _CreateDataProtectionSettingsCommand;
3120
+
2779
3121
  // src/commands/CreateIdentityProviderCommand.ts
2780
3122
 
2781
3123
 
@@ -2888,6 +3230,20 @@ var _DeleteBrowserSettingsCommand = class _DeleteBrowserSettingsCommand extends
2888
3230
  __name(_DeleteBrowserSettingsCommand, "DeleteBrowserSettingsCommand");
2889
3231
  var DeleteBrowserSettingsCommand = _DeleteBrowserSettingsCommand;
2890
3232
 
3233
+ // src/commands/DeleteDataProtectionSettingsCommand.ts
3234
+
3235
+
3236
+
3237
+ var _DeleteDataProtectionSettingsCommand = class _DeleteDataProtectionSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3238
+ return [
3239
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3240
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3241
+ ];
3242
+ }).s("AWSErmineControlPlaneService", "DeleteDataProtectionSettings", {}).n("WorkSpacesWebClient", "DeleteDataProtectionSettingsCommand").f(void 0, void 0).ser(se_DeleteDataProtectionSettingsCommand).de(de_DeleteDataProtectionSettingsCommand).build() {
3243
+ };
3244
+ __name(_DeleteDataProtectionSettingsCommand, "DeleteDataProtectionSettingsCommand");
3245
+ var DeleteDataProtectionSettingsCommand = _DeleteDataProtectionSettingsCommand;
3246
+
2891
3247
  // src/commands/DeleteIdentityProviderCommand.ts
2892
3248
 
2893
3249
 
@@ -3000,6 +3356,20 @@ var _DisassociateBrowserSettingsCommand = class _DisassociateBrowserSettingsComm
3000
3356
  __name(_DisassociateBrowserSettingsCommand, "DisassociateBrowserSettingsCommand");
3001
3357
  var DisassociateBrowserSettingsCommand = _DisassociateBrowserSettingsCommand;
3002
3358
 
3359
+ // src/commands/DisassociateDataProtectionSettingsCommand.ts
3360
+
3361
+
3362
+
3363
+ var _DisassociateDataProtectionSettingsCommand = class _DisassociateDataProtectionSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3364
+ return [
3365
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3366
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3367
+ ];
3368
+ }).s("AWSErmineControlPlaneService", "DisassociateDataProtectionSettings", {}).n("WorkSpacesWebClient", "DisassociateDataProtectionSettingsCommand").f(void 0, void 0).ser(se_DisassociateDataProtectionSettingsCommand).de(de_DisassociateDataProtectionSettingsCommand).build() {
3369
+ };
3370
+ __name(_DisassociateDataProtectionSettingsCommand, "DisassociateDataProtectionSettingsCommand");
3371
+ var DisassociateDataProtectionSettingsCommand = _DisassociateDataProtectionSettingsCommand;
3372
+
3003
3373
  // src/commands/DisassociateIpAccessSettingsCommand.ts
3004
3374
 
3005
3375
 
@@ -3098,6 +3468,20 @@ var _GetBrowserSettingsCommand = class _GetBrowserSettingsCommand extends import
3098
3468
  __name(_GetBrowserSettingsCommand, "GetBrowserSettingsCommand");
3099
3469
  var GetBrowserSettingsCommand = _GetBrowserSettingsCommand;
3100
3470
 
3471
+ // src/commands/GetDataProtectionSettingsCommand.ts
3472
+
3473
+
3474
+
3475
+ var _GetDataProtectionSettingsCommand = class _GetDataProtectionSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3476
+ return [
3477
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3478
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3479
+ ];
3480
+ }).s("AWSErmineControlPlaneService", "GetDataProtectionSettings", {}).n("WorkSpacesWebClient", "GetDataProtectionSettingsCommand").f(void 0, GetDataProtectionSettingsResponseFilterSensitiveLog).ser(se_GetDataProtectionSettingsCommand).de(de_GetDataProtectionSettingsCommand).build() {
3481
+ };
3482
+ __name(_GetDataProtectionSettingsCommand, "GetDataProtectionSettingsCommand");
3483
+ var GetDataProtectionSettingsCommand = _GetDataProtectionSettingsCommand;
3484
+
3101
3485
  // src/commands/GetIdentityProviderCommand.ts
3102
3486
 
3103
3487
 
@@ -3252,6 +3636,20 @@ var _ListBrowserSettingsCommand = class _ListBrowserSettingsCommand extends impo
3252
3636
  __name(_ListBrowserSettingsCommand, "ListBrowserSettingsCommand");
3253
3637
  var ListBrowserSettingsCommand = _ListBrowserSettingsCommand;
3254
3638
 
3639
+ // src/commands/ListDataProtectionSettingsCommand.ts
3640
+
3641
+
3642
+
3643
+ var _ListDataProtectionSettingsCommand = class _ListDataProtectionSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3644
+ return [
3645
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3646
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3647
+ ];
3648
+ }).s("AWSErmineControlPlaneService", "ListDataProtectionSettings", {}).n("WorkSpacesWebClient", "ListDataProtectionSettingsCommand").f(void 0, ListDataProtectionSettingsResponseFilterSensitiveLog).ser(se_ListDataProtectionSettingsCommand).de(de_ListDataProtectionSettingsCommand).build() {
3649
+ };
3650
+ __name(_ListDataProtectionSettingsCommand, "ListDataProtectionSettingsCommand");
3651
+ var ListDataProtectionSettingsCommand = _ListDataProtectionSettingsCommand;
3652
+
3255
3653
  // src/commands/ListIdentityProvidersCommand.ts
3256
3654
 
3257
3655
 
@@ -3434,6 +3832,20 @@ var _UpdateBrowserSettingsCommand = class _UpdateBrowserSettingsCommand extends
3434
3832
  __name(_UpdateBrowserSettingsCommand, "UpdateBrowserSettingsCommand");
3435
3833
  var UpdateBrowserSettingsCommand = _UpdateBrowserSettingsCommand;
3436
3834
 
3835
+ // src/commands/UpdateDataProtectionSettingsCommand.ts
3836
+
3837
+
3838
+
3839
+ var _UpdateDataProtectionSettingsCommand = class _UpdateDataProtectionSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3840
+ return [
3841
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3842
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3843
+ ];
3844
+ }).s("AWSErmineControlPlaneService", "UpdateDataProtectionSettings", {}).n("WorkSpacesWebClient", "UpdateDataProtectionSettingsCommand").f(UpdateDataProtectionSettingsRequestFilterSensitiveLog, UpdateDataProtectionSettingsResponseFilterSensitiveLog).ser(se_UpdateDataProtectionSettingsCommand).de(de_UpdateDataProtectionSettingsCommand).build() {
3845
+ };
3846
+ __name(_UpdateDataProtectionSettingsCommand, "UpdateDataProtectionSettingsCommand");
3847
+ var UpdateDataProtectionSettingsCommand = _UpdateDataProtectionSettingsCommand;
3848
+
3437
3849
  // src/commands/UpdateIdentityProviderCommand.ts
3438
3850
 
3439
3851
 
@@ -3535,12 +3947,14 @@ var UpdateUserSettingsCommand = _UpdateUserSettingsCommand;
3535
3947
  // src/WorkSpacesWeb.ts
3536
3948
  var commands = {
3537
3949
  AssociateBrowserSettingsCommand,
3950
+ AssociateDataProtectionSettingsCommand,
3538
3951
  AssociateIpAccessSettingsCommand,
3539
3952
  AssociateNetworkSettingsCommand,
3540
3953
  AssociateTrustStoreCommand,
3541
3954
  AssociateUserAccessLoggingSettingsCommand,
3542
3955
  AssociateUserSettingsCommand,
3543
3956
  CreateBrowserSettingsCommand,
3957
+ CreateDataProtectionSettingsCommand,
3544
3958
  CreateIdentityProviderCommand,
3545
3959
  CreateIpAccessSettingsCommand,
3546
3960
  CreateNetworkSettingsCommand,
@@ -3549,6 +3963,7 @@ var commands = {
3549
3963
  CreateUserAccessLoggingSettingsCommand,
3550
3964
  CreateUserSettingsCommand,
3551
3965
  DeleteBrowserSettingsCommand,
3966
+ DeleteDataProtectionSettingsCommand,
3552
3967
  DeleteIdentityProviderCommand,
3553
3968
  DeleteIpAccessSettingsCommand,
3554
3969
  DeleteNetworkSettingsCommand,
@@ -3557,6 +3972,7 @@ var commands = {
3557
3972
  DeleteUserAccessLoggingSettingsCommand,
3558
3973
  DeleteUserSettingsCommand,
3559
3974
  DisassociateBrowserSettingsCommand,
3975
+ DisassociateDataProtectionSettingsCommand,
3560
3976
  DisassociateIpAccessSettingsCommand,
3561
3977
  DisassociateNetworkSettingsCommand,
3562
3978
  DisassociateTrustStoreCommand,
@@ -3564,6 +3980,7 @@ var commands = {
3564
3980
  DisassociateUserSettingsCommand,
3565
3981
  ExpireSessionCommand,
3566
3982
  GetBrowserSettingsCommand,
3983
+ GetDataProtectionSettingsCommand,
3567
3984
  GetIdentityProviderCommand,
3568
3985
  GetIpAccessSettingsCommand,
3569
3986
  GetNetworkSettingsCommand,
@@ -3575,6 +3992,7 @@ var commands = {
3575
3992
  GetUserAccessLoggingSettingsCommand,
3576
3993
  GetUserSettingsCommand,
3577
3994
  ListBrowserSettingsCommand,
3995
+ ListDataProtectionSettingsCommand,
3578
3996
  ListIdentityProvidersCommand,
3579
3997
  ListIpAccessSettingsCommand,
3580
3998
  ListNetworkSettingsCommand,
@@ -3588,6 +4006,7 @@ var commands = {
3588
4006
  TagResourceCommand,
3589
4007
  UntagResourceCommand,
3590
4008
  UpdateBrowserSettingsCommand,
4009
+ UpdateDataProtectionSettingsCommand,
3591
4010
  UpdateIdentityProviderCommand,
3592
4011
  UpdateIpAccessSettingsCommand,
3593
4012
  UpdateNetworkSettingsCommand,
@@ -3606,6 +4025,10 @@ var WorkSpacesWeb = _WorkSpacesWeb;
3606
4025
 
3607
4026
  var paginateListBrowserSettings = (0, import_core.createPaginator)(WorkSpacesWebClient, ListBrowserSettingsCommand, "nextToken", "nextToken", "maxResults");
3608
4027
 
4028
+ // src/pagination/ListDataProtectionSettingsPaginator.ts
4029
+
4030
+ var paginateListDataProtectionSettings = (0, import_core.createPaginator)(WorkSpacesWebClient, ListDataProtectionSettingsCommand, "nextToken", "nextToken", "maxResults");
4031
+
3609
4032
  // src/pagination/ListIdentityProvidersPaginator.ts
3610
4033
 
3611
4034
  var paginateListIdentityProviders = (0, import_core.createPaginator)(WorkSpacesWebClient, ListIdentityProvidersCommand, "nextToken", "nextToken", "maxResults");
@@ -3650,12 +4073,14 @@ var paginateListUserSettings = (0, import_core.createPaginator)(WorkSpacesWebCli
3650
4073
  WorkSpacesWeb,
3651
4074
  $Command,
3652
4075
  AssociateBrowserSettingsCommand,
4076
+ AssociateDataProtectionSettingsCommand,
3653
4077
  AssociateIpAccessSettingsCommand,
3654
4078
  AssociateNetworkSettingsCommand,
3655
4079
  AssociateTrustStoreCommand,
3656
4080
  AssociateUserAccessLoggingSettingsCommand,
3657
4081
  AssociateUserSettingsCommand,
3658
4082
  CreateBrowserSettingsCommand,
4083
+ CreateDataProtectionSettingsCommand,
3659
4084
  CreateIdentityProviderCommand,
3660
4085
  CreateIpAccessSettingsCommand,
3661
4086
  CreateNetworkSettingsCommand,
@@ -3664,6 +4089,7 @@ var paginateListUserSettings = (0, import_core.createPaginator)(WorkSpacesWebCli
3664
4089
  CreateUserAccessLoggingSettingsCommand,
3665
4090
  CreateUserSettingsCommand,
3666
4091
  DeleteBrowserSettingsCommand,
4092
+ DeleteDataProtectionSettingsCommand,
3667
4093
  DeleteIdentityProviderCommand,
3668
4094
  DeleteIpAccessSettingsCommand,
3669
4095
  DeleteNetworkSettingsCommand,
@@ -3672,6 +4098,7 @@ var paginateListUserSettings = (0, import_core.createPaginator)(WorkSpacesWebCli
3672
4098
  DeleteUserAccessLoggingSettingsCommand,
3673
4099
  DeleteUserSettingsCommand,
3674
4100
  DisassociateBrowserSettingsCommand,
4101
+ DisassociateDataProtectionSettingsCommand,
3675
4102
  DisassociateIpAccessSettingsCommand,
3676
4103
  DisassociateNetworkSettingsCommand,
3677
4104
  DisassociateTrustStoreCommand,
@@ -3679,6 +4106,7 @@ var paginateListUserSettings = (0, import_core.createPaginator)(WorkSpacesWebCli
3679
4106
  DisassociateUserSettingsCommand,
3680
4107
  ExpireSessionCommand,
3681
4108
  GetBrowserSettingsCommand,
4109
+ GetDataProtectionSettingsCommand,
3682
4110
  GetIdentityProviderCommand,
3683
4111
  GetIpAccessSettingsCommand,
3684
4112
  GetNetworkSettingsCommand,
@@ -3690,6 +4118,7 @@ var paginateListUserSettings = (0, import_core.createPaginator)(WorkSpacesWebCli
3690
4118
  GetUserAccessLoggingSettingsCommand,
3691
4119
  GetUserSettingsCommand,
3692
4120
  ListBrowserSettingsCommand,
4121
+ ListDataProtectionSettingsCommand,
3693
4122
  ListIdentityProvidersCommand,
3694
4123
  ListIpAccessSettingsCommand,
3695
4124
  ListNetworkSettingsCommand,
@@ -3703,6 +4132,7 @@ var paginateListUserSettings = (0, import_core.createPaginator)(WorkSpacesWebCli
3703
4132
  TagResourceCommand,
3704
4133
  UntagResourceCommand,
3705
4134
  UpdateBrowserSettingsCommand,
4135
+ UpdateDataProtectionSettingsCommand,
3706
4136
  UpdateIdentityProviderCommand,
3707
4137
  UpdateIpAccessSettingsCommand,
3708
4138
  UpdateNetworkSettingsCommand,
@@ -3711,6 +4141,7 @@ var paginateListUserSettings = (0, import_core.createPaginator)(WorkSpacesWebCli
3711
4141
  UpdateUserAccessLoggingSettingsCommand,
3712
4142
  UpdateUserSettingsCommand,
3713
4143
  paginateListBrowserSettings,
4144
+ paginateListDataProtectionSettings,
3714
4145
  paginateListIdentityProviders,
3715
4146
  paginateListIpAccessSettings,
3716
4147
  paginateListNetworkSettings,
@@ -3729,6 +4160,7 @@ var paginateListUserSettings = (0, import_core.createPaginator)(WorkSpacesWebCli
3729
4160
  ValidationException,
3730
4161
  AuthenticationType,
3731
4162
  ServiceQuotaExceededException,
4163
+ RedactionPlaceHolderType,
3732
4164
  SessionStatus,
3733
4165
  IdentityProviderType,
3734
4166
  SessionSortBy,
@@ -3744,6 +4176,17 @@ var paginateListUserSettings = (0, import_core.createPaginator)(WorkSpacesWebCli
3744
4176
  GetBrowserSettingsResponseFilterSensitiveLog,
3745
4177
  UpdateBrowserSettingsRequestFilterSensitiveLog,
3746
4178
  UpdateBrowserSettingsResponseFilterSensitiveLog,
4179
+ CustomPatternFilterSensitiveLog,
4180
+ RedactionPlaceHolderFilterSensitiveLog,
4181
+ InlineRedactionPatternFilterSensitiveLog,
4182
+ InlineRedactionConfigurationFilterSensitiveLog,
4183
+ CreateDataProtectionSettingsRequestFilterSensitiveLog,
4184
+ DataProtectionSettingsFilterSensitiveLog,
4185
+ GetDataProtectionSettingsResponseFilterSensitiveLog,
4186
+ DataProtectionSettingsSummaryFilterSensitiveLog,
4187
+ ListDataProtectionSettingsResponseFilterSensitiveLog,
4188
+ UpdateDataProtectionSettingsRequestFilterSensitiveLog,
4189
+ UpdateDataProtectionSettingsResponseFilterSensitiveLog,
3747
4190
  SessionFilterSensitiveLog,
3748
4191
  GetSessionResponseFilterSensitiveLog,
3749
4192
  CreateIdentityProviderRequestFilterSensitiveLog,