@aws-sdk/client-securityhub 3.131.0 → 3.142.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 (129) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AcceptAdministratorInvitationCommand.js +2 -2
  4. package/dist-cjs/commands/AcceptInvitationCommand.js +2 -2
  5. package/dist-cjs/commands/BatchDisableStandardsCommand.js +2 -2
  6. package/dist-cjs/commands/BatchEnableStandardsCommand.js +2 -2
  7. package/dist-cjs/commands/BatchImportFindingsCommand.js +2 -2
  8. package/dist-cjs/commands/BatchUpdateFindingsCommand.js +2 -2
  9. package/dist-cjs/commands/CreateActionTargetCommand.js +2 -2
  10. package/dist-cjs/commands/CreateFindingAggregatorCommand.js +2 -2
  11. package/dist-cjs/commands/CreateInsightCommand.js +2 -2
  12. package/dist-cjs/commands/CreateMembersCommand.js +2 -2
  13. package/dist-cjs/commands/DeclineInvitationsCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteActionTargetCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteFindingAggregatorCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteInsightCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteInvitationsCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteMembersCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeActionTargetsCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeHubCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeProductsCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeStandardsCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeStandardsControlsCommand.js +2 -2
  25. package/dist-cjs/commands/DisableImportFindingsForProductCommand.js +2 -2
  26. package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +2 -2
  27. package/dist-cjs/commands/DisableSecurityHubCommand.js +2 -2
  28. package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +2 -2
  29. package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +2 -2
  30. package/dist-cjs/commands/DisassociateMembersCommand.js +2 -2
  31. package/dist-cjs/commands/EnableImportFindingsForProductCommand.js +2 -2
  32. package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +2 -2
  33. package/dist-cjs/commands/EnableSecurityHubCommand.js +2 -2
  34. package/dist-cjs/commands/GetAdministratorAccountCommand.js +2 -2
  35. package/dist-cjs/commands/GetEnabledStandardsCommand.js +2 -2
  36. package/dist-cjs/commands/GetFindingAggregatorCommand.js +2 -2
  37. package/dist-cjs/commands/GetFindingsCommand.js +2 -2
  38. package/dist-cjs/commands/GetInsightResultsCommand.js +2 -2
  39. package/dist-cjs/commands/GetInsightsCommand.js +2 -2
  40. package/dist-cjs/commands/GetInvitationsCountCommand.js +2 -2
  41. package/dist-cjs/commands/GetMasterAccountCommand.js +2 -2
  42. package/dist-cjs/commands/GetMembersCommand.js +2 -2
  43. package/dist-cjs/commands/InviteMembersCommand.js +2 -2
  44. package/dist-cjs/commands/ListEnabledProductsForImportCommand.js +2 -2
  45. package/dist-cjs/commands/ListFindingAggregatorsCommand.js +2 -2
  46. package/dist-cjs/commands/ListInvitationsCommand.js +2 -2
  47. package/dist-cjs/commands/ListMembersCommand.js +2 -2
  48. package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +2 -2
  49. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  50. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  51. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  52. package/dist-cjs/commands/UpdateActionTargetCommand.js +2 -2
  53. package/dist-cjs/commands/UpdateFindingAggregatorCommand.js +2 -2
  54. package/dist-cjs/commands/UpdateFindingsCommand.js +2 -2
  55. package/dist-cjs/commands/UpdateInsightCommand.js +2 -2
  56. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -2
  57. package/dist-cjs/commands/UpdateSecurityHubConfigurationCommand.js +2 -2
  58. package/dist-cjs/commands/UpdateStandardsControlCommand.js +2 -2
  59. package/dist-cjs/models/models_0.js +1170 -1752
  60. package/dist-cjs/models/models_1.js +1114 -1668
  61. package/dist-cjs/models/models_2.js +73 -109
  62. package/dist-cjs/protocols/Aws_restJson1.js +589 -1530
  63. package/dist-es/commands/AcceptAdministratorInvitationCommand.js +3 -3
  64. package/dist-es/commands/AcceptInvitationCommand.js +3 -3
  65. package/dist-es/commands/BatchDisableStandardsCommand.js +3 -3
  66. package/dist-es/commands/BatchEnableStandardsCommand.js +3 -3
  67. package/dist-es/commands/BatchImportFindingsCommand.js +3 -3
  68. package/dist-es/commands/BatchUpdateFindingsCommand.js +3 -3
  69. package/dist-es/commands/CreateActionTargetCommand.js +3 -3
  70. package/dist-es/commands/CreateFindingAggregatorCommand.js +3 -3
  71. package/dist-es/commands/CreateInsightCommand.js +3 -3
  72. package/dist-es/commands/CreateMembersCommand.js +3 -3
  73. package/dist-es/commands/DeclineInvitationsCommand.js +3 -3
  74. package/dist-es/commands/DeleteActionTargetCommand.js +3 -3
  75. package/dist-es/commands/DeleteFindingAggregatorCommand.js +3 -3
  76. package/dist-es/commands/DeleteInsightCommand.js +3 -3
  77. package/dist-es/commands/DeleteInvitationsCommand.js +3 -3
  78. package/dist-es/commands/DeleteMembersCommand.js +3 -3
  79. package/dist-es/commands/DescribeActionTargetsCommand.js +3 -3
  80. package/dist-es/commands/DescribeHubCommand.js +3 -3
  81. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
  82. package/dist-es/commands/DescribeProductsCommand.js +3 -3
  83. package/dist-es/commands/DescribeStandardsCommand.js +3 -3
  84. package/dist-es/commands/DescribeStandardsControlsCommand.js +3 -3
  85. package/dist-es/commands/DisableImportFindingsForProductCommand.js +3 -3
  86. package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +3 -3
  87. package/dist-es/commands/DisableSecurityHubCommand.js +3 -3
  88. package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +3 -3
  89. package/dist-es/commands/DisassociateFromMasterAccountCommand.js +3 -3
  90. package/dist-es/commands/DisassociateMembersCommand.js +3 -3
  91. package/dist-es/commands/EnableImportFindingsForProductCommand.js +3 -3
  92. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +3 -3
  93. package/dist-es/commands/EnableSecurityHubCommand.js +3 -3
  94. package/dist-es/commands/GetAdministratorAccountCommand.js +3 -3
  95. package/dist-es/commands/GetEnabledStandardsCommand.js +3 -3
  96. package/dist-es/commands/GetFindingAggregatorCommand.js +3 -3
  97. package/dist-es/commands/GetFindingsCommand.js +3 -3
  98. package/dist-es/commands/GetInsightResultsCommand.js +3 -3
  99. package/dist-es/commands/GetInsightsCommand.js +3 -3
  100. package/dist-es/commands/GetInvitationsCountCommand.js +3 -3
  101. package/dist-es/commands/GetMasterAccountCommand.js +3 -3
  102. package/dist-es/commands/GetMembersCommand.js +3 -3
  103. package/dist-es/commands/InviteMembersCommand.js +3 -3
  104. package/dist-es/commands/ListEnabledProductsForImportCommand.js +3 -3
  105. package/dist-es/commands/ListFindingAggregatorsCommand.js +3 -3
  106. package/dist-es/commands/ListInvitationsCommand.js +3 -3
  107. package/dist-es/commands/ListMembersCommand.js +3 -3
  108. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +3 -3
  109. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  110. package/dist-es/commands/TagResourceCommand.js +3 -3
  111. package/dist-es/commands/UntagResourceCommand.js +3 -3
  112. package/dist-es/commands/UpdateActionTargetCommand.js +3 -3
  113. package/dist-es/commands/UpdateFindingAggregatorCommand.js +3 -3
  114. package/dist-es/commands/UpdateFindingsCommand.js +3 -3
  115. package/dist-es/commands/UpdateInsightCommand.js +3 -3
  116. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -3
  117. package/dist-es/commands/UpdateSecurityHubConfigurationCommand.js +3 -3
  118. package/dist-es/commands/UpdateStandardsControlCommand.js +3 -3
  119. package/dist-es/models/models_0.js +291 -1164
  120. package/dist-es/models/models_1.js +277 -1108
  121. package/dist-es/models/models_2.js +18 -72
  122. package/dist-es/protocols/Aws_restJson1.js +771 -1514
  123. package/dist-types/models/models_0.d.ts +1164 -1746
  124. package/dist-types/models/models_1.d.ts +1182 -1677
  125. package/dist-types/models/models_2.d.ts +72 -108
  126. package/dist-types/ts3.4/models/models_0.d.ts +582 -1164
  127. package/dist-types/ts3.4/models/models_1.d.ts +554 -1108
  128. package/dist-types/ts3.4/models/models_2.d.ts +36 -72
  129. package/package.json +6 -6
@@ -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 { EnableOrganizationAdminAccountRequest, EnableOrganizationAdminAccountResponse } from "../models/models_1";
4
+ import { EnableOrganizationAdminAccountRequestFilterSensitiveLog, EnableOrganizationAdminAccountResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1EnableOrganizationAdminAccountCommand, serializeAws_restJson1EnableOrganizationAdminAccountCommand, } from "../protocols/Aws_restJson1";
6
6
  var EnableOrganizationAdminAccountCommand = (function (_super) {
7
7
  __extends(EnableOrganizationAdminAccountCommand, _super);
@@ -20,8 +20,8 @@ var EnableOrganizationAdminAccountCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: EnableOrganizationAdminAccountRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: EnableOrganizationAdminAccountResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: EnableOrganizationAdminAccountRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: EnableOrganizationAdminAccountResponseFilterSensitiveLog,
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 { EnableSecurityHubRequest, EnableSecurityHubResponse } from "../models/models_1";
4
+ import { EnableSecurityHubRequestFilterSensitiveLog, EnableSecurityHubResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1EnableSecurityHubCommand, serializeAws_restJson1EnableSecurityHubCommand, } from "../protocols/Aws_restJson1";
6
6
  var EnableSecurityHubCommand = (function (_super) {
7
7
  __extends(EnableSecurityHubCommand, _super);
@@ -20,8 +20,8 @@ var EnableSecurityHubCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: EnableSecurityHubRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: EnableSecurityHubResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: EnableSecurityHubRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: EnableSecurityHubResponseFilterSensitiveLog,
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 { GetAdministratorAccountRequest, GetAdministratorAccountResponse } from "../models/models_1";
4
+ import { GetAdministratorAccountRequestFilterSensitiveLog, GetAdministratorAccountResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1GetAdministratorAccountCommand, serializeAws_restJson1GetAdministratorAccountCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetAdministratorAccountCommand = (function (_super) {
7
7
  __extends(GetAdministratorAccountCommand, _super);
@@ -20,8 +20,8 @@ var GetAdministratorAccountCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetAdministratorAccountRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetAdministratorAccountResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetAdministratorAccountRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetAdministratorAccountResponseFilterSensitiveLog,
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 { GetEnabledStandardsRequest, GetEnabledStandardsResponse } from "../models/models_1";
4
+ import { GetEnabledStandardsRequestFilterSensitiveLog, GetEnabledStandardsResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1GetEnabledStandardsCommand, serializeAws_restJson1GetEnabledStandardsCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetEnabledStandardsCommand = (function (_super) {
7
7
  __extends(GetEnabledStandardsCommand, _super);
@@ -20,8 +20,8 @@ var GetEnabledStandardsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetEnabledStandardsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetEnabledStandardsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetEnabledStandardsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetEnabledStandardsResponseFilterSensitiveLog,
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 { GetFindingAggregatorRequest, GetFindingAggregatorResponse } from "../models/models_1";
4
+ import { GetFindingAggregatorRequestFilterSensitiveLog, GetFindingAggregatorResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1GetFindingAggregatorCommand, serializeAws_restJson1GetFindingAggregatorCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetFindingAggregatorCommand = (function (_super) {
7
7
  __extends(GetFindingAggregatorCommand, _super);
@@ -20,8 +20,8 @@ var GetFindingAggregatorCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetFindingAggregatorRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetFindingAggregatorResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetFindingAggregatorRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetFindingAggregatorResponseFilterSensitiveLog,
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 { GetFindingsRequest, GetFindingsResponse } from "../models/models_1";
4
+ import { GetFindingsRequestFilterSensitiveLog, GetFindingsResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1GetFindingsCommand, serializeAws_restJson1GetFindingsCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetFindingsCommand = (function (_super) {
7
7
  __extends(GetFindingsCommand, _super);
@@ -20,8 +20,8 @@ var GetFindingsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetFindingsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetFindingsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetFindingsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetFindingsResponseFilterSensitiveLog,
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 { GetInsightResultsRequest, GetInsightResultsResponse } from "../models/models_1";
4
+ import { GetInsightResultsRequestFilterSensitiveLog, GetInsightResultsResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1GetInsightResultsCommand, serializeAws_restJson1GetInsightResultsCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetInsightResultsCommand = (function (_super) {
7
7
  __extends(GetInsightResultsCommand, _super);
@@ -20,8 +20,8 @@ var GetInsightResultsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetInsightResultsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetInsightResultsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetInsightResultsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetInsightResultsResponseFilterSensitiveLog,
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 { GetInsightsRequest, GetInsightsResponse } from "../models/models_1";
4
+ import { GetInsightsRequestFilterSensitiveLog, GetInsightsResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1GetInsightsCommand, serializeAws_restJson1GetInsightsCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetInsightsCommand = (function (_super) {
7
7
  __extends(GetInsightsCommand, _super);
@@ -20,8 +20,8 @@ var GetInsightsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetInsightsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetInsightsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetInsightsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetInsightsResponseFilterSensitiveLog,
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 { GetInvitationsCountRequest, GetInvitationsCountResponse } from "../models/models_1";
4
+ import { GetInvitationsCountRequestFilterSensitiveLog, GetInvitationsCountResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1GetInvitationsCountCommand, serializeAws_restJson1GetInvitationsCountCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetInvitationsCountCommand = (function (_super) {
7
7
  __extends(GetInvitationsCountCommand, _super);
@@ -20,8 +20,8 @@ var GetInvitationsCountCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetInvitationsCountRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetInvitationsCountResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetInvitationsCountRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetInvitationsCountResponseFilterSensitiveLog,
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 { GetMasterAccountRequest, GetMasterAccountResponse } from "../models/models_1";
4
+ import { GetMasterAccountRequestFilterSensitiveLog, GetMasterAccountResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1GetMasterAccountCommand, serializeAws_restJson1GetMasterAccountCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetMasterAccountCommand = (function (_super) {
7
7
  __extends(GetMasterAccountCommand, _super);
@@ -20,8 +20,8 @@ var GetMasterAccountCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetMasterAccountRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetMasterAccountResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetMasterAccountRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetMasterAccountResponseFilterSensitiveLog,
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 { GetMembersRequest, GetMembersResponse } from "../models/models_1";
4
+ import { GetMembersRequestFilterSensitiveLog, GetMembersResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1GetMembersCommand, serializeAws_restJson1GetMembersCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetMembersCommand = (function (_super) {
7
7
  __extends(GetMembersCommand, _super);
@@ -20,8 +20,8 @@ var GetMembersCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetMembersRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetMembersResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetMembersRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetMembersResponseFilterSensitiveLog,
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 { InviteMembersRequest, InviteMembersResponse } from "../models/models_1";
4
+ import { InviteMembersRequestFilterSensitiveLog, InviteMembersResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1InviteMembersCommand, serializeAws_restJson1InviteMembersCommand, } from "../protocols/Aws_restJson1";
6
6
  var InviteMembersCommand = (function (_super) {
7
7
  __extends(InviteMembersCommand, _super);
@@ -20,8 +20,8 @@ var InviteMembersCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: InviteMembersRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: InviteMembersResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: InviteMembersRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: InviteMembersResponseFilterSensitiveLog,
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 { ListEnabledProductsForImportRequest, ListEnabledProductsForImportResponse } from "../models/models_1";
4
+ import { ListEnabledProductsForImportRequestFilterSensitiveLog, ListEnabledProductsForImportResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1ListEnabledProductsForImportCommand, serializeAws_restJson1ListEnabledProductsForImportCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListEnabledProductsForImportCommand = (function (_super) {
7
7
  __extends(ListEnabledProductsForImportCommand, _super);
@@ -20,8 +20,8 @@ var ListEnabledProductsForImportCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListEnabledProductsForImportRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListEnabledProductsForImportResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListEnabledProductsForImportRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListEnabledProductsForImportResponseFilterSensitiveLog,
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 { ListFindingAggregatorsRequest, ListFindingAggregatorsResponse } from "../models/models_1";
4
+ import { ListFindingAggregatorsRequestFilterSensitiveLog, ListFindingAggregatorsResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1ListFindingAggregatorsCommand, serializeAws_restJson1ListFindingAggregatorsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListFindingAggregatorsCommand = (function (_super) {
7
7
  __extends(ListFindingAggregatorsCommand, _super);
@@ -20,8 +20,8 @@ var ListFindingAggregatorsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListFindingAggregatorsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListFindingAggregatorsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListFindingAggregatorsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListFindingAggregatorsResponseFilterSensitiveLog,
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 { ListInvitationsRequest, ListInvitationsResponse } from "../models/models_1";
4
+ import { ListInvitationsRequestFilterSensitiveLog, ListInvitationsResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1ListInvitationsCommand, serializeAws_restJson1ListInvitationsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListInvitationsCommand = (function (_super) {
7
7
  __extends(ListInvitationsCommand, _super);
@@ -20,8 +20,8 @@ var ListInvitationsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListInvitationsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListInvitationsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListInvitationsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListInvitationsResponseFilterSensitiveLog,
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 { ListMembersRequest, ListMembersResponse } from "../models/models_1";
4
+ import { ListMembersRequestFilterSensitiveLog, ListMembersResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1ListMembersCommand, serializeAws_restJson1ListMembersCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListMembersCommand = (function (_super) {
7
7
  __extends(ListMembersCommand, _super);
@@ -20,8 +20,8 @@ var ListMembersCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListMembersRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListMembersResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListMembersRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListMembersResponseFilterSensitiveLog,
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 { ListOrganizationAdminAccountsRequest, ListOrganizationAdminAccountsResponse } from "../models/models_1";
4
+ import { ListOrganizationAdminAccountsRequestFilterSensitiveLog, ListOrganizationAdminAccountsResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restJson1ListOrganizationAdminAccountsCommand, serializeAws_restJson1ListOrganizationAdminAccountsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListOrganizationAdminAccountsCommand = (function (_super) {
7
7
  __extends(ListOrganizationAdminAccountsCommand, _super);
@@ -20,8 +20,8 @@ var ListOrganizationAdminAccountsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListOrganizationAdminAccountsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListOrganizationAdminAccountsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListOrganizationAdminAccountsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListOrganizationAdminAccountsResponseFilterSensitiveLog,
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_1";
4
+ import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_1";
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 { TagResourceRequest, TagResourceResponse } from "../models/models_2";
4
+ import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_2";
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_2";
4
+ import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_2";
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 { UpdateActionTargetRequest, UpdateActionTargetResponse } from "../models/models_2";
4
+ import { UpdateActionTargetRequestFilterSensitiveLog, UpdateActionTargetResponseFilterSensitiveLog, } from "../models/models_2";
5
5
  import { deserializeAws_restJson1UpdateActionTargetCommand, serializeAws_restJson1UpdateActionTargetCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateActionTargetCommand = (function (_super) {
7
7
  __extends(UpdateActionTargetCommand, _super);
@@ -20,8 +20,8 @@ var UpdateActionTargetCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateActionTargetRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateActionTargetResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateActionTargetRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateActionTargetResponseFilterSensitiveLog,
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 { UpdateFindingAggregatorRequest, UpdateFindingAggregatorResponse } from "../models/models_2";
4
+ import { UpdateFindingAggregatorRequestFilterSensitiveLog, UpdateFindingAggregatorResponseFilterSensitiveLog, } from "../models/models_2";
5
5
  import { deserializeAws_restJson1UpdateFindingAggregatorCommand, serializeAws_restJson1UpdateFindingAggregatorCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateFindingAggregatorCommand = (function (_super) {
7
7
  __extends(UpdateFindingAggregatorCommand, _super);
@@ -20,8 +20,8 @@ var UpdateFindingAggregatorCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateFindingAggregatorRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateFindingAggregatorResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateFindingAggregatorRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateFindingAggregatorResponseFilterSensitiveLog,
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 { UpdateFindingsRequest, UpdateFindingsResponse } from "../models/models_2";
4
+ import { UpdateFindingsRequestFilterSensitiveLog, UpdateFindingsResponseFilterSensitiveLog, } from "../models/models_2";
5
5
  import { deserializeAws_restJson1UpdateFindingsCommand, serializeAws_restJson1UpdateFindingsCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateFindingsCommand = (function (_super) {
7
7
  __extends(UpdateFindingsCommand, _super);
@@ -20,8 +20,8 @@ var UpdateFindingsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateFindingsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateFindingsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateFindingsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateFindingsResponseFilterSensitiveLog,
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 { UpdateInsightRequest, UpdateInsightResponse } from "../models/models_2";
4
+ import { UpdateInsightRequestFilterSensitiveLog, UpdateInsightResponseFilterSensitiveLog, } from "../models/models_2";
5
5
  import { deserializeAws_restJson1UpdateInsightCommand, serializeAws_restJson1UpdateInsightCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateInsightCommand = (function (_super) {
7
7
  __extends(UpdateInsightCommand, _super);
@@ -20,8 +20,8 @@ var UpdateInsightCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateInsightRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateInsightResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateInsightRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateInsightResponseFilterSensitiveLog,
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 { UpdateOrganizationConfigurationRequest, UpdateOrganizationConfigurationResponse } from "../models/models_2";
4
+ import { UpdateOrganizationConfigurationRequestFilterSensitiveLog, UpdateOrganizationConfigurationResponseFilterSensitiveLog, } from "../models/models_2";
5
5
  import { deserializeAws_restJson1UpdateOrganizationConfigurationCommand, serializeAws_restJson1UpdateOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateOrganizationConfigurationCommand = (function (_super) {
7
7
  __extends(UpdateOrganizationConfigurationCommand, _super);
@@ -20,8 +20,8 @@ var UpdateOrganizationConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateOrganizationConfigurationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateOrganizationConfigurationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateOrganizationConfigurationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateOrganizationConfigurationResponseFilterSensitiveLog,
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 { UpdateSecurityHubConfigurationRequest, UpdateSecurityHubConfigurationResponse } from "../models/models_2";
4
+ import { UpdateSecurityHubConfigurationRequestFilterSensitiveLog, UpdateSecurityHubConfigurationResponseFilterSensitiveLog, } from "../models/models_2";
5
5
  import { deserializeAws_restJson1UpdateSecurityHubConfigurationCommand, serializeAws_restJson1UpdateSecurityHubConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateSecurityHubConfigurationCommand = (function (_super) {
7
7
  __extends(UpdateSecurityHubConfigurationCommand, _super);
@@ -20,8 +20,8 @@ var UpdateSecurityHubConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateSecurityHubConfigurationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateSecurityHubConfigurationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateSecurityHubConfigurationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateSecurityHubConfigurationResponseFilterSensitiveLog,
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 { UpdateStandardsControlRequest, UpdateStandardsControlResponse } from "../models/models_2";
4
+ import { UpdateStandardsControlRequestFilterSensitiveLog, UpdateStandardsControlResponseFilterSensitiveLog, } from "../models/models_2";
5
5
  import { deserializeAws_restJson1UpdateStandardsControlCommand, serializeAws_restJson1UpdateStandardsControlCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateStandardsControlCommand = (function (_super) {
7
7
  __extends(UpdateStandardsControlCommand, _super);
@@ -20,8 +20,8 @@ var UpdateStandardsControlCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateStandardsControlRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateStandardsControlResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateStandardsControlRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateStandardsControlResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {