aws-sdk-macie2 1.65.0 → 1.66.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.
data/sig/types.rbs ADDED
@@ -0,0 +1,2000 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::Macie2
9
+ module Types
10
+
11
+ class AcceptInvitationRequest
12
+ attr_accessor administrator_account_id: ::String
13
+ attr_accessor invitation_id: ::String
14
+ attr_accessor master_account: ::String
15
+ SENSITIVE: []
16
+ end
17
+
18
+ class AcceptInvitationResponse < Aws::EmptyStructure
19
+ end
20
+
21
+ class AccessControlList
22
+ attr_accessor allows_public_read_access: bool
23
+ attr_accessor allows_public_write_access: bool
24
+ SENSITIVE: []
25
+ end
26
+
27
+ class AccessDeniedException
28
+ attr_accessor message: ::String
29
+ SENSITIVE: []
30
+ end
31
+
32
+ class AccountDetail
33
+ attr_accessor account_id: ::String
34
+ attr_accessor email: ::String
35
+ SENSITIVE: []
36
+ end
37
+
38
+ class AccountLevelPermissions
39
+ attr_accessor block_public_access: Types::BlockPublicAccess
40
+ SENSITIVE: []
41
+ end
42
+
43
+ class AdminAccount
44
+ attr_accessor account_id: ::String
45
+ attr_accessor status: ("ENABLED" | "DISABLING_IN_PROGRESS")
46
+ SENSITIVE: []
47
+ end
48
+
49
+ class AllowListCriteria
50
+ attr_accessor regex: ::String
51
+ attr_accessor s3_words_list: Types::S3WordsList
52
+ SENSITIVE: []
53
+ end
54
+
55
+ class AllowListStatus
56
+ attr_accessor code: ("OK" | "S3_OBJECT_NOT_FOUND" | "S3_USER_ACCESS_DENIED" | "S3_OBJECT_ACCESS_DENIED" | "S3_THROTTLED" | "S3_OBJECT_OVERSIZE" | "S3_OBJECT_EMPTY" | "UNKNOWN_ERROR")
57
+ attr_accessor description: ::String
58
+ SENSITIVE: []
59
+ end
60
+
61
+ class AllowListSummary
62
+ attr_accessor arn: ::String
63
+ attr_accessor created_at: ::Time
64
+ attr_accessor description: ::String
65
+ attr_accessor id: ::String
66
+ attr_accessor name: ::String
67
+ attr_accessor updated_at: ::Time
68
+ SENSITIVE: []
69
+ end
70
+
71
+ class ApiCallDetails
72
+ attr_accessor api: ::String
73
+ attr_accessor api_service_name: ::String
74
+ attr_accessor first_seen: ::Time
75
+ attr_accessor last_seen: ::Time
76
+ SENSITIVE: []
77
+ end
78
+
79
+ class AssumedRole
80
+ attr_accessor access_key_id: ::String
81
+ attr_accessor account_id: ::String
82
+ attr_accessor arn: ::String
83
+ attr_accessor principal_id: ::String
84
+ attr_accessor session_context: Types::SessionContext
85
+ SENSITIVE: []
86
+ end
87
+
88
+ class AwsAccount
89
+ attr_accessor account_id: ::String
90
+ attr_accessor principal_id: ::String
91
+ SENSITIVE: []
92
+ end
93
+
94
+ class AwsService
95
+ attr_accessor invoked_by: ::String
96
+ SENSITIVE: []
97
+ end
98
+
99
+ class BatchGetCustomDataIdentifierSummary
100
+ attr_accessor arn: ::String
101
+ attr_accessor created_at: ::Time
102
+ attr_accessor deleted: bool
103
+ attr_accessor description: ::String
104
+ attr_accessor id: ::String
105
+ attr_accessor name: ::String
106
+ SENSITIVE: []
107
+ end
108
+
109
+ class BatchGetCustomDataIdentifiersRequest
110
+ attr_accessor ids: ::Array[::String]
111
+ SENSITIVE: []
112
+ end
113
+
114
+ class BatchGetCustomDataIdentifiersResponse
115
+ attr_accessor custom_data_identifiers: ::Array[Types::BatchGetCustomDataIdentifierSummary]
116
+ attr_accessor not_found_identifier_ids: ::Array[::String]
117
+ SENSITIVE: []
118
+ end
119
+
120
+ class BlockPublicAccess
121
+ attr_accessor block_public_acls: bool
122
+ attr_accessor block_public_policy: bool
123
+ attr_accessor ignore_public_acls: bool
124
+ attr_accessor restrict_public_buckets: bool
125
+ SENSITIVE: []
126
+ end
127
+
128
+ class BucketCountByEffectivePermission
129
+ attr_accessor publicly_accessible: ::Integer
130
+ attr_accessor publicly_readable: ::Integer
131
+ attr_accessor publicly_writable: ::Integer
132
+ attr_accessor unknown: ::Integer
133
+ SENSITIVE: []
134
+ end
135
+
136
+ class BucketCountByEncryptionType
137
+ attr_accessor kms_managed: ::Integer
138
+ attr_accessor s3_managed: ::Integer
139
+ attr_accessor unencrypted: ::Integer
140
+ attr_accessor unknown: ::Integer
141
+ SENSITIVE: []
142
+ end
143
+
144
+ class BucketCountBySharedAccessType
145
+ attr_accessor external: ::Integer
146
+ attr_accessor internal: ::Integer
147
+ attr_accessor not_shared: ::Integer
148
+ attr_accessor unknown: ::Integer
149
+ SENSITIVE: []
150
+ end
151
+
152
+ class BucketCountPolicyAllowsUnencryptedObjectUploads
153
+ attr_accessor allows_unencrypted_object_uploads: ::Integer
154
+ attr_accessor denies_unencrypted_object_uploads: ::Integer
155
+ attr_accessor unknown: ::Integer
156
+ SENSITIVE: []
157
+ end
158
+
159
+ class BucketCriteriaAdditionalProperties
160
+ attr_accessor eq: ::Array[::String]
161
+ attr_accessor gt: ::Integer
162
+ attr_accessor gte: ::Integer
163
+ attr_accessor lt: ::Integer
164
+ attr_accessor lte: ::Integer
165
+ attr_accessor neq: ::Array[::String]
166
+ attr_accessor prefix: ::String
167
+ SENSITIVE: []
168
+ end
169
+
170
+ class BucketLevelPermissions
171
+ attr_accessor access_control_list: Types::AccessControlList
172
+ attr_accessor block_public_access: Types::BlockPublicAccess
173
+ attr_accessor bucket_policy: Types::BucketPolicy
174
+ SENSITIVE: []
175
+ end
176
+
177
+ class BucketMetadata
178
+ attr_accessor account_id: ::String
179
+ attr_accessor allows_unencrypted_object_uploads: ("TRUE" | "FALSE" | "UNKNOWN")
180
+ attr_accessor bucket_arn: ::String
181
+ attr_accessor bucket_created_at: ::Time
182
+ attr_accessor bucket_name: ::String
183
+ attr_accessor classifiable_object_count: ::Integer
184
+ attr_accessor classifiable_size_in_bytes: ::Integer
185
+ attr_accessor error_code: ("ACCESS_DENIED")
186
+ attr_accessor error_message: ::String
187
+ attr_accessor job_details: Types::JobDetails
188
+ attr_accessor last_automated_discovery_time: ::Time
189
+ attr_accessor last_updated: ::Time
190
+ attr_accessor object_count: ::Integer
191
+ attr_accessor object_count_by_encryption_type: Types::ObjectCountByEncryptionType
192
+ attr_accessor public_access: Types::BucketPublicAccess
193
+ attr_accessor region: ::String
194
+ attr_accessor replication_details: Types::ReplicationDetails
195
+ attr_accessor sensitivity_score: ::Integer
196
+ attr_accessor server_side_encryption: Types::BucketServerSideEncryption
197
+ attr_accessor shared_access: ("EXTERNAL" | "INTERNAL" | "NOT_SHARED" | "UNKNOWN")
198
+ attr_accessor size_in_bytes: ::Integer
199
+ attr_accessor size_in_bytes_compressed: ::Integer
200
+ attr_accessor tags: ::Array[Types::KeyValuePair]
201
+ attr_accessor unclassifiable_object_count: Types::ObjectLevelStatistics
202
+ attr_accessor unclassifiable_object_size_in_bytes: Types::ObjectLevelStatistics
203
+ attr_accessor versioning: bool
204
+ SENSITIVE: []
205
+ end
206
+
207
+ class BucketPermissionConfiguration
208
+ attr_accessor account_level_permissions: Types::AccountLevelPermissions
209
+ attr_accessor bucket_level_permissions: Types::BucketLevelPermissions
210
+ SENSITIVE: []
211
+ end
212
+
213
+ class BucketPolicy
214
+ attr_accessor allows_public_read_access: bool
215
+ attr_accessor allows_public_write_access: bool
216
+ SENSITIVE: []
217
+ end
218
+
219
+ class BucketPublicAccess
220
+ attr_accessor effective_permission: ("PUBLIC" | "NOT_PUBLIC" | "UNKNOWN")
221
+ attr_accessor permission_configuration: Types::BucketPermissionConfiguration
222
+ SENSITIVE: []
223
+ end
224
+
225
+ class BucketServerSideEncryption
226
+ attr_accessor kms_master_key_id: ::String
227
+ attr_accessor type: ("NONE" | "AES256" | "aws:kms" | "aws:kms:dsse")
228
+ SENSITIVE: []
229
+ end
230
+
231
+ class BucketSortCriteria
232
+ attr_accessor attribute_name: ::String
233
+ attr_accessor order_by: ("ASC" | "DESC")
234
+ SENSITIVE: []
235
+ end
236
+
237
+ class BucketStatisticsBySensitivity
238
+ attr_accessor classification_error: Types::SensitivityAggregations
239
+ attr_accessor not_classified: Types::SensitivityAggregations
240
+ attr_accessor not_sensitive: Types::SensitivityAggregations
241
+ attr_accessor sensitive: Types::SensitivityAggregations
242
+ SENSITIVE: []
243
+ end
244
+
245
+ class Cell
246
+ attr_accessor cell_reference: ::String
247
+ attr_accessor column: ::Integer
248
+ attr_accessor column_name: ::String
249
+ attr_accessor row: ::Integer
250
+ SENSITIVE: []
251
+ end
252
+
253
+ class ClassificationDetails
254
+ attr_accessor detailed_results_location: ::String
255
+ attr_accessor job_arn: ::String
256
+ attr_accessor job_id: ::String
257
+ attr_accessor origin_type: ("SENSITIVE_DATA_DISCOVERY_JOB" | "AUTOMATED_SENSITIVE_DATA_DISCOVERY")
258
+ attr_accessor result: Types::ClassificationResult
259
+ SENSITIVE: []
260
+ end
261
+
262
+ class ClassificationExportConfiguration
263
+ attr_accessor s3_destination: Types::S3Destination
264
+ SENSITIVE: []
265
+ end
266
+
267
+ class ClassificationResult
268
+ attr_accessor additional_occurrences: bool
269
+ attr_accessor custom_data_identifiers: Types::CustomDataIdentifiers
270
+ attr_accessor mime_type: ::String
271
+ attr_accessor sensitive_data: ::Array[Types::SensitiveDataItem]
272
+ attr_accessor size_classified: ::Integer
273
+ attr_accessor status: Types::ClassificationResultStatus
274
+ SENSITIVE: []
275
+ end
276
+
277
+ class ClassificationResultStatus
278
+ attr_accessor code: ::String
279
+ attr_accessor reason: ::String
280
+ SENSITIVE: []
281
+ end
282
+
283
+ class ClassificationScopeSummary
284
+ attr_accessor id: ::String
285
+ attr_accessor name: ::String
286
+ SENSITIVE: []
287
+ end
288
+
289
+ class ConflictException
290
+ attr_accessor message: ::String
291
+ SENSITIVE: []
292
+ end
293
+
294
+ class CreateAllowListRequest
295
+ attr_accessor client_token: ::String
296
+ attr_accessor criteria: Types::AllowListCriteria
297
+ attr_accessor description: ::String
298
+ attr_accessor name: ::String
299
+ attr_accessor tags: ::Hash[::String, ::String]
300
+ SENSITIVE: []
301
+ end
302
+
303
+ class CreateAllowListResponse
304
+ attr_accessor arn: ::String
305
+ attr_accessor id: ::String
306
+ SENSITIVE: []
307
+ end
308
+
309
+ class CreateClassificationJobRequest
310
+ attr_accessor allow_list_ids: ::Array[::String]
311
+ attr_accessor client_token: ::String
312
+ attr_accessor custom_data_identifier_ids: ::Array[::String]
313
+ attr_accessor description: ::String
314
+ attr_accessor initial_run: bool
315
+ attr_accessor job_type: ("ONE_TIME" | "SCHEDULED")
316
+ attr_accessor managed_data_identifier_ids: ::Array[::String]
317
+ attr_accessor managed_data_identifier_selector: ("ALL" | "EXCLUDE" | "INCLUDE" | "NONE" | "RECOMMENDED")
318
+ attr_accessor name: ::String
319
+ attr_accessor s3_job_definition: Types::S3JobDefinition
320
+ attr_accessor sampling_percentage: ::Integer
321
+ attr_accessor schedule_frequency: Types::JobScheduleFrequency
322
+ attr_accessor tags: ::Hash[::String, ::String]
323
+ SENSITIVE: []
324
+ end
325
+
326
+ class CreateClassificationJobResponse
327
+ attr_accessor job_arn: ::String
328
+ attr_accessor job_id: ::String
329
+ SENSITIVE: []
330
+ end
331
+
332
+ class CreateCustomDataIdentifierRequest
333
+ attr_accessor client_token: ::String
334
+ attr_accessor description: ::String
335
+ attr_accessor ignore_words: ::Array[::String]
336
+ attr_accessor keywords: ::Array[::String]
337
+ attr_accessor maximum_match_distance: ::Integer
338
+ attr_accessor name: ::String
339
+ attr_accessor regex: ::String
340
+ attr_accessor severity_levels: ::Array[Types::SeverityLevel]
341
+ attr_accessor tags: ::Hash[::String, ::String]
342
+ SENSITIVE: []
343
+ end
344
+
345
+ class CreateCustomDataIdentifierResponse
346
+ attr_accessor custom_data_identifier_id: ::String
347
+ SENSITIVE: []
348
+ end
349
+
350
+ class CreateFindingsFilterRequest
351
+ attr_accessor action: ("ARCHIVE" | "NOOP")
352
+ attr_accessor client_token: ::String
353
+ attr_accessor description: ::String
354
+ attr_accessor finding_criteria: Types::FindingCriteria
355
+ attr_accessor name: ::String
356
+ attr_accessor position: ::Integer
357
+ attr_accessor tags: ::Hash[::String, ::String]
358
+ SENSITIVE: []
359
+ end
360
+
361
+ class CreateFindingsFilterResponse
362
+ attr_accessor arn: ::String
363
+ attr_accessor id: ::String
364
+ SENSITIVE: []
365
+ end
366
+
367
+ class CreateInvitationsRequest
368
+ attr_accessor account_ids: ::Array[::String]
369
+ attr_accessor disable_email_notification: bool
370
+ attr_accessor message: ::String
371
+ SENSITIVE: []
372
+ end
373
+
374
+ class CreateInvitationsResponse
375
+ attr_accessor unprocessed_accounts: ::Array[Types::UnprocessedAccount]
376
+ SENSITIVE: []
377
+ end
378
+
379
+ class CreateMemberRequest
380
+ attr_accessor account: Types::AccountDetail
381
+ attr_accessor tags: ::Hash[::String, ::String]
382
+ SENSITIVE: []
383
+ end
384
+
385
+ class CreateMemberResponse
386
+ attr_accessor arn: ::String
387
+ SENSITIVE: []
388
+ end
389
+
390
+ class CreateSampleFindingsRequest
391
+ attr_accessor finding_types: ::Array[("SensitiveData:S3Object/Multiple" | "SensitiveData:S3Object/Financial" | "SensitiveData:S3Object/Personal" | "SensitiveData:S3Object/Credentials" | "SensitiveData:S3Object/CustomIdentifier" | "Policy:IAMUser/S3BucketPublic" | "Policy:IAMUser/S3BucketSharedExternally" | "Policy:IAMUser/S3BucketReplicatedExternally" | "Policy:IAMUser/S3BucketEncryptionDisabled" | "Policy:IAMUser/S3BlockPublicAccessDisabled" | "Policy:IAMUser/S3BucketSharedWithCloudFront")]
392
+ SENSITIVE: []
393
+ end
394
+
395
+ class CreateSampleFindingsResponse < Aws::EmptyStructure
396
+ end
397
+
398
+ class CriteriaBlockForJob
399
+ attr_accessor and: ::Array[Types::CriteriaForJob]
400
+ SENSITIVE: []
401
+ end
402
+
403
+ class CriteriaForJob
404
+ attr_accessor simple_criterion: Types::SimpleCriterionForJob
405
+ attr_accessor tag_criterion: Types::TagCriterionForJob
406
+ SENSITIVE: []
407
+ end
408
+
409
+ class CriterionAdditionalProperties
410
+ attr_accessor eq: ::Array[::String]
411
+ attr_accessor eq_exact_match: ::Array[::String]
412
+ attr_accessor gt: ::Integer
413
+ attr_accessor gte: ::Integer
414
+ attr_accessor lt: ::Integer
415
+ attr_accessor lte: ::Integer
416
+ attr_accessor neq: ::Array[::String]
417
+ SENSITIVE: []
418
+ end
419
+
420
+ class CustomDataIdentifierSummary
421
+ attr_accessor arn: ::String
422
+ attr_accessor created_at: ::Time
423
+ attr_accessor description: ::String
424
+ attr_accessor id: ::String
425
+ attr_accessor name: ::String
426
+ SENSITIVE: []
427
+ end
428
+
429
+ class CustomDataIdentifiers
430
+ attr_accessor detections: ::Array[Types::CustomDetection]
431
+ attr_accessor total_count: ::Integer
432
+ SENSITIVE: []
433
+ end
434
+
435
+ class CustomDetection
436
+ attr_accessor arn: ::String
437
+ attr_accessor count: ::Integer
438
+ attr_accessor name: ::String
439
+ attr_accessor occurrences: Types::Occurrences
440
+ SENSITIVE: []
441
+ end
442
+
443
+ class DailySchedule < Aws::EmptyStructure
444
+ end
445
+
446
+ class DeclineInvitationsRequest
447
+ attr_accessor account_ids: ::Array[::String]
448
+ SENSITIVE: []
449
+ end
450
+
451
+ class DeclineInvitationsResponse
452
+ attr_accessor unprocessed_accounts: ::Array[Types::UnprocessedAccount]
453
+ SENSITIVE: []
454
+ end
455
+
456
+ class DefaultDetection
457
+ attr_accessor count: ::Integer
458
+ attr_accessor occurrences: Types::Occurrences
459
+ attr_accessor type: ::String
460
+ SENSITIVE: []
461
+ end
462
+
463
+ class DeleteAllowListRequest
464
+ attr_accessor id: ::String
465
+ attr_accessor ignore_job_checks: ::String
466
+ SENSITIVE: []
467
+ end
468
+
469
+ class DeleteAllowListResponse < Aws::EmptyStructure
470
+ end
471
+
472
+ class DeleteCustomDataIdentifierRequest
473
+ attr_accessor id: ::String
474
+ SENSITIVE: []
475
+ end
476
+
477
+ class DeleteCustomDataIdentifierResponse < Aws::EmptyStructure
478
+ end
479
+
480
+ class DeleteFindingsFilterRequest
481
+ attr_accessor id: ::String
482
+ SENSITIVE: []
483
+ end
484
+
485
+ class DeleteFindingsFilterResponse < Aws::EmptyStructure
486
+ end
487
+
488
+ class DeleteInvitationsRequest
489
+ attr_accessor account_ids: ::Array[::String]
490
+ SENSITIVE: []
491
+ end
492
+
493
+ class DeleteInvitationsResponse
494
+ attr_accessor unprocessed_accounts: ::Array[Types::UnprocessedAccount]
495
+ SENSITIVE: []
496
+ end
497
+
498
+ class DeleteMemberRequest
499
+ attr_accessor id: ::String
500
+ SENSITIVE: []
501
+ end
502
+
503
+ class DeleteMemberResponse < Aws::EmptyStructure
504
+ end
505
+
506
+ class DescribeBucketsRequest
507
+ attr_accessor criteria: ::Hash[::String, Types::BucketCriteriaAdditionalProperties]
508
+ attr_accessor max_results: ::Integer
509
+ attr_accessor next_token: ::String
510
+ attr_accessor sort_criteria: Types::BucketSortCriteria
511
+ SENSITIVE: []
512
+ end
513
+
514
+ class DescribeBucketsResponse
515
+ attr_accessor buckets: ::Array[Types::BucketMetadata]
516
+ attr_accessor next_token: ::String
517
+ SENSITIVE: []
518
+ end
519
+
520
+ class DescribeClassificationJobRequest
521
+ attr_accessor job_id: ::String
522
+ SENSITIVE: []
523
+ end
524
+
525
+ class DescribeClassificationJobResponse
526
+ attr_accessor allow_list_ids: ::Array[::String]
527
+ attr_accessor client_token: ::String
528
+ attr_accessor created_at: ::Time
529
+ attr_accessor custom_data_identifier_ids: ::Array[::String]
530
+ attr_accessor description: ::String
531
+ attr_accessor initial_run: bool
532
+ attr_accessor job_arn: ::String
533
+ attr_accessor job_id: ::String
534
+ attr_accessor job_status: ("RUNNING" | "PAUSED" | "CANCELLED" | "COMPLETE" | "IDLE" | "USER_PAUSED")
535
+ attr_accessor job_type: ("ONE_TIME" | "SCHEDULED")
536
+ attr_accessor last_run_error_status: Types::LastRunErrorStatus
537
+ attr_accessor last_run_time: ::Time
538
+ attr_accessor managed_data_identifier_ids: ::Array[::String]
539
+ attr_accessor managed_data_identifier_selector: ("ALL" | "EXCLUDE" | "INCLUDE" | "NONE" | "RECOMMENDED")
540
+ attr_accessor name: ::String
541
+ attr_accessor s3_job_definition: Types::S3JobDefinition
542
+ attr_accessor sampling_percentage: ::Integer
543
+ attr_accessor schedule_frequency: Types::JobScheduleFrequency
544
+ attr_accessor statistics: Types::Statistics
545
+ attr_accessor tags: ::Hash[::String, ::String]
546
+ attr_accessor user_paused_details: Types::UserPausedDetails
547
+ SENSITIVE: []
548
+ end
549
+
550
+ class DescribeOrganizationConfigurationRequest < Aws::EmptyStructure
551
+ end
552
+
553
+ class DescribeOrganizationConfigurationResponse
554
+ attr_accessor auto_enable: bool
555
+ attr_accessor max_account_limit_reached: bool
556
+ SENSITIVE: []
557
+ end
558
+
559
+ class DetectedDataDetails
560
+ attr_accessor value: ::String
561
+ SENSITIVE: []
562
+ end
563
+
564
+ class Detection
565
+ attr_accessor arn: ::String
566
+ attr_accessor count: ::Integer
567
+ attr_accessor id: ::String
568
+ attr_accessor name: ::String
569
+ attr_accessor suppressed: bool
570
+ attr_accessor type: ("CUSTOM" | "MANAGED")
571
+ SENSITIVE: []
572
+ end
573
+
574
+ class DisableMacieRequest < Aws::EmptyStructure
575
+ end
576
+
577
+ class DisableMacieResponse < Aws::EmptyStructure
578
+ end
579
+
580
+ class DisableOrganizationAdminAccountRequest
581
+ attr_accessor admin_account_id: ::String
582
+ SENSITIVE: []
583
+ end
584
+
585
+ class DisableOrganizationAdminAccountResponse < Aws::EmptyStructure
586
+ end
587
+
588
+ class DisassociateFromAdministratorAccountRequest < Aws::EmptyStructure
589
+ end
590
+
591
+ class DisassociateFromAdministratorAccountResponse < Aws::EmptyStructure
592
+ end
593
+
594
+ class DisassociateFromMasterAccountRequest < Aws::EmptyStructure
595
+ end
596
+
597
+ class DisassociateFromMasterAccountResponse < Aws::EmptyStructure
598
+ end
599
+
600
+ class DisassociateMemberRequest
601
+ attr_accessor id: ::String
602
+ SENSITIVE: []
603
+ end
604
+
605
+ class DisassociateMemberResponse < Aws::EmptyStructure
606
+ end
607
+
608
+ class DomainDetails
609
+ attr_accessor domain_name: ::String
610
+ SENSITIVE: []
611
+ end
612
+
613
+ class Empty < Aws::EmptyStructure
614
+ end
615
+
616
+ class EnableMacieRequest
617
+ attr_accessor client_token: ::String
618
+ attr_accessor finding_publishing_frequency: ("FIFTEEN_MINUTES" | "ONE_HOUR" | "SIX_HOURS")
619
+ attr_accessor status: ("PAUSED" | "ENABLED")
620
+ SENSITIVE: []
621
+ end
622
+
623
+ class EnableMacieResponse < Aws::EmptyStructure
624
+ end
625
+
626
+ class EnableOrganizationAdminAccountRequest
627
+ attr_accessor admin_account_id: ::String
628
+ attr_accessor client_token: ::String
629
+ SENSITIVE: []
630
+ end
631
+
632
+ class EnableOrganizationAdminAccountResponse < Aws::EmptyStructure
633
+ end
634
+
635
+ class FederatedUser
636
+ attr_accessor access_key_id: ::String
637
+ attr_accessor account_id: ::String
638
+ attr_accessor arn: ::String
639
+ attr_accessor principal_id: ::String
640
+ attr_accessor session_context: Types::SessionContext
641
+ SENSITIVE: []
642
+ end
643
+
644
+ class Finding
645
+ attr_accessor account_id: ::String
646
+ attr_accessor archived: bool
647
+ attr_accessor category: ("CLASSIFICATION" | "POLICY")
648
+ attr_accessor classification_details: Types::ClassificationDetails
649
+ attr_accessor count: ::Integer
650
+ attr_accessor created_at: ::Time
651
+ attr_accessor description: ::String
652
+ attr_accessor id: ::String
653
+ attr_accessor partition: ::String
654
+ attr_accessor policy_details: Types::PolicyDetails
655
+ attr_accessor region: ::String
656
+ attr_accessor resources_affected: Types::ResourcesAffected
657
+ attr_accessor sample: bool
658
+ attr_accessor schema_version: ::String
659
+ attr_accessor severity: Types::Severity
660
+ attr_accessor title: ::String
661
+ attr_accessor type: ("SensitiveData:S3Object/Multiple" | "SensitiveData:S3Object/Financial" | "SensitiveData:S3Object/Personal" | "SensitiveData:S3Object/Credentials" | "SensitiveData:S3Object/CustomIdentifier" | "Policy:IAMUser/S3BucketPublic" | "Policy:IAMUser/S3BucketSharedExternally" | "Policy:IAMUser/S3BucketReplicatedExternally" | "Policy:IAMUser/S3BucketEncryptionDisabled" | "Policy:IAMUser/S3BlockPublicAccessDisabled" | "Policy:IAMUser/S3BucketSharedWithCloudFront")
662
+ attr_accessor updated_at: ::Time
663
+ SENSITIVE: []
664
+ end
665
+
666
+ class FindingAction
667
+ attr_accessor action_type: ("AWS_API_CALL")
668
+ attr_accessor api_call_details: Types::ApiCallDetails
669
+ SENSITIVE: []
670
+ end
671
+
672
+ class FindingActor
673
+ attr_accessor domain_details: Types::DomainDetails
674
+ attr_accessor ip_address_details: Types::IpAddressDetails
675
+ attr_accessor user_identity: Types::UserIdentity
676
+ SENSITIVE: []
677
+ end
678
+
679
+ class FindingCriteria
680
+ attr_accessor criterion: ::Hash[::String, Types::CriterionAdditionalProperties]
681
+ SENSITIVE: []
682
+ end
683
+
684
+ class FindingStatisticsSortCriteria
685
+ attr_accessor attribute_name: ("groupKey" | "count")
686
+ attr_accessor order_by: ("ASC" | "DESC")
687
+ SENSITIVE: []
688
+ end
689
+
690
+ class FindingsFilterListItem
691
+ attr_accessor action: ("ARCHIVE" | "NOOP")
692
+ attr_accessor arn: ::String
693
+ attr_accessor id: ::String
694
+ attr_accessor name: ::String
695
+ attr_accessor tags: ::Hash[::String, ::String]
696
+ SENSITIVE: []
697
+ end
698
+
699
+ class GetAdministratorAccountRequest < Aws::EmptyStructure
700
+ end
701
+
702
+ class GetAdministratorAccountResponse
703
+ attr_accessor administrator: Types::Invitation
704
+ SENSITIVE: []
705
+ end
706
+
707
+ class GetAllowListRequest
708
+ attr_accessor id: ::String
709
+ SENSITIVE: []
710
+ end
711
+
712
+ class GetAllowListResponse
713
+ attr_accessor arn: ::String
714
+ attr_accessor created_at: ::Time
715
+ attr_accessor criteria: Types::AllowListCriteria
716
+ attr_accessor description: ::String
717
+ attr_accessor id: ::String
718
+ attr_accessor name: ::String
719
+ attr_accessor status: Types::AllowListStatus
720
+ attr_accessor tags: ::Hash[::String, ::String]
721
+ attr_accessor updated_at: ::Time
722
+ SENSITIVE: []
723
+ end
724
+
725
+ class GetAutomatedDiscoveryConfigurationRequest < Aws::EmptyStructure
726
+ end
727
+
728
+ class GetAutomatedDiscoveryConfigurationResponse
729
+ attr_accessor classification_scope_id: ::String
730
+ attr_accessor disabled_at: ::Time
731
+ attr_accessor first_enabled_at: ::Time
732
+ attr_accessor last_updated_at: ::Time
733
+ attr_accessor sensitivity_inspection_template_id: ::String
734
+ attr_accessor status: ("ENABLED" | "DISABLED")
735
+ SENSITIVE: []
736
+ end
737
+
738
+ class GetBucketStatisticsRequest
739
+ attr_accessor account_id: ::String
740
+ SENSITIVE: []
741
+ end
742
+
743
+ class GetBucketStatisticsResponse
744
+ attr_accessor bucket_count: ::Integer
745
+ attr_accessor bucket_count_by_effective_permission: Types::BucketCountByEffectivePermission
746
+ attr_accessor bucket_count_by_encryption_type: Types::BucketCountByEncryptionType
747
+ attr_accessor bucket_count_by_object_encryption_requirement: Types::BucketCountPolicyAllowsUnencryptedObjectUploads
748
+ attr_accessor bucket_count_by_shared_access_type: Types::BucketCountBySharedAccessType
749
+ attr_accessor bucket_statistics_by_sensitivity: Types::BucketStatisticsBySensitivity
750
+ attr_accessor classifiable_object_count: ::Integer
751
+ attr_accessor classifiable_size_in_bytes: ::Integer
752
+ attr_accessor last_updated: ::Time
753
+ attr_accessor object_count: ::Integer
754
+ attr_accessor size_in_bytes: ::Integer
755
+ attr_accessor size_in_bytes_compressed: ::Integer
756
+ attr_accessor unclassifiable_object_count: Types::ObjectLevelStatistics
757
+ attr_accessor unclassifiable_object_size_in_bytes: Types::ObjectLevelStatistics
758
+ SENSITIVE: []
759
+ end
760
+
761
+ class GetClassificationExportConfigurationRequest < Aws::EmptyStructure
762
+ end
763
+
764
+ class GetClassificationExportConfigurationResponse
765
+ attr_accessor configuration: Types::ClassificationExportConfiguration
766
+ SENSITIVE: []
767
+ end
768
+
769
+ class GetClassificationScopeRequest
770
+ attr_accessor id: ::String
771
+ SENSITIVE: []
772
+ end
773
+
774
+ class GetClassificationScopeResponse
775
+ attr_accessor id: ::String
776
+ attr_accessor name: ::String
777
+ attr_accessor s3: Types::S3ClassificationScope
778
+ SENSITIVE: []
779
+ end
780
+
781
+ class GetCustomDataIdentifierRequest
782
+ attr_accessor id: ::String
783
+ SENSITIVE: []
784
+ end
785
+
786
+ class GetCustomDataIdentifierResponse
787
+ attr_accessor arn: ::String
788
+ attr_accessor created_at: ::Time
789
+ attr_accessor deleted: bool
790
+ attr_accessor description: ::String
791
+ attr_accessor id: ::String
792
+ attr_accessor ignore_words: ::Array[::String]
793
+ attr_accessor keywords: ::Array[::String]
794
+ attr_accessor maximum_match_distance: ::Integer
795
+ attr_accessor name: ::String
796
+ attr_accessor regex: ::String
797
+ attr_accessor severity_levels: ::Array[Types::SeverityLevel]
798
+ attr_accessor tags: ::Hash[::String, ::String]
799
+ SENSITIVE: []
800
+ end
801
+
802
+ class GetFindingStatisticsRequest
803
+ attr_accessor finding_criteria: Types::FindingCriteria
804
+ attr_accessor group_by: ("resourcesAffected.s3Bucket.name" | "type" | "classificationDetails.jobId" | "severity.description")
805
+ attr_accessor size: ::Integer
806
+ attr_accessor sort_criteria: Types::FindingStatisticsSortCriteria
807
+ SENSITIVE: []
808
+ end
809
+
810
+ class GetFindingStatisticsResponse
811
+ attr_accessor counts_by_group: ::Array[Types::GroupCount]
812
+ SENSITIVE: []
813
+ end
814
+
815
+ class GetFindingsFilterRequest
816
+ attr_accessor id: ::String
817
+ SENSITIVE: []
818
+ end
819
+
820
+ class GetFindingsFilterResponse
821
+ attr_accessor action: ("ARCHIVE" | "NOOP")
822
+ attr_accessor arn: ::String
823
+ attr_accessor description: ::String
824
+ attr_accessor finding_criteria: Types::FindingCriteria
825
+ attr_accessor id: ::String
826
+ attr_accessor name: ::String
827
+ attr_accessor position: ::Integer
828
+ attr_accessor tags: ::Hash[::String, ::String]
829
+ SENSITIVE: []
830
+ end
831
+
832
+ class GetFindingsPublicationConfigurationRequest < Aws::EmptyStructure
833
+ end
834
+
835
+ class GetFindingsPublicationConfigurationResponse
836
+ attr_accessor security_hub_configuration: Types::SecurityHubConfiguration
837
+ SENSITIVE: []
838
+ end
839
+
840
+ class GetFindingsRequest
841
+ attr_accessor finding_ids: ::Array[::String]
842
+ attr_accessor sort_criteria: Types::SortCriteria
843
+ SENSITIVE: []
844
+ end
845
+
846
+ class GetFindingsResponse
847
+ attr_accessor findings: ::Array[Types::Finding]
848
+ SENSITIVE: []
849
+ end
850
+
851
+ class GetInvitationsCountRequest < Aws::EmptyStructure
852
+ end
853
+
854
+ class GetInvitationsCountResponse
855
+ attr_accessor invitations_count: ::Integer
856
+ SENSITIVE: []
857
+ end
858
+
859
+ class GetMacieSessionRequest < Aws::EmptyStructure
860
+ end
861
+
862
+ class GetMacieSessionResponse
863
+ attr_accessor created_at: ::Time
864
+ attr_accessor finding_publishing_frequency: ("FIFTEEN_MINUTES" | "ONE_HOUR" | "SIX_HOURS")
865
+ attr_accessor service_role: ::String
866
+ attr_accessor status: ("PAUSED" | "ENABLED")
867
+ attr_accessor updated_at: ::Time
868
+ SENSITIVE: []
869
+ end
870
+
871
+ class GetMasterAccountRequest < Aws::EmptyStructure
872
+ end
873
+
874
+ class GetMasterAccountResponse
875
+ attr_accessor master: Types::Invitation
876
+ SENSITIVE: []
877
+ end
878
+
879
+ class GetMemberRequest
880
+ attr_accessor id: ::String
881
+ SENSITIVE: []
882
+ end
883
+
884
+ class GetMemberResponse
885
+ attr_accessor account_id: ::String
886
+ attr_accessor administrator_account_id: ::String
887
+ attr_accessor arn: ::String
888
+ attr_accessor email: ::String
889
+ attr_accessor invited_at: ::Time
890
+ attr_accessor master_account_id: ::String
891
+ attr_accessor relationship_status: ("Enabled" | "Paused" | "Invited" | "Created" | "Removed" | "Resigned" | "EmailVerificationInProgress" | "EmailVerificationFailed" | "RegionDisabled" | "AccountSuspended")
892
+ attr_accessor tags: ::Hash[::String, ::String]
893
+ attr_accessor updated_at: ::Time
894
+ SENSITIVE: []
895
+ end
896
+
897
+ class GetResourceProfileRequest
898
+ attr_accessor resource_arn: ::String
899
+ SENSITIVE: []
900
+ end
901
+
902
+ class GetResourceProfileResponse
903
+ attr_accessor profile_updated_at: ::Time
904
+ attr_accessor sensitivity_score: ::Integer
905
+ attr_accessor sensitivity_score_overridden: bool
906
+ attr_accessor statistics: Types::ResourceStatistics
907
+ SENSITIVE: []
908
+ end
909
+
910
+ class GetRevealConfigurationRequest < Aws::EmptyStructure
911
+ end
912
+
913
+ class GetRevealConfigurationResponse
914
+ attr_accessor configuration: Types::RevealConfiguration
915
+ attr_accessor retrieval_configuration: Types::RetrievalConfiguration
916
+ SENSITIVE: []
917
+ end
918
+
919
+ class GetSensitiveDataOccurrencesAvailabilityRequest
920
+ attr_accessor finding_id: ::String
921
+ SENSITIVE: []
922
+ end
923
+
924
+ class GetSensitiveDataOccurrencesAvailabilityResponse
925
+ attr_accessor code: ("AVAILABLE" | "UNAVAILABLE")
926
+ attr_accessor reasons: ::Array[("OBJECT_EXCEEDS_SIZE_QUOTA" | "UNSUPPORTED_OBJECT_TYPE" | "UNSUPPORTED_FINDING_TYPE" | "INVALID_CLASSIFICATION_RESULT" | "OBJECT_UNAVAILABLE" | "ACCOUNT_NOT_IN_ORGANIZATION" | "MISSING_GET_MEMBER_PERMISSION" | "ROLE_TOO_PERMISSIVE" | "MEMBER_ROLE_TOO_PERMISSIVE" | "INVALID_RESULT_SIGNATURE" | "RESULT_NOT_SIGNED")]
927
+ SENSITIVE: []
928
+ end
929
+
930
+ class GetSensitiveDataOccurrencesRequest
931
+ attr_accessor finding_id: ::String
932
+ SENSITIVE: []
933
+ end
934
+
935
+ class GetSensitiveDataOccurrencesResponse
936
+ attr_accessor error: ::String
937
+ attr_accessor sensitive_data_occurrences: ::Hash[::String, ::Array[Types::DetectedDataDetails]]
938
+ attr_accessor status: ("SUCCESS" | "PROCESSING" | "ERROR")
939
+ SENSITIVE: []
940
+ end
941
+
942
+ class GetSensitivityInspectionTemplateRequest
943
+ attr_accessor id: ::String
944
+ SENSITIVE: []
945
+ end
946
+
947
+ class GetSensitivityInspectionTemplateResponse
948
+ attr_accessor description: ::String
949
+ attr_accessor excludes: Types::SensitivityInspectionTemplateExcludes
950
+ attr_accessor includes: Types::SensitivityInspectionTemplateIncludes
951
+ attr_accessor name: ::String
952
+ attr_accessor sensitivity_inspection_template_id: ::String
953
+ SENSITIVE: []
954
+ end
955
+
956
+ class GetUsageStatisticsRequest
957
+ attr_accessor filter_by: ::Array[Types::UsageStatisticsFilter]
958
+ attr_accessor max_results: ::Integer
959
+ attr_accessor next_token: ::String
960
+ attr_accessor sort_by: Types::UsageStatisticsSortBy
961
+ attr_accessor time_range: ("MONTH_TO_DATE" | "PAST_30_DAYS")
962
+ SENSITIVE: []
963
+ end
964
+
965
+ class GetUsageStatisticsResponse
966
+ attr_accessor next_token: ::String
967
+ attr_accessor records: ::Array[Types::UsageRecord]
968
+ attr_accessor time_range: ("MONTH_TO_DATE" | "PAST_30_DAYS")
969
+ SENSITIVE: []
970
+ end
971
+
972
+ class GetUsageTotalsRequest
973
+ attr_accessor time_range: ::String
974
+ SENSITIVE: []
975
+ end
976
+
977
+ class GetUsageTotalsResponse
978
+ attr_accessor time_range: ("MONTH_TO_DATE" | "PAST_30_DAYS")
979
+ attr_accessor usage_totals: ::Array[Types::UsageTotal]
980
+ SENSITIVE: []
981
+ end
982
+
983
+ class GroupCount
984
+ attr_accessor count: ::Integer
985
+ attr_accessor group_key: ::String
986
+ SENSITIVE: []
987
+ end
988
+
989
+ class IamUser
990
+ attr_accessor account_id: ::String
991
+ attr_accessor arn: ::String
992
+ attr_accessor principal_id: ::String
993
+ attr_accessor user_name: ::String
994
+ SENSITIVE: []
995
+ end
996
+
997
+ class InternalServerException
998
+ attr_accessor message: ::String
999
+ SENSITIVE: []
1000
+ end
1001
+
1002
+ class Invitation
1003
+ attr_accessor account_id: ::String
1004
+ attr_accessor invitation_id: ::String
1005
+ attr_accessor invited_at: ::Time
1006
+ attr_accessor relationship_status: ("Enabled" | "Paused" | "Invited" | "Created" | "Removed" | "Resigned" | "EmailVerificationInProgress" | "EmailVerificationFailed" | "RegionDisabled" | "AccountSuspended")
1007
+ SENSITIVE: []
1008
+ end
1009
+
1010
+ class IpAddressDetails
1011
+ attr_accessor ip_address_v4: ::String
1012
+ attr_accessor ip_city: Types::IpCity
1013
+ attr_accessor ip_country: Types::IpCountry
1014
+ attr_accessor ip_geo_location: Types::IpGeoLocation
1015
+ attr_accessor ip_owner: Types::IpOwner
1016
+ SENSITIVE: []
1017
+ end
1018
+
1019
+ class IpCity
1020
+ attr_accessor name: ::String
1021
+ SENSITIVE: []
1022
+ end
1023
+
1024
+ class IpCountry
1025
+ attr_accessor code: ::String
1026
+ attr_accessor name: ::String
1027
+ SENSITIVE: []
1028
+ end
1029
+
1030
+ class IpGeoLocation
1031
+ attr_accessor lat: ::Float
1032
+ attr_accessor lon: ::Float
1033
+ SENSITIVE: []
1034
+ end
1035
+
1036
+ class IpOwner
1037
+ attr_accessor asn: ::String
1038
+ attr_accessor asn_org: ::String
1039
+ attr_accessor isp: ::String
1040
+ attr_accessor org: ::String
1041
+ SENSITIVE: []
1042
+ end
1043
+
1044
+ class JobDetails
1045
+ attr_accessor is_defined_in_job: ("TRUE" | "FALSE" | "UNKNOWN")
1046
+ attr_accessor is_monitored_by_job: ("TRUE" | "FALSE" | "UNKNOWN")
1047
+ attr_accessor last_job_id: ::String
1048
+ attr_accessor last_job_run_time: ::Time
1049
+ SENSITIVE: []
1050
+ end
1051
+
1052
+ class JobScheduleFrequency
1053
+ attr_accessor daily_schedule: Types::DailySchedule
1054
+ attr_accessor monthly_schedule: Types::MonthlySchedule
1055
+ attr_accessor weekly_schedule: Types::WeeklySchedule
1056
+ SENSITIVE: []
1057
+ end
1058
+
1059
+ class JobScopeTerm
1060
+ attr_accessor simple_scope_term: Types::SimpleScopeTerm
1061
+ attr_accessor tag_scope_term: Types::TagScopeTerm
1062
+ SENSITIVE: []
1063
+ end
1064
+
1065
+ class JobScopingBlock
1066
+ attr_accessor and: ::Array[Types::JobScopeTerm]
1067
+ SENSITIVE: []
1068
+ end
1069
+
1070
+ class JobSummary
1071
+ attr_accessor bucket_criteria: Types::S3BucketCriteriaForJob
1072
+ attr_accessor bucket_definitions: ::Array[Types::S3BucketDefinitionForJob]
1073
+ attr_accessor created_at: ::Time
1074
+ attr_accessor job_id: ::String
1075
+ attr_accessor job_status: ("RUNNING" | "PAUSED" | "CANCELLED" | "COMPLETE" | "IDLE" | "USER_PAUSED")
1076
+ attr_accessor job_type: ("ONE_TIME" | "SCHEDULED")
1077
+ attr_accessor last_run_error_status: Types::LastRunErrorStatus
1078
+ attr_accessor name: ::String
1079
+ attr_accessor user_paused_details: Types::UserPausedDetails
1080
+ SENSITIVE: []
1081
+ end
1082
+
1083
+ class KeyValuePair
1084
+ attr_accessor key: ::String
1085
+ attr_accessor value: ::String
1086
+ SENSITIVE: []
1087
+ end
1088
+
1089
+ class LastRunErrorStatus
1090
+ attr_accessor code: ("NONE" | "ERROR")
1091
+ SENSITIVE: []
1092
+ end
1093
+
1094
+ class ListAllowListsRequest
1095
+ attr_accessor max_results: ::Integer
1096
+ attr_accessor next_token: ::String
1097
+ SENSITIVE: []
1098
+ end
1099
+
1100
+ class ListAllowListsResponse
1101
+ attr_accessor allow_lists: ::Array[Types::AllowListSummary]
1102
+ attr_accessor next_token: ::String
1103
+ SENSITIVE: []
1104
+ end
1105
+
1106
+ class ListClassificationJobsRequest
1107
+ attr_accessor filter_criteria: Types::ListJobsFilterCriteria
1108
+ attr_accessor max_results: ::Integer
1109
+ attr_accessor next_token: ::String
1110
+ attr_accessor sort_criteria: Types::ListJobsSortCriteria
1111
+ SENSITIVE: []
1112
+ end
1113
+
1114
+ class ListClassificationJobsResponse
1115
+ attr_accessor items: ::Array[Types::JobSummary]
1116
+ attr_accessor next_token: ::String
1117
+ SENSITIVE: []
1118
+ end
1119
+
1120
+ class ListClassificationScopesRequest
1121
+ attr_accessor name: ::String
1122
+ attr_accessor next_token: ::String
1123
+ SENSITIVE: []
1124
+ end
1125
+
1126
+ class ListClassificationScopesResponse
1127
+ attr_accessor classification_scopes: ::Array[Types::ClassificationScopeSummary]
1128
+ attr_accessor next_token: ::String
1129
+ SENSITIVE: []
1130
+ end
1131
+
1132
+ class ListCustomDataIdentifiersRequest
1133
+ attr_accessor max_results: ::Integer
1134
+ attr_accessor next_token: ::String
1135
+ SENSITIVE: []
1136
+ end
1137
+
1138
+ class ListCustomDataIdentifiersResponse
1139
+ attr_accessor items: ::Array[Types::CustomDataIdentifierSummary]
1140
+ attr_accessor next_token: ::String
1141
+ SENSITIVE: []
1142
+ end
1143
+
1144
+ class ListFindingsFiltersRequest
1145
+ attr_accessor max_results: ::Integer
1146
+ attr_accessor next_token: ::String
1147
+ SENSITIVE: []
1148
+ end
1149
+
1150
+ class ListFindingsFiltersResponse
1151
+ attr_accessor findings_filter_list_items: ::Array[Types::FindingsFilterListItem]
1152
+ attr_accessor next_token: ::String
1153
+ SENSITIVE: []
1154
+ end
1155
+
1156
+ class ListFindingsRequest
1157
+ attr_accessor finding_criteria: Types::FindingCriteria
1158
+ attr_accessor max_results: ::Integer
1159
+ attr_accessor next_token: ::String
1160
+ attr_accessor sort_criteria: Types::SortCriteria
1161
+ SENSITIVE: []
1162
+ end
1163
+
1164
+ class ListFindingsResponse
1165
+ attr_accessor finding_ids: ::Array[::String]
1166
+ attr_accessor next_token: ::String
1167
+ SENSITIVE: []
1168
+ end
1169
+
1170
+ class ListInvitationsRequest
1171
+ attr_accessor max_results: ::Integer
1172
+ attr_accessor next_token: ::String
1173
+ SENSITIVE: []
1174
+ end
1175
+
1176
+ class ListInvitationsResponse
1177
+ attr_accessor invitations: ::Array[Types::Invitation]
1178
+ attr_accessor next_token: ::String
1179
+ SENSITIVE: []
1180
+ end
1181
+
1182
+ class ListJobsFilterCriteria
1183
+ attr_accessor excludes: ::Array[Types::ListJobsFilterTerm]
1184
+ attr_accessor includes: ::Array[Types::ListJobsFilterTerm]
1185
+ SENSITIVE: []
1186
+ end
1187
+
1188
+ class ListJobsFilterTerm
1189
+ attr_accessor comparator: ("EQ" | "GT" | "GTE" | "LT" | "LTE" | "NE" | "CONTAINS" | "STARTS_WITH")
1190
+ attr_accessor key: ("jobType" | "jobStatus" | "createdAt" | "name")
1191
+ attr_accessor values: ::Array[::String]
1192
+ SENSITIVE: []
1193
+ end
1194
+
1195
+ class ListJobsSortCriteria
1196
+ attr_accessor attribute_name: ("createdAt" | "jobStatus" | "name" | "jobType")
1197
+ attr_accessor order_by: ("ASC" | "DESC")
1198
+ SENSITIVE: []
1199
+ end
1200
+
1201
+ class ListManagedDataIdentifiersRequest
1202
+ attr_accessor next_token: ::String
1203
+ SENSITIVE: []
1204
+ end
1205
+
1206
+ class ListManagedDataIdentifiersResponse
1207
+ attr_accessor items: ::Array[Types::ManagedDataIdentifierSummary]
1208
+ attr_accessor next_token: ::String
1209
+ SENSITIVE: []
1210
+ end
1211
+
1212
+ class ListMembersRequest
1213
+ attr_accessor max_results: ::Integer
1214
+ attr_accessor next_token: ::String
1215
+ attr_accessor only_associated: ::String
1216
+ SENSITIVE: []
1217
+ end
1218
+
1219
+ class ListMembersResponse
1220
+ attr_accessor members: ::Array[Types::Member]
1221
+ attr_accessor next_token: ::String
1222
+ SENSITIVE: []
1223
+ end
1224
+
1225
+ class ListOrganizationAdminAccountsRequest
1226
+ attr_accessor max_results: ::Integer
1227
+ attr_accessor next_token: ::String
1228
+ SENSITIVE: []
1229
+ end
1230
+
1231
+ class ListOrganizationAdminAccountsResponse
1232
+ attr_accessor admin_accounts: ::Array[Types::AdminAccount]
1233
+ attr_accessor next_token: ::String
1234
+ SENSITIVE: []
1235
+ end
1236
+
1237
+ class ListResourceProfileArtifactsRequest
1238
+ attr_accessor next_token: ::String
1239
+ attr_accessor resource_arn: ::String
1240
+ SENSITIVE: []
1241
+ end
1242
+
1243
+ class ListResourceProfileArtifactsResponse
1244
+ attr_accessor artifacts: ::Array[Types::ResourceProfileArtifact]
1245
+ attr_accessor next_token: ::String
1246
+ SENSITIVE: []
1247
+ end
1248
+
1249
+ class ListResourceProfileDetectionsRequest
1250
+ attr_accessor max_results: ::Integer
1251
+ attr_accessor next_token: ::String
1252
+ attr_accessor resource_arn: ::String
1253
+ SENSITIVE: []
1254
+ end
1255
+
1256
+ class ListResourceProfileDetectionsResponse
1257
+ attr_accessor detections: ::Array[Types::Detection]
1258
+ attr_accessor next_token: ::String
1259
+ SENSITIVE: []
1260
+ end
1261
+
1262
+ class ListSensitivityInspectionTemplatesRequest
1263
+ attr_accessor max_results: ::Integer
1264
+ attr_accessor next_token: ::String
1265
+ SENSITIVE: []
1266
+ end
1267
+
1268
+ class ListSensitivityInspectionTemplatesResponse
1269
+ attr_accessor next_token: ::String
1270
+ attr_accessor sensitivity_inspection_templates: ::Array[Types::SensitivityInspectionTemplatesEntry]
1271
+ SENSITIVE: []
1272
+ end
1273
+
1274
+ class ListTagsForResourceRequest
1275
+ attr_accessor resource_arn: ::String
1276
+ SENSITIVE: []
1277
+ end
1278
+
1279
+ class ListTagsForResourceResponse
1280
+ attr_accessor tags: ::Hash[::String, ::String]
1281
+ SENSITIVE: []
1282
+ end
1283
+
1284
+ class ManagedDataIdentifierSummary
1285
+ attr_accessor category: ("FINANCIAL_INFORMATION" | "PERSONAL_INFORMATION" | "CREDENTIALS" | "CUSTOM_IDENTIFIER")
1286
+ attr_accessor id: ::String
1287
+ SENSITIVE: []
1288
+ end
1289
+
1290
+ class MatchingBucket
1291
+ attr_accessor account_id: ::String
1292
+ attr_accessor bucket_name: ::String
1293
+ attr_accessor classifiable_object_count: ::Integer
1294
+ attr_accessor classifiable_size_in_bytes: ::Integer
1295
+ attr_accessor error_code: ("ACCESS_DENIED")
1296
+ attr_accessor error_message: ::String
1297
+ attr_accessor job_details: Types::JobDetails
1298
+ attr_accessor last_automated_discovery_time: ::Time
1299
+ attr_accessor object_count: ::Integer
1300
+ attr_accessor object_count_by_encryption_type: Types::ObjectCountByEncryptionType
1301
+ attr_accessor sensitivity_score: ::Integer
1302
+ attr_accessor size_in_bytes: ::Integer
1303
+ attr_accessor size_in_bytes_compressed: ::Integer
1304
+ attr_accessor unclassifiable_object_count: Types::ObjectLevelStatistics
1305
+ attr_accessor unclassifiable_object_size_in_bytes: Types::ObjectLevelStatistics
1306
+ SENSITIVE: []
1307
+ end
1308
+
1309
+ class MatchingResource
1310
+ attr_accessor matching_bucket: Types::MatchingBucket
1311
+ SENSITIVE: []
1312
+ end
1313
+
1314
+ class Member
1315
+ attr_accessor account_id: ::String
1316
+ attr_accessor administrator_account_id: ::String
1317
+ attr_accessor arn: ::String
1318
+ attr_accessor email: ::String
1319
+ attr_accessor invited_at: ::Time
1320
+ attr_accessor master_account_id: ::String
1321
+ attr_accessor relationship_status: ("Enabled" | "Paused" | "Invited" | "Created" | "Removed" | "Resigned" | "EmailVerificationInProgress" | "EmailVerificationFailed" | "RegionDisabled" | "AccountSuspended")
1322
+ attr_accessor tags: ::Hash[::String, ::String]
1323
+ attr_accessor updated_at: ::Time
1324
+ SENSITIVE: []
1325
+ end
1326
+
1327
+ class MonthlySchedule
1328
+ attr_accessor day_of_month: ::Integer
1329
+ SENSITIVE: []
1330
+ end
1331
+
1332
+ class ObjectCountByEncryptionType
1333
+ attr_accessor customer_managed: ::Integer
1334
+ attr_accessor kms_managed: ::Integer
1335
+ attr_accessor s3_managed: ::Integer
1336
+ attr_accessor unencrypted: ::Integer
1337
+ attr_accessor unknown: ::Integer
1338
+ SENSITIVE: []
1339
+ end
1340
+
1341
+ class ObjectLevelStatistics
1342
+ attr_accessor file_type: ::Integer
1343
+ attr_accessor storage_class: ::Integer
1344
+ attr_accessor total: ::Integer
1345
+ SENSITIVE: []
1346
+ end
1347
+
1348
+ class Occurrences
1349
+ attr_accessor cells: ::Array[Types::Cell]
1350
+ attr_accessor line_ranges: ::Array[Types::Range]
1351
+ attr_accessor offset_ranges: ::Array[Types::Range]
1352
+ attr_accessor pages: ::Array[Types::Page]
1353
+ attr_accessor records: ::Array[Types::Record]
1354
+ SENSITIVE: []
1355
+ end
1356
+
1357
+ class Page
1358
+ attr_accessor line_range: Types::Range
1359
+ attr_accessor offset_range: Types::Range
1360
+ attr_accessor page_number: ::Integer
1361
+ SENSITIVE: []
1362
+ end
1363
+
1364
+ class PolicyDetails
1365
+ attr_accessor action: Types::FindingAction
1366
+ attr_accessor actor: Types::FindingActor
1367
+ SENSITIVE: []
1368
+ end
1369
+
1370
+ class PutClassificationExportConfigurationRequest
1371
+ attr_accessor configuration: Types::ClassificationExportConfiguration
1372
+ SENSITIVE: []
1373
+ end
1374
+
1375
+ class PutClassificationExportConfigurationResponse
1376
+ attr_accessor configuration: Types::ClassificationExportConfiguration
1377
+ SENSITIVE: []
1378
+ end
1379
+
1380
+ class PutFindingsPublicationConfigurationRequest
1381
+ attr_accessor client_token: ::String
1382
+ attr_accessor security_hub_configuration: Types::SecurityHubConfiguration
1383
+ SENSITIVE: []
1384
+ end
1385
+
1386
+ class PutFindingsPublicationConfigurationResponse < Aws::EmptyStructure
1387
+ end
1388
+
1389
+ class Range
1390
+ attr_accessor end: ::Integer
1391
+ attr_accessor start: ::Integer
1392
+ attr_accessor start_column: ::Integer
1393
+ SENSITIVE: []
1394
+ end
1395
+
1396
+ class Record
1397
+ attr_accessor json_path: ::String
1398
+ attr_accessor record_index: ::Integer
1399
+ SENSITIVE: []
1400
+ end
1401
+
1402
+ class ReplicationDetails
1403
+ attr_accessor replicated: bool
1404
+ attr_accessor replicated_externally: bool
1405
+ attr_accessor replication_accounts: ::Array[::String]
1406
+ SENSITIVE: []
1407
+ end
1408
+
1409
+ class ResourceNotFoundException
1410
+ attr_accessor message: ::String
1411
+ SENSITIVE: []
1412
+ end
1413
+
1414
+ class ResourceProfileArtifact
1415
+ attr_accessor arn: ::String
1416
+ attr_accessor classification_result_status: ::String
1417
+ attr_accessor sensitive: bool
1418
+ SENSITIVE: []
1419
+ end
1420
+
1421
+ class ResourceStatistics
1422
+ attr_accessor total_bytes_classified: ::Integer
1423
+ attr_accessor total_detections: ::Integer
1424
+ attr_accessor total_detections_suppressed: ::Integer
1425
+ attr_accessor total_items_classified: ::Integer
1426
+ attr_accessor total_items_sensitive: ::Integer
1427
+ attr_accessor total_items_skipped: ::Integer
1428
+ attr_accessor total_items_skipped_invalid_encryption: ::Integer
1429
+ attr_accessor total_items_skipped_invalid_kms: ::Integer
1430
+ attr_accessor total_items_skipped_permission_denied: ::Integer
1431
+ SENSITIVE: []
1432
+ end
1433
+
1434
+ class ResourcesAffected
1435
+ attr_accessor s3_bucket: Types::S3Bucket
1436
+ attr_accessor s3_object: Types::S3Object
1437
+ SENSITIVE: []
1438
+ end
1439
+
1440
+ class RetrievalConfiguration
1441
+ attr_accessor external_id: ::String
1442
+ attr_accessor retrieval_mode: ("CALLER_CREDENTIALS" | "ASSUME_ROLE")
1443
+ attr_accessor role_name: ::String
1444
+ SENSITIVE: []
1445
+ end
1446
+
1447
+ class RevealConfiguration
1448
+ attr_accessor kms_key_id: ::String
1449
+ attr_accessor status: ("ENABLED" | "DISABLED")
1450
+ SENSITIVE: []
1451
+ end
1452
+
1453
+ class S3Bucket
1454
+ attr_accessor allows_unencrypted_object_uploads: ("TRUE" | "FALSE" | "UNKNOWN")
1455
+ attr_accessor arn: ::String
1456
+ attr_accessor created_at: ::Time
1457
+ attr_accessor default_server_side_encryption: Types::ServerSideEncryption
1458
+ attr_accessor name: ::String
1459
+ attr_accessor owner: Types::S3BucketOwner
1460
+ attr_accessor public_access: Types::BucketPublicAccess
1461
+ attr_accessor tags: ::Array[Types::KeyValuePair]
1462
+ SENSITIVE: []
1463
+ end
1464
+
1465
+ class S3BucketCriteriaForJob
1466
+ attr_accessor excludes: Types::CriteriaBlockForJob
1467
+ attr_accessor includes: Types::CriteriaBlockForJob
1468
+ SENSITIVE: []
1469
+ end
1470
+
1471
+ class S3BucketDefinitionForJob
1472
+ attr_accessor account_id: ::String
1473
+ attr_accessor buckets: ::Array[::String]
1474
+ SENSITIVE: []
1475
+ end
1476
+
1477
+ class S3BucketOwner
1478
+ attr_accessor display_name: ::String
1479
+ attr_accessor id: ::String
1480
+ SENSITIVE: []
1481
+ end
1482
+
1483
+ class S3ClassificationScope
1484
+ attr_accessor excludes: Types::S3ClassificationScopeExclusion
1485
+ SENSITIVE: []
1486
+ end
1487
+
1488
+ class S3ClassificationScopeExclusion
1489
+ attr_accessor bucket_names: ::Array[::String]
1490
+ SENSITIVE: []
1491
+ end
1492
+
1493
+ class S3ClassificationScopeExclusionUpdate
1494
+ attr_accessor bucket_names: ::Array[::String]
1495
+ attr_accessor operation: ("ADD" | "REPLACE" | "REMOVE")
1496
+ SENSITIVE: []
1497
+ end
1498
+
1499
+ class S3ClassificationScopeUpdate
1500
+ attr_accessor excludes: Types::S3ClassificationScopeExclusionUpdate
1501
+ SENSITIVE: []
1502
+ end
1503
+
1504
+ class S3Destination
1505
+ attr_accessor bucket_name: ::String
1506
+ attr_accessor key_prefix: ::String
1507
+ attr_accessor kms_key_arn: ::String
1508
+ SENSITIVE: []
1509
+ end
1510
+
1511
+ class S3JobDefinition
1512
+ attr_accessor bucket_criteria: Types::S3BucketCriteriaForJob
1513
+ attr_accessor bucket_definitions: ::Array[Types::S3BucketDefinitionForJob]
1514
+ attr_accessor scoping: Types::Scoping
1515
+ SENSITIVE: []
1516
+ end
1517
+
1518
+ class S3Object
1519
+ attr_accessor bucket_arn: ::String
1520
+ attr_accessor e_tag: ::String
1521
+ attr_accessor extension: ::String
1522
+ attr_accessor key: ::String
1523
+ attr_accessor last_modified: ::Time
1524
+ attr_accessor path: ::String
1525
+ attr_accessor public_access: bool
1526
+ attr_accessor server_side_encryption: Types::ServerSideEncryption
1527
+ attr_accessor size: ::Integer
1528
+ attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "ONEZONE_IA" | "GLACIER" | "GLACIER_IR" | "OUTPOSTS")
1529
+ attr_accessor tags: ::Array[Types::KeyValuePair]
1530
+ attr_accessor version_id: ::String
1531
+ SENSITIVE: []
1532
+ end
1533
+
1534
+ class S3WordsList
1535
+ attr_accessor bucket_name: ::String
1536
+ attr_accessor object_key: ::String
1537
+ SENSITIVE: []
1538
+ end
1539
+
1540
+ class Scoping
1541
+ attr_accessor excludes: Types::JobScopingBlock
1542
+ attr_accessor includes: Types::JobScopingBlock
1543
+ SENSITIVE: []
1544
+ end
1545
+
1546
+ class SearchResourcesBucketCriteria
1547
+ attr_accessor excludes: Types::SearchResourcesCriteriaBlock
1548
+ attr_accessor includes: Types::SearchResourcesCriteriaBlock
1549
+ SENSITIVE: []
1550
+ end
1551
+
1552
+ class SearchResourcesCriteria
1553
+ attr_accessor simple_criterion: Types::SearchResourcesSimpleCriterion
1554
+ attr_accessor tag_criterion: Types::SearchResourcesTagCriterion
1555
+ SENSITIVE: []
1556
+ end
1557
+
1558
+ class SearchResourcesCriteriaBlock
1559
+ attr_accessor and: ::Array[Types::SearchResourcesCriteria]
1560
+ SENSITIVE: []
1561
+ end
1562
+
1563
+ class SearchResourcesRequest
1564
+ attr_accessor bucket_criteria: Types::SearchResourcesBucketCriteria
1565
+ attr_accessor max_results: ::Integer
1566
+ attr_accessor next_token: ::String
1567
+ attr_accessor sort_criteria: Types::SearchResourcesSortCriteria
1568
+ SENSITIVE: []
1569
+ end
1570
+
1571
+ class SearchResourcesResponse
1572
+ attr_accessor matching_resources: ::Array[Types::MatchingResource]
1573
+ attr_accessor next_token: ::String
1574
+ SENSITIVE: []
1575
+ end
1576
+
1577
+ class SearchResourcesSimpleCriterion
1578
+ attr_accessor comparator: ("EQ" | "NE")
1579
+ attr_accessor key: ("ACCOUNT_ID" | "S3_BUCKET_NAME" | "S3_BUCKET_EFFECTIVE_PERMISSION" | "S3_BUCKET_SHARED_ACCESS")
1580
+ attr_accessor values: ::Array[::String]
1581
+ SENSITIVE: []
1582
+ end
1583
+
1584
+ class SearchResourcesSortCriteria
1585
+ attr_accessor attribute_name: ("ACCOUNT_ID" | "RESOURCE_NAME" | "S3_CLASSIFIABLE_OBJECT_COUNT" | "S3_CLASSIFIABLE_SIZE_IN_BYTES")
1586
+ attr_accessor order_by: ("ASC" | "DESC")
1587
+ SENSITIVE: []
1588
+ end
1589
+
1590
+ class SearchResourcesTagCriterion
1591
+ attr_accessor comparator: ("EQ" | "NE")
1592
+ attr_accessor tag_values: ::Array[Types::SearchResourcesTagCriterionPair]
1593
+ SENSITIVE: []
1594
+ end
1595
+
1596
+ class SearchResourcesTagCriterionPair
1597
+ attr_accessor key: ::String
1598
+ attr_accessor value: ::String
1599
+ SENSITIVE: []
1600
+ end
1601
+
1602
+ class SecurityHubConfiguration
1603
+ attr_accessor publish_classification_findings: bool
1604
+ attr_accessor publish_policy_findings: bool
1605
+ SENSITIVE: []
1606
+ end
1607
+
1608
+ class SensitiveDataItem
1609
+ attr_accessor category: ("FINANCIAL_INFORMATION" | "PERSONAL_INFORMATION" | "CREDENTIALS" | "CUSTOM_IDENTIFIER")
1610
+ attr_accessor detections: ::Array[Types::DefaultDetection]
1611
+ attr_accessor total_count: ::Integer
1612
+ SENSITIVE: []
1613
+ end
1614
+
1615
+ class SensitivityAggregations
1616
+ attr_accessor classifiable_size_in_bytes: ::Integer
1617
+ attr_accessor publicly_accessible_count: ::Integer
1618
+ attr_accessor total_count: ::Integer
1619
+ attr_accessor total_size_in_bytes: ::Integer
1620
+ SENSITIVE: []
1621
+ end
1622
+
1623
+ class SensitivityInspectionTemplateExcludes
1624
+ attr_accessor managed_data_identifier_ids: ::Array[::String]
1625
+ SENSITIVE: []
1626
+ end
1627
+
1628
+ class SensitivityInspectionTemplateIncludes
1629
+ attr_accessor allow_list_ids: ::Array[::String]
1630
+ attr_accessor custom_data_identifier_ids: ::Array[::String]
1631
+ attr_accessor managed_data_identifier_ids: ::Array[::String]
1632
+ SENSITIVE: []
1633
+ end
1634
+
1635
+ class SensitivityInspectionTemplatesEntry
1636
+ attr_accessor id: ::String
1637
+ attr_accessor name: ::String
1638
+ SENSITIVE: []
1639
+ end
1640
+
1641
+ class ServerSideEncryption
1642
+ attr_accessor encryption_type: ("NONE" | "AES256" | "aws:kms" | "UNKNOWN" | "aws:kms:dsse")
1643
+ attr_accessor kms_master_key_id: ::String
1644
+ SENSITIVE: []
1645
+ end
1646
+
1647
+ class ServiceLimit
1648
+ attr_accessor is_service_limited: bool
1649
+ attr_accessor unit: ("TERABYTES")
1650
+ attr_accessor value: ::Integer
1651
+ SENSITIVE: []
1652
+ end
1653
+
1654
+ class ServiceQuotaExceededException
1655
+ attr_accessor message: ::String
1656
+ SENSITIVE: []
1657
+ end
1658
+
1659
+ class SessionContext
1660
+ attr_accessor attributes: Types::SessionContextAttributes
1661
+ attr_accessor session_issuer: Types::SessionIssuer
1662
+ SENSITIVE: []
1663
+ end
1664
+
1665
+ class SessionContextAttributes
1666
+ attr_accessor creation_date: ::Time
1667
+ attr_accessor mfa_authenticated: bool
1668
+ SENSITIVE: []
1669
+ end
1670
+
1671
+ class SessionIssuer
1672
+ attr_accessor account_id: ::String
1673
+ attr_accessor arn: ::String
1674
+ attr_accessor principal_id: ::String
1675
+ attr_accessor type: ::String
1676
+ attr_accessor user_name: ::String
1677
+ SENSITIVE: []
1678
+ end
1679
+
1680
+ class Severity
1681
+ attr_accessor description: ("Low" | "Medium" | "High")
1682
+ attr_accessor score: ::Integer
1683
+ SENSITIVE: []
1684
+ end
1685
+
1686
+ class SeverityLevel
1687
+ attr_accessor occurrences_threshold: ::Integer
1688
+ attr_accessor severity: ("LOW" | "MEDIUM" | "HIGH")
1689
+ SENSITIVE: []
1690
+ end
1691
+
1692
+ class SimpleCriterionForJob
1693
+ attr_accessor comparator: ("EQ" | "GT" | "GTE" | "LT" | "LTE" | "NE" | "CONTAINS" | "STARTS_WITH")
1694
+ attr_accessor key: ("ACCOUNT_ID" | "S3_BUCKET_NAME" | "S3_BUCKET_EFFECTIVE_PERMISSION" | "S3_BUCKET_SHARED_ACCESS")
1695
+ attr_accessor values: ::Array[::String]
1696
+ SENSITIVE: []
1697
+ end
1698
+
1699
+ class SimpleScopeTerm
1700
+ attr_accessor comparator: ("EQ" | "GT" | "GTE" | "LT" | "LTE" | "NE" | "CONTAINS" | "STARTS_WITH")
1701
+ attr_accessor key: ("OBJECT_EXTENSION" | "OBJECT_LAST_MODIFIED_DATE" | "OBJECT_SIZE" | "OBJECT_KEY")
1702
+ attr_accessor values: ::Array[::String]
1703
+ SENSITIVE: []
1704
+ end
1705
+
1706
+ class SortCriteria
1707
+ attr_accessor attribute_name: ::String
1708
+ attr_accessor order_by: ("ASC" | "DESC")
1709
+ SENSITIVE: []
1710
+ end
1711
+
1712
+ class Statistics
1713
+ attr_accessor approximate_number_of_objects_to_process: ::Float
1714
+ attr_accessor number_of_runs: ::Float
1715
+ SENSITIVE: []
1716
+ end
1717
+
1718
+ class SuppressDataIdentifier
1719
+ attr_accessor id: ::String
1720
+ attr_accessor type: ("CUSTOM" | "MANAGED")
1721
+ SENSITIVE: []
1722
+ end
1723
+
1724
+ class TagCriterionForJob
1725
+ attr_accessor comparator: ("EQ" | "GT" | "GTE" | "LT" | "LTE" | "NE" | "CONTAINS" | "STARTS_WITH")
1726
+ attr_accessor tag_values: ::Array[Types::TagCriterionPairForJob]
1727
+ SENSITIVE: []
1728
+ end
1729
+
1730
+ class TagCriterionPairForJob
1731
+ attr_accessor key: ::String
1732
+ attr_accessor value: ::String
1733
+ SENSITIVE: []
1734
+ end
1735
+
1736
+ class TagResourceRequest
1737
+ attr_accessor resource_arn: ::String
1738
+ attr_accessor tags: ::Hash[::String, ::String]
1739
+ SENSITIVE: []
1740
+ end
1741
+
1742
+ class TagResourceResponse < Aws::EmptyStructure
1743
+ end
1744
+
1745
+ class TagScopeTerm
1746
+ attr_accessor comparator: ("EQ" | "GT" | "GTE" | "LT" | "LTE" | "NE" | "CONTAINS" | "STARTS_WITH")
1747
+ attr_accessor key: ::String
1748
+ attr_accessor tag_values: ::Array[Types::TagValuePair]
1749
+ attr_accessor target: ("S3_OBJECT")
1750
+ SENSITIVE: []
1751
+ end
1752
+
1753
+ class TagValuePair
1754
+ attr_accessor key: ::String
1755
+ attr_accessor value: ::String
1756
+ SENSITIVE: []
1757
+ end
1758
+
1759
+ class TestCustomDataIdentifierRequest
1760
+ attr_accessor ignore_words: ::Array[::String]
1761
+ attr_accessor keywords: ::Array[::String]
1762
+ attr_accessor maximum_match_distance: ::Integer
1763
+ attr_accessor regex: ::String
1764
+ attr_accessor sample_text: ::String
1765
+ SENSITIVE: []
1766
+ end
1767
+
1768
+ class TestCustomDataIdentifierResponse
1769
+ attr_accessor match_count: ::Integer
1770
+ SENSITIVE: []
1771
+ end
1772
+
1773
+ class ThrottlingException
1774
+ attr_accessor message: ::String
1775
+ SENSITIVE: []
1776
+ end
1777
+
1778
+ class UnprocessableEntityException
1779
+ attr_accessor message: ::String
1780
+ SENSITIVE: []
1781
+ end
1782
+
1783
+ class UnprocessedAccount
1784
+ attr_accessor account_id: ::String
1785
+ attr_accessor error_code: ("ClientError" | "InternalError")
1786
+ attr_accessor error_message: ::String
1787
+ SENSITIVE: []
1788
+ end
1789
+
1790
+ class UntagResourceRequest
1791
+ attr_accessor resource_arn: ::String
1792
+ attr_accessor tag_keys: ::Array[::String]
1793
+ SENSITIVE: []
1794
+ end
1795
+
1796
+ class UntagResourceResponse < Aws::EmptyStructure
1797
+ end
1798
+
1799
+ class UpdateAllowListRequest
1800
+ attr_accessor criteria: Types::AllowListCriteria
1801
+ attr_accessor description: ::String
1802
+ attr_accessor id: ::String
1803
+ attr_accessor name: ::String
1804
+ SENSITIVE: []
1805
+ end
1806
+
1807
+ class UpdateAllowListResponse
1808
+ attr_accessor arn: ::String
1809
+ attr_accessor id: ::String
1810
+ SENSITIVE: []
1811
+ end
1812
+
1813
+ class UpdateAutomatedDiscoveryConfigurationRequest
1814
+ attr_accessor status: ("ENABLED" | "DISABLED")
1815
+ SENSITIVE: []
1816
+ end
1817
+
1818
+ class UpdateAutomatedDiscoveryConfigurationResponse < Aws::EmptyStructure
1819
+ end
1820
+
1821
+ class UpdateClassificationJobRequest
1822
+ attr_accessor job_id: ::String
1823
+ attr_accessor job_status: ("RUNNING" | "PAUSED" | "CANCELLED" | "COMPLETE" | "IDLE" | "USER_PAUSED")
1824
+ SENSITIVE: []
1825
+ end
1826
+
1827
+ class UpdateClassificationJobResponse < Aws::EmptyStructure
1828
+ end
1829
+
1830
+ class UpdateClassificationScopeRequest
1831
+ attr_accessor id: ::String
1832
+ attr_accessor s3: Types::S3ClassificationScopeUpdate
1833
+ SENSITIVE: []
1834
+ end
1835
+
1836
+ class UpdateClassificationScopeResponse < Aws::EmptyStructure
1837
+ end
1838
+
1839
+ class UpdateFindingsFilterRequest
1840
+ attr_accessor action: ("ARCHIVE" | "NOOP")
1841
+ attr_accessor client_token: ::String
1842
+ attr_accessor description: ::String
1843
+ attr_accessor finding_criteria: Types::FindingCriteria
1844
+ attr_accessor id: ::String
1845
+ attr_accessor name: ::String
1846
+ attr_accessor position: ::Integer
1847
+ SENSITIVE: []
1848
+ end
1849
+
1850
+ class UpdateFindingsFilterResponse
1851
+ attr_accessor arn: ::String
1852
+ attr_accessor id: ::String
1853
+ SENSITIVE: []
1854
+ end
1855
+
1856
+ class UpdateMacieSessionRequest
1857
+ attr_accessor finding_publishing_frequency: ("FIFTEEN_MINUTES" | "ONE_HOUR" | "SIX_HOURS")
1858
+ attr_accessor status: ("PAUSED" | "ENABLED")
1859
+ SENSITIVE: []
1860
+ end
1861
+
1862
+ class UpdateMacieSessionResponse < Aws::EmptyStructure
1863
+ end
1864
+
1865
+ class UpdateMemberSessionRequest
1866
+ attr_accessor id: ::String
1867
+ attr_accessor status: ("PAUSED" | "ENABLED")
1868
+ SENSITIVE: []
1869
+ end
1870
+
1871
+ class UpdateMemberSessionResponse < Aws::EmptyStructure
1872
+ end
1873
+
1874
+ class UpdateOrganizationConfigurationRequest
1875
+ attr_accessor auto_enable: bool
1876
+ SENSITIVE: []
1877
+ end
1878
+
1879
+ class UpdateOrganizationConfigurationResponse < Aws::EmptyStructure
1880
+ end
1881
+
1882
+ class UpdateResourceProfileDetectionsRequest
1883
+ attr_accessor resource_arn: ::String
1884
+ attr_accessor suppress_data_identifiers: ::Array[Types::SuppressDataIdentifier]
1885
+ SENSITIVE: []
1886
+ end
1887
+
1888
+ class UpdateResourceProfileDetectionsResponse < Aws::EmptyStructure
1889
+ end
1890
+
1891
+ class UpdateResourceProfileRequest
1892
+ attr_accessor resource_arn: ::String
1893
+ attr_accessor sensitivity_score_override: ::Integer
1894
+ SENSITIVE: []
1895
+ end
1896
+
1897
+ class UpdateResourceProfileResponse < Aws::EmptyStructure
1898
+ end
1899
+
1900
+ class UpdateRetrievalConfiguration
1901
+ attr_accessor retrieval_mode: ("CALLER_CREDENTIALS" | "ASSUME_ROLE")
1902
+ attr_accessor role_name: ::String
1903
+ SENSITIVE: []
1904
+ end
1905
+
1906
+ class UpdateRevealConfigurationRequest
1907
+ attr_accessor configuration: Types::RevealConfiguration
1908
+ attr_accessor retrieval_configuration: Types::UpdateRetrievalConfiguration
1909
+ SENSITIVE: []
1910
+ end
1911
+
1912
+ class UpdateRevealConfigurationResponse
1913
+ attr_accessor configuration: Types::RevealConfiguration
1914
+ attr_accessor retrieval_configuration: Types::RetrievalConfiguration
1915
+ SENSITIVE: []
1916
+ end
1917
+
1918
+ class UpdateSensitivityInspectionTemplateRequest
1919
+ attr_accessor description: ::String
1920
+ attr_accessor excludes: Types::SensitivityInspectionTemplateExcludes
1921
+ attr_accessor id: ::String
1922
+ attr_accessor includes: Types::SensitivityInspectionTemplateIncludes
1923
+ SENSITIVE: []
1924
+ end
1925
+
1926
+ class UpdateSensitivityInspectionTemplateResponse < Aws::EmptyStructure
1927
+ end
1928
+
1929
+ class UsageByAccount
1930
+ attr_accessor currency: ("USD")
1931
+ attr_accessor estimated_cost: ::String
1932
+ attr_accessor service_limit: Types::ServiceLimit
1933
+ attr_accessor type: ("DATA_INVENTORY_EVALUATION" | "SENSITIVE_DATA_DISCOVERY" | "AUTOMATED_SENSITIVE_DATA_DISCOVERY" | "AUTOMATED_OBJECT_MONITORING")
1934
+ SENSITIVE: []
1935
+ end
1936
+
1937
+ class UsageRecord
1938
+ attr_accessor account_id: ::String
1939
+ attr_accessor automated_discovery_free_trial_start_date: ::Time
1940
+ attr_accessor free_trial_start_date: ::Time
1941
+ attr_accessor usage: ::Array[Types::UsageByAccount]
1942
+ SENSITIVE: []
1943
+ end
1944
+
1945
+ class UsageStatisticsFilter
1946
+ attr_accessor comparator: ("GT" | "GTE" | "LT" | "LTE" | "EQ" | "NE" | "CONTAINS")
1947
+ attr_accessor key: ("accountId" | "serviceLimit" | "freeTrialStartDate" | "total")
1948
+ attr_accessor values: ::Array[::String]
1949
+ SENSITIVE: []
1950
+ end
1951
+
1952
+ class UsageStatisticsSortBy
1953
+ attr_accessor key: ("accountId" | "total" | "serviceLimitValue" | "freeTrialStartDate")
1954
+ attr_accessor order_by: ("ASC" | "DESC")
1955
+ SENSITIVE: []
1956
+ end
1957
+
1958
+ class UsageTotal
1959
+ attr_accessor currency: ("USD")
1960
+ attr_accessor estimated_cost: ::String
1961
+ attr_accessor type: ("DATA_INVENTORY_EVALUATION" | "SENSITIVE_DATA_DISCOVERY" | "AUTOMATED_SENSITIVE_DATA_DISCOVERY" | "AUTOMATED_OBJECT_MONITORING")
1962
+ SENSITIVE: []
1963
+ end
1964
+
1965
+ class UserIdentity
1966
+ attr_accessor assumed_role: Types::AssumedRole
1967
+ attr_accessor aws_account: Types::AwsAccount
1968
+ attr_accessor aws_service: Types::AwsService
1969
+ attr_accessor federated_user: Types::FederatedUser
1970
+ attr_accessor iam_user: Types::IamUser
1971
+ attr_accessor root: Types::UserIdentityRoot
1972
+ attr_accessor type: ("AssumedRole" | "IAMUser" | "FederatedUser" | "Root" | "AWSAccount" | "AWSService")
1973
+ SENSITIVE: []
1974
+ end
1975
+
1976
+ class UserIdentityRoot
1977
+ attr_accessor account_id: ::String
1978
+ attr_accessor arn: ::String
1979
+ attr_accessor principal_id: ::String
1980
+ SENSITIVE: []
1981
+ end
1982
+
1983
+ class UserPausedDetails
1984
+ attr_accessor job_expires_at: ::Time
1985
+ attr_accessor job_imminent_expiration_health_event_arn: ::String
1986
+ attr_accessor job_paused_at: ::Time
1987
+ SENSITIVE: []
1988
+ end
1989
+
1990
+ class ValidationException
1991
+ attr_accessor message: ::String
1992
+ SENSITIVE: []
1993
+ end
1994
+
1995
+ class WeeklySchedule
1996
+ attr_accessor day_of_week: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY")
1997
+ SENSITIVE: []
1998
+ end
1999
+ end
2000
+ end