@aws-sdk/client-macie2 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 (162) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/dist-cjs/Macie2.js +60 -0
  3. package/dist-cjs/commands/AcceptInvitationCommand.js +2 -2
  4. package/dist-cjs/commands/BatchGetCustomDataIdentifiersCommand.js +2 -2
  5. package/dist-cjs/commands/CreateClassificationJobCommand.js +2 -2
  6. package/dist-cjs/commands/CreateCustomDataIdentifierCommand.js +2 -2
  7. package/dist-cjs/commands/CreateFindingsFilterCommand.js +2 -2
  8. package/dist-cjs/commands/CreateInvitationsCommand.js +2 -2
  9. package/dist-cjs/commands/CreateMemberCommand.js +2 -2
  10. package/dist-cjs/commands/CreateSampleFindingsCommand.js +2 -2
  11. package/dist-cjs/commands/DeclineInvitationsCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteCustomDataIdentifierCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteFindingsFilterCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteInvitationsCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteMemberCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeBucketsCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeClassificationJobCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
  19. package/dist-cjs/commands/DisableMacieCommand.js +2 -2
  20. package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +2 -2
  21. package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +2 -2
  22. package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +2 -2
  23. package/dist-cjs/commands/DisassociateMemberCommand.js +2 -2
  24. package/dist-cjs/commands/EnableMacieCommand.js +2 -2
  25. package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +2 -2
  26. package/dist-cjs/commands/GetAdministratorAccountCommand.js +2 -2
  27. package/dist-cjs/commands/GetBucketStatisticsCommand.js +2 -2
  28. package/dist-cjs/commands/GetClassificationExportConfigurationCommand.js +2 -2
  29. package/dist-cjs/commands/GetCustomDataIdentifierCommand.js +2 -2
  30. package/dist-cjs/commands/GetFindingStatisticsCommand.js +2 -2
  31. package/dist-cjs/commands/GetFindingsCommand.js +2 -2
  32. package/dist-cjs/commands/GetFindingsFilterCommand.js +2 -2
  33. package/dist-cjs/commands/GetFindingsPublicationConfigurationCommand.js +2 -2
  34. package/dist-cjs/commands/GetInvitationsCountCommand.js +2 -2
  35. package/dist-cjs/commands/GetMacieSessionCommand.js +2 -2
  36. package/dist-cjs/commands/GetMasterAccountCommand.js +2 -2
  37. package/dist-cjs/commands/GetMemberCommand.js +2 -2
  38. package/dist-cjs/commands/GetRevealConfigurationCommand.js +36 -0
  39. package/dist-cjs/commands/GetSensitiveDataOccurrencesAvailabilityCommand.js +36 -0
  40. package/dist-cjs/commands/GetSensitiveDataOccurrencesCommand.js +36 -0
  41. package/dist-cjs/commands/GetUsageStatisticsCommand.js +2 -2
  42. package/dist-cjs/commands/GetUsageTotalsCommand.js +2 -2
  43. package/dist-cjs/commands/ListClassificationJobsCommand.js +2 -2
  44. package/dist-cjs/commands/ListCustomDataIdentifiersCommand.js +2 -2
  45. package/dist-cjs/commands/ListFindingsCommand.js +2 -2
  46. package/dist-cjs/commands/ListFindingsFiltersCommand.js +2 -2
  47. package/dist-cjs/commands/ListInvitationsCommand.js +2 -2
  48. package/dist-cjs/commands/ListManagedDataIdentifiersCommand.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/ListTagsForResourceCommand.js +2 -2
  52. package/dist-cjs/commands/PutClassificationExportConfigurationCommand.js +2 -2
  53. package/dist-cjs/commands/PutFindingsPublicationConfigurationCommand.js +2 -2
  54. package/dist-cjs/commands/SearchResourcesCommand.js +2 -2
  55. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  56. package/dist-cjs/commands/TestCustomDataIdentifierCommand.js +2 -2
  57. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  58. package/dist-cjs/commands/UpdateClassificationJobCommand.js +2 -2
  59. package/dist-cjs/commands/UpdateFindingsFilterCommand.js +2 -2
  60. package/dist-cjs/commands/UpdateMacieSessionCommand.js +2 -2
  61. package/dist-cjs/commands/UpdateMemberSessionCommand.js +2 -2
  62. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateRevealConfigurationCommand.js +36 -0
  64. package/dist-cjs/commands/index.js +4 -0
  65. package/dist-cjs/index.js +1 -0
  66. package/dist-cjs/models/models_0.js +1007 -1392
  67. package/dist-cjs/protocols/Aws_restJson1.js +368 -3
  68. package/dist-cjs/waiters/index.js +4 -0
  69. package/dist-cjs/waiters/waitForFindingRevealed.js +45 -0
  70. package/dist-es/Macie2.js +60 -0
  71. package/dist-es/commands/AcceptInvitationCommand.js +3 -3
  72. package/dist-es/commands/BatchGetCustomDataIdentifiersCommand.js +3 -3
  73. package/dist-es/commands/CreateClassificationJobCommand.js +3 -3
  74. package/dist-es/commands/CreateCustomDataIdentifierCommand.js +3 -3
  75. package/dist-es/commands/CreateFindingsFilterCommand.js +3 -3
  76. package/dist-es/commands/CreateInvitationsCommand.js +3 -3
  77. package/dist-es/commands/CreateMemberCommand.js +3 -3
  78. package/dist-es/commands/CreateSampleFindingsCommand.js +3 -3
  79. package/dist-es/commands/DeclineInvitationsCommand.js +3 -3
  80. package/dist-es/commands/DeleteCustomDataIdentifierCommand.js +3 -3
  81. package/dist-es/commands/DeleteFindingsFilterCommand.js +3 -3
  82. package/dist-es/commands/DeleteInvitationsCommand.js +3 -3
  83. package/dist-es/commands/DeleteMemberCommand.js +3 -3
  84. package/dist-es/commands/DescribeBucketsCommand.js +3 -3
  85. package/dist-es/commands/DescribeClassificationJobCommand.js +3 -3
  86. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
  87. package/dist-es/commands/DisableMacieCommand.js +3 -3
  88. package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +3 -3
  89. package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +3 -3
  90. package/dist-es/commands/DisassociateFromMasterAccountCommand.js +3 -3
  91. package/dist-es/commands/DisassociateMemberCommand.js +3 -3
  92. package/dist-es/commands/EnableMacieCommand.js +3 -3
  93. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +3 -3
  94. package/dist-es/commands/GetAdministratorAccountCommand.js +3 -3
  95. package/dist-es/commands/GetBucketStatisticsCommand.js +3 -3
  96. package/dist-es/commands/GetClassificationExportConfigurationCommand.js +3 -3
  97. package/dist-es/commands/GetCustomDataIdentifierCommand.js +3 -3
  98. package/dist-es/commands/GetFindingStatisticsCommand.js +3 -3
  99. package/dist-es/commands/GetFindingsCommand.js +3 -3
  100. package/dist-es/commands/GetFindingsFilterCommand.js +3 -3
  101. package/dist-es/commands/GetFindingsPublicationConfigurationCommand.js +3 -3
  102. package/dist-es/commands/GetInvitationsCountCommand.js +3 -3
  103. package/dist-es/commands/GetMacieSessionCommand.js +3 -3
  104. package/dist-es/commands/GetMasterAccountCommand.js +3 -3
  105. package/dist-es/commands/GetMemberCommand.js +3 -3
  106. package/dist-es/commands/GetRevealConfigurationCommand.js +39 -0
  107. package/dist-es/commands/GetSensitiveDataOccurrencesAvailabilityCommand.js +39 -0
  108. package/dist-es/commands/GetSensitiveDataOccurrencesCommand.js +39 -0
  109. package/dist-es/commands/GetUsageStatisticsCommand.js +3 -3
  110. package/dist-es/commands/GetUsageTotalsCommand.js +3 -3
  111. package/dist-es/commands/ListClassificationJobsCommand.js +3 -3
  112. package/dist-es/commands/ListCustomDataIdentifiersCommand.js +3 -3
  113. package/dist-es/commands/ListFindingsCommand.js +3 -3
  114. package/dist-es/commands/ListFindingsFiltersCommand.js +3 -3
  115. package/dist-es/commands/ListInvitationsCommand.js +3 -3
  116. package/dist-es/commands/ListManagedDataIdentifiersCommand.js +3 -3
  117. package/dist-es/commands/ListMembersCommand.js +3 -3
  118. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +3 -3
  119. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  120. package/dist-es/commands/PutClassificationExportConfigurationCommand.js +3 -3
  121. package/dist-es/commands/PutFindingsPublicationConfigurationCommand.js +3 -3
  122. package/dist-es/commands/SearchResourcesCommand.js +3 -3
  123. package/dist-es/commands/TagResourceCommand.js +3 -3
  124. package/dist-es/commands/TestCustomDataIdentifierCommand.js +3 -3
  125. package/dist-es/commands/UntagResourceCommand.js +3 -3
  126. package/dist-es/commands/UpdateClassificationJobCommand.js +3 -3
  127. package/dist-es/commands/UpdateFindingsFilterCommand.js +3 -3
  128. package/dist-es/commands/UpdateMacieSessionCommand.js +3 -3
  129. package/dist-es/commands/UpdateMemberSessionCommand.js +3 -3
  130. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -3
  131. package/dist-es/commands/UpdateRevealConfigurationCommand.js +39 -0
  132. package/dist-es/commands/index.js +4 -0
  133. package/dist-es/index.js +1 -0
  134. package/dist-es/models/models_0.js +277 -924
  135. package/dist-es/protocols/Aws_restJson1.js +470 -1
  136. package/dist-es/waiters/index.js +1 -0
  137. package/dist-es/waiters/waitForFindingRevealed.js +60 -0
  138. package/dist-types/Macie2.d.ts +28 -0
  139. package/dist-types/Macie2Client.d.ts +6 -2
  140. package/dist-types/commands/GetRevealConfigurationCommand.d.ts +35 -0
  141. package/dist-types/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +35 -0
  142. package/dist-types/commands/GetSensitiveDataOccurrencesCommand.d.ts +35 -0
  143. package/dist-types/commands/UpdateRevealConfigurationCommand.d.ts +35 -0
  144. package/dist-types/commands/index.d.ts +4 -0
  145. package/dist-types/index.d.ts +1 -0
  146. package/dist-types/models/models_0.d.ts +1074 -1387
  147. package/dist-types/protocols/Aws_restJson1.d.ts +12 -0
  148. package/dist-types/ts3.4/Macie2.d.ts +20 -0
  149. package/dist-types/ts3.4/Macie2Client.d.ts +6 -2
  150. package/dist-types/ts3.4/commands/GetRevealConfigurationCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/UpdateRevealConfigurationCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  155. package/dist-types/ts3.4/index.d.ts +1 -0
  156. package/dist-types/ts3.4/models/models_0.d.ts +550 -917
  157. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  158. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  159. package/dist-types/ts3.4/waiters/waitForFindingRevealed.d.ts +7 -0
  160. package/dist-types/waiters/index.d.ts +1 -0
  161. package/dist-types/waiters/waitForFindingRevealed.d.ts +14 -0
  162. package/package.json +10 -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 { 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) {
@@ -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 { GetMacieSessionRequest, GetMacieSessionResponse } from "../models/models_0";
4
+ import { GetMacieSessionRequestFilterSensitiveLog, GetMacieSessionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetMacieSessionCommand, serializeAws_restJson1GetMacieSessionCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetMacieSessionCommand = (function (_super) {
7
7
  __extends(GetMacieSessionCommand, _super);
@@ -20,8 +20,8 @@ var GetMacieSessionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetMacieSessionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetMacieSessionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetMacieSessionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetMacieSessionResponseFilterSensitiveLog,
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_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 { GetMemberRequest, GetMemberResponse } from "../models/models_0";
4
+ import { GetMemberRequestFilterSensitiveLog, GetMemberResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetMemberCommand, serializeAws_restJson1GetMemberCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetMemberCommand = (function (_super) {
7
7
  __extends(GetMemberCommand, _super);
@@ -20,8 +20,8 @@ var GetMemberCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetMemberRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetMemberResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetMemberRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetMemberResponseFilterSensitiveLog,
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 { GetRevealConfigurationRequestFilterSensitiveLog, GetRevealConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetRevealConfigurationCommand, serializeAws_restJson1GetRevealConfigurationCommand, } from "../protocols/Aws_restJson1";
6
+ var GetRevealConfigurationCommand = (function (_super) {
7
+ __extends(GetRevealConfigurationCommand, _super);
8
+ function GetRevealConfigurationCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetRevealConfigurationCommand.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 = "Macie2Client";
18
+ var commandName = "GetRevealConfigurationCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetRevealConfigurationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetRevealConfigurationResponseFilterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetRevealConfigurationCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1GetRevealConfigurationCommand(input, context);
33
+ };
34
+ GetRevealConfigurationCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1GetRevealConfigurationCommand(output, context);
36
+ };
37
+ return GetRevealConfigurationCommand;
38
+ }($Command));
39
+ export { GetRevealConfigurationCommand };
@@ -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 { GetSensitiveDataOccurrencesAvailabilityRequestFilterSensitiveLog, GetSensitiveDataOccurrencesAvailabilityResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetSensitiveDataOccurrencesAvailabilityCommand, serializeAws_restJson1GetSensitiveDataOccurrencesAvailabilityCommand, } from "../protocols/Aws_restJson1";
6
+ var GetSensitiveDataOccurrencesAvailabilityCommand = (function (_super) {
7
+ __extends(GetSensitiveDataOccurrencesAvailabilityCommand, _super);
8
+ function GetSensitiveDataOccurrencesAvailabilityCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetSensitiveDataOccurrencesAvailabilityCommand.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 = "Macie2Client";
18
+ var commandName = "GetSensitiveDataOccurrencesAvailabilityCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetSensitiveDataOccurrencesAvailabilityRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetSensitiveDataOccurrencesAvailabilityResponseFilterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetSensitiveDataOccurrencesAvailabilityCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1GetSensitiveDataOccurrencesAvailabilityCommand(input, context);
33
+ };
34
+ GetSensitiveDataOccurrencesAvailabilityCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1GetSensitiveDataOccurrencesAvailabilityCommand(output, context);
36
+ };
37
+ return GetSensitiveDataOccurrencesAvailabilityCommand;
38
+ }($Command));
39
+ export { GetSensitiveDataOccurrencesAvailabilityCommand };
@@ -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 { GetSensitiveDataOccurrencesRequestFilterSensitiveLog, GetSensitiveDataOccurrencesResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetSensitiveDataOccurrencesCommand, serializeAws_restJson1GetSensitiveDataOccurrencesCommand, } from "../protocols/Aws_restJson1";
6
+ var GetSensitiveDataOccurrencesCommand = (function (_super) {
7
+ __extends(GetSensitiveDataOccurrencesCommand, _super);
8
+ function GetSensitiveDataOccurrencesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetSensitiveDataOccurrencesCommand.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 = "Macie2Client";
18
+ var commandName = "GetSensitiveDataOccurrencesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetSensitiveDataOccurrencesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetSensitiveDataOccurrencesResponseFilterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetSensitiveDataOccurrencesCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1GetSensitiveDataOccurrencesCommand(input, context);
33
+ };
34
+ GetSensitiveDataOccurrencesCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1GetSensitiveDataOccurrencesCommand(output, context);
36
+ };
37
+ return GetSensitiveDataOccurrencesCommand;
38
+ }($Command));
39
+ export { GetSensitiveDataOccurrencesCommand };
@@ -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 { GetUsageTotalsRequest, GetUsageTotalsResponse } from "../models/models_0";
4
+ import { GetUsageTotalsRequestFilterSensitiveLog, GetUsageTotalsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetUsageTotalsCommand, serializeAws_restJson1GetUsageTotalsCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetUsageTotalsCommand = (function (_super) {
7
7
  __extends(GetUsageTotalsCommand, _super);
@@ -20,8 +20,8 @@ var GetUsageTotalsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetUsageTotalsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetUsageTotalsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetUsageTotalsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetUsageTotalsResponseFilterSensitiveLog,
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 { ListClassificationJobsRequest, ListClassificationJobsResponse } from "../models/models_0";
4
+ import { ListClassificationJobsRequestFilterSensitiveLog, ListClassificationJobsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListClassificationJobsCommand, serializeAws_restJson1ListClassificationJobsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListClassificationJobsCommand = (function (_super) {
7
7
  __extends(ListClassificationJobsCommand, _super);
@@ -20,8 +20,8 @@ var ListClassificationJobsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListClassificationJobsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListClassificationJobsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListClassificationJobsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListClassificationJobsResponseFilterSensitiveLog,
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 { ListCustomDataIdentifiersRequest, ListCustomDataIdentifiersResponse } from "../models/models_0";
4
+ import { ListCustomDataIdentifiersRequestFilterSensitiveLog, ListCustomDataIdentifiersResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListCustomDataIdentifiersCommand, serializeAws_restJson1ListCustomDataIdentifiersCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListCustomDataIdentifiersCommand = (function (_super) {
7
7
  __extends(ListCustomDataIdentifiersCommand, _super);
@@ -20,8 +20,8 @@ var ListCustomDataIdentifiersCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListCustomDataIdentifiersRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListCustomDataIdentifiersResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListCustomDataIdentifiersRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListCustomDataIdentifiersResponseFilterSensitiveLog,
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 { ListFindingsFiltersRequest, ListFindingsFiltersResponse } from "../models/models_0";
4
+ import { ListFindingsFiltersRequestFilterSensitiveLog, ListFindingsFiltersResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListFindingsFiltersCommand, serializeAws_restJson1ListFindingsFiltersCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListFindingsFiltersCommand = (function (_super) {
7
7
  __extends(ListFindingsFiltersCommand, _super);
@@ -20,8 +20,8 @@ var ListFindingsFiltersCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListFindingsFiltersRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListFindingsFiltersResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListFindingsFiltersRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListFindingsFiltersResponseFilterSensitiveLog,
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 { ListManagedDataIdentifiersRequest, ListManagedDataIdentifiersResponse } from "../models/models_0";
4
+ import { ListManagedDataIdentifiersRequestFilterSensitiveLog, ListManagedDataIdentifiersResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListManagedDataIdentifiersCommand, serializeAws_restJson1ListManagedDataIdentifiersCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListManagedDataIdentifiersCommand = (function (_super) {
7
7
  __extends(ListManagedDataIdentifiersCommand, _super);
@@ -20,8 +20,8 @@ var ListManagedDataIdentifiersCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListManagedDataIdentifiersRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListManagedDataIdentifiersResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListManagedDataIdentifiersRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListManagedDataIdentifiersResponseFilterSensitiveLog,
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 { 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 { PutClassificationExportConfigurationRequest, PutClassificationExportConfigurationResponse, } from "../models/models_0";
4
+ import { PutClassificationExportConfigurationRequestFilterSensitiveLog, PutClassificationExportConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PutClassificationExportConfigurationCommand, serializeAws_restJson1PutClassificationExportConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var PutClassificationExportConfigurationCommand = (function (_super) {
7
7
  __extends(PutClassificationExportConfigurationCommand, _super);
@@ -20,8 +20,8 @@ var PutClassificationExportConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutClassificationExportConfigurationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutClassificationExportConfigurationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutClassificationExportConfigurationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutClassificationExportConfigurationResponseFilterSensitiveLog,
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 { PutFindingsPublicationConfigurationRequest, PutFindingsPublicationConfigurationResponse, } from "../models/models_0";
4
+ import { PutFindingsPublicationConfigurationRequestFilterSensitiveLog, PutFindingsPublicationConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PutFindingsPublicationConfigurationCommand, serializeAws_restJson1PutFindingsPublicationConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var PutFindingsPublicationConfigurationCommand = (function (_super) {
7
7
  __extends(PutFindingsPublicationConfigurationCommand, _super);
@@ -20,8 +20,8 @@ var PutFindingsPublicationConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutFindingsPublicationConfigurationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutFindingsPublicationConfigurationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutFindingsPublicationConfigurationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutFindingsPublicationConfigurationResponseFilterSensitiveLog,
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 { SearchResourcesRequest, SearchResourcesResponse } from "../models/models_0";
4
+ import { SearchResourcesRequestFilterSensitiveLog, SearchResourcesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1SearchResourcesCommand, serializeAws_restJson1SearchResourcesCommand, } from "../protocols/Aws_restJson1";
6
6
  var SearchResourcesCommand = (function (_super) {
7
7
  __extends(SearchResourcesCommand, _super);
@@ -20,8 +20,8 @@ var SearchResourcesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: SearchResourcesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: SearchResourcesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: SearchResourcesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: SearchResourcesResponseFilterSensitiveLog,
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 { TestCustomDataIdentifierRequest, TestCustomDataIdentifierResponse } from "../models/models_0";
4
+ import { TestCustomDataIdentifierRequestFilterSensitiveLog, TestCustomDataIdentifierResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1TestCustomDataIdentifierCommand, serializeAws_restJson1TestCustomDataIdentifierCommand, } from "../protocols/Aws_restJson1";
6
6
  var TestCustomDataIdentifierCommand = (function (_super) {
7
7
  __extends(TestCustomDataIdentifierCommand, _super);
@@ -20,8 +20,8 @@ var TestCustomDataIdentifierCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TestCustomDataIdentifierRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: TestCustomDataIdentifierResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TestCustomDataIdentifierRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: TestCustomDataIdentifierResponseFilterSensitiveLog,
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 { UpdateClassificationJobRequest, UpdateClassificationJobResponse } from "../models/models_0";
4
+ import { UpdateClassificationJobRequestFilterSensitiveLog, UpdateClassificationJobResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateClassificationJobCommand, serializeAws_restJson1UpdateClassificationJobCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateClassificationJobCommand = (function (_super) {
7
7
  __extends(UpdateClassificationJobCommand, _super);
@@ -20,8 +20,8 @@ var UpdateClassificationJobCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateClassificationJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateClassificationJobResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateClassificationJobRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateClassificationJobResponseFilterSensitiveLog,
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 { UpdateFindingsFilterRequest, UpdateFindingsFilterResponse } from "../models/models_0";
4
+ import { UpdateFindingsFilterRequestFilterSensitiveLog, UpdateFindingsFilterResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateFindingsFilterCommand, serializeAws_restJson1UpdateFindingsFilterCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateFindingsFilterCommand = (function (_super) {
7
7
  __extends(UpdateFindingsFilterCommand, _super);
@@ -20,8 +20,8 @@ var UpdateFindingsFilterCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateFindingsFilterRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateFindingsFilterResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateFindingsFilterRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateFindingsFilterResponseFilterSensitiveLog,
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 { UpdateMacieSessionRequest, UpdateMacieSessionResponse } from "../models/models_0";
4
+ import { UpdateMacieSessionRequestFilterSensitiveLog, UpdateMacieSessionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateMacieSessionCommand, serializeAws_restJson1UpdateMacieSessionCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateMacieSessionCommand = (function (_super) {
7
7
  __extends(UpdateMacieSessionCommand, _super);
@@ -20,8 +20,8 @@ var UpdateMacieSessionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateMacieSessionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateMacieSessionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateMacieSessionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateMacieSessionResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {