@aws-sdk/client-macie2 3.168.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Macie2.d.ts +1234 -335
  3. package/dist-types/ts3.4/Macie2Client.d.ts +525 -139
  4. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/BatchGetCustomDataIdentifiersCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateAllowListCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateClassificationJobCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateCustomDataIdentifierCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateFindingsFilterCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateInvitationsCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/DeleteAllowListCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DeleteCustomDataIdentifierCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteFindingsFilterCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/DescribeBucketsCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DescribeClassificationJobCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DisableMacieCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/EnableMacieCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/GetAllowListCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/GetBucketStatisticsCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/GetClassificationExportConfigurationCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/GetCustomDataIdentifierCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/GetFindingStatisticsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/GetFindingsFilterCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/GetFindingsPublicationConfigurationCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/GetMacieSessionCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/GetRevealConfigurationCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +38 -17
  46. package/dist-types/ts3.4/commands/GetUsageTotalsCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/ListAllowListsCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/ListClassificationJobsCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListCustomDataIdentifiersCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/ListFindingsFiltersCommand.d.ts +38 -17
  52. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +37 -17
  53. package/dist-types/ts3.4/commands/ListManagedDataIdentifiersCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +34 -17
  55. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  57. package/dist-types/ts3.4/commands/PutClassificationExportConfigurationCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/PutFindingsPublicationConfigurationCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +37 -17
  60. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/TestCustomDataIdentifierCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -18
  63. package/dist-types/ts3.4/commands/UpdateAllowListCommand.d.ts +37 -17
  64. package/dist-types/ts3.4/commands/UpdateClassificationJobCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/UpdateFindingsFilterCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/UpdateMacieSessionCommand.d.ts +38 -17
  67. package/dist-types/ts3.4/commands/UpdateMemberSessionCommand.d.ts +38 -17
  68. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/UpdateRevealConfigurationCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/index.d.ts +66 -66
  71. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  72. package/dist-types/ts3.4/index.d.ts +7 -7
  73. package/dist-types/ts3.4/models/Macie2ServiceException.d.ts +8 -6
  74. package/dist-types/ts3.4/models/index.d.ts +2 -2
  75. package/dist-types/ts3.4/models/models_0.d.ts +2950 -2768
  76. package/dist-types/ts3.4/models/models_1.d.ts +132 -109
  77. package/dist-types/ts3.4/pagination/DescribeBucketsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  80. package/dist-types/ts3.4/pagination/ListClassificationJobsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListCustomDataIdentifiersPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListFindingsFiltersPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/SearchResourcesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/index.d.ts +11 -11
  89. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +797 -200
  90. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  93. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  94. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  95. package/dist-types/ts3.4/waiters/waitForFindingRevealed.d.ts +13 -7
  96. package/package.json +35 -35
@@ -1,200 +1,797 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "../commands/AcceptInvitationCommand";
4
- import { BatchGetCustomDataIdentifiersCommandInput, BatchGetCustomDataIdentifiersCommandOutput } from "../commands/BatchGetCustomDataIdentifiersCommand";
5
- import { CreateAllowListCommandInput, CreateAllowListCommandOutput } from "../commands/CreateAllowListCommand";
6
- import { CreateClassificationJobCommandInput, CreateClassificationJobCommandOutput } from "../commands/CreateClassificationJobCommand";
7
- import { CreateCustomDataIdentifierCommandInput, CreateCustomDataIdentifierCommandOutput } from "../commands/CreateCustomDataIdentifierCommand";
8
- import { CreateFindingsFilterCommandInput, CreateFindingsFilterCommandOutput } from "../commands/CreateFindingsFilterCommand";
9
- import { CreateInvitationsCommandInput, CreateInvitationsCommandOutput } from "../commands/CreateInvitationsCommand";
10
- import { CreateMemberCommandInput, CreateMemberCommandOutput } from "../commands/CreateMemberCommand";
11
- import { CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput } from "../commands/CreateSampleFindingsCommand";
12
- import { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "../commands/DeclineInvitationsCommand";
13
- import { DeleteAllowListCommandInput, DeleteAllowListCommandOutput } from "../commands/DeleteAllowListCommand";
14
- import { DeleteCustomDataIdentifierCommandInput, DeleteCustomDataIdentifierCommandOutput } from "../commands/DeleteCustomDataIdentifierCommand";
15
- import { DeleteFindingsFilterCommandInput, DeleteFindingsFilterCommandOutput } from "../commands/DeleteFindingsFilterCommand";
16
- import { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "../commands/DeleteInvitationsCommand";
17
- import { DeleteMemberCommandInput, DeleteMemberCommandOutput } from "../commands/DeleteMemberCommand";
18
- import { DescribeBucketsCommandInput, DescribeBucketsCommandOutput } from "../commands/DescribeBucketsCommand";
19
- import { DescribeClassificationJobCommandInput, DescribeClassificationJobCommandOutput } from "../commands/DescribeClassificationJobCommand";
20
- import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "../commands/DescribeOrganizationConfigurationCommand";
21
- import { DisableMacieCommandInput, DisableMacieCommandOutput } from "../commands/DisableMacieCommand";
22
- import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "../commands/DisableOrganizationAdminAccountCommand";
23
- import { DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput } from "../commands/DisassociateFromAdministratorAccountCommand";
24
- import { DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput } from "../commands/DisassociateFromMasterAccountCommand";
25
- import { DisassociateMemberCommandInput, DisassociateMemberCommandOutput } from "../commands/DisassociateMemberCommand";
26
- import { EnableMacieCommandInput, EnableMacieCommandOutput } from "../commands/EnableMacieCommand";
27
- import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "../commands/EnableOrganizationAdminAccountCommand";
28
- import { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "../commands/GetAdministratorAccountCommand";
29
- import { GetAllowListCommandInput, GetAllowListCommandOutput } from "../commands/GetAllowListCommand";
30
- import { GetBucketStatisticsCommandInput, GetBucketStatisticsCommandOutput } from "../commands/GetBucketStatisticsCommand";
31
- import { GetClassificationExportConfigurationCommandInput, GetClassificationExportConfigurationCommandOutput } from "../commands/GetClassificationExportConfigurationCommand";
32
- import { GetCustomDataIdentifierCommandInput, GetCustomDataIdentifierCommandOutput } from "../commands/GetCustomDataIdentifierCommand";
33
- import { GetFindingsCommandInput, GetFindingsCommandOutput } from "../commands/GetFindingsCommand";
34
- import { GetFindingsFilterCommandInput, GetFindingsFilterCommandOutput } from "../commands/GetFindingsFilterCommand";
35
- import { GetFindingsPublicationConfigurationCommandInput, GetFindingsPublicationConfigurationCommandOutput } from "../commands/GetFindingsPublicationConfigurationCommand";
36
- import { GetFindingStatisticsCommandInput, GetFindingStatisticsCommandOutput } from "../commands/GetFindingStatisticsCommand";
37
- import { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } from "../commands/GetInvitationsCountCommand";
38
- import { GetMacieSessionCommandInput, GetMacieSessionCommandOutput } from "../commands/GetMacieSessionCommand";
39
- import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "../commands/GetMasterAccountCommand";
40
- import { GetMemberCommandInput, GetMemberCommandOutput } from "../commands/GetMemberCommand";
41
- import { GetRevealConfigurationCommandInput, GetRevealConfigurationCommandOutput } from "../commands/GetRevealConfigurationCommand";
42
- import { GetSensitiveDataOccurrencesAvailabilityCommandInput, GetSensitiveDataOccurrencesAvailabilityCommandOutput } from "../commands/GetSensitiveDataOccurrencesAvailabilityCommand";
43
- import { GetSensitiveDataOccurrencesCommandInput, GetSensitiveDataOccurrencesCommandOutput } from "../commands/GetSensitiveDataOccurrencesCommand";
44
- import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "../commands/GetUsageStatisticsCommand";
45
- import { GetUsageTotalsCommandInput, GetUsageTotalsCommandOutput } from "../commands/GetUsageTotalsCommand";
46
- import { ListAllowListsCommandInput, ListAllowListsCommandOutput } from "../commands/ListAllowListsCommand";
47
- import { ListClassificationJobsCommandInput, ListClassificationJobsCommandOutput } from "../commands/ListClassificationJobsCommand";
48
- import { ListCustomDataIdentifiersCommandInput, ListCustomDataIdentifiersCommandOutput } from "../commands/ListCustomDataIdentifiersCommand";
49
- import { ListFindingsCommandInput, ListFindingsCommandOutput } from "../commands/ListFindingsCommand";
50
- import { ListFindingsFiltersCommandInput, ListFindingsFiltersCommandOutput } from "../commands/ListFindingsFiltersCommand";
51
- import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
52
- import { ListManagedDataIdentifiersCommandInput, ListManagedDataIdentifiersCommandOutput } from "../commands/ListManagedDataIdentifiersCommand";
53
- import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
54
- import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "../commands/ListOrganizationAdminAccountsCommand";
55
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
56
- import { PutClassificationExportConfigurationCommandInput, PutClassificationExportConfigurationCommandOutput } from "../commands/PutClassificationExportConfigurationCommand";
57
- import { PutFindingsPublicationConfigurationCommandInput, PutFindingsPublicationConfigurationCommandOutput } from "../commands/PutFindingsPublicationConfigurationCommand";
58
- import { SearchResourcesCommandInput, SearchResourcesCommandOutput } from "../commands/SearchResourcesCommand";
59
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
60
- import { TestCustomDataIdentifierCommandInput, TestCustomDataIdentifierCommandOutput } from "../commands/TestCustomDataIdentifierCommand";
61
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
62
- import { UpdateAllowListCommandInput, UpdateAllowListCommandOutput } from "../commands/UpdateAllowListCommand";
63
- import { UpdateClassificationJobCommandInput, UpdateClassificationJobCommandOutput } from "../commands/UpdateClassificationJobCommand";
64
- import { UpdateFindingsFilterCommandInput, UpdateFindingsFilterCommandOutput } from "../commands/UpdateFindingsFilterCommand";
65
- import { UpdateMacieSessionCommandInput, UpdateMacieSessionCommandOutput } from "../commands/UpdateMacieSessionCommand";
66
- import { UpdateMemberSessionCommandInput, UpdateMemberSessionCommandOutput } from "../commands/UpdateMemberSessionCommand";
67
- import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "../commands/UpdateOrganizationConfigurationCommand";
68
- import { UpdateRevealConfigurationCommandInput, UpdateRevealConfigurationCommandOutput } from "../commands/UpdateRevealConfigurationCommand";
69
- export declare const serializeAws_restJson1AcceptInvitationCommand: (input: AcceptInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1BatchGetCustomDataIdentifiersCommand: (input: BatchGetCustomDataIdentifiersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1CreateAllowListCommand: (input: CreateAllowListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1CreateClassificationJobCommand: (input: CreateClassificationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1CreateCustomDataIdentifierCommand: (input: CreateCustomDataIdentifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1CreateFindingsFilterCommand: (input: CreateFindingsFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1CreateInvitationsCommand: (input: CreateInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1CreateMemberCommand: (input: CreateMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1CreateSampleFindingsCommand: (input: CreateSampleFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1DeclineInvitationsCommand: (input: DeclineInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1DeleteAllowListCommand: (input: DeleteAllowListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1DeleteCustomDataIdentifierCommand: (input: DeleteCustomDataIdentifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1DeleteFindingsFilterCommand: (input: DeleteFindingsFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1DeleteInvitationsCommand: (input: DeleteInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1DeleteMemberCommand: (input: DeleteMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1DescribeBucketsCommand: (input: DescribeBucketsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1DescribeClassificationJobCommand: (input: DescribeClassificationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1DescribeOrganizationConfigurationCommand: (input: DescribeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1DisableMacieCommand: (input: DisableMacieCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1DisableOrganizationAdminAccountCommand: (input: DisableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1DisassociateFromAdministratorAccountCommand: (input: DisassociateFromAdministratorAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1DisassociateFromMasterAccountCommand: (input: DisassociateFromMasterAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_restJson1DisassociateMemberCommand: (input: DisassociateMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_restJson1EnableMacieCommand: (input: EnableMacieCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_restJson1EnableOrganizationAdminAccountCommand: (input: EnableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1GetAdministratorAccountCommand: (input: GetAdministratorAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_restJson1GetAllowListCommand: (input: GetAllowListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_restJson1GetBucketStatisticsCommand: (input: GetBucketStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_restJson1GetClassificationExportConfigurationCommand: (input: GetClassificationExportConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1GetCustomDataIdentifierCommand: (input: GetCustomDataIdentifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_restJson1GetFindingsCommand: (input: GetFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_restJson1GetFindingsFilterCommand: (input: GetFindingsFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_restJson1GetFindingsPublicationConfigurationCommand: (input: GetFindingsPublicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1GetFindingStatisticsCommand: (input: GetFindingStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_restJson1GetInvitationsCountCommand: (input: GetInvitationsCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_restJson1GetMacieSessionCommand: (input: GetMacieSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_restJson1GetMasterAccountCommand: (input: GetMasterAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1GetMemberCommand: (input: GetMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_restJson1GetRevealConfigurationCommand: (input: GetRevealConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_restJson1GetSensitiveDataOccurrencesCommand: (input: GetSensitiveDataOccurrencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_restJson1GetSensitiveDataOccurrencesAvailabilityCommand: (input: GetSensitiveDataOccurrencesAvailabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1GetUsageStatisticsCommand: (input: GetUsageStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_restJson1GetUsageTotalsCommand: (input: GetUsageTotalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_restJson1ListAllowListsCommand: (input: ListAllowListsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_restJson1ListClassificationJobsCommand: (input: ListClassificationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1ListCustomDataIdentifiersCommand: (input: ListCustomDataIdentifiersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_restJson1ListFindingsCommand: (input: ListFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_restJson1ListFindingsFiltersCommand: (input: ListFindingsFiltersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_restJson1ListInvitationsCommand: (input: ListInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1ListManagedDataIdentifiersCommand: (input: ListManagedDataIdentifiersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_restJson1ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_restJson1ListOrganizationAdminAccountsCommand: (input: ListOrganizationAdminAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1PutClassificationExportConfigurationCommand: (input: PutClassificationExportConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_restJson1PutFindingsPublicationConfigurationCommand: (input: PutFindingsPublicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_restJson1SearchResourcesCommand: (input: SearchResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1TestCustomDataIdentifierCommand: (input: TestCustomDataIdentifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_restJson1UpdateAllowListCommand: (input: UpdateAllowListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_restJson1UpdateClassificationJobCommand: (input: UpdateClassificationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1UpdateFindingsFilterCommand: (input: UpdateFindingsFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_restJson1UpdateMacieSessionCommand: (input: UpdateMacieSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_restJson1UpdateMemberSessionCommand: (input: UpdateMemberSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const serializeAws_restJson1UpdateOrganizationConfigurationCommand: (input: UpdateOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1UpdateRevealConfigurationCommand: (input: UpdateRevealConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- export declare const deserializeAws_restJson1AcceptInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptInvitationCommandOutput>;
136
- export declare const deserializeAws_restJson1BatchGetCustomDataIdentifiersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetCustomDataIdentifiersCommandOutput>;
137
- export declare const deserializeAws_restJson1CreateAllowListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAllowListCommandOutput>;
138
- export declare const deserializeAws_restJson1CreateClassificationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClassificationJobCommandOutput>;
139
- export declare const deserializeAws_restJson1CreateCustomDataIdentifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomDataIdentifierCommandOutput>;
140
- export declare const deserializeAws_restJson1CreateFindingsFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFindingsFilterCommandOutput>;
141
- export declare const deserializeAws_restJson1CreateInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInvitationsCommandOutput>;
142
- export declare const deserializeAws_restJson1CreateMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMemberCommandOutput>;
143
- export declare const deserializeAws_restJson1CreateSampleFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSampleFindingsCommandOutput>;
144
- export declare const deserializeAws_restJson1DeclineInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeclineInvitationsCommandOutput>;
145
- export declare const deserializeAws_restJson1DeleteAllowListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAllowListCommandOutput>;
146
- export declare const deserializeAws_restJson1DeleteCustomDataIdentifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomDataIdentifierCommandOutput>;
147
- export declare const deserializeAws_restJson1DeleteFindingsFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFindingsFilterCommandOutput>;
148
- export declare const deserializeAws_restJson1DeleteInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInvitationsCommandOutput>;
149
- export declare const deserializeAws_restJson1DeleteMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMemberCommandOutput>;
150
- export declare const deserializeAws_restJson1DescribeBucketsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBucketsCommandOutput>;
151
- export declare const deserializeAws_restJson1DescribeClassificationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClassificationJobCommandOutput>;
152
- export declare const deserializeAws_restJson1DescribeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationConfigurationCommandOutput>;
153
- export declare const deserializeAws_restJson1DisableMacieCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableMacieCommandOutput>;
154
- export declare const deserializeAws_restJson1DisableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableOrganizationAdminAccountCommandOutput>;
155
- export declare const deserializeAws_restJson1DisassociateFromAdministratorAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFromAdministratorAccountCommandOutput>;
156
- export declare const deserializeAws_restJson1DisassociateFromMasterAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFromMasterAccountCommandOutput>;
157
- export declare const deserializeAws_restJson1DisassociateMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMemberCommandOutput>;
158
- export declare const deserializeAws_restJson1EnableMacieCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableMacieCommandOutput>;
159
- export declare const deserializeAws_restJson1EnableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableOrganizationAdminAccountCommandOutput>;
160
- export declare const deserializeAws_restJson1GetAdministratorAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAdministratorAccountCommandOutput>;
161
- export declare const deserializeAws_restJson1GetAllowListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAllowListCommandOutput>;
162
- export declare const deserializeAws_restJson1GetBucketStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketStatisticsCommandOutput>;
163
- export declare const deserializeAws_restJson1GetClassificationExportConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetClassificationExportConfigurationCommandOutput>;
164
- export declare const deserializeAws_restJson1GetCustomDataIdentifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCustomDataIdentifierCommandOutput>;
165
- export declare const deserializeAws_restJson1GetFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsCommandOutput>;
166
- export declare const deserializeAws_restJson1GetFindingsFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsFilterCommandOutput>;
167
- export declare const deserializeAws_restJson1GetFindingsPublicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsPublicationConfigurationCommandOutput>;
168
- export declare const deserializeAws_restJson1GetFindingStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingStatisticsCommandOutput>;
169
- export declare const deserializeAws_restJson1GetInvitationsCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInvitationsCountCommandOutput>;
170
- export declare const deserializeAws_restJson1GetMacieSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMacieSessionCommandOutput>;
171
- export declare const deserializeAws_restJson1GetMasterAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMasterAccountCommandOutput>;
172
- export declare const deserializeAws_restJson1GetMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMemberCommandOutput>;
173
- export declare const deserializeAws_restJson1GetRevealConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRevealConfigurationCommandOutput>;
174
- export declare const deserializeAws_restJson1GetSensitiveDataOccurrencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSensitiveDataOccurrencesCommandOutput>;
175
- export declare const deserializeAws_restJson1GetSensitiveDataOccurrencesAvailabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSensitiveDataOccurrencesAvailabilityCommandOutput>;
176
- export declare const deserializeAws_restJson1GetUsageStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsageStatisticsCommandOutput>;
177
- export declare const deserializeAws_restJson1GetUsageTotalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsageTotalsCommandOutput>;
178
- export declare const deserializeAws_restJson1ListAllowListsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAllowListsCommandOutput>;
179
- export declare const deserializeAws_restJson1ListClassificationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClassificationJobsCommandOutput>;
180
- export declare const deserializeAws_restJson1ListCustomDataIdentifiersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomDataIdentifiersCommandOutput>;
181
- export declare const deserializeAws_restJson1ListFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsCommandOutput>;
182
- export declare const deserializeAws_restJson1ListFindingsFiltersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsFiltersCommandOutput>;
183
- export declare const deserializeAws_restJson1ListInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInvitationsCommandOutput>;
184
- export declare const deserializeAws_restJson1ListManagedDataIdentifiersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListManagedDataIdentifiersCommandOutput>;
185
- export declare const deserializeAws_restJson1ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
186
- export declare const deserializeAws_restJson1ListOrganizationAdminAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationAdminAccountsCommandOutput>;
187
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
188
- export declare const deserializeAws_restJson1PutClassificationExportConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutClassificationExportConfigurationCommandOutput>;
189
- export declare const deserializeAws_restJson1PutFindingsPublicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFindingsPublicationConfigurationCommandOutput>;
190
- export declare const deserializeAws_restJson1SearchResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchResourcesCommandOutput>;
191
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
192
- export declare const deserializeAws_restJson1TestCustomDataIdentifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestCustomDataIdentifierCommandOutput>;
193
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
194
- export declare const deserializeAws_restJson1UpdateAllowListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAllowListCommandOutput>;
195
- export declare const deserializeAws_restJson1UpdateClassificationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClassificationJobCommandOutput>;
196
- export declare const deserializeAws_restJson1UpdateFindingsFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFindingsFilterCommandOutput>;
197
- export declare const deserializeAws_restJson1UpdateMacieSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMacieSessionCommandOutput>;
198
- export declare const deserializeAws_restJson1UpdateMemberSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMemberSessionCommandOutput>;
199
- export declare const deserializeAws_restJson1UpdateOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationConfigurationCommandOutput>;
200
- export declare const deserializeAws_restJson1UpdateRevealConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRevealConfigurationCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AcceptInvitationCommandInput,
8
+ AcceptInvitationCommandOutput,
9
+ } from "../commands/AcceptInvitationCommand";
10
+ import {
11
+ BatchGetCustomDataIdentifiersCommandInput,
12
+ BatchGetCustomDataIdentifiersCommandOutput,
13
+ } from "../commands/BatchGetCustomDataIdentifiersCommand";
14
+ import {
15
+ CreateAllowListCommandInput,
16
+ CreateAllowListCommandOutput,
17
+ } from "../commands/CreateAllowListCommand";
18
+ import {
19
+ CreateClassificationJobCommandInput,
20
+ CreateClassificationJobCommandOutput,
21
+ } from "../commands/CreateClassificationJobCommand";
22
+ import {
23
+ CreateCustomDataIdentifierCommandInput,
24
+ CreateCustomDataIdentifierCommandOutput,
25
+ } from "../commands/CreateCustomDataIdentifierCommand";
26
+ import {
27
+ CreateFindingsFilterCommandInput,
28
+ CreateFindingsFilterCommandOutput,
29
+ } from "../commands/CreateFindingsFilterCommand";
30
+ import {
31
+ CreateInvitationsCommandInput,
32
+ CreateInvitationsCommandOutput,
33
+ } from "../commands/CreateInvitationsCommand";
34
+ import {
35
+ CreateMemberCommandInput,
36
+ CreateMemberCommandOutput,
37
+ } from "../commands/CreateMemberCommand";
38
+ import {
39
+ CreateSampleFindingsCommandInput,
40
+ CreateSampleFindingsCommandOutput,
41
+ } from "../commands/CreateSampleFindingsCommand";
42
+ import {
43
+ DeclineInvitationsCommandInput,
44
+ DeclineInvitationsCommandOutput,
45
+ } from "../commands/DeclineInvitationsCommand";
46
+ import {
47
+ DeleteAllowListCommandInput,
48
+ DeleteAllowListCommandOutput,
49
+ } from "../commands/DeleteAllowListCommand";
50
+ import {
51
+ DeleteCustomDataIdentifierCommandInput,
52
+ DeleteCustomDataIdentifierCommandOutput,
53
+ } from "../commands/DeleteCustomDataIdentifierCommand";
54
+ import {
55
+ DeleteFindingsFilterCommandInput,
56
+ DeleteFindingsFilterCommandOutput,
57
+ } from "../commands/DeleteFindingsFilterCommand";
58
+ import {
59
+ DeleteInvitationsCommandInput,
60
+ DeleteInvitationsCommandOutput,
61
+ } from "../commands/DeleteInvitationsCommand";
62
+ import {
63
+ DeleteMemberCommandInput,
64
+ DeleteMemberCommandOutput,
65
+ } from "../commands/DeleteMemberCommand";
66
+ import {
67
+ DescribeBucketsCommandInput,
68
+ DescribeBucketsCommandOutput,
69
+ } from "../commands/DescribeBucketsCommand";
70
+ import {
71
+ DescribeClassificationJobCommandInput,
72
+ DescribeClassificationJobCommandOutput,
73
+ } from "../commands/DescribeClassificationJobCommand";
74
+ import {
75
+ DescribeOrganizationConfigurationCommandInput,
76
+ DescribeOrganizationConfigurationCommandOutput,
77
+ } from "../commands/DescribeOrganizationConfigurationCommand";
78
+ import {
79
+ DisableMacieCommandInput,
80
+ DisableMacieCommandOutput,
81
+ } from "../commands/DisableMacieCommand";
82
+ import {
83
+ DisableOrganizationAdminAccountCommandInput,
84
+ DisableOrganizationAdminAccountCommandOutput,
85
+ } from "../commands/DisableOrganizationAdminAccountCommand";
86
+ import {
87
+ DisassociateFromAdministratorAccountCommandInput,
88
+ DisassociateFromAdministratorAccountCommandOutput,
89
+ } from "../commands/DisassociateFromAdministratorAccountCommand";
90
+ import {
91
+ DisassociateFromMasterAccountCommandInput,
92
+ DisassociateFromMasterAccountCommandOutput,
93
+ } from "../commands/DisassociateFromMasterAccountCommand";
94
+ import {
95
+ DisassociateMemberCommandInput,
96
+ DisassociateMemberCommandOutput,
97
+ } from "../commands/DisassociateMemberCommand";
98
+ import {
99
+ EnableMacieCommandInput,
100
+ EnableMacieCommandOutput,
101
+ } from "../commands/EnableMacieCommand";
102
+ import {
103
+ EnableOrganizationAdminAccountCommandInput,
104
+ EnableOrganizationAdminAccountCommandOutput,
105
+ } from "../commands/EnableOrganizationAdminAccountCommand";
106
+ import {
107
+ GetAdministratorAccountCommandInput,
108
+ GetAdministratorAccountCommandOutput,
109
+ } from "../commands/GetAdministratorAccountCommand";
110
+ import {
111
+ GetAllowListCommandInput,
112
+ GetAllowListCommandOutput,
113
+ } from "../commands/GetAllowListCommand";
114
+ import {
115
+ GetBucketStatisticsCommandInput,
116
+ GetBucketStatisticsCommandOutput,
117
+ } from "../commands/GetBucketStatisticsCommand";
118
+ import {
119
+ GetClassificationExportConfigurationCommandInput,
120
+ GetClassificationExportConfigurationCommandOutput,
121
+ } from "../commands/GetClassificationExportConfigurationCommand";
122
+ import {
123
+ GetCustomDataIdentifierCommandInput,
124
+ GetCustomDataIdentifierCommandOutput,
125
+ } from "../commands/GetCustomDataIdentifierCommand";
126
+ import {
127
+ GetFindingsCommandInput,
128
+ GetFindingsCommandOutput,
129
+ } from "../commands/GetFindingsCommand";
130
+ import {
131
+ GetFindingsFilterCommandInput,
132
+ GetFindingsFilterCommandOutput,
133
+ } from "../commands/GetFindingsFilterCommand";
134
+ import {
135
+ GetFindingsPublicationConfigurationCommandInput,
136
+ GetFindingsPublicationConfigurationCommandOutput,
137
+ } from "../commands/GetFindingsPublicationConfigurationCommand";
138
+ import {
139
+ GetFindingStatisticsCommandInput,
140
+ GetFindingStatisticsCommandOutput,
141
+ } from "../commands/GetFindingStatisticsCommand";
142
+ import {
143
+ GetInvitationsCountCommandInput,
144
+ GetInvitationsCountCommandOutput,
145
+ } from "../commands/GetInvitationsCountCommand";
146
+ import {
147
+ GetMacieSessionCommandInput,
148
+ GetMacieSessionCommandOutput,
149
+ } from "../commands/GetMacieSessionCommand";
150
+ import {
151
+ GetMasterAccountCommandInput,
152
+ GetMasterAccountCommandOutput,
153
+ } from "../commands/GetMasterAccountCommand";
154
+ import {
155
+ GetMemberCommandInput,
156
+ GetMemberCommandOutput,
157
+ } from "../commands/GetMemberCommand";
158
+ import {
159
+ GetRevealConfigurationCommandInput,
160
+ GetRevealConfigurationCommandOutput,
161
+ } from "../commands/GetRevealConfigurationCommand";
162
+ import {
163
+ GetSensitiveDataOccurrencesAvailabilityCommandInput,
164
+ GetSensitiveDataOccurrencesAvailabilityCommandOutput,
165
+ } from "../commands/GetSensitiveDataOccurrencesAvailabilityCommand";
166
+ import {
167
+ GetSensitiveDataOccurrencesCommandInput,
168
+ GetSensitiveDataOccurrencesCommandOutput,
169
+ } from "../commands/GetSensitiveDataOccurrencesCommand";
170
+ import {
171
+ GetUsageStatisticsCommandInput,
172
+ GetUsageStatisticsCommandOutput,
173
+ } from "../commands/GetUsageStatisticsCommand";
174
+ import {
175
+ GetUsageTotalsCommandInput,
176
+ GetUsageTotalsCommandOutput,
177
+ } from "../commands/GetUsageTotalsCommand";
178
+ import {
179
+ ListAllowListsCommandInput,
180
+ ListAllowListsCommandOutput,
181
+ } from "../commands/ListAllowListsCommand";
182
+ import {
183
+ ListClassificationJobsCommandInput,
184
+ ListClassificationJobsCommandOutput,
185
+ } from "../commands/ListClassificationJobsCommand";
186
+ import {
187
+ ListCustomDataIdentifiersCommandInput,
188
+ ListCustomDataIdentifiersCommandOutput,
189
+ } from "../commands/ListCustomDataIdentifiersCommand";
190
+ import {
191
+ ListFindingsCommandInput,
192
+ ListFindingsCommandOutput,
193
+ } from "../commands/ListFindingsCommand";
194
+ import {
195
+ ListFindingsFiltersCommandInput,
196
+ ListFindingsFiltersCommandOutput,
197
+ } from "../commands/ListFindingsFiltersCommand";
198
+ import {
199
+ ListInvitationsCommandInput,
200
+ ListInvitationsCommandOutput,
201
+ } from "../commands/ListInvitationsCommand";
202
+ import {
203
+ ListManagedDataIdentifiersCommandInput,
204
+ ListManagedDataIdentifiersCommandOutput,
205
+ } from "../commands/ListManagedDataIdentifiersCommand";
206
+ import {
207
+ ListMembersCommandInput,
208
+ ListMembersCommandOutput,
209
+ } from "../commands/ListMembersCommand";
210
+ import {
211
+ ListOrganizationAdminAccountsCommandInput,
212
+ ListOrganizationAdminAccountsCommandOutput,
213
+ } from "../commands/ListOrganizationAdminAccountsCommand";
214
+ import {
215
+ ListTagsForResourceCommandInput,
216
+ ListTagsForResourceCommandOutput,
217
+ } from "../commands/ListTagsForResourceCommand";
218
+ import {
219
+ PutClassificationExportConfigurationCommandInput,
220
+ PutClassificationExportConfigurationCommandOutput,
221
+ } from "../commands/PutClassificationExportConfigurationCommand";
222
+ import {
223
+ PutFindingsPublicationConfigurationCommandInput,
224
+ PutFindingsPublicationConfigurationCommandOutput,
225
+ } from "../commands/PutFindingsPublicationConfigurationCommand";
226
+ import {
227
+ SearchResourcesCommandInput,
228
+ SearchResourcesCommandOutput,
229
+ } from "../commands/SearchResourcesCommand";
230
+ import {
231
+ TagResourceCommandInput,
232
+ TagResourceCommandOutput,
233
+ } from "../commands/TagResourceCommand";
234
+ import {
235
+ TestCustomDataIdentifierCommandInput,
236
+ TestCustomDataIdentifierCommandOutput,
237
+ } from "../commands/TestCustomDataIdentifierCommand";
238
+ import {
239
+ UntagResourceCommandInput,
240
+ UntagResourceCommandOutput,
241
+ } from "../commands/UntagResourceCommand";
242
+ import {
243
+ UpdateAllowListCommandInput,
244
+ UpdateAllowListCommandOutput,
245
+ } from "../commands/UpdateAllowListCommand";
246
+ import {
247
+ UpdateClassificationJobCommandInput,
248
+ UpdateClassificationJobCommandOutput,
249
+ } from "../commands/UpdateClassificationJobCommand";
250
+ import {
251
+ UpdateFindingsFilterCommandInput,
252
+ UpdateFindingsFilterCommandOutput,
253
+ } from "../commands/UpdateFindingsFilterCommand";
254
+ import {
255
+ UpdateMacieSessionCommandInput,
256
+ UpdateMacieSessionCommandOutput,
257
+ } from "../commands/UpdateMacieSessionCommand";
258
+ import {
259
+ UpdateMemberSessionCommandInput,
260
+ UpdateMemberSessionCommandOutput,
261
+ } from "../commands/UpdateMemberSessionCommand";
262
+ import {
263
+ UpdateOrganizationConfigurationCommandInput,
264
+ UpdateOrganizationConfigurationCommandOutput,
265
+ } from "../commands/UpdateOrganizationConfigurationCommand";
266
+ import {
267
+ UpdateRevealConfigurationCommandInput,
268
+ UpdateRevealConfigurationCommandOutput,
269
+ } from "../commands/UpdateRevealConfigurationCommand";
270
+ export declare const serializeAws_restJson1AcceptInvitationCommand: (
271
+ input: AcceptInvitationCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_restJson1BatchGetCustomDataIdentifiersCommand: (
275
+ input: BatchGetCustomDataIdentifiersCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_restJson1CreateAllowListCommand: (
279
+ input: CreateAllowListCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_restJson1CreateClassificationJobCommand: (
283
+ input: CreateClassificationJobCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_restJson1CreateCustomDataIdentifierCommand: (
287
+ input: CreateCustomDataIdentifierCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_restJson1CreateFindingsFilterCommand: (
291
+ input: CreateFindingsFilterCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_restJson1CreateInvitationsCommand: (
295
+ input: CreateInvitationsCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_restJson1CreateMemberCommand: (
299
+ input: CreateMemberCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_restJson1CreateSampleFindingsCommand: (
303
+ input: CreateSampleFindingsCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_restJson1DeclineInvitationsCommand: (
307
+ input: DeclineInvitationsCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_restJson1DeleteAllowListCommand: (
311
+ input: DeleteAllowListCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_restJson1DeleteCustomDataIdentifierCommand: (
315
+ input: DeleteCustomDataIdentifierCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_restJson1DeleteFindingsFilterCommand: (
319
+ input: DeleteFindingsFilterCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_restJson1DeleteInvitationsCommand: (
323
+ input: DeleteInvitationsCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_restJson1DeleteMemberCommand: (
327
+ input: DeleteMemberCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_restJson1DescribeBucketsCommand: (
331
+ input: DescribeBucketsCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_restJson1DescribeClassificationJobCommand: (
335
+ input: DescribeClassificationJobCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_restJson1DescribeOrganizationConfigurationCommand: (
339
+ input: DescribeOrganizationConfigurationCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_restJson1DisableMacieCommand: (
343
+ input: DisableMacieCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_restJson1DisableOrganizationAdminAccountCommand: (
347
+ input: DisableOrganizationAdminAccountCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_restJson1DisassociateFromAdministratorAccountCommand: (
351
+ input: DisassociateFromAdministratorAccountCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_restJson1DisassociateFromMasterAccountCommand: (
355
+ input: DisassociateFromMasterAccountCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_restJson1DisassociateMemberCommand: (
359
+ input: DisassociateMemberCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_restJson1EnableMacieCommand: (
363
+ input: EnableMacieCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_restJson1EnableOrganizationAdminAccountCommand: (
367
+ input: EnableOrganizationAdminAccountCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_restJson1GetAdministratorAccountCommand: (
371
+ input: GetAdministratorAccountCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_restJson1GetAllowListCommand: (
375
+ input: GetAllowListCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_restJson1GetBucketStatisticsCommand: (
379
+ input: GetBucketStatisticsCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_restJson1GetClassificationExportConfigurationCommand: (
383
+ input: GetClassificationExportConfigurationCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_restJson1GetCustomDataIdentifierCommand: (
387
+ input: GetCustomDataIdentifierCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_restJson1GetFindingsCommand: (
391
+ input: GetFindingsCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_restJson1GetFindingsFilterCommand: (
395
+ input: GetFindingsFilterCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_restJson1GetFindingsPublicationConfigurationCommand: (
399
+ input: GetFindingsPublicationConfigurationCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_restJson1GetFindingStatisticsCommand: (
403
+ input: GetFindingStatisticsCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_restJson1GetInvitationsCountCommand: (
407
+ input: GetInvitationsCountCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_restJson1GetMacieSessionCommand: (
411
+ input: GetMacieSessionCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_restJson1GetMasterAccountCommand: (
415
+ input: GetMasterAccountCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_restJson1GetMemberCommand: (
419
+ input: GetMemberCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_restJson1GetRevealConfigurationCommand: (
423
+ input: GetRevealConfigurationCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_restJson1GetSensitiveDataOccurrencesCommand: (
427
+ input: GetSensitiveDataOccurrencesCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_restJson1GetSensitiveDataOccurrencesAvailabilityCommand: (
431
+ input: GetSensitiveDataOccurrencesAvailabilityCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_restJson1GetUsageStatisticsCommand: (
435
+ input: GetUsageStatisticsCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_restJson1GetUsageTotalsCommand: (
439
+ input: GetUsageTotalsCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_restJson1ListAllowListsCommand: (
443
+ input: ListAllowListsCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_restJson1ListClassificationJobsCommand: (
447
+ input: ListClassificationJobsCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_restJson1ListCustomDataIdentifiersCommand: (
451
+ input: ListCustomDataIdentifiersCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_restJson1ListFindingsCommand: (
455
+ input: ListFindingsCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_restJson1ListFindingsFiltersCommand: (
459
+ input: ListFindingsFiltersCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_restJson1ListInvitationsCommand: (
463
+ input: ListInvitationsCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_restJson1ListManagedDataIdentifiersCommand: (
467
+ input: ListManagedDataIdentifiersCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_restJson1ListMembersCommand: (
471
+ input: ListMembersCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_restJson1ListOrganizationAdminAccountsCommand: (
475
+ input: ListOrganizationAdminAccountsCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
479
+ input: ListTagsForResourceCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_restJson1PutClassificationExportConfigurationCommand: (
483
+ input: PutClassificationExportConfigurationCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const serializeAws_restJson1PutFindingsPublicationConfigurationCommand: (
487
+ input: PutFindingsPublicationConfigurationCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_restJson1SearchResourcesCommand: (
491
+ input: SearchResourcesCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_restJson1TagResourceCommand: (
495
+ input: TagResourceCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_restJson1TestCustomDataIdentifierCommand: (
499
+ input: TestCustomDataIdentifierCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_restJson1UntagResourceCommand: (
503
+ input: UntagResourceCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_restJson1UpdateAllowListCommand: (
507
+ input: UpdateAllowListCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const serializeAws_restJson1UpdateClassificationJobCommand: (
511
+ input: UpdateClassificationJobCommandInput,
512
+ context: __SerdeContext
513
+ ) => Promise<__HttpRequest>;
514
+ export declare const serializeAws_restJson1UpdateFindingsFilterCommand: (
515
+ input: UpdateFindingsFilterCommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
518
+ export declare const serializeAws_restJson1UpdateMacieSessionCommand: (
519
+ input: UpdateMacieSessionCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
522
+ export declare const serializeAws_restJson1UpdateMemberSessionCommand: (
523
+ input: UpdateMemberSessionCommandInput,
524
+ context: __SerdeContext
525
+ ) => Promise<__HttpRequest>;
526
+ export declare const serializeAws_restJson1UpdateOrganizationConfigurationCommand: (
527
+ input: UpdateOrganizationConfigurationCommandInput,
528
+ context: __SerdeContext
529
+ ) => Promise<__HttpRequest>;
530
+ export declare const serializeAws_restJson1UpdateRevealConfigurationCommand: (
531
+ input: UpdateRevealConfigurationCommandInput,
532
+ context: __SerdeContext
533
+ ) => Promise<__HttpRequest>;
534
+ export declare const deserializeAws_restJson1AcceptInvitationCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<AcceptInvitationCommandOutput>;
538
+ export declare const deserializeAws_restJson1BatchGetCustomDataIdentifiersCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<BatchGetCustomDataIdentifiersCommandOutput>;
542
+ export declare const deserializeAws_restJson1CreateAllowListCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<CreateAllowListCommandOutput>;
546
+ export declare const deserializeAws_restJson1CreateClassificationJobCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<CreateClassificationJobCommandOutput>;
550
+ export declare const deserializeAws_restJson1CreateCustomDataIdentifierCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<CreateCustomDataIdentifierCommandOutput>;
554
+ export declare const deserializeAws_restJson1CreateFindingsFilterCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<CreateFindingsFilterCommandOutput>;
558
+ export declare const deserializeAws_restJson1CreateInvitationsCommand: (
559
+ output: __HttpResponse,
560
+ context: __SerdeContext
561
+ ) => Promise<CreateInvitationsCommandOutput>;
562
+ export declare const deserializeAws_restJson1CreateMemberCommand: (
563
+ output: __HttpResponse,
564
+ context: __SerdeContext
565
+ ) => Promise<CreateMemberCommandOutput>;
566
+ export declare const deserializeAws_restJson1CreateSampleFindingsCommand: (
567
+ output: __HttpResponse,
568
+ context: __SerdeContext
569
+ ) => Promise<CreateSampleFindingsCommandOutput>;
570
+ export declare const deserializeAws_restJson1DeclineInvitationsCommand: (
571
+ output: __HttpResponse,
572
+ context: __SerdeContext
573
+ ) => Promise<DeclineInvitationsCommandOutput>;
574
+ export declare const deserializeAws_restJson1DeleteAllowListCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<DeleteAllowListCommandOutput>;
578
+ export declare const deserializeAws_restJson1DeleteCustomDataIdentifierCommand: (
579
+ output: __HttpResponse,
580
+ context: __SerdeContext
581
+ ) => Promise<DeleteCustomDataIdentifierCommandOutput>;
582
+ export declare const deserializeAws_restJson1DeleteFindingsFilterCommand: (
583
+ output: __HttpResponse,
584
+ context: __SerdeContext
585
+ ) => Promise<DeleteFindingsFilterCommandOutput>;
586
+ export declare const deserializeAws_restJson1DeleteInvitationsCommand: (
587
+ output: __HttpResponse,
588
+ context: __SerdeContext
589
+ ) => Promise<DeleteInvitationsCommandOutput>;
590
+ export declare const deserializeAws_restJson1DeleteMemberCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<DeleteMemberCommandOutput>;
594
+ export declare const deserializeAws_restJson1DescribeBucketsCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<DescribeBucketsCommandOutput>;
598
+ export declare const deserializeAws_restJson1DescribeClassificationJobCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<DescribeClassificationJobCommandOutput>;
602
+ export declare const deserializeAws_restJson1DescribeOrganizationConfigurationCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<DescribeOrganizationConfigurationCommandOutput>;
606
+ export declare const deserializeAws_restJson1DisableMacieCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<DisableMacieCommandOutput>;
610
+ export declare const deserializeAws_restJson1DisableOrganizationAdminAccountCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<DisableOrganizationAdminAccountCommandOutput>;
614
+ export declare const deserializeAws_restJson1DisassociateFromAdministratorAccountCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<DisassociateFromAdministratorAccountCommandOutput>;
618
+ export declare const deserializeAws_restJson1DisassociateFromMasterAccountCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<DisassociateFromMasterAccountCommandOutput>;
622
+ export declare const deserializeAws_restJson1DisassociateMemberCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<DisassociateMemberCommandOutput>;
626
+ export declare const deserializeAws_restJson1EnableMacieCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<EnableMacieCommandOutput>;
630
+ export declare const deserializeAws_restJson1EnableOrganizationAdminAccountCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<EnableOrganizationAdminAccountCommandOutput>;
634
+ export declare const deserializeAws_restJson1GetAdministratorAccountCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<GetAdministratorAccountCommandOutput>;
638
+ export declare const deserializeAws_restJson1GetAllowListCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<GetAllowListCommandOutput>;
642
+ export declare const deserializeAws_restJson1GetBucketStatisticsCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<GetBucketStatisticsCommandOutput>;
646
+ export declare const deserializeAws_restJson1GetClassificationExportConfigurationCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<GetClassificationExportConfigurationCommandOutput>;
650
+ export declare const deserializeAws_restJson1GetCustomDataIdentifierCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<GetCustomDataIdentifierCommandOutput>;
654
+ export declare const deserializeAws_restJson1GetFindingsCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<GetFindingsCommandOutput>;
658
+ export declare const deserializeAws_restJson1GetFindingsFilterCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<GetFindingsFilterCommandOutput>;
662
+ export declare const deserializeAws_restJson1GetFindingsPublicationConfigurationCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<GetFindingsPublicationConfigurationCommandOutput>;
666
+ export declare const deserializeAws_restJson1GetFindingStatisticsCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<GetFindingStatisticsCommandOutput>;
670
+ export declare const deserializeAws_restJson1GetInvitationsCountCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<GetInvitationsCountCommandOutput>;
674
+ export declare const deserializeAws_restJson1GetMacieSessionCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<GetMacieSessionCommandOutput>;
678
+ export declare const deserializeAws_restJson1GetMasterAccountCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<GetMasterAccountCommandOutput>;
682
+ export declare const deserializeAws_restJson1GetMemberCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<GetMemberCommandOutput>;
686
+ export declare const deserializeAws_restJson1GetRevealConfigurationCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<GetRevealConfigurationCommandOutput>;
690
+ export declare const deserializeAws_restJson1GetSensitiveDataOccurrencesCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<GetSensitiveDataOccurrencesCommandOutput>;
694
+ export declare const deserializeAws_restJson1GetSensitiveDataOccurrencesAvailabilityCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<GetSensitiveDataOccurrencesAvailabilityCommandOutput>;
698
+ export declare const deserializeAws_restJson1GetUsageStatisticsCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<GetUsageStatisticsCommandOutput>;
702
+ export declare const deserializeAws_restJson1GetUsageTotalsCommand: (
703
+ output: __HttpResponse,
704
+ context: __SerdeContext
705
+ ) => Promise<GetUsageTotalsCommandOutput>;
706
+ export declare const deserializeAws_restJson1ListAllowListsCommand: (
707
+ output: __HttpResponse,
708
+ context: __SerdeContext
709
+ ) => Promise<ListAllowListsCommandOutput>;
710
+ export declare const deserializeAws_restJson1ListClassificationJobsCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<ListClassificationJobsCommandOutput>;
714
+ export declare const deserializeAws_restJson1ListCustomDataIdentifiersCommand: (
715
+ output: __HttpResponse,
716
+ context: __SerdeContext
717
+ ) => Promise<ListCustomDataIdentifiersCommandOutput>;
718
+ export declare const deserializeAws_restJson1ListFindingsCommand: (
719
+ output: __HttpResponse,
720
+ context: __SerdeContext
721
+ ) => Promise<ListFindingsCommandOutput>;
722
+ export declare const deserializeAws_restJson1ListFindingsFiltersCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<ListFindingsFiltersCommandOutput>;
726
+ export declare const deserializeAws_restJson1ListInvitationsCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<ListInvitationsCommandOutput>;
730
+ export declare const deserializeAws_restJson1ListManagedDataIdentifiersCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<ListManagedDataIdentifiersCommandOutput>;
734
+ export declare const deserializeAws_restJson1ListMembersCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<ListMembersCommandOutput>;
738
+ export declare const deserializeAws_restJson1ListOrganizationAdminAccountsCommand: (
739
+ output: __HttpResponse,
740
+ context: __SerdeContext
741
+ ) => Promise<ListOrganizationAdminAccountsCommandOutput>;
742
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
743
+ output: __HttpResponse,
744
+ context: __SerdeContext
745
+ ) => Promise<ListTagsForResourceCommandOutput>;
746
+ export declare const deserializeAws_restJson1PutClassificationExportConfigurationCommand: (
747
+ output: __HttpResponse,
748
+ context: __SerdeContext
749
+ ) => Promise<PutClassificationExportConfigurationCommandOutput>;
750
+ export declare const deserializeAws_restJson1PutFindingsPublicationConfigurationCommand: (
751
+ output: __HttpResponse,
752
+ context: __SerdeContext
753
+ ) => Promise<PutFindingsPublicationConfigurationCommandOutput>;
754
+ export declare const deserializeAws_restJson1SearchResourcesCommand: (
755
+ output: __HttpResponse,
756
+ context: __SerdeContext
757
+ ) => Promise<SearchResourcesCommandOutput>;
758
+ export declare const deserializeAws_restJson1TagResourceCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<TagResourceCommandOutput>;
762
+ export declare const deserializeAws_restJson1TestCustomDataIdentifierCommand: (
763
+ output: __HttpResponse,
764
+ context: __SerdeContext
765
+ ) => Promise<TestCustomDataIdentifierCommandOutput>;
766
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
767
+ output: __HttpResponse,
768
+ context: __SerdeContext
769
+ ) => Promise<UntagResourceCommandOutput>;
770
+ export declare const deserializeAws_restJson1UpdateAllowListCommand: (
771
+ output: __HttpResponse,
772
+ context: __SerdeContext
773
+ ) => Promise<UpdateAllowListCommandOutput>;
774
+ export declare const deserializeAws_restJson1UpdateClassificationJobCommand: (
775
+ output: __HttpResponse,
776
+ context: __SerdeContext
777
+ ) => Promise<UpdateClassificationJobCommandOutput>;
778
+ export declare const deserializeAws_restJson1UpdateFindingsFilterCommand: (
779
+ output: __HttpResponse,
780
+ context: __SerdeContext
781
+ ) => Promise<UpdateFindingsFilterCommandOutput>;
782
+ export declare const deserializeAws_restJson1UpdateMacieSessionCommand: (
783
+ output: __HttpResponse,
784
+ context: __SerdeContext
785
+ ) => Promise<UpdateMacieSessionCommandOutput>;
786
+ export declare const deserializeAws_restJson1UpdateMemberSessionCommand: (
787
+ output: __HttpResponse,
788
+ context: __SerdeContext
789
+ ) => Promise<UpdateMemberSessionCommandOutput>;
790
+ export declare const deserializeAws_restJson1UpdateOrganizationConfigurationCommand: (
791
+ output: __HttpResponse,
792
+ context: __SerdeContext
793
+ ) => Promise<UpdateOrganizationConfigurationCommandOutput>;
794
+ export declare const deserializeAws_restJson1UpdateRevealConfigurationCommand: (
795
+ output: __HttpResponse,
796
+ context: __SerdeContext
797
+ ) => Promise<UpdateRevealConfigurationCommandOutput>;