@aws-sdk/client-macie2 3.131.0 → 3.142.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (163) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/Macie2.js +60 -0
  4. package/dist-cjs/commands/AcceptInvitationCommand.js +2 -2
  5. package/dist-cjs/commands/BatchGetCustomDataIdentifiersCommand.js +2 -2
  6. package/dist-cjs/commands/CreateClassificationJobCommand.js +2 -2
  7. package/dist-cjs/commands/CreateCustomDataIdentifierCommand.js +2 -2
  8. package/dist-cjs/commands/CreateFindingsFilterCommand.js +2 -2
  9. package/dist-cjs/commands/CreateInvitationsCommand.js +2 -2
  10. package/dist-cjs/commands/CreateMemberCommand.js +2 -2
  11. package/dist-cjs/commands/CreateSampleFindingsCommand.js +2 -2
  12. package/dist-cjs/commands/DeclineInvitationsCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteCustomDataIdentifierCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteFindingsFilterCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteInvitationsCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteMemberCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeBucketsCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeClassificationJobCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
  20. package/dist-cjs/commands/DisableMacieCommand.js +2 -2
  21. package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +2 -2
  22. package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +2 -2
  23. package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +2 -2
  24. package/dist-cjs/commands/DisassociateMemberCommand.js +2 -2
  25. package/dist-cjs/commands/EnableMacieCommand.js +2 -2
  26. package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +2 -2
  27. package/dist-cjs/commands/GetAdministratorAccountCommand.js +2 -2
  28. package/dist-cjs/commands/GetBucketStatisticsCommand.js +2 -2
  29. package/dist-cjs/commands/GetClassificationExportConfigurationCommand.js +2 -2
  30. package/dist-cjs/commands/GetCustomDataIdentifierCommand.js +2 -2
  31. package/dist-cjs/commands/GetFindingStatisticsCommand.js +2 -2
  32. package/dist-cjs/commands/GetFindingsCommand.js +2 -2
  33. package/dist-cjs/commands/GetFindingsFilterCommand.js +2 -2
  34. package/dist-cjs/commands/GetFindingsPublicationConfigurationCommand.js +2 -2
  35. package/dist-cjs/commands/GetInvitationsCountCommand.js +2 -2
  36. package/dist-cjs/commands/GetMacieSessionCommand.js +2 -2
  37. package/dist-cjs/commands/GetMasterAccountCommand.js +2 -2
  38. package/dist-cjs/commands/GetMemberCommand.js +2 -2
  39. package/dist-cjs/commands/GetRevealConfigurationCommand.js +36 -0
  40. package/dist-cjs/commands/GetSensitiveDataOccurrencesAvailabilityCommand.js +36 -0
  41. package/dist-cjs/commands/GetSensitiveDataOccurrencesCommand.js +36 -0
  42. package/dist-cjs/commands/GetUsageStatisticsCommand.js +2 -2
  43. package/dist-cjs/commands/GetUsageTotalsCommand.js +2 -2
  44. package/dist-cjs/commands/ListClassificationJobsCommand.js +2 -2
  45. package/dist-cjs/commands/ListCustomDataIdentifiersCommand.js +2 -2
  46. package/dist-cjs/commands/ListFindingsCommand.js +2 -2
  47. package/dist-cjs/commands/ListFindingsFiltersCommand.js +2 -2
  48. package/dist-cjs/commands/ListInvitationsCommand.js +2 -2
  49. package/dist-cjs/commands/ListManagedDataIdentifiersCommand.js +2 -2
  50. package/dist-cjs/commands/ListMembersCommand.js +2 -2
  51. package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +2 -2
  52. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  53. package/dist-cjs/commands/PutClassificationExportConfigurationCommand.js +2 -2
  54. package/dist-cjs/commands/PutFindingsPublicationConfigurationCommand.js +2 -2
  55. package/dist-cjs/commands/SearchResourcesCommand.js +2 -2
  56. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  57. package/dist-cjs/commands/TestCustomDataIdentifierCommand.js +2 -2
  58. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  59. package/dist-cjs/commands/UpdateClassificationJobCommand.js +2 -2
  60. package/dist-cjs/commands/UpdateFindingsFilterCommand.js +2 -2
  61. package/dist-cjs/commands/UpdateMacieSessionCommand.js +2 -2
  62. package/dist-cjs/commands/UpdateMemberSessionCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateRevealConfigurationCommand.js +36 -0
  65. package/dist-cjs/commands/index.js +4 -0
  66. package/dist-cjs/index.js +1 -0
  67. package/dist-cjs/models/models_0.js +1007 -1392
  68. package/dist-cjs/protocols/Aws_restJson1.js +964 -1101
  69. package/dist-cjs/waiters/index.js +4 -0
  70. package/dist-cjs/waiters/waitForFindingRevealed.js +45 -0
  71. package/dist-es/Macie2.js +60 -0
  72. package/dist-es/commands/AcceptInvitationCommand.js +3 -3
  73. package/dist-es/commands/BatchGetCustomDataIdentifiersCommand.js +3 -3
  74. package/dist-es/commands/CreateClassificationJobCommand.js +3 -3
  75. package/dist-es/commands/CreateCustomDataIdentifierCommand.js +3 -3
  76. package/dist-es/commands/CreateFindingsFilterCommand.js +3 -3
  77. package/dist-es/commands/CreateInvitationsCommand.js +3 -3
  78. package/dist-es/commands/CreateMemberCommand.js +3 -3
  79. package/dist-es/commands/CreateSampleFindingsCommand.js +3 -3
  80. package/dist-es/commands/DeclineInvitationsCommand.js +3 -3
  81. package/dist-es/commands/DeleteCustomDataIdentifierCommand.js +3 -3
  82. package/dist-es/commands/DeleteFindingsFilterCommand.js +3 -3
  83. package/dist-es/commands/DeleteInvitationsCommand.js +3 -3
  84. package/dist-es/commands/DeleteMemberCommand.js +3 -3
  85. package/dist-es/commands/DescribeBucketsCommand.js +3 -3
  86. package/dist-es/commands/DescribeClassificationJobCommand.js +3 -3
  87. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
  88. package/dist-es/commands/DisableMacieCommand.js +3 -3
  89. package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +3 -3
  90. package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +3 -3
  91. package/dist-es/commands/DisassociateFromMasterAccountCommand.js +3 -3
  92. package/dist-es/commands/DisassociateMemberCommand.js +3 -3
  93. package/dist-es/commands/EnableMacieCommand.js +3 -3
  94. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +3 -3
  95. package/dist-es/commands/GetAdministratorAccountCommand.js +3 -3
  96. package/dist-es/commands/GetBucketStatisticsCommand.js +3 -3
  97. package/dist-es/commands/GetClassificationExportConfigurationCommand.js +3 -3
  98. package/dist-es/commands/GetCustomDataIdentifierCommand.js +3 -3
  99. package/dist-es/commands/GetFindingStatisticsCommand.js +3 -3
  100. package/dist-es/commands/GetFindingsCommand.js +3 -3
  101. package/dist-es/commands/GetFindingsFilterCommand.js +3 -3
  102. package/dist-es/commands/GetFindingsPublicationConfigurationCommand.js +3 -3
  103. package/dist-es/commands/GetInvitationsCountCommand.js +3 -3
  104. package/dist-es/commands/GetMacieSessionCommand.js +3 -3
  105. package/dist-es/commands/GetMasterAccountCommand.js +3 -3
  106. package/dist-es/commands/GetMemberCommand.js +3 -3
  107. package/dist-es/commands/GetRevealConfigurationCommand.js +39 -0
  108. package/dist-es/commands/GetSensitiveDataOccurrencesAvailabilityCommand.js +39 -0
  109. package/dist-es/commands/GetSensitiveDataOccurrencesCommand.js +39 -0
  110. package/dist-es/commands/GetUsageStatisticsCommand.js +3 -3
  111. package/dist-es/commands/GetUsageTotalsCommand.js +3 -3
  112. package/dist-es/commands/ListClassificationJobsCommand.js +3 -3
  113. package/dist-es/commands/ListCustomDataIdentifiersCommand.js +3 -3
  114. package/dist-es/commands/ListFindingsCommand.js +3 -3
  115. package/dist-es/commands/ListFindingsFiltersCommand.js +3 -3
  116. package/dist-es/commands/ListInvitationsCommand.js +3 -3
  117. package/dist-es/commands/ListManagedDataIdentifiersCommand.js +3 -3
  118. package/dist-es/commands/ListMembersCommand.js +3 -3
  119. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +3 -3
  120. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  121. package/dist-es/commands/PutClassificationExportConfigurationCommand.js +3 -3
  122. package/dist-es/commands/PutFindingsPublicationConfigurationCommand.js +3 -3
  123. package/dist-es/commands/SearchResourcesCommand.js +3 -3
  124. package/dist-es/commands/TagResourceCommand.js +3 -3
  125. package/dist-es/commands/TestCustomDataIdentifierCommand.js +3 -3
  126. package/dist-es/commands/UntagResourceCommand.js +3 -3
  127. package/dist-es/commands/UpdateClassificationJobCommand.js +3 -3
  128. package/dist-es/commands/UpdateFindingsFilterCommand.js +3 -3
  129. package/dist-es/commands/UpdateMacieSessionCommand.js +3 -3
  130. package/dist-es/commands/UpdateMemberSessionCommand.js +3 -3
  131. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -3
  132. package/dist-es/commands/UpdateRevealConfigurationCommand.js +39 -0
  133. package/dist-es/commands/index.js +4 -0
  134. package/dist-es/index.js +1 -0
  135. package/dist-es/models/models_0.js +277 -924
  136. package/dist-es/protocols/Aws_restJson1.js +1256 -1095
  137. package/dist-es/waiters/index.js +1 -0
  138. package/dist-es/waiters/waitForFindingRevealed.js +60 -0
  139. package/dist-types/Macie2.d.ts +28 -0
  140. package/dist-types/Macie2Client.d.ts +6 -2
  141. package/dist-types/commands/GetRevealConfigurationCommand.d.ts +35 -0
  142. package/dist-types/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +35 -0
  143. package/dist-types/commands/GetSensitiveDataOccurrencesCommand.d.ts +35 -0
  144. package/dist-types/commands/UpdateRevealConfigurationCommand.d.ts +35 -0
  145. package/dist-types/commands/index.d.ts +4 -0
  146. package/dist-types/index.d.ts +1 -0
  147. package/dist-types/models/models_0.d.ts +1074 -1387
  148. package/dist-types/protocols/Aws_restJson1.d.ts +12 -0
  149. package/dist-types/ts3.4/Macie2.d.ts +20 -0
  150. package/dist-types/ts3.4/Macie2Client.d.ts +6 -2
  151. package/dist-types/ts3.4/commands/GetRevealConfigurationCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/UpdateRevealConfigurationCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  156. package/dist-types/ts3.4/index.d.ts +1 -0
  157. package/dist-types/ts3.4/models/models_0.d.ts +550 -917
  158. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  159. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  160. package/dist-types/ts3.4/waiters/waitForFindingRevealed.d.ts +7 -0
  161. package/dist-types/waiters/index.d.ts +1 -0
  162. package/dist-types/waiters/waitForFindingRevealed.d.ts +14 -0
  163. package/package.json +7 -6
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./waitForFindingRevealed"), exports);
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.waitUntilFindingRevealed = exports.waitForFindingRevealed = void 0;
4
+ const util_waiter_1 = require("@aws-sdk/util-waiter");
5
+ const GetSensitiveDataOccurrencesCommand_1 = require("../commands/GetSensitiveDataOccurrencesCommand");
6
+ const checkState = async (client, input) => {
7
+ let reason;
8
+ try {
9
+ const result = await client.send(new GetSensitiveDataOccurrencesCommand_1.GetSensitiveDataOccurrencesCommand(input));
10
+ reason = result;
11
+ try {
12
+ const returnComparator = () => {
13
+ return result.status;
14
+ };
15
+ if (returnComparator() === "SUCCESS") {
16
+ return { state: util_waiter_1.WaiterState.SUCCESS, reason };
17
+ }
18
+ }
19
+ catch (e) { }
20
+ try {
21
+ const returnComparator = () => {
22
+ return result.status;
23
+ };
24
+ if (returnComparator() === "ERROR") {
25
+ return { state: util_waiter_1.WaiterState.SUCCESS, reason };
26
+ }
27
+ }
28
+ catch (e) { }
29
+ }
30
+ catch (exception) {
31
+ reason = exception;
32
+ }
33
+ return { state: util_waiter_1.WaiterState.RETRY, reason };
34
+ };
35
+ const waitForFindingRevealed = async (params, input) => {
36
+ const serviceDefaults = { minDelay: 2, maxDelay: 120 };
37
+ return (0, util_waiter_1.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
38
+ };
39
+ exports.waitForFindingRevealed = waitForFindingRevealed;
40
+ const waitUntilFindingRevealed = async (params, input) => {
41
+ const serviceDefaults = { minDelay: 2, maxDelay: 120 };
42
+ const result = await (0, util_waiter_1.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
43
+ return (0, util_waiter_1.checkExceptions)(result);
44
+ };
45
+ exports.waitUntilFindingRevealed = waitUntilFindingRevealed;
package/dist-es/Macie2.js CHANGED
@@ -34,6 +34,9 @@ import { GetInvitationsCountCommand, } from "./commands/GetInvitationsCountComma
34
34
  import { GetMacieSessionCommand, } from "./commands/GetMacieSessionCommand";
35
35
  import { GetMasterAccountCommand, } from "./commands/GetMasterAccountCommand";
36
36
  import { GetMemberCommand } from "./commands/GetMemberCommand";
37
+ import { GetRevealConfigurationCommand, } from "./commands/GetRevealConfigurationCommand";
38
+ import { GetSensitiveDataOccurrencesAvailabilityCommand, } from "./commands/GetSensitiveDataOccurrencesAvailabilityCommand";
39
+ import { GetSensitiveDataOccurrencesCommand, } from "./commands/GetSensitiveDataOccurrencesCommand";
37
40
  import { GetUsageStatisticsCommand, } from "./commands/GetUsageStatisticsCommand";
38
41
  import { GetUsageTotalsCommand, } from "./commands/GetUsageTotalsCommand";
39
42
  import { ListClassificationJobsCommand, } from "./commands/ListClassificationJobsCommand";
@@ -56,6 +59,7 @@ import { UpdateFindingsFilterCommand, } from "./commands/UpdateFindingsFilterCom
56
59
  import { UpdateMacieSessionCommand, } from "./commands/UpdateMacieSessionCommand";
57
60
  import { UpdateMemberSessionCommand, } from "./commands/UpdateMemberSessionCommand";
58
61
  import { UpdateOrganizationConfigurationCommand, } from "./commands/UpdateOrganizationConfigurationCommand";
62
+ import { UpdateRevealConfigurationCommand, } from "./commands/UpdateRevealConfigurationCommand";
59
63
  import { Macie2Client } from "./Macie2Client";
60
64
  var Macie2 = (function (_super) {
61
65
  __extends(Macie2, _super);
@@ -552,6 +556,48 @@ var Macie2 = (function (_super) {
552
556
  return this.send(command, optionsOrCb);
553
557
  }
554
558
  };
559
+ Macie2.prototype.getRevealConfiguration = function (args, optionsOrCb, cb) {
560
+ var command = new GetRevealConfigurationCommand(args);
561
+ if (typeof optionsOrCb === "function") {
562
+ this.send(command, optionsOrCb);
563
+ }
564
+ else if (typeof cb === "function") {
565
+ if (typeof optionsOrCb !== "object")
566
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
567
+ this.send(command, optionsOrCb || {}, cb);
568
+ }
569
+ else {
570
+ return this.send(command, optionsOrCb);
571
+ }
572
+ };
573
+ Macie2.prototype.getSensitiveDataOccurrences = function (args, optionsOrCb, cb) {
574
+ var command = new GetSensitiveDataOccurrencesCommand(args);
575
+ if (typeof optionsOrCb === "function") {
576
+ this.send(command, optionsOrCb);
577
+ }
578
+ else if (typeof cb === "function") {
579
+ if (typeof optionsOrCb !== "object")
580
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
581
+ this.send(command, optionsOrCb || {}, cb);
582
+ }
583
+ else {
584
+ return this.send(command, optionsOrCb);
585
+ }
586
+ };
587
+ Macie2.prototype.getSensitiveDataOccurrencesAvailability = function (args, optionsOrCb, cb) {
588
+ var command = new GetSensitiveDataOccurrencesAvailabilityCommand(args);
589
+ if (typeof optionsOrCb === "function") {
590
+ this.send(command, optionsOrCb);
591
+ }
592
+ else if (typeof cb === "function") {
593
+ if (typeof optionsOrCb !== "object")
594
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
595
+ this.send(command, optionsOrCb || {}, cb);
596
+ }
597
+ else {
598
+ return this.send(command, optionsOrCb);
599
+ }
600
+ };
555
601
  Macie2.prototype.getUsageStatistics = function (args, optionsOrCb, cb) {
556
602
  var command = new GetUsageStatisticsCommand(args);
557
603
  if (typeof optionsOrCb === "function") {
@@ -860,6 +906,20 @@ var Macie2 = (function (_super) {
860
906
  return this.send(command, optionsOrCb);
861
907
  }
862
908
  };
909
+ Macie2.prototype.updateRevealConfiguration = function (args, optionsOrCb, cb) {
910
+ var command = new UpdateRevealConfigurationCommand(args);
911
+ if (typeof optionsOrCb === "function") {
912
+ this.send(command, optionsOrCb);
913
+ }
914
+ else if (typeof cb === "function") {
915
+ if (typeof optionsOrCb !== "object")
916
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
917
+ this.send(command, optionsOrCb || {}, cb);
918
+ }
919
+ else {
920
+ return this.send(command, optionsOrCb);
921
+ }
922
+ };
863
923
  return Macie2;
864
924
  }(Macie2Client));
865
925
  export { Macie2 };
@@ -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 { AcceptInvitationRequest, AcceptInvitationResponse } from "../models/models_0";
4
+ import { AcceptInvitationRequestFilterSensitiveLog, AcceptInvitationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1AcceptInvitationCommand, serializeAws_restJson1AcceptInvitationCommand, } from "../protocols/Aws_restJson1";
6
6
  var AcceptInvitationCommand = (function (_super) {
7
7
  __extends(AcceptInvitationCommand, _super);
@@ -20,8 +20,8 @@ var AcceptInvitationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: AcceptInvitationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: AcceptInvitationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: AcceptInvitationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: AcceptInvitationResponseFilterSensitiveLog,
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 { BatchGetCustomDataIdentifiersRequest, BatchGetCustomDataIdentifiersResponse } from "../models/models_0";
4
+ import { BatchGetCustomDataIdentifiersRequestFilterSensitiveLog, BatchGetCustomDataIdentifiersResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1BatchGetCustomDataIdentifiersCommand, serializeAws_restJson1BatchGetCustomDataIdentifiersCommand, } from "../protocols/Aws_restJson1";
6
6
  var BatchGetCustomDataIdentifiersCommand = (function (_super) {
7
7
  __extends(BatchGetCustomDataIdentifiersCommand, _super);
@@ -20,8 +20,8 @@ var BatchGetCustomDataIdentifiersCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: BatchGetCustomDataIdentifiersRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: BatchGetCustomDataIdentifiersResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: BatchGetCustomDataIdentifiersRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: BatchGetCustomDataIdentifiersResponseFilterSensitiveLog,
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 { CreateClassificationJobRequest, CreateClassificationJobResponse } from "../models/models_0";
4
+ import { CreateClassificationJobRequestFilterSensitiveLog, CreateClassificationJobResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateClassificationJobCommand, serializeAws_restJson1CreateClassificationJobCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateClassificationJobCommand = (function (_super) {
7
7
  __extends(CreateClassificationJobCommand, _super);
@@ -20,8 +20,8 @@ var CreateClassificationJobCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateClassificationJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateClassificationJobResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateClassificationJobRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateClassificationJobResponseFilterSensitiveLog,
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 { CreateCustomDataIdentifierRequest, CreateCustomDataIdentifierResponse } from "../models/models_0";
4
+ import { CreateCustomDataIdentifierRequestFilterSensitiveLog, CreateCustomDataIdentifierResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateCustomDataIdentifierCommand, serializeAws_restJson1CreateCustomDataIdentifierCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateCustomDataIdentifierCommand = (function (_super) {
7
7
  __extends(CreateCustomDataIdentifierCommand, _super);
@@ -20,8 +20,8 @@ var CreateCustomDataIdentifierCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateCustomDataIdentifierRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateCustomDataIdentifierResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateCustomDataIdentifierRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateCustomDataIdentifierResponseFilterSensitiveLog,
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 { CreateFindingsFilterRequest, CreateFindingsFilterResponse } from "../models/models_0";
4
+ import { CreateFindingsFilterRequestFilterSensitiveLog, CreateFindingsFilterResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateFindingsFilterCommand, serializeAws_restJson1CreateFindingsFilterCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateFindingsFilterCommand = (function (_super) {
7
7
  __extends(CreateFindingsFilterCommand, _super);
@@ -20,8 +20,8 @@ var CreateFindingsFilterCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateFindingsFilterRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateFindingsFilterResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateFindingsFilterRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateFindingsFilterResponseFilterSensitiveLog,
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 { CreateInvitationsRequest, CreateInvitationsResponse } from "../models/models_0";
4
+ import { CreateInvitationsRequestFilterSensitiveLog, CreateInvitationsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateInvitationsCommand, serializeAws_restJson1CreateInvitationsCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateInvitationsCommand = (function (_super) {
7
7
  __extends(CreateInvitationsCommand, _super);
@@ -20,8 +20,8 @@ var CreateInvitationsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateInvitationsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateInvitationsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateInvitationsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateInvitationsResponseFilterSensitiveLog,
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 { CreateMemberRequest, CreateMemberResponse } from "../models/models_0";
4
+ import { CreateMemberRequestFilterSensitiveLog, CreateMemberResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateMemberCommand, serializeAws_restJson1CreateMemberCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateMemberCommand = (function (_super) {
7
7
  __extends(CreateMemberCommand, _super);
@@ -20,8 +20,8 @@ var CreateMemberCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateMemberRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateMemberResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateMemberRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateMemberResponseFilterSensitiveLog,
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 { CreateSampleFindingsRequest, CreateSampleFindingsResponse } from "../models/models_0";
4
+ import { CreateSampleFindingsRequestFilterSensitiveLog, CreateSampleFindingsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateSampleFindingsCommand, serializeAws_restJson1CreateSampleFindingsCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateSampleFindingsCommand = (function (_super) {
7
7
  __extends(CreateSampleFindingsCommand, _super);
@@ -20,8 +20,8 @@ var CreateSampleFindingsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateSampleFindingsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateSampleFindingsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateSampleFindingsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateSampleFindingsResponseFilterSensitiveLog,
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 { DeclineInvitationsRequest, DeclineInvitationsResponse } from "../models/models_0";
4
+ import { DeclineInvitationsRequestFilterSensitiveLog, DeclineInvitationsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeclineInvitationsCommand, serializeAws_restJson1DeclineInvitationsCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeclineInvitationsCommand = (function (_super) {
7
7
  __extends(DeclineInvitationsCommand, _super);
@@ -20,8 +20,8 @@ var DeclineInvitationsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeclineInvitationsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeclineInvitationsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeclineInvitationsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeclineInvitationsResponseFilterSensitiveLog,
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 { DeleteCustomDataIdentifierRequest, DeleteCustomDataIdentifierResponse } from "../models/models_0";
4
+ import { DeleteCustomDataIdentifierRequestFilterSensitiveLog, DeleteCustomDataIdentifierResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteCustomDataIdentifierCommand, serializeAws_restJson1DeleteCustomDataIdentifierCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteCustomDataIdentifierCommand = (function (_super) {
7
7
  __extends(DeleteCustomDataIdentifierCommand, _super);
@@ -20,8 +20,8 @@ var DeleteCustomDataIdentifierCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteCustomDataIdentifierRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteCustomDataIdentifierResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteCustomDataIdentifierRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteCustomDataIdentifierResponseFilterSensitiveLog,
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 { DeleteFindingsFilterRequest, DeleteFindingsFilterResponse } from "../models/models_0";
4
+ import { DeleteFindingsFilterRequestFilterSensitiveLog, DeleteFindingsFilterResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteFindingsFilterCommand, serializeAws_restJson1DeleteFindingsFilterCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteFindingsFilterCommand = (function (_super) {
7
7
  __extends(DeleteFindingsFilterCommand, _super);
@@ -20,8 +20,8 @@ var DeleteFindingsFilterCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteFindingsFilterRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteFindingsFilterResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteFindingsFilterRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteFindingsFilterResponseFilterSensitiveLog,
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 { DeleteInvitationsRequest, DeleteInvitationsResponse } from "../models/models_0";
4
+ import { DeleteInvitationsRequestFilterSensitiveLog, DeleteInvitationsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteInvitationsCommand, serializeAws_restJson1DeleteInvitationsCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteInvitationsCommand = (function (_super) {
7
7
  __extends(DeleteInvitationsCommand, _super);
@@ -20,8 +20,8 @@ var DeleteInvitationsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteInvitationsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteInvitationsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteInvitationsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteInvitationsResponseFilterSensitiveLog,
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 { DeleteMemberRequest, DeleteMemberResponse } from "../models/models_0";
4
+ import { DeleteMemberRequestFilterSensitiveLog, DeleteMemberResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteMemberCommand, serializeAws_restJson1DeleteMemberCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteMemberCommand = (function (_super) {
7
7
  __extends(DeleteMemberCommand, _super);
@@ -20,8 +20,8 @@ var DeleteMemberCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteMemberRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteMemberResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteMemberRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteMemberResponseFilterSensitiveLog,
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 { DescribeBucketsRequest, DescribeBucketsResponse } from "../models/models_0";
4
+ import { DescribeBucketsRequestFilterSensitiveLog, DescribeBucketsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeBucketsCommand, serializeAws_restJson1DescribeBucketsCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeBucketsCommand = (function (_super) {
7
7
  __extends(DescribeBucketsCommand, _super);
@@ -20,8 +20,8 @@ var DescribeBucketsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeBucketsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeBucketsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeBucketsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeBucketsResponseFilterSensitiveLog,
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 { DescribeClassificationJobRequest, DescribeClassificationJobResponse } from "../models/models_0";
4
+ import { DescribeClassificationJobRequestFilterSensitiveLog, DescribeClassificationJobResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeClassificationJobCommand, serializeAws_restJson1DescribeClassificationJobCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeClassificationJobCommand = (function (_super) {
7
7
  __extends(DescribeClassificationJobCommand, _super);
@@ -20,8 +20,8 @@ var DescribeClassificationJobCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeClassificationJobRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeClassificationJobResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeClassificationJobRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeClassificationJobResponseFilterSensitiveLog,
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 { DescribeOrganizationConfigurationRequest, DescribeOrganizationConfigurationResponse, } from "../models/models_0";
4
+ import { DescribeOrganizationConfigurationRequestFilterSensitiveLog, DescribeOrganizationConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeOrganizationConfigurationCommand, serializeAws_restJson1DescribeOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeOrganizationConfigurationCommand = (function (_super) {
7
7
  __extends(DescribeOrganizationConfigurationCommand, _super);
@@ -20,8 +20,8 @@ var DescribeOrganizationConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeOrganizationConfigurationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeOrganizationConfigurationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeOrganizationConfigurationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeOrganizationConfigurationResponseFilterSensitiveLog,
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 { DisableMacieRequest, DisableMacieResponse } from "../models/models_0";
4
+ import { DisableMacieRequestFilterSensitiveLog, DisableMacieResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DisableMacieCommand, serializeAws_restJson1DisableMacieCommand, } from "../protocols/Aws_restJson1";
6
6
  var DisableMacieCommand = (function (_super) {
7
7
  __extends(DisableMacieCommand, _super);
@@ -20,8 +20,8 @@ var DisableMacieCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DisableMacieRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DisableMacieResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DisableMacieRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DisableMacieResponseFilterSensitiveLog,
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 { DisableOrganizationAdminAccountRequest, DisableOrganizationAdminAccountResponse } from "../models/models_0";
4
+ import { DisableOrganizationAdminAccountRequestFilterSensitiveLog, DisableOrganizationAdminAccountResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DisableOrganizationAdminAccountCommand, serializeAws_restJson1DisableOrganizationAdminAccountCommand, } from "../protocols/Aws_restJson1";
6
6
  var DisableOrganizationAdminAccountCommand = (function (_super) {
7
7
  __extends(DisableOrganizationAdminAccountCommand, _super);
@@ -20,8 +20,8 @@ var DisableOrganizationAdminAccountCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DisableOrganizationAdminAccountRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DisableOrganizationAdminAccountResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DisableOrganizationAdminAccountRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DisableOrganizationAdminAccountResponseFilterSensitiveLog,
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 { DisassociateFromAdministratorAccountRequest, DisassociateFromAdministratorAccountResponse, } from "../models/models_0";
4
+ import { DisassociateFromAdministratorAccountRequestFilterSensitiveLog, DisassociateFromAdministratorAccountResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DisassociateFromAdministratorAccountCommand, serializeAws_restJson1DisassociateFromAdministratorAccountCommand, } from "../protocols/Aws_restJson1";
6
6
  var DisassociateFromAdministratorAccountCommand = (function (_super) {
7
7
  __extends(DisassociateFromAdministratorAccountCommand, _super);
@@ -20,8 +20,8 @@ var DisassociateFromAdministratorAccountCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DisassociateFromAdministratorAccountRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DisassociateFromAdministratorAccountResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DisassociateFromAdministratorAccountRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DisassociateFromAdministratorAccountResponseFilterSensitiveLog,
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 { DisassociateFromMasterAccountRequest, DisassociateFromMasterAccountResponse } from "../models/models_0";
4
+ import { DisassociateFromMasterAccountRequestFilterSensitiveLog, DisassociateFromMasterAccountResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DisassociateFromMasterAccountCommand, serializeAws_restJson1DisassociateFromMasterAccountCommand, } from "../protocols/Aws_restJson1";
6
6
  var DisassociateFromMasterAccountCommand = (function (_super) {
7
7
  __extends(DisassociateFromMasterAccountCommand, _super);
@@ -20,8 +20,8 @@ var DisassociateFromMasterAccountCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DisassociateFromMasterAccountRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DisassociateFromMasterAccountResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DisassociateFromMasterAccountRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DisassociateFromMasterAccountResponseFilterSensitiveLog,
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 { DisassociateMemberRequest, DisassociateMemberResponse } from "../models/models_0";
4
+ import { DisassociateMemberRequestFilterSensitiveLog, DisassociateMemberResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DisassociateMemberCommand, serializeAws_restJson1DisassociateMemberCommand, } from "../protocols/Aws_restJson1";
6
6
  var DisassociateMemberCommand = (function (_super) {
7
7
  __extends(DisassociateMemberCommand, _super);
@@ -20,8 +20,8 @@ var DisassociateMemberCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DisassociateMemberRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DisassociateMemberResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DisassociateMemberRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DisassociateMemberResponseFilterSensitiveLog,
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 { EnableMacieRequest, EnableMacieResponse } from "../models/models_0";
4
+ import { EnableMacieRequestFilterSensitiveLog, EnableMacieResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1EnableMacieCommand, serializeAws_restJson1EnableMacieCommand, } from "../protocols/Aws_restJson1";
6
6
  var EnableMacieCommand = (function (_super) {
7
7
  __extends(EnableMacieCommand, _super);
@@ -20,8 +20,8 @@ var EnableMacieCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: EnableMacieRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: EnableMacieResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: EnableMacieRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: EnableMacieResponseFilterSensitiveLog,
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) {