@aws-sdk/client-workspaces-web 3.128.0 → 3.137.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 (96) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/AssociateBrowserSettingsCommand.js +2 -2
  3. package/dist-cjs/commands/AssociateNetworkSettingsCommand.js +2 -2
  4. package/dist-cjs/commands/AssociateTrustStoreCommand.js +2 -2
  5. package/dist-cjs/commands/AssociateUserSettingsCommand.js +2 -2
  6. package/dist-cjs/commands/CreateBrowserSettingsCommand.js +2 -2
  7. package/dist-cjs/commands/CreateIdentityProviderCommand.js +2 -2
  8. package/dist-cjs/commands/CreateNetworkSettingsCommand.js +2 -2
  9. package/dist-cjs/commands/CreatePortalCommand.js +2 -2
  10. package/dist-cjs/commands/CreateTrustStoreCommand.js +2 -2
  11. package/dist-cjs/commands/CreateUserSettingsCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteBrowserSettingsCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteIdentityProviderCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteNetworkSettingsCommand.js +2 -2
  15. package/dist-cjs/commands/DeletePortalCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteTrustStoreCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteUserSettingsCommand.js +2 -2
  18. package/dist-cjs/commands/DisassociateBrowserSettingsCommand.js +2 -2
  19. package/dist-cjs/commands/DisassociateNetworkSettingsCommand.js +2 -2
  20. package/dist-cjs/commands/DisassociateTrustStoreCommand.js +2 -2
  21. package/dist-cjs/commands/DisassociateUserSettingsCommand.js +2 -2
  22. package/dist-cjs/commands/GetBrowserSettingsCommand.js +2 -2
  23. package/dist-cjs/commands/GetIdentityProviderCommand.js +2 -2
  24. package/dist-cjs/commands/GetNetworkSettingsCommand.js +2 -2
  25. package/dist-cjs/commands/GetPortalCommand.js +2 -2
  26. package/dist-cjs/commands/GetPortalServiceProviderMetadataCommand.js +2 -2
  27. package/dist-cjs/commands/GetTrustStoreCertificateCommand.js +2 -2
  28. package/dist-cjs/commands/GetTrustStoreCommand.js +2 -2
  29. package/dist-cjs/commands/GetUserSettingsCommand.js +2 -2
  30. package/dist-cjs/commands/ListBrowserSettingsCommand.js +2 -2
  31. package/dist-cjs/commands/ListIdentityProvidersCommand.js +2 -2
  32. package/dist-cjs/commands/ListNetworkSettingsCommand.js +2 -2
  33. package/dist-cjs/commands/ListPortalsCommand.js +2 -2
  34. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  35. package/dist-cjs/commands/ListTrustStoreCertificatesCommand.js +2 -2
  36. package/dist-cjs/commands/ListTrustStoresCommand.js +2 -2
  37. package/dist-cjs/commands/ListUserSettingsCommand.js +2 -2
  38. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  39. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateBrowserSettingsCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateIdentityProviderCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateNetworkSettingsCommand.js +2 -2
  43. package/dist-cjs/commands/UpdatePortalCommand.js +2 -2
  44. package/dist-cjs/commands/UpdateTrustStoreCommand.js +2 -2
  45. package/dist-cjs/commands/UpdateUserSettingsCommand.js +2 -2
  46. package/dist-cjs/models/models_0.js +453 -661
  47. package/dist-cjs/protocols/Aws_restJson1.js +3 -0
  48. package/dist-es/commands/AssociateBrowserSettingsCommand.js +3 -3
  49. package/dist-es/commands/AssociateNetworkSettingsCommand.js +3 -3
  50. package/dist-es/commands/AssociateTrustStoreCommand.js +3 -3
  51. package/dist-es/commands/AssociateUserSettingsCommand.js +3 -3
  52. package/dist-es/commands/CreateBrowserSettingsCommand.js +3 -3
  53. package/dist-es/commands/CreateIdentityProviderCommand.js +3 -3
  54. package/dist-es/commands/CreateNetworkSettingsCommand.js +3 -3
  55. package/dist-es/commands/CreatePortalCommand.js +3 -3
  56. package/dist-es/commands/CreateTrustStoreCommand.js +3 -3
  57. package/dist-es/commands/CreateUserSettingsCommand.js +3 -3
  58. package/dist-es/commands/DeleteBrowserSettingsCommand.js +3 -3
  59. package/dist-es/commands/DeleteIdentityProviderCommand.js +3 -3
  60. package/dist-es/commands/DeleteNetworkSettingsCommand.js +3 -3
  61. package/dist-es/commands/DeletePortalCommand.js +3 -3
  62. package/dist-es/commands/DeleteTrustStoreCommand.js +3 -3
  63. package/dist-es/commands/DeleteUserSettingsCommand.js +3 -3
  64. package/dist-es/commands/DisassociateBrowserSettingsCommand.js +3 -3
  65. package/dist-es/commands/DisassociateNetworkSettingsCommand.js +3 -3
  66. package/dist-es/commands/DisassociateTrustStoreCommand.js +3 -3
  67. package/dist-es/commands/DisassociateUserSettingsCommand.js +3 -3
  68. package/dist-es/commands/GetBrowserSettingsCommand.js +3 -3
  69. package/dist-es/commands/GetIdentityProviderCommand.js +3 -3
  70. package/dist-es/commands/GetNetworkSettingsCommand.js +3 -3
  71. package/dist-es/commands/GetPortalCommand.js +3 -3
  72. package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +3 -3
  73. package/dist-es/commands/GetTrustStoreCertificateCommand.js +3 -3
  74. package/dist-es/commands/GetTrustStoreCommand.js +3 -3
  75. package/dist-es/commands/GetUserSettingsCommand.js +3 -3
  76. package/dist-es/commands/ListBrowserSettingsCommand.js +3 -3
  77. package/dist-es/commands/ListIdentityProvidersCommand.js +3 -3
  78. package/dist-es/commands/ListNetworkSettingsCommand.js +3 -3
  79. package/dist-es/commands/ListPortalsCommand.js +3 -3
  80. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  81. package/dist-es/commands/ListTrustStoreCertificatesCommand.js +3 -3
  82. package/dist-es/commands/ListTrustStoresCommand.js +3 -3
  83. package/dist-es/commands/ListUserSettingsCommand.js +3 -3
  84. package/dist-es/commands/TagResourceCommand.js +3 -3
  85. package/dist-es/commands/UntagResourceCommand.js +3 -3
  86. package/dist-es/commands/UpdateBrowserSettingsCommand.js +3 -3
  87. package/dist-es/commands/UpdateIdentityProviderCommand.js +3 -3
  88. package/dist-es/commands/UpdateNetworkSettingsCommand.js +3 -3
  89. package/dist-es/commands/UpdatePortalCommand.js +3 -3
  90. package/dist-es/commands/UpdateTrustStoreCommand.js +3 -3
  91. package/dist-es/commands/UpdateUserSettingsCommand.js +3 -3
  92. package/dist-es/models/models_0.js +106 -418
  93. package/dist-es/protocols/Aws_restJson1.js +3 -0
  94. package/dist-types/models/models_0.d.ts +416 -624
  95. package/dist-types/ts3.4/models/models_0.d.ts +208 -416
  96. package/package.json +9 -9
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListIdentityProvidersRequest, ListIdentityProvidersResponse } from "../models/models_0";
4
+ import { ListIdentityProvidersRequestFilterSensitiveLog, ListIdentityProvidersResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListIdentityProvidersCommand, serializeAws_restJson1ListIdentityProvidersCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListIdentityProvidersCommand = (function (_super) {
7
7
  __extends(ListIdentityProvidersCommand, _super);
@@ -20,8 +20,8 @@ var ListIdentityProvidersCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListIdentityProvidersRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListIdentityProvidersResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListIdentityProvidersRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListIdentityProvidersResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListNetworkSettingsRequest, ListNetworkSettingsResponse } from "../models/models_0";
4
+ import { ListNetworkSettingsRequestFilterSensitiveLog, ListNetworkSettingsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListNetworkSettingsCommand, serializeAws_restJson1ListNetworkSettingsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListNetworkSettingsCommand = (function (_super) {
7
7
  __extends(ListNetworkSettingsCommand, _super);
@@ -20,8 +20,8 @@ var ListNetworkSettingsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListNetworkSettingsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListNetworkSettingsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListNetworkSettingsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListNetworkSettingsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListPortalsRequest, ListPortalsResponse } from "../models/models_0";
4
+ import { ListPortalsRequestFilterSensitiveLog, ListPortalsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListPortalsCommand, serializeAws_restJson1ListPortalsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListPortalsCommand = (function (_super) {
7
7
  __extends(ListPortalsCommand, _super);
@@ -20,8 +20,8 @@ var ListPortalsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListPortalsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListPortalsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListPortalsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListPortalsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
+ import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListTagsForResourceCommand = (function (_super) {
7
7
  __extends(ListTagsForResourceCommand, _super);
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListTagsForResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTagsForResourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListTrustStoreCertificatesRequest, ListTrustStoreCertificatesResponse } from "../models/models_0";
4
+ import { ListTrustStoreCertificatesRequestFilterSensitiveLog, ListTrustStoreCertificatesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListTrustStoreCertificatesCommand, serializeAws_restJson1ListTrustStoreCertificatesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListTrustStoreCertificatesCommand = (function (_super) {
7
7
  __extends(ListTrustStoreCertificatesCommand, _super);
@@ -20,8 +20,8 @@ var ListTrustStoreCertificatesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListTrustStoreCertificatesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTrustStoreCertificatesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListTrustStoreCertificatesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListTrustStoreCertificatesResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListTrustStoresRequest, ListTrustStoresResponse } from "../models/models_0";
4
+ import { ListTrustStoresRequestFilterSensitiveLog, ListTrustStoresResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListTrustStoresCommand, serializeAws_restJson1ListTrustStoresCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListTrustStoresCommand = (function (_super) {
7
7
  __extends(ListTrustStoresCommand, _super);
@@ -20,8 +20,8 @@ var ListTrustStoresCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListTrustStoresRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTrustStoresResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListTrustStoresRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListTrustStoresResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListUserSettingsRequest, ListUserSettingsResponse } from "../models/models_0";
4
+ import { ListUserSettingsRequestFilterSensitiveLog, ListUserSettingsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListUserSettingsCommand, serializeAws_restJson1ListUserSettingsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListUserSettingsCommand = (function (_super) {
7
7
  __extends(ListUserSettingsCommand, _super);
@@ -20,8 +20,8 @@ var ListUserSettingsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListUserSettingsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListUserSettingsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListUserSettingsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListUserSettingsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
+ import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var TagResourceCommand = (function (_super) {
7
7
  __extends(TagResourceCommand, _super);
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TagResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: TagResourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
+ import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var UntagResourceCommand = (function (_super) {
7
7
  __extends(UntagResourceCommand, _super);
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UntagResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UntagResourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateBrowserSettingsRequest, UpdateBrowserSettingsResponse } from "../models/models_0";
4
+ import { UpdateBrowserSettingsRequestFilterSensitiveLog, UpdateBrowserSettingsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateBrowserSettingsCommand, serializeAws_restJson1UpdateBrowserSettingsCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateBrowserSettingsCommand = (function (_super) {
7
7
  __extends(UpdateBrowserSettingsCommand, _super);
@@ -20,8 +20,8 @@ var UpdateBrowserSettingsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateBrowserSettingsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateBrowserSettingsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateBrowserSettingsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateBrowserSettingsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateIdentityProviderRequest, UpdateIdentityProviderResponse } from "../models/models_0";
4
+ import { UpdateIdentityProviderRequestFilterSensitiveLog, UpdateIdentityProviderResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateIdentityProviderCommand, serializeAws_restJson1UpdateIdentityProviderCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateIdentityProviderCommand = (function (_super) {
7
7
  __extends(UpdateIdentityProviderCommand, _super);
@@ -20,8 +20,8 @@ var UpdateIdentityProviderCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateIdentityProviderRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateIdentityProviderResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateIdentityProviderRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateIdentityProviderResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateNetworkSettingsRequest, UpdateNetworkSettingsResponse } from "../models/models_0";
4
+ import { UpdateNetworkSettingsRequestFilterSensitiveLog, UpdateNetworkSettingsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateNetworkSettingsCommand, serializeAws_restJson1UpdateNetworkSettingsCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateNetworkSettingsCommand = (function (_super) {
7
7
  __extends(UpdateNetworkSettingsCommand, _super);
@@ -20,8 +20,8 @@ var UpdateNetworkSettingsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateNetworkSettingsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateNetworkSettingsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateNetworkSettingsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateNetworkSettingsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdatePortalRequest, UpdatePortalResponse } from "../models/models_0";
4
+ import { UpdatePortalRequestFilterSensitiveLog, UpdatePortalResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdatePortalCommand, serializeAws_restJson1UpdatePortalCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdatePortalCommand = (function (_super) {
7
7
  __extends(UpdatePortalCommand, _super);
@@ -20,8 +20,8 @@ var UpdatePortalCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdatePortalRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdatePortalResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdatePortalRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdatePortalResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateTrustStoreRequest, UpdateTrustStoreResponse } from "../models/models_0";
4
+ import { UpdateTrustStoreRequestFilterSensitiveLog, UpdateTrustStoreResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateTrustStoreCommand, serializeAws_restJson1UpdateTrustStoreCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateTrustStoreCommand = (function (_super) {
7
7
  __extends(UpdateTrustStoreCommand, _super);
@@ -20,8 +20,8 @@ var UpdateTrustStoreCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateTrustStoreRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateTrustStoreResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateTrustStoreRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateTrustStoreResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateUserSettingsRequest, UpdateUserSettingsResponse } from "../models/models_0";
4
+ import { UpdateUserSettingsRequestFilterSensitiveLog, UpdateUserSettingsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateUserSettingsCommand, serializeAws_restJson1UpdateUserSettingsCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateUserSettingsCommand = (function (_super) {
7
7
  __extends(UpdateUserSettingsCommand, _super);
@@ -20,8 +20,8 @@ var UpdateUserSettingsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateUserSettingsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateUserSettingsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateUserSettingsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateUserSettingsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {