@aws-sdk/client-macie2 3.529.1 → 3.535.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 (172) hide show
  1. package/dist-types/Macie2.d.ts +34 -1
  2. package/dist-types/Macie2Client.d.ts +1 -1
  3. package/dist-types/commands/AcceptInvitationCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchGetCustomDataIdentifiersCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateAllowListCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateClassificationJobCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateCustomDataIdentifierCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateFindingsFilterCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateInvitationsCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateMemberCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateSampleFindingsCommand.d.ts +2 -1
  12. package/dist-types/commands/DeclineInvitationsCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteAllowListCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteCustomDataIdentifierCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteFindingsFilterCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteInvitationsCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteMemberCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeBucketsCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeClassificationJobCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +2 -1
  21. package/dist-types/commands/DisableMacieCommand.d.ts +2 -1
  22. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +2 -1
  23. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +2 -1
  24. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +2 -1
  25. package/dist-types/commands/DisassociateMemberCommand.d.ts +2 -1
  26. package/dist-types/commands/EnableMacieCommand.d.ts +2 -1
  27. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +2 -1
  28. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +2 -1
  29. package/dist-types/commands/GetAllowListCommand.d.ts +2 -1
  30. package/dist-types/commands/GetAutomatedDiscoveryConfigurationCommand.d.ts +2 -1
  31. package/dist-types/commands/GetBucketStatisticsCommand.d.ts +2 -1
  32. package/dist-types/commands/GetClassificationExportConfigurationCommand.d.ts +2 -1
  33. package/dist-types/commands/GetClassificationScopeCommand.d.ts +2 -1
  34. package/dist-types/commands/GetCustomDataIdentifierCommand.d.ts +2 -1
  35. package/dist-types/commands/GetFindingStatisticsCommand.d.ts +2 -1
  36. package/dist-types/commands/GetFindingsCommand.d.ts +2 -1
  37. package/dist-types/commands/GetFindingsFilterCommand.d.ts +2 -1
  38. package/dist-types/commands/GetFindingsPublicationConfigurationCommand.d.ts +2 -1
  39. package/dist-types/commands/GetInvitationsCountCommand.d.ts +2 -1
  40. package/dist-types/commands/GetMacieSessionCommand.d.ts +2 -1
  41. package/dist-types/commands/GetMasterAccountCommand.d.ts +2 -1
  42. package/dist-types/commands/GetMemberCommand.d.ts +2 -1
  43. package/dist-types/commands/GetResourceProfileCommand.d.ts +2 -1
  44. package/dist-types/commands/GetRevealConfigurationCommand.d.ts +2 -1
  45. package/dist-types/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +2 -1
  46. package/dist-types/commands/GetSensitiveDataOccurrencesCommand.d.ts +2 -1
  47. package/dist-types/commands/GetSensitivityInspectionTemplateCommand.d.ts +2 -1
  48. package/dist-types/commands/GetUsageStatisticsCommand.d.ts +2 -1
  49. package/dist-types/commands/GetUsageTotalsCommand.d.ts +2 -1
  50. package/dist-types/commands/ListAllowListsCommand.d.ts +2 -1
  51. package/dist-types/commands/ListClassificationJobsCommand.d.ts +2 -1
  52. package/dist-types/commands/ListClassificationScopesCommand.d.ts +2 -1
  53. package/dist-types/commands/ListCustomDataIdentifiersCommand.d.ts +2 -1
  54. package/dist-types/commands/ListFindingsCommand.d.ts +2 -1
  55. package/dist-types/commands/ListFindingsFiltersCommand.d.ts +2 -1
  56. package/dist-types/commands/ListInvitationsCommand.d.ts +2 -1
  57. package/dist-types/commands/ListManagedDataIdentifiersCommand.d.ts +2 -1
  58. package/dist-types/commands/ListMembersCommand.d.ts +2 -1
  59. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListResourceProfileArtifactsCommand.d.ts +2 -1
  61. package/dist-types/commands/ListResourceProfileDetectionsCommand.d.ts +2 -1
  62. package/dist-types/commands/ListSensitivityInspectionTemplatesCommand.d.ts +2 -1
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  64. package/dist-types/commands/PutClassificationExportConfigurationCommand.d.ts +2 -1
  65. package/dist-types/commands/PutFindingsPublicationConfigurationCommand.d.ts +2 -1
  66. package/dist-types/commands/SearchResourcesCommand.d.ts +2 -1
  67. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  68. package/dist-types/commands/TestCustomDataIdentifierCommand.d.ts +2 -1
  69. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  70. package/dist-types/commands/UpdateAllowListCommand.d.ts +2 -1
  71. package/dist-types/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +2 -1
  72. package/dist-types/commands/UpdateClassificationJobCommand.d.ts +2 -1
  73. package/dist-types/commands/UpdateClassificationScopeCommand.d.ts +2 -1
  74. package/dist-types/commands/UpdateFindingsFilterCommand.d.ts +2 -1
  75. package/dist-types/commands/UpdateMacieSessionCommand.d.ts +2 -1
  76. package/dist-types/commands/UpdateMemberSessionCommand.d.ts +2 -1
  77. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +2 -1
  78. package/dist-types/commands/UpdateResourceProfileCommand.d.ts +2 -1
  79. package/dist-types/commands/UpdateResourceProfileDetectionsCommand.d.ts +2 -1
  80. package/dist-types/commands/UpdateRevealConfigurationCommand.d.ts +2 -1
  81. package/dist-types/commands/UpdateSensitivityInspectionTemplateCommand.d.ts +2 -1
  82. package/dist-types/models/models_0.d.ts +835 -835
  83. package/dist-types/models/models_1.d.ts +108 -108
  84. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  85. package/dist-types/runtimeConfig.d.ts +2 -2
  86. package/dist-types/runtimeConfig.native.d.ts +2 -2
  87. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  88. package/dist-types/ts3.4/Macie2.d.ts +33 -0
  89. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/BatchGetCustomDataIdentifiersCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/CreateAllowListCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/CreateClassificationJobCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/CreateCustomDataIdentifierCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/CreateFindingsFilterCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/CreateInvitationsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/DeleteAllowListCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/DeleteCustomDataIdentifierCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/DeleteFindingsFilterCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/DescribeBucketsCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/DescribeClassificationJobCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DisableMacieCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/EnableMacieCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/GetAllowListCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/GetAutomatedDiscoveryConfigurationCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/GetBucketStatisticsCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/GetClassificationExportConfigurationCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/GetClassificationScopeCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/GetCustomDataIdentifierCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/GetFindingStatisticsCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/GetFindingsFilterCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/GetFindingsPublicationConfigurationCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/GetMacieSessionCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/GetResourceProfileCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/GetRevealConfigurationCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/GetSensitivityInspectionTemplateCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/GetUsageTotalsCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/ListAllowListsCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/ListClassificationJobsCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/ListClassificationScopesCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/ListCustomDataIdentifiersCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/ListFindingsFiltersCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/ListManagedDataIdentifiersCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/ListResourceProfileArtifactsCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/ListResourceProfileDetectionsCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/ListSensitivityInspectionTemplatesCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/PutClassificationExportConfigurationCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/PutFindingsPublicationConfigurationCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/TestCustomDataIdentifierCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/UpdateAllowListCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/UpdateClassificationJobCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/UpdateClassificationScopeCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/UpdateFindingsFilterCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/commands/UpdateMacieSessionCommand.d.ts +9 -0
  162. package/dist-types/ts3.4/commands/UpdateMemberSessionCommand.d.ts +9 -0
  163. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +9 -0
  164. package/dist-types/ts3.4/commands/UpdateResourceProfileCommand.d.ts +9 -0
  165. package/dist-types/ts3.4/commands/UpdateResourceProfileDetectionsCommand.d.ts +9 -0
  166. package/dist-types/ts3.4/commands/UpdateRevealConfigurationCommand.d.ts +9 -0
  167. package/dist-types/ts3.4/commands/UpdateSensitivityInspectionTemplateCommand.d.ts +9 -0
  168. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  169. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  170. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  171. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  172. package/package.json +41 -41
@@ -4,13 +4,13 @@ import { AdminAccount, AllowListCriteria, AutomatedDiscoveryStatus, Classificati
4
4
  */
5
5
  export interface ListFindingsFiltersRequest {
6
6
  /**
7
- * @public
8
7
  * <p>The maximum number of items to include in each page of a paginated response.</p>
8
+ * @public
9
9
  */
10
10
  maxResults?: number;
11
11
  /**
12
- * @public
13
12
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
13
+ * @public
14
14
  */
15
15
  nextToken?: string;
16
16
  }
@@ -19,13 +19,13 @@ export interface ListFindingsFiltersRequest {
19
19
  */
20
20
  export interface ListFindingsFiltersResponse {
21
21
  /**
22
- * @public
23
22
  * <p>An array of objects, one for each filter that's associated with the account.</p>
23
+ * @public
24
24
  */
25
25
  findingsFilterListItems?: FindingsFilterListItem[];
26
26
  /**
27
- * @public
28
27
  * <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
28
+ * @public
29
29
  */
30
30
  nextToken?: string;
31
31
  }
@@ -34,13 +34,13 @@ export interface ListFindingsFiltersResponse {
34
34
  */
35
35
  export interface ListInvitationsRequest {
36
36
  /**
37
- * @public
38
37
  * <p>The maximum number of items to include in each page of a paginated response.</p>
38
+ * @public
39
39
  */
40
40
  maxResults?: number;
41
41
  /**
42
- * @public
43
42
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
43
+ * @public
44
44
  */
45
45
  nextToken?: string;
46
46
  }
@@ -49,13 +49,13 @@ export interface ListInvitationsRequest {
49
49
  */
50
50
  export interface ListInvitationsResponse {
51
51
  /**
52
- * @public
53
52
  * <p>An array of objects, one for each invitation that was received by the account.</p>
53
+ * @public
54
54
  */
55
55
  invitations?: Invitation[];
56
56
  /**
57
- * @public
58
57
  * <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
58
+ * @public
59
59
  */
60
60
  nextToken?: string;
61
61
  }
@@ -64,8 +64,8 @@ export interface ListInvitationsResponse {
64
64
  */
65
65
  export interface ListManagedDataIdentifiersRequest {
66
66
  /**
67
- * @public
68
67
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
68
+ * @public
69
69
  */
70
70
  nextToken?: string;
71
71
  }
@@ -74,13 +74,13 @@ export interface ListManagedDataIdentifiersRequest {
74
74
  */
75
75
  export interface ListManagedDataIdentifiersResponse {
76
76
  /**
77
- * @public
78
77
  * <p>An array of objects, one for each managed data identifier.</p>
78
+ * @public
79
79
  */
80
80
  items?: ManagedDataIdentifierSummary[];
81
81
  /**
82
- * @public
83
82
  * <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
83
+ * @public
84
84
  */
85
85
  nextToken?: string;
86
86
  }
@@ -89,18 +89,18 @@ export interface ListManagedDataIdentifiersResponse {
89
89
  */
90
90
  export interface ListMembersRequest {
91
91
  /**
92
- * @public
93
92
  * <p>The maximum number of items to include in each page of a paginated response.</p>
93
+ * @public
94
94
  */
95
95
  maxResults?: number;
96
96
  /**
97
- * @public
98
97
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
98
+ * @public
99
99
  */
100
100
  nextToken?: string;
101
101
  /**
102
- * @public
103
102
  * <p>Specifies which accounts to include in the response, based on the status of an account's relationship with the administrator account. By default, the response includes only current member accounts. To include all accounts, set this value to false.</p>
103
+ * @public
104
104
  */
105
105
  onlyAssociated?: string;
106
106
  }
@@ -109,13 +109,13 @@ export interface ListMembersRequest {
109
109
  */
110
110
  export interface ListMembersResponse {
111
111
  /**
112
- * @public
113
112
  * <p>An array of objects, one for each account that's associated with the administrator account and matches the criteria specified in the request.</p>
113
+ * @public
114
114
  */
115
115
  members?: Member[];
116
116
  /**
117
- * @public
118
117
  * <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
118
+ * @public
119
119
  */
120
120
  nextToken?: string;
121
121
  }
@@ -124,13 +124,13 @@ export interface ListMembersResponse {
124
124
  */
125
125
  export interface ListOrganizationAdminAccountsRequest {
126
126
  /**
127
- * @public
128
127
  * <p>The maximum number of items to include in each page of a paginated response.</p>
128
+ * @public
129
129
  */
130
130
  maxResults?: number;
131
131
  /**
132
- * @public
133
132
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
133
+ * @public
134
134
  */
135
135
  nextToken?: string;
136
136
  }
@@ -139,13 +139,13 @@ export interface ListOrganizationAdminAccountsRequest {
139
139
  */
140
140
  export interface ListOrganizationAdminAccountsResponse {
141
141
  /**
142
- * @public
143
142
  * <p>An array of objects, one for each delegated Amazon Macie administrator account for the organization. Only one of these accounts can have a status of ENABLED.</p>
143
+ * @public
144
144
  */
145
145
  adminAccounts?: AdminAccount[];
146
146
  /**
147
- * @public
148
147
  * <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
148
+ * @public
149
149
  */
150
150
  nextToken?: string;
151
151
  }
@@ -154,13 +154,13 @@ export interface ListOrganizationAdminAccountsResponse {
154
154
  */
155
155
  export interface ListResourceProfileArtifactsRequest {
156
156
  /**
157
- * @public
158
157
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
158
+ * @public
159
159
  */
160
160
  nextToken?: string;
161
161
  /**
162
- * @public
163
162
  * <p>The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.</p>
163
+ * @public
164
164
  */
165
165
  resourceArn: string | undefined;
166
166
  }
@@ -169,13 +169,13 @@ export interface ListResourceProfileArtifactsRequest {
169
169
  */
170
170
  export interface ListResourceProfileArtifactsResponse {
171
171
  /**
172
- * @public
173
172
  * <p>An array of objects, one for each of 1-100 S3 objects that Amazon Macie selected for analysis.</p> <p>If Macie has analyzed more than 100 objects in the bucket, Macie populates the array based on the value for the ResourceProfileArtifact.sensitive field for an object: true (sensitive), followed by false (not sensitive). Macie then populates any remaining items in the array with information about objects where the value for the ResourceProfileArtifact.classificationResultStatus field is SKIPPED.</p>
173
+ * @public
174
174
  */
175
175
  artifacts?: ResourceProfileArtifact[];
176
176
  /**
177
- * @public
178
177
  * <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
178
+ * @public
179
179
  */
180
180
  nextToken?: string;
181
181
  }
@@ -184,18 +184,18 @@ export interface ListResourceProfileArtifactsResponse {
184
184
  */
185
185
  export interface ListResourceProfileDetectionsRequest {
186
186
  /**
187
- * @public
188
187
  * <p>The maximum number of items to include in each page of a paginated response.</p>
188
+ * @public
189
189
  */
190
190
  maxResults?: number;
191
191
  /**
192
- * @public
193
192
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
193
+ * @public
194
194
  */
195
195
  nextToken?: string;
196
196
  /**
197
- * @public
198
197
  * <p>The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.</p>
198
+ * @public
199
199
  */
200
200
  resourceArn: string | undefined;
201
201
  }
@@ -204,13 +204,13 @@ export interface ListResourceProfileDetectionsRequest {
204
204
  */
205
205
  export interface ListResourceProfileDetectionsResponse {
206
206
  /**
207
- * @public
208
207
  * <p>An array of objects, one for each type of sensitive data that Amazon Macie found in the bucket. Each object reports the number of occurrences of the specified type and provides information about the custom data identifier or managed data identifier that detected the data.</p>
208
+ * @public
209
209
  */
210
210
  detections?: Detection[];
211
211
  /**
212
- * @public
213
212
  * <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
213
+ * @public
214
214
  */
215
215
  nextToken?: string;
216
216
  }
@@ -219,13 +219,13 @@ export interface ListResourceProfileDetectionsResponse {
219
219
  */
220
220
  export interface ListSensitivityInspectionTemplatesRequest {
221
221
  /**
222
- * @public
223
222
  * <p>The maximum number of items to include in each page of a paginated response.</p>
223
+ * @public
224
224
  */
225
225
  maxResults?: number;
226
226
  /**
227
- * @public
228
227
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
228
+ * @public
229
229
  */
230
230
  nextToken?: string;
231
231
  }
@@ -234,13 +234,13 @@ export interface ListSensitivityInspectionTemplatesRequest {
234
234
  */
235
235
  export interface ListSensitivityInspectionTemplatesResponse {
236
236
  /**
237
- * @public
238
237
  * <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
238
+ * @public
239
239
  */
240
240
  nextToken?: string;
241
241
  /**
242
- * @public
243
242
  * <p>An array that specifies the unique identifier and name of the sensitivity inspection template for the account.</p>
243
+ * @public
244
244
  */
245
245
  sensitivityInspectionTemplates?: SensitivityInspectionTemplatesEntry[];
246
246
  }
@@ -249,8 +249,8 @@ export interface ListSensitivityInspectionTemplatesResponse {
249
249
  */
250
250
  export interface ListTagsForResourceRequest {
251
251
  /**
252
- * @public
253
252
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
253
+ * @public
254
254
  */
255
255
  resourceArn: string | undefined;
256
256
  }
@@ -259,8 +259,8 @@ export interface ListTagsForResourceRequest {
259
259
  */
260
260
  export interface ListTagsForResourceResponse {
261
261
  /**
262
- * @public
263
262
  * <p>A map of key-value pairs that specifies which tags (keys and values) are associated with the resource.</p>
263
+ * @public
264
264
  */
265
265
  tags?: Record<string, string>;
266
266
  }
@@ -269,8 +269,8 @@ export interface ListTagsForResourceResponse {
269
269
  */
270
270
  export interface PutClassificationExportConfigurationRequest {
271
271
  /**
272
- * @public
273
272
  * <p>The location to store data classification results in, and the encryption settings to use when storing results in that location.</p>
273
+ * @public
274
274
  */
275
275
  configuration: ClassificationExportConfiguration | undefined;
276
276
  }
@@ -279,8 +279,8 @@ export interface PutClassificationExportConfigurationRequest {
279
279
  */
280
280
  export interface PutClassificationExportConfigurationResponse {
281
281
  /**
282
- * @public
283
282
  * <p>The location where the data classification results are stored, and the encryption settings that are used when storing results in that location.</p>
283
+ * @public
284
284
  */
285
285
  configuration?: ClassificationExportConfiguration;
286
286
  }
@@ -289,13 +289,13 @@ export interface PutClassificationExportConfigurationResponse {
289
289
  */
290
290
  export interface PutFindingsPublicationConfigurationRequest {
291
291
  /**
292
- * @public
293
292
  * <p>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</p>
293
+ * @public
294
294
  */
295
295
  clientToken?: string;
296
296
  /**
297
- * @public
298
297
  * <p>The configuration settings that determine which findings to publish to Security Hub.</p>
298
+ * @public
299
299
  */
300
300
  securityHubConfiguration?: SecurityHubConfiguration;
301
301
  }
@@ -305,29 +305,29 @@ export interface PutFindingsPublicationConfigurationRequest {
305
305
  export interface PutFindingsPublicationConfigurationResponse {
306
306
  }
307
307
  /**
308
- * @public
309
308
  * <p>Specifies property- and tag-based conditions that define filter criteria for including or excluding Amazon Web Services resources from the query results.</p>
309
+ * @public
310
310
  */
311
311
  export interface SearchResourcesCriteriaBlock {
312
312
  /**
313
- * @public
314
313
  * <p>An array of objects, one for each property- or tag-based condition that includes or excludes resources from the query results. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.</p>
314
+ * @public
315
315
  */
316
316
  and?: SearchResourcesCriteria[];
317
317
  }
318
318
  /**
319
- * @public
320
319
  * <p>Specifies property- and tag-based conditions that define filter criteria for including or excluding S3 buckets from the query results. Exclude conditions take precedence over include conditions.</p>
320
+ * @public
321
321
  */
322
322
  export interface SearchResourcesBucketCriteria {
323
323
  /**
324
- * @public
325
324
  * <p>The property- and tag-based conditions that determine which buckets to exclude from the results.</p>
325
+ * @public
326
326
  */
327
327
  excludes?: SearchResourcesCriteriaBlock;
328
328
  /**
329
- * @public
330
329
  * <p>The property- and tag-based conditions that determine which buckets to include in the results.</p>
330
+ * @public
331
331
  */
332
332
  includes?: SearchResourcesCriteriaBlock;
333
333
  }
@@ -346,18 +346,18 @@ export declare const SearchResourcesSortAttributeName: {
346
346
  */
347
347
  export type SearchResourcesSortAttributeName = (typeof SearchResourcesSortAttributeName)[keyof typeof SearchResourcesSortAttributeName];
348
348
  /**
349
- * @public
350
349
  * <p>Specifies criteria for sorting the results of a query for information about Amazon Web Services resources that Amazon Macie monitors and analyzes.</p>
350
+ * @public
351
351
  */
352
352
  export interface SearchResourcesSortCriteria {
353
353
  /**
354
- * @public
355
354
  * <p>The property to sort the results by.</p>
355
+ * @public
356
356
  */
357
357
  attributeName?: SearchResourcesSortAttributeName;
358
358
  /**
359
- * @public
360
359
  * <p>The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.</p>
360
+ * @public
361
361
  */
362
362
  orderBy?: OrderBy;
363
363
  }
@@ -366,23 +366,23 @@ export interface SearchResourcesSortCriteria {
366
366
  */
367
367
  export interface SearchResourcesRequest {
368
368
  /**
369
- * @public
370
369
  * <p>The filter conditions that determine which S3 buckets to include or exclude from the query results.</p>
370
+ * @public
371
371
  */
372
372
  bucketCriteria?: SearchResourcesBucketCriteria;
373
373
  /**
374
- * @public
375
374
  * <p>The maximum number of items to include in each page of the response. The default value is 50.</p>
375
+ * @public
376
376
  */
377
377
  maxResults?: number;
378
378
  /**
379
- * @public
380
379
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
380
+ * @public
381
381
  */
382
382
  nextToken?: string;
383
383
  /**
384
- * @public
385
384
  * <p>The criteria to use to sort the results.</p>
385
+ * @public
386
386
  */
387
387
  sortCriteria?: SearchResourcesSortCriteria;
388
388
  }
@@ -391,13 +391,13 @@ export interface SearchResourcesRequest {
391
391
  */
392
392
  export interface SearchResourcesResponse {
393
393
  /**
394
- * @public
395
394
  * <p>An array of objects, one for each resource that matches the filter criteria specified in the request.</p>
395
+ * @public
396
396
  */
397
397
  matchingResources?: MatchingResource[];
398
398
  /**
399
- * @public
400
399
  * <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
400
+ * @public
401
401
  */
402
402
  nextToken?: string;
403
403
  }
@@ -406,13 +406,13 @@ export interface SearchResourcesResponse {
406
406
  */
407
407
  export interface TagResourceRequest {
408
408
  /**
409
- * @public
410
409
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
410
+ * @public
411
411
  */
412
412
  resourceArn: string | undefined;
413
413
  /**
414
- * @public
415
414
  * <p>A map of key-value pairs that specifies the tags to associate with the resource.</p> <p>A resource can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.</p>
415
+ * @public
416
416
  */
417
417
  tags: Record<string, string> | undefined;
418
418
  }
@@ -426,28 +426,28 @@ export interface TagResourceResponse {
426
426
  */
427
427
  export interface TestCustomDataIdentifierRequest {
428
428
  /**
429
- * @public
430
429
  * <p>An array that lists specific character sequences (<i>ignore words</i>) to exclude from the results. If the text matched by the regular expression contains any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4-90 UTF-8 characters. Ignore words are case sensitive.</p>
430
+ * @public
431
431
  */
432
432
  ignoreWords?: string[];
433
433
  /**
434
- * @public
435
434
  * <p>An array that lists specific character sequences (<i>keywords</i>), one of which must precede and be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 3-90 UTF-8 characters. Keywords aren't case sensitive.</p>
435
+ * @public
436
436
  */
437
437
  keywords?: string[];
438
438
  /**
439
- * @public
440
439
  * <p>The maximum number of characters that can exist between the end of at least one complete character sequence specified by the keywords array and the end of the text that matches the regex pattern. If a complete keyword precedes all the text that matches the pattern and the keyword is within the specified distance, Amazon Macie includes the result. The distance can be 1-300 characters. The default value is 50.</p>
440
+ * @public
441
441
  */
442
442
  maximumMatchDistance?: number;
443
443
  /**
444
- * @public
445
444
  * <p>The regular expression (<i>regex</i>) that defines the pattern to match. The expression can contain as many as 512 characters.</p>
445
+ * @public
446
446
  */
447
447
  regex: string | undefined;
448
448
  /**
449
- * @public
450
449
  * <p>The sample text to inspect by using the custom data identifier. The text can contain as many as 1,000 characters.</p>
450
+ * @public
451
451
  */
452
452
  sampleText: string | undefined;
453
453
  }
@@ -456,8 +456,8 @@ export interface TestCustomDataIdentifierRequest {
456
456
  */
457
457
  export interface TestCustomDataIdentifierResponse {
458
458
  /**
459
- * @public
460
459
  * <p>The number of occurrences of sample text that matched the criteria specified by the custom data identifier.</p>
460
+ * @public
461
461
  */
462
462
  matchCount?: number;
463
463
  }
@@ -466,13 +466,13 @@ export interface TestCustomDataIdentifierResponse {
466
466
  */
467
467
  export interface UntagResourceRequest {
468
468
  /**
469
- * @public
470
469
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
470
+ * @public
471
471
  */
472
472
  resourceArn: string | undefined;
473
473
  /**
474
- * @public
475
474
  * <p>One or more tags (keys) to remove from the resource. In an HTTP request to remove multiple tags, append the tagKeys parameter and argument for each tag to remove, separated by an ampersand (&amp;).</p>
475
+ * @public
476
476
  */
477
477
  tagKeys: string[] | undefined;
478
478
  }
@@ -486,23 +486,23 @@ export interface UntagResourceResponse {
486
486
  */
487
487
  export interface UpdateAllowListRequest {
488
488
  /**
489
- * @public
490
489
  * <p>The criteria that specify the text or text pattern to ignore. The criteria can be the location and name of an S3 object that lists specific text to ignore (s3WordsList), or a regular expression that defines a text pattern to ignore (regex).</p> <p>You can change a list's underlying criteria, such as the name of the S3 object or the regular expression to use. However, you can't change the type from s3WordsList to regex or the other way around.</p>
490
+ * @public
491
491
  */
492
492
  criteria: AllowListCriteria | undefined;
493
493
  /**
494
- * @public
495
494
  * <p>A custom description of the allow list. The description can contain as many as 512 characters.</p>
495
+ * @public
496
496
  */
497
497
  description?: string;
498
498
  /**
499
- * @public
500
499
  * <p>The unique identifier for the Amazon Macie resource that the request applies to.</p>
500
+ * @public
501
501
  */
502
502
  id: string | undefined;
503
503
  /**
504
- * @public
505
504
  * <p>A custom name for the allow list. The name can contain as many as 128 characters.</p>
505
+ * @public
506
506
  */
507
507
  name: string | undefined;
508
508
  }
@@ -511,13 +511,13 @@ export interface UpdateAllowListRequest {
511
511
  */
512
512
  export interface UpdateAllowListResponse {
513
513
  /**
514
- * @public
515
514
  * <p>The Amazon Resource Name (ARN) of the allow list.</p>
515
+ * @public
516
516
  */
517
517
  arn?: string;
518
518
  /**
519
- * @public
520
519
  * <p>The unique identifier for the allow list.</p>
520
+ * @public
521
521
  */
522
522
  id?: string;
523
523
  }
@@ -526,8 +526,8 @@ export interface UpdateAllowListResponse {
526
526
  */
527
527
  export interface UpdateAutomatedDiscoveryConfigurationRequest {
528
528
  /**
529
- * @public
530
529
  * <p>The new status of automated sensitive data discovery for the account. Valid values are: ENABLED, start or resume automated sensitive data discovery activities for the account; and, DISABLED, stop performing automated sensitive data discovery activities for the account.</p> <p>When you enable automated sensitive data discovery for the first time, Amazon Macie uses default configuration settings to determine which data sources to analyze and which managed data identifiers to use. To change these settings, use the UpdateClassificationScope and UpdateSensitivityInspectionTemplate operations, respectively. If you change the settings and subsequently disable the configuration, Amazon Macie retains your changes.</p>
530
+ * @public
531
531
  */
532
532
  status: AutomatedDiscoveryStatus | undefined;
533
533
  }
@@ -541,13 +541,13 @@ export interface UpdateAutomatedDiscoveryConfigurationResponse {
541
541
  */
542
542
  export interface UpdateClassificationJobRequest {
543
543
  /**
544
- * @public
545
544
  * <p>The unique identifier for the classification job.</p>
545
+ * @public
546
546
  */
547
547
  jobId: string | undefined;
548
548
  /**
549
- * @public
550
549
  * <p>The new status for the job. Valid values are:</p> <ul><li><p>CANCELLED - Stops the job permanently and cancels it. This value is valid only if the job's current status is IDLE, PAUSED, RUNNING, or USER_PAUSED.</p> <p>If you specify this value and the job's current status is RUNNING, Amazon Macie immediately begins to stop all processing tasks for the job. You can't resume or restart a job after you cancel it.</p></li> <li><p>RUNNING - Resumes the job. This value is valid only if the job's current status is USER_PAUSED.</p> <p>If you paused the job while it was actively running and you specify this value less than 30 days after you paused the job, Macie immediately resumes processing from the point where you paused the job. Otherwise, Macie resumes the job according to the schedule and other settings for the job.</p></li> <li><p>USER_PAUSED - Pauses the job temporarily. This value is valid only if the job's current status is IDLE, PAUSED, or RUNNING. If you specify this value and the job's current status is RUNNING, Macie immediately begins to pause all processing tasks for the job.</p> <p>If you pause a one-time job and you don't resume it within 30 days, the job expires and Macie cancels the job. If you pause a recurring job when its status is RUNNING and you don't resume it within 30 days, the job run expires and Macie cancels the run. To check the expiration date, refer to the UserPausedDetails.jobExpiresAt property.</p></li></ul>
550
+ * @public
551
551
  */
552
552
  jobStatus: JobStatus | undefined;
553
553
  }
@@ -557,29 +557,29 @@ export interface UpdateClassificationJobRequest {
557
557
  export interface UpdateClassificationJobResponse {
558
558
  }
559
559
  /**
560
- * @public
561
560
  * <p>Specifies S3 buckets to add or remove from the exclusion list defined by the classification scope for an Amazon Macie account.</p>
561
+ * @public
562
562
  */
563
563
  export interface S3ClassificationScopeExclusionUpdate {
564
564
  /**
565
- * @public
566
565
  * <p>Depending on the value specified for the update operation (ClassificationScopeUpdateOperation), an array of strings that: lists the names of buckets to add or remove from the list, or specifies a new set of bucket names that overwrites all existing names in the list. Each string must be the full name of an S3 bucket. Values are case sensitive.</p>
566
+ * @public
567
567
  */
568
568
  bucketNames: string[] | undefined;
569
569
  /**
570
- * @public
571
570
  * <p>Specifies how to apply the changes to the exclusion list. Valid values are:</p> <ul><li><p>ADD - Append the specified bucket names to the current list.</p></li> <li><p>REMOVE - Remove the specified bucket names from the current list.</p></li> <li><p>REPLACE - Overwrite the current list with the specified list of bucket names. If you specify this value, Amazon Macie removes all existing names from the list and adds all the specified names to the list.</p></li></ul>
571
+ * @public
572
572
  */
573
573
  operation: ClassificationScopeUpdateOperation | undefined;
574
574
  }
575
575
  /**
576
- * @public
577
576
  * <p>Specifies changes to the list of S3 buckets that are excluded from automated sensitive data discovery for an Amazon Macie account.</p>
577
+ * @public
578
578
  */
579
579
  export interface S3ClassificationScopeUpdate {
580
580
  /**
581
- * @public
582
581
  * <p>The names of the S3 buckets to add or remove from the list.</p>
582
+ * @public
583
583
  */
584
584
  excludes: S3ClassificationScopeExclusionUpdate | undefined;
585
585
  }
@@ -588,13 +588,13 @@ export interface S3ClassificationScopeUpdate {
588
588
  */
589
589
  export interface UpdateClassificationScopeRequest {
590
590
  /**
591
- * @public
592
591
  * <p>The unique identifier for the Amazon Macie resource that the request applies to.</p>
592
+ * @public
593
593
  */
594
594
  id: string | undefined;
595
595
  /**
596
- * @public
597
596
  * <p>The S3 buckets to add or remove from the exclusion list defined by the classification scope.</p>
597
+ * @public
598
598
  */
599
599
  s3?: S3ClassificationScopeUpdate;
600
600
  }
@@ -608,38 +608,38 @@ export interface UpdateClassificationScopeResponse {
608
608
  */
609
609
  export interface UpdateFindingsFilterRequest {
610
610
  /**
611
- * @public
612
611
  * <p>The action to perform on findings that match the filter criteria (findingCriteria). Valid values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.</p>
612
+ * @public
613
613
  */
614
614
  action?: FindingsFilterAction;
615
615
  /**
616
- * @public
617
616
  * <p>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</p>
617
+ * @public
618
618
  */
619
619
  clientToken?: string;
620
620
  /**
621
- * @public
622
621
  * <p>A custom description of the filter. The description can contain as many as 512 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users of your account might be able to see this description, depending on the actions that they're allowed to perform in Amazon Macie.</p>
622
+ * @public
623
623
  */
624
624
  description?: string;
625
625
  /**
626
- * @public
627
626
  * <p>The criteria to use to filter findings.</p>
627
+ * @public
628
628
  */
629
629
  findingCriteria?: FindingCriteria;
630
630
  /**
631
- * @public
632
631
  * <p>The unique identifier for the Amazon Macie resource that the request applies to.</p>
632
+ * @public
633
633
  */
634
634
  id: string | undefined;
635
635
  /**
636
- * @public
637
636
  * <p>A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users of your account might be able to see this name, depending on the actions that they're allowed to perform in Amazon Macie.</p>
637
+ * @public
638
638
  */
639
639
  name?: string;
640
640
  /**
641
- * @public
642
641
  * <p>The position of the filter in the list of saved filters on the Amazon Macie console. This value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to the findings.</p>
642
+ * @public
643
643
  */
644
644
  position?: number;
645
645
  }
@@ -648,13 +648,13 @@ export interface UpdateFindingsFilterRequest {
648
648
  */
649
649
  export interface UpdateFindingsFilterResponse {
650
650
  /**
651
- * @public
652
651
  * <p>The Amazon Resource Name (ARN) of the filter that was updated.</p>
652
+ * @public
653
653
  */
654
654
  arn?: string;
655
655
  /**
656
- * @public
657
656
  * <p>The unique identifier for the filter that was updated.</p>
657
+ * @public
658
658
  */
659
659
  id?: string;
660
660
  }
@@ -663,13 +663,13 @@ export interface UpdateFindingsFilterResponse {
663
663
  */
664
664
  export interface UpdateMacieSessionRequest {
665
665
  /**
666
- * @public
667
666
  * <p>Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).</p>
667
+ * @public
668
668
  */
669
669
  findingPublishingFrequency?: FindingPublishingFrequency;
670
670
  /**
671
- * @public
672
671
  * <p>Specifies a new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.</p>
672
+ * @public
673
673
  */
674
674
  status?: MacieStatus;
675
675
  }
@@ -683,13 +683,13 @@ export interface UpdateMacieSessionResponse {
683
683
  */
684
684
  export interface UpdateMemberSessionRequest {
685
685
  /**
686
- * @public
687
686
  * <p>The unique identifier for the Amazon Macie resource that the request applies to.</p>
687
+ * @public
688
688
  */
689
689
  id: string | undefined;
690
690
  /**
691
- * @public
692
691
  * <p>Specifies the new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.</p>
692
+ * @public
693
693
  */
694
694
  status: MacieStatus | undefined;
695
695
  }
@@ -703,8 +703,8 @@ export interface UpdateMemberSessionResponse {
703
703
  */
704
704
  export interface UpdateOrganizationConfigurationRequest {
705
705
  /**
706
- * @public
707
706
  * <p>Specifies whether to enable Amazon Macie automatically for an account when the account is added to the organization in Organizations.</p>
707
+ * @public
708
708
  */
709
709
  autoEnable: boolean | undefined;
710
710
  }
@@ -718,13 +718,13 @@ export interface UpdateOrganizationConfigurationResponse {
718
718
  */
719
719
  export interface UpdateResourceProfileRequest {
720
720
  /**
721
- * @public
722
721
  * <p>The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.</p>
722
+ * @public
723
723
  */
724
724
  resourceArn: string | undefined;
725
725
  /**
726
- * @public
727
726
  * <p>The new sensitivity score for the bucket. Valid values are: 100, assign the maximum score and apply the <i>Sensitive</i> label to the bucket; and, null (empty), assign a score that Amazon Macie calculates automatically after you submit the request.</p>
727
+ * @public
728
728
  */
729
729
  sensitivityScoreOverride?: number;
730
730
  }
@@ -738,13 +738,13 @@ export interface UpdateResourceProfileResponse {
738
738
  */
739
739
  export interface UpdateResourceProfileDetectionsRequest {
740
740
  /**
741
- * @public
742
741
  * <p>The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.</p>
742
+ * @public
743
743
  */
744
744
  resourceArn: string | undefined;
745
745
  /**
746
- * @public
747
746
  * <p>An array of objects, one for each custom data identifier or managed data identifier that detected the type of sensitive data to start excluding or including in the bucket's score. To start including all sensitive data types in the score, don't specify any values for this array.</p>
747
+ * @public
748
748
  */
749
749
  suppressDataIdentifiers?: SuppressDataIdentifier[];
750
750
  }
@@ -754,18 +754,18 @@ export interface UpdateResourceProfileDetectionsRequest {
754
754
  export interface UpdateResourceProfileDetectionsResponse {
755
755
  }
756
756
  /**
757
- * @public
758
757
  * <p>Specifies the access method and settings to use when retrieving occurrences of sensitive data reported by findings. If your request specifies an Identity and Access Management (IAM) role to assume, Amazon Macie verifies that the role exists and the attached policies are configured correctly. If there's an issue, Macie returns an error. For information about addressing the issue, see <a href="https://docs.aws.amazon.com/macie/latest/user/findings-retrieve-sd-options.html">Configuration options and requirements for retrieving sensitive data samples</a> in the <i>Amazon Macie User Guide</i>.</p>
758
+ * @public
759
759
  */
760
760
  export interface UpdateRetrievalConfiguration {
761
761
  /**
762
- * @public
763
762
  * <p>The access method to use when retrieving sensitive data from affected S3 objects. Valid values are: ASSUME_ROLE, assume an IAM role that is in the affected Amazon Web Services account and delegates access to Amazon Macie; and, CALLER_CREDENTIALS, use the credentials of the IAM user who requests the sensitive data. If you specify ASSUME_ROLE, also specify the name of an existing IAM role for Macie to assume (roleName).</p> <important><p>If you change this value from ASSUME_ROLE to CALLER_CREDENTIALS for an existing configuration, Macie permanently deletes the external ID and role name currently specified for the configuration. These settings can't be recovered after they're deleted.</p></important>
763
+ * @public
764
764
  */
765
765
  retrievalMode: RetrievalMode | undefined;
766
766
  /**
767
- * @public
768
767
  * <p>The name of the IAM role that is in the affected Amazon Web Services account and Amazon Macie is allowed to assume when retrieving sensitive data from affected S3 objects for the account. The trust and permissions policies for the role must meet all requirements for Macie to assume the role.</p>
768
+ * @public
769
769
  */
770
770
  roleName?: string;
771
771
  }
@@ -774,13 +774,13 @@ export interface UpdateRetrievalConfiguration {
774
774
  */
775
775
  export interface UpdateRevealConfigurationRequest {
776
776
  /**
777
- * @public
778
777
  * <p>The KMS key to use to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.</p>
778
+ * @public
779
779
  */
780
780
  configuration: RevealConfiguration | undefined;
781
781
  /**
782
- * @public
783
782
  * <p>The access method and settings to use when retrieving the sensitive data.</p>
783
+ * @public
784
784
  */
785
785
  retrievalConfiguration?: UpdateRetrievalConfiguration;
786
786
  }
@@ -789,13 +789,13 @@ export interface UpdateRevealConfigurationRequest {
789
789
  */
790
790
  export interface UpdateRevealConfigurationResponse {
791
791
  /**
792
- * @public
793
792
  * <p>The KMS key to use to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.</p>
793
+ * @public
794
794
  */
795
795
  configuration?: RevealConfiguration;
796
796
  /**
797
- * @public
798
797
  * <p>The access method and settings to use when retrieving the sensitive data.</p>
798
+ * @public
799
799
  */
800
800
  retrievalConfiguration?: RetrievalConfiguration;
801
801
  }
@@ -804,23 +804,23 @@ export interface UpdateRevealConfigurationResponse {
804
804
  */
805
805
  export interface UpdateSensitivityInspectionTemplateRequest {
806
806
  /**
807
- * @public
808
807
  * <p>A custom description of the template. The description can contain as many as 200 characters.</p>
808
+ * @public
809
809
  */
810
810
  description?: string;
811
811
  /**
812
- * @public
813
812
  * <p>The managed data identifiers to explicitly exclude (not use) when analyzing data.</p> <p>To exclude an allow list or custom data identifier that's currently included by the template, update the values for the SensitivityInspectionTemplateIncludes.allowListIds and SensitivityInspectionTemplateIncludes.customDataIdentifierIds properties, respectively.</p>
813
+ * @public
814
814
  */
815
815
  excludes?: SensitivityInspectionTemplateExcludes;
816
816
  /**
817
- * @public
818
817
  * <p>The unique identifier for the Amazon Macie resource that the request applies to.</p>
818
+ * @public
819
819
  */
820
820
  id: string | undefined;
821
821
  /**
822
- * @public
823
822
  * <p>The allow lists, custom data identifiers, and managed data identifiers to explicitly include (use) when analyzing data.</p>
823
+ * @public
824
824
  */
825
825
  includes?: SensitivityInspectionTemplateIncludes;
826
826
  }