@aws-sdk/client-macie2 3.218.0 → 3.222.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 +30 -29
@@ -1,12 +1,149 @@
1
1
  import {
2
+ AdminAccount,
2
3
  AllowListCriteria,
4
+ AutomatedDiscoveryStatus,
5
+ ClassificationExportConfiguration,
6
+ ClassificationScopeUpdateOperation,
7
+ Detection,
3
8
  FindingCriteria,
4
9
  FindingPublishingFrequency,
5
10
  FindingsFilterAction,
11
+ Invitation,
6
12
  JobStatus,
7
13
  MacieStatus,
14
+ ManagedDataIdentifierSummary,
15
+ MatchingResource,
16
+ Member,
17
+ OrderBy,
18
+ ResourceProfileArtifact,
8
19
  RevealConfiguration,
20
+ SearchResourcesCriteria,
21
+ SecurityHubConfiguration,
22
+ SensitivityInspectionTemplateExcludes,
23
+ SensitivityInspectionTemplateIncludes,
24
+ SensitivityInspectionTemplatesEntry,
25
+ SuppressDataIdentifier,
9
26
  } from "./models_0";
27
+ export interface ListInvitationsRequest {
28
+ maxResults?: number;
29
+ nextToken?: string;
30
+ }
31
+ export interface ListInvitationsResponse {
32
+ invitations?: Invitation[];
33
+ nextToken?: string;
34
+ }
35
+ export interface ListManagedDataIdentifiersRequest {
36
+ nextToken?: string;
37
+ }
38
+ export interface ListManagedDataIdentifiersResponse {
39
+ items?: ManagedDataIdentifierSummary[];
40
+ nextToken?: string;
41
+ }
42
+ export interface ListMembersRequest {
43
+ maxResults?: number;
44
+ nextToken?: string;
45
+ onlyAssociated?: string;
46
+ }
47
+ export interface ListMembersResponse {
48
+ members?: Member[];
49
+ nextToken?: string;
50
+ }
51
+ export interface ListOrganizationAdminAccountsRequest {
52
+ maxResults?: number;
53
+ nextToken?: string;
54
+ }
55
+ export interface ListOrganizationAdminAccountsResponse {
56
+ adminAccounts?: AdminAccount[];
57
+ nextToken?: string;
58
+ }
59
+ export interface ListResourceProfileArtifactsRequest {
60
+ nextToken?: string;
61
+ resourceArn: string | undefined;
62
+ }
63
+ export interface ListResourceProfileArtifactsResponse {
64
+ artifacts?: ResourceProfileArtifact[];
65
+ nextToken?: string;
66
+ }
67
+ export interface ListResourceProfileDetectionsRequest {
68
+ maxResults?: number;
69
+ nextToken?: string;
70
+ resourceArn: string | undefined;
71
+ }
72
+ export interface ListResourceProfileDetectionsResponse {
73
+ detections?: Detection[];
74
+ nextToken?: string;
75
+ }
76
+ export interface ListSensitivityInspectionTemplatesRequest {
77
+ maxResults?: number;
78
+ nextToken?: string;
79
+ }
80
+ export interface ListSensitivityInspectionTemplatesResponse {
81
+ nextToken?: string;
82
+ sensitivityInspectionTemplates?: SensitivityInspectionTemplatesEntry[];
83
+ }
84
+ export interface ListTagsForResourceRequest {
85
+ resourceArn: string | undefined;
86
+ }
87
+ export interface ListTagsForResourceResponse {
88
+ tags?: Record<string, string>;
89
+ }
90
+ export interface PutClassificationExportConfigurationRequest {
91
+ configuration: ClassificationExportConfiguration | undefined;
92
+ }
93
+ export interface PutClassificationExportConfigurationResponse {
94
+ configuration?: ClassificationExportConfiguration;
95
+ }
96
+ export interface PutFindingsPublicationConfigurationRequest {
97
+ clientToken?: string;
98
+ securityHubConfiguration?: SecurityHubConfiguration;
99
+ }
100
+ export interface PutFindingsPublicationConfigurationResponse {}
101
+ export interface SearchResourcesCriteriaBlock {
102
+ and?: SearchResourcesCriteria[];
103
+ }
104
+ export interface SearchResourcesBucketCriteria {
105
+ excludes?: SearchResourcesCriteriaBlock;
106
+ includes?: SearchResourcesCriteriaBlock;
107
+ }
108
+ export declare enum SearchResourcesSortAttributeName {
109
+ ACCOUNT_ID = "ACCOUNT_ID",
110
+ RESOURCE_NAME = "RESOURCE_NAME",
111
+ S3_CLASSIFIABLE_OBJECT_COUNT = "S3_CLASSIFIABLE_OBJECT_COUNT",
112
+ S3_CLASSIFIABLE_SIZE_IN_BYTES = "S3_CLASSIFIABLE_SIZE_IN_BYTES",
113
+ }
114
+ export interface SearchResourcesSortCriteria {
115
+ attributeName?: SearchResourcesSortAttributeName | string;
116
+ orderBy?: OrderBy | string;
117
+ }
118
+ export interface SearchResourcesRequest {
119
+ bucketCriteria?: SearchResourcesBucketCriteria;
120
+ maxResults?: number;
121
+ nextToken?: string;
122
+ sortCriteria?: SearchResourcesSortCriteria;
123
+ }
124
+ export interface SearchResourcesResponse {
125
+ matchingResources?: MatchingResource[];
126
+ nextToken?: string;
127
+ }
128
+ export interface TagResourceRequest {
129
+ resourceArn: string | undefined;
130
+ tags: Record<string, string> | undefined;
131
+ }
132
+ export interface TagResourceResponse {}
133
+ export interface TestCustomDataIdentifierRequest {
134
+ ignoreWords?: string[];
135
+ keywords?: string[];
136
+ maximumMatchDistance?: number;
137
+ regex: string | undefined;
138
+ sampleText: string | undefined;
139
+ }
140
+ export interface TestCustomDataIdentifierResponse {
141
+ matchCount?: number;
142
+ }
143
+ export interface UntagResourceRequest {
144
+ resourceArn: string | undefined;
145
+ tagKeys: string[] | undefined;
146
+ }
10
147
  export interface UntagResourceResponse {}
11
148
  export interface UpdateAllowListRequest {
12
149
  criteria: AllowListCriteria | undefined;
@@ -18,19 +155,35 @@ export interface UpdateAllowListResponse {
18
155
  arn?: string;
19
156
  id?: string;
20
157
  }
158
+ export interface UpdateAutomatedDiscoveryConfigurationRequest {
159
+ status: AutomatedDiscoveryStatus | string | undefined;
160
+ }
161
+ export interface UpdateAutomatedDiscoveryConfigurationResponse {}
21
162
  export interface UpdateClassificationJobRequest {
22
163
  jobId: string | undefined;
23
164
  jobStatus: JobStatus | string | undefined;
24
165
  }
25
166
  export interface UpdateClassificationJobResponse {}
167
+ export interface S3ClassificationScopeExclusionUpdate {
168
+ bucketNames: string[] | undefined;
169
+ operation: ClassificationScopeUpdateOperation | string | undefined;
170
+ }
171
+ export interface S3ClassificationScopeUpdate {
172
+ excludes: S3ClassificationScopeExclusionUpdate | undefined;
173
+ }
174
+ export interface UpdateClassificationScopeRequest {
175
+ id: string | undefined;
176
+ s3?: S3ClassificationScopeUpdate;
177
+ }
178
+ export interface UpdateClassificationScopeResponse {}
26
179
  export interface UpdateFindingsFilterRequest {
27
180
  action?: FindingsFilterAction | string;
181
+ clientToken?: string;
28
182
  description?: string;
29
183
  findingCriteria?: FindingCriteria;
30
184
  id: string | undefined;
31
185
  name?: string;
32
186
  position?: number;
33
- clientToken?: string;
34
187
  }
35
188
  export interface UpdateFindingsFilterResponse {
36
189
  arn?: string;
@@ -50,12 +203,119 @@ export interface UpdateOrganizationConfigurationRequest {
50
203
  autoEnable: boolean | undefined;
51
204
  }
52
205
  export interface UpdateOrganizationConfigurationResponse {}
206
+ export interface UpdateResourceProfileRequest {
207
+ resourceArn: string | undefined;
208
+ sensitivityScoreOverride?: number;
209
+ }
210
+ export interface UpdateResourceProfileResponse {}
211
+ export interface UpdateResourceProfileDetectionsRequest {
212
+ resourceArn: string | undefined;
213
+ suppressDataIdentifiers?: SuppressDataIdentifier[];
214
+ }
215
+ export interface UpdateResourceProfileDetectionsResponse {}
53
216
  export interface UpdateRevealConfigurationRequest {
54
217
  configuration: RevealConfiguration | undefined;
55
218
  }
56
219
  export interface UpdateRevealConfigurationResponse {
57
220
  configuration?: RevealConfiguration;
58
221
  }
222
+ export interface UpdateSensitivityInspectionTemplateRequest {
223
+ description?: string;
224
+ excludes?: SensitivityInspectionTemplateExcludes;
225
+ id: string | undefined;
226
+ includes?: SensitivityInspectionTemplateIncludes;
227
+ }
228
+ export interface UpdateSensitivityInspectionTemplateResponse {}
229
+ export declare const ListInvitationsRequestFilterSensitiveLog: (
230
+ obj: ListInvitationsRequest
231
+ ) => any;
232
+ export declare const ListInvitationsResponseFilterSensitiveLog: (
233
+ obj: ListInvitationsResponse
234
+ ) => any;
235
+ export declare const ListManagedDataIdentifiersRequestFilterSensitiveLog: (
236
+ obj: ListManagedDataIdentifiersRequest
237
+ ) => any;
238
+ export declare const ListManagedDataIdentifiersResponseFilterSensitiveLog: (
239
+ obj: ListManagedDataIdentifiersResponse
240
+ ) => any;
241
+ export declare const ListMembersRequestFilterSensitiveLog: (
242
+ obj: ListMembersRequest
243
+ ) => any;
244
+ export declare const ListMembersResponseFilterSensitiveLog: (
245
+ obj: ListMembersResponse
246
+ ) => any;
247
+ export declare const ListOrganizationAdminAccountsRequestFilterSensitiveLog: (
248
+ obj: ListOrganizationAdminAccountsRequest
249
+ ) => any;
250
+ export declare const ListOrganizationAdminAccountsResponseFilterSensitiveLog: (
251
+ obj: ListOrganizationAdminAccountsResponse
252
+ ) => any;
253
+ export declare const ListResourceProfileArtifactsRequestFilterSensitiveLog: (
254
+ obj: ListResourceProfileArtifactsRequest
255
+ ) => any;
256
+ export declare const ListResourceProfileArtifactsResponseFilterSensitiveLog: (
257
+ obj: ListResourceProfileArtifactsResponse
258
+ ) => any;
259
+ export declare const ListResourceProfileDetectionsRequestFilterSensitiveLog: (
260
+ obj: ListResourceProfileDetectionsRequest
261
+ ) => any;
262
+ export declare const ListResourceProfileDetectionsResponseFilterSensitiveLog: (
263
+ obj: ListResourceProfileDetectionsResponse
264
+ ) => any;
265
+ export declare const ListSensitivityInspectionTemplatesRequestFilterSensitiveLog: (
266
+ obj: ListSensitivityInspectionTemplatesRequest
267
+ ) => any;
268
+ export declare const ListSensitivityInspectionTemplatesResponseFilterSensitiveLog: (
269
+ obj: ListSensitivityInspectionTemplatesResponse
270
+ ) => any;
271
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
272
+ obj: ListTagsForResourceRequest
273
+ ) => any;
274
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
275
+ obj: ListTagsForResourceResponse
276
+ ) => any;
277
+ export declare const PutClassificationExportConfigurationRequestFilterSensitiveLog: (
278
+ obj: PutClassificationExportConfigurationRequest
279
+ ) => any;
280
+ export declare const PutClassificationExportConfigurationResponseFilterSensitiveLog: (
281
+ obj: PutClassificationExportConfigurationResponse
282
+ ) => any;
283
+ export declare const PutFindingsPublicationConfigurationRequestFilterSensitiveLog: (
284
+ obj: PutFindingsPublicationConfigurationRequest
285
+ ) => any;
286
+ export declare const PutFindingsPublicationConfigurationResponseFilterSensitiveLog: (
287
+ obj: PutFindingsPublicationConfigurationResponse
288
+ ) => any;
289
+ export declare const SearchResourcesCriteriaBlockFilterSensitiveLog: (
290
+ obj: SearchResourcesCriteriaBlock
291
+ ) => any;
292
+ export declare const SearchResourcesBucketCriteriaFilterSensitiveLog: (
293
+ obj: SearchResourcesBucketCriteria
294
+ ) => any;
295
+ export declare const SearchResourcesSortCriteriaFilterSensitiveLog: (
296
+ obj: SearchResourcesSortCriteria
297
+ ) => any;
298
+ export declare const SearchResourcesRequestFilterSensitiveLog: (
299
+ obj: SearchResourcesRequest
300
+ ) => any;
301
+ export declare const SearchResourcesResponseFilterSensitiveLog: (
302
+ obj: SearchResourcesResponse
303
+ ) => any;
304
+ export declare const TagResourceRequestFilterSensitiveLog: (
305
+ obj: TagResourceRequest
306
+ ) => any;
307
+ export declare const TagResourceResponseFilterSensitiveLog: (
308
+ obj: TagResourceResponse
309
+ ) => any;
310
+ export declare const TestCustomDataIdentifierRequestFilterSensitiveLog: (
311
+ obj: TestCustomDataIdentifierRequest
312
+ ) => any;
313
+ export declare const TestCustomDataIdentifierResponseFilterSensitiveLog: (
314
+ obj: TestCustomDataIdentifierResponse
315
+ ) => any;
316
+ export declare const UntagResourceRequestFilterSensitiveLog: (
317
+ obj: UntagResourceRequest
318
+ ) => any;
59
319
  export declare const UntagResourceResponseFilterSensitiveLog: (
60
320
  obj: UntagResourceResponse
61
321
  ) => any;
@@ -65,12 +325,30 @@ export declare const UpdateAllowListRequestFilterSensitiveLog: (
65
325
  export declare const UpdateAllowListResponseFilterSensitiveLog: (
66
326
  obj: UpdateAllowListResponse
67
327
  ) => any;
328
+ export declare const UpdateAutomatedDiscoveryConfigurationRequestFilterSensitiveLog: (
329
+ obj: UpdateAutomatedDiscoveryConfigurationRequest
330
+ ) => any;
331
+ export declare const UpdateAutomatedDiscoveryConfigurationResponseFilterSensitiveLog: (
332
+ obj: UpdateAutomatedDiscoveryConfigurationResponse
333
+ ) => any;
68
334
  export declare const UpdateClassificationJobRequestFilterSensitiveLog: (
69
335
  obj: UpdateClassificationJobRequest
70
336
  ) => any;
71
337
  export declare const UpdateClassificationJobResponseFilterSensitiveLog: (
72
338
  obj: UpdateClassificationJobResponse
73
339
  ) => any;
340
+ export declare const S3ClassificationScopeExclusionUpdateFilterSensitiveLog: (
341
+ obj: S3ClassificationScopeExclusionUpdate
342
+ ) => any;
343
+ export declare const S3ClassificationScopeUpdateFilterSensitiveLog: (
344
+ obj: S3ClassificationScopeUpdate
345
+ ) => any;
346
+ export declare const UpdateClassificationScopeRequestFilterSensitiveLog: (
347
+ obj: UpdateClassificationScopeRequest
348
+ ) => any;
349
+ export declare const UpdateClassificationScopeResponseFilterSensitiveLog: (
350
+ obj: UpdateClassificationScopeResponse
351
+ ) => any;
74
352
  export declare const UpdateFindingsFilterRequestFilterSensitiveLog: (
75
353
  obj: UpdateFindingsFilterRequest
76
354
  ) => any;
@@ -95,9 +373,27 @@ export declare const UpdateOrganizationConfigurationRequestFilterSensitiveLog: (
95
373
  export declare const UpdateOrganizationConfigurationResponseFilterSensitiveLog: (
96
374
  obj: UpdateOrganizationConfigurationResponse
97
375
  ) => any;
376
+ export declare const UpdateResourceProfileRequestFilterSensitiveLog: (
377
+ obj: UpdateResourceProfileRequest
378
+ ) => any;
379
+ export declare const UpdateResourceProfileResponseFilterSensitiveLog: (
380
+ obj: UpdateResourceProfileResponse
381
+ ) => any;
382
+ export declare const UpdateResourceProfileDetectionsRequestFilterSensitiveLog: (
383
+ obj: UpdateResourceProfileDetectionsRequest
384
+ ) => any;
385
+ export declare const UpdateResourceProfileDetectionsResponseFilterSensitiveLog: (
386
+ obj: UpdateResourceProfileDetectionsResponse
387
+ ) => any;
98
388
  export declare const UpdateRevealConfigurationRequestFilterSensitiveLog: (
99
389
  obj: UpdateRevealConfigurationRequest
100
390
  ) => any;
101
391
  export declare const UpdateRevealConfigurationResponseFilterSensitiveLog: (
102
392
  obj: UpdateRevealConfigurationResponse
103
393
  ) => any;
394
+ export declare const UpdateSensitivityInspectionTemplateRequestFilterSensitiveLog: (
395
+ obj: UpdateSensitivityInspectionTemplateRequest
396
+ ) => any;
397
+ export declare const UpdateSensitivityInspectionTemplateResponseFilterSensitiveLog: (
398
+ obj: UpdateSensitivityInspectionTemplateResponse
399
+ ) => any;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListAllowListsCommandInput,
4
+ ListAllowListsCommandOutput,
5
+ } from "../commands/ListAllowListsCommand";
6
+ import { Macie2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListAllowLists(
8
+ config: Macie2PaginationConfiguration,
9
+ input: ListAllowListsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListAllowListsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListClassificationScopesCommandInput,
4
+ ListClassificationScopesCommandOutput,
5
+ } from "../commands/ListClassificationScopesCommand";
6
+ import { Macie2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListClassificationScopes(
8
+ config: Macie2PaginationConfiguration,
9
+ input: ListClassificationScopesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListClassificationScopesCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListManagedDataIdentifiersCommandInput,
4
+ ListManagedDataIdentifiersCommandOutput,
5
+ } from "../commands/ListManagedDataIdentifiersCommand";
6
+ import { Macie2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListManagedDataIdentifiers(
8
+ config: Macie2PaginationConfiguration,
9
+ input: ListManagedDataIdentifiersCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListManagedDataIdentifiersCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListResourceProfileArtifactsCommandInput,
4
+ ListResourceProfileArtifactsCommandOutput,
5
+ } from "../commands/ListResourceProfileArtifactsCommand";
6
+ import { Macie2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListResourceProfileArtifacts(
8
+ config: Macie2PaginationConfiguration,
9
+ input: ListResourceProfileArtifactsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListResourceProfileArtifactsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListResourceProfileDetectionsCommandInput,
4
+ ListResourceProfileDetectionsCommandOutput,
5
+ } from "../commands/ListResourceProfileDetectionsCommand";
6
+ import { Macie2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListResourceProfileDetections(
8
+ config: Macie2PaginationConfiguration,
9
+ input: ListResourceProfileDetectionsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListResourceProfileDetectionsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListSensitivityInspectionTemplatesCommandInput,
4
+ ListSensitivityInspectionTemplatesCommandOutput,
5
+ } from "../commands/ListSensitivityInspectionTemplatesCommand";
6
+ import { Macie2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListSensitivityInspectionTemplates(
8
+ config: Macie2PaginationConfiguration,
9
+ input: ListSensitivityInspectionTemplatesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListSensitivityInspectionTemplatesCommandOutput>;
@@ -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";