@aws-sdk/client-guardduty 3.131.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 (164) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist-cjs/GuardDuty.js +45 -0
  3. package/dist-cjs/commands/AcceptAdministratorInvitationCommand.js +2 -2
  4. package/dist-cjs/commands/AcceptInvitationCommand.js +2 -2
  5. package/dist-cjs/commands/ArchiveFindingsCommand.js +2 -2
  6. package/dist-cjs/commands/CreateDetectorCommand.js +2 -2
  7. package/dist-cjs/commands/CreateFilterCommand.js +2 -2
  8. package/dist-cjs/commands/CreateIPSetCommand.js +2 -2
  9. package/dist-cjs/commands/CreateMembersCommand.js +2 -2
  10. package/dist-cjs/commands/CreatePublishingDestinationCommand.js +2 -2
  11. package/dist-cjs/commands/CreateSampleFindingsCommand.js +2 -2
  12. package/dist-cjs/commands/CreateThreatIntelSetCommand.js +2 -2
  13. package/dist-cjs/commands/DeclineInvitationsCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteDetectorCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteFilterCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteIPSetCommand.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/DeletePublishingDestinationCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteThreatIntelSetCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeMalwareScansCommand.js +36 -0
  22. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
  23. package/dist-cjs/commands/DescribePublishingDestinationCommand.js +2 -2
  24. package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +2 -2
  25. package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +2 -2
  26. package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +2 -2
  27. package/dist-cjs/commands/DisassociateMembersCommand.js +2 -2
  28. package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +2 -2
  29. package/dist-cjs/commands/GetAdministratorAccountCommand.js +2 -2
  30. package/dist-cjs/commands/GetDetectorCommand.js +2 -2
  31. package/dist-cjs/commands/GetFilterCommand.js +2 -2
  32. package/dist-cjs/commands/GetFindingsCommand.js +2 -2
  33. package/dist-cjs/commands/GetFindingsStatisticsCommand.js +2 -2
  34. package/dist-cjs/commands/GetIPSetCommand.js +2 -2
  35. package/dist-cjs/commands/GetInvitationsCountCommand.js +2 -2
  36. package/dist-cjs/commands/GetMalwareScanSettingsCommand.js +36 -0
  37. package/dist-cjs/commands/GetMasterAccountCommand.js +2 -2
  38. package/dist-cjs/commands/GetMemberDetectorsCommand.js +2 -2
  39. package/dist-cjs/commands/GetMembersCommand.js +2 -2
  40. package/dist-cjs/commands/GetRemainingFreeTrialDaysCommand.js +2 -2
  41. package/dist-cjs/commands/GetThreatIntelSetCommand.js +2 -2
  42. package/dist-cjs/commands/GetUsageStatisticsCommand.js +2 -2
  43. package/dist-cjs/commands/InviteMembersCommand.js +2 -2
  44. package/dist-cjs/commands/ListDetectorsCommand.js +2 -2
  45. package/dist-cjs/commands/ListFiltersCommand.js +2 -2
  46. package/dist-cjs/commands/ListFindingsCommand.js +2 -2
  47. package/dist-cjs/commands/ListIPSetsCommand.js +2 -2
  48. package/dist-cjs/commands/ListInvitationsCommand.js +2 -2
  49. package/dist-cjs/commands/ListMembersCommand.js +2 -2
  50. package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +2 -2
  51. package/dist-cjs/commands/ListPublishingDestinationsCommand.js +2 -2
  52. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  53. package/dist-cjs/commands/ListThreatIntelSetsCommand.js +2 -2
  54. package/dist-cjs/commands/StartMonitoringMembersCommand.js +2 -2
  55. package/dist-cjs/commands/StopMonitoringMembersCommand.js +2 -2
  56. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  57. package/dist-cjs/commands/UnarchiveFindingsCommand.js +2 -2
  58. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  59. package/dist-cjs/commands/UpdateDetectorCommand.js +2 -2
  60. package/dist-cjs/commands/UpdateFilterCommand.js +2 -2
  61. package/dist-cjs/commands/UpdateFindingsFeedbackCommand.js +2 -2
  62. package/dist-cjs/commands/UpdateIPSetCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateMalwareScanSettingsCommand.js +36 -0
  64. package/dist-cjs/commands/UpdateMemberDetectorsCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -2
  66. package/dist-cjs/commands/UpdatePublishingDestinationCommand.js +2 -2
  67. package/dist-cjs/commands/UpdateThreatIntelSetCommand.js +2 -2
  68. package/dist-cjs/commands/index.js +3 -0
  69. package/dist-cjs/models/models_0.js +1069 -1312
  70. package/dist-cjs/pagination/DescribeMalwareScansPaginator.js +36 -0
  71. package/dist-cjs/pagination/index.js +1 -0
  72. package/dist-cjs/protocols/Aws_restJson1.js +663 -3
  73. package/dist-es/GuardDuty.js +45 -0
  74. package/dist-es/commands/AcceptAdministratorInvitationCommand.js +3 -3
  75. package/dist-es/commands/AcceptInvitationCommand.js +3 -3
  76. package/dist-es/commands/ArchiveFindingsCommand.js +3 -3
  77. package/dist-es/commands/CreateDetectorCommand.js +3 -3
  78. package/dist-es/commands/CreateFilterCommand.js +3 -3
  79. package/dist-es/commands/CreateIPSetCommand.js +3 -3
  80. package/dist-es/commands/CreateMembersCommand.js +3 -3
  81. package/dist-es/commands/CreatePublishingDestinationCommand.js +3 -3
  82. package/dist-es/commands/CreateSampleFindingsCommand.js +3 -3
  83. package/dist-es/commands/CreateThreatIntelSetCommand.js +3 -3
  84. package/dist-es/commands/DeclineInvitationsCommand.js +3 -3
  85. package/dist-es/commands/DeleteDetectorCommand.js +3 -3
  86. package/dist-es/commands/DeleteFilterCommand.js +3 -3
  87. package/dist-es/commands/DeleteIPSetCommand.js +3 -3
  88. package/dist-es/commands/DeleteInvitationsCommand.js +3 -3
  89. package/dist-es/commands/DeleteMembersCommand.js +3 -3
  90. package/dist-es/commands/DeletePublishingDestinationCommand.js +3 -3
  91. package/dist-es/commands/DeleteThreatIntelSetCommand.js +3 -3
  92. package/dist-es/commands/DescribeMalwareScansCommand.js +39 -0
  93. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
  94. package/dist-es/commands/DescribePublishingDestinationCommand.js +3 -3
  95. package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +3 -3
  96. package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +3 -3
  97. package/dist-es/commands/DisassociateFromMasterAccountCommand.js +3 -3
  98. package/dist-es/commands/DisassociateMembersCommand.js +3 -3
  99. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +3 -3
  100. package/dist-es/commands/GetAdministratorAccountCommand.js +3 -3
  101. package/dist-es/commands/GetDetectorCommand.js +3 -3
  102. package/dist-es/commands/GetFilterCommand.js +3 -3
  103. package/dist-es/commands/GetFindingsCommand.js +3 -3
  104. package/dist-es/commands/GetFindingsStatisticsCommand.js +3 -3
  105. package/dist-es/commands/GetIPSetCommand.js +3 -3
  106. package/dist-es/commands/GetInvitationsCountCommand.js +3 -3
  107. package/dist-es/commands/GetMalwareScanSettingsCommand.js +39 -0
  108. package/dist-es/commands/GetMasterAccountCommand.js +3 -3
  109. package/dist-es/commands/GetMemberDetectorsCommand.js +3 -3
  110. package/dist-es/commands/GetMembersCommand.js +3 -3
  111. package/dist-es/commands/GetRemainingFreeTrialDaysCommand.js +3 -3
  112. package/dist-es/commands/GetThreatIntelSetCommand.js +3 -3
  113. package/dist-es/commands/GetUsageStatisticsCommand.js +3 -3
  114. package/dist-es/commands/InviteMembersCommand.js +3 -3
  115. package/dist-es/commands/ListDetectorsCommand.js +3 -3
  116. package/dist-es/commands/ListFiltersCommand.js +3 -3
  117. package/dist-es/commands/ListFindingsCommand.js +3 -3
  118. package/dist-es/commands/ListIPSetsCommand.js +3 -3
  119. package/dist-es/commands/ListInvitationsCommand.js +3 -3
  120. package/dist-es/commands/ListMembersCommand.js +3 -3
  121. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +3 -3
  122. package/dist-es/commands/ListPublishingDestinationsCommand.js +3 -3
  123. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  124. package/dist-es/commands/ListThreatIntelSetsCommand.js +3 -3
  125. package/dist-es/commands/StartMonitoringMembersCommand.js +3 -3
  126. package/dist-es/commands/StopMonitoringMembersCommand.js +3 -3
  127. package/dist-es/commands/TagResourceCommand.js +3 -3
  128. package/dist-es/commands/UnarchiveFindingsCommand.js +3 -3
  129. package/dist-es/commands/UntagResourceCommand.js +3 -3
  130. package/dist-es/commands/UpdateDetectorCommand.js +3 -3
  131. package/dist-es/commands/UpdateFilterCommand.js +3 -3
  132. package/dist-es/commands/UpdateFindingsFeedbackCommand.js +3 -3
  133. package/dist-es/commands/UpdateIPSetCommand.js +3 -3
  134. package/dist-es/commands/UpdateMalwareScanSettingsCommand.js +39 -0
  135. package/dist-es/commands/UpdateMemberDetectorsCommand.js +3 -3
  136. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -3
  137. package/dist-es/commands/UpdatePublishingDestinationCommand.js +3 -3
  138. package/dist-es/commands/UpdateThreatIntelSetCommand.js +3 -3
  139. package/dist-es/commands/index.js +3 -0
  140. package/dist-es/models/models_0.js +292 -873
  141. package/dist-es/pagination/DescribeMalwareScansPaginator.js +75 -0
  142. package/dist-es/pagination/index.js +1 -0
  143. package/dist-es/protocols/Aws_restJson1.js +696 -2
  144. package/dist-types/GuardDuty.d.ts +21 -0
  145. package/dist-types/GuardDutyClient.d.ts +5 -2
  146. package/dist-types/commands/DescribeMalwareScansCommand.d.ts +35 -0
  147. package/dist-types/commands/GetMalwareScanSettingsCommand.d.ts +35 -0
  148. package/dist-types/commands/UpdateMalwareScanSettingsCommand.d.ts +35 -0
  149. package/dist-types/commands/index.d.ts +3 -0
  150. package/dist-types/models/models_0.d.ts +1729 -1297
  151. package/dist-types/pagination/DescribeMalwareScansPaginator.d.ts +4 -0
  152. package/dist-types/pagination/index.d.ts +1 -0
  153. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  154. package/dist-types/ts3.4/GuardDuty.d.ts +15 -0
  155. package/dist-types/ts3.4/GuardDutyClient.d.ts +5 -2
  156. package/dist-types/ts3.4/commands/DescribeMalwareScansCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/GetMalwareScanSettingsCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/UpdateMalwareScanSettingsCommand.d.ts +17 -0
  159. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  160. package/dist-types/ts3.4/models/models_0.d.ts +925 -898
  161. package/dist-types/ts3.4/pagination/DescribeMalwareScansPaginator.d.ts +4 -0
  162. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  163. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +9 -0
  164. 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 { DisassociateMembersRequest, DisassociateMembersResponse } from "../models/models_0";
4
+ import { DisassociateMembersRequestFilterSensitiveLog, DisassociateMembersResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DisassociateMembersCommand, serializeAws_restJson1DisassociateMembersCommand, } from "../protocols/Aws_restJson1";
6
6
  var DisassociateMembersCommand = (function (_super) {
7
7
  __extends(DisassociateMembersCommand, _super);
@@ -20,8 +20,8 @@ var DisassociateMembersCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DisassociateMembersRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DisassociateMembersResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DisassociateMembersRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DisassociateMembersResponseFilterSensitiveLog,
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 { EnableOrganizationAdminAccountRequest, EnableOrganizationAdminAccountResponse } from "../models/models_0";
4
+ import { EnableOrganizationAdminAccountRequestFilterSensitiveLog, EnableOrganizationAdminAccountResponseFilterSensitiveLog, } from "../models/models_0";
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 { GetAdministratorAccountRequest, GetAdministratorAccountResponse } from "../models/models_0";
4
+ import { GetAdministratorAccountRequestFilterSensitiveLog, GetAdministratorAccountResponseFilterSensitiveLog, } from "../models/models_0";
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 { GetDetectorRequest, GetDetectorResponse } from "../models/models_0";
4
+ import { GetDetectorRequestFilterSensitiveLog, GetDetectorResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetDetectorCommand, serializeAws_restJson1GetDetectorCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetDetectorCommand = (function (_super) {
7
7
  __extends(GetDetectorCommand, _super);
@@ -20,8 +20,8 @@ var GetDetectorCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetDetectorRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetDetectorResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetDetectorRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetDetectorResponseFilterSensitiveLog,
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 { GetFilterRequest, GetFilterResponse } from "../models/models_0";
4
+ import { GetFilterRequestFilterSensitiveLog, GetFilterResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetFilterCommand, serializeAws_restJson1GetFilterCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetFilterCommand = (function (_super) {
7
7
  __extends(GetFilterCommand, _super);
@@ -20,8 +20,8 @@ var GetFilterCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetFilterRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetFilterResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetFilterRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetFilterResponseFilterSensitiveLog,
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_0";
4
+ import { GetFindingsRequestFilterSensitiveLog, GetFindingsResponseFilterSensitiveLog, } from "../models/models_0";
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 { GetFindingsStatisticsRequest, GetFindingsStatisticsResponse } from "../models/models_0";
4
+ import { GetFindingsStatisticsRequestFilterSensitiveLog, GetFindingsStatisticsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetFindingsStatisticsCommand, serializeAws_restJson1GetFindingsStatisticsCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetFindingsStatisticsCommand = (function (_super) {
7
7
  __extends(GetFindingsStatisticsCommand, _super);
@@ -20,8 +20,8 @@ var GetFindingsStatisticsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetFindingsStatisticsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetFindingsStatisticsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetFindingsStatisticsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetFindingsStatisticsResponseFilterSensitiveLog,
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 { GetIPSetRequest, GetIPSetResponse } from "../models/models_0";
4
+ import { GetIPSetRequestFilterSensitiveLog, GetIPSetResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetIPSetCommand, serializeAws_restJson1GetIPSetCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetIPSetCommand = (function (_super) {
7
7
  __extends(GetIPSetCommand, _super);
@@ -20,8 +20,8 @@ var GetIPSetCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetIPSetRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetIPSetResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetIPSetRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetIPSetResponseFilterSensitiveLog,
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_0";
4
+ import { GetInvitationsCountRequestFilterSensitiveLog, GetInvitationsCountResponseFilterSensitiveLog, } from "../models/models_0";
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) {
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetMalwareScanSettingsRequestFilterSensitiveLog, GetMalwareScanSettingsResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetMalwareScanSettingsCommand, serializeAws_restJson1GetMalwareScanSettingsCommand, } from "../protocols/Aws_restJson1";
6
+ var GetMalwareScanSettingsCommand = (function (_super) {
7
+ __extends(GetMalwareScanSettingsCommand, _super);
8
+ function GetMalwareScanSettingsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetMalwareScanSettingsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GuardDutyClient";
18
+ var commandName = "GetMalwareScanSettingsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetMalwareScanSettingsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetMalwareScanSettingsResponseFilterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetMalwareScanSettingsCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1GetMalwareScanSettingsCommand(input, context);
33
+ };
34
+ GetMalwareScanSettingsCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1GetMalwareScanSettingsCommand(output, context);
36
+ };
37
+ return GetMalwareScanSettingsCommand;
38
+ }($Command));
39
+ export { GetMalwareScanSettingsCommand };
@@ -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_0";
4
+ import { GetMasterAccountRequestFilterSensitiveLog, GetMasterAccountResponseFilterSensitiveLog, } from "../models/models_0";
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 { GetMemberDetectorsRequest, GetMemberDetectorsResponse } from "../models/models_0";
4
+ import { GetMemberDetectorsRequestFilterSensitiveLog, GetMemberDetectorsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetMemberDetectorsCommand, serializeAws_restJson1GetMemberDetectorsCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetMemberDetectorsCommand = (function (_super) {
7
7
  __extends(GetMemberDetectorsCommand, _super);
@@ -20,8 +20,8 @@ var GetMemberDetectorsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetMemberDetectorsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetMemberDetectorsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetMemberDetectorsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetMemberDetectorsResponseFilterSensitiveLog,
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_0";
4
+ import { GetMembersRequestFilterSensitiveLog, GetMembersResponseFilterSensitiveLog, } from "../models/models_0";
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 { GetRemainingFreeTrialDaysRequest, GetRemainingFreeTrialDaysResponse } from "../models/models_0";
4
+ import { GetRemainingFreeTrialDaysRequestFilterSensitiveLog, GetRemainingFreeTrialDaysResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetRemainingFreeTrialDaysCommand, serializeAws_restJson1GetRemainingFreeTrialDaysCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetRemainingFreeTrialDaysCommand = (function (_super) {
7
7
  __extends(GetRemainingFreeTrialDaysCommand, _super);
@@ -20,8 +20,8 @@ var GetRemainingFreeTrialDaysCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetRemainingFreeTrialDaysRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetRemainingFreeTrialDaysResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetRemainingFreeTrialDaysRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetRemainingFreeTrialDaysResponseFilterSensitiveLog,
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 { GetThreatIntelSetRequest, GetThreatIntelSetResponse } from "../models/models_0";
4
+ import { GetThreatIntelSetRequestFilterSensitiveLog, GetThreatIntelSetResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetThreatIntelSetCommand, serializeAws_restJson1GetThreatIntelSetCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetThreatIntelSetCommand = (function (_super) {
7
7
  __extends(GetThreatIntelSetCommand, _super);
@@ -20,8 +20,8 @@ var GetThreatIntelSetCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetThreatIntelSetRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetThreatIntelSetResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetThreatIntelSetRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetThreatIntelSetResponseFilterSensitiveLog,
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 { GetUsageStatisticsRequest, GetUsageStatisticsResponse } from "../models/models_0";
4
+ import { GetUsageStatisticsRequestFilterSensitiveLog, GetUsageStatisticsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetUsageStatisticsCommand, serializeAws_restJson1GetUsageStatisticsCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetUsageStatisticsCommand = (function (_super) {
7
7
  __extends(GetUsageStatisticsCommand, _super);
@@ -20,8 +20,8 @@ var GetUsageStatisticsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetUsageStatisticsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetUsageStatisticsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetUsageStatisticsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetUsageStatisticsResponseFilterSensitiveLog,
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_0";
4
+ import { InviteMembersRequestFilterSensitiveLog, InviteMembersResponseFilterSensitiveLog, } from "../models/models_0";
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 { ListDetectorsRequest, ListDetectorsResponse } from "../models/models_0";
4
+ import { ListDetectorsRequestFilterSensitiveLog, ListDetectorsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListDetectorsCommand, serializeAws_restJson1ListDetectorsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListDetectorsCommand = (function (_super) {
7
7
  __extends(ListDetectorsCommand, _super);
@@ -20,8 +20,8 @@ var ListDetectorsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListDetectorsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListDetectorsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListDetectorsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListDetectorsResponseFilterSensitiveLog,
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 { ListFiltersRequest, ListFiltersResponse } from "../models/models_0";
4
+ import { ListFiltersRequestFilterSensitiveLog, ListFiltersResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListFiltersCommand, serializeAws_restJson1ListFiltersCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListFiltersCommand = (function (_super) {
7
7
  __extends(ListFiltersCommand, _super);
@@ -20,8 +20,8 @@ var ListFiltersCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListFiltersRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListFiltersResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListFiltersRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListFiltersResponseFilterSensitiveLog,
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 { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
4
+ import { ListFindingsRequestFilterSensitiveLog, ListFindingsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListFindingsCommand, serializeAws_restJson1ListFindingsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListFindingsCommand = (function (_super) {
7
7
  __extends(ListFindingsCommand, _super);
@@ -20,8 +20,8 @@ var ListFindingsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListFindingsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListFindingsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListFindingsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListFindingsResponseFilterSensitiveLog,
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 { ListIPSetsRequest, ListIPSetsResponse } from "../models/models_0";
4
+ import { ListIPSetsRequestFilterSensitiveLog, ListIPSetsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListIPSetsCommand, serializeAws_restJson1ListIPSetsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListIPSetsCommand = (function (_super) {
7
7
  __extends(ListIPSetsCommand, _super);
@@ -20,8 +20,8 @@ var ListIPSetsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListIPSetsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListIPSetsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListIPSetsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListIPSetsResponseFilterSensitiveLog,
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_0";
4
+ import { ListInvitationsRequestFilterSensitiveLog, ListInvitationsResponseFilterSensitiveLog, } from "../models/models_0";
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_0";
4
+ import { ListMembersRequestFilterSensitiveLog, ListMembersResponseFilterSensitiveLog, } from "../models/models_0";
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_0";
4
+ import { ListOrganizationAdminAccountsRequestFilterSensitiveLog, ListOrganizationAdminAccountsResponseFilterSensitiveLog, } from "../models/models_0";
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 { ListPublishingDestinationsRequest, ListPublishingDestinationsResponse } from "../models/models_0";
4
+ import { ListPublishingDestinationsRequestFilterSensitiveLog, ListPublishingDestinationsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListPublishingDestinationsCommand, serializeAws_restJson1ListPublishingDestinationsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListPublishingDestinationsCommand = (function (_super) {
7
7
  __extends(ListPublishingDestinationsCommand, _super);
@@ -20,8 +20,8 @@ var ListPublishingDestinationsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListPublishingDestinationsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListPublishingDestinationsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListPublishingDestinationsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListPublishingDestinationsResponseFilterSensitiveLog,
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 { ListThreatIntelSetsRequest, ListThreatIntelSetsResponse } from "../models/models_0";
4
+ import { ListThreatIntelSetsRequestFilterSensitiveLog, ListThreatIntelSetsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListThreatIntelSetsCommand, serializeAws_restJson1ListThreatIntelSetsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListThreatIntelSetsCommand = (function (_super) {
7
7
  __extends(ListThreatIntelSetsCommand, _super);
@@ -20,8 +20,8 @@ var ListThreatIntelSetsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListThreatIntelSetsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListThreatIntelSetsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListThreatIntelSetsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListThreatIntelSetsResponseFilterSensitiveLog,
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 { StartMonitoringMembersRequest, StartMonitoringMembersResponse } from "../models/models_0";
4
+ import { StartMonitoringMembersRequestFilterSensitiveLog, StartMonitoringMembersResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StartMonitoringMembersCommand, serializeAws_restJson1StartMonitoringMembersCommand, } from "../protocols/Aws_restJson1";
6
6
  var StartMonitoringMembersCommand = (function (_super) {
7
7
  __extends(StartMonitoringMembersCommand, _super);
@@ -20,8 +20,8 @@ var StartMonitoringMembersCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartMonitoringMembersRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartMonitoringMembersResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartMonitoringMembersRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartMonitoringMembersResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {