@aws-sdk/client-macie2 3.218.0 → 3.219.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 (155) hide show
  1. package/README.md +1 -1
  2. package/dist-cjs/Macie2.js +195 -0
  3. package/dist-cjs/commands/GetAutomatedDiscoveryConfigurationCommand.js +46 -0
  4. package/dist-cjs/commands/GetClassificationScopeCommand.js +46 -0
  5. package/dist-cjs/commands/GetResourceProfileCommand.js +46 -0
  6. package/dist-cjs/commands/GetSensitivityInspectionTemplateCommand.js +46 -0
  7. package/dist-cjs/commands/ListClassificationScopesCommand.js +46 -0
  8. package/dist-cjs/commands/ListInvitationsCommand.js +3 -3
  9. package/dist-cjs/commands/ListManagedDataIdentifiersCommand.js +3 -3
  10. package/dist-cjs/commands/ListMembersCommand.js +3 -3
  11. package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +3 -3
  12. package/dist-cjs/commands/ListResourceProfileArtifactsCommand.js +46 -0
  13. package/dist-cjs/commands/ListResourceProfileDetectionsCommand.js +46 -0
  14. package/dist-cjs/commands/ListSensitivityInspectionTemplatesCommand.js +46 -0
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  16. package/dist-cjs/commands/PutClassificationExportConfigurationCommand.js +3 -3
  17. package/dist-cjs/commands/PutFindingsPublicationConfigurationCommand.js +3 -3
  18. package/dist-cjs/commands/SearchResourcesCommand.js +3 -3
  19. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  20. package/dist-cjs/commands/TestCustomDataIdentifierCommand.js +3 -3
  21. package/dist-cjs/commands/UntagResourceCommand.js +1 -2
  22. package/dist-cjs/commands/UpdateAutomatedDiscoveryConfigurationCommand.js +46 -0
  23. package/dist-cjs/commands/UpdateClassificationScopeCommand.js +46 -0
  24. package/dist-cjs/commands/UpdateResourceProfileCommand.js +46 -0
  25. package/dist-cjs/commands/UpdateResourceProfileDetectionsCommand.js +46 -0
  26. package/dist-cjs/commands/UpdateSensitivityInspectionTemplateCommand.js +46 -0
  27. package/dist-cjs/commands/index.js +13 -0
  28. package/dist-cjs/endpoint/ruleset.js +1 -1
  29. package/dist-cjs/models/models_0.js +113 -109
  30. package/dist-cjs/models/models_1.js +177 -1
  31. package/dist-cjs/pagination/ListAllowListsPaginator.js +36 -0
  32. package/dist-cjs/pagination/ListClassificationScopesPaginator.js +35 -0
  33. package/dist-cjs/pagination/ListManagedDataIdentifiersPaginator.js +35 -0
  34. package/dist-cjs/pagination/ListResourceProfileArtifactsPaginator.js +35 -0
  35. package/dist-cjs/pagination/ListResourceProfileDetectionsPaginator.js +36 -0
  36. package/dist-cjs/pagination/ListSensitivityInspectionTemplatesPaginator.js +36 -0
  37. package/dist-cjs/pagination/index.js +6 -0
  38. package/dist-cjs/protocols/Aws_restJson1.js +1211 -69
  39. package/dist-es/Macie2.js +195 -0
  40. package/dist-es/commands/GetAutomatedDiscoveryConfigurationCommand.js +42 -0
  41. package/dist-es/commands/GetClassificationScopeCommand.js +42 -0
  42. package/dist-es/commands/GetResourceProfileCommand.js +42 -0
  43. package/dist-es/commands/GetSensitivityInspectionTemplateCommand.js +42 -0
  44. package/dist-es/commands/ListClassificationScopesCommand.js +42 -0
  45. package/dist-es/commands/ListInvitationsCommand.js +1 -1
  46. package/dist-es/commands/ListManagedDataIdentifiersCommand.js +1 -1
  47. package/dist-es/commands/ListMembersCommand.js +1 -1
  48. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +1 -1
  49. package/dist-es/commands/ListResourceProfileArtifactsCommand.js +42 -0
  50. package/dist-es/commands/ListResourceProfileDetectionsCommand.js +42 -0
  51. package/dist-es/commands/ListSensitivityInspectionTemplatesCommand.js +42 -0
  52. package/dist-es/commands/ListTagsForResourceCommand.js +1 -1
  53. package/dist-es/commands/PutClassificationExportConfigurationCommand.js +1 -1
  54. package/dist-es/commands/PutFindingsPublicationConfigurationCommand.js +1 -1
  55. package/dist-es/commands/SearchResourcesCommand.js +1 -1
  56. package/dist-es/commands/TagResourceCommand.js +1 -1
  57. package/dist-es/commands/TestCustomDataIdentifierCommand.js +1 -1
  58. package/dist-es/commands/UntagResourceCommand.js +1 -2
  59. package/dist-es/commands/UpdateAutomatedDiscoveryConfigurationCommand.js +42 -0
  60. package/dist-es/commands/UpdateClassificationScopeCommand.js +42 -0
  61. package/dist-es/commands/UpdateResourceProfileCommand.js +42 -0
  62. package/dist-es/commands/UpdateResourceProfileDetectionsCommand.js +42 -0
  63. package/dist-es/commands/UpdateSensitivityInspectionTemplateCommand.js +42 -0
  64. package/dist-es/commands/index.js +13 -0
  65. package/dist-es/endpoint/ruleset.js +1 -1
  66. package/dist-es/models/models_0.js +85 -79
  67. package/dist-es/models/models_1.js +133 -0
  68. package/dist-es/pagination/ListAllowListsPaginator.js +32 -0
  69. package/dist-es/pagination/ListClassificationScopesPaginator.js +31 -0
  70. package/dist-es/pagination/ListManagedDataIdentifiersPaginator.js +31 -0
  71. package/dist-es/pagination/ListResourceProfileArtifactsPaginator.js +31 -0
  72. package/dist-es/pagination/ListResourceProfileDetectionsPaginator.js +32 -0
  73. package/dist-es/pagination/ListSensitivityInspectionTemplatesPaginator.js +32 -0
  74. package/dist-es/pagination/index.js +6 -0
  75. package/dist-es/protocols/Aws_restJson1.js +1199 -84
  76. package/dist-types/Macie2.d.ts +95 -4
  77. package/dist-types/Macie2Client.d.ts +16 -3
  78. package/dist-types/commands/DescribeBucketsCommand.d.ts +1 -1
  79. package/dist-types/commands/GetAutomatedDiscoveryConfigurationCommand.d.ts +37 -0
  80. package/dist-types/commands/GetBucketStatisticsCommand.d.ts +1 -1
  81. package/dist-types/commands/GetClassificationScopeCommand.d.ts +37 -0
  82. package/dist-types/commands/GetMacieSessionCommand.d.ts +1 -1
  83. package/dist-types/commands/GetResourceProfileCommand.d.ts +37 -0
  84. package/dist-types/commands/GetSensitivityInspectionTemplateCommand.d.ts +37 -0
  85. package/dist-types/commands/ListClassificationScopesCommand.d.ts +37 -0
  86. package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
  87. package/dist-types/commands/ListManagedDataIdentifiersCommand.d.ts +1 -1
  88. package/dist-types/commands/ListMembersCommand.d.ts +1 -1
  89. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
  90. package/dist-types/commands/ListResourceProfileArtifactsCommand.d.ts +37 -0
  91. package/dist-types/commands/ListResourceProfileDetectionsCommand.d.ts +37 -0
  92. package/dist-types/commands/ListSensitivityInspectionTemplatesCommand.d.ts +37 -0
  93. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  94. package/dist-types/commands/PutClassificationExportConfigurationCommand.d.ts +1 -1
  95. package/dist-types/commands/PutFindingsPublicationConfigurationCommand.d.ts +1 -1
  96. package/dist-types/commands/SearchResourcesCommand.d.ts +1 -1
  97. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  98. package/dist-types/commands/TestCustomDataIdentifierCommand.d.ts +1 -1
  99. package/dist-types/commands/UntagResourceCommand.d.ts +1 -2
  100. package/dist-types/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +37 -0
  101. package/dist-types/commands/UpdateClassificationScopeCommand.d.ts +37 -0
  102. package/dist-types/commands/UpdateResourceProfileCommand.d.ts +37 -0
  103. package/dist-types/commands/UpdateResourceProfileDetectionsCommand.d.ts +37 -0
  104. package/dist-types/commands/UpdateSensitivityInspectionTemplateCommand.d.ts +37 -0
  105. package/dist-types/commands/index.d.ts +13 -0
  106. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  107. package/dist-types/models/models_0.d.ts +501 -372
  108. package/dist-types/models/models_1.d.ts +559 -6
  109. package/dist-types/pagination/ListAllowListsPaginator.d.ts +4 -0
  110. package/dist-types/pagination/ListClassificationScopesPaginator.d.ts +4 -0
  111. package/dist-types/pagination/ListManagedDataIdentifiersPaginator.d.ts +4 -0
  112. package/dist-types/pagination/ListResourceProfileArtifactsPaginator.d.ts +4 -0
  113. package/dist-types/pagination/ListResourceProfileDetectionsPaginator.d.ts +4 -0
  114. package/dist-types/pagination/ListSensitivityInspectionTemplatesPaginator.d.ts +4 -0
  115. package/dist-types/pagination/index.d.ts +6 -0
  116. package/dist-types/protocols/Aws_restJson1.d.ts +39 -0
  117. package/dist-types/ts3.4/Macie2.d.ts +245 -0
  118. package/dist-types/ts3.4/Macie2Client.d.ts +80 -2
  119. package/dist-types/ts3.4/commands/GetAutomatedDiscoveryConfigurationCommand.d.ts +41 -0
  120. package/dist-types/ts3.4/commands/GetClassificationScopeCommand.d.ts +41 -0
  121. package/dist-types/ts3.4/commands/GetResourceProfileCommand.d.ts +38 -0
  122. package/dist-types/ts3.4/commands/GetSensitivityInspectionTemplateCommand.d.ts +41 -0
  123. package/dist-types/ts3.4/commands/ListClassificationScopesCommand.d.ts +41 -0
  124. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/ListManagedDataIdentifiersCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/ListResourceProfileArtifactsCommand.d.ts +41 -0
  129. package/dist-types/ts3.4/commands/ListResourceProfileDetectionsCommand.d.ts +41 -0
  130. package/dist-types/ts3.4/commands/ListSensitivityInspectionTemplatesCommand.d.ts +41 -0
  131. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/PutClassificationExportConfigurationCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/PutFindingsPublicationConfigurationCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/TestCustomDataIdentifierCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -2
  138. package/dist-types/ts3.4/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +41 -0
  139. package/dist-types/ts3.4/commands/UpdateClassificationScopeCommand.d.ts +41 -0
  140. package/dist-types/ts3.4/commands/UpdateResourceProfileCommand.d.ts +41 -0
  141. package/dist-types/ts3.4/commands/UpdateResourceProfileDetectionsCommand.d.ts +41 -0
  142. package/dist-types/ts3.4/commands/UpdateSensitivityInspectionTemplateCommand.d.ts +41 -0
  143. package/dist-types/ts3.4/commands/index.d.ts +13 -0
  144. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  145. package/dist-types/ts3.4/models/models_0.d.ts +194 -169
  146. package/dist-types/ts3.4/models/models_1.d.ts +297 -1
  147. package/dist-types/ts3.4/pagination/ListAllowListsPaginator.d.ts +11 -0
  148. package/dist-types/ts3.4/pagination/ListClassificationScopesPaginator.d.ts +11 -0
  149. package/dist-types/ts3.4/pagination/ListManagedDataIdentifiersPaginator.d.ts +11 -0
  150. package/dist-types/ts3.4/pagination/ListResourceProfileArtifactsPaginator.d.ts +11 -0
  151. package/dist-types/ts3.4/pagination/ListResourceProfileDetectionsPaginator.d.ts +11 -0
  152. package/dist-types/ts3.4/pagination/ListSensitivityInspectionTemplatesPaginator.d.ts +11 -0
  153. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  154. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
  155. package/package.json +1 -1
@@ -1,11 +1,17 @@
1
1
  export * from "./DescribeBucketsPaginator";
2
2
  export * from "./GetUsageStatisticsPaginator";
3
3
  export * from "./Interfaces";
4
+ export * from "./ListAllowListsPaginator";
4
5
  export * from "./ListClassificationJobsPaginator";
6
+ export * from "./ListClassificationScopesPaginator";
5
7
  export * from "./ListCustomDataIdentifiersPaginator";
6
8
  export * from "./ListFindingsFiltersPaginator";
7
9
  export * from "./ListFindingsPaginator";
8
10
  export * from "./ListInvitationsPaginator";
11
+ export * from "./ListManagedDataIdentifiersPaginator";
9
12
  export * from "./ListMembersPaginator";
10
13
  export * from "./ListOrganizationAdminAccountsPaginator";
14
+ export * from "./ListResourceProfileArtifactsPaginator";
15
+ export * from "./ListResourceProfileDetectionsPaginator";
16
+ export * from "./ListSensitivityInspectionTemplatesPaginator";
11
17
  export * from "./SearchResourcesPaginator";
@@ -27,8 +27,10 @@ import { EnableMacieCommandInput, EnableMacieCommandOutput } from "../commands/E
27
27
  import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "../commands/EnableOrganizationAdminAccountCommand";
28
28
  import { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "../commands/GetAdministratorAccountCommand";
29
29
  import { GetAllowListCommandInput, GetAllowListCommandOutput } from "../commands/GetAllowListCommand";
30
+ import { GetAutomatedDiscoveryConfigurationCommandInput, GetAutomatedDiscoveryConfigurationCommandOutput } from "../commands/GetAutomatedDiscoveryConfigurationCommand";
30
31
  import { GetBucketStatisticsCommandInput, GetBucketStatisticsCommandOutput } from "../commands/GetBucketStatisticsCommand";
31
32
  import { GetClassificationExportConfigurationCommandInput, GetClassificationExportConfigurationCommandOutput } from "../commands/GetClassificationExportConfigurationCommand";
33
+ import { GetClassificationScopeCommandInput, GetClassificationScopeCommandOutput } from "../commands/GetClassificationScopeCommand";
32
34
  import { GetCustomDataIdentifierCommandInput, GetCustomDataIdentifierCommandOutput } from "../commands/GetCustomDataIdentifierCommand";
33
35
  import { GetFindingsCommandInput, GetFindingsCommandOutput } from "../commands/GetFindingsCommand";
34
36
  import { GetFindingsFilterCommandInput, GetFindingsFilterCommandOutput } from "../commands/GetFindingsFilterCommand";
@@ -38,13 +40,16 @@ import { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } fro
38
40
  import { GetMacieSessionCommandInput, GetMacieSessionCommandOutput } from "../commands/GetMacieSessionCommand";
39
41
  import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "../commands/GetMasterAccountCommand";
40
42
  import { GetMemberCommandInput, GetMemberCommandOutput } from "../commands/GetMemberCommand";
43
+ import { GetResourceProfileCommandInput, GetResourceProfileCommandOutput } from "../commands/GetResourceProfileCommand";
41
44
  import { GetRevealConfigurationCommandInput, GetRevealConfigurationCommandOutput } from "../commands/GetRevealConfigurationCommand";
42
45
  import { GetSensitiveDataOccurrencesAvailabilityCommandInput, GetSensitiveDataOccurrencesAvailabilityCommandOutput } from "../commands/GetSensitiveDataOccurrencesAvailabilityCommand";
43
46
  import { GetSensitiveDataOccurrencesCommandInput, GetSensitiveDataOccurrencesCommandOutput } from "../commands/GetSensitiveDataOccurrencesCommand";
47
+ import { GetSensitivityInspectionTemplateCommandInput, GetSensitivityInspectionTemplateCommandOutput } from "../commands/GetSensitivityInspectionTemplateCommand";
44
48
  import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "../commands/GetUsageStatisticsCommand";
45
49
  import { GetUsageTotalsCommandInput, GetUsageTotalsCommandOutput } from "../commands/GetUsageTotalsCommand";
46
50
  import { ListAllowListsCommandInput, ListAllowListsCommandOutput } from "../commands/ListAllowListsCommand";
47
51
  import { ListClassificationJobsCommandInput, ListClassificationJobsCommandOutput } from "../commands/ListClassificationJobsCommand";
52
+ import { ListClassificationScopesCommandInput, ListClassificationScopesCommandOutput } from "../commands/ListClassificationScopesCommand";
48
53
  import { ListCustomDataIdentifiersCommandInput, ListCustomDataIdentifiersCommandOutput } from "../commands/ListCustomDataIdentifiersCommand";
49
54
  import { ListFindingsCommandInput, ListFindingsCommandOutput } from "../commands/ListFindingsCommand";
50
55
  import { ListFindingsFiltersCommandInput, ListFindingsFiltersCommandOutput } from "../commands/ListFindingsFiltersCommand";
@@ -52,6 +57,9 @@ import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../co
52
57
  import { ListManagedDataIdentifiersCommandInput, ListManagedDataIdentifiersCommandOutput } from "../commands/ListManagedDataIdentifiersCommand";
53
58
  import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
54
59
  import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "../commands/ListOrganizationAdminAccountsCommand";
60
+ import { ListResourceProfileArtifactsCommandInput, ListResourceProfileArtifactsCommandOutput } from "../commands/ListResourceProfileArtifactsCommand";
61
+ import { ListResourceProfileDetectionsCommandInput, ListResourceProfileDetectionsCommandOutput } from "../commands/ListResourceProfileDetectionsCommand";
62
+ import { ListSensitivityInspectionTemplatesCommandInput, ListSensitivityInspectionTemplatesCommandOutput } from "../commands/ListSensitivityInspectionTemplatesCommand";
55
63
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
56
64
  import { PutClassificationExportConfigurationCommandInput, PutClassificationExportConfigurationCommandOutput } from "../commands/PutClassificationExportConfigurationCommand";
57
65
  import { PutFindingsPublicationConfigurationCommandInput, PutFindingsPublicationConfigurationCommandOutput } from "../commands/PutFindingsPublicationConfigurationCommand";
@@ -60,12 +68,17 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
60
68
  import { TestCustomDataIdentifierCommandInput, TestCustomDataIdentifierCommandOutput } from "../commands/TestCustomDataIdentifierCommand";
61
69
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
62
70
  import { UpdateAllowListCommandInput, UpdateAllowListCommandOutput } from "../commands/UpdateAllowListCommand";
71
+ import { UpdateAutomatedDiscoveryConfigurationCommandInput, UpdateAutomatedDiscoveryConfigurationCommandOutput } from "../commands/UpdateAutomatedDiscoveryConfigurationCommand";
63
72
  import { UpdateClassificationJobCommandInput, UpdateClassificationJobCommandOutput } from "../commands/UpdateClassificationJobCommand";
73
+ import { UpdateClassificationScopeCommandInput, UpdateClassificationScopeCommandOutput } from "../commands/UpdateClassificationScopeCommand";
64
74
  import { UpdateFindingsFilterCommandInput, UpdateFindingsFilterCommandOutput } from "../commands/UpdateFindingsFilterCommand";
65
75
  import { UpdateMacieSessionCommandInput, UpdateMacieSessionCommandOutput } from "../commands/UpdateMacieSessionCommand";
66
76
  import { UpdateMemberSessionCommandInput, UpdateMemberSessionCommandOutput } from "../commands/UpdateMemberSessionCommand";
67
77
  import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "../commands/UpdateOrganizationConfigurationCommand";
78
+ import { UpdateResourceProfileCommandInput, UpdateResourceProfileCommandOutput } from "../commands/UpdateResourceProfileCommand";
79
+ import { UpdateResourceProfileDetectionsCommandInput, UpdateResourceProfileDetectionsCommandOutput } from "../commands/UpdateResourceProfileDetectionsCommand";
68
80
  import { UpdateRevealConfigurationCommandInput, UpdateRevealConfigurationCommandOutput } from "../commands/UpdateRevealConfigurationCommand";
81
+ import { UpdateSensitivityInspectionTemplateCommandInput, UpdateSensitivityInspectionTemplateCommandOutput } from "../commands/UpdateSensitivityInspectionTemplateCommand";
69
82
  export declare const serializeAws_restJson1AcceptInvitationCommand: (input: AcceptInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
83
  export declare const serializeAws_restJson1BatchGetCustomDataIdentifiersCommand: (input: BatchGetCustomDataIdentifiersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
84
  export declare const serializeAws_restJson1CreateAllowListCommand: (input: CreateAllowListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -93,8 +106,10 @@ export declare const serializeAws_restJson1EnableMacieCommand: (input: EnableMac
93
106
  export declare const serializeAws_restJson1EnableOrganizationAdminAccountCommand: (input: EnableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
107
  export declare const serializeAws_restJson1GetAdministratorAccountCommand: (input: GetAdministratorAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
108
  export declare const serializeAws_restJson1GetAllowListCommand: (input: GetAllowListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
+ export declare const serializeAws_restJson1GetAutomatedDiscoveryConfigurationCommand: (input: GetAutomatedDiscoveryConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
110
  export declare const serializeAws_restJson1GetBucketStatisticsCommand: (input: GetBucketStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
111
  export declare const serializeAws_restJson1GetClassificationExportConfigurationCommand: (input: GetClassificationExportConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
+ export declare const serializeAws_restJson1GetClassificationScopeCommand: (input: GetClassificationScopeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
113
  export declare const serializeAws_restJson1GetCustomDataIdentifierCommand: (input: GetCustomDataIdentifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
114
  export declare const serializeAws_restJson1GetFindingsCommand: (input: GetFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
115
  export declare const serializeAws_restJson1GetFindingsFilterCommand: (input: GetFindingsFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -104,13 +119,16 @@ export declare const serializeAws_restJson1GetInvitationsCountCommand: (input: G
104
119
  export declare const serializeAws_restJson1GetMacieSessionCommand: (input: GetMacieSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
120
  export declare const serializeAws_restJson1GetMasterAccountCommand: (input: GetMasterAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
121
  export declare const serializeAws_restJson1GetMemberCommand: (input: GetMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
+ export declare const serializeAws_restJson1GetResourceProfileCommand: (input: GetResourceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
123
  export declare const serializeAws_restJson1GetRevealConfigurationCommand: (input: GetRevealConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
124
  export declare const serializeAws_restJson1GetSensitiveDataOccurrencesCommand: (input: GetSensitiveDataOccurrencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
125
  export declare const serializeAws_restJson1GetSensitiveDataOccurrencesAvailabilityCommand: (input: GetSensitiveDataOccurrencesAvailabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
+ export declare const serializeAws_restJson1GetSensitivityInspectionTemplateCommand: (input: GetSensitivityInspectionTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
127
  export declare const serializeAws_restJson1GetUsageStatisticsCommand: (input: GetUsageStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
128
  export declare const serializeAws_restJson1GetUsageTotalsCommand: (input: GetUsageTotalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
129
  export declare const serializeAws_restJson1ListAllowListsCommand: (input: ListAllowListsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
130
  export declare const serializeAws_restJson1ListClassificationJobsCommand: (input: ListClassificationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
+ export declare const serializeAws_restJson1ListClassificationScopesCommand: (input: ListClassificationScopesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
132
  export declare const serializeAws_restJson1ListCustomDataIdentifiersCommand: (input: ListCustomDataIdentifiersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
133
  export declare const serializeAws_restJson1ListFindingsCommand: (input: ListFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
134
  export declare const serializeAws_restJson1ListFindingsFiltersCommand: (input: ListFindingsFiltersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -118,6 +136,9 @@ export declare const serializeAws_restJson1ListInvitationsCommand: (input: ListI
118
136
  export declare const serializeAws_restJson1ListManagedDataIdentifiersCommand: (input: ListManagedDataIdentifiersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
137
  export declare const serializeAws_restJson1ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
138
  export declare const serializeAws_restJson1ListOrganizationAdminAccountsCommand: (input: ListOrganizationAdminAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
+ export declare const serializeAws_restJson1ListResourceProfileArtifactsCommand: (input: ListResourceProfileArtifactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
+ export declare const serializeAws_restJson1ListResourceProfileDetectionsCommand: (input: ListResourceProfileDetectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
+ export declare const serializeAws_restJson1ListSensitivityInspectionTemplatesCommand: (input: ListSensitivityInspectionTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
142
  export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
143
  export declare const serializeAws_restJson1PutClassificationExportConfigurationCommand: (input: PutClassificationExportConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
144
  export declare const serializeAws_restJson1PutFindingsPublicationConfigurationCommand: (input: PutFindingsPublicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -126,12 +147,17 @@ export declare const serializeAws_restJson1TagResourceCommand: (input: TagResour
126
147
  export declare const serializeAws_restJson1TestCustomDataIdentifierCommand: (input: TestCustomDataIdentifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
148
  export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
149
  export declare const serializeAws_restJson1UpdateAllowListCommand: (input: UpdateAllowListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
+ export declare const serializeAws_restJson1UpdateAutomatedDiscoveryConfigurationCommand: (input: UpdateAutomatedDiscoveryConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
151
  export declare const serializeAws_restJson1UpdateClassificationJobCommand: (input: UpdateClassificationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
+ export declare const serializeAws_restJson1UpdateClassificationScopeCommand: (input: UpdateClassificationScopeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
153
  export declare const serializeAws_restJson1UpdateFindingsFilterCommand: (input: UpdateFindingsFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
154
  export declare const serializeAws_restJson1UpdateMacieSessionCommand: (input: UpdateMacieSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
155
  export declare const serializeAws_restJson1UpdateMemberSessionCommand: (input: UpdateMemberSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
156
  export declare const serializeAws_restJson1UpdateOrganizationConfigurationCommand: (input: UpdateOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
+ export declare const serializeAws_restJson1UpdateResourceProfileCommand: (input: UpdateResourceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_restJson1UpdateResourceProfileDetectionsCommand: (input: UpdateResourceProfileDetectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
159
  export declare const serializeAws_restJson1UpdateRevealConfigurationCommand: (input: UpdateRevealConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
+ export declare const serializeAws_restJson1UpdateSensitivityInspectionTemplateCommand: (input: UpdateSensitivityInspectionTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
161
  export declare const deserializeAws_restJson1AcceptInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptInvitationCommandOutput>;
136
162
  export declare const deserializeAws_restJson1BatchGetCustomDataIdentifiersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetCustomDataIdentifiersCommandOutput>;
137
163
  export declare const deserializeAws_restJson1CreateAllowListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAllowListCommandOutput>;
@@ -159,8 +185,10 @@ export declare const deserializeAws_restJson1EnableMacieCommand: (output: __Http
159
185
  export declare const deserializeAws_restJson1EnableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableOrganizationAdminAccountCommandOutput>;
160
186
  export declare const deserializeAws_restJson1GetAdministratorAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAdministratorAccountCommandOutput>;
161
187
  export declare const deserializeAws_restJson1GetAllowListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAllowListCommandOutput>;
188
+ export declare const deserializeAws_restJson1GetAutomatedDiscoveryConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAutomatedDiscoveryConfigurationCommandOutput>;
162
189
  export declare const deserializeAws_restJson1GetBucketStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketStatisticsCommandOutput>;
163
190
  export declare const deserializeAws_restJson1GetClassificationExportConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetClassificationExportConfigurationCommandOutput>;
191
+ export declare const deserializeAws_restJson1GetClassificationScopeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetClassificationScopeCommandOutput>;
164
192
  export declare const deserializeAws_restJson1GetCustomDataIdentifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCustomDataIdentifierCommandOutput>;
165
193
  export declare const deserializeAws_restJson1GetFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsCommandOutput>;
166
194
  export declare const deserializeAws_restJson1GetFindingsFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsFilterCommandOutput>;
@@ -170,13 +198,16 @@ export declare const deserializeAws_restJson1GetInvitationsCountCommand: (output
170
198
  export declare const deserializeAws_restJson1GetMacieSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMacieSessionCommandOutput>;
171
199
  export declare const deserializeAws_restJson1GetMasterAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMasterAccountCommandOutput>;
172
200
  export declare const deserializeAws_restJson1GetMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMemberCommandOutput>;
201
+ export declare const deserializeAws_restJson1GetResourceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceProfileCommandOutput>;
173
202
  export declare const deserializeAws_restJson1GetRevealConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRevealConfigurationCommandOutput>;
174
203
  export declare const deserializeAws_restJson1GetSensitiveDataOccurrencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSensitiveDataOccurrencesCommandOutput>;
175
204
  export declare const deserializeAws_restJson1GetSensitiveDataOccurrencesAvailabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSensitiveDataOccurrencesAvailabilityCommandOutput>;
205
+ export declare const deserializeAws_restJson1GetSensitivityInspectionTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSensitivityInspectionTemplateCommandOutput>;
176
206
  export declare const deserializeAws_restJson1GetUsageStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsageStatisticsCommandOutput>;
177
207
  export declare const deserializeAws_restJson1GetUsageTotalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsageTotalsCommandOutput>;
178
208
  export declare const deserializeAws_restJson1ListAllowListsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAllowListsCommandOutput>;
179
209
  export declare const deserializeAws_restJson1ListClassificationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClassificationJobsCommandOutput>;
210
+ export declare const deserializeAws_restJson1ListClassificationScopesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClassificationScopesCommandOutput>;
180
211
  export declare const deserializeAws_restJson1ListCustomDataIdentifiersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomDataIdentifiersCommandOutput>;
181
212
  export declare const deserializeAws_restJson1ListFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsCommandOutput>;
182
213
  export declare const deserializeAws_restJson1ListFindingsFiltersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsFiltersCommandOutput>;
@@ -184,6 +215,9 @@ export declare const deserializeAws_restJson1ListInvitationsCommand: (output: __
184
215
  export declare const deserializeAws_restJson1ListManagedDataIdentifiersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListManagedDataIdentifiersCommandOutput>;
185
216
  export declare const deserializeAws_restJson1ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
186
217
  export declare const deserializeAws_restJson1ListOrganizationAdminAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationAdminAccountsCommandOutput>;
218
+ export declare const deserializeAws_restJson1ListResourceProfileArtifactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceProfileArtifactsCommandOutput>;
219
+ export declare const deserializeAws_restJson1ListResourceProfileDetectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceProfileDetectionsCommandOutput>;
220
+ export declare const deserializeAws_restJson1ListSensitivityInspectionTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSensitivityInspectionTemplatesCommandOutput>;
187
221
  export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
188
222
  export declare const deserializeAws_restJson1PutClassificationExportConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutClassificationExportConfigurationCommandOutput>;
189
223
  export declare const deserializeAws_restJson1PutFindingsPublicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFindingsPublicationConfigurationCommandOutput>;
@@ -192,9 +226,14 @@ export declare const deserializeAws_restJson1TagResourceCommand: (output: __Http
192
226
  export declare const deserializeAws_restJson1TestCustomDataIdentifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestCustomDataIdentifierCommandOutput>;
193
227
  export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
194
228
  export declare const deserializeAws_restJson1UpdateAllowListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAllowListCommandOutput>;
229
+ export declare const deserializeAws_restJson1UpdateAutomatedDiscoveryConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAutomatedDiscoveryConfigurationCommandOutput>;
195
230
  export declare const deserializeAws_restJson1UpdateClassificationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClassificationJobCommandOutput>;
231
+ export declare const deserializeAws_restJson1UpdateClassificationScopeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClassificationScopeCommandOutput>;
196
232
  export declare const deserializeAws_restJson1UpdateFindingsFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFindingsFilterCommandOutput>;
197
233
  export declare const deserializeAws_restJson1UpdateMacieSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMacieSessionCommandOutput>;
198
234
  export declare const deserializeAws_restJson1UpdateMemberSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMemberSessionCommandOutput>;
199
235
  export declare const deserializeAws_restJson1UpdateOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationConfigurationCommandOutput>;
236
+ export declare const deserializeAws_restJson1UpdateResourceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceProfileCommandOutput>;
237
+ export declare const deserializeAws_restJson1UpdateResourceProfileDetectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceProfileDetectionsCommandOutput>;
200
238
  export declare const deserializeAws_restJson1UpdateRevealConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRevealConfigurationCommandOutput>;
239
+ export declare const deserializeAws_restJson1UpdateSensitivityInspectionTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSensitivityInspectionTemplateCommandOutput>;
@@ -107,6 +107,10 @@ import {
107
107
  GetAllowListCommandInput,
108
108
  GetAllowListCommandOutput,
109
109
  } from "./commands/GetAllowListCommand";
110
+ import {
111
+ GetAutomatedDiscoveryConfigurationCommandInput,
112
+ GetAutomatedDiscoveryConfigurationCommandOutput,
113
+ } from "./commands/GetAutomatedDiscoveryConfigurationCommand";
110
114
  import {
111
115
  GetBucketStatisticsCommandInput,
112
116
  GetBucketStatisticsCommandOutput,
@@ -115,6 +119,10 @@ import {
115
119
  GetClassificationExportConfigurationCommandInput,
116
120
  GetClassificationExportConfigurationCommandOutput,
117
121
  } from "./commands/GetClassificationExportConfigurationCommand";
122
+ import {
123
+ GetClassificationScopeCommandInput,
124
+ GetClassificationScopeCommandOutput,
125
+ } from "./commands/GetClassificationScopeCommand";
118
126
  import {
119
127
  GetCustomDataIdentifierCommandInput,
120
128
  GetCustomDataIdentifierCommandOutput,
@@ -151,6 +159,10 @@ import {
151
159
  GetMemberCommandInput,
152
160
  GetMemberCommandOutput,
153
161
  } from "./commands/GetMemberCommand";
162
+ import {
163
+ GetResourceProfileCommandInput,
164
+ GetResourceProfileCommandOutput,
165
+ } from "./commands/GetResourceProfileCommand";
154
166
  import {
155
167
  GetRevealConfigurationCommandInput,
156
168
  GetRevealConfigurationCommandOutput,
@@ -163,6 +175,10 @@ import {
163
175
  GetSensitiveDataOccurrencesCommandInput,
164
176
  GetSensitiveDataOccurrencesCommandOutput,
165
177
  } from "./commands/GetSensitiveDataOccurrencesCommand";
178
+ import {
179
+ GetSensitivityInspectionTemplateCommandInput,
180
+ GetSensitivityInspectionTemplateCommandOutput,
181
+ } from "./commands/GetSensitivityInspectionTemplateCommand";
166
182
  import {
167
183
  GetUsageStatisticsCommandInput,
168
184
  GetUsageStatisticsCommandOutput,
@@ -179,6 +195,10 @@ import {
179
195
  ListClassificationJobsCommandInput,
180
196
  ListClassificationJobsCommandOutput,
181
197
  } from "./commands/ListClassificationJobsCommand";
198
+ import {
199
+ ListClassificationScopesCommandInput,
200
+ ListClassificationScopesCommandOutput,
201
+ } from "./commands/ListClassificationScopesCommand";
182
202
  import {
183
203
  ListCustomDataIdentifiersCommandInput,
184
204
  ListCustomDataIdentifiersCommandOutput,
@@ -207,6 +227,18 @@ import {
207
227
  ListOrganizationAdminAccountsCommandInput,
208
228
  ListOrganizationAdminAccountsCommandOutput,
209
229
  } from "./commands/ListOrganizationAdminAccountsCommand";
230
+ import {
231
+ ListResourceProfileArtifactsCommandInput,
232
+ ListResourceProfileArtifactsCommandOutput,
233
+ } from "./commands/ListResourceProfileArtifactsCommand";
234
+ import {
235
+ ListResourceProfileDetectionsCommandInput,
236
+ ListResourceProfileDetectionsCommandOutput,
237
+ } from "./commands/ListResourceProfileDetectionsCommand";
238
+ import {
239
+ ListSensitivityInspectionTemplatesCommandInput,
240
+ ListSensitivityInspectionTemplatesCommandOutput,
241
+ } from "./commands/ListSensitivityInspectionTemplatesCommand";
210
242
  import {
211
243
  ListTagsForResourceCommandInput,
212
244
  ListTagsForResourceCommandOutput,
@@ -239,10 +271,18 @@ import {
239
271
  UpdateAllowListCommandInput,
240
272
  UpdateAllowListCommandOutput,
241
273
  } from "./commands/UpdateAllowListCommand";
274
+ import {
275
+ UpdateAutomatedDiscoveryConfigurationCommandInput,
276
+ UpdateAutomatedDiscoveryConfigurationCommandOutput,
277
+ } from "./commands/UpdateAutomatedDiscoveryConfigurationCommand";
242
278
  import {
243
279
  UpdateClassificationJobCommandInput,
244
280
  UpdateClassificationJobCommandOutput,
245
281
  } from "./commands/UpdateClassificationJobCommand";
282
+ import {
283
+ UpdateClassificationScopeCommandInput,
284
+ UpdateClassificationScopeCommandOutput,
285
+ } from "./commands/UpdateClassificationScopeCommand";
246
286
  import {
247
287
  UpdateFindingsFilterCommandInput,
248
288
  UpdateFindingsFilterCommandOutput,
@@ -259,10 +299,22 @@ import {
259
299
  UpdateOrganizationConfigurationCommandInput,
260
300
  UpdateOrganizationConfigurationCommandOutput,
261
301
  } from "./commands/UpdateOrganizationConfigurationCommand";
302
+ import {
303
+ UpdateResourceProfileCommandInput,
304
+ UpdateResourceProfileCommandOutput,
305
+ } from "./commands/UpdateResourceProfileCommand";
306
+ import {
307
+ UpdateResourceProfileDetectionsCommandInput,
308
+ UpdateResourceProfileDetectionsCommandOutput,
309
+ } from "./commands/UpdateResourceProfileDetectionsCommand";
262
310
  import {
263
311
  UpdateRevealConfigurationCommandInput,
264
312
  UpdateRevealConfigurationCommandOutput,
265
313
  } from "./commands/UpdateRevealConfigurationCommand";
314
+ import {
315
+ UpdateSensitivityInspectionTemplateCommandInput,
316
+ UpdateSensitivityInspectionTemplateCommandOutput,
317
+ } from "./commands/UpdateSensitivityInspectionTemplateCommand";
266
318
  import { Macie2Client } from "./Macie2Client";
267
319
  export declare class Macie2 extends Macie2Client {
268
320
  acceptInvitation(
@@ -628,6 +680,25 @@ export declare class Macie2 extends Macie2Client {
628
680
  options: __HttpHandlerOptions,
629
681
  cb: (err: any, data?: GetAllowListCommandOutput) => void
630
682
  ): void;
683
+ getAutomatedDiscoveryConfiguration(
684
+ args: GetAutomatedDiscoveryConfigurationCommandInput,
685
+ options?: __HttpHandlerOptions
686
+ ): Promise<GetAutomatedDiscoveryConfigurationCommandOutput>;
687
+ getAutomatedDiscoveryConfiguration(
688
+ args: GetAutomatedDiscoveryConfigurationCommandInput,
689
+ cb: (
690
+ err: any,
691
+ data?: GetAutomatedDiscoveryConfigurationCommandOutput
692
+ ) => void
693
+ ): void;
694
+ getAutomatedDiscoveryConfiguration(
695
+ args: GetAutomatedDiscoveryConfigurationCommandInput,
696
+ options: __HttpHandlerOptions,
697
+ cb: (
698
+ err: any,
699
+ data?: GetAutomatedDiscoveryConfigurationCommandOutput
700
+ ) => void
701
+ ): void;
631
702
  getBucketStatistics(
632
703
  args: GetBucketStatisticsCommandInput,
633
704
  options?: __HttpHandlerOptions
@@ -660,6 +731,19 @@ export declare class Macie2 extends Macie2Client {
660
731
  data?: GetClassificationExportConfigurationCommandOutput
661
732
  ) => void
662
733
  ): void;
734
+ getClassificationScope(
735
+ args: GetClassificationScopeCommandInput,
736
+ options?: __HttpHandlerOptions
737
+ ): Promise<GetClassificationScopeCommandOutput>;
738
+ getClassificationScope(
739
+ args: GetClassificationScopeCommandInput,
740
+ cb: (err: any, data?: GetClassificationScopeCommandOutput) => void
741
+ ): void;
742
+ getClassificationScope(
743
+ args: GetClassificationScopeCommandInput,
744
+ options: __HttpHandlerOptions,
745
+ cb: (err: any, data?: GetClassificationScopeCommandOutput) => void
746
+ ): void;
663
747
  getCustomDataIdentifier(
664
748
  args: GetCustomDataIdentifierCommandInput,
665
749
  options?: __HttpHandlerOptions
@@ -783,6 +867,19 @@ export declare class Macie2 extends Macie2Client {
783
867
  options: __HttpHandlerOptions,
784
868
  cb: (err: any, data?: GetMemberCommandOutput) => void
785
869
  ): void;
870
+ getResourceProfile(
871
+ args: GetResourceProfileCommandInput,
872
+ options?: __HttpHandlerOptions
873
+ ): Promise<GetResourceProfileCommandOutput>;
874
+ getResourceProfile(
875
+ args: GetResourceProfileCommandInput,
876
+ cb: (err: any, data?: GetResourceProfileCommandOutput) => void
877
+ ): void;
878
+ getResourceProfile(
879
+ args: GetResourceProfileCommandInput,
880
+ options: __HttpHandlerOptions,
881
+ cb: (err: any, data?: GetResourceProfileCommandOutput) => void
882
+ ): void;
786
883
  getRevealConfiguration(
787
884
  args: GetRevealConfigurationCommandInput,
788
885
  options?: __HttpHandlerOptions
@@ -828,6 +925,19 @@ export declare class Macie2 extends Macie2Client {
828
925
  data?: GetSensitiveDataOccurrencesAvailabilityCommandOutput
829
926
  ) => void
830
927
  ): void;
928
+ getSensitivityInspectionTemplate(
929
+ args: GetSensitivityInspectionTemplateCommandInput,
930
+ options?: __HttpHandlerOptions
931
+ ): Promise<GetSensitivityInspectionTemplateCommandOutput>;
932
+ getSensitivityInspectionTemplate(
933
+ args: GetSensitivityInspectionTemplateCommandInput,
934
+ cb: (err: any, data?: GetSensitivityInspectionTemplateCommandOutput) => void
935
+ ): void;
936
+ getSensitivityInspectionTemplate(
937
+ args: GetSensitivityInspectionTemplateCommandInput,
938
+ options: __HttpHandlerOptions,
939
+ cb: (err: any, data?: GetSensitivityInspectionTemplateCommandOutput) => void
940
+ ): void;
831
941
  getUsageStatistics(
832
942
  args: GetUsageStatisticsCommandInput,
833
943
  options?: __HttpHandlerOptions
@@ -880,6 +990,19 @@ export declare class Macie2 extends Macie2Client {
880
990
  options: __HttpHandlerOptions,
881
991
  cb: (err: any, data?: ListClassificationJobsCommandOutput) => void
882
992
  ): void;
993
+ listClassificationScopes(
994
+ args: ListClassificationScopesCommandInput,
995
+ options?: __HttpHandlerOptions
996
+ ): Promise<ListClassificationScopesCommandOutput>;
997
+ listClassificationScopes(
998
+ args: ListClassificationScopesCommandInput,
999
+ cb: (err: any, data?: ListClassificationScopesCommandOutput) => void
1000
+ ): void;
1001
+ listClassificationScopes(
1002
+ args: ListClassificationScopesCommandInput,
1003
+ options: __HttpHandlerOptions,
1004
+ cb: (err: any, data?: ListClassificationScopesCommandOutput) => void
1005
+ ): void;
883
1006
  listCustomDataIdentifiers(
884
1007
  args: ListCustomDataIdentifiersCommandInput,
885
1008
  options?: __HttpHandlerOptions
@@ -971,6 +1094,51 @@ export declare class Macie2 extends Macie2Client {
971
1094
  options: __HttpHandlerOptions,
972
1095
  cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void
973
1096
  ): void;
1097
+ listResourceProfileArtifacts(
1098
+ args: ListResourceProfileArtifactsCommandInput,
1099
+ options?: __HttpHandlerOptions
1100
+ ): Promise<ListResourceProfileArtifactsCommandOutput>;
1101
+ listResourceProfileArtifacts(
1102
+ args: ListResourceProfileArtifactsCommandInput,
1103
+ cb: (err: any, data?: ListResourceProfileArtifactsCommandOutput) => void
1104
+ ): void;
1105
+ listResourceProfileArtifacts(
1106
+ args: ListResourceProfileArtifactsCommandInput,
1107
+ options: __HttpHandlerOptions,
1108
+ cb: (err: any, data?: ListResourceProfileArtifactsCommandOutput) => void
1109
+ ): void;
1110
+ listResourceProfileDetections(
1111
+ args: ListResourceProfileDetectionsCommandInput,
1112
+ options?: __HttpHandlerOptions
1113
+ ): Promise<ListResourceProfileDetectionsCommandOutput>;
1114
+ listResourceProfileDetections(
1115
+ args: ListResourceProfileDetectionsCommandInput,
1116
+ cb: (err: any, data?: ListResourceProfileDetectionsCommandOutput) => void
1117
+ ): void;
1118
+ listResourceProfileDetections(
1119
+ args: ListResourceProfileDetectionsCommandInput,
1120
+ options: __HttpHandlerOptions,
1121
+ cb: (err: any, data?: ListResourceProfileDetectionsCommandOutput) => void
1122
+ ): void;
1123
+ listSensitivityInspectionTemplates(
1124
+ args: ListSensitivityInspectionTemplatesCommandInput,
1125
+ options?: __HttpHandlerOptions
1126
+ ): Promise<ListSensitivityInspectionTemplatesCommandOutput>;
1127
+ listSensitivityInspectionTemplates(
1128
+ args: ListSensitivityInspectionTemplatesCommandInput,
1129
+ cb: (
1130
+ err: any,
1131
+ data?: ListSensitivityInspectionTemplatesCommandOutput
1132
+ ) => void
1133
+ ): void;
1134
+ listSensitivityInspectionTemplates(
1135
+ args: ListSensitivityInspectionTemplatesCommandInput,
1136
+ options: __HttpHandlerOptions,
1137
+ cb: (
1138
+ err: any,
1139
+ data?: ListSensitivityInspectionTemplatesCommandOutput
1140
+ ) => void
1141
+ ): void;
974
1142
  listTagsForResource(
975
1143
  args: ListTagsForResourceCommandInput,
976
1144
  options?: __HttpHandlerOptions
@@ -1087,6 +1255,25 @@ export declare class Macie2 extends Macie2Client {
1087
1255
  options: __HttpHandlerOptions,
1088
1256
  cb: (err: any, data?: UpdateAllowListCommandOutput) => void
1089
1257
  ): void;
1258
+ updateAutomatedDiscoveryConfiguration(
1259
+ args: UpdateAutomatedDiscoveryConfigurationCommandInput,
1260
+ options?: __HttpHandlerOptions
1261
+ ): Promise<UpdateAutomatedDiscoveryConfigurationCommandOutput>;
1262
+ updateAutomatedDiscoveryConfiguration(
1263
+ args: UpdateAutomatedDiscoveryConfigurationCommandInput,
1264
+ cb: (
1265
+ err: any,
1266
+ data?: UpdateAutomatedDiscoveryConfigurationCommandOutput
1267
+ ) => void
1268
+ ): void;
1269
+ updateAutomatedDiscoveryConfiguration(
1270
+ args: UpdateAutomatedDiscoveryConfigurationCommandInput,
1271
+ options: __HttpHandlerOptions,
1272
+ cb: (
1273
+ err: any,
1274
+ data?: UpdateAutomatedDiscoveryConfigurationCommandOutput
1275
+ ) => void
1276
+ ): void;
1090
1277
  updateClassificationJob(
1091
1278
  args: UpdateClassificationJobCommandInput,
1092
1279
  options?: __HttpHandlerOptions
@@ -1100,6 +1287,19 @@ export declare class Macie2 extends Macie2Client {
1100
1287
  options: __HttpHandlerOptions,
1101
1288
  cb: (err: any, data?: UpdateClassificationJobCommandOutput) => void
1102
1289
  ): void;
1290
+ updateClassificationScope(
1291
+ args: UpdateClassificationScopeCommandInput,
1292
+ options?: __HttpHandlerOptions
1293
+ ): Promise<UpdateClassificationScopeCommandOutput>;
1294
+ updateClassificationScope(
1295
+ args: UpdateClassificationScopeCommandInput,
1296
+ cb: (err: any, data?: UpdateClassificationScopeCommandOutput) => void
1297
+ ): void;
1298
+ updateClassificationScope(
1299
+ args: UpdateClassificationScopeCommandInput,
1300
+ options: __HttpHandlerOptions,
1301
+ cb: (err: any, data?: UpdateClassificationScopeCommandOutput) => void
1302
+ ): void;
1103
1303
  updateFindingsFilter(
1104
1304
  args: UpdateFindingsFilterCommandInput,
1105
1305
  options?: __HttpHandlerOptions
@@ -1152,6 +1352,32 @@ export declare class Macie2 extends Macie2Client {
1152
1352
  options: __HttpHandlerOptions,
1153
1353
  cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void
1154
1354
  ): void;
1355
+ updateResourceProfile(
1356
+ args: UpdateResourceProfileCommandInput,
1357
+ options?: __HttpHandlerOptions
1358
+ ): Promise<UpdateResourceProfileCommandOutput>;
1359
+ updateResourceProfile(
1360
+ args: UpdateResourceProfileCommandInput,
1361
+ cb: (err: any, data?: UpdateResourceProfileCommandOutput) => void
1362
+ ): void;
1363
+ updateResourceProfile(
1364
+ args: UpdateResourceProfileCommandInput,
1365
+ options: __HttpHandlerOptions,
1366
+ cb: (err: any, data?: UpdateResourceProfileCommandOutput) => void
1367
+ ): void;
1368
+ updateResourceProfileDetections(
1369
+ args: UpdateResourceProfileDetectionsCommandInput,
1370
+ options?: __HttpHandlerOptions
1371
+ ): Promise<UpdateResourceProfileDetectionsCommandOutput>;
1372
+ updateResourceProfileDetections(
1373
+ args: UpdateResourceProfileDetectionsCommandInput,
1374
+ cb: (err: any, data?: UpdateResourceProfileDetectionsCommandOutput) => void
1375
+ ): void;
1376
+ updateResourceProfileDetections(
1377
+ args: UpdateResourceProfileDetectionsCommandInput,
1378
+ options: __HttpHandlerOptions,
1379
+ cb: (err: any, data?: UpdateResourceProfileDetectionsCommandOutput) => void
1380
+ ): void;
1155
1381
  updateRevealConfiguration(
1156
1382
  args: UpdateRevealConfigurationCommandInput,
1157
1383
  options?: __HttpHandlerOptions
@@ -1165,4 +1391,23 @@ export declare class Macie2 extends Macie2Client {
1165
1391
  options: __HttpHandlerOptions,
1166
1392
  cb: (err: any, data?: UpdateRevealConfigurationCommandOutput) => void
1167
1393
  ): void;
1394
+ updateSensitivityInspectionTemplate(
1395
+ args: UpdateSensitivityInspectionTemplateCommandInput,
1396
+ options?: __HttpHandlerOptions
1397
+ ): Promise<UpdateSensitivityInspectionTemplateCommandOutput>;
1398
+ updateSensitivityInspectionTemplate(
1399
+ args: UpdateSensitivityInspectionTemplateCommandInput,
1400
+ cb: (
1401
+ err: any,
1402
+ data?: UpdateSensitivityInspectionTemplateCommandOutput
1403
+ ) => void
1404
+ ): void;
1405
+ updateSensitivityInspectionTemplate(
1406
+ args: UpdateSensitivityInspectionTemplateCommandInput,
1407
+ options: __HttpHandlerOptions,
1408
+ cb: (
1409
+ err: any,
1410
+ data?: UpdateSensitivityInspectionTemplateCommandOutput
1411
+ ) => void
1412
+ ): void;
1168
1413
  }